@seekora-ai/admin-api 1.0.76 → 1.0.77

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.76
1
+ ## @seekora-ai/admin-api@1.0.77
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.76 --save
39
+ npm install @seekora-ai/admin-api@1.0.77 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -13705,6 +13705,12 @@ export interface DataTypesOnboardingResponse {
13705
13705
  * @memberof DataTypesOnboardingResponse
13706
13706
  */
13707
13707
  'jobId'?: string;
13708
+ /**
13709
+ * Organization ID (available after orgDetails step)
13710
+ * @type {number}
13711
+ * @memberof DataTypesOnboardingResponse
13712
+ */
13713
+ 'orgId'?: number;
13708
13714
  /**
13709
13715
  *
13710
13716
  * @type {{ [key: string]: any; }}
package/dist/api.d.ts CHANGED
@@ -13729,6 +13729,12 @@ export interface DataTypesOnboardingResponse {
13729
13729
  * @memberof DataTypesOnboardingResponse
13730
13730
  */
13731
13731
  'jobId'?: string;
13732
+ /**
13733
+ * Organization ID (available after orgDetails step)
13734
+ * @type {number}
13735
+ * @memberof DataTypesOnboardingResponse
13736
+ */
13737
+ 'orgId'?: number;
13732
13738
  /**
13733
13739
  *
13734
13740
  * @type {{ [key: string]: any; }}
package/dist/esm/api.d.ts CHANGED
@@ -13729,6 +13729,12 @@ export interface DataTypesOnboardingResponse {
13729
13729
  * @memberof DataTypesOnboardingResponse
13730
13730
  */
13731
13731
  'jobId'?: string;
13732
+ /**
13733
+ * Organization ID (available after orgDetails step)
13734
+ * @type {number}
13735
+ * @memberof DataTypesOnboardingResponse
13736
+ */
13737
+ 'orgId'?: number;
13732
13738
  /**
13733
13739
  *
13734
13740
  * @type {{ [key: string]: any; }}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.76",
3
+ "version": "1.0.77",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file