@wix/autocms-collection-metadata-service 1.0.2 → 1.0.3

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/autocms-collection-metadata-service",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -18,7 +18,7 @@
18
18
  "type-bundles"
19
19
  ],
20
20
  "dependencies": {
21
- "@wix/autocms-collection-metadata-service_autocms": "1.0.2"
21
+ "@wix/autocms-collection-metadata-service_autocms": "1.0.3"
22
22
  },
23
23
  "devDependencies": {
24
24
  "glob": "^10.4.1",
@@ -43,5 +43,5 @@
43
43
  "fqdn": ""
44
44
  }
45
45
  },
46
- "falconPackageHash": "3cb90e0f2bc56cb5304aba37986af32c81d598de3dee4e0c42ccd00f"
46
+ "falconPackageHash": "03efaa219afa17adbf323069e086b42ae75410e3265eca7288fbf25d"
47
47
  }
@@ -402,7 +402,9 @@ declare enum Namespace {
402
402
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
403
403
  * The Partners company owns this namespace.
404
404
  */
405
- UGC_TEMPLATE = "UGC_TEMPLATE"
405
+ UGC_TEMPLATE = "UGC_TEMPLATE",
406
+ /** Codux Headless Sites */
407
+ CODUX = "CODUX"
406
408
  }
407
409
  /** Site transferred to another user. */
408
410
  interface SiteTransferred {
@@ -455,6 +457,8 @@ interface ServiceProvisioned {
455
457
  originInstanceId?: string;
456
458
  /** A version. */
457
459
  version?: string | null;
460
+ /** The origin meta site id */
461
+ originMetaSiteId?: string | null;
458
462
  }
459
463
  interface ServiceRemoved {
460
464
  /** Either UUID or EmbeddedServiceType. */
@@ -402,7 +402,9 @@ declare enum Namespace {
402
402
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
403
403
  * The Partners company owns this namespace.
404
404
  */
405
- UGC_TEMPLATE = "UGC_TEMPLATE"
405
+ UGC_TEMPLATE = "UGC_TEMPLATE",
406
+ /** Codux Headless Sites */
407
+ CODUX = "CODUX"
406
408
  }
407
409
  /** Site transferred to another user. */
408
410
  interface SiteTransferred {
@@ -455,6 +457,8 @@ interface ServiceProvisioned {
455
457
  originInstanceId?: string;
456
458
  /** A version. */
457
459
  version?: string | null;
460
+ /** The origin meta site id */
461
+ originMetaSiteId?: string | null;
458
462
  }
459
463
  interface ServiceRemoved {
460
464
  /** Either UUID or EmbeddedServiceType. */