Skip to content

Commit

Permalink
Merge pull request #9 from bavix/rez1dent3-patch-1
Browse files Browse the repository at this point in the history
Update builder.yml
  • Loading branch information
rez1dent3 authored Feb 26, 2024
2 parents 371e9b2 + 71c9739 commit 6a3d6de
Show file tree
Hide file tree
Showing 17 changed files with 18 additions and 20 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/builder.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
name: builder

on:
push:
branches: [ master ]
pull_request:
branches: [ master ]

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ No description provided (generated by Openapi Generator https://github.com/opena
This SDK is automatically generated by the [OpenAPI Generator](https://openapi-generator.tech) project:

- API version: 2.4.0
- Package version: 2.4.0
- Package version: 1.0.0
- Build package: org.openapitools.codegen.languages.JavascriptClientCodegen

## Installation
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@bavix/gripmock-sdk",
"version": "2.4.0",
"version": "1.0.0",
"description": "JS API client generated by OpenAPI Generator",
"license": "MIT",
"main": "dist/index.js",
Expand Down
4 changes: 2 additions & 2 deletions src/ApiClient.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import querystring from "querystring";

/**
* @module ApiClient
* @version 2.4.0
* @version 1.0.0
*/

/**
Expand Down Expand Up @@ -54,7 +54,7 @@ class ApiClient {
* @default {}
*/
this.defaultHeaders = {
'User-Agent': 'OpenAPI-Generator/2.4.0/Javascript'
'User-Agent': 'OpenAPI-Generator/1.0.0/Javascript'
};

/**
Expand Down
2 changes: 1 addition & 1 deletion src/api/HealthcheckApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ import MessageOK from '../model/MessageOK';
/**
* Healthcheck service.
* @module api/HealthcheckApi
* @version 2.4.0
* @version 1.0.0
*/
export default class HealthcheckApi {

Expand Down
2 changes: 1 addition & 1 deletion src/api/StubsApi.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import Stub from '../model/Stub';
/**
* Stubs service.
* @module api/StubsApi
* @version 2.4.0
* @version 1.0.0
*/
export default class StubsApi {

Expand Down
2 changes: 1 addition & 1 deletion src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ import StubsApi from './api/StubsApi';
* </pre>
* </p>
* @module index
* @version 2.4.0
* @version 1.0.0
*/
export {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AddStub200Response.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The AddStub200Response model module.
* @module model/AddStub200Response
* @version 2.4.0
* @version 1.0.0
*/
class AddStub200Response {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/AddStubRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import StubOutput from './StubOutput';
/**
* The AddStubRequest model module.
* @module model/AddStubRequest
* @version 2.4.0
* @version 1.0.0
*/
class AddStubRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/MessageOK.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The MessageOK model module.
* @module model/MessageOK
* @version 2.4.0
* @version 1.0.0
*/
class MessageOK {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/SearchRequest.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The SearchRequest model module.
* @module model/SearchRequest
* @version 2.4.0
* @version 1.0.0
*/
class SearchRequest {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/SearchResponse.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The SearchResponse model module.
* @module model/SearchResponse
* @version 2.4.0
* @version 1.0.0
*/
class SearchResponse {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/Stub.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import StubOutput from './StubOutput';
/**
* The Stub model module.
* @module model/Stub
* @version 2.4.0
* @version 1.0.0
*/
class Stub {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/StubHeaders.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The StubHeaders model module.
* @module model/StubHeaders
* @version 2.4.0
* @version 1.0.0
*/
class StubHeaders {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/StubInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The StubInput model module.
* @module model/StubInput
* @version 2.4.0
* @version 1.0.0
*/
class StubInput {
/**
Expand Down
2 changes: 1 addition & 1 deletion src/model/StubOutput.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import ApiClient from '../ApiClient';
/**
* The StubOutput model module.
* @module model/StubOutput
* @version 2.4.0
* @version 1.0.0
*/
class StubOutput {
/**
Expand Down

0 comments on commit 6a3d6de

Please sign in to comment.