@temporalio/proto 1.7.1 → 1.7.3

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/proto",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "description": "Temporal.io SDK compiled protobuf definitions",
5
5
  "main": "protos/index.js",
6
6
  "types": "protos/index.d.ts",
@@ -35,5 +35,5 @@
35
35
  "publishConfig": {
36
36
  "access": "public"
37
37
  },
38
- "gitHead": "368aa83c631555fc31cff25f4af8817d069878d8"
38
+ "gitHead": "c78237bad40342b97a0aaec97ef01763b39a04f8"
39
39
  }
@@ -1594,6 +1594,26 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1594
1594
  id: 13
1595
1595
  }
1596
1596
  }
1597
+ },
1598
+ WorkerVersionStamp: {
1599
+ fields: {
1600
+ buildId: {
1601
+ type: "string",
1602
+ id: 1
1603
+ },
1604
+ bundleId: {
1605
+ type: "string",
1606
+ id: 2
1607
+ }
1608
+ }
1609
+ },
1610
+ WorkerVersionCapabilities: {
1611
+ fields: {
1612
+ buildId: {
1613
+ type: "string",
1614
+ id: 1
1615
+ }
1616
+ }
1597
1617
  }
1598
1618
  }
1599
1619
  }
@@ -1772,7 +1792,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1772
1792
  values: {
1773
1793
  SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED: 0,
1774
1794
  SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_EXTERNAL_WORKFLOW_EXECUTION_NOT_FOUND: 1,
1775
- SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND: 2
1795
+ SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_NAMESPACE_NOT_FOUND: 2,
1796
+ SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED_CAUSE_SIGNAL_COUNT_LIMIT_EXCEEDED: 3
1776
1797
  }
1777
1798
  },
1778
1799
  ResourceExhaustedCause: {
@@ -2356,18 +2377,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2356
2377
  requestType: "ListSchedulesRequest",
2357
2378
  responseType: "ListSchedulesResponse"
2358
2379
  },
2359
- UpdateWorkerBuildIdOrdering: {
2360
- requestType: "UpdateWorkerBuildIdOrderingRequest",
2361
- responseType: "UpdateWorkerBuildIdOrderingResponse"
2380
+ UpdateWorkerBuildIdCompatibility: {
2381
+ requestType: "UpdateWorkerBuildIdCompatibilityRequest",
2382
+ responseType: "UpdateWorkerBuildIdCompatibilityResponse"
2362
2383
  },
2363
- GetWorkerBuildIdOrdering: {
2364
- requestType: "GetWorkerBuildIdOrderingRequest",
2365
- responseType: "GetWorkerBuildIdOrderingResponse"
2384
+ GetWorkerBuildIdCompatibility: {
2385
+ requestType: "GetWorkerBuildIdCompatibilityRequest",
2386
+ responseType: "GetWorkerBuildIdCompatibilityResponse"
2366
2387
  },
2367
2388
  UpdateWorkflowExecution: {
2368
2389
  requestType: "UpdateWorkflowExecutionRequest",
2369
2390
  responseType: "UpdateWorkflowExecutionResponse"
2370
2391
  },
2392
+ PollWorkflowExecutionUpdate: {
2393
+ requestType: "PollWorkflowExecutionUpdateRequest",
2394
+ responseType: "PollWorkflowExecutionUpdateResponse"
2395
+ },
2371
2396
  StartBatchOperation: {
2372
2397
  requestType: "StartBatchOperationRequest",
2373
2398
  responseType: "StartBatchOperationResponse"
@@ -2677,6 +2702,13 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2677
2702
  lastCompletionResult: {
2678
2703
  type: "temporal.api.common.v1.Payloads",
2679
2704
  id: 19
2705
+ },
2706
+ workflowStartDelay: {
2707
+ type: "google.protobuf.Duration",
2708
+ id: 20,
2709
+ options: {
2710
+ "(gogoproto.stdduration)": true
2711
+ }
2680
2712
  }
2681
2713
  }
2682
2714
  },
@@ -2795,8 +2827,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2795
2827
  type: "string",
2796
2828
  id: 4
2797
2829
  },
2798
- workerVersioningId: {
2799
- type: "temporal.api.taskqueue.v1.VersionId",
2830
+ workerVersionCapabilities: {
2831
+ type: "temporal.api.common.v1.WorkerVersionCapabilities",
2800
2832
  id: 5
2801
2833
  }
2802
2834
  }
@@ -2913,8 +2945,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2913
2945
  type: "string",
2914
2946
  id: 9
2915
2947
  },
2916
- workerVersioningId: {
2917
- type: "temporal.api.taskqueue.v1.VersionId",
2948
+ workerVersionStamp: {
2949
+ type: "temporal.api.common.v1.WorkerVersionStamp",
2918
2950
  id: 10
2919
2951
  },
2920
2952
  messages: {
@@ -3003,8 +3035,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3003
3035
  type: "temporal.api.taskqueue.v1.TaskQueueMetadata",
3004
3036
  id: 4
3005
3037
  },
3006
- workerVersioningId: {
3007
- type: "temporal.api.taskqueue.v1.VersionId",
3038
+ workerVersionCapabilities: {
3039
+ type: "temporal.api.common.v1.WorkerVersionCapabilities",
3008
3040
  id: 5
3009
3041
  }
3010
3042
  }
@@ -3409,6 +3441,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3409
3441
  header: {
3410
3442
  type: "temporal.api.common.v1.Header",
3411
3443
  id: 8
3444
+ },
3445
+ skipGenerateWorkflowTask: {
3446
+ type: "bool",
3447
+ id: 9
3412
3448
  }
3413
3449
  }
3414
3450
  },
@@ -3501,6 +3537,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3501
3537
  header: {
3502
3538
  type: "temporal.api.common.v1.Header",
3503
3539
  id: 19
3540
+ },
3541
+ workflowStartDelay: {
3542
+ type: "google.protobuf.Duration",
3543
+ id: 20,
3544
+ options: {
3545
+ "(gogoproto.stdduration)": true
3546
+ }
3547
+ },
3548
+ skipGenerateWorkflowTask: {
3549
+ type: "bool",
3550
+ id: 21
3504
3551
  }
3505
3552
  }
3506
3553
  },
@@ -4326,7 +4373,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4326
4373
  }
4327
4374
  }
4328
4375
  },
4329
- UpdateWorkerBuildIdOrderingRequest: {
4376
+ UpdateWorkerBuildIdCompatibilityRequest: {
4377
+ oneofs: {
4378
+ operation: {
4379
+ oneof: [
4380
+ "addNewBuildIdInNewDefaultSet",
4381
+ "addNewCompatibleBuildId",
4382
+ "promoteSetByBuildId",
4383
+ "promoteBuildIdWithinSet"
4384
+ ]
4385
+ }
4386
+ },
4330
4387
  fields: {
4331
4388
  namespace: {
4332
4389
  type: "string",
@@ -4336,24 +4393,51 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4336
4393
  type: "string",
4337
4394
  id: 2
4338
4395
  },
4339
- versionId: {
4340
- type: "temporal.api.taskqueue.v1.VersionId",
4396
+ addNewBuildIdInNewDefaultSet: {
4397
+ type: "string",
4341
4398
  id: 3
4342
4399
  },
4343
- previousCompatible: {
4344
- type: "temporal.api.taskqueue.v1.VersionId",
4400
+ addNewCompatibleBuildId: {
4401
+ type: "AddNewCompatibleVersion",
4345
4402
  id: 4
4346
4403
  },
4347
- becomeDefault: {
4348
- type: "bool",
4404
+ promoteSetByBuildId: {
4405
+ type: "string",
4349
4406
  id: 5
4407
+ },
4408
+ promoteBuildIdWithinSet: {
4409
+ type: "string",
4410
+ id: 6
4411
+ }
4412
+ },
4413
+ nested: {
4414
+ AddNewCompatibleVersion: {
4415
+ fields: {
4416
+ newBuildId: {
4417
+ type: "string",
4418
+ id: 1
4419
+ },
4420
+ existingCompatibleBuildId: {
4421
+ type: "string",
4422
+ id: 2
4423
+ },
4424
+ makeSetDefault: {
4425
+ type: "bool",
4426
+ id: 3
4427
+ }
4428
+ }
4350
4429
  }
4351
4430
  }
4352
4431
  },
4353
- UpdateWorkerBuildIdOrderingResponse: {
4354
- fields: {}
4432
+ UpdateWorkerBuildIdCompatibilityResponse: {
4433
+ fields: {
4434
+ versionSetId: {
4435
+ type: "string",
4436
+ id: 1
4437
+ }
4438
+ }
4355
4439
  },
4356
- GetWorkerBuildIdOrderingRequest: {
4440
+ GetWorkerBuildIdCompatibilityRequest: {
4357
4441
  fields: {
4358
4442
  namespace: {
4359
4443
  type: "string",
@@ -4363,22 +4447,68 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4363
4447
  type: "string",
4364
4448
  id: 2
4365
4449
  },
4366
- maxDepth: {
4450
+ maxSets: {
4367
4451
  type: "int32",
4368
4452
  id: 3
4453
+ },
4454
+ includeRetirementCandidates: {
4455
+ type: "bool",
4456
+ id: 4
4457
+ },
4458
+ includePollerCompatibility: {
4459
+ type: "bool",
4460
+ id: 5
4369
4461
  }
4370
4462
  }
4371
4463
  },
4372
- GetWorkerBuildIdOrderingResponse: {
4464
+ GetWorkerBuildIdCompatibilityResponse: {
4373
4465
  fields: {
4374
- currentDefault: {
4375
- type: "temporal.api.taskqueue.v1.VersionIdNode",
4466
+ majorVersionSets: {
4467
+ rule: "repeated",
4468
+ type: "temporal.api.taskqueue.v1.CompatibleVersionSet",
4376
4469
  id: 1
4377
4470
  },
4378
- compatibleLeaves: {
4471
+ retirementCandidates: {
4379
4472
  rule: "repeated",
4380
- type: "temporal.api.taskqueue.v1.VersionIdNode",
4473
+ type: "RetirementCandidate",
4381
4474
  id: 2
4475
+ },
4476
+ activeVersionsAndPollers: {
4477
+ rule: "repeated",
4478
+ type: "VersionsWithCompatiblePollers",
4479
+ 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
+ },
4500
+ VersionsWithCompatiblePollers: {
4501
+ fields: {
4502
+ mostRecentBuildId: {
4503
+ type: "string",
4504
+ id: 1
4505
+ },
4506
+ pollers: {
4507
+ rule: "repeated",
4508
+ type: "temporal.api.taskqueue.v1.PollerInfo",
4509
+ id: 2
4510
+ }
4511
+ }
4382
4512
  }
4383
4513
  }
4384
4514
  },
@@ -4585,6 +4715,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4585
4715
  id: 2
4586
4716
  }
4587
4717
  }
4718
+ },
4719
+ PollWorkflowExecutionUpdateRequest: {
4720
+ fields: {
4721
+ namespace: {
4722
+ type: "string",
4723
+ id: 1
4724
+ },
4725
+ updateRef: {
4726
+ type: "temporal.api.update.v1.UpdateRef",
4727
+ id: 2
4728
+ },
4729
+ identity: {
4730
+ type: "string",
4731
+ id: 3
4732
+ },
4733
+ waitPolicy: {
4734
+ type: "temporal.api.update.v1.WaitPolicy",
4735
+ id: 4
4736
+ }
4737
+ }
4738
+ },
4739
+ PollWorkflowExecutionUpdateResponse: {
4740
+ fields: {
4741
+ outcome: {
4742
+ type: "temporal.api.update.v1.Outcome",
4743
+ id: 1
4744
+ }
4745
+ }
4588
4746
  }
4589
4747
  }
4590
4748
  }
@@ -4907,8 +5065,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4907
5065
  type: "string",
4908
5066
  id: 4
4909
5067
  },
4910
- workerVersioningId: {
4911
- type: "temporal.api.taskqueue.v1.VersionId",
5068
+ workerVersion: {
5069
+ type: "temporal.api.common.v1.WorkerVersionStamp",
4912
5070
  id: 5
4913
5071
  },
4914
5072
  sdkMetadata: {
@@ -5292,6 +5450,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5292
5450
  header: {
5293
5451
  type: "temporal.api.common.v1.Header",
5294
5452
  id: 4
5453
+ },
5454
+ skipGenerateWorkflowTask: {
5455
+ type: "bool",
5456
+ id: 5
5295
5457
  }
5296
5458
  }
5297
5459
  },
@@ -6302,8 +6464,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6302
6464
  type: "double",
6303
6465
  id: 3
6304
6466
  },
6305
- workerVersioningId: {
6306
- type: "VersionId",
6467
+ workerVersionCapabilities: {
6468
+ type: "temporal.api.common.v1.WorkerVersionCapabilities",
6307
6469
  id: 4
6308
6470
  }
6309
6471
  }
@@ -6323,27 +6485,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6323
6485
  }
6324
6486
  }
6325
6487
  },
6326
- VersionIdNode: {
6488
+ CompatibleVersionSet: {
6327
6489
  fields: {
6328
- version: {
6329
- type: "VersionId",
6490
+ versionSetId: {
6491
+ type: "string",
6330
6492
  id: 1
6331
6493
  },
6332
- previousCompatible: {
6333
- type: "VersionIdNode",
6334
- id: 2
6335
- },
6336
- previousIncompatible: {
6337
- type: "VersionIdNode",
6338
- id: 3
6339
- }
6340
- }
6341
- },
6342
- VersionId: {
6343
- fields: {
6344
- workerBuildId: {
6494
+ buildIds: {
6495
+ rule: "repeated",
6345
6496
  type: "string",
6346
- id: 1
6497
+ id: 2
6347
6498
  }
6348
6499
  }
6349
6500
  }
@@ -6577,6 +6728,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6577
6728
  historySizeBytes: {
6578
6729
  type: "int64",
6579
6730
  id: 15
6731
+ },
6732
+ mostRecentWorkerVersionStamp: {
6733
+ type: "temporal.api.common.v1.WorkerVersionStamp",
6734
+ id: 16
6580
6735
  }
6581
6736
  }
6582
6737
  },
@@ -7420,7 +7575,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7420
7575
  java_multiple_files: true,
7421
7576
  java_outer_classname: "MessageProto",
7422
7577
  ruby_package: "Temporalio::Api::Protocol::V1",
7423
- csharp_namespace: "Temporalt.Api.Protocol.V1"
7578
+ csharp_namespace: "Temporalio.Api.Protocol.V1"
7424
7579
  },
7425
7580
  nested: {
7426
7581
  Message: {