@seekora-ai/admin-api 1.0.93 → 1.0.94

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,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.0.93
1
+ ## @seekora-ai/admin-api@1.0.94
2
2
 
3
3
  This generator creates TypeScript/JavaScript client that utilizes [axios](https://github.com/axios/axios). The generated Node module can be used in the following environments:
4
4
 
@@ -36,7 +36,7 @@ navigate to the folder of your consuming project and run one of the following co
36
36
  _published:_
37
37
 
38
38
  ```
39
- npm install @seekora-ai/admin-api@1.0.93 --save
39
+ npm install @seekora-ai/admin-api@1.0.94 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -14130,6 +14130,12 @@ export interface DataTypesLoginRequest {
14130
14130
  * @memberof DataTypesLoginRequest
14131
14131
  */
14132
14132
  'password': string;
14133
+ /**
14134
+ *
14135
+ * @type {string}
14136
+ * @memberof DataTypesLoginRequest
14137
+ */
14138
+ 'token'?: string;
14133
14139
  /**
14134
14140
  *
14135
14141
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -14153,6 +14153,12 @@ export interface DataTypesLoginRequest {
14153
14153
  * @memberof DataTypesLoginRequest
14154
14154
  */
14155
14155
  'password': string;
14156
+ /**
14157
+ *
14158
+ * @type {string}
14159
+ * @memberof DataTypesLoginRequest
14160
+ */
14161
+ 'token'?: string;
14156
14162
  /**
14157
14163
  *
14158
14164
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -14153,6 +14153,12 @@ export interface DataTypesLoginRequest {
14153
14153
  * @memberof DataTypesLoginRequest
14154
14154
  */
14155
14155
  'password': string;
14156
+ /**
14157
+ *
14158
+ * @type {string}
14159
+ * @memberof DataTypesLoginRequest
14160
+ */
14161
+ 'token'?: string;
14156
14162
  /**
14157
14163
  *
14158
14164
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.93",
3
+ "version": "1.0.94",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
index dd298e2..a241b54 100644
Binary file