@medusajs/js-sdk 3.0.0-preview-20251201152819 → 3.0.0-preview-20251202150141
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/dist/admin/order.d.ts
CHANGED
|
@@ -403,7 +403,7 @@ export declare class Order {
|
|
|
403
403
|
* [Update Order Change](https://docs.medusajs.com/api/admin#order-changes_postorder-changesid)
|
|
404
404
|
* API route.
|
|
405
405
|
*
|
|
406
|
-
* @since
|
|
406
|
+
* @since 2.12.0
|
|
407
407
|
*
|
|
408
408
|
* @param id - The order change's ID.
|
|
409
409
|
* @param body - The update details.
|
package/dist/admin/order.js
CHANGED
|
@@ -497,7 +497,7 @@ class Order {
|
|
|
497
497
|
* [Update Order Change](https://docs.medusajs.com/api/admin#order-changes_postorder-changesid)
|
|
498
498
|
* API route.
|
|
499
499
|
*
|
|
500
|
-
* @since
|
|
500
|
+
* @since 2.12.0
|
|
501
501
|
*
|
|
502
502
|
* @param id - The order change's ID.
|
|
503
503
|
* @param body - The update details.
|
|
@@ -403,7 +403,7 @@ export declare class Order {
|
|
|
403
403
|
* [Update Order Change](https://docs.medusajs.com/api/admin#order-changes_postorder-changesid)
|
|
404
404
|
* API route.
|
|
405
405
|
*
|
|
406
|
-
* @since
|
|
406
|
+
* @since 2.12.0
|
|
407
407
|
*
|
|
408
408
|
* @param id - The order change's ID.
|
|
409
409
|
* @param body - The update details.
|
package/dist/esm/admin/order.js
CHANGED
|
@@ -537,7 +537,7 @@ export class Order {
|
|
|
537
537
|
* [Update Order Change](https://docs.medusajs.com/api/admin#order-changes_postorder-changesid)
|
|
538
538
|
* API route.
|
|
539
539
|
*
|
|
540
|
-
* @since
|
|
540
|
+
* @since 2.12.0
|
|
541
541
|
*
|
|
542
542
|
* @param id - The order change's ID.
|
|
543
543
|
* @param body - The update details.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@medusajs/js-sdk",
|
|
3
|
-
"version": "3.0.0-preview-
|
|
3
|
+
"version": "3.0.0-preview-20251202150141",
|
|
4
4
|
"description": "SDK for the Medusa API",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/esm/index.js",
|
|
@@ -29,7 +29,7 @@
|
|
|
29
29
|
"author": "Medusa",
|
|
30
30
|
"license": "MIT",
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@medusajs/types": "3.0.0-preview-
|
|
32
|
+
"@medusajs/types": "3.0.0-preview-20251202150141"
|
|
33
33
|
},
|
|
34
34
|
"dependencies": {
|
|
35
35
|
"fetch-event-stream": "^0.1.5",
|