controlresell 2.8.52 → 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.
Files changed (50) hide show
  1. package/package.json +1 -1
  2. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts +28 -0
  3. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.d.ts.map +1 -0
  4. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js +10 -0
  5. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.js.map +1 -0
  6. package/src/com/controlresell/api/requests/onboardingquiz/CreateOnboardingQuizRequest.ts +8 -0
  7. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts +13 -0
  8. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.d.ts.map +1 -0
  9. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js +9 -0
  10. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.js.map +1 -0
  11. package/src/com/controlresell/api/requests/onboardingquiz/OnboardingQuizResponseEntry.ts +7 -0
  12. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.d.ts +3 -3
  13. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js +1 -1
  14. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.js.map +1 -1
  15. package/src/com/controlresell/api/responses/quizresponses/QuizResponseResponse.ts +1 -1
  16. package/src/com/controlresell/auth/models/preferences/PreferenceFilter.d.ts +4 -4
  17. package/src/com/controlresell/auth/models/users/platforms/UserOnPlatform.d.ts +2 -2
  18. package/src/com/controlresell/inbox/models/conversations/Conversation.d.ts +4 -4
  19. package/src/com/controlresell/inbox/models/conversations/ConversationOnPlatformUpdateRequest.d.ts +4 -4
  20. package/src/com/controlresell/inbox/models/conversations/ConversationUpdate.d.ts +6 -6
  21. package/src/com/controlresell/inbox/models/conversations/UserConversations.d.ts +6 -6
  22. package/src/com/controlresell/inbox/models/favorites/ConversationFavorite.d.ts +4 -4
  23. package/src/com/controlresell/inbox/models/favorites/ReportRateLimitOnFavorites.d.ts +6 -6
  24. package/src/com/controlresell/inbox/models/favorites/SubmitFavoritesResponse.d.ts +6 -6
  25. package/src/com/controlresell/inbox/models/transactions/Transaction.d.ts +8 -8
  26. package/src/com/controlresell/inbox/models/transactions/items/ItemInTransaction.d.ts +6 -6
  27. package/src/com/controlresell/inbox/models/transactions/items/TransactionWithItems.d.ts +28 -28
  28. package/src/com/controlresell/inventory/models/fees/Fee.d.ts +2 -2
  29. package/src/com/controlresell/inventory/models/items/CreatedItems.d.ts +18 -18
  30. package/src/com/controlresell/inventory/models/items/Item.d.ts +12 -12
  31. package/src/com/controlresell/inventory/models/items/ItemUpdate.d.ts +18 -18
  32. package/src/com/controlresell/inventory/models/items/ItemsWithFilters.d.ts +18 -18
  33. package/src/com/controlresell/inventory/models/items/UpdatedItem.d.ts +18 -18
  34. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatform.d.ts +4 -4
  35. package/src/com/controlresell/inventory/models/items/platforms/ItemOnPlatformUpdateRequest.d.ts +4 -4
  36. package/src/com/controlresell/models/platforms/orders/Order.d.ts +8 -8
  37. package/src/com/controlresell/models/platforms/orders/OrderOnPlatformUpdateRequest.d.ts +4 -4
  38. package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +36 -36
  39. package/src/com/controlresell/models/platforms/orders/items/ItemInOrder.d.ts +6 -6
  40. package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +28 -28
  41. package/src/com/controlresell/models/users/fields/Field.d.ts +2 -2
  42. package/src/com/controlresell/models/users/fields/FieldsWithData.d.ts +4 -4
  43. package/src/com/controlresell/models/users/platforms/PlatformAuthRequest.d.ts +4 -4
  44. package/src/com/controlresell/models/users/platforms/PlatformJobUpdate.d.ts +4 -4
  45. package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +48 -48
  46. package/src/index.d.ts +2 -0
  47. package/src/index.d.ts.map +1 -1
  48. package/src/index.js +10 -6
  49. package/src/index.js.map +1 -1
  50. package/src/index.ts +2 -0
@@ -158,8 +158,8 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
158
158
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
159
159
  }, "strip", z.ZodTypeAny, {
160
160
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
161
- name: string;
162
161
  userId: string | number;
162
+ name: string;
163
163
  platform: "ETSY" | "SHOPIFY" | "VINTED";
164
164
  accountId: string;
165
165
  locale?: string | null | undefined;
@@ -172,8 +172,8 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
172
172
  conversationsMaxDelay?: number | null | undefined;
173
173
  }, {
174
174
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
175
- name: string;
176
175
  userId: string | number;
176
+ name: string;
177
177
  platform: "ETSY" | "SHOPIFY" | "VINTED";
178
178
  accountId: string;
179
179
  locale?: string | null | undefined;
@@ -188,8 +188,8 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
188
188
  }, "strip", z.ZodTypeAny, {
189
189
  account: {
190
190
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
191
- name: string;
192
191
  userId: string | number;
192
+ name: string;
193
193
  platform: "ETSY" | "SHOPIFY" | "VINTED";
194
194
  accountId: string;
195
195
  locale?: string | null | undefined;
@@ -234,8 +234,8 @@ export declare const ItemOnPlatformUpdateRequestSchema: z.ZodObject<{
234
234
  }, {
235
235
  account: {
236
236
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
237
- name: string;
238
237
  userId: string | number;
238
+ name: string;
239
239
  platform: "ETSY" | "SHOPIFY" | "VINTED";
240
240
  accountId: string;
241
241
  locale?: string | null | undefined;
@@ -45,8 +45,8 @@ export declare const OrderSchema: z.ZodObject<{
45
45
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
46
  }, "strip", z.ZodTypeAny, {
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;
@@ -59,8 +59,8 @@ export declare const OrderSchema: z.ZodObject<{
59
59
  conversationsMaxDelay?: number | null | undefined;
60
60
  }, {
61
61
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
62
- name: string;
63
62
  userId: string | number;
63
+ name: string;
64
64
  platform: "ETSY" | "SHOPIFY" | "VINTED";
65
65
  accountId: string;
66
66
  locale?: string | null | undefined;
@@ -91,8 +91,8 @@ export declare const OrderSchema: z.ZodObject<{
91
91
  conversationId?: string | null | undefined;
92
92
  account?: {
93
93
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
94
- name: string;
95
94
  userId: string | number;
95
+ name: string;
96
96
  platform: "ETSY" | "SHOPIFY" | "VINTED";
97
97
  accountId: string;
98
98
  locale?: string | null | undefined;
@@ -120,8 +120,8 @@ export declare const OrderSchema: z.ZodObject<{
120
120
  conversationId?: string | null | undefined;
121
121
  account?: {
122
122
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
123
- name: string;
124
123
  userId: string | number;
124
+ name: string;
125
125
  platform: "ETSY" | "SHOPIFY" | "VINTED";
126
126
  accountId: string;
127
127
  locale?: string | null | undefined;
@@ -153,8 +153,8 @@ export declare const OrderSchema: z.ZodObject<{
153
153
  conversationId?: string | null | undefined;
154
154
  account?: {
155
155
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
156
- name: string;
157
156
  userId: string | number;
157
+ name: string;
158
158
  platform: "ETSY" | "SHOPIFY" | "VINTED";
159
159
  accountId: string;
160
160
  locale?: string | null | undefined;
@@ -186,8 +186,8 @@ export declare const OrderSchema: z.ZodObject<{
186
186
  conversationId?: string | null | undefined;
187
187
  account?: {
188
188
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
189
- name: string;
190
189
  userId: string | number;
190
+ name: string;
191
191
  platform: "ETSY" | "SHOPIFY" | "VINTED";
192
192
  accountId: string;
193
193
  locale?: string | null | undefined;
@@ -433,8 +433,8 @@ export declare const OrderSchema: z.ZodObject<{
433
433
  conversationId?: string | null | undefined;
434
434
  account?: {
435
435
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
436
- name: string;
437
436
  userId: string | number;
437
+ name: string;
438
438
  platform: "ETSY" | "SHOPIFY" | "VINTED";
439
439
  accountId: string;
440
440
  locale?: string | null | undefined;
@@ -527,8 +527,8 @@ export declare const OrderSchema: z.ZodObject<{
527
527
  conversationId?: string | null | undefined;
528
528
  account?: {
529
529
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
530
- name: string;
531
530
  userId: string | number;
531
+ name: string;
532
532
  platform: "ETSY" | "SHOPIFY" | "VINTED";
533
533
  accountId: string;
534
534
  locale?: string | null | undefined;
@@ -50,8 +50,8 @@ export declare const OrderOnPlatformUpdateRequestSchema: z.ZodObject<{
50
50
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
51
51
  }, "strip", z.ZodTypeAny, {
52
52
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
53
- name: string;
54
53
  userId: string | number;
54
+ name: string;
55
55
  platform: "ETSY" | "SHOPIFY" | "VINTED";
56
56
  accountId: string;
57
57
  locale?: string | null | undefined;
@@ -64,8 +64,8 @@ export declare const OrderOnPlatformUpdateRequestSchema: z.ZodObject<{
64
64
  conversationsMaxDelay?: number | null | undefined;
65
65
  }, {
66
66
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
67
- name: string;
68
67
  userId: string | number;
68
+ name: string;
69
69
  platform: "ETSY" | "SHOPIFY" | "VINTED";
70
70
  accountId: string;
71
71
  locale?: string | null | undefined;
@@ -80,8 +80,8 @@ export declare const OrderOnPlatformUpdateRequestSchema: z.ZodObject<{
80
80
  }, "strip", z.ZodTypeAny, {
81
81
  account: {
82
82
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
83
- name: string;
84
83
  userId: string | number;
84
+ name: string;
85
85
  platform: "ETSY" | "SHOPIFY" | "VINTED";
86
86
  accountId: string;
87
87
  locale?: string | null | undefined;
@@ -106,8 +106,8 @@ export declare const OrderOnPlatformUpdateRequestSchema: z.ZodObject<{
106
106
  }, {
107
107
  account: {
108
108
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
109
- name: string;
110
109
  userId: string | number;
110
+ name: string;
111
111
  platform: "ETSY" | "SHOPIFY" | "VINTED";
112
112
  accountId: string;
113
113
  locale?: string | null | undefined;
@@ -49,8 +49,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
49
49
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
50
50
  }, "strip", z.ZodTypeAny, {
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;
@@ -63,8 +63,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
63
63
  conversationsMaxDelay?: number | null | undefined;
64
64
  }, {
65
65
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
66
- name: string;
67
66
  userId: string | number;
67
+ name: string;
68
68
  platform: "ETSY" | "SHOPIFY" | "VINTED";
69
69
  accountId: string;
70
70
  locale?: string | null | undefined;
@@ -95,8 +95,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
95
95
  conversationId?: string | null | undefined;
96
96
  account?: {
97
97
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
98
- name: string;
99
98
  userId: string | number;
99
+ name: string;
100
100
  platform: "ETSY" | "SHOPIFY" | "VINTED";
101
101
  accountId: string;
102
102
  locale?: string | null | undefined;
@@ -124,8 +124,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
124
124
  conversationId?: string | null | undefined;
125
125
  account?: {
126
126
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
127
- name: string;
128
127
  userId: string | number;
128
+ name: string;
129
129
  platform: "ETSY" | "SHOPIFY" | "VINTED";
130
130
  accountId: string;
131
131
  locale?: string | null | undefined;
@@ -157,8 +157,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
157
157
  conversationId?: string | null | undefined;
158
158
  account?: {
159
159
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
160
- name: string;
161
160
  userId: string | number;
161
+ name: string;
162
162
  platform: "ETSY" | "SHOPIFY" | "VINTED";
163
163
  accountId: string;
164
164
  locale?: string | null | undefined;
@@ -190,8 +190,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
190
190
  conversationId?: string | null | undefined;
191
191
  account?: {
192
192
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
193
- name: string;
194
193
  userId: string | number;
194
+ name: string;
195
195
  platform: "ETSY" | "SHOPIFY" | "VINTED";
196
196
  accountId: string;
197
197
  locale?: string | null | undefined;
@@ -437,8 +437,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
437
437
  conversationId?: string | null | undefined;
438
438
  account?: {
439
439
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
440
- name: string;
441
440
  userId: string | number;
441
+ name: string;
442
442
  platform: "ETSY" | "SHOPIFY" | "VINTED";
443
443
  accountId: string;
444
444
  locale?: string | null | undefined;
@@ -531,8 +531,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
531
531
  conversationId?: string | null | undefined;
532
532
  account?: {
533
533
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
534
- name: string;
535
534
  userId: string | number;
535
+ name: string;
536
536
  platform: "ETSY" | "SHOPIFY" | "VINTED";
537
537
  accountId: string;
538
538
  locale?: string | null | undefined;
@@ -685,8 +685,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
685
685
  id: string | number;
686
686
  createdAt: Date;
687
687
  updatedAt: Date;
688
- name: string;
689
688
  userId: string | number;
689
+ name: string;
690
690
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
691
691
  startDate: Date;
692
692
  active: boolean;
@@ -700,8 +700,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
700
700
  id: string | number;
701
701
  createdAt: Date;
702
702
  updatedAt: Date;
703
- name: string;
704
703
  userId: string | number;
704
+ name: string;
705
705
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
706
706
  startDate: Date;
707
707
  active: boolean;
@@ -2013,8 +2013,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2013
2013
  conversationsMaxDelay: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
2014
2014
  }, "strip", z.ZodTypeAny, {
2015
2015
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2016
- name: string;
2017
2016
  userId: string | number;
2017
+ name: string;
2018
2018
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2019
2019
  accountId: string;
2020
2020
  locale?: string | null | undefined;
@@ -2027,8 +2027,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2027
2027
  conversationsMaxDelay?: number | null | undefined;
2028
2028
  }, {
2029
2029
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2030
- name: string;
2031
2030
  userId: string | number;
2031
+ name: string;
2032
2032
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2033
2033
  accountId: string;
2034
2034
  locale?: string | null | undefined;
@@ -2059,8 +2059,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2059
2059
  conversationId?: string | null | undefined;
2060
2060
  account?: {
2061
2061
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2062
- name: string;
2063
2062
  userId: string | number;
2063
+ name: string;
2064
2064
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2065
2065
  accountId: string;
2066
2066
  locale?: string | null | undefined;
@@ -2088,8 +2088,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2088
2088
  conversationId?: string | null | undefined;
2089
2089
  account?: {
2090
2090
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2091
- name: string;
2092
2091
  userId: string | number;
2092
+ name: string;
2093
2093
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2094
2094
  accountId: string;
2095
2095
  locale?: string | null | undefined;
@@ -2108,8 +2108,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2108
2108
  id: string | number;
2109
2109
  createdAt: Date;
2110
2110
  updatedAt: Date;
2111
- name: string;
2112
2111
  userId: string | number;
2112
+ name: string;
2113
2113
  sold: boolean;
2114
2114
  state?: number | null | undefined;
2115
2115
  fees?: {
@@ -2118,8 +2118,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2118
2118
  id: string | number;
2119
2119
  createdAt: Date;
2120
2120
  updatedAt: Date;
2121
- name: string;
2122
2121
  userId: string | number;
2122
+ name: string;
2123
2123
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
2124
2124
  startDate: Date;
2125
2125
  active: boolean;
@@ -2177,8 +2177,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2177
2177
  conversationId?: string | null | undefined;
2178
2178
  account?: {
2179
2179
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2180
- name: string;
2181
2180
  userId: string | number;
2181
+ name: string;
2182
2182
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2183
2183
  accountId: string;
2184
2184
  locale?: string | null | undefined;
@@ -2386,8 +2386,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2386
2386
  id: string | number;
2387
2387
  createdAt: Date;
2388
2388
  updatedAt: Date;
2389
- name: string;
2390
2389
  userId: string | number;
2390
+ name: string;
2391
2391
  sold: boolean;
2392
2392
  state?: number | null | undefined;
2393
2393
  fees?: {
@@ -2396,8 +2396,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2396
2396
  id: string | number;
2397
2397
  createdAt: Date;
2398
2398
  updatedAt: Date;
2399
- name: string;
2400
2399
  userId: string | number;
2400
+ name: string;
2401
2401
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
2402
2402
  startDate: Date;
2403
2403
  active: boolean;
@@ -2455,8 +2455,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2455
2455
  conversationId?: string | null | undefined;
2456
2456
  account?: {
2457
2457
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2458
- name: string;
2459
2458
  userId: string | number;
2459
+ name: string;
2460
2460
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2461
2461
  accountId: string;
2462
2462
  locale?: string | null | undefined;
@@ -2666,8 +2666,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2666
2666
  id: string | number;
2667
2667
  createdAt: Date;
2668
2668
  updatedAt: Date;
2669
- name: string;
2670
2669
  userId: string | number;
2670
+ name: string;
2671
2671
  sold: boolean;
2672
2672
  state?: number | null | undefined;
2673
2673
  fees?: {
@@ -2676,8 +2676,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2676
2676
  id: string | number;
2677
2677
  createdAt: Date;
2678
2678
  updatedAt: Date;
2679
- name: string;
2680
2679
  userId: string | number;
2680
+ name: string;
2681
2681
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
2682
2682
  startDate: Date;
2683
2683
  active: boolean;
@@ -2735,8 +2735,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2735
2735
  conversationId?: string | null | undefined;
2736
2736
  account?: {
2737
2737
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2738
- name: string;
2739
2738
  userId: string | number;
2739
+ name: string;
2740
2740
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2741
2741
  accountId: string;
2742
2742
  locale?: string | null | undefined;
@@ -2969,8 +2969,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
2969
2969
  conversationId?: string | null | undefined;
2970
2970
  account?: {
2971
2971
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
2972
- name: string;
2973
2972
  userId: string | number;
2973
+ name: string;
2974
2974
  platform: "ETSY" | "SHOPIFY" | "VINTED";
2975
2975
  accountId: string;
2976
2976
  locale?: string | null | undefined;
@@ -3041,8 +3041,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3041
3041
  id: string | number;
3042
3042
  createdAt: Date;
3043
3043
  updatedAt: Date;
3044
- name: string;
3045
3044
  userId: string | number;
3045
+ name: string;
3046
3046
  sold: boolean;
3047
3047
  state?: number | null | undefined;
3048
3048
  fees?: {
@@ -3051,8 +3051,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3051
3051
  id: string | number;
3052
3052
  createdAt: Date;
3053
3053
  updatedAt: Date;
3054
- name: string;
3055
3054
  userId: string | number;
3055
+ name: string;
3056
3056
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
3057
3057
  startDate: Date;
3058
3058
  active: boolean;
@@ -3110,8 +3110,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3110
3110
  conversationId?: string | null | undefined;
3111
3111
  account?: {
3112
3112
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
3113
- name: string;
3114
3113
  userId: string | number;
3114
+ name: string;
3115
3115
  platform: "ETSY" | "SHOPIFY" | "VINTED";
3116
3116
  accountId: string;
3117
3117
  locale?: string | null | undefined;
@@ -3344,8 +3344,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3344
3344
  conversationId?: string | null | undefined;
3345
3345
  account?: {
3346
3346
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
3347
- name: string;
3348
3347
  userId: string | number;
3348
+ name: string;
3349
3349
  platform: "ETSY" | "SHOPIFY" | "VINTED";
3350
3350
  accountId: string;
3351
3351
  locale?: string | null | undefined;
@@ -3421,8 +3421,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3421
3421
  id: string | number;
3422
3422
  createdAt: Date;
3423
3423
  updatedAt: Date;
3424
- name: string;
3425
3424
  userId: string | number;
3425
+ name: string;
3426
3426
  sold: boolean;
3427
3427
  state?: number | null | undefined;
3428
3428
  fees?: {
@@ -3431,8 +3431,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3431
3431
  id: string | number;
3432
3432
  createdAt: Date;
3433
3433
  updatedAt: Date;
3434
- name: string;
3435
3434
  userId: string | number;
3435
+ name: string;
3436
3436
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
3437
3437
  startDate: Date;
3438
3438
  active: boolean;
@@ -3490,8 +3490,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3490
3490
  conversationId?: string | null | undefined;
3491
3491
  account?: {
3492
3492
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
3493
- name: string;
3494
3493
  userId: string | number;
3494
+ name: string;
3495
3495
  platform: "ETSY" | "SHOPIFY" | "VINTED";
3496
3496
  accountId: string;
3497
3497
  locale?: string | null | undefined;
@@ -3724,8 +3724,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3724
3724
  conversationId?: string | null | undefined;
3725
3725
  account?: {
3726
3726
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
3727
- name: string;
3728
3727
  userId: string | number;
3728
+ name: string;
3729
3729
  platform: "ETSY" | "SHOPIFY" | "VINTED";
3730
3730
  accountId: string;
3731
3731
  locale?: string | null | undefined;
@@ -3802,8 +3802,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3802
3802
  id: string | number;
3803
3803
  createdAt: Date;
3804
3804
  updatedAt: Date;
3805
- name: string;
3806
3805
  userId: string | number;
3806
+ name: string;
3807
3807
  sold: boolean;
3808
3808
  state?: number | null | undefined;
3809
3809
  fees?: {
@@ -3812,8 +3812,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3812
3812
  id: string | number;
3813
3813
  createdAt: Date;
3814
3814
  updatedAt: Date;
3815
- name: string;
3816
3815
  userId: string | number;
3816
+ name: string;
3817
3817
  recurrence: "UNIQUE" | "MONTHLY" | "YEARLY";
3818
3818
  startDate: Date;
3819
3819
  active: boolean;
@@ -3871,8 +3871,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
3871
3871
  conversationId?: string | null | undefined;
3872
3872
  account?: {
3873
3873
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
3874
- name: string;
3875
3874
  userId: string | number;
3875
+ name: string;
3876
3876
  platform: "ETSY" | "SHOPIFY" | "VINTED";
3877
3877
  accountId: string;
3878
3878
  locale?: string | null | undefined;
@@ -4105,8 +4105,8 @@ export declare const UserOrdersSchema: z.ZodObject<{
4105
4105
  conversationId?: string | null | undefined;
4106
4106
  account?: {
4107
4107
  status: "CONNECTED" | "DISCONNECTED" | "ERROR" | "LOCKED";
4108
- name: string;
4109
4108
  userId: string | number;
4109
+ name: string;
4110
4110
  platform: "ETSY" | "SHOPIFY" | "VINTED";
4111
4111
  accountId: string;
4112
4112
  locale?: string | null | undefined;
@@ -35,8 +35,8 @@ export declare const ItemInOrderSchema: 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 ItemInOrderSchema: 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;
@@ -81,8 +81,8 @@ export declare const ItemInOrderSchema: 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;
@@ -110,8 +110,8 @@ export declare const ItemInOrderSchema: 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;
@@ -143,8 +143,8 @@ export declare const ItemInOrderSchema: 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;
@@ -176,8 +176,8 @@ export declare const ItemInOrderSchema: 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;