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