@infisale-client/api 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
|
@@ -2099,10 +2099,10 @@ export interface ICompany {
|
|
|
2099
2099
|
'dnsZoneDomain'?: string;
|
|
2100
2100
|
/**
|
|
2101
2101
|
*
|
|
2102
|
-
* @type {
|
|
2102
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
2103
2103
|
* @memberof ICompany
|
|
2104
2104
|
*/
|
|
2105
|
-
'customPaymentMethods':
|
|
2105
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
2106
2106
|
/**
|
|
2107
2107
|
*
|
|
2108
2108
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -2426,10 +2426,10 @@ export interface ICompanyAdminResponse {
|
|
|
2426
2426
|
'dnsZoneDomain'?: string;
|
|
2427
2427
|
/**
|
|
2428
2428
|
*
|
|
2429
|
-
* @type {
|
|
2429
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
2430
2430
|
* @memberof ICompanyAdminResponse
|
|
2431
2431
|
*/
|
|
2432
|
-
'customPaymentMethods':
|
|
2432
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
2433
2433
|
/**
|
|
2434
2434
|
*
|
|
2435
2435
|
* @type {{ [key: string]: string; }}
|
|
@@ -2732,10 +2732,10 @@ export interface ICompanyAvailablePaymentGatewaysResponse {
|
|
|
2732
2732
|
export interface ICompanyAvailablePaymentGatewaysResponseDataInner {
|
|
2733
2733
|
/**
|
|
2734
2734
|
*
|
|
2735
|
-
* @type {
|
|
2735
|
+
* @type {PartialRecordLanguageEnumString}
|
|
2736
2736
|
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2737
2737
|
*/
|
|
2738
|
-
'info'?:
|
|
2738
|
+
'info'?: PartialRecordLanguageEnumString;
|
|
2739
2739
|
/**
|
|
2740
2740
|
*
|
|
2741
2741
|
* @type {number}
|
|
@@ -3138,10 +3138,10 @@ export interface ICompanyPatchRequest {
|
|
|
3138
3138
|
'dnsZoneDomain'?: string;
|
|
3139
3139
|
/**
|
|
3140
3140
|
*
|
|
3141
|
-
* @type {
|
|
3141
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3142
3142
|
* @memberof ICompanyPatchRequest
|
|
3143
3143
|
*/
|
|
3144
|
-
'customPaymentMethods'?:
|
|
3144
|
+
'customPaymentMethods'?: RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3145
3145
|
/**
|
|
3146
3146
|
*
|
|
3147
3147
|
* @type {{ [key: string]: string; }}
|
|
@@ -3483,10 +3483,10 @@ export interface ICompanyResponse {
|
|
|
3483
3483
|
'dnsZoneDomain'?: string;
|
|
3484
3484
|
/**
|
|
3485
3485
|
*
|
|
3486
|
-
* @type {
|
|
3486
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3487
3487
|
* @memberof ICompanyResponse
|
|
3488
3488
|
*/
|
|
3489
|
-
'customPaymentMethods':
|
|
3489
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3490
3490
|
/**
|
|
3491
3491
|
*
|
|
3492
3492
|
* @type {{ [key: string]: string; }}
|
|
@@ -9851,10 +9851,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9851
9851
|
'dnsZoneDomain'?: string;
|
|
9852
9852
|
/**
|
|
9853
9853
|
*
|
|
9854
|
-
* @type {
|
|
9854
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
9855
9855
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9856
9856
|
*/
|
|
9857
|
-
'customPaymentMethods':
|
|
9857
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
9858
9858
|
/**
|
|
9859
9859
|
*
|
|
9860
9860
|
* @type {{ [key: string]: string; }}
|
|
@@ -11730,50 +11730,50 @@ export interface RecordCurrencyEnumNumber {
|
|
|
11730
11730
|
/**
|
|
11731
11731
|
* Construct a type with a set of properties K of type T
|
|
11732
11732
|
* @export
|
|
11733
|
-
* @interface
|
|
11733
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11734
11734
|
*/
|
|
11735
|
-
export interface
|
|
11735
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean {
|
|
11736
11736
|
/**
|
|
11737
11737
|
*
|
|
11738
|
-
* @type {
|
|
11739
|
-
* @memberof
|
|
11738
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11739
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11740
11740
|
*/
|
|
11741
|
-
'bank_transfer':
|
|
11741
|
+
'bank_transfer': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11742
11742
|
/**
|
|
11743
11743
|
*
|
|
11744
|
-
* @type {
|
|
11745
|
-
* @memberof
|
|
11744
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11745
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11746
11746
|
*/
|
|
11747
|
-
'cash_on_delivery':
|
|
11747
|
+
'cash_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11748
11748
|
/**
|
|
11749
11749
|
*
|
|
11750
|
-
* @type {
|
|
11751
|
-
* @memberof
|
|
11750
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11751
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11752
11752
|
*/
|
|
11753
|
-
'card_on_delivery':
|
|
11753
|
+
'card_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11754
11754
|
}
|
|
11755
11755
|
/**
|
|
11756
11756
|
*
|
|
11757
11757
|
* @export
|
|
11758
|
-
* @interface
|
|
11758
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11759
11759
|
*/
|
|
11760
|
-
export interface
|
|
11760
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer {
|
|
11761
11761
|
/**
|
|
11762
11762
|
*
|
|
11763
11763
|
* @type {boolean}
|
|
11764
|
-
* @memberof
|
|
11764
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11765
11765
|
*/
|
|
11766
11766
|
'active': boolean;
|
|
11767
11767
|
/**
|
|
11768
11768
|
*
|
|
11769
|
-
* @type {
|
|
11770
|
-
* @memberof
|
|
11769
|
+
* @type {PartialRecordLanguageEnumString}
|
|
11770
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11771
11771
|
*/
|
|
11772
|
-
'info':
|
|
11772
|
+
'info': PartialRecordLanguageEnumString;
|
|
11773
11773
|
/**
|
|
11774
11774
|
*
|
|
11775
11775
|
* @type {number}
|
|
11776
|
-
* @memberof
|
|
11776
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11777
11777
|
*/
|
|
11778
11778
|
'extraFee': number;
|
|
11779
11779
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.11",
|
|
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": "4779cc3a70e79cdeced909e481af74482f543c02"
|
|
41
41
|
}
|