@infisale-client/api-client 1.3.10 → 1.3.11
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 +30 -30
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2086,10 +2086,10 @@ export interface ICompany {
|
|
|
2086
2086
|
'dnsZoneDomain'?: string;
|
|
2087
2087
|
/**
|
|
2088
2088
|
*
|
|
2089
|
-
* @type {
|
|
2089
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
2090
2090
|
* @memberof ICompany
|
|
2091
2091
|
*/
|
|
2092
|
-
'customPaymentMethods':
|
|
2092
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
2093
2093
|
/**
|
|
2094
2094
|
*
|
|
2095
2095
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -2413,10 +2413,10 @@ export interface ICompanyAdminResponse {
|
|
|
2413
2413
|
'dnsZoneDomain'?: string;
|
|
2414
2414
|
/**
|
|
2415
2415
|
*
|
|
2416
|
-
* @type {
|
|
2416
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
2417
2417
|
* @memberof ICompanyAdminResponse
|
|
2418
2418
|
*/
|
|
2419
|
-
'customPaymentMethods':
|
|
2419
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
2420
2420
|
/**
|
|
2421
2421
|
*
|
|
2422
2422
|
* @type {{ [key: string]: string; }}
|
|
@@ -2719,10 +2719,10 @@ export interface ICompanyAvailablePaymentGatewaysResponse {
|
|
|
2719
2719
|
export interface ICompanyAvailablePaymentGatewaysResponseDataInner {
|
|
2720
2720
|
/**
|
|
2721
2721
|
*
|
|
2722
|
-
* @type {
|
|
2722
|
+
* @type {PartialRecordLanguageEnumString}
|
|
2723
2723
|
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2724
2724
|
*/
|
|
2725
|
-
'info'?:
|
|
2725
|
+
'info'?: PartialRecordLanguageEnumString;
|
|
2726
2726
|
/**
|
|
2727
2727
|
*
|
|
2728
2728
|
* @type {number}
|
|
@@ -3125,10 +3125,10 @@ export interface ICompanyPatchRequest {
|
|
|
3125
3125
|
'dnsZoneDomain'?: string;
|
|
3126
3126
|
/**
|
|
3127
3127
|
*
|
|
3128
|
-
* @type {
|
|
3128
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3129
3129
|
* @memberof ICompanyPatchRequest
|
|
3130
3130
|
*/
|
|
3131
|
-
'customPaymentMethods'?:
|
|
3131
|
+
'customPaymentMethods'?: RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3132
3132
|
/**
|
|
3133
3133
|
*
|
|
3134
3134
|
* @type {{ [key: string]: string; }}
|
|
@@ -3470,10 +3470,10 @@ export interface ICompanyResponse {
|
|
|
3470
3470
|
'dnsZoneDomain'?: string;
|
|
3471
3471
|
/**
|
|
3472
3472
|
*
|
|
3473
|
-
* @type {
|
|
3473
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3474
3474
|
* @memberof ICompanyResponse
|
|
3475
3475
|
*/
|
|
3476
|
-
'customPaymentMethods':
|
|
3476
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3477
3477
|
/**
|
|
3478
3478
|
*
|
|
3479
3479
|
* @type {{ [key: string]: string; }}
|
|
@@ -9838,10 +9838,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9838
9838
|
'dnsZoneDomain'?: string;
|
|
9839
9839
|
/**
|
|
9840
9840
|
*
|
|
9841
|
-
* @type {
|
|
9841
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
9842
9842
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9843
9843
|
*/
|
|
9844
|
-
'customPaymentMethods':
|
|
9844
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
9845
9845
|
/**
|
|
9846
9846
|
*
|
|
9847
9847
|
* @type {{ [key: string]: string; }}
|
|
@@ -11717,50 +11717,50 @@ export interface RecordCurrencyEnumNumber {
|
|
|
11717
11717
|
/**
|
|
11718
11718
|
* Construct a type with a set of properties K of type T
|
|
11719
11719
|
* @export
|
|
11720
|
-
* @interface
|
|
11720
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11721
11721
|
*/
|
|
11722
|
-
export interface
|
|
11722
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean {
|
|
11723
11723
|
/**
|
|
11724
11724
|
*
|
|
11725
|
-
* @type {
|
|
11726
|
-
* @memberof
|
|
11725
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11726
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11727
11727
|
*/
|
|
11728
|
-
'bank_transfer':
|
|
11728
|
+
'bank_transfer': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11729
11729
|
/**
|
|
11730
11730
|
*
|
|
11731
|
-
* @type {
|
|
11732
|
-
* @memberof
|
|
11731
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11732
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11733
11733
|
*/
|
|
11734
|
-
'cash_on_delivery':
|
|
11734
|
+
'cash_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11735
11735
|
/**
|
|
11736
11736
|
*
|
|
11737
|
-
* @type {
|
|
11738
|
-
* @memberof
|
|
11737
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11738
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11739
11739
|
*/
|
|
11740
|
-
'card_on_delivery':
|
|
11740
|
+
'card_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11741
11741
|
}
|
|
11742
11742
|
/**
|
|
11743
11743
|
*
|
|
11744
11744
|
* @export
|
|
11745
|
-
* @interface
|
|
11745
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11746
11746
|
*/
|
|
11747
|
-
export interface
|
|
11747
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer {
|
|
11748
11748
|
/**
|
|
11749
11749
|
*
|
|
11750
11750
|
* @type {boolean}
|
|
11751
|
-
* @memberof
|
|
11751
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11752
11752
|
*/
|
|
11753
11753
|
'active': boolean;
|
|
11754
11754
|
/**
|
|
11755
11755
|
*
|
|
11756
|
-
* @type {
|
|
11757
|
-
* @memberof
|
|
11756
|
+
* @type {PartialRecordLanguageEnumString}
|
|
11757
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11758
11758
|
*/
|
|
11759
|
-
'info':
|
|
11759
|
+
'info': PartialRecordLanguageEnumString;
|
|
11760
11760
|
/**
|
|
11761
11761
|
*
|
|
11762
11762
|
* @type {number}
|
|
11763
|
-
* @memberof
|
|
11763
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11764
11764
|
*/
|
|
11765
11765
|
'extraFee': number;
|
|
11766
11766
|
}
|
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.11",
|
|
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": "4779cc3a70e79cdeced909e481af74482f543c02"
|
|
41
41
|
}
|