@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 CHANGED
@@ -1,4 +1,4 @@
1
- ## @seekora-ai/admin-api@1.1.41
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.41 --save
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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.41",
3
+ "version": "1.1.42",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file