@infisale-client/api-client 1.3.32 → 1.3.33

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/dist/api/api.d.ts CHANGED
@@ -8321,12 +8321,24 @@ export interface ISubscription {
8321
8321
  * @memberof ISubscription
8322
8322
  */
8323
8323
  'company': string;
8324
+ /**
8325
+ *
8326
+ * @type {string}
8327
+ * @memberof ISubscription
8328
+ */
8329
+ 'plan': string;
8324
8330
  /**
8325
8331
  *
8326
8332
  * @type {SubscriptionPlanEnum}
8327
8333
  * @memberof ISubscription
8328
8334
  */
8329
- 'plan': SubscriptionPlanEnum;
8335
+ 'planType': SubscriptionPlanEnum;
8336
+ /**
8337
+ *
8338
+ * @type {string}
8339
+ * @memberof ISubscription
8340
+ */
8341
+ 'planName': string;
8330
8342
  /**
8331
8343
  *
8332
8344
  * @type {SubscriptionStatusEnum}
@@ -8388,6 +8400,12 @@ export interface ISubscriptionPostRequest {
8388
8400
  * @memberof ISubscriptionPostRequest
8389
8401
  */
8390
8402
  'status': SubscriptionStatusEnum;
8403
+ /**
8404
+ *
8405
+ * @type {string}
8406
+ * @memberof ISubscriptionPostRequest
8407
+ */
8408
+ 'plan': string;
8391
8409
  }
8392
8410
  export declare const ISubscriptionPostRequestPeriodEnum: {
8393
8411
  readonly MONTHLY: "monthly";
@@ -9913,7 +9931,7 @@ export type OrderShippedStatusEnum = typeof OrderShippedStatusEnum[keyof typeof
9913
9931
  * @enum {string}
9914
9932
  */
9915
9933
  export declare const OrderStatusEnum: {
9916
- readonly CANCELLED: "cancelled";
9934
+ readonly CANCELED: "canceled";
9917
9935
  readonly CREATED: "created";
9918
9936
  };
9919
9937
  export type OrderStatusEnum = typeof OrderStatusEnum[keyof typeof OrderStatusEnum];
package/dist/api/api.js CHANGED
@@ -603,7 +603,7 @@ exports.OrderShippedStatusEnum = {
603
603
  * @enum {string}
604
604
  */
605
605
  exports.OrderStatusEnum = {
606
- CANCELLED: 'cancelled',
606
+ CANCELED: 'canceled',
607
607
  CREATED: 'created'
608
608
  };
609
609
  /**
package/dist/api/api.mjs CHANGED
@@ -592,7 +592,7 @@ export const OrderShippedStatusEnum = {
592
592
  * @enum {string}
593
593
  */
594
594
  export const OrderStatusEnum = {
595
- CANCELLED: 'cancelled',
595
+ CANCELED: 'canceled',
596
596
  CREATED: 'created'
597
597
  };
598
598
  /**
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "description": "api-client-sdk",
5
5
  "author": "Muhammet KÖKLÜ <105980019+byhipernova@users.noreply.github.com>",
6
6
  "homepage": "https://github.com/infisale/infisale-client#readme",
@@ -37,5 +37,5 @@
37
37
  "bugs": {
38
38
  "url": "https://github.com/infisale/infisale-client/issues"
39
39
  },
40
- "gitHead": "cdfe243cef0a62d3c8603ac424b0211d0b7ad089"
40
+ "gitHead": "8f8f714b9ca1444d76637c4ebce21b09d58b49a8"
41
41
  }