@homespot-sdk/api 0.0.631 → 0.0.632

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/README.md CHANGED
@@ -1,6 +1,6 @@
1
- # @homespot-sdk/api@0.0.631
1
+ # @homespot-sdk/api@0.0.632
2
2
 
3
- A TypeScript SDK client for the localhost API.
3
+ A TypeScript SDK client for the gateway.dev.homespot.ge API.
4
4
 
5
5
  ## Usage
6
6
 
@@ -50,7 +50,7 @@ example().catch(console.error);
50
50
 
51
51
  ### API Endpoints
52
52
 
53
- All URIs are relative to *http://localhost:8080*
53
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
54
54
 
55
55
  | Class | Method | HTTP request | Description
56
56
  | ----- | ------ | ------------ | -------------
@@ -101,7 +101,7 @@ Authentication schemes defined for the API:
101
101
 
102
102
  - **Type**: OAuth
103
103
  - **Flow**: accessCode
104
- - **Authorization URL**: http://localhost:8088/realms/homespot/protocol/openid-connect/auth
104
+ - **Authorization URL**: https://keycloak.dev.homespot.ge/realms/homespot/protocol/openid-connect/auth
105
105
  - **Scopes**:
106
106
  - `openid`: OpenID Connect
107
107
  - `profile`: User profile
@@ -113,7 +113,7 @@ and is automatically generated by the
113
113
  [OpenAPI Generator](https://openapi-generator.tech) project:
114
114
 
115
115
  - API version: `v1`
116
- - Package version: `0.0.631`
116
+ - Package version: `0.0.632`
117
117
  - Generator version: `7.18.0`
118
118
  - Build package: `org.openapitools.codegen.languages.TypeScriptFetchClientCodegen`
119
119
 
@@ -20,7 +20,7 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
20
20
  step((generator = generator.apply(thisArg, _arguments || [])).next());
21
21
  });
22
22
  };
23
- export const BASE_PATH = "http://localhost:8080".replace(/\/+$/, "");
23
+ export const BASE_PATH = "https://gateway.dev.homespot.ge/rem".replace(/\/+$/, "");
24
24
  export class Configuration {
25
25
  constructor(configuration = {}) {
26
26
  this.configuration = configuration;
package/dist/runtime.js CHANGED
@@ -27,7 +27,7 @@ exports.querystring = querystring;
27
27
  exports.exists = exists;
28
28
  exports.mapValues = mapValues;
29
29
  exports.canConsumeForm = canConsumeForm;
30
- exports.BASE_PATH = "http://localhost:8080".replace(/\/+$/, "");
30
+ exports.BASE_PATH = "https://gateway.dev.homespot.ge/rem".replace(/\/+$/, "");
31
31
  class Configuration {
32
32
  constructor(configuration = {}) {
33
33
  this.configuration = configuration;
@@ -1,6 +1,6 @@
1
1
  # AgencyControllerApi
2
2
 
3
- All URIs are relative to *http://localhost:8080*
3
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # AgencyQueryControllerApi
2
2
 
3
- All URIs are relative to *http://localhost:8080*
3
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # InvitationControllerApi
2
2
 
3
- All URIs are relative to *http://localhost:8080*
3
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # InvitationQueryControllerApi
2
2
 
3
- All URIs are relative to *http://localhost:8080*
3
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
@@ -1,6 +1,6 @@
1
1
  # UserQueryControllerApi
2
2
 
3
- All URIs are relative to *http://localhost:8080*
3
+ All URIs are relative to *https://gateway.dev.homespot.ge/rem*
4
4
 
5
5
  | Method | HTTP request | Description |
6
6
  |------------- | ------------- | -------------|
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@homespot-sdk/api",
3
- "version": "0.0.631",
3
+ "version": "0.0.632",
4
4
  "description": "OpenAPI client for @homespot-sdk/api",
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:8080".replace(/\/+$/, "");
16
+ export const BASE_PATH = "https://gateway.dev.homespot.ge/rem".replace(/\/+$/, "");
17
17
 
18
18
  export interface ConfigurationParameters {
19
19
  basePath?: string; // override base path