@infisale-client/api-client 1.2.104 → 1.2.106

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 +510 -39
  2. package/package.json +2 -2
package/dist/api/api.d.ts CHANGED
@@ -1096,6 +1096,12 @@ export interface IBrandPatchRequest {
1096
1096
  * @memberof IBrandPatchRequest
1097
1097
  */
1098
1098
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1099
+ /**
1100
+ *
1101
+ * @type {Array<string>}
1102
+ * @memberof IBrandPatchRequest
1103
+ */
1104
+ 'slugs'?: Array<string>;
1099
1105
  /**
1100
1106
  *
1101
1107
  * @type {IImage}
@@ -1121,6 +1127,12 @@ export interface IBrandPostRequest {
1121
1127
  * @memberof IBrandPostRequest
1122
1128
  */
1123
1129
  'contents': PartialRecordLanguageEnumIContentsValue;
1130
+ /**
1131
+ *
1132
+ * @type {Array<string>}
1133
+ * @memberof IBrandPostRequest
1134
+ */
1135
+ 'slugs': Array<string>;
1124
1136
  /**
1125
1137
  *
1126
1138
  * @type {IImage}
@@ -1176,6 +1188,12 @@ export interface IBrandResponse {
1176
1188
  * @memberof IBrandResponse
1177
1189
  */
1178
1190
  'contents': PartialRecordLanguageEnumIContentsValue;
1191
+ /**
1192
+ *
1193
+ * @type {Array<string>}
1194
+ * @memberof IBrandResponse
1195
+ */
1196
+ 'slugs': Array<string>;
1179
1197
  }
1180
1198
  /**
1181
1199
  *
@@ -1405,6 +1423,12 @@ export interface ICategoryPatchRequest {
1405
1423
  * @memberof ICategoryPatchRequest
1406
1424
  */
1407
1425
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1426
+ /**
1427
+ *
1428
+ * @type {Array<string>}
1429
+ * @memberof ICategoryPatchRequest
1430
+ */
1431
+ 'slugs'?: Array<string>;
1408
1432
  /**
1409
1433
  *
1410
1434
  * @type {IImage}
@@ -1436,6 +1460,12 @@ export interface ICategoryPostRequest {
1436
1460
  * @memberof ICategoryPostRequest
1437
1461
  */
1438
1462
  'contents': PartialRecordLanguageEnumIContentsValue;
1463
+ /**
1464
+ *
1465
+ * @type {Array<string>}
1466
+ * @memberof ICategoryPostRequest
1467
+ */
1468
+ 'slugs': Array<string>;
1439
1469
  /**
1440
1470
  *
1441
1471
  * @type {IImage}
@@ -1497,6 +1527,12 @@ export interface ICategoryResponse {
1497
1527
  * @memberof ICategoryResponse
1498
1528
  */
1499
1529
  'contents': PartialRecordLanguageEnumIContentsValue;
1530
+ /**
1531
+ *
1532
+ * @type {Array<string>}
1533
+ * @memberof ICategoryResponse
1534
+ */
1535
+ 'slugs': Array<string>;
1500
1536
  /**
1501
1537
  *
1502
1538
  * @type {IImage}
@@ -1668,6 +1704,12 @@ export interface ICollection {
1668
1704
  * @memberof ICollection
1669
1705
  */
1670
1706
  'contents': PartialRecordLanguageEnumIContentsValue;
1707
+ /**
1708
+ *
1709
+ * @type {Array<string>}
1710
+ * @memberof ICollection
1711
+ */
1712
+ 'slugs': Array<string>;
1671
1713
  /**
1672
1714
  * Construct a type with a set of properties K of type T
1673
1715
  * @type {{ [key: string]: string; }}
@@ -1767,6 +1809,12 @@ export interface ICollectionPatchRequest {
1767
1809
  * @memberof ICollectionPatchRequest
1768
1810
  */
1769
1811
  'contents'?: PartialRecordLanguageEnumIContentsValue;
1812
+ /**
1813
+ *
1814
+ * @type {Array<string>}
1815
+ * @memberof ICollectionPatchRequest
1816
+ */
1817
+ 'slugs'?: Array<string>;
1770
1818
  /**
1771
1819
  *
1772
1820
  * @type {IImage}
@@ -1792,6 +1840,12 @@ export interface ICollectionPostRequest {
1792
1840
  * @memberof ICollectionPostRequest
1793
1841
  */
1794
1842
  'contents': PartialRecordLanguageEnumIContentsValue;
1843
+ /**
1844
+ *
1845
+ * @type {Array<string>}
1846
+ * @memberof ICollectionPostRequest
1847
+ */
1848
+ 'slugs': Array<string>;
1795
1849
  /**
1796
1850
  *
1797
1851
  * @type {IImage}
@@ -1853,6 +1907,12 @@ export interface ICollectionResponse {
1853
1907
  * @memberof ICollectionResponse
1854
1908
  */
1855
1909
  'contents': PartialRecordLanguageEnumIContentsValue;
1910
+ /**
1911
+ *
1912
+ * @type {Array<string>}
1913
+ * @memberof ICollectionResponse
1914
+ */
1915
+ 'slugs': Array<string>;
1856
1916
  /**
1857
1917
  * Construct a type with a set of properties K of type T
1858
1918
  * @type {{ [key: string]: string; }}
@@ -2128,10 +2188,10 @@ export interface ICompany {
2128
2188
  'currencies': RecordCurrencyEnumCurrency;
2129
2189
  /**
2130
2190
  *
2131
- * @type {Array<ICompanyResponseWarehousesInner>}
2191
+ * @type {Array<ICompanyPatchRequestWarehousesInner>}
2132
2192
  * @memberof ICompany
2133
2193
  */
2134
- 'warehouses': Array<ICompanyResponseWarehousesInner>;
2194
+ 'warehouses': Array<ICompanyPatchRequestWarehousesInner>;
2135
2195
  /**
2136
2196
  *
2137
2197
  * @type {string}
@@ -2256,6 +2316,12 @@ export interface ICompany {
2256
2316
  * @memberof ICompany
2257
2317
  */
2258
2318
  'subscriptionEndsAt': string;
2319
+ /**
2320
+ *
2321
+ * @type {boolean}
2322
+ * @memberof ICompany
2323
+ */
2324
+ 'allowGuestCheckout': boolean;
2259
2325
  }
2260
2326
  /**
2261
2327
  *
@@ -2477,6 +2543,12 @@ export interface ICompanyAdminResponse {
2477
2543
  * @memberof ICompanyAdminResponse
2478
2544
  */
2479
2545
  'subscriptionEndsAt': string;
2546
+ /**
2547
+ *
2548
+ * @type {boolean}
2549
+ * @memberof ICompanyAdminResponse
2550
+ */
2551
+ 'allowGuestCheckout': boolean;
2480
2552
  /**
2481
2553
  *
2482
2554
  * @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
@@ -2628,6 +2700,44 @@ export interface ICompanyAdminResponseUsersInner {
2628
2700
  */
2629
2701
  'user': PickIUserIdOrNameOrEmail;
2630
2702
  }
2703
+ /**
2704
+ *
2705
+ * @export
2706
+ * @interface ICompanyAvailablePaymentGatewaysResponse
2707
+ */
2708
+ export interface ICompanyAvailablePaymentGatewaysResponse {
2709
+ /**
2710
+ *
2711
+ * @type {Array<ICompanyAvailablePaymentGatewaysResponseDataInner>}
2712
+ * @memberof ICompanyAvailablePaymentGatewaysResponse
2713
+ */
2714
+ 'data': Array<ICompanyAvailablePaymentGatewaysResponseDataInner>;
2715
+ }
2716
+ /**
2717
+ *
2718
+ * @export
2719
+ * @interface ICompanyAvailablePaymentGatewaysResponseDataInner
2720
+ */
2721
+ export interface ICompanyAvailablePaymentGatewaysResponseDataInner {
2722
+ /**
2723
+ *
2724
+ * @type {number}
2725
+ * @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
2726
+ */
2727
+ 'extraFee': number;
2728
+ /**
2729
+ *
2730
+ * @type {boolean}
2731
+ * @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
2732
+ */
2733
+ 'redirect': boolean;
2734
+ /**
2735
+ *
2736
+ * @type {PaymentMethodEnum}
2737
+ * @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
2738
+ */
2739
+ 'type': PaymentMethodEnum;
2740
+ }
2631
2741
  /**
2632
2742
  *
2633
2743
  * @export
@@ -2712,6 +2822,74 @@ export declare const ICompanyCollectionQueryParamsDateFieldEnum: {
2712
2822
  readonly UPDATED_AT: "updatedAt";
2713
2823
  };
2714
2824
  export type ICompanyCollectionQueryParamsDateFieldEnum = typeof ICompanyCollectionQueryParamsDateFieldEnum[keyof typeof ICompanyCollectionQueryParamsDateFieldEnum];
2825
+ /**
2826
+ *
2827
+ * @export
2828
+ * @interface ICompanyCreatePaymentGatewaysRequest
2829
+ */
2830
+ export interface ICompanyCreatePaymentGatewaysRequest {
2831
+ /**
2832
+ *
2833
+ * @type {PaymentGatewayEnum}
2834
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2835
+ */
2836
+ 'type': PaymentGatewayEnum;
2837
+ /**
2838
+ *
2839
+ * @type {string}
2840
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2841
+ */
2842
+ 'merchantId': string;
2843
+ /**
2844
+ *
2845
+ * @type {string}
2846
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2847
+ */
2848
+ 'apiKey': string;
2849
+ /**
2850
+ *
2851
+ * @type {string}
2852
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2853
+ */
2854
+ 'secretKey': string;
2855
+ /**
2856
+ *
2857
+ * @type {boolean}
2858
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2859
+ */
2860
+ 'testMode': boolean;
2861
+ /**
2862
+ *
2863
+ * @type {boolean}
2864
+ * @memberof ICompanyCreatePaymentGatewaysRequest
2865
+ */
2866
+ 'active': boolean;
2867
+ }
2868
+ /**
2869
+ *
2870
+ * @export
2871
+ * @interface ICompanyCreateShippingProvidersRequest
2872
+ */
2873
+ export interface ICompanyCreateShippingProvidersRequest {
2874
+ /**
2875
+ *
2876
+ * @type {string}
2877
+ * @memberof ICompanyCreateShippingProvidersRequest
2878
+ */
2879
+ 'title': string;
2880
+ /**
2881
+ *
2882
+ * @type {Array<string>}
2883
+ * @memberof ICompanyCreateShippingProvidersRequest
2884
+ */
2885
+ 'states': Array<string>;
2886
+ /**
2887
+ *
2888
+ * @type {Array<ShippingProviderRates>}
2889
+ * @memberof ICompanyCreateShippingProvidersRequest
2890
+ */
2891
+ 'rates': Array<ShippingProviderRates>;
2892
+ }
2715
2893
  /**
2716
2894
  *
2717
2895
  * @export
@@ -2731,6 +2909,37 @@ export interface ICompanyCreateUserRequest {
2731
2909
  */
2732
2910
  'role': string;
2733
2911
  }
2912
+ /**
2913
+ *
2914
+ * @export
2915
+ * @interface ICompanyCreateWarehousesRequest
2916
+ */
2917
+ export interface ICompanyCreateWarehousesRequest {
2918
+ /**
2919
+ *
2920
+ * @type {string}
2921
+ * @memberof ICompanyCreateWarehousesRequest
2922
+ */
2923
+ 'name': string;
2924
+ /**
2925
+ *
2926
+ * @type {string}
2927
+ * @memberof ICompanyCreateWarehousesRequest
2928
+ */
2929
+ 'phone'?: string;
2930
+ /**
2931
+ *
2932
+ * @type {string}
2933
+ * @memberof ICompanyCreateWarehousesRequest
2934
+ */
2935
+ 'email'?: string;
2936
+ /**
2937
+ *
2938
+ * @type {string}
2939
+ * @memberof ICompanyCreateWarehousesRequest
2940
+ */
2941
+ 'address'?: string;
2942
+ }
2734
2943
  /**
2735
2944
  *
2736
2945
  * @export
@@ -2882,10 +3091,10 @@ export interface ICompanyPatchRequest {
2882
3091
  'senderEmailDnsRecords'?: Array<ICompanyAdminResponseSenderEmailDnsRecordsInner>;
2883
3092
  /**
2884
3093
  *
2885
- * @type {Array<ICompanyResponseWarehousesInner>}
3094
+ * @type {Array<ICompanyPatchRequestWarehousesInner>}
2886
3095
  * @memberof ICompanyPatchRequest
2887
3096
  */
2888
- 'warehouses'?: Array<ICompanyResponseWarehousesInner>;
3097
+ 'warehouses'?: Array<ICompanyPatchRequestWarehousesInner>;
2889
3098
  /**
2890
3099
  *
2891
3100
  * @type {ICompanyResponseAddress}
@@ -3010,6 +3219,12 @@ export interface ICompanyPatchRequest {
3010
3219
  * @memberof ICompanyPatchRequest
3011
3220
  */
3012
3221
  'subscriptionEndsAt'?: string;
3222
+ /**
3223
+ *
3224
+ * @type {boolean}
3225
+ * @memberof ICompanyPatchRequest
3226
+ */
3227
+ 'allowGuestCheckout'?: boolean;
3013
3228
  }
3014
3229
  /**
3015
3230
  *
@@ -3060,6 +3275,43 @@ export interface ICompanyPatchRequestPaymentGatewaysInner {
3060
3275
  */
3061
3276
  '_id': string;
3062
3277
  }
3278
+ /**
3279
+ *
3280
+ * @export
3281
+ * @interface ICompanyPatchRequestWarehousesInner
3282
+ */
3283
+ export interface ICompanyPatchRequestWarehousesInner {
3284
+ /**
3285
+ *
3286
+ * @type {string}
3287
+ * @memberof ICompanyPatchRequestWarehousesInner
3288
+ */
3289
+ 'email'?: string;
3290
+ /**
3291
+ *
3292
+ * @type {string}
3293
+ * @memberof ICompanyPatchRequestWarehousesInner
3294
+ */
3295
+ 'phone'?: string;
3296
+ /**
3297
+ *
3298
+ * @type {string}
3299
+ * @memberof ICompanyPatchRequestWarehousesInner
3300
+ */
3301
+ 'address'?: string;
3302
+ /**
3303
+ *
3304
+ * @type {string}
3305
+ * @memberof ICompanyPatchRequestWarehousesInner
3306
+ */
3307
+ 'name': string;
3308
+ /**
3309
+ *
3310
+ * @type {string}
3311
+ * @memberof ICompanyPatchRequestWarehousesInner
3312
+ */
3313
+ '_id': string;
3314
+ }
3063
3315
  /**
3064
3316
  *
3065
3317
  * @export
@@ -3342,6 +3594,12 @@ export interface ICompanyResponse {
3342
3594
  * @memberof ICompanyResponse
3343
3595
  */
3344
3596
  'subscriptionEndsAt': string;
3597
+ /**
3598
+ *
3599
+ * @type {boolean}
3600
+ * @memberof ICompanyResponse
3601
+ */
3602
+ 'allowGuestCheckout': boolean;
3345
3603
  /**
3346
3604
  *
3347
3605
  * @type {PickICompanyNameOrDomainsOrIdOrLanguage}
@@ -3725,59 +3983,40 @@ export interface ICompanyUpdateNavigationRequest {
3725
3983
  export interface ICompanyUpdatePaymentGatewaysRequest {
3726
3984
  /**
3727
3985
  *
3728
- * @type {Array<ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner>}
3986
+ * @type {PaymentGatewayEnum}
3729
3987
  * @memberof ICompanyUpdatePaymentGatewaysRequest
3730
3988
  */
3731
- 'paymentGateways': Array<ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner>;
3732
- }
3733
- /**
3734
- *
3735
- * @export
3736
- * @interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3737
- */
3738
- export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
3739
- /**
3740
- *
3741
- * @type {boolean}
3742
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3743
- */
3744
- 'active': boolean;
3745
- /**
3746
- *
3747
- * @type {boolean}
3748
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3749
- */
3750
- 'testMode': boolean;
3989
+ 'type'?: PaymentGatewayEnum;
3751
3990
  /**
3752
3991
  *
3753
3992
  * @type {string}
3754
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3993
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3755
3994
  */
3756
- 'secretKey': string;
3995
+ 'merchantId'?: string;
3757
3996
  /**
3758
3997
  *
3759
3998
  * @type {string}
3760
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
3999
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3761
4000
  */
3762
- 'apiKey': string;
4001
+ 'apiKey'?: string;
3763
4002
  /**
3764
4003
  *
3765
4004
  * @type {string}
3766
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
4005
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3767
4006
  */
3768
- 'merchantId': string;
4007
+ 'secretKey'?: string;
3769
4008
  /**
3770
4009
  *
3771
- * @type {PaymentGatewayEnum}
3772
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
4010
+ * @type {boolean}
4011
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3773
4012
  */
3774
- 'type': PaymentGatewayEnum;
4013
+ 'testMode'?: boolean;
3775
4014
  /**
3776
4015
  *
3777
- * @type {string}
3778
- * @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
4016
+ * @type {boolean}
4017
+ * @memberof ICompanyUpdatePaymentGatewaysRequest
3779
4018
  */
3780
- '_id'?: string;
4019
+ 'active'?: boolean;
3781
4020
  }
3782
4021
  /**
3783
4022
  *
@@ -3787,10 +4026,22 @@ export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
3787
4026
  export interface ICompanyUpdateShippingProvidersRequest {
3788
4027
  /**
3789
4028
  *
3790
- * @type {Array<ShippingProvider>}
4029
+ * @type {string}
3791
4030
  * @memberof ICompanyUpdateShippingProvidersRequest
3792
4031
  */
3793
- 'shippingProviders': Array<ShippingProvider>;
4032
+ 'title'?: string;
4033
+ /**
4034
+ *
4035
+ * @type {Array<string>}
4036
+ * @memberof ICompanyUpdateShippingProvidersRequest
4037
+ */
4038
+ 'states'?: Array<string>;
4039
+ /**
4040
+ *
4041
+ * @type {Array<ShippingProviderRates>}
4042
+ * @memberof ICompanyUpdateShippingProvidersRequest
4043
+ */
4044
+ 'rates'?: Array<ShippingProviderRates>;
3794
4045
  }
3795
4046
  /**
3796
4047
  *
@@ -3811,6 +4062,37 @@ export interface ICompanyUpdateUserRequest {
3811
4062
  */
3812
4063
  'status'?: CompanyUserStatusEnum;
3813
4064
  }
4065
+ /**
4066
+ *
4067
+ * @export
4068
+ * @interface ICompanyUpdateWarehousesRequest
4069
+ */
4070
+ export interface ICompanyUpdateWarehousesRequest {
4071
+ /**
4072
+ *
4073
+ * @type {string}
4074
+ * @memberof ICompanyUpdateWarehousesRequest
4075
+ */
4076
+ 'name'?: string;
4077
+ /**
4078
+ *
4079
+ * @type {string}
4080
+ * @memberof ICompanyUpdateWarehousesRequest
4081
+ */
4082
+ 'phone'?: string;
4083
+ /**
4084
+ *
4085
+ * @type {string}
4086
+ * @memberof ICompanyUpdateWarehousesRequest
4087
+ */
4088
+ 'email'?: string;
4089
+ /**
4090
+ *
4091
+ * @type {string}
4092
+ * @memberof ICompanyUpdateWarehousesRequest
4093
+ */
4094
+ 'address'?: string;
4095
+ }
3814
4096
  /**
3815
4097
  *
3816
4098
  * @export
@@ -6016,6 +6298,12 @@ export interface IPagePatchRequest {
6016
6298
  * @memberof IPagePatchRequest
6017
6299
  */
6018
6300
  'contents'?: PartialRecordLanguageEnumIContentsValue;
6301
+ /**
6302
+ *
6303
+ * @type {Array<string>}
6304
+ * @memberof IPagePatchRequest
6305
+ */
6306
+ 'slugs'?: Array<string>;
6019
6307
  /**
6020
6308
  *
6021
6309
  * @type {IImage}
@@ -6047,6 +6335,12 @@ export interface IPagePostRequest {
6047
6335
  * @memberof IPagePostRequest
6048
6336
  */
6049
6337
  'contents': PartialRecordLanguageEnumIContentsValue;
6338
+ /**
6339
+ *
6340
+ * @type {Array<string>}
6341
+ * @memberof IPagePostRequest
6342
+ */
6343
+ 'slugs': Array<string>;
6050
6344
  /**
6051
6345
  *
6052
6346
  * @type {IImage}
@@ -6116,6 +6410,12 @@ export interface IPageResponse {
6116
6410
  * @memberof IPageResponse
6117
6411
  */
6118
6412
  'contents': PartialRecordLanguageEnumIContentsValue;
6413
+ /**
6414
+ *
6415
+ * @type {Array<string>}
6416
+ * @memberof IPageResponse
6417
+ */
6418
+ 'slugs': Array<string>;
6119
6419
  /**
6120
6420
  *
6121
6421
  * @type {IImage}
@@ -6839,6 +7139,12 @@ export interface IProductPatchRequest {
6839
7139
  * @memberof IProductPatchRequest
6840
7140
  */
6841
7141
  'contents'?: PartialRecordLanguageEnumIContentsValue;
7142
+ /**
7143
+ *
7144
+ * @type {Array<string>}
7145
+ * @memberof IProductPatchRequest
7146
+ */
7147
+ 'slugs'?: Array<string>;
6842
7148
  /**
6843
7149
  *
6844
7150
  * @type {Array<VariantType>}
@@ -6924,6 +7230,12 @@ export interface IProductPostRequest {
6924
7230
  * @memberof IProductPostRequest
6925
7231
  */
6926
7232
  'contents': PartialRecordLanguageEnumIContentsValue;
7233
+ /**
7234
+ *
7235
+ * @type {Array<string>}
7236
+ * @memberof IProductPostRequest
7237
+ */
7238
+ 'slugs': Array<string>;
6927
7239
  /**
6928
7240
  *
6929
7241
  * @type {Array<VariantType>}
@@ -7077,6 +7389,12 @@ export interface IProductResponse {
7077
7389
  * @memberof IProductResponse
7078
7390
  */
7079
7391
  'contents': PartialRecordLanguageEnumIContentsValue;
7392
+ /**
7393
+ *
7394
+ * @type {Array<string>}
7395
+ * @memberof IProductResponse
7396
+ */
7397
+ 'slugs': Array<string>;
7080
7398
  /**
7081
7399
  *
7082
7400
  * @type {Array<VariantType>}
@@ -9420,6 +9738,12 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9420
9738
  * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9421
9739
  */
9422
9740
  'contents': PartialRecordLanguageEnumIContentsValue;
9741
+ /**
9742
+ *
9743
+ * @type {Array<string>}
9744
+ * @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
9745
+ */
9746
+ 'slugs': Array<string>;
9423
9747
  /**
9424
9748
  *
9425
9749
  * @type {IImage}
@@ -9469,6 +9793,12 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
9469
9793
  * @memberof PickICategoryExcludeKeyofICategoryAttributes
9470
9794
  */
9471
9795
  'contents': PartialRecordLanguageEnumIContentsValue;
9796
+ /**
9797
+ *
9798
+ * @type {Array<string>}
9799
+ * @memberof PickICategoryExcludeKeyofICategoryAttributes
9800
+ */
9801
+ 'slugs': Array<string>;
9472
9802
  /**
9473
9803
  *
9474
9804
  * @type {IImage}
@@ -9500,6 +9830,12 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
9500
9830
  * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9501
9831
  */
9502
9832
  'contents': PartialRecordLanguageEnumIContentsValue;
9833
+ /**
9834
+ *
9835
+ * @type {Array<string>}
9836
+ * @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
9837
+ */
9838
+ 'slugs': Array<string>;
9503
9839
  /**
9504
9840
  *
9505
9841
  * @type {IImage}
@@ -9635,6 +9971,12 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
9635
9971
  * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9636
9972
  */
9637
9973
  'contents': PartialRecordLanguageEnumIContentsValue;
9974
+ /**
9975
+ *
9976
+ * @type {Array<string>}
9977
+ * @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
9978
+ */
9979
+ 'slugs': Array<string>;
9638
9980
  /**
9639
9981
  *
9640
9982
  * @type {IImage}
@@ -9642,6 +9984,80 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
9642
9984
  */
9643
9985
  'thumbnail'?: IImage;
9644
9986
  }
9987
+ /**
9988
+ * From T, pick a set of properties whose keys are in the union K
9989
+ * @export
9990
+ * @interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
9991
+ */
9992
+ export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id {
9993
+ /**
9994
+ *
9995
+ * @type {PaymentGatewayEnum}
9996
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
9997
+ */
9998
+ 'type': PaymentGatewayEnum;
9999
+ /**
10000
+ *
10001
+ * @type {string}
10002
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
10003
+ */
10004
+ 'merchantId': string;
10005
+ /**
10006
+ *
10007
+ * @type {string}
10008
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
10009
+ */
10010
+ 'apiKey': string;
10011
+ /**
10012
+ *
10013
+ * @type {string}
10014
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
10015
+ */
10016
+ 'secretKey': string;
10017
+ /**
10018
+ *
10019
+ * @type {boolean}
10020
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
10021
+ */
10022
+ 'testMode': boolean;
10023
+ /**
10024
+ *
10025
+ * @type {boolean}
10026
+ * @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
10027
+ */
10028
+ 'active': boolean;
10029
+ }
10030
+ /**
10031
+ * From T, pick a set of properties whose keys are in the union K
10032
+ * @export
10033
+ * @interface PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
10034
+ */
10035
+ export interface PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id {
10036
+ /**
10037
+ *
10038
+ * @type {string}
10039
+ * @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
10040
+ */
10041
+ 'name': string;
10042
+ /**
10043
+ *
10044
+ * @type {string}
10045
+ * @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
10046
+ */
10047
+ 'phone'?: string;
10048
+ /**
10049
+ *
10050
+ * @type {string}
10051
+ * @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
10052
+ */
10053
+ 'email'?: string;
10054
+ /**
10055
+ *
10056
+ * @type {string}
10057
+ * @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
10058
+ */
10059
+ 'address'?: string;
10060
+ }
9645
10061
  /**
9646
10062
  * From T, pick a set of properties whose keys are in the union K
9647
10063
  * @export
@@ -9862,6 +10278,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
9862
10278
  * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
9863
10279
  */
9864
10280
  'subscriptionEndsAt': string;
10281
+ /**
10282
+ *
10283
+ * @type {boolean}
10284
+ * @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
10285
+ */
10286
+ 'allowGuestCheckout': boolean;
9865
10287
  }
9866
10288
  /**
9867
10289
  *
@@ -10565,6 +10987,12 @@ export interface PickIPageExcludeKeyofIPageTemplate {
10565
10987
  * @memberof PickIPageExcludeKeyofIPageTemplate
10566
10988
  */
10567
10989
  'contents': PartialRecordLanguageEnumIContentsValue;
10990
+ /**
10991
+ *
10992
+ * @type {Array<string>}
10993
+ * @memberof PickIPageExcludeKeyofIPageTemplate
10994
+ */
10995
+ 'slugs': Array<string>;
10568
10996
  /**
10569
10997
  *
10570
10998
  * @type {IImage}
@@ -10596,6 +11024,12 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
10596
11024
  * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
10597
11025
  */
10598
11026
  'contents': PartialRecordLanguageEnumIContentsValue;
11027
+ /**
11028
+ *
11029
+ * @type {Array<string>}
11030
+ * @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
11031
+ */
11032
+ 'slugs': Array<string>;
10599
11033
  /**
10600
11034
  *
10601
11035
  * @type {IImage}
@@ -10721,6 +11155,12 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
10721
11155
  * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
10722
11156
  */
10723
11157
  'contents': PartialRecordLanguageEnumIContentsValue;
11158
+ /**
11159
+ *
11160
+ * @type {Array<string>}
11161
+ * @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
11162
+ */
11163
+ 'slugs': Array<string>;
10724
11164
  /**
10725
11165
  *
10726
11166
  * @type {Array<VariantType>}
@@ -10874,6 +11314,12 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
10874
11314
  * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
10875
11315
  */
10876
11316
  'contents': PartialRecordLanguageEnumIContentsValue;
11317
+ /**
11318
+ *
11319
+ * @type {Array<string>}
11320
+ * @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
11321
+ */
11322
+ 'slugs': Array<string>;
10877
11323
  /**
10878
11324
  *
10879
11325
  * @type {Array<VariantType>}
@@ -11617,6 +12063,31 @@ export interface PickIUserIdOrNameOrEmail {
11617
12063
  */
11618
12064
  '_id': string;
11619
12065
  }
12066
+ /**
12067
+ * From T, pick a set of properties whose keys are in the union K
12068
+ * @export
12069
+ * @interface PickShippingProviderExcludeKeyofShippingProviderId
12070
+ */
12071
+ export interface PickShippingProviderExcludeKeyofShippingProviderId {
12072
+ /**
12073
+ *
12074
+ * @type {string}
12075
+ * @memberof PickShippingProviderExcludeKeyofShippingProviderId
12076
+ */
12077
+ 'title': string;
12078
+ /**
12079
+ *
12080
+ * @type {Array<string>}
12081
+ * @memberof PickShippingProviderExcludeKeyofShippingProviderId
12082
+ */
12083
+ 'states': Array<string>;
12084
+ /**
12085
+ *
12086
+ * @type {Array<ShippingProviderRates>}
12087
+ * @memberof PickShippingProviderExcludeKeyofShippingProviderId
12088
+ */
12089
+ 'rates': Array<ShippingProviderRates>;
12090
+ }
11620
12091
  /**
11621
12092
  *
11622
12093
  * @export
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@infisale-client/api-client",
3
- "version": "1.2.104",
3
+ "version": "1.2.106",
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": "eb02187bf3598ac43bbed08345a34f3c7b04e7b8"
40
+ "gitHead": "c181635a96029e7d54448598f3766064502880ec"
41
41
  }