@labdigital/commercetools-mock 1.1.3 → 1.2.0
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/index.global.js +3 -0
- package/dist/index.global.js.map +1 -1
- package/dist/index.js +3 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +3 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +3 -3
- package/src/repositories/shipping-method.ts +8 -0
package/dist/index.global.js
CHANGED
|
@@ -44429,6 +44429,9 @@ ${this.pendingMocks().join("\n")}`
|
|
|
44429
44429
|
setLocalizedDescription: (_context, resource, { localizedDescription }) => {
|
|
44430
44430
|
resource.localizedDescription = localizedDescription;
|
|
44431
44431
|
},
|
|
44432
|
+
setLocalizedName: (_context, resource, { localizedName }) => {
|
|
44433
|
+
resource.localizedName = localizedName;
|
|
44434
|
+
},
|
|
44432
44435
|
setPredicate: (_context, resource, { predicate }) => {
|
|
44433
44436
|
resource.predicate = predicate;
|
|
44434
44437
|
},
|