@infisale-client/api-client 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.
Files changed (2) hide show
  1. package/dist/api/api.d.ts +107 -27
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -2084,6 +2084,12 @@ export interface ICompany {
2084
2084
  * @memberof ICompany
2085
2085
  */
2086
2086
  'dnsZoneDomain'?: string;
2087
+ /**
2088
+ *
2089
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
2090
+ * @memberof ICompany
2091
+ */
2092
+ 'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
2087
2093
  /**
2088
2094
  *
2089
2095
  * @type {Array<PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRolesUsersInner>}
@@ -2405,6 +2411,12 @@ export interface ICompanyAdminResponse {
2405
2411
  * @memberof ICompanyAdminResponse
2406
2412
  */
2407
2413
  'dnsZoneDomain'?: string;
2414
+ /**
2415
+ *
2416
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
2417
+ * @memberof ICompanyAdminResponse
2418
+ */
2419
+ 'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
2408
2420
  /**
2409
2421
  *
2410
2422
  * @type {{ [key: string]: string; }}
@@ -3105,6 +3117,12 @@ export interface ICompanyPatchRequest {
3105
3117
  * @memberof ICompanyPatchRequest
3106
3118
  */
3107
3119
  'dnsZoneDomain'?: string;
3120
+ /**
3121
+ *
3122
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
3123
+ * @memberof ICompanyPatchRequest
3124
+ */
3125
+ 'customPaymentMethods'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
3108
3126
  /**
3109
3127
  *
3110
3128
  * @type {{ [key: string]: string; }}
@@ -3444,6 +3462,12 @@ export interface ICompanyResponse {
3444
3462
  * @memberof ICompanyResponse
3445
3463
  */
3446
3464
  'dnsZoneDomain'?: string;
3465
+ /**
3466
+ *
3467
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
3468
+ * @memberof ICompanyResponse
3469
+ */
3470
+ 'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
3447
3471
  /**
3448
3472
  *
3449
3473
  * @type {{ [key: string]: string; }}
@@ -5563,6 +5587,12 @@ export interface IOrderCreateResponse {
5563
5587
  * @memberof IOrderCreateResponse
5564
5588
  */
5565
5589
  'redirectUrl'?: string;
5590
+ /**
5591
+ *
5592
+ * @type {string}
5593
+ * @memberof IOrderCreateResponse
5594
+ */
5595
+ 'orderId'?: string;
5566
5596
  }
5567
5597
  /**
5568
5598
  *
@@ -5751,7 +5781,7 @@ export interface IOrderResponse {
5751
5781
  * @type {PaymentGatewayEnum}
5752
5782
  * @memberof IOrderResponse
5753
5783
  */
5754
- 'paymentGateway': PaymentGatewayEnum;
5784
+ 'paymentGateway'?: PaymentGatewayEnum;
5755
5785
  /**
5756
5786
  *
5757
5787
  * @type {string}
@@ -8525,12 +8555,12 @@ export interface IThemePatchRequest {
8525
8555
  [key: string]: any;
8526
8556
  };
8527
8557
  /**
8528
- * Construct a type with a set of properties K of type T
8529
- * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8558
+ * Make all properties in T optional
8559
+ * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8530
8560
  * @memberof IThemePatchRequest
8531
8561
  */
8532
8562
  'groups'?: {
8533
- [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8563
+ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8534
8564
  };
8535
8565
  /**
8536
8566
  *
@@ -8578,12 +8608,12 @@ export interface IThemePostRequest {
8578
8608
  [key: string]: any;
8579
8609
  };
8580
8610
  /**
8581
- * Construct a type with a set of properties K of type T
8582
- * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8611
+ * Make all properties in T optional
8612
+ * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8583
8613
  * @memberof IThemePostRequest
8584
8614
  */
8585
8615
  'groups': {
8586
- [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8616
+ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8587
8617
  };
8588
8618
  /**
8589
8619
  *
@@ -8679,12 +8709,12 @@ export interface IThemeResponse {
8679
8709
  */
8680
8710
  'creator'?: string;
8681
8711
  /**
8682
- * Construct a type with a set of properties K of type T
8683
- * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8712
+ * Make all properties in T optional
8713
+ * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
8684
8714
  * @memberof IThemeResponse
8685
8715
  */
8686
8716
  'groups': {
8687
- [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8717
+ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
8688
8718
  };
8689
8719
  /**
8690
8720
  * Construct a type with a set of properties K of type T
@@ -9199,6 +9229,50 @@ export declare const PageTypeEnum: {
9199
9229
  readonly BLOG_LIST: "blog-list";
9200
9230
  };
9201
9231
  export type PageTypeEnum = typeof PageTypeEnum[keyof typeof PageTypeEnum];
9232
+ /**
9233
+ * Make all properties in T optional
9234
+ * @export
9235
+ * @interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
9236
+ */
9237
+ export interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString {
9238
+ /**
9239
+ *
9240
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
9241
+ * @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
9242
+ */
9243
+ 'bank_transfer'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
9244
+ /**
9245
+ *
9246
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
9247
+ * @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
9248
+ */
9249
+ 'cash_on_delivery'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
9250
+ /**
9251
+ *
9252
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer}
9253
+ * @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString
9254
+ */
9255
+ 'card_on_delivery'?: PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer;
9256
+ }
9257
+ /**
9258
+ *
9259
+ * @export
9260
+ * @interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
9261
+ */
9262
+ export interface PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer {
9263
+ /**
9264
+ *
9265
+ * @type {string}
9266
+ * @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
9267
+ */
9268
+ 'info': string;
9269
+ /**
9270
+ *
9271
+ * @type {number}
9272
+ * @memberof PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoStringBankTransfer
9273
+ */
9274
+ 'extraFee': number;
9275
+ }
9202
9276
  /**
9203
9277
  * Make all properties in T optional
9204
9278
  * @export
@@ -9299,6 +9373,19 @@ export interface PartialRecordLanguageEnumTitleString {
9299
9373
  */
9300
9374
  'de'?: RecordLanguageEnumTitleStringTr;
9301
9375
  }
9376
+ /**
9377
+ *
9378
+ * @export
9379
+ * @interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
9380
+ */
9381
+ export interface PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
9382
+ /**
9383
+ *
9384
+ * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
9385
+ * @memberof PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
9386
+ */
9387
+ 'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
9388
+ }
9302
9389
  /**
9303
9390
  *
9304
9391
  * @export
@@ -9786,6 +9873,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
9786
9873
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9787
9874
  */
9788
9875
  'dnsZoneDomain'?: string;
9876
+ /**
9877
+ *
9878
+ * @type {PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString}
9879
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9880
+ */
9881
+ 'customPaymentMethods': PartialRecordCustomPaymentMethodEnumExtraFeeNumberInfoString;
9789
9882
  /**
9790
9883
  *
9791
9884
  * @type {{ [key: string]: string; }}
@@ -10281,7 +10374,7 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframe {
10281
10374
  * @type {PaymentGatewayEnum}
10282
10375
  * @memberof PickIOrderExcludeKeyofIOrderHtmlOrIframe
10283
10376
  */
10284
- 'paymentGateway': PaymentGatewayEnum;
10377
+ 'paymentGateway'?: PaymentGatewayEnum;
10285
10378
  /**
10286
10379
  *
10287
10380
  * @type {string}
@@ -11272,12 +11365,12 @@ export interface PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseO
11272
11365
  [key: string]: any;
11273
11366
  };
11274
11367
  /**
11275
- * Construct a type with a set of properties K of type T
11276
- * @type {{ [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
11368
+ * Make all properties in T optional
11369
+ * @type {{ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue; }}
11277
11370
  * @memberof PickIThemeResponseExcludeKeyofIThemeResponseKeyofMongoResponseOrMainOrCompanyOrCreatorOrFiles
11278
11371
  */
11279
11372
  'groups': {
11280
- [key: string]: RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
11373
+ [key: string]: PartialRecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue;
11281
11374
  };
11282
11375
  /**
11283
11376
  *
@@ -11696,19 +11789,6 @@ export interface RecordLanguageEnumTitleStringTr {
11696
11789
  */
11697
11790
  'title': string;
11698
11791
  }
11699
- /**
11700
- *
11701
- * @export
11702
- * @interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11703
- */
11704
- export interface RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue {
11705
- /**
11706
- *
11707
- * @type {PartialRecordLanguageEnumITemplateComponentResponseArray}
11708
- * @memberof RecordStringComponentsPartialRecordLanguageEnumITemplateComponentResponseArrayValue
11709
- */
11710
- 'components': PartialRecordLanguageEnumITemplateComponentResponseArray;
11711
- }
11712
11792
  /**
11713
11793
  *
11714
11794
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.3.8",
3
+ "version": "1.3.9",
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": "bb4152da7fc46071be67261b9741c58f8e16466f"
40
+ "gitHead": "01c659b6663e174a2ee6a0b43d074df8e8c530ac"
41
41
  }