@wix/auto_sdk_events_ticket-definitions-v-2 1.0.10 → 1.0.11
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/build/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.types.d.ts +4 -4
- package/build/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +4 -4
- package/build/es/src/events-v3-ticket-definition-ticket-definitions-v-2.types.d.ts +4 -4
- package/build/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +4 -4
- package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.types.d.ts +4 -4
- package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +4 -4
- package/build/internal/es/src/events-v3-ticket-definition-ticket-definitions-v-2.types.d.ts +4 -4
- package/build/internal/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts +4 -4
- package/package.json +2 -2
|
@@ -963,8 +963,8 @@ export interface EventCanceled {
|
|
|
963
963
|
* @format GUID
|
|
964
964
|
*/
|
|
965
965
|
userId?: string | null;
|
|
966
|
-
/** True if at least one guest is
|
|
967
|
-
|
|
966
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
967
|
+
hasGuests?: boolean | null;
|
|
968
968
|
}
|
|
969
969
|
export interface EventEnded {
|
|
970
970
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -974,8 +974,8 @@ export interface EventEnded {
|
|
|
974
974
|
* @format GUID
|
|
975
975
|
*/
|
|
976
976
|
eventId?: string;
|
|
977
|
-
/** True if at least one guest is
|
|
978
|
-
|
|
977
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
978
|
+
hasGuests?: boolean | null;
|
|
979
979
|
}
|
|
980
980
|
export interface EventCreated {
|
|
981
981
|
/** Event created timestamp in ISO UTC format. */
|
|
@@ -951,8 +951,8 @@ export interface EventCanceled {
|
|
|
951
951
|
* @format GUID
|
|
952
952
|
*/
|
|
953
953
|
userId?: string | null;
|
|
954
|
-
/** True if at least one guest is
|
|
955
|
-
|
|
954
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
955
|
+
hasGuests?: boolean | null;
|
|
956
956
|
}
|
|
957
957
|
export interface EventEnded {
|
|
958
958
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -962,8 +962,8 @@ export interface EventEnded {
|
|
|
962
962
|
* @format GUID
|
|
963
963
|
*/
|
|
964
964
|
eventId?: string;
|
|
965
|
-
/** True if at least one guest is
|
|
966
|
-
|
|
965
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
966
|
+
hasGuests?: boolean | null;
|
|
967
967
|
}
|
|
968
968
|
export interface EventCreated {
|
|
969
969
|
/** Event created timestamp in ISO UTC format. */
|
|
@@ -963,8 +963,8 @@ export interface EventCanceled {
|
|
|
963
963
|
* @format GUID
|
|
964
964
|
*/
|
|
965
965
|
userId?: string | null;
|
|
966
|
-
/** True if at least one guest is
|
|
967
|
-
|
|
966
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
967
|
+
hasGuests?: boolean | null;
|
|
968
968
|
}
|
|
969
969
|
export interface EventEnded {
|
|
970
970
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -974,8 +974,8 @@ export interface EventEnded {
|
|
|
974
974
|
* @format GUID
|
|
975
975
|
*/
|
|
976
976
|
eventId?: string;
|
|
977
|
-
/** True if at least one guest is
|
|
978
|
-
|
|
977
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
978
|
+
hasGuests?: boolean | null;
|
|
979
979
|
}
|
|
980
980
|
export interface EventCreated {
|
|
981
981
|
/** Event created timestamp in ISO UTC format. */
|
|
@@ -951,8 +951,8 @@ export interface EventCanceled {
|
|
|
951
951
|
* @format GUID
|
|
952
952
|
*/
|
|
953
953
|
userId?: string | null;
|
|
954
|
-
/** True if at least one guest is
|
|
955
|
-
|
|
954
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
955
|
+
hasGuests?: boolean | null;
|
|
956
956
|
}
|
|
957
957
|
export interface EventEnded {
|
|
958
958
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -962,8 +962,8 @@ export interface EventEnded {
|
|
|
962
962
|
* @format GUID
|
|
963
963
|
*/
|
|
964
964
|
eventId?: string;
|
|
965
|
-
/** True if at least one guest is
|
|
966
|
-
|
|
965
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
966
|
+
hasGuests?: boolean | null;
|
|
967
967
|
}
|
|
968
968
|
export interface EventCreated {
|
|
969
969
|
/** Event created timestamp in ISO UTC format. */
|
package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.types.d.ts
CHANGED
|
@@ -963,8 +963,8 @@ export interface EventCanceled {
|
|
|
963
963
|
* @format GUID
|
|
964
964
|
*/
|
|
965
965
|
userId?: string | null;
|
|
966
|
-
/** True if at least one guest is
|
|
967
|
-
|
|
966
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
967
|
+
hasGuests?: boolean | null;
|
|
968
968
|
}
|
|
969
969
|
export interface EventEnded {
|
|
970
970
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -974,8 +974,8 @@ export interface EventEnded {
|
|
|
974
974
|
* @format GUID
|
|
975
975
|
*/
|
|
976
976
|
eventId?: string;
|
|
977
|
-
/** True if at least one guest is
|
|
978
|
-
|
|
977
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
978
|
+
hasGuests?: boolean | null;
|
|
979
979
|
}
|
|
980
980
|
export interface EventCreated {
|
|
981
981
|
/** Event created timestamp in ISO UTC format. */
|
package/build/internal/cjs/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts
CHANGED
|
@@ -951,8 +951,8 @@ export interface EventCanceled {
|
|
|
951
951
|
* @format GUID
|
|
952
952
|
*/
|
|
953
953
|
userId?: string | null;
|
|
954
|
-
/** True if at least one guest is
|
|
955
|
-
|
|
954
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
955
|
+
hasGuests?: boolean | null;
|
|
956
956
|
}
|
|
957
957
|
export interface EventEnded {
|
|
958
958
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -962,8 +962,8 @@ export interface EventEnded {
|
|
|
962
962
|
* @format GUID
|
|
963
963
|
*/
|
|
964
964
|
eventId?: string;
|
|
965
|
-
/** True if at least one guest is
|
|
966
|
-
|
|
965
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
966
|
+
hasGuests?: boolean | null;
|
|
967
967
|
}
|
|
968
968
|
export interface EventCreated {
|
|
969
969
|
/** Event created timestamp in ISO UTC format. */
|
|
@@ -963,8 +963,8 @@ export interface EventCanceled {
|
|
|
963
963
|
* @format GUID
|
|
964
964
|
*/
|
|
965
965
|
userId?: string | null;
|
|
966
|
-
/** True if at least one guest is
|
|
967
|
-
|
|
966
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
967
|
+
hasGuests?: boolean | null;
|
|
968
968
|
}
|
|
969
969
|
export interface EventEnded {
|
|
970
970
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -974,8 +974,8 @@ export interface EventEnded {
|
|
|
974
974
|
* @format GUID
|
|
975
975
|
*/
|
|
976
976
|
eventId?: string;
|
|
977
|
-
/** True if at least one guest is
|
|
978
|
-
|
|
977
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
978
|
+
hasGuests?: boolean | null;
|
|
979
979
|
}
|
|
980
980
|
export interface EventCreated {
|
|
981
981
|
/** Event created timestamp in ISO UTC format. */
|
package/build/internal/es/src/events-v3-ticket-definition-ticket-definitions-v-2.universal.d.ts
CHANGED
|
@@ -951,8 +951,8 @@ export interface EventCanceled {
|
|
|
951
951
|
* @format GUID
|
|
952
952
|
*/
|
|
953
953
|
userId?: string | null;
|
|
954
|
-
/** True if at least one guest is
|
|
955
|
-
|
|
954
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
955
|
+
hasGuests?: boolean | null;
|
|
956
956
|
}
|
|
957
957
|
export interface EventEnded {
|
|
958
958
|
/** Event end timestamp in ISO UTC format. */
|
|
@@ -962,8 +962,8 @@ export interface EventEnded {
|
|
|
962
962
|
* @format GUID
|
|
963
963
|
*/
|
|
964
964
|
eventId?: string;
|
|
965
|
-
/** True if at least one guest is
|
|
966
|
-
|
|
965
|
+
/** True if at least one guest is registered to the event with any attendance status. */
|
|
966
|
+
hasGuests?: boolean | null;
|
|
967
967
|
}
|
|
968
968
|
export interface EventCreated {
|
|
969
969
|
/** Event created timestamp in ISO UTC format. */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@wix/auto_sdk_events_ticket-definitions-v-2",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"registry": "https://registry.npmjs.org/",
|
|
6
6
|
"access": "public"
|
|
@@ -48,5 +48,5 @@
|
|
|
48
48
|
"fqdn": "wix.events.v3.ticket_definition"
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
|
-
"falconPackageHash": "
|
|
51
|
+
"falconPackageHash": "a54a68d8597164567119d98da31d884b4d5cd39e539f925fffc6b28d"
|
|
52
52
|
}
|