@peektravel/app-utilities 0.4.0 → 0.4.1
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.cjs +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -3497,7 +3497,7 @@ var CngAccessService = class {
|
|
|
3497
3497
|
};
|
|
3498
3498
|
|
|
3499
3499
|
// src/internal/acme/endpoints.ts
|
|
3500
|
-
var ACME_EXTENDABLE_SLUG = "acme_backoffice_api
|
|
3500
|
+
var ACME_EXTENDABLE_SLUG = "acme_backoffice_api-v1";
|
|
3501
3501
|
var TEMPLATES_PATH = "v2/b2b/event/templates/names?pageSize=-1&page=1";
|
|
3502
3502
|
|
|
3503
3503
|
// src/models/acme/product.ts
|