@wix/events 1.0.135 → 1.0.136

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.
@@ -165,9 +165,9 @@ export interface PagingMetadataV2 {
165
165
  cursors?: Cursors;
166
166
  }
167
167
  export interface Cursors {
168
- /** Cursor pointing to next page in the list of results. */
168
+ /** Cursor string pointing to the next page in the list of results. */
169
169
  next?: string | null;
170
- /** Cursor pointing to previous page in the list of results. */
170
+ /** Cursor pointing to the previous page in the list of results. */
171
171
  prev?: string | null;
172
172
  }
173
173
  export interface QueryScheduleItemsRequest {
@@ -170,9 +170,9 @@ export interface PagingMetadataV2 {
170
170
  cursors?: Cursors;
171
171
  }
172
172
  export interface Cursors {
173
- /** Cursor pointing to next page in the list of results. */
173
+ /** Cursor string pointing to the next page in the list of results. */
174
174
  next?: string | null;
175
- /** Cursor pointing to previous page in the list of results. */
175
+ /** Cursor pointing to the previous page in the list of results. */
176
176
  prev?: string | null;
177
177
  }
178
178
  export interface QueryScheduleItemsRequest {
@@ -165,9 +165,9 @@ export interface PagingMetadataV2 {
165
165
  cursors?: Cursors;
166
166
  }
167
167
  export interface Cursors {
168
- /** Cursor pointing to next page in the list of results. */
168
+ /** Cursor string pointing to the next page in the list of results. */
169
169
  next?: string | null;
170
- /** Cursor pointing to previous page in the list of results. */
170
+ /** Cursor pointing to the previous page in the list of results. */
171
171
  prev?: string | null;
172
172
  }
173
173
  export interface QueryScheduleItemsRequest {
@@ -170,9 +170,9 @@ export interface PagingMetadataV2 {
170
170
  cursors?: Cursors;
171
171
  }
172
172
  export interface Cursors {
173
- /** Cursor pointing to next page in the list of results. */
173
+ /** Cursor string pointing to the next page in the list of results. */
174
174
  next?: string | null;
175
- /** Cursor pointing to previous page in the list of results. */
175
+ /** Cursor pointing to the previous page in the list of results. */
176
176
  prev?: string | null;
177
177
  }
178
178
  export interface QueryScheduleItemsRequest {
@@ -165,9 +165,9 @@ export interface PagingMetadataV2 {
165
165
  cursors?: Cursors;
166
166
  }
167
167
  export interface Cursors {
168
- /** Cursor pointing to next page in the list of results. */
168
+ /** Cursor string pointing to the next page in the list of results. */
169
169
  next?: string | null;
170
- /** Cursor pointing to previous page in the list of results. */
170
+ /** Cursor pointing to the previous page in the list of results. */
171
171
  prev?: string | null;
172
172
  }
173
173
  export interface QueryScheduleItemsRequest {
@@ -170,9 +170,9 @@ export interface PagingMetadataV2 {
170
170
  cursors?: Cursors;
171
171
  }
172
172
  export interface Cursors {
173
- /** Cursor pointing to next page in the list of results. */
173
+ /** Cursor string pointing to the next page in the list of results. */
174
174
  next?: string | null;
175
- /** Cursor pointing to previous page in the list of results. */
175
+ /** Cursor pointing to the previous page in the list of results. */
176
176
  prev?: string | null;
177
177
  }
178
178
  export interface QueryScheduleItemsRequest {
@@ -165,9 +165,9 @@ export interface PagingMetadataV2 {
165
165
  cursors?: Cursors;
166
166
  }
167
167
  export interface Cursors {
168
- /** Cursor pointing to next page in the list of results. */
168
+ /** Cursor string pointing to the next page in the list of results. */
169
169
  next?: string | null;
170
- /** Cursor pointing to previous page in the list of results. */
170
+ /** Cursor pointing to the previous page in the list of results. */
171
171
  prev?: string | null;
172
172
  }
173
173
  export interface QueryScheduleItemsRequest {
@@ -170,9 +170,9 @@ export interface PagingMetadataV2 {
170
170
  cursors?: Cursors;
171
171
  }
172
172
  export interface Cursors {
173
- /** Cursor pointing to next page in the list of results. */
173
+ /** Cursor string pointing to the next page in the list of results. */
174
174
  next?: string | null;
175
- /** Cursor pointing to previous page in the list of results. */
175
+ /** Cursor pointing to the previous page in the list of results. */
176
176
  prev?: string | null;
177
177
  }
178
178
  export interface QueryScheduleItemsRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wix/events",
3
- "version": "1.0.135",
3
+ "version": "1.0.136",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/",
6
6
  "access": "public"
@@ -29,5 +29,5 @@
29
29
  "groupId": "com.wixpress.public-sdk-autogen"
30
30
  }
31
31
  },
32
- "falconPackageHash": "eb696c14e730e2cb679d53c4ca2a1166d075e96f514349402df22fbf"
32
+ "falconPackageHash": "45985d8bd35c53febfa28eedf948a60c26b85dd599659a6ecd2e2130"
33
33
  }