@seekora-ai/admin-api 1.1.41 → 1.1.42
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.1.42.tgz +0 -0
- package/seekora-ai-admin-api-1.1.41.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.42
|
|
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.42 --save
|
|
40
40
|
```
|
|
41
41
|
|
|
42
42
|
_unPublished (not recommended):_
|
package/api.ts
CHANGED
|
@@ -18225,6 +18225,12 @@ export interface DataTypesSchemaOptionsResponse {
|
|
|
18225
18225
|
* @memberof DataTypesSchemaOptionsResponse
|
|
18226
18226
|
*/
|
|
18227
18227
|
'displayAttributesOptions'?: Array<string>;
|
|
18228
|
+
/**
|
|
18229
|
+
* NestedPaths contains all possible field paths including nested objects and arrays Examples: [\"title\", \"images[0]\", \"product.variants[0].price\"]
|
|
18230
|
+
* @type {Array<string>}
|
|
18231
|
+
* @memberof DataTypesSchemaOptionsResponse
|
|
18232
|
+
*/
|
|
18233
|
+
'nestedPaths'?: Array<string>;
|
|
18228
18234
|
/**
|
|
18229
18235
|
*
|
|
18230
18236
|
* @type {Array<string>}
|
package/dist/api.d.ts
CHANGED
|
@@ -18287,6 +18287,12 @@ export interface DataTypesSchemaOptionsResponse {
|
|
|
18287
18287
|
* @memberof DataTypesSchemaOptionsResponse
|
|
18288
18288
|
*/
|
|
18289
18289
|
'displayAttributesOptions'?: Array<string>;
|
|
18290
|
+
/**
|
|
18291
|
+
* NestedPaths contains all possible field paths including nested objects and arrays Examples: [\"title\", \"images[0]\", \"product.variants[0].price\"]
|
|
18292
|
+
* @type {Array<string>}
|
|
18293
|
+
* @memberof DataTypesSchemaOptionsResponse
|
|
18294
|
+
*/
|
|
18295
|
+
'nestedPaths'?: Array<string>;
|
|
18290
18296
|
/**
|
|
18291
18297
|
*
|
|
18292
18298
|
* @type {Array<string>}
|
package/dist/esm/api.d.ts
CHANGED
|
@@ -18287,6 +18287,12 @@ export interface DataTypesSchemaOptionsResponse {
|
|
|
18287
18287
|
* @memberof DataTypesSchemaOptionsResponse
|
|
18288
18288
|
*/
|
|
18289
18289
|
'displayAttributesOptions'?: Array<string>;
|
|
18290
|
+
/**
|
|
18291
|
+
* NestedPaths contains all possible field paths including nested objects and arrays Examples: [\"title\", \"images[0]\", \"product.variants[0].price\"]
|
|
18292
|
+
* @type {Array<string>}
|
|
18293
|
+
* @memberof DataTypesSchemaOptionsResponse
|
|
18294
|
+
*/
|
|
18295
|
+
'nestedPaths'?: Array<string>;
|
|
18290
18296
|
/**
|
|
18291
18297
|
*
|
|
18292
18298
|
* @type {Array<string>}
|
package/package.json
CHANGED
|
Binary file
|
|
Binary file
|