ngx-xtroedge-cms 1.4.6 → 1.4.7

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 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;