@wix/events 1.0.265 → 1.0.266

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.265",
3
+ "version": "1.0.266",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -19,20 +19,20 @@
19
19
  ],
20
20
  "dependencies": {
21
21
  "@wix/events_categories": "1.0.40",
22
- "@wix/events_forms": "1.0.41",
23
- "@wix/events_guests": "1.0.53",
24
- "@wix/events_notifications": "1.0.26",
25
- "@wix/events_orders": "1.0.41",
22
+ "@wix/events_forms": "1.0.42",
23
+ "@wix/events_guests": "1.0.54",
24
+ "@wix/events_notifications": "1.0.27",
25
+ "@wix/events_orders": "1.0.42",
26
26
  "@wix/events_policies": "1.0.40",
27
27
  "@wix/events_ricos": "1.0.3",
28
28
  "@wix/events_rsvp": "1.0.40",
29
- "@wix/events_schedule": "1.0.34",
30
- "@wix/events_schedule-bookmarks": "1.0.30",
29
+ "@wix/events_schedule": "1.0.35",
30
+ "@wix/events_schedule-bookmarks": "1.0.31",
31
31
  "@wix/events_staff-members": "1.0.12",
32
- "@wix/events_ticket-definitions": "1.0.44",
33
- "@wix/events_ticket-definitions-v-2": "1.0.50",
34
- "@wix/events_tickets": "1.0.38",
35
- "@wix/events_wix-events-v-2": "1.0.50"
32
+ "@wix/events_ticket-definitions": "1.0.45",
33
+ "@wix/events_ticket-definitions-v-2": "1.0.51",
34
+ "@wix/events_tickets": "1.0.39",
35
+ "@wix/events_wix-events-v-2": "1.0.51"
36
36
  },
37
37
  "devDependencies": {
38
38
  "glob": "^10.4.1",
@@ -57,5 +57,5 @@
57
57
  "fqdn": ""
58
58
  }
59
59
  },
60
- "falconPackageHash": "4b0360660255e192ebb84f962dc0529f72bdd9f2d1bbddcf74745403"
60
+ "falconPackageHash": "bbdcdc7f9f7286e2e34fb23faff9939c4ef857a5a8e9c363880fc19f"
61
61
  }
@@ -728,9 +728,9 @@ interface Money$7 {
728
728
  * @deprecated
729
729
  */
730
730
  amount?: string;
731
- /** ISO 4217 format of the currency i.e. `USD`. */
731
+ /** ISO 4217 format of the currency e.g., `USD`. */
732
732
  currency?: string;
733
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
733
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
734
734
  value?: string | null;
735
735
  }
736
736
  interface Invoice$2 {
@@ -865,11 +865,11 @@ interface Tax$2 {
865
865
  amount?: Money$7;
866
866
  }
867
867
  declare enum TaxType$5 {
868
- /** Tax is included in the ticket price */
868
+ /** Tax is included in the ticket price. */
869
869
  INCLUDED = "INCLUDED",
870
- /** Tax is added to the order at the checkout */
870
+ /** Tax is added to the order at the checkout. */
871
871
  ADDED = "ADDED",
872
- /** Tax is added to the final total at the checkout */
872
+ /** Tax is added to the final total at the checkout. */
873
873
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
874
874
  }
875
875
  interface Fee$2 {
@@ -890,11 +890,11 @@ declare enum FeeName$2 {
890
890
  WIX_FEE = "WIX_FEE"
891
891
  }
892
892
  declare enum FeeType$3 {
893
- /** Fee is added to the ticket price at checkout */
893
+ /** Fee is added to the ticket price at checkout. */
894
894
  FEE_ADDED = "FEE_ADDED",
895
- /** Seller absorbs the fee. It is deducted from the ticket price */
895
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
896
896
  FEE_INCLUDED = "FEE_INCLUDED",
897
- /** Fee is added to the ticket price at checkout */
897
+ /** Fee is added to the ticket price at checkout. */
898
898
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
899
899
  }
900
900
  interface OrderUpdated$2 {
@@ -2595,11 +2595,11 @@ interface TaxConfig$3 {
2595
2595
  appliesToDonations?: boolean | null;
2596
2596
  }
2597
2597
  declare enum TaxType$4 {
2598
- /** Tax is included in the ticket price */
2598
+ /** Tax is included in the ticket price. */
2599
2599
  INCLUDED = "INCLUDED",
2600
- /** Tax is added to the order at the checkout */
2600
+ /** Tax is added to the order at the checkout. */
2601
2601
  ADDED = "ADDED",
2602
- /** Tax is added to the final total at the checkout */
2602
+ /** Tax is added to the final total at the checkout. */
2603
2603
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
2604
2604
  }
2605
2605
  interface Money$6 {
@@ -2608,9 +2608,9 @@ interface Money$6 {
2608
2608
  * @deprecated
2609
2609
  */
2610
2610
  amount?: string;
2611
- /** ISO 4217 format of the currency i.e. `USD`. */
2611
+ /** ISO 4217 format of the currency e.g., `USD`. */
2612
2612
  currency?: string;
2613
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
2613
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
2614
2614
  value?: string | null;
2615
2615
  }
2616
2616
  interface ExternalEvent$3 {
@@ -3340,11 +3340,11 @@ declare enum FeeName$1 {
3340
3340
  WIX_FEE = "WIX_FEE"
3341
3341
  }
3342
3342
  declare enum FeeType$2 {
3343
- /** Fee is added to the ticket price at checkout */
3343
+ /** Fee is added to the ticket price at checkout. */
3344
3344
  FEE_ADDED = "FEE_ADDED",
3345
- /** Seller absorbs the fee. It is deducted from the ticket price */
3345
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
3346
3346
  FEE_INCLUDED = "FEE_INCLUDED",
3347
- /** Fee is added to the ticket price at checkout */
3347
+ /** Fee is added to the ticket price at checkout. */
3348
3348
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
3349
3349
  }
3350
3350
  /** Produced if a buyer email was added to the existing order */
@@ -3427,11 +3427,11 @@ interface EventReminder$1 {
3427
3427
  * For example, 25.5 hours duration is represented as `{ days: 1, hours: 1, minutes: 30 }`.
3428
3428
  */
3429
3429
  interface TimeDuration$1 {
3430
- /** Number of days */
3430
+ /** Number of days. */
3431
3431
  days?: number;
3432
- /** Number of hours */
3432
+ /** Number of hours. */
3433
3433
  hours?: number;
3434
- /** Number of minutes */
3434
+ /** Number of minutes. */
3435
3435
  minutes?: number;
3436
3436
  }
3437
3437
  interface OrderPaid$1 {
@@ -4107,7 +4107,7 @@ interface ListScheduleItemsResponse$1 {
4107
4107
  pagingMetadata?: PagingMetadataV2$7;
4108
4108
  }
4109
4109
  interface FacetCounts$7 {
4110
- /** Facet counts aggregated per value */
4110
+ /** Facet counts aggregated per value. */
4111
4111
  counts?: Record<string, number>;
4112
4112
  }
4113
4113
  interface PagingMetadataV2$7 {
@@ -4517,7 +4517,7 @@ interface ListScheduleItemsResponse {
4517
4517
  pagingMetadata?: PagingMetadataV2$6;
4518
4518
  }
4519
4519
  interface FacetCounts$6 {
4520
- /** Facet counts aggregated per value */
4520
+ /** Facet counts aggregated per value. */
4521
4521
  counts?: Record<string, number>;
4522
4522
  }
4523
4523
  interface PagingMetadataV2$6 {
@@ -7328,11 +7328,11 @@ interface TaxConfig$2 {
7328
7328
  appliesToDonations?: boolean | null;
7329
7329
  }
7330
7330
  declare enum TaxType$3 {
7331
- /** Tax is included in the ticket price */
7331
+ /** Tax is included in the ticket price. */
7332
7332
  INCLUDED = "INCLUDED",
7333
- /** Tax is added to the order at the checkout */
7333
+ /** Tax is added to the order at the checkout. */
7334
7334
  ADDED = "ADDED",
7335
- /** Tax is added to the final total at the checkout */
7335
+ /** Tax is added to the final total at the checkout. */
7336
7336
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
7337
7337
  }
7338
7338
  interface Money$5 {
@@ -7341,9 +7341,9 @@ interface Money$5 {
7341
7341
  * @deprecated
7342
7342
  */
7343
7343
  amount?: string;
7344
- /** ISO 4217 format of the currency i.e. `USD`. */
7344
+ /** ISO 4217 format of the currency e.g., `USD`. */
7345
7345
  currency?: string;
7346
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
7346
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
7347
7347
  value?: string | null;
7348
7348
  }
7349
7349
  interface ExternalEvent$2 {
@@ -8197,7 +8197,7 @@ interface Money$4 {
8197
8197
  amount?: string;
8198
8198
  /** Currency code. Must be a valid [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code (e.g., USD). */
8199
8199
  currency?: string;
8200
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
8200
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
8201
8201
  value?: string | null;
8202
8202
  }
8203
8203
  interface TicketingTicket$1 {
@@ -8463,11 +8463,11 @@ interface Tax {
8463
8463
  amount?: Money$4;
8464
8464
  }
8465
8465
  declare enum TaxType$2 {
8466
- /** Tax is included in the ticket price */
8466
+ /** Tax is included in the ticket price. */
8467
8467
  INCLUDED = "INCLUDED",
8468
- /** Tax is added to the order at the checkout */
8468
+ /** Tax is added to the order at the checkout. */
8469
8469
  ADDED = "ADDED",
8470
- /** Tax is added to the final total at the checkout */
8470
+ /** Tax is added to the final total at the checkout. */
8471
8471
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
8472
8472
  }
8473
8473
  interface Fee {
@@ -8488,11 +8488,11 @@ declare enum FeeName {
8488
8488
  WIX_FEE = "WIX_FEE"
8489
8489
  }
8490
8490
  declare enum FeeType$1 {
8491
- /** Fee is added to the ticket price at checkout */
8491
+ /** Fee is added to the ticket price at checkout. */
8492
8492
  FEE_ADDED = "FEE_ADDED",
8493
- /** Seller absorbs the fee. It is deducted from the ticket price */
8493
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
8494
8494
  FEE_INCLUDED = "FEE_INCLUDED",
8495
- /** Fee is added to the ticket price at checkout */
8495
+ /** Fee is added to the ticket price at checkout. */
8496
8496
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
8497
8497
  }
8498
8498
  interface PaymentDetails {
@@ -8681,7 +8681,7 @@ interface ListOrdersResponse {
8681
8681
  orderFacets?: OrderFacets;
8682
8682
  }
8683
8683
  interface FacetCounts$5 {
8684
- /** Facet counts aggregated per value */
8684
+ /** Facet counts aggregated per value. */
8685
8685
  counts?: Record<string, number>;
8686
8686
  }
8687
8687
  interface OrderFacets {
@@ -13887,7 +13887,7 @@ interface Money$3 {
13887
13887
  amount?: string;
13888
13888
  /** Currency in the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) format. For example, `USD`. */
13889
13889
  currency?: string;
13890
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
13890
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
13891
13891
  value?: string | null;
13892
13892
  }
13893
13893
  interface CheckIn {
@@ -14141,7 +14141,7 @@ interface ListTicketsResponse {
14141
14141
  facets?: Record<string, FacetCounts$3>;
14142
14142
  }
14143
14143
  interface FacetCounts$3 {
14144
- /** Facet counts aggregated per value */
14144
+ /** Facet counts aggregated per value. */
14145
14145
  counts?: Record<string, number>;
14146
14146
  }
14147
14147
  interface TicketFacets {
@@ -14735,7 +14735,7 @@ interface Money$2 {
14735
14735
  * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
14736
14736
  */
14737
14737
  currency?: string;
14738
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
14738
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
14739
14739
  value?: string | null;
14740
14740
  }
14741
14741
  interface Dashboard$2 {
@@ -14768,11 +14768,11 @@ interface WixFeeConfig {
14768
14768
  type?: FeeType;
14769
14769
  }
14770
14770
  declare enum FeeType {
14771
- /** Fee is added to the ticket price at checkout */
14771
+ /** Fee is added to the ticket price at checkout. */
14772
14772
  FEE_ADDED = "FEE_ADDED",
14773
- /** Seller absorbs the fee. It is deducted from the ticket price */
14773
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
14774
14774
  FEE_INCLUDED = "FEE_INCLUDED",
14775
- /** Fee is added to the ticket price at checkout */
14775
+ /** Fee is added to the ticket price at checkout. */
14776
14776
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
14777
14777
  }
14778
14778
  interface TicketSalePeriod {
@@ -14871,7 +14871,7 @@ interface QueryTicketDefinitionsResponse$1 {
14871
14871
  facets?: Record<string, FacetCounts$2>;
14872
14872
  }
14873
14873
  interface FacetCounts$2 {
14874
- /** Facet counts aggregated per value */
14874
+ /** Facet counts aggregated per value. */
14875
14875
  counts?: Record<string, number>;
14876
14876
  }
14877
14877
  interface QueryTicketDefinitionsV2Request {
@@ -14884,17 +14884,15 @@ interface QueryV2$3 extends QueryV2PagingMethodOneOf$3 {
14884
14884
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
14885
14885
  cursorPaging?: CursorPaging$3;
14886
14886
  /**
14887
- * Filter object in the following format:
14888
- * `"filter" : {
14889
- * "fieldName1": "value1",
14890
- * "fieldName2":{"$operator":"value2"}
14891
- * }`
14892
- * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
14887
+ * Filter object.
14888
+ *
14889
+ * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
14893
14890
  */
14894
14891
  filter?: Record<string, any> | null;
14895
14892
  /**
14896
- * Sort object in the following format:
14897
- * `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
14893
+ * Sort object.
14894
+ *
14895
+ * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
14898
14896
  */
14899
14897
  sort?: Sorting$3[];
14900
14898
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -16801,11 +16799,11 @@ interface Formatted {
16801
16799
  * For example, 25.5 hours duration is represented as `{ days: 1, hours: 1, minutes: 30 }`.
16802
16800
  */
16803
16801
  interface TimeDuration {
16804
- /** Number of days */
16802
+ /** Number of days. */
16805
16803
  days?: number;
16806
- /** Number of hours */
16804
+ /** Number of hours. */
16807
16805
  hours?: number;
16808
- /** Number of minutes */
16806
+ /** Number of minutes. */
16809
16807
  minutes?: number;
16810
16808
  }
16811
16809
  declare enum Status$1 {
@@ -17280,9 +17278,9 @@ interface EventsMoney {
17280
17278
  * @deprecated
17281
17279
  */
17282
17280
  amount?: string;
17283
- /** ISO 4217 format of the currency i.e. `USD`. */
17281
+ /** ISO 4217 format of the currency e.g., `USD`. */
17284
17282
  currency?: string;
17285
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
17283
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
17286
17284
  value?: string | null;
17287
17285
  }
17288
17286
  interface Rsvps {
@@ -18490,11 +18488,11 @@ interface TaxConfig$1 {
18490
18488
  appliesToDonations?: boolean | null;
18491
18489
  }
18492
18490
  declare enum EventsTaxType {
18493
- /** Tax is included in the ticket price */
18491
+ /** Tax is included in the ticket price. */
18494
18492
  INCLUDED = "INCLUDED",
18495
- /** Tax is added to the order at the checkout */
18493
+ /** Tax is added to the order at the checkout. */
18496
18494
  ADDED = "ADDED",
18497
- /** Tax is added to the final total at the checkout */
18495
+ /** Tax is added to the final total at the checkout. */
18498
18496
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
18499
18497
  }
18500
18498
  interface ExternalEvent$1 {
@@ -21170,11 +21168,11 @@ interface TaxConfig {
21170
21168
  appliesToDonations?: boolean | null;
21171
21169
  }
21172
21170
  declare enum TaxType {
21173
- /** Tax is included in the ticket price */
21171
+ /** Tax is included in the ticket price. */
21174
21172
  INCLUDED = "INCLUDED",
21175
- /** Tax is added to the order at the checkout */
21173
+ /** Tax is added to the order at the checkout. */
21176
21174
  ADDED = "ADDED",
21177
- /** Tax is added to the final total at the checkout */
21175
+ /** Tax is added to the final total at the checkout. */
21178
21176
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
21179
21177
  }
21180
21178
  interface Money {
@@ -21183,9 +21181,9 @@ interface Money {
21183
21181
  * @deprecated
21184
21182
  */
21185
21183
  amount?: string;
21186
- /** ISO 4217 format of the currency i.e. `USD`. */
21184
+ /** ISO 4217 format of the currency e.g., `USD`. */
21187
21185
  currency?: string;
21188
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
21186
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
21189
21187
  value?: string | null;
21190
21188
  }
21191
21189
  interface ExternalEvent {
@@ -728,9 +728,9 @@ interface Money$7 {
728
728
  * @deprecated
729
729
  */
730
730
  amount?: string;
731
- /** ISO 4217 format of the currency i.e. `USD`. */
731
+ /** ISO 4217 format of the currency e.g., `USD`. */
732
732
  currency?: string;
733
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
733
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
734
734
  value?: string | null;
735
735
  }
736
736
  interface Invoice$2 {
@@ -865,11 +865,11 @@ interface Tax$2 {
865
865
  amount?: Money$7;
866
866
  }
867
867
  declare enum TaxType$5 {
868
- /** Tax is included in the ticket price */
868
+ /** Tax is included in the ticket price. */
869
869
  INCLUDED = "INCLUDED",
870
- /** Tax is added to the order at the checkout */
870
+ /** Tax is added to the order at the checkout. */
871
871
  ADDED = "ADDED",
872
- /** Tax is added to the final total at the checkout */
872
+ /** Tax is added to the final total at the checkout. */
873
873
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
874
874
  }
875
875
  interface Fee$2 {
@@ -890,11 +890,11 @@ declare enum FeeName$2 {
890
890
  WIX_FEE = "WIX_FEE"
891
891
  }
892
892
  declare enum FeeType$3 {
893
- /** Fee is added to the ticket price at checkout */
893
+ /** Fee is added to the ticket price at checkout. */
894
894
  FEE_ADDED = "FEE_ADDED",
895
- /** Seller absorbs the fee. It is deducted from the ticket price */
895
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
896
896
  FEE_INCLUDED = "FEE_INCLUDED",
897
- /** Fee is added to the ticket price at checkout */
897
+ /** Fee is added to the ticket price at checkout. */
898
898
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
899
899
  }
900
900
  interface OrderUpdated$2 {
@@ -2595,11 +2595,11 @@ interface TaxConfig$3 {
2595
2595
  appliesToDonations?: boolean | null;
2596
2596
  }
2597
2597
  declare enum TaxType$4 {
2598
- /** Tax is included in the ticket price */
2598
+ /** Tax is included in the ticket price. */
2599
2599
  INCLUDED = "INCLUDED",
2600
- /** Tax is added to the order at the checkout */
2600
+ /** Tax is added to the order at the checkout. */
2601
2601
  ADDED = "ADDED",
2602
- /** Tax is added to the final total at the checkout */
2602
+ /** Tax is added to the final total at the checkout. */
2603
2603
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
2604
2604
  }
2605
2605
  interface Money$6 {
@@ -2608,9 +2608,9 @@ interface Money$6 {
2608
2608
  * @deprecated
2609
2609
  */
2610
2610
  amount?: string;
2611
- /** ISO 4217 format of the currency i.e. `USD`. */
2611
+ /** ISO 4217 format of the currency e.g., `USD`. */
2612
2612
  currency?: string;
2613
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
2613
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
2614
2614
  value?: string | null;
2615
2615
  }
2616
2616
  interface ExternalEvent$3 {
@@ -3340,11 +3340,11 @@ declare enum FeeName$1 {
3340
3340
  WIX_FEE = "WIX_FEE"
3341
3341
  }
3342
3342
  declare enum FeeType$2 {
3343
- /** Fee is added to the ticket price at checkout */
3343
+ /** Fee is added to the ticket price at checkout. */
3344
3344
  FEE_ADDED = "FEE_ADDED",
3345
- /** Seller absorbs the fee. It is deducted from the ticket price */
3345
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
3346
3346
  FEE_INCLUDED = "FEE_INCLUDED",
3347
- /** Fee is added to the ticket price at checkout */
3347
+ /** Fee is added to the ticket price at checkout. */
3348
3348
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
3349
3349
  }
3350
3350
  /** Produced if a buyer email was added to the existing order */
@@ -3427,11 +3427,11 @@ interface EventReminder$1 {
3427
3427
  * For example, 25.5 hours duration is represented as `{ days: 1, hours: 1, minutes: 30 }`.
3428
3428
  */
3429
3429
  interface TimeDuration$1 {
3430
- /** Number of days */
3430
+ /** Number of days. */
3431
3431
  days?: number;
3432
- /** Number of hours */
3432
+ /** Number of hours. */
3433
3433
  hours?: number;
3434
- /** Number of minutes */
3434
+ /** Number of minutes. */
3435
3435
  minutes?: number;
3436
3436
  }
3437
3437
  interface OrderPaid$1 {
@@ -4107,7 +4107,7 @@ interface ListScheduleItemsResponse$1 {
4107
4107
  pagingMetadata?: PagingMetadataV2$7;
4108
4108
  }
4109
4109
  interface FacetCounts$7 {
4110
- /** Facet counts aggregated per value */
4110
+ /** Facet counts aggregated per value. */
4111
4111
  counts?: Record<string, number>;
4112
4112
  }
4113
4113
  interface PagingMetadataV2$7 {
@@ -4517,7 +4517,7 @@ interface ListScheduleItemsResponse {
4517
4517
  pagingMetadata?: PagingMetadataV2$6;
4518
4518
  }
4519
4519
  interface FacetCounts$6 {
4520
- /** Facet counts aggregated per value */
4520
+ /** Facet counts aggregated per value. */
4521
4521
  counts?: Record<string, number>;
4522
4522
  }
4523
4523
  interface PagingMetadataV2$6 {
@@ -7328,11 +7328,11 @@ interface TaxConfig$2 {
7328
7328
  appliesToDonations?: boolean | null;
7329
7329
  }
7330
7330
  declare enum TaxType$3 {
7331
- /** Tax is included in the ticket price */
7331
+ /** Tax is included in the ticket price. */
7332
7332
  INCLUDED = "INCLUDED",
7333
- /** Tax is added to the order at the checkout */
7333
+ /** Tax is added to the order at the checkout. */
7334
7334
  ADDED = "ADDED",
7335
- /** Tax is added to the final total at the checkout */
7335
+ /** Tax is added to the final total at the checkout. */
7336
7336
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
7337
7337
  }
7338
7338
  interface Money$5 {
@@ -7341,9 +7341,9 @@ interface Money$5 {
7341
7341
  * @deprecated
7342
7342
  */
7343
7343
  amount?: string;
7344
- /** ISO 4217 format of the currency i.e. `USD`. */
7344
+ /** ISO 4217 format of the currency e.g., `USD`. */
7345
7345
  currency?: string;
7346
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
7346
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
7347
7347
  value?: string | null;
7348
7348
  }
7349
7349
  interface ExternalEvent$2 {
@@ -8197,7 +8197,7 @@ interface Money$4 {
8197
8197
  amount?: string;
8198
8198
  /** Currency code. Must be a valid [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code (e.g., USD). */
8199
8199
  currency?: string;
8200
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
8200
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
8201
8201
  value?: string | null;
8202
8202
  }
8203
8203
  interface TicketingTicket$1 {
@@ -8463,11 +8463,11 @@ interface Tax {
8463
8463
  amount?: Money$4;
8464
8464
  }
8465
8465
  declare enum TaxType$2 {
8466
- /** Tax is included in the ticket price */
8466
+ /** Tax is included in the ticket price. */
8467
8467
  INCLUDED = "INCLUDED",
8468
- /** Tax is added to the order at the checkout */
8468
+ /** Tax is added to the order at the checkout. */
8469
8469
  ADDED = "ADDED",
8470
- /** Tax is added to the final total at the checkout */
8470
+ /** Tax is added to the final total at the checkout. */
8471
8471
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
8472
8472
  }
8473
8473
  interface Fee {
@@ -8488,11 +8488,11 @@ declare enum FeeName {
8488
8488
  WIX_FEE = "WIX_FEE"
8489
8489
  }
8490
8490
  declare enum FeeType$1 {
8491
- /** Fee is added to the ticket price at checkout */
8491
+ /** Fee is added to the ticket price at checkout. */
8492
8492
  FEE_ADDED = "FEE_ADDED",
8493
- /** Seller absorbs the fee. It is deducted from the ticket price */
8493
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
8494
8494
  FEE_INCLUDED = "FEE_INCLUDED",
8495
- /** Fee is added to the ticket price at checkout */
8495
+ /** Fee is added to the ticket price at checkout. */
8496
8496
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
8497
8497
  }
8498
8498
  interface PaymentDetails {
@@ -8681,7 +8681,7 @@ interface ListOrdersResponse {
8681
8681
  orderFacets?: OrderFacets;
8682
8682
  }
8683
8683
  interface FacetCounts$5 {
8684
- /** Facet counts aggregated per value */
8684
+ /** Facet counts aggregated per value. */
8685
8685
  counts?: Record<string, number>;
8686
8686
  }
8687
8687
  interface OrderFacets {
@@ -13887,7 +13887,7 @@ interface Money$3 {
13887
13887
  amount?: string;
13888
13888
  /** Currency in the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) format. For example, `USD`. */
13889
13889
  currency?: string;
13890
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
13890
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
13891
13891
  value?: string | null;
13892
13892
  }
13893
13893
  interface CheckIn {
@@ -14141,7 +14141,7 @@ interface ListTicketsResponse {
14141
14141
  facets?: Record<string, FacetCounts$3>;
14142
14142
  }
14143
14143
  interface FacetCounts$3 {
14144
- /** Facet counts aggregated per value */
14144
+ /** Facet counts aggregated per value. */
14145
14145
  counts?: Record<string, number>;
14146
14146
  }
14147
14147
  interface TicketFacets {
@@ -14735,7 +14735,7 @@ interface Money$2 {
14735
14735
  * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
14736
14736
  */
14737
14737
  currency?: string;
14738
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
14738
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
14739
14739
  value?: string | null;
14740
14740
  }
14741
14741
  interface Dashboard$2 {
@@ -14768,11 +14768,11 @@ interface WixFeeConfig {
14768
14768
  type?: FeeType;
14769
14769
  }
14770
14770
  declare enum FeeType {
14771
- /** Fee is added to the ticket price at checkout */
14771
+ /** Fee is added to the ticket price at checkout. */
14772
14772
  FEE_ADDED = "FEE_ADDED",
14773
- /** Seller absorbs the fee. It is deducted from the ticket price */
14773
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
14774
14774
  FEE_INCLUDED = "FEE_INCLUDED",
14775
- /** Fee is added to the ticket price at checkout */
14775
+ /** Fee is added to the ticket price at checkout. */
14776
14776
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
14777
14777
  }
14778
14778
  interface TicketSalePeriod {
@@ -14871,7 +14871,7 @@ interface QueryTicketDefinitionsResponse$1 {
14871
14871
  facets?: Record<string, FacetCounts$2>;
14872
14872
  }
14873
14873
  interface FacetCounts$2 {
14874
- /** Facet counts aggregated per value */
14874
+ /** Facet counts aggregated per value. */
14875
14875
  counts?: Record<string, number>;
14876
14876
  }
14877
14877
  interface QueryTicketDefinitionsV2Request {
@@ -14884,17 +14884,15 @@ interface QueryV2$3 extends QueryV2PagingMethodOneOf$3 {
14884
14884
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
14885
14885
  cursorPaging?: CursorPaging$3;
14886
14886
  /**
14887
- * Filter object in the following format:
14888
- * `"filter" : {
14889
- * "fieldName1": "value1",
14890
- * "fieldName2":{"$operator":"value2"}
14891
- * }`
14892
- * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
14887
+ * Filter object.
14888
+ *
14889
+ * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
14893
14890
  */
14894
14891
  filter?: Record<string, any> | null;
14895
14892
  /**
14896
- * Sort object in the following format:
14897
- * `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
14893
+ * Sort object.
14894
+ *
14895
+ * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
14898
14896
  */
14899
14897
  sort?: Sorting$3[];
14900
14898
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -16801,11 +16799,11 @@ interface Formatted {
16801
16799
  * For example, 25.5 hours duration is represented as `{ days: 1, hours: 1, minutes: 30 }`.
16802
16800
  */
16803
16801
  interface TimeDuration {
16804
- /** Number of days */
16802
+ /** Number of days. */
16805
16803
  days?: number;
16806
- /** Number of hours */
16804
+ /** Number of hours. */
16807
16805
  hours?: number;
16808
- /** Number of minutes */
16806
+ /** Number of minutes. */
16809
16807
  minutes?: number;
16810
16808
  }
16811
16809
  declare enum Status$1 {
@@ -17280,9 +17278,9 @@ interface EventsMoney {
17280
17278
  * @deprecated
17281
17279
  */
17282
17280
  amount?: string;
17283
- /** ISO 4217 format of the currency i.e. `USD`. */
17281
+ /** ISO 4217 format of the currency e.g., `USD`. */
17284
17282
  currency?: string;
17285
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
17283
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
17286
17284
  value?: string | null;
17287
17285
  }
17288
17286
  interface Rsvps {
@@ -18490,11 +18488,11 @@ interface TaxConfig$1 {
18490
18488
  appliesToDonations?: boolean | null;
18491
18489
  }
18492
18490
  declare enum EventsTaxType {
18493
- /** Tax is included in the ticket price */
18491
+ /** Tax is included in the ticket price. */
18494
18492
  INCLUDED = "INCLUDED",
18495
- /** Tax is added to the order at the checkout */
18493
+ /** Tax is added to the order at the checkout. */
18496
18494
  ADDED = "ADDED",
18497
- /** Tax is added to the final total at the checkout */
18495
+ /** Tax is added to the final total at the checkout. */
18498
18496
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
18499
18497
  }
18500
18498
  interface ExternalEvent$1 {
@@ -21170,11 +21168,11 @@ interface TaxConfig {
21170
21168
  appliesToDonations?: boolean | null;
21171
21169
  }
21172
21170
  declare enum TaxType {
21173
- /** Tax is included in the ticket price */
21171
+ /** Tax is included in the ticket price. */
21174
21172
  INCLUDED = "INCLUDED",
21175
- /** Tax is added to the order at the checkout */
21173
+ /** Tax is added to the order at the checkout. */
21176
21174
  ADDED = "ADDED",
21177
- /** Tax is added to the final total at the checkout */
21175
+ /** Tax is added to the final total at the checkout. */
21178
21176
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
21179
21177
  }
21180
21178
  interface Money {
@@ -21183,9 +21181,9 @@ interface Money {
21183
21181
  * @deprecated
21184
21182
  */
21185
21183
  amount?: string;
21186
- /** ISO 4217 format of the currency i.e. `USD`. */
21184
+ /** ISO 4217 format of the currency e.g., `USD`. */
21187
21185
  currency?: string;
21188
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
21186
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
21189
21187
  value?: string | null;
21190
21188
  }
21191
21189
  interface ExternalEvent {
@@ -1356,7 +1356,7 @@ interface ListScheduleItemsResponse$1 {
1356
1356
  pagingMetadata?: PagingMetadataV2$b;
1357
1357
  }
1358
1358
  interface FacetCounts$d {
1359
- /** Facet counts aggregated per value */
1359
+ /** Facet counts aggregated per value. */
1360
1360
  counts?: Record<string, number>;
1361
1361
  }
1362
1362
  interface PagingMetadataV2$b {
@@ -1692,7 +1692,7 @@ interface ListScheduleItemsResponse {
1692
1692
  pagingMetadata?: PagingMetadataV2$a;
1693
1693
  }
1694
1694
  interface FacetCounts$c {
1695
- /** Facet counts aggregated per value */
1695
+ /** Facet counts aggregated per value. */
1696
1696
  counts?: Record<string, number>;
1697
1697
  }
1698
1698
  interface PagingMetadataV2$a {
@@ -4502,9 +4502,9 @@ interface Money$7 {
4502
4502
  * @deprecated
4503
4503
  */
4504
4504
  amount?: string;
4505
- /** ISO 4217 format of the currency i.e. `USD`. */
4505
+ /** ISO 4217 format of the currency e.g., `USD`. */
4506
4506
  currency?: string;
4507
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
4507
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
4508
4508
  value?: string | null;
4509
4509
  }
4510
4510
  interface TicketingTicket$3 {
@@ -4769,11 +4769,11 @@ interface Tax$1 {
4769
4769
  amount?: Money$7;
4770
4770
  }
4771
4771
  declare enum TaxType$3 {
4772
- /** Tax is included in the ticket price */
4772
+ /** Tax is included in the ticket price. */
4773
4773
  INCLUDED = "INCLUDED",
4774
- /** Tax is added to the order at the checkout */
4774
+ /** Tax is added to the order at the checkout. */
4775
4775
  ADDED = "ADDED",
4776
- /** Tax is added to the final total at the checkout */
4776
+ /** Tax is added to the final total at the checkout. */
4777
4777
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
4778
4778
  }
4779
4779
  interface Fee$1 {
@@ -4794,11 +4794,11 @@ declare enum FeeName$1 {
4794
4794
  WIX_FEE = "WIX_FEE"
4795
4795
  }
4796
4796
  declare enum FeeType$3 {
4797
- /** Fee is added to the ticket price at checkout */
4797
+ /** Fee is added to the ticket price at checkout. */
4798
4798
  FEE_ADDED = "FEE_ADDED",
4799
- /** Seller absorbs the fee. It is deducted from the ticket price */
4799
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
4800
4800
  FEE_INCLUDED = "FEE_INCLUDED",
4801
- /** Fee is added to the ticket price at checkout */
4801
+ /** Fee is added to the ticket price at checkout. */
4802
4802
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
4803
4803
  }
4804
4804
  interface PaymentDetails$1 {
@@ -4892,7 +4892,7 @@ interface ListOrdersResponse$1 {
4892
4892
  orderFacets?: OrderFacets$1;
4893
4893
  }
4894
4894
  interface FacetCounts$b {
4895
- /** Facet counts aggregated per value */
4895
+ /** Facet counts aggregated per value. */
4896
4896
  counts?: Record<string, number>;
4897
4897
  }
4898
4898
  interface OrderFacets$1 {
@@ -5752,7 +5752,7 @@ interface Money$6 {
5752
5752
  amount?: string;
5753
5753
  /** Currency code. Must be a valid [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) currency code (e.g., USD). */
5754
5754
  currency?: string;
5755
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
5755
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
5756
5756
  value?: string | null;
5757
5757
  }
5758
5758
  interface TicketingTicket$2 {
@@ -6018,11 +6018,11 @@ interface Tax {
6018
6018
  amount?: Money$6;
6019
6019
  }
6020
6020
  declare enum TaxType$2 {
6021
- /** Tax is included in the ticket price */
6021
+ /** Tax is included in the ticket price. */
6022
6022
  INCLUDED = "INCLUDED",
6023
- /** Tax is added to the order at the checkout */
6023
+ /** Tax is added to the order at the checkout. */
6024
6024
  ADDED = "ADDED",
6025
- /** Tax is added to the final total at the checkout */
6025
+ /** Tax is added to the final total at the checkout. */
6026
6026
  ADDED_AT_CHECKOUT = "ADDED_AT_CHECKOUT"
6027
6027
  }
6028
6028
  interface Fee {
@@ -6043,11 +6043,11 @@ declare enum FeeName {
6043
6043
  WIX_FEE = "WIX_FEE"
6044
6044
  }
6045
6045
  declare enum FeeType$2 {
6046
- /** Fee is added to the ticket price at checkout */
6046
+ /** Fee is added to the ticket price at checkout. */
6047
6047
  FEE_ADDED = "FEE_ADDED",
6048
- /** Seller absorbs the fee. It is deducted from the ticket price */
6048
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
6049
6049
  FEE_INCLUDED = "FEE_INCLUDED",
6050
- /** Fee is added to the ticket price at checkout */
6050
+ /** Fee is added to the ticket price at checkout. */
6051
6051
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
6052
6052
  }
6053
6053
  interface PaymentDetails {
@@ -6156,7 +6156,7 @@ interface ListOrdersResponse {
6156
6156
  orderFacets?: OrderFacets;
6157
6157
  }
6158
6158
  interface FacetCounts$a {
6159
- /** Facet counts aggregated per value */
6159
+ /** Facet counts aggregated per value. */
6160
6160
  counts?: Record<string, number>;
6161
6161
  }
6162
6162
  interface OrderFacets {
@@ -11179,9 +11179,9 @@ interface Money$5 {
11179
11179
  * @deprecated
11180
11180
  */
11181
11181
  amount?: string;
11182
- /** ISO 4217 format of the currency i.e. `USD`. */
11182
+ /** ISO 4217 format of the currency e.g., `USD`. */
11183
11183
  currency?: string;
11184
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
11184
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
11185
11185
  value?: string | null;
11186
11186
  }
11187
11187
  interface CheckIn$1 {
@@ -11326,7 +11326,7 @@ interface ListTicketsResponse$1 {
11326
11326
  facets?: Record<string, FacetCounts$7>;
11327
11327
  }
11328
11328
  interface FacetCounts$7 {
11329
- /** Facet counts aggregated per value */
11329
+ /** Facet counts aggregated per value. */
11330
11330
  counts?: Record<string, number>;
11331
11331
  }
11332
11332
  interface GetTicketRequest$1 {
@@ -11561,7 +11561,7 @@ interface Money$4 {
11561
11561
  amount?: string;
11562
11562
  /** Currency in the [ISO 4217](https://www.iso.org/iso-4217-currency-codes.html) format. For example, `USD`. */
11563
11563
  currency?: string;
11564
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
11564
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
11565
11565
  value?: string | null;
11566
11566
  }
11567
11567
  interface CheckIn {
@@ -11707,7 +11707,7 @@ interface ListTicketsResponse {
11707
11707
  facets?: Record<string, FacetCounts$6>;
11708
11708
  }
11709
11709
  interface FacetCounts$6 {
11710
- /** Facet counts aggregated per value */
11710
+ /** Facet counts aggregated per value. */
11711
11711
  counts?: Record<string, number>;
11712
11712
  }
11713
11713
  interface GetTicketRequest {
@@ -11935,9 +11935,9 @@ interface Money$3 {
11935
11935
  * @deprecated
11936
11936
  */
11937
11937
  amount?: string;
11938
- /** ISO 4217 format of the currency i.e. `USD`. */
11938
+ /** ISO 4217 format of the currency e.g., `USD`. */
11939
11939
  currency?: string;
11940
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
11940
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
11941
11941
  value?: string | null;
11942
11942
  }
11943
11943
  interface Dashboard$1 {
@@ -11964,11 +11964,11 @@ interface WixFeeConfig$1 {
11964
11964
  type?: FeeType$1;
11965
11965
  }
11966
11966
  declare enum FeeType$1 {
11967
- /** Fee is added to the ticket price at checkout */
11967
+ /** Fee is added to the ticket price at checkout. */
11968
11968
  FEE_ADDED = "FEE_ADDED",
11969
- /** Seller absorbs the fee. It is deducted from the ticket price */
11969
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
11970
11970
  FEE_INCLUDED = "FEE_INCLUDED",
11971
- /** Fee is added to the ticket price at checkout */
11971
+ /** Fee is added to the ticket price at checkout. */
11972
11972
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
11973
11973
  }
11974
11974
  interface TicketSalePeriod$1 {
@@ -12067,7 +12067,7 @@ interface QueryTicketDefinitionsResponse$3 {
12067
12067
  facets?: Record<string, FacetCounts$5>;
12068
12068
  }
12069
12069
  interface FacetCounts$5 {
12070
- /** Facet counts aggregated per value */
12070
+ /** Facet counts aggregated per value. */
12071
12071
  counts?: Record<string, number>;
12072
12072
  }
12073
12073
  interface QueryTicketDefinitionsV2Request$1 {
@@ -12080,17 +12080,15 @@ interface QueryV2$5 extends QueryV2PagingMethodOneOf$5 {
12080
12080
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
12081
12081
  cursorPaging?: CursorPaging$5;
12082
12082
  /**
12083
- * Filter object in the following format:
12084
- * `"filter" : {
12085
- * "fieldName1": "value1",
12086
- * "fieldName2":{"$operator":"value2"}
12087
- * }`
12088
- * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
12083
+ * Filter object.
12084
+ *
12085
+ * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
12089
12086
  */
12090
12087
  filter?: Record<string, any> | null;
12091
12088
  /**
12092
- * Sort object in the following format:
12093
- * `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
12089
+ * Sort object.
12090
+ *
12091
+ * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
12094
12092
  */
12095
12093
  sort?: Sorting$5[];
12096
12094
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -12428,7 +12426,7 @@ interface Money$2 {
12428
12426
  * [ISO-4217 alphabetic](https://en.wikipedia.org/wiki/ISO_4217#Active_codes) format.
12429
12427
  */
12430
12428
  currency?: string;
12431
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
12429
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
12432
12430
  value?: string | null;
12433
12431
  }
12434
12432
  interface Dashboard {
@@ -12461,11 +12459,11 @@ interface WixFeeConfig {
12461
12459
  type?: FeeType;
12462
12460
  }
12463
12461
  declare enum FeeType {
12464
- /** Fee is added to the ticket price at checkout */
12462
+ /** Fee is added to the ticket price at checkout. */
12465
12463
  FEE_ADDED = "FEE_ADDED",
12466
- /** Seller absorbs the fee. It is deducted from the ticket price */
12464
+ /** Seller absorbs the fee. It is deducted from the ticket price. */
12467
12465
  FEE_INCLUDED = "FEE_INCLUDED",
12468
- /** Fee is added to the ticket price at checkout */
12466
+ /** Fee is added to the ticket price at checkout. */
12469
12467
  FEE_ADDED_AT_CHECKOUT = "FEE_ADDED_AT_CHECKOUT"
12470
12468
  }
12471
12469
  interface TicketSalePeriod {
@@ -12564,7 +12562,7 @@ interface QueryTicketDefinitionsResponse$2 {
12564
12562
  facets?: Record<string, FacetCounts$4>;
12565
12563
  }
12566
12564
  interface FacetCounts$4 {
12567
- /** Facet counts aggregated per value */
12565
+ /** Facet counts aggregated per value. */
12568
12566
  counts?: Record<string, number>;
12569
12567
  }
12570
12568
  interface QueryTicketDefinitionsV2Request {
@@ -12577,17 +12575,15 @@ interface QueryV2$4 extends QueryV2PagingMethodOneOf$4 {
12577
12575
  /** Cursor token pointing to a page of results. Not used in the first request. Following requests use the cursor token and not `filter` or `sort`. */
12578
12576
  cursorPaging?: CursorPaging$4;
12579
12577
  /**
12580
- * Filter object in the following format:
12581
- * `"filter" : {
12582
- * "fieldName1": "value1",
12583
- * "fieldName2":{"$operator":"value2"}
12584
- * }`
12585
- * Example of operators: `$eq`, `$ne`, `$lt`, `$lte`, `$gt`, `$gte`, `$in`, `$hasSome`, `$hasAll`, `$startsWith`, `$contains`
12578
+ * Filter object.
12579
+ *
12580
+ * Learn more about the [filter section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-filter-section).
12586
12581
  */
12587
12582
  filter?: Record<string, any> | null;
12588
12583
  /**
12589
- * Sort object in the following format:
12590
- * `[{"fieldName":"sortField1","order":"ASC"},{"fieldName":"sortField2","order":"DESC"}]`
12584
+ * Sort object.
12585
+ *
12586
+ * Learn more about the [sort section](https://dev.wix.com/docs/rest/articles/getting-started/api-query-language#the-sort-section).
12591
12587
  */
12592
12588
  sort?: Sorting$4[];
12593
12589
  /** Array of projected fields. A list of specific field names to return. If `fieldsets` are also specified, the union of `fieldsets` and `fields` is returned. */
@@ -14066,9 +14062,9 @@ interface EventsMoney$1 {
14066
14062
  * @deprecated
14067
14063
  */
14068
14064
  amount?: string;
14069
- /** ISO 4217 format of the currency i.e. `USD`. */
14065
+ /** ISO 4217 format of the currency e.g., `USD`. */
14070
14066
  currency?: string;
14071
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
14067
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
14072
14068
  value?: string | null;
14073
14069
  }
14074
14070
  interface Rsvps$1 {
@@ -15574,9 +15570,9 @@ interface EventsMoney {
15574
15570
  * @deprecated
15575
15571
  */
15576
15572
  amount?: string;
15577
- /** ISO 4217 format of the currency i.e. `USD`. */
15573
+ /** ISO 4217 format of the currency e.g., `USD`. */
15578
15574
  currency?: string;
15579
- /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, a single (-), to indicate that the amount is negative. */
15575
+ /** Monetary amount. Decimal string with a period as a decimal separator (e.g., 3.99). Optionally, starts with a single (-), to indicate that the amount is negative. */
15580
15576
  value?: string | null;
15581
15577
  }
15582
15578
  interface Rsvps {