@infisale-client/api 1.3.9 → 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 +69 -56
- package/dist/api/api.js +4 -3
- package/dist/api/api.mjs +4 -3
- 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; }}
|
|
@@ -2730,6 +2730,12 @@ export interface ICompanyAvailablePaymentGatewaysResponse {
|
|
|
2730
2730
|
* @interface ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2731
2731
|
*/
|
|
2732
2732
|
export interface ICompanyAvailablePaymentGatewaysResponseDataInner {
|
|
2733
|
+
/**
|
|
2734
|
+
*
|
|
2735
|
+
* @type {PartialRecordLanguageEnumString}
|
|
2736
|
+
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2737
|
+
*/
|
|
2738
|
+
'info'?: PartialRecordLanguageEnumString;
|
|
2733
2739
|
/**
|
|
2734
2740
|
*
|
|
2735
2741
|
* @type {number}
|
|
@@ -3132,10 +3138,10 @@ export interface ICompanyPatchRequest {
|
|
|
3132
3138
|
'dnsZoneDomain'?: string;
|
|
3133
3139
|
/**
|
|
3134
3140
|
*
|
|
3135
|
-
* @type {
|
|
3141
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3136
3142
|
* @memberof ICompanyPatchRequest
|
|
3137
3143
|
*/
|
|
3138
|
-
'customPaymentMethods'?:
|
|
3144
|
+
'customPaymentMethods'?: RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3139
3145
|
/**
|
|
3140
3146
|
*
|
|
3141
3147
|
* @type {{ [key: string]: string; }}
|
|
@@ -3477,10 +3483,10 @@ export interface ICompanyResponse {
|
|
|
3477
3483
|
'dnsZoneDomain'?: string;
|
|
3478
3484
|
/**
|
|
3479
3485
|
*
|
|
3480
|
-
* @type {
|
|
3486
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
3481
3487
|
* @memberof ICompanyResponse
|
|
3482
3488
|
*/
|
|
3483
|
-
'customPaymentMethods':
|
|
3489
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
3484
3490
|
/**
|
|
3485
3491
|
*
|
|
3486
3492
|
* @type {{ [key: string]: string; }}
|
|
@@ -9239,53 +9245,9 @@ export declare const PageTypeEnum: {
|
|
|
9239
9245
|
readonly CHECKOUT: "checkout";
|
|
9240
9246
|
readonly SEARCH: "search";
|
|
9241
9247
|
readonly NOT_FOUND: "not-found";
|
|
9242
|
-
readonly
|
|
9248
|
+
readonly BLOGS: "blogs";
|
|
9243
9249
|
};
|
|
9244
9250
|
export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
|
|
9245
|
-
/**
|
|
9246
|
-
* Make all properties in T optional
|
|
9247
|
-
* @export
|
|
9248
|
-
* @interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
|
|
9249
|
-
*/
|
|
9250
|
-
export interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString {
|
|
9251
|
-
/**
|
|
9252
|
-
*
|
|
9253
|
-
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
|
|
9254
|
-
* @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
|
|
9255
|
-
*/
|
|
9256
|
-
'bank_transfer'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
|
|
9257
|
-
/**
|
|
9258
|
-
*
|
|
9259
|
-
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
|
|
9260
|
-
* @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
|
|
9261
|
-
*/
|
|
9262
|
-
'cash_on_delivery'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
|
|
9263
|
-
/**
|
|
9264
|
-
*
|
|
9265
|
-
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
|
|
9266
|
-
* @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
|
|
9267
|
-
*/
|
|
9268
|
-
'card_on_delivery'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
|
|
9269
|
-
}
|
|
9270
|
-
/**
|
|
9271
|
-
*
|
|
9272
|
-
* @export
|
|
9273
|
-
* @interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
|
|
9274
|
-
*/
|
|
9275
|
-
export interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer {
|
|
9276
|
-
/**
|
|
9277
|
-
*
|
|
9278
|
-
* @type {string}
|
|
9279
|
-
* @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
|
|
9280
|
-
*/
|
|
9281
|
-
'info': string;
|
|
9282
|
-
/**
|
|
9283
|
-
*
|
|
9284
|
-
* @type {number}
|
|
9285
|
-
* @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
|
|
9286
|
-
*/
|
|
9287
|
-
'extraFee': number;
|
|
9288
|
-
}
|
|
9289
9251
|
/**
|
|
9290
9252
|
* Make all properties in T optional
|
|
9291
9253
|
* @export
|
|
@@ -9408,6 +9370,7 @@ export declare const PaymentGatewayEnum: {
|
|
|
9408
9370
|
readonly IYZICO: "iyzico";
|
|
9409
9371
|
readonly PAYTR: "paytr";
|
|
9410
9372
|
readonly PAPARA: "papara";
|
|
9373
|
+
readonly STRIPE: "stripe";
|
|
9411
9374
|
};
|
|
9412
9375
|
export type PaymentGatewayEnum = typeof PaymentGatewayEnum[keyof typeof PaymentGatewayEnum];
|
|
9413
9376
|
/**
|
|
@@ -9888,10 +9851,10 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9888
9851
|
'dnsZoneDomain'?: string;
|
|
9889
9852
|
/**
|
|
9890
9853
|
*
|
|
9891
|
-
* @type {
|
|
9854
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean}
|
|
9892
9855
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9893
9856
|
*/
|
|
9894
|
-
'customPaymentMethods':
|
|
9857
|
+
'customPaymentMethods': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean;
|
|
9895
9858
|
/**
|
|
9896
9859
|
*
|
|
9897
9860
|
* @type {{ [key: string]: string; }}
|
|
@@ -11764,6 +11727,56 @@ export interface RecordCurrencyEnumNumber {
|
|
|
11764
11727
|
*/
|
|
11765
11728
|
'jpy': number;
|
|
11766
11729
|
}
|
|
11730
|
+
/**
|
|
11731
|
+
* Construct a type with a set of properties K of type T
|
|
11732
|
+
* @export
|
|
11733
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11734
|
+
*/
|
|
11735
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean {
|
|
11736
|
+
/**
|
|
11737
|
+
*
|
|
11738
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11739
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11740
|
+
*/
|
|
11741
|
+
'bank_transfer': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11742
|
+
/**
|
|
11743
|
+
*
|
|
11744
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11745
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11746
|
+
*/
|
|
11747
|
+
'cash_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11748
|
+
/**
|
|
11749
|
+
*
|
|
11750
|
+
* @type {RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer}
|
|
11751
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBoolean
|
|
11752
|
+
*/
|
|
11753
|
+
'card_on_delivery': RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer;
|
|
11754
|
+
}
|
|
11755
|
+
/**
|
|
11756
|
+
*
|
|
11757
|
+
* @export
|
|
11758
|
+
* @interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11759
|
+
*/
|
|
11760
|
+
export interface RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer {
|
|
11761
|
+
/**
|
|
11762
|
+
*
|
|
11763
|
+
* @type {boolean}
|
|
11764
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11765
|
+
*/
|
|
11766
|
+
'active': boolean;
|
|
11767
|
+
/**
|
|
11768
|
+
*
|
|
11769
|
+
* @type {PartialRecordLanguageEnumString}
|
|
11770
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11771
|
+
*/
|
|
11772
|
+
'info': PartialRecordLanguageEnumString;
|
|
11773
|
+
/**
|
|
11774
|
+
*
|
|
11775
|
+
* @type {number}
|
|
11776
|
+
* @memberof RecordCustomPaymentMethodEnumExtraFeeNumberInfoPartialRecordLanguageEnumStringActiveBooleanBankTransfer
|
|
11777
|
+
*/
|
|
11778
|
+
'extraFee': number;
|
|
11779
|
+
}
|
|
11767
11780
|
/**
|
|
11768
11781
|
* Construct a type with a set of properties K of type T
|
|
11769
11782
|
* @export
|
|
@@ -12011,7 +12024,7 @@ export declare const TemplateTypeEnum: {
|
|
|
12011
12024
|
readonly NOT_FOUND: "not-found";
|
|
12012
12025
|
readonly BLOG: "blog";
|
|
12013
12026
|
readonly SEARCH: "search";
|
|
12014
|
-
readonly
|
|
12027
|
+
readonly BLOGS: "blogs";
|
|
12015
12028
|
};
|
|
12016
12029
|
export type TemplateTypeEnum = typeof TemplateTypeEnum[keyof typeof TemplateTypeEnum];
|
|
12017
12030
|
/**
|
package/dist/api/api.js
CHANGED
|
@@ -612,7 +612,7 @@ exports.PageTypeEnum = {
|
|
|
612
612
|
CHECKOUT: 'checkout',
|
|
613
613
|
SEARCH: 'search',
|
|
614
614
|
NOT_FOUND: 'not-found',
|
|
615
|
-
|
|
615
|
+
BLOGS: 'blogs'
|
|
616
616
|
};
|
|
617
617
|
/**
|
|
618
618
|
*
|
|
@@ -622,7 +622,8 @@ exports.PageTypeEnum = {
|
|
|
622
622
|
exports.PaymentGatewayEnum = {
|
|
623
623
|
IYZICO: 'iyzico',
|
|
624
624
|
PAYTR: 'paytr',
|
|
625
|
-
PAPARA: 'papara'
|
|
625
|
+
PAPARA: 'papara',
|
|
626
|
+
STRIPE: 'stripe'
|
|
626
627
|
};
|
|
627
628
|
/**
|
|
628
629
|
*
|
|
@@ -723,7 +724,7 @@ exports.TemplateTypeEnum = {
|
|
|
723
724
|
NOT_FOUND: 'not-found',
|
|
724
725
|
BLOG: 'blog',
|
|
725
726
|
SEARCH: 'search',
|
|
726
|
-
|
|
727
|
+
BLOGS: 'blogs'
|
|
727
728
|
};
|
|
728
729
|
/**
|
|
729
730
|
*
|
package/dist/api/api.mjs
CHANGED
|
@@ -600,7 +600,7 @@ export const PageTypeEnum = {
|
|
|
600
600
|
CHECKOUT: 'checkout',
|
|
601
601
|
SEARCH: 'search',
|
|
602
602
|
NOT_FOUND: 'not-found',
|
|
603
|
-
|
|
603
|
+
BLOGS: 'blogs'
|
|
604
604
|
};
|
|
605
605
|
/**
|
|
606
606
|
*
|
|
@@ -610,7 +610,8 @@ export const PageTypeEnum = {
|
|
|
610
610
|
export const PaymentGatewayEnum = {
|
|
611
611
|
IYZICO: 'iyzico',
|
|
612
612
|
PAYTR: 'paytr',
|
|
613
|
-
PAPARA: 'papara'
|
|
613
|
+
PAPARA: 'papara',
|
|
614
|
+
STRIPE: 'stripe'
|
|
614
615
|
};
|
|
615
616
|
/**
|
|
616
617
|
*
|
|
@@ -711,7 +712,7 @@ export const TemplateTypeEnum = {
|
|
|
711
712
|
NOT_FOUND: 'not-found',
|
|
712
713
|
BLOG: 'blog',
|
|
713
714
|
SEARCH: 'search',
|
|
714
|
-
|
|
715
|
+
BLOGS: 'blogs'
|
|
715
716
|
};
|
|
716
717
|
/**
|
|
717
718
|
*
|
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
|
}
|