@justworkflowit/cdk-constructs 0.0.137 → 0.0.138
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.
|
@@ -56964,7 +56964,7 @@ var require_models_0 = __commonJS({
|
|
|
56964
56964
|
"../JustWorkflowItApiClient/dist-cjs/models/models_0.js"(exports2) {
|
|
56965
56965
|
"use strict";
|
|
56966
56966
|
Object.defineProperty(exports2, "__esModule", { value: true });
|
|
56967
|
-
exports2.WorkflowVersionSelector = exports2.WorkflowMetricType = exports2.TimeBucket = exports2.MetricAggregation = exports2.JobStatus = exports2.ExecutionStatus = exports2.OrgRole = exports2.PermissionEnum = exports2.ValidationError = exports2.UnhandledError = exports2.NotFoundError = exports2.AuthorizationError = exports2.AuthenticationError = void 0;
|
|
56967
|
+
exports2.WorkflowVersionSelector = exports2.WorkflowMetricType = exports2.TimeBucket = exports2.MetricAggregation = exports2.JobStatus = exports2.ExecutionStatus = exports2.HistorySource = exports2.OrgRole = exports2.PermissionEnum = exports2.ValidationError = exports2.UnhandledError = exports2.NotFoundError = exports2.AuthorizationError = exports2.AuthenticationError = void 0;
|
|
56968
56968
|
var JustWorkflowItServiceException_1 = require_JustWorkflowItServiceException();
|
|
56969
56969
|
var AuthenticationError = class _AuthenticationError extends JustWorkflowItServiceException_1.JustWorkflowItServiceException {
|
|
56970
56970
|
name = "AuthenticationError";
|
|
@@ -57106,9 +57106,14 @@ var require_models_0 = __commonJS({
|
|
|
57106
57106
|
MEMBER: "member",
|
|
57107
57107
|
OWNER: "owner"
|
|
57108
57108
|
};
|
|
57109
|
+
exports2.HistorySource = {
|
|
57110
|
+
ENGINE: "engine",
|
|
57111
|
+
EXTERNAL: "external"
|
|
57112
|
+
};
|
|
57109
57113
|
exports2.ExecutionStatus = {
|
|
57110
57114
|
FAILURE: "failure",
|
|
57111
|
-
SUCCESS: "success"
|
|
57115
|
+
SUCCESS: "success",
|
|
57116
|
+
SUCCESSFUL_BUT_INCOMPLETE: "successful_but_incomplete"
|
|
57112
57117
|
};
|
|
57113
57118
|
exports2.JobStatus = {
|
|
57114
57119
|
CANCELLED: "CANCELLED",
|
|
@@ -58699,14 +58704,15 @@ var require_Aws_restJson1 = __commonJS({
|
|
|
58699
58704
|
var de_ExecutionHistoryItem = (output, context) => {
|
|
58700
58705
|
return (0, smithy_client_1.take)(output, {
|
|
58701
58706
|
"endTimestamp": (_2) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_2)),
|
|
58702
|
-
"
|
|
58707
|
+
"errors": smithy_client_1._json,
|
|
58708
|
+
"historySource": smithy_client_1.expectString,
|
|
58703
58709
|
"id": smithy_client_1.expectString,
|
|
58704
58710
|
"input": (_2) => de_Document(_2, context),
|
|
58705
|
-
"output": (_2) =>
|
|
58711
|
+
"output": (_2) => de_StepExecutorOutput(_2, context),
|
|
58706
58712
|
"startTimestamp": (_2) => (0, smithy_client_1.expectNonNull)((0, smithy_client_1.parseRfc3339DateTimeWithOffset)(_2)),
|
|
58707
|
-
"status": smithy_client_1.expectString,
|
|
58708
58713
|
"stepExecutorType": smithy_client_1.expectString,
|
|
58709
|
-
"stepName": smithy_client_1.expectString
|
|
58714
|
+
"stepName": smithy_client_1.expectString,
|
|
58715
|
+
"warnings": smithy_client_1._json
|
|
58710
58716
|
});
|
|
58711
58717
|
};
|
|
58712
58718
|
var de_ExecutionHistoryList = (output, context) => {
|
|
@@ -58806,6 +58812,12 @@ var require_Aws_restJson1 = __commonJS({
|
|
|
58806
58812
|
});
|
|
58807
58813
|
return retVal;
|
|
58808
58814
|
};
|
|
58815
|
+
var de_StepExecutorOutput = (output, context) => {
|
|
58816
|
+
return (0, smithy_client_1.take)(output, {
|
|
58817
|
+
"payload": (_2) => de_Document(_2, context),
|
|
58818
|
+
"status": smithy_client_1.expectString
|
|
58819
|
+
});
|
|
58820
|
+
};
|
|
58809
58821
|
var de_WorkflowState = (output, context) => {
|
|
58810
58822
|
return (0, smithy_client_1.take)(output, {
|
|
58811
58823
|
"executionData": (_2) => de_Document(_2, context),
|