@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 +2 -2
- package/api.ts +6 -0
- package/dist/api.d.ts +6 -0
- package/dist/esm/api.d.ts +6 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.0.77.tgz +0 -0
- package/seekora-ai-admin-api-1.0.76.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.0.
|
|
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.
|
|
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
|
Binary file
|
|
Binary file
|