@infisale-client/api 1.2.87 → 1.2.89
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 +7 -30
- package/dist/api/api.js +1 -0
- package/dist/api/api.mjs +1 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export type ButtonVariantEnum = typeof ButtonVariantEnum[keyof typeof ButtonVari
|
|
|
35
35
|
export declare const CompanyStatusEnum: {
|
|
36
36
|
readonly ACTIVE: "active";
|
|
37
37
|
readonly INACTIVE: "inactive";
|
|
38
|
+
readonly PAYMENT_REQUIRED: "payment_required";
|
|
38
39
|
readonly DELETED: "deleted";
|
|
39
40
|
};
|
|
40
41
|
export type CompanyStatusEnum = typeof CompanyStatusEnum[keyof typeof CompanyStatusEnum];
|
|
@@ -6010,6 +6011,12 @@ export interface IPayment {
|
|
|
6010
6011
|
* @memberof IPayment
|
|
6011
6012
|
*/
|
|
6012
6013
|
'total': number;
|
|
6014
|
+
/**
|
|
6015
|
+
*
|
|
6016
|
+
* @type {string}
|
|
6017
|
+
* @memberof IPayment
|
|
6018
|
+
*/
|
|
6019
|
+
'iframe': string;
|
|
6013
6020
|
/**
|
|
6014
6021
|
*
|
|
6015
6022
|
* @type {PaymentStatusEnum}
|
|
@@ -6060,36 +6067,6 @@ export interface IPaymentPostRequest {
|
|
|
6060
6067
|
* @memberof IPaymentPostRequest
|
|
6061
6068
|
*/
|
|
6062
6069
|
'period': IPaymentPostRequestPeriodEnum;
|
|
6063
|
-
/**
|
|
6064
|
-
*
|
|
6065
|
-
* @type {string}
|
|
6066
|
-
* @memberof IPaymentPostRequest
|
|
6067
|
-
*/
|
|
6068
|
-
'cardOwner': string;
|
|
6069
|
-
/**
|
|
6070
|
-
*
|
|
6071
|
-
* @type {string}
|
|
6072
|
-
* @memberof IPaymentPostRequest
|
|
6073
|
-
*/
|
|
6074
|
-
'cardNumber': string;
|
|
6075
|
-
/**
|
|
6076
|
-
*
|
|
6077
|
-
* @type {string}
|
|
6078
|
-
* @memberof IPaymentPostRequest
|
|
6079
|
-
*/
|
|
6080
|
-
'cardExpiryMonth': string;
|
|
6081
|
-
/**
|
|
6082
|
-
*
|
|
6083
|
-
* @type {string}
|
|
6084
|
-
* @memberof IPaymentPostRequest
|
|
6085
|
-
*/
|
|
6086
|
-
'cardExpiryYear': string;
|
|
6087
|
-
/**
|
|
6088
|
-
*
|
|
6089
|
-
* @type {string}
|
|
6090
|
-
* @memberof IPaymentPostRequest
|
|
6091
|
-
*/
|
|
6092
|
-
'cardCvv': string;
|
|
6093
6070
|
}
|
|
6094
6071
|
export declare const IPaymentPostRequestPeriodEnum: {
|
|
6095
6072
|
readonly MONTHLY: "monthly";
|
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.2.
|
|
3
|
+
"version": "1.2.89",
|
|
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": "37d034eb6f5eea1774d699ff99383f5345b2b42a"
|
|
41
41
|
}
|