@seekora-ai/admin-api 1.1.61 → 1.1.62

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.1.61
1
+ ## @seekora-ai/admin-api@1.1.62
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.1.61 --save
39
+ npm install @seekora-ai/admin-api@1.1.62 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -15569,6 +15569,12 @@ export interface DataTypesOnboardingResponse {
15569
15569
  * @memberof DataTypesOnboardingResponse
15570
15570
  */
15571
15571
  'step'?: string;
15572
+ /**
15573
+ * Updated JWT token with org_id and org_code (available after orgDetails step)
15574
+ * @type {string}
15575
+ * @memberof DataTypesOnboardingResponse
15576
+ */
15577
+ 'token'?: string;
15572
15578
  /**
15573
15579
  *
15574
15580
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -15619,6 +15619,12 @@ export interface DataTypesOnboardingResponse {
15619
15619
  * @memberof DataTypesOnboardingResponse
15620
15620
  */
15621
15621
  'step'?: string;
15622
+ /**
15623
+ * Updated JWT token with org_id and org_code (available after orgDetails step)
15624
+ * @type {string}
15625
+ * @memberof DataTypesOnboardingResponse
15626
+ */
15627
+ 'token'?: string;
15622
15628
  /**
15623
15629
  *
15624
15630
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -15619,6 +15619,12 @@ export interface DataTypesOnboardingResponse {
15619
15619
  * @memberof DataTypesOnboardingResponse
15620
15620
  */
15621
15621
  'step'?: string;
15622
+ /**
15623
+ * Updated JWT token with org_id and org_code (available after orgDetails step)
15624
+ * @type {string}
15625
+ * @memberof DataTypesOnboardingResponse
15626
+ */
15627
+ 'token'?: string;
15622
15628
  /**
15623
15629
  *
15624
15630
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.61",
3
+ "version": "1.1.62",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
index f46a8bd..456b577 100644
Binary file