@temporalio/proto 1.12.2 → 1.12.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/protos/json-module.js +803 -13
- package/protos/root.d.ts +26011 -22095
package/protos/json-module.js
CHANGED
|
@@ -2246,6 +2246,29 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2246
2246
|
priorityKey: {
|
|
2247
2247
|
type: "int32",
|
|
2248
2248
|
id: 1
|
|
2249
|
+
},
|
|
2250
|
+
fairnessKey: {
|
|
2251
|
+
type: "string",
|
|
2252
|
+
id: 2
|
|
2253
|
+
},
|
|
2254
|
+
fairnessWeight: {
|
|
2255
|
+
type: "float",
|
|
2256
|
+
id: 3
|
|
2257
|
+
}
|
|
2258
|
+
}
|
|
2259
|
+
},
|
|
2260
|
+
WorkerSelector: {
|
|
2261
|
+
oneofs: {
|
|
2262
|
+
selector: {
|
|
2263
|
+
oneof: [
|
|
2264
|
+
"workerInstanceKey"
|
|
2265
|
+
]
|
|
2266
|
+
}
|
|
2267
|
+
},
|
|
2268
|
+
fields: {
|
|
2269
|
+
workerInstanceKey: {
|
|
2270
|
+
type: "string",
|
|
2271
|
+
id: 1
|
|
2249
2272
|
}
|
|
2250
2273
|
}
|
|
2251
2274
|
}
|
|
@@ -2561,7 +2584,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2561
2584
|
BATCH_OPERATION_TYPE_SIGNAL: 3,
|
|
2562
2585
|
BATCH_OPERATION_TYPE_DELETE: 4,
|
|
2563
2586
|
BATCH_OPERATION_TYPE_RESET: 5,
|
|
2564
|
-
BATCH_OPERATION_TYPE_UPDATE_EXECUTION_OPTIONS: 6
|
|
2587
|
+
BATCH_OPERATION_TYPE_UPDATE_EXECUTION_OPTIONS: 6,
|
|
2588
|
+
BATCH_OPERATION_TYPE_UNPAUSE_ACTIVITY: 7,
|
|
2589
|
+
BATCH_OPERATION_TYPE_UPDATE_ACTIVITY_OPTIONS: 8,
|
|
2590
|
+
BATCH_OPERATION_TYPE_RESET_ACTIVITY: 9
|
|
2565
2591
|
}
|
|
2566
2592
|
},
|
|
2567
2593
|
BatchOperationState: {
|
|
@@ -2731,6 +2757,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
2731
2757
|
DESCRIBE_TASK_QUEUE_MODE_ENHANCED: 1
|
|
2732
2758
|
}
|
|
2733
2759
|
},
|
|
2760
|
+
RateLimitSource: {
|
|
2761
|
+
values: {
|
|
2762
|
+
RATE_LIMIT_SOURCE_UNSPECIFIED: 0,
|
|
2763
|
+
RATE_LIMIT_SOURCE_API: 1,
|
|
2764
|
+
RATE_LIMIT_SOURCE_WORKER: 2,
|
|
2765
|
+
RATE_LIMIT_SOURCE_SYSTEM: 3
|
|
2766
|
+
}
|
|
2767
|
+
},
|
|
2734
2768
|
DeploymentReachability: {
|
|
2735
2769
|
values: {
|
|
2736
2770
|
DEPLOYMENT_REACHABILITY_UNSPECIFIED: 0,
|
|
@@ -5439,6 +5473,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5439
5473
|
type: "bool",
|
|
5440
5474
|
id: 8
|
|
5441
5475
|
},
|
|
5476
|
+
reportConfig: {
|
|
5477
|
+
type: "bool",
|
|
5478
|
+
id: 11
|
|
5479
|
+
},
|
|
5442
5480
|
includeTaskQueueStatus: {
|
|
5443
5481
|
type: "bool",
|
|
5444
5482
|
id: 4,
|
|
@@ -5495,10 +5533,23 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5495
5533
|
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
5496
5534
|
id: 5
|
|
5497
5535
|
},
|
|
5536
|
+
statsByPriorityKey: {
|
|
5537
|
+
keyType: "int32",
|
|
5538
|
+
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
5539
|
+
id: 8
|
|
5540
|
+
},
|
|
5498
5541
|
versioningInfo: {
|
|
5499
5542
|
type: "temporal.api.taskqueue.v1.TaskQueueVersioningInfo",
|
|
5500
5543
|
id: 4
|
|
5501
5544
|
},
|
|
5545
|
+
config: {
|
|
5546
|
+
type: "temporal.api.taskqueue.v1.TaskQueueConfig",
|
|
5547
|
+
id: 6
|
|
5548
|
+
},
|
|
5549
|
+
effectiveRateLimit: {
|
|
5550
|
+
type: "EffectiveRateLimit",
|
|
5551
|
+
id: 7
|
|
5552
|
+
},
|
|
5502
5553
|
taskQueueStatus: {
|
|
5503
5554
|
type: "temporal.api.taskqueue.v1.TaskQueueStatus",
|
|
5504
5555
|
id: 2,
|
|
@@ -5514,6 +5565,20 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
5514
5565
|
deprecated: true
|
|
5515
5566
|
}
|
|
5516
5567
|
}
|
|
5568
|
+
},
|
|
5569
|
+
nested: {
|
|
5570
|
+
EffectiveRateLimit: {
|
|
5571
|
+
fields: {
|
|
5572
|
+
requestsPerSecond: {
|
|
5573
|
+
type: "float",
|
|
5574
|
+
id: 1
|
|
5575
|
+
},
|
|
5576
|
+
rateLimitSource: {
|
|
5577
|
+
type: "temporal.api.enums.v1.RateLimitSource",
|
|
5578
|
+
id: 2
|
|
5579
|
+
}
|
|
5580
|
+
}
|
|
5581
|
+
}
|
|
5517
5582
|
}
|
|
5518
5583
|
},
|
|
5519
5584
|
GetClusterInfoRequest: {
|
|
@@ -6242,7 +6307,9 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6242
6307
|
"deletionOperation",
|
|
6243
6308
|
"resetOperation",
|
|
6244
6309
|
"updateWorkflowOptionsOperation",
|
|
6245
|
-
"unpauseActivitiesOperation"
|
|
6310
|
+
"unpauseActivitiesOperation",
|
|
6311
|
+
"resetActivitiesOperation",
|
|
6312
|
+
"updateActivityOptionsOperation"
|
|
6246
6313
|
]
|
|
6247
6314
|
}
|
|
6248
6315
|
},
|
|
@@ -6299,6 +6366,14 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6299
6366
|
unpauseActivitiesOperation: {
|
|
6300
6367
|
type: "temporal.api.batch.v1.BatchOperationUnpauseActivities",
|
|
6301
6368
|
id: 16
|
|
6369
|
+
},
|
|
6370
|
+
resetActivitiesOperation: {
|
|
6371
|
+
type: "temporal.api.batch.v1.BatchOperationResetActivities",
|
|
6372
|
+
id: 17
|
|
6373
|
+
},
|
|
6374
|
+
updateActivityOptionsOperation: {
|
|
6375
|
+
type: "temporal.api.batch.v1.BatchOperationUpdateActivityOptions",
|
|
6376
|
+
id: 18
|
|
6302
6377
|
}
|
|
6303
6378
|
}
|
|
6304
6379
|
},
|
|
@@ -6614,7 +6689,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6614
6689
|
activity: {
|
|
6615
6690
|
oneof: [
|
|
6616
6691
|
"id",
|
|
6617
|
-
"type"
|
|
6692
|
+
"type",
|
|
6693
|
+
"matchAll"
|
|
6618
6694
|
]
|
|
6619
6695
|
}
|
|
6620
6696
|
},
|
|
@@ -6647,6 +6723,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6647
6723
|
type: "string",
|
|
6648
6724
|
id: 7
|
|
6649
6725
|
},
|
|
6726
|
+
matchAll: {
|
|
6727
|
+
type: "bool",
|
|
6728
|
+
id: 9
|
|
6729
|
+
},
|
|
6650
6730
|
restoreOriginal: {
|
|
6651
6731
|
type: "bool",
|
|
6652
6732
|
id: 8
|
|
@@ -6757,7 +6837,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6757
6837
|
activity: {
|
|
6758
6838
|
oneof: [
|
|
6759
6839
|
"id",
|
|
6760
|
-
"type"
|
|
6840
|
+
"type",
|
|
6841
|
+
"matchAll"
|
|
6761
6842
|
]
|
|
6762
6843
|
}
|
|
6763
6844
|
},
|
|
@@ -6782,6 +6863,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6782
6863
|
type: "string",
|
|
6783
6864
|
id: 5
|
|
6784
6865
|
},
|
|
6866
|
+
matchAll: {
|
|
6867
|
+
type: "bool",
|
|
6868
|
+
id: 10
|
|
6869
|
+
},
|
|
6785
6870
|
resetHeartbeat: {
|
|
6786
6871
|
type: "bool",
|
|
6787
6872
|
id: 6
|
|
@@ -6900,6 +6985,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
6900
6985
|
stats: {
|
|
6901
6986
|
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
6902
6987
|
id: 3
|
|
6988
|
+
},
|
|
6989
|
+
statsByPriorityKey: {
|
|
6990
|
+
keyType: "int32",
|
|
6991
|
+
type: "temporal.api.taskqueue.v1.TaskQueueStats",
|
|
6992
|
+
id: 4
|
|
6903
6993
|
}
|
|
6904
6994
|
}
|
|
6905
6995
|
}
|
|
@@ -7500,6 +7590,127 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
7500
7590
|
}
|
|
7501
7591
|
}
|
|
7502
7592
|
},
|
|
7593
|
+
UpdateTaskQueueConfigRequest: {
|
|
7594
|
+
fields: {
|
|
7595
|
+
namespace: {
|
|
7596
|
+
type: "string",
|
|
7597
|
+
id: 1
|
|
7598
|
+
},
|
|
7599
|
+
identity: {
|
|
7600
|
+
type: "string",
|
|
7601
|
+
id: 2
|
|
7602
|
+
},
|
|
7603
|
+
taskQueue: {
|
|
7604
|
+
type: "string",
|
|
7605
|
+
id: 3
|
|
7606
|
+
},
|
|
7607
|
+
taskQueueType: {
|
|
7608
|
+
type: "temporal.api.enums.v1.TaskQueueType",
|
|
7609
|
+
id: 4
|
|
7610
|
+
},
|
|
7611
|
+
updateQueueRateLimit: {
|
|
7612
|
+
type: "RateLimitUpdate",
|
|
7613
|
+
id: 5
|
|
7614
|
+
},
|
|
7615
|
+
updateFairnessKeyRateLimitDefault: {
|
|
7616
|
+
type: "RateLimitUpdate",
|
|
7617
|
+
id: 6
|
|
7618
|
+
}
|
|
7619
|
+
},
|
|
7620
|
+
nested: {
|
|
7621
|
+
RateLimitUpdate: {
|
|
7622
|
+
fields: {
|
|
7623
|
+
rateLimit: {
|
|
7624
|
+
type: "temporal.api.taskqueue.v1.RateLimit",
|
|
7625
|
+
id: 1
|
|
7626
|
+
},
|
|
7627
|
+
reason: {
|
|
7628
|
+
type: "string",
|
|
7629
|
+
id: 2
|
|
7630
|
+
}
|
|
7631
|
+
}
|
|
7632
|
+
}
|
|
7633
|
+
}
|
|
7634
|
+
},
|
|
7635
|
+
UpdateTaskQueueConfigResponse: {
|
|
7636
|
+
fields: {
|
|
7637
|
+
config: {
|
|
7638
|
+
type: "temporal.api.taskqueue.v1.TaskQueueConfig",
|
|
7639
|
+
id: 1
|
|
7640
|
+
}
|
|
7641
|
+
}
|
|
7642
|
+
},
|
|
7643
|
+
FetchWorkerConfigRequest: {
|
|
7644
|
+
fields: {
|
|
7645
|
+
namespace: {
|
|
7646
|
+
type: "string",
|
|
7647
|
+
id: 1
|
|
7648
|
+
},
|
|
7649
|
+
identity: {
|
|
7650
|
+
type: "string",
|
|
7651
|
+
id: 2
|
|
7652
|
+
},
|
|
7653
|
+
reason: {
|
|
7654
|
+
type: "string",
|
|
7655
|
+
id: 3
|
|
7656
|
+
},
|
|
7657
|
+
selector: {
|
|
7658
|
+
type: "temporal.api.common.v1.WorkerSelector",
|
|
7659
|
+
id: 6
|
|
7660
|
+
}
|
|
7661
|
+
}
|
|
7662
|
+
},
|
|
7663
|
+
FetchWorkerConfigResponse: {
|
|
7664
|
+
fields: {
|
|
7665
|
+
workerConfig: {
|
|
7666
|
+
type: "temporal.api.sdk.v1.WorkerConfig",
|
|
7667
|
+
id: 1
|
|
7668
|
+
}
|
|
7669
|
+
}
|
|
7670
|
+
},
|
|
7671
|
+
UpdateWorkerConfigRequest: {
|
|
7672
|
+
fields: {
|
|
7673
|
+
namespace: {
|
|
7674
|
+
type: "string",
|
|
7675
|
+
id: 1
|
|
7676
|
+
},
|
|
7677
|
+
identity: {
|
|
7678
|
+
type: "string",
|
|
7679
|
+
id: 2
|
|
7680
|
+
},
|
|
7681
|
+
reason: {
|
|
7682
|
+
type: "string",
|
|
7683
|
+
id: 3
|
|
7684
|
+
},
|
|
7685
|
+
workerConfig: {
|
|
7686
|
+
type: "temporal.api.sdk.v1.WorkerConfig",
|
|
7687
|
+
id: 4
|
|
7688
|
+
},
|
|
7689
|
+
updateMask: {
|
|
7690
|
+
type: "google.protobuf.FieldMask",
|
|
7691
|
+
id: 5
|
|
7692
|
+
},
|
|
7693
|
+
selector: {
|
|
7694
|
+
type: "temporal.api.common.v1.WorkerSelector",
|
|
7695
|
+
id: 6
|
|
7696
|
+
}
|
|
7697
|
+
}
|
|
7698
|
+
},
|
|
7699
|
+
UpdateWorkerConfigResponse: {
|
|
7700
|
+
oneofs: {
|
|
7701
|
+
response: {
|
|
7702
|
+
oneof: [
|
|
7703
|
+
"workerConfig"
|
|
7704
|
+
]
|
|
7705
|
+
}
|
|
7706
|
+
},
|
|
7707
|
+
fields: {
|
|
7708
|
+
workerConfig: {
|
|
7709
|
+
type: "temporal.api.sdk.v1.WorkerConfig",
|
|
7710
|
+
id: 1
|
|
7711
|
+
}
|
|
7712
|
+
}
|
|
7713
|
+
},
|
|
7503
7714
|
WorkflowService: {
|
|
7504
7715
|
methods: {
|
|
7505
7716
|
RegisterNamespace: {
|
|
@@ -8967,6 +9178,72 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
8967
9178
|
}
|
|
8968
9179
|
}
|
|
8969
9180
|
]
|
|
9181
|
+
},
|
|
9182
|
+
UpdateTaskQueueConfig: {
|
|
9183
|
+
requestType: "UpdateTaskQueueConfigRequest",
|
|
9184
|
+
responseType: "UpdateTaskQueueConfigResponse",
|
|
9185
|
+
options: {
|
|
9186
|
+
"(google.api.http).post": "/namespaces/{namespace}/task-queues/{task_queue}/update-config",
|
|
9187
|
+
"(google.api.http).body": "*",
|
|
9188
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/update-config",
|
|
9189
|
+
"(google.api.http).additional_bindings.body": "*"
|
|
9190
|
+
},
|
|
9191
|
+
parsedOptions: [
|
|
9192
|
+
{
|
|
9193
|
+
"(google.api.http)": {
|
|
9194
|
+
post: "/namespaces/{namespace}/task-queues/{task_queue}/update-config",
|
|
9195
|
+
body: "*",
|
|
9196
|
+
additional_bindings: {
|
|
9197
|
+
post: "/api/v1/namespaces/{namespace}/task-queues/{task_queue}/update-config",
|
|
9198
|
+
body: "*"
|
|
9199
|
+
}
|
|
9200
|
+
}
|
|
9201
|
+
}
|
|
9202
|
+
]
|
|
9203
|
+
},
|
|
9204
|
+
FetchWorkerConfig: {
|
|
9205
|
+
requestType: "FetchWorkerConfigRequest",
|
|
9206
|
+
responseType: "FetchWorkerConfigResponse",
|
|
9207
|
+
options: {
|
|
9208
|
+
"(google.api.http).post": "/namespaces/{namespace}/workers/fetch-config",
|
|
9209
|
+
"(google.api.http).body": "*",
|
|
9210
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/fetch-config",
|
|
9211
|
+
"(google.api.http).additional_bindings.body": "*"
|
|
9212
|
+
},
|
|
9213
|
+
parsedOptions: [
|
|
9214
|
+
{
|
|
9215
|
+
"(google.api.http)": {
|
|
9216
|
+
post: "/namespaces/{namespace}/workers/fetch-config",
|
|
9217
|
+
body: "*",
|
|
9218
|
+
additional_bindings: {
|
|
9219
|
+
post: "/api/v1/namespaces/{namespace}/workers/fetch-config",
|
|
9220
|
+
body: "*"
|
|
9221
|
+
}
|
|
9222
|
+
}
|
|
9223
|
+
}
|
|
9224
|
+
]
|
|
9225
|
+
},
|
|
9226
|
+
UpdateWorkerConfig: {
|
|
9227
|
+
requestType: "UpdateWorkerConfigRequest",
|
|
9228
|
+
responseType: "UpdateWorkerConfigResponse",
|
|
9229
|
+
options: {
|
|
9230
|
+
"(google.api.http).post": "/namespaces/{namespace}/workers/update-config",
|
|
9231
|
+
"(google.api.http).body": "*",
|
|
9232
|
+
"(google.api.http).additional_bindings.post": "/api/v1/namespaces/{namespace}/workers/update-config",
|
|
9233
|
+
"(google.api.http).additional_bindings.body": "*"
|
|
9234
|
+
},
|
|
9235
|
+
parsedOptions: [
|
|
9236
|
+
{
|
|
9237
|
+
"(google.api.http)": {
|
|
9238
|
+
post: "/namespaces/{namespace}/workers/update-config",
|
|
9239
|
+
body: "*",
|
|
9240
|
+
additional_bindings: {
|
|
9241
|
+
post: "/api/v1/namespaces/{namespace}/workers/update-config",
|
|
9242
|
+
body: "*"
|
|
9243
|
+
}
|
|
9244
|
+
}
|
|
9245
|
+
}
|
|
9246
|
+
]
|
|
8970
9247
|
}
|
|
8971
9248
|
}
|
|
8972
9249
|
}
|
|
@@ -9343,6 +9620,54 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9343
9620
|
id: 1
|
|
9344
9621
|
}
|
|
9345
9622
|
}
|
|
9623
|
+
},
|
|
9624
|
+
RateLimit: {
|
|
9625
|
+
fields: {
|
|
9626
|
+
requestsPerSecond: {
|
|
9627
|
+
type: "float",
|
|
9628
|
+
id: 1
|
|
9629
|
+
}
|
|
9630
|
+
}
|
|
9631
|
+
},
|
|
9632
|
+
ConfigMetadata: {
|
|
9633
|
+
fields: {
|
|
9634
|
+
reason: {
|
|
9635
|
+
type: "string",
|
|
9636
|
+
id: 1
|
|
9637
|
+
},
|
|
9638
|
+
updateIdentity: {
|
|
9639
|
+
type: "string",
|
|
9640
|
+
id: 2
|
|
9641
|
+
},
|
|
9642
|
+
updateTime: {
|
|
9643
|
+
type: "google.protobuf.Timestamp",
|
|
9644
|
+
id: 3
|
|
9645
|
+
}
|
|
9646
|
+
}
|
|
9647
|
+
},
|
|
9648
|
+
RateLimitConfig: {
|
|
9649
|
+
fields: {
|
|
9650
|
+
rateLimit: {
|
|
9651
|
+
type: "RateLimit",
|
|
9652
|
+
id: 1
|
|
9653
|
+
},
|
|
9654
|
+
metadata: {
|
|
9655
|
+
type: "ConfigMetadata",
|
|
9656
|
+
id: 2
|
|
9657
|
+
}
|
|
9658
|
+
}
|
|
9659
|
+
},
|
|
9660
|
+
TaskQueueConfig: {
|
|
9661
|
+
fields: {
|
|
9662
|
+
queueRateLimit: {
|
|
9663
|
+
type: "RateLimitConfig",
|
|
9664
|
+
id: 1
|
|
9665
|
+
},
|
|
9666
|
+
fairnessKeysRateLimitDefault: {
|
|
9667
|
+
type: "RateLimitConfig",
|
|
9668
|
+
id: 2
|
|
9669
|
+
}
|
|
9670
|
+
}
|
|
9346
9671
|
}
|
|
9347
9672
|
}
|
|
9348
9673
|
}
|
|
@@ -9868,6 +10193,10 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
9868
10193
|
inheritedPinnedVersion: {
|
|
9869
10194
|
type: "temporal.api.deployment.v1.WorkerDeploymentVersion",
|
|
9870
10195
|
id: 37
|
|
10196
|
+
},
|
|
10197
|
+
eagerExecutionAccepted: {
|
|
10198
|
+
type: "bool",
|
|
10199
|
+
id: 38
|
|
9871
10200
|
}
|
|
9872
10201
|
},
|
|
9873
10202
|
reserved: [
|
|
@@ -12688,18 +13017,68 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
12688
13017
|
}
|
|
12689
13018
|
}
|
|
12690
13019
|
},
|
|
12691
|
-
|
|
13020
|
+
WorkerConfig: {
|
|
13021
|
+
oneofs: {
|
|
13022
|
+
pollerBehavior: {
|
|
13023
|
+
oneof: [
|
|
13024
|
+
"simplePollerBehavior",
|
|
13025
|
+
"autoscalingPollerBehavior"
|
|
13026
|
+
]
|
|
13027
|
+
}
|
|
13028
|
+
},
|
|
12692
13029
|
fields: {
|
|
12693
|
-
|
|
12694
|
-
type: "
|
|
13030
|
+
workflowCacheSize: {
|
|
13031
|
+
type: "int32",
|
|
12695
13032
|
id: 1
|
|
12696
13033
|
},
|
|
12697
|
-
|
|
12698
|
-
type: "
|
|
13034
|
+
simplePollerBehavior: {
|
|
13035
|
+
type: "SimplePollerBehavior",
|
|
12699
13036
|
id: 2
|
|
13037
|
+
},
|
|
13038
|
+
autoscalingPollerBehavior: {
|
|
13039
|
+
type: "AutoscalingPollerBehavior",
|
|
13040
|
+
id: 3
|
|
12700
13041
|
}
|
|
12701
|
-
}
|
|
12702
|
-
|
|
13042
|
+
},
|
|
13043
|
+
nested: {
|
|
13044
|
+
SimplePollerBehavior: {
|
|
13045
|
+
fields: {
|
|
13046
|
+
maxPollers: {
|
|
13047
|
+
type: "int32",
|
|
13048
|
+
id: 1
|
|
13049
|
+
}
|
|
13050
|
+
}
|
|
13051
|
+
},
|
|
13052
|
+
AutoscalingPollerBehavior: {
|
|
13053
|
+
fields: {
|
|
13054
|
+
minPollers: {
|
|
13055
|
+
type: "int32",
|
|
13056
|
+
id: 1
|
|
13057
|
+
},
|
|
13058
|
+
maxPollers: {
|
|
13059
|
+
type: "int32",
|
|
13060
|
+
id: 2
|
|
13061
|
+
},
|
|
13062
|
+
initialPollers: {
|
|
13063
|
+
type: "int32",
|
|
13064
|
+
id: 3
|
|
13065
|
+
}
|
|
13066
|
+
}
|
|
13067
|
+
}
|
|
13068
|
+
}
|
|
13069
|
+
},
|
|
13070
|
+
WorkflowMetadata: {
|
|
13071
|
+
fields: {
|
|
13072
|
+
definition: {
|
|
13073
|
+
type: "WorkflowDefinition",
|
|
13074
|
+
id: 1
|
|
13075
|
+
},
|
|
13076
|
+
currentDetails: {
|
|
13077
|
+
type: "string",
|
|
13078
|
+
id: 2
|
|
13079
|
+
}
|
|
13080
|
+
}
|
|
13081
|
+
},
|
|
12703
13082
|
WorkflowDefinition: {
|
|
12704
13083
|
fields: {
|
|
12705
13084
|
type: {
|
|
@@ -14422,6 +14801,86 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
14422
14801
|
id: 3
|
|
14423
14802
|
}
|
|
14424
14803
|
}
|
|
14804
|
+
},
|
|
14805
|
+
BatchOperationResetActivities: {
|
|
14806
|
+
oneofs: {
|
|
14807
|
+
activity: {
|
|
14808
|
+
oneof: [
|
|
14809
|
+
"type",
|
|
14810
|
+
"matchAll"
|
|
14811
|
+
]
|
|
14812
|
+
}
|
|
14813
|
+
},
|
|
14814
|
+
fields: {
|
|
14815
|
+
identity: {
|
|
14816
|
+
type: "string",
|
|
14817
|
+
id: 1
|
|
14818
|
+
},
|
|
14819
|
+
type: {
|
|
14820
|
+
type: "string",
|
|
14821
|
+
id: 2
|
|
14822
|
+
},
|
|
14823
|
+
matchAll: {
|
|
14824
|
+
type: "bool",
|
|
14825
|
+
id: 3
|
|
14826
|
+
},
|
|
14827
|
+
resetAttempts: {
|
|
14828
|
+
type: "bool",
|
|
14829
|
+
id: 4
|
|
14830
|
+
},
|
|
14831
|
+
resetHeartbeat: {
|
|
14832
|
+
type: "bool",
|
|
14833
|
+
id: 5
|
|
14834
|
+
},
|
|
14835
|
+
keepPaused: {
|
|
14836
|
+
type: "bool",
|
|
14837
|
+
id: 6
|
|
14838
|
+
},
|
|
14839
|
+
jitter: {
|
|
14840
|
+
type: "google.protobuf.Duration",
|
|
14841
|
+
id: 7
|
|
14842
|
+
},
|
|
14843
|
+
restoreOriginalOptions: {
|
|
14844
|
+
type: "bool",
|
|
14845
|
+
id: 8
|
|
14846
|
+
}
|
|
14847
|
+
}
|
|
14848
|
+
},
|
|
14849
|
+
BatchOperationUpdateActivityOptions: {
|
|
14850
|
+
oneofs: {
|
|
14851
|
+
activity: {
|
|
14852
|
+
oneof: [
|
|
14853
|
+
"type",
|
|
14854
|
+
"matchAll"
|
|
14855
|
+
]
|
|
14856
|
+
}
|
|
14857
|
+
},
|
|
14858
|
+
fields: {
|
|
14859
|
+
identity: {
|
|
14860
|
+
type: "string",
|
|
14861
|
+
id: 1
|
|
14862
|
+
},
|
|
14863
|
+
type: {
|
|
14864
|
+
type: "string",
|
|
14865
|
+
id: 2
|
|
14866
|
+
},
|
|
14867
|
+
matchAll: {
|
|
14868
|
+
type: "bool",
|
|
14869
|
+
id: 3
|
|
14870
|
+
},
|
|
14871
|
+
activityOptions: {
|
|
14872
|
+
type: "temporal.api.activity.v1.ActivityOptions",
|
|
14873
|
+
id: 4
|
|
14874
|
+
},
|
|
14875
|
+
updateMask: {
|
|
14876
|
+
type: "google.protobuf.FieldMask",
|
|
14877
|
+
id: 5
|
|
14878
|
+
},
|
|
14879
|
+
restoreOriginal: {
|
|
14880
|
+
type: "bool",
|
|
14881
|
+
id: 6
|
|
14882
|
+
}
|
|
14883
|
+
}
|
|
14425
14884
|
}
|
|
14426
14885
|
}
|
|
14427
14886
|
}
|
|
@@ -14600,6 +15059,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
14600
15059
|
currentStickyCacheSize: {
|
|
14601
15060
|
type: "int32",
|
|
14602
15061
|
id: 22
|
|
15062
|
+
},
|
|
15063
|
+
plugins: {
|
|
15064
|
+
rule: "repeated",
|
|
15065
|
+
type: "PluginInfo",
|
|
15066
|
+
id: 23
|
|
14603
15067
|
}
|
|
14604
15068
|
}
|
|
14605
15069
|
},
|
|
@@ -14610,6 +15074,18 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
14610
15074
|
id: 1
|
|
14611
15075
|
}
|
|
14612
15076
|
}
|
|
15077
|
+
},
|
|
15078
|
+
PluginInfo: {
|
|
15079
|
+
fields: {
|
|
15080
|
+
name: {
|
|
15081
|
+
type: "string",
|
|
15082
|
+
id: 1
|
|
15083
|
+
},
|
|
15084
|
+
version: {
|
|
15085
|
+
type: "string",
|
|
15086
|
+
id: 2
|
|
15087
|
+
}
|
|
15088
|
+
}
|
|
14613
15089
|
}
|
|
14614
15090
|
}
|
|
14615
15091
|
}
|
|
@@ -15820,6 +16296,80 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
15820
16296
|
}
|
|
15821
16297
|
}
|
|
15822
16298
|
]
|
|
16299
|
+
},
|
|
16300
|
+
UpdateNamespaceTags: {
|
|
16301
|
+
requestType: "UpdateNamespaceTagsRequest",
|
|
16302
|
+
responseType: "UpdateNamespaceTagsResponse",
|
|
16303
|
+
options: {
|
|
16304
|
+
"(google.api.http).post": "/cloud/namespaces/{namespace}/update-tags",
|
|
16305
|
+
"(google.api.http).body": "*"
|
|
16306
|
+
},
|
|
16307
|
+
parsedOptions: [
|
|
16308
|
+
{
|
|
16309
|
+
"(google.api.http)": {
|
|
16310
|
+
post: "/cloud/namespaces/{namespace}/update-tags",
|
|
16311
|
+
body: "*"
|
|
16312
|
+
}
|
|
16313
|
+
}
|
|
16314
|
+
]
|
|
16315
|
+
},
|
|
16316
|
+
CreateConnectivityRule: {
|
|
16317
|
+
requestType: "CreateConnectivityRuleRequest",
|
|
16318
|
+
responseType: "CreateConnectivityRuleResponse",
|
|
16319
|
+
options: {
|
|
16320
|
+
"(google.api.http).post": "/cloud/connectivity-rules",
|
|
16321
|
+
"(google.api.http).body": "*"
|
|
16322
|
+
},
|
|
16323
|
+
parsedOptions: [
|
|
16324
|
+
{
|
|
16325
|
+
"(google.api.http)": {
|
|
16326
|
+
post: "/cloud/connectivity-rules",
|
|
16327
|
+
body: "*"
|
|
16328
|
+
}
|
|
16329
|
+
}
|
|
16330
|
+
]
|
|
16331
|
+
},
|
|
16332
|
+
GetConnectivityRule: {
|
|
16333
|
+
requestType: "GetConnectivityRuleRequest",
|
|
16334
|
+
responseType: "GetConnectivityRuleResponse",
|
|
16335
|
+
options: {
|
|
16336
|
+
"(google.api.http).get": "/cloud/connectivity-rules/{connectivity_rule_id}"
|
|
16337
|
+
},
|
|
16338
|
+
parsedOptions: [
|
|
16339
|
+
{
|
|
16340
|
+
"(google.api.http)": {
|
|
16341
|
+
get: "/cloud/connectivity-rules/{connectivity_rule_id}"
|
|
16342
|
+
}
|
|
16343
|
+
}
|
|
16344
|
+
]
|
|
16345
|
+
},
|
|
16346
|
+
GetConnectivityRules: {
|
|
16347
|
+
requestType: "GetConnectivityRulesRequest",
|
|
16348
|
+
responseType: "GetConnectivityRulesResponse",
|
|
16349
|
+
options: {
|
|
16350
|
+
"(google.api.http).get": "/cloud/connectivity-rules"
|
|
16351
|
+
},
|
|
16352
|
+
parsedOptions: [
|
|
16353
|
+
{
|
|
16354
|
+
"(google.api.http)": {
|
|
16355
|
+
get: "/cloud/connectivity-rules"
|
|
16356
|
+
}
|
|
16357
|
+
}
|
|
16358
|
+
]
|
|
16359
|
+
},
|
|
16360
|
+
DeleteConnectivityRule: {
|
|
16361
|
+
requestType: "DeleteConnectivityRuleRequest",
|
|
16362
|
+
responseType: "DeleteConnectivityRuleResponse",
|
|
16363
|
+
options: {
|
|
16364
|
+
"(google.api.http).delete": "/cloud/connectivity-rules/{connectivity_rule_id}"
|
|
16365
|
+
},
|
|
16366
|
+
parsedOptions: [
|
|
16367
|
+
{
|
|
16368
|
+
"(google.api.http)": {
|
|
16369
|
+
"delete": "/cloud/connectivity-rules/{connectivity_rule_id}"
|
|
16370
|
+
}
|
|
16371
|
+
}
|
|
16372
|
+
]
|
|
15823
16373
|
}
|
|
15824
16374
|
}
|
|
15825
16375
|
},
|
|
@@ -16005,6 +16555,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
16005
16555
|
asyncOperationId: {
|
|
16006
16556
|
type: "string",
|
|
16007
16557
|
id: 3
|
|
16558
|
+
},
|
|
16559
|
+
tags: {
|
|
16560
|
+
keyType: "string",
|
|
16561
|
+
type: "string",
|
|
16562
|
+
id: 4
|
|
16008
16563
|
}
|
|
16009
16564
|
}
|
|
16010
16565
|
},
|
|
@@ -17110,6 +17665,129 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17110
17665
|
},
|
|
17111
17666
|
ValidateNamespaceExportSinkResponse: {
|
|
17112
17667
|
fields: {}
|
|
17668
|
+
},
|
|
17669
|
+
UpdateNamespaceTagsRequest: {
|
|
17670
|
+
fields: {
|
|
17671
|
+
namespace: {
|
|
17672
|
+
type: "string",
|
|
17673
|
+
id: 1
|
|
17674
|
+
},
|
|
17675
|
+
tagsToUpsert: {
|
|
17676
|
+
keyType: "string",
|
|
17677
|
+
type: "string",
|
|
17678
|
+
id: 2
|
|
17679
|
+
},
|
|
17680
|
+
tagsToRemove: {
|
|
17681
|
+
rule: "repeated",
|
|
17682
|
+
type: "string",
|
|
17683
|
+
id: 3
|
|
17684
|
+
},
|
|
17685
|
+
asyncOperationId: {
|
|
17686
|
+
type: "string",
|
|
17687
|
+
id: 4
|
|
17688
|
+
}
|
|
17689
|
+
}
|
|
17690
|
+
},
|
|
17691
|
+
UpdateNamespaceTagsResponse: {
|
|
17692
|
+
fields: {
|
|
17693
|
+
asyncOperation: {
|
|
17694
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
17695
|
+
id: 1
|
|
17696
|
+
}
|
|
17697
|
+
}
|
|
17698
|
+
},
|
|
17699
|
+
CreateConnectivityRuleRequest: {
|
|
17700
|
+
fields: {
|
|
17701
|
+
spec: {
|
|
17702
|
+
type: "temporal.api.cloud.connectivityrule.v1.ConnectivityRuleSpec",
|
|
17703
|
+
id: 1
|
|
17704
|
+
},
|
|
17705
|
+
asyncOperationId: {
|
|
17706
|
+
type: "string",
|
|
17707
|
+
id: 2
|
|
17708
|
+
}
|
|
17709
|
+
}
|
|
17710
|
+
},
|
|
17711
|
+
CreateConnectivityRuleResponse: {
|
|
17712
|
+
fields: {
|
|
17713
|
+
connectivityRuleId: {
|
|
17714
|
+
type: "string",
|
|
17715
|
+
id: 1
|
|
17716
|
+
},
|
|
17717
|
+
asyncOperation: {
|
|
17718
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
17719
|
+
id: 2
|
|
17720
|
+
}
|
|
17721
|
+
}
|
|
17722
|
+
},
|
|
17723
|
+
GetConnectivityRuleRequest: {
|
|
17724
|
+
fields: {
|
|
17725
|
+
connectivityRuleId: {
|
|
17726
|
+
type: "string",
|
|
17727
|
+
id: 1
|
|
17728
|
+
}
|
|
17729
|
+
}
|
|
17730
|
+
},
|
|
17731
|
+
GetConnectivityRuleResponse: {
|
|
17732
|
+
fields: {
|
|
17733
|
+
connectivityRule: {
|
|
17734
|
+
type: "temporal.api.cloud.connectivityrule.v1.ConnectivityRule",
|
|
17735
|
+
id: 1
|
|
17736
|
+
}
|
|
17737
|
+
}
|
|
17738
|
+
},
|
|
17739
|
+
GetConnectivityRulesRequest: {
|
|
17740
|
+
fields: {
|
|
17741
|
+
pageSize: {
|
|
17742
|
+
type: "int32",
|
|
17743
|
+
id: 1
|
|
17744
|
+
},
|
|
17745
|
+
pageToken: {
|
|
17746
|
+
type: "string",
|
|
17747
|
+
id: 2
|
|
17748
|
+
},
|
|
17749
|
+
namespace: {
|
|
17750
|
+
type: "string",
|
|
17751
|
+
id: 3
|
|
17752
|
+
}
|
|
17753
|
+
}
|
|
17754
|
+
},
|
|
17755
|
+
GetConnectivityRulesResponse: {
|
|
17756
|
+
fields: {
|
|
17757
|
+
connectivityRules: {
|
|
17758
|
+
rule: "repeated",
|
|
17759
|
+
type: "temporal.api.cloud.connectivityrule.v1.ConnectivityRule",
|
|
17760
|
+
id: 1
|
|
17761
|
+
},
|
|
17762
|
+
nextPageToken: {
|
|
17763
|
+
type: "string",
|
|
17764
|
+
id: 2
|
|
17765
|
+
}
|
|
17766
|
+
}
|
|
17767
|
+
},
|
|
17768
|
+
DeleteConnectivityRuleRequest: {
|
|
17769
|
+
fields: {
|
|
17770
|
+
connectivityRuleId: {
|
|
17771
|
+
type: "string",
|
|
17772
|
+
id: 1
|
|
17773
|
+
},
|
|
17774
|
+
resourceVersion: {
|
|
17775
|
+
type: "string",
|
|
17776
|
+
id: 2
|
|
17777
|
+
},
|
|
17778
|
+
asyncOperationId: {
|
|
17779
|
+
type: "string",
|
|
17780
|
+
id: 3
|
|
17781
|
+
}
|
|
17782
|
+
}
|
|
17783
|
+
},
|
|
17784
|
+
DeleteConnectivityRuleResponse: {
|
|
17785
|
+
fields: {
|
|
17786
|
+
asyncOperation: {
|
|
17787
|
+
type: "temporal.api.cloud.operation.v1.AsyncOperation",
|
|
17788
|
+
id: 1
|
|
17789
|
+
}
|
|
17790
|
+
}
|
|
17113
17791
|
}
|
|
17114
17792
|
}
|
|
17115
17793
|
}
|
|
@@ -17177,7 +17855,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17177
17855
|
STATE_IN_PROGRESS: 2,
|
|
17178
17856
|
STATE_FAILED: 3,
|
|
17179
17857
|
STATE_CANCELLED: 4,
|
|
17180
|
-
STATE_FULFILLED: 5
|
|
17858
|
+
STATE_FULFILLED: 5,
|
|
17859
|
+
STATE_REJECTED: 6
|
|
17181
17860
|
}
|
|
17182
17861
|
}
|
|
17183
17862
|
}
|
|
@@ -17220,7 +17899,8 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17220
17899
|
ROLE_ADMIN: 2,
|
|
17221
17900
|
ROLE_DEVELOPER: 3,
|
|
17222
17901
|
ROLE_FINANCE_ADMIN: 4,
|
|
17223
|
-
ROLE_READ: 5
|
|
17902
|
+
ROLE_READ: 5,
|
|
17903
|
+
ROLE_METRICS_READ: 6
|
|
17224
17904
|
}
|
|
17225
17905
|
}
|
|
17226
17906
|
}
|
|
@@ -17803,6 +18483,11 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17803
18483
|
highAvailability: {
|
|
17804
18484
|
type: "HighAvailabilitySpec",
|
|
17805
18485
|
id: 10
|
|
18486
|
+
},
|
|
18487
|
+
connectivityRuleIds: {
|
|
18488
|
+
rule: "repeated",
|
|
18489
|
+
type: "string",
|
|
18490
|
+
id: 11
|
|
17806
18491
|
}
|
|
17807
18492
|
},
|
|
17808
18493
|
nested: {
|
|
@@ -17928,6 +18613,16 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
17928
18613
|
keyType: "string",
|
|
17929
18614
|
type: "NamespaceRegionStatus",
|
|
17930
18615
|
id: 12
|
|
18616
|
+
},
|
|
18617
|
+
connectivityRules: {
|
|
18618
|
+
rule: "repeated",
|
|
18619
|
+
type: "temporal.api.cloud.connectivityrule.v1.ConnectivityRule",
|
|
18620
|
+
id: 14
|
|
18621
|
+
},
|
|
18622
|
+
tags: {
|
|
18623
|
+
keyType: "string",
|
|
18624
|
+
type: "string",
|
|
18625
|
+
id: 15
|
|
17931
18626
|
}
|
|
17932
18627
|
}
|
|
17933
18628
|
},
|
|
@@ -18092,6 +18787,101 @@ var $root = ($protobuf.roots.__temporal || ($protobuf.roots.__temporal = new $pr
|
|
|
18092
18787
|
}
|
|
18093
18788
|
}
|
|
18094
18789
|
},
|
|
18790
|
+
connectivityrule: {
|
|
18791
|
+
nested: {
|
|
18792
|
+
v1: {
|
|
18793
|
+
options: {
|
|
18794
|
+
go_package: "go.temporal.io/api/cloud/connectivityrule/v1;connectivityrule",
|
|
18795
|
+
java_package: "io.temporal.api.cloud.connectivityrule.v1",
|
|
18796
|
+
java_multiple_files: true,
|
|
18797
|
+
java_outer_classname: "MessageProto",
|
|
18798
|
+
ruby_package: "Temporalio::Api::Cloud::ConnectivityRule::V1",
|
|
18799
|
+
csharp_namespace: "Temporalio.Api.Cloud.ConnectivityRule.V1"
|
|
18800
|
+
},
|
|
18801
|
+
nested: {
|
|
18802
|
+
ConnectivityRule: {
|
|
18803
|
+
fields: {
|
|
18804
|
+
id: {
|
|
18805
|
+
type: "string",
|
|
18806
|
+
id: 1
|
|
18807
|
+
},
|
|
18808
|
+
spec: {
|
|
18809
|
+
type: "ConnectivityRuleSpec",
|
|
18810
|
+
id: 2
|
|
18811
|
+
},
|
|
18812
|
+
resourceVersion: {
|
|
18813
|
+
type: "string",
|
|
18814
|
+
id: 4
|
|
18815
|
+
},
|
|
18816
|
+
state: {
|
|
18817
|
+
type: "temporal.api.cloud.resource.v1.ResourceState",
|
|
18818
|
+
id: 5
|
|
18819
|
+
},
|
|
18820
|
+
asyncOperationId: {
|
|
18821
|
+
type: "string",
|
|
18822
|
+
id: 6
|
|
18823
|
+
},
|
|
18824
|
+
createdTime: {
|
|
18825
|
+
type: "google.protobuf.Timestamp",
|
|
18826
|
+
id: 7
|
|
18827
|
+
}
|
|
18828
|
+
},
|
|
18829
|
+
reserved: [
|
|
18830
|
+
[
|
|
18831
|
+
3,
|
|
18832
|
+
3
|
|
18833
|
+
]
|
|
18834
|
+
]
|
|
18835
|
+
},
|
|
18836
|
+
ConnectivityRuleSpec: {
|
|
18837
|
+
oneofs: {
|
|
18838
|
+
connectionType: {
|
|
18839
|
+
oneof: [
|
|
18840
|
+
"publicRule",
|
|
18841
|
+
"privateRule"
|
|
18842
|
+
]
|
|
18843
|
+
}
|
|
18844
|
+
},
|
|
18845
|
+
fields: {
|
|
18846
|
+
publicRule: {
|
|
18847
|
+
type: "PublicConnectivityRule",
|
|
18848
|
+
id: 1
|
|
18849
|
+
},
|
|
18850
|
+
privateRule: {
|
|
18851
|
+
type: "PrivateConnectivityRule",
|
|
18852
|
+
id: 2
|
|
18853
|
+
}
|
|
18854
|
+
}
|
|
18855
|
+
},
|
|
18856
|
+
PublicConnectivityRule: {
|
|
18857
|
+
fields: {}
|
|
18858
|
+
},
|
|
18859
|
+
PrivateConnectivityRule: {
|
|
18860
|
+
fields: {
|
|
18861
|
+
connectionId: {
|
|
18862
|
+
type: "string",
|
|
18863
|
+
id: 1
|
|
18864
|
+
},
|
|
18865
|
+
gcpProjectId: {
|
|
18866
|
+
type: "string",
|
|
18867
|
+
id: 2
|
|
18868
|
+
},
|
|
18869
|
+
region: {
|
|
18870
|
+
type: "string",
|
|
18871
|
+
id: 3
|
|
18872
|
+
}
|
|
18873
|
+
},
|
|
18874
|
+
reserved: [
|
|
18875
|
+
[
|
|
18876
|
+
4,
|
|
18877
|
+
4
|
|
18878
|
+
]
|
|
18879
|
+
]
|
|
18880
|
+
}
|
|
18881
|
+
}
|
|
18882
|
+
}
|
|
18883
|
+
}
|
|
18884
|
+
},
|
|
18095
18885
|
nexus: {
|
|
18096
18886
|
nested: {
|
|
18097
18887
|
v1: {
|