@wix/automations 1.0.81 → 1.0.82

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/automations",
3
- "version": "1.0.81",
3
+ "version": "1.0.82",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,8 +22,8 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/automations_activations": "1.0.50",
25
- "@wix/automations_automations-service": "1.0.36",
26
- "@wix/automations_automations-service-v-2": "1.0.49"
25
+ "@wix/automations_automations-service": "1.0.37",
26
+ "@wix/automations_automations-service-v-2": "1.0.50"
27
27
  },
28
28
  "devDependencies": {
29
29
  "glob": "^10.4.1",
@@ -48,5 +48,5 @@
48
48
  "fqdn": ""
49
49
  }
50
50
  },
51
- "falconPackageHash": "d99e02e1366c7b1a3cd7253d53d8ea2cc3dd501447be7b42cc26d82d"
51
+ "falconPackageHash": "db50912d5b02062004ae220939c319699614f78447adecb3be71d50b"
52
52
  }
@@ -1147,6 +1147,21 @@ interface SiteMarkedAsTemplate$1 {
1147
1147
  }
1148
1148
  interface SiteMarkedAsWixSite$1 {
1149
1149
  }
1150
+ /**
1151
+ * Represents a service provisioned a site.
1152
+ *
1153
+ * Note on `origin_instance_id`:
1154
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
1155
+ * This is because of the following scenario:
1156
+ *
1157
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
1158
+ * such as a product catalog. When you create a site from this template, you inherit this
1159
+ * default product catalog. However, if the template's product catalog is modified,
1160
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
1161
+ * your site remains consistent with what you initially received and does not include any
1162
+ * changes made to the original template afterward.
1163
+ * To ensure this, the TPA on the template gets a new instance_id.
1164
+ */
1150
1165
  interface ServiceProvisioned$1 {
1151
1166
  /** Either UUID or EmbeddedServiceType. */
1152
1167
  appDefId?: string;
@@ -5183,6 +5198,21 @@ interface SiteMarkedAsTemplate {
5183
5198
  }
5184
5199
  interface SiteMarkedAsWixSite {
5185
5200
  }
5201
+ /**
5202
+ * Represents a service provisioned a site.
5203
+ *
5204
+ * Note on `origin_instance_id`:
5205
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
5206
+ * This is because of the following scenario:
5207
+ *
5208
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
5209
+ * such as a product catalog. When you create a site from this template, you inherit this
5210
+ * default product catalog. However, if the template's product catalog is modified,
5211
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
5212
+ * your site remains consistent with what you initially received and does not include any
5213
+ * changes made to the original template afterward.
5214
+ * To ensure this, the TPA on the template gets a new instance_id.
5215
+ */
5186
5216
  interface ServiceProvisioned {
5187
5217
  /** Either UUID or EmbeddedServiceType. */
5188
5218
  appDefId?: string;
@@ -1147,6 +1147,21 @@ interface SiteMarkedAsTemplate$1 {
1147
1147
  }
1148
1148
  interface SiteMarkedAsWixSite$1 {
1149
1149
  }
1150
+ /**
1151
+ * Represents a service provisioned a site.
1152
+ *
1153
+ * Note on `origin_instance_id`:
1154
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
1155
+ * This is because of the following scenario:
1156
+ *
1157
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
1158
+ * such as a product catalog. When you create a site from this template, you inherit this
1159
+ * default product catalog. However, if the template's product catalog is modified,
1160
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
1161
+ * your site remains consistent with what you initially received and does not include any
1162
+ * changes made to the original template afterward.
1163
+ * To ensure this, the TPA on the template gets a new instance_id.
1164
+ */
1150
1165
  interface ServiceProvisioned$1 {
1151
1166
  /** Either UUID or EmbeddedServiceType. */
1152
1167
  appDefId?: string;
@@ -5183,6 +5198,21 @@ interface SiteMarkedAsTemplate {
5183
5198
  }
5184
5199
  interface SiteMarkedAsWixSite {
5185
5200
  }
5201
+ /**
5202
+ * Represents a service provisioned a site.
5203
+ *
5204
+ * Note on `origin_instance_id`:
5205
+ * There is no guarantee that you will be able to find a meta site using `origin_instance_id`.
5206
+ * This is because of the following scenario:
5207
+ *
5208
+ * Imagine you have a template where a third-party application (TPA) includes some stub data,
5209
+ * such as a product catalog. When you create a site from this template, you inherit this
5210
+ * default product catalog. However, if the template's product catalog is modified,
5211
+ * your site will retain the catalog as it was at the time of site creation. This ensures that
5212
+ * your site remains consistent with what you initially received and does not include any
5213
+ * changes made to the original template afterward.
5214
+ * To ensure this, the TPA on the template gets a new instance_id.
5215
+ */
5186
5216
  interface ServiceProvisioned {
5187
5217
  /** Either UUID or EmbeddedServiceType. */
5188
5218
  appDefId?: string;