erpnext-queue-client 1.33.3 → 1.33.4
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.
|
@@ -943,41 +943,6 @@ export declare const ServicecaseExtended: z.ZodObject<{
|
|
|
943
943
|
creation: z.ZodString;
|
|
944
944
|
modified: z.ZodString;
|
|
945
945
|
modified_by: z.ZodString;
|
|
946
|
-
return_shipping_items: z.ZodArray<z.ZodObject<{
|
|
947
|
-
item: z.ZodString;
|
|
948
|
-
return_item: z.ZodString;
|
|
949
|
-
quantity: z.ZodNumber;
|
|
950
|
-
return_label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
951
|
-
} & {
|
|
952
|
-
name: z.ZodString;
|
|
953
|
-
owner: z.ZodString;
|
|
954
|
-
creation: z.ZodString;
|
|
955
|
-
modified: z.ZodString;
|
|
956
|
-
modified_by: z.ZodString;
|
|
957
|
-
idx: z.ZodNumber;
|
|
958
|
-
}, "strip", z.ZodTypeAny, {
|
|
959
|
-
name: string;
|
|
960
|
-
owner: string;
|
|
961
|
-
creation: string;
|
|
962
|
-
modified: string;
|
|
963
|
-
modified_by: string;
|
|
964
|
-
idx: number;
|
|
965
|
-
quantity: number;
|
|
966
|
-
item: string;
|
|
967
|
-
return_item: string;
|
|
968
|
-
return_label?: string | null | undefined;
|
|
969
|
-
}, {
|
|
970
|
-
name: string;
|
|
971
|
-
owner: string;
|
|
972
|
-
creation: string;
|
|
973
|
-
modified: string;
|
|
974
|
-
modified_by: string;
|
|
975
|
-
idx: number;
|
|
976
|
-
quantity: number;
|
|
977
|
-
item: string;
|
|
978
|
-
return_item: string;
|
|
979
|
-
return_label?: string | null | undefined;
|
|
980
|
-
}>, "many">;
|
|
981
946
|
} & {
|
|
982
947
|
return_items: z.ZodArray<z.ZodObject<{
|
|
983
948
|
item: z.ZodString;
|
|
@@ -1068,6 +1033,41 @@ export declare const ServicecaseExtended: z.ZodObject<{
|
|
|
1068
1033
|
attachments_collection_name?: string | null | undefined;
|
|
1069
1034
|
internal_reasons_collection_name?: string | null | undefined;
|
|
1070
1035
|
}>, "many">;
|
|
1036
|
+
return_shipping_items: z.ZodArray<z.ZodObject<{
|
|
1037
|
+
item: z.ZodString;
|
|
1038
|
+
return_item: z.ZodString;
|
|
1039
|
+
quantity: z.ZodNumber;
|
|
1040
|
+
return_label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1041
|
+
} & {
|
|
1042
|
+
name: z.ZodString;
|
|
1043
|
+
owner: z.ZodString;
|
|
1044
|
+
creation: z.ZodString;
|
|
1045
|
+
modified: z.ZodString;
|
|
1046
|
+
modified_by: z.ZodString;
|
|
1047
|
+
idx: z.ZodNumber;
|
|
1048
|
+
}, "strip", z.ZodTypeAny, {
|
|
1049
|
+
name: string;
|
|
1050
|
+
owner: string;
|
|
1051
|
+
creation: string;
|
|
1052
|
+
modified: string;
|
|
1053
|
+
modified_by: string;
|
|
1054
|
+
idx: number;
|
|
1055
|
+
quantity: number;
|
|
1056
|
+
item: string;
|
|
1057
|
+
return_item: string;
|
|
1058
|
+
return_label?: string | null | undefined;
|
|
1059
|
+
}, {
|
|
1060
|
+
name: string;
|
|
1061
|
+
owner: string;
|
|
1062
|
+
creation: string;
|
|
1063
|
+
modified: string;
|
|
1064
|
+
modified_by: string;
|
|
1065
|
+
idx: number;
|
|
1066
|
+
quantity: number;
|
|
1067
|
+
item: string;
|
|
1068
|
+
return_item: string;
|
|
1069
|
+
return_label?: string | null | undefined;
|
|
1070
|
+
}>, "many">;
|
|
1071
1071
|
is_sent_to_client: z.ZodEffects<z.ZodNumber, boolean, number>;
|
|
1072
1072
|
is_sent_to_cc: z.ZodEffects<z.ZodNumber, boolean, number>;
|
|
1073
1073
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -1207,41 +1207,6 @@ export declare const ServicecaseMethodResponse: z.ZodArray<z.ZodObject<{
|
|
|
1207
1207
|
creation: z.ZodString;
|
|
1208
1208
|
modified: z.ZodString;
|
|
1209
1209
|
modified_by: z.ZodString;
|
|
1210
|
-
return_shipping_items: z.ZodArray<z.ZodObject<{
|
|
1211
|
-
item: z.ZodString;
|
|
1212
|
-
return_item: z.ZodString;
|
|
1213
|
-
quantity: z.ZodNumber;
|
|
1214
|
-
return_label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1215
|
-
} & {
|
|
1216
|
-
name: z.ZodString;
|
|
1217
|
-
owner: z.ZodString;
|
|
1218
|
-
creation: z.ZodString;
|
|
1219
|
-
modified: z.ZodString;
|
|
1220
|
-
modified_by: z.ZodString;
|
|
1221
|
-
idx: z.ZodNumber;
|
|
1222
|
-
}, "strip", z.ZodTypeAny, {
|
|
1223
|
-
name: string;
|
|
1224
|
-
owner: string;
|
|
1225
|
-
creation: string;
|
|
1226
|
-
modified: string;
|
|
1227
|
-
modified_by: string;
|
|
1228
|
-
idx: number;
|
|
1229
|
-
quantity: number;
|
|
1230
|
-
item: string;
|
|
1231
|
-
return_item: string;
|
|
1232
|
-
return_label?: string | null | undefined;
|
|
1233
|
-
}, {
|
|
1234
|
-
name: string;
|
|
1235
|
-
owner: string;
|
|
1236
|
-
creation: string;
|
|
1237
|
-
modified: string;
|
|
1238
|
-
modified_by: string;
|
|
1239
|
-
idx: number;
|
|
1240
|
-
quantity: number;
|
|
1241
|
-
item: string;
|
|
1242
|
-
return_item: string;
|
|
1243
|
-
return_label?: string | null | undefined;
|
|
1244
|
-
}>, "many">;
|
|
1245
1210
|
} & {
|
|
1246
1211
|
return_items: z.ZodArray<z.ZodObject<{
|
|
1247
1212
|
item: z.ZodString;
|
|
@@ -1332,6 +1297,41 @@ export declare const ServicecaseMethodResponse: z.ZodArray<z.ZodObject<{
|
|
|
1332
1297
|
attachments_collection_name?: string | null | undefined;
|
|
1333
1298
|
internal_reasons_collection_name?: string | null | undefined;
|
|
1334
1299
|
}>, "many">;
|
|
1300
|
+
return_shipping_items: z.ZodArray<z.ZodObject<{
|
|
1301
|
+
item: z.ZodString;
|
|
1302
|
+
return_item: z.ZodString;
|
|
1303
|
+
quantity: z.ZodNumber;
|
|
1304
|
+
return_label: z.ZodNullable<z.ZodOptional<z.ZodString>>;
|
|
1305
|
+
} & {
|
|
1306
|
+
name: z.ZodString;
|
|
1307
|
+
owner: z.ZodString;
|
|
1308
|
+
creation: z.ZodString;
|
|
1309
|
+
modified: z.ZodString;
|
|
1310
|
+
modified_by: z.ZodString;
|
|
1311
|
+
idx: z.ZodNumber;
|
|
1312
|
+
}, "strip", z.ZodTypeAny, {
|
|
1313
|
+
name: string;
|
|
1314
|
+
owner: string;
|
|
1315
|
+
creation: string;
|
|
1316
|
+
modified: string;
|
|
1317
|
+
modified_by: string;
|
|
1318
|
+
idx: number;
|
|
1319
|
+
quantity: number;
|
|
1320
|
+
item: string;
|
|
1321
|
+
return_item: string;
|
|
1322
|
+
return_label?: string | null | undefined;
|
|
1323
|
+
}, {
|
|
1324
|
+
name: string;
|
|
1325
|
+
owner: string;
|
|
1326
|
+
creation: string;
|
|
1327
|
+
modified: string;
|
|
1328
|
+
modified_by: string;
|
|
1329
|
+
idx: number;
|
|
1330
|
+
quantity: number;
|
|
1331
|
+
item: string;
|
|
1332
|
+
return_item: string;
|
|
1333
|
+
return_label?: string | null | undefined;
|
|
1334
|
+
}>, "many">;
|
|
1335
1335
|
is_sent_to_client: z.ZodEffects<z.ZodNumber, boolean, number>;
|
|
1336
1336
|
is_sent_to_cc: z.ZodEffects<z.ZodNumber, boolean, number>;
|
|
1337
1337
|
}, "strip", z.ZodTypeAny, {
|
|
@@ -171,6 +171,7 @@ exports.ServicecaseInput = exports.ServicecaseBase.extend({
|
|
|
171
171
|
}).describe("ServicecaseInput");
|
|
172
172
|
exports.ServicecaseExtended = exports.Servicecase.extend({
|
|
173
173
|
return_items: zod_1.z.array(exports.ReturnItemExtended),
|
|
174
|
+
return_shipping_items: zod_1.z.array(exports.ReturnShippingItem),
|
|
174
175
|
is_sent_to_client: zod_1.z.number().transform(Boolean),
|
|
175
176
|
is_sent_to_cc: zod_1.z.number().transform(Boolean),
|
|
176
177
|
}).describe("ServicecaseExtended");
|