@infisale-client/api 1.3.8 → 1.3.9
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 +107 -27
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -2097,6 +2097,12 @@ export interface ICompany {
|
|
|
2097
2097
|
* @memberof ICompany
|
|
2098
2098
|
*/
|
|
2099
2099
|
'dnsZoneDomain'?: string;
|
|
2100
|
+
/**
|
|
2101
|
+
*
|
|
2102
|
+
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
|
|
2103
|
+
* @memberof ICompany
|
|
2104
|
+
*/
|
|
2105
|
+
'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
|
|
2100
2106
|
/**
|
|
2101
2107
|
*
|
|
2102
2108
|
* @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
|
|
@@ -2418,6 +2424,12 @@ export interface ICompanyAdminResponse {
|
|
|
2418
2424
|
* @memberof ICompanyAdminResponse
|
|
2419
2425
|
*/
|
|
2420
2426
|
'dnsZoneDomain'?: string;
|
|
2427
|
+
/**
|
|
2428
|
+
*
|
|
2429
|
+
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
|
|
2430
|
+
* @memberof ICompanyAdminResponse
|
|
2431
|
+
*/
|
|
2432
|
+
'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
|
|
2421
2433
|
/**
|
|
2422
2434
|
*
|
|
2423
2435
|
* @type {{ [key: string]: string; }}
|
|
@@ -3118,6 +3130,12 @@ export interface ICompanyPatchRequest {
|
|
|
3118
3130
|
* @memberof ICompanyPatchRequest
|
|
3119
3131
|
*/
|
|
3120
3132
|
'dnsZoneDomain'?: string;
|
|
3133
|
+
/**
|
|
3134
|
+
*
|
|
3135
|
+
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
|
|
3136
|
+
* @memberof ICompanyPatchRequest
|
|
3137
|
+
*/
|
|
3138
|
+
'customPaymentMethods'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
|
|
3121
3139
|
/**
|
|
3122
3140
|
*
|
|
3123
3141
|
* @type {{ [key: string]: string; }}
|
|
@@ -3457,6 +3475,12 @@ export interface ICompanyResponse {
|
|
|
3457
3475
|
* @memberof ICompanyResponse
|
|
3458
3476
|
*/
|
|
3459
3477
|
'dnsZoneDomain'?: string;
|
|
3478
|
+
/**
|
|
3479
|
+
*
|
|
3480
|
+
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
|
|
3481
|
+
* @memberof ICompanyResponse
|
|
3482
|
+
*/
|
|
3483
|
+
'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
|
|
3460
3484
|
/**
|
|
3461
3485
|
*
|
|
3462
3486
|
* @type {{ [key: string]: string; }}
|
|
@@ -5576,6 +5600,12 @@ export interface IOrderCreateResponse {
|
|
|
5576
5600
|
* @memberof IOrderCreateResponse
|
|
5577
5601
|
*/
|
|
5578
5602
|
'redirectUrl'?: string;
|
|
5603
|
+
/**
|
|
5604
|
+
*
|
|
5605
|
+
* @type {string}
|
|
5606
|
+
* @memberof IOrderCreateResponse
|
|
5607
|
+
*/
|
|
5608
|
+
'orderId'?: string;
|
|
5579
5609
|
}
|
|
5580
5610
|
/**
|
|
5581
5611
|
*
|
|
@@ -5764,7 +5794,7 @@ export interface IOrderResponse {
|
|
|
5764
5794
|
* @type {PaymentGatewayEnum}
|
|
5765
5795
|
* @memberof IOrderResponse
|
|
5766
5796
|
*/
|
|
5767
|
-
'paymentGateway'
|
|
5797
|
+
'paymentGateway'?: PaymentGatewayEnum;
|
|
5768
5798
|
/**
|
|
5769
5799
|
*
|
|
5770
5800
|
* @type {string}
|
|
@@ -8538,12 +8568,12 @@ export interface IThemePatchRequest {
|
|
|
8538
8568
|
[key: string]: any;
|
|
8539
8569
|
};
|
|
8540
8570
|
/**
|
|
8541
|
-
*
|
|
8542
|
-
* @type {{ [key: string]:
|
|
8571
|
+
* Make all properties in T optional
|
|
8572
|
+
* @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8543
8573
|
* @memberof IThemePatchRequest
|
|
8544
8574
|
*/
|
|
8545
8575
|
'groups'?: {
|
|
8546
|
-
[key: string]:
|
|
8576
|
+
[key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8547
8577
|
};
|
|
8548
8578
|
/**
|
|
8549
8579
|
*
|
|
@@ -8591,12 +8621,12 @@ export interface IThemePostRequest {
|
|
|
8591
8621
|
[key: string]: any;
|
|
8592
8622
|
};
|
|
8593
8623
|
/**
|
|
8594
|
-
*
|
|
8595
|
-
* @type {{ [key: string]:
|
|
8624
|
+
* Make all properties in T optional
|
|
8625
|
+
* @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8596
8626
|
* @memberof IThemePostRequest
|
|
8597
8627
|
*/
|
|
8598
8628
|
'groups': {
|
|
8599
|
-
[key: string]:
|
|
8629
|
+
[key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8600
8630
|
};
|
|
8601
8631
|
/**
|
|
8602
8632
|
*
|
|
@@ -8692,12 +8722,12 @@ export interface IThemeResponse {
|
|
|
8692
8722
|
*/
|
|
8693
8723
|
'creator'?: string;
|
|
8694
8724
|
/**
|
|
8695
|
-
*
|
|
8696
|
-
* @type {{ [key: string]:
|
|
8725
|
+
* Make all properties in T optional
|
|
8726
|
+
* @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
8697
8727
|
* @memberof IThemeResponse
|
|
8698
8728
|
*/
|
|
8699
8729
|
'groups': {
|
|
8700
|
-
[key: string]:
|
|
8730
|
+
[key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
8701
8731
|
};
|
|
8702
8732
|
/**
|
|
8703
8733
|
* Construct a type with a set of properties K of type T
|
|
@@ -9212,6 +9242,50 @@ export declare const PageTypeEnum: {
|
|
|
9212
9242
|
readonly BLOG_LIST: "blog-list";
|
|
9213
9243
|
};
|
|
9214
9244
|
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
|
+
}
|
|
9215
9289
|
/**
|
|
9216
9290
|
* Make all properties in T optional
|
|
9217
9291
|
* @export
|
|
@@ -9312,6 +9386,19 @@ export interface PartialRecordLanguageEnumTitleString {
|
|
|
9312
9386
|
*/
|
|
9313
9387
|
'de'?: RecordLanguageEnumTitleStringTr;
|
|
9314
9388
|
}
|
|
9389
|
+
/**
|
|
9390
|
+
*
|
|
9391
|
+
* @export
|
|
9392
|
+
* @interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
9393
|
+
*/
|
|
9394
|
+
export interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
|
|
9395
|
+
/**
|
|
9396
|
+
*
|
|
9397
|
+
* @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
|
|
9398
|
+
* @memberof PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
9399
|
+
*/
|
|
9400
|
+
'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
|
|
9401
|
+
}
|
|
9315
9402
|
/**
|
|
9316
9403
|
*
|
|
9317
9404
|
* @export
|
|
@@ -9799,6 +9886,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9799
9886
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9800
9887
|
*/
|
|
9801
9888
|
'dnsZoneDomain'?: string;
|
|
9889
|
+
/**
|
|
9890
|
+
*
|
|
9891
|
+
* @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
|
|
9892
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9893
|
+
*/
|
|
9894
|
+
'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
|
|
9802
9895
|
/**
|
|
9803
9896
|
*
|
|
9804
9897
|
* @type {{ [key: string]: string; }}
|
|
@@ -10294,7 +10387,7 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
|
|
|
10294
10387
|
* @type {PaymentGatewayEnum}
|
|
10295
10388
|
* @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
|
|
10296
10389
|
*/
|
|
10297
|
-
'paymentGateway'
|
|
10390
|
+
'paymentGateway'?: PaymentGatewayEnum;
|
|
10298
10391
|
/**
|
|
10299
10392
|
*
|
|
10300
10393
|
* @type {string}
|
|
@@ -11285,12 +11378,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
|
|
|
11285
11378
|
[key: string]: any;
|
|
11286
11379
|
};
|
|
11287
11380
|
/**
|
|
11288
|
-
*
|
|
11289
|
-
* @type {{ [key: string]:
|
|
11381
|
+
* Make all properties in T optional
|
|
11382
|
+
* @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
|
|
11290
11383
|
* @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
|
|
11291
11384
|
*/
|
|
11292
11385
|
'groups': {
|
|
11293
|
-
[key: string]:
|
|
11386
|
+
[key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
|
|
11294
11387
|
};
|
|
11295
11388
|
/**
|
|
11296
11389
|
*
|
|
@@ -11709,19 +11802,6 @@ export interface RecordLanguageEnumTitleStringTr {
|
|
|
11709
11802
|
*/
|
|
11710
11803
|
'title': string;
|
|
11711
11804
|
}
|
|
11712
|
-
/**
|
|
11713
|
-
*
|
|
11714
|
-
* @export
|
|
11715
|
-
* @interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
11716
|
-
*/
|
|
11717
|
-
export interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
|
|
11718
|
-
/**
|
|
11719
|
-
*
|
|
11720
|
-
* @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
|
|
11721
|
-
* @memberof RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
|
|
11722
|
-
*/
|
|
11723
|
-
'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
|
|
11724
|
-
}
|
|
11725
11805
|
/**
|
|
11726
11806
|
*
|
|
11727
11807
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.9",
|
|
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": "01c659b6663e174a2ee6a0b43d074df8e8c530ac"
|
|
41
41
|
}
|