@wix/events 1.0.279 → 1.0.281

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/events",
3
- "version": "1.0.279",
3
+ "version": "1.0.281",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -24,9 +24,9 @@
24
24
  "@wix/events_notifications": "1.0.29",
25
25
  "@wix/events_orders": "1.0.44",
26
26
  "@wix/events_policies": "1.0.40",
27
- "@wix/events_ricos": "1.0.4",
27
+ "@wix/events_ricos": "1.0.5",
28
28
  "@wix/events_rsvp": "1.0.41",
29
- "@wix/events_rsvp-v-2": "1.0.3",
29
+ "@wix/events_rsvp-v-2": "1.0.4",
30
30
  "@wix/events_schedule": "1.0.35",
31
31
  "@wix/events_schedule-bookmarks": "1.0.31",
32
32
  "@wix/events_staff-members": "1.0.12",
@@ -58,5 +58,5 @@
58
58
  "fqdn": ""
59
59
  }
60
60
  },
61
- "falconPackageHash": "055a9d631b51444744ed816c9a0197888b97b1eb2a281ddbc4cfee64"
61
+ "falconPackageHash": "69ced0204a1e91f61419557213e5b06f0d7e9f5587fea87aa982b3f4"
62
62
  }
@@ -11664,6 +11664,8 @@ interface OrderedListData {
11664
11664
  indentation?: number;
11665
11665
  /** Offset level from 0-4. */
11666
11666
  offset?: number | null;
11667
+ /** List start number. */
11668
+ start?: number | null;
11667
11669
  }
11668
11670
  interface BulletedListData {
11669
11671
  /** Indentation level from 0-4. */
@@ -18729,44 +18731,54 @@ interface RsvpsQueryBuilder {
18729
18731
  * @param value - Value to compare against.
18730
18732
  * @documentationMaturity preview
18731
18733
  */
18732
- eq: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18734
+ eq: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18733
18735
  /** @param propertyName - Property whose value is compared with `value`.
18734
18736
  * @param value - Value to compare against.
18735
18737
  * @documentationMaturity preview
18736
18738
  */
18737
- ne: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18739
+ ne: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18738
18740
  /** @param propertyName - Property whose value is compared with `value`.
18739
18741
  * @param value - Value to compare against.
18740
18742
  * @documentationMaturity preview
18741
18743
  */
18742
- ge: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18744
+ ge: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18743
18745
  /** @param propertyName - Property whose value is compared with `value`.
18744
18746
  * @param value - Value to compare against.
18745
18747
  * @documentationMaturity preview
18746
18748
  */
18747
- gt: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18749
+ gt: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18748
18750
  /** @param propertyName - Property whose value is compared with `value`.
18749
18751
  * @param value - Value to compare against.
18750
18752
  * @documentationMaturity preview
18751
18753
  */
18752
- le: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18754
+ le: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18753
18755
  /** @param propertyName - Property whose value is compared with `value`.
18754
18756
  * @param value - Value to compare against.
18755
18757
  * @documentationMaturity preview
18756
18758
  */
18757
- lt: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18759
+ lt: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18760
+ /** @param propertyName - Property whose value is compared with `string`.
18761
+ * @param string - String to compare against. Case-insensitive.
18762
+ * @documentationMaturity preview
18763
+ */
18764
+ startsWith: (propertyName: '_id' | 'eventId' | 'memberId' | 'contactId', value: string) => RsvpsQueryBuilder;
18765
+ /** @param propertyName - Property whose value is compared with `values`.
18766
+ * @param values - List of values to compare against.
18767
+ * @documentationMaturity preview
18768
+ */
18769
+ hasSome: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any[]) => RsvpsQueryBuilder;
18758
18770
  /** @documentationMaturity preview */
18759
- in: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18771
+ in: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18760
18772
  /** @documentationMaturity preview */
18761
- exists: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: boolean) => RsvpsQueryBuilder;
18773
+ exists: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: boolean) => RsvpsQueryBuilder;
18762
18774
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
18763
18775
  * @documentationMaturity preview
18764
18776
  */
18765
- ascending: (...propertyNames: Array<'_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount'>) => RsvpsQueryBuilder;
18777
+ ascending: (...propertyNames: Array<'_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized'>) => RsvpsQueryBuilder;
18766
18778
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
18767
18779
  * @documentationMaturity preview
18768
18780
  */
18769
- descending: (...propertyNames: Array<'_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount'>) => RsvpsQueryBuilder;
18781
+ descending: (...propertyNames: Array<'_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized'>) => RsvpsQueryBuilder;
18770
18782
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
18771
18783
  * @documentationMaturity preview
18772
18784
  */
@@ -11664,6 +11664,8 @@ interface OrderedListData {
11664
11664
  indentation?: number;
11665
11665
  /** Offset level from 0-4. */
11666
11666
  offset?: number | null;
11667
+ /** List start number. */
11668
+ start?: number | null;
11667
11669
  }
11668
11670
  interface BulletedListData {
11669
11671
  /** Indentation level from 0-4. */
@@ -18729,44 +18731,54 @@ interface RsvpsQueryBuilder {
18729
18731
  * @param value - Value to compare against.
18730
18732
  * @documentationMaturity preview
18731
18733
  */
18732
- eq: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18734
+ eq: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18733
18735
  /** @param propertyName - Property whose value is compared with `value`.
18734
18736
  * @param value - Value to compare against.
18735
18737
  * @documentationMaturity preview
18736
18738
  */
18737
- ne: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18739
+ ne: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18738
18740
  /** @param propertyName - Property whose value is compared with `value`.
18739
18741
  * @param value - Value to compare against.
18740
18742
  * @documentationMaturity preview
18741
18743
  */
18742
- ge: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18744
+ ge: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18743
18745
  /** @param propertyName - Property whose value is compared with `value`.
18744
18746
  * @param value - Value to compare against.
18745
18747
  * @documentationMaturity preview
18746
18748
  */
18747
- gt: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18749
+ gt: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18748
18750
  /** @param propertyName - Property whose value is compared with `value`.
18749
18751
  * @param value - Value to compare against.
18750
18752
  * @documentationMaturity preview
18751
18753
  */
18752
- le: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18754
+ le: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18753
18755
  /** @param propertyName - Property whose value is compared with `value`.
18754
18756
  * @param value - Value to compare against.
18755
18757
  * @documentationMaturity preview
18756
18758
  */
18757
- lt: (propertyName: 'revision' | '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18759
+ lt: (propertyName: '_createdDate' | '_updatedDate' | 'totalGuests' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18760
+ /** @param propertyName - Property whose value is compared with `string`.
18761
+ * @param string - String to compare against. Case-insensitive.
18762
+ * @documentationMaturity preview
18763
+ */
18764
+ startsWith: (propertyName: '_id' | 'eventId' | 'memberId' | 'contactId', value: string) => RsvpsQueryBuilder;
18765
+ /** @param propertyName - Property whose value is compared with `values`.
18766
+ * @param values - List of values to compare against.
18767
+ * @documentationMaturity preview
18768
+ */
18769
+ hasSome: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any[]) => RsvpsQueryBuilder;
18758
18770
  /** @documentationMaturity preview */
18759
- in: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: any) => RsvpsQueryBuilder;
18771
+ in: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: any) => RsvpsQueryBuilder;
18760
18772
  /** @documentationMaturity preview */
18761
- exists: (propertyName: '_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount', value: boolean) => RsvpsQueryBuilder;
18773
+ exists: (propertyName: '_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized', value: boolean) => RsvpsQueryBuilder;
18762
18774
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
18763
18775
  * @documentationMaturity preview
18764
18776
  */
18765
- ascending: (...propertyNames: Array<'_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount'>) => RsvpsQueryBuilder;
18777
+ ascending: (...propertyNames: Array<'_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized'>) => RsvpsQueryBuilder;
18766
18778
  /** @param propertyNames - Properties used in the sort. To sort by multiple properties, pass properties as additional arguments.
18767
18779
  * @documentationMaturity preview
18768
18780
  */
18769
- descending: (...propertyNames: Array<'_id' | 'revision' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'language' | 'locale' | 'fullyCheckedIn' | 'checkedInGuestCount'>) => RsvpsQueryBuilder;
18781
+ descending: (...propertyNames: Array<'_id' | 'eventId' | '_createdDate' | '_updatedDate' | 'memberId' | 'contactId' | 'status' | 'totalGuests' | 'fullyCheckedIn' | 'checkedInGuestCount' | 'anonymized'>) => RsvpsQueryBuilder;
18770
18782
  /** @param limit - Number of items to return, which is also the `pageSize` of the results object.
18771
18783
  * @documentationMaturity preview
18772
18784
  */
@@ -8216,6 +8216,8 @@ interface OrderedListData$1 {
8216
8216
  indentation?: number;
8217
8217
  /** Offset level from 0-4. */
8218
8218
  offset?: number | null;
8219
+ /** List start number. */
8220
+ start?: number | null;
8219
8221
  }
8220
8222
  interface BulletedListData$1 {
8221
8223
  /** Indentation level from 0-4. */
@@ -9847,6 +9849,8 @@ interface OrderedListData {
9847
9849
  indentation?: number;
9848
9850
  /** Offset level from 0-4. */
9849
9851
  offset?: number | null;
9852
+ /** List start number. */
9853
+ start?: number | null;
9850
9854
  }
9851
9855
  interface BulletedListData {
9852
9856
  /** Indentation level from 0-4. */