@infisale-client/api 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
@@ -8334,12 +8334,24 @@ export interface ISubscription {
8334
8334
  * @memberof ISubscription
8335
8335
  */
8336
8336
  'company': string;
8337
+ /**
8338
+ *
8339
+ * @type {string}
8340
+ * @memberof ISubscription
8341
+ */
8342
+ 'plan': string;
8337
8343
  /**
8338
8344
  *
8339
8345
  * @type {SubscriptionPlanEnum}
8340
8346
  * @memberof ISubscription
8341
8347
  */
8342
- 'plan': SubscriptionPlanEnum;
8348
+ 'planType': SubscriptionPlanEnum;
8349
+ /**
8350
+ *
8351
+ * @type {string}
8352
+ * @memberof ISubscription
8353
+ */
8354
+ 'planName': string;
8343
8355
  /**
8344
8356
  *
8345
8357
  * @type {SubscriptionStatusEnum}
@@ -8401,6 +8413,12 @@ export interface ISubscriptionPostRequest {
8401
8413
  * @memberof ISubscriptionPostRequest
8402
8414
  */
8403
8415
  'status': SubscriptionStatusEnum;
8416
+ /**
8417
+ *
8418
+ * @type {string}
8419
+ * @memberof ISubscriptionPostRequest
8420
+ */
8421
+ 'plan': string;
8404
8422
  }
8405
8423
  export declare const ISubscriptionPostRequestPeriodEnum: {
8406
8424
  readonly MONTHLY: "monthly";
@@ -9926,7 +9944,7 @@ export type OrderShippedStatusEnum = typeof OrderShippedStatusEnum[keyof typeof
9926
9944
  * @enum {string}
9927
9945
  */
9928
9946
  export declare const OrderStatusEnum: {
9929
- readonly CANCELLED: "cancelled";
9947
+ readonly CANCELED: "canceled";
9930
9948
  readonly CREATED: "created";
9931
9949
  };
9932
9950
  export type OrderStatusEnum = typeof OrderStatusEnum[keyof typeof OrderStatusEnum];
package/dist/api/api.js CHANGED
@@ -604,7 +604,7 @@ exports.OrderShippedStatusEnum = {
604
604
  * @enum {string}
605
605
  */
606
606
  exports.OrderStatusEnum = {
607
- CANCELLED: 'cancelled',
607
+ CANCELED: 'canceled',
608
608
  CREATED: 'created'
609
609
  };
610
610
  /**
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",
3
- "version": "1.3.32",
3
+ "version": "1.3.33",
4
4
  "description": "api-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
  }