@seekora-ai/admin-api 1.0.11 → 1.0.13

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.0.11
1
+ ## @seekora-ai/admin-api@1.0.13
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.11 --save
39
+ npm install @seekora-ai/admin-api@1.0.13 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -2996,6 +2996,12 @@ export interface DataTypesSampleDatasetResponse {
2996
2996
  * @memberof DataTypesSampleDatasetResponse
2997
2997
  */
2998
2998
  'imageUrl'?: string;
2999
+ /**
3000
+ *
3001
+ * @type {number}
3002
+ * @memberof DataTypesSampleDatasetResponse
3003
+ */
3004
+ 'sampleDatasetId'?: number;
2999
3005
  /**
3000
3006
  *
3001
3007
  * @type {string}
package/dist/api.d.ts CHANGED
@@ -2993,6 +2993,12 @@ export interface DataTypesSampleDatasetResponse {
2993
2993
  * @memberof DataTypesSampleDatasetResponse
2994
2994
  */
2995
2995
  'imageUrl'?: string;
2996
+ /**
2997
+ *
2998
+ * @type {number}
2999
+ * @memberof DataTypesSampleDatasetResponse
3000
+ */
3001
+ 'sampleDatasetId'?: number;
2996
3002
  /**
2997
3003
  *
2998
3004
  * @type {string}
package/dist/esm/api.d.ts CHANGED
@@ -2993,6 +2993,12 @@ export interface DataTypesSampleDatasetResponse {
2993
2993
  * @memberof DataTypesSampleDatasetResponse
2994
2994
  */
2995
2995
  'imageUrl'?: string;
2996
+ /**
2997
+ *
2998
+ * @type {number}
2999
+ * @memberof DataTypesSampleDatasetResponse
3000
+ */
3001
+ 'sampleDatasetId'?: number;
2996
3002
  /**
2997
3003
  *
2998
3004
  * @type {string}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.0.11",
3
+ "version": "1.0.13",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file