@wix/bookings 1.0.411 → 1.0.412

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/bookings",
3
- "version": "1.0.411",
3
+ "version": "1.0.412",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,7 +29,7 @@
29
29
  "@wix/bookings_pricing": "1.0.26",
30
30
  "@wix/bookings_resources": "1.0.29",
31
31
  "@wix/bookings_service-options-and-variants": "1.0.36",
32
- "@wix/bookings_services": "1.0.53"
32
+ "@wix/bookings_services": "1.0.54"
33
33
  },
34
34
  "devDependencies": {
35
35
  "@wix/sdk": "https://cdn.dev.wixpress.com/@wix/sdk/02e8069ab2fd783e0e6a080fc7d590e76cb26ab93c8389574286305b.tar.gz",
@@ -54,5 +54,5 @@
54
54
  "fqdn": ""
55
55
  }
56
56
  },
57
- "falconPackageHash": "fc4aa30fc0997ba9f5e69d1e2535b3687de7e330f0efaf1ee9d3aa17"
57
+ "falconPackageHash": "ad16286a34f7b906371922ae0964e599c4f69958d58971f5042be8e6"
58
58
  }
@@ -3962,7 +3962,6 @@ declare enum LocationTypeEnumLocationType {
3962
3962
  interface CommonAddress extends CommonAddressStreetOneOf {
3963
3963
  /** Street name and number. */
3964
3964
  streetAddress?: CommonStreetAddress;
3965
- /** Main address line, usually street and number as free text. */
3966
3965
  addressLine1?: string | null;
3967
3966
  /** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
3968
3967
  country?: string | null;
@@ -3979,7 +3978,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
3979
3978
  interface CommonAddressStreetOneOf {
3980
3979
  /** Street name and number. */
3981
3980
  streetAddress?: CommonStreetAddress;
3982
- /** Main address line, usually street and number as free text. */
3983
3981
  addressLine?: string | null;
3984
3982
  }
3985
3983
  /** Street address. Includes street name, number, and apartment number in separate fields. */
@@ -9553,7 +9553,6 @@ declare enum LocationTypeEnumLocationType {
9553
9553
  interface CommonAddress extends CommonAddressStreetOneOf {
9554
9554
  /** Street name and number. */
9555
9555
  streetAddress?: CommonStreetAddress;
9556
- /** Main address line, usually street and number as free text. */
9557
9556
  addressLine1?: string | null;
9558
9557
  /** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
9559
9558
  country?: string | null;
@@ -9570,7 +9569,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
9570
9569
  interface CommonAddressStreetOneOf {
9571
9570
  /** Street name and number. */
9572
9571
  streetAddress?: CommonStreetAddress;
9573
- /** Main address line, usually street and number as free text. */
9574
9572
  addressLine?: string | null;
9575
9573
  }
9576
9574
  /** Street address. Includes street name, number, and apartment number in separate fields. */
@@ -8790,7 +8790,6 @@ declare enum LocationTypeEnumLocationType$1 {
8790
8790
  interface CommonAddress$1 extends CommonAddressStreetOneOf$1 {
8791
8791
  /** Street name and number. */
8792
8792
  streetAddress?: CommonStreetAddress$1;
8793
- /** Main address line, usually street and number as free text. */
8794
8793
  addressLine?: string | null;
8795
8794
  /** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
8796
8795
  country?: string | null;
@@ -8807,7 +8806,6 @@ interface CommonAddress$1 extends CommonAddressStreetOneOf$1 {
8807
8806
  interface CommonAddressStreetOneOf$1 {
8808
8807
  /** Street name and number. */
8809
8808
  streetAddress?: CommonStreetAddress$1;
8810
- /** Main address line, usually street and number as free text. */
8811
8809
  addressLine?: string | null;
8812
8810
  }
8813
8811
  /** Street address. Includes street name, number, and apartment number in separate fields. */
@@ -10610,7 +10608,6 @@ declare enum LocationTypeEnumLocationType {
10610
10608
  interface CommonAddress extends CommonAddressStreetOneOf {
10611
10609
  /** Street name and number. */
10612
10610
  streetAddress?: CommonStreetAddress;
10613
- /** Main address line, usually street and number as free text. */
10614
10611
  addressLine1?: string | null;
10615
10612
  /** 2-letter country code in an [ISO-3166 alpha-2](https://en.wikipedia.org/wiki/ISO_3166-1_alpha-2) format. */
10616
10613
  country?: string | null;
@@ -10627,7 +10624,6 @@ interface CommonAddress extends CommonAddressStreetOneOf {
10627
10624
  interface CommonAddressStreetOneOf {
10628
10625
  /** Street name and number. */
10629
10626
  streetAddress?: CommonStreetAddress;
10630
- /** Main address line, usually street and number as free text. */
10631
10627
  addressLine?: string | null;
10632
10628
  }
10633
10629
  /** Street address. Includes street name, number, and apartment number in separate fields. */