@seekora-ai/admin-api 1.1.7 → 1.1.9
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 +8 -0
- package/dist/esm/api.d.ts +8 -0
- package/package.json +1 -1
- package/seekora-ai-admin-api-1.1.9.tgz +0 -0
- package/seekora-ai-admin-api-1.1.7.tgz +0 -0
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
## @seekora-ai/admin-api@1.1.
|
|
1
|
+
## @seekora-ai/admin-api@1.1.9
|
|
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.
|
|
39
|
+
npm install @seekora-ai/admin-api@1.1.9 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -15470,6 +15470,12 @@ export interface DataTypesProfileResponse {
|
|
|
15470
15470
|
* @memberof DataTypesProfileResponse
|
|
15471
15471
|
*/
|
|
15472
15472
|
'profileimagepath'?: string;
|
|
15473
|
+
/**
|
|
15474
|
+
*
|
|
15475
|
+
* @type {{ [key: string]: any; }}
|
|
15476
|
+
* @memberof DataTypesProfileResponse
|
|
15477
|
+
*/
|
|
15478
|
+
'sso_config'?: { [key: string]: any; };
|
|
15473
15479
|
/**
|
|
15474
15480
|
*
|
|
15475
15481
|
* @type {string}
|
package/dist/api.d.ts
CHANGED
|
@@ -15514,6 +15514,14 @@ export interface DataTypesProfileResponse {
|
|
|
15514
15514
|
* @memberof DataTypesProfileResponse
|
|
15515
15515
|
*/
|
|
15516
15516
|
'profileimagepath'?: string;
|
|
15517
|
+
/**
|
|
15518
|
+
*
|
|
15519
|
+
* @type {{ [key: string]: any; }}
|
|
15520
|
+
* @memberof DataTypesProfileResponse
|
|
15521
|
+
*/
|
|
15522
|
+
'sso_config'?: {
|
|
15523
|
+
[key: string]: any;
|
|
15524
|
+
};
|
|
15517
15525
|
/**
|
|
15518
15526
|
*
|
|
15519
15527
|
* @type {string}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -15514,6 +15514,14 @@ export interface DataTypesProfileResponse {
|
|
|
15514
15514
|
* @memberof DataTypesProfileResponse
|
|
15515
15515
|
*/
|
|
15516
15516
|
'profileimagepath'?: string;
|
|
15517
|
+
/**
|
|
15518
|
+
*
|
|
15519
|
+
* @type {{ [key: string]: any; }}
|
|
15520
|
+
* @memberof DataTypesProfileResponse
|
|
15521
|
+
*/
|
|
15522
|
+
'sso_config'?: {
|
|
15523
|
+
[key: string]: any;
|
|
15524
|
+
};
|
|
15517
15525
|
/**
|
|
15518
15526
|
*
|
|
15519
15527
|
* @type {string}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|