@temporalio/proto 1.11.8 → 1.12.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.
Files changed (3) hide show
  1. package/package.json +5 -2
  2. package/protos/json-module.js +2186 -375
  3. package/protos/root.d.ts +28937 -21292
@@ -283,6 +283,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
283
283
  type: "temporal.api.common.v1.RetryPolicy",
284
284
  id: 16
285
285
  },
286
+ priority: {
287
+ type: "temporal.api.common.v1.Priority",
288
+ id: 18
289
+ },
286
290
  isLocal: {
287
291
  type: "bool",
288
292
  id: 17
@@ -294,6 +298,38 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
294
298
  reason: {
295
299
  type: "ActivityCancelReason",
296
300
  id: 1
301
+ },
302
+ details: {
303
+ type: "ActivityCancellationDetails",
304
+ id: 2
305
+ }
306
+ }
307
+ },
308
+ ActivityCancellationDetails: {
309
+ fields: {
310
+ isNotFound: {
311
+ type: "bool",
312
+ id: 1
313
+ },
314
+ isCancelled: {
315
+ type: "bool",
316
+ id: 2
317
+ },
318
+ isPaused: {
319
+ type: "bool",
320
+ id: 3
321
+ },
322
+ isTimedOut: {
323
+ type: "bool",
324
+ id: 4
325
+ },
326
+ isWorkerShutdown: {
327
+ type: "bool",
328
+ id: 5
329
+ },
330
+ isReset: {
331
+ type: "bool",
332
+ id: 6
297
333
  }
298
334
  }
299
335
  },
@@ -302,7 +338,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
302
338
  NOT_FOUND: 0,
303
339
  CANCELLED: 1,
304
340
  TIMED_OUT: 2,
305
- WORKER_SHUTDOWN: 3
341
+ WORKER_SHUTDOWN: 3,
342
+ PAUSED: 4,
343
+ RESET: 5
306
344
  }
307
345
  }
308
346
  }
@@ -334,6 +372,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
334
372
  COMPATIBLE: 1,
335
373
  DEFAULT: 2
336
374
  }
375
+ },
376
+ WorkerDeploymentVersion: {
377
+ fields: {
378
+ deploymentName: {
379
+ type: "string",
380
+ id: 1
381
+ },
382
+ buildId: {
383
+ type: "string",
384
+ id: 2
385
+ }
386
+ }
337
387
  }
338
388
  }
339
389
  },
@@ -429,8 +479,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
429
479
  type: "bool",
430
480
  id: 8
431
481
  },
432
- buildIdForCurrentTask: {
433
- type: "string",
482
+ deploymentVersionForCurrentTask: {
483
+ type: "common.WorkerDeploymentVersion",
434
484
  id: 9
435
485
  }
436
486
  }
@@ -624,6 +674,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
624
674
  rootWorkflow: {
625
675
  type: "temporal.api.common.v1.WorkflowExecution",
626
676
  id: 24
677
+ },
678
+ priority: {
679
+ type: "temporal.api.common.v1.Priority",
680
+ id: 25
627
681
  }
628
682
  }
629
683
  },
@@ -854,7 +908,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
854
908
  oneofs: {
855
909
  status: {
856
910
  oneof: [
857
- "operationId",
911
+ "operationToken",
858
912
  "startedSync",
859
913
  "cancelledBeforeStart"
860
914
  ]
@@ -865,7 +919,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
865
919
  type: "uint32",
866
920
  id: 1
867
921
  },
868
- operationId: {
922
+ operationToken: {
869
923
  type: "string",
870
924
  id: 2
871
925
  },
@@ -1101,6 +1155,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1101
1155
  TIMED_OUT: 0,
1102
1156
  WORKER_SHUTDOWN: 1
1103
1157
  }
1158
+ },
1159
+ NexusOperationCancellationType: {
1160
+ values: {
1161
+ WAIT_CANCELLATION_COMPLETED: 0,
1162
+ ABANDON: 1,
1163
+ TRY_CANCEL: 2,
1164
+ WAIT_CANCELLATION_REQUESTED: 3
1165
+ }
1104
1166
  }
1105
1167
  }
1106
1168
  },
@@ -1745,6 +1807,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1745
1807
  keyType: "string",
1746
1808
  type: "string",
1747
1809
  id: 7
1810
+ },
1811
+ cancellationType: {
1812
+ type: "nexus.NexusOperationCancellationType",
1813
+ id: 8
1748
1814
  }
1749
1815
  }
1750
1816
  },
@@ -1798,6 +1864,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1798
1864
  rule: "repeated",
1799
1865
  type: "uint32",
1800
1866
  id: 6
1867
+ },
1868
+ versioningBehavior: {
1869
+ type: "temporal.api.enums.v1.VersioningBehavior",
1870
+ id: 7
1801
1871
  }
1802
1872
  }
1803
1873
  },
@@ -2043,6 +2113,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2043
2113
  internal: {
2044
2114
  type: "Internal",
2045
2115
  id: 3
2116
+ },
2117
+ links: {
2118
+ rule: "repeated",
2119
+ type: "Link",
2120
+ id: 100
2046
2121
  }
2047
2122
  },
2048
2123
  reserved: [
@@ -2099,7 +2174,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2099
2174
  oneofs: {
2100
2175
  reference: {
2101
2176
  oneof: [
2102
- "eventRef"
2177
+ "eventRef",
2178
+ "requestIdRef"
2103
2179
  ]
2104
2180
  }
2105
2181
  },
@@ -2119,6 +2195,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2119
2195
  eventRef: {
2120
2196
  type: "EventReference",
2121
2197
  id: 100
2198
+ },
2199
+ requestIdRef: {
2200
+ type: "RequestIdReference",
2201
+ id: 101
2122
2202
  }
2123
2203
  },
2124
2204
  nested: {
@@ -2133,6 +2213,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2133
2213
  id: 2
2134
2214
  }
2135
2215
  }
2216
+ },
2217
+ RequestIdReference: {
2218
+ fields: {
2219
+ requestId: {
2220
+ type: "string",
2221
+ id: 1
2222
+ },
2223
+ eventType: {
2224
+ type: "temporal.api.enums.v1.EventType",
2225
+ id: 2
2226
+ }
2227
+ }
2136
2228
  }
2137
2229
  }
2138
2230
  },
@@ -2228,6 +2320,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2228
2320
  NEXUS_OPERATION_CANCELLATION_STATE_BLOCKED: 6
2229
2321
  }
2230
2322
  },
2323
+ WorkflowRuleActionScope: {
2324
+ values: {
2325
+ WORKFLOW_RULE_ACTION_SCOPE_UNSPECIFIED: 0,
2326
+ WORKFLOW_RULE_ACTION_SCOPE_WORKFLOW: 1,
2327
+ WORKFLOW_RULE_ACTION_SCOPE_ACTIVITY: 2
2328
+ }
2329
+ },
2330
+ ApplicationErrorCategory: {
2331
+ values: {
2332
+ APPLICATION_ERROR_CATEGORY_UNSPECIFIED: 0,
2333
+ APPLICATION_ERROR_CATEGORY_BENIGN: 1
2334
+ }
2335
+ },
2231
2336
  EventType: {
2232
2337
  values: {
2233
2338
  EVENT_TYPE_UNSPECIFIED: 0,
@@ -2285,7 +2390,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2285
2390
  EVENT_TYPE_NEXUS_OPERATION_CANCELED: 52,
2286
2391
  EVENT_TYPE_NEXUS_OPERATION_TIMED_OUT: 53,
2287
2392
  EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUESTED: 54,
2288
- EVENT_TYPE_WORKFLOW_EXECUTION_OPTIONS_UPDATED: 55
2393
+ EVENT_TYPE_WORKFLOW_EXECUTION_OPTIONS_UPDATED: 55,
2394
+ EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUEST_COMPLETED: 56,
2395
+ EVENT_TYPE_NEXUS_OPERATION_CANCEL_REQUEST_FAILED: 57
2289
2396
  }
2290
2397
  },
2291
2398
  ResetReapplyExcludeType: {
@@ -2367,7 +2474,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2367
2474
  PENDING_ACTIVITY_STATE_UNSPECIFIED: 0,
2368
2475
  PENDING_ACTIVITY_STATE_SCHEDULED: 1,
2369
2476
  PENDING_ACTIVITY_STATE_STARTED: 2,
2370
- PENDING_ACTIVITY_STATE_CANCEL_REQUESTED: 3
2477
+ PENDING_ACTIVITY_STATE_CANCEL_REQUESTED: 3,
2478
+ PENDING_ACTIVITY_STATE_PAUSED: 4,
2479
+ PENDING_ACTIVITY_STATE_PAUSE_REQUESTED: 5
2371
2480
  }
2372
2481
  },
2373
2482
  PendingWorkflowTaskState: {
@@ -2698,6 +2807,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2698
2807
  nextRetryDelay: {
2699
2808
  type: "google.protobuf.Duration",
2700
2809
  id: 4
2810
+ },
2811
+ category: {
2812
+ type: "temporal.api.enums.v1.ApplicationErrorCategory",
2813
+ id: 5
2701
2814
  }
2702
2815
  }
2703
2816
  },
@@ -3727,9 +3840,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3727
3840
  type: "bool",
3728
3841
  id: 3
3729
3842
  },
3843
+ status: {
3844
+ type: "temporal.api.enums.v1.WorkflowExecutionStatus",
3845
+ id: 5
3846
+ },
3730
3847
  eagerWorkflowTask: {
3731
3848
  type: "PollWorkflowTaskQueueResponse",
3732
3849
  id: 2
3850
+ },
3851
+ link: {
3852
+ type: "temporal.api.common.v1.Link",
3853
+ id: 4
3733
3854
  }
3734
3855
  }
3735
3856
  },
@@ -3834,7 +3955,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3834
3955
  },
3835
3956
  binaryChecksum: {
3836
3957
  type: "string",
3837
- id: 4
3958
+ id: 4,
3959
+ options: {
3960
+ deprecated: true
3961
+ }
3838
3962
  },
3839
3963
  workerVersionCapabilities: {
3840
3964
  type: "temporal.api.common.v1.WorkerVersionCapabilities",
@@ -3948,7 +4072,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
3948
4072
  },
3949
4073
  binaryChecksum: {
3950
4074
  type: "string",
3951
- id: 7
4075
+ id: 7,
4076
+ options: {
4077
+ deprecated: true
4078
+ }
3952
4079
  },
3953
4080
  queryResults: {
3954
4081
  keyType: "string",
@@ -4047,7 +4174,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4047
4174
  },
4048
4175
  binaryChecksum: {
4049
4176
  type: "string",
4050
- id: 5
4177
+ id: 5,
4178
+ options: {
4179
+ deprecated: true
4180
+ }
4051
4181
  },
4052
4182
  namespace: {
4053
4183
  type: "string",
@@ -4067,7 +4197,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4067
4197
  },
4068
4198
  deployment: {
4069
4199
  type: "temporal.api.deployment.v1.Deployment",
4070
- id: 9
4200
+ id: 9,
4201
+ options: {
4202
+ deprecated: true
4203
+ }
4071
4204
  },
4072
4205
  deploymentOptions: {
4073
4206
  type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
@@ -4218,6 +4351,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4218
4351
  activityPaused: {
4219
4352
  type: "bool",
4220
4353
  id: 2
4354
+ },
4355
+ activityReset: {
4356
+ type: "bool",
4357
+ id: 3
4221
4358
  }
4222
4359
  }
4223
4360
  },
@@ -4258,6 +4395,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4258
4395
  activityPaused: {
4259
4396
  type: "bool",
4260
4397
  id: 2
4398
+ },
4399
+ activityReset: {
4400
+ type: "bool",
4401
+ id: 3
4261
4402
  }
4262
4403
  }
4263
4404
  },
@@ -4491,6 +4632,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4491
4632
  identity: {
4492
4633
  type: "string",
4493
4634
  id: 6
4635
+ },
4636
+ deploymentOptions: {
4637
+ type: "temporal.api.deployment.v1.WorkerDeploymentOptions",
4638
+ id: 7
4494
4639
  }
4495
4640
  }
4496
4641
  },
@@ -4736,6 +4881,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4736
4881
  rule: "repeated",
4737
4882
  type: "temporal.api.enums.v1.ResetReapplyExcludeType",
4738
4883
  id: 7
4884
+ },
4885
+ postResetOperations: {
4886
+ rule: "repeated",
4887
+ type: "temporal.api.workflow.v1.PostResetOperation",
4888
+ id: 8
4739
4889
  }
4740
4890
  }
4741
4891
  },
@@ -6443,6 +6593,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6443
6593
  type: {
6444
6594
  type: "string",
6445
6595
  id: 5
6596
+ },
6597
+ reason: {
6598
+ type: "string",
6599
+ id: 6
6446
6600
  }
6447
6601
  }
6448
6602
  },
@@ -6604,7 +6758,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6604
6758
  },
6605
6759
  version: {
6606
6760
  type: "string",
6607
- id: 2
6761
+ id: 2,
6762
+ options: {
6763
+ deprecated: true
6764
+ }
6765
+ },
6766
+ deploymentVersion: {
6767
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
6768
+ id: 3
6608
6769
  }
6609
6770
  }
6610
6771
  },
@@ -6717,7 +6878,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6717
6878
  },
6718
6879
  version: {
6719
6880
  type: "string",
6720
- id: 3
6881
+ id: 3,
6882
+ options: {
6883
+ deprecated: true
6884
+ }
6885
+ },
6886
+ buildId: {
6887
+ type: "string",
6888
+ id: 7
6721
6889
  },
6722
6890
  conflictToken: {
6723
6891
  type: "bytes",
@@ -6741,7 +6909,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6741
6909
  },
6742
6910
  previousVersion: {
6743
6911
  type: "string",
6744
- id: 2
6912
+ id: 2,
6913
+ options: {
6914
+ deprecated: true
6915
+ }
6916
+ },
6917
+ previousDeploymentVersion: {
6918
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
6919
+ id: 3
6745
6920
  }
6746
6921
  }
6747
6922
  },
@@ -6757,7 +6932,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6757
6932
  },
6758
6933
  version: {
6759
6934
  type: "string",
6760
- id: 3
6935
+ id: 3,
6936
+ options: {
6937
+ deprecated: true
6938
+ }
6939
+ },
6940
+ buildId: {
6941
+ type: "string",
6942
+ id: 8
6761
6943
  },
6762
6944
  percentage: {
6763
6945
  type: "float",
@@ -6785,7 +6967,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6785
6967
  },
6786
6968
  previousVersion: {
6787
6969
  type: "string",
6788
- id: 2
6970
+ id: 2,
6971
+ options: {
6972
+ deprecated: true
6973
+ }
6974
+ },
6975
+ previousDeploymentVersion: {
6976
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
6977
+ id: 4
6789
6978
  },
6790
6979
  previousPercentage: {
6791
6980
  type: "float",
@@ -6848,7 +7037,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6848
7037
  },
6849
7038
  version: {
6850
7039
  type: "string",
6851
- id: 2
7040
+ id: 2,
7041
+ options: {
7042
+ deprecated: true
7043
+ }
7044
+ },
7045
+ deploymentVersion: {
7046
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
7047
+ id: 5
6852
7048
  },
6853
7049
  skipDrainage: {
6854
7050
  type: "bool",
@@ -6890,7 +7086,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6890
7086
  },
6891
7087
  version: {
6892
7088
  type: "string",
6893
- id: 2
7089
+ id: 2,
7090
+ options: {
7091
+ deprecated: true
7092
+ }
7093
+ },
7094
+ deploymentVersion: {
7095
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
7096
+ id: 5
6894
7097
  },
6895
7098
  upsertEntries: {
6896
7099
  keyType: "string",
@@ -6960,87 +7163,227 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6960
7163
  }
6961
7164
  }
6962
7165
  },
6963
- WorkflowService: {
6964
- methods: {
6965
- RegisterNamespace: {
6966
- requestType: "RegisterNamespaceRequest",
6967
- responseType: "RegisterNamespaceResponse",
6968
- options: {
6969
- "(google.api.http).post": "/cluster/namespaces",
6970
- "(google.api.http).body": "*",
6971
- "(google.api.http).additional_bindings.post": "/api/v1/namespaces",
6972
- "(google.api.http).additional_bindings.body": "*"
6973
- },
6974
- parsedOptions: [
6975
- {
6976
- "(google.api.http)": {
6977
- post: "/cluster/namespaces",
6978
- body: "*",
6979
- additional_bindings: {
6980
- post: "/api/v1/namespaces",
6981
- body: "*"
6982
- }
6983
- }
6984
- }
6985
- ]
7166
+ CreateWorkflowRuleRequest: {
7167
+ fields: {
7168
+ namespace: {
7169
+ type: "string",
7170
+ id: 1
6986
7171
  },
6987
- DescribeNamespace: {
6988
- requestType: "DescribeNamespaceRequest",
6989
- responseType: "DescribeNamespaceResponse",
6990
- options: {
6991
- "(google.api.http).get": "/cluster/namespaces/{namespace}",
6992
- "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}"
6993
- },
6994
- parsedOptions: [
6995
- {
6996
- "(google.api.http)": {
6997
- get: "/cluster/namespaces/{namespace}",
6998
- additional_bindings: {
6999
- get: "/api/v1/namespaces/{namespace}"
7000
- }
7001
- }
7002
- }
7003
- ]
7172
+ spec: {
7173
+ type: "temporal.api.rules.v1.WorkflowRuleSpec",
7174
+ id: 2
7004
7175
  },
7005
- ListNamespaces: {
7006
- requestType: "ListNamespacesRequest",
7007
- responseType: "ListNamespacesResponse",
7008
- options: {
7009
- "(google.api.http).get": "/cluster/namespaces",
7010
- "(google.api.http).additional_bindings.get": "/api/v1/namespaces"
7011
- },
7012
- parsedOptions: [
7013
- {
7014
- "(google.api.http)": {
7015
- get: "/cluster/namespaces",
7016
- additional_bindings: {
7017
- get: "/api/v1/namespaces"
7018
- }
7019
- }
7020
- }
7021
- ]
7176
+ forceScan: {
7177
+ type: "bool",
7178
+ id: 3
7022
7179
  },
7023
- UpdateNamespace: {
7024
- requestType: "UpdateNamespaceRequest",
7025
- responseType: "UpdateNamespaceResponse",
7026
- options: {
7027
- "(google.api.http).post": "/cluster/namespaces/{namespace}/update",
7028
- "(google.api.http).body": "*",
7029
- "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/update",
7030
- "(google.api.http).additional_bindings.body": "*"
7031
- },
7032
- parsedOptions: [
7033
- {
7034
- "(google.api.http)": {
7035
- post: "/cluster/namespaces/{namespace}/update",
7036
- body: "*",
7037
- additional_bindings: {
7038
- post: "/api/v1/namespaces/{namespace}/update",
7039
- body: "*"
7040
- }
7041
- }
7042
- }
7043
- ]
7180
+ requestId: {
7181
+ type: "string",
7182
+ id: 4
7183
+ },
7184
+ identity: {
7185
+ type: "string",
7186
+ id: 5
7187
+ },
7188
+ description: {
7189
+ type: "string",
7190
+ id: 6
7191
+ }
7192
+ }
7193
+ },
7194
+ CreateWorkflowRuleResponse: {
7195
+ fields: {
7196
+ rule: {
7197
+ type: "temporal.api.rules.v1.WorkflowRule",
7198
+ id: 1
7199
+ },
7200
+ jobId: {
7201
+ type: "string",
7202
+ id: 2
7203
+ }
7204
+ }
7205
+ },
7206
+ DescribeWorkflowRuleRequest: {
7207
+ fields: {
7208
+ namespace: {
7209
+ type: "string",
7210
+ id: 1
7211
+ },
7212
+ ruleId: {
7213
+ type: "string",
7214
+ id: 2
7215
+ }
7216
+ }
7217
+ },
7218
+ DescribeWorkflowRuleResponse: {
7219
+ fields: {
7220
+ rule: {
7221
+ type: "temporal.api.rules.v1.WorkflowRule",
7222
+ id: 1
7223
+ }
7224
+ }
7225
+ },
7226
+ DeleteWorkflowRuleRequest: {
7227
+ fields: {
7228
+ namespace: {
7229
+ type: "string",
7230
+ id: 1
7231
+ },
7232
+ ruleId: {
7233
+ type: "string",
7234
+ id: 2
7235
+ }
7236
+ }
7237
+ },
7238
+ DeleteWorkflowRuleResponse: {
7239
+ fields: {}
7240
+ },
7241
+ ListWorkflowRulesRequest: {
7242
+ fields: {
7243
+ namespace: {
7244
+ type: "string",
7245
+ id: 1
7246
+ },
7247
+ nextPageToken: {
7248
+ type: "bytes",
7249
+ id: 2
7250
+ }
7251
+ }
7252
+ },
7253
+ ListWorkflowRulesResponse: {
7254
+ fields: {
7255
+ rules: {
7256
+ rule: "repeated",
7257
+ type: "temporal.api.rules.v1.WorkflowRule",
7258
+ id: 1
7259
+ },
7260
+ nextPageToken: {
7261
+ type: "bytes",
7262
+ id: 2
7263
+ }
7264
+ }
7265
+ },
7266
+ TriggerWorkflowRuleRequest: {
7267
+ oneofs: {
7268
+ rule: {
7269
+ oneof: [
7270
+ "id",
7271
+ "spec"
7272
+ ]
7273
+ }
7274
+ },
7275
+ fields: {
7276
+ namespace: {
7277
+ type: "string",
7278
+ id: 1
7279
+ },
7280
+ execution: {
7281
+ type: "temporal.api.common.v1.WorkflowExecution",
7282
+ id: 2
7283
+ },
7284
+ id: {
7285
+ type: "string",
7286
+ id: 4
7287
+ },
7288
+ spec: {
7289
+ type: "temporal.api.rules.v1.WorkflowRuleSpec",
7290
+ id: 5
7291
+ },
7292
+ identity: {
7293
+ type: "string",
7294
+ id: 3
7295
+ }
7296
+ }
7297
+ },
7298
+ TriggerWorkflowRuleResponse: {
7299
+ fields: {
7300
+ applied: {
7301
+ type: "bool",
7302
+ id: 1
7303
+ }
7304
+ }
7305
+ },
7306
+ WorkflowService: {
7307
+ methods: {
7308
+ RegisterNamespace: {
7309
+ requestType: "RegisterNamespaceRequest",
7310
+ responseType: "RegisterNamespaceResponse",
7311
+ options: {
7312
+ "(google.api.http).post": "/cluster/namespaces",
7313
+ "(google.api.http).body": "*",
7314
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces",
7315
+ "(google.api.http).additional_bindings.body": "*"
7316
+ },
7317
+ parsedOptions: [
7318
+ {
7319
+ "(google.api.http)": {
7320
+ post: "/cluster/namespaces",
7321
+ body: "*",
7322
+ additional_bindings: {
7323
+ post: "/api/v1/namespaces",
7324
+ body: "*"
7325
+ }
7326
+ }
7327
+ }
7328
+ ]
7329
+ },
7330
+ DescribeNamespace: {
7331
+ requestType: "DescribeNamespaceRequest",
7332
+ responseType: "DescribeNamespaceResponse",
7333
+ options: {
7334
+ "(google.api.http).get": "/cluster/namespaces/{namespace}",
7335
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}"
7336
+ },
7337
+ parsedOptions: [
7338
+ {
7339
+ "(google.api.http)": {
7340
+ get: "/cluster/namespaces/{namespace}",
7341
+ additional_bindings: {
7342
+ get: "/api/v1/namespaces/{namespace}"
7343
+ }
7344
+ }
7345
+ }
7346
+ ]
7347
+ },
7348
+ ListNamespaces: {
7349
+ requestType: "ListNamespacesRequest",
7350
+ responseType: "ListNamespacesResponse",
7351
+ options: {
7352
+ "(google.api.http).get": "/cluster/namespaces",
7353
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces"
7354
+ },
7355
+ parsedOptions: [
7356
+ {
7357
+ "(google.api.http)": {
7358
+ get: "/cluster/namespaces",
7359
+ additional_bindings: {
7360
+ get: "/api/v1/namespaces"
7361
+ }
7362
+ }
7363
+ }
7364
+ ]
7365
+ },
7366
+ UpdateNamespace: {
7367
+ requestType: "UpdateNamespaceRequest",
7368
+ responseType: "UpdateNamespaceResponse",
7369
+ options: {
7370
+ "(google.api.http).post": "/cluster/namespaces/{namespace}/update",
7371
+ "(google.api.http).body": "*",
7372
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/update",
7373
+ "(google.api.http).additional_bindings.body": "*"
7374
+ },
7375
+ parsedOptions: [
7376
+ {
7377
+ "(google.api.http)": {
7378
+ post: "/cluster/namespaces/{namespace}/update",
7379
+ body: "*",
7380
+ additional_bindings: {
7381
+ post: "/api/v1/namespaces/{namespace}/update",
7382
+ body: "*"
7383
+ }
7384
+ }
7385
+ }
7386
+ ]
7044
7387
  },
7045
7388
  DeprecateNamespace: {
7046
7389
  requestType: "DeprecateNamespaceRequest",
@@ -7834,15 +8177,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7834
8177
  requestType: "DescribeWorkerDeploymentVersionRequest",
7835
8178
  responseType: "DescribeWorkerDeploymentVersionResponse",
7836
8179
  options: {
7837
- "(google.api.http).get": "/namespaces/{namespace}/worker-deployment-versions/{version}",
7838
- "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}"
8180
+ "(google.api.http).get": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}",
8181
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}"
7839
8182
  },
7840
8183
  parsedOptions: [
7841
8184
  {
7842
8185
  "(google.api.http)": {
7843
- get: "/namespaces/{namespace}/worker-deployment-versions/{version}",
8186
+ get: "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}",
7844
8187
  additional_bindings: {
7845
- get: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}"
8188
+ get: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}"
7846
8189
  }
7847
8190
  }
7848
8191
  }
@@ -7986,15 +8329,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7986
8329
  requestType: "DeleteWorkerDeploymentVersionRequest",
7987
8330
  responseType: "DeleteWorkerDeploymentVersionResponse",
7988
8331
  options: {
7989
- "(google.api.http).delete": "/namespaces/{namespace}/worker-deployment-versions/{version}",
7990
- "(google.api.http).additional_bindings.delete": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}"
8332
+ "(google.api.http).delete": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}",
8333
+ "(google.api.http).additional_bindings.delete": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}"
7991
8334
  },
7992
8335
  parsedOptions: [
7993
8336
  {
7994
8337
  "(google.api.http)": {
7995
- "delete": "/namespaces/{namespace}/worker-deployment-versions/{version}",
8338
+ "delete": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}",
7996
8339
  additional_bindings: {
7997
- "delete": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}"
8340
+ "delete": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}"
7998
8341
  }
7999
8342
  }
8000
8343
  }
@@ -8044,18 +8387,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8044
8387
  requestType: "UpdateWorkerDeploymentVersionMetadataRequest",
8045
8388
  responseType: "UpdateWorkerDeploymentVersionMetadataResponse",
8046
8389
  options: {
8047
- "(google.api.http).post": "/namespaces/{namespace}/worker-deployment-versions/{version}/update-metadata",
8390
+ "(google.api.http).post": "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-metadata",
8048
8391
  "(google.api.http).body": "*",
8049
- "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}/update-metadata",
8392
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-metadata",
8050
8393
  "(google.api.http).additional_bindings.body": "*"
8051
8394
  },
8052
8395
  parsedOptions: [
8053
8396
  {
8054
8397
  "(google.api.http)": {
8055
- post: "/namespaces/{namespace}/worker-deployment-versions/{version}/update-metadata",
8398
+ post: "/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-metadata",
8056
8399
  body: "*",
8057
8400
  additional_bindings: {
8058
- post: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{version}/update-metadata",
8401
+ post: "/api/v1/namespaces/{namespace}/worker-deployment-versions/{deployment_version.deployment_name}/{deployment_version.build_id}/update-metadata",
8059
8402
  body: "*"
8060
8403
  }
8061
8404
  }
@@ -8289,6 +8632,104 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8289
8632
  }
8290
8633
  }
8291
8634
  ]
8635
+ },
8636
+ CreateWorkflowRule: {
8637
+ requestType: "CreateWorkflowRuleRequest",
8638
+ responseType: "CreateWorkflowRuleResponse",
8639
+ options: {
8640
+ "(google.api.http).post": "/namespaces/{namespace}/workflow-rules",
8641
+ "(google.api.http).body": "*",
8642
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflow-rules",
8643
+ "(google.api.http).additional_bindings.body": "*"
8644
+ },
8645
+ parsedOptions: [
8646
+ {
8647
+ "(google.api.http)": {
8648
+ post: "/namespaces/{namespace}/workflow-rules",
8649
+ body: "*",
8650
+ additional_bindings: {
8651
+ post: "/api/v1/namespaces/{namespace}/workflow-rules",
8652
+ body: "*"
8653
+ }
8654
+ }
8655
+ }
8656
+ ]
8657
+ },
8658
+ DescribeWorkflowRule: {
8659
+ requestType: "DescribeWorkflowRuleRequest",
8660
+ responseType: "DescribeWorkflowRuleResponse",
8661
+ options: {
8662
+ "(google.api.http).get": "/namespaces/{namespace}/workflow-rules/{rule_id}",
8663
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflow-rules/{rule_id}"
8664
+ },
8665
+ parsedOptions: [
8666
+ {
8667
+ "(google.api.http)": {
8668
+ get: "/namespaces/{namespace}/workflow-rules/{rule_id}",
8669
+ additional_bindings: {
8670
+ get: "/api/v1/namespaces/{namespace}/workflow-rules/{rule_id}"
8671
+ }
8672
+ }
8673
+ }
8674
+ ]
8675
+ },
8676
+ DeleteWorkflowRule: {
8677
+ requestType: "DeleteWorkflowRuleRequest",
8678
+ responseType: "DeleteWorkflowRuleResponse",
8679
+ options: {
8680
+ "(google.api.http).delete": "/namespaces/{namespace}/workflow-rules/{rule_id}",
8681
+ "(google.api.http).additional_bindings.delete": "/api/v1/namespaces/{namespace}/workflow-rules/{rule_id}"
8682
+ },
8683
+ parsedOptions: [
8684
+ {
8685
+ "(google.api.http)": {
8686
+ "delete": "/namespaces/{namespace}/workflow-rules/{rule_id}",
8687
+ additional_bindings: {
8688
+ "delete": "/api/v1/namespaces/{namespace}/workflow-rules/{rule_id}"
8689
+ }
8690
+ }
8691
+ }
8692
+ ]
8693
+ },
8694
+ ListWorkflowRules: {
8695
+ requestType: "ListWorkflowRulesRequest",
8696
+ responseType: "ListWorkflowRulesResponse",
8697
+ options: {
8698
+ "(google.api.http).get": "/namespaces/{namespace}/workflow-rules",
8699
+ "(google.api.http).additional_bindings.get": "/api/v1/namespaces/{namespace}/workflow-rules"
8700
+ },
8701
+ parsedOptions: [
8702
+ {
8703
+ "(google.api.http)": {
8704
+ get: "/namespaces/{namespace}/workflow-rules",
8705
+ additional_bindings: {
8706
+ get: "/api/v1/namespaces/{namespace}/workflow-rules"
8707
+ }
8708
+ }
8709
+ }
8710
+ ]
8711
+ },
8712
+ TriggerWorkflowRule: {
8713
+ requestType: "TriggerWorkflowRuleRequest",
8714
+ responseType: "TriggerWorkflowRuleResponse",
8715
+ options: {
8716
+ "(google.api.http).post": "/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
8717
+ "(google.api.http).body": "*",
8718
+ "(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
8719
+ "(google.api.http).additional_bindings.body": "*"
8720
+ },
8721
+ parsedOptions: [
8722
+ {
8723
+ "(google.api.http)": {
8724
+ post: "/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
8725
+ body: "*",
8726
+ additional_bindings: {
8727
+ post: "/api/v1/namespaces/{namespace}/workflows/{execution.workflow_id}/trigger-rule",
8728
+ body: "*"
8729
+ }
8730
+ }
8731
+ }
8732
+ ]
8292
8733
  }
8293
8734
  }
8294
8735
  }
@@ -8378,13 +8819,27 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8378
8819
  },
8379
8820
  TaskQueueVersioningInfo: {
8380
8821
  fields: {
8822
+ currentDeploymentVersion: {
8823
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
8824
+ id: 7
8825
+ },
8381
8826
  currentVersion: {
8382
8827
  type: "string",
8383
- id: 1
8384
- },
8828
+ id: 1,
8829
+ options: {
8830
+ deprecated: true
8831
+ }
8832
+ },
8833
+ rampingDeploymentVersion: {
8834
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
8835
+ id: 9
8836
+ },
8385
8837
  rampingVersion: {
8386
8838
  type: "string",
8387
- id: 2
8839
+ id: 2,
8840
+ options: {
8841
+ deprecated: true
8842
+ }
8388
8843
  },
8389
8844
  rampingVersionPercentage: {
8390
8845
  type: "float",
@@ -8774,7 +9229,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8774
9229
  fields: {
8775
9230
  version: {
8776
9231
  type: "string",
8777
- id: 1
9232
+ id: 1,
9233
+ options: {
9234
+ deprecated: true
9235
+ }
9236
+ },
9237
+ deploymentVersion: {
9238
+ type: "WorkerDeploymentVersion",
9239
+ id: 11
8778
9240
  },
8779
9241
  deploymentName: {
8780
9242
  type: "string",
@@ -8874,7 +9336,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8874
9336
  fields: {
8875
9337
  version: {
8876
9338
  type: "string",
8877
- id: 1
9339
+ id: 1,
9340
+ options: {
9341
+ deprecated: true
9342
+ }
9343
+ },
9344
+ deploymentVersion: {
9345
+ type: "WorkerDeploymentVersion",
9346
+ id: 4
8878
9347
  },
8879
9348
  createTime: {
8880
9349
  type: "google.protobuf.Timestamp",
@@ -8888,6 +9357,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8888
9357
  }
8889
9358
  }
8890
9359
  },
9360
+ WorkerDeploymentVersion: {
9361
+ fields: {
9362
+ buildId: {
9363
+ type: "string",
9364
+ id: 1
9365
+ },
9366
+ deploymentName: {
9367
+ type: "string",
9368
+ id: 2
9369
+ }
9370
+ }
9371
+ },
8891
9372
  VersionMetadata: {
8892
9373
  fields: {
8893
9374
  entries: {
@@ -8899,13 +9380,27 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8899
9380
  },
8900
9381
  RoutingConfig: {
8901
9382
  fields: {
9383
+ currentDeploymentVersion: {
9384
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
9385
+ id: 7
9386
+ },
8902
9387
  currentVersion: {
8903
9388
  type: "string",
8904
- id: 1
9389
+ id: 1,
9390
+ options: {
9391
+ deprecated: true
9392
+ }
9393
+ },
9394
+ rampingDeploymentVersion: {
9395
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
9396
+ id: 9
8905
9397
  },
8906
9398
  rampingVersion: {
8907
9399
  type: "string",
8908
- id: 2
9400
+ id: 2,
9401
+ options: {
9402
+ deprecated: true
9403
+ }
8909
9404
  },
8910
9405
  rampingVersionPercentage: {
8911
9406
  type: "float",
@@ -9078,7 +9573,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9078
9573
  },
9079
9574
  parentPinnedWorkerDeploymentVersion: {
9080
9575
  type: "string",
9081
- id: 34
9576
+ id: 34,
9577
+ options: {
9578
+ deprecated: true
9579
+ }
9580
+ },
9581
+ parentPinnedDeploymentVersion: {
9582
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
9583
+ id: 36
9082
9584
  },
9083
9585
  priority: {
9084
9586
  type: "temporal.api.common.v1.Priority",
@@ -9238,11 +9740,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9238
9740
  },
9239
9741
  workerVersion: {
9240
9742
  type: "temporal.api.common.v1.WorkerVersionStamp",
9241
- id: 6
9743
+ id: 6,
9744
+ options: {
9745
+ deprecated: true
9746
+ }
9242
9747
  },
9243
9748
  buildIdRedirectCounter: {
9244
9749
  type: "int64",
9245
- id: 7
9750
+ id: 7,
9751
+ options: {
9752
+ deprecated: true
9753
+ }
9246
9754
  }
9247
9755
  }
9248
9756
  },
@@ -9262,11 +9770,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9262
9770
  },
9263
9771
  binaryChecksum: {
9264
9772
  type: "string",
9265
- id: 4
9773
+ id: 4,
9774
+ options: {
9775
+ deprecated: true
9776
+ }
9266
9777
  },
9267
9778
  workerVersion: {
9268
9779
  type: "temporal.api.common.v1.WorkerVersionStamp",
9269
- id: 5
9780
+ id: 5,
9781
+ options: {
9782
+ deprecated: true
9783
+ }
9270
9784
  },
9271
9785
  sdkMetadata: {
9272
9786
  type: "temporal.api.sdk.v1.WorkflowTaskCompletedMetadata",
@@ -9289,11 +9803,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9289
9803
  },
9290
9804
  workerDeploymentVersion: {
9291
9805
  type: "string",
9292
- id: 9
9806
+ id: 9,
9807
+ options: {
9808
+ deprecated: true
9809
+ }
9293
9810
  },
9294
9811
  workerDeploymentName: {
9295
9812
  type: "string",
9296
9813
  id: 10
9814
+ },
9815
+ deploymentVersion: {
9816
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
9817
+ id: 11
9297
9818
  }
9298
9819
  }
9299
9820
  },
@@ -9349,11 +9870,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9349
9870
  },
9350
9871
  binaryChecksum: {
9351
9872
  type: "string",
9352
- id: 9
9873
+ id: 9,
9874
+ options: {
9875
+ deprecated: true
9876
+ }
9353
9877
  },
9354
9878
  workerVersion: {
9355
9879
  type: "temporal.api.common.v1.WorkerVersionStamp",
9356
- id: 10
9880
+ id: 10,
9881
+ options: {
9882
+ deprecated: true
9883
+ }
9357
9884
  }
9358
9885
  }
9359
9886
  },
@@ -9405,7 +9932,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9405
9932
  },
9406
9933
  useWorkflowBuildId: {
9407
9934
  type: "bool",
9408
- id: 13
9935
+ id: 13,
9936
+ options: {
9937
+ deprecated: true
9938
+ }
9409
9939
  },
9410
9940
  priority: {
9411
9941
  type: "temporal.api.common.v1.Priority",
@@ -9443,11 +9973,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9443
9973
  },
9444
9974
  workerVersion: {
9445
9975
  type: "temporal.api.common.v1.WorkerVersionStamp",
9446
- id: 6
9976
+ id: 6,
9977
+ options: {
9978
+ deprecated: true
9979
+ }
9447
9980
  },
9448
9981
  buildIdRedirectCounter: {
9449
9982
  type: "int64",
9450
- id: 7
9983
+ id: 7,
9984
+ options: {
9985
+ deprecated: true
9986
+ }
9451
9987
  }
9452
9988
  }
9453
9989
  },
@@ -9471,7 +10007,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9471
10007
  },
9472
10008
  workerVersion: {
9473
10009
  type: "temporal.api.common.v1.WorkerVersionStamp",
9474
- id: 5
10010
+ id: 5,
10011
+ options: {
10012
+ deprecated: true
10013
+ }
9475
10014
  }
9476
10015
  }
9477
10016
  },
@@ -9499,7 +10038,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9499
10038
  },
9500
10039
  workerVersion: {
9501
10040
  type: "temporal.api.common.v1.WorkerVersionStamp",
9502
- id: 6
10041
+ id: 6,
10042
+ options: {
10043
+ deprecated: true
10044
+ }
9503
10045
  }
9504
10046
  }
9505
10047
  },
@@ -9559,7 +10101,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
9559
10101
  },
9560
10102
  workerVersion: {
9561
10103
  type: "temporal.api.common.v1.WorkerVersionStamp",
9562
- id: 6
10104
+ id: 6,
10105
+ options: {
10106
+ deprecated: true
10107
+ }
9563
10108
  }
9564
10109
  }
9565
10110
  },
@@ -10493,6 +11038,42 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10493
11038
  }
10494
11039
  }
10495
11040
  },
11041
+ NexusOperationCancelRequestCompletedEventAttributes: {
11042
+ fields: {
11043
+ requestedEventId: {
11044
+ type: "int64",
11045
+ id: 1
11046
+ },
11047
+ workflowTaskCompletedEventId: {
11048
+ type: "int64",
11049
+ id: 2
11050
+ },
11051
+ scheduledEventId: {
11052
+ type: "int64",
11053
+ id: 3
11054
+ }
11055
+ }
11056
+ },
11057
+ NexusOperationCancelRequestFailedEventAttributes: {
11058
+ fields: {
11059
+ requestedEventId: {
11060
+ type: "int64",
11061
+ id: 1
11062
+ },
11063
+ workflowTaskCompletedEventId: {
11064
+ type: "int64",
11065
+ id: 2
11066
+ },
11067
+ failure: {
11068
+ type: "temporal.api.failure.v1.Failure",
11069
+ id: 3
11070
+ },
11071
+ scheduledEventId: {
11072
+ type: "int64",
11073
+ id: 4
11074
+ }
11075
+ }
11076
+ },
10496
11077
  HistoryEvent: {
10497
11078
  oneofs: {
10498
11079
  attributes: {
@@ -10551,7 +11132,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10551
11132
  "nexusOperationCanceledEventAttributes",
10552
11133
  "nexusOperationTimedOutEventAttributes",
10553
11134
  "nexusOperationCancelRequestedEventAttributes",
10554
- "workflowExecutionOptionsUpdatedEventAttributes"
11135
+ "workflowExecutionOptionsUpdatedEventAttributes",
11136
+ "nexusOperationCancelRequestCompletedEventAttributes",
11137
+ "nexusOperationCancelRequestFailedEventAttributes"
10555
11138
  ]
10556
11139
  }
10557
11140
  },
@@ -10808,6 +11391,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10808
11391
  workflowExecutionOptionsUpdatedEventAttributes: {
10809
11392
  type: "WorkflowExecutionOptionsUpdatedEventAttributes",
10810
11393
  id: 60
11394
+ },
11395
+ nexusOperationCancelRequestCompletedEventAttributes: {
11396
+ type: "NexusOperationCancelRequestCompletedEventAttributes",
11397
+ id: 61
11398
+ },
11399
+ nexusOperationCancelRequestFailedEventAttributes: {
11400
+ type: "NexusOperationCancelRequestFailedEventAttributes",
11401
+ id: 62
10811
11402
  }
10812
11403
  }
10813
11404
  },
@@ -10912,11 +11503,17 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10912
11503
  },
10913
11504
  assignedBuildId: {
10914
11505
  type: "string",
10915
- id: 19
11506
+ id: 19,
11507
+ options: {
11508
+ deprecated: true
11509
+ }
10916
11510
  },
10917
11511
  inheritedBuildId: {
10918
11512
  type: "string",
10919
- id: 20
11513
+ id: 20,
11514
+ options: {
11515
+ deprecated: true
11516
+ }
10920
11517
  },
10921
11518
  firstRunId: {
10922
11519
  type: "string",
@@ -10957,6 +11554,15 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10957
11554
  originalStartTime: {
10958
11555
  type: "google.protobuf.Timestamp",
10959
11556
  id: 5
11557
+ },
11558
+ resetRunId: {
11559
+ type: "string",
11560
+ id: 6
11561
+ },
11562
+ requestIdInfos: {
11563
+ keyType: "string",
11564
+ type: "RequestIdInfo",
11565
+ id: 7
10960
11566
  }
10961
11567
  }
10962
11568
  },
@@ -10975,7 +11581,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
10975
11581
  },
10976
11582
  version: {
10977
11583
  type: "string",
10978
- id: 5
11584
+ id: 5,
11585
+ options: {
11586
+ deprecated: true
11587
+ }
11588
+ },
11589
+ deploymentVersion: {
11590
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
11591
+ id: 7
10979
11592
  },
10980
11593
  versioningOverride: {
10981
11594
  type: "VersioningOverride",
@@ -11006,7 +11619,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11006
11619
  fields: {
11007
11620
  version: {
11008
11621
  type: "string",
11009
- id: 1
11622
+ id: 1,
11623
+ options: {
11624
+ deprecated: true
11625
+ }
11626
+ },
11627
+ deploymentVersion: {
11628
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
11629
+ id: 2
11010
11630
  }
11011
11631
  }
11012
11632
  },
@@ -11094,15 +11714,24 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11094
11714
  },
11095
11715
  useWorkflowBuildId: {
11096
11716
  type: "google.protobuf.Empty",
11097
- id: 13
11717
+ id: 13,
11718
+ options: {
11719
+ deprecated: true
11720
+ }
11098
11721
  },
11099
11722
  lastIndependentlyAssignedBuildId: {
11100
11723
  type: "string",
11101
- id: 14
11724
+ id: 14,
11725
+ options: {
11726
+ deprecated: true
11727
+ }
11102
11728
  },
11103
11729
  lastWorkerVersionStamp: {
11104
11730
  type: "temporal.api.common.v1.WorkerVersionStamp",
11105
- id: 15
11731
+ id: 15,
11732
+ options: {
11733
+ deprecated: true
11734
+ }
11106
11735
  },
11107
11736
  currentRetryInterval: {
11108
11737
  type: "google.protobuf.Duration",
@@ -11129,11 +11758,82 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11129
11758
  },
11130
11759
  lastWorkerDeploymentVersion: {
11131
11760
  type: "string",
11132
- id: 21
11761
+ id: 21,
11762
+ options: {
11763
+ deprecated: true
11764
+ }
11765
+ },
11766
+ lastDeploymentVersion: {
11767
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
11768
+ id: 25
11133
11769
  },
11134
11770
  priority: {
11135
11771
  type: "temporal.api.common.v1.Priority",
11136
11772
  id: 22
11773
+ },
11774
+ pauseInfo: {
11775
+ type: "PauseInfo",
11776
+ id: 23
11777
+ },
11778
+ activityOptions: {
11779
+ type: "temporal.api.activity.v1.ActivityOptions",
11780
+ id: 24
11781
+ }
11782
+ },
11783
+ nested: {
11784
+ PauseInfo: {
11785
+ oneofs: {
11786
+ pausedBy: {
11787
+ oneof: [
11788
+ "manual",
11789
+ "rule"
11790
+ ]
11791
+ }
11792
+ },
11793
+ fields: {
11794
+ pauseTime: {
11795
+ type: "google.protobuf.Timestamp",
11796
+ id: 1
11797
+ },
11798
+ manual: {
11799
+ type: "Manual",
11800
+ id: 2
11801
+ },
11802
+ rule: {
11803
+ type: "Rule",
11804
+ id: 4
11805
+ }
11806
+ },
11807
+ nested: {
11808
+ Manual: {
11809
+ fields: {
11810
+ identity: {
11811
+ type: "string",
11812
+ id: 1
11813
+ },
11814
+ reason: {
11815
+ type: "string",
11816
+ id: 2
11817
+ }
11818
+ }
11819
+ },
11820
+ Rule: {
11821
+ fields: {
11822
+ ruleId: {
11823
+ type: "string",
11824
+ id: 1
11825
+ },
11826
+ identity: {
11827
+ type: "string",
11828
+ id: 2
11829
+ },
11830
+ reason: {
11831
+ type: "string",
11832
+ id: 3
11833
+ }
11834
+ }
11835
+ }
11836
+ }
11137
11837
  }
11138
11838
  }
11139
11839
  },
@@ -11202,7 +11902,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11202
11902
  },
11203
11903
  binaryChecksum: {
11204
11904
  type: "string",
11205
- id: 1
11905
+ id: 1,
11906
+ options: {
11907
+ deprecated: true
11908
+ }
11206
11909
  },
11207
11910
  runId: {
11208
11911
  type: "string",
@@ -11459,10 +12162,29 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11459
12162
  }
11460
12163
  },
11461
12164
  VersioningOverride: {
12165
+ oneofs: {
12166
+ override: {
12167
+ oneof: [
12168
+ "pinned",
12169
+ "autoUpgrade"
12170
+ ]
12171
+ }
12172
+ },
11462
12173
  fields: {
11463
- behavior: {
11464
- type: "temporal.api.enums.v1.VersioningBehavior",
11465
- id: 1
12174
+ pinned: {
12175
+ type: "PinnedOverride",
12176
+ id: 3
12177
+ },
12178
+ autoUpgrade: {
12179
+ type: "bool",
12180
+ id: 4
12181
+ },
12182
+ behavior: {
12183
+ type: "temporal.api.enums.v1.VersioningBehavior",
12184
+ id: 1,
12185
+ options: {
12186
+ deprecated: true
12187
+ }
11466
12188
  },
11467
12189
  deployment: {
11468
12190
  type: "temporal.api.deployment.v1.Deployment",
@@ -11473,7 +12195,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11473
12195
  },
11474
12196
  pinnedVersion: {
11475
12197
  type: "string",
11476
- id: 9
12198
+ id: 9,
12199
+ options: {
12200
+ deprecated: true
12201
+ }
12202
+ }
12203
+ },
12204
+ nested: {
12205
+ PinnedOverride: {
12206
+ fields: {
12207
+ behavior: {
12208
+ type: "PinnedOverrideBehavior",
12209
+ id: 1
12210
+ },
12211
+ version: {
12212
+ type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
12213
+ id: 2
12214
+ }
12215
+ }
12216
+ },
12217
+ PinnedOverrideBehavior: {
12218
+ values: {
12219
+ PINNED_OVERRIDE_BEHAVIOR_UNSPECIFIED: 0,
12220
+ PINNED_OVERRIDE_BEHAVIOR_PINNED: 1
12221
+ }
11477
12222
  }
11478
12223
  }
11479
12224
  },
@@ -11492,6 +12237,77 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
11492
12237
  id: 3
11493
12238
  }
11494
12239
  }
12240
+ },
12241
+ RequestIdInfo: {
12242
+ fields: {
12243
+ eventType: {
12244
+ type: "temporal.api.enums.v1.EventType",
12245
+ id: 1
12246
+ },
12247
+ eventId: {
12248
+ type: "int64",
12249
+ id: 2
12250
+ },
12251
+ buffered: {
12252
+ type: "bool",
12253
+ id: 3
12254
+ }
12255
+ }
12256
+ },
12257
+ PostResetOperation: {
12258
+ oneofs: {
12259
+ variant: {
12260
+ oneof: [
12261
+ "signalWorkflow",
12262
+ "updateWorkflowOptions"
12263
+ ]
12264
+ }
12265
+ },
12266
+ fields: {
12267
+ signalWorkflow: {
12268
+ type: "SignalWorkflow",
12269
+ id: 1
12270
+ },
12271
+ updateWorkflowOptions: {
12272
+ type: "UpdateWorkflowOptions",
12273
+ id: 2
12274
+ }
12275
+ },
12276
+ nested: {
12277
+ SignalWorkflow: {
12278
+ fields: {
12279
+ signalName: {
12280
+ type: "string",
12281
+ id: 1
12282
+ },
12283
+ input: {
12284
+ type: "temporal.api.common.v1.Payloads",
12285
+ id: 2
12286
+ },
12287
+ header: {
12288
+ type: "temporal.api.common.v1.Header",
12289
+ id: 3
12290
+ },
12291
+ links: {
12292
+ rule: "repeated",
12293
+ type: "temporal.api.common.v1.Link",
12294
+ id: 4
12295
+ }
12296
+ }
12297
+ },
12298
+ UpdateWorkflowOptions: {
12299
+ fields: {
12300
+ workflowExecutionOptions: {
12301
+ type: "temporal.api.workflow.v1.WorkflowExecutionOptions",
12302
+ id: 1
12303
+ },
12304
+ updateMask: {
12305
+ type: "google.protobuf.FieldMask",
12306
+ id: 2
12307
+ }
12308
+ }
12309
+ }
12310
+ }
11495
12311
  }
11496
12312
  }
11497
12313
  }
@@ -12484,6 +13300,104 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
12484
13300
  }
12485
13301
  }
12486
13302
  },
13303
+ rules: {
13304
+ nested: {
13305
+ v1: {
13306
+ options: {
13307
+ go_package: "go.temporal.io/api/rules/v1;rules",
13308
+ java_package: "io.temporal.api.rules.v1",
13309
+ java_multiple_files: true,
13310
+ java_outer_classname: "MessageProto",
13311
+ ruby_package: "Temporalio::Api::Rules::V1",
13312
+ csharp_namespace: "Temporalio.Api.Rules.V1"
13313
+ },
13314
+ nested: {
13315
+ WorkflowRuleAction: {
13316
+ oneofs: {
13317
+ variant: {
13318
+ oneof: [
13319
+ "activityPause"
13320
+ ]
13321
+ }
13322
+ },
13323
+ fields: {
13324
+ activityPause: {
13325
+ type: "ActionActivityPause",
13326
+ id: 1
13327
+ }
13328
+ },
13329
+ nested: {
13330
+ ActionActivityPause: {
13331
+ fields: {}
13332
+ }
13333
+ }
13334
+ },
13335
+ WorkflowRuleSpec: {
13336
+ oneofs: {
13337
+ trigger: {
13338
+ oneof: [
13339
+ "activityStart"
13340
+ ]
13341
+ }
13342
+ },
13343
+ fields: {
13344
+ id: {
13345
+ type: "string",
13346
+ id: 1
13347
+ },
13348
+ activityStart: {
13349
+ type: "ActivityStartingTrigger",
13350
+ id: 2
13351
+ },
13352
+ visibilityQuery: {
13353
+ type: "string",
13354
+ id: 3
13355
+ },
13356
+ actions: {
13357
+ rule: "repeated",
13358
+ type: "WorkflowRuleAction",
13359
+ id: 4
13360
+ },
13361
+ expirationTime: {
13362
+ type: "google.protobuf.Timestamp",
13363
+ id: 5
13364
+ }
13365
+ },
13366
+ nested: {
13367
+ ActivityStartingTrigger: {
13368
+ fields: {
13369
+ predicate: {
13370
+ type: "string",
13371
+ id: 1
13372
+ }
13373
+ }
13374
+ }
13375
+ }
13376
+ },
13377
+ WorkflowRule: {
13378
+ fields: {
13379
+ createTime: {
13380
+ type: "google.protobuf.Timestamp",
13381
+ id: 1
13382
+ },
13383
+ spec: {
13384
+ type: "WorkflowRuleSpec",
13385
+ id: 2
13386
+ },
13387
+ createdByIdentity: {
13388
+ type: "string",
13389
+ id: 3
13390
+ },
13391
+ description: {
13392
+ type: "string",
13393
+ id: 4
13394
+ }
13395
+ }
13396
+ }
13397
+ }
13398
+ }
13399
+ }
13400
+ },
12487
13401
  schedule: {
12488
13402
  nested: {
12489
13403
  v1: {
@@ -13074,6 +13988,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13074
13988
  resetReapplyType: {
13075
13989
  type: "temporal.api.enums.v1.ResetReapplyType",
13076
13990
  id: 2
13991
+ },
13992
+ postResetOperations: {
13993
+ rule: "repeated",
13994
+ type: "temporal.api.workflow.v1.PostResetOperation",
13995
+ id: 5
13077
13996
  }
13078
13997
  }
13079
13998
  },
@@ -13128,6 +14047,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13128
14047
  id: 6
13129
14048
  }
13130
14049
  }
14050
+ },
14051
+ BatchOperationTriggerWorkflowRule: {
14052
+ oneofs: {
14053
+ rule: {
14054
+ oneof: [
14055
+ "id",
14056
+ "spec"
14057
+ ]
14058
+ }
14059
+ },
14060
+ fields: {
14061
+ identity: {
14062
+ type: "string",
14063
+ id: 1
14064
+ },
14065
+ id: {
14066
+ type: "string",
14067
+ id: 2
14068
+ },
14069
+ spec: {
14070
+ type: "temporal.api.rules.v1.WorkflowRuleSpec",
14071
+ id: 3
14072
+ }
14073
+ }
13131
14074
  }
13132
14075
  }
13133
14076
  }
@@ -13805,6 +14748,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
13805
14748
  }
13806
14749
  ]
13807
14750
  },
14751
+ DeleteNamespaceRegion: {
14752
+ requestType: "DeleteNamespaceRegionRequest",
14753
+ responseType: "DeleteNamespaceRegionResponse",
14754
+ options: {
14755
+ "(google.api.http).delete": "/cloud/namespaces/{namespace}/regions/{region}"
14756
+ },
14757
+ parsedOptions: [
14758
+ {
14759
+ "(google.api.http)": {
14760
+ "delete": "/cloud/namespaces/{namespace}/regions/{region}"
14761
+ }
14762
+ }
14763
+ ]
14764
+ },
13808
14765
  GetRegions: {
13809
14766
  requestType: "GetRegionsRequest",
13810
14767
  responseType: "GetRegionsResponse",
@@ -14071,6 +15028,52 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14071
15028
  }
14072
15029
  ]
14073
15030
  },
15031
+ AddUserGroupMember: {
15032
+ requestType: "AddUserGroupMemberRequest",
15033
+ responseType: "AddUserGroupMemberResponse",
15034
+ options: {
15035
+ "(google.api.http).post": "/cloud/user-groups/{group_id}/members",
15036
+ "(google.api.http).body": "*"
15037
+ },
15038
+ parsedOptions: [
15039
+ {
15040
+ "(google.api.http)": {
15041
+ post: "/cloud/user-groups/{group_id}/members",
15042
+ body: "*"
15043
+ }
15044
+ }
15045
+ ]
15046
+ },
15047
+ RemoveUserGroupMember: {
15048
+ requestType: "RemoveUserGroupMemberRequest",
15049
+ responseType: "RemoveUserGroupMemberResponse",
15050
+ options: {
15051
+ "(google.api.http).post": "/cloud/user-groups/{group_id}/remove-member",
15052
+ "(google.api.http).body": "*"
15053
+ },
15054
+ parsedOptions: [
15055
+ {
15056
+ "(google.api.http)": {
15057
+ post: "/cloud/user-groups/{group_id}/remove-member",
15058
+ body: "*"
15059
+ }
15060
+ }
15061
+ ]
15062
+ },
15063
+ GetUserGroupMembers: {
15064
+ requestType: "GetUserGroupMembersRequest",
15065
+ responseType: "GetUserGroupMembersResponse",
15066
+ options: {
15067
+ "(google.api.http).get": "/cloud/user-groups/{group_id}/members"
15068
+ },
15069
+ parsedOptions: [
15070
+ {
15071
+ "(google.api.http)": {
15072
+ get: "/cloud/user-groups/{group_id}/members"
15073
+ }
15074
+ }
15075
+ ]
15076
+ },
14074
15077
  CreateServiceAccount: {
14075
15078
  requestType: "CreateServiceAccountRequest",
14076
15079
  responseType: "CreateServiceAccountResponse",
@@ -14659,6 +15662,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14659
15662
  }
14660
15663
  }
14661
15664
  },
15665
+ DeleteNamespaceRegionRequest: {
15666
+ fields: {
15667
+ namespace: {
15668
+ type: "string",
15669
+ id: 1
15670
+ },
15671
+ region: {
15672
+ type: "string",
15673
+ id: 2
15674
+ },
15675
+ resourceVersion: {
15676
+ type: "string",
15677
+ id: 3
15678
+ },
15679
+ asyncOperationId: {
15680
+ type: "string",
15681
+ id: 4
15682
+ }
15683
+ }
15684
+ },
15685
+ DeleteNamespaceRegionResponse: {
15686
+ fields: {
15687
+ asyncOperation: {
15688
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
15689
+ id: 1
15690
+ }
15691
+ }
15692
+ },
14662
15693
  GetRegionsRequest: {
14663
15694
  fields: {}
14664
15695
  },
@@ -14973,6 +16004,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14973
16004
  googleGroup: {
14974
16005
  type: "GoogleGroupFilter",
14975
16006
  id: 5
16007
+ },
16008
+ scimGroup: {
16009
+ type: "SCIMGroupFilter",
16010
+ id: 6
14976
16011
  }
14977
16012
  },
14978
16013
  nested: {
@@ -14983,6 +16018,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14983
16018
  id: 1
14984
16019
  }
14985
16020
  }
16021
+ },
16022
+ SCIMGroupFilter: {
16023
+ fields: {
16024
+ idpId: {
16025
+ type: "string",
16026
+ id: 1
16027
+ }
16028
+ }
14986
16029
  }
14987
16030
  }
14988
16031
  },
@@ -15123,9 +16166,86 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15123
16166
  }
15124
16167
  }
15125
16168
  },
15126
- CreateServiceAccountRequest: {
16169
+ AddUserGroupMemberRequest: {
15127
16170
  fields: {
15128
- spec: {
16171
+ groupId: {
16172
+ type: "string",
16173
+ id: 1
16174
+ },
16175
+ memberId: {
16176
+ type: "temporal.api.cloud.identity.v1.UserGroupMemberId",
16177
+ id: 2
16178
+ },
16179
+ asyncOperationId: {
16180
+ type: "string",
16181
+ id: 3
16182
+ }
16183
+ }
16184
+ },
16185
+ AddUserGroupMemberResponse: {
16186
+ fields: {
16187
+ asyncOperation: {
16188
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
16189
+ id: 1
16190
+ }
16191
+ }
16192
+ },
16193
+ RemoveUserGroupMemberRequest: {
16194
+ fields: {
16195
+ groupId: {
16196
+ type: "string",
16197
+ id: 1
16198
+ },
16199
+ memberId: {
16200
+ type: "temporal.api.cloud.identity.v1.UserGroupMemberId",
16201
+ id: 2
16202
+ },
16203
+ asyncOperationId: {
16204
+ type: "string",
16205
+ id: 3
16206
+ }
16207
+ }
16208
+ },
16209
+ RemoveUserGroupMemberResponse: {
16210
+ fields: {
16211
+ asyncOperation: {
16212
+ type: "temporal.api.cloud.operation.v1.AsyncOperation",
16213
+ id: 1
16214
+ }
16215
+ }
16216
+ },
16217
+ GetUserGroupMembersRequest: {
16218
+ fields: {
16219
+ pageSize: {
16220
+ type: "int32",
16221
+ id: 1
16222
+ },
16223
+ pageToken: {
16224
+ type: "string",
16225
+ id: 2
16226
+ },
16227
+ groupId: {
16228
+ type: "string",
16229
+ id: 3
16230
+ }
16231
+ }
16232
+ },
16233
+ GetUserGroupMembersResponse: {
16234
+ fields: {
16235
+ members: {
16236
+ rule: "repeated",
16237
+ type: "temporal.api.cloud.identity.v1.UserGroupMember",
16238
+ id: 1
16239
+ },
16240
+ nextPageToken: {
16241
+ type: "string",
16242
+ id: 2
16243
+ }
16244
+ }
16245
+ },
16246
+ CreateServiceAccountRequest: {
16247
+ fields: {
16248
+ spec: {
15129
16249
  type: "temporal.api.cloud.identity.v1.ServiceAccountSpec",
15130
16250
  id: 1
15131
16251
  },
@@ -15611,6 +16731,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15611
16731
  }
15612
16732
  }
15613
16733
  },
16734
+ NamespaceScopedAccess: {
16735
+ fields: {
16736
+ namespace: {
16737
+ type: "string",
16738
+ id: 1
16739
+ },
16740
+ access: {
16741
+ type: "NamespaceAccess",
16742
+ id: 2
16743
+ }
16744
+ }
16745
+ },
15614
16746
  UserSpec: {
15615
16747
  fields: {
15616
16748
  email: {
@@ -15686,7 +16818,27 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15686
16818
  }
15687
16819
  }
15688
16820
  },
16821
+ SCIMGroupSpec: {
16822
+ fields: {
16823
+ idpId: {
16824
+ type: "string",
16825
+ id: 1
16826
+ }
16827
+ }
16828
+ },
16829
+ CloudGroupSpec: {
16830
+ fields: {}
16831
+ },
15689
16832
  UserGroupSpec: {
16833
+ oneofs: {
16834
+ groupType: {
16835
+ oneof: [
16836
+ "googleGroup",
16837
+ "scimGroup",
16838
+ "cloudGroup"
16839
+ ]
16840
+ }
16841
+ },
15690
16842
  fields: {
15691
16843
  displayName: {
15692
16844
  type: "string",
@@ -15699,6 +16851,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15699
16851
  googleGroup: {
15700
16852
  type: "GoogleGroupSpec",
15701
16853
  id: 3
16854
+ },
16855
+ scimGroup: {
16856
+ type: "SCIMGroupSpec",
16857
+ id: 4
16858
+ },
16859
+ cloudGroup: {
16860
+ type: "CloudGroupSpec",
16861
+ id: 5
15702
16862
  }
15703
16863
  }
15704
16864
  },
@@ -15741,6 +16901,33 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15741
16901
  }
15742
16902
  }
15743
16903
  },
16904
+ UserGroupMemberId: {
16905
+ oneofs: {
16906
+ memberType: {
16907
+ oneof: [
16908
+ "userId"
16909
+ ]
16910
+ }
16911
+ },
16912
+ fields: {
16913
+ userId: {
16914
+ type: "string",
16915
+ id: 1
16916
+ }
16917
+ }
16918
+ },
16919
+ UserGroupMember: {
16920
+ fields: {
16921
+ memberId: {
16922
+ type: "UserGroupMemberId",
16923
+ id: 1
16924
+ },
16925
+ createdTime: {
16926
+ type: "google.protobuf.Timestamp",
16927
+ id: 2
16928
+ }
16929
+ }
16930
+ },
15744
16931
  ServiceAccount: {
15745
16932
  fields: {
15746
16933
  id: {
@@ -15790,6 +16977,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15790
16977
  type: "Access",
15791
16978
  id: 2
15792
16979
  },
16980
+ namespaceScopedAccess: {
16981
+ type: "NamespaceScopedAccess",
16982
+ id: 4
16983
+ },
15793
16984
  description: {
15794
16985
  type: "string",
15795
16986
  id: 3
@@ -15979,6 +17170,50 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15979
17170
  includeCrossOriginCredentials: {
15980
17171
  type: "bool",
15981
17172
  id: 3
17173
+ },
17174
+ customErrorMessage: {
17175
+ type: "CustomErrorMessage",
17176
+ id: 4
17177
+ }
17178
+ },
17179
+ nested: {
17180
+ CustomErrorMessage: {
17181
+ fields: {
17182
+ "default": {
17183
+ type: "ErrorMessage",
17184
+ id: 1
17185
+ }
17186
+ },
17187
+ nested: {
17188
+ ErrorMessage: {
17189
+ fields: {
17190
+ message: {
17191
+ type: "string",
17192
+ id: 1
17193
+ },
17194
+ link: {
17195
+ type: "string",
17196
+ id: 2
17197
+ }
17198
+ }
17199
+ }
17200
+ }
17201
+ }
17202
+ }
17203
+ },
17204
+ LifecycleSpec: {
17205
+ fields: {
17206
+ enableDeleteProtection: {
17207
+ type: "bool",
17208
+ id: 1
17209
+ }
17210
+ }
17211
+ },
17212
+ HighAvailabilitySpec: {
17213
+ fields: {
17214
+ disableManagedFailover: {
17215
+ type: "bool",
17216
+ id: 1
15982
17217
  }
15983
17218
  }
15984
17219
  },
@@ -16021,6 +17256,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16021
17256
  codecServer: {
16022
17257
  type: "CodecServerSpec",
16023
17258
  id: 6
17259
+ },
17260
+ lifecycle: {
17261
+ type: "LifecycleSpec",
17262
+ id: 9
17263
+ },
17264
+ highAvailability: {
17265
+ type: "HighAvailabilitySpec",
17266
+ id: 10
16024
17267
  }
16025
17268
  },
16026
17269
  nested: {
@@ -16337,9 +17580,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16337
17580
  type: "EndpointPolicySpec",
16338
17581
  id: 3
16339
17582
  },
16340
- description: {
17583
+ descriptionDeprecated: {
16341
17584
  type: "string",
16342
- id: 4
17585
+ id: 4,
17586
+ options: {
17587
+ deprecated: true
17588
+ }
17589
+ },
17590
+ description: {
17591
+ type: "temporal.api.common.v1.Payload",
17592
+ id: 5
16343
17593
  }
16344
17594
  }
16345
17595
  },
@@ -16953,104 +18203,239 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16953
18203
  optimize_for: "SPEED"
16954
18204
  },
16955
18205
  nested: {
16956
- FileDescriptorSet: {
18206
+ Duration: {
16957
18207
  fields: {
16958
- file: {
16959
- rule: "repeated",
16960
- type: "FileDescriptorProto",
18208
+ seconds: {
18209
+ type: "int64",
16961
18210
  id: 1
18211
+ },
18212
+ nanos: {
18213
+ type: "int32",
18214
+ id: 2
16962
18215
  }
16963
18216
  }
16964
18217
  },
16965
- FileDescriptorProto: {
18218
+ Empty: {
18219
+ fields: {}
18220
+ },
18221
+ Timestamp: {
16966
18222
  fields: {
16967
- name: {
16968
- type: "string",
18223
+ seconds: {
18224
+ type: "int64",
16969
18225
  id: 1
16970
18226
  },
16971
- "package": {
16972
- type: "string",
16973
- id: 2
16974
- },
16975
- dependency: {
16976
- rule: "repeated",
16977
- type: "string",
16978
- id: 3
16979
- },
16980
- publicDependency: {
16981
- rule: "repeated",
16982
- type: "int32",
16983
- id: 10,
16984
- options: {
16985
- packed: false
16986
- }
16987
- },
16988
- weakDependency: {
16989
- rule: "repeated",
18227
+ nanos: {
16990
18228
  type: "int32",
16991
- id: 11,
16992
- options: {
16993
- packed: false
16994
- }
16995
- },
16996
- messageType: {
16997
- rule: "repeated",
16998
- type: "DescriptorProto",
16999
- id: 4
17000
- },
17001
- enumType: {
17002
- rule: "repeated",
17003
- type: "EnumDescriptorProto",
17004
- id: 5
17005
- },
17006
- service: {
17007
- rule: "repeated",
17008
- type: "ServiceDescriptorProto",
17009
- id: 6
17010
- },
17011
- extension: {
17012
- rule: "repeated",
17013
- type: "FieldDescriptorProto",
17014
- id: 7
17015
- },
17016
- options: {
17017
- type: "FileOptions",
17018
- id: 8
17019
- },
17020
- sourceCodeInfo: {
17021
- type: "SourceCodeInfo",
17022
- id: 9
17023
- },
17024
- syntax: {
17025
- type: "string",
17026
- id: 12
18229
+ id: 2
17027
18230
  }
17028
18231
  }
17029
18232
  },
17030
- DescriptorProto: {
18233
+ DoubleValue: {
17031
18234
  fields: {
17032
- name: {
17033
- type: "string",
18235
+ value: {
18236
+ type: "double",
17034
18237
  id: 1
17035
- },
17036
- field: {
17037
- rule: "repeated",
17038
- type: "FieldDescriptorProto",
17039
- id: 2
17040
- },
17041
- extension: {
17042
- rule: "repeated",
17043
- type: "FieldDescriptorProto",
17044
- id: 6
17045
- },
17046
- nestedType: {
17047
- rule: "repeated",
17048
- type: "DescriptorProto",
17049
- id: 3
17050
- },
17051
- enumType: {
17052
- rule: "repeated",
17053
- type: "EnumDescriptorProto",
18238
+ }
18239
+ }
18240
+ },
18241
+ FloatValue: {
18242
+ fields: {
18243
+ value: {
18244
+ type: "float",
18245
+ id: 1
18246
+ }
18247
+ }
18248
+ },
18249
+ Int64Value: {
18250
+ fields: {
18251
+ value: {
18252
+ type: "int64",
18253
+ id: 1
18254
+ }
18255
+ }
18256
+ },
18257
+ UInt64Value: {
18258
+ fields: {
18259
+ value: {
18260
+ type: "uint64",
18261
+ id: 1
18262
+ }
18263
+ }
18264
+ },
18265
+ Int32Value: {
18266
+ fields: {
18267
+ value: {
18268
+ type: "int32",
18269
+ id: 1
18270
+ }
18271
+ }
18272
+ },
18273
+ UInt32Value: {
18274
+ fields: {
18275
+ value: {
18276
+ type: "uint32",
18277
+ id: 1
18278
+ }
18279
+ }
18280
+ },
18281
+ BoolValue: {
18282
+ fields: {
18283
+ value: {
18284
+ type: "bool",
18285
+ id: 1
18286
+ }
18287
+ }
18288
+ },
18289
+ StringValue: {
18290
+ fields: {
18291
+ value: {
18292
+ type: "string",
18293
+ id: 1
18294
+ }
18295
+ }
18296
+ },
18297
+ BytesValue: {
18298
+ fields: {
18299
+ value: {
18300
+ type: "bytes",
18301
+ id: 1
18302
+ }
18303
+ }
18304
+ },
18305
+ FieldMask: {
18306
+ fields: {
18307
+ paths: {
18308
+ rule: "repeated",
18309
+ type: "string",
18310
+ id: 1
18311
+ }
18312
+ }
18313
+ },
18314
+ Any: {
18315
+ fields: {
18316
+ type_url: {
18317
+ type: "string",
18318
+ id: 1
18319
+ },
18320
+ value: {
18321
+ type: "bytes",
18322
+ id: 2
18323
+ }
18324
+ }
18325
+ },
18326
+ FileDescriptorSet: {
18327
+ edition: "proto2",
18328
+ fields: {
18329
+ file: {
18330
+ rule: "repeated",
18331
+ type: "FileDescriptorProto",
18332
+ id: 1
18333
+ }
18334
+ }
18335
+ },
18336
+ Edition: {
18337
+ edition: "proto2",
18338
+ values: {
18339
+ EDITION_UNKNOWN: 0,
18340
+ EDITION_PROTO2: 998,
18341
+ EDITION_PROTO3: 999,
18342
+ EDITION_2023: 1000,
18343
+ EDITION_1_TEST_ONLY: 1,
18344
+ EDITION_2_TEST_ONLY: 2,
18345
+ EDITION_99997_TEST_ONLY: 99997,
18346
+ EDITION_99998_TEST_ONLY: 99998,
18347
+ EDITION_99999_TEST_ONLY: 99999
18348
+ }
18349
+ },
18350
+ FileDescriptorProto: {
18351
+ edition: "proto2",
18352
+ fields: {
18353
+ name: {
18354
+ type: "string",
18355
+ id: 1
18356
+ },
18357
+ "package": {
18358
+ type: "string",
18359
+ id: 2
18360
+ },
18361
+ dependency: {
18362
+ rule: "repeated",
18363
+ type: "string",
18364
+ id: 3
18365
+ },
18366
+ publicDependency: {
18367
+ rule: "repeated",
18368
+ type: "int32",
18369
+ id: 10
18370
+ },
18371
+ weakDependency: {
18372
+ rule: "repeated",
18373
+ type: "int32",
18374
+ id: 11
18375
+ },
18376
+ messageType: {
18377
+ rule: "repeated",
18378
+ type: "DescriptorProto",
18379
+ id: 4
18380
+ },
18381
+ enumType: {
18382
+ rule: "repeated",
18383
+ type: "EnumDescriptorProto",
18384
+ id: 5
18385
+ },
18386
+ service: {
18387
+ rule: "repeated",
18388
+ type: "ServiceDescriptorProto",
18389
+ id: 6
18390
+ },
18391
+ extension: {
18392
+ rule: "repeated",
18393
+ type: "FieldDescriptorProto",
18394
+ id: 7
18395
+ },
18396
+ options: {
18397
+ type: "FileOptions",
18398
+ id: 8
18399
+ },
18400
+ sourceCodeInfo: {
18401
+ type: "SourceCodeInfo",
18402
+ id: 9
18403
+ },
18404
+ syntax: {
18405
+ type: "string",
18406
+ id: 12
18407
+ },
18408
+ edition: {
18409
+ type: "Edition",
18410
+ id: 14
18411
+ }
18412
+ }
18413
+ },
18414
+ DescriptorProto: {
18415
+ edition: "proto2",
18416
+ fields: {
18417
+ name: {
18418
+ type: "string",
18419
+ id: 1
18420
+ },
18421
+ field: {
18422
+ rule: "repeated",
18423
+ type: "FieldDescriptorProto",
18424
+ id: 2
18425
+ },
18426
+ extension: {
18427
+ rule: "repeated",
18428
+ type: "FieldDescriptorProto",
18429
+ id: 6
18430
+ },
18431
+ nestedType: {
18432
+ rule: "repeated",
18433
+ type: "DescriptorProto",
18434
+ id: 3
18435
+ },
18436
+ enumType: {
18437
+ rule: "repeated",
18438
+ type: "EnumDescriptorProto",
17054
18439
  id: 4
17055
18440
  },
17056
18441
  extensionRange: {
@@ -17088,6 +18473,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17088
18473
  end: {
17089
18474
  type: "int32",
17090
18475
  id: 2
18476
+ },
18477
+ options: {
18478
+ type: "ExtensionRangeOptions",
18479
+ id: 3
17091
18480
  }
17092
18481
  }
17093
18482
  },
@@ -17105,7 +18494,81 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17105
18494
  }
17106
18495
  }
17107
18496
  },
18497
+ ExtensionRangeOptions: {
18498
+ edition: "proto2",
18499
+ fields: {
18500
+ uninterpretedOption: {
18501
+ rule: "repeated",
18502
+ type: "UninterpretedOption",
18503
+ id: 999
18504
+ },
18505
+ declaration: {
18506
+ rule: "repeated",
18507
+ type: "Declaration",
18508
+ id: 2,
18509
+ options: {
18510
+ retention: "RETENTION_SOURCE"
18511
+ }
18512
+ },
18513
+ features: {
18514
+ type: "FeatureSet",
18515
+ id: 50
18516
+ },
18517
+ verification: {
18518
+ type: "VerificationState",
18519
+ id: 3,
18520
+ options: {
18521
+ "default": "UNVERIFIED"
18522
+ }
18523
+ }
18524
+ },
18525
+ extensions: [
18526
+ [
18527
+ 1000,
18528
+ 536870911
18529
+ ]
18530
+ ],
18531
+ nested: {
18532
+ Declaration: {
18533
+ fields: {
18534
+ number: {
18535
+ type: "int32",
18536
+ id: 1
18537
+ },
18538
+ fullName: {
18539
+ type: "string",
18540
+ id: 2
18541
+ },
18542
+ type: {
18543
+ type: "string",
18544
+ id: 3
18545
+ },
18546
+ reserved: {
18547
+ type: "bool",
18548
+ id: 5
18549
+ },
18550
+ repeated: {
18551
+ type: "bool",
18552
+ id: 6
18553
+ }
18554
+ },
18555
+ reserved: [
18556
+ [
18557
+ 4,
18558
+ 4
18559
+ ]
18560
+ ]
18561
+ },
18562
+ VerificationState: {
18563
+ values: {
18564
+ DECLARATION: 0,
18565
+ UNVERIFIED: 1
18566
+ }
18567
+ }
18568
+ }
18569
+ },
17108
18570
  FieldDescriptorProto: {
18571
+ edition: "proto2",
17109
18572
  fields: {
17110
18573
  name: {
17111
18574
  type: "string",
@@ -17146,6 +18609,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17146
18609
  options: {
17147
18610
  type: "FieldOptions",
17148
18611
  id: 8
18612
+ },
18613
+ proto3Optional: {
18614
+ type: "bool",
18615
+ id: 17
17149
18616
  }
17150
18617
  },
17151
18618
  nested: {
@@ -17181,6 +18648,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17181
18648
  }
17182
18649
  },
17183
18650
  OneofDescriptorProto: {
18651
+ edition: "proto2",
17184
18652
  fields: {
17185
18653
  name: {
17186
18654
  type: "string",
@@ -17193,6 +18661,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17193
18661
  }
17194
18662
  },
17195
18663
  EnumDescriptorProto: {
18664
+ edition: "proto2",
17196
18665
  fields: {
17197
18666
  name: {
17198
18667
  type: "string",
@@ -17206,10 +18675,35 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17206
18675
  options: {
17207
18676
  type: "EnumOptions",
17208
18677
  id: 3
18678
+ },
18679
+ reservedRange: {
18680
+ rule: "repeated",
18681
+ type: "EnumReservedRange",
18682
+ id: 4
18683
+ },
18684
+ reservedName: {
18685
+ rule: "repeated",
18686
+ type: "string",
18687
+ id: 5
18688
+ }
18689
+ },
18690
+ nested: {
18691
+ EnumReservedRange: {
18692
+ fields: {
18693
+ start: {
18694
+ type: "int32",
18695
+ id: 1
18696
+ },
18697
+ end: {
18698
+ type: "int32",
18699
+ id: 2
18700
+ }
18701
+ }
17209
18702
  }
17210
18703
  }
17211
18704
  },
17212
18705
  EnumValueDescriptorProto: {
18706
+ edition: "proto2",
17213
18707
  fields: {
17214
18708
  name: {
17215
18709
  type: "string",
@@ -17226,6 +18720,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17226
18720
  }
17227
18721
  },
17228
18722
  ServiceDescriptorProto: {
18723
+ edition: "proto2",
17229
18724
  fields: {
17230
18725
  name: {
17231
18726
  type: "string",
@@ -17243,6 +18738,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17243
18738
  }
17244
18739
  },
17245
18740
  MethodDescriptorProto: {
18741
+ edition: "proto2",
17246
18742
  fields: {
17247
18743
  name: {
17248
18744
  type: "string",
@@ -17262,15 +18758,22 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17262
18758
  },
17263
18759
  clientStreaming: {
17264
18760
  type: "bool",
17265
- id: 5
18761
+ id: 5,
18762
+ options: {
18763
+ "default": false
18764
+ }
17266
18765
  },
17267
18766
  serverStreaming: {
17268
18767
  type: "bool",
17269
- id: 6
18768
+ id: 6,
18769
+ options: {
18770
+ "default": false
18771
+ }
17270
18772
  }
17271
18773
  }
17272
18774
  },
17273
18775
  FileOptions: {
18776
+ edition: "proto2",
17274
18777
  fields: {
17275
18778
  javaPackage: {
17276
18779
  type: "string",
@@ -17282,7 +18785,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17282
18785
  },
17283
18786
  javaMultipleFiles: {
17284
18787
  type: "bool",
17285
- id: 10
18788
+ id: 10,
18789
+ options: {
18790
+ "default": false
18791
+ }
17286
18792
  },
17287
18793
  javaGenerateEqualsAndHash: {
17288
18794
  type: "bool",
@@ -17293,7 +18799,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17293
18799
  },
17294
18800
  javaStringCheckUtf8: {
17295
18801
  type: "bool",
17296
- id: 27
18802
+ id: 27,
18803
+ options: {
18804
+ "default": false
18805
+ }
17297
18806
  },
17298
18807
  optimizeFor: {
17299
18808
  type: "OptimizeMode",
@@ -17308,23 +18817,45 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17308
18817
  },
17309
18818
  ccGenericServices: {
17310
18819
  type: "bool",
17311
- id: 16
18820
+ id: 16,
18821
+ options: {
18822
+ "default": false
18823
+ }
17312
18824
  },
17313
18825
  javaGenericServices: {
17314
18826
  type: "bool",
17315
- id: 17
18827
+ id: 17,
18828
+ options: {
18829
+ "default": false
18830
+ }
17316
18831
  },
17317
18832
  pyGenericServices: {
17318
18833
  type: "bool",
17319
- id: 18
18834
+ id: 18,
18835
+ options: {
18836
+ "default": false
18837
+ }
18838
+ },
18839
+ phpGenericServices: {
18840
+ type: "bool",
18841
+ id: 42,
18842
+ options: {
18843
+ "default": false
18844
+ }
17320
18845
  },
17321
18846
  deprecated: {
17322
18847
  type: "bool",
17323
- id: 23
18848
+ id: 23,
18849
+ options: {
18850
+ "default": false
18851
+ }
17324
18852
  },
17325
18853
  ccEnableArenas: {
17326
18854
  type: "bool",
17327
- id: 31
18855
+ id: 31,
18856
+ options: {
18857
+ "default": true
18858
+ }
17328
18859
  },
17329
18860
  objcClassPrefix: {
17330
18861
  type: "string",
@@ -17334,6 +18865,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17334
18865
  type: "string",
17335
18866
  id: 37
17336
18867
  },
18868
+ swiftPrefix: {
18869
+ type: "string",
18870
+ id: 39
18871
+ },
18872
+ phpClassPrefix: {
18873
+ type: "string",
18874
+ id: 40
18875
+ },
18876
+ phpNamespace: {
18877
+ type: "string",
18878
+ id: 41
18879
+ },
18880
+ phpMetadataNamespace: {
18881
+ type: "string",
18882
+ id: 44
18883
+ },
18884
+ rubyPackage: {
18885
+ type: "string",
18886
+ id: 45
18887
+ },
18888
+ features: {
18889
+ type: "FeatureSet",
18890
+ id: 50
18891
+ },
17337
18892
  uninterpretedOption: {
17338
18893
  rule: "repeated",
17339
18894
  type: "UninterpretedOption",
@@ -17363,23 +18918,44 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17363
18918
  }
17364
18919
  },
17365
18920
  MessageOptions: {
18921
+ edition: "proto2",
17366
18922
  fields: {
17367
18923
  messageSetWireFormat: {
17368
18924
  type: "bool",
17369
- id: 1
18925
+ id: 1,
18926
+ options: {
18927
+ "default": false
18928
+ }
17370
18929
  },
17371
18930
  noStandardDescriptorAccessor: {
17372
18931
  type: "bool",
17373
- id: 2
18932
+ id: 2,
18933
+ options: {
18934
+ "default": false
18935
+ }
17374
18936
  },
17375
18937
  deprecated: {
17376
18938
  type: "bool",
17377
- id: 3
18939
+ id: 3,
18940
+ options: {
18941
+ "default": false
18942
+ }
17378
18943
  },
17379
18944
  mapEntry: {
17380
18945
  type: "bool",
17381
18946
  id: 7
17382
18947
  },
18948
+ deprecatedLegacyJsonFieldConflicts: {
18949
+ type: "bool",
18950
+ id: 11,
18951
+ options: {
18952
+ deprecated: true
18953
+ }
18954
+ },
18955
+ features: {
18956
+ type: "FeatureSet",
18957
+ id: 12
18958
+ },
17383
18959
  uninterpretedOption: {
17384
18960
  rule: "repeated",
17385
18961
  type: "UninterpretedOption",
@@ -17393,13 +18969,30 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17393
18969
  ]
17394
18970
  ],
17395
18971
  reserved: [
18972
+ [
18973
+ 4,
18974
+ 4
18975
+ ],
18976
+ [
18977
+ 5,
18978
+ 5
18979
+ ],
18980
+ [
18981
+ 6,
18982
+ 6
18983
+ ],
17396
18984
  [
17397
18985
  8,
17398
18986
  8
18987
+ ],
18988
+ [
18989
+ 9,
18990
+ 9
17399
18991
  ]
17400
18992
  ]
17401
18993
  },
17402
18994
  FieldOptions: {
18995
+ edition: "proto2",
17403
18996
  fields: {
17404
18997
  ctype: {
17405
18998
  type: "CType",
@@ -17421,15 +19014,56 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17421
19014
  },
17422
19015
  lazy: {
17423
19016
  type: "bool",
17424
- id: 5
19017
+ id: 5,
19018
+ options: {
19019
+ "default": false
19020
+ }
19021
+ },
19022
+ unverifiedLazy: {
19023
+ type: "bool",
19024
+ id: 15,
19025
+ options: {
19026
+ "default": false
19027
+ }
17425
19028
  },
17426
19029
  deprecated: {
17427
19030
  type: "bool",
17428
- id: 3
19031
+ id: 3,
19032
+ options: {
19033
+ "default": false
19034
+ }
17429
19035
  },
17430
19036
  weak: {
17431
19037
  type: "bool",
17432
- id: 10
19038
+ id: 10,
19039
+ options: {
19040
+ "default": false
19041
+ }
19042
+ },
19043
+ debugRedact: {
19044
+ type: "bool",
19045
+ id: 16,
19046
+ options: {
19047
+ "default": false
19048
+ }
19049
+ },
19050
+ retention: {
19051
+ type: "OptionRetention",
19052
+ id: 17
19053
+ },
19054
+ targets: {
19055
+ rule: "repeated",
19056
+ type: "OptionTargetType",
19057
+ id: 19
19058
+ },
19059
+ editionDefaults: {
19060
+ rule: "repeated",
19061
+ type: "EditionDefault",
19062
+ id: 20
19063
+ },
19064
+ features: {
19065
+ type: "FeatureSet",
19066
+ id: 21
17433
19067
  },
17434
19068
  uninterpretedOption: {
17435
19069
  rule: "repeated",
@@ -17447,6 +19081,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17447
19081
  [
17448
19082
  4,
17449
19083
  4
19084
+ ],
19085
+ [
19086
+ 18,
19087
+ 18
17450
19088
  ]
17451
19089
  ],
17452
19090
  nested: {
@@ -17463,11 +19101,49 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17463
19101
  JS_STRING: 1,
17464
19102
  JS_NUMBER: 2
17465
19103
  }
19104
+ },
19105
+ OptionRetention: {
19106
+ values: {
19107
+ RETENTION_UNKNOWN: 0,
19108
+ RETENTION_RUNTIME: 1,
19109
+ RETENTION_SOURCE: 2
19110
+ }
19111
+ },
19112
+ OptionTargetType: {
19113
+ values: {
19114
+ TARGET_TYPE_UNKNOWN: 0,
19115
+ TARGET_TYPE_FILE: 1,
19116
+ TARGET_TYPE_EXTENSION_RANGE: 2,
19117
+ TARGET_TYPE_MESSAGE: 3,
19118
+ TARGET_TYPE_FIELD: 4,
19119
+ TARGET_TYPE_ONEOF: 5,
19120
+ TARGET_TYPE_ENUM: 6,
19121
+ TARGET_TYPE_ENUM_ENTRY: 7,
19122
+ TARGET_TYPE_SERVICE: 8,
19123
+ TARGET_TYPE_METHOD: 9
19124
+ }
19125
+ },
19126
+ EditionDefault: {
19127
+ fields: {
19128
+ edition: {
19129
+ type: "Edition",
19130
+ id: 3
19131
+ },
19132
+ value: {
19133
+ type: "string",
19134
+ id: 2
19135
+ }
19136
+ }
17466
19137
  }
17467
19138
  }
17468
19139
  },
17469
19140
  OneofOptions: {
19141
+ edition: "proto2",
17470
19142
  fields: {
19143
+ features: {
19144
+ type: "FeatureSet",
19145
+ id: 1
19146
+ },
17471
19147
  uninterpretedOption: {
17472
19148
  rule: "repeated",
17473
19149
  type: "UninterpretedOption",
@@ -17482,6 +19158,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17482
19158
  ]
17483
19159
  },
17484
19160
  EnumOptions: {
19161
+ edition: "proto2",
17485
19162
  fields: {
17486
19163
  allowAlias: {
17487
19164
  type: "bool",
@@ -17489,7 +19166,21 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17489
19166
  },
17490
19167
  deprecated: {
17491
19168
  type: "bool",
17492
- id: 3
19169
+ id: 3,
19170
+ options: {
19171
+ "default": false
19172
+ }
19173
+ },
19174
+ deprecatedLegacyJsonFieldConflicts: {
19175
+ type: "bool",
19176
+ id: 6,
19177
+ options: {
19178
+ deprecated: true
19179
+ }
19180
+ },
19181
+ features: {
19182
+ type: "FeatureSet",
19183
+ id: 7
17493
19184
  },
17494
19185
  uninterpretedOption: {
17495
19186
  rule: "repeated",
@@ -17502,13 +19193,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17502
19193
  1000,
17503
19194
  536870911
17504
19195
  ]
19196
+ ],
19197
+ reserved: [
19198
+ [
19199
+ 5,
19200
+ 5
19201
+ ]
17505
19202
  ]
17506
19203
  },
17507
19204
  EnumValueOptions: {
19205
+ edition: "proto2",
17508
19206
  fields: {
17509
19207
  deprecated: {
17510
19208
  type: "bool",
17511
- id: 1
19209
+ id: 1,
19210
+ options: {
19211
+ "default": false
19212
+ }
19213
+ },
19214
+ features: {
19215
+ type: "FeatureSet",
19216
+ id: 2
19217
+ },
19218
+ debugRedact: {
19219
+ type: "bool",
19220
+ id: 3,
19221
+ options: {
19222
+ "default": false
19223
+ }
17512
19224
  },
17513
19225
  uninterpretedOption: {
17514
19226
  rule: "repeated",
@@ -17524,10 +19236,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17524
19236
  ]
17525
19237
  },
17526
19238
  ServiceOptions: {
19239
+ edition: "proto2",
17527
19240
  fields: {
19241
+ features: {
19242
+ type: "FeatureSet",
19243
+ id: 34
19244
+ },
17528
19245
  deprecated: {
17529
19246
  type: "bool",
17530
- id: 33
19247
+ id: 33,
19248
+ options: {
19249
+ "default": false
19250
+ }
17531
19251
  },
17532
19252
  uninterpretedOption: {
17533
19253
  rule: "repeated",
@@ -17543,10 +19263,25 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17543
19263
  ]
17544
19264
  },
17545
19265
  MethodOptions: {
19266
+ edition: "proto2",
17546
19267
  fields: {
17547
19268
  deprecated: {
17548
19269
  type: "bool",
17549
- id: 33
19270
+ id: 33,
19271
+ options: {
19272
+ "default": false
19273
+ }
19274
+ },
19275
+ idempotencyLevel: {
19276
+ type: "IdempotencyLevel",
19277
+ id: 34,
19278
+ options: {
19279
+ "default": "IDEMPOTENCY_UNKNOWN"
19280
+ }
19281
+ },
19282
+ features: {
19283
+ type: "FeatureSet",
19284
+ id: 35
17550
19285
  },
17551
19286
  uninterpretedOption: {
17552
19287
  rule: "repeated",
@@ -17559,9 +19294,19 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17559
19294
  1000,
17560
19295
  536870911
17561
19296
  ]
17562
- ]
19297
+ ],
19298
+ nested: {
19299
+ IdempotencyLevel: {
19300
+ values: {
19301
+ IDEMPOTENCY_UNKNOWN: 0,
19302
+ NO_SIDE_EFFECTS: 1,
19303
+ IDEMPOTENT: 2
19304
+ }
19305
+ }
19306
+ }
17563
19307
  },
17564
19308
  UninterpretedOption: {
19309
+ edition: "proto2",
17565
19310
  fields: {
17566
19311
  name: {
17567
19312
  rule: "repeated",
@@ -17610,7 +19355,170 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17610
19355
  }
17611
19356
  }
17612
19357
  },
19358
+ FeatureSet: {
19359
+ edition: "proto2",
19360
+ fields: {
19361
+ fieldPresence: {
19362
+ type: "FieldPresence",
19363
+ id: 1,
19364
+ options: {
19365
+ retention: "RETENTION_RUNTIME",
19366
+ targets: "TARGET_TYPE_FILE",
19367
+ "edition_defaults.edition": "EDITION_2023",
19368
+ "edition_defaults.value": "EXPLICIT"
19369
+ }
19370
+ },
19371
+ enumType: {
19372
+ type: "EnumType",
19373
+ id: 2,
19374
+ options: {
19375
+ retention: "RETENTION_RUNTIME",
19376
+ targets: "TARGET_TYPE_FILE",
19377
+ "edition_defaults.edition": "EDITION_PROTO3",
19378
+ "edition_defaults.value": "OPEN"
19379
+ }
19380
+ },
19381
+ repeatedFieldEncoding: {
19382
+ type: "RepeatedFieldEncoding",
19383
+ id: 3,
19384
+ options: {
19385
+ retention: "RETENTION_RUNTIME",
19386
+ targets: "TARGET_TYPE_FILE",
19387
+ "edition_defaults.edition": "EDITION_PROTO3",
19388
+ "edition_defaults.value": "PACKED"
19389
+ }
19390
+ },
19391
+ utf8Validation: {
19392
+ type: "Utf8Validation",
19393
+ id: 4,
19394
+ options: {
19395
+ retention: "RETENTION_RUNTIME",
19396
+ targets: "TARGET_TYPE_FILE",
19397
+ "edition_defaults.edition": "EDITION_PROTO3",
19398
+ "edition_defaults.value": "VERIFY"
19399
+ }
19400
+ },
19401
+ messageEncoding: {
19402
+ type: "MessageEncoding",
19403
+ id: 5,
19404
+ options: {
19405
+ retention: "RETENTION_RUNTIME",
19406
+ targets: "TARGET_TYPE_FILE",
19407
+ "edition_defaults.edition": "EDITION_PROTO2",
19408
+ "edition_defaults.value": "LENGTH_PREFIXED"
19409
+ }
19410
+ },
19411
+ jsonFormat: {
19412
+ type: "JsonFormat",
19413
+ id: 6,
19414
+ options: {
19415
+ retention: "RETENTION_RUNTIME",
19416
+ targets: "TARGET_TYPE_FILE",
19417
+ "edition_defaults.edition": "EDITION_PROTO3",
19418
+ "edition_defaults.value": "ALLOW"
19419
+ }
19420
+ }
19421
+ },
19422
+ extensions: [
19423
+ [
19424
+ 1000,
19425
+ 1000
19426
+ ],
19427
+ [
19428
+ 1001,
19429
+ 1001
19430
+ ],
19431
+ [
19432
+ 9995,
19433
+ 9999
19434
+ ]
19435
+ ],
19436
+ reserved: [
19437
+ [
19438
+ 999,
19439
+ 999
19440
+ ]
19441
+ ],
19442
+ nested: {
19443
+ FieldPresence: {
19444
+ values: {
19445
+ FIELD_PRESENCE_UNKNOWN: 0,
19446
+ EXPLICIT: 1,
19447
+ IMPLICIT: 2,
19448
+ LEGACY_REQUIRED: 3
19449
+ }
19450
+ },
19451
+ EnumType: {
19452
+ values: {
19453
+ ENUM_TYPE_UNKNOWN: 0,
19454
+ OPEN: 1,
19455
+ CLOSED: 2
19456
+ }
19457
+ },
19458
+ RepeatedFieldEncoding: {
19459
+ values: {
19460
+ REPEATED_FIELD_ENCODING_UNKNOWN: 0,
19461
+ PACKED: 1,
19462
+ EXPANDED: 2
19463
+ }
19464
+ },
19465
+ Utf8Validation: {
19466
+ values: {
19467
+ UTF8_VALIDATION_UNKNOWN: 0,
19468
+ UNVERIFIED: 1,
19469
+ VERIFY: 2
19470
+ }
19471
+ },
19472
+ MessageEncoding: {
19473
+ values: {
19474
+ MESSAGE_ENCODING_UNKNOWN: 0,
19475
+ LENGTH_PREFIXED: 1,
19476
+ DELIMITED: 2
19477
+ }
19478
+ },
19479
+ JsonFormat: {
19480
+ values: {
19481
+ JSON_FORMAT_UNKNOWN: 0,
19482
+ ALLOW: 1,
19483
+ LEGACY_BEST_EFFORT: 2
19484
+ }
19485
+ }
19486
+ }
19487
+ },
19488
+ FeatureSetDefaults: {
19489
+ edition: "proto2",
19490
+ fields: {
19491
+ defaults: {
19492
+ rule: "repeated",
19493
+ type: "FeatureSetEditionDefault",
19494
+ id: 1
19495
+ },
19496
+ minimumEdition: {
19497
+ type: "Edition",
19498
+ id: 4
19499
+ },
19500
+ maximumEdition: {
19501
+ type: "Edition",
19502
+ id: 5
19503
+ }
19504
+ },
19505
+ nested: {
19506
+ FeatureSetEditionDefault: {
19507
+ fields: {
19508
+ edition: {
19509
+ type: "Edition",
19510
+ id: 3
19511
+ },
19512
+ features: {
19513
+ type: "FeatureSet",
19514
+ id: 2
19515
+ }
19516
+ }
19517
+ }
19518
+ }
19519
+ },
17613
19520
  SourceCodeInfo: {
19521
+ edition: "proto2",
17614
19522
  fields: {
17615
19523
  location: {
17616
19524
  rule: "repeated",
@@ -17624,12 +19532,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17624
19532
  path: {
17625
19533
  rule: "repeated",
17626
19534
  type: "int32",
17627
- id: 1
19535
+ id: 1,
19536
+ options: {
19537
+ packed: true
19538
+ }
17628
19539
  },
17629
19540
  span: {
17630
19541
  rule: "repeated",
17631
19542
  type: "int32",
17632
- id: 2
19543
+ id: 2,
19544
+ options: {
19545
+ packed: true
19546
+ }
17633
19547
  },
17634
19548
  leadingComments: {
17635
19549
  type: "string",
@@ -17649,6 +19563,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17649
19563
  }
17650
19564
  },
17651
19565
  GeneratedCodeInfo: {
19566
+ edition: "proto2",
17652
19567
  fields: {
17653
19568
  annotation: {
17654
19569
  rule: "repeated",
@@ -17662,7 +19577,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17662
19577
  path: {
17663
19578
  rule: "repeated",
17664
19579
  type: "int32",
17665
- id: 1
19580
+ id: 1,
19581
+ options: {
19582
+ packed: true
19583
+ }
17666
19584
  },
17667
19585
  sourceFile: {
17668
19586
  type: "string",
@@ -17675,130 +19593,23 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17675
19593
  end: {
17676
19594
  type: "int32",
17677
19595
  id: 4
19596
+ },
19597
+ semantic: {
19598
+ type: "Semantic",
19599
+ id: 5
19600
+ }
19601
+ },
19602
+ nested: {
19603
+ Semantic: {
19604
+ values: {
19605
+ NONE: 0,
19606
+ SET: 1,
19607
+ ALIAS: 2
19608
+ }
17678
19609
  }
17679
19610
  }
17680
19611
  }
17681
19612
  }
17682
- },
17683
- Duration: {
17684
- fields: {
17685
- seconds: {
17686
- type: "int64",
17687
- id: 1
17688
- },
17689
- nanos: {
17690
- type: "int32",
17691
- id: 2
17692
- }
17693
- }
17694
- },
17695
- Empty: {
17696
- fields: {}
17697
- },
17698
- Timestamp: {
17699
- fields: {
17700
- seconds: {
17701
- type: "int64",
17702
- id: 1
17703
- },
17704
- nanos: {
17705
- type: "int32",
17706
- id: 2
17707
- }
17708
- }
17709
- },
17710
- DoubleValue: {
17711
- fields: {
17712
- value: {
17713
- type: "double",
17714
- id: 1
17715
- }
17716
- }
17717
- },
17718
- FloatValue: {
17719
- fields: {
17720
- value: {
17721
- type: "float",
17722
- id: 1
17723
- }
17724
- }
17725
- },
17726
- Int64Value: {
17727
- fields: {
17728
- value: {
17729
- type: "int64",
17730
- id: 1
17731
- }
17732
- }
17733
- },
17734
- UInt64Value: {
17735
- fields: {
17736
- value: {
17737
- type: "uint64",
17738
- id: 1
17739
- }
17740
- }
17741
- },
17742
- Int32Value: {
17743
- fields: {
17744
- value: {
17745
- type: "int32",
17746
- id: 1
17747
- }
17748
- }
17749
- },
17750
- UInt32Value: {
17751
- fields: {
17752
- value: {
17753
- type: "uint32",
17754
- id: 1
17755
- }
17756
- }
17757
- },
17758
- BoolValue: {
17759
- fields: {
17760
- value: {
17761
- type: "bool",
17762
- id: 1
17763
- }
17764
- }
17765
- },
17766
- StringValue: {
17767
- fields: {
17768
- value: {
17769
- type: "string",
17770
- id: 1
17771
- }
17772
- }
17773
- },
17774
- BytesValue: {
17775
- fields: {
17776
- value: {
17777
- type: "bytes",
17778
- id: 1
17779
- }
17780
- }
17781
- },
17782
- Any: {
17783
- fields: {
17784
- type_url: {
17785
- type: "string",
17786
- id: 1
17787
- },
17788
- value: {
17789
- type: "bytes",
17790
- id: 2
17791
- }
17792
- }
17793
- },
17794
- FieldMask: {
17795
- fields: {
17796
- paths: {
17797
- rule: "repeated",
17798
- type: "string",
17799
- id: 1
17800
- }
17801
- }
17802
19613
  }
17803
19614
  }
17804
19615
  },