@wix/events_schedule-bookmarks
Advanced tools
Comparing version 1.0.60 to 1.0.61
@@ -265,2 +265,8 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador'; | ||
item?: ScheduleItemData; | ||
/** | ||
* Set of field paths to update. | ||
* When fields are empty, request is interpreted as full update. | ||
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics. | ||
*/ | ||
fields?: string[]; | ||
} | ||
@@ -267,0 +273,0 @@ export interface UpdateScheduleItemResponse { |
@@ -276,2 +276,8 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */ | ||
item?: ScheduleItemData; | ||
/** | ||
* Set of field paths to update. | ||
* When fields are empty, request is interpreted as full update. | ||
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics. | ||
*/ | ||
fields?: string[]; | ||
} | ||
@@ -278,0 +284,0 @@ export interface UpdateScheduleItemResponse { |
@@ -265,2 +265,8 @@ import type { GoogleProtoDuration } from '@wix/metro-runtime/ambassador'; | ||
item?: ScheduleItemData; | ||
/** | ||
* Set of field paths to update. | ||
* When fields are empty, request is interpreted as full update. | ||
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics. | ||
*/ | ||
fields?: string[]; | ||
} | ||
@@ -267,0 +273,0 @@ export interface UpdateScheduleItemResponse { |
@@ -276,2 +276,8 @@ /** Schedule item describes the schedule within an event. Each event may contain multiple schedule items. */ | ||
item?: ScheduleItemData; | ||
/** | ||
* Set of field paths to update. | ||
* When fields are empty, request is interpreted as full update. | ||
* Behavior follows [google.protobuf.FieldMask](https://developers.google.com/protocol-buffers/docs/reference/google.protobuf#google.protobuf.FieldMask) semantics. | ||
*/ | ||
fields?: string[]; | ||
} | ||
@@ -278,0 +284,0 @@ export interface UpdateScheduleItemResponse { |
{ | ||
"name": "@wix/events_schedule-bookmarks", | ||
"version": "1.0.60", | ||
"version": "1.0.61", | ||
"publishConfig": { | ||
@@ -52,3 +52,3 @@ "registry": "https://registry.npmjs.org/", | ||
}, | ||
"falconPackageHash": "caf42e34ef47fd256e19511518c1b49dda88c64c084de2a8d7ebe285" | ||
"falconPackageHash": "2ef5368ae0217d4e61412a5bfd7e8f36d223a47e425891324ceafe93" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
178230
3544