@wix/multilingual 1.0.44 → 1.0.45

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/multilingual",
3
- "version": "1.0.44",
3
+ "version": "1.0.45",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -21,9 +21,9 @@
21
21
  "@wix/multilingual_entity-mapper": "1.0.11",
22
22
  "@wix/multilingual_machine-translation": "1.0.27",
23
23
  "@wix/multilingual_site-translator": "1.0.12",
24
- "@wix/multilingual_translation-contents": "1.0.19",
24
+ "@wix/multilingual_translation-contents": "1.0.20",
25
25
  "@wix/multilingual_translation-published-contents": "1.0.6",
26
- "@wix/multilingual_translation-schemas": "1.0.17"
26
+ "@wix/multilingual_translation-schemas": "1.0.18"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "533cd9ace5f178277c466dc6a2609f40b8ccf608a488498a666f68f0"
51
+ "falconPackageHash": "2f4153c3a7f794959e0fbc867e9ae78c377f1234995ac358490b1607"
52
52
  }
@@ -7112,7 +7112,9 @@ declare enum Namespace$1 {
7112
7112
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
7113
7113
  * The Partners company owns this namespace.
7114
7114
  */
7115
- UGC_TEMPLATE = "UGC_TEMPLATE"
7115
+ UGC_TEMPLATE = "UGC_TEMPLATE",
7116
+ /** Codux Headless Sites */
7117
+ CODUX = "CODUX"
7116
7118
  }
7117
7119
  /** Site transferred to another user. */
7118
7120
  interface SiteTransferred$1 {
@@ -7165,6 +7167,8 @@ interface ServiceProvisioned$1 {
7165
7167
  originInstanceId?: string;
7166
7168
  /** A version. */
7167
7169
  version?: string | null;
7170
+ /** The origin meta site id */
7171
+ originMetaSiteId?: string | null;
7168
7172
  }
7169
7173
  interface ServiceRemoved$1 {
7170
7174
  /** Either UUID or EmbeddedServiceType. */
@@ -8517,7 +8521,9 @@ declare enum Namespace {
8517
8521
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
8518
8522
  * The Partners company owns this namespace.
8519
8523
  */
8520
- UGC_TEMPLATE = "UGC_TEMPLATE"
8524
+ UGC_TEMPLATE = "UGC_TEMPLATE",
8525
+ /** Codux Headless Sites */
8526
+ CODUX = "CODUX"
8521
8527
  }
8522
8528
  /** Site transferred to another user. */
8523
8529
  interface SiteTransferred {
@@ -8570,6 +8576,8 @@ interface ServiceProvisioned {
8570
8576
  originInstanceId?: string;
8571
8577
  /** A version. */
8572
8578
  version?: string | null;
8579
+ /** The origin meta site id */
8580
+ originMetaSiteId?: string | null;
8573
8581
  }
8574
8582
  interface ServiceRemoved {
8575
8583
  /** Either UUID or EmbeddedServiceType. */
@@ -7112,7 +7112,9 @@ declare enum Namespace$1 {
7112
7112
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
7113
7113
  * The Partners company owns this namespace.
7114
7114
  */
7115
- UGC_TEMPLATE = "UGC_TEMPLATE"
7115
+ UGC_TEMPLATE = "UGC_TEMPLATE",
7116
+ /** Codux Headless Sites */
7117
+ CODUX = "CODUX"
7116
7118
  }
7117
7119
  /** Site transferred to another user. */
7118
7120
  interface SiteTransferred$1 {
@@ -7165,6 +7167,8 @@ interface ServiceProvisioned$1 {
7165
7167
  originInstanceId?: string;
7166
7168
  /** A version. */
7167
7169
  version?: string | null;
7170
+ /** The origin meta site id */
7171
+ originMetaSiteId?: string | null;
7168
7172
  }
7169
7173
  interface ServiceRemoved$1 {
7170
7174
  /** Either UUID or EmbeddedServiceType. */
@@ -8517,7 +8521,9 @@ declare enum Namespace {
8517
8521
  * UGC Templates are templates that are created by users for personal use and to sale to other users.
8518
8522
  * The Partners company owns this namespace.
8519
8523
  */
8520
- UGC_TEMPLATE = "UGC_TEMPLATE"
8524
+ UGC_TEMPLATE = "UGC_TEMPLATE",
8525
+ /** Codux Headless Sites */
8526
+ CODUX = "CODUX"
8521
8527
  }
8522
8528
  /** Site transferred to another user. */
8523
8529
  interface SiteTransferred {
@@ -8570,6 +8576,8 @@ interface ServiceProvisioned {
8570
8576
  originInstanceId?: string;
8571
8577
  /** A version. */
8572
8578
  version?: string | null;
8579
+ /** The origin meta site id */
8580
+ originMetaSiteId?: string | null;
8573
8581
  }
8574
8582
  interface ServiceRemoved {
8575
8583
  /** Either UUID or EmbeddedServiceType. */