ngx-xtroedge-cms 1.4.6 → 1.4.8
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.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.global.js +1 -1
- package/dist/index.js +42 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +42 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -309,6 +309,7 @@ declare class XtroedgeCMS {
|
|
|
309
309
|
private resolveServerUrl;
|
|
310
310
|
/** Resolve a stored URL against client's server (clientApi, falls back to apiBase) */
|
|
311
311
|
private resolveClientUrl;
|
|
312
|
+
private getOrCreateDeviceId;
|
|
312
313
|
private apiFetch;
|
|
313
314
|
private fetchSection;
|
|
314
315
|
private hasSection;
|
package/dist/index.d.ts
CHANGED
|
@@ -309,6 +309,7 @@ declare class XtroedgeCMS {
|
|
|
309
309
|
private resolveServerUrl;
|
|
310
310
|
/** Resolve a stored URL against client's server (clientApi, falls back to apiBase) */
|
|
311
311
|
private resolveClientUrl;
|
|
312
|
+
private getOrCreateDeviceId;
|
|
312
313
|
private apiFetch;
|
|
313
314
|
private fetchSection;
|
|
314
315
|
private hasSection;
|