@wix/events 1.0.107 → 1.0.108

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.
@@ -86,7 +86,7 @@ export interface Address extends AddressStreetOneOf {
86
86
  /** Zip/postal code. */
87
87
  postalCode?: string | null;
88
88
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
89
- addressLine_2?: string | null;
89
+ addressLine2?: string | null;
90
90
  }
91
91
  /** @oneof */
92
92
  export interface AddressStreetOneOf {
@@ -86,7 +86,7 @@ export interface Address extends AddressStreetOneOf {
86
86
  /** Zip/postal code. */
87
87
  postalCode?: string | null;
88
88
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
89
- addressLine_2?: string | null;
89
+ addressLine2?: string | null;
90
90
  }
91
91
  /** @oneof */
92
92
  export interface AddressStreetOneOf {
@@ -57,7 +57,7 @@ export interface Address extends AddressStreetOneOf {
57
57
  /** Zip/postal code. */
58
58
  postalCode?: string | null;
59
59
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
60
- addressLine_2?: string | null;
60
+ addressLine2?: string | null;
61
61
  }
62
62
  /** @oneof */
63
63
  export interface AddressStreetOneOf {
@@ -131,7 +131,7 @@ export interface Address extends AddressStreetOneOf {
131
131
  /** Zip/postal code. */
132
132
  postalCode?: string | null;
133
133
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
134
- addressLine_2?: string | null;
134
+ addressLine2?: string | null;
135
135
  }
136
136
  /** @oneof */
137
137
  export interface AddressStreetOneOf {
@@ -86,7 +86,7 @@ export interface Address extends AddressStreetOneOf {
86
86
  /** Zip/postal code. */
87
87
  postalCode?: string | null;
88
88
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
89
- addressLine_2?: string | null;
89
+ addressLine2?: string | null;
90
90
  }
91
91
  /** @oneof */
92
92
  export interface AddressStreetOneOf {
@@ -86,7 +86,7 @@ export interface Address extends AddressStreetOneOf {
86
86
  /** Zip/postal code. */
87
87
  postalCode?: string | null;
88
88
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
89
- addressLine_2?: string | null;
89
+ addressLine2?: string | null;
90
90
  }
91
91
  /** @oneof */
92
92
  export interface AddressStreetOneOf {
@@ -57,7 +57,7 @@ export interface Address extends AddressStreetOneOf {
57
57
  /** Zip/postal code. */
58
58
  postalCode?: string | null;
59
59
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
60
- addressLine_2?: string | null;
60
+ addressLine2?: string | null;
61
61
  }
62
62
  /** @oneof */
63
63
  export interface AddressStreetOneOf {
@@ -131,7 +131,7 @@ export interface Address extends AddressStreetOneOf {
131
131
  /** Zip/postal code. */
132
132
  postalCode?: string | null;
133
133
  /** Free text providing more detailed address info. Usually contains Apt, Suite, and Floor. */
134
- addressLine_2?: string | null;
134
+ addressLine2?: string | null;
135
135
  }
136
136
  /** @oneof */
137
137
  export interface AddressStreetOneOf {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.107",
3
+ "version": "1.0.108",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -33,5 +33,5 @@
33
33
  "groupId": "com.wixpress.public-sdk-autogen"
34
34
  }
35
35
  },
36
- "falconPackageHash": "3ccda44704a8613c3071c8dce7937251b8ac374ed3bf75d9604f44db"
36
+ "falconPackageHash": "a343cd7707c9d28f61a7112cd307aa95c32f7f130c0694239c29c2a0"
37
37
  }