@temporalio/proto 1.5.1 → 1.6.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.
@@ -721,7 +721,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
721
721
  LANG_REQUESTED: 5,
722
722
  TASK_NOT_FOUND: 6,
723
723
  UNHANDLED_COMMAND: 7,
724
- FATAL: 8
724
+ FATAL: 8,
725
+ PAGINATION_OR_HISTORY_FETCH: 9
725
726
  }
726
727
  }
727
728
  }
@@ -1408,8 +1409,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1408
1409
  java_package: "io.temporal.api.common.v1",
1409
1410
  java_multiple_files: true,
1410
1411
  java_outer_classname: "MessageProto",
1411
- ruby_package: "Temporal::Api::Common::V1",
1412
- csharp_namespace: "Temporal.Api.Common.V1"
1412
+ ruby_package: "Temporalio::Api::Common::V1",
1413
+ csharp_namespace: "Temporalio.Api.Common.V1"
1413
1414
  },
1414
1415
  nested: {
1415
1416
  DataBlob: {
@@ -1544,8 +1545,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1544
1545
  java_package: "io.temporal.api.enums.v1",
1545
1546
  java_multiple_files: true,
1546
1547
  java_outer_classname: "ScheduleProto",
1547
- ruby_package: "Temporal::Api::Enums::V1",
1548
- csharp_namespace: "Temporal.Api.Enums.V1"
1548
+ ruby_package: "Temporalio::Api::Enums::V1",
1549
+ csharp_namespace: "Temporalio.Api.Enums.V1"
1549
1550
  },
1550
1551
  nested: {
1551
1552
  EncodingType: {
@@ -1563,7 +1564,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1563
1564
  INDEXED_VALUE_TYPE_INT: 3,
1564
1565
  INDEXED_VALUE_TYPE_DOUBLE: 4,
1565
1566
  INDEXED_VALUE_TYPE_BOOL: 5,
1566
- INDEXED_VALUE_TYPE_DATETIME: 6
1567
+ INDEXED_VALUE_TYPE_DATETIME: 6,
1568
+ INDEXED_VALUE_TYPE_KEYWORD_LIST: 7
1567
1569
  }
1568
1570
  },
1569
1571
  Severity: {
@@ -1659,7 +1661,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1659
1661
  BATCH_OPERATION_TYPE_UNSPECIFIED: 0,
1660
1662
  BATCH_OPERATION_TYPE_TERMINATE: 1,
1661
1663
  BATCH_OPERATION_TYPE_CANCEL: 2,
1662
- BATCH_OPERATION_TYPE_SIGNAL: 3
1664
+ BATCH_OPERATION_TYPE_SIGNAL: 3,
1665
+ BATCH_OPERATION_TYPE_DELETE: 4
1663
1666
  }
1664
1667
  },
1665
1668
  BatchOperationState: {
@@ -1719,7 +1722,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1719
1722
  WORKFLOW_TASK_FAILED_CAUSE_SCHEDULE_ACTIVITY_DUPLICATE_ID: 22,
1720
1723
  WORKFLOW_TASK_FAILED_CAUSE_BAD_SEARCH_ATTRIBUTES: 23,
1721
1724
  WORKFLOW_TASK_FAILED_CAUSE_NON_DETERMINISTIC_ERROR: 24,
1722
- WORKFLOW_TASK_FAILED_CAUSE_BAD_MODIFY_WORKFLOW_PROPERTIES_ATTRIBUTES: 25
1725
+ WORKFLOW_TASK_FAILED_CAUSE_BAD_MODIFY_WORKFLOW_PROPERTIES_ATTRIBUTES: 25,
1726
+ WORKFLOW_TASK_FAILED_CAUSE_PENDING_CHILD_WORKFLOWS_LIMIT_EXCEEDED: 26,
1727
+ WORKFLOW_TASK_FAILED_CAUSE_PENDING_ACTIVITIES_LIMIT_EXCEEDED: 27,
1728
+ WORKFLOW_TASK_FAILED_CAUSE_PENDING_SIGNALS_LIMIT_EXCEEDED: 28,
1729
+ WORKFLOW_TASK_FAILED_CAUSE_PENDING_REQUEST_CANCEL_LIMIT_EXCEEDED: 29
1723
1730
  }
1724
1731
  },
1725
1732
  StartChildWorkflowExecutionFailedCause: {
@@ -1794,12 +1801,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1794
1801
  WORKFLOW_UPDATE_RESULT_ACCESS_STYLE_REQUIRE_INLINE: 1
1795
1802
  }
1796
1803
  },
1797
- WorkflowUpdateDurabilityPreference: {
1798
- values: {
1799
- WORKFLOW_UPDATE_DURABILITY_PREFERENCE_UNSPECIFIED: 0,
1800
- WORKFLOW_UPDATE_DURABILITY_PREFERENCE_BYPASS: 1
1801
- }
1802
- },
1803
1804
  EventType: {
1804
1805
  values: {
1805
1806
  EVENT_TYPE_UNSPECIFIED: 0,
@@ -1843,7 +1844,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1843
1844
  EVENT_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION_FAILED: 38,
1844
1845
  EVENT_TYPE_EXTERNAL_WORKFLOW_EXECUTION_SIGNALED: 39,
1845
1846
  EVENT_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 40,
1846
- EVENT_TYPE_WORKFLOW_UPDATE_REQUESTED: 41,
1847
+ EVENT_TYPE_WORKFLOW_UPDATE_REJECTED: 41,
1847
1848
  EVENT_TYPE_WORKFLOW_UPDATE_ACCEPTED: 42,
1848
1849
  EVENT_TYPE_WORKFLOW_UPDATE_COMPLETED: 43,
1849
1850
  EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED_EXTERNALLY: 44,
@@ -1851,6 +1852,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1851
1852
  EVENT_TYPE_WORKFLOW_PROPERTIES_MODIFIED: 46
1852
1853
  }
1853
1854
  },
1855
+ InteractionType: {
1856
+ values: {
1857
+ INTERACTION_TYPE_UNSPECIFIED: 0,
1858
+ INTERACTION_TYPE_WORKFLOW_QUERY: 1,
1859
+ INTERACTION_TYPE_WORKFLOW_UPDATE: 2,
1860
+ INTERACTION_TYPE_WORKFLOW_SIGNAL: 3
1861
+ }
1862
+ },
1854
1863
  CommandType: {
1855
1864
  values: {
1856
1865
  COMMAND_TYPE_UNSPECIFIED: 0,
@@ -1869,7 +1878,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1869
1878
  COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES: 13,
1870
1879
  COMMAND_TYPE_ACCEPT_WORKFLOW_UPDATE: 14,
1871
1880
  COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE: 15,
1872
- COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES: 16
1881
+ COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES: 16,
1882
+ COMMAND_TYPE_REJECT_WORKFLOW_UPDATE: 17
1873
1883
  }
1874
1884
  },
1875
1885
  ScheduleOverlapPolicy: {
@@ -1895,8 +1905,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1895
1905
  java_package: "io.temporal.api.failure.v1",
1896
1906
  java_multiple_files: true,
1897
1907
  java_outer_classname: "MessageProto",
1898
- ruby_package: "Temporal::Api::Failure::V1",
1899
- csharp_namespace: "Temporal.Api.Failure.V1"
1908
+ ruby_package: "Temporalio::Api::Failure::V1",
1909
+ csharp_namespace: "Temporalio.Api.Failure.V1"
1900
1910
  },
1901
1911
  nested: {
1902
1912
  ApplicationFailureInfo: {
@@ -2092,8 +2102,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2092
2102
  java_package: "io.temporal.api.workflowservice.v1",
2093
2103
  java_multiple_files: true,
2094
2104
  java_outer_classname: "RequestResponseProto",
2095
- ruby_package: "Temporal::Api::WorkflowService::V1",
2096
- csharp_namespace: "Temporal.Api.WorkflowService.V1"
2105
+ ruby_package: "Temporalio::Api::WorkflowService::V1",
2106
+ csharp_namespace: "Temporalio.Api.WorkflowService.V1"
2097
2107
  },
2098
2108
  nested: {
2099
2109
  WorkflowService: {
@@ -2783,6 +2793,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2783
2793
  keyType: "string",
2784
2794
  type: "temporal.api.query.v1.WorkflowQuery",
2785
2795
  id: 14
2796
+ },
2797
+ interactions: {
2798
+ rule: "repeated",
2799
+ type: "temporal.api.interaction.v1.Invocation",
2800
+ id: 15
2786
2801
  }
2787
2802
  }
2788
2803
  },
@@ -2842,6 +2857,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
2842
2857
  rule: "repeated",
2843
2858
  type: "PollActivityTaskQueueResponse",
2844
2859
  id: 2
2860
+ },
2861
+ resetHistoryEventId: {
2862
+ type: "int64",
2863
+ id: 3
2845
2864
  }
2846
2865
  }
2847
2866
  },
@@ -4287,33 +4306,25 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4287
4306
  type: "string",
4288
4307
  id: 5
4289
4308
  },
4290
- update: {
4291
- type: "temporal.api.update.v1.WorkflowUpdate",
4309
+ identity: {
4310
+ type: "string",
4292
4311
  id: 6
4312
+ },
4313
+ input: {
4314
+ type: "temporal.api.interaction.v1.Input",
4315
+ id: 7
4293
4316
  }
4294
4317
  }
4295
4318
  },
4296
4319
  UpdateWorkflowResponse: {
4297
- oneofs: {
4298
- result: {
4299
- oneof: [
4300
- "success",
4301
- "failure"
4302
- ]
4303
- }
4304
- },
4305
4320
  fields: {
4306
4321
  updateToken: {
4307
4322
  type: "bytes",
4308
4323
  id: 1
4309
4324
  },
4310
- success: {
4311
- type: "temporal.api.common.v1.Payloads",
4325
+ output: {
4326
+ type: "temporal.api.interaction.v1.Output",
4312
4327
  id: 2
4313
- },
4314
- failure: {
4315
- type: "temporal.api.failure.v1.Failure",
4316
- id: 3
4317
4328
  }
4318
4329
  }
4319
4330
  },
@@ -4323,7 +4334,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4323
4334
  oneof: [
4324
4335
  "terminationOperation",
4325
4336
  "signalOperation",
4326
- "cancellationOperation"
4337
+ "cancellationOperation",
4338
+ "deletionOperation"
4327
4339
  ]
4328
4340
  }
4329
4341
  },
@@ -4355,6 +4367,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4355
4367
  cancellationOperation: {
4356
4368
  type: "temporal.api.batch.v1.BatchOperationCancellation",
4357
4369
  id: 12
4370
+ },
4371
+ deletionOperation: {
4372
+ type: "temporal.api.batch.v1.BatchOperationDeletion",
4373
+ id: 13
4358
4374
  }
4359
4375
  }
4360
4376
  },
@@ -4487,8 +4503,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
4487
4503
  java_package: "io.temporal.api.history.v1",
4488
4504
  java_multiple_files: true,
4489
4505
  java_outer_classname: "MessageProto",
4490
- ruby_package: "Temporal::Api::History::V1",
4491
- csharp_namespace: "Temporal.Api.History.V1"
4506
+ ruby_package: "Temporalio::Api::History::V1",
4507
+ csharp_namespace: "Temporalio.Api.History.V1"
4492
4508
  },
4493
4509
  nested: {
4494
4510
  WorkflowExecutionStartedEventAttributes: {
@@ -5705,63 +5721,39 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5705
5721
  }
5706
5722
  }
5707
5723
  },
5708
- WorkflowUpdateRequestedEventAttributes: {
5724
+ WorkflowUpdateAcceptedEventAttributes: {
5709
5725
  fields: {
5710
- header: {
5711
- type: "temporal.api.common.v1.Header",
5726
+ meta: {
5727
+ type: "temporal.api.interaction.v1.Meta",
5712
5728
  id: 1
5713
5729
  },
5714
- requestId: {
5715
- type: "string",
5730
+ input: {
5731
+ type: "temporal.api.interaction.v1.Input",
5716
5732
  id: 2
5717
- },
5718
- updateId: {
5719
- type: "string",
5720
- id: 3
5721
- },
5722
- update: {
5723
- type: "temporal.api.update.v1.WorkflowUpdate",
5724
- id: 4
5725
5733
  }
5726
5734
  }
5727
5735
  },
5728
- WorkflowUpdateAcceptedEventAttributes: {
5736
+ WorkflowUpdateCompletedEventAttributes: {
5729
5737
  fields: {
5730
- header: {
5731
- type: "temporal.api.common.v1.Header",
5738
+ meta: {
5739
+ type: "temporal.api.interaction.v1.Meta",
5732
5740
  id: 1
5733
5741
  },
5734
- updateId: {
5735
- type: "string",
5742
+ output: {
5743
+ type: "temporal.api.interaction.v1.Output",
5736
5744
  id: 2
5737
5745
  }
5738
5746
  }
5739
5747
  },
5740
- WorkflowUpdateCompletedEventAttributes: {
5741
- oneofs: {
5742
- result: {
5743
- oneof: [
5744
- "success",
5745
- "failure"
5746
- ]
5747
- }
5748
- },
5748
+ WorkflowUpdateRejectedEventAttributes: {
5749
5749
  fields: {
5750
- systemHeader: {
5751
- type: "temporal.api.common.v1.Header",
5750
+ meta: {
5751
+ type: "temporal.api.interaction.v1.Meta",
5752
5752
  id: 1
5753
5753
  },
5754
- updateId: {
5755
- type: "string",
5756
- id: 3
5757
- },
5758
- success: {
5759
- type: "temporal.api.common.v1.Payloads",
5760
- id: 4
5761
- },
5762
5754
  failure: {
5763
5755
  type: "temporal.api.failure.v1.Failure",
5764
- id: 5
5756
+ id: 2
5765
5757
  }
5766
5758
  }
5767
5759
  },
@@ -5854,7 +5846,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
5854
5846
  "signalExternalWorkflowExecutionFailedEventAttributes",
5855
5847
  "externalWorkflowExecutionSignaledEventAttributes",
5856
5848
  "upsertWorkflowSearchAttributesEventAttributes",
5857
- "workflowUpdateRequestedEventAttributes",
5849
+ "workflowUpdateRejectedEventAttributes",
5858
5850
  "workflowUpdateAcceptedEventAttributes",
5859
5851
  "workflowUpdateCompletedEventAttributes",
5860
5852
  "workflowPropertiesModifiedExternallyEventAttributes",
@@ -6051,8 +6043,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6051
6043
  type: "UpsertWorkflowSearchAttributesEventAttributes",
6052
6044
  id: 45
6053
6045
  },
6054
- workflowUpdateRequestedEventAttributes: {
6055
- type: "WorkflowUpdateRequestedEventAttributes",
6046
+ workflowUpdateRejectedEventAttributes: {
6047
+ type: "WorkflowUpdateRejectedEventAttributes",
6056
6048
  id: 46
6057
6049
  },
6058
6050
  workflowUpdateAcceptedEventAttributes: {
@@ -6090,6 +6082,98 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6090
6082
  }
6091
6083
  }
6092
6084
  },
6085
+ interaction: {
6086
+ nested: {
6087
+ v1: {
6088
+ options: {
6089
+ go_package: "go.temporal.io/api/interaction/v1;interaction",
6090
+ java_package: "io.temporal.api.interaction.v1",
6091
+ java_multiple_files: true,
6092
+ java_outer_classname: "MessageProto",
6093
+ ruby_package: "Temporalio::Api::Interaction::V1",
6094
+ csharp_namespace: "Temporalio.Api.Interaction.V1"
6095
+ },
6096
+ nested: {
6097
+ Meta: {
6098
+ fields: {
6099
+ id: {
6100
+ type: "string",
6101
+ id: 1
6102
+ },
6103
+ eventId: {
6104
+ type: "int64",
6105
+ id: 2
6106
+ },
6107
+ interactionType: {
6108
+ type: "temporal.api.enums.v1.InteractionType",
6109
+ id: 3
6110
+ },
6111
+ identity: {
6112
+ type: "string",
6113
+ id: 4
6114
+ },
6115
+ requestId: {
6116
+ type: "string",
6117
+ id: 5
6118
+ }
6119
+ }
6120
+ },
6121
+ Input: {
6122
+ fields: {
6123
+ header: {
6124
+ type: "temporal.api.common.v1.Header",
6125
+ id: 1
6126
+ },
6127
+ name: {
6128
+ type: "string",
6129
+ id: 2
6130
+ },
6131
+ args: {
6132
+ type: "temporal.api.common.v1.Payloads",
6133
+ id: 3
6134
+ }
6135
+ }
6136
+ },
6137
+ Output: {
6138
+ oneofs: {
6139
+ result: {
6140
+ oneof: [
6141
+ "success",
6142
+ "failure"
6143
+ ]
6144
+ }
6145
+ },
6146
+ fields: {
6147
+ header: {
6148
+ type: "temporal.api.common.v1.Header",
6149
+ id: 1
6150
+ },
6151
+ success: {
6152
+ type: "temporal.api.common.v1.Payloads",
6153
+ id: 2
6154
+ },
6155
+ failure: {
6156
+ type: "temporal.api.failure.v1.Failure",
6157
+ id: 3
6158
+ }
6159
+ }
6160
+ },
6161
+ Invocation: {
6162
+ fields: {
6163
+ meta: {
6164
+ type: "Meta",
6165
+ id: 1
6166
+ },
6167
+ input: {
6168
+ type: "Input",
6169
+ id: 2
6170
+ }
6171
+ }
6172
+ }
6173
+ }
6174
+ }
6175
+ }
6176
+ },
6093
6177
  taskqueue: {
6094
6178
  nested: {
6095
6179
  v1: {
@@ -6098,8 +6182,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6098
6182
  java_package: "io.temporal.api.taskqueue.v1",
6099
6183
  java_multiple_files: true,
6100
6184
  java_outer_classname: "MessageProto",
6101
- ruby_package: "Temporal::Api::TaskQueue::V1",
6102
- csharp_namespace: "Temporal.Api.TaskQueue.V1"
6185
+ ruby_package: "Temporalio::Api::TaskQueue::V1",
6186
+ csharp_namespace: "Temporalio.Api.TaskQueue.V1"
6103
6187
  },
6104
6188
  nested: {
6105
6189
  TaskQueue: {
@@ -6236,38 +6320,6 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6236
6320
  }
6237
6321
  }
6238
6322
  },
6239
- update: {
6240
- nested: {
6241
- v1: {
6242
- options: {
6243
- go_package: "go.temporal.io/api/update/v1;update",
6244
- java_package: "io.temporal.api.update.v1",
6245
- java_multiple_files: true,
6246
- java_outer_classname: "MessageProto",
6247
- ruby_package: "Temporal::Api::Update::V1",
6248
- csharp_namespace: "Temporal.Api.Update.V1"
6249
- },
6250
- nested: {
6251
- WorkflowUpdate: {
6252
- fields: {
6253
- header: {
6254
- type: "temporal.api.common.v1.Header",
6255
- id: 1
6256
- },
6257
- name: {
6258
- type: "string",
6259
- id: 2
6260
- },
6261
- args: {
6262
- type: "temporal.api.common.v1.Payloads",
6263
- id: 3
6264
- }
6265
- }
6266
- }
6267
- }
6268
- }
6269
- }
6270
- },
6271
6323
  workflow: {
6272
6324
  nested: {
6273
6325
  v1: {
@@ -6276,8 +6328,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6276
6328
  java_package: "io.temporal.api.workflow.v1",
6277
6329
  java_multiple_files: true,
6278
6330
  java_outer_classname: "MessageProto",
6279
- ruby_package: "Temporal::Api::Workflow::V1",
6280
- csharp_namespace: "Temporal.Api.Workflow.V1"
6331
+ ruby_package: "Temporalio::Api::Workflow::V1",
6332
+ csharp_namespace: "Temporalio.Api.Workflow.V1"
6281
6333
  },
6282
6334
  nested: {
6283
6335
  WorkflowExecutionInfo: {
@@ -6623,8 +6675,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6623
6675
  java_package: "io.temporal.api.command.v1",
6624
6676
  java_multiple_files: true,
6625
6677
  java_outer_classname: "MessageProto",
6626
- ruby_package: "Temporal::Api::Command::V1",
6627
- csharp_namespace: "Temporal.Api.Command.V1"
6678
+ ruby_package: "Temporalio::Api::Command::V1",
6679
+ csharp_namespace: "Temporalio.Api.Command.V1"
6628
6680
  },
6629
6681
  nested: {
6630
6682
  ScheduleActivityTaskCommandAttributes: {
@@ -6993,37 +7045,37 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
6993
7045
  },
6994
7046
  AcceptWorkflowUpdateCommandAttributes: {
6995
7047
  fields: {
6996
- updateId: {
6997
- type: "string",
7048
+ meta: {
7049
+ type: "temporal.api.interaction.v1.Meta",
6998
7050
  id: 1
7051
+ },
7052
+ input: {
7053
+ type: "temporal.api.interaction.v1.Input",
7054
+ id: 2
6999
7055
  }
7000
7056
  }
7001
7057
  },
7002
7058
  CompleteWorkflowUpdateCommandAttributes: {
7003
- oneofs: {
7004
- result: {
7005
- oneof: [
7006
- "success",
7007
- "failure"
7008
- ]
7009
- }
7010
- },
7011
7059
  fields: {
7012
- updateId: {
7013
- type: "string",
7060
+ meta: {
7061
+ type: "temporal.api.interaction.v1.Meta",
7014
7062
  id: 1
7015
7063
  },
7016
- durabilityPreference: {
7017
- type: "temporal.api.enums.v1.WorkflowUpdateDurabilityPreference",
7064
+ output: {
7065
+ type: "temporal.api.interaction.v1.Output",
7018
7066
  id: 2
7019
- },
7020
- success: {
7021
- type: "temporal.api.common.v1.Payloads",
7022
- id: 3
7067
+ }
7068
+ }
7069
+ },
7070
+ RejectWorkflowUpdateCommandAttributes: {
7071
+ fields: {
7072
+ meta: {
7073
+ type: "temporal.api.interaction.v1.Meta",
7074
+ id: 1
7023
7075
  },
7024
7076
  failure: {
7025
7077
  type: "temporal.api.failure.v1.Failure",
7026
- id: 4
7078
+ id: 2
7027
7079
  }
7028
7080
  }
7029
7081
  },
@@ -7046,7 +7098,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7046
7098
  "upsertWorkflowSearchAttributesCommandAttributes",
7047
7099
  "acceptWorkflowUpdateCommandAttributes",
7048
7100
  "completeWorkflowUpdateCommandAttributes",
7049
- "modifyWorkflowPropertiesCommandAttributes"
7101
+ "modifyWorkflowPropertiesCommandAttributes",
7102
+ "rejectWorkflowUpdateCommandAttributes"
7050
7103
  ]
7051
7104
  }
7052
7105
  },
@@ -7118,6 +7171,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7118
7171
  modifyWorkflowPropertiesCommandAttributes: {
7119
7172
  type: "ModifyWorkflowPropertiesCommandAttributes",
7120
7173
  id: 17
7174
+ },
7175
+ rejectWorkflowUpdateCommandAttributes: {
7176
+ type: "RejectWorkflowUpdateCommandAttributes",
7177
+ id: 18
7121
7178
  }
7122
7179
  }
7123
7180
  }
@@ -7133,8 +7190,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7133
7190
  java_package: "io.temporal.api.filter.v1",
7134
7191
  java_multiple_files: true,
7135
7192
  java_outer_classname: "MessageProto",
7136
- ruby_package: "Temporal::Api::Filter::V1",
7137
- csharp_namespace: "Temporal.Api.Filter.V1"
7193
+ ruby_package: "Temporalio::Api::Filter::V1",
7194
+ csharp_namespace: "Temporalio.Api.Filter.V1"
7138
7195
  },
7139
7196
  nested: {
7140
7197
  WorkflowExecutionFilter: {
@@ -7195,8 +7252,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7195
7252
  java_package: "io.temporal.api.namespace.v1",
7196
7253
  java_multiple_files: true,
7197
7254
  java_outer_classname: "MessageProto",
7198
- ruby_package: "Temporal::Api::Namespace::V1",
7199
- csharp_namespace: "Temporal.Api.Namespace.V1"
7255
+ ruby_package: "Temporalio::Api::Namespace::V1",
7256
+ csharp_namespace: "Temporalio.Api.Namespace.V1"
7200
7257
  },
7201
7258
  nested: {
7202
7259
  NamespaceInfo: {
@@ -7332,8 +7389,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7332
7389
  java_package: "io.temporal.api.query.v1",
7333
7390
  java_multiple_files: true,
7334
7391
  java_outer_classname: "MessageProto",
7335
- ruby_package: "Temporal::Api::Query::V1",
7336
- csharp_namespace: "Temporal.Api.Query.V1"
7392
+ ruby_package: "Temporalio::Api::Query::V1",
7393
+ csharp_namespace: "Temporalio.Api.Query.V1"
7337
7394
  },
7338
7395
  nested: {
7339
7396
  WorkflowQuery: {
@@ -7388,8 +7445,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7388
7445
  java_package: "io.temporal.api.replication.v1",
7389
7446
  java_multiple_files: true,
7390
7447
  java_outer_classname: "MessageProto",
7391
- ruby_package: "Temporal::Api::Replication::V1",
7392
- csharp_namespace: "Temporal.Api.Replication.V1"
7448
+ ruby_package: "Temporalio::Api::Replication::V1",
7449
+ csharp_namespace: "Temporalio.Api.Replication.V1"
7393
7450
  },
7394
7451
  nested: {
7395
7452
  ClusterReplicationConfig: {
@@ -7444,8 +7501,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7444
7501
  java_package: "io.temporal.api.schedule.v1",
7445
7502
  java_multiple_files: true,
7446
7503
  java_outer_classname: "MessageProto",
7447
- ruby_package: "Temporal::Api::Schedule::V1",
7448
- csharp_namespace: "Temporal.Api.Schedule.V1"
7504
+ ruby_package: "Temporalio::Api::Schedule::V1",
7505
+ csharp_namespace: "Temporalio.Api.Schedule.V1"
7449
7506
  },
7450
7507
  nested: {
7451
7508
  CalendarSpec: {
@@ -7894,8 +7951,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7894
7951
  java_package: "io.temporal.api.version.v1",
7895
7952
  java_multiple_files: true,
7896
7953
  java_outer_classname: "MessageProto",
7897
- ruby_package: "Temporal::Api::Version::V1",
7898
- csharp_namespace: "Temporal.Api.Version.V1"
7954
+ ruby_package: "Temporalio::Api::Version::V1",
7955
+ csharp_namespace: "Temporalio.Api.Version.V1"
7899
7956
  },
7900
7957
  nested: {
7901
7958
  ReleaseInfo: {
@@ -7969,8 +8026,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
7969
8026
  java_package: "io.temporal.api.batch.v1",
7970
8027
  java_multiple_files: true,
7971
8028
  java_outer_classname: "MessageProto",
7972
- ruby_package: "Temporal::Api::Batch::V1",
7973
- csharp_namespace: "Temporal.Api.Batch.V1"
8029
+ ruby_package: "Temporalio::Api::Batch::V1",
8030
+ csharp_namespace: "Temporalio.Api.Batch.V1"
7974
8031
  },
7975
8032
  nested: {
7976
8033
  BatchOperationInfo: {
@@ -8038,6 +8095,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8038
8095
  id: 1
8039
8096
  }
8040
8097
  }
8098
+ },
8099
+ BatchOperationDeletion: {
8100
+ fields: {
8101
+ identity: {
8102
+ type: "string",
8103
+ id: 1
8104
+ }
8105
+ }
8041
8106
  }
8042
8107
  }
8043
8108
  }
@@ -8051,8 +8116,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8051
8116
  java_package: "io.temporal.api.operatorservice.v1",
8052
8117
  java_multiple_files: true,
8053
8118
  java_outer_classname: "RequestResponseProto",
8054
- ruby_package: "Temporal::Api::OperatorService::V1",
8055
- csharp_namespace: "Temporal.Api.OperatorService.V1"
8119
+ ruby_package: "Temporalio::Api::OperatorService::V1",
8120
+ csharp_namespace: "Temporalio.Api.OperatorService.V1"
8056
8121
  },
8057
8122
  nested: {
8058
8123
  OperatorService: {
@@ -8240,8 +8305,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
8240
8305
  java_package: "io.temporal.api.testservice.v1",
8241
8306
  java_multiple_files: true,
8242
8307
  java_outer_classname: "ServiceProto",
8243
- ruby_package: "Temporal::Api::TestService::V1",
8244
- csharp_namespace: "Temporal.Api.TestService.V1"
8308
+ ruby_package: "Temporalio::Api::TestService::V1",
8309
+ csharp_namespace: "Temporalio.Api.TestService.V1"
8245
8310
  },
8246
8311
  nested: {
8247
8312
  LockTimeSkippingRequest: {