@seekora-ai/admin-api 1.1.13 → 1.1.14

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.13
1
+ ## @seekora-ai/admin-api@1.1.14
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.13 --save
39
+ npm install @seekora-ai/admin-api@1.1.14 --save
40
40
  ```
41
41
 
42
42
  _unPublished (not recommended):_
package/api.ts CHANGED
@@ -6743,6 +6743,12 @@ export interface DataTypesBillingAlertRequest {
6743
6743
  * @memberof DataTypesBillingAlertRequest
6744
6744
  */
6745
6745
  'threshold_value'?: number;
6746
+ /**
6747
+ * Alternative to store_id - will be converted to store_id
6748
+ * @type {string}
6749
+ * @memberof DataTypesBillingAlertRequest
6750
+ */
6751
+ 'xstoreid'?: string;
6746
6752
  }
6747
6753
 
6748
6754
  export const DataTypesBillingAlertRequestAlertTypeEnum = {
package/dist/api.d.ts CHANGED
@@ -6751,6 +6751,12 @@ export interface DataTypesBillingAlertRequest {
6751
6751
  * @memberof DataTypesBillingAlertRequest
6752
6752
  */
6753
6753
  'threshold_value'?: number;
6754
+ /**
6755
+ * Alternative to store_id - will be converted to store_id
6756
+ * @type {string}
6757
+ * @memberof DataTypesBillingAlertRequest
6758
+ */
6759
+ 'xstoreid'?: string;
6754
6760
  }
6755
6761
  export declare const DataTypesBillingAlertRequestAlertTypeEnum: {
6756
6762
  readonly LowBalance: "low_balance";
package/dist/esm/api.d.ts CHANGED
@@ -6751,6 +6751,12 @@ export interface DataTypesBillingAlertRequest {
6751
6751
  * @memberof DataTypesBillingAlertRequest
6752
6752
  */
6753
6753
  'threshold_value'?: number;
6754
+ /**
6755
+ * Alternative to store_id - will be converted to store_id
6756
+ * @type {string}
6757
+ * @memberof DataTypesBillingAlertRequest
6758
+ */
6759
+ 'xstoreid'?: string;
6754
6760
  }
6755
6761
  export declare const DataTypesBillingAlertRequestAlertTypeEnum: {
6756
6762
  readonly LowBalance: "low_balance";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@seekora-ai/admin-api",
3
- "version": "1.1.13",
3
+ "version": "1.1.14",
4
4
  "description": "OpenAPI client for @seekora-ai/admin-api",
5
5
  "author": "OpenAPI-Generator Contributors",
6
6
  "repository": {
Binary file
Binary file