@temporalio/proto 1.12.0-rc.0 → 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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@temporalio/proto",
3
- "version": "1.12.0-rc.0",
3
+ "version": "1.12.0",
4
4
  "description": "Temporal.io SDK compiled protobuf definitions",
5
5
  "main": "protos/index.js",
6
6
  "types": "protos/index.d.ts",
@@ -42,5 +42,5 @@
42
42
  "engines": {
43
43
  "node": ">= 18.0.0"
44
44
  },
45
- "gitHead": "3e02f59f5c3edbdd3a4d05bc77c3bee9dbdc1226"
45
+ "gitHead": "8757698f4d722f392e4d606a215e84c32420aa25"
46
46
  }
@@ -908,7 +908,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
908
908
  oneofs: {
909
909
  status: {
910
910
  oneof: [
911
- "operationId",
911
+ "operationToken",
912
912
  "startedSync",
913
913
  "cancelledBeforeStart"
914
914
  ]
@@ -919,7 +919,7 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
919
919
  type: "uint32",
920
920
  id: 1
921
921
  },
922
- operationId: {
922
+ operationToken: {
923
923
  type: "string",
924
924
  id: 2
925
925
  },
@@ -1155,6 +1155,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1155
1155
  TIMED_OUT: 0,
1156
1156
  WORKER_SHUTDOWN: 1
1157
1157
  }
1158
+ },
1159
+ NexusOperationCancellationType: {
1160
+ values: {
1161
+ WAIT_CANCELLATION_COMPLETED: 0,
1162
+ ABANDON: 1,
1163
+ TRY_CANCEL: 2,
1164
+ WAIT_CANCELLATION_REQUESTED: 3
1165
+ }
1158
1166
  }
1159
1167
  }
1160
1168
  },
@@ -1799,6 +1807,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
1799
1807
  keyType: "string",
1800
1808
  type: "string",
1801
1809
  id: 7
1810
+ },
1811
+ cancellationType: {
1812
+ type: "nexus.NexusOperationCancellationType",
1813
+ id: 8
1802
1814
  }
1803
1815
  }
1804
1816
  },
@@ -14736,6 +14748,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
14736
14748
  }
14737
14749
  ]
14738
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
+ },
14739
14765
  GetRegions: {
14740
14766
  requestType: "GetRegionsRequest",
14741
14767
  responseType: "GetRegionsResponse",
@@ -15002,6 +15028,52 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15002
15028
  }
15003
15029
  ]
15004
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
+ },
15005
15077
  CreateServiceAccount: {
15006
15078
  requestType: "CreateServiceAccountRequest",
15007
15079
  responseType: "CreateServiceAccountResponse",
@@ -15590,6 +15662,34 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15590
15662
  }
15591
15663
  }
15592
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
+ },
15593
15693
  GetRegionsRequest: {
15594
15694
  fields: {}
15595
15695
  },
@@ -15904,6 +16004,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15904
16004
  googleGroup: {
15905
16005
  type: "GoogleGroupFilter",
15906
16006
  id: 5
16007
+ },
16008
+ scimGroup: {
16009
+ type: "SCIMGroupFilter",
16010
+ id: 6
15907
16011
  }
15908
16012
  },
15909
16013
  nested: {
@@ -15914,6 +16018,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
15914
16018
  id: 1
15915
16019
  }
15916
16020
  }
16021
+ },
16022
+ SCIMGroupFilter: {
16023
+ fields: {
16024
+ idpId: {
16025
+ type: "string",
16026
+ id: 1
16027
+ }
16028
+ }
15917
16029
  }
15918
16030
  }
15919
16031
  },
@@ -16054,6 +16166,83 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16054
16166
  }
16055
16167
  }
16056
16168
  },
16169
+ AddUserGroupMemberRequest: {
16170
+ fields: {
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
+ },
16057
16246
  CreateServiceAccountRequest: {
16058
16247
  fields: {
16059
16248
  spec: {
@@ -16542,6 +16731,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16542
16731
  }
16543
16732
  }
16544
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
+ },
16545
16746
  UserSpec: {
16546
16747
  fields: {
16547
16748
  email: {
@@ -16617,7 +16818,27 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16617
16818
  }
16618
16819
  }
16619
16820
  },
16821
+ SCIMGroupSpec: {
16822
+ fields: {
16823
+ idpId: {
16824
+ type: "string",
16825
+ id: 1
16826
+ }
16827
+ }
16828
+ },
16829
+ CloudGroupSpec: {
16830
+ fields: {}
16831
+ },
16620
16832
  UserGroupSpec: {
16833
+ oneofs: {
16834
+ groupType: {
16835
+ oneof: [
16836
+ "googleGroup",
16837
+ "scimGroup",
16838
+ "cloudGroup"
16839
+ ]
16840
+ }
16841
+ },
16621
16842
  fields: {
16622
16843
  displayName: {
16623
16844
  type: "string",
@@ -16630,6 +16851,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16630
16851
  googleGroup: {
16631
16852
  type: "GoogleGroupSpec",
16632
16853
  id: 3
16854
+ },
16855
+ scimGroup: {
16856
+ type: "SCIMGroupSpec",
16857
+ id: 4
16858
+ },
16859
+ cloudGroup: {
16860
+ type: "CloudGroupSpec",
16861
+ id: 5
16633
16862
  }
16634
16863
  }
16635
16864
  },
@@ -16672,6 +16901,33 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16672
16901
  }
16673
16902
  }
16674
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
+ },
16675
16931
  ServiceAccount: {
16676
16932
  fields: {
16677
16933
  id: {
@@ -16721,6 +16977,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16721
16977
  type: "Access",
16722
16978
  id: 2
16723
16979
  },
16980
+ namespaceScopedAccess: {
16981
+ type: "NamespaceScopedAccess",
16982
+ id: 4
16983
+ },
16724
16984
  description: {
16725
16985
  type: "string",
16726
16986
  id: 3
@@ -16910,6 +17170,50 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16910
17170
  includeCrossOriginCredentials: {
16911
17171
  type: "bool",
16912
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
16913
17217
  }
16914
17218
  }
16915
17219
  },
@@ -16952,6 +17256,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
16952
17256
  codecServer: {
16953
17257
  type: "CodecServerSpec",
16954
17258
  id: 6
17259
+ },
17260
+ lifecycle: {
17261
+ type: "LifecycleSpec",
17262
+ id: 9
17263
+ },
17264
+ highAvailability: {
17265
+ type: "HighAvailabilitySpec",
17266
+ id: 10
16955
17267
  }
16956
17268
  },
16957
17269
  nested: {
@@ -17268,9 +17580,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
17268
17580
  type: "EndpointPolicySpec",
17269
17581
  id: 3
17270
17582
  },
17271
- description: {
17583
+ descriptionDeprecated: {
17272
17584
  type: "string",
17273
- id: 4
17585
+ id: 4,
17586
+ options: {
17587
+ deprecated: true
17588
+ }
17589
+ },
17590
+ description: {
17591
+ type: "temporal.api.common.v1.Payload",
17592
+ id: 5
17274
17593
  }
17275
17594
  }
17276
17595
  },