@wix/ecom 1.0.707 → 1.0.709

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/ecom",
3
- "version": "1.0.707",
3
+ "version": "1.0.709",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,10 +24,10 @@
24
24
  "@wix/ecom_back-in-stock-notifications": "1.0.44",
25
25
  "@wix/ecom_back-in-stock-settings": "1.0.30",
26
26
  "@wix/ecom_cart": "1.0.63",
27
- "@wix/ecom_checkout": "1.0.71",
27
+ "@wix/ecom_checkout": "1.0.73",
28
28
  "@wix/ecom_checkout-content": "1.0.1",
29
29
  "@wix/ecom_checkout-settings": "1.0.44",
30
- "@wix/ecom_checkout-templates": "1.0.71",
30
+ "@wix/ecom_checkout-templates": "1.0.73",
31
31
  "@wix/ecom_currencies": "1.0.31",
32
32
  "@wix/ecom_current-cart": "1.0.63",
33
33
  "@wix/ecom_custom-triggers": "1.0.20",
@@ -49,7 +49,7 @@
49
49
  "@wix/ecom_shipping-rates": "1.0.38",
50
50
  "@wix/ecom_shippo-configurations": "1.0.9",
51
51
  "@wix/ecom_totals-calculator": "1.0.2",
52
- "@wix/ecom_validations": "1.0.25"
52
+ "@wix/ecom_validations": "1.0.27"
53
53
  },
54
54
  "devDependencies": {
55
55
  "glob": "^10.4.1",
@@ -73,5 +73,5 @@
73
73
  "fqdn": ""
74
74
  }
75
75
  },
76
- "falconPackageHash": "33b38fadeb6bf71c4b1d7e96d64e02616fbe0fd25e6554961b9c3574"
76
+ "falconPackageHash": "2989ef1c07d72519cd112d8b32dec2fa957be7576d00924a8bf23f17"
77
77
  }
@@ -11479,6 +11479,11 @@ interface CheckoutTemplate {
11479
11479
  * Includes IDs for the app and the component providing the content
11480
11480
  */
11481
11481
  customContentReference?: CustomContentReference;
11482
+ /**
11483
+ * Used for integration and tracking across different platforms.
11484
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
11485
+ */
11486
+ externalReference?: ExternalReference;
11482
11487
  }
11483
11488
  declare enum Status$1 {
11484
11489
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
@@ -13535,6 +13540,11 @@ interface UpdateCheckoutTemplate {
13535
13540
  * Includes IDs for the app and the component providing the content
13536
13541
  */
13537
13542
  customContentReference?: CustomContentReference;
13543
+ /**
13544
+ * Used for integration and tracking across different platforms.
13545
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
13546
+ */
13547
+ externalReference?: ExternalReference;
13538
13548
  }
13539
13549
  interface QueryCursorResult$6 {
13540
13550
  cursors: Cursors$8;
@@ -11479,6 +11479,11 @@ interface CheckoutTemplate {
11479
11479
  * Includes IDs for the app and the component providing the content
11480
11480
  */
11481
11481
  customContentReference?: CustomContentReference;
11482
+ /**
11483
+ * Used for integration and tracking across different platforms.
11484
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
11485
+ */
11486
+ externalReference?: ExternalReference;
11482
11487
  }
11483
11488
  declare enum Status$1 {
11484
11489
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
@@ -13535,6 +13540,11 @@ interface UpdateCheckoutTemplate {
13535
13540
  * Includes IDs for the app and the component providing the content
13536
13541
  */
13537
13542
  customContentReference?: CustomContentReference;
13543
+ /**
13544
+ * Used for integration and tracking across different platforms.
13545
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
13546
+ */
13547
+ externalReference?: ExternalReference;
13538
13548
  }
13539
13549
  interface QueryCursorResult$6 {
13540
13550
  cursors: Cursors$8;
@@ -14969,6 +14969,11 @@ interface CheckoutTemplate$1 {
14969
14969
  * Includes IDs for the app and the component providing the content
14970
14970
  */
14971
14971
  customContentReference?: CustomContentReference$1;
14972
+ /**
14973
+ * Used for integration and tracking across different platforms.
14974
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
14975
+ */
14976
+ externalReference?: ExternalReference$1;
14972
14977
  }
14973
14978
  declare enum Status$3 {
14974
14979
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
@@ -15302,6 +15307,12 @@ interface CustomContentReference$1 {
15302
15307
  */
15303
15308
  componentId?: string;
15304
15309
  }
15310
+ interface ExternalReference$1 {
15311
+ /** ID of the app that associated with the purchase flow. */
15312
+ appId?: string;
15313
+ /** Reference to an external system ID, used to link the purchase flow to a specific ID in another system */
15314
+ resourceId?: string | null;
15315
+ }
15305
15316
  interface CreateCheckoutTemplateRequest$1 {
15306
15317
  /** Checkout template to create. */
15307
15318
  checkoutTemplate: CheckoutTemplate$1;
@@ -15618,6 +15629,11 @@ interface CheckoutTemplate {
15618
15629
  * Includes IDs for the app and the component providing the content
15619
15630
  */
15620
15631
  customContentReference?: CustomContentReference;
15632
+ /**
15633
+ * Used for integration and tracking across different platforms.
15634
+ * Contains external system IDs (e.g., app ID, external ID) to link the checkout template with other systems.
15635
+ */
15636
+ externalReference?: ExternalReference;
15621
15637
  }
15622
15638
  declare enum Status$2 {
15623
15639
  UNKNOWN_STATUS = "UNKNOWN_STATUS",
@@ -15933,6 +15949,12 @@ interface CustomContentReference {
15933
15949
  */
15934
15950
  componentId?: string;
15935
15951
  }
15952
+ interface ExternalReference {
15953
+ /** ID of the app that associated with the purchase flow. */
15954
+ appId?: string;
15955
+ /** Reference to an external system ID, used to link the purchase flow to a specific ID in another system */
15956
+ resourceId?: string | null;
15957
+ }
15936
15958
  interface CreateCheckoutTemplateRequest {
15937
15959
  /** Checkout template to create. */
15938
15960
  checkoutTemplate: CheckoutTemplate;