@seekora-ai/admin-api 1.0.20 → 1.0.21

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.20
1
+ ## @seekora-ai/admin-api@1.0.21
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.20 --save
39
+ npm install @seekora-ai/admin-api@1.0.21 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -1936,6 +1936,12 @@ export interface DataTypesLoginResponse {
1936
1936
  * @memberof DataTypesLoginResponse
1937
1937
  */
1938
1938
  'roleId'?: number;
1939
+ /**
1940
+ * List of stores for the user\'s organization
1941
+ * @type {Array<DataTypesStore>}
1942
+ * @memberof DataTypesLoginResponse
1943
+ */
1944
+ 'stores'?: Array<DataTypesStore>;
1939
1945
  /**
1940
1946
  *
1941
1947
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -1931,6 +1931,12 @@ export interface DataTypesLoginResponse {
1931
1931
  * @memberof DataTypesLoginResponse
1932
1932
  */
1933
1933
  'roleId'?: number;
1934
+ /**
1935
+ * List of stores for the user\'s organization
1936
+ * @type {Array<DataTypesStore>}
1937
+ * @memberof DataTypesLoginResponse
1938
+ */
1939
+ 'stores'?: Array<DataTypesStore>;
1934
1940
  /**
1935
1941
  *
1936
1942
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -1931,6 +1931,12 @@ export interface DataTypesLoginResponse {
1931
1931
  * @memberof DataTypesLoginResponse
1932
1932
  */
1933
1933
  'roleId'?: number;
1934
+ /**
1935
+ * List of stores for the user\'s organization
1936
+ * @type {Array<DataTypesStore>}
1937
+ * @memberof DataTypesLoginResponse
1938
+ */
1939
+ 'stores'?: Array<DataTypesStore>;
1934
1940
  /**
1935
1941
  *
1936
1942
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.20",
3
+ "version": "1.0.21",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file