@mercurjs/core 2.2.0-canary.1 → 2.2.0-canary.2

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 (20) hide show
  1. package/.medusa/server/src/modules/product/models/product-attribute-value.d.ts +22 -0
  2. package/.medusa/server/src/modules/product/models/product-attribute.d.ts +30 -0
  3. package/.medusa/server/src/modules/product/models/product-brand.d.ts +12 -0
  4. package/.medusa/server/src/modules/product/models/product-category.d.ts +34 -0
  5. package/.medusa/server/src/modules/product/models/product-change-action.d.ts +24 -0
  6. package/.medusa/server/src/modules/product/models/product-change.d.ts +12 -0
  7. package/.medusa/server/src/modules/product/models/product-collection.d.ts +12 -0
  8. package/.medusa/server/src/modules/product/models/product-image.d.ts +12 -0
  9. package/.medusa/server/src/modules/product/models/product-tag.d.ts +12 -0
  10. package/.medusa/server/src/modules/product/models/product-type.d.ts +12 -0
  11. package/.medusa/server/src/modules/product/models/product-variant-product-image.d.ts +14 -0
  12. package/.medusa/server/src/modules/product/models/product-variant.d.ts +2 -0
  13. package/.medusa/server/src/modules/product/models/product-variant.js +4 -1
  14. package/.medusa/server/src/modules/product/models/product.d.ts +12 -0
  15. package/.medusa/server/src/modules/product/service.d.ts +196 -0
  16. package/.medusa/server/src/workflows/product/steps/create-product-categories.d.ts +28 -0
  17. package/.medusa/server/src/workflows/product/steps/update-product-categories.d.ts +28 -0
  18. package/.medusa/server/src/workflows/product/workflows/create-product-categories.d.ts +28 -0
  19. package/.medusa/server/src/workflows/product/workflows/update-product-categories.d.ts +28 -0
  20. package/package.json +3 -3
@@ -53,6 +53,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
53
53
  metadata: Record<string, unknown> | null;
54
54
  variant_rank: number | null;
55
55
  thumbnail: string | null;
56
+ manage_inventory: boolean | null;
57
+ allow_backorder: boolean | null;
56
58
  product: /*elided*/ any;
57
59
  images: {
58
60
  id: string;
@@ -165,6 +167,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
165
167
  metadata: Record<string, unknown> | null;
166
168
  variant_rank: number | null;
167
169
  thumbnail: string | null;
170
+ manage_inventory: boolean | null;
171
+ allow_backorder: boolean | null;
168
172
  product: /*elided*/ any;
169
173
  images: /*elided*/ any[];
170
174
  attribute_values: {
@@ -268,6 +272,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
268
272
  metadata: Record<string, unknown> | null;
269
273
  variant_rank: number | null;
270
274
  thumbnail: string | null;
275
+ manage_inventory: boolean | null;
276
+ allow_backorder: boolean | null;
271
277
  product: /*elided*/ any;
272
278
  images: {
273
279
  id: string;
@@ -345,6 +351,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
345
351
  metadata: Record<string, unknown> | null;
346
352
  variant_rank: number | null;
347
353
  thumbnail: string | null;
354
+ manage_inventory: boolean | null;
355
+ allow_backorder: boolean | null;
348
356
  product: /*elided*/ any;
349
357
  images: {
350
358
  id: string;
@@ -430,6 +438,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
430
438
  metadata: Record<string, unknown> | null;
431
439
  variant_rank: number | null;
432
440
  thumbnail: string | null;
441
+ manage_inventory: boolean | null;
442
+ allow_backorder: boolean | null;
433
443
  product: /*elided*/ any;
434
444
  images: {
435
445
  id: string;
@@ -540,6 +550,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
540
550
  metadata: Record<string, unknown> | null;
541
551
  variant_rank: number | null;
542
552
  thumbnail: string | null;
553
+ manage_inventory: boolean | null;
554
+ allow_backorder: boolean | null;
543
555
  product: {
544
556
  id: string;
545
557
  title: string;
@@ -832,6 +844,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
832
844
  metadata: Record<string, unknown> | null;
833
845
  variant_rank: number | null;
834
846
  thumbnail: string | null;
847
+ manage_inventory: boolean | null;
848
+ allow_backorder: boolean | null;
835
849
  product: /*elided*/ any;
836
850
  images: {
837
851
  id: string;
@@ -909,6 +923,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
909
923
  metadata: Record<string, unknown> | null;
910
924
  variant_rank: number | null;
911
925
  thumbnail: string | null;
926
+ manage_inventory: boolean | null;
927
+ allow_backorder: boolean | null;
912
928
  product: /*elided*/ any;
913
929
  images: /*elided*/ any[];
914
930
  attribute_values: /*elided*/ any[];
@@ -1029,6 +1045,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1029
1045
  metadata: Record<string, unknown> | null;
1030
1046
  variant_rank: number | null;
1031
1047
  thumbnail: string | null;
1048
+ manage_inventory: boolean | null;
1049
+ allow_backorder: boolean | null;
1032
1050
  product: /*elided*/ any;
1033
1051
  images: {
1034
1052
  id: string;
@@ -1120,6 +1138,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1120
1138
  metadata: Record<string, unknown> | null;
1121
1139
  variant_rank: number | null;
1122
1140
  thumbnail: string | null;
1141
+ manage_inventory: boolean | null;
1142
+ allow_backorder: boolean | null;
1123
1143
  product: /*elided*/ any;
1124
1144
  images: /*elided*/ any[];
1125
1145
  attribute_values: {
@@ -1191,6 +1211,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1191
1211
  metadata: Record<string, unknown> | null;
1192
1212
  variant_rank: number | null;
1193
1213
  thumbnail: string | null;
1214
+ manage_inventory: boolean | null;
1215
+ allow_backorder: boolean | null;
1194
1216
  product: /*elided*/ any;
1195
1217
  images: {
1196
1218
  id: string;
@@ -1303,6 +1325,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1303
1325
  metadata: Record<string, unknown> | null;
1304
1326
  variant_rank: number | null;
1305
1327
  thumbnail: string | null;
1328
+ manage_inventory: boolean | null;
1329
+ allow_backorder: boolean | null;
1306
1330
  product: /*elided*/ any;
1307
1331
  images: {
1308
1332
  id: string;
@@ -1394,6 +1418,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1394
1418
  metadata: Record<string, unknown> | null;
1395
1419
  variant_rank: number | null;
1396
1420
  thumbnail: string | null;
1421
+ manage_inventory: boolean | null;
1422
+ allow_backorder: boolean | null;
1397
1423
  product: /*elided*/ any;
1398
1424
  images: /*elided*/ any[];
1399
1425
  attribute_values: {
@@ -1465,6 +1491,8 @@ export declare const createProductCategoriesStep: import("@medusajs/framework/wo
1465
1491
  metadata: Record<string, unknown> | null;
1466
1492
  variant_rank: number | null;
1467
1493
  thumbnail: string | null;
1494
+ manage_inventory: boolean | null;
1495
+ allow_backorder: boolean | null;
1468
1496
  product: /*elided*/ any;
1469
1497
  images: {
1470
1498
  id: string;
@@ -56,6 +56,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
56
56
  metadata: Record<string, unknown> | null;
57
57
  variant_rank: number | null;
58
58
  thumbnail: string | null;
59
+ manage_inventory: boolean | null;
60
+ allow_backorder: boolean | null;
59
61
  product: /*elided*/ any;
60
62
  images: {
61
63
  id: string;
@@ -168,6 +170,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
168
170
  metadata: Record<string, unknown> | null;
169
171
  variant_rank: number | null;
170
172
  thumbnail: string | null;
173
+ manage_inventory: boolean | null;
174
+ allow_backorder: boolean | null;
171
175
  product: /*elided*/ any;
172
176
  images: /*elided*/ any[];
173
177
  attribute_values: {
@@ -271,6 +275,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
271
275
  metadata: Record<string, unknown> | null;
272
276
  variant_rank: number | null;
273
277
  thumbnail: string | null;
278
+ manage_inventory: boolean | null;
279
+ allow_backorder: boolean | null;
274
280
  product: /*elided*/ any;
275
281
  images: {
276
282
  id: string;
@@ -348,6 +354,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
348
354
  metadata: Record<string, unknown> | null;
349
355
  variant_rank: number | null;
350
356
  thumbnail: string | null;
357
+ manage_inventory: boolean | null;
358
+ allow_backorder: boolean | null;
351
359
  product: /*elided*/ any;
352
360
  images: {
353
361
  id: string;
@@ -433,6 +441,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
433
441
  metadata: Record<string, unknown> | null;
434
442
  variant_rank: number | null;
435
443
  thumbnail: string | null;
444
+ manage_inventory: boolean | null;
445
+ allow_backorder: boolean | null;
436
446
  product: /*elided*/ any;
437
447
  images: {
438
448
  id: string;
@@ -543,6 +553,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
543
553
  metadata: Record<string, unknown> | null;
544
554
  variant_rank: number | null;
545
555
  thumbnail: string | null;
556
+ manage_inventory: boolean | null;
557
+ allow_backorder: boolean | null;
546
558
  product: {
547
559
  id: string;
548
560
  title: string;
@@ -835,6 +847,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
835
847
  metadata: Record<string, unknown> | null;
836
848
  variant_rank: number | null;
837
849
  thumbnail: string | null;
850
+ manage_inventory: boolean | null;
851
+ allow_backorder: boolean | null;
838
852
  product: /*elided*/ any;
839
853
  images: {
840
854
  id: string;
@@ -912,6 +926,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
912
926
  metadata: Record<string, unknown> | null;
913
927
  variant_rank: number | null;
914
928
  thumbnail: string | null;
929
+ manage_inventory: boolean | null;
930
+ allow_backorder: boolean | null;
915
931
  product: /*elided*/ any;
916
932
  images: /*elided*/ any[];
917
933
  attribute_values: /*elided*/ any[];
@@ -1032,6 +1048,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1032
1048
  metadata: Record<string, unknown> | null;
1033
1049
  variant_rank: number | null;
1034
1050
  thumbnail: string | null;
1051
+ manage_inventory: boolean | null;
1052
+ allow_backorder: boolean | null;
1035
1053
  product: /*elided*/ any;
1036
1054
  images: {
1037
1055
  id: string;
@@ -1123,6 +1141,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1123
1141
  metadata: Record<string, unknown> | null;
1124
1142
  variant_rank: number | null;
1125
1143
  thumbnail: string | null;
1144
+ manage_inventory: boolean | null;
1145
+ allow_backorder: boolean | null;
1126
1146
  product: /*elided*/ any;
1127
1147
  images: /*elided*/ any[];
1128
1148
  attribute_values: {
@@ -1194,6 +1214,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1194
1214
  metadata: Record<string, unknown> | null;
1195
1215
  variant_rank: number | null;
1196
1216
  thumbnail: string | null;
1217
+ manage_inventory: boolean | null;
1218
+ allow_backorder: boolean | null;
1197
1219
  product: /*elided*/ any;
1198
1220
  images: {
1199
1221
  id: string;
@@ -1306,6 +1328,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1306
1328
  metadata: Record<string, unknown> | null;
1307
1329
  variant_rank: number | null;
1308
1330
  thumbnail: string | null;
1331
+ manage_inventory: boolean | null;
1332
+ allow_backorder: boolean | null;
1309
1333
  product: /*elided*/ any;
1310
1334
  images: {
1311
1335
  id: string;
@@ -1397,6 +1421,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1397
1421
  metadata: Record<string, unknown> | null;
1398
1422
  variant_rank: number | null;
1399
1423
  thumbnail: string | null;
1424
+ manage_inventory: boolean | null;
1425
+ allow_backorder: boolean | null;
1400
1426
  product: /*elided*/ any;
1401
1427
  images: /*elided*/ any[];
1402
1428
  attribute_values: {
@@ -1468,6 +1494,8 @@ export declare const updateProductCategoriesStep: import("@medusajs/framework/wo
1468
1494
  metadata: Record<string, unknown> | null;
1469
1495
  variant_rank: number | null;
1470
1496
  thumbnail: string | null;
1497
+ manage_inventory: boolean | null;
1498
+ allow_backorder: boolean | null;
1471
1499
  product: /*elided*/ any;
1472
1500
  images: {
1473
1501
  id: string;
@@ -57,6 +57,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
57
57
  metadata: Record<string, unknown> | null;
58
58
  variant_rank: number | null;
59
59
  thumbnail: string | null;
60
+ manage_inventory: boolean | null;
61
+ allow_backorder: boolean | null;
60
62
  product: /*elided*/ any;
61
63
  images: {
62
64
  id: string;
@@ -169,6 +171,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
169
171
  metadata: Record<string, unknown> | null;
170
172
  variant_rank: number | null;
171
173
  thumbnail: string | null;
174
+ manage_inventory: boolean | null;
175
+ allow_backorder: boolean | null;
172
176
  product: /*elided*/ any;
173
177
  images: /*elided*/ any[];
174
178
  attribute_values: {
@@ -272,6 +276,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
272
276
  metadata: Record<string, unknown> | null;
273
277
  variant_rank: number | null;
274
278
  thumbnail: string | null;
279
+ manage_inventory: boolean | null;
280
+ allow_backorder: boolean | null;
275
281
  product: /*elided*/ any;
276
282
  images: {
277
283
  id: string;
@@ -349,6 +355,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
349
355
  metadata: Record<string, unknown> | null;
350
356
  variant_rank: number | null;
351
357
  thumbnail: string | null;
358
+ manage_inventory: boolean | null;
359
+ allow_backorder: boolean | null;
352
360
  product: /*elided*/ any;
353
361
  images: {
354
362
  id: string;
@@ -434,6 +442,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
434
442
  metadata: Record<string, unknown> | null;
435
443
  variant_rank: number | null;
436
444
  thumbnail: string | null;
445
+ manage_inventory: boolean | null;
446
+ allow_backorder: boolean | null;
437
447
  product: /*elided*/ any;
438
448
  images: {
439
449
  id: string;
@@ -544,6 +554,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
544
554
  metadata: Record<string, unknown> | null;
545
555
  variant_rank: number | null;
546
556
  thumbnail: string | null;
557
+ manage_inventory: boolean | null;
558
+ allow_backorder: boolean | null;
547
559
  product: {
548
560
  id: string;
549
561
  title: string;
@@ -836,6 +848,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
836
848
  metadata: Record<string, unknown> | null;
837
849
  variant_rank: number | null;
838
850
  thumbnail: string | null;
851
+ manage_inventory: boolean | null;
852
+ allow_backorder: boolean | null;
839
853
  product: /*elided*/ any;
840
854
  images: {
841
855
  id: string;
@@ -913,6 +927,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
913
927
  metadata: Record<string, unknown> | null;
914
928
  variant_rank: number | null;
915
929
  thumbnail: string | null;
930
+ manage_inventory: boolean | null;
931
+ allow_backorder: boolean | null;
916
932
  product: /*elided*/ any;
917
933
  images: /*elided*/ any[];
918
934
  attribute_values: /*elided*/ any[];
@@ -1033,6 +1049,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1033
1049
  metadata: Record<string, unknown> | null;
1034
1050
  variant_rank: number | null;
1035
1051
  thumbnail: string | null;
1052
+ manage_inventory: boolean | null;
1053
+ allow_backorder: boolean | null;
1036
1054
  product: /*elided*/ any;
1037
1055
  images: {
1038
1056
  id: string;
@@ -1124,6 +1142,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1124
1142
  metadata: Record<string, unknown> | null;
1125
1143
  variant_rank: number | null;
1126
1144
  thumbnail: string | null;
1145
+ manage_inventory: boolean | null;
1146
+ allow_backorder: boolean | null;
1127
1147
  product: /*elided*/ any;
1128
1148
  images: /*elided*/ any[];
1129
1149
  attribute_values: {
@@ -1195,6 +1215,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1195
1215
  metadata: Record<string, unknown> | null;
1196
1216
  variant_rank: number | null;
1197
1217
  thumbnail: string | null;
1218
+ manage_inventory: boolean | null;
1219
+ allow_backorder: boolean | null;
1198
1220
  product: /*elided*/ any;
1199
1221
  images: {
1200
1222
  id: string;
@@ -1307,6 +1329,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1307
1329
  metadata: Record<string, unknown> | null;
1308
1330
  variant_rank: number | null;
1309
1331
  thumbnail: string | null;
1332
+ manage_inventory: boolean | null;
1333
+ allow_backorder: boolean | null;
1310
1334
  product: /*elided*/ any;
1311
1335
  images: {
1312
1336
  id: string;
@@ -1398,6 +1422,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1398
1422
  metadata: Record<string, unknown> | null;
1399
1423
  variant_rank: number | null;
1400
1424
  thumbnail: string | null;
1425
+ manage_inventory: boolean | null;
1426
+ allow_backorder: boolean | null;
1401
1427
  product: /*elided*/ any;
1402
1428
  images: /*elided*/ any[];
1403
1429
  attribute_values: {
@@ -1469,6 +1495,8 @@ export declare const createProductCategoriesWorkflow: import("@medusajs/framewor
1469
1495
  metadata: Record<string, unknown> | null;
1470
1496
  variant_rank: number | null;
1471
1497
  thumbnail: string | null;
1498
+ manage_inventory: boolean | null;
1499
+ allow_backorder: boolean | null;
1472
1500
  product: /*elided*/ any;
1473
1501
  images: {
1474
1502
  id: string;
@@ -59,6 +59,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
59
59
  metadata: Record<string, unknown> | null;
60
60
  variant_rank: number | null;
61
61
  thumbnail: string | null;
62
+ manage_inventory: boolean | null;
63
+ allow_backorder: boolean | null;
62
64
  product: /*elided*/ any;
63
65
  images: {
64
66
  id: string;
@@ -171,6 +173,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
171
173
  metadata: Record<string, unknown> | null;
172
174
  variant_rank: number | null;
173
175
  thumbnail: string | null;
176
+ manage_inventory: boolean | null;
177
+ allow_backorder: boolean | null;
174
178
  product: /*elided*/ any;
175
179
  images: /*elided*/ any[];
176
180
  attribute_values: {
@@ -274,6 +278,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
274
278
  metadata: Record<string, unknown> | null;
275
279
  variant_rank: number | null;
276
280
  thumbnail: string | null;
281
+ manage_inventory: boolean | null;
282
+ allow_backorder: boolean | null;
277
283
  product: /*elided*/ any;
278
284
  images: {
279
285
  id: string;
@@ -351,6 +357,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
351
357
  metadata: Record<string, unknown> | null;
352
358
  variant_rank: number | null;
353
359
  thumbnail: string | null;
360
+ manage_inventory: boolean | null;
361
+ allow_backorder: boolean | null;
354
362
  product: /*elided*/ any;
355
363
  images: {
356
364
  id: string;
@@ -436,6 +444,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
436
444
  metadata: Record<string, unknown> | null;
437
445
  variant_rank: number | null;
438
446
  thumbnail: string | null;
447
+ manage_inventory: boolean | null;
448
+ allow_backorder: boolean | null;
439
449
  product: /*elided*/ any;
440
450
  images: {
441
451
  id: string;
@@ -546,6 +556,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
546
556
  metadata: Record<string, unknown> | null;
547
557
  variant_rank: number | null;
548
558
  thumbnail: string | null;
559
+ manage_inventory: boolean | null;
560
+ allow_backorder: boolean | null;
549
561
  product: {
550
562
  id: string;
551
563
  title: string;
@@ -838,6 +850,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
838
850
  metadata: Record<string, unknown> | null;
839
851
  variant_rank: number | null;
840
852
  thumbnail: string | null;
853
+ manage_inventory: boolean | null;
854
+ allow_backorder: boolean | null;
841
855
  product: /*elided*/ any;
842
856
  images: {
843
857
  id: string;
@@ -915,6 +929,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
915
929
  metadata: Record<string, unknown> | null;
916
930
  variant_rank: number | null;
917
931
  thumbnail: string | null;
932
+ manage_inventory: boolean | null;
933
+ allow_backorder: boolean | null;
918
934
  product: /*elided*/ any;
919
935
  images: /*elided*/ any[];
920
936
  attribute_values: /*elided*/ any[];
@@ -1035,6 +1051,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1035
1051
  metadata: Record<string, unknown> | null;
1036
1052
  variant_rank: number | null;
1037
1053
  thumbnail: string | null;
1054
+ manage_inventory: boolean | null;
1055
+ allow_backorder: boolean | null;
1038
1056
  product: /*elided*/ any;
1039
1057
  images: {
1040
1058
  id: string;
@@ -1126,6 +1144,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1126
1144
  metadata: Record<string, unknown> | null;
1127
1145
  variant_rank: number | null;
1128
1146
  thumbnail: string | null;
1147
+ manage_inventory: boolean | null;
1148
+ allow_backorder: boolean | null;
1129
1149
  product: /*elided*/ any;
1130
1150
  images: /*elided*/ any[];
1131
1151
  attribute_values: {
@@ -1197,6 +1217,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1197
1217
  metadata: Record<string, unknown> | null;
1198
1218
  variant_rank: number | null;
1199
1219
  thumbnail: string | null;
1220
+ manage_inventory: boolean | null;
1221
+ allow_backorder: boolean | null;
1200
1222
  product: /*elided*/ any;
1201
1223
  images: {
1202
1224
  id: string;
@@ -1309,6 +1331,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1309
1331
  metadata: Record<string, unknown> | null;
1310
1332
  variant_rank: number | null;
1311
1333
  thumbnail: string | null;
1334
+ manage_inventory: boolean | null;
1335
+ allow_backorder: boolean | null;
1312
1336
  product: /*elided*/ any;
1313
1337
  images: {
1314
1338
  id: string;
@@ -1400,6 +1424,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1400
1424
  metadata: Record<string, unknown> | null;
1401
1425
  variant_rank: number | null;
1402
1426
  thumbnail: string | null;
1427
+ manage_inventory: boolean | null;
1428
+ allow_backorder: boolean | null;
1403
1429
  product: /*elided*/ any;
1404
1430
  images: /*elided*/ any[];
1405
1431
  attribute_values: {
@@ -1471,6 +1497,8 @@ export declare const updateProductCategoriesWorkflow: import("@medusajs/framewor
1471
1497
  metadata: Record<string, unknown> | null;
1472
1498
  variant_rank: number | null;
1473
1499
  thumbnail: string | null;
1500
+ manage_inventory: boolean | null;
1501
+ allow_backorder: boolean | null;
1474
1502
  product: /*elided*/ any;
1475
1503
  images: {
1476
1504
  id: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mercurjs/core",
3
- "version": "2.2.0-canary.1",
3
+ "version": "2.2.0-canary.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/mercurjs/mercur",
@@ -60,7 +60,7 @@
60
60
  "@medusajs/medusa": "^2.13.4",
61
61
  "@medusajs/test-utils": "^2.13.4",
62
62
  "@medusajs/ui": "4.1.1",
63
- "@mercurjs/types": "workspace:*",
63
+ "@mercurjs/types": "2.2.0-canary.2",
64
64
  "@swc/core": "^1.7.28",
65
65
  "@types/cors": "^2.8.17",
66
66
  "@types/express": "^4.17.21",
@@ -80,7 +80,7 @@
80
80
  "multer": "^2.0.2",
81
81
  "http-proxy-middleware": "^3.0.3",
82
82
  "jsonwebtoken": "^9.0.2",
83
- "@mercurjs/cli": "workspace:*"
83
+ "@mercurjs/cli": "2.2.0-canary.2"
84
84
  },
85
85
  "peerDependencies": {
86
86
  "@medusajs/admin-sdk": "^2.13.4",