controlresell 2.17.2 → 2.18.0
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 +158 -4
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js +2 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.js.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.ts +2 -0
- 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/items/ItemsWithFilters.d.ts +765 -232
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +655 -192
- 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/conversations/ConversationOnPlatformUpdateRequest.d.ts +31 -13
- package/src/com/controlresell/models/conversations/ConversationOnPlatformUpdateRequest.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/items/CreatedItems.d.ts +1524 -458
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +1306 -380
- 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 +765 -232
- 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 +1524 -458
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +543 -150
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +543 -150
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +870 -224
- 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/ItemHistoryDeletedPayload.d.ts +3 -3
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.js.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryDeletedPayload.ts +1 -1
- 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 +2 -2
- package/src/com/controlresell/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +14 -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/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 +9 -9
- package/src/com/controlresell/models/platforms/orders/OrderFiltersContext.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +5 -5
- package/src/com/controlresell/models/platforms/orders/UpdateOrderPayload.d.ts +3 -3
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +892 -289
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +4 -4
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +778 -245
- 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 +6 -6
- package/src/com/controlresell/models/transactions/items/ItemInTransaction.d.ts +4 -4
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +773 -240
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.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 +1654 -588
- 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 +3 -0
- package/src/index.d.ts.map +1 -1
- package/src/index.js +3 -0
- package/src/index.js.map +1 -1
- package/src/index.ts +3 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "controlresell",
|
|
3
|
-
"version": "2.
|
|
3
|
+
"version": "2.18.0",
|
|
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,6 +53,112 @@ 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
|
+
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
|
+
}>>>;
|
|
115
|
+
}, "strip", z.ZodTypeAny, {
|
|
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;
|
|
138
|
+
}, {
|
|
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;
|
|
161
|
+
}>>>;
|
|
56
162
|
priceDropPayload: z.ZodOptional<z.ZodNullable<z.ZodObject<{
|
|
57
163
|
type: z.ZodEnum<["PERCENTAGE", "ABSOLUTE"]>;
|
|
58
164
|
value: z.ZodNumber;
|
|
@@ -140,7 +246,6 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
140
246
|
itemIds: number[];
|
|
141
247
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
142
248
|
})[];
|
|
143
|
-
publishingDate?: Date | null | undefined;
|
|
144
249
|
priceDropPayload?: {
|
|
145
250
|
value: number;
|
|
146
251
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -149,9 +254,34 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
149
254
|
negotiationProfile?: "AUTO" | null | undefined;
|
|
150
255
|
maxRounds?: number | null | undefined;
|
|
151
256
|
} | null | undefined;
|
|
257
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
258
|
+
payload?: {
|
|
259
|
+
priceDropPayload?: {
|
|
260
|
+
value: number;
|
|
261
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
262
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
263
|
+
roundStep?: number | null | undefined;
|
|
264
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
265
|
+
maxRounds?: number | null | undefined;
|
|
266
|
+
} | null | undefined;
|
|
267
|
+
priceVariationPayload?: {
|
|
268
|
+
amount: number;
|
|
269
|
+
} | null | undefined;
|
|
270
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
271
|
+
imageVariationSettings?: {
|
|
272
|
+
cropPercentage?: number | null | undefined;
|
|
273
|
+
rotationDegrees?: number | null | undefined;
|
|
274
|
+
translationPixels?: number | null | undefined;
|
|
275
|
+
enableToneVariations?: boolean | null | undefined;
|
|
276
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
277
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
278
|
+
framePercentage?: number | null | undefined;
|
|
279
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
280
|
+
} | null | undefined;
|
|
281
|
+
} | null | undefined;
|
|
282
|
+
publishingDate?: Date | null | undefined;
|
|
152
283
|
targetAccountId?: string | null | undefined;
|
|
153
284
|
allowIfDeleted?: boolean | null | undefined;
|
|
154
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
155
285
|
accountsId?: string[] | null | undefined;
|
|
156
286
|
visionPayload?: {
|
|
157
287
|
doRemoveBackground: boolean;
|
|
@@ -186,7 +316,6 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
186
316
|
itemIds: number[];
|
|
187
317
|
daysOfWeek?: ("MONDAY" | "TUESDAY" | "WEDNESDAY" | "THURSDAY" | "FRIDAY" | "SATURDAY" | "SUNDAY")[] | null | undefined;
|
|
188
318
|
})[];
|
|
189
|
-
publishingDate?: Date | null | undefined;
|
|
190
319
|
priceDropPayload?: {
|
|
191
320
|
value: number;
|
|
192
321
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
@@ -195,9 +324,34 @@ export declare const RepublishRequestSchema: z.ZodObject<{
|
|
|
195
324
|
negotiationProfile?: "AUTO" | null | undefined;
|
|
196
325
|
maxRounds?: number | null | undefined;
|
|
197
326
|
} | null | undefined;
|
|
327
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
328
|
+
payload?: {
|
|
329
|
+
priceDropPayload?: {
|
|
330
|
+
value: number;
|
|
331
|
+
type: "PERCENTAGE" | "ABSOLUTE";
|
|
332
|
+
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
333
|
+
roundStep?: number | null | undefined;
|
|
334
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
335
|
+
maxRounds?: number | null | undefined;
|
|
336
|
+
} | null | undefined;
|
|
337
|
+
priceVariationPayload?: {
|
|
338
|
+
amount: number;
|
|
339
|
+
} | null | undefined;
|
|
340
|
+
rewriteForRepublish?: boolean | null | undefined;
|
|
341
|
+
imageVariationSettings?: {
|
|
342
|
+
cropPercentage?: number | null | undefined;
|
|
343
|
+
rotationDegrees?: number | null | undefined;
|
|
344
|
+
translationPixels?: number | null | undefined;
|
|
345
|
+
enableToneVariations?: boolean | null | undefined;
|
|
346
|
+
enableNoiseVariations?: boolean | null | undefined;
|
|
347
|
+
enableGradientVariation?: boolean | null | undefined;
|
|
348
|
+
framePercentage?: number | null | undefined;
|
|
349
|
+
elasticWarpEnabled?: boolean | null | undefined;
|
|
350
|
+
} | null | undefined;
|
|
351
|
+
} | null | undefined;
|
|
352
|
+
publishingDate?: Date | null | undefined;
|
|
198
353
|
targetAccountId?: string | null | undefined;
|
|
199
354
|
allowIfDeleted?: boolean | null | undefined;
|
|
200
|
-
rewriteForRepublish?: boolean | null | undefined;
|
|
201
355
|
accountsId?: string[] | null | undefined;
|
|
202
356
|
visionPayload?: {
|
|
203
357
|
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;
|
|
1
|
+
{"version":3,"file":"RepublishRequest.d.ts","sourceRoot":"","sources":["RepublishRequest.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAMrB,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAWjC,CAAA;AACF,MAAM,MAAM,gBAAgB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,sBAAsB,CAAC,CAAA"}
|
|
@@ -1,10 +1,12 @@
|
|
|
1
1
|
import { z } from "zod";
|
|
2
2
|
import { PublishRequestItemsSchema } from "../publish/PublishRequestItems";
|
|
3
|
+
import { ItemRepublishPayloadSchema } from "../../../../models/items/ItemRepublishPayload";
|
|
3
4
|
import { PreferencePricePayloadSchema } from "../../../../models/conversations/offers/PreferencePricePayload";
|
|
4
5
|
import { PreferenceVisionPayloadSchema } from "../../../../auth/models/preferences/payloads/vision/PreferenceVisionPayload";
|
|
5
6
|
export const RepublishRequestSchema = z.object({
|
|
6
7
|
items: z.array(PublishRequestItemsSchema),
|
|
7
8
|
accountsId: z.array(z.string().uuid()).nullish(),
|
|
9
|
+
payload: ItemRepublishPayloadSchema.nullish(),
|
|
8
10
|
priceDropPayload: PreferencePricePayloadSchema.nullish(),
|
|
9
11
|
visionPayload: PreferenceVisionPayloadSchema.nullish(),
|
|
10
12
|
publishingDate: z.coerce.date().nullish(),
|
|
@@ -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,4BAA4B,EAAC,MAAM,gEAAgE,CAAA;AAC3G,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,gBAAgB,EAAE,4BAA4B,CAAC,OAAO,EAAE;IACxD,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;IACrC,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;CAC7C,CAAC,CAAA"}
|
|
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,4BAA4B,EAAC,MAAM,gEAAgE,CAAA;AAC3G,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,gBAAgB,EAAE,4BAA4B,CAAC,OAAO,EAAE;IACxD,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;IACrC,mBAAmB,EAAE,CAAC,CAAC,OAAO,EAAE,CAAC,OAAO,EAAE;CAC7C,CAAC,CAAA"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
import {z} from "zod"
|
|
2
2
|
import {PublishRequestItemsSchema} from "../publish/PublishRequestItems"
|
|
3
|
+
import {ItemRepublishPayloadSchema} from "../../../../models/items/ItemRepublishPayload"
|
|
3
4
|
import {PreferencePricePayloadSchema} from "../../../../models/conversations/offers/PreferencePricePayload"
|
|
4
5
|
import {PreferenceVisionPayloadSchema} from "../../../../auth/models/preferences/payloads/vision/PreferenceVisionPayload"
|
|
5
6
|
|
|
6
7
|
export const RepublishRequestSchema = z.object({
|
|
7
8
|
items: z.array(PublishRequestItemsSchema),
|
|
8
9
|
accountsId: z.array(z.string().uuid()).nullish(),
|
|
10
|
+
payload: ItemRepublishPayloadSchema.nullish(),
|
|
9
11
|
priceDropPayload: PreferencePricePayloadSchema.nullish(),
|
|
10
12
|
visionPayload: PreferenceVisionPayloadSchema.nullish(),
|
|
11
13
|
publishingDate: z.coerce.date().nullish(),
|
|
@@ -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":"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"}
|