@proompteng/temporal-bun-sdk 0.10.0 → 0.11.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/README.md +14 -10
- package/dist/agent-readiness.json +102 -18
- package/dist/production-readiness.json +246 -94
- package/dist/release-provenance.json +82 -0
- package/dist/src/activities/lifecycle.js +15 -4
- package/dist/src/activities/lifecycle.js.map +1 -1
- package/dist/src/client/retries.d.ts.map +1 -1
- package/dist/src/client/retries.js +12 -2
- package/dist/src/client/retries.js.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/annotations_pb.js +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts +14 -14
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.d.ts.map +1 -1
- package/dist/src/proto/protoc-gen-openapiv2/options/openapiv2_pb.js +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts +106 -35
- package/dist/src/proto/temporal/api/activity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js +18 -2
- package/dist/src/proto/temporal/api/activity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts +12 -12
- package/dist/src/proto/temporal/api/batch/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/batch/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts +72 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js +18 -0
- package/dist/src/proto/temporal/api/callback/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/account/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/auditlog/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts +206 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js +95 -0
- package/dist/src/proto/temporal/api/cloud/billing/v1/message_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts +462 -82
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js +223 -132
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts +95 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/cloudservice/v1/service_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts +11 -3
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/cloud/connectivityrule/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts +173 -24
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js +22 -2
- package/dist/src/proto/temporal/api/cloud/identity/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts +325 -26
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js +105 -22
- package/dist/src/proto/temporal/api/cloud/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts +5 -5
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/nexus/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/operation/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/region/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/resource/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/sink/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/cloud/usage/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts +61 -52
- package/dist/src/proto/temporal/api/command/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/command/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/command/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts +118 -2
- package/dist/src/proto/temporal/api/common/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/common/v1/message_pb.js +24 -4
- package/dist/src/proto/temporal/api/common/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts +133 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js +38 -0
- package/dist/src/proto/temporal/api/compute/v1/config_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts +49 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/provider_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts +39 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js +15 -0
- package/dist/src/proto/temporal/api/compute/v1/scaler_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts +76 -39
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js +4 -2
- package/dist/src/proto/temporal/api/deployment/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/activity_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/batch_operation_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/command_type_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/common_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts +8 -4
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js +9 -5
- package/dist/src/proto/temporal/api/enums/v1/deployment_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/event_type_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts +7 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js +8 -2
- package/dist/src/proto/temporal/api/enums/v1/failed_cause_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/namespace_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts +153 -0
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js +159 -2
- package/dist/src/proto/temporal/api/enums/v1/nexus_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/query_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/reset_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/schedule_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts +10 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js +11 -2
- package/dist/src/proto/temporal/api/enums/v1/task_queue_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/update_pb.js +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js +24 -14
- package/dist/src/proto/temporal/api/enums/v1/workflow_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts +24 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js +7 -2
- package/dist/src/proto/temporal/api/errordetails/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/export/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts +26 -11
- package/dist/src/proto/temporal/api/failure/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/failure/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/filter/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/filter/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts +278 -141
- package/dist/src/proto/temporal/api/history/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/history/v1/message_pb.js +72 -62
- package/dist/src/proto/temporal/api/history/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts +39 -5
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js +2 -2
- package/dist/src/proto/temporal/api/namespace/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts +386 -14
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js +26 -3
- package/dist/src/proto/temporal/api/nexus/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts +41 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js +20 -0
- package/dist/src/proto/temporal/api/nexusservices/workerservice/v1/request_response_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts +6 -6
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/request_response_pb.js +1 -1
- package/dist/src/proto/temporal/api/operatorservice/v1/service_pb.js +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/protocol/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts +46 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js +19 -0
- package/dist/src/proto/temporal/api/protometa/v1/annotations_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/query/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/query/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/replication/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts +3 -3
- package/dist/src/proto/temporal/api/rules/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/rules/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts +24 -24
- package/dist/src/proto/temporal/api/schedule/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/enhanced_stack_trace_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts +35 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.d.ts.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js +14 -0
- package/dist/src/proto/temporal/api/sdk/v1/external_storage_pb.js.map +1 -0
- package/dist/src/proto/temporal/api/sdk/v1/task_complete_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts +2 -2
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/user_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/worker_config_pb.js +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/sdk/v1/workflow_metadata_pb.js +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts +39 -23
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js +12 -7
- package/dist/src/proto/temporal/api/taskqueue/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts +10 -10
- package/dist/src/proto/temporal/api/update/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/update/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts +4 -4
- package/dist/src/proto/temporal/api/version/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/version/v1/message_pb.js +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts +208 -15
- package/dist/src/proto/temporal/api/worker/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js +33 -3
- package/dist/src/proto/temporal/api/worker/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts +187 -96
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js +16 -11
- package/dist/src/proto/temporal/api/workflow/v1/message_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts +1884 -283
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js +309 -127
- package/dist/src/proto/temporal/api/workflowservice/v1/request_response_pb.js.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts +232 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.d.ts.map +1 -1
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js +3 -2
- package/dist/src/proto/temporal/api/workflowservice/v1/service_pb.js.map +1 -1
- package/dist/src/runtime/effect-layers.d.ts +85 -0
- package/dist/src/runtime/effect-layers.d.ts.map +1 -1
- package/dist/src/worker/concurrency.d.ts.map +1 -1
- package/dist/src/worker/concurrency.js +12 -0
- package/dist/src/worker/concurrency.js.map +1 -1
- package/docs/adoption-readiness.md +93 -0
- package/docs/agent-adoption-guide.md +21 -26
- package/docs/default-choice-hardening-plan.md +47 -70
- package/docs/feature-matrix.md +20 -20
- package/docs/production-design.md +3 -3
- package/docs/production-readiness-implementation-plan.md +47 -56
- package/docs/semantic-readiness.md +45 -38
- package/docs/support-policy.md +3 -3
- package/package.json +10 -4
|
@@ -43,13 +43,13 @@ export type NamespaceInfo = Message<"temporal.api.namespace.v1.NamespaceInfo"> &
|
|
|
43
43
|
*
|
|
44
44
|
* @generated from field: temporal.api.namespace.v1.NamespaceInfo.Capabilities capabilities = 7;
|
|
45
45
|
*/
|
|
46
|
-
capabilities?: NamespaceInfo_Capabilities;
|
|
46
|
+
capabilities?: NamespaceInfo_Capabilities | undefined;
|
|
47
47
|
/**
|
|
48
48
|
* Namespace configured limits
|
|
49
49
|
*
|
|
50
50
|
* @generated from field: temporal.api.namespace.v1.NamespaceInfo.Limits limits = 8;
|
|
51
51
|
*/
|
|
52
|
-
limits?: NamespaceInfo_Limits;
|
|
52
|
+
limits?: NamespaceInfo_Limits | undefined;
|
|
53
53
|
/**
|
|
54
54
|
* Whether scheduled workflows are supported on this namespace. This is only needed
|
|
55
55
|
* temporarily while the feature is experimental, so we can give it a high tag.
|
|
@@ -105,6 +105,40 @@ export type NamespaceInfo_Capabilities = Message<"temporal.api.namespace.v1.Name
|
|
|
105
105
|
* @generated from field: bool workflow_pause = 6;
|
|
106
106
|
*/
|
|
107
107
|
workflowPause: boolean;
|
|
108
|
+
/**
|
|
109
|
+
* True if the namespace supports standalone activities
|
|
110
|
+
*
|
|
111
|
+
* @generated from field: bool standalone_activities = 7;
|
|
112
|
+
*/
|
|
113
|
+
standaloneActivities: boolean;
|
|
114
|
+
/**
|
|
115
|
+
* True if the namespace supports server-side completion of outstanding worker polls on shutdown.
|
|
116
|
+
* When enabled, the server will complete polls for workers that send WorkerInstanceKey in their
|
|
117
|
+
* poll requests and call ShutdownWorker with the same WorkerInstanceKey. The poll will return
|
|
118
|
+
* an empty response. When this flag is true, workers should allow polls to return gracefully
|
|
119
|
+
* rather than terminating any open polls on shutdown.
|
|
120
|
+
*
|
|
121
|
+
* @generated from field: bool worker_poll_complete_on_shutdown = 8;
|
|
122
|
+
*/
|
|
123
|
+
workerPollCompleteOnShutdown: boolean;
|
|
124
|
+
/**
|
|
125
|
+
* True if the namespace supports poller autoscaling
|
|
126
|
+
*
|
|
127
|
+
* @generated from field: bool poller_autoscaling = 9;
|
|
128
|
+
*/
|
|
129
|
+
pollerAutoscaling: boolean;
|
|
130
|
+
/**
|
|
131
|
+
* True if the namespace supports worker commands (server-to-worker communication via control queues).
|
|
132
|
+
*
|
|
133
|
+
* @generated from field: bool worker_commands = 10;
|
|
134
|
+
*/
|
|
135
|
+
workerCommands: boolean;
|
|
136
|
+
/**
|
|
137
|
+
* True if the namespace supports standalone Nexus operations.
|
|
138
|
+
*
|
|
139
|
+
* @generated from field: bool standalone_nexus_operation = 11;
|
|
140
|
+
*/
|
|
141
|
+
standaloneNexusOperation: boolean;
|
|
108
142
|
};
|
|
109
143
|
/**
|
|
110
144
|
* Describes the message temporal.api.namespace.v1.NamespaceInfo.Capabilities.
|
|
@@ -142,11 +176,11 @@ export type NamespaceConfig = Message<"temporal.api.namespace.v1.NamespaceConfig
|
|
|
142
176
|
/**
|
|
143
177
|
* @generated from field: google.protobuf.Duration workflow_execution_retention_ttl = 1;
|
|
144
178
|
*/
|
|
145
|
-
workflowExecutionRetentionTtl?: Duration;
|
|
179
|
+
workflowExecutionRetentionTtl?: Duration | undefined;
|
|
146
180
|
/**
|
|
147
181
|
* @generated from field: temporal.api.namespace.v1.BadBinaries bad_binaries = 2;
|
|
148
182
|
*/
|
|
149
|
-
badBinaries?: BadBinaries;
|
|
183
|
+
badBinaries?: BadBinaries | undefined;
|
|
150
184
|
/**
|
|
151
185
|
* If unspecified (ARCHIVAL_STATE_UNSPECIFIED) then default server configuration is used.
|
|
152
186
|
*
|
|
@@ -212,7 +246,7 @@ export type BadBinaryInfo = Message<"temporal.api.namespace.v1.BadBinaryInfo"> &
|
|
|
212
246
|
/**
|
|
213
247
|
* @generated from field: google.protobuf.Timestamp create_time = 3;
|
|
214
248
|
*/
|
|
215
|
-
createTime?: Timestamp;
|
|
249
|
+
createTime?: Timestamp | undefined;
|
|
216
250
|
};
|
|
217
251
|
/**
|
|
218
252
|
* Describes the message temporal.api.namespace.v1.BadBinaryInfo.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/namespace/v1/message_pb.ts"],"names":[],"mappings":"AAIA,OAAO,KAAK,EAAE,OAAO,EAAE,UAAU,EAAE,MAAM,8BAA8B,CAAC;AAExE,OAAO,KAAK,EAAE,QAAQ,EAAE,SAAS,EAAE,MAAM,wBAAwB,CAAC;AAElE,OAAO,KAAK,EAAE,aAAa,EAAE,cAAc,EAAE,MAAM,gCAAgC,CAAC;AAEpF,OAAO,KAAK,EAAE,OAAO,EAAE,MAAM,oBAAoB,CAAC;AAElD;;GAEG;AACH,eAAO,MAAM,sCAAsC,EAAE,
|
|
1
|
+
{"version":3,"file":"message_pb.d.ts","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/namespace/v1/message_pb.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
// @generated by protoc-gen-es v2.
|
|
1
|
+
// @generated by protoc-gen-es v2.12.0 with parameter "target=ts,import_extension=js"
|
|
2
2
|
// @generated from file temporal/api/namespace/v1/message.proto (package temporal.api.namespace.v1, syntax proto3)
|
|
3
3
|
/* eslint-disable */
|
|
4
4
|
import { fileDesc, messageDesc } from "@bufbuild/protobuf/codegenv2";
|
|
@@ -7,7 +7,7 @@ import { file_temporal_api_enums_v1_namespace } from "../../enums/v1/namespace_p
|
|
|
7
7
|
/**
|
|
8
8
|
* Describes the file temporal/api/namespace/v1/message.proto.
|
|
9
9
|
*/
|
|
10
|
-
export const file_temporal_api_namespace_v1_message = /*@__PURE__*/ fileDesc("
|
|
10
|
+
export const file_temporal_api_namespace_v1_message = /*@__PURE__*/ fileDesc("Cid0ZW1wb3JhbC9hcGkvbmFtZXNwYWNlL3YxL21lc3NhZ2UucHJvdG8SGXRlbXBvcmFsLmFwaS5uYW1lc3BhY2UudjEixQYKDU5hbWVzcGFjZUluZm8SDAoEbmFtZRgBIAEoCRI0CgVzdGF0ZRgCIAEoDjIlLnRlbXBvcmFsLmFwaS5lbnVtcy52MS5OYW1lc3BhY2VTdGF0ZRITCgtkZXNjcmlwdGlvbhgDIAEoCRITCgtvd25lcl9lbWFpbBgEIAEoCRJACgRkYXRhGAUgAygLMjIudGVtcG9yYWwuYXBpLm5hbWVzcGFjZS52MS5OYW1lc3BhY2VJbmZvLkRhdGFFbnRyeRIKCgJpZBgGIAEoCRJLCgxjYXBhYmlsaXRpZXMYByABKAsyNS50ZW1wb3JhbC5hcGkubmFtZXNwYWNlLnYxLk5hbWVzcGFjZUluZm8uQ2FwYWJpbGl0aWVzEj8KBmxpbWl0cxgIIAEoCzIvLnRlbXBvcmFsLmFwaS5uYW1lc3BhY2UudjEuTmFtZXNwYWNlSW5mby5MaW1pdHMSGgoSc3VwcG9ydHNfc2NoZWR1bGVzGGQgASgIGisKCURhdGFFbnRyeRILCgNrZXkYASABKAkSDQoFdmFsdWUYAiABKAk6AjgBGtgCCgxDYXBhYmlsaXRpZXMSHAoUZWFnZXJfd29ya2Zsb3dfc3RhcnQYASABKAgSEwoLc3luY191cGRhdGUYAiABKAgSFAoMYXN5bmNfdXBkYXRlGAMgASgIEhkKEXdvcmtlcl9oZWFydGJlYXRzGAQgASgIEioKInJlcG9ydGVkX3Byb2JsZW1zX3NlYXJjaF9hdHRyaWJ1dGUYBSABKAgSFgoOd29ya2Zsb3dfcGF1c2UYBiABKAgSHQoVc3RhbmRhbG9uZV9hY3Rpdml0aWVzGAcgASgIEigKIHdvcmtlcl9wb2xsX2NvbXBsZXRlX29uX3NodXRkb3duGAggASgIEhoKEnBvbGxlcl9hdXRvc2NhbGluZxgJIAEoCBIXCg93b3JrZXJfY29tbWFuZHMYCiABKAgSIgoac3RhbmRhbG9uZV9uZXh1c19vcGVyYXRpb24YCyABKAgaRgoGTGltaXRzEh0KFWJsb2Jfc2l6ZV9saW1pdF9lcnJvchgBIAEoAxIdChVtZW1vX3NpemVfbGltaXRfZXJyb3IYAiABKAMingQKD05hbWVzcGFjZUNvbmZpZxJDCiB3b3JrZmxvd19leGVjdXRpb25fcmV0ZW50aW9uX3R0bBgBIAEoCzIZLmdvb2dsZS5wcm90b2J1Zi5EdXJhdGlvbhI8CgxiYWRfYmluYXJpZXMYAiABKAsyJi50ZW1wb3JhbC5hcGkubmFtZXNwYWNlLnYxLkJhZEJpbmFyaWVzEkQKFmhpc3RvcnlfYXJjaGl2YWxfc3RhdGUYAyABKA4yJC50ZW1wb3JhbC5hcGkuZW51bXMudjEuQXJjaGl2YWxTdGF0ZRIcChRoaXN0b3J5X2FyY2hpdmFsX3VyaRgEIAEoCRJHChl2aXNpYmlsaXR5X2FyY2hpdmFsX3N0YXRlGAUgASgOMiQudGVtcG9yYWwuYXBpLmVudW1zLnYxLkFyY2hpdmFsU3RhdGUSHwoXdmlzaWJpbGl0eV9hcmNoaXZhbF91cmkYBiABKAkSdQofY3VzdG9tX3NlYXJjaF9hdHRyaWJ1dGVfYWxpYXNlcxgHIAMoCzJMLnRlbXBvcmFsLmFwaS5uYW1lc3BhY2UudjEuTmFtZXNwYWNlQ29uZmlnLkN1c3RvbVNlYXJjaEF0dHJpYnV0ZUFsaWFzZXNFbnRyeRpDCiFDdXN0b21TZWFyY2hBdHRyaWJ1dGVBbGlhc2VzRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASKwAQoLQmFkQmluYXJpZXMSRgoIYmluYXJpZXMYASADKAsyNC50ZW1wb3JhbC5hcGkubmFtZXNwYWNlLnYxLkJhZEJpbmFyaWVzLkJpbmFyaWVzRW50cnkaWQoNQmluYXJpZXNFbnRyeRILCgNrZXkYASABKAkSNwoFdmFsdWUYAiABKAsyKC50ZW1wb3JhbC5hcGkubmFtZXNwYWNlLnYxLkJhZEJpbmFyeUluZm86AjgBImIKDUJhZEJpbmFyeUluZm8SDgoGcmVhc29uGAEgASgJEhAKCG9wZXJhdG9yGAIgASgJEi8KC2NyZWF0ZV90aW1lGAMgASgLMhouZ29vZ2xlLnByb3RvYnVmLlRpbWVzdGFtcCLqAQoTVXBkYXRlTmFtZXNwYWNlSW5mbxITCgtkZXNjcmlwdGlvbhgBIAEoCRITCgtvd25lcl9lbWFpbBgCIAEoCRJGCgRkYXRhGAMgAygLMjgudGVtcG9yYWwuYXBpLm5hbWVzcGFjZS52MS5VcGRhdGVOYW1lc3BhY2VJbmZvLkRhdGFFbnRyeRI0CgVzdGF0ZRgEIAEoDjIlLnRlbXBvcmFsLmFwaS5lbnVtcy52MS5OYW1lc3BhY2VTdGF0ZRorCglEYXRhRW50cnkSCwoDa2V5GAEgASgJEg0KBXZhbHVlGAIgASgJOgI4ASIqCg9OYW1lc3BhY2VGaWx0ZXISFwoPaW5jbHVkZV9kZWxldGVkGAEgASgIQpgBChxpby50ZW1wb3JhbC5hcGkubmFtZXNwYWNlLnYxQgxNZXNzYWdlUHJvdG9QAVopZ28udGVtcG9yYWwuaW8vYXBpL25hbWVzcGFjZS92MTtuYW1lc3BhY2WqAhtUZW1wb3JhbGlvLkFwaS5OYW1lc3BhY2UuVjHqAh5UZW1wb3JhbGlvOjpBcGk6Ok5hbWVzcGFjZTo6VjFiBnByb3RvMw", [file_google_protobuf_duration, file_google_protobuf_timestamp, file_temporal_api_enums_v1_namespace]);
|
|
11
11
|
/**
|
|
12
12
|
* Describes the message temporal.api.namespace.v1.NamespaceInfo.
|
|
13
13
|
* Use `create(NamespaceInfoSchema)` to create a new message.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/namespace/v1/message_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAEvG,OAAO,EAAE,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAGtF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,
|
|
1
|
+
{"version":3,"file":"message_pb.js","sourceRoot":"","sources":["../../../../../../../src/proto/temporal/api/namespace/v1/message_pb.ts"],"names":[],"mappings":"AAAA,qFAAqF;AACrF,kHAAkH;AAClH,oBAAoB;AAGpB,OAAO,EAAE,QAAQ,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAErE,OAAO,EAAE,6BAA6B,EAAE,8BAA8B,EAAE,MAAM,wBAAwB,CAAC;AAEvG,OAAO,EAAE,oCAAoC,EAAE,MAAM,gCAAgC,CAAC;AAGtF;;GAEG;AACH,MAAM,CAAC,MAAM,sCAAsC,GAAY,aAAa,CAC1E,QAAQ,CAAC,w1FAAw1F,EAAE,CAAC,6BAA6B,EAAE,8BAA8B,EAAE,oCAAoC,CAAC,CAAC,CAAC;AA6D58F;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AA0FzD;;;GAGG;AACH,MAAM,CAAC,MAAM,gCAAgC,GAA2C,aAAa,CACnG,WAAW,CAAC,sCAAsC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAuB5D;;;GAGG;AACH,MAAM,CAAC,MAAM,0BAA0B,GAAqC,aAAa,CACvF,WAAW,CAAC,sCAAsC,EAAE,CAAC,EAAE,CAAC,CAAC,CAAC;AAgD5D;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAYzD;;;GAGG;AACH,MAAM,CAAC,MAAM,iBAAiB,GAA4B,aAAa,CACrE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAsBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,mBAAmB,GAA8B,aAAa,CACzE,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAqCzD;;;GAGG;AACH,MAAM,CAAC,MAAM,yBAAyB,GAAoC,aAAa,CACrF,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC;AAgBzD;;;GAGG;AACH,MAAM,CAAC,MAAM,qBAAqB,GAAgC,aAAa,CAC7E,WAAW,CAAC,sCAAsC,EAAE,CAAC,CAAC,CAAC"}
|
|
@@ -1,7 +1,10 @@
|
|
|
1
1
|
import type { GenFile, GenMessage } from "@bufbuild/protobuf/codegenv2";
|
|
2
|
-
import type { Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
-
import type { Payload } from "../../common/v1/message_pb.js";
|
|
4
|
-
import type {
|
|
2
|
+
import type { Duration, Timestamp } from "@bufbuild/protobuf/wkt";
|
|
3
|
+
import type { Link as Link$1, Payload, SearchAttributes } from "../../common/v1/message_pb.js";
|
|
4
|
+
import type { NexusOperationCancellationState, PendingNexusOperationState } from "../../enums/v1/common_pb.js";
|
|
5
|
+
import type { NexusHandlerErrorRetryBehavior, NexusOperationExecutionStatus } from "../../enums/v1/nexus_pb.js";
|
|
6
|
+
import type { Failure as Failure$1 } from "../../failure/v1/message_pb.js";
|
|
7
|
+
import type { UserMetadata } from "../../sdk/v1/user_metadata_pb.js";
|
|
5
8
|
import type { Message } from "@bufbuild/protobuf";
|
|
6
9
|
/**
|
|
7
10
|
* Describes the file temporal/api/nexus/v1/message.proto.
|
|
@@ -18,6 +21,10 @@ export type Failure = Message<"temporal.api.nexus.v1.Failure"> & {
|
|
|
18
21
|
* @generated from field: string message = 1;
|
|
19
22
|
*/
|
|
20
23
|
message: string;
|
|
24
|
+
/**
|
|
25
|
+
* @generated from field: string stack_trace = 4;
|
|
26
|
+
*/
|
|
27
|
+
stackTrace: string;
|
|
21
28
|
/**
|
|
22
29
|
* @generated from field: map<string, string> metadata = 2;
|
|
23
30
|
*/
|
|
@@ -30,6 +37,10 @@ export type Failure = Message<"temporal.api.nexus.v1.Failure"> & {
|
|
|
30
37
|
* @generated from field: bytes details = 3;
|
|
31
38
|
*/
|
|
32
39
|
details: Uint8Array;
|
|
40
|
+
/**
|
|
41
|
+
* @generated from field: temporal.api.nexus.v1.Failure cause = 5;
|
|
42
|
+
*/
|
|
43
|
+
cause?: Failure | undefined;
|
|
33
44
|
};
|
|
34
45
|
/**
|
|
35
46
|
* Describes the message temporal.api.nexus.v1.Failure.
|
|
@@ -49,7 +60,7 @@ export type HandlerError = Message<"temporal.api.nexus.v1.HandlerError"> & {
|
|
|
49
60
|
/**
|
|
50
61
|
* @generated from field: temporal.api.nexus.v1.Failure failure = 2;
|
|
51
62
|
*/
|
|
52
|
-
failure?: Failure;
|
|
63
|
+
failure?: Failure | undefined;
|
|
53
64
|
/**
|
|
54
65
|
* Retry behavior, defaults to the retry behavior of the error type as defined in the spec.
|
|
55
66
|
*
|
|
@@ -75,7 +86,7 @@ export type UnsuccessfulOperationError = Message<"temporal.api.nexus.v1.Unsucces
|
|
|
75
86
|
/**
|
|
76
87
|
* @generated from field: temporal.api.nexus.v1.Failure failure = 2;
|
|
77
88
|
*/
|
|
78
|
-
failure?: Failure;
|
|
89
|
+
failure?: Failure | undefined;
|
|
79
90
|
};
|
|
80
91
|
/**
|
|
81
92
|
* Describes the message temporal.api.nexus.v1.UnsuccessfulOperationError.
|
|
@@ -137,7 +148,7 @@ export type StartOperationRequest = Message<"temporal.api.nexus.v1.StartOperatio
|
|
|
137
148
|
*
|
|
138
149
|
* @generated from field: temporal.api.common.v1.Payload payload = 5;
|
|
139
150
|
*/
|
|
140
|
-
payload?: Payload;
|
|
151
|
+
payload?: Payload | undefined;
|
|
141
152
|
/**
|
|
142
153
|
* Header that is expected to be attached to the callback request when the operation completes.
|
|
143
154
|
*
|
|
@@ -219,7 +230,11 @@ export type Request = Message<"temporal.api.nexus.v1.Request"> & {
|
|
|
219
230
|
*
|
|
220
231
|
* @generated from field: google.protobuf.Timestamp scheduled_time = 2;
|
|
221
232
|
*/
|
|
222
|
-
scheduledTime?: Timestamp;
|
|
233
|
+
scheduledTime?: Timestamp | undefined;
|
|
234
|
+
/**
|
|
235
|
+
* @generated from field: temporal.api.nexus.v1.Request.Capabilities capabilities = 100;
|
|
236
|
+
*/
|
|
237
|
+
capabilities?: Request_Capabilities | undefined;
|
|
223
238
|
/**
|
|
224
239
|
* @generated from oneof temporal.api.nexus.v1.Request.variant
|
|
225
240
|
*/
|
|
@@ -252,6 +267,23 @@ export type Request = Message<"temporal.api.nexus.v1.Request"> & {
|
|
|
252
267
|
* Use `create(RequestSchema)` to create a new message.
|
|
253
268
|
*/
|
|
254
269
|
export declare const RequestSchema: GenMessage<Request>;
|
|
270
|
+
/**
|
|
271
|
+
* @generated from message temporal.api.nexus.v1.Request.Capabilities
|
|
272
|
+
*/
|
|
273
|
+
export type Request_Capabilities = Message<"temporal.api.nexus.v1.Request.Capabilities"> & {
|
|
274
|
+
/**
|
|
275
|
+
* If set, handlers may use temporal.api.failure.v1.Failure instances to return failures to the server.
|
|
276
|
+
* This also allows handler and operation errors to have their own messages and stack traces.
|
|
277
|
+
*
|
|
278
|
+
* @generated from field: bool temporal_failure_responses = 1;
|
|
279
|
+
*/
|
|
280
|
+
temporalFailureResponses: boolean;
|
|
281
|
+
};
|
|
282
|
+
/**
|
|
283
|
+
* Describes the message temporal.api.nexus.v1.Request.Capabilities.
|
|
284
|
+
* Use `create(Request_CapabilitiesSchema)` to create a new message.
|
|
285
|
+
*/
|
|
286
|
+
export declare const Request_CapabilitiesSchema: GenMessage<Request_Capabilities>;
|
|
255
287
|
/**
|
|
256
288
|
* Response variant for StartOperationRequest.
|
|
257
289
|
*
|
|
@@ -276,11 +308,22 @@ export type StartOperationResponse = Message<"temporal.api.nexus.v1.StartOperati
|
|
|
276
308
|
} | {
|
|
277
309
|
/**
|
|
278
310
|
* The operation completed unsuccessfully (failed or canceled).
|
|
311
|
+
* Deprecated. Use the failure variant instead.
|
|
279
312
|
*
|
|
280
|
-
* @generated from field: temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3;
|
|
313
|
+
* @generated from field: temporal.api.nexus.v1.UnsuccessfulOperationError operation_error = 3 [deprecated = true];
|
|
314
|
+
* @deprecated
|
|
281
315
|
*/
|
|
282
316
|
value: UnsuccessfulOperationError;
|
|
283
317
|
case: "operationError";
|
|
318
|
+
} | {
|
|
319
|
+
/**
|
|
320
|
+
* The operation completed unsuccessfully (failed or canceled).
|
|
321
|
+
* Failure object must contain an ApplicationFailureInfo or CanceledFailureInfo object.
|
|
322
|
+
*
|
|
323
|
+
* @generated from field: temporal.api.failure.v1.Failure failure = 4;
|
|
324
|
+
*/
|
|
325
|
+
value: Failure$1;
|
|
326
|
+
case: "failure";
|
|
284
327
|
} | {
|
|
285
328
|
case: undefined;
|
|
286
329
|
value?: undefined;
|
|
@@ -300,7 +343,7 @@ export type StartOperationResponse_Sync = Message<"temporal.api.nexus.v1.StartOp
|
|
|
300
343
|
/**
|
|
301
344
|
* @generated from field: temporal.api.common.v1.Payload payload = 1;
|
|
302
345
|
*/
|
|
303
|
-
payload?: Payload;
|
|
346
|
+
payload?: Payload | undefined;
|
|
304
347
|
/**
|
|
305
348
|
* @generated from field: repeated temporal.api.nexus.v1.Link links = 2;
|
|
306
349
|
*/
|
|
@@ -406,7 +449,7 @@ export type Endpoint = Message<"temporal.api.nexus.v1.Endpoint"> & {
|
|
|
406
449
|
*
|
|
407
450
|
* @generated from field: temporal.api.nexus.v1.EndpointSpec spec = 3;
|
|
408
451
|
*/
|
|
409
|
-
spec?: EndpointSpec;
|
|
452
|
+
spec?: EndpointSpec | undefined;
|
|
410
453
|
/**
|
|
411
454
|
* The date and time when the endpoint was created.
|
|
412
455
|
* (-- api-linter: core::0142::time-field-names=disabled
|
|
@@ -414,7 +457,7 @@ export type Endpoint = Message<"temporal.api.nexus.v1.Endpoint"> & {
|
|
|
414
457
|
*
|
|
415
458
|
* @generated from field: google.protobuf.Timestamp created_time = 4;
|
|
416
459
|
*/
|
|
417
|
-
createdTime?: Timestamp;
|
|
460
|
+
createdTime?: Timestamp | undefined;
|
|
418
461
|
/**
|
|
419
462
|
* The date and time when the endpoint was last modified.
|
|
420
463
|
* Will not be set if the endpoint has never been modified.
|
|
@@ -423,7 +466,7 @@ export type Endpoint = Message<"temporal.api.nexus.v1.Endpoint"> & {
|
|
|
423
466
|
*
|
|
424
467
|
* @generated from field: google.protobuf.Timestamp last_modified_time = 5;
|
|
425
468
|
*/
|
|
426
|
-
lastModifiedTime?: Timestamp;
|
|
469
|
+
lastModifiedTime?: Timestamp | undefined;
|
|
427
470
|
/**
|
|
428
471
|
* Server exposed URL prefix for invocation of operations on this endpoint.
|
|
429
472
|
* This doesn't include the protocol, hostname or port as the server does not know how it should be accessed
|
|
@@ -458,13 +501,13 @@ export type EndpointSpec = Message<"temporal.api.nexus.v1.EndpointSpec"> & {
|
|
|
458
501
|
*
|
|
459
502
|
* @generated from field: temporal.api.common.v1.Payload description = 2;
|
|
460
503
|
*/
|
|
461
|
-
description?: Payload;
|
|
504
|
+
description?: Payload | undefined;
|
|
462
505
|
/**
|
|
463
506
|
* Target to route requests to.
|
|
464
507
|
*
|
|
465
508
|
* @generated from field: temporal.api.nexus.v1.EndpointTarget target = 3;
|
|
466
509
|
*/
|
|
467
|
-
target?: EndpointTarget;
|
|
510
|
+
target?: EndpointTarget | undefined;
|
|
468
511
|
};
|
|
469
512
|
/**
|
|
470
513
|
* Describes the message temporal.api.nexus.v1.EndpointSpec.
|
|
@@ -546,4 +589,333 @@ export type EndpointTarget_External = Message<"temporal.api.nexus.v1.EndpointTar
|
|
|
546
589
|
* Use `create(EndpointTarget_ExternalSchema)` to create a new message.
|
|
547
590
|
*/
|
|
548
591
|
export declare const EndpointTarget_ExternalSchema: GenMessage<EndpointTarget_External>;
|
|
592
|
+
/**
|
|
593
|
+
* NexusOperationExecutionCancellationInfo contains the state of a Nexus operation cancellation.
|
|
594
|
+
*
|
|
595
|
+
* @generated from message temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo
|
|
596
|
+
*/
|
|
597
|
+
export type NexusOperationExecutionCancellationInfo = Message<"temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo"> & {
|
|
598
|
+
/**
|
|
599
|
+
* The time when cancellation was requested.
|
|
600
|
+
*
|
|
601
|
+
* @generated from field: google.protobuf.Timestamp requested_time = 1;
|
|
602
|
+
*/
|
|
603
|
+
requestedTime?: Timestamp | undefined;
|
|
604
|
+
/**
|
|
605
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationCancellationState state = 2;
|
|
606
|
+
*/
|
|
607
|
+
state: NexusOperationCancellationState;
|
|
608
|
+
/**
|
|
609
|
+
* The number of attempts made to deliver the cancel operation request.
|
|
610
|
+
* This number represents a minimum bound since the attempt is incremented after the request completes.
|
|
611
|
+
*
|
|
612
|
+
* @generated from field: int32 attempt = 3;
|
|
613
|
+
*/
|
|
614
|
+
attempt: number;
|
|
615
|
+
/**
|
|
616
|
+
* The time when the last attempt completed.
|
|
617
|
+
*
|
|
618
|
+
* @generated from field: google.protobuf.Timestamp last_attempt_complete_time = 4;
|
|
619
|
+
*/
|
|
620
|
+
lastAttemptCompleteTime?: Timestamp | undefined;
|
|
621
|
+
/**
|
|
622
|
+
* The last attempt's failure, if any.
|
|
623
|
+
*
|
|
624
|
+
* @generated from field: temporal.api.failure.v1.Failure last_attempt_failure = 5;
|
|
625
|
+
*/
|
|
626
|
+
lastAttemptFailure?: Failure$1 | undefined;
|
|
627
|
+
/**
|
|
628
|
+
* The time when the next attempt is scheduled.
|
|
629
|
+
*
|
|
630
|
+
* @generated from field: google.protobuf.Timestamp next_attempt_schedule_time = 6;
|
|
631
|
+
*/
|
|
632
|
+
nextAttemptScheduleTime?: Timestamp | undefined;
|
|
633
|
+
/**
|
|
634
|
+
* If the state is BLOCKED, blocked reason provides additional information.
|
|
635
|
+
*
|
|
636
|
+
* @generated from field: string blocked_reason = 7;
|
|
637
|
+
*/
|
|
638
|
+
blockedReason: string;
|
|
639
|
+
/**
|
|
640
|
+
* A reason that may be specified in the CancelNexusOperationRequest.
|
|
641
|
+
*
|
|
642
|
+
* @generated from field: string reason = 8;
|
|
643
|
+
*/
|
|
644
|
+
reason: string;
|
|
645
|
+
};
|
|
646
|
+
/**
|
|
647
|
+
* Describes the message temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo.
|
|
648
|
+
* Use `create(NexusOperationExecutionCancellationInfoSchema)` to create a new message.
|
|
649
|
+
*/
|
|
650
|
+
export declare const NexusOperationExecutionCancellationInfoSchema: GenMessage<NexusOperationExecutionCancellationInfo>;
|
|
651
|
+
/**
|
|
652
|
+
* Full current state of a standalone Nexus operation, as of the time of the request.
|
|
653
|
+
*
|
|
654
|
+
* @generated from message temporal.api.nexus.v1.NexusOperationExecutionInfo
|
|
655
|
+
*/
|
|
656
|
+
export type NexusOperationExecutionInfo = Message<"temporal.api.nexus.v1.NexusOperationExecutionInfo"> & {
|
|
657
|
+
/**
|
|
658
|
+
* Unique identifier of this Nexus operation within its namespace along with run ID (below).
|
|
659
|
+
*
|
|
660
|
+
* @generated from field: string operation_id = 1;
|
|
661
|
+
*/
|
|
662
|
+
operationId: string;
|
|
663
|
+
/**
|
|
664
|
+
* @generated from field: string run_id = 2;
|
|
665
|
+
*/
|
|
666
|
+
runId: string;
|
|
667
|
+
/**
|
|
668
|
+
* Endpoint name, resolved to a URL via the cluster's endpoint registry.
|
|
669
|
+
*
|
|
670
|
+
* @generated from field: string endpoint = 3;
|
|
671
|
+
*/
|
|
672
|
+
endpoint: string;
|
|
673
|
+
/**
|
|
674
|
+
* Service name.
|
|
675
|
+
*
|
|
676
|
+
* @generated from field: string service = 4;
|
|
677
|
+
*/
|
|
678
|
+
service: string;
|
|
679
|
+
/**
|
|
680
|
+
* Operation name.
|
|
681
|
+
*
|
|
682
|
+
* @generated from field: string operation = 5;
|
|
683
|
+
*/
|
|
684
|
+
operation: string;
|
|
685
|
+
/**
|
|
686
|
+
* A general status for this operation, indicates whether it is currently running or in one of the terminal statuses.
|
|
687
|
+
* Updated once when the operation is originally scheduled, and again when it reaches a terminal status.
|
|
688
|
+
*
|
|
689
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationExecutionStatus status = 6;
|
|
690
|
+
*/
|
|
691
|
+
status: NexusOperationExecutionStatus;
|
|
692
|
+
/**
|
|
693
|
+
* More detailed breakdown of NEXUS_OPERATION_EXECUTION_STATUS_RUNNING.
|
|
694
|
+
*
|
|
695
|
+
* @generated from field: temporal.api.enums.v1.PendingNexusOperationState state = 7;
|
|
696
|
+
*/
|
|
697
|
+
state: PendingNexusOperationState;
|
|
698
|
+
/**
|
|
699
|
+
* Schedule-to-close timeout for this operation.
|
|
700
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
701
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
702
|
+
*
|
|
703
|
+
* @generated from field: google.protobuf.Duration schedule_to_close_timeout = 8;
|
|
704
|
+
*/
|
|
705
|
+
scheduleToCloseTimeout?: Duration | undefined;
|
|
706
|
+
/**
|
|
707
|
+
* Schedule-to-start timeout for this operation.
|
|
708
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
709
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
710
|
+
*
|
|
711
|
+
* @generated from field: google.protobuf.Duration schedule_to_start_timeout = 9;
|
|
712
|
+
*/
|
|
713
|
+
scheduleToStartTimeout?: Duration | undefined;
|
|
714
|
+
/**
|
|
715
|
+
* Start-to-close timeout for this operation.
|
|
716
|
+
* (-- api-linter: core::0140::prepositions=disabled
|
|
717
|
+
* aip.dev/not-precedent: "to" is used to indicate interval. --)
|
|
718
|
+
*
|
|
719
|
+
* @generated from field: google.protobuf.Duration start_to_close_timeout = 10;
|
|
720
|
+
*/
|
|
721
|
+
startToCloseTimeout?: Duration | undefined;
|
|
722
|
+
/**
|
|
723
|
+
* The number of attempts made to deliver the start operation request.
|
|
724
|
+
* This number is approximate, it is incremented when a task is added to the history queue.
|
|
725
|
+
* In practice, there could be more attempts if a task is executed but fails to commit, or less attempts if a task
|
|
726
|
+
* was never executed.
|
|
727
|
+
*
|
|
728
|
+
* @generated from field: int32 attempt = 11;
|
|
729
|
+
*/
|
|
730
|
+
attempt: number;
|
|
731
|
+
/**
|
|
732
|
+
* Time the operation was originally scheduled via a StartNexusOperation request.
|
|
733
|
+
*
|
|
734
|
+
* @generated from field: google.protobuf.Timestamp schedule_time = 12;
|
|
735
|
+
*/
|
|
736
|
+
scheduleTime?: Timestamp | undefined;
|
|
737
|
+
/**
|
|
738
|
+
* Scheduled time + schedule to close timeout.
|
|
739
|
+
*
|
|
740
|
+
* @generated from field: google.protobuf.Timestamp expiration_time = 13;
|
|
741
|
+
*/
|
|
742
|
+
expirationTime?: Timestamp | undefined;
|
|
743
|
+
/**
|
|
744
|
+
* Time when the operation transitioned to a closed state.
|
|
745
|
+
*
|
|
746
|
+
* @generated from field: google.protobuf.Timestamp close_time = 14;
|
|
747
|
+
*/
|
|
748
|
+
closeTime?: Timestamp | undefined;
|
|
749
|
+
/**
|
|
750
|
+
* The time when the last attempt completed.
|
|
751
|
+
*
|
|
752
|
+
* @generated from field: google.protobuf.Timestamp last_attempt_complete_time = 15;
|
|
753
|
+
*/
|
|
754
|
+
lastAttemptCompleteTime?: Timestamp | undefined;
|
|
755
|
+
/**
|
|
756
|
+
* The last attempt's failure, if any.
|
|
757
|
+
*
|
|
758
|
+
* @generated from field: temporal.api.failure.v1.Failure last_attempt_failure = 16;
|
|
759
|
+
*/
|
|
760
|
+
lastAttemptFailure?: Failure$1 | undefined;
|
|
761
|
+
/**
|
|
762
|
+
* The time when the next attempt is scheduled.
|
|
763
|
+
*
|
|
764
|
+
* @generated from field: google.protobuf.Timestamp next_attempt_schedule_time = 17;
|
|
765
|
+
*/
|
|
766
|
+
nextAttemptScheduleTime?: Timestamp | undefined;
|
|
767
|
+
/**
|
|
768
|
+
* Elapsed time from schedule_time to now for running operations or to close_time for closed
|
|
769
|
+
* operations, including all attempts and backoff between attempts.
|
|
770
|
+
*
|
|
771
|
+
* @generated from field: google.protobuf.Duration execution_duration = 18;
|
|
772
|
+
*/
|
|
773
|
+
executionDuration?: Duration | undefined;
|
|
774
|
+
/**
|
|
775
|
+
* @generated from field: temporal.api.nexus.v1.NexusOperationExecutionCancellationInfo cancellation_info = 19;
|
|
776
|
+
*/
|
|
777
|
+
cancellationInfo?: NexusOperationExecutionCancellationInfo | undefined;
|
|
778
|
+
/**
|
|
779
|
+
* If the state is BLOCKED, blocked reason provides additional information.
|
|
780
|
+
*
|
|
781
|
+
* @generated from field: string blocked_reason = 20;
|
|
782
|
+
*/
|
|
783
|
+
blockedReason: string;
|
|
784
|
+
/**
|
|
785
|
+
* Server-generated request ID used as an idempotency token when submitting start requests to
|
|
786
|
+
* the handler. Distinct from the request_id in StartNexusOperationRequest, which is the
|
|
787
|
+
* caller-side idempotency key for the StartNexusOperation RPC itself.
|
|
788
|
+
*
|
|
789
|
+
* @generated from field: string request_id = 21;
|
|
790
|
+
*/
|
|
791
|
+
requestId: string;
|
|
792
|
+
/**
|
|
793
|
+
* Operation token. Only set for asynchronous operations after a successful StartOperation call.
|
|
794
|
+
*
|
|
795
|
+
* @generated from field: string operation_token = 22;
|
|
796
|
+
*/
|
|
797
|
+
operationToken: string;
|
|
798
|
+
/**
|
|
799
|
+
* Incremented each time the operation's state is mutated in persistence.
|
|
800
|
+
*
|
|
801
|
+
* @generated from field: int64 state_transition_count = 23;
|
|
802
|
+
*/
|
|
803
|
+
stateTransitionCount: bigint;
|
|
804
|
+
/**
|
|
805
|
+
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 24;
|
|
806
|
+
*/
|
|
807
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
808
|
+
/**
|
|
809
|
+
* Header for context propagation and tracing purposes.
|
|
810
|
+
*
|
|
811
|
+
* @generated from field: map<string, string> nexus_header = 25;
|
|
812
|
+
*/
|
|
813
|
+
nexusHeader: {
|
|
814
|
+
[key: string]: string;
|
|
815
|
+
};
|
|
816
|
+
/**
|
|
817
|
+
* Metadata for use by user interfaces to display the fixed as-of-start summary and details of the operation.
|
|
818
|
+
*
|
|
819
|
+
* @generated from field: temporal.api.sdk.v1.UserMetadata user_metadata = 26;
|
|
820
|
+
*/
|
|
821
|
+
userMetadata?: UserMetadata | undefined;
|
|
822
|
+
/**
|
|
823
|
+
* Links attached by the handler of this operation on start or completion.
|
|
824
|
+
*
|
|
825
|
+
* @generated from field: repeated temporal.api.common.v1.Link links = 27;
|
|
826
|
+
*/
|
|
827
|
+
links: Link$1[];
|
|
828
|
+
/**
|
|
829
|
+
* The identity of the client who started this operation.
|
|
830
|
+
*
|
|
831
|
+
* @generated from field: string identity = 28;
|
|
832
|
+
*/
|
|
833
|
+
identity: string;
|
|
834
|
+
};
|
|
835
|
+
/**
|
|
836
|
+
* Describes the message temporal.api.nexus.v1.NexusOperationExecutionInfo.
|
|
837
|
+
* Use `create(NexusOperationExecutionInfoSchema)` to create a new message.
|
|
838
|
+
*/
|
|
839
|
+
export declare const NexusOperationExecutionInfoSchema: GenMessage<NexusOperationExecutionInfo>;
|
|
840
|
+
/**
|
|
841
|
+
* Limited Nexus operation information returned in the list response.
|
|
842
|
+
* When adding fields here, ensure that it is also present in NexusOperationExecutionInfo (note that it may already be present in
|
|
843
|
+
* NexusOperationExecutionInfo but not at the top-level).
|
|
844
|
+
*
|
|
845
|
+
* @generated from message temporal.api.nexus.v1.NexusOperationExecutionListInfo
|
|
846
|
+
*/
|
|
847
|
+
export type NexusOperationExecutionListInfo = Message<"temporal.api.nexus.v1.NexusOperationExecutionListInfo"> & {
|
|
848
|
+
/**
|
|
849
|
+
* A unique identifier of this operation within its namespace along with run ID (below).
|
|
850
|
+
*
|
|
851
|
+
* @generated from field: string operation_id = 1;
|
|
852
|
+
*/
|
|
853
|
+
operationId: string;
|
|
854
|
+
/**
|
|
855
|
+
* The run ID of the standalone Nexus operation.
|
|
856
|
+
*
|
|
857
|
+
* @generated from field: string run_id = 2;
|
|
858
|
+
*/
|
|
859
|
+
runId: string;
|
|
860
|
+
/**
|
|
861
|
+
* Endpoint name.
|
|
862
|
+
*
|
|
863
|
+
* @generated from field: string endpoint = 3;
|
|
864
|
+
*/
|
|
865
|
+
endpoint: string;
|
|
866
|
+
/**
|
|
867
|
+
* Service name.
|
|
868
|
+
*
|
|
869
|
+
* @generated from field: string service = 4;
|
|
870
|
+
*/
|
|
871
|
+
service: string;
|
|
872
|
+
/**
|
|
873
|
+
* Operation name.
|
|
874
|
+
*
|
|
875
|
+
* @generated from field: string operation = 5;
|
|
876
|
+
*/
|
|
877
|
+
operation: string;
|
|
878
|
+
/**
|
|
879
|
+
* Time the operation was originally scheduled via a StartNexusOperation request.
|
|
880
|
+
*
|
|
881
|
+
* @generated from field: google.protobuf.Timestamp schedule_time = 6;
|
|
882
|
+
*/
|
|
883
|
+
scheduleTime?: Timestamp | undefined;
|
|
884
|
+
/**
|
|
885
|
+
* If the operation is in a terminal status, this field represents the time the operation transitioned to that status.
|
|
886
|
+
*
|
|
887
|
+
* @generated from field: google.protobuf.Timestamp close_time = 7;
|
|
888
|
+
*/
|
|
889
|
+
closeTime?: Timestamp | undefined;
|
|
890
|
+
/**
|
|
891
|
+
* The status is updated once, when the operation is originally scheduled, and again when the operation reaches a terminal status.
|
|
892
|
+
*
|
|
893
|
+
* @generated from field: temporal.api.enums.v1.NexusOperationExecutionStatus status = 8;
|
|
894
|
+
*/
|
|
895
|
+
status: NexusOperationExecutionStatus;
|
|
896
|
+
/**
|
|
897
|
+
* Search attributes from the start request.
|
|
898
|
+
*
|
|
899
|
+
* @generated from field: temporal.api.common.v1.SearchAttributes search_attributes = 9;
|
|
900
|
+
*/
|
|
901
|
+
searchAttributes?: SearchAttributes | undefined;
|
|
902
|
+
/**
|
|
903
|
+
* Updated on terminal status.
|
|
904
|
+
*
|
|
905
|
+
* @generated from field: int64 state_transition_count = 10;
|
|
906
|
+
*/
|
|
907
|
+
stateTransitionCount: bigint;
|
|
908
|
+
/**
|
|
909
|
+
* The difference between close time and scheduled time.
|
|
910
|
+
* This field is only populated if the operation is closed.
|
|
911
|
+
*
|
|
912
|
+
* @generated from field: google.protobuf.Duration execution_duration = 11;
|
|
913
|
+
*/
|
|
914
|
+
executionDuration?: Duration | undefined;
|
|
915
|
+
};
|
|
916
|
+
/**
|
|
917
|
+
* Describes the message temporal.api.nexus.v1.NexusOperationExecutionListInfo.
|
|
918
|
+
* Use `create(NexusOperationExecutionListInfoSchema)` to create a new message.
|
|
919
|
+
*/
|
|
920
|
+
export declare const NexusOperationExecutionListInfoSchema: GenMessage<NexusOperationExecutionListInfo>;
|
|
549
921
|
//# sourceMappingURL=message_pb.d.ts.map
|