@vaultgig/vaultgig-api-client 0.0.5 → 0.0.7
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 +1 -1
- package/README.md +3 -3
- package/dist/runtime.js +1 -1
- package/docs/ContractorsApi.md +1 -1
- package/docs/SchemaApi.md +1 -1
- package/package.json +1 -1
- package/src/runtime.ts +1 -1
package/.versions.json
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"vaultgig-api-client": {"typescript": "0.0.
|
|
1
|
+
{"vaultgig-api-client": {"typescript": "0.0.7"}}
|
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# @vaultgig/vaultgig-api-client@0.0.
|
|
1
|
+
# @vaultgig/vaultgig-api-client@0.0.7
|
|
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.
|
|
104
|
+
- Package version: `0.0.7`
|
|
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 = {}; }
|
package/docs/ContractorsApi.md
CHANGED
package/docs/SchemaApi.md
CHANGED
package/package.json
CHANGED
package/src/runtime.ts
CHANGED