@infisale-client/api-client 1.3.66 → 1.3.69
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 +447 -246
- package/dist/api/api.js +63 -3
- package/dist/api/api.mjs +60 -0
- package/package.json +2 -2
package/dist/api/api.d.ts
CHANGED
|
@@ -1267,18 +1267,6 @@ export interface IBrandPatchRequest {
|
|
|
1267
1267
|
* @memberof IBrandPatchRequest
|
|
1268
1268
|
*/
|
|
1269
1269
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1270
|
-
/**
|
|
1271
|
-
*
|
|
1272
|
-
* @type {Array<string>}
|
|
1273
|
-
* @memberof IBrandPatchRequest
|
|
1274
|
-
*/
|
|
1275
|
-
'slugs'?: Array<string>;
|
|
1276
|
-
/**
|
|
1277
|
-
*
|
|
1278
|
-
* @type {Array<string>}
|
|
1279
|
-
* @memberof IBrandPatchRequest
|
|
1280
|
-
*/
|
|
1281
|
-
'languages'?: Array<string>;
|
|
1282
1270
|
/**
|
|
1283
1271
|
*
|
|
1284
1272
|
* @type {string}
|
|
@@ -1310,18 +1298,6 @@ export interface IBrandPostRequest {
|
|
|
1310
1298
|
* @memberof IBrandPostRequest
|
|
1311
1299
|
*/
|
|
1312
1300
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1313
|
-
/**
|
|
1314
|
-
*
|
|
1315
|
-
* @type {Array<string>}
|
|
1316
|
-
* @memberof IBrandPostRequest
|
|
1317
|
-
*/
|
|
1318
|
-
'slugs': Array<string>;
|
|
1319
|
-
/**
|
|
1320
|
-
*
|
|
1321
|
-
* @type {Array<string>}
|
|
1322
|
-
* @memberof IBrandPostRequest
|
|
1323
|
-
*/
|
|
1324
|
-
'languages': Array<string>;
|
|
1325
1301
|
/**
|
|
1326
1302
|
*
|
|
1327
1303
|
* @type {IImage}
|
|
@@ -1439,12 +1415,6 @@ export interface IBrandResponse {
|
|
|
1439
1415
|
* @memberof IBrandResponse
|
|
1440
1416
|
*/
|
|
1441
1417
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1442
|
-
/**
|
|
1443
|
-
*
|
|
1444
|
-
* @type {Array<string>}
|
|
1445
|
-
* @memberof IBrandResponse
|
|
1446
|
-
*/
|
|
1447
|
-
'slugs': Array<string>;
|
|
1448
1418
|
/**
|
|
1449
1419
|
*
|
|
1450
1420
|
* @type {Array<string>}
|
|
@@ -1692,18 +1662,6 @@ export interface ICategoryPatchRequest {
|
|
|
1692
1662
|
* @memberof ICategoryPatchRequest
|
|
1693
1663
|
*/
|
|
1694
1664
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
1695
|
-
/**
|
|
1696
|
-
*
|
|
1697
|
-
* @type {Array<string>}
|
|
1698
|
-
* @memberof ICategoryPatchRequest
|
|
1699
|
-
*/
|
|
1700
|
-
'slugs'?: Array<string>;
|
|
1701
|
-
/**
|
|
1702
|
-
*
|
|
1703
|
-
* @type {Array<string>}
|
|
1704
|
-
* @memberof ICategoryPatchRequest
|
|
1705
|
-
*/
|
|
1706
|
-
'languages'?: Array<string>;
|
|
1707
1665
|
/**
|
|
1708
1666
|
*
|
|
1709
1667
|
* @type {IImage}
|
|
@@ -1735,18 +1693,6 @@ export interface ICategoryPostRequest {
|
|
|
1735
1693
|
* @memberof ICategoryPostRequest
|
|
1736
1694
|
*/
|
|
1737
1695
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1738
|
-
/**
|
|
1739
|
-
*
|
|
1740
|
-
* @type {Array<string>}
|
|
1741
|
-
* @memberof ICategoryPostRequest
|
|
1742
|
-
*/
|
|
1743
|
-
'slugs': Array<string>;
|
|
1744
|
-
/**
|
|
1745
|
-
*
|
|
1746
|
-
* @type {Array<string>}
|
|
1747
|
-
* @memberof ICategoryPostRequest
|
|
1748
|
-
*/
|
|
1749
|
-
'languages': Array<string>;
|
|
1750
1696
|
/**
|
|
1751
1697
|
*
|
|
1752
1698
|
* @type {IImage}
|
|
@@ -1814,12 +1760,6 @@ export interface ICategoryResponse {
|
|
|
1814
1760
|
* @memberof ICategoryResponse
|
|
1815
1761
|
*/
|
|
1816
1762
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
1817
|
-
/**
|
|
1818
|
-
*
|
|
1819
|
-
* @type {Array<string>}
|
|
1820
|
-
* @memberof ICategoryResponse
|
|
1821
|
-
*/
|
|
1822
|
-
'slugs': Array<string>;
|
|
1823
1763
|
/**
|
|
1824
1764
|
*
|
|
1825
1765
|
* @type {Array<string>}
|
|
@@ -2059,12 +1999,6 @@ export interface ICollection {
|
|
|
2059
1999
|
* @memberof ICollection
|
|
2060
2000
|
*/
|
|
2061
2001
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
2062
|
-
/**
|
|
2063
|
-
*
|
|
2064
|
-
* @type {Array<string>}
|
|
2065
|
-
* @memberof ICollection
|
|
2066
|
-
*/
|
|
2067
|
-
'slugs': Array<string>;
|
|
2068
2002
|
/**
|
|
2069
2003
|
*
|
|
2070
2004
|
* @type {Array<string>}
|
|
@@ -2174,18 +2108,6 @@ export interface ICollectionPatchRequest {
|
|
|
2174
2108
|
* @memberof ICollectionPatchRequest
|
|
2175
2109
|
*/
|
|
2176
2110
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
2177
|
-
/**
|
|
2178
|
-
*
|
|
2179
|
-
* @type {Array<string>}
|
|
2180
|
-
* @memberof ICollectionPatchRequest
|
|
2181
|
-
*/
|
|
2182
|
-
'slugs'?: Array<string>;
|
|
2183
|
-
/**
|
|
2184
|
-
*
|
|
2185
|
-
* @type {Array<string>}
|
|
2186
|
-
* @memberof ICollectionPatchRequest
|
|
2187
|
-
*/
|
|
2188
|
-
'languages'?: Array<string>;
|
|
2189
2111
|
/**
|
|
2190
2112
|
*
|
|
2191
2113
|
* @type {string}
|
|
@@ -2223,18 +2145,6 @@ export interface ICollectionPostRequest {
|
|
|
2223
2145
|
* @memberof ICollectionPostRequest
|
|
2224
2146
|
*/
|
|
2225
2147
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
2226
|
-
/**
|
|
2227
|
-
*
|
|
2228
|
-
* @type {Array<string>}
|
|
2229
|
-
* @memberof ICollectionPostRequest
|
|
2230
|
-
*/
|
|
2231
|
-
'slugs': Array<string>;
|
|
2232
|
-
/**
|
|
2233
|
-
*
|
|
2234
|
-
* @type {Array<string>}
|
|
2235
|
-
* @memberof ICollectionPostRequest
|
|
2236
|
-
*/
|
|
2237
|
-
'languages': Array<string>;
|
|
2238
2148
|
/**
|
|
2239
2149
|
*
|
|
2240
2150
|
* @type {IImage}
|
|
@@ -2290,12 +2200,6 @@ export interface ICollectionResponse {
|
|
|
2290
2200
|
* @memberof ICollectionResponse
|
|
2291
2201
|
*/
|
|
2292
2202
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
2293
|
-
/**
|
|
2294
|
-
*
|
|
2295
|
-
* @type {Array<string>}
|
|
2296
|
-
* @memberof ICollectionResponse
|
|
2297
|
-
*/
|
|
2298
|
-
'slugs': Array<string>;
|
|
2299
2203
|
/**
|
|
2300
2204
|
*
|
|
2301
2205
|
* @type {Array<string>}
|
|
@@ -2757,6 +2661,54 @@ export interface ICompany {
|
|
|
2757
2661
|
* @memberof ICompany
|
|
2758
2662
|
*/
|
|
2759
2663
|
'passwordActive'?: boolean;
|
|
2664
|
+
/**
|
|
2665
|
+
* Storefront cache aktif mi?
|
|
2666
|
+
* @type {boolean}
|
|
2667
|
+
* @memberof ICompany
|
|
2668
|
+
*/
|
|
2669
|
+
'cacheActive'?: boolean;
|
|
2670
|
+
/**
|
|
2671
|
+
*
|
|
2672
|
+
* @type {string}
|
|
2673
|
+
* @memberof ICompany
|
|
2674
|
+
*/
|
|
2675
|
+
'serviceAccountId'?: string;
|
|
2676
|
+
/**
|
|
2677
|
+
*
|
|
2678
|
+
* @type {string}
|
|
2679
|
+
* @memberof ICompany
|
|
2680
|
+
*/
|
|
2681
|
+
'scDomain'?: string;
|
|
2682
|
+
/**
|
|
2683
|
+
*
|
|
2684
|
+
* @type {string}
|
|
2685
|
+
* @memberof ICompany
|
|
2686
|
+
*/
|
|
2687
|
+
'gscVerificationToken'?: string;
|
|
2688
|
+
/**
|
|
2689
|
+
*
|
|
2690
|
+
* @type {string}
|
|
2691
|
+
* @memberof ICompany
|
|
2692
|
+
*/
|
|
2693
|
+
'gscVerificationStatus'?: ICompanyGscVerificationStatusEnum;
|
|
2694
|
+
/**
|
|
2695
|
+
*
|
|
2696
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare}
|
|
2697
|
+
* @memberof ICompany
|
|
2698
|
+
*/
|
|
2699
|
+
'cloudflare'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare;
|
|
2700
|
+
/**
|
|
2701
|
+
*
|
|
2702
|
+
* @type {string}
|
|
2703
|
+
* @memberof ICompany
|
|
2704
|
+
*/
|
|
2705
|
+
'rentalStatus'?: ICompanyRentalStatusEnum;
|
|
2706
|
+
/**
|
|
2707
|
+
*
|
|
2708
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
|
|
2709
|
+
* @memberof ICompany
|
|
2710
|
+
*/
|
|
2711
|
+
'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
|
|
2760
2712
|
/**
|
|
2761
2713
|
*
|
|
2762
2714
|
* @type {CompanyStatusEnum}
|
|
@@ -2788,6 +2740,18 @@ export interface ICompany {
|
|
|
2788
2740
|
*/
|
|
2789
2741
|
'storageUsageBytes': number;
|
|
2790
2742
|
}
|
|
2743
|
+
export declare const ICompanyGscVerificationStatusEnum: {
|
|
2744
|
+
readonly UNVERIFIED: "UNVERIFIED";
|
|
2745
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
2746
|
+
readonly VERIFIED: "VERIFIED";
|
|
2747
|
+
readonly FAILED: "FAILED";
|
|
2748
|
+
};
|
|
2749
|
+
export type ICompanyGscVerificationStatusEnum = typeof ICompanyGscVerificationStatusEnum[keyof typeof ICompanyGscVerificationStatusEnum];
|
|
2750
|
+
export declare const ICompanyRentalStatusEnum: {
|
|
2751
|
+
readonly VACANT: "VACANT";
|
|
2752
|
+
readonly RENTED: "RENTED";
|
|
2753
|
+
};
|
|
2754
|
+
export type ICompanyRentalStatusEnum = typeof ICompanyRentalStatusEnum[keyof typeof ICompanyRentalStatusEnum];
|
|
2791
2755
|
/**
|
|
2792
2756
|
*
|
|
2793
2757
|
* @export
|
|
@@ -3018,6 +2982,54 @@ export interface ICompanyAdminResponse {
|
|
|
3018
2982
|
* @memberof ICompanyAdminResponse
|
|
3019
2983
|
*/
|
|
3020
2984
|
'passwordActive'?: boolean;
|
|
2985
|
+
/**
|
|
2986
|
+
* Storefront cache aktif mi?
|
|
2987
|
+
* @type {boolean}
|
|
2988
|
+
* @memberof ICompanyAdminResponse
|
|
2989
|
+
*/
|
|
2990
|
+
'cacheActive'?: boolean;
|
|
2991
|
+
/**
|
|
2992
|
+
*
|
|
2993
|
+
* @type {string}
|
|
2994
|
+
* @memberof ICompanyAdminResponse
|
|
2995
|
+
*/
|
|
2996
|
+
'serviceAccountId'?: string;
|
|
2997
|
+
/**
|
|
2998
|
+
*
|
|
2999
|
+
* @type {string}
|
|
3000
|
+
* @memberof ICompanyAdminResponse
|
|
3001
|
+
*/
|
|
3002
|
+
'scDomain'?: string;
|
|
3003
|
+
/**
|
|
3004
|
+
*
|
|
3005
|
+
* @type {string}
|
|
3006
|
+
* @memberof ICompanyAdminResponse
|
|
3007
|
+
*/
|
|
3008
|
+
'gscVerificationToken'?: string;
|
|
3009
|
+
/**
|
|
3010
|
+
*
|
|
3011
|
+
* @type {string}
|
|
3012
|
+
* @memberof ICompanyAdminResponse
|
|
3013
|
+
*/
|
|
3014
|
+
'gscVerificationStatus'?: ICompanyAdminResponseGscVerificationStatusEnum;
|
|
3015
|
+
/**
|
|
3016
|
+
*
|
|
3017
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare}
|
|
3018
|
+
* @memberof ICompanyAdminResponse
|
|
3019
|
+
*/
|
|
3020
|
+
'cloudflare'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare;
|
|
3021
|
+
/**
|
|
3022
|
+
*
|
|
3023
|
+
* @type {string}
|
|
3024
|
+
* @memberof ICompanyAdminResponse
|
|
3025
|
+
*/
|
|
3026
|
+
'rentalStatus'?: ICompanyAdminResponseRentalStatusEnum;
|
|
3027
|
+
/**
|
|
3028
|
+
*
|
|
3029
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
|
|
3030
|
+
* @memberof ICompanyAdminResponse
|
|
3031
|
+
*/
|
|
3032
|
+
'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
|
|
3021
3033
|
/**
|
|
3022
3034
|
*
|
|
3023
3035
|
* @type {string}
|
|
@@ -3136,7 +3148,31 @@ export interface ICompanyAdminResponse {
|
|
|
3136
3148
|
* @memberof ICompanyAdminResponse
|
|
3137
3149
|
*/
|
|
3138
3150
|
'_plan'?: IPlanResponse;
|
|
3151
|
+
/**
|
|
3152
|
+
*
|
|
3153
|
+
* @type {string}
|
|
3154
|
+
* @memberof ICompanyAdminResponse
|
|
3155
|
+
*/
|
|
3156
|
+
'version'?: string;
|
|
3157
|
+
/**
|
|
3158
|
+
*
|
|
3159
|
+
* @type {string}
|
|
3160
|
+
* @memberof ICompanyAdminResponse
|
|
3161
|
+
*/
|
|
3162
|
+
'contentHash'?: string;
|
|
3139
3163
|
}
|
|
3164
|
+
export declare const ICompanyAdminResponseGscVerificationStatusEnum: {
|
|
3165
|
+
readonly UNVERIFIED: "UNVERIFIED";
|
|
3166
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
3167
|
+
readonly VERIFIED: "VERIFIED";
|
|
3168
|
+
readonly FAILED: "FAILED";
|
|
3169
|
+
};
|
|
3170
|
+
export type ICompanyAdminResponseGscVerificationStatusEnum = typeof ICompanyAdminResponseGscVerificationStatusEnum[keyof typeof ICompanyAdminResponseGscVerificationStatusEnum];
|
|
3171
|
+
export declare const ICompanyAdminResponseRentalStatusEnum: {
|
|
3172
|
+
readonly VACANT: "VACANT";
|
|
3173
|
+
readonly RENTED: "RENTED";
|
|
3174
|
+
};
|
|
3175
|
+
export type ICompanyAdminResponseRentalStatusEnum = typeof ICompanyAdminResponseRentalStatusEnum[keyof typeof ICompanyAdminResponseRentalStatusEnum];
|
|
3140
3176
|
/**
|
|
3141
3177
|
*
|
|
3142
3178
|
* @export
|
|
@@ -3766,6 +3802,54 @@ export interface ICompanyPatchRequest {
|
|
|
3766
3802
|
* @memberof ICompanyPatchRequest
|
|
3767
3803
|
*/
|
|
3768
3804
|
'passwordActive'?: boolean;
|
|
3805
|
+
/**
|
|
3806
|
+
* Storefront cache aktif mi?
|
|
3807
|
+
* @type {boolean}
|
|
3808
|
+
* @memberof ICompanyPatchRequest
|
|
3809
|
+
*/
|
|
3810
|
+
'cacheActive'?: boolean;
|
|
3811
|
+
/**
|
|
3812
|
+
*
|
|
3813
|
+
* @type {string}
|
|
3814
|
+
* @memberof ICompanyPatchRequest
|
|
3815
|
+
*/
|
|
3816
|
+
'serviceAccountId'?: string;
|
|
3817
|
+
/**
|
|
3818
|
+
*
|
|
3819
|
+
* @type {string}
|
|
3820
|
+
* @memberof ICompanyPatchRequest
|
|
3821
|
+
*/
|
|
3822
|
+
'scDomain'?: string;
|
|
3823
|
+
/**
|
|
3824
|
+
*
|
|
3825
|
+
* @type {string}
|
|
3826
|
+
* @memberof ICompanyPatchRequest
|
|
3827
|
+
*/
|
|
3828
|
+
'gscVerificationToken'?: string;
|
|
3829
|
+
/**
|
|
3830
|
+
*
|
|
3831
|
+
* @type {string}
|
|
3832
|
+
* @memberof ICompanyPatchRequest
|
|
3833
|
+
*/
|
|
3834
|
+
'gscVerificationStatus'?: ICompanyPatchRequestGscVerificationStatusEnum;
|
|
3835
|
+
/**
|
|
3836
|
+
*
|
|
3837
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare}
|
|
3838
|
+
* @memberof ICompanyPatchRequest
|
|
3839
|
+
*/
|
|
3840
|
+
'cloudflare'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare;
|
|
3841
|
+
/**
|
|
3842
|
+
*
|
|
3843
|
+
* @type {string}
|
|
3844
|
+
* @memberof ICompanyPatchRequest
|
|
3845
|
+
*/
|
|
3846
|
+
'rentalStatus'?: ICompanyPatchRequestRentalStatusEnum;
|
|
3847
|
+
/**
|
|
3848
|
+
*
|
|
3849
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
|
|
3850
|
+
* @memberof ICompanyPatchRequest
|
|
3851
|
+
*/
|
|
3852
|
+
'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
|
|
3769
3853
|
/**
|
|
3770
3854
|
*
|
|
3771
3855
|
* @type {string}
|
|
@@ -3779,6 +3863,18 @@ export interface ICompanyPatchRequest {
|
|
|
3779
3863
|
*/
|
|
3780
3864
|
'allowGuestCheckout'?: boolean;
|
|
3781
3865
|
}
|
|
3866
|
+
export declare const ICompanyPatchRequestGscVerificationStatusEnum: {
|
|
3867
|
+
readonly UNVERIFIED: "UNVERIFIED";
|
|
3868
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
3869
|
+
readonly VERIFIED: "VERIFIED";
|
|
3870
|
+
readonly FAILED: "FAILED";
|
|
3871
|
+
};
|
|
3872
|
+
export type ICompanyPatchRequestGscVerificationStatusEnum = typeof ICompanyPatchRequestGscVerificationStatusEnum[keyof typeof ICompanyPatchRequestGscVerificationStatusEnum];
|
|
3873
|
+
export declare const ICompanyPatchRequestRentalStatusEnum: {
|
|
3874
|
+
readonly VACANT: "VACANT";
|
|
3875
|
+
readonly RENTED: "RENTED";
|
|
3876
|
+
};
|
|
3877
|
+
export type ICompanyPatchRequestRentalStatusEnum = typeof ICompanyPatchRequestRentalStatusEnum[keyof typeof ICompanyPatchRequestRentalStatusEnum];
|
|
3782
3878
|
/**
|
|
3783
3879
|
*
|
|
3784
3880
|
* @export
|
|
@@ -4157,6 +4253,54 @@ export interface ICompanyResponse {
|
|
|
4157
4253
|
* @memberof ICompanyResponse
|
|
4158
4254
|
*/
|
|
4159
4255
|
'passwordActive'?: boolean;
|
|
4256
|
+
/**
|
|
4257
|
+
* Storefront cache aktif mi?
|
|
4258
|
+
* @type {boolean}
|
|
4259
|
+
* @memberof ICompanyResponse
|
|
4260
|
+
*/
|
|
4261
|
+
'cacheActive'?: boolean;
|
|
4262
|
+
/**
|
|
4263
|
+
*
|
|
4264
|
+
* @type {string}
|
|
4265
|
+
* @memberof ICompanyResponse
|
|
4266
|
+
*/
|
|
4267
|
+
'serviceAccountId'?: string;
|
|
4268
|
+
/**
|
|
4269
|
+
*
|
|
4270
|
+
* @type {string}
|
|
4271
|
+
* @memberof ICompanyResponse
|
|
4272
|
+
*/
|
|
4273
|
+
'scDomain'?: string;
|
|
4274
|
+
/**
|
|
4275
|
+
*
|
|
4276
|
+
* @type {string}
|
|
4277
|
+
* @memberof ICompanyResponse
|
|
4278
|
+
*/
|
|
4279
|
+
'gscVerificationToken'?: string;
|
|
4280
|
+
/**
|
|
4281
|
+
*
|
|
4282
|
+
* @type {string}
|
|
4283
|
+
* @memberof ICompanyResponse
|
|
4284
|
+
*/
|
|
4285
|
+
'gscVerificationStatus'?: ICompanyResponseGscVerificationStatusEnum;
|
|
4286
|
+
/**
|
|
4287
|
+
*
|
|
4288
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare}
|
|
4289
|
+
* @memberof ICompanyResponse
|
|
4290
|
+
*/
|
|
4291
|
+
'cloudflare'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare;
|
|
4292
|
+
/**
|
|
4293
|
+
*
|
|
4294
|
+
* @type {string}
|
|
4295
|
+
* @memberof ICompanyResponse
|
|
4296
|
+
*/
|
|
4297
|
+
'rentalStatus'?: ICompanyResponseRentalStatusEnum;
|
|
4298
|
+
/**
|
|
4299
|
+
*
|
|
4300
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
|
|
4301
|
+
* @memberof ICompanyResponse
|
|
4302
|
+
*/
|
|
4303
|
+
'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
|
|
4160
4304
|
/**
|
|
4161
4305
|
*
|
|
4162
4306
|
* @type {string}
|
|
@@ -4249,7 +4393,25 @@ export interface ICompanyResponse {
|
|
|
4249
4393
|
* @memberof ICompanyResponse
|
|
4250
4394
|
*/
|
|
4251
4395
|
'cmsCollections': Array<PickIThemeExcludeKeyofIThemeGroupsCmsCollectionsInner>;
|
|
4396
|
+
/**
|
|
4397
|
+
*
|
|
4398
|
+
* @type {string}
|
|
4399
|
+
* @memberof ICompanyResponse
|
|
4400
|
+
*/
|
|
4401
|
+
'version'?: string;
|
|
4252
4402
|
}
|
|
4403
|
+
export declare const ICompanyResponseGscVerificationStatusEnum: {
|
|
4404
|
+
readonly UNVERIFIED: "UNVERIFIED";
|
|
4405
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
4406
|
+
readonly VERIFIED: "VERIFIED";
|
|
4407
|
+
readonly FAILED: "FAILED";
|
|
4408
|
+
};
|
|
4409
|
+
export type ICompanyResponseGscVerificationStatusEnum = typeof ICompanyResponseGscVerificationStatusEnum[keyof typeof ICompanyResponseGscVerificationStatusEnum];
|
|
4410
|
+
export declare const ICompanyResponseRentalStatusEnum: {
|
|
4411
|
+
readonly VACANT: "VACANT";
|
|
4412
|
+
readonly RENTED: "RENTED";
|
|
4413
|
+
};
|
|
4414
|
+
export type ICompanyResponseRentalStatusEnum = typeof ICompanyResponseRentalStatusEnum[keyof typeof ICompanyResponseRentalStatusEnum];
|
|
4253
4415
|
/**
|
|
4254
4416
|
*
|
|
4255
4417
|
* @export
|
|
@@ -7775,18 +7937,6 @@ export interface IPagePatchRequest {
|
|
|
7775
7937
|
* @memberof IPagePatchRequest
|
|
7776
7938
|
*/
|
|
7777
7939
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
7778
|
-
/**
|
|
7779
|
-
*
|
|
7780
|
-
* @type {Array<string>}
|
|
7781
|
-
* @memberof IPagePatchRequest
|
|
7782
|
-
*/
|
|
7783
|
-
'slugs'?: Array<string>;
|
|
7784
|
-
/**
|
|
7785
|
-
*
|
|
7786
|
-
* @type {Array<string>}
|
|
7787
|
-
* @memberof IPagePatchRequest
|
|
7788
|
-
*/
|
|
7789
|
-
'languages'?: Array<string>;
|
|
7790
7940
|
/**
|
|
7791
7941
|
*
|
|
7792
7942
|
* @type {string}
|
|
@@ -7830,18 +7980,6 @@ export interface IPagePostRequest {
|
|
|
7830
7980
|
* @memberof IPagePostRequest
|
|
7831
7981
|
*/
|
|
7832
7982
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7833
|
-
/**
|
|
7834
|
-
*
|
|
7835
|
-
* @type {Array<string>}
|
|
7836
|
-
* @memberof IPagePostRequest
|
|
7837
|
-
*/
|
|
7838
|
-
'slugs': Array<string>;
|
|
7839
|
-
/**
|
|
7840
|
-
*
|
|
7841
|
-
* @type {Array<string>}
|
|
7842
|
-
* @memberof IPagePostRequest
|
|
7843
|
-
*/
|
|
7844
|
-
'languages': Array<string>;
|
|
7845
7983
|
/**
|
|
7846
7984
|
*
|
|
7847
7985
|
* @type {IImage}
|
|
@@ -7909,12 +8047,6 @@ export interface IPageResponse {
|
|
|
7909
8047
|
* @memberof IPageResponse
|
|
7910
8048
|
*/
|
|
7911
8049
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
7912
|
-
/**
|
|
7913
|
-
*
|
|
7914
|
-
* @type {Array<string>}
|
|
7915
|
-
* @memberof IPageResponse
|
|
7916
|
-
*/
|
|
7917
|
-
'slugs': Array<string>;
|
|
7918
8050
|
/**
|
|
7919
8051
|
*
|
|
7920
8052
|
* @type {Array<string>}
|
|
@@ -8692,12 +8824,6 @@ export interface IProductPatchRequest {
|
|
|
8692
8824
|
* @memberof IProductPatchRequest
|
|
8693
8825
|
*/
|
|
8694
8826
|
'contents'?: PartialRecordLanguageEnumIContentsValue;
|
|
8695
|
-
/**
|
|
8696
|
-
*
|
|
8697
|
-
* @type {Array<string>}
|
|
8698
|
-
* @memberof IProductPatchRequest
|
|
8699
|
-
*/
|
|
8700
|
-
'languages'?: Array<string>;
|
|
8701
8827
|
/**
|
|
8702
8828
|
*
|
|
8703
8829
|
* @type {Array<VariantType>}
|
|
@@ -8783,12 +8909,6 @@ export interface IProductPostRequest {
|
|
|
8783
8909
|
* @memberof IProductPostRequest
|
|
8784
8910
|
*/
|
|
8785
8911
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8786
|
-
/**
|
|
8787
|
-
*
|
|
8788
|
-
* @type {Array<string>}
|
|
8789
|
-
* @memberof IProductPostRequest
|
|
8790
|
-
*/
|
|
8791
|
-
'languages': Array<string>;
|
|
8792
8912
|
/**
|
|
8793
8913
|
*
|
|
8794
8914
|
* @type {Array<VariantType>}
|
|
@@ -8940,12 +9060,6 @@ export interface IProductResponse {
|
|
|
8940
9060
|
* @memberof IProductResponse
|
|
8941
9061
|
*/
|
|
8942
9062
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
8943
|
-
/**
|
|
8944
|
-
*
|
|
8945
|
-
* @type {Array<string>}
|
|
8946
|
-
* @memberof IProductResponse
|
|
8947
|
-
*/
|
|
8948
|
-
'slugs': Array<string>;
|
|
8949
9063
|
/**
|
|
8950
9064
|
*
|
|
8951
9065
|
* @type {Array<string>}
|
|
@@ -9607,6 +9721,55 @@ export interface IReviewResponse {
|
|
|
9607
9721
|
*/
|
|
9608
9722
|
'product'?: IProductResponse;
|
|
9609
9723
|
}
|
|
9724
|
+
/**
|
|
9725
|
+
*
|
|
9726
|
+
* @export
|
|
9727
|
+
* @interface IServiceAccountPostRequest
|
|
9728
|
+
*/
|
|
9729
|
+
export interface IServiceAccountPostRequest {
|
|
9730
|
+
/**
|
|
9731
|
+
*
|
|
9732
|
+
* @type {string}
|
|
9733
|
+
* @memberof IServiceAccountPostRequest
|
|
9734
|
+
*/
|
|
9735
|
+
'clientEmail': string;
|
|
9736
|
+
/**
|
|
9737
|
+
*
|
|
9738
|
+
* @type {string}
|
|
9739
|
+
* @memberof IServiceAccountPostRequest
|
|
9740
|
+
*/
|
|
9741
|
+
'privateKey': string;
|
|
9742
|
+
/**
|
|
9743
|
+
*
|
|
9744
|
+
* @type {string}
|
|
9745
|
+
* @memberof IServiceAccountPostRequest
|
|
9746
|
+
*/
|
|
9747
|
+
'projectId': string;
|
|
9748
|
+
/**
|
|
9749
|
+
*
|
|
9750
|
+
* @type {string}
|
|
9751
|
+
* @memberof IServiceAccountPostRequest
|
|
9752
|
+
*/
|
|
9753
|
+
'status'?: IServiceAccountPostRequestStatusEnum;
|
|
9754
|
+
/**
|
|
9755
|
+
*
|
|
9756
|
+
* @type {number}
|
|
9757
|
+
* @memberof IServiceAccountPostRequest
|
|
9758
|
+
*/
|
|
9759
|
+
'maxCapacity'?: number;
|
|
9760
|
+
/**
|
|
9761
|
+
*
|
|
9762
|
+
* @type {Array<string>}
|
|
9763
|
+
* @memberof IServiceAccountPostRequest
|
|
9764
|
+
*/
|
|
9765
|
+
'labels'?: Array<string>;
|
|
9766
|
+
}
|
|
9767
|
+
export declare const IServiceAccountPostRequestStatusEnum: {
|
|
9768
|
+
readonly ACTIVE: "ACTIVE";
|
|
9769
|
+
readonly SUSPENDED: "SUSPENDED";
|
|
9770
|
+
readonly RATE_LIMITED: "RATE_LIMITED";
|
|
9771
|
+
};
|
|
9772
|
+
export type IServiceAccountPostRequestStatusEnum = typeof IServiceAccountPostRequestStatusEnum[keyof typeof IServiceAccountPostRequestStatusEnum];
|
|
9610
9773
|
/**
|
|
9611
9774
|
*
|
|
9612
9775
|
* @export
|
|
@@ -12119,37 +12282,25 @@ export interface PickIBasketExcludeKeyofIBasketItems {
|
|
|
12119
12282
|
/**
|
|
12120
12283
|
* From T, pick a set of properties whose keys are in the union K
|
|
12121
12284
|
* @export
|
|
12122
|
-
* @interface
|
|
12285
|
+
* @interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12123
12286
|
*/
|
|
12124
|
-
export interface
|
|
12287
|
+
export interface PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12125
12288
|
/**
|
|
12126
12289
|
*
|
|
12127
12290
|
* @type {string}
|
|
12128
|
-
* @memberof
|
|
12291
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12129
12292
|
*/
|
|
12130
12293
|
'company': string;
|
|
12131
12294
|
/**
|
|
12132
12295
|
*
|
|
12133
12296
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12134
|
-
* @memberof
|
|
12297
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12135
12298
|
*/
|
|
12136
12299
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12137
|
-
/**
|
|
12138
|
-
*
|
|
12139
|
-
* @type {Array<string>}
|
|
12140
|
-
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
|
|
12141
|
-
*/
|
|
12142
|
-
'slugs': Array<string>;
|
|
12143
|
-
/**
|
|
12144
|
-
*
|
|
12145
|
-
* @type {Array<string>}
|
|
12146
|
-
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
|
|
12147
|
-
*/
|
|
12148
|
-
'languages': Array<string>;
|
|
12149
12300
|
/**
|
|
12150
12301
|
*
|
|
12151
12302
|
* @type {IImage}
|
|
12152
|
-
* @memberof
|
|
12303
|
+
* @memberof PickIBrandResponseExcludeKeyofIBrandResponseKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12153
12304
|
*/
|
|
12154
12305
|
'thumbnail'?: IImage;
|
|
12155
12306
|
}
|
|
@@ -12195,12 +12346,6 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
12195
12346
|
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
12196
12347
|
*/
|
|
12197
12348
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12198
|
-
/**
|
|
12199
|
-
*
|
|
12200
|
-
* @type {Array<string>}
|
|
12201
|
-
* @memberof PickICategoryExcludeKeyofICategoryAttributes
|
|
12202
|
-
*/
|
|
12203
|
-
'slugs': Array<string>;
|
|
12204
12349
|
/**
|
|
12205
12350
|
*
|
|
12206
12351
|
* @type {Array<string>}
|
|
@@ -12229,43 +12374,31 @@ export interface PickICategoryExcludeKeyofICategoryAttributes {
|
|
|
12229
12374
|
/**
|
|
12230
12375
|
* From T, pick a set of properties whose keys are in the union K
|
|
12231
12376
|
* @export
|
|
12232
|
-
* @interface
|
|
12377
|
+
* @interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12233
12378
|
*/
|
|
12234
|
-
export interface
|
|
12379
|
+
export interface PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12235
12380
|
/**
|
|
12236
12381
|
*
|
|
12237
12382
|
* @type {string}
|
|
12238
|
-
* @memberof
|
|
12383
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12239
12384
|
*/
|
|
12240
12385
|
'company': string;
|
|
12241
12386
|
/**
|
|
12242
12387
|
*
|
|
12243
12388
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12244
|
-
* @memberof
|
|
12389
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12245
12390
|
*/
|
|
12246
12391
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12247
|
-
/**
|
|
12248
|
-
*
|
|
12249
|
-
* @type {Array<string>}
|
|
12250
|
-
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
|
|
12251
|
-
*/
|
|
12252
|
-
'slugs': Array<string>;
|
|
12253
|
-
/**
|
|
12254
|
-
*
|
|
12255
|
-
* @type {Array<string>}
|
|
12256
|
-
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrKeyofIContentsValue
|
|
12257
|
-
*/
|
|
12258
|
-
'languages': Array<string>;
|
|
12259
12392
|
/**
|
|
12260
12393
|
*
|
|
12261
12394
|
* @type {IImage}
|
|
12262
|
-
* @memberof
|
|
12395
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12263
12396
|
*/
|
|
12264
12397
|
'thumbnail'?: IImage;
|
|
12265
12398
|
/**
|
|
12266
12399
|
*
|
|
12267
12400
|
* @type {string}
|
|
12268
|
-
* @memberof
|
|
12401
|
+
* @memberof PickICategoryResponseExcludeKeyofICategoryResponseKeyofMongoResponseOrAttributesOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12269
12402
|
*/
|
|
12270
12403
|
'main'?: string;
|
|
12271
12404
|
}
|
|
@@ -12322,43 +12455,31 @@ export interface PickICategoryResponseIdOrContentsOrAttributes {
|
|
|
12322
12455
|
/**
|
|
12323
12456
|
* From T, pick a set of properties whose keys are in the union K
|
|
12324
12457
|
* @export
|
|
12325
|
-
* @interface
|
|
12458
|
+
* @interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12326
12459
|
*/
|
|
12327
|
-
export interface
|
|
12460
|
+
export interface PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue {
|
|
12328
12461
|
/**
|
|
12329
12462
|
*
|
|
12330
12463
|
* @type {string}
|
|
12331
|
-
* @memberof
|
|
12464
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12332
12465
|
*/
|
|
12333
12466
|
'company': string;
|
|
12334
12467
|
/**
|
|
12335
12468
|
*
|
|
12336
12469
|
* @type {string}
|
|
12337
|
-
* @memberof
|
|
12470
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12338
12471
|
*/
|
|
12339
12472
|
'template': string;
|
|
12340
12473
|
/**
|
|
12341
12474
|
*
|
|
12342
12475
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
12343
|
-
* @memberof
|
|
12476
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12344
12477
|
*/
|
|
12345
12478
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12346
|
-
/**
|
|
12347
|
-
*
|
|
12348
|
-
* @type {Array<string>}
|
|
12349
|
-
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
|
|
12350
|
-
*/
|
|
12351
|
-
'slugs': Array<string>;
|
|
12352
|
-
/**
|
|
12353
|
-
*
|
|
12354
|
-
* @type {Array<string>}
|
|
12355
|
-
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrKeyofIContentsValue
|
|
12356
|
-
*/
|
|
12357
|
-
'languages': Array<string>;
|
|
12358
12479
|
/**
|
|
12359
12480
|
*
|
|
12360
12481
|
* @type {IImage}
|
|
12361
|
-
* @memberof
|
|
12482
|
+
* @memberof PickICollectionExcludeKeyofICollectionKeyofMongoResponseOrPublishedAtOrLanguagesOrKeyofIContentsValue
|
|
12362
12483
|
*/
|
|
12363
12484
|
'thumbnail'?: IImage;
|
|
12364
12485
|
}
|
|
@@ -12404,12 +12525,6 @@ export interface PickICollectionExcludeKeyofICollectionTemplate {
|
|
|
12404
12525
|
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
12405
12526
|
*/
|
|
12406
12527
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
12407
|
-
/**
|
|
12408
|
-
*
|
|
12409
|
-
* @type {Array<string>}
|
|
12410
|
-
* @memberof PickICollectionExcludeKeyofICollectionTemplate
|
|
12411
|
-
*/
|
|
12412
|
-
'slugs': Array<string>;
|
|
12413
12528
|
/**
|
|
12414
12529
|
*
|
|
12415
12530
|
* @type {Array<string>}
|
|
@@ -12787,6 +12902,54 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
12787
12902
|
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12788
12903
|
*/
|
|
12789
12904
|
'passwordActive'?: boolean;
|
|
12905
|
+
/**
|
|
12906
|
+
* Storefront cache aktif mi?
|
|
12907
|
+
* @type {boolean}
|
|
12908
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12909
|
+
*/
|
|
12910
|
+
'cacheActive'?: boolean;
|
|
12911
|
+
/**
|
|
12912
|
+
*
|
|
12913
|
+
* @type {string}
|
|
12914
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12915
|
+
*/
|
|
12916
|
+
'serviceAccountId'?: string;
|
|
12917
|
+
/**
|
|
12918
|
+
*
|
|
12919
|
+
* @type {string}
|
|
12920
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12921
|
+
*/
|
|
12922
|
+
'scDomain'?: string;
|
|
12923
|
+
/**
|
|
12924
|
+
*
|
|
12925
|
+
* @type {string}
|
|
12926
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12927
|
+
*/
|
|
12928
|
+
'gscVerificationToken'?: string;
|
|
12929
|
+
/**
|
|
12930
|
+
*
|
|
12931
|
+
* @type {string}
|
|
12932
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12933
|
+
*/
|
|
12934
|
+
'gscVerificationStatus'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum;
|
|
12935
|
+
/**
|
|
12936
|
+
*
|
|
12937
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare}
|
|
12938
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12939
|
+
*/
|
|
12940
|
+
'cloudflare'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare;
|
|
12941
|
+
/**
|
|
12942
|
+
*
|
|
12943
|
+
* @type {string}
|
|
12944
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12945
|
+
*/
|
|
12946
|
+
'rentalStatus'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum;
|
|
12947
|
+
/**
|
|
12948
|
+
*
|
|
12949
|
+
* @type {PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails}
|
|
12950
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys
|
|
12951
|
+
*/
|
|
12952
|
+
'rentalDetails'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails;
|
|
12790
12953
|
/**
|
|
12791
12954
|
*
|
|
12792
12955
|
* @type {string}
|
|
@@ -12806,6 +12969,49 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeys {
|
|
|
12806
12969
|
*/
|
|
12807
12970
|
'storageUsageBytes': number;
|
|
12808
12971
|
}
|
|
12972
|
+
export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum: {
|
|
12973
|
+
readonly UNVERIFIED: "UNVERIFIED";
|
|
12974
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
12975
|
+
readonly VERIFIED: "VERIFIED";
|
|
12976
|
+
readonly FAILED: "FAILED";
|
|
12977
|
+
};
|
|
12978
|
+
export type PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum = typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum[keyof typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum];
|
|
12979
|
+
export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum: {
|
|
12980
|
+
readonly VACANT: "VACANT";
|
|
12981
|
+
readonly RENTED: "RENTED";
|
|
12982
|
+
};
|
|
12983
|
+
export type PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum = typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum[keyof typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum];
|
|
12984
|
+
/**
|
|
12985
|
+
*
|
|
12986
|
+
* @export
|
|
12987
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare
|
|
12988
|
+
*/
|
|
12989
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare {
|
|
12990
|
+
/**
|
|
12991
|
+
*
|
|
12992
|
+
* @type {string}
|
|
12993
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare
|
|
12994
|
+
*/
|
|
12995
|
+
'gscTxtRecordId'?: string;
|
|
12996
|
+
/**
|
|
12997
|
+
*
|
|
12998
|
+
* @type {string}
|
|
12999
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare
|
|
13000
|
+
*/
|
|
13001
|
+
'status'?: PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum;
|
|
13002
|
+
/**
|
|
13003
|
+
*
|
|
13004
|
+
* @type {string}
|
|
13005
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflare
|
|
13006
|
+
*/
|
|
13007
|
+
'zoneId'?: string;
|
|
13008
|
+
}
|
|
13009
|
+
export declare const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum: {
|
|
13010
|
+
readonly PENDING_DNS: "PENDING_DNS";
|
|
13011
|
+
readonly ACTIVE: "ACTIVE";
|
|
13012
|
+
readonly ARCHIVED: "ARCHIVED";
|
|
13013
|
+
};
|
|
13014
|
+
export type PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum = typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum[keyof typeof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum];
|
|
12809
13015
|
/**
|
|
12810
13016
|
*
|
|
12811
13017
|
* @export
|
|
@@ -12862,6 +13068,31 @@ export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysPo
|
|
|
12862
13068
|
*/
|
|
12863
13069
|
'distanceSalesAgreement'?: PartialRecordLanguageEnumString;
|
|
12864
13070
|
}
|
|
13071
|
+
/**
|
|
13072
|
+
*
|
|
13073
|
+
* @export
|
|
13074
|
+
* @interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
|
|
13075
|
+
*/
|
|
13076
|
+
export interface PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails {
|
|
13077
|
+
/**
|
|
13078
|
+
*
|
|
13079
|
+
* @type {string}
|
|
13080
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
|
|
13081
|
+
*/
|
|
13082
|
+
'tenantEsnafId'?: string;
|
|
13083
|
+
/**
|
|
13084
|
+
*
|
|
13085
|
+
* @type {string}
|
|
13086
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
|
|
13087
|
+
*/
|
|
13088
|
+
'fallbackPhoneNumber'?: string;
|
|
13089
|
+
/**
|
|
13090
|
+
*
|
|
13091
|
+
* @type {string}
|
|
13092
|
+
* @memberof PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalDetails
|
|
13093
|
+
*/
|
|
13094
|
+
'phoneNumber'?: string;
|
|
13095
|
+
}
|
|
12865
13096
|
/**
|
|
12866
13097
|
* From T, pick a set of properties whose keys are in the union K
|
|
12867
13098
|
* @export
|
|
@@ -13584,49 +13815,37 @@ export interface PickIOrderExcludeKeyofIOrderHtmlOrIframeShippedInner {
|
|
|
13584
13815
|
/**
|
|
13585
13816
|
* From T, pick a set of properties whose keys are in the union K
|
|
13586
13817
|
* @export
|
|
13587
|
-
* @interface
|
|
13818
|
+
* @interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13588
13819
|
*/
|
|
13589
|
-
export interface
|
|
13820
|
+
export interface PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue {
|
|
13590
13821
|
/**
|
|
13591
13822
|
*
|
|
13592
13823
|
* @type {string}
|
|
13593
|
-
* @memberof
|
|
13824
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13594
13825
|
*/
|
|
13595
13826
|
'company': string;
|
|
13596
13827
|
/**
|
|
13597
13828
|
*
|
|
13598
13829
|
* @type {string}
|
|
13599
|
-
* @memberof
|
|
13830
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13600
13831
|
*/
|
|
13601
13832
|
'template': string;
|
|
13602
13833
|
/**
|
|
13603
13834
|
*
|
|
13604
13835
|
* @type {PartialRecordLanguageEnumIContentsValue}
|
|
13605
|
-
* @memberof
|
|
13836
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13606
13837
|
*/
|
|
13607
13838
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
13608
|
-
/**
|
|
13609
|
-
*
|
|
13610
|
-
* @type {Array<string>}
|
|
13611
|
-
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
|
|
13612
|
-
*/
|
|
13613
|
-
'slugs': Array<string>;
|
|
13614
|
-
/**
|
|
13615
|
-
*
|
|
13616
|
-
* @type {Array<string>}
|
|
13617
|
-
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrKeyofIContentsValue
|
|
13618
|
-
*/
|
|
13619
|
-
'languages': Array<string>;
|
|
13620
13839
|
/**
|
|
13621
13840
|
*
|
|
13622
13841
|
* @type {IImage}
|
|
13623
|
-
* @memberof
|
|
13842
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13624
13843
|
*/
|
|
13625
13844
|
'thumbnail'?: IImage;
|
|
13626
13845
|
/**
|
|
13627
13846
|
*
|
|
13628
13847
|
* @type {string}
|
|
13629
|
-
* @memberof
|
|
13848
|
+
* @memberof PickIPageExcludeKeyofIPageKeyofMongoResponseOrPublishedAtOrDraftOrLanguagesOrKeyofIContentsValue
|
|
13630
13849
|
*/
|
|
13631
13850
|
'type': string;
|
|
13632
13851
|
}
|
|
@@ -13672,12 +13891,6 @@ export interface PickIPageExcludeKeyofIPageTemplate {
|
|
|
13672
13891
|
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
13673
13892
|
*/
|
|
13674
13893
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
13675
|
-
/**
|
|
13676
|
-
*
|
|
13677
|
-
* @type {Array<string>}
|
|
13678
|
-
* @memberof PickIPageExcludeKeyofIPageTemplate
|
|
13679
|
-
*/
|
|
13680
|
-
'slugs': Array<string>;
|
|
13681
13894
|
/**
|
|
13682
13895
|
*
|
|
13683
13896
|
* @type {Array<string>}
|
|
@@ -13874,12 +14087,6 @@ export interface PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttr
|
|
|
13874
14087
|
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
13875
14088
|
*/
|
|
13876
14089
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
13877
|
-
/**
|
|
13878
|
-
*
|
|
13879
|
-
* @type {Array<string>}
|
|
13880
|
-
* @memberof PickIProductExcludeKeyofIProductCategoryOrBrandOrTemplateOrAttributesFieldsOrSearchFields
|
|
13881
|
-
*/
|
|
13882
|
-
'slugs': Array<string>;
|
|
13883
14090
|
/**
|
|
13884
14091
|
*
|
|
13885
14092
|
* @type {Array<string>}
|
|
@@ -14082,12 +14289,6 @@ export interface PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPo
|
|
|
14082
14289
|
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
14083
14290
|
*/
|
|
14084
14291
|
'contents': PartialRecordLanguageEnumIContentsValue;
|
|
14085
|
-
/**
|
|
14086
|
-
*
|
|
14087
|
-
* @type {Array<string>}
|
|
14088
|
-
* @memberof PickIProductResponseExcludeKeyofIProductResponseKeyofICompanyPostRequestOmitFieldsOrKeyofIContentsValue
|
|
14089
|
-
*/
|
|
14090
|
-
'languages': Array<string>;
|
|
14091
14292
|
/**
|
|
14092
14293
|
*
|
|
14093
14294
|
* @type {Array<VariantType>}
|
package/dist/api/api.js
CHANGED
|
@@ -16,9 +16,9 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
16
16
|
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
17
17
|
};
|
|
18
18
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
20
|
-
exports.
|
|
21
|
-
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = void 0;
|
|
19
|
+
exports.LanguageEnum = exports.IUserCollectionQueryParamsDateFieldEnum = exports.IUrlRedirectCollectionQueryParamsSortEnum = exports.IUrlRedirectCollectionQueryParamsDateFieldEnum = exports.IUniqueCollectionQueryParamsDateFieldEnum = exports.ISubscriptionPostRequestPeriodEnum = exports.IServiceAccountPostRequestStatusEnum = exports.IProductCollectionQueryParamsSortEnum = exports.IProductCollectionQueryParamsDateFieldEnum = exports.IPlanCollectionQueryParamsCategoryEnum = exports.IPlanCollectionQueryParamsDateFieldEnum = exports.IPageCollectionQueryParamsDateFieldEnum = exports.IOrderCollectionQueryParamsDateFieldEnum = exports.IOperationCollectionQueryParamsDateFieldEnum = exports.INotificationCollectionQueryParamsDateFieldEnum = exports.INavigationCollectionQueryParamsDateFieldEnum = exports.IMyOrderCollectionQueryParamsDateFieldEnum = exports.IFileCollectionQueryParamsDateFieldEnum = exports.IContentPlanCollectionQueryParamsDateFieldEnum = exports.IContentPlanAttemptStepEnum = exports.IContactFormCollectionQueryParamsDateFieldEnum = exports.ICompanyUsersCollectionQueryParamsDateFieldEnum = exports.ICompanyResponseRentalStatusEnum = exports.ICompanyResponseGscVerificationStatusEnum = exports.ICompanyPatchRequestRentalStatusEnum = exports.ICompanyPatchRequestGscVerificationStatusEnum = exports.ICompanyDashboardResponsePeriodEnum = exports.ICompanyCollectionQueryParamsDateFieldEnum = exports.ICompanyAdminResponseRentalStatusEnum = exports.ICompanyAdminResponseGscVerificationStatusEnum = exports.ICompanyRentalStatusEnum = exports.ICompanyGscVerificationStatusEnum = exports.ICollectionCollectionsQueryParamsDateFieldEnum = exports.ICategoryCollectionQueryParamsDateFieldEnum = exports.IBrandCollectionQueryParamsDateFieldEnum = exports.IAiChatCollectionQueryParamsDateFieldEnum = exports.FileTypeEnum = exports.FileKeywordEnum = exports.EmailConfigDnsRecordTypeEnum = exports.CurrencyRateTypeEnum = exports.CurrencyEnum = exports.CountryEnum = exports.ContentStatusEnum = exports.ContentPlanStatusEnum = exports.CompanyUserStatusEnum = exports.CompanyTypeEnum = exports.CompanyStatusEnum = exports.AiChatStatusEnum = exports.AiChatRoleEnum = exports.AiChatPurposeEnum = void 0;
|
|
20
|
+
exports.CompanyApiFactory = exports.CompanyApiFp = exports.CompanyApiAxiosParamCreator = exports.GetCollectionsDateFieldEnum = exports.CollectionApi = exports.CollectionApiFactory = exports.CollectionApiFp = exports.CollectionApiAxiosParamCreator = exports.BasketApi = exports.BasketApiFactory = exports.BasketApiFp = exports.BasketApiAxiosParamCreator = exports.AuthApi = exports.AuthApiFactory = exports.AuthApiFp = exports.AuthApiAxiosParamCreator = exports.AddressApi = exports.AddressApiFactory = exports.AddressApiFp = exports.AddressApiAxiosParamCreator = exports.UserStatusEnum = exports.UserRoleEnum = exports.TimezoneEnum = exports.ThemeKeywordEnum = exports.SubscriptionStatusEnum = exports.StoreLocationEnum = exports.SitemapTypeEnum = exports.ShippingPricingTypeEnum = exports.ReviewStatusEnum = exports.PlanTypeEnum = exports.PlanStatusEnum = exports.PlanAttributeKeyEnum = exports.PlanAttributeGroupEnum = exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum = exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum = exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum = exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFieldEnum = exports.PaymentMethodEnum = exports.PaymentGatewayEnum = exports.OrderStatusEnum = exports.OrderShippedStatusEnum = exports.OrderReturnStatusEnumWAITINGRETURN = exports.OrderReturnStatusEnumRETURNED = exports.OrderReturnStatusEnum = exports.OrderPaymentStatusEnum = exports.OrderEnum = exports.OperationStatusEnum = exports.NotificationStatusEnum = exports.NotificationMessageEnum = exports.NavigationUrlTargetEnum = void 0;
|
|
21
|
+
exports.UserApi = exports.UserApiFactory = exports.UserApiFp = exports.UserApiAxiosParamCreator = exports.UrlRedirectApi = exports.UrlRedirectApiFactory = exports.UrlRedirectApiFp = exports.UrlRedirectApiAxiosParamCreator = exports.UniquePageApi = exports.UniquePageApiFactory = exports.UniquePageApiFp = exports.UniquePageApiAxiosParamCreator = exports.TemplateApi = exports.TemplateApiFactory = exports.TemplateApiFp = exports.TemplateApiAxiosParamCreator = exports.SitemapApi = exports.SitemapApiFactory = exports.SitemapApiFp = exports.SitemapApiAxiosParamCreator = exports.GetProductsSortEnum = exports.GetProductsDateFieldEnum = exports.ProductApi = exports.ProductApiFactory = exports.ProductApiFp = exports.ProductApiAxiosParamCreator = exports.GetPagesDateFieldEnum = exports.PageApi = exports.PageApiFactory = exports.PageApiFp = exports.PageApiAxiosParamCreator = exports.GetOrdersDateFieldEnum = exports.GetMyOrdersDateFieldEnum = exports.OrderApi = exports.OrderApiFactory = exports.OrderApiFp = exports.OrderApiAxiosParamCreator = exports.ContactFormApi = exports.ContactFormApiFactory = exports.ContactFormApiFp = exports.ContactFormApiAxiosParamCreator = exports.CompanyApi = void 0;
|
|
22
22
|
const axios_1 = __importDefault(require("axios"));
|
|
23
23
|
// Some imports not used depending on template conditions
|
|
24
24
|
// @ts-ignore
|
|
@@ -435,6 +435,26 @@ exports.ICollectionCollectionsQueryParamsDateFieldEnum = {
|
|
|
435
435
|
CREATED_AT: 'createdAt',
|
|
436
436
|
UPDATED_AT: 'updatedAt'
|
|
437
437
|
};
|
|
438
|
+
exports.ICompanyGscVerificationStatusEnum = {
|
|
439
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
440
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
441
|
+
VERIFIED: 'VERIFIED',
|
|
442
|
+
FAILED: 'FAILED'
|
|
443
|
+
};
|
|
444
|
+
exports.ICompanyRentalStatusEnum = {
|
|
445
|
+
VACANT: 'VACANT',
|
|
446
|
+
RENTED: 'RENTED'
|
|
447
|
+
};
|
|
448
|
+
exports.ICompanyAdminResponseGscVerificationStatusEnum = {
|
|
449
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
450
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
451
|
+
VERIFIED: 'VERIFIED',
|
|
452
|
+
FAILED: 'FAILED'
|
|
453
|
+
};
|
|
454
|
+
exports.ICompanyAdminResponseRentalStatusEnum = {
|
|
455
|
+
VACANT: 'VACANT',
|
|
456
|
+
RENTED: 'RENTED'
|
|
457
|
+
};
|
|
438
458
|
exports.ICompanyCollectionQueryParamsDateFieldEnum = {
|
|
439
459
|
CREATED_AT: 'createdAt',
|
|
440
460
|
UPDATED_AT: 'updatedAt'
|
|
@@ -445,6 +465,26 @@ exports.ICompanyDashboardResponsePeriodEnum = {
|
|
|
445
465
|
WEEK: 'week',
|
|
446
466
|
HOUR: 'hour'
|
|
447
467
|
};
|
|
468
|
+
exports.ICompanyPatchRequestGscVerificationStatusEnum = {
|
|
469
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
470
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
471
|
+
VERIFIED: 'VERIFIED',
|
|
472
|
+
FAILED: 'FAILED'
|
|
473
|
+
};
|
|
474
|
+
exports.ICompanyPatchRequestRentalStatusEnum = {
|
|
475
|
+
VACANT: 'VACANT',
|
|
476
|
+
RENTED: 'RENTED'
|
|
477
|
+
};
|
|
478
|
+
exports.ICompanyResponseGscVerificationStatusEnum = {
|
|
479
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
480
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
481
|
+
VERIFIED: 'VERIFIED',
|
|
482
|
+
FAILED: 'FAILED'
|
|
483
|
+
};
|
|
484
|
+
exports.ICompanyResponseRentalStatusEnum = {
|
|
485
|
+
VACANT: 'VACANT',
|
|
486
|
+
RENTED: 'RENTED'
|
|
487
|
+
};
|
|
448
488
|
exports.ICompanyUsersCollectionQueryParamsDateFieldEnum = {
|
|
449
489
|
CREATED_AT: 'createdAt',
|
|
450
490
|
UPDATED_AT: 'updatedAt'
|
|
@@ -512,6 +552,11 @@ exports.IProductCollectionQueryParamsSortEnum = {
|
|
|
512
552
|
RATING: 'rating',
|
|
513
553
|
REVIEW_COUNT: 'reviewCount'
|
|
514
554
|
};
|
|
555
|
+
exports.IServiceAccountPostRequestStatusEnum = {
|
|
556
|
+
ACTIVE: 'ACTIVE',
|
|
557
|
+
SUSPENDED: 'SUSPENDED',
|
|
558
|
+
RATE_LIMITED: 'RATE_LIMITED'
|
|
559
|
+
};
|
|
515
560
|
exports.ISubscriptionPostRequestPeriodEnum = {
|
|
516
561
|
MONTHLY: 'monthly',
|
|
517
562
|
YEARLY: 'yearly'
|
|
@@ -666,6 +711,21 @@ exports.PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDateFiel
|
|
|
666
711
|
CREATED_AT: 'createdAt',
|
|
667
712
|
UPDATED_AT: 'updatedAt'
|
|
668
713
|
};
|
|
714
|
+
exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum = {
|
|
715
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
716
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
717
|
+
VERIFIED: 'VERIFIED',
|
|
718
|
+
FAILED: 'FAILED'
|
|
719
|
+
};
|
|
720
|
+
exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum = {
|
|
721
|
+
VACANT: 'VACANT',
|
|
722
|
+
RENTED: 'RENTED'
|
|
723
|
+
};
|
|
724
|
+
exports.PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum = {
|
|
725
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
726
|
+
ACTIVE: 'ACTIVE',
|
|
727
|
+
ARCHIVED: 'ARCHIVED'
|
|
728
|
+
};
|
|
669
729
|
/**
|
|
670
730
|
*
|
|
671
731
|
* @export
|
package/dist/api/api.mjs
CHANGED
|
@@ -424,6 +424,26 @@ export const ICollectionCollectionsQueryParamsDateFieldEnum = {
|
|
|
424
424
|
CREATED_AT: 'createdAt',
|
|
425
425
|
UPDATED_AT: 'updatedAt'
|
|
426
426
|
};
|
|
427
|
+
export const ICompanyGscVerificationStatusEnum = {
|
|
428
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
429
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
430
|
+
VERIFIED: 'VERIFIED',
|
|
431
|
+
FAILED: 'FAILED'
|
|
432
|
+
};
|
|
433
|
+
export const ICompanyRentalStatusEnum = {
|
|
434
|
+
VACANT: 'VACANT',
|
|
435
|
+
RENTED: 'RENTED'
|
|
436
|
+
};
|
|
437
|
+
export const ICompanyAdminResponseGscVerificationStatusEnum = {
|
|
438
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
439
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
440
|
+
VERIFIED: 'VERIFIED',
|
|
441
|
+
FAILED: 'FAILED'
|
|
442
|
+
};
|
|
443
|
+
export const ICompanyAdminResponseRentalStatusEnum = {
|
|
444
|
+
VACANT: 'VACANT',
|
|
445
|
+
RENTED: 'RENTED'
|
|
446
|
+
};
|
|
427
447
|
export const ICompanyCollectionQueryParamsDateFieldEnum = {
|
|
428
448
|
CREATED_AT: 'createdAt',
|
|
429
449
|
UPDATED_AT: 'updatedAt'
|
|
@@ -434,6 +454,26 @@ export const ICompanyDashboardResponsePeriodEnum = {
|
|
|
434
454
|
WEEK: 'week',
|
|
435
455
|
HOUR: 'hour'
|
|
436
456
|
};
|
|
457
|
+
export const ICompanyPatchRequestGscVerificationStatusEnum = {
|
|
458
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
459
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
460
|
+
VERIFIED: 'VERIFIED',
|
|
461
|
+
FAILED: 'FAILED'
|
|
462
|
+
};
|
|
463
|
+
export const ICompanyPatchRequestRentalStatusEnum = {
|
|
464
|
+
VACANT: 'VACANT',
|
|
465
|
+
RENTED: 'RENTED'
|
|
466
|
+
};
|
|
467
|
+
export const ICompanyResponseGscVerificationStatusEnum = {
|
|
468
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
469
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
470
|
+
VERIFIED: 'VERIFIED',
|
|
471
|
+
FAILED: 'FAILED'
|
|
472
|
+
};
|
|
473
|
+
export const ICompanyResponseRentalStatusEnum = {
|
|
474
|
+
VACANT: 'VACANT',
|
|
475
|
+
RENTED: 'RENTED'
|
|
476
|
+
};
|
|
437
477
|
export const ICompanyUsersCollectionQueryParamsDateFieldEnum = {
|
|
438
478
|
CREATED_AT: 'createdAt',
|
|
439
479
|
UPDATED_AT: 'updatedAt'
|
|
@@ -501,6 +541,11 @@ export const IProductCollectionQueryParamsSortEnum = {
|
|
|
501
541
|
RATING: 'rating',
|
|
502
542
|
REVIEW_COUNT: 'reviewCount'
|
|
503
543
|
};
|
|
544
|
+
export const IServiceAccountPostRequestStatusEnum = {
|
|
545
|
+
ACTIVE: 'ACTIVE',
|
|
546
|
+
SUSPENDED: 'SUSPENDED',
|
|
547
|
+
RATE_LIMITED: 'RATE_LIMITED'
|
|
548
|
+
};
|
|
504
549
|
export const ISubscriptionPostRequestPeriodEnum = {
|
|
505
550
|
MONTHLY: 'monthly',
|
|
506
551
|
YEARLY: 'yearly'
|
|
@@ -655,6 +700,21 @@ export const PickICollectionQueryParamsExcludeKeyofICollectionQueryParamsSortDat
|
|
|
655
700
|
CREATED_AT: 'createdAt',
|
|
656
701
|
UPDATED_AT: 'updatedAt'
|
|
657
702
|
};
|
|
703
|
+
export const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysGscVerificationStatusEnum = {
|
|
704
|
+
UNVERIFIED: 'UNVERIFIED',
|
|
705
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
706
|
+
VERIFIED: 'VERIFIED',
|
|
707
|
+
FAILED: 'FAILED'
|
|
708
|
+
};
|
|
709
|
+
export const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysRentalStatusEnum = {
|
|
710
|
+
VACANT: 'VACANT',
|
|
711
|
+
RENTED: 'RENTED'
|
|
712
|
+
};
|
|
713
|
+
export const PickICompanyExcludeKeyofICompanyKeyofICompanyResponseOmitKeysCloudflareStatusEnum = {
|
|
714
|
+
PENDING_DNS: 'PENDING_DNS',
|
|
715
|
+
ACTIVE: 'ACTIVE',
|
|
716
|
+
ARCHIVED: 'ARCHIVED'
|
|
717
|
+
};
|
|
658
718
|
/**
|
|
659
719
|
*
|
|
660
720
|
* @export
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@infisale-client/api-client",
|
|
3
|
-
"version": "1.3.
|
|
3
|
+
"version": "1.3.69",
|
|
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": "
|
|
40
|
+
"gitHead": "da285f00f609014d0a34f7df591a974aa0348c98"
|
|
41
41
|
}
|