Skip to content

Commit 66ccac4

Browse files
committed
rm ts from patch schedulers
1 parent e549216 commit 66ccac4

3 files changed

Lines changed: 0 additions & 11 deletions

File tree

openapi/openapiv2.json

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18873,10 +18873,6 @@
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
},

openapi/openapiv3.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff 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:

temporal/api/schedule/v1/message.proto

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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

318315
message ScheduleInfo {

0 commit comments

Comments
 (0)