File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1887318873 },
1887418874 "unpause": {
1887518875 "type": "string"
18876- },
18877- "timeSkippingConfig": {
18878- "$ref": "#/definitions/v1TimeSkippingConfig",
18879- "description": "If set, updates the time-skipping configuration for this schedule."
1888018876 }
1888118877 }
1888218878 },
Original file line number Diff line number Diff line change @@ -15802,10 +15802,6 @@ components:
1580215802 notes field to the value of the string.
1580315803 unpause:
1580415804 type: string
15805- timeSkippingConfig:
15806- allOf:
15807- - $ref: '#/components/schemas/TimeSkippingConfig'
15808- description: If set, updates the time-skipping configuration for this schedule.
1580915805 SchedulePolicies:
1581015806 type: object
1581115807 properties:
Original file line number Diff line number Diff line change @@ -310,9 +310,6 @@ message SchedulePatch {
310310 // notes field to the value of the string.
311311 string pause = 3 ;
312312 string unpause = 4 ;
313-
314- // If set, updates the time-skipping configuration for this schedule.
315- temporal.api.common.v1.TimeSkippingConfig time_skipping_config = 5 ;
316313}
317314
318315message ScheduleInfo {
You can’t perform that action at this time.
0 commit comments