@wix/bookings 1.0.470 → 1.0.471

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.470",
3
+ "version": "1.0.471",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -22,17 +22,17 @@
22
22
  ],
23
23
  "dependencies": {
24
24
  "@wix/bookings_attendance": "1.0.56",
25
- "@wix/bookings_availability-calendar": "1.0.43",
25
+ "@wix/bookings_availability-calendar": "1.0.44",
26
26
  "@wix/bookings_availability-time-slots": "1.0.37",
27
27
  "@wix/bookings_booking-fees": "1.0.8",
28
28
  "@wix/bookings_booking-policies": "1.0.9",
29
29
  "@wix/bookings_booking-policy-snapshots": "1.0.7",
30
- "@wix/bookings_bookings": "1.0.63",
30
+ "@wix/bookings_bookings": "1.0.64",
31
31
  "@wix/bookings_categories": "1.0.43",
32
- "@wix/bookings_extended-bookings": "1.0.54",
32
+ "@wix/bookings_extended-bookings": "1.0.55",
33
33
  "@wix/bookings_external-calendars": "1.0.40",
34
34
  "@wix/bookings_multi-service-availability-time-slots": "1.0.36",
35
- "@wix/bookings_pricing": "1.0.42",
35
+ "@wix/bookings_pricing": "1.0.43",
36
36
  "@wix/bookings_resource-types": "1.0.10",
37
37
  "@wix/bookings_resources": "1.0.52",
38
38
  "@wix/bookings_service-options-and-variants": "1.0.53",
@@ -62,5 +62,5 @@
62
62
  "fqdn": ""
63
63
  }
64
64
  },
65
- "falconPackageHash": "6c375c3292c5ba18cbb52ae2ae481250ec532553a1f59c744ed5c27c"
65
+ "falconPackageHash": "9acdcce732f43fbbb837f0e10526c0b92feda1b5d3b8943cfb3e73e7"
66
66
  }
@@ -568,6 +568,8 @@ interface Location$9 {
568
568
  name?: string | null;
569
569
  /** The full address of this location. */
570
570
  formattedAddress?: string | null;
571
+ /** The full translated address of this location. */
572
+ formattedAddressTranslated?: string | null;
571
573
  /**
572
574
  * Location type.
573
575
  *
@@ -8525,6 +8527,8 @@ interface Location$4 {
8525
8527
  name?: string | null;
8526
8528
  /** The full address of this location. */
8527
8529
  formattedAddress?: string | null;
8530
+ /** The full translated address of this location. */
8531
+ formattedAddressTranslated?: string | null;
8528
8532
  /**
8529
8533
  * Location type.
8530
8534
  *
@@ -21414,6 +21418,8 @@ interface Location$1 {
21414
21418
  name?: string | null;
21415
21419
  /** The full address of this location. */
21416
21420
  formattedAddress?: string | null;
21421
+ /** The full translated address of this location. */
21422
+ formattedAddressTranslated?: string | null;
21417
21423
  /**
21418
21424
  * Location type.
21419
21425
  *
@@ -25122,6 +25128,8 @@ interface Location {
25122
25128
  name?: string | null;
25123
25129
  /** The full address of this location. */
25124
25130
  formattedAddress?: string | null;
25131
+ /** The full translated address of this location. */
25132
+ formattedAddressTranslated?: string | null;
25125
25133
  /**
25126
25134
  * Location type.
25127
25135
  *
@@ -568,6 +568,8 @@ interface Location$9 {
568
568
  name?: string | null;
569
569
  /** The full address of this location. */
570
570
  formattedAddress?: string | null;
571
+ /** The full translated address of this location. */
572
+ formattedAddressTranslated?: string | null;
571
573
  /**
572
574
  * Location type.
573
575
  *
@@ -8525,6 +8527,8 @@ interface Location$4 {
8525
8527
  name?: string | null;
8526
8528
  /** The full address of this location. */
8527
8529
  formattedAddress?: string | null;
8530
+ /** The full translated address of this location. */
8531
+ formattedAddressTranslated?: string | null;
8528
8532
  /**
8529
8533
  * Location type.
8530
8534
  *
@@ -21414,6 +21418,8 @@ interface Location$1 {
21414
21418
  name?: string | null;
21415
21419
  /** The full address of this location. */
21416
21420
  formattedAddress?: string | null;
21421
+ /** The full translated address of this location. */
21422
+ formattedAddressTranslated?: string | null;
21417
21423
  /**
21418
21424
  * Location type.
21419
21425
  *
@@ -25122,6 +25128,8 @@ interface Location {
25122
25128
  name?: string | null;
25123
25129
  /** The full address of this location. */
25124
25130
  formattedAddress?: string | null;
25131
+ /** The full translated address of this location. */
25132
+ formattedAddressTranslated?: string | null;
25125
25133
  /**
25126
25134
  * Location type.
25127
25135
  *
@@ -91,6 +91,8 @@ interface Location$b {
91
91
  name?: string | null;
92
92
  /** The full address of this location. */
93
93
  formattedAddress?: string | null;
94
+ /** The full translated address of this location. */
95
+ formattedAddressTranslated?: string | null;
94
96
  /**
95
97
  * Location type.
96
98
  *
@@ -394,6 +396,8 @@ interface Location$a {
394
396
  name?: string | null;
395
397
  /** The full address of this location. */
396
398
  formattedAddress?: string | null;
399
+ /** The full translated address of this location. */
400
+ formattedAddressTranslated?: string | null;
397
401
  /**
398
402
  * Location type.
399
403
  *
@@ -5330,6 +5334,8 @@ interface Location$5 {
5330
5334
  name?: string | null;
5331
5335
  /** The full address of this location. */
5332
5336
  formattedAddress?: string | null;
5337
+ /** The full translated address of this location. */
5338
+ formattedAddressTranslated?: string | null;
5333
5339
  /**
5334
5340
  * Location type.
5335
5341
  *
@@ -6147,6 +6153,8 @@ interface Location$4 {
6147
6153
  name?: string | null;
6148
6154
  /** The full address of this location. */
6149
6155
  formattedAddress?: string | null;
6156
+ /** The full translated address of this location. */
6157
+ formattedAddressTranslated?: string | null;
6150
6158
  /**
6151
6159
  * Location type.
6152
6160
  *
@@ -15391,6 +15399,8 @@ interface Location$3 {
15391
15399
  name?: string | null;
15392
15400
  /** The full address of this location. */
15393
15401
  formattedAddress?: string | null;
15402
+ /** The full translated address of this location. */
15403
+ formattedAddressTranslated?: string | null;
15394
15404
  /**
15395
15405
  * Location type.
15396
15406
  *
@@ -16861,6 +16871,8 @@ interface Location$2 {
16861
16871
  name?: string | null;
16862
16872
  /** The full address of this location. */
16863
16873
  formattedAddress?: string | null;
16874
+ /** The full translated address of this location. */
16875
+ formattedAddressTranslated?: string | null;
16864
16876
  /**
16865
16877
  * Location type.
16866
16878
  *
@@ -18534,6 +18546,8 @@ interface Location$1 {
18534
18546
  name?: string | null;
18535
18547
  /** The full address of this location. */
18536
18548
  formattedAddress?: string | null;
18549
+ /** The full translated address of this location. */
18550
+ formattedAddressTranslated?: string | null;
18537
18551
  /**
18538
18552
  * Location type.
18539
18553
  *
@@ -19102,6 +19116,8 @@ interface Location {
19102
19116
  name?: string | null;
19103
19117
  /** The full address of this location. */
19104
19118
  formattedAddress?: string | null;
19119
+ /** The full translated address of this location. */
19120
+ formattedAddressTranslated?: string | null;
19105
19121
  /**
19106
19122
  * Location type.
19107
19123
  *