@infisale-client/api 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.
- package/dist/api/api.d.ts +997 -60
- package/dist/api/api.js +602 -12
- package/dist/api/api.mjs +602 -12
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -1109,6 +1109,12 @@ export interface IBrandPatchRequest {
|
|
|
1109
1109
|
* @memberof IBrandPatchRequest
|
|
1110
1110
|
*/
|
|
1111
1111
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1112
|
+
/**
|
|
1113
|
+
*
|
|
1114
|
+
* @type {Array<string>}
|
|
1115
|
+
* @memberof IBrandPatchRequest
|
|
1116
|
+
*/
|
|
1117
|
+
'slugs'?: Array<string>;
|
|
1112
1118
|
/**
|
|
1113
1119
|
*
|
|
1114
1120
|
* @type {IImage}
|
|
@@ -1134,6 +1140,12 @@ export interface IBrandPostRequest {
|
|
|
1134
1140
|
* @memberof IBrandPostRequest
|
|
1135
1141
|
*/
|
|
1136
1142
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1143
|
+
/**
|
|
1144
|
+
*
|
|
1145
|
+
* @type {Array<string>}
|
|
1146
|
+
* @memberof IBrandPostRequest
|
|
1147
|
+
*/
|
|
1148
|
+
'slugs': Array<string>;
|
|
1137
1149
|
/**
|
|
1138
1150
|
*
|
|
1139
1151
|
* @type {IImage}
|
|
@@ -1189,6 +1201,12 @@ export interface IBrandResponse {
|
|
|
1189
1201
|
* @memberof IBrandResponse
|
|
1190
1202
|
*/
|
|
1191
1203
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1204
|
+
/**
|
|
1205
|
+
*
|
|
1206
|
+
* @type {Array<string>}
|
|
1207
|
+
* @memberof IBrandResponse
|
|
1208
|
+
*/
|
|
1209
|
+
'slugs': Array<string>;
|
|
1192
1210
|
}
|
|
1193
1211
|
/**
|
|
1194
1212
|
*
|
|
@@ -1418,6 +1436,12 @@ export interface ICategoryPatchRequest {
|
|
|
1418
1436
|
* @memberof ICategoryPatchRequest
|
|
1419
1437
|
*/
|
|
1420
1438
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1439
|
+
/**
|
|
1440
|
+
*
|
|
1441
|
+
* @type {Array<string>}
|
|
1442
|
+
* @memberof ICategoryPatchRequest
|
|
1443
|
+
*/
|
|
1444
|
+
'slugs'?: Array<string>;
|
|
1421
1445
|
/**
|
|
1422
1446
|
*
|
|
1423
1447
|
* @type {IImage}
|
|
@@ -1449,6 +1473,12 @@ export interface ICategoryPostRequest {
|
|
|
1449
1473
|
* @memberof ICategoryPostRequest
|
|
1450
1474
|
*/
|
|
1451
1475
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1476
|
+
/**
|
|
1477
|
+
*
|
|
1478
|
+
* @type {Array<string>}
|
|
1479
|
+
* @memberof ICategoryPostRequest
|
|
1480
|
+
*/
|
|
1481
|
+
'slugs': Array<string>;
|
|
1452
1482
|
/**
|
|
1453
1483
|
*
|
|
1454
1484
|
* @type {IImage}
|
|
@@ -1510,6 +1540,12 @@ export interface ICategoryResponse {
|
|
|
1510
1540
|
* @memberof ICategoryResponse
|
|
1511
1541
|
*/
|
|
1512
1542
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1543
|
+
/**
|
|
1544
|
+
*
|
|
1545
|
+
* @type {Array<string>}
|
|
1546
|
+
* @memberof ICategoryResponse
|
|
1547
|
+
*/
|
|
1548
|
+
'slugs': Array<string>;
|
|
1513
1549
|
/**
|
|
1514
1550
|
*
|
|
1515
1551
|
* @type {IImage}
|
|
@@ -1681,6 +1717,12 @@ export interface ICollection {
|
|
|
1681
1717
|
* @memberof ICollection
|
|
1682
1718
|
*/
|
|
1683
1719
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1720
|
+
/**
|
|
1721
|
+
*
|
|
1722
|
+
* @type {Array<string>}
|
|
1723
|
+
* @memberof ICollection
|
|
1724
|
+
*/
|
|
1725
|
+
'slugs': Array<string>;
|
|
1684
1726
|
/**
|
|
1685
1727
|
* Construct a type with a set of properties K of type T
|
|
1686
1728
|
* @type {{ [key: string]: string; }}
|
|
@@ -1780,6 +1822,12 @@ export interface ICollectionPatchRequest {
|
|
|
1780
1822
|
* @memberof ICollectionPatchRequest
|
|
1781
1823
|
*/
|
|
1782
1824
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1825
|
+
/**
|
|
1826
|
+
*
|
|
1827
|
+
* @type {Array<string>}
|
|
1828
|
+
* @memberof ICollectionPatchRequest
|
|
1829
|
+
*/
|
|
1830
|
+
'slugs'?: Array<string>;
|
|
1783
1831
|
/**
|
|
1784
1832
|
*
|
|
1785
1833
|
* @type {IImage}
|
|
@@ -1805,6 +1853,12 @@ export interface ICollectionPostRequest {
|
|
|
1805
1853
|
* @memberof ICollectionPostRequest
|
|
1806
1854
|
*/
|
|
1807
1855
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1856
|
+
/**
|
|
1857
|
+
*
|
|
1858
|
+
* @type {Array<string>}
|
|
1859
|
+
* @memberof ICollectionPostRequest
|
|
1860
|
+
*/
|
|
1861
|
+
'slugs': Array<string>;
|
|
1808
1862
|
/**
|
|
1809
1863
|
*
|
|
1810
1864
|
* @type {IImage}
|
|
@@ -1866,6 +1920,12 @@ export interface ICollectionResponse {
|
|
|
1866
1920
|
* @memberof ICollectionResponse
|
|
1867
1921
|
*/
|
|
1868
1922
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1923
|
+
/**
|
|
1924
|
+
*
|
|
1925
|
+
* @type {Array<string>}
|
|
1926
|
+
* @memberof ICollectionResponse
|
|
1927
|
+
*/
|
|
1928
|
+
'slugs': Array<string>;
|
|
1869
1929
|
/**
|
|
1870
1930
|
* Construct a type with a set of properties K of type T
|
|
1871
1931
|
* @type {{ [key: string]: string; }}
|
|
@@ -2141,10 +2201,10 @@ export interface ICompany {
|
|
|
2141
2201
|
'currencies': RecordCurrencyEnumCurrency;
|
|
2142
2202
|
/**
|
|
2143
2203
|
*
|
|
2144
|
-
* @type {Array<
|
|
2204
|
+
* @type {Array<ICompanyPatchRequestWarehousesInner>}
|
|
2145
2205
|
* @memberof ICompany
|
|
2146
2206
|
*/
|
|
2147
|
-
'warehouses': Array<
|
|
2207
|
+
'warehouses': Array<ICompanyPatchRequestWarehousesInner>;
|
|
2148
2208
|
/**
|
|
2149
2209
|
*
|
|
2150
2210
|
* @type {string}
|
|
@@ -2269,6 +2329,12 @@ export interface ICompany {
|
|
|
2269
2329
|
* @memberof ICompany
|
|
2270
2330
|
*/
|
|
2271
2331
|
'subscriptionEndsAt': string;
|
|
2332
|
+
/**
|
|
2333
|
+
*
|
|
2334
|
+
* @type {boolean}
|
|
2335
|
+
* @memberof ICompany
|
|
2336
|
+
*/
|
|
2337
|
+
'allowGuestCheckout': boolean;
|
|
2272
2338
|
}
|
|
2273
2339
|
/**
|
|
2274
2340
|
*
|
|
@@ -2490,6 +2556,12 @@ export interface ICompanyAdminResponse {
|
|
|
2490
2556
|
* @memberof ICompanyAdminResponse
|
|
2491
2557
|
*/
|
|
2492
2558
|
'subscriptionEndsAt': string;
|
|
2559
|
+
/**
|
|
2560
|
+
*
|
|
2561
|
+
* @type {boolean}
|
|
2562
|
+
* @memberof ICompanyAdminResponse
|
|
2563
|
+
*/
|
|
2564
|
+
'allowGuestCheckout': boolean;
|
|
2493
2565
|
/**
|
|
2494
2566
|
*
|
|
2495
2567
|
* @type {PickICompanyNameOrDomainsOrIdOrUsersOrLanguageOrOwnerOrRoles}
|
|
@@ -2641,6 +2713,44 @@ export interface ICompanyAdminResponseUsersInner {
|
|
|
2641
2713
|
*/
|
|
2642
2714
|
'user': PickIUserIdOrNameOrEmail;
|
|
2643
2715
|
}
|
|
2716
|
+
/**
|
|
2717
|
+
*
|
|
2718
|
+
* @export
|
|
2719
|
+
* @interface ICompanyAvailablePaymentGatewaysResponse
|
|
2720
|
+
*/
|
|
2721
|
+
export interface ICompanyAvailablePaymentGatewaysResponse {
|
|
2722
|
+
/**
|
|
2723
|
+
*
|
|
2724
|
+
* @type {Array<ICompanyAvailablePaymentGatewaysResponseDataInner>}
|
|
2725
|
+
* @memberof ICompanyAvailablePaymentGatewaysResponse
|
|
2726
|
+
*/
|
|
2727
|
+
'data': Array<ICompanyAvailablePaymentGatewaysResponseDataInner>;
|
|
2728
|
+
}
|
|
2729
|
+
/**
|
|
2730
|
+
*
|
|
2731
|
+
* @export
|
|
2732
|
+
* @interface ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2733
|
+
*/
|
|
2734
|
+
export interface ICompanyAvailablePaymentGatewaysResponseDataInner {
|
|
2735
|
+
/**
|
|
2736
|
+
*
|
|
2737
|
+
* @type {number}
|
|
2738
|
+
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2739
|
+
*/
|
|
2740
|
+
'extraFee': number;
|
|
2741
|
+
/**
|
|
2742
|
+
*
|
|
2743
|
+
* @type {boolean}
|
|
2744
|
+
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2745
|
+
*/
|
|
2746
|
+
'redirect': boolean;
|
|
2747
|
+
/**
|
|
2748
|
+
*
|
|
2749
|
+
* @type {PaymentMethodEnum}
|
|
2750
|
+
* @memberof ICompanyAvailablePaymentGatewaysResponseDataInner
|
|
2751
|
+
*/
|
|
2752
|
+
'type': PaymentMethodEnum;
|
|
2753
|
+
}
|
|
2644
2754
|
/**
|
|
2645
2755
|
*
|
|
2646
2756
|
* @export
|
|
@@ -2725,6 +2835,74 @@ export declare const ICompanyCollectionQueryParamsDateFieldEnum: {
|
|
|
2725
2835
|
readonly UPDATED_AT: "updatedAt";
|
|
2726
2836
|
};
|
|
2727
2837
|
export type ICompanyCollectionQueryParamsDateFieldEnum = typeof ICompanyCollectionQueryParamsDateFieldEnum[keyof typeof ICompanyCollectionQueryParamsDateFieldEnum];
|
|
2838
|
+
/**
|
|
2839
|
+
*
|
|
2840
|
+
* @export
|
|
2841
|
+
* @interface ICompanyCreatePaymentGatewaysRequest
|
|
2842
|
+
*/
|
|
2843
|
+
export interface ICompanyCreatePaymentGatewaysRequest {
|
|
2844
|
+
/**
|
|
2845
|
+
*
|
|
2846
|
+
* @type {PaymentGatewayEnum}
|
|
2847
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2848
|
+
*/
|
|
2849
|
+
'type': PaymentGatewayEnum;
|
|
2850
|
+
/**
|
|
2851
|
+
*
|
|
2852
|
+
* @type {string}
|
|
2853
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2854
|
+
*/
|
|
2855
|
+
'merchantId': string;
|
|
2856
|
+
/**
|
|
2857
|
+
*
|
|
2858
|
+
* @type {string}
|
|
2859
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2860
|
+
*/
|
|
2861
|
+
'apiKey': string;
|
|
2862
|
+
/**
|
|
2863
|
+
*
|
|
2864
|
+
* @type {string}
|
|
2865
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2866
|
+
*/
|
|
2867
|
+
'secretKey': string;
|
|
2868
|
+
/**
|
|
2869
|
+
*
|
|
2870
|
+
* @type {boolean}
|
|
2871
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2872
|
+
*/
|
|
2873
|
+
'testMode': boolean;
|
|
2874
|
+
/**
|
|
2875
|
+
*
|
|
2876
|
+
* @type {boolean}
|
|
2877
|
+
* @memberof ICompanyCreatePaymentGatewaysRequest
|
|
2878
|
+
*/
|
|
2879
|
+
'active': boolean;
|
|
2880
|
+
}
|
|
2881
|
+
/**
|
|
2882
|
+
*
|
|
2883
|
+
* @export
|
|
2884
|
+
* @interface ICompanyCreateShippingProvidersRequest
|
|
2885
|
+
*/
|
|
2886
|
+
export interface ICompanyCreateShippingProvidersRequest {
|
|
2887
|
+
/**
|
|
2888
|
+
*
|
|
2889
|
+
* @type {string}
|
|
2890
|
+
* @memberof ICompanyCreateShippingProvidersRequest
|
|
2891
|
+
*/
|
|
2892
|
+
'title': string;
|
|
2893
|
+
/**
|
|
2894
|
+
*
|
|
2895
|
+
* @type {Array<string>}
|
|
2896
|
+
* @memberof ICompanyCreateShippingProvidersRequest
|
|
2897
|
+
*/
|
|
2898
|
+
'states': Array<string>;
|
|
2899
|
+
/**
|
|
2900
|
+
*
|
|
2901
|
+
* @type {Array<ShippingProviderRates>}
|
|
2902
|
+
* @memberof ICompanyCreateShippingProvidersRequest
|
|
2903
|
+
*/
|
|
2904
|
+
'rates': Array<ShippingProviderRates>;
|
|
2905
|
+
}
|
|
2728
2906
|
/**
|
|
2729
2907
|
*
|
|
2730
2908
|
* @export
|
|
@@ -2744,6 +2922,37 @@ export interface ICompanyCreateUserRequest {
|
|
|
2744
2922
|
*/
|
|
2745
2923
|
'role': string;
|
|
2746
2924
|
}
|
|
2925
|
+
/**
|
|
2926
|
+
*
|
|
2927
|
+
* @export
|
|
2928
|
+
* @interface ICompanyCreateWarehousesRequest
|
|
2929
|
+
*/
|
|
2930
|
+
export interface ICompanyCreateWarehousesRequest {
|
|
2931
|
+
/**
|
|
2932
|
+
*
|
|
2933
|
+
* @type {string}
|
|
2934
|
+
* @memberof ICompanyCreateWarehousesRequest
|
|
2935
|
+
*/
|
|
2936
|
+
'name': string;
|
|
2937
|
+
/**
|
|
2938
|
+
*
|
|
2939
|
+
* @type {string}
|
|
2940
|
+
* @memberof ICompanyCreateWarehousesRequest
|
|
2941
|
+
*/
|
|
2942
|
+
'phone'?: string;
|
|
2943
|
+
/**
|
|
2944
|
+
*
|
|
2945
|
+
* @type {string}
|
|
2946
|
+
* @memberof ICompanyCreateWarehousesRequest
|
|
2947
|
+
*/
|
|
2948
|
+
'email'?: string;
|
|
2949
|
+
/**
|
|
2950
|
+
*
|
|
2951
|
+
* @type {string}
|
|
2952
|
+
* @memberof ICompanyCreateWarehousesRequest
|
|
2953
|
+
*/
|
|
2954
|
+
'address'?: string;
|
|
2955
|
+
}
|
|
2747
2956
|
/**
|
|
2748
2957
|
*
|
|
2749
2958
|
* @export
|
|
@@ -2895,10 +3104,10 @@ export interface ICompanyPatchRequest {
|
|
|
2895
3104
|
'senderEmailDnsRecords'?: Array<ICompanyAdminResponseSenderEmailDnsRecordsInner>;
|
|
2896
3105
|
/**
|
|
2897
3106
|
*
|
|
2898
|
-
* @type {Array<
|
|
3107
|
+
* @type {Array<ICompanyPatchRequestWarehousesInner>}
|
|
2899
3108
|
* @memberof ICompanyPatchRequest
|
|
2900
3109
|
*/
|
|
2901
|
-
'warehouses'?: Array<
|
|
3110
|
+
'warehouses'?: Array<ICompanyPatchRequestWarehousesInner>;
|
|
2902
3111
|
/**
|
|
2903
3112
|
*
|
|
2904
3113
|
* @type {ICompanyResponseAddress}
|
|
@@ -3023,6 +3232,12 @@ export interface ICompanyPatchRequest {
|
|
|
3023
3232
|
* @memberof ICompanyPatchRequest
|
|
3024
3233
|
*/
|
|
3025
3234
|
'subscriptionEndsAt'?: string;
|
|
3235
|
+
/**
|
|
3236
|
+
*
|
|
3237
|
+
* @type {boolean}
|
|
3238
|
+
* @memberof ICompanyPatchRequest
|
|
3239
|
+
*/
|
|
3240
|
+
'allowGuestCheckout'?: boolean;
|
|
3026
3241
|
}
|
|
3027
3242
|
/**
|
|
3028
3243
|
*
|
|
@@ -3073,6 +3288,43 @@ export interface ICompanyPatchRequestPaymentGatewaysInner {
|
|
|
3073
3288
|
*/
|
|
3074
3289
|
'_id': string;
|
|
3075
3290
|
}
|
|
3291
|
+
/**
|
|
3292
|
+
*
|
|
3293
|
+
* @export
|
|
3294
|
+
* @interface ICompanyPatchRequestWarehousesInner
|
|
3295
|
+
*/
|
|
3296
|
+
export interface ICompanyPatchRequestWarehousesInner {
|
|
3297
|
+
/**
|
|
3298
|
+
*
|
|
3299
|
+
* @type {string}
|
|
3300
|
+
* @memberof ICompanyPatchRequestWarehousesInner
|
|
3301
|
+
*/
|
|
3302
|
+
'email'?: string;
|
|
3303
|
+
/**
|
|
3304
|
+
*
|
|
3305
|
+
* @type {string}
|
|
3306
|
+
* @memberof ICompanyPatchRequestWarehousesInner
|
|
3307
|
+
*/
|
|
3308
|
+
'phone'?: string;
|
|
3309
|
+
/**
|
|
3310
|
+
*
|
|
3311
|
+
* @type {string}
|
|
3312
|
+
* @memberof ICompanyPatchRequestWarehousesInner
|
|
3313
|
+
*/
|
|
3314
|
+
'address'?: string;
|
|
3315
|
+
/**
|
|
3316
|
+
*
|
|
3317
|
+
* @type {string}
|
|
3318
|
+
* @memberof ICompanyPatchRequestWarehousesInner
|
|
3319
|
+
*/
|
|
3320
|
+
'name': string;
|
|
3321
|
+
/**
|
|
3322
|
+
*
|
|
3323
|
+
* @type {string}
|
|
3324
|
+
* @memberof ICompanyPatchRequestWarehousesInner
|
|
3325
|
+
*/
|
|
3326
|
+
'_id': string;
|
|
3327
|
+
}
|
|
3076
3328
|
/**
|
|
3077
3329
|
*
|
|
3078
3330
|
* @export
|
|
@@ -3355,6 +3607,12 @@ export interface ICompanyResponse {
|
|
|
3355
3607
|
* @memberof ICompanyResponse
|
|
3356
3608
|
*/
|
|
3357
3609
|
'subscriptionEndsAt': string;
|
|
3610
|
+
/**
|
|
3611
|
+
*
|
|
3612
|
+
* @type {boolean}
|
|
3613
|
+
* @memberof ICompanyResponse
|
|
3614
|
+
*/
|
|
3615
|
+
'allowGuestCheckout': boolean;
|
|
3358
3616
|
/**
|
|
3359
3617
|
*
|
|
3360
3618
|
* @type {PickICompanyNameOrDomainsOrIdOrLanguage}
|
|
@@ -3738,59 +3996,40 @@ export interface ICompanyUpdateNavigationRequest {
|
|
|
3738
3996
|
export interface ICompanyUpdatePaymentGatewaysRequest {
|
|
3739
3997
|
/**
|
|
3740
3998
|
*
|
|
3741
|
-
* @type {
|
|
3999
|
+
* @type {PaymentGatewayEnum}
|
|
3742
4000
|
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3743
4001
|
*/
|
|
3744
|
-
'
|
|
3745
|
-
}
|
|
3746
|
-
/**
|
|
3747
|
-
*
|
|
3748
|
-
* @export
|
|
3749
|
-
* @interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
|
|
3750
|
-
*/
|
|
3751
|
-
export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
|
|
3752
|
-
/**
|
|
3753
|
-
*
|
|
3754
|
-
* @type {boolean}
|
|
3755
|
-
* @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
|
|
3756
|
-
*/
|
|
3757
|
-
'active': boolean;
|
|
3758
|
-
/**
|
|
3759
|
-
*
|
|
3760
|
-
* @type {boolean}
|
|
3761
|
-
* @memberof ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner
|
|
3762
|
-
*/
|
|
3763
|
-
'testMode': boolean;
|
|
4002
|
+
'type'?: PaymentGatewayEnum;
|
|
3764
4003
|
/**
|
|
3765
4004
|
*
|
|
3766
4005
|
* @type {string}
|
|
3767
|
-
* @memberof
|
|
4006
|
+
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3768
4007
|
*/
|
|
3769
|
-
'
|
|
4008
|
+
'merchantId'?: string;
|
|
3770
4009
|
/**
|
|
3771
4010
|
*
|
|
3772
4011
|
* @type {string}
|
|
3773
|
-
* @memberof
|
|
4012
|
+
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3774
4013
|
*/
|
|
3775
|
-
'apiKey'
|
|
4014
|
+
'apiKey'?: string;
|
|
3776
4015
|
/**
|
|
3777
4016
|
*
|
|
3778
4017
|
* @type {string}
|
|
3779
|
-
* @memberof
|
|
4018
|
+
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3780
4019
|
*/
|
|
3781
|
-
'
|
|
4020
|
+
'secretKey'?: string;
|
|
3782
4021
|
/**
|
|
3783
4022
|
*
|
|
3784
|
-
* @type {
|
|
3785
|
-
* @memberof
|
|
4023
|
+
* @type {boolean}
|
|
4024
|
+
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3786
4025
|
*/
|
|
3787
|
-
'
|
|
4026
|
+
'testMode'?: boolean;
|
|
3788
4027
|
/**
|
|
3789
4028
|
*
|
|
3790
|
-
* @type {
|
|
3791
|
-
* @memberof
|
|
4029
|
+
* @type {boolean}
|
|
4030
|
+
* @memberof ICompanyUpdatePaymentGatewaysRequest
|
|
3792
4031
|
*/
|
|
3793
|
-
'
|
|
4032
|
+
'active'?: boolean;
|
|
3794
4033
|
}
|
|
3795
4034
|
/**
|
|
3796
4035
|
*
|
|
@@ -3800,10 +4039,22 @@ export interface ICompanyUpdatePaymentGatewaysRequestPaymentGatewaysInner {
|
|
|
3800
4039
|
export interface ICompanyUpdateShippingProvidersRequest {
|
|
3801
4040
|
/**
|
|
3802
4041
|
*
|
|
3803
|
-
* @type {
|
|
4042
|
+
* @type {string}
|
|
3804
4043
|
* @memberof ICompanyUpdateShippingProvidersRequest
|
|
3805
4044
|
*/
|
|
3806
|
-
'
|
|
4045
|
+
'title'?: string;
|
|
4046
|
+
/**
|
|
4047
|
+
*
|
|
4048
|
+
* @type {Array<string>}
|
|
4049
|
+
* @memberof ICompanyUpdateShippingProvidersRequest
|
|
4050
|
+
*/
|
|
4051
|
+
'states'?: Array<string>;
|
|
4052
|
+
/**
|
|
4053
|
+
*
|
|
4054
|
+
* @type {Array<ShippingProviderRates>}
|
|
4055
|
+
* @memberof ICompanyUpdateShippingProvidersRequest
|
|
4056
|
+
*/
|
|
4057
|
+
'rates'?: Array<ShippingProviderRates>;
|
|
3807
4058
|
}
|
|
3808
4059
|
/**
|
|
3809
4060
|
*
|
|
@@ -3827,13 +4078,44 @@ export interface ICompanyUpdateUserRequest {
|
|
|
3827
4078
|
/**
|
|
3828
4079
|
*
|
|
3829
4080
|
* @export
|
|
3830
|
-
* @interface
|
|
4081
|
+
* @interface ICompanyUpdateWarehousesRequest
|
|
3831
4082
|
*/
|
|
3832
|
-
export interface
|
|
4083
|
+
export interface ICompanyUpdateWarehousesRequest {
|
|
3833
4084
|
/**
|
|
3834
4085
|
*
|
|
3835
|
-
* @type {
|
|
3836
|
-
* @memberof
|
|
4086
|
+
* @type {string}
|
|
4087
|
+
* @memberof ICompanyUpdateWarehousesRequest
|
|
4088
|
+
*/
|
|
4089
|
+
'name'?: string;
|
|
4090
|
+
/**
|
|
4091
|
+
*
|
|
4092
|
+
* @type {string}
|
|
4093
|
+
* @memberof ICompanyUpdateWarehousesRequest
|
|
4094
|
+
*/
|
|
4095
|
+
'phone'?: string;
|
|
4096
|
+
/**
|
|
4097
|
+
*
|
|
4098
|
+
* @type {string}
|
|
4099
|
+
* @memberof ICompanyUpdateWarehousesRequest
|
|
4100
|
+
*/
|
|
4101
|
+
'email'?: string;
|
|
4102
|
+
/**
|
|
4103
|
+
*
|
|
4104
|
+
* @type {string}
|
|
4105
|
+
* @memberof ICompanyUpdateWarehousesRequest
|
|
4106
|
+
*/
|
|
4107
|
+
'address'?: string;
|
|
4108
|
+
}
|
|
4109
|
+
/**
|
|
4110
|
+
*
|
|
4111
|
+
* @export
|
|
4112
|
+
* @interface ICompanyUsersCollectionQueryParams
|
|
4113
|
+
*/
|
|
4114
|
+
export interface ICompanyUsersCollectionQueryParams {
|
|
4115
|
+
/**
|
|
4116
|
+
*
|
|
4117
|
+
* @type {number}
|
|
4118
|
+
* @memberof ICompanyUsersCollectionQueryParams
|
|
3837
4119
|
*/
|
|
3838
4120
|
'page'?: number;
|
|
3839
4121
|
/**
|
|
@@ -6029,6 +6311,12 @@ export interface IPagePatchRequest {
|
|
|
6029
6311
|
* @memberof IPagePatchRequest
|
|
6030
6312
|
*/
|
|
6031
6313
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
6314
|
+
/**
|
|
6315
|
+
*
|
|
6316
|
+
* @type {Array<string>}
|
|
6317
|
+
* @memberof IPagePatchRequest
|
|
6318
|
+
*/
|
|
6319
|
+
'slugs'?: Array<string>;
|
|
6032
6320
|
/**
|
|
6033
6321
|
*
|
|
6034
6322
|
* @type {IImage}
|
|
@@ -6060,6 +6348,12 @@ export interface IPagePostRequest {
|
|
|
6060
6348
|
* @memberof IPagePostRequest
|
|
6061
6349
|
*/
|
|
6062
6350
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6351
|
+
/**
|
|
6352
|
+
*
|
|
6353
|
+
* @type {Array<string>}
|
|
6354
|
+
* @memberof IPagePostRequest
|
|
6355
|
+
*/
|
|
6356
|
+
'slugs': Array<string>;
|
|
6063
6357
|
/**
|
|
6064
6358
|
*
|
|
6065
6359
|
* @type {IImage}
|
|
@@ -6129,6 +6423,12 @@ export interface IPageResponse {
|
|
|
6129
6423
|
* @memberof IPageResponse
|
|
6130
6424
|
*/
|
|
6131
6425
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
6426
|
+
/**
|
|
6427
|
+
*
|
|
6428
|
+
* @type {Array<string>}
|
|
6429
|
+
* @memberof IPageResponse
|
|
6430
|
+
*/
|
|
6431
|
+
'slugs': Array<string>;
|
|
6132
6432
|
/**
|
|
6133
6433
|
*
|
|
6134
6434
|
* @type {IImage}
|
|
@@ -6852,6 +7152,12 @@ export interface IProductPatchRequest {
|
|
|
6852
7152
|
* @memberof IProductPatchRequest
|
|
6853
7153
|
*/
|
|
6854
7154
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
7155
|
+
/**
|
|
7156
|
+
*
|
|
7157
|
+
* @type {Array<string>}
|
|
7158
|
+
* @memberof IProductPatchRequest
|
|
7159
|
+
*/
|
|
7160
|
+
'slugs'?: Array<string>;
|
|
6855
7161
|
/**
|
|
6856
7162
|
*
|
|
6857
7163
|
* @type {Array<VariantType>}
|
|
@@ -6937,6 +7243,12 @@ export interface IProductPostRequest {
|
|
|
6937
7243
|
* @memberof IProductPostRequest
|
|
6938
7244
|
*/
|
|
6939
7245
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7246
|
+
/**
|
|
7247
|
+
*
|
|
7248
|
+
* @type {Array<string>}
|
|
7249
|
+
* @memberof IProductPostRequest
|
|
7250
|
+
*/
|
|
7251
|
+
'slugs': Array<string>;
|
|
6940
7252
|
/**
|
|
6941
7253
|
*
|
|
6942
7254
|
* @type {Array<VariantType>}
|
|
@@ -7090,6 +7402,12 @@ export interface IProductResponse {
|
|
|
7090
7402
|
* @memberof IProductResponse
|
|
7091
7403
|
*/
|
|
7092
7404
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7405
|
+
/**
|
|
7406
|
+
*
|
|
7407
|
+
* @type {Array<string>}
|
|
7408
|
+
* @memberof IProductResponse
|
|
7409
|
+
*/
|
|
7410
|
+
'slugs': Array<string>;
|
|
7093
7411
|
/**
|
|
7094
7412
|
*
|
|
7095
7413
|
* @type {Array<VariantType>}
|
|
@@ -9433,6 +9751,12 @@ export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
|
9433
9751
|
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
9434
9752
|
*/
|
|
9435
9753
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9754
|
+
/**
|
|
9755
|
+
*
|
|
9756
|
+
* @type {Array<string>}
|
|
9757
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponse
|
|
9758
|
+
*/
|
|
9759
|
+
'slugs': Array<string>;
|
|
9436
9760
|
/**
|
|
9437
9761
|
*
|
|
9438
9762
|
* @type {IImage}
|
|
@@ -9482,6 +9806,12 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
9482
9806
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
9483
9807
|
*/
|
|
9484
9808
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9809
|
+
/**
|
|
9810
|
+
*
|
|
9811
|
+
* @type {Array<string>}
|
|
9812
|
+
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
9813
|
+
*/
|
|
9814
|
+
'slugs': Array<string>;
|
|
9485
9815
|
/**
|
|
9486
9816
|
*
|
|
9487
9817
|
* @type {IImage}
|
|
@@ -9513,6 +9843,12 @@ export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoRes
|
|
|
9513
9843
|
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
9514
9844
|
*/
|
|
9515
9845
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9846
|
+
/**
|
|
9847
|
+
*
|
|
9848
|
+
* @type {Array<string>}
|
|
9849
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributes
|
|
9850
|
+
*/
|
|
9851
|
+
'slugs': Array<string>;
|
|
9516
9852
|
/**
|
|
9517
9853
|
*
|
|
9518
9854
|
* @type {IImage}
|
|
@@ -9648,6 +9984,12 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
|
|
|
9648
9984
|
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9649
9985
|
*/
|
|
9650
9986
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
9987
|
+
/**
|
|
9988
|
+
*
|
|
9989
|
+
* @type {Array<string>}
|
|
9990
|
+
* @memberof PickICollectionResponseExcludeKeyofICollectionResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
9991
|
+
*/
|
|
9992
|
+
'slugs': Array<string>;
|
|
9651
9993
|
/**
|
|
9652
9994
|
*
|
|
9653
9995
|
* @type {IImage}
|
|
@@ -9655,6 +9997,80 @@ export interface PickICollectionResponseExcludeKeyofICollectionResponseKeyofMong
|
|
|
9655
9997
|
*/
|
|
9656
9998
|
'thumbnail'?: IImage;
|
|
9657
9999
|
}
|
|
10000
|
+
/**
|
|
10001
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
10002
|
+
* @export
|
|
10003
|
+
* @interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10004
|
+
*/
|
|
10005
|
+
export interface PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id {
|
|
10006
|
+
/**
|
|
10007
|
+
*
|
|
10008
|
+
* @type {PaymentGatewayEnum}
|
|
10009
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10010
|
+
*/
|
|
10011
|
+
'type': PaymentGatewayEnum;
|
|
10012
|
+
/**
|
|
10013
|
+
*
|
|
10014
|
+
* @type {string}
|
|
10015
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10016
|
+
*/
|
|
10017
|
+
'merchantId': string;
|
|
10018
|
+
/**
|
|
10019
|
+
*
|
|
10020
|
+
* @type {string}
|
|
10021
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10022
|
+
*/
|
|
10023
|
+
'apiKey': string;
|
|
10024
|
+
/**
|
|
10025
|
+
*
|
|
10026
|
+
* @type {string}
|
|
10027
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10028
|
+
*/
|
|
10029
|
+
'secretKey': string;
|
|
10030
|
+
/**
|
|
10031
|
+
*
|
|
10032
|
+
* @type {boolean}
|
|
10033
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10034
|
+
*/
|
|
10035
|
+
'testMode': boolean;
|
|
10036
|
+
/**
|
|
10037
|
+
*
|
|
10038
|
+
* @type {boolean}
|
|
10039
|
+
* @memberof PickICompanyAtPaymentGateways91093ExcludeKeyofICompanyAtPaymentGateways91093Id
|
|
10040
|
+
*/
|
|
10041
|
+
'active': boolean;
|
|
10042
|
+
}
|
|
10043
|
+
/**
|
|
10044
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
10045
|
+
* @export
|
|
10046
|
+
* @interface PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
|
|
10047
|
+
*/
|
|
10048
|
+
export interface PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id {
|
|
10049
|
+
/**
|
|
10050
|
+
*
|
|
10051
|
+
* @type {string}
|
|
10052
|
+
* @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
|
|
10053
|
+
*/
|
|
10054
|
+
'name': string;
|
|
10055
|
+
/**
|
|
10056
|
+
*
|
|
10057
|
+
* @type {string}
|
|
10058
|
+
* @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
|
|
10059
|
+
*/
|
|
10060
|
+
'phone'?: string;
|
|
10061
|
+
/**
|
|
10062
|
+
*
|
|
10063
|
+
* @type {string}
|
|
10064
|
+
* @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
|
|
10065
|
+
*/
|
|
10066
|
+
'email'?: string;
|
|
10067
|
+
/**
|
|
10068
|
+
*
|
|
10069
|
+
* @type {string}
|
|
10070
|
+
* @memberof PickICompanyAtWarehouses91093ExcludeKeyofICompanyAtWarehouses91093Id
|
|
10071
|
+
*/
|
|
10072
|
+
'address'?: string;
|
|
10073
|
+
}
|
|
9658
10074
|
/**
|
|
9659
10075
|
* From T, pick a set of properties whose keys are in the union K
|
|
9660
10076
|
* @export
|
|
@@ -9875,6 +10291,12 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
9875
10291
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
9876
10292
|
*/
|
|
9877
10293
|
'subscriptionEndsAt': string;
|
|
10294
|
+
/**
|
|
10295
|
+
*
|
|
10296
|
+
* @type {boolean}
|
|
10297
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
10298
|
+
*/
|
|
10299
|
+
'allowGuestCheckout': boolean;
|
|
9878
10300
|
}
|
|
9879
10301
|
/**
|
|
9880
10302
|
*
|
|
@@ -10578,6 +11000,12 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
10578
11000
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
10579
11001
|
*/
|
|
10580
11002
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11003
|
+
/**
|
|
11004
|
+
*
|
|
11005
|
+
* @type {Array<string>}
|
|
11006
|
+
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
11007
|
+
*/
|
|
11008
|
+
'slugs': Array<string>;
|
|
10581
11009
|
/**
|
|
10582
11010
|
*
|
|
10583
11011
|
* @type {IImage}
|
|
@@ -10609,6 +11037,12 @@ export interface PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrT
|
|
|
10609
11037
|
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
10610
11038
|
*/
|
|
10611
11039
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11040
|
+
/**
|
|
11041
|
+
*
|
|
11042
|
+
* @type {Array<string>}
|
|
11043
|
+
* @memberof PickIPageResponseExcludeKeyofIPageResponseKeyofMongoResponseOrTemplateOrTemplates
|
|
11044
|
+
*/
|
|
11045
|
+
'slugs': Array<string>;
|
|
10612
11046
|
/**
|
|
10613
11047
|
*
|
|
10614
11048
|
* @type {IImage}
|
|
@@ -10734,6 +11168,12 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
10734
11168
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
10735
11169
|
*/
|
|
10736
11170
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11171
|
+
/**
|
|
11172
|
+
*
|
|
11173
|
+
* @type {Array<string>}
|
|
11174
|
+
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
11175
|
+
*/
|
|
11176
|
+
'slugs': Array<string>;
|
|
10737
11177
|
/**
|
|
10738
11178
|
*
|
|
10739
11179
|
* @type {Array<VariantType>}
|
|
@@ -10887,6 +11327,12 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
10887
11327
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
10888
11328
|
*/
|
|
10889
11329
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
11330
|
+
/**
|
|
11331
|
+
*
|
|
11332
|
+
* @type {Array<string>}
|
|
11333
|
+
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFields
|
|
11334
|
+
*/
|
|
11335
|
+
'slugs': Array<string>;
|
|
10890
11336
|
/**
|
|
10891
11337
|
*
|
|
10892
11338
|
* @type {Array<VariantType>}
|
|
@@ -11630,6 +12076,31 @@ export interface PickIUserIdOrNameOrEmail {
|
|
|
11630
12076
|
*/
|
|
11631
12077
|
'_id': string;
|
|
11632
12078
|
}
|
|
12079
|
+
/**
|
|
12080
|
+
* From T, pick a set of properties whose keys are in the union K
|
|
12081
|
+
* @export
|
|
12082
|
+
* @interface PickShippingProviderExcludeKeyofShippingProviderId
|
|
12083
|
+
*/
|
|
12084
|
+
export interface PickShippingProviderExcludeKeyofShippingProviderId {
|
|
12085
|
+
/**
|
|
12086
|
+
*
|
|
12087
|
+
* @type {string}
|
|
12088
|
+
* @memberof PickShippingProviderExcludeKeyofShippingProviderId
|
|
12089
|
+
*/
|
|
12090
|
+
'title': string;
|
|
12091
|
+
/**
|
|
12092
|
+
*
|
|
12093
|
+
* @type {Array<string>}
|
|
12094
|
+
* @memberof PickShippingProviderExcludeKeyofShippingProviderId
|
|
12095
|
+
*/
|
|
12096
|
+
'states': Array<string>;
|
|
12097
|
+
/**
|
|
12098
|
+
*
|
|
12099
|
+
* @type {Array<ShippingProviderRates>}
|
|
12100
|
+
* @memberof PickShippingProviderExcludeKeyofShippingProviderId
|
|
12101
|
+
*/
|
|
12102
|
+
'rates': Array<ShippingProviderRates>;
|
|
12103
|
+
}
|
|
11633
12104
|
/**
|
|
11634
12105
|
*
|
|
11635
12106
|
* @export
|
|
@@ -14373,6 +14844,30 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14373
14844
|
* @throws {RequiredError}
|
|
14374
14845
|
*/
|
|
14375
14846
|
createCompanyPayment: (id: string, iPaymentPostRequest: IPaymentPostRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14847
|
+
/**
|
|
14848
|
+
*
|
|
14849
|
+
* @param {string} id
|
|
14850
|
+
* @param {ICompanyCreatePaymentGatewaysRequest} iCompanyCreatePaymentGatewaysRequest
|
|
14851
|
+
* @param {*} [options] Override http request option.
|
|
14852
|
+
* @throws {RequiredError}
|
|
14853
|
+
*/
|
|
14854
|
+
createCompanyPaymentGateways: (id: string, iCompanyCreatePaymentGatewaysRequest: ICompanyCreatePaymentGatewaysRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14855
|
+
/**
|
|
14856
|
+
*
|
|
14857
|
+
* @param {string} id
|
|
14858
|
+
* @param {ICompanyCreateShippingProvidersRequest} iCompanyCreateShippingProvidersRequest
|
|
14859
|
+
* @param {*} [options] Override http request option.
|
|
14860
|
+
* @throws {RequiredError}
|
|
14861
|
+
*/
|
|
14862
|
+
createCompanyShippingProviders: (id: string, iCompanyCreateShippingProvidersRequest: ICompanyCreateShippingProvidersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14863
|
+
/**
|
|
14864
|
+
*
|
|
14865
|
+
* @param {string} id
|
|
14866
|
+
* @param {ICompanyCreateWarehousesRequest} iCompanyCreateWarehousesRequest
|
|
14867
|
+
* @param {*} [options] Override http request option.
|
|
14868
|
+
* @throws {RequiredError}
|
|
14869
|
+
*/
|
|
14870
|
+
createCompanyWarehouses: (id: string, iCompanyCreateWarehousesRequest: ICompanyCreateWarehousesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14376
14871
|
/**
|
|
14377
14872
|
*
|
|
14378
14873
|
* @param {string} id
|
|
@@ -14380,6 +14875,30 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14380
14875
|
* @throws {RequiredError}
|
|
14381
14876
|
*/
|
|
14382
14877
|
deleteCompany: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14878
|
+
/**
|
|
14879
|
+
*
|
|
14880
|
+
* @param {string} companyId
|
|
14881
|
+
* @param {string} id
|
|
14882
|
+
* @param {*} [options] Override http request option.
|
|
14883
|
+
* @throws {RequiredError}
|
|
14884
|
+
*/
|
|
14885
|
+
deleteCompanyPaymentGateways: (companyId: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14886
|
+
/**
|
|
14887
|
+
*
|
|
14888
|
+
* @param {string} companyId
|
|
14889
|
+
* @param {string} id
|
|
14890
|
+
* @param {*} [options] Override http request option.
|
|
14891
|
+
* @throws {RequiredError}
|
|
14892
|
+
*/
|
|
14893
|
+
deleteCompanyShippingProviders: (companyId: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14894
|
+
/**
|
|
14895
|
+
*
|
|
14896
|
+
* @param {string} companyId
|
|
14897
|
+
* @param {string} id
|
|
14898
|
+
* @param {*} [options] Override http request option.
|
|
14899
|
+
* @throws {RequiredError}
|
|
14900
|
+
*/
|
|
14901
|
+
deleteCompanyWarehouses: (companyId: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14383
14902
|
/**
|
|
14384
14903
|
*
|
|
14385
14904
|
* @param {string} id
|
|
@@ -14421,6 +14940,13 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14421
14940
|
* @throws {RequiredError}
|
|
14422
14941
|
*/
|
|
14423
14942
|
getCompanies: (page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14943
|
+
/**
|
|
14944
|
+
*
|
|
14945
|
+
* @param {string} id
|
|
14946
|
+
* @param {*} [options] Override http request option.
|
|
14947
|
+
* @throws {RequiredError}
|
|
14948
|
+
*/
|
|
14949
|
+
getCompanyAvailablePaymentGateways: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14424
14950
|
/**
|
|
14425
14951
|
*
|
|
14426
14952
|
* @param {string} domain
|
|
@@ -14522,6 +15048,14 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14522
15048
|
* @throws {RequiredError}
|
|
14523
15049
|
*/
|
|
14524
15050
|
getCompanyVersions: (id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15051
|
+
/**
|
|
15052
|
+
*
|
|
15053
|
+
* @param {string} companyId
|
|
15054
|
+
* @param {string} id
|
|
15055
|
+
* @param {*} [options] Override http request option.
|
|
15056
|
+
* @throws {RequiredError}
|
|
15057
|
+
*/
|
|
15058
|
+
setCompanyPaymentGatewaysPrimary: (companyId: string, id: string, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14525
15059
|
/**
|
|
14526
15060
|
*
|
|
14527
15061
|
* @param {string} id
|
|
@@ -14564,20 +15098,31 @@ export declare const CompanyApiAxiosParamCreator: (configuration?: Configuration
|
|
|
14564
15098
|
updateCompanyNavigations: (id: string, iCompanyUpdateNavigationRequest: ICompanyUpdateNavigationRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14565
15099
|
/**
|
|
14566
15100
|
*
|
|
15101
|
+
* @param {string} companyId
|
|
14567
15102
|
* @param {string} id
|
|
14568
15103
|
* @param {ICompanyUpdatePaymentGatewaysRequest} iCompanyUpdatePaymentGatewaysRequest
|
|
14569
15104
|
* @param {*} [options] Override http request option.
|
|
14570
15105
|
* @throws {RequiredError}
|
|
14571
15106
|
*/
|
|
14572
|
-
updateCompanyPaymentGateways: (id: string, iCompanyUpdatePaymentGatewaysRequest: ICompanyUpdatePaymentGatewaysRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15107
|
+
updateCompanyPaymentGateways: (companyId: string, id: string, iCompanyUpdatePaymentGatewaysRequest: ICompanyUpdatePaymentGatewaysRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14573
15108
|
/**
|
|
14574
15109
|
*
|
|
15110
|
+
* @param {string} companyId
|
|
14575
15111
|
* @param {string} id
|
|
14576
15112
|
* @param {ICompanyUpdateShippingProvidersRequest} iCompanyUpdateShippingProvidersRequest
|
|
14577
15113
|
* @param {*} [options] Override http request option.
|
|
14578
15114
|
* @throws {RequiredError}
|
|
14579
15115
|
*/
|
|
14580
|
-
updateCompanyShippingProviders: (id: string, iCompanyUpdateShippingProvidersRequest: ICompanyUpdateShippingProvidersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15116
|
+
updateCompanyShippingProviders: (companyId: string, id: string, iCompanyUpdateShippingProvidersRequest: ICompanyUpdateShippingProvidersRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
15117
|
+
/**
|
|
15118
|
+
*
|
|
15119
|
+
* @param {string} companyId
|
|
15120
|
+
* @param {string} id
|
|
15121
|
+
* @param {ICompanyUpdateWarehousesRequest} iCompanyUpdateWarehousesRequest
|
|
15122
|
+
* @param {*} [options] Override http request option.
|
|
15123
|
+
* @throws {RequiredError}
|
|
15124
|
+
*/
|
|
15125
|
+
updateCompanyWarehouses: (companyId: string, id: string, iCompanyUpdateWarehousesRequest: ICompanyUpdateWarehousesRequest, options?: RawAxiosRequestConfig) => Promise<RequestArgs>;
|
|
14581
15126
|
/**
|
|
14582
15127
|
*
|
|
14583
15128
|
* @param {string} id
|
|
@@ -14642,40 +15187,88 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
14642
15187
|
/**
|
|
14643
15188
|
*
|
|
14644
15189
|
* @param {string} id
|
|
15190
|
+
* @param {ICompanyCreatePaymentGatewaysRequest} iCompanyCreatePaymentGatewaysRequest
|
|
14645
15191
|
* @param {*} [options] Override http request option.
|
|
14646
15192
|
* @throws {RequiredError}
|
|
14647
15193
|
*/
|
|
14648
|
-
|
|
15194
|
+
createCompanyPaymentGateways(id: string, iCompanyCreatePaymentGatewaysRequest: ICompanyCreatePaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14649
15195
|
/**
|
|
14650
15196
|
*
|
|
14651
15197
|
* @param {string} id
|
|
14652
|
-
* @param {
|
|
15198
|
+
* @param {ICompanyCreateShippingProvidersRequest} iCompanyCreateShippingProvidersRequest
|
|
14653
15199
|
* @param {*} [options] Override http request option.
|
|
14654
15200
|
* @throws {RequiredError}
|
|
14655
15201
|
*/
|
|
14656
|
-
|
|
15202
|
+
createCompanyShippingProviders(id: string, iCompanyCreateShippingProvidersRequest: ICompanyCreateShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14657
15203
|
/**
|
|
14658
15204
|
*
|
|
14659
15205
|
* @param {string} id
|
|
14660
|
-
* @param {
|
|
15206
|
+
* @param {ICompanyCreateWarehousesRequest} iCompanyCreateWarehousesRequest
|
|
14661
15207
|
* @param {*} [options] Override http request option.
|
|
14662
15208
|
* @throws {RequiredError}
|
|
14663
15209
|
*/
|
|
14664
|
-
|
|
15210
|
+
createCompanyWarehouses(id: string, iCompanyCreateWarehousesRequest: ICompanyCreateWarehousesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14665
15211
|
/**
|
|
14666
15212
|
*
|
|
14667
15213
|
* @param {string} id
|
|
14668
15214
|
* @param {*} [options] Override http request option.
|
|
14669
15215
|
* @throws {RequiredError}
|
|
14670
15216
|
*/
|
|
14671
|
-
|
|
15217
|
+
deleteCompany(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14672
15218
|
/**
|
|
14673
15219
|
*
|
|
14674
|
-
* @param {
|
|
14675
|
-
* @param {
|
|
14676
|
-
* @param {
|
|
14677
|
-
* @
|
|
14678
|
-
|
|
15220
|
+
* @param {string} companyId
|
|
15221
|
+
* @param {string} id
|
|
15222
|
+
* @param {*} [options] Override http request option.
|
|
15223
|
+
* @throws {RequiredError}
|
|
15224
|
+
*/
|
|
15225
|
+
deleteCompanyPaymentGateways(companyId: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
15226
|
+
/**
|
|
15227
|
+
*
|
|
15228
|
+
* @param {string} companyId
|
|
15229
|
+
* @param {string} id
|
|
15230
|
+
* @param {*} [options] Override http request option.
|
|
15231
|
+
* @throws {RequiredError}
|
|
15232
|
+
*/
|
|
15233
|
+
deleteCompanyShippingProviders(companyId: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
15234
|
+
/**
|
|
15235
|
+
*
|
|
15236
|
+
* @param {string} companyId
|
|
15237
|
+
* @param {string} id
|
|
15238
|
+
* @param {*} [options] Override http request option.
|
|
15239
|
+
* @throws {RequiredError}
|
|
15240
|
+
*/
|
|
15241
|
+
deleteCompanyWarehouses(companyId: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
15242
|
+
/**
|
|
15243
|
+
*
|
|
15244
|
+
* @param {string} id
|
|
15245
|
+
* @param {string} domain
|
|
15246
|
+
* @param {*} [options] Override http request option.
|
|
15247
|
+
* @throws {RequiredError}
|
|
15248
|
+
*/
|
|
15249
|
+
deleteDomain(id: string, domain: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyResponse>>;
|
|
15250
|
+
/**
|
|
15251
|
+
*
|
|
15252
|
+
* @param {string} id
|
|
15253
|
+
* @param {string} userId
|
|
15254
|
+
* @param {*} [options] Override http request option.
|
|
15255
|
+
* @throws {RequiredError}
|
|
15256
|
+
*/
|
|
15257
|
+
deleteUserFromCompany(id: string, userId: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyResponse>>;
|
|
15258
|
+
/**
|
|
15259
|
+
*
|
|
15260
|
+
* @param {string} id
|
|
15261
|
+
* @param {*} [options] Override http request option.
|
|
15262
|
+
* @throws {RequiredError}
|
|
15263
|
+
*/
|
|
15264
|
+
getAdminCompanyById(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyAdminResponse>>;
|
|
15265
|
+
/**
|
|
15266
|
+
*
|
|
15267
|
+
* @param {number} [page]
|
|
15268
|
+
* @param {number} [itemsPerPage]
|
|
15269
|
+
* @param {string} [search]
|
|
15270
|
+
* @param {string} [startDate]
|
|
15271
|
+
* @param {string} [endDate]
|
|
14679
15272
|
* @param {GetCompaniesDateFieldEnum} [dateField]
|
|
14680
15273
|
* @param {OrderEnum} [order]
|
|
14681
15274
|
* @param {string} [sort]
|
|
@@ -14687,6 +15280,13 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
14687
15280
|
* @throws {RequiredError}
|
|
14688
15281
|
*/
|
|
14689
15282
|
getCompanies(page?: number, itemsPerPage?: number, search?: string, startDate?: string, endDate?: string, dateField?: GetCompaniesDateFieldEnum, order?: OrderEnum, sort?: string, owner?: string, type?: string, plan?: PlanTypeEnum, status?: CompanyStatusEnum, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompaniesResponse>>;
|
|
15283
|
+
/**
|
|
15284
|
+
*
|
|
15285
|
+
* @param {string} id
|
|
15286
|
+
* @param {*} [options] Override http request option.
|
|
15287
|
+
* @throws {RequiredError}
|
|
15288
|
+
*/
|
|
15289
|
+
getCompanyAvailablePaymentGateways(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyAvailablePaymentGatewaysResponse>>;
|
|
14690
15290
|
/**
|
|
14691
15291
|
*
|
|
14692
15292
|
* @param {string} domain
|
|
@@ -14788,6 +15388,14 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
14788
15388
|
* @throws {RequiredError}
|
|
14789
15389
|
*/
|
|
14790
15390
|
getCompanyVersions(id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>>;
|
|
15391
|
+
/**
|
|
15392
|
+
*
|
|
15393
|
+
* @param {string} companyId
|
|
15394
|
+
* @param {string} id
|
|
15395
|
+
* @param {*} [options] Override http request option.
|
|
15396
|
+
* @throws {RequiredError}
|
|
15397
|
+
*/
|
|
15398
|
+
setCompanyPaymentGatewaysPrimary(companyId: string, id: string, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14791
15399
|
/**
|
|
14792
15400
|
*
|
|
14793
15401
|
* @param {string} id
|
|
@@ -14830,20 +15438,31 @@ export declare const CompanyApiFp: (configuration?: Configuration) => {
|
|
|
14830
15438
|
updateCompanyNavigations(id: string, iCompanyUpdateNavigationRequest: ICompanyUpdateNavigationRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<ICompanyResponse>>;
|
|
14831
15439
|
/**
|
|
14832
15440
|
*
|
|
15441
|
+
* @param {string} companyId
|
|
14833
15442
|
* @param {string} id
|
|
14834
15443
|
* @param {ICompanyUpdatePaymentGatewaysRequest} iCompanyUpdatePaymentGatewaysRequest
|
|
14835
15444
|
* @param {*} [options] Override http request option.
|
|
14836
15445
|
* @throws {RequiredError}
|
|
14837
15446
|
*/
|
|
14838
|
-
updateCompanyPaymentGateways(id: string, iCompanyUpdatePaymentGatewaysRequest: ICompanyUpdatePaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
15447
|
+
updateCompanyPaymentGateways(companyId: string, id: string, iCompanyUpdatePaymentGatewaysRequest: ICompanyUpdatePaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14839
15448
|
/**
|
|
14840
15449
|
*
|
|
15450
|
+
* @param {string} companyId
|
|
14841
15451
|
* @param {string} id
|
|
14842
15452
|
* @param {ICompanyUpdateShippingProvidersRequest} iCompanyUpdateShippingProvidersRequest
|
|
14843
15453
|
* @param {*} [options] Override http request option.
|
|
14844
15454
|
* @throws {RequiredError}
|
|
14845
15455
|
*/
|
|
14846
|
-
updateCompanyShippingProviders(id: string, iCompanyUpdateShippingProvidersRequest: ICompanyUpdateShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<
|
|
15456
|
+
updateCompanyShippingProviders(companyId: string, id: string, iCompanyUpdateShippingProvidersRequest: ICompanyUpdateShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
15457
|
+
/**
|
|
15458
|
+
*
|
|
15459
|
+
* @param {string} companyId
|
|
15460
|
+
* @param {string} id
|
|
15461
|
+
* @param {ICompanyUpdateWarehousesRequest} iCompanyUpdateWarehousesRequest
|
|
15462
|
+
* @param {*} [options] Override http request option.
|
|
15463
|
+
* @throws {RequiredError}
|
|
15464
|
+
*/
|
|
15465
|
+
updateCompanyWarehouses(companyId: string, id: string, iCompanyUpdateWarehousesRequest: ICompanyUpdateWarehousesRequest, options?: RawAxiosRequestConfig): Promise<(axios?: AxiosInstance, basePath?: string) => AxiosPromise<void>>;
|
|
14847
15466
|
/**
|
|
14848
15467
|
*
|
|
14849
15468
|
* @param {string} id
|
|
@@ -14902,6 +15521,27 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
14902
15521
|
* @throws {RequiredError}
|
|
14903
15522
|
*/
|
|
14904
15523
|
createCompanyPayment(requestParameters: CompanyApiCreateCompanyPaymentRequest, options?: RawAxiosRequestConfig): AxiosPromise<IPaymentCreateResponse>;
|
|
15524
|
+
/**
|
|
15525
|
+
*
|
|
15526
|
+
* @param {CompanyApiCreateCompanyPaymentGatewaysRequest} requestParameters Request parameters.
|
|
15527
|
+
* @param {*} [options] Override http request option.
|
|
15528
|
+
* @throws {RequiredError}
|
|
15529
|
+
*/
|
|
15530
|
+
createCompanyPaymentGateways(requestParameters: CompanyApiCreateCompanyPaymentGatewaysRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15531
|
+
/**
|
|
15532
|
+
*
|
|
15533
|
+
* @param {CompanyApiCreateCompanyShippingProvidersRequest} requestParameters Request parameters.
|
|
15534
|
+
* @param {*} [options] Override http request option.
|
|
15535
|
+
* @throws {RequiredError}
|
|
15536
|
+
*/
|
|
15537
|
+
createCompanyShippingProviders(requestParameters: CompanyApiCreateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15538
|
+
/**
|
|
15539
|
+
*
|
|
15540
|
+
* @param {CompanyApiCreateCompanyWarehousesRequest} requestParameters Request parameters.
|
|
15541
|
+
* @param {*} [options] Override http request option.
|
|
15542
|
+
* @throws {RequiredError}
|
|
15543
|
+
*/
|
|
15544
|
+
createCompanyWarehouses(requestParameters: CompanyApiCreateCompanyWarehousesRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14905
15545
|
/**
|
|
14906
15546
|
*
|
|
14907
15547
|
* @param {CompanyApiDeleteCompanyRequest} requestParameters Request parameters.
|
|
@@ -14909,6 +15549,27 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
14909
15549
|
* @throws {RequiredError}
|
|
14910
15550
|
*/
|
|
14911
15551
|
deleteCompany(requestParameters: CompanyApiDeleteCompanyRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15552
|
+
/**
|
|
15553
|
+
*
|
|
15554
|
+
* @param {CompanyApiDeleteCompanyPaymentGatewaysRequest} requestParameters Request parameters.
|
|
15555
|
+
* @param {*} [options] Override http request option.
|
|
15556
|
+
* @throws {RequiredError}
|
|
15557
|
+
*/
|
|
15558
|
+
deleteCompanyPaymentGateways(requestParameters: CompanyApiDeleteCompanyPaymentGatewaysRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15559
|
+
/**
|
|
15560
|
+
*
|
|
15561
|
+
* @param {CompanyApiDeleteCompanyShippingProvidersRequest} requestParameters Request parameters.
|
|
15562
|
+
* @param {*} [options] Override http request option.
|
|
15563
|
+
* @throws {RequiredError}
|
|
15564
|
+
*/
|
|
15565
|
+
deleteCompanyShippingProviders(requestParameters: CompanyApiDeleteCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15566
|
+
/**
|
|
15567
|
+
*
|
|
15568
|
+
* @param {CompanyApiDeleteCompanyWarehousesRequest} requestParameters Request parameters.
|
|
15569
|
+
* @param {*} [options] Override http request option.
|
|
15570
|
+
* @throws {RequiredError}
|
|
15571
|
+
*/
|
|
15572
|
+
deleteCompanyWarehouses(requestParameters: CompanyApiDeleteCompanyWarehousesRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
14912
15573
|
/**
|
|
14913
15574
|
*
|
|
14914
15575
|
* @param {CompanyApiDeleteDomainRequest} requestParameters Request parameters.
|
|
@@ -14937,6 +15598,13 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
14937
15598
|
* @throws {RequiredError}
|
|
14938
15599
|
*/
|
|
14939
15600
|
getCompanies(requestParameters?: CompanyApiGetCompaniesRequest, options?: RawAxiosRequestConfig): AxiosPromise<ICompaniesResponse>;
|
|
15601
|
+
/**
|
|
15602
|
+
*
|
|
15603
|
+
* @param {CompanyApiGetCompanyAvailablePaymentGatewaysRequest} requestParameters Request parameters.
|
|
15604
|
+
* @param {*} [options] Override http request option.
|
|
15605
|
+
* @throws {RequiredError}
|
|
15606
|
+
*/
|
|
15607
|
+
getCompanyAvailablePaymentGateways(requestParameters: CompanyApiGetCompanyAvailablePaymentGatewaysRequest, options?: RawAxiosRequestConfig): AxiosPromise<ICompanyAvailablePaymentGatewaysResponse>;
|
|
14940
15608
|
/**
|
|
14941
15609
|
*
|
|
14942
15610
|
* @param {CompanyApiGetCompanyByDomainNameRequest} requestParameters Request parameters.
|
|
@@ -15021,6 +15689,13 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
15021
15689
|
* @throws {RequiredError}
|
|
15022
15690
|
*/
|
|
15023
15691
|
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): AxiosPromise<Array<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner>>;
|
|
15692
|
+
/**
|
|
15693
|
+
*
|
|
15694
|
+
* @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
|
|
15695
|
+
* @param {*} [options] Override http request option.
|
|
15696
|
+
* @throws {RequiredError}
|
|
15697
|
+
*/
|
|
15698
|
+
setCompanyPaymentGatewaysPrimary(requestParameters: CompanyApiSetCompanyPaymentGatewaysPrimaryRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15024
15699
|
/**
|
|
15025
15700
|
*
|
|
15026
15701
|
* @param {CompanyApiSetCompanySenderEmailRequest} requestParameters Request parameters.
|
|
@@ -15069,7 +15744,14 @@ export declare const CompanyApiFactory: (configuration?: Configuration, basePath
|
|
|
15069
15744
|
* @param {*} [options] Override http request option.
|
|
15070
15745
|
* @throws {RequiredError}
|
|
15071
15746
|
*/
|
|
15072
|
-
updateCompanyShippingProviders(requestParameters: CompanyApiUpdateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): AxiosPromise<
|
|
15747
|
+
updateCompanyShippingProviders(requestParameters: CompanyApiUpdateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15748
|
+
/**
|
|
15749
|
+
*
|
|
15750
|
+
* @param {CompanyApiUpdateCompanyWarehousesRequest} requestParameters Request parameters.
|
|
15751
|
+
* @param {*} [options] Override http request option.
|
|
15752
|
+
* @throws {RequiredError}
|
|
15753
|
+
*/
|
|
15754
|
+
updateCompanyWarehouses(requestParameters: CompanyApiUpdateCompanyWarehousesRequest, options?: RawAxiosRequestConfig): AxiosPromise<void>;
|
|
15073
15755
|
/**
|
|
15074
15756
|
*
|
|
15075
15757
|
* @param {CompanyApiUpdatePrimaryDomainRequest} requestParameters Request parameters.
|
|
@@ -15168,6 +15850,63 @@ export interface CompanyApiCreateCompanyPaymentRequest {
|
|
|
15168
15850
|
*/
|
|
15169
15851
|
readonly iPaymentPostRequest: IPaymentPostRequest;
|
|
15170
15852
|
}
|
|
15853
|
+
/**
|
|
15854
|
+
* Request parameters for createCompanyPaymentGateways operation in CompanyApi.
|
|
15855
|
+
* @export
|
|
15856
|
+
* @interface CompanyApiCreateCompanyPaymentGatewaysRequest
|
|
15857
|
+
*/
|
|
15858
|
+
export interface CompanyApiCreateCompanyPaymentGatewaysRequest {
|
|
15859
|
+
/**
|
|
15860
|
+
*
|
|
15861
|
+
* @type {string}
|
|
15862
|
+
* @memberof CompanyApiCreateCompanyPaymentGateways
|
|
15863
|
+
*/
|
|
15864
|
+
readonly id: string;
|
|
15865
|
+
/**
|
|
15866
|
+
*
|
|
15867
|
+
* @type {ICompanyCreatePaymentGatewaysRequest}
|
|
15868
|
+
* @memberof CompanyApiCreateCompanyPaymentGateways
|
|
15869
|
+
*/
|
|
15870
|
+
readonly iCompanyCreatePaymentGatewaysRequest: ICompanyCreatePaymentGatewaysRequest;
|
|
15871
|
+
}
|
|
15872
|
+
/**
|
|
15873
|
+
* Request parameters for createCompanyShippingProviders operation in CompanyApi.
|
|
15874
|
+
* @export
|
|
15875
|
+
* @interface CompanyApiCreateCompanyShippingProvidersRequest
|
|
15876
|
+
*/
|
|
15877
|
+
export interface CompanyApiCreateCompanyShippingProvidersRequest {
|
|
15878
|
+
/**
|
|
15879
|
+
*
|
|
15880
|
+
* @type {string}
|
|
15881
|
+
* @memberof CompanyApiCreateCompanyShippingProviders
|
|
15882
|
+
*/
|
|
15883
|
+
readonly id: string;
|
|
15884
|
+
/**
|
|
15885
|
+
*
|
|
15886
|
+
* @type {ICompanyCreateShippingProvidersRequest}
|
|
15887
|
+
* @memberof CompanyApiCreateCompanyShippingProviders
|
|
15888
|
+
*/
|
|
15889
|
+
readonly iCompanyCreateShippingProvidersRequest: ICompanyCreateShippingProvidersRequest;
|
|
15890
|
+
}
|
|
15891
|
+
/**
|
|
15892
|
+
* Request parameters for createCompanyWarehouses operation in CompanyApi.
|
|
15893
|
+
* @export
|
|
15894
|
+
* @interface CompanyApiCreateCompanyWarehousesRequest
|
|
15895
|
+
*/
|
|
15896
|
+
export interface CompanyApiCreateCompanyWarehousesRequest {
|
|
15897
|
+
/**
|
|
15898
|
+
*
|
|
15899
|
+
* @type {string}
|
|
15900
|
+
* @memberof CompanyApiCreateCompanyWarehouses
|
|
15901
|
+
*/
|
|
15902
|
+
readonly id: string;
|
|
15903
|
+
/**
|
|
15904
|
+
*
|
|
15905
|
+
* @type {ICompanyCreateWarehousesRequest}
|
|
15906
|
+
* @memberof CompanyApiCreateCompanyWarehouses
|
|
15907
|
+
*/
|
|
15908
|
+
readonly iCompanyCreateWarehousesRequest: ICompanyCreateWarehousesRequest;
|
|
15909
|
+
}
|
|
15171
15910
|
/**
|
|
15172
15911
|
* Request parameters for deleteCompany operation in CompanyApi.
|
|
15173
15912
|
* @export
|
|
@@ -15181,6 +15920,63 @@ export interface CompanyApiDeleteCompanyRequest {
|
|
|
15181
15920
|
*/
|
|
15182
15921
|
readonly id: string;
|
|
15183
15922
|
}
|
|
15923
|
+
/**
|
|
15924
|
+
* Request parameters for deleteCompanyPaymentGateways operation in CompanyApi.
|
|
15925
|
+
* @export
|
|
15926
|
+
* @interface CompanyApiDeleteCompanyPaymentGatewaysRequest
|
|
15927
|
+
*/
|
|
15928
|
+
export interface CompanyApiDeleteCompanyPaymentGatewaysRequest {
|
|
15929
|
+
/**
|
|
15930
|
+
*
|
|
15931
|
+
* @type {string}
|
|
15932
|
+
* @memberof CompanyApiDeleteCompanyPaymentGateways
|
|
15933
|
+
*/
|
|
15934
|
+
readonly companyId: string;
|
|
15935
|
+
/**
|
|
15936
|
+
*
|
|
15937
|
+
* @type {string}
|
|
15938
|
+
* @memberof CompanyApiDeleteCompanyPaymentGateways
|
|
15939
|
+
*/
|
|
15940
|
+
readonly id: string;
|
|
15941
|
+
}
|
|
15942
|
+
/**
|
|
15943
|
+
* Request parameters for deleteCompanyShippingProviders operation in CompanyApi.
|
|
15944
|
+
* @export
|
|
15945
|
+
* @interface CompanyApiDeleteCompanyShippingProvidersRequest
|
|
15946
|
+
*/
|
|
15947
|
+
export interface CompanyApiDeleteCompanyShippingProvidersRequest {
|
|
15948
|
+
/**
|
|
15949
|
+
*
|
|
15950
|
+
* @type {string}
|
|
15951
|
+
* @memberof CompanyApiDeleteCompanyShippingProviders
|
|
15952
|
+
*/
|
|
15953
|
+
readonly companyId: string;
|
|
15954
|
+
/**
|
|
15955
|
+
*
|
|
15956
|
+
* @type {string}
|
|
15957
|
+
* @memberof CompanyApiDeleteCompanyShippingProviders
|
|
15958
|
+
*/
|
|
15959
|
+
readonly id: string;
|
|
15960
|
+
}
|
|
15961
|
+
/**
|
|
15962
|
+
* Request parameters for deleteCompanyWarehouses operation in CompanyApi.
|
|
15963
|
+
* @export
|
|
15964
|
+
* @interface CompanyApiDeleteCompanyWarehousesRequest
|
|
15965
|
+
*/
|
|
15966
|
+
export interface CompanyApiDeleteCompanyWarehousesRequest {
|
|
15967
|
+
/**
|
|
15968
|
+
*
|
|
15969
|
+
* @type {string}
|
|
15970
|
+
* @memberof CompanyApiDeleteCompanyWarehouses
|
|
15971
|
+
*/
|
|
15972
|
+
readonly companyId: string;
|
|
15973
|
+
/**
|
|
15974
|
+
*
|
|
15975
|
+
* @type {string}
|
|
15976
|
+
* @memberof CompanyApiDeleteCompanyWarehouses
|
|
15977
|
+
*/
|
|
15978
|
+
readonly id: string;
|
|
15979
|
+
}
|
|
15184
15980
|
/**
|
|
15185
15981
|
* Request parameters for deleteDomain operation in CompanyApi.
|
|
15186
15982
|
* @export
|
|
@@ -15311,6 +16107,19 @@ export interface CompanyApiGetCompaniesRequest {
|
|
|
15311
16107
|
*/
|
|
15312
16108
|
readonly status?: CompanyStatusEnum;
|
|
15313
16109
|
}
|
|
16110
|
+
/**
|
|
16111
|
+
* Request parameters for getCompanyAvailablePaymentGateways operation in CompanyApi.
|
|
16112
|
+
* @export
|
|
16113
|
+
* @interface CompanyApiGetCompanyAvailablePaymentGatewaysRequest
|
|
16114
|
+
*/
|
|
16115
|
+
export interface CompanyApiGetCompanyAvailablePaymentGatewaysRequest {
|
|
16116
|
+
/**
|
|
16117
|
+
*
|
|
16118
|
+
* @type {string}
|
|
16119
|
+
* @memberof CompanyApiGetCompanyAvailablePaymentGateways
|
|
16120
|
+
*/
|
|
16121
|
+
readonly id: string;
|
|
16122
|
+
}
|
|
15314
16123
|
/**
|
|
15315
16124
|
* Request parameters for getCompanyByDomainName operation in CompanyApi.
|
|
15316
16125
|
* @export
|
|
@@ -15569,6 +16378,25 @@ export interface CompanyApiGetCompanyVersionsRequest {
|
|
|
15569
16378
|
*/
|
|
15570
16379
|
readonly id: string;
|
|
15571
16380
|
}
|
|
16381
|
+
/**
|
|
16382
|
+
* Request parameters for setCompanyPaymentGatewaysPrimary operation in CompanyApi.
|
|
16383
|
+
* @export
|
|
16384
|
+
* @interface CompanyApiSetCompanyPaymentGatewaysPrimaryRequest
|
|
16385
|
+
*/
|
|
16386
|
+
export interface CompanyApiSetCompanyPaymentGatewaysPrimaryRequest {
|
|
16387
|
+
/**
|
|
16388
|
+
*
|
|
16389
|
+
* @type {string}
|
|
16390
|
+
* @memberof CompanyApiSetCompanyPaymentGatewaysPrimary
|
|
16391
|
+
*/
|
|
16392
|
+
readonly companyId: string;
|
|
16393
|
+
/**
|
|
16394
|
+
*
|
|
16395
|
+
* @type {string}
|
|
16396
|
+
* @memberof CompanyApiSetCompanyPaymentGatewaysPrimary
|
|
16397
|
+
*/
|
|
16398
|
+
readonly id: string;
|
|
16399
|
+
}
|
|
15572
16400
|
/**
|
|
15573
16401
|
* Request parameters for setCompanySenderEmail operation in CompanyApi.
|
|
15574
16402
|
* @export
|
|
@@ -15670,6 +16498,12 @@ export interface CompanyApiUpdateCompanyNavigationsRequest {
|
|
|
15670
16498
|
* @interface CompanyApiUpdateCompanyPaymentGatewaysRequest
|
|
15671
16499
|
*/
|
|
15672
16500
|
export interface CompanyApiUpdateCompanyPaymentGatewaysRequest {
|
|
16501
|
+
/**
|
|
16502
|
+
*
|
|
16503
|
+
* @type {string}
|
|
16504
|
+
* @memberof CompanyApiUpdateCompanyPaymentGateways
|
|
16505
|
+
*/
|
|
16506
|
+
readonly companyId: string;
|
|
15673
16507
|
/**
|
|
15674
16508
|
*
|
|
15675
16509
|
* @type {string}
|
|
@@ -15689,6 +16523,12 @@ export interface CompanyApiUpdateCompanyPaymentGatewaysRequest {
|
|
|
15689
16523
|
* @interface CompanyApiUpdateCompanyShippingProvidersRequest
|
|
15690
16524
|
*/
|
|
15691
16525
|
export interface CompanyApiUpdateCompanyShippingProvidersRequest {
|
|
16526
|
+
/**
|
|
16527
|
+
*
|
|
16528
|
+
* @type {string}
|
|
16529
|
+
* @memberof CompanyApiUpdateCompanyShippingProviders
|
|
16530
|
+
*/
|
|
16531
|
+
readonly companyId: string;
|
|
15692
16532
|
/**
|
|
15693
16533
|
*
|
|
15694
16534
|
* @type {string}
|
|
@@ -15702,6 +16542,31 @@ export interface CompanyApiUpdateCompanyShippingProvidersRequest {
|
|
|
15702
16542
|
*/
|
|
15703
16543
|
readonly iCompanyUpdateShippingProvidersRequest: ICompanyUpdateShippingProvidersRequest;
|
|
15704
16544
|
}
|
|
16545
|
+
/**
|
|
16546
|
+
* Request parameters for updateCompanyWarehouses operation in CompanyApi.
|
|
16547
|
+
* @export
|
|
16548
|
+
* @interface CompanyApiUpdateCompanyWarehousesRequest
|
|
16549
|
+
*/
|
|
16550
|
+
export interface CompanyApiUpdateCompanyWarehousesRequest {
|
|
16551
|
+
/**
|
|
16552
|
+
*
|
|
16553
|
+
* @type {string}
|
|
16554
|
+
* @memberof CompanyApiUpdateCompanyWarehouses
|
|
16555
|
+
*/
|
|
16556
|
+
readonly companyId: string;
|
|
16557
|
+
/**
|
|
16558
|
+
*
|
|
16559
|
+
* @type {string}
|
|
16560
|
+
* @memberof CompanyApiUpdateCompanyWarehouses
|
|
16561
|
+
*/
|
|
16562
|
+
readonly id: string;
|
|
16563
|
+
/**
|
|
16564
|
+
*
|
|
16565
|
+
* @type {ICompanyUpdateWarehousesRequest}
|
|
16566
|
+
* @memberof CompanyApiUpdateCompanyWarehouses
|
|
16567
|
+
*/
|
|
16568
|
+
readonly iCompanyUpdateWarehousesRequest: ICompanyUpdateWarehousesRequest;
|
|
16569
|
+
}
|
|
15705
16570
|
/**
|
|
15706
16571
|
* Request parameters for updatePrimaryDomain operation in CompanyApi.
|
|
15707
16572
|
* @export
|
|
@@ -15793,6 +16658,30 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15793
16658
|
* @memberof CompanyApi
|
|
15794
16659
|
*/
|
|
15795
16660
|
createCompanyPayment(requestParameters: CompanyApiCreateCompanyPaymentRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<IPaymentCreateResponse, any>>;
|
|
16661
|
+
/**
|
|
16662
|
+
*
|
|
16663
|
+
* @param {CompanyApiCreateCompanyPaymentGatewaysRequest} requestParameters Request parameters.
|
|
16664
|
+
* @param {*} [options] Override http request option.
|
|
16665
|
+
* @throws {RequiredError}
|
|
16666
|
+
* @memberof CompanyApi
|
|
16667
|
+
*/
|
|
16668
|
+
createCompanyPaymentGateways(requestParameters: CompanyApiCreateCompanyPaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16669
|
+
/**
|
|
16670
|
+
*
|
|
16671
|
+
* @param {CompanyApiCreateCompanyShippingProvidersRequest} requestParameters Request parameters.
|
|
16672
|
+
* @param {*} [options] Override http request option.
|
|
16673
|
+
* @throws {RequiredError}
|
|
16674
|
+
* @memberof CompanyApi
|
|
16675
|
+
*/
|
|
16676
|
+
createCompanyShippingProviders(requestParameters: CompanyApiCreateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16677
|
+
/**
|
|
16678
|
+
*
|
|
16679
|
+
* @param {CompanyApiCreateCompanyWarehousesRequest} requestParameters Request parameters.
|
|
16680
|
+
* @param {*} [options] Override http request option.
|
|
16681
|
+
* @throws {RequiredError}
|
|
16682
|
+
* @memberof CompanyApi
|
|
16683
|
+
*/
|
|
16684
|
+
createCompanyWarehouses(requestParameters: CompanyApiCreateCompanyWarehousesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
15796
16685
|
/**
|
|
15797
16686
|
*
|
|
15798
16687
|
* @param {CompanyApiDeleteCompanyRequest} requestParameters Request parameters.
|
|
@@ -15801,6 +16690,30 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15801
16690
|
* @memberof CompanyApi
|
|
15802
16691
|
*/
|
|
15803
16692
|
deleteCompany(requestParameters: CompanyApiDeleteCompanyRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16693
|
+
/**
|
|
16694
|
+
*
|
|
16695
|
+
* @param {CompanyApiDeleteCompanyPaymentGatewaysRequest} requestParameters Request parameters.
|
|
16696
|
+
* @param {*} [options] Override http request option.
|
|
16697
|
+
* @throws {RequiredError}
|
|
16698
|
+
* @memberof CompanyApi
|
|
16699
|
+
*/
|
|
16700
|
+
deleteCompanyPaymentGateways(requestParameters: CompanyApiDeleteCompanyPaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16701
|
+
/**
|
|
16702
|
+
*
|
|
16703
|
+
* @param {CompanyApiDeleteCompanyShippingProvidersRequest} requestParameters Request parameters.
|
|
16704
|
+
* @param {*} [options] Override http request option.
|
|
16705
|
+
* @throws {RequiredError}
|
|
16706
|
+
* @memberof CompanyApi
|
|
16707
|
+
*/
|
|
16708
|
+
deleteCompanyShippingProviders(requestParameters: CompanyApiDeleteCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16709
|
+
/**
|
|
16710
|
+
*
|
|
16711
|
+
* @param {CompanyApiDeleteCompanyWarehousesRequest} requestParameters Request parameters.
|
|
16712
|
+
* @param {*} [options] Override http request option.
|
|
16713
|
+
* @throws {RequiredError}
|
|
16714
|
+
* @memberof CompanyApi
|
|
16715
|
+
*/
|
|
16716
|
+
deleteCompanyWarehouses(requestParameters: CompanyApiDeleteCompanyWarehousesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
15804
16717
|
/**
|
|
15805
16718
|
*
|
|
15806
16719
|
* @param {CompanyApiDeleteDomainRequest} requestParameters Request parameters.
|
|
@@ -15833,6 +16746,14 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15833
16746
|
* @memberof CompanyApi
|
|
15834
16747
|
*/
|
|
15835
16748
|
getCompanies(requestParameters?: CompanyApiGetCompaniesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ICompaniesResponse, any>>;
|
|
16749
|
+
/**
|
|
16750
|
+
*
|
|
16751
|
+
* @param {CompanyApiGetCompanyAvailablePaymentGatewaysRequest} requestParameters Request parameters.
|
|
16752
|
+
* @param {*} [options] Override http request option.
|
|
16753
|
+
* @throws {RequiredError}
|
|
16754
|
+
* @memberof CompanyApi
|
|
16755
|
+
*/
|
|
16756
|
+
getCompanyAvailablePaymentGateways(requestParameters: CompanyApiGetCompanyAvailablePaymentGatewaysRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<ICompanyAvailablePaymentGatewaysResponse, any>>;
|
|
15836
16757
|
/**
|
|
15837
16758
|
*
|
|
15838
16759
|
* @param {CompanyApiGetCompanyByDomainNameRequest} requestParameters Request parameters.
|
|
@@ -15929,6 +16850,14 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15929
16850
|
* @memberof CompanyApi
|
|
15930
16851
|
*/
|
|
15931
16852
|
getCompanyVersions(requestParameters: CompanyApiGetCompanyVersionsRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<PickIUserExcludeKeyofIUserPasswordOrSaltOrIsAdminOrIsSuperAdminOrCodeOrTVersionsInner[], any>>;
|
|
16853
|
+
/**
|
|
16854
|
+
*
|
|
16855
|
+
* @param {CompanyApiSetCompanyPaymentGatewaysPrimaryRequest} requestParameters Request parameters.
|
|
16856
|
+
* @param {*} [options] Override http request option.
|
|
16857
|
+
* @throws {RequiredError}
|
|
16858
|
+
* @memberof CompanyApi
|
|
16859
|
+
*/
|
|
16860
|
+
setCompanyPaymentGatewaysPrimary(requestParameters: CompanyApiSetCompanyPaymentGatewaysPrimaryRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
15932
16861
|
/**
|
|
15933
16862
|
*
|
|
15934
16863
|
* @param {CompanyApiSetCompanySenderEmailRequest} requestParameters Request parameters.
|
|
@@ -15984,7 +16913,15 @@ export declare class CompanyApi extends BaseAPI {
|
|
|
15984
16913
|
* @throws {RequiredError}
|
|
15985
16914
|
* @memberof CompanyApi
|
|
15986
16915
|
*/
|
|
15987
|
-
updateCompanyShippingProviders(requestParameters: CompanyApiUpdateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<
|
|
16916
|
+
updateCompanyShippingProviders(requestParameters: CompanyApiUpdateCompanyShippingProvidersRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
16917
|
+
/**
|
|
16918
|
+
*
|
|
16919
|
+
* @param {CompanyApiUpdateCompanyWarehousesRequest} requestParameters Request parameters.
|
|
16920
|
+
* @param {*} [options] Override http request option.
|
|
16921
|
+
* @throws {RequiredError}
|
|
16922
|
+
* @memberof CompanyApi
|
|
16923
|
+
*/
|
|
16924
|
+
updateCompanyWarehouses(requestParameters: CompanyApiUpdateCompanyWarehousesRequest, options?: RawAxiosRequestConfig): Promise<import("axios").AxiosResponse<void, any>>;
|
|
15988
16925
|
/**
|
|
15989
16926
|
*
|
|
15990
16927
|
* @param {CompanyApiUpdatePrimaryDomainRequest} requestParameters Request parameters.
|