@wix/events 1.0.338 → 1.0.340

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.338",
3
+ "version": "1.0.340",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -27,7 +27,7 @@
27
27
  "@wix/events_notifications": "1.0.42",
28
28
  "@wix/events_orders": "1.0.60",
29
29
  "@wix/events_policies": "1.0.49",
30
- "@wix/events_ricos": "1.0.17",
30
+ "@wix/events_ricos": "1.0.19",
31
31
  "@wix/events_rsvp": "1.0.52",
32
32
  "@wix/events_rsvp-v-2": "1.0.23",
33
33
  "@wix/events_schedule": "1.0.46",
@@ -61,5 +61,5 @@
61
61
  "fqdn": ""
62
62
  }
63
63
  },
64
- "falconPackageHash": "69e66886f5bfee0a243f144fb506d0bd766121121c4536e9926adac4"
64
+ "falconPackageHash": "6722809e877d8d33af2a7e802fbd08f28865c7a10934b823f2ec15ac"
65
65
  }
@@ -12968,7 +12968,7 @@ interface RichContentQueryBuilder {
12968
12968
  declare function createRichContent$1(httpClient: HttpClient): CreateRichContentSignature;
12969
12969
  interface CreateRichContentSignature {
12970
12970
  /**
12971
- * Creates rich content for the event description.
12971
+ * Creates rich content for an event description.
12972
12972
  *
12973
12973
  * This method passes rich content value to the `detailedDescription` field of an already created event.
12974
12974
  * @param - Rich content info.
@@ -13020,13 +13020,13 @@ interface QueryRichContentsSignature {
13020
13020
  declare function queryRichContent$1(httpClient: HttpClient): QueryRichContentSignature;
13021
13021
  interface QueryRichContentSignature {
13022
13022
  /**
13023
- * Retrieves a list of events, given the provided paging, filtering, and sorting.
13023
+ * Retrieves a list of rich content, given the provided paging, filtering, and sorting.
13024
13024
  *
13025
- * Query Events runs with these defaults, which you can override:
13025
+ * Query Rich Content runs with these defaults, which you can override:
13026
13026
  * - `createdDate` is sorted in `ASC` order
13027
13027
  * - `paging.limit` is `100`
13028
13028
  * - `paging.offset` is `0`
13029
- * For field support for filters and sorting, see [Supported Filters and Sorting]().
13029
+ * For field support for filters and sorting, see [Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/events/rich-content/filter-and-sort).
13030
13030
  * To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
13031
13031
  */
13032
13032
  (): RichContentQueryBuilder;
@@ -12968,7 +12968,7 @@ interface RichContentQueryBuilder {
12968
12968
  declare function createRichContent$1(httpClient: HttpClient): CreateRichContentSignature;
12969
12969
  interface CreateRichContentSignature {
12970
12970
  /**
12971
- * Creates rich content for the event description.
12971
+ * Creates rich content for an event description.
12972
12972
  *
12973
12973
  * This method passes rich content value to the `detailedDescription` field of an already created event.
12974
12974
  * @param - Rich content info.
@@ -13020,13 +13020,13 @@ interface QueryRichContentsSignature {
13020
13020
  declare function queryRichContent$1(httpClient: HttpClient): QueryRichContentSignature;
13021
13021
  interface QueryRichContentSignature {
13022
13022
  /**
13023
- * Retrieves a list of events, given the provided paging, filtering, and sorting.
13023
+ * Retrieves a list of rich content, given the provided paging, filtering, and sorting.
13024
13024
  *
13025
- * Query Events runs with these defaults, which you can override:
13025
+ * Query Rich Content runs with these defaults, which you can override:
13026
13026
  * - `createdDate` is sorted in `ASC` order
13027
13027
  * - `paging.limit` is `100`
13028
13028
  * - `paging.offset` is `0`
13029
- * For field support for filters and sorting, see [Supported Filters and Sorting]().
13029
+ * For field support for filters and sorting, see [Supported Filters and Sorting](https://dev.wix.com/docs/rest/business-solutions/events/rich-content/filter-and-sort).
13030
13030
  * To learn about working with _Query_ endpoints, see [API Query Language](https://dev.wix.com/api/rest/getting-started/api-query-language), [Sorting and Paging](https://dev.wix.com/api/rest/getting-started/pagination), and [Field Projection](https://dev.wix.com/api/rest/getting-started/field-projection).
13031
13031
  */
13032
13032
  (): RichContentQueryBuilder;