controlresell 2.8.51 → 2.8.53
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 +9 -10
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.js.map +1 -1
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts +6 -6
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishRequest.d.ts +23 -71
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js +11 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/items/publish/PublishRequest.ts +9 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.d.ts → api/requests/items/publish/PublishRequestItems.d.ts} +19 -19
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.d.ts.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.js → api/requests/items/publish/PublishRequestItems.js} +3 -3
- package/src/com/controlresell/api/requests/items/publish/PublishRequestItems.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests/PublishRequestItem.ts → api/requests/items/publish/PublishRequestItems.ts} +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts +2 -2
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts +88 -88
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.js +5 -5
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -0
- package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.ts +5 -5
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts +28 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +10 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.ts +8 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts +13 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +9 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -0
- package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.ts +7 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts +22 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.d.ts.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js +12 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.js.map +1 -0
- package/src/com/controlresell/api/requests/quizresponses/CreateQuizResponseRequest.ts +10 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts +28 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js +14 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseBaseResponse.ts +12 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +34 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +16 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.ts +14 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts +10 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js +8 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/BillingPortalUrlResponse.ts +6 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts +76 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.d.ts.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js +11 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.js.map +1 -0
- package/src/com/controlresell/api/responses/subscriptions/SubscriptionStatus.ts +9 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +20 -20
- package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +56 -56
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +46 -46
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +12 -12
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +14 -14
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleDistributionMode.d.ts +8 -8
- package/src/com/controlresell/auth/models/preferences/payloads/actions/LifecycleTimeSlot.d.ts +2 -2
- package/src/com/controlresell/auth/models/preferences/payloads/actions/ManualLifecycleDistributionMode.d.ts +4 -4
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +6 -6
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +68 -68
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +10 -10
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +16 -16
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +10 -10
- package/src/com/controlresell/auth/models/users/platforms/UpdateUserOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +2 -2
- package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +6 -6
- package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +10 -10
- package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +10 -10
- package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +10 -10
- package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +4 -4
- package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +6 -6
- package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +6 -6
- package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +18 -18
- package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +10 -10
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +148 -170
- package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/fees/Fee.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +126 -148
- package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/Item.d.ts +90 -108
- package/src/com/controlresell/inventory/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts +39 -0
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js +4 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemFiltersContext.ts +4 -1
- package/src/com/controlresell/inventory/models/items/ItemPayload.d.ts +2 -2
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +122 -144
- package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +122 -144
- package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +126 -148
- package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts +42 -56
- package/src/com/controlresell/inventory/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts +44 -58
- package/src/com/controlresell/inventory/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts +56 -76
- package/src/com/controlresell/inventory/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryImageProcessingDone.ts +2 -2
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +4 -10
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingPayload.ts +1 -3
- package/src/com/controlresell/inventory/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +10 -10
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.d.ts → images/ImageVariation.d.ts} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.d.ts.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.js → images/ImageVariation.js} +3 -3
- package/src/com/controlresell/inventory/models/items/images/ImageVariation.js.map +1 -0
- package/src/com/controlresell/inventory/models/items/{history/data/RepublishImageVariation.ts → images/ImageVariation.ts} +2 -2
- package/src/com/controlresell/inventory/models/items/labels/ItemLabel.d.ts +4 -4
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +6 -6
- package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/inventory/models/metadata/brands/Brand.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/labels/Label.d.ts +2 -2
- package/src/com/controlresell/inventory/models/metadata/places/Place.d.ts +2 -2
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +57 -0
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +55 -55
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +349 -375
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +10 -10
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +245 -267
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/User.d.ts +2 -2
- package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
- package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +4 -4
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +4 -4
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +18 -18
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +300 -344
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +24 -24
- package/src/com/controlresell/notify/models/notifications/NotificationPreference.d.ts +2 -2
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts +28 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js +14 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.js.map +1 -0
- package/src/com/controlresell/subscriptions/api/CreateSubscriptionHistoryPayload.ts +12 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts +40 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.d.ts.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js +18 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.js.map +1 -0
- package/src/com/controlresell/subscriptions/models/SubscriptionHistory.ts +16 -0
- package/src/index.d.ts +17 -11
- package/src/index.d.ts.map +1 -1
- package/src/index.js +40 -28
- package/src/index.js.map +1 -1
- package/src/index.ts +17 -11
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/history/data/RepublishImageVariation.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts +0 -19
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js +0 -11
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/platforms/PlatformInfo.ts +0 -9
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js +0 -18
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequest.ts +0 -16
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts +0 -225
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js +0 -13
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/PublishRequestWithItem.ts +0 -11
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequest.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts +0 -305
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.d.ts.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js +0 -12
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.js.map +0 -1
- package/src/com/controlresell/inventory/models/items/requests/RepublishRequestWithItem.ts +0 -10
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/pricedrop}/PriceDropRequest.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/AutomaticPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/ManualPublishRequestItem.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.d.ts.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.js.map +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/publish}/PublishTimeSlot.ts +0 -0
- /package/src/com/controlresell/{inventory/models/items/requests → api/requests/items/republish}/RepublishRequest.d.ts.map +0 -0
|
@@ -28,8 +28,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
28
28
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
29
29
|
}, "strip", z.ZodTypeAny, {
|
|
30
30
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
31
|
-
name: string;
|
|
32
31
|
userId: string | number;
|
|
32
|
+
name: string;
|
|
33
33
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
34
34
|
accountId: string;
|
|
35
35
|
locale?: string | null | undefined;
|
|
@@ -42,8 +42,8 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
42
42
|
conversationsMaxDelay?: number | null | undefined;
|
|
43
43
|
}, {
|
|
44
44
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
45
|
-
name: string;
|
|
46
45
|
userId: string | number;
|
|
46
|
+
name: string;
|
|
47
47
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
48
48
|
accountId: string;
|
|
49
49
|
locale?: string | null | undefined;
|
|
@@ -320,14 +320,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
320
320
|
isPinned: z.ZodBoolean;
|
|
321
321
|
}, "strip", z.ZodTypeAny, {
|
|
322
322
|
id: string;
|
|
323
|
-
accountId: string;
|
|
324
323
|
updatedAt: Date;
|
|
324
|
+
accountId: string;
|
|
325
325
|
platformConversationId: string;
|
|
326
326
|
isPinned: boolean;
|
|
327
327
|
account?: {
|
|
328
328
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
329
|
-
name: string;
|
|
330
329
|
userId: string | number;
|
|
330
|
+
name: string;
|
|
331
331
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
332
332
|
accountId: string;
|
|
333
333
|
locale?: string | null | undefined;
|
|
@@ -403,14 +403,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
403
403
|
lastRead?: Date | null | undefined;
|
|
404
404
|
}, {
|
|
405
405
|
id: string;
|
|
406
|
-
accountId: string;
|
|
407
406
|
updatedAt: Date;
|
|
407
|
+
accountId: string;
|
|
408
408
|
platformConversationId: string;
|
|
409
409
|
isPinned: boolean;
|
|
410
410
|
account?: {
|
|
411
411
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
412
|
-
name: string;
|
|
413
412
|
userId: string | number;
|
|
413
|
+
name: string;
|
|
414
414
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
415
415
|
accountId: string;
|
|
416
416
|
locale?: string | null | undefined;
|
|
@@ -689,14 +689,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
689
689
|
userId: string | number;
|
|
690
690
|
conversation: {
|
|
691
691
|
id: string;
|
|
692
|
-
accountId: string;
|
|
693
692
|
updatedAt: Date;
|
|
693
|
+
accountId: string;
|
|
694
694
|
platformConversationId: string;
|
|
695
695
|
isPinned: boolean;
|
|
696
696
|
account?: {
|
|
697
697
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
698
|
-
name: string;
|
|
699
698
|
userId: string | number;
|
|
699
|
+
name: string;
|
|
700
700
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
701
701
|
accountId: string;
|
|
702
702
|
locale?: string | null | undefined;
|
|
@@ -819,14 +819,14 @@ export declare const ConversationUpdateSchema: z.ZodObject<{
|
|
|
819
819
|
userId: string | number;
|
|
820
820
|
conversation: {
|
|
821
821
|
id: string;
|
|
822
|
-
accountId: string;
|
|
823
822
|
updatedAt: Date;
|
|
823
|
+
accountId: string;
|
|
824
824
|
platformConversationId: string;
|
|
825
825
|
isPinned: boolean;
|
|
826
826
|
account?: {
|
|
827
827
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
828
|
-
name: string;
|
|
829
828
|
userId: string | number;
|
|
829
|
+
name: string;
|
|
830
830
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
831
831
|
accountId: string;
|
|
832
832
|
locale?: string | null | undefined;
|
|
@@ -39,8 +39,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
39
39
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
40
40
|
}, "strip", z.ZodTypeAny, {
|
|
41
41
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
42
|
-
name: string;
|
|
43
42
|
userId: string | number;
|
|
43
|
+
name: string;
|
|
44
44
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
45
45
|
accountId: string;
|
|
46
46
|
locale?: string | null | undefined;
|
|
@@ -53,8 +53,8 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
53
53
|
conversationsMaxDelay?: number | null | undefined;
|
|
54
54
|
}, {
|
|
55
55
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
56
|
-
name: string;
|
|
57
56
|
userId: string | number;
|
|
57
|
+
name: string;
|
|
58
58
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
59
59
|
accountId: string;
|
|
60
60
|
locale?: string | null | undefined;
|
|
@@ -331,14 +331,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
331
331
|
isPinned: z.ZodBoolean;
|
|
332
332
|
}, "strip", z.ZodTypeAny, {
|
|
333
333
|
id: string;
|
|
334
|
-
accountId: string;
|
|
335
334
|
updatedAt: Date;
|
|
335
|
+
accountId: string;
|
|
336
336
|
platformConversationId: string;
|
|
337
337
|
isPinned: boolean;
|
|
338
338
|
account?: {
|
|
339
339
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
340
|
-
name: string;
|
|
341
340
|
userId: string | number;
|
|
341
|
+
name: string;
|
|
342
342
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
343
343
|
accountId: string;
|
|
344
344
|
locale?: string | null | undefined;
|
|
@@ -414,14 +414,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
414
414
|
lastRead?: Date | null | undefined;
|
|
415
415
|
}, {
|
|
416
416
|
id: string;
|
|
417
|
-
accountId: string;
|
|
418
417
|
updatedAt: Date;
|
|
418
|
+
accountId: string;
|
|
419
419
|
platformConversationId: string;
|
|
420
420
|
isPinned: boolean;
|
|
421
421
|
account?: {
|
|
422
422
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
423
|
-
name: string;
|
|
424
423
|
userId: string | number;
|
|
424
|
+
name: string;
|
|
425
425
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
426
426
|
accountId: string;
|
|
427
427
|
locale?: string | null | undefined;
|
|
@@ -507,14 +507,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
507
507
|
};
|
|
508
508
|
rows: {
|
|
509
509
|
id: string;
|
|
510
|
-
accountId: string;
|
|
511
510
|
updatedAt: Date;
|
|
511
|
+
accountId: string;
|
|
512
512
|
platformConversationId: string;
|
|
513
513
|
isPinned: boolean;
|
|
514
514
|
account?: {
|
|
515
515
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
516
|
-
name: string;
|
|
517
516
|
userId: string | number;
|
|
517
|
+
name: string;
|
|
518
518
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
519
519
|
accountId: string;
|
|
520
520
|
locale?: string | null | undefined;
|
|
@@ -600,14 +600,14 @@ export declare const UserConversationsSchema: z.ZodObject<{
|
|
|
600
600
|
};
|
|
601
601
|
rows: {
|
|
602
602
|
id: string;
|
|
603
|
-
accountId: string;
|
|
604
603
|
updatedAt: Date;
|
|
604
|
+
accountId: string;
|
|
605
605
|
platformConversationId: string;
|
|
606
606
|
isPinned: boolean;
|
|
607
607
|
account?: {
|
|
608
608
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
609
|
-
name: string;
|
|
610
609
|
userId: string | number;
|
|
610
|
+
name: string;
|
|
611
611
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
612
612
|
accountId: string;
|
|
613
613
|
locale?: string | null | undefined;
|
|
@@ -30,8 +30,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
30
30
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
31
31
|
}, "strip", z.ZodTypeAny, {
|
|
32
32
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
33
|
-
name: string;
|
|
34
33
|
userId: string | number;
|
|
34
|
+
name: string;
|
|
35
35
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
36
36
|
accountId: string;
|
|
37
37
|
locale?: string | null | undefined;
|
|
@@ -44,8 +44,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
44
44
|
conversationsMaxDelay?: number | null | undefined;
|
|
45
45
|
}, {
|
|
46
46
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
47
|
-
name: string;
|
|
48
47
|
userId: string | number;
|
|
48
|
+
name: string;
|
|
49
49
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
50
50
|
accountId: string;
|
|
51
51
|
locale?: string | null | undefined;
|
|
@@ -68,8 +68,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
68
68
|
rateLimited: boolean;
|
|
69
69
|
account?: {
|
|
70
70
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
71
|
-
name: string;
|
|
72
71
|
userId: string | number;
|
|
72
|
+
name: string;
|
|
73
73
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
74
74
|
accountId: string;
|
|
75
75
|
locale?: string | null | undefined;
|
|
@@ -92,8 +92,8 @@ export declare const ConversationFavoriteSchema: z.ZodObject<{
|
|
|
92
92
|
rateLimited: boolean;
|
|
93
93
|
account?: {
|
|
94
94
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
95
|
-
name: string;
|
|
96
95
|
userId: string | number;
|
|
96
|
+
name: string;
|
|
97
97
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
98
98
|
accountId: string;
|
|
99
99
|
locale?: string | null | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
31
31
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
34
|
-
name: string;
|
|
35
34
|
userId: string | number;
|
|
35
|
+
name: string;
|
|
36
36
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
37
37
|
accountId: string;
|
|
38
38
|
locale?: string | null | undefined;
|
|
@@ -45,8 +45,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
45
45
|
conversationsMaxDelay?: number | null | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
48
|
-
name: string;
|
|
49
48
|
userId: string | number;
|
|
49
|
+
name: string;
|
|
50
50
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
51
51
|
accountId: string;
|
|
52
52
|
locale?: string | null | undefined;
|
|
@@ -69,8 +69,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
69
69
|
rateLimited: boolean;
|
|
70
70
|
account?: {
|
|
71
71
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
72
|
-
name: string;
|
|
73
72
|
userId: string | number;
|
|
73
|
+
name: string;
|
|
74
74
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
75
75
|
accountId: string;
|
|
76
76
|
locale?: string | null | undefined;
|
|
@@ -93,8 +93,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
93
93
|
rateLimited: boolean;
|
|
94
94
|
account?: {
|
|
95
95
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
96
|
-
name: string;
|
|
97
96
|
userId: string | number;
|
|
97
|
+
name: string;
|
|
98
98
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
99
99
|
accountId: string;
|
|
100
100
|
locale?: string | null | undefined;
|
|
@@ -119,8 +119,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
119
119
|
rateLimited: boolean;
|
|
120
120
|
account?: {
|
|
121
121
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
122
|
-
name: string;
|
|
123
122
|
userId: string | number;
|
|
123
|
+
name: string;
|
|
124
124
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
125
125
|
accountId: string;
|
|
126
126
|
locale?: string | null | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const ReportRateLimitOnFavoritesSchema: z.ZodObject<{
|
|
|
145
145
|
rateLimited: boolean;
|
|
146
146
|
account?: {
|
|
147
147
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
148
|
-
name: string;
|
|
149
148
|
userId: string | number;
|
|
149
|
+
name: string;
|
|
150
150
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
151
151
|
accountId: string;
|
|
152
152
|
locale?: string | null | undefined;
|
|
@@ -31,8 +31,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
31
31
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
32
32
|
}, "strip", z.ZodTypeAny, {
|
|
33
33
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
34
|
-
name: string;
|
|
35
34
|
userId: string | number;
|
|
35
|
+
name: string;
|
|
36
36
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
37
37
|
accountId: string;
|
|
38
38
|
locale?: string | null | undefined;
|
|
@@ -45,8 +45,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
45
45
|
conversationsMaxDelay?: number | null | undefined;
|
|
46
46
|
}, {
|
|
47
47
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
48
|
-
name: string;
|
|
49
48
|
userId: string | number;
|
|
49
|
+
name: string;
|
|
50
50
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
51
51
|
accountId: string;
|
|
52
52
|
locale?: string | null | undefined;
|
|
@@ -69,8 +69,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
69
69
|
rateLimited: boolean;
|
|
70
70
|
account?: {
|
|
71
71
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
72
|
-
name: string;
|
|
73
72
|
userId: string | number;
|
|
73
|
+
name: string;
|
|
74
74
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
75
75
|
accountId: string;
|
|
76
76
|
locale?: string | null | undefined;
|
|
@@ -93,8 +93,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
93
93
|
rateLimited: boolean;
|
|
94
94
|
account?: {
|
|
95
95
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
96
|
-
name: string;
|
|
97
96
|
userId: string | number;
|
|
97
|
+
name: string;
|
|
98
98
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
99
99
|
accountId: string;
|
|
100
100
|
locale?: string | null | undefined;
|
|
@@ -119,8 +119,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
119
119
|
rateLimited: boolean;
|
|
120
120
|
account?: {
|
|
121
121
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
122
|
-
name: string;
|
|
123
122
|
userId: string | number;
|
|
123
|
+
name: string;
|
|
124
124
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
125
125
|
accountId: string;
|
|
126
126
|
locale?: string | null | undefined;
|
|
@@ -145,8 +145,8 @@ export declare const SubmitFavoritesResponseSchema: z.ZodObject<{
|
|
|
145
145
|
rateLimited: boolean;
|
|
146
146
|
account?: {
|
|
147
147
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
148
|
-
name: string;
|
|
149
148
|
userId: string | number;
|
|
149
|
+
name: string;
|
|
150
150
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
151
151
|
accountId: string;
|
|
152
152
|
locale?: string | null | undefined;
|
|
@@ -43,8 +43,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
43
43
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
44
44
|
}, "strip", z.ZodTypeAny, {
|
|
45
45
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
46
|
-
name: string;
|
|
47
46
|
userId: string | number;
|
|
47
|
+
name: string;
|
|
48
48
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
49
49
|
accountId: string;
|
|
50
50
|
locale?: string | null | undefined;
|
|
@@ -57,8 +57,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
57
57
|
conversationsMaxDelay?: number | null | undefined;
|
|
58
58
|
}, {
|
|
59
59
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
60
|
-
name: string;
|
|
61
60
|
userId: string | number;
|
|
61
|
+
name: string;
|
|
62
62
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
63
63
|
accountId: string;
|
|
64
64
|
locale?: string | null | undefined;
|
|
@@ -77,11 +77,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
77
77
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
78
78
|
id: string;
|
|
79
79
|
createdAt: Date;
|
|
80
|
+
updatedAt: Date;
|
|
80
81
|
accountId: string;
|
|
81
82
|
itemId: string | number;
|
|
82
83
|
platformId: string;
|
|
83
84
|
platformUrl: string;
|
|
84
|
-
updatedAt: Date;
|
|
85
85
|
platformPrice: number;
|
|
86
86
|
publishedAt: Date;
|
|
87
87
|
favoritesCount?: number | null | undefined;
|
|
@@ -89,8 +89,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
89
89
|
conversationId?: string | null | undefined;
|
|
90
90
|
account?: {
|
|
91
91
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
92
|
-
name: string;
|
|
93
92
|
userId: string | number;
|
|
93
|
+
name: string;
|
|
94
94
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
95
95
|
accountId: string;
|
|
96
96
|
locale?: string | null | undefined;
|
|
@@ -106,11 +106,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
106
106
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
107
107
|
id: string;
|
|
108
108
|
createdAt: Date;
|
|
109
|
+
updatedAt: Date;
|
|
109
110
|
accountId: string;
|
|
110
111
|
itemId: string | number;
|
|
111
112
|
platformId: string;
|
|
112
113
|
platformUrl: string;
|
|
113
|
-
updatedAt: Date;
|
|
114
114
|
platformPrice: number;
|
|
115
115
|
publishedAt: Date;
|
|
116
116
|
favoritesCount?: number | null | undefined;
|
|
@@ -118,8 +118,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
118
118
|
conversationId?: string | null | undefined;
|
|
119
119
|
account?: {
|
|
120
120
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
121
|
-
name: string;
|
|
122
121
|
userId: string | number;
|
|
122
|
+
name: string;
|
|
123
123
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
124
124
|
accountId: string;
|
|
125
125
|
locale?: string | null | undefined;
|
|
@@ -139,11 +139,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
139
139
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
140
140
|
id: string;
|
|
141
141
|
createdAt: Date;
|
|
142
|
+
updatedAt: Date;
|
|
142
143
|
accountId: string;
|
|
143
144
|
itemId: string | number;
|
|
144
145
|
platformId: string;
|
|
145
146
|
platformUrl: string;
|
|
146
|
-
updatedAt: Date;
|
|
147
147
|
platformPrice: number;
|
|
148
148
|
publishedAt: Date;
|
|
149
149
|
favoritesCount?: number | null | undefined;
|
|
@@ -151,8 +151,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
151
151
|
conversationId?: string | null | undefined;
|
|
152
152
|
account?: {
|
|
153
153
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
154
|
-
name: string;
|
|
155
154
|
userId: string | number;
|
|
155
|
+
name: string;
|
|
156
156
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
157
157
|
accountId: string;
|
|
158
158
|
locale?: string | null | undefined;
|
|
@@ -172,11 +172,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
172
172
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
173
173
|
id: string;
|
|
174
174
|
createdAt: Date;
|
|
175
|
+
updatedAt: Date;
|
|
175
176
|
accountId: string;
|
|
176
177
|
itemId: string | number;
|
|
177
178
|
platformId: string;
|
|
178
179
|
platformUrl: string;
|
|
179
|
-
updatedAt: Date;
|
|
180
180
|
platformPrice: number;
|
|
181
181
|
publishedAt: Date;
|
|
182
182
|
favoritesCount?: number | null | undefined;
|
|
@@ -184,8 +184,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
184
184
|
conversationId?: string | null | undefined;
|
|
185
185
|
account?: {
|
|
186
186
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
187
|
-
name: string;
|
|
188
187
|
userId: string | number;
|
|
188
|
+
name: string;
|
|
189
189
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
190
190
|
accountId: string;
|
|
191
191
|
locale?: string | null | undefined;
|
|
@@ -203,8 +203,6 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
203
203
|
id: string;
|
|
204
204
|
accountId: string;
|
|
205
205
|
platformTransactionId: string;
|
|
206
|
-
conversationId?: string | null | undefined;
|
|
207
|
-
shipmentId?: string | null | undefined;
|
|
208
206
|
items?: {
|
|
209
207
|
transactionId: string;
|
|
210
208
|
itemOnPlatformId: string;
|
|
@@ -212,11 +210,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
212
210
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
213
211
|
id: string;
|
|
214
212
|
createdAt: Date;
|
|
213
|
+
updatedAt: Date;
|
|
215
214
|
accountId: string;
|
|
216
215
|
itemId: string | number;
|
|
217
216
|
platformId: string;
|
|
218
217
|
platformUrl: string;
|
|
219
|
-
updatedAt: Date;
|
|
220
218
|
platformPrice: number;
|
|
221
219
|
publishedAt: Date;
|
|
222
220
|
favoritesCount?: number | null | undefined;
|
|
@@ -224,8 +222,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
224
222
|
conversationId?: string | null | undefined;
|
|
225
223
|
account?: {
|
|
226
224
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
227
|
-
name: string;
|
|
228
225
|
userId: string | number;
|
|
226
|
+
name: string;
|
|
229
227
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
230
228
|
accountId: string;
|
|
231
229
|
locale?: string | null | undefined;
|
|
@@ -239,14 +237,14 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
239
237
|
} | null | undefined;
|
|
240
238
|
} | null | undefined;
|
|
241
239
|
}[] | null | undefined;
|
|
240
|
+
conversationId?: string | null | undefined;
|
|
241
|
+
shipmentId?: string | null | undefined;
|
|
242
242
|
buyerPlatformId?: string | null | undefined;
|
|
243
243
|
sellerPlatformId?: string | null | undefined;
|
|
244
244
|
}, {
|
|
245
245
|
id: string;
|
|
246
246
|
accountId: string;
|
|
247
247
|
platformTransactionId: string;
|
|
248
|
-
conversationId?: string | null | undefined;
|
|
249
|
-
shipmentId?: string | null | undefined;
|
|
250
248
|
items?: {
|
|
251
249
|
transactionId: string;
|
|
252
250
|
itemOnPlatformId: string;
|
|
@@ -254,11 +252,11 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
254
252
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
255
253
|
id: string;
|
|
256
254
|
createdAt: Date;
|
|
255
|
+
updatedAt: Date;
|
|
257
256
|
accountId: string;
|
|
258
257
|
itemId: string | number;
|
|
259
258
|
platformId: string;
|
|
260
259
|
platformUrl: string;
|
|
261
|
-
updatedAt: Date;
|
|
262
260
|
platformPrice: number;
|
|
263
261
|
publishedAt: Date;
|
|
264
262
|
favoritesCount?: number | null | undefined;
|
|
@@ -266,8 +264,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
266
264
|
conversationId?: string | null | undefined;
|
|
267
265
|
account?: {
|
|
268
266
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
269
|
-
name: string;
|
|
270
267
|
userId: string | number;
|
|
268
|
+
name: string;
|
|
271
269
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
272
270
|
accountId: string;
|
|
273
271
|
locale?: string | null | undefined;
|
|
@@ -281,6 +279,8 @@ export declare const TransactionSchema: z.ZodObject<{
|
|
|
281
279
|
} | null | undefined;
|
|
282
280
|
} | null | undefined;
|
|
283
281
|
}[] | null | undefined;
|
|
282
|
+
conversationId?: string | null | undefined;
|
|
283
|
+
shipmentId?: string | null | undefined;
|
|
284
284
|
buyerPlatformId?: string | null | undefined;
|
|
285
285
|
sellerPlatformId?: string | null | undefined;
|
|
286
286
|
}>;
|
|
@@ -35,8 +35,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
35
35
|
conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
36
36
|
}, "strip", z.ZodTypeAny, {
|
|
37
37
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
38
|
-
name: string;
|
|
39
38
|
userId: string | number;
|
|
39
|
+
name: string;
|
|
40
40
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
41
41
|
accountId: string;
|
|
42
42
|
locale?: string | null | undefined;
|
|
@@ -49,8 +49,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
49
49
|
conversationsMaxDelay?: number | null | undefined;
|
|
50
50
|
}, {
|
|
51
51
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
52
|
-
name: string;
|
|
53
52
|
userId: string | number;
|
|
53
|
+
name: string;
|
|
54
54
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
55
55
|
accountId: string;
|
|
56
56
|
locale?: string | null | undefined;
|
|
@@ -69,11 +69,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
69
69
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
70
70
|
id: string;
|
|
71
71
|
createdAt: Date;
|
|
72
|
+
updatedAt: Date;
|
|
72
73
|
accountId: string;
|
|
73
74
|
itemId: string | number;
|
|
74
75
|
platformId: string;
|
|
75
76
|
platformUrl: string;
|
|
76
|
-
updatedAt: Date;
|
|
77
77
|
platformPrice: number;
|
|
78
78
|
publishedAt: Date;
|
|
79
79
|
favoritesCount?: number | null | undefined;
|
|
@@ -81,8 +81,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
81
81
|
conversationId?: string | null | undefined;
|
|
82
82
|
account?: {
|
|
83
83
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
84
|
-
name: string;
|
|
85
84
|
userId: string | number;
|
|
85
|
+
name: string;
|
|
86
86
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
87
87
|
accountId: string;
|
|
88
88
|
locale?: string | null | undefined;
|
|
@@ -98,11 +98,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
98
98
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
99
99
|
id: string;
|
|
100
100
|
createdAt: Date;
|
|
101
|
+
updatedAt: Date;
|
|
101
102
|
accountId: string;
|
|
102
103
|
itemId: string | number;
|
|
103
104
|
platformId: string;
|
|
104
105
|
platformUrl: string;
|
|
105
|
-
updatedAt: Date;
|
|
106
106
|
platformPrice: number;
|
|
107
107
|
publishedAt: Date;
|
|
108
108
|
favoritesCount?: number | null | undefined;
|
|
@@ -110,8 +110,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
110
110
|
conversationId?: string | null | undefined;
|
|
111
111
|
account?: {
|
|
112
112
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
113
|
-
name: string;
|
|
114
113
|
userId: string | number;
|
|
114
|
+
name: string;
|
|
115
115
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
116
116
|
accountId: string;
|
|
117
117
|
locale?: string | null | undefined;
|
|
@@ -131,11 +131,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
131
131
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
132
132
|
id: string;
|
|
133
133
|
createdAt: Date;
|
|
134
|
+
updatedAt: Date;
|
|
134
135
|
accountId: string;
|
|
135
136
|
itemId: string | number;
|
|
136
137
|
platformId: string;
|
|
137
138
|
platformUrl: string;
|
|
138
|
-
updatedAt: Date;
|
|
139
139
|
platformPrice: number;
|
|
140
140
|
publishedAt: Date;
|
|
141
141
|
favoritesCount?: number | null | undefined;
|
|
@@ -143,8 +143,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
143
143
|
conversationId?: string | null | undefined;
|
|
144
144
|
account?: {
|
|
145
145
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
146
|
-
name: string;
|
|
147
146
|
userId: string | number;
|
|
147
|
+
name: string;
|
|
148
148
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
149
149
|
accountId: string;
|
|
150
150
|
locale?: string | null | undefined;
|
|
@@ -164,11 +164,11 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
164
164
|
status: "DRAFT" | "PENDING" | "ERROR" | "ONLINE" | "DELETED" | "ARCHIVED" | "SOLD" | "SOLD_ELSEWHERE" | "HIDDEN" | "DISPUTE";
|
|
165
165
|
id: string;
|
|
166
166
|
createdAt: Date;
|
|
167
|
+
updatedAt: Date;
|
|
167
168
|
accountId: string;
|
|
168
169
|
itemId: string | number;
|
|
169
170
|
platformId: string;
|
|
170
171
|
platformUrl: string;
|
|
171
|
-
updatedAt: Date;
|
|
172
172
|
platformPrice: number;
|
|
173
173
|
publishedAt: Date;
|
|
174
174
|
favoritesCount?: number | null | undefined;
|
|
@@ -176,8 +176,8 @@ export declare const ItemInTransactionSchema: z.ZodObject<{
|
|
|
176
176
|
conversationId?: string | null | undefined;
|
|
177
177
|
account?: {
|
|
178
178
|
status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
|
|
179
|
-
name: string;
|
|
180
179
|
userId: string | number;
|
|
180
|
+
name: string;
|
|
181
181
|
platform: "ETSY" | "SHOPIFY" | "VINTED";
|
|
182
182
|
accountId: string;
|
|
183
183
|
locale?: string | null | undefined;
|