controlresell 2.24.2 → 2.24.4
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/package.json +2 -2
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +0 -7
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +108 -108
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +88 -88
- package/src/com/controlresell/models/conversations/Conversation.d.ts +9 -9
- package/src/com/controlresell/models/conversations/ConversationFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +11 -11
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +13 -13
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +13 -13
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +5 -5
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +7 -7
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +7 -7
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/CreateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/conversations/users/UpdateConversationUserPayload.d.ts +2 -2
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -5
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -5
- package/src/com/controlresell/models/items/CreatedItems.d.ts +315 -315
- package/src/com/controlresell/models/items/Item.d.ts +169 -169
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +108 -108
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +315 -315
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts +5225 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.d.ts.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js +6 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.js.map +1 -0
- package/src/com/controlresell/models/items/analysis/ItemAnalysisUpdate.ts +7 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +63 -63
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +90 -90
- package/src/com/controlresell/models/items/history/data/ItemHistoryFailedToPublishPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryImageProcessingDone.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryPublishedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryScheduledRetryPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +5 -5
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformBrandsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoriesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformCategoryFieldsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformEnumsPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BatchUpsertPlatformSizesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/BrandMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CategoryMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateBrandMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateCategoryMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateEnumMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/CreateSizeMappingPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/EnumMapping.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/ItemListingPreview.d.ts +228 -228
- package/src/com/controlresell/models/metadata/platforms/MappingInfo.d.ts +15 -15
- package/src/com/controlresell/models/metadata/platforms/PlatformBrand.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformCategory.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformEnum.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/PlatformSize.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/RecomputeCategoryRequiredAttributesPayload.d.ts +3 -3
- package/src/com/controlresell/models/metadata/platforms/SizeMapping.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +9 -9
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +141 -141
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +7 -7
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +119 -119
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +13 -0
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js +2 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.js.map +1 -1
- package/src/com/controlresell/models/subscriptions/UserLimits.ts +2 -1
- package/src/com/controlresell/models/transactions/Transaction.d.ts +9 -9
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +7 -7
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +119 -119
- package/src/com/controlresell/models/users/platforms/CreateUserOnPlatformPayload.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +5 -5
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +3 -3
- package/src/com/controlresell/models/users/platforms/UserOnPlatformRequest.d.ts +3 -3
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +19 -0
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +12983 -2495
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.js +5 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.js.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.ts +7 -0
- package/src/index.d.ts +1 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -0
|
@@ -8,7 +8,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
8
8
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
9
9
|
userId: z.ZodNumber;
|
|
10
10
|
accountId: z.ZodString;
|
|
11
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
11
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
12
12
|
name: z.ZodString;
|
|
13
13
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
14
14
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -58,7 +58,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
58
58
|
name: string;
|
|
59
59
|
userId: number;
|
|
60
60
|
accountId: string;
|
|
61
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
61
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
62
62
|
locale?: string | null | undefined;
|
|
63
63
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
64
64
|
night?: {
|
|
@@ -85,7 +85,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
85
85
|
name: string;
|
|
86
86
|
userId: number;
|
|
87
87
|
accountId: string;
|
|
88
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
88
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
89
89
|
status?: unknown;
|
|
90
90
|
locale?: string | null | undefined;
|
|
91
91
|
lockReason?: unknown;
|
|
@@ -373,9 +373,9 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
373
373
|
login: string;
|
|
374
374
|
platformUserId: string;
|
|
375
375
|
email?: string | null | undefined;
|
|
376
|
+
location?: string | null | undefined;
|
|
376
377
|
reviewCount?: number | null | undefined;
|
|
377
378
|
reviewValue?: number | null | undefined;
|
|
378
|
-
location?: string | null | undefined;
|
|
379
379
|
billingName?: string | null | undefined;
|
|
380
380
|
billingAddressLine1?: string | null | undefined;
|
|
381
381
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -397,9 +397,9 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
397
397
|
login: string;
|
|
398
398
|
platformUserId: string;
|
|
399
399
|
email?: string | null | undefined;
|
|
400
|
+
location?: string | null | undefined;
|
|
400
401
|
reviewCount?: number | null | undefined;
|
|
401
402
|
reviewValue?: number | null | undefined;
|
|
402
|
-
location?: string | null | undefined;
|
|
403
403
|
billingName?: string | null | undefined;
|
|
404
404
|
billingAddressLine1?: string | null | undefined;
|
|
405
405
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -433,9 +433,9 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
433
433
|
login: string;
|
|
434
434
|
platformUserId: string;
|
|
435
435
|
email?: string | null | undefined;
|
|
436
|
+
location?: string | null | undefined;
|
|
436
437
|
reviewCount?: number | null | undefined;
|
|
437
438
|
reviewValue?: number | null | undefined;
|
|
438
|
-
location?: string | null | undefined;
|
|
439
439
|
billingName?: string | null | undefined;
|
|
440
440
|
billingAddressLine1?: string | null | undefined;
|
|
441
441
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -457,7 +457,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
457
457
|
name: string;
|
|
458
458
|
userId: number;
|
|
459
459
|
accountId: string;
|
|
460
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
460
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
461
461
|
locale?: string | null | undefined;
|
|
462
462
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
463
463
|
night?: {
|
|
@@ -545,9 +545,9 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
545
545
|
login: string;
|
|
546
546
|
platformUserId: string;
|
|
547
547
|
email?: string | null | undefined;
|
|
548
|
+
location?: string | null | undefined;
|
|
548
549
|
reviewCount?: number | null | undefined;
|
|
549
550
|
reviewValue?: number | null | undefined;
|
|
550
|
-
location?: string | null | undefined;
|
|
551
551
|
billingName?: string | null | undefined;
|
|
552
552
|
billingAddressLine1?: string | null | undefined;
|
|
553
553
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -568,7 +568,7 @@ export declare const ConversationSchema: z.ZodObject<{
|
|
|
568
568
|
name: string;
|
|
569
569
|
userId: number;
|
|
570
570
|
accountId: string;
|
|
571
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
571
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
572
572
|
status?: unknown;
|
|
573
573
|
locale?: string | null | undefined;
|
|
574
574
|
lockReason?: unknown;
|
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const ConversationFiltersContextSchema: z.ZodObject<{
|
|
3
3
|
accountIds: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
4
|
-
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>, "many">>>;
|
|
4
|
+
platforms: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>, "many">>>;
|
|
5
5
|
hasNewMessages: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
6
6
|
isImportant: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
7
7
|
isPinned: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
8
8
|
}, "strip", z.ZodTypeAny, {
|
|
9
9
|
accountIds?: string[] | null | undefined;
|
|
10
|
-
platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
|
|
10
|
+
platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
|
|
11
11
|
isPinned?: boolean | null | undefined;
|
|
12
12
|
hasNewMessages?: boolean | null | undefined;
|
|
13
13
|
isImportant?: boolean | null | undefined;
|
|
14
14
|
}, {
|
|
15
15
|
accountIds?: string[] | null | undefined;
|
|
16
|
-
platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE")[] | null | undefined;
|
|
16
|
+
platforms?: ("EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE")[] | null | undefined;
|
|
17
17
|
isPinned?: boolean | null | undefined;
|
|
18
18
|
hasNewMessages?: boolean | null | undefined;
|
|
19
19
|
isImportant?: boolean | null | undefined;
|
|
@@ -85,6 +85,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
85
85
|
id: string;
|
|
86
86
|
login: string;
|
|
87
87
|
email?: string | null | undefined;
|
|
88
|
+
location?: string | null | undefined;
|
|
88
89
|
lastLoggedInAt?: Date | null | undefined;
|
|
89
90
|
isSystem?: boolean | null | undefined;
|
|
90
91
|
reviewCount?: number | null | undefined;
|
|
@@ -92,7 +93,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
92
93
|
isOnHoliday?: boolean | null | undefined;
|
|
93
94
|
isModerator?: boolean | null | undefined;
|
|
94
95
|
photo?: string | null | undefined;
|
|
95
|
-
location?: string | null | undefined;
|
|
96
96
|
billingName?: string | null | undefined;
|
|
97
97
|
billingAddressLine1?: string | null | undefined;
|
|
98
98
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -103,6 +103,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
103
103
|
id: string;
|
|
104
104
|
login: string;
|
|
105
105
|
email?: string | null | undefined;
|
|
106
|
+
location?: string | null | undefined;
|
|
106
107
|
lastLoggedInAt?: Date | null | undefined;
|
|
107
108
|
isSystem?: boolean | null | undefined;
|
|
108
109
|
reviewCount?: number | null | undefined;
|
|
@@ -110,7 +111,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
110
111
|
isOnHoliday?: boolean | null | undefined;
|
|
111
112
|
isModerator?: boolean | null | undefined;
|
|
112
113
|
photo?: string | null | undefined;
|
|
113
|
-
location?: string | null | undefined;
|
|
114
114
|
billingName?: string | null | undefined;
|
|
115
115
|
billingAddressLine1?: string | null | undefined;
|
|
116
116
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -599,6 +599,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
599
599
|
id: string;
|
|
600
600
|
login: string;
|
|
601
601
|
email?: string | null | undefined;
|
|
602
|
+
location?: string | null | undefined;
|
|
602
603
|
lastLoggedInAt?: Date | null | undefined;
|
|
603
604
|
isSystem?: boolean | null | undefined;
|
|
604
605
|
reviewCount?: number | null | undefined;
|
|
@@ -606,7 +607,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
606
607
|
isOnHoliday?: boolean | null | undefined;
|
|
607
608
|
isModerator?: boolean | null | undefined;
|
|
608
609
|
photo?: string | null | undefined;
|
|
609
|
-
location?: string | null | undefined;
|
|
610
610
|
billingName?: string | null | undefined;
|
|
611
611
|
billingAddressLine1?: string | null | undefined;
|
|
612
612
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -743,6 +743,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
743
743
|
id: string;
|
|
744
744
|
login: string;
|
|
745
745
|
email?: string | null | undefined;
|
|
746
|
+
location?: string | null | undefined;
|
|
746
747
|
lastLoggedInAt?: Date | null | undefined;
|
|
747
748
|
isSystem?: boolean | null | undefined;
|
|
748
749
|
reviewCount?: number | null | undefined;
|
|
@@ -750,7 +751,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
750
751
|
isOnHoliday?: boolean | null | undefined;
|
|
751
752
|
isModerator?: boolean | null | undefined;
|
|
752
753
|
photo?: string | null | undefined;
|
|
753
|
-
location?: string | null | undefined;
|
|
754
754
|
billingName?: string | null | undefined;
|
|
755
755
|
billingAddressLine1?: string | null | undefined;
|
|
756
756
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -810,7 +810,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
810
810
|
account: z.ZodObject<{
|
|
811
811
|
userId: z.ZodNumber;
|
|
812
812
|
accountId: z.ZodString;
|
|
813
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
813
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
814
814
|
name: z.ZodString;
|
|
815
815
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
816
816
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -860,7 +860,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
860
860
|
name: string;
|
|
861
861
|
userId: number;
|
|
862
862
|
accountId: string;
|
|
863
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
863
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
864
864
|
locale?: string | null | undefined;
|
|
865
865
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
866
866
|
night?: {
|
|
@@ -887,7 +887,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
887
887
|
name: string;
|
|
888
888
|
userId: number;
|
|
889
889
|
accountId: string;
|
|
890
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
890
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
891
891
|
status?: unknown;
|
|
892
892
|
locale?: string | null | undefined;
|
|
893
893
|
lockReason?: unknown;
|
|
@@ -994,6 +994,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
994
994
|
id: string;
|
|
995
995
|
login: string;
|
|
996
996
|
email?: string | null | undefined;
|
|
997
|
+
location?: string | null | undefined;
|
|
997
998
|
lastLoggedInAt?: Date | null | undefined;
|
|
998
999
|
isSystem?: boolean | null | undefined;
|
|
999
1000
|
reviewCount?: number | null | undefined;
|
|
@@ -1001,7 +1002,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1001
1002
|
isOnHoliday?: boolean | null | undefined;
|
|
1002
1003
|
isModerator?: boolean | null | undefined;
|
|
1003
1004
|
photo?: string | null | undefined;
|
|
1004
|
-
location?: string | null | undefined;
|
|
1005
1005
|
billingName?: string | null | undefined;
|
|
1006
1006
|
billingAddressLine1?: string | null | undefined;
|
|
1007
1007
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -1063,7 +1063,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1063
1063
|
name: string;
|
|
1064
1064
|
userId: number;
|
|
1065
1065
|
accountId: string;
|
|
1066
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1066
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1067
1067
|
locale?: string | null | undefined;
|
|
1068
1068
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
1069
1069
|
night?: {
|
|
@@ -1169,6 +1169,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1169
1169
|
id: string;
|
|
1170
1170
|
login: string;
|
|
1171
1171
|
email?: string | null | undefined;
|
|
1172
|
+
location?: string | null | undefined;
|
|
1172
1173
|
lastLoggedInAt?: Date | null | undefined;
|
|
1173
1174
|
isSystem?: boolean | null | undefined;
|
|
1174
1175
|
reviewCount?: number | null | undefined;
|
|
@@ -1176,7 +1177,6 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1176
1177
|
isOnHoliday?: boolean | null | undefined;
|
|
1177
1178
|
isModerator?: boolean | null | undefined;
|
|
1178
1179
|
photo?: string | null | undefined;
|
|
1179
|
-
location?: string | null | undefined;
|
|
1180
1180
|
billingName?: string | null | undefined;
|
|
1181
1181
|
billingAddressLine1?: string | null | undefined;
|
|
1182
1182
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -1237,7 +1237,7 @@ export declare const ConversationOnPlatformUpdateRequestSchema: z.ZodObject<{
|
|
|
1237
1237
|
name: string;
|
|
1238
1238
|
userId: number;
|
|
1239
1239
|
accountId: string;
|
|
1240
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1240
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1241
1241
|
status?: unknown;
|
|
1242
1242
|
locale?: string | null | undefined;
|
|
1243
1243
|
lockReason?: unknown;
|
|
@@ -10,7 +10,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
10
10
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
11
11
|
userId: z.ZodNumber;
|
|
12
12
|
accountId: z.ZodString;
|
|
13
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
13
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
14
14
|
name: z.ZodString;
|
|
15
15
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
16
16
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -60,7 +60,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
60
60
|
name: string;
|
|
61
61
|
userId: number;
|
|
62
62
|
accountId: string;
|
|
63
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
63
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
64
64
|
locale?: string | null | undefined;
|
|
65
65
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
66
66
|
night?: {
|
|
@@ -87,7 +87,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
87
87
|
name: string;
|
|
88
88
|
userId: number;
|
|
89
89
|
accountId: string;
|
|
90
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
90
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
91
91
|
status?: unknown;
|
|
92
92
|
locale?: string | null | undefined;
|
|
93
93
|
lockReason?: unknown;
|
|
@@ -375,9 +375,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
375
375
|
login: string;
|
|
376
376
|
platformUserId: string;
|
|
377
377
|
email?: string | null | undefined;
|
|
378
|
+
location?: string | null | undefined;
|
|
378
379
|
reviewCount?: number | null | undefined;
|
|
379
380
|
reviewValue?: number | null | undefined;
|
|
380
|
-
location?: string | null | undefined;
|
|
381
381
|
billingName?: string | null | undefined;
|
|
382
382
|
billingAddressLine1?: string | null | undefined;
|
|
383
383
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -399,9 +399,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
399
399
|
login: string;
|
|
400
400
|
platformUserId: string;
|
|
401
401
|
email?: string | null | undefined;
|
|
402
|
+
location?: string | null | undefined;
|
|
402
403
|
reviewCount?: number | null | undefined;
|
|
403
404
|
reviewValue?: number | null | undefined;
|
|
404
|
-
location?: string | null | undefined;
|
|
405
405
|
billingName?: string | null | undefined;
|
|
406
406
|
billingAddressLine1?: string | null | undefined;
|
|
407
407
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -435,9 +435,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
435
435
|
login: string;
|
|
436
436
|
platformUserId: string;
|
|
437
437
|
email?: string | null | undefined;
|
|
438
|
+
location?: string | null | undefined;
|
|
438
439
|
reviewCount?: number | null | undefined;
|
|
439
440
|
reviewValue?: number | null | undefined;
|
|
440
|
-
location?: string | null | undefined;
|
|
441
441
|
billingName?: string | null | undefined;
|
|
442
442
|
billingAddressLine1?: string | null | undefined;
|
|
443
443
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -459,7 +459,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
459
459
|
name: string;
|
|
460
460
|
userId: number;
|
|
461
461
|
accountId: string;
|
|
462
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
462
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
463
463
|
locale?: string | null | undefined;
|
|
464
464
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
465
465
|
night?: {
|
|
@@ -547,9 +547,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
547
547
|
login: string;
|
|
548
548
|
platformUserId: string;
|
|
549
549
|
email?: string | null | undefined;
|
|
550
|
+
location?: string | null | undefined;
|
|
550
551
|
reviewCount?: number | null | undefined;
|
|
551
552
|
reviewValue?: number | null | undefined;
|
|
552
|
-
location?: string | null | undefined;
|
|
553
553
|
billingName?: string | null | undefined;
|
|
554
554
|
billingAddressLine1?: string | null | undefined;
|
|
555
555
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -570,7 +570,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
570
570
|
name: string;
|
|
571
571
|
userId: number;
|
|
572
572
|
accountId: string;
|
|
573
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
573
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
574
574
|
status?: unknown;
|
|
575
575
|
locale?: string | null | undefined;
|
|
576
576
|
lockReason?: unknown;
|
|
@@ -881,9 +881,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
881
881
|
login: string;
|
|
882
882
|
platformUserId: string;
|
|
883
883
|
email?: string | null | undefined;
|
|
884
|
+
location?: string | null | undefined;
|
|
884
885
|
reviewCount?: number | null | undefined;
|
|
885
886
|
reviewValue?: number | null | undefined;
|
|
886
|
-
location?: string | null | undefined;
|
|
887
887
|
billingName?: string | null | undefined;
|
|
888
888
|
billingAddressLine1?: string | null | undefined;
|
|
889
889
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -905,7 +905,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
905
905
|
name: string;
|
|
906
906
|
userId: number;
|
|
907
907
|
accountId: string;
|
|
908
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
908
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
909
909
|
locale?: string | null | undefined;
|
|
910
910
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
911
911
|
night?: {
|
|
@@ -1045,9 +1045,9 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1045
1045
|
login: string;
|
|
1046
1046
|
platformUserId: string;
|
|
1047
1047
|
email?: string | null | undefined;
|
|
1048
|
+
location?: string | null | undefined;
|
|
1048
1049
|
reviewCount?: number | null | undefined;
|
|
1049
1050
|
reviewValue?: number | null | undefined;
|
|
1050
|
-
location?: string | null | undefined;
|
|
1051
1051
|
billingName?: string | null | undefined;
|
|
1052
1052
|
billingAddressLine1?: string | null | undefined;
|
|
1053
1053
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -1068,7 +1068,7 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
1068
1068
|
name: string;
|
|
1069
1069
|
userId: number;
|
|
1070
1070
|
accountId: string;
|
|
1071
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
1071
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
1072
1072
|
status?: unknown;
|
|
1073
1073
|
locale?: string | null | undefined;
|
|
1074
1074
|
lockReason?: unknown;
|
|
@@ -21,7 +21,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
21
21
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
22
22
|
userId: z.ZodNumber;
|
|
23
23
|
accountId: z.ZodString;
|
|
24
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
24
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
25
25
|
name: z.ZodString;
|
|
26
26
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
27
27
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -71,7 +71,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
71
71
|
name: string;
|
|
72
72
|
userId: number;
|
|
73
73
|
accountId: string;
|
|
74
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
74
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
75
75
|
locale?: string | null | undefined;
|
|
76
76
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
77
77
|
night?: {
|
|
@@ -98,7 +98,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
98
98
|
name: string;
|
|
99
99
|
userId: number;
|
|
100
100
|
accountId: string;
|
|
101
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
101
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
102
102
|
status?: unknown;
|
|
103
103
|
locale?: string | null | undefined;
|
|
104
104
|
lockReason?: unknown;
|
|
@@ -386,9 +386,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
386
386
|
login: string;
|
|
387
387
|
platformUserId: string;
|
|
388
388
|
email?: string | null | undefined;
|
|
389
|
+
location?: string | null | undefined;
|
|
389
390
|
reviewCount?: number | null | undefined;
|
|
390
391
|
reviewValue?: number | null | undefined;
|
|
391
|
-
location?: string | null | undefined;
|
|
392
392
|
billingName?: string | null | undefined;
|
|
393
393
|
billingAddressLine1?: string | null | undefined;
|
|
394
394
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -410,9 +410,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
410
410
|
login: string;
|
|
411
411
|
platformUserId: string;
|
|
412
412
|
email?: string | null | undefined;
|
|
413
|
+
location?: string | null | undefined;
|
|
413
414
|
reviewCount?: number | null | undefined;
|
|
414
415
|
reviewValue?: number | null | undefined;
|
|
415
|
-
location?: string | null | undefined;
|
|
416
416
|
billingName?: string | null | undefined;
|
|
417
417
|
billingAddressLine1?: string | null | undefined;
|
|
418
418
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -446,9 +446,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
446
446
|
login: string;
|
|
447
447
|
platformUserId: string;
|
|
448
448
|
email?: string | null | undefined;
|
|
449
|
+
location?: string | null | undefined;
|
|
449
450
|
reviewCount?: number | null | undefined;
|
|
450
451
|
reviewValue?: number | null | undefined;
|
|
451
|
-
location?: string | null | undefined;
|
|
452
452
|
billingName?: string | null | undefined;
|
|
453
453
|
billingAddressLine1?: string | null | undefined;
|
|
454
454
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -470,7 +470,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
470
470
|
name: string;
|
|
471
471
|
userId: number;
|
|
472
472
|
accountId: string;
|
|
473
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
473
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
474
474
|
locale?: string | null | undefined;
|
|
475
475
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
476
476
|
night?: {
|
|
@@ -558,9 +558,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
558
558
|
login: string;
|
|
559
559
|
platformUserId: string;
|
|
560
560
|
email?: string | null | undefined;
|
|
561
|
+
location?: string | null | undefined;
|
|
561
562
|
reviewCount?: number | null | undefined;
|
|
562
563
|
reviewValue?: number | null | undefined;
|
|
563
|
-
location?: string | null | undefined;
|
|
564
564
|
billingName?: string | null | undefined;
|
|
565
565
|
billingAddressLine1?: string | null | undefined;
|
|
566
566
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -581,7 +581,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
581
581
|
name: string;
|
|
582
582
|
userId: number;
|
|
583
583
|
accountId: string;
|
|
584
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
584
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
585
585
|
status?: unknown;
|
|
586
586
|
locale?: string | null | undefined;
|
|
587
587
|
lockReason?: unknown;
|
|
@@ -675,9 +675,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
675
675
|
login: string;
|
|
676
676
|
platformUserId: string;
|
|
677
677
|
email?: string | null | undefined;
|
|
678
|
+
location?: string | null | undefined;
|
|
678
679
|
reviewCount?: number | null | undefined;
|
|
679
680
|
reviewValue?: number | null | undefined;
|
|
680
|
-
location?: string | null | undefined;
|
|
681
681
|
billingName?: string | null | undefined;
|
|
682
682
|
billingAddressLine1?: string | null | undefined;
|
|
683
683
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -699,7 +699,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
699
699
|
name: string;
|
|
700
700
|
userId: number;
|
|
701
701
|
accountId: string;
|
|
702
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
702
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
703
703
|
locale?: string | null | undefined;
|
|
704
704
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
705
705
|
night?: {
|
|
@@ -797,9 +797,9 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
797
797
|
login: string;
|
|
798
798
|
platformUserId: string;
|
|
799
799
|
email?: string | null | undefined;
|
|
800
|
+
location?: string | null | undefined;
|
|
800
801
|
reviewCount?: number | null | undefined;
|
|
801
802
|
reviewValue?: number | null | undefined;
|
|
802
|
-
location?: string | null | undefined;
|
|
803
803
|
billingName?: string | null | undefined;
|
|
804
804
|
billingAddressLine1?: string | null | undefined;
|
|
805
805
|
billingAddressLine2?: string | null | undefined;
|
|
@@ -820,7 +820,7 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
820
820
|
name: string;
|
|
821
821
|
userId: number;
|
|
822
822
|
accountId: string;
|
|
823
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
823
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
824
824
|
status?: unknown;
|
|
825
825
|
locale?: string | null | undefined;
|
|
826
826
|
lockReason?: unknown;
|
|
@@ -12,7 +12,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
12
12
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
13
13
|
userId: z.ZodNumber;
|
|
14
14
|
accountId: z.ZodString;
|
|
15
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
15
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
16
16
|
name: z.ZodString;
|
|
17
17
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
18
18
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -62,7 +62,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
62
62
|
name: string;
|
|
63
63
|
userId: number;
|
|
64
64
|
accountId: string;
|
|
65
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
65
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
66
66
|
locale?: string | null | undefined;
|
|
67
67
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
68
68
|
night?: {
|
|
@@ -89,7 +89,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
89
89
|
name: string;
|
|
90
90
|
userId: number;
|
|
91
91
|
accountId: string;
|
|
92
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
92
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
93
93
|
status?: unknown;
|
|
94
94
|
locale?: string | null | undefined;
|
|
95
95
|
lockReason?: unknown;
|
|
@@ -128,7 +128,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
128
128
|
name: string;
|
|
129
129
|
userId: number;
|
|
130
130
|
accountId: string;
|
|
131
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
131
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
132
132
|
locale?: string | null | undefined;
|
|
133
133
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
134
134
|
night?: {
|
|
@@ -166,7 +166,7 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
166
166
|
name: string;
|
|
167
167
|
userId: number;
|
|
168
168
|
accountId: string;
|
|
169
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
169
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
170
170
|
status?: unknown;
|
|
171
171
|
locale?: string | null | undefined;
|
|
172
172
|
lockReason?: unknown;
|
package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts
CHANGED
|
@@ -13,7 +13,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
13
13
|
account: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
14
14
|
userId: z.ZodNumber;
|
|
15
15
|
accountId: z.ZodString;
|
|
16
|
-
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "VINTED", "VESTIAIRE"]>;
|
|
16
|
+
platform: z.ZodEnum<["EBAY", "ETSY", "SHOPIFY", "SUMUP", "VINTED", "VESTIAIRE"]>;
|
|
17
17
|
name: z.ZodString;
|
|
18
18
|
locale: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
19
19
|
status: z.ZodCatch<z.ZodEnum<["CONNECTED", "DISCONNECTED", "LOCKED", "PAUSED", "UNKNOWN"]>>;
|
|
@@ -63,7 +63,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
63
63
|
name: string;
|
|
64
64
|
userId: number;
|
|
65
65
|
accountId: string;
|
|
66
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
66
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
67
67
|
locale?: string | null | undefined;
|
|
68
68
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
69
69
|
night?: {
|
|
@@ -90,7 +90,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
90
90
|
name: string;
|
|
91
91
|
userId: number;
|
|
92
92
|
accountId: string;
|
|
93
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
93
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
94
94
|
status?: unknown;
|
|
95
95
|
locale?: string | null | undefined;
|
|
96
96
|
lockReason?: unknown;
|
|
@@ -129,7 +129,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
129
129
|
name: string;
|
|
130
130
|
userId: number;
|
|
131
131
|
accountId: string;
|
|
132
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
132
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
133
133
|
locale?: string | null | undefined;
|
|
134
134
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
135
135
|
night?: {
|
|
@@ -167,7 +167,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
167
167
|
name: string;
|
|
168
168
|
userId: number;
|
|
169
169
|
accountId: string;
|
|
170
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
170
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
171
171
|
status?: unknown;
|
|
172
172
|
locale?: string | null | undefined;
|
|
173
173
|
lockReason?: unknown;
|
|
@@ -209,7 +209,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
209
209
|
name: string;
|
|
210
210
|
userId: number;
|
|
211
211
|
accountId: string;
|
|
212
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
212
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
213
213
|
locale?: string | null | undefined;
|
|
214
214
|
lockReason?: "BANNED" | "PHONE_NUMBER_REQUIRED" | "LISTING_RESTRICTION" | "CONVERTING_TO_PRO" | "UNKNOWN" | null | undefined;
|
|
215
215
|
night?: {
|
|
@@ -249,7 +249,7 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
249
249
|
name: string;
|
|
250
250
|
userId: number;
|
|
251
251
|
accountId: string;
|
|
252
|
-
platform: "EBAY" | "ETSY" | "SHOPIFY" | "VINTED" | "VESTIAIRE";
|
|
252
|
+
platform: "EBAY" | "ETSY" | "SHOPIFY" | "SUMUP" | "VINTED" | "VESTIAIRE";
|
|
253
253
|
status?: unknown;
|
|
254
254
|
locale?: string | null | undefined;
|
|
255
255
|
lockReason?: unknown;
|