@temporalio/proto 1.7.4 → 1.8.1
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 +405 -49
- package/protos/root.d.ts +7291 -2469
package/protos/json-module.js
CHANGED
|
@@ -287,6 +287,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
287
287
|
id: 3
|
|
288
288
|
}
|
|
289
289
|
}
|
|
290
|
+
},
|
|
291
|
+
VersioningIntent: {
|
|
292
|
+
values: {
|
|
293
|
+
UNSPECIFIED: 0,
|
|
294
|
+
COMPATIBLE: 1,
|
|
295
|
+
DEFAULT: 2
|
|
296
|
+
}
|
|
290
297
|
}
|
|
291
298
|
}
|
|
292
299
|
},
|
|
@@ -373,6 +380,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
373
380
|
rule: "repeated",
|
|
374
381
|
type: "uint32",
|
|
375
382
|
id: 6
|
|
383
|
+
},
|
|
384
|
+
historySizeBytes: {
|
|
385
|
+
type: "uint64",
|
|
386
|
+
id: 7
|
|
387
|
+
},
|
|
388
|
+
continueAsNewSuggested: {
|
|
389
|
+
type: "bool",
|
|
390
|
+
id: 8
|
|
376
391
|
}
|
|
377
392
|
}
|
|
378
393
|
},
|
|
@@ -1028,6 +1043,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1028
1043
|
doNotEagerlyExecute: {
|
|
1029
1044
|
type: "bool",
|
|
1030
1045
|
id: 14
|
|
1046
|
+
},
|
|
1047
|
+
versioningIntent: {
|
|
1048
|
+
type: "coresdk.common.VersioningIntent",
|
|
1049
|
+
id: 15
|
|
1031
1050
|
}
|
|
1032
1051
|
}
|
|
1033
1052
|
},
|
|
@@ -1201,6 +1220,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1201
1220
|
retryPolicy: {
|
|
1202
1221
|
type: "temporal.api.common.v1.RetryPolicy",
|
|
1203
1222
|
id: 9
|
|
1223
|
+
},
|
|
1224
|
+
versioningIntent: {
|
|
1225
|
+
type: "coresdk.common.VersioningIntent",
|
|
1226
|
+
id: 10
|
|
1204
1227
|
}
|
|
1205
1228
|
}
|
|
1206
1229
|
},
|
|
@@ -1292,6 +1315,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1292
1315
|
cancellationType: {
|
|
1293
1316
|
type: "child_workflow.ChildWorkflowCancellationType",
|
|
1294
1317
|
id: 18
|
|
1318
|
+
},
|
|
1319
|
+
versioningIntent: {
|
|
1320
|
+
type: "coresdk.common.VersioningIntent",
|
|
1321
|
+
id: 19
|
|
1295
1322
|
}
|
|
1296
1323
|
}
|
|
1297
1324
|
},
|
|
@@ -1604,6 +1631,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1604
1631
|
bundleId: {
|
|
1605
1632
|
type: "string",
|
|
1606
1633
|
id: 2
|
|
1634
|
+
},
|
|
1635
|
+
useVersioning: {
|
|
1636
|
+
type: "bool",
|
|
1637
|
+
id: 3
|
|
1607
1638
|
}
|
|
1608
1639
|
}
|
|
1609
1640
|
},
|
|
@@ -1612,6 +1643,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1612
1643
|
buildId: {
|
|
1613
1644
|
type: "string",
|
|
1614
1645
|
id: 1
|
|
1646
|
+
},
|
|
1647
|
+
useVersioning: {
|
|
1648
|
+
type: "bool",
|
|
1649
|
+
id: 2
|
|
1615
1650
|
}
|
|
1616
1651
|
}
|
|
1617
1652
|
}
|
|
@@ -1802,7 +1837,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1802
1837
|
RESOURCE_EXHAUSTED_CAUSE_RPS_LIMIT: 1,
|
|
1803
1838
|
RESOURCE_EXHAUSTED_CAUSE_CONCURRENT_LIMIT: 2,
|
|
1804
1839
|
RESOURCE_EXHAUSTED_CAUSE_SYSTEM_OVERLOADED: 3,
|
|
1805
|
-
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT: 4
|
|
1840
|
+
RESOURCE_EXHAUSTED_CAUSE_PERSISTENCE_LIMIT: 4,
|
|
1841
|
+
RESOURCE_EXHAUSTED_CAUSE_BUSY_WORKFLOW: 5
|
|
1806
1842
|
}
|
|
1807
1843
|
},
|
|
1808
1844
|
BatchOperationType: {
|
|
@@ -1811,7 +1847,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1811
1847
|
BATCH_OPERATION_TYPE_TERMINATE: 1,
|
|
1812
1848
|
BATCH_OPERATION_TYPE_CANCEL: 2,
|
|
1813
1849
|
BATCH_OPERATION_TYPE_SIGNAL: 3,
|
|
1814
|
-
BATCH_OPERATION_TYPE_DELETE: 4
|
|
1850
|
+
BATCH_OPERATION_TYPE_DELETE: 4,
|
|
1851
|
+
BATCH_OPERATION_TYPE_RESET: 5
|
|
1815
1852
|
}
|
|
1816
1853
|
},
|
|
1817
1854
|
BatchOperationState: {
|
|
@@ -1866,6 +1903,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1866
1903
|
RESET_REAPPLY_TYPE_NONE: 2
|
|
1867
1904
|
}
|
|
1868
1905
|
},
|
|
1906
|
+
ResetType: {
|
|
1907
|
+
values: {
|
|
1908
|
+
RESET_TYPE_UNSPECIFIED: 0,
|
|
1909
|
+
RESET_TYPE_FIRST_WORKFLOW_TASK: 1,
|
|
1910
|
+
RESET_TYPE_LAST_WORKFLOW_TASK: 2
|
|
1911
|
+
}
|
|
1912
|
+
},
|
|
1869
1913
|
TaskQueueKind: {
|
|
1870
1914
|
values: {
|
|
1871
1915
|
TASK_QUEUE_KIND_UNSPECIFIED: 0,
|
|
@@ -1880,6 +1924,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
1880
1924
|
TASK_QUEUE_TYPE_ACTIVITY: 2
|
|
1881
1925
|
}
|
|
1882
1926
|
},
|
|
1927
|
+
TaskReachability: {
|
|
1928
|
+
values: {
|
|
1929
|
+
TASK_REACHABILITY_UNSPECIFIED: 0,
|
|
1930
|
+
TASK_REACHABILITY_NEW_WORKFLOWS: 1,
|
|
1931
|
+
TASK_REACHABILITY_EXISTING_WORKFLOWS: 2,
|
|
1932
|
+
TASK_REACHABILITY_OPEN_WORKFLOWS: 3,
|
|
1933
|
+
TASK_REACHABILITY_CLOSED_WORKFLOWS: 4
|
|
1934
|
+
}
|
|
1935
|
+
},
|
|
1883
1936
|
EventType: {
|
|
1884
1937
|
values: {
|
|
1885
1938
|
EVENT_TYPE_UNSPECIFIED: 0,
|
|
@@ -2385,6 +2438,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2385
2438
|
requestType: "GetWorkerBuildIdCompatibilityRequest",
|
|
2386
2439
|
responseType: "GetWorkerBuildIdCompatibilityResponse"
|
|
2387
2440
|
},
|
|
2441
|
+
GetWorkerTaskReachability: {
|
|
2442
|
+
requestType: "GetWorkerTaskReachabilityRequest",
|
|
2443
|
+
responseType: "GetWorkerTaskReachabilityResponse"
|
|
2444
|
+
},
|
|
2388
2445
|
UpdateWorkflowExecution: {
|
|
2389
2446
|
requestType: "UpdateWorkflowExecutionRequest",
|
|
2390
2447
|
responseType: "UpdateWorkflowExecutionResponse"
|
|
@@ -3011,6 +3068,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3011
3068
|
rule: "repeated",
|
|
3012
3069
|
type: "temporal.api.protocol.v1.Message",
|
|
3013
3070
|
id: 7
|
|
3071
|
+
},
|
|
3072
|
+
workerVersion: {
|
|
3073
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
3074
|
+
id: 8
|
|
3014
3075
|
}
|
|
3015
3076
|
}
|
|
3016
3077
|
},
|
|
@@ -3212,6 +3273,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3212
3273
|
namespace: {
|
|
3213
3274
|
type: "string",
|
|
3214
3275
|
id: 4
|
|
3276
|
+
},
|
|
3277
|
+
workerVersion: {
|
|
3278
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
3279
|
+
id: 5
|
|
3215
3280
|
}
|
|
3216
3281
|
}
|
|
3217
3282
|
},
|
|
@@ -3270,6 +3335,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3270
3335
|
lastHeartbeatDetails: {
|
|
3271
3336
|
type: "temporal.api.common.v1.Payloads",
|
|
3272
3337
|
id: 5
|
|
3338
|
+
},
|
|
3339
|
+
workerVersion: {
|
|
3340
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
3341
|
+
id: 6
|
|
3273
3342
|
}
|
|
3274
3343
|
}
|
|
3275
3344
|
},
|
|
@@ -3340,6 +3409,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
3340
3409
|
namespace: {
|
|
3341
3410
|
type: "string",
|
|
3342
3411
|
id: 4
|
|
3412
|
+
},
|
|
3413
|
+
workerVersion: {
|
|
3414
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
3415
|
+
id: 5
|
|
3343
3416
|
}
|
|
3344
3417
|
}
|
|
3345
3418
|
},
|
|
@@ -4380,7 +4453,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4380
4453
|
"addNewBuildIdInNewDefaultSet",
|
|
4381
4454
|
"addNewCompatibleBuildId",
|
|
4382
4455
|
"promoteSetByBuildId",
|
|
4383
|
-
"promoteBuildIdWithinSet"
|
|
4456
|
+
"promoteBuildIdWithinSet",
|
|
4457
|
+
"mergeSets"
|
|
4384
4458
|
]
|
|
4385
4459
|
}
|
|
4386
4460
|
},
|
|
@@ -4408,6 +4482,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4408
4482
|
promoteBuildIdWithinSet: {
|
|
4409
4483
|
type: "string",
|
|
4410
4484
|
id: 6
|
|
4485
|
+
},
|
|
4486
|
+
mergeSets: {
|
|
4487
|
+
type: "MergeSets",
|
|
4488
|
+
id: 7
|
|
4411
4489
|
}
|
|
4412
4490
|
},
|
|
4413
4491
|
nested: {
|
|
@@ -4426,6 +4504,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4426
4504
|
id: 3
|
|
4427
4505
|
}
|
|
4428
4506
|
}
|
|
4507
|
+
},
|
|
4508
|
+
MergeSets: {
|
|
4509
|
+
fields: {
|
|
4510
|
+
primarySetBuildId: {
|
|
4511
|
+
type: "string",
|
|
4512
|
+
id: 1
|
|
4513
|
+
},
|
|
4514
|
+
secondarySetBuildId: {
|
|
4515
|
+
type: "string",
|
|
4516
|
+
id: 2
|
|
4517
|
+
}
|
|
4518
|
+
}
|
|
4429
4519
|
}
|
|
4430
4520
|
}
|
|
4431
4521
|
},
|
|
@@ -4450,14 +4540,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4450
4540
|
maxSets: {
|
|
4451
4541
|
type: "int32",
|
|
4452
4542
|
id: 3
|
|
4453
|
-
},
|
|
4454
|
-
includeRetirementCandidates: {
|
|
4455
|
-
type: "bool",
|
|
4456
|
-
id: 4
|
|
4457
|
-
},
|
|
4458
|
-
includePollerCompatibility: {
|
|
4459
|
-
type: "bool",
|
|
4460
|
-
id: 5
|
|
4461
4543
|
}
|
|
4462
4544
|
}
|
|
4463
4545
|
},
|
|
@@ -4467,48 +4549,37 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4467
4549
|
rule: "repeated",
|
|
4468
4550
|
type: "temporal.api.taskqueue.v1.CompatibleVersionSet",
|
|
4469
4551
|
id: 1
|
|
4552
|
+
}
|
|
4553
|
+
}
|
|
4554
|
+
},
|
|
4555
|
+
GetWorkerTaskReachabilityRequest: {
|
|
4556
|
+
fields: {
|
|
4557
|
+
namespace: {
|
|
4558
|
+
type: "string",
|
|
4559
|
+
id: 1
|
|
4470
4560
|
},
|
|
4471
|
-
|
|
4561
|
+
buildIds: {
|
|
4472
4562
|
rule: "repeated",
|
|
4473
|
-
type: "
|
|
4563
|
+
type: "string",
|
|
4474
4564
|
id: 2
|
|
4475
4565
|
},
|
|
4476
|
-
|
|
4566
|
+
taskQueues: {
|
|
4477
4567
|
rule: "repeated",
|
|
4478
|
-
type: "
|
|
4568
|
+
type: "string",
|
|
4479
4569
|
id: 3
|
|
4480
|
-
}
|
|
4481
|
-
},
|
|
4482
|
-
nested: {
|
|
4483
|
-
RetirementCandidate: {
|
|
4484
|
-
fields: {
|
|
4485
|
-
buildId: {
|
|
4486
|
-
type: "string",
|
|
4487
|
-
id: 1
|
|
4488
|
-
},
|
|
4489
|
-
allWorkflowsAreArchived: {
|
|
4490
|
-
type: "bool",
|
|
4491
|
-
id: 2
|
|
4492
|
-
},
|
|
4493
|
-
pollers: {
|
|
4494
|
-
rule: "repeated",
|
|
4495
|
-
type: "temporal.api.taskqueue.v1.PollerInfo",
|
|
4496
|
-
id: 3
|
|
4497
|
-
}
|
|
4498
|
-
}
|
|
4499
4570
|
},
|
|
4500
|
-
|
|
4501
|
-
|
|
4502
|
-
|
|
4503
|
-
|
|
4504
|
-
|
|
4505
|
-
|
|
4506
|
-
|
|
4507
|
-
|
|
4508
|
-
|
|
4509
|
-
|
|
4510
|
-
|
|
4511
|
-
|
|
4571
|
+
reachability: {
|
|
4572
|
+
type: "temporal.api.enums.v1.TaskReachability",
|
|
4573
|
+
id: 4
|
|
4574
|
+
}
|
|
4575
|
+
}
|
|
4576
|
+
},
|
|
4577
|
+
GetWorkerTaskReachabilityResponse: {
|
|
4578
|
+
fields: {
|
|
4579
|
+
buildIdReachability: {
|
|
4580
|
+
rule: "repeated",
|
|
4581
|
+
type: "temporal.api.taskqueue.v1.BuildIdReachability",
|
|
4582
|
+
id: 1
|
|
4512
4583
|
}
|
|
4513
4584
|
}
|
|
4514
4585
|
},
|
|
@@ -4555,7 +4626,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4555
4626
|
"terminationOperation",
|
|
4556
4627
|
"signalOperation",
|
|
4557
4628
|
"cancellationOperation",
|
|
4558
|
-
"deletionOperation"
|
|
4629
|
+
"deletionOperation",
|
|
4630
|
+
"resetOperation"
|
|
4559
4631
|
]
|
|
4560
4632
|
}
|
|
4561
4633
|
},
|
|
@@ -4596,6 +4668,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4596
4668
|
deletionOperation: {
|
|
4597
4669
|
type: "temporal.api.batch.v1.BatchOperationDeletion",
|
|
4598
4670
|
id: 13
|
|
4671
|
+
},
|
|
4672
|
+
resetOperation: {
|
|
4673
|
+
type: "temporal.api.batch.v1.BatchOperationReset",
|
|
4674
|
+
id: 14
|
|
4599
4675
|
}
|
|
4600
4676
|
}
|
|
4601
4677
|
},
|
|
@@ -4884,6 +4960,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
4884
4960
|
parentInitiatedEventVersion: {
|
|
4885
4961
|
type: "int64",
|
|
4886
4962
|
id: 26
|
|
4963
|
+
},
|
|
4964
|
+
workflowId: {
|
|
4965
|
+
type: "string",
|
|
4966
|
+
id: 28
|
|
4967
|
+
},
|
|
4968
|
+
sourceVersionStamp: {
|
|
4969
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
4970
|
+
id: 29
|
|
4887
4971
|
}
|
|
4888
4972
|
}
|
|
4889
4973
|
},
|
|
@@ -5001,6 +5085,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5001
5085
|
searchAttributes: {
|
|
5002
5086
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
5003
5087
|
id: 14
|
|
5088
|
+
},
|
|
5089
|
+
useCompatibleVersion: {
|
|
5090
|
+
type: "bool",
|
|
5091
|
+
id: 15
|
|
5004
5092
|
}
|
|
5005
5093
|
}
|
|
5006
5094
|
},
|
|
@@ -5132,6 +5220,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5132
5220
|
binaryChecksum: {
|
|
5133
5221
|
type: "string",
|
|
5134
5222
|
id: 9
|
|
5223
|
+
},
|
|
5224
|
+
workerVersion: {
|
|
5225
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
5226
|
+
id: 10
|
|
5135
5227
|
}
|
|
5136
5228
|
}
|
|
5137
5229
|
},
|
|
@@ -5192,6 +5284,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5192
5284
|
retryPolicy: {
|
|
5193
5285
|
type: "temporal.api.common.v1.RetryPolicy",
|
|
5194
5286
|
id: 12
|
|
5287
|
+
},
|
|
5288
|
+
useCompatibleVersion: {
|
|
5289
|
+
type: "bool",
|
|
5290
|
+
id: 13
|
|
5195
5291
|
}
|
|
5196
5292
|
},
|
|
5197
5293
|
reserved: [
|
|
@@ -5242,6 +5338,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5242
5338
|
identity: {
|
|
5243
5339
|
type: "string",
|
|
5244
5340
|
id: 4
|
|
5341
|
+
},
|
|
5342
|
+
workerVersion: {
|
|
5343
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
5344
|
+
id: 5
|
|
5245
5345
|
}
|
|
5246
5346
|
}
|
|
5247
5347
|
},
|
|
@@ -5266,6 +5366,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5266
5366
|
retryState: {
|
|
5267
5367
|
type: "temporal.api.enums.v1.RetryState",
|
|
5268
5368
|
id: 5
|
|
5369
|
+
},
|
|
5370
|
+
workerVersion: {
|
|
5371
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
5372
|
+
id: 6
|
|
5269
5373
|
}
|
|
5270
5374
|
}
|
|
5271
5375
|
},
|
|
@@ -5322,6 +5426,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5322
5426
|
identity: {
|
|
5323
5427
|
type: "string",
|
|
5324
5428
|
id: 5
|
|
5429
|
+
},
|
|
5430
|
+
workerVersion: {
|
|
5431
|
+
type: "temporal.api.common.v1.WorkerVersionStamp",
|
|
5432
|
+
id: 6
|
|
5325
5433
|
}
|
|
5326
5434
|
}
|
|
5327
5435
|
},
|
|
@@ -5759,6 +5867,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5759
5867
|
searchAttributes: {
|
|
5760
5868
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
5761
5869
|
id: 17
|
|
5870
|
+
},
|
|
5871
|
+
useCompatibleVersion: {
|
|
5872
|
+
type: "bool",
|
|
5873
|
+
id: 19
|
|
5762
5874
|
}
|
|
5763
5875
|
}
|
|
5764
5876
|
},
|
|
@@ -6057,6 +6169,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6057
6169
|
type: "temporal.api.update.v1.Meta",
|
|
6058
6170
|
id: 1
|
|
6059
6171
|
},
|
|
6172
|
+
acceptedEventId: {
|
|
6173
|
+
type: "int64",
|
|
6174
|
+
id: 3
|
|
6175
|
+
},
|
|
6060
6176
|
outcome: {
|
|
6061
6177
|
type: "temporal.api.update.v1.Outcome",
|
|
6062
6178
|
id: 2
|
|
@@ -6388,6 +6504,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6388
6504
|
kind: {
|
|
6389
6505
|
type: "temporal.api.enums.v1.TaskQueueKind",
|
|
6390
6506
|
id: 2
|
|
6507
|
+
},
|
|
6508
|
+
normalName: {
|
|
6509
|
+
type: "string",
|
|
6510
|
+
id: 3
|
|
6391
6511
|
}
|
|
6392
6512
|
}
|
|
6393
6513
|
},
|
|
@@ -6487,13 +6607,35 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6487
6607
|
},
|
|
6488
6608
|
CompatibleVersionSet: {
|
|
6489
6609
|
fields: {
|
|
6490
|
-
|
|
6610
|
+
buildIds: {
|
|
6611
|
+
rule: "repeated",
|
|
6612
|
+
type: "string",
|
|
6613
|
+
id: 1
|
|
6614
|
+
}
|
|
6615
|
+
}
|
|
6616
|
+
},
|
|
6617
|
+
TaskQueueReachability: {
|
|
6618
|
+
fields: {
|
|
6619
|
+
taskQueue: {
|
|
6491
6620
|
type: "string",
|
|
6492
6621
|
id: 1
|
|
6493
6622
|
},
|
|
6494
|
-
|
|
6623
|
+
reachability: {
|
|
6495
6624
|
rule: "repeated",
|
|
6625
|
+
type: "temporal.api.enums.v1.TaskReachability",
|
|
6626
|
+
id: 2
|
|
6627
|
+
}
|
|
6628
|
+
}
|
|
6629
|
+
},
|
|
6630
|
+
BuildIdReachability: {
|
|
6631
|
+
fields: {
|
|
6632
|
+
buildId: {
|
|
6496
6633
|
type: "string",
|
|
6634
|
+
id: 1
|
|
6635
|
+
},
|
|
6636
|
+
taskQueueReachability: {
|
|
6637
|
+
rule: "repeated",
|
|
6638
|
+
type: "TaskQueueReachability",
|
|
6497
6639
|
id: 2
|
|
6498
6640
|
}
|
|
6499
6641
|
}
|
|
@@ -7096,6 +7238,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7096
7238
|
requestEagerExecution: {
|
|
7097
7239
|
type: "bool",
|
|
7098
7240
|
id: 12
|
|
7241
|
+
},
|
|
7242
|
+
useCompatibleVersion: {
|
|
7243
|
+
type: "bool",
|
|
7244
|
+
id: 13
|
|
7099
7245
|
}
|
|
7100
7246
|
},
|
|
7101
7247
|
reserved: [
|
|
@@ -7323,6 +7469,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7323
7469
|
searchAttributes: {
|
|
7324
7470
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
7325
7471
|
id: 14
|
|
7472
|
+
},
|
|
7473
|
+
useCompatibleVersion: {
|
|
7474
|
+
type: "bool",
|
|
7475
|
+
id: 15
|
|
7326
7476
|
}
|
|
7327
7477
|
}
|
|
7328
7478
|
},
|
|
@@ -7400,6 +7550,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7400
7550
|
searchAttributes: {
|
|
7401
7551
|
type: "temporal.api.common.v1.SearchAttributes",
|
|
7402
7552
|
id: 16
|
|
7553
|
+
},
|
|
7554
|
+
useCompatibleVersion: {
|
|
7555
|
+
type: "bool",
|
|
7556
|
+
id: 17
|
|
7403
7557
|
}
|
|
7404
7558
|
}
|
|
7405
7559
|
},
|
|
@@ -8478,6 +8632,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8478
8632
|
id: 1
|
|
8479
8633
|
}
|
|
8480
8634
|
}
|
|
8635
|
+
},
|
|
8636
|
+
BatchOperationReset: {
|
|
8637
|
+
fields: {
|
|
8638
|
+
resetType: {
|
|
8639
|
+
type: "temporal.api.enums.v1.ResetType",
|
|
8640
|
+
id: 1
|
|
8641
|
+
},
|
|
8642
|
+
resetReapplyType: {
|
|
8643
|
+
type: "temporal.api.enums.v1.ResetReapplyType",
|
|
8644
|
+
id: 2
|
|
8645
|
+
},
|
|
8646
|
+
identity: {
|
|
8647
|
+
type: "string",
|
|
8648
|
+
id: 3
|
|
8649
|
+
}
|
|
8650
|
+
}
|
|
8481
8651
|
}
|
|
8482
8652
|
}
|
|
8483
8653
|
}
|
|
@@ -8685,6 +8855,163 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8685
8855
|
}
|
|
8686
8856
|
}
|
|
8687
8857
|
},
|
|
8858
|
+
errordetails: {
|
|
8859
|
+
nested: {
|
|
8860
|
+
v1: {
|
|
8861
|
+
options: {
|
|
8862
|
+
go_package: "go.temporal.io/api/errordetails/v1;errordetails",
|
|
8863
|
+
java_package: "io.temporal.api.errordetails.v1",
|
|
8864
|
+
java_multiple_files: true,
|
|
8865
|
+
java_outer_classname: "MessageProto",
|
|
8866
|
+
ruby_package: "Temporalio::Api::ErrorDetails::V1",
|
|
8867
|
+
csharp_namespace: "Temporalio.Api.ErrorDetails.V1"
|
|
8868
|
+
},
|
|
8869
|
+
nested: {
|
|
8870
|
+
NotFoundFailure: {
|
|
8871
|
+
fields: {
|
|
8872
|
+
currentCluster: {
|
|
8873
|
+
type: "string",
|
|
8874
|
+
id: 1
|
|
8875
|
+
},
|
|
8876
|
+
activeCluster: {
|
|
8877
|
+
type: "string",
|
|
8878
|
+
id: 2
|
|
8879
|
+
}
|
|
8880
|
+
}
|
|
8881
|
+
},
|
|
8882
|
+
WorkflowExecutionAlreadyStartedFailure: {
|
|
8883
|
+
fields: {
|
|
8884
|
+
startRequestId: {
|
|
8885
|
+
type: "string",
|
|
8886
|
+
id: 1
|
|
8887
|
+
},
|
|
8888
|
+
runId: {
|
|
8889
|
+
type: "string",
|
|
8890
|
+
id: 2
|
|
8891
|
+
}
|
|
8892
|
+
}
|
|
8893
|
+
},
|
|
8894
|
+
NamespaceNotActiveFailure: {
|
|
8895
|
+
fields: {
|
|
8896
|
+
namespace: {
|
|
8897
|
+
type: "string",
|
|
8898
|
+
id: 1
|
|
8899
|
+
},
|
|
8900
|
+
currentCluster: {
|
|
8901
|
+
type: "string",
|
|
8902
|
+
id: 2
|
|
8903
|
+
},
|
|
8904
|
+
activeCluster: {
|
|
8905
|
+
type: "string",
|
|
8906
|
+
id: 3
|
|
8907
|
+
}
|
|
8908
|
+
}
|
|
8909
|
+
},
|
|
8910
|
+
NamespaceInvalidStateFailure: {
|
|
8911
|
+
fields: {
|
|
8912
|
+
namespace: {
|
|
8913
|
+
type: "string",
|
|
8914
|
+
id: 1
|
|
8915
|
+
},
|
|
8916
|
+
state: {
|
|
8917
|
+
type: "temporal.api.enums.v1.NamespaceState",
|
|
8918
|
+
id: 2
|
|
8919
|
+
},
|
|
8920
|
+
allowedStates: {
|
|
8921
|
+
rule: "repeated",
|
|
8922
|
+
type: "temporal.api.enums.v1.NamespaceState",
|
|
8923
|
+
id: 3
|
|
8924
|
+
}
|
|
8925
|
+
}
|
|
8926
|
+
},
|
|
8927
|
+
NamespaceNotFoundFailure: {
|
|
8928
|
+
fields: {
|
|
8929
|
+
namespace: {
|
|
8930
|
+
type: "string",
|
|
8931
|
+
id: 1
|
|
8932
|
+
}
|
|
8933
|
+
}
|
|
8934
|
+
},
|
|
8935
|
+
NamespaceAlreadyExistsFailure: {
|
|
8936
|
+
fields: {}
|
|
8937
|
+
},
|
|
8938
|
+
ClientVersionNotSupportedFailure: {
|
|
8939
|
+
fields: {
|
|
8940
|
+
clientVersion: {
|
|
8941
|
+
type: "string",
|
|
8942
|
+
id: 1
|
|
8943
|
+
},
|
|
8944
|
+
clientName: {
|
|
8945
|
+
type: "string",
|
|
8946
|
+
id: 2
|
|
8947
|
+
},
|
|
8948
|
+
supportedVersions: {
|
|
8949
|
+
type: "string",
|
|
8950
|
+
id: 3
|
|
8951
|
+
}
|
|
8952
|
+
}
|
|
8953
|
+
},
|
|
8954
|
+
ServerVersionNotSupportedFailure: {
|
|
8955
|
+
fields: {
|
|
8956
|
+
serverVersion: {
|
|
8957
|
+
type: "string",
|
|
8958
|
+
id: 1
|
|
8959
|
+
},
|
|
8960
|
+
clientSupportedServerVersions: {
|
|
8961
|
+
type: "string",
|
|
8962
|
+
id: 2
|
|
8963
|
+
}
|
|
8964
|
+
}
|
|
8965
|
+
},
|
|
8966
|
+
CancellationAlreadyRequestedFailure: {
|
|
8967
|
+
fields: {}
|
|
8968
|
+
},
|
|
8969
|
+
QueryFailedFailure: {
|
|
8970
|
+
fields: {}
|
|
8971
|
+
},
|
|
8972
|
+
PermissionDeniedFailure: {
|
|
8973
|
+
fields: {
|
|
8974
|
+
reason: {
|
|
8975
|
+
type: "string",
|
|
8976
|
+
id: 1
|
|
8977
|
+
}
|
|
8978
|
+
}
|
|
8979
|
+
},
|
|
8980
|
+
ResourceExhaustedFailure: {
|
|
8981
|
+
fields: {
|
|
8982
|
+
cause: {
|
|
8983
|
+
type: "temporal.api.enums.v1.ResourceExhaustedCause",
|
|
8984
|
+
id: 1
|
|
8985
|
+
}
|
|
8986
|
+
}
|
|
8987
|
+
},
|
|
8988
|
+
SystemWorkflowFailure: {
|
|
8989
|
+
fields: {
|
|
8990
|
+
workflowExecution: {
|
|
8991
|
+
type: "temporal.api.common.v1.WorkflowExecution",
|
|
8992
|
+
id: 1
|
|
8993
|
+
},
|
|
8994
|
+
workflowError: {
|
|
8995
|
+
type: "string",
|
|
8996
|
+
id: 2
|
|
8997
|
+
}
|
|
8998
|
+
}
|
|
8999
|
+
},
|
|
9000
|
+
WorkflowNotReadyFailure: {
|
|
9001
|
+
fields: {}
|
|
9002
|
+
},
|
|
9003
|
+
NewerBuildExistsFailure: {
|
|
9004
|
+
fields: {
|
|
9005
|
+
defaultBuildId: {
|
|
9006
|
+
type: "string",
|
|
9007
|
+
id: 1
|
|
9008
|
+
}
|
|
9009
|
+
}
|
|
9010
|
+
}
|
|
9011
|
+
}
|
|
9012
|
+
}
|
|
9013
|
+
}
|
|
9014
|
+
},
|
|
8688
9015
|
testservice: {
|
|
8689
9016
|
nested: {
|
|
8690
9017
|
v1: {
|
|
@@ -10011,6 +10338,35 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
10011
10338
|
}
|
|
10012
10339
|
}
|
|
10013
10340
|
}
|
|
10341
|
+
},
|
|
10342
|
+
rpc: {
|
|
10343
|
+
options: {
|
|
10344
|
+
cc_enable_arenas: true,
|
|
10345
|
+
go_package: "google.golang.org/genproto/googleapis/rpc/status;status",
|
|
10346
|
+
java_multiple_files: true,
|
|
10347
|
+
java_outer_classname: "StatusProto",
|
|
10348
|
+
java_package: "com.google.rpc",
|
|
10349
|
+
objc_class_prefix: "RPC"
|
|
10350
|
+
},
|
|
10351
|
+
nested: {
|
|
10352
|
+
Status: {
|
|
10353
|
+
fields: {
|
|
10354
|
+
code: {
|
|
10355
|
+
type: "int32",
|
|
10356
|
+
id: 1
|
|
10357
|
+
},
|
|
10358
|
+
message: {
|
|
10359
|
+
type: "string",
|
|
10360
|
+
id: 2
|
|
10361
|
+
},
|
|
10362
|
+
details: {
|
|
10363
|
+
rule: "repeated",
|
|
10364
|
+
type: "google.protobuf.Any",
|
|
10365
|
+
id: 3
|
|
10366
|
+
}
|
|
10367
|
+
}
|
|
10368
|
+
}
|
|
10369
|
+
}
|
|
10014
10370
|
}
|
|
10015
10371
|
}
|
|
10016
10372
|
},
|