@vaultgig/vaultgig-api-client 0.0.4 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/.versions.json CHANGED
@@ -1 +1 @@
1
- {"vaultgig-api-client": {"typescript": "0.0.4"}}
1
+ {"vaultgig-api-client": {"typescript": "0.0.6"}}
package/README.md CHANGED
@@ -1,4 +1,4 @@
1
- # @vaultgig/vaultgig-api-client@0.0.4
1
+ # @vaultgig/vaultgig-api-client@0.0.6
2
2
 
3
3
  A TypeScript SDK client for the localhost API.
4
4
 
@@ -52,7 +52,7 @@ example().catch(console.error);
52
52
 
53
53
  ### API Endpoints
54
54
 
55
- All URIs are relative to *http://localhost*
55
+ All URIs are relative to *http://localhost:8080*
56
56
 
57
57
  | Class | Method | HTTP request | Description
58
58
  | ----- | ------ | ------------ | -------------
@@ -101,7 +101,7 @@ and is automatically generated by the
101
101
  [OpenAPI Generator](https://openapi-generator.tech) project:
102
102
 
103
103
  - API version: `1.0.0`
104
- - Package version: `0.0.4`
104
+ - Package version: `0.0.6`
105
105
  - Generator version: `7.18.0-SNAPSHOT`
106
106
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
107
107
 
package/dist/runtime.js CHANGED
@@ -80,7 +80,7 @@ exports.querystring = querystring;
80
80
  exports.exists = exists;
81
81
  exports.mapValues = mapValues;
82
82
  exports.canConsumeForm = canConsumeForm;
83
- exports.BASE_PATH = "http://localhost".replace(/\/+$/, "");
83
+ exports.BASE_PATH = "http://localhost:8080".replace(/\/+$/, "");
84
84
  var Configuration = /** @class */ (function () {
85
85
  function Configuration(configuration) {
86
86
  if (configuration === void 0) { configuration = {}; }
@@ -1,6 +1,6 @@
1
1
  # ContractorsApi
2
2
 
3
- All URIs are relative to *http://localhost*
3
+ All URIs are relative to *http://localhost:8080*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
package/docs/SchemaApi.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # SchemaApi
2
2
 
3
- All URIs are relative to *http://localhost*
3
+ All URIs are relative to *http://localhost:8080*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@vaultgig/vaultgig-api-client",
3
- "version": "0.0.4",
3
+ "version": "0.0.6",
4
4
  "description": "OpenAPI client for @vaultgig/vaultgig-api-client",
5
5
  "author": "OpenAPI-Generator",
6
6
  "repository": {
package/src/runtime.ts CHANGED
@@ -13,7 +13,7 @@
13
13
  */
14
14
 
15
15
 
16
- export const BASE_PATH = "http://localhost".replace(/\/+$/, "");
16
+ export const BASE_PATH = "http://localhost:8080".replace(/\/+$/, "");
17
17
 
18
18
  export interface ConfigurationParameters {
19
19
  basePath?: string; // override base path