controlresell 2.17.3 → 2.18.1
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/requests/items/republish/RepublishRequest.d.ts +151 -38
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +3 -4
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +3 -4
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts +47 -0
- package/src/com/controlresell/api/responses/conversations/MessageStreamResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts +16 -0
- package/src/com/controlresell/api/responses/invoices/ListInvoicesResponse.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +774 -221
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +662 -183
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +472 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +1416 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +996 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/CreatePreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/PartialPreferenceCasePayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts +420 -0
- package/src/com/controlresell/auth/models/preferences/cases/PreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts +212 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts +322 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js +6 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.js.map +1 -1
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionPayloadDecodedPayload.ts +8 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts +264 -0
- package/src/com/controlresell/auth/models/preferences/payloads/actions/PreferenceActionsPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts +1836 -0
- package/src/com/controlresell/auth/models/preferences/queue/PreferenceNextActionPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PartialPreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariant.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts +632 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts +368 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/business/BusinessProfile.d.ts +5 -0
- package/src/com/controlresell/models/business/BusinessProfile.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/Conversation.d.ts +23 -0
- package/src/com/controlresell/models/conversations/Conversation.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +38 -13
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts +38 -0
- package/src/com/controlresell/models/conversations/ConversationUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/UserConversations.d.ts +29 -0
- package/src/com/controlresell/models/conversations/UserConversations.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts +7 -0
- package/src/com/controlresell/models/conversations/favorites/ConversationFavorite.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts +9 -0
- package/src/com/controlresell/models/conversations/favorites/ReportRateLimitOnFavorites.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts +9 -0
- package/src/com/controlresell/models/conversations/favorites/SubmitFavoritesResponse.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts +7 -0
- package/src/com/controlresell/models/conversations/messages/ConversationMessage.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts +9 -0
- package/src/com/controlresell/models/conversations/messages/PaginatedConversationMessages.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.d.ts +5 -0
- package/src/com/controlresell/models/conversations/messages/files/ConversationMessageFile.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts +5 -0
- package/src/com/controlresell/models/conversations/users/ConversationUser.d.ts.map +1 -1
- package/src/com/controlresell/models/files/File.d.ts +3 -0
- package/src/com/controlresell/models/files/File.d.ts.map +1 -1
- package/src/com/controlresell/models/files/File.js +3 -1
- package/src/com/controlresell/models/files/File.js.map +1 -1
- package/src/com/controlresell/models/files/File.ts +3 -1
- package/src/com/controlresell/models/files/FileStatus.d.ts +4 -0
- package/src/com/controlresell/models/files/FileStatus.d.ts.map +1 -0
- package/src/com/controlresell/models/files/FileStatus.js +5 -0
- package/src/com/controlresell/models/files/FileStatus.js.map +1 -0
- package/src/com/controlresell/models/files/FileStatus.ts +6 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts +7 -0
- package/src/com/controlresell/models/filters/PreferenceFilter.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +4 -4
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +4 -4
- package/src/com/controlresell/models/invoices/Invoice.d.ts +12 -0
- package/src/com/controlresell/models/invoices/Invoice.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +1522 -436
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +1304 -362
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +2 -2
- package/src/com/controlresell/models/items/ItemRepublishPayload.d.ts +109 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.js +11 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.js.map +1 -0
- package/src/com/controlresell/models/items/ItemRepublishPayload.ts +12 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +774 -221
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/PriceVariationPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.d.ts.map +1 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.js +5 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.js.map +1 -0
- package/src/com/controlresell/models/items/PriceVariationPayload.ts +6 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +1522 -436
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/files/ItemFile.d.ts +5 -0
- package/src/com/controlresell/models/items/files/ItemFile.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +536 -143
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +536 -143
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +860 -214
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryTypeWithCount.d.ts +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts +14 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryImportedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +151 -38
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js +3 -4
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.ts +3 -4
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +151 -35
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.ts +2 -2
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts +10 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryUpdatingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/images/ImageVariationSettings.d.ts +31 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.d.ts.map +1 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.js +12 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.js.map +1 -0
- package/src/com/controlresell/models/items/images/ImageVariationSettings.ts +13 -0
- package/src/com/controlresell/models/items/platforms/CreateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts +9 -2
- package/src/com/controlresell/models/items/platforms/ItemOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +21 -0
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/items/platforms/UpdateItemOnPlatformPayload.d.ts +2 -2
- package/src/com/controlresell/models/orders/FetchOrdersRequest.d.ts +5 -5
- package/src/com/controlresell/models/orders/FetchOrdersResponse.d.ts +5 -5
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts +15 -0
- package/src/com/controlresell/models/platforms/labels/OrderLabel.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/BatchUpdateOrdersPayload.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/CreateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/Order.d.ts +57 -9
- package/src/com/controlresell/models/platforms/orders/Order.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts +21 -0
- package/src/com/controlresell/models/platforms/orders/OrderLabelUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +12 -5
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +975 -276
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +13 -4
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +847 -234
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/subscriptions/Price.d.ts +2 -2
- package/src/com/controlresell/models/subscriptions/SubscriptionHistory.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/SubscriptionHistoryMetadata.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimitCounter.d.ts +4 -4
- package/src/com/controlresell/models/subscriptions/UserLimits.d.ts +42 -42
- package/src/com/controlresell/models/transactions/Transaction.d.ts +17 -6
- package/src/com/controlresell/models/transactions/Transaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +13 -4
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +795 -229
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +7 -0
- package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +7 -0
- package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts +5 -0
- package/src/com/controlresell/models/users/platforms/UserOnPlatform.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/ResourceUpdate.d.ts +6 -6
- package/src/com/controlresell/models/users/ws/UserLimitsUpdate.d.ts +56 -56
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +1790 -566
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsResourcePayload.d.ts +8 -8
- package/src/index.d.ts +4 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +4 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +4 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.1",
|
|
4
4
|
"description": "Auto-generated zod project from Kotlin using guimauvedigital/zodable",
|
|
5
5
|
"main": "src/index.js",
|
|
6
6
|
"scripts": {
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
"typescript": "^5.9.3"
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"controlresell-connector": "^1.3.
|
|
21
|
+
"controlresell-connector": "^1.3.7",
|
|
22
22
|
"zod": "^3.25.76",
|
|
23
23
|
"zodable-kotlin-primitives": "^1.0.0"
|
|
24
24
|
}
|
|
@@ -53,27 +53,111 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
53
53
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
54
54
|
}>]>, "many">;
|
|
55
55
|
accountsId: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString, "many">>>;
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
56
|
+
payload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
57
|
+
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
58
|
+
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
59
|
+
value: z.ZodNumber;
|
|
60
|
+
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
61
|
+
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
62
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
63
|
+
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
64
|
+
}, "strip", z.ZodTypeAny, {
|
|
65
|
+
value: number;
|
|
66
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
67
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
68
|
+
roundStep?: number | null | undefined;
|
|
69
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
70
|
+
maxRounds?: number | null | undefined;
|
|
71
|
+
}, {
|
|
72
|
+
value: number;
|
|
73
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
74
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
75
|
+
roundStep?: number | null | undefined;
|
|
76
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
77
|
+
maxRounds?: number | null | undefined;
|
|
78
|
+
}>>>;
|
|
79
|
+
priceVariationPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
80
|
+
amount: z.ZodNumber;
|
|
81
|
+
}, "strip", z.ZodTypeAny, {
|
|
82
|
+
amount: number;
|
|
83
|
+
}, {
|
|
84
|
+
amount: number;
|
|
85
|
+
}>>>;
|
|
86
|
+
rewriteForRepublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
87
|
+
imageVariationSettings: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
88
|
+
cropPercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
89
|
+
rotationDegrees: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
90
|
+
translationPixels: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
91
|
+
enableToneVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
92
|
+
enableNoiseVariations: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
93
|
+
enableGradientVariation: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
94
|
+
framePercentage: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
95
|
+
elasticWarpEnabled: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
96
|
+
}, "strip", z.ZodTypeAny, {
|
|
97
|
+
cropPercentage?: number | null | undefined;
|
|
98
|
+
rotationDegrees?: number | null | undefined;
|
|
99
|
+
translationPixels?: number | null | undefined;
|
|
100
|
+
enableToneVariations?: boolean | null | undefined;
|
|
101
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
102
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
103
|
+
framePercentage?: number | null | undefined;
|
|
104
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
105
|
+
}, {
|
|
106
|
+
cropPercentage?: number | null | undefined;
|
|
107
|
+
rotationDegrees?: number | null | undefined;
|
|
108
|
+
translationPixels?: number | null | undefined;
|
|
109
|
+
enableToneVariations?: boolean | null | undefined;
|
|
110
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
111
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
112
|
+
framePercentage?: number | null | undefined;
|
|
113
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
114
|
+
}>>>;
|
|
63
115
|
}, "strip", z.ZodTypeAny, {
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
116
|
+
priceDropPayload?: {
|
|
117
|
+
value: number;
|
|
118
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
119
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
120
|
+
roundStep?: number | null | undefined;
|
|
121
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
122
|
+
maxRounds?: number | null | undefined;
|
|
123
|
+
} | null | undefined;
|
|
124
|
+
priceVariationPayload?: {
|
|
125
|
+
amount: number;
|
|
126
|
+
} | null | undefined;
|
|
127
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
128
|
+
imageVariationSettings?: {
|
|
129
|
+
cropPercentage?: number | null | undefined;
|
|
130
|
+
rotationDegrees?: number | null | undefined;
|
|
131
|
+
translationPixels?: number | null | undefined;
|
|
132
|
+
enableToneVariations?: boolean | null | undefined;
|
|
133
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
134
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
135
|
+
framePercentage?: number | null | undefined;
|
|
136
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
137
|
+
} | null | undefined;
|
|
70
138
|
}, {
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
139
|
+
priceDropPayload?: {
|
|
140
|
+
value: number;
|
|
141
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
142
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
143
|
+
roundStep?: number | null | undefined;
|
|
144
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
145
|
+
maxRounds?: number | null | undefined;
|
|
146
|
+
} | null | undefined;
|
|
147
|
+
priceVariationPayload?: {
|
|
148
|
+
amount: number;
|
|
149
|
+
} | null | undefined;
|
|
150
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
151
|
+
imageVariationSettings?: {
|
|
152
|
+
cropPercentage?: number | null | undefined;
|
|
153
|
+
rotationDegrees?: number | null | undefined;
|
|
154
|
+
translationPixels?: number | null | undefined;
|
|
155
|
+
enableToneVariations?: boolean | null | undefined;
|
|
156
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
157
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
158
|
+
framePercentage?: number | null | undefined;
|
|
159
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
160
|
+
} | null | undefined;
|
|
77
161
|
}>>>;
|
|
78
162
|
visionPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
79
163
|
doRemoveBackground: z.ZodBoolean;
|
|
@@ -122,7 +206,6 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
122
206
|
cancelBeforeProceeding: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
123
207
|
targetAccountId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
124
208
|
allowIfDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
125
|
-
rewriteForRepublish: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
126
209
|
}, "strip", z.ZodTypeAny, {
|
|
127
210
|
items: ({
|
|
128
211
|
type: "AUTOMATIC";
|
|
@@ -140,18 +223,33 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
140
223
|
itemIds: number[];
|
|
141
224
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
142
225
|
})[];
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
226
|
+
payload?: {
|
|
227
|
+
priceDropPayload?: {
|
|
228
|
+
value: number;
|
|
229
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
230
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
231
|
+
roundStep?: number | null | undefined;
|
|
232
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
233
|
+
maxRounds?: number | null | undefined;
|
|
234
|
+
} | null | undefined;
|
|
235
|
+
priceVariationPayload?: {
|
|
236
|
+
amount: number;
|
|
237
|
+
} | null | undefined;
|
|
238
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
239
|
+
imageVariationSettings?: {
|
|
240
|
+
cropPercentage?: number | null | undefined;
|
|
241
|
+
rotationDegrees?: number | null | undefined;
|
|
242
|
+
translationPixels?: number | null | undefined;
|
|
243
|
+
enableToneVariations?: boolean | null | undefined;
|
|
244
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
245
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
246
|
+
framePercentage?: number | null | undefined;
|
|
247
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
248
|
+
} | null | undefined;
|
|
151
249
|
} | null | undefined;
|
|
250
|
+
publishingDate?: Date | null | undefined;
|
|
152
251
|
targetAccountId?: string | null | undefined;
|
|
153
252
|
allowIfDeleted?: boolean | null | undefined;
|
|
154
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
155
253
|
accountsId?: string[] | null | undefined;
|
|
156
254
|
visionPayload?: {
|
|
157
255
|
doRemoveBackground: boolean;
|
|
@@ -186,18 +284,33 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
186
284
|
itemIds: number[];
|
|
187
285
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
188
286
|
})[];
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
287
|
+
payload?: {
|
|
288
|
+
priceDropPayload?: {
|
|
289
|
+
value: number;
|
|
290
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
291
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
292
|
+
roundStep?: number | null | undefined;
|
|
293
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
294
|
+
maxRounds?: number | null | undefined;
|
|
295
|
+
} | null | undefined;
|
|
296
|
+
priceVariationPayload?: {
|
|
297
|
+
amount: number;
|
|
298
|
+
} | null | undefined;
|
|
299
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
300
|
+
imageVariationSettings?: {
|
|
301
|
+
cropPercentage?: number | null | undefined;
|
|
302
|
+
rotationDegrees?: number | null | undefined;
|
|
303
|
+
translationPixels?: number | null | undefined;
|
|
304
|
+
enableToneVariations?: boolean | null | undefined;
|
|
305
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
306
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
307
|
+
framePercentage?: number | null | undefined;
|
|
308
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
309
|
+
} | null | undefined;
|
|
197
310
|
} | null | undefined;
|
|
311
|
+
publishingDate?: Date | null | undefined;
|
|
198
312
|
targetAccountId?: string | null | undefined;
|
|
199
313
|
allowIfDeleted?: boolean | null | undefined;
|
|
200
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
201
314
|
accountsId?: string[] | null | undefined;
|
|
202
315
|
visionPayload?: {
|
|
203
316
|
doRemoveBackground: boolean;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RepublishRequest.d.ts","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB
|
|
1
|
+
{"version":3,"file":"RepublishRequest.d.ts","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAKrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EASjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -1,16 +1,15 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { PublishRequestItemsSchema } from "../publish/PublishRequestItems";
|
|
3
|
-
import {
|
|
3
|
+
import { ItemRepublishPayloadSchema } from "../../../../models/items/ItemRepublishPayload";
|
|
4
4
|
import { PreferenceVisionPayloadSchema } from "../../../../auth/models/preferences/payloads/vision/PreferenceVisionPayload";
|
|
5
5
|
export const RepublishRequestSchema = z.object({
|
|
6
6
|
items: z.array(PublishRequestItemsSchema),
|
|
7
7
|
accountsId: z.array(z.string().uuid()).nullish(),
|
|
8
|
-
|
|
8
|
+
payload: ItemRepublishPayloadSchema.nullish(),
|
|
9
9
|
visionPayload: PreferenceVisionPayloadSchema.nullish(),
|
|
10
10
|
publishingDate: z.coerce.date().nullish(),
|
|
11
11
|
cancelBeforeProceeding: z.boolean().nullish(),
|
|
12
12
|
targetAccountId: z.string().uuid().nullish(),
|
|
13
|
-
allowIfDeleted: z.boolean().nullish()
|
|
14
|
-
rewriteForRepublish: z.boolean().nullish()
|
|
13
|
+
allowIfDeleted: z.boolean().nullish()
|
|
15
14
|
});
|
|
16
15
|
//# sourceMappingURL=RepublishRequest.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"RepublishRequest.js","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAA;AACxE,OAAO,EAAC,
|
|
1
|
+
{"version":3,"file":"RepublishRequest.js","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AACrB,OAAO,EAAC,yBAAyB,EAAC,MAAM,gCAAgC,CAAA;AACxE,OAAO,EAAC,0BAA0B,EAAC,MAAM,+CAA+C,CAAA;AACxF,OAAO,EAAC,6BAA6B,EAAC,MAAM,6EAA6E,CAAA;AAEzH,MAAM,CAAC,MAAM,sBAAsB,GAAG,CAAC,CAAC,MAAM,CAAC;IAC3C,KAAK,EAAE,CAAC,CAAC,KAAK,CAAC,yBAAyB,CAAC;IACzC,UAAU,EAAE,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,CAAC,OAAO,EAAE;IAChD,OAAO,EAAE,0BAA0B,CAAC,OAAO,EAAE;IAC7C,aAAa,EAAE,6BAA6B,CAAC,OAAO,EAAE;IACtD,cAAc,EAAE,CAAC,CAAC,MAAM,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IACzC,sBAAsB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;IAC7C,eAAe,EAAE,CAAC,CAAC,MAAM,EAAE,CAAC,IAAI,EAAE,CAAC,OAAO,EAAE;IAC5C,cAAc,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;CACxC,CAAC,CAAA"}
|
|
@@ -1,17 +1,16 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {PublishRequestItemsSchema} from "../publish/PublishRequestItems"
|
|
3
|
-
import {
|
|
3
|
+
import {ItemRepublishPayloadSchema} from "../../../../models/items/ItemRepublishPayload"
|
|
4
4
|
import {PreferenceVisionPayloadSchema} from "../../../../auth/models/preferences/payloads/vision/PreferenceVisionPayload"
|
|
5
5
|
|
|
6
6
|
export const RepublishRequestSchema = z.object({
|
|
7
7
|
items: z.array(PublishRequestItemsSchema),
|
|
8
8
|
accountsId: z.array(z.string().uuid()).nullish(),
|
|
9
|
-
|
|
9
|
+
payload: ItemRepublishPayloadSchema.nullish(),
|
|
10
10
|
visionPayload: PreferenceVisionPayloadSchema.nullish(),
|
|
11
11
|
publishingDate: z.coerce.date().nullish(),
|
|
12
12
|
cancelBeforeProceeding: z.boolean().nullish(),
|
|
13
13
|
targetAccountId: z.string().uuid().nullish(),
|
|
14
|
-
allowIfDeleted: z.boolean().nullish()
|
|
15
|
-
rewriteForRepublish: z.boolean().nullish()
|
|
14
|
+
allowIfDeleted: z.boolean().nullish()
|
|
16
15
|
})
|
|
17
16
|
export type RepublishRequest = z.infer<typeof RepublishRequestSchema>
|
|
@@ -1,6 +1,25 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
3
3
|
jobsToProcess: z.ZodArray<z.ZodDiscriminatedUnion<"type", [z.ZodObject<{
|
|
4
|
+
payload: z.ZodObject<{
|
|
5
|
+
accountId: z.ZodString;
|
|
6
|
+
}, "strip", z.ZodTypeAny, {
|
|
7
|
+
accountId: string;
|
|
8
|
+
}, {
|
|
9
|
+
accountId: string;
|
|
10
|
+
}>;
|
|
11
|
+
type: z.ZodLiteral<"ACCOUNTS_DATA">;
|
|
12
|
+
}, "strip", z.ZodTypeAny, {
|
|
13
|
+
type: "ACCOUNTS_DATA";
|
|
14
|
+
payload: {
|
|
15
|
+
accountId: string;
|
|
16
|
+
};
|
|
17
|
+
}, {
|
|
18
|
+
type: "ACCOUNTS_DATA";
|
|
19
|
+
payload: {
|
|
20
|
+
accountId: string;
|
|
21
|
+
};
|
|
22
|
+
}>, z.ZodObject<{
|
|
4
23
|
payload: z.ZodObject<{
|
|
5
24
|
accountId: z.ZodString;
|
|
6
25
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1310,6 +1329,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1310
1329
|
title: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
1311
1330
|
isDraft: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1312
1331
|
isArchived: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1332
|
+
isHidden: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1333
|
+
isDeleted: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1313
1334
|
isUnisex: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
1314
1335
|
availableQuantity: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1315
1336
|
material: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodNumber, "many">>>;
|
|
@@ -1340,6 +1361,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1340
1361
|
material?: number[] | null | undefined;
|
|
1341
1362
|
manufacturerLabelling?: string | null | undefined;
|
|
1342
1363
|
labels?: string[] | null | undefined;
|
|
1364
|
+
isHidden?: boolean | null | undefined;
|
|
1365
|
+
isDeleted?: boolean | null | undefined;
|
|
1343
1366
|
}, {
|
|
1344
1367
|
status?: string | null | undefined;
|
|
1345
1368
|
title?: string | null | undefined;
|
|
@@ -1365,6 +1388,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1365
1388
|
material?: number[] | null | undefined;
|
|
1366
1389
|
manufacturerLabelling?: string | null | undefined;
|
|
1367
1390
|
labels?: string[] | null | undefined;
|
|
1391
|
+
isHidden?: boolean | null | undefined;
|
|
1392
|
+
isDeleted?: boolean | null | undefined;
|
|
1368
1393
|
}>;
|
|
1369
1394
|
}, "strip", z.ZodTypeAny, {
|
|
1370
1395
|
accountId: string;
|
|
@@ -1395,6 +1420,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1395
1420
|
material?: number[] | null | undefined;
|
|
1396
1421
|
manufacturerLabelling?: string | null | undefined;
|
|
1397
1422
|
labels?: string[] | null | undefined;
|
|
1423
|
+
isHidden?: boolean | null | undefined;
|
|
1424
|
+
isDeleted?: boolean | null | undefined;
|
|
1398
1425
|
};
|
|
1399
1426
|
}, {
|
|
1400
1427
|
accountId: string;
|
|
@@ -1425,6 +1452,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1425
1452
|
material?: number[] | null | undefined;
|
|
1426
1453
|
manufacturerLabelling?: string | null | undefined;
|
|
1427
1454
|
labels?: string[] | null | undefined;
|
|
1455
|
+
isHidden?: boolean | null | undefined;
|
|
1456
|
+
isDeleted?: boolean | null | undefined;
|
|
1428
1457
|
};
|
|
1429
1458
|
}>;
|
|
1430
1459
|
type: z.ZodLiteral<"POSTS_UPDATE">;
|
|
@@ -1459,6 +1488,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1459
1488
|
material?: number[] | null | undefined;
|
|
1460
1489
|
manufacturerLabelling?: string | null | undefined;
|
|
1461
1490
|
labels?: string[] | null | undefined;
|
|
1491
|
+
isHidden?: boolean | null | undefined;
|
|
1492
|
+
isDeleted?: boolean | null | undefined;
|
|
1462
1493
|
};
|
|
1463
1494
|
};
|
|
1464
1495
|
}, {
|
|
@@ -1492,11 +1523,18 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1492
1523
|
material?: number[] | null | undefined;
|
|
1493
1524
|
manufacturerLabelling?: string | null | undefined;
|
|
1494
1525
|
labels?: string[] | null | undefined;
|
|
1526
|
+
isHidden?: boolean | null | undefined;
|
|
1527
|
+
isDeleted?: boolean | null | undefined;
|
|
1495
1528
|
};
|
|
1496
1529
|
};
|
|
1497
1530
|
}>]>, "many">;
|
|
1498
1531
|
}, "strip", z.ZodTypeAny, {
|
|
1499
1532
|
jobsToProcess: ({
|
|
1533
|
+
type: "ACCOUNTS_DATA";
|
|
1534
|
+
payload: {
|
|
1535
|
+
accountId: string;
|
|
1536
|
+
};
|
|
1537
|
+
} | {
|
|
1500
1538
|
type: "ACCOUNTS_DECLARE";
|
|
1501
1539
|
payload: {
|
|
1502
1540
|
accountId: string;
|
|
@@ -1778,11 +1816,18 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
1778
1816
|
material?: number[] | null | undefined;
|
|
1779
1817
|
manufacturerLabelling?: string | null | undefined;
|
|
1780
1818
|
labels?: string[] | null | undefined;
|
|
1819
|
+
isHidden?: boolean | null | undefined;
|
|
1820
|
+
isDeleted?: boolean | null | undefined;
|
|
1781
1821
|
};
|
|
1782
1822
|
};
|
|
1783
1823
|
})[];
|
|
1784
1824
|
}, {
|
|
1785
1825
|
jobsToProcess: ({
|
|
1826
|
+
type: "ACCOUNTS_DATA";
|
|
1827
|
+
payload: {
|
|
1828
|
+
accountId: string;
|
|
1829
|
+
};
|
|
1830
|
+
} | {
|
|
1786
1831
|
type: "ACCOUNTS_DECLARE";
|
|
1787
1832
|
payload: {
|
|
1788
1833
|
accountId: string;
|
|
@@ -2064,6 +2109,8 @@ export declare const MessageStreamResponseSchema: z.ZodObject<{
|
|
|
2064
2109
|
material?: number[] | null | undefined;
|
|
2065
2110
|
manufacturerLabelling?: string | null | undefined;
|
|
2066
2111
|
labels?: string[] | null | undefined;
|
|
2112
|
+
isHidden?: boolean | null | undefined;
|
|
2113
|
+
isDeleted?: boolean | null | undefined;
|
|
2067
2114
|
};
|
|
2068
2115
|
};
|
|
2069
2116
|
})[];
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B
|
|
1
|
+
{"version":3,"file":"MessageStreamResponse.d.ts","sourceRoot":"","sources":["MessageStreamResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,2BAA2B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAEtC,CAAA;AACF,MAAM,MAAM,qBAAqB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,2BAA2B,CAAC,CAAA"}
|
|
@@ -23,18 +23,21 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
23
23
|
path: z.ZodString;
|
|
24
24
|
signedUrl: z.ZodString;
|
|
25
25
|
createdAt: z.ZodDate;
|
|
26
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
|
|
26
27
|
}, "strip", z.ZodTypeAny, {
|
|
27
28
|
path: string;
|
|
28
29
|
id: string;
|
|
29
30
|
createdAt: Date;
|
|
30
31
|
userId: number;
|
|
31
32
|
signedUrl: string;
|
|
33
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
32
34
|
}, {
|
|
33
35
|
path: string;
|
|
34
36
|
id: string;
|
|
35
37
|
createdAt: Date;
|
|
36
38
|
userId: number;
|
|
37
39
|
signedUrl: string;
|
|
40
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
38
41
|
}>>>;
|
|
39
42
|
isActive: z.ZodBoolean;
|
|
40
43
|
createdAt: z.ZodDate;
|
|
@@ -58,6 +61,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
58
61
|
createdAt: Date;
|
|
59
62
|
userId: number;
|
|
60
63
|
signedUrl: string;
|
|
64
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
61
65
|
} | null | undefined;
|
|
62
66
|
}, {
|
|
63
67
|
id: string;
|
|
@@ -78,6 +82,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
78
82
|
createdAt: Date;
|
|
79
83
|
userId: number;
|
|
80
84
|
signedUrl: string;
|
|
85
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
81
86
|
} | null | undefined;
|
|
82
87
|
}>>>;
|
|
83
88
|
customerId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
|
|
@@ -141,18 +146,21 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
141
146
|
path: z.ZodString;
|
|
142
147
|
signedUrl: z.ZodString;
|
|
143
148
|
createdAt: z.ZodDate;
|
|
149
|
+
status: z.ZodOptional<z.ZodNullable<z.ZodEnum<["PENDING", "CONFIRMED"]>>>;
|
|
144
150
|
}, "strip", z.ZodTypeAny, {
|
|
145
151
|
path: string;
|
|
146
152
|
id: string;
|
|
147
153
|
createdAt: Date;
|
|
148
154
|
userId: number;
|
|
149
155
|
signedUrl: string;
|
|
156
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
150
157
|
}, {
|
|
151
158
|
path: string;
|
|
152
159
|
id: string;
|
|
153
160
|
createdAt: Date;
|
|
154
161
|
userId: number;
|
|
155
162
|
signedUrl: string;
|
|
163
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
156
164
|
}>>>;
|
|
157
165
|
type: z.ZodEnum<["PURCHASE", "SALE"]>;
|
|
158
166
|
status: z.ZodString;
|
|
@@ -218,6 +226,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
218
226
|
createdAt: Date;
|
|
219
227
|
userId: number;
|
|
220
228
|
signedUrl: string;
|
|
229
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
221
230
|
} | null | undefined;
|
|
222
231
|
vatRate?: number | null | undefined;
|
|
223
232
|
businessProfile?: {
|
|
@@ -239,6 +248,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
239
248
|
createdAt: Date;
|
|
240
249
|
userId: number;
|
|
241
250
|
signedUrl: string;
|
|
251
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
242
252
|
} | null | undefined;
|
|
243
253
|
} | null | undefined;
|
|
244
254
|
customerId?: string | null | undefined;
|
|
@@ -295,6 +305,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
295
305
|
createdAt: Date;
|
|
296
306
|
userId: number;
|
|
297
307
|
signedUrl: string;
|
|
308
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
298
309
|
} | null | undefined;
|
|
299
310
|
vatRate?: number | null | undefined;
|
|
300
311
|
businessProfile?: {
|
|
@@ -316,6 +327,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
316
327
|
createdAt: Date;
|
|
317
328
|
userId: number;
|
|
318
329
|
signedUrl: string;
|
|
330
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
319
331
|
} | null | undefined;
|
|
320
332
|
} | null | undefined;
|
|
321
333
|
customerId?: string | null | undefined;
|
|
@@ -377,6 +389,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
377
389
|
createdAt: Date;
|
|
378
390
|
userId: number;
|
|
379
391
|
signedUrl: string;
|
|
392
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
380
393
|
} | null | undefined;
|
|
381
394
|
vatRate?: number | null | undefined;
|
|
382
395
|
businessProfile?: {
|
|
@@ -398,6 +411,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
398
411
|
createdAt: Date;
|
|
399
412
|
userId: number;
|
|
400
413
|
signedUrl: string;
|
|
414
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
401
415
|
} | null | undefined;
|
|
402
416
|
} | null | undefined;
|
|
403
417
|
customerId?: string | null | undefined;
|
|
@@ -460,6 +474,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
460
474
|
createdAt: Date;
|
|
461
475
|
userId: number;
|
|
462
476
|
signedUrl: string;
|
|
477
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
463
478
|
} | null | undefined;
|
|
464
479
|
vatRate?: number | null | undefined;
|
|
465
480
|
businessProfile?: {
|
|
@@ -481,6 +496,7 @@ export declare const ListInvoicesResponseSchema: z.ZodObject<{
|
|
|
481
496
|
createdAt: Date;
|
|
482
497
|
userId: number;
|
|
483
498
|
signedUrl: string;
|
|
499
|
+
status?: "PENDING" | "CONFIRMED" | null | undefined;
|
|
484
500
|
} | null | undefined;
|
|
485
501
|
} | null | undefined;
|
|
486
502
|
customerId?: string | null | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ListInvoicesResponse.d.ts","sourceRoot":"","sources":["ListInvoicesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"ListInvoicesResponse.d.ts","sourceRoot":"","sources":["ListInvoicesResponse.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAGrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAMrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|