@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 +20 -2
- package/dist/api/api.js +1 -1
- package/dist/api/api.mjs +1 -1
- package/package.json +2 -2
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
|
-
'
|
|
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
|
|
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
package/dist/api/api.mjs
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
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": "
|
|
40
|
+
"gitHead": "8f8f714b9ca1444d76637c4ebce21b09d58b49a8"
|
|
41
41
|
}
|