controlresell 2.16.2 → 2.16.3
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/pricedrop/PriceDropRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/pricedrop/PriceDropRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts +5 -0
- package/src/com/controlresell/api/requests/items/republish/RepublishRequest.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts +26 -0
- package/src/com/controlresell/api/responses/items/ItemsWithFilters.d.ts.map +1 -1
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts +22 -0
- package/src/com/controlresell/api/responses/items/ListedItem.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts +28 -0
- package/src/com/controlresell/auth/models/preferences/Preference.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts +84 -0
- package/src/com/controlresell/auth/models/preferences/PreferenceWithCase.d.ts.map +1 -1
- package/src/com/controlresell/auth/models/preferences/PreferenceWithChildren.d.ts +60 -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 +24 -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 +24 -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 +24 -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 +7 -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 +10 -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/PreferenceActionsPayload.d.ts +9 -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 +105 -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 +20 -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 +20 -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 +32 -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 +20 -0
- package/src/com/controlresell/auth/models/preferences/variants/PreferenceCaseVariantPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts +4 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.d.ts.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js +5 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.js.map +1 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePriceNegotiationProfile.ts +6 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts +3 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js +2 -0
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.js.map +1 -1
- package/src/com/controlresell/models/conversations/offers/PreferencePricePayload.ts +2 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts +18 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/FavoriteMessagesPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts +9 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreference.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts +7 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceCase.d.ts.map +1 -1
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts +5 -0
- package/src/com/controlresell/models/conversations/preferences/NegotiationPreferenceVariant.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFilters.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFilters.d.ts.map +1 -1
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts +5 -10
- package/src/com/controlresell/models/filters/SavedFiltersPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/CreatedItems.d.ts +52 -0
- package/src/com/controlresell/models/items/CreatedItems.d.ts.map +1 -1
- package/src/com/controlresell/models/items/Item.d.ts +44 -0
- package/src/com/controlresell/models/items/Item.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts +3 -6
- package/src/com/controlresell/models/items/ItemFiltersContext.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js +0 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.js.map +1 -1
- package/src/com/controlresell/models/items/ItemFiltersContext.ts +0 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts +1 -1
- package/src/com/controlresell/models/items/ItemSort.d.ts.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.js +1 -1
- package/src/com/controlresell/models/items/ItemSort.js.map +1 -1
- package/src/com/controlresell/models/items/ItemSort.ts +1 -1
- package/src/com/controlresell/models/items/ItemUpdate.d.ts +26 -0
- package/src/com/controlresell/models/items/ItemUpdate.d.ts.map +1 -1
- package/src/com/controlresell/models/items/UpdatedItem.d.ts +52 -0
- package/src/com/controlresell/models/items/UpdatedItem.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts +18 -0
- package/src/com/controlresell/models/items/history/CreateItemHistoryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts +18 -0
- package/src/com/controlresell/models/items/history/ItemHistory.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts +28 -0
- package/src/com/controlresell/models/items/history/ItemHistoryDecodedPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts +5 -0
- package/src/com/controlresell/models/items/history/data/ItemHistoryRepublishingRetryPayload.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts +30 -0
- package/src/com/controlresell/models/platforms/orders/UserOrders.d.ts.map +1 -1
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts +26 -0
- package/src/com/controlresell/models/platforms/orders/items/OrderWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts +26 -0
- package/src/com/controlresell/models/transactions/items/TransactionWithItems.d.ts.map +1 -1
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts +52 -0
- package/src/com/controlresell/models/users/ws/UserWsPayload.d.ts.map +1 -1
- package/src/index.d.ts +1 -2
- package/src/index.d.ts.map +1 -1
- package/src/index.js +1 -2
- package/src/index.js.map +1 -1
- package/src/index.ts +1 -2
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts +0 -22
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationOffer.ts +0 -10
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts +0 -19
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.d.ts.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js +0 -9
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.js.map +0 -1
- package/src/com/controlresell/models/conversations/offers/NegotiationParameters.ts +0 -10
|
@@ -1077,18 +1077,21 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1077
1077
|
value: z.ZodNumber;
|
|
1078
1078
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1079
1079
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1080
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1080
1081
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1081
1082
|
}, "strip", z.ZodTypeAny, {
|
|
1082
1083
|
value: number;
|
|
1083
1084
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1084
1085
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1085
1086
|
roundStep?: number | null | undefined;
|
|
1087
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1086
1088
|
maxRounds?: number | null | undefined;
|
|
1087
1089
|
}, {
|
|
1088
1090
|
value: number;
|
|
1089
1091
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1090
1092
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1091
1093
|
roundStep?: number | null | undefined;
|
|
1094
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1092
1095
|
maxRounds?: number | null | undefined;
|
|
1093
1096
|
}>>>;
|
|
1094
1097
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1102,6 +1105,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1102
1105
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1103
1106
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1104
1107
|
roundStep?: number | null | undefined;
|
|
1108
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1105
1109
|
maxRounds?: number | null | undefined;
|
|
1106
1110
|
} | null | undefined;
|
|
1107
1111
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1115,6 +1119,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1115
1119
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1116
1120
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1117
1121
|
roundStep?: number | null | undefined;
|
|
1122
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1118
1123
|
maxRounds?: number | null | undefined;
|
|
1119
1124
|
} | null | undefined;
|
|
1120
1125
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1132,6 +1137,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1132
1137
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1133
1138
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1134
1139
|
roundStep?: number | null | undefined;
|
|
1140
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1135
1141
|
maxRounds?: number | null | undefined;
|
|
1136
1142
|
} | null | undefined;
|
|
1137
1143
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1148,6 +1154,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1148
1154
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1149
1155
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1150
1156
|
roundStep?: number | null | undefined;
|
|
1157
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1151
1158
|
maxRounds?: number | null | undefined;
|
|
1152
1159
|
} | null | undefined;
|
|
1153
1160
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1179,18 +1186,21 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1179
1186
|
value: z.ZodNumber;
|
|
1180
1187
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1181
1188
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1189
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1182
1190
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1183
1191
|
}, "strip", z.ZodTypeAny, {
|
|
1184
1192
|
value: number;
|
|
1185
1193
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1186
1194
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1187
1195
|
roundStep?: number | null | undefined;
|
|
1196
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1188
1197
|
maxRounds?: number | null | undefined;
|
|
1189
1198
|
}, {
|
|
1190
1199
|
value: number;
|
|
1191
1200
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1192
1201
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1193
1202
|
roundStep?: number | null | undefined;
|
|
1203
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1194
1204
|
maxRounds?: number | null | undefined;
|
|
1195
1205
|
}>>>;
|
|
1196
1206
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1209,6 +1219,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1209
1219
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1210
1220
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1211
1221
|
roundStep?: number | null | undefined;
|
|
1222
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1212
1223
|
maxRounds?: number | null | undefined;
|
|
1213
1224
|
} | null | undefined;
|
|
1214
1225
|
}, {
|
|
@@ -1227,6 +1238,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1227
1238
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1228
1239
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1229
1240
|
roundStep?: number | null | undefined;
|
|
1241
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1230
1242
|
maxRounds?: number | null | undefined;
|
|
1231
1243
|
} | null | undefined;
|
|
1232
1244
|
}>;
|
|
@@ -1249,6 +1261,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1249
1261
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1250
1262
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1251
1263
|
roundStep?: number | null | undefined;
|
|
1264
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1252
1265
|
maxRounds?: number | null | undefined;
|
|
1253
1266
|
} | null | undefined;
|
|
1254
1267
|
};
|
|
@@ -1270,6 +1283,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1270
1283
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1271
1284
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1272
1285
|
roundStep?: number | null | undefined;
|
|
1286
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1273
1287
|
maxRounds?: number | null | undefined;
|
|
1274
1288
|
} | null | undefined;
|
|
1275
1289
|
};
|
|
@@ -1717,6 +1731,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1717
1731
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1718
1732
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1719
1733
|
roundStep?: number | null | undefined;
|
|
1734
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1720
1735
|
maxRounds?: number | null | undefined;
|
|
1721
1736
|
} | null | undefined;
|
|
1722
1737
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1741,6 +1756,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1741
1756
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1742
1757
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1743
1758
|
roundStep?: number | null | undefined;
|
|
1759
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1744
1760
|
maxRounds?: number | null | undefined;
|
|
1745
1761
|
} | null | undefined;
|
|
1746
1762
|
};
|
|
@@ -1925,6 +1941,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1925
1941
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1926
1942
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1927
1943
|
roundStep?: number | null | undefined;
|
|
1944
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1928
1945
|
maxRounds?: number | null | undefined;
|
|
1929
1946
|
} | null | undefined;
|
|
1930
1947
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1949,6 +1966,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
1949
1966
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1950
1967
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1951
1968
|
roundStep?: number | null | undefined;
|
|
1969
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1952
1970
|
maxRounds?: number | null | undefined;
|
|
1953
1971
|
} | null | undefined;
|
|
1954
1972
|
};
|
|
@@ -2369,6 +2387,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2369
2387
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2370
2388
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2371
2389
|
roundStep?: number | null | undefined;
|
|
2390
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2372
2391
|
maxRounds?: number | null | undefined;
|
|
2373
2392
|
} | null | undefined;
|
|
2374
2393
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2393,6 +2412,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2393
2412
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2394
2413
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2395
2414
|
roundStep?: number | null | undefined;
|
|
2415
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2396
2416
|
maxRounds?: number | null | undefined;
|
|
2397
2417
|
} | null | undefined;
|
|
2398
2418
|
};
|
|
@@ -2682,6 +2702,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2682
2702
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2683
2703
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2684
2704
|
roundStep?: number | null | undefined;
|
|
2705
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2685
2706
|
maxRounds?: number | null | undefined;
|
|
2686
2707
|
} | null | undefined;
|
|
2687
2708
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2706,6 +2727,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2706
2727
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2707
2728
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2708
2729
|
roundStep?: number | null | undefined;
|
|
2730
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2709
2731
|
maxRounds?: number | null | undefined;
|
|
2710
2732
|
} | null | undefined;
|
|
2711
2733
|
};
|
|
@@ -2997,6 +3019,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
2997
3019
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2998
3020
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2999
3021
|
roundStep?: number | null | undefined;
|
|
3022
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3000
3023
|
maxRounds?: number | null | undefined;
|
|
3001
3024
|
} | null | undefined;
|
|
3002
3025
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3021,6 +3044,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3021
3044
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3022
3045
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3023
3046
|
roundStep?: number | null | undefined;
|
|
3047
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3024
3048
|
maxRounds?: number | null | undefined;
|
|
3025
3049
|
} | null | undefined;
|
|
3026
3050
|
};
|
|
@@ -3355,6 +3379,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3355
3379
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3356
3380
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3357
3381
|
roundStep?: number | null | undefined;
|
|
3382
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3358
3383
|
maxRounds?: number | null | undefined;
|
|
3359
3384
|
} | null | undefined;
|
|
3360
3385
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3379,6 +3404,7 @@ export declare const TransactionWithItemsSchema: z.ZodObject<{
|
|
|
3379
3404
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3380
3405
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3381
3406
|
roundStep?: number | null | undefined;
|
|
3407
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3382
3408
|
maxRounds?: number | null | undefined;
|
|
3383
3409
|
} | null | undefined;
|
|
3384
3410
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B
|
|
1
|
+
{"version":3,"file":"TransactionWithItems.d.ts","sourceRoot":"","sources":["TransactionWithItems.ts"],"names":[],"mappings":"AAAA,OAAO,EAAC,CAAC,EAAC,MAAM,KAAK,CAAA;AAIrB,eAAO,MAAM,0BAA0B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAGrC,CAAA;AACF,MAAM,MAAM,oBAAoB,GAAG,CAAC,CAAC,KAAK,CAAC,OAAO,0BAA0B,CAAC,CAAA"}
|
|
@@ -1759,18 +1759,21 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1759
1759
|
value: z.ZodNumber;
|
|
1760
1760
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1761
1761
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1762
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1762
1763
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1763
1764
|
}, "strip", z.ZodTypeAny, {
|
|
1764
1765
|
value: number;
|
|
1765
1766
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1766
1767
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1767
1768
|
roundStep?: number | null | undefined;
|
|
1769
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1768
1770
|
maxRounds?: number | null | undefined;
|
|
1769
1771
|
}, {
|
|
1770
1772
|
value: number;
|
|
1771
1773
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1772
1774
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1773
1775
|
roundStep?: number | null | undefined;
|
|
1776
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1774
1777
|
maxRounds?: number | null | undefined;
|
|
1775
1778
|
}>>>;
|
|
1776
1779
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -1784,6 +1787,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1784
1787
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1785
1788
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1786
1789
|
roundStep?: number | null | undefined;
|
|
1790
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1787
1791
|
maxRounds?: number | null | undefined;
|
|
1788
1792
|
} | null | undefined;
|
|
1789
1793
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1797,6 +1801,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1797
1801
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1798
1802
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1799
1803
|
roundStep?: number | null | undefined;
|
|
1804
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1800
1805
|
maxRounds?: number | null | undefined;
|
|
1801
1806
|
} | null | undefined;
|
|
1802
1807
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1814,6 +1819,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1814
1819
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1815
1820
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1816
1821
|
roundStep?: number | null | undefined;
|
|
1822
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1817
1823
|
maxRounds?: number | null | undefined;
|
|
1818
1824
|
} | null | undefined;
|
|
1819
1825
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1830,6 +1836,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1830
1836
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1831
1837
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1832
1838
|
roundStep?: number | null | undefined;
|
|
1839
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1833
1840
|
maxRounds?: number | null | undefined;
|
|
1834
1841
|
} | null | undefined;
|
|
1835
1842
|
isTransfer?: boolean | null | undefined;
|
|
@@ -1861,18 +1868,21 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1861
1868
|
value: z.ZodNumber;
|
|
1862
1869
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
1863
1870
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1871
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
1864
1872
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
1865
1873
|
}, "strip", z.ZodTypeAny, {
|
|
1866
1874
|
value: number;
|
|
1867
1875
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1868
1876
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1869
1877
|
roundStep?: number | null | undefined;
|
|
1878
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1870
1879
|
maxRounds?: number | null | undefined;
|
|
1871
1880
|
}, {
|
|
1872
1881
|
value: number;
|
|
1873
1882
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1874
1883
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1875
1884
|
roundStep?: number | null | undefined;
|
|
1885
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1876
1886
|
maxRounds?: number | null | undefined;
|
|
1877
1887
|
}>>>;
|
|
1878
1888
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1891,6 +1901,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1891
1901
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1892
1902
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1893
1903
|
roundStep?: number | null | undefined;
|
|
1904
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1894
1905
|
maxRounds?: number | null | undefined;
|
|
1895
1906
|
} | null | undefined;
|
|
1896
1907
|
}, {
|
|
@@ -1909,6 +1920,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1909
1920
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1910
1921
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1911
1922
|
roundStep?: number | null | undefined;
|
|
1923
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1912
1924
|
maxRounds?: number | null | undefined;
|
|
1913
1925
|
} | null | undefined;
|
|
1914
1926
|
}>;
|
|
@@ -1931,6 +1943,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1931
1943
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1932
1944
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1933
1945
|
roundStep?: number | null | undefined;
|
|
1946
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1934
1947
|
maxRounds?: number | null | undefined;
|
|
1935
1948
|
} | null | undefined;
|
|
1936
1949
|
};
|
|
@@ -1952,6 +1965,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
1952
1965
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
1953
1966
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
1954
1967
|
roundStep?: number | null | undefined;
|
|
1968
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
1955
1969
|
maxRounds?: number | null | undefined;
|
|
1956
1970
|
} | null | undefined;
|
|
1957
1971
|
};
|
|
@@ -2399,6 +2413,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2399
2413
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2400
2414
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2401
2415
|
roundStep?: number | null | undefined;
|
|
2416
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2402
2417
|
maxRounds?: number | null | undefined;
|
|
2403
2418
|
} | null | undefined;
|
|
2404
2419
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2423,6 +2438,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2423
2438
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2424
2439
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2425
2440
|
roundStep?: number | null | undefined;
|
|
2441
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2426
2442
|
maxRounds?: number | null | undefined;
|
|
2427
2443
|
} | null | undefined;
|
|
2428
2444
|
};
|
|
@@ -2607,6 +2623,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2607
2623
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2608
2624
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2609
2625
|
roundStep?: number | null | undefined;
|
|
2626
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2610
2627
|
maxRounds?: number | null | undefined;
|
|
2611
2628
|
} | null | undefined;
|
|
2612
2629
|
isTransfer?: boolean | null | undefined;
|
|
@@ -2631,6 +2648,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
2631
2648
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
2632
2649
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
2633
2650
|
roundStep?: number | null | undefined;
|
|
2651
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
2634
2652
|
maxRounds?: number | null | undefined;
|
|
2635
2653
|
} | null | undefined;
|
|
2636
2654
|
};
|
|
@@ -3051,6 +3069,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3051
3069
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3052
3070
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3053
3071
|
roundStep?: number | null | undefined;
|
|
3072
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3054
3073
|
maxRounds?: number | null | undefined;
|
|
3055
3074
|
} | null | undefined;
|
|
3056
3075
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3075,6 +3094,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3075
3094
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3076
3095
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3077
3096
|
roundStep?: number | null | undefined;
|
|
3097
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3078
3098
|
maxRounds?: number | null | undefined;
|
|
3079
3099
|
} | null | undefined;
|
|
3080
3100
|
};
|
|
@@ -3364,6 +3384,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3364
3384
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3365
3385
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3366
3386
|
roundStep?: number | null | undefined;
|
|
3387
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3367
3388
|
maxRounds?: number | null | undefined;
|
|
3368
3389
|
} | null | undefined;
|
|
3369
3390
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3388,6 +3409,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3388
3409
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3389
3410
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3390
3411
|
roundStep?: number | null | undefined;
|
|
3412
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3391
3413
|
maxRounds?: number | null | undefined;
|
|
3392
3414
|
} | null | undefined;
|
|
3393
3415
|
};
|
|
@@ -3682,6 +3704,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3682
3704
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3683
3705
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3684
3706
|
roundStep?: number | null | undefined;
|
|
3707
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3685
3708
|
maxRounds?: number | null | undefined;
|
|
3686
3709
|
} | null | undefined;
|
|
3687
3710
|
isTransfer?: boolean | null | undefined;
|
|
@@ -3706,6 +3729,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3706
3729
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
3707
3730
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
3708
3731
|
roundStep?: number | null | undefined;
|
|
3732
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
3709
3733
|
maxRounds?: number | null | undefined;
|
|
3710
3734
|
} | null | undefined;
|
|
3711
3735
|
};
|
|
@@ -3999,6 +4023,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
3999
4023
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4000
4024
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4001
4025
|
roundStep?: number | null | undefined;
|
|
4026
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4002
4027
|
maxRounds?: number | null | undefined;
|
|
4003
4028
|
} | null | undefined;
|
|
4004
4029
|
isTransfer?: boolean | null | undefined;
|
|
@@ -4023,6 +4048,7 @@ export declare const UserWsPayloadItemUpdatedSchema: z.ZodObject<{
|
|
|
4023
4048
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
4024
4049
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
4025
4050
|
roundStep?: number | null | undefined;
|
|
4051
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
4026
4052
|
maxRounds?: number | null | undefined;
|
|
4027
4053
|
} | null | undefined;
|
|
4028
4054
|
};
|
|
@@ -7129,18 +7155,21 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7129
7155
|
value: z.ZodNumber;
|
|
7130
7156
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
7131
7157
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7158
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7132
7159
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7133
7160
|
}, "strip", z.ZodTypeAny, {
|
|
7134
7161
|
value: number;
|
|
7135
7162
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7136
7163
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7137
7164
|
roundStep?: number | null | undefined;
|
|
7165
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7138
7166
|
maxRounds?: number | null | undefined;
|
|
7139
7167
|
}, {
|
|
7140
7168
|
value: number;
|
|
7141
7169
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7142
7170
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7143
7171
|
roundStep?: number | null | undefined;
|
|
7172
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7144
7173
|
maxRounds?: number | null | undefined;
|
|
7145
7174
|
}>>>;
|
|
7146
7175
|
isTransfer: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
|
|
@@ -7154,6 +7183,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7154
7183
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7155
7184
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7156
7185
|
roundStep?: number | null | undefined;
|
|
7186
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7157
7187
|
maxRounds?: number | null | undefined;
|
|
7158
7188
|
} | null | undefined;
|
|
7159
7189
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7167,6 +7197,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7167
7197
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7168
7198
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7169
7199
|
roundStep?: number | null | undefined;
|
|
7200
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7170
7201
|
maxRounds?: number | null | undefined;
|
|
7171
7202
|
} | null | undefined;
|
|
7172
7203
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7184,6 +7215,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7184
7215
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7185
7216
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7186
7217
|
roundStep?: number | null | undefined;
|
|
7218
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7187
7219
|
maxRounds?: number | null | undefined;
|
|
7188
7220
|
} | null | undefined;
|
|
7189
7221
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7200,6 +7232,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7200
7232
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7201
7233
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7202
7234
|
roundStep?: number | null | undefined;
|
|
7235
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7203
7236
|
maxRounds?: number | null | undefined;
|
|
7204
7237
|
} | null | undefined;
|
|
7205
7238
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7231,18 +7264,21 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7231
7264
|
value: z.ZodNumber;
|
|
7232
7265
|
roundType: z.ZodOptional<z.ZodNullable<z.ZodEnum<["NEAREST", "UP", "DOWN", "CUSTOM"]>>>;
|
|
7233
7266
|
roundStep: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7267
|
+
negotiationProfile: z.ZodOptional<z.ZodNullable<z.ZodEnum<["AUTO"]>>>;
|
|
7234
7268
|
maxRounds: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
|
|
7235
7269
|
}, "strip", z.ZodTypeAny, {
|
|
7236
7270
|
value: number;
|
|
7237
7271
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7238
7272
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7239
7273
|
roundStep?: number | null | undefined;
|
|
7274
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7240
7275
|
maxRounds?: number | null | undefined;
|
|
7241
7276
|
}, {
|
|
7242
7277
|
value: number;
|
|
7243
7278
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7244
7279
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7245
7280
|
roundStep?: number | null | undefined;
|
|
7281
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7246
7282
|
maxRounds?: number | null | undefined;
|
|
7247
7283
|
}>>>;
|
|
7248
7284
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -7261,6 +7297,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7261
7297
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7262
7298
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7263
7299
|
roundStep?: number | null | undefined;
|
|
7300
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7264
7301
|
maxRounds?: number | null | undefined;
|
|
7265
7302
|
} | null | undefined;
|
|
7266
7303
|
}, {
|
|
@@ -7279,6 +7316,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7279
7316
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7280
7317
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7281
7318
|
roundStep?: number | null | undefined;
|
|
7319
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7282
7320
|
maxRounds?: number | null | undefined;
|
|
7283
7321
|
} | null | undefined;
|
|
7284
7322
|
}>;
|
|
@@ -7301,6 +7339,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7301
7339
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7302
7340
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7303
7341
|
roundStep?: number | null | undefined;
|
|
7342
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7304
7343
|
maxRounds?: number | null | undefined;
|
|
7305
7344
|
} | null | undefined;
|
|
7306
7345
|
};
|
|
@@ -7322,6 +7361,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7322
7361
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7323
7362
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7324
7363
|
roundStep?: number | null | undefined;
|
|
7364
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7325
7365
|
maxRounds?: number | null | undefined;
|
|
7326
7366
|
} | null | undefined;
|
|
7327
7367
|
};
|
|
@@ -7769,6 +7809,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7769
7809
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7770
7810
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7771
7811
|
roundStep?: number | null | undefined;
|
|
7812
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7772
7813
|
maxRounds?: number | null | undefined;
|
|
7773
7814
|
} | null | undefined;
|
|
7774
7815
|
isTransfer?: boolean | null | undefined;
|
|
@@ -7793,6 +7834,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7793
7834
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7794
7835
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7795
7836
|
roundStep?: number | null | undefined;
|
|
7837
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7796
7838
|
maxRounds?: number | null | undefined;
|
|
7797
7839
|
} | null | undefined;
|
|
7798
7840
|
};
|
|
@@ -7977,6 +8019,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
7977
8019
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
7978
8020
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
7979
8021
|
roundStep?: number | null | undefined;
|
|
8022
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
7980
8023
|
maxRounds?: number | null | undefined;
|
|
7981
8024
|
} | null | undefined;
|
|
7982
8025
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8001,6 +8044,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8001
8044
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8002
8045
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8003
8046
|
roundStep?: number | null | undefined;
|
|
8047
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8004
8048
|
maxRounds?: number | null | undefined;
|
|
8005
8049
|
} | null | undefined;
|
|
8006
8050
|
};
|
|
@@ -8421,6 +8465,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8421
8465
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8422
8466
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8423
8467
|
roundStep?: number | null | undefined;
|
|
8468
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8424
8469
|
maxRounds?: number | null | undefined;
|
|
8425
8470
|
} | null | undefined;
|
|
8426
8471
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8445,6 +8490,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8445
8490
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8446
8491
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8447
8492
|
roundStep?: number | null | undefined;
|
|
8493
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8448
8494
|
maxRounds?: number | null | undefined;
|
|
8449
8495
|
} | null | undefined;
|
|
8450
8496
|
};
|
|
@@ -8734,6 +8780,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8734
8780
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8735
8781
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8736
8782
|
roundStep?: number | null | undefined;
|
|
8783
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8737
8784
|
maxRounds?: number | null | undefined;
|
|
8738
8785
|
} | null | undefined;
|
|
8739
8786
|
isTransfer?: boolean | null | undefined;
|
|
@@ -8758,6 +8805,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
8758
8805
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
8759
8806
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
8760
8807
|
roundStep?: number | null | undefined;
|
|
8808
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
8761
8809
|
maxRounds?: number | null | undefined;
|
|
8762
8810
|
} | null | undefined;
|
|
8763
8811
|
};
|
|
@@ -9052,6 +9100,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9052
9100
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9053
9101
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9054
9102
|
roundStep?: number | null | undefined;
|
|
9103
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9055
9104
|
maxRounds?: number | null | undefined;
|
|
9056
9105
|
} | null | undefined;
|
|
9057
9106
|
isTransfer?: boolean | null | undefined;
|
|
@@ -9076,6 +9125,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9076
9125
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9077
9126
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9078
9127
|
roundStep?: number | null | undefined;
|
|
9128
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9079
9129
|
maxRounds?: number | null | undefined;
|
|
9080
9130
|
} | null | undefined;
|
|
9081
9131
|
};
|
|
@@ -9369,6 +9419,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9369
9419
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9370
9420
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9371
9421
|
roundStep?: number | null | undefined;
|
|
9422
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9372
9423
|
maxRounds?: number | null | undefined;
|
|
9373
9424
|
} | null | undefined;
|
|
9374
9425
|
isTransfer?: boolean | null | undefined;
|
|
@@ -9393,6 +9444,7 @@ export declare const UserWsPayloadSchema: z.ZodDiscriminatedUnion<"type", [z.Zod
|
|
|
9393
9444
|
type: "PERCENTAGE" | "ABSOLUTE";
|
|
9394
9445
|
roundType?: "NEAREST" | "UP" | "DOWN" | "CUSTOM" | null | undefined;
|
|
9395
9446
|
roundStep?: number | null | undefined;
|
|
9447
|
+
negotiationProfile?: "AUTO" | null | undefined;
|
|
9396
9448
|
maxRounds?: number | null | undefined;
|
|
9397
9449
|
} | null | undefined;
|
|
9398
9450
|
};
|