@temporalio/proto 1.4.4 → 1.5.0
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 +2 -2
- package/protos/json-module.js +228 -321
- package/protos/root.d.ts +872 -1329
package/protos/json-module.js
CHANGED
|
@@ -506,6 +506,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
506
506
|
searchAttributes: {
|
|
507
507
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
508
508
|
id: 22
|
|
509
|
+
},
|
|
510
|
+
startTime: {
|
|
511
|
+
type: "google.protobuf.Timestamp",
|
|
512
|
+
id: 23
|
|
509
513
|
}
|
|
510
514
|
}
|
|
511
515
|
},
|
|
@@ -822,7 +826,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
822
826
|
"cancelSignalWorkflow",
|
|
823
827
|
"scheduleLocalActivity",
|
|
824
828
|
"requestCancelLocalActivity",
|
|
825
|
-
"upsertWorkflowSearchAttributes"
|
|
829
|
+
"upsertWorkflowSearchAttributes",
|
|
830
|
+
"modifyWorkflowProperties"
|
|
826
831
|
]
|
|
827
832
|
}
|
|
828
833
|
},
|
|
@@ -898,6 +903,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
898
903
|
upsertWorkflowSearchAttributes: {
|
|
899
904
|
type: "UpsertWorkflowSearchAttributes",
|
|
900
905
|
id: 18
|
|
906
|
+
},
|
|
907
|
+
modifyWorkflowProperties: {
|
|
908
|
+
type: "ModifyWorkflowProperties",
|
|
909
|
+
id: 19
|
|
901
910
|
}
|
|
902
911
|
}
|
|
903
912
|
},
|
|
@@ -935,10 +944,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
935
944
|
type: "string",
|
|
936
945
|
id: 3
|
|
937
946
|
},
|
|
938
|
-
namespace: {
|
|
939
|
-
type: "string",
|
|
940
|
-
id: 4
|
|
941
|
-
},
|
|
942
947
|
taskQueue: {
|
|
943
948
|
type: "string",
|
|
944
949
|
id: 5
|
|
@@ -1333,6 +1338,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1333
1338
|
id: 1
|
|
1334
1339
|
}
|
|
1335
1340
|
}
|
|
1341
|
+
},
|
|
1342
|
+
ModifyWorkflowProperties: {
|
|
1343
|
+
fields: {
|
|
1344
|
+
upsertedMemo: {
|
|
1345
|
+
type: "temporal.api.common.v1.Memo",
|
|
1346
|
+
id: 1
|
|
1347
|
+
}
|
|
1348
|
+
}
|
|
1336
1349
|
}
|
|
1337
1350
|
}
|
|
1338
1351
|
},
|
|
@@ -1530,7 +1543,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1530
1543
|
go_package: "go.temporal.io/api/enums/v1;enums",
|
|
1531
1544
|
java_package: "io.temporal.api.enums.v1",
|
|
1532
1545
|
java_multiple_files: true,
|
|
1533
|
-
java_outer_classname: "
|
|
1546
|
+
java_outer_classname: "ScheduleProto",
|
|
1534
1547
|
ruby_package: "Temporal::Api::Enums::V1",
|
|
1535
1548
|
csharp_namespace: "Temporal.Api.Enums.V1"
|
|
1536
1549
|
},
|
|
@@ -1705,7 +1718,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1705
1718
|
WORKFLOW_TASK_FAILED_CAUSE_BAD_BINARY: 21,
|
|
1706
1719
|
WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID: 22,
|
|
1707
1720
|
WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES: 23,
|
|
1708
|
-
WORKFLOW_TASK_FAILED_CAUSE_NON_DETERMINISTIC_ERROR: 24
|
|
1721
|
+
WORKFLOW_TASK_FAILED_CAUSE_NON_DETERMINISTIC_ERROR: 24,
|
|
1722
|
+
WORKFLOW_TASK_FAILED_CAUSE_BAD_MODIFY_WORKFLOW_PROPERTIES_ATTRIBUTES: 25
|
|
1709
1723
|
}
|
|
1710
1724
|
},
|
|
1711
1725
|
StartChildWorkflowExecutionFailedCause: {
|
|
@@ -1734,7 +1748,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1734
1748
|
RESOURCE_EXHAUSTED_CAUSE_UNSPECIFIED: 0,
|
|
1735
1749
|
RESOURCE_EXHAUSTED_CAUSE_RPS_LIMIT: 1,
|
|
1736
1750
|
RESOURCE_EXHAUSTED_CAUSE_CONCURRENT_LIMIT: 2,
|
|
1737
|
-
RESOURCE_EXHAUSTED_CAUSE_SYSTEM_OVERLOADED: 3
|
|
1751
|
+
RESOURCE_EXHAUSTED_CAUSE_SYSTEM_OVERLOADED: 3,
|
|
1752
|
+
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT: 4
|
|
1738
1753
|
}
|
|
1739
1754
|
},
|
|
1740
1755
|
QueryResultType: {
|
|
@@ -1832,7 +1847,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1832
1847
|
EVENT_TYPE_WORKFLOW_UPDATE_ACCEPTED: 42,
|
|
1833
1848
|
EVENT_TYPE_WORKFLOW_UPDATE_COMPLETED: 43,
|
|
1834
1849
|
EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
|
|
1835
|
-
EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45
|
|
1850
|
+
EVENT_TYPE_ACTIVITY_PROPERTIES_MODIFIED_EXTERNALLY: 45,
|
|
1851
|
+
EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46
|
|
1836
1852
|
}
|
|
1837
1853
|
},
|
|
1838
1854
|
CommandType: {
|
|
@@ -1852,7 +1868,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1852
1868
|
COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION: 12,
|
|
1853
1869
|
COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13,
|
|
1854
1870
|
COMMAND_TYPE_ACCEPT_WORKFLOW_UPDATE: 14,
|
|
1855
|
-
COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE: 15
|
|
1871
|
+
COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE: 15,
|
|
1872
|
+
COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES: 16
|
|
1856
1873
|
}
|
|
1857
1874
|
},
|
|
1858
1875
|
ScheduleOverlapPolicy: {
|
|
@@ -1865,15 +1882,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1865
1882
|
SCHEDULE_OVERLAP_POLICY_TERMINATE_OTHER: 5,
|
|
1866
1883
|
SCHEDULE_OVERLAP_POLICY_ALLOW_ALL: 6
|
|
1867
1884
|
}
|
|
1868
|
-
},
|
|
1869
|
-
ClusterMemberRole: {
|
|
1870
|
-
values: {
|
|
1871
|
-
CLUSTER_MEMBER_ROLE_UNSPECIFIED: 0,
|
|
1872
|
-
CLUSTER_MEMBER_ROLE_FRONTEND: 1,
|
|
1873
|
-
CLUSTER_MEMBER_ROLE_HISTORY: 2,
|
|
1874
|
-
CLUSTER_MEMBER_ROLE_MATCHING: 3,
|
|
1875
|
-
CLUSTER_MEMBER_ROLE_WORKER: 4
|
|
1876
|
-
}
|
|
1877
1885
|
}
|
|
1878
1886
|
}
|
|
1879
1887
|
}
|
|
@@ -2190,6 +2198,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2190
2198
|
requestType: "TerminateWorkflowExecutionRequest",
|
|
2191
2199
|
responseType: "TerminateWorkflowExecutionResponse"
|
|
2192
2200
|
},
|
|
2201
|
+
DeleteWorkflowExecution: {
|
|
2202
|
+
requestType: "DeleteWorkflowExecutionRequest",
|
|
2203
|
+
responseType: "DeleteWorkflowExecutionResponse"
|
|
2204
|
+
},
|
|
2193
2205
|
ListOpenWorkflowExecutions: {
|
|
2194
2206
|
requestType: "ListOpenWorkflowExecutionsRequest",
|
|
2195
2207
|
responseType: "ListOpenWorkflowExecutionsResponse"
|
|
@@ -2701,8 +2713,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2701
2713
|
type: "string",
|
|
2702
2714
|
id: 4
|
|
2703
2715
|
},
|
|
2704
|
-
|
|
2705
|
-
type: "
|
|
2716
|
+
workerVersioningId: {
|
|
2717
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
2706
2718
|
id: 5
|
|
2707
2719
|
}
|
|
2708
2720
|
}
|
|
@@ -2813,6 +2825,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2813
2825
|
namespace: {
|
|
2814
2826
|
type: "string",
|
|
2815
2827
|
id: 9
|
|
2828
|
+
},
|
|
2829
|
+
workerVersioningId: {
|
|
2830
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
2831
|
+
id: 10
|
|
2816
2832
|
}
|
|
2817
2833
|
}
|
|
2818
2834
|
},
|
|
@@ -2878,8 +2894,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2878
2894
|
type: "temporal.api.taskqueue.v1.TaskQueueMetadata",
|
|
2879
2895
|
id: 4
|
|
2880
2896
|
},
|
|
2881
|
-
|
|
2882
|
-
type: "
|
|
2897
|
+
workerVersioningId: {
|
|
2898
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
2883
2899
|
id: 5
|
|
2884
2900
|
}
|
|
2885
2901
|
}
|
|
@@ -3454,6 +3470,21 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3454
3470
|
TerminateWorkflowExecutionResponse: {
|
|
3455
3471
|
fields: {}
|
|
3456
3472
|
},
|
|
3473
|
+
DeleteWorkflowExecutionRequest: {
|
|
3474
|
+
fields: {
|
|
3475
|
+
namespace: {
|
|
3476
|
+
type: "string",
|
|
3477
|
+
id: 1
|
|
3478
|
+
},
|
|
3479
|
+
workflowExecution: {
|
|
3480
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
3481
|
+
id: 2
|
|
3482
|
+
}
|
|
3483
|
+
}
|
|
3484
|
+
},
|
|
3485
|
+
DeleteWorkflowExecutionResponse: {
|
|
3486
|
+
fields: {}
|
|
3487
|
+
},
|
|
3457
3488
|
ListOpenWorkflowExecutionsRequest: {
|
|
3458
3489
|
oneofs: {
|
|
3459
3490
|
filters: {
|
|
@@ -3915,6 +3946,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3915
3946
|
encodedFailureAttributes: {
|
|
3916
3947
|
type: "bool",
|
|
3917
3948
|
id: 5
|
|
3949
|
+
},
|
|
3950
|
+
buildIdBasedVersioning: {
|
|
3951
|
+
type: "bool",
|
|
3952
|
+
id: 6
|
|
3953
|
+
},
|
|
3954
|
+
upsertMemo: {
|
|
3955
|
+
type: "bool",
|
|
3956
|
+
id: 7
|
|
3918
3957
|
}
|
|
3919
3958
|
}
|
|
3920
3959
|
}
|
|
@@ -4297,6 +4336,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4297
4336
|
type: "string",
|
|
4298
4337
|
id: 2
|
|
4299
4338
|
},
|
|
4339
|
+
jobId: {
|
|
4340
|
+
type: "string",
|
|
4341
|
+
id: 3
|
|
4342
|
+
},
|
|
4343
|
+
reason: {
|
|
4344
|
+
type: "string",
|
|
4345
|
+
id: 4
|
|
4346
|
+
},
|
|
4300
4347
|
terminationOperation: {
|
|
4301
4348
|
type: "temporal.api.batch.v1.BatchOperationTermination",
|
|
4302
4349
|
id: 10
|
|
@@ -4312,12 +4359,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4312
4359
|
}
|
|
4313
4360
|
},
|
|
4314
4361
|
StartBatchOperationResponse: {
|
|
4315
|
-
fields: {
|
|
4316
|
-
jobId: {
|
|
4317
|
-
type: "string",
|
|
4318
|
-
id: 1
|
|
4319
|
-
}
|
|
4320
|
-
}
|
|
4362
|
+
fields: {}
|
|
4321
4363
|
},
|
|
4322
4364
|
StopBatchOperationRequest: {
|
|
4323
4365
|
fields: {
|
|
@@ -4328,6 +4370,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4328
4370
|
jobId: {
|
|
4329
4371
|
type: "string",
|
|
4330
4372
|
id: 2
|
|
4373
|
+
},
|
|
4374
|
+
reason: {
|
|
4375
|
+
type: "string",
|
|
4376
|
+
id: 3
|
|
4377
|
+
},
|
|
4378
|
+
identity: {
|
|
4379
|
+
type: "string",
|
|
4380
|
+
id: 4
|
|
4331
4381
|
}
|
|
4332
4382
|
}
|
|
4333
4383
|
},
|
|
@@ -4385,6 +4435,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4385
4435
|
failureOperationCount: {
|
|
4386
4436
|
type: "int64",
|
|
4387
4437
|
id: 8
|
|
4438
|
+
},
|
|
4439
|
+
identity: {
|
|
4440
|
+
type: "string",
|
|
4441
|
+
id: 9
|
|
4442
|
+
},
|
|
4443
|
+
reason: {
|
|
4444
|
+
type: "string",
|
|
4445
|
+
id: 10
|
|
4388
4446
|
}
|
|
4389
4447
|
}
|
|
4390
4448
|
},
|
|
@@ -4737,6 +4795,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4737
4795
|
binaryChecksum: {
|
|
4738
4796
|
type: "string",
|
|
4739
4797
|
id: 4
|
|
4798
|
+
},
|
|
4799
|
+
workerVersioningId: {
|
|
4800
|
+
type: "temporal.api.taskqueue.v1.VersionId",
|
|
4801
|
+
id: 5
|
|
4740
4802
|
}
|
|
4741
4803
|
}
|
|
4742
4804
|
},
|
|
@@ -5322,6 +5384,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5322
5384
|
}
|
|
5323
5385
|
}
|
|
5324
5386
|
},
|
|
5387
|
+
WorkflowPropertiesModifiedEventAttributes: {
|
|
5388
|
+
fields: {
|
|
5389
|
+
workflowTaskCompletedEventId: {
|
|
5390
|
+
type: "int64",
|
|
5391
|
+
id: 1
|
|
5392
|
+
},
|
|
5393
|
+
upsertedMemo: {
|
|
5394
|
+
type: "temporal.api.common.v1.Memo",
|
|
5395
|
+
id: 2
|
|
5396
|
+
}
|
|
5397
|
+
}
|
|
5398
|
+
},
|
|
5325
5399
|
StartChildWorkflowExecutionInitiatedEventAttributes: {
|
|
5326
5400
|
fields: {
|
|
5327
5401
|
namespace: {
|
|
@@ -5784,7 +5858,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5784
5858
|
"workflowUpdateAcceptedEventAttributes",
|
|
5785
5859
|
"workflowUpdateCompletedEventAttributes",
|
|
5786
5860
|
"workflowPropertiesModifiedExternallyEventAttributes",
|
|
5787
|
-
"activityPropertiesModifiedExternallyEventAttributes"
|
|
5861
|
+
"activityPropertiesModifiedExternallyEventAttributes",
|
|
5862
|
+
"workflowPropertiesModifiedEventAttributes"
|
|
5788
5863
|
]
|
|
5789
5864
|
}
|
|
5790
5865
|
},
|
|
@@ -5995,6 +6070,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5995
6070
|
activityPropertiesModifiedExternallyEventAttributes: {
|
|
5996
6071
|
type: "ActivityPropertiesModifiedExternallyEventAttributes",
|
|
5997
6072
|
id: 50
|
|
6073
|
+
},
|
|
6074
|
+
workflowPropertiesModifiedEventAttributes: {
|
|
6075
|
+
type: "WorkflowPropertiesModifiedEventAttributes",
|
|
6076
|
+
id: 51
|
|
5998
6077
|
}
|
|
5999
6078
|
}
|
|
6000
6079
|
},
|
|
@@ -6108,8 +6187,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6108
6187
|
type: "double",
|
|
6109
6188
|
id: 3
|
|
6110
6189
|
},
|
|
6111
|
-
|
|
6112
|
-
type: "
|
|
6190
|
+
workerVersioningId: {
|
|
6191
|
+
type: "VersionId",
|
|
6113
6192
|
id: 4
|
|
6114
6193
|
}
|
|
6115
6194
|
}
|
|
@@ -6267,6 +6346,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6267
6346
|
stateTransitionCount: {
|
|
6268
6347
|
type: "int64",
|
|
6269
6348
|
id: 14
|
|
6349
|
+
},
|
|
6350
|
+
historySizeBytes: {
|
|
6351
|
+
type: "int64",
|
|
6352
|
+
id: 15
|
|
6270
6353
|
}
|
|
6271
6354
|
}
|
|
6272
6355
|
},
|
|
@@ -6733,6 +6816,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6733
6816
|
}
|
|
6734
6817
|
}
|
|
6735
6818
|
},
|
|
6819
|
+
ModifyWorkflowPropertiesCommandAttributes: {
|
|
6820
|
+
fields: {
|
|
6821
|
+
upsertedMemo: {
|
|
6822
|
+
type: "temporal.api.common.v1.Memo",
|
|
6823
|
+
id: 1
|
|
6824
|
+
}
|
|
6825
|
+
}
|
|
6826
|
+
},
|
|
6736
6827
|
RecordMarkerCommandAttributes: {
|
|
6737
6828
|
fields: {
|
|
6738
6829
|
markerName: {
|
|
@@ -6954,7 +7045,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6954
7045
|
"signalExternalWorkflowExecutionCommandAttributes",
|
|
6955
7046
|
"upsertWorkflowSearchAttributesCommandAttributes",
|
|
6956
7047
|
"acceptWorkflowUpdateCommandAttributes",
|
|
6957
|
-
"completeWorkflowUpdateCommandAttributes"
|
|
7048
|
+
"completeWorkflowUpdateCommandAttributes",
|
|
7049
|
+
"modifyWorkflowPropertiesCommandAttributes"
|
|
6958
7050
|
]
|
|
6959
7051
|
}
|
|
6960
7052
|
},
|
|
@@ -7022,6 +7114,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7022
7114
|
completeWorkflowUpdateCommandAttributes: {
|
|
7023
7115
|
type: "CompleteWorkflowUpdateCommandAttributes",
|
|
7024
7116
|
id: 16
|
|
7117
|
+
},
|
|
7118
|
+
modifyWorkflowPropertiesCommandAttributes: {
|
|
7119
|
+
type: "ModifyWorkflowPropertiesCommandAttributes",
|
|
7120
|
+
id: 17
|
|
7025
7121
|
}
|
|
7026
7122
|
}
|
|
7027
7123
|
}
|
|
@@ -7381,6 +7477,69 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7381
7477
|
dayOfWeek: {
|
|
7382
7478
|
type: "string",
|
|
7383
7479
|
id: 7
|
|
7480
|
+
},
|
|
7481
|
+
comment: {
|
|
7482
|
+
type: "string",
|
|
7483
|
+
id: 8
|
|
7484
|
+
}
|
|
7485
|
+
}
|
|
7486
|
+
},
|
|
7487
|
+
Range: {
|
|
7488
|
+
fields: {
|
|
7489
|
+
start: {
|
|
7490
|
+
type: "int32",
|
|
7491
|
+
id: 1
|
|
7492
|
+
},
|
|
7493
|
+
end: {
|
|
7494
|
+
type: "int32",
|
|
7495
|
+
id: 2
|
|
7496
|
+
},
|
|
7497
|
+
step: {
|
|
7498
|
+
type: "int32",
|
|
7499
|
+
id: 3
|
|
7500
|
+
}
|
|
7501
|
+
}
|
|
7502
|
+
},
|
|
7503
|
+
StructuredCalendarSpec: {
|
|
7504
|
+
fields: {
|
|
7505
|
+
second: {
|
|
7506
|
+
rule: "repeated",
|
|
7507
|
+
type: "Range",
|
|
7508
|
+
id: 1
|
|
7509
|
+
},
|
|
7510
|
+
minute: {
|
|
7511
|
+
rule: "repeated",
|
|
7512
|
+
type: "Range",
|
|
7513
|
+
id: 2
|
|
7514
|
+
},
|
|
7515
|
+
hour: {
|
|
7516
|
+
rule: "repeated",
|
|
7517
|
+
type: "Range",
|
|
7518
|
+
id: 3
|
|
7519
|
+
},
|
|
7520
|
+
dayOfMonth: {
|
|
7521
|
+
rule: "repeated",
|
|
7522
|
+
type: "Range",
|
|
7523
|
+
id: 4
|
|
7524
|
+
},
|
|
7525
|
+
month: {
|
|
7526
|
+
rule: "repeated",
|
|
7527
|
+
type: "Range",
|
|
7528
|
+
id: 5
|
|
7529
|
+
},
|
|
7530
|
+
year: {
|
|
7531
|
+
rule: "repeated",
|
|
7532
|
+
type: "Range",
|
|
7533
|
+
id: 6
|
|
7534
|
+
},
|
|
7535
|
+
dayOfWeek: {
|
|
7536
|
+
rule: "repeated",
|
|
7537
|
+
type: "Range",
|
|
7538
|
+
id: 7
|
|
7539
|
+
},
|
|
7540
|
+
comment: {
|
|
7541
|
+
type: "string",
|
|
7542
|
+
id: 8
|
|
7384
7543
|
}
|
|
7385
7544
|
}
|
|
7386
7545
|
},
|
|
@@ -7404,6 +7563,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7404
7563
|
},
|
|
7405
7564
|
ScheduleSpec: {
|
|
7406
7565
|
fields: {
|
|
7566
|
+
structuredCalendar: {
|
|
7567
|
+
rule: "repeated",
|
|
7568
|
+
type: "StructuredCalendarSpec",
|
|
7569
|
+
id: 7
|
|
7570
|
+
},
|
|
7571
|
+
cronString: {
|
|
7572
|
+
rule: "repeated",
|
|
7573
|
+
type: "string",
|
|
7574
|
+
id: 8
|
|
7575
|
+
},
|
|
7407
7576
|
calendar: {
|
|
7408
7577
|
rule: "repeated",
|
|
7409
7578
|
type: "CalendarSpec",
|
|
@@ -7417,7 +7586,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7417
7586
|
excludeCalendar: {
|
|
7418
7587
|
rule: "repeated",
|
|
7419
7588
|
type: "CalendarSpec",
|
|
7420
|
-
id: 3
|
|
7589
|
+
id: 3,
|
|
7590
|
+
options: {
|
|
7591
|
+
deprecated: true
|
|
7592
|
+
}
|
|
7593
|
+
},
|
|
7594
|
+
excludeStructuredCalendar: {
|
|
7595
|
+
rule: "repeated",
|
|
7596
|
+
type: "StructuredCalendarSpec",
|
|
7597
|
+
id: 9
|
|
7421
7598
|
},
|
|
7422
7599
|
startTime: {
|
|
7423
7600
|
type: "google.protobuf.Timestamp",
|
|
@@ -7625,7 +7802,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7625
7802
|
},
|
|
7626
7803
|
invalidScheduleError: {
|
|
7627
7804
|
type: "string",
|
|
7628
|
-
id: 8
|
|
7805
|
+
id: 8,
|
|
7806
|
+
options: {
|
|
7807
|
+
deprecated: true
|
|
7808
|
+
}
|
|
7629
7809
|
}
|
|
7630
7810
|
}
|
|
7631
7811
|
},
|
|
@@ -7821,17 +8001,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7821
8001
|
},
|
|
7822
8002
|
BatchOperationTermination: {
|
|
7823
8003
|
fields: {
|
|
7824
|
-
reason: {
|
|
7825
|
-
type: "string",
|
|
7826
|
-
id: 1
|
|
7827
|
-
},
|
|
7828
8004
|
details: {
|
|
7829
8005
|
type: "temporal.api.common.v1.Payloads",
|
|
7830
|
-
id:
|
|
8006
|
+
id: 1
|
|
7831
8007
|
},
|
|
7832
8008
|
identity: {
|
|
7833
8009
|
type: "string",
|
|
7834
|
-
id:
|
|
8010
|
+
id: 2
|
|
7835
8011
|
}
|
|
7836
8012
|
}
|
|
7837
8013
|
},
|
|
@@ -7857,13 +8033,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7857
8033
|
},
|
|
7858
8034
|
BatchOperationCancellation: {
|
|
7859
8035
|
fields: {
|
|
7860
|
-
reason: {
|
|
7861
|
-
type: "string",
|
|
7862
|
-
id: 1
|
|
7863
|
-
},
|
|
7864
8036
|
identity: {
|
|
7865
8037
|
type: "string",
|
|
7866
|
-
id:
|
|
8038
|
+
id: 1
|
|
7867
8039
|
}
|
|
7868
8040
|
}
|
|
7869
8041
|
}
|
|
@@ -7901,10 +8073,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7901
8073
|
requestType: "DeleteNamespaceRequest",
|
|
7902
8074
|
responseType: "DeleteNamespaceResponse"
|
|
7903
8075
|
},
|
|
7904
|
-
DeleteWorkflowExecution: {
|
|
7905
|
-
requestType: "DeleteWorkflowExecutionRequest",
|
|
7906
|
-
responseType: "DeleteWorkflowExecutionResponse"
|
|
7907
|
-
},
|
|
7908
8076
|
AddOrUpdateRemoteCluster: {
|
|
7909
8077
|
requestType: "AddOrUpdateRemoteClusterRequest",
|
|
7910
8078
|
responseType: "AddOrUpdateRemoteClusterResponse"
|
|
@@ -7913,17 +8081,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7913
8081
|
requestType: "RemoveRemoteClusterRequest",
|
|
7914
8082
|
responseType: "RemoveRemoteClusterResponse"
|
|
7915
8083
|
},
|
|
7916
|
-
DescribeCluster: {
|
|
7917
|
-
requestType: "DescribeClusterRequest",
|
|
7918
|
-
responseType: "DescribeClusterResponse"
|
|
7919
|
-
},
|
|
7920
8084
|
ListClusters: {
|
|
7921
8085
|
requestType: "ListClustersRequest",
|
|
7922
8086
|
responseType: "ListClustersResponse"
|
|
7923
|
-
},
|
|
7924
|
-
ListClusterMembers: {
|
|
7925
|
-
requestType: "ListClusterMembersRequest",
|
|
7926
|
-
responseType: "ListClusterMembersResponse"
|
|
7927
8087
|
}
|
|
7928
8088
|
}
|
|
7929
8089
|
},
|
|
@@ -7989,21 +8149,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7989
8149
|
}
|
|
7990
8150
|
}
|
|
7991
8151
|
},
|
|
7992
|
-
DeleteWorkflowExecutionRequest: {
|
|
7993
|
-
fields: {
|
|
7994
|
-
namespace: {
|
|
7995
|
-
type: "string",
|
|
7996
|
-
id: 1
|
|
7997
|
-
},
|
|
7998
|
-
workflowExecution: {
|
|
7999
|
-
type: "temporal.api.common.v1.WorkflowExecution",
|
|
8000
|
-
id: 2
|
|
8001
|
-
}
|
|
8002
|
-
}
|
|
8003
|
-
},
|
|
8004
|
-
DeleteWorkflowExecutionResponse: {
|
|
8005
|
-
fields: {}
|
|
8006
|
-
},
|
|
8007
8152
|
AddOrUpdateRemoteClusterRequest: {
|
|
8008
8153
|
fields: {
|
|
8009
8154
|
frontendAddress: {
|
|
@@ -8030,67 +8175,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8030
8175
|
RemoveRemoteClusterResponse: {
|
|
8031
8176
|
fields: {}
|
|
8032
8177
|
},
|
|
8033
|
-
DescribeClusterRequest: {
|
|
8034
|
-
fields: {
|
|
8035
|
-
clusterName: {
|
|
8036
|
-
type: "string",
|
|
8037
|
-
id: 1
|
|
8038
|
-
}
|
|
8039
|
-
}
|
|
8040
|
-
},
|
|
8041
|
-
DescribeClusterResponse: {
|
|
8042
|
-
fields: {
|
|
8043
|
-
supportedClients: {
|
|
8044
|
-
keyType: "string",
|
|
8045
|
-
type: "string",
|
|
8046
|
-
id: 1
|
|
8047
|
-
},
|
|
8048
|
-
serverVersion: {
|
|
8049
|
-
type: "string",
|
|
8050
|
-
id: 2
|
|
8051
|
-
},
|
|
8052
|
-
membershipInfo: {
|
|
8053
|
-
type: "temporal.api.cluster.v1.MembershipInfo",
|
|
8054
|
-
id: 3
|
|
8055
|
-
},
|
|
8056
|
-
clusterId: {
|
|
8057
|
-
type: "string",
|
|
8058
|
-
id: 4
|
|
8059
|
-
},
|
|
8060
|
-
clusterName: {
|
|
8061
|
-
type: "string",
|
|
8062
|
-
id: 5
|
|
8063
|
-
},
|
|
8064
|
-
historyShardCount: {
|
|
8065
|
-
type: "int32",
|
|
8066
|
-
id: 6
|
|
8067
|
-
},
|
|
8068
|
-
persistenceStore: {
|
|
8069
|
-
type: "string",
|
|
8070
|
-
id: 7
|
|
8071
|
-
},
|
|
8072
|
-
visibilityStore: {
|
|
8073
|
-
type: "string",
|
|
8074
|
-
id: 8
|
|
8075
|
-
},
|
|
8076
|
-
versionInfo: {
|
|
8077
|
-
type: "temporal.api.version.v1.VersionInfo",
|
|
8078
|
-
id: 9
|
|
8079
|
-
},
|
|
8080
|
-
failoverVersionIncrement: {
|
|
8081
|
-
type: "int64",
|
|
8082
|
-
id: 10
|
|
8083
|
-
},
|
|
8084
|
-
initialFailoverVersion: {
|
|
8085
|
-
type: "int64",
|
|
8086
|
-
id: 11
|
|
8087
|
-
},
|
|
8088
|
-
isGlobalNamespaceEnabled: {
|
|
8089
|
-
type: "bool",
|
|
8090
|
-
id: 12
|
|
8091
|
-
}
|
|
8092
|
-
}
|
|
8093
|
-
},
|
|
8094
8178
|
ListClustersRequest: {
|
|
8095
8179
|
fields: {
|
|
8096
8180
|
pageSize: {
|
|
@@ -8107,217 +8191,40 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8107
8191
|
fields: {
|
|
8108
8192
|
clusters: {
|
|
8109
8193
|
rule: "repeated",
|
|
8110
|
-
type: "
|
|
8194
|
+
type: "ClusterMetadata",
|
|
8111
8195
|
id: 1
|
|
8112
8196
|
},
|
|
8113
8197
|
nextPageToken: {
|
|
8114
8198
|
type: "bytes",
|
|
8115
|
-
id: 2
|
|
8116
|
-
}
|
|
8117
|
-
}
|
|
8118
|
-
},
|
|
8119
|
-
ListClusterMembersRequest: {
|
|
8120
|
-
fields: {
|
|
8121
|
-
lastHeartbeatWithin: {
|
|
8122
|
-
type: "google.protobuf.Duration",
|
|
8123
|
-
id: 1,
|
|
8124
|
-
options: {
|
|
8125
|
-
"(gogoproto.stdduration)": true
|
|
8126
|
-
}
|
|
8127
|
-
},
|
|
8128
|
-
rpcAddress: {
|
|
8129
|
-
type: "string",
|
|
8130
|
-
id: 2
|
|
8131
|
-
},
|
|
8132
|
-
hostId: {
|
|
8133
|
-
type: "string",
|
|
8134
|
-
id: 3
|
|
8135
|
-
},
|
|
8136
|
-
role: {
|
|
8137
|
-
type: "temporal.api.enums.v1.ClusterMemberRole",
|
|
8138
8199
|
id: 4
|
|
8139
|
-
},
|
|
8140
|
-
sessionStartedAfterTime: {
|
|
8141
|
-
type: "google.protobuf.Timestamp",
|
|
8142
|
-
id: 5,
|
|
8143
|
-
options: {
|
|
8144
|
-
"(gogoproto.stdtime)": true
|
|
8145
|
-
}
|
|
8146
|
-
},
|
|
8147
|
-
pageSize: {
|
|
8148
|
-
type: "int32",
|
|
8149
|
-
id: 6
|
|
8150
|
-
},
|
|
8151
|
-
nextPageToken: {
|
|
8152
|
-
type: "bytes",
|
|
8153
|
-
id: 7
|
|
8154
8200
|
}
|
|
8155
8201
|
}
|
|
8156
8202
|
},
|
|
8157
|
-
ListClusterMembersResponse: {
|
|
8158
|
-
fields: {
|
|
8159
|
-
activeMembers: {
|
|
8160
|
-
rule: "repeated",
|
|
8161
|
-
type: "temporal.api.cluster.v1.ClusterMember",
|
|
8162
|
-
id: 1
|
|
8163
|
-
},
|
|
8164
|
-
nextPageToken: {
|
|
8165
|
-
type: "bytes",
|
|
8166
|
-
id: 2
|
|
8167
|
-
}
|
|
8168
|
-
}
|
|
8169
|
-
}
|
|
8170
|
-
}
|
|
8171
|
-
}
|
|
8172
|
-
}
|
|
8173
|
-
},
|
|
8174
|
-
cluster: {
|
|
8175
|
-
nested: {
|
|
8176
|
-
v1: {
|
|
8177
|
-
options: {
|
|
8178
|
-
go_package: "go.temporal.io/api/cluster/v1;cluster",
|
|
8179
|
-
java_package: "io.temporal.api.cluster.v1",
|
|
8180
|
-
java_multiple_files: true,
|
|
8181
|
-
java_outer_classname: "MessageProto",
|
|
8182
|
-
ruby_package: "Temporal::Api::Cluster::V1",
|
|
8183
|
-
csharp_namespace: "Temporal.Api.Cluster.V1"
|
|
8184
|
-
},
|
|
8185
|
-
nested: {
|
|
8186
8203
|
ClusterMetadata: {
|
|
8187
8204
|
fields: {
|
|
8188
|
-
|
|
8205
|
+
clusterName: {
|
|
8189
8206
|
type: "string",
|
|
8190
8207
|
id: 1
|
|
8191
8208
|
},
|
|
8192
|
-
historyShardCount: {
|
|
8193
|
-
type: "int32",
|
|
8194
|
-
id: 2
|
|
8195
|
-
},
|
|
8196
8209
|
clusterId: {
|
|
8197
8210
|
type: "string",
|
|
8198
|
-
id:
|
|
8199
|
-
},
|
|
8200
|
-
versionInfo: {
|
|
8201
|
-
type: "temporal.api.version.v1.VersionInfo",
|
|
8202
|
-
id: 4
|
|
8203
|
-
},
|
|
8204
|
-
indexSearchAttributes: {
|
|
8205
|
-
keyType: "string",
|
|
8206
|
-
type: "IndexSearchAttributes",
|
|
8207
|
-
id: 5
|
|
8211
|
+
id: 2
|
|
8208
8212
|
},
|
|
8209
|
-
|
|
8213
|
+
address: {
|
|
8210
8214
|
type: "string",
|
|
8211
|
-
id:
|
|
8212
|
-
},
|
|
8213
|
-
failoverVersionIncrement: {
|
|
8214
|
-
type: "int64",
|
|
8215
|
-
id: 7
|
|
8215
|
+
id: 3
|
|
8216
8216
|
},
|
|
8217
8217
|
initialFailoverVersion: {
|
|
8218
8218
|
type: "int64",
|
|
8219
|
-
id:
|
|
8219
|
+
id: 4
|
|
8220
8220
|
},
|
|
8221
|
-
|
|
8222
|
-
type: "
|
|
8223
|
-
id:
|
|
8221
|
+
historyShardCount: {
|
|
8222
|
+
type: "int32",
|
|
8223
|
+
id: 5
|
|
8224
8224
|
},
|
|
8225
8225
|
isConnectionEnabled: {
|
|
8226
8226
|
type: "bool",
|
|
8227
|
-
id:
|
|
8228
|
-
}
|
|
8229
|
-
}
|
|
8230
|
-
},
|
|
8231
|
-
IndexSearchAttributes: {
|
|
8232
|
-
fields: {
|
|
8233
|
-
customSearchAttributes: {
|
|
8234
|
-
keyType: "string",
|
|
8235
|
-
type: "temporal.api.enums.v1.IndexedValueType",
|
|
8236
|
-
id: 1
|
|
8237
|
-
}
|
|
8238
|
-
}
|
|
8239
|
-
},
|
|
8240
|
-
HostInfo: {
|
|
8241
|
-
fields: {
|
|
8242
|
-
identity: {
|
|
8243
|
-
type: "string",
|
|
8244
|
-
id: 1
|
|
8245
|
-
}
|
|
8246
|
-
}
|
|
8247
|
-
},
|
|
8248
|
-
RingInfo: {
|
|
8249
|
-
fields: {
|
|
8250
|
-
role: {
|
|
8251
|
-
type: "string",
|
|
8252
|
-
id: 1
|
|
8253
|
-
},
|
|
8254
|
-
memberCount: {
|
|
8255
|
-
type: "int32",
|
|
8256
|
-
id: 2
|
|
8257
|
-
},
|
|
8258
|
-
members: {
|
|
8259
|
-
rule: "repeated",
|
|
8260
|
-
type: "HostInfo",
|
|
8261
|
-
id: 3
|
|
8262
|
-
}
|
|
8263
|
-
}
|
|
8264
|
-
},
|
|
8265
|
-
MembershipInfo: {
|
|
8266
|
-
fields: {
|
|
8267
|
-
currentHost: {
|
|
8268
|
-
type: "HostInfo",
|
|
8269
|
-
id: 1
|
|
8270
|
-
},
|
|
8271
|
-
reachableMembers: {
|
|
8272
|
-
rule: "repeated",
|
|
8273
|
-
type: "string",
|
|
8274
|
-
id: 2
|
|
8275
|
-
},
|
|
8276
|
-
rings: {
|
|
8277
|
-
rule: "repeated",
|
|
8278
|
-
type: "RingInfo",
|
|
8279
|
-
id: 3
|
|
8280
|
-
}
|
|
8281
|
-
}
|
|
8282
|
-
},
|
|
8283
|
-
ClusterMember: {
|
|
8284
|
-
fields: {
|
|
8285
|
-
role: {
|
|
8286
|
-
type: "temporal.api.enums.v1.ClusterMemberRole",
|
|
8287
|
-
id: 1
|
|
8288
|
-
},
|
|
8289
|
-
hostId: {
|
|
8290
|
-
type: "string",
|
|
8291
|
-
id: 2
|
|
8292
|
-
},
|
|
8293
|
-
rpcAddress: {
|
|
8294
|
-
type: "string",
|
|
8295
|
-
id: 3
|
|
8296
|
-
},
|
|
8297
|
-
rpcPort: {
|
|
8298
|
-
type: "int32",
|
|
8299
|
-
id: 4
|
|
8300
|
-
},
|
|
8301
|
-
sessionStartTime: {
|
|
8302
|
-
type: "google.protobuf.Timestamp",
|
|
8303
|
-
id: 5,
|
|
8304
|
-
options: {
|
|
8305
|
-
"(gogoproto.stdtime)": true
|
|
8306
|
-
}
|
|
8307
|
-
},
|
|
8308
|
-
lastHeartbitTime: {
|
|
8309
|
-
type: "google.protobuf.Timestamp",
|
|
8310
|
-
id: 6,
|
|
8311
|
-
options: {
|
|
8312
|
-
"(gogoproto.stdtime)": true
|
|
8313
|
-
}
|
|
8314
|
-
},
|
|
8315
|
-
recordExpiryTime: {
|
|
8316
|
-
type: "google.protobuf.Timestamp",
|
|
8317
|
-
id: 7,
|
|
8318
|
-
options: {
|
|
8319
|
-
"(gogoproto.stdtime)": true
|
|
8320
|
-
}
|
|
8227
|
+
id: 6
|
|
8321
8228
|
}
|
|
8322
8229
|
}
|
|
8323
8230
|
}
|