@activepieces/shared 0.10.105 → 0.10.106
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 +1 -1
- package/src/index.d.ts +3 -1
- package/src/index.js +16 -13
- package/src/index.js.map +1 -1
- package/src/lib/common/activepieces-error.d.ts +16 -3
- package/src/lib/common/activepieces-error.js +2 -0
- package/src/lib/common/activepieces-error.js.map +1 -1
- package/src/lib/common/security/permission.d.ts +3 -1
- package/src/lib/common/security/permission.js +3 -1
- package/src/lib/common/security/permission.js.map +1 -1
- package/src/lib/common/telemetry.d.ts +7 -1
- package/src/lib/common/telemetry.js +1 -0
- package/src/lib/common/telemetry.js.map +1 -1
- package/src/lib/engine/engine-operation.d.ts +10 -2
- package/src/lib/engine/engine-operation.js +7 -1
- package/src/lib/engine/engine-operation.js.map +1 -1
- package/src/lib/federated-authn/authn-provider-name.d.ts +2 -1
- package/src/lib/federated-authn/authn-provider-name.js +1 -0
- package/src/lib/federated-authn/authn-provider-name.js.map +1 -1
- package/src/lib/federated-authn/index.d.ts +11 -0
- package/src/lib/federated-authn/index.js +9 -3
- package/src/lib/federated-authn/index.js.map +1 -1
- package/src/lib/flag/flag.d.ts +1 -3
- package/src/lib/flag/flag.js +1 -3
- package/src/lib/flag/flag.js.map +1 -1
- package/src/lib/flow-run/execution/execution-output.d.ts +2 -2
- package/src/lib/flow-run/execution/execution-output.js +2 -2
- package/src/lib/flow-run/execution/execution-output.js.map +1 -1
- package/src/lib/flow-run/execution/flow-execution.d.ts +16 -5
- package/src/lib/flow-run/execution/flow-execution.js +29 -3
- package/src/lib/flow-run/execution/flow-execution.js.map +1 -1
- package/src/lib/flow-run/flow-run.d.ts +5 -1
- package/src/lib/flow-run/flow-run.js +2 -3
- package/src/lib/flow-run/flow-run.js.map +1 -1
- package/src/lib/flows/step-run/dto/test-step-request.d.ts +52 -0
- package/src/lib/flows/step-run/dto/test-step-request.js +11 -1
- package/src/lib/flows/step-run/dto/test-step-request.js.map +1 -1
- package/src/lib/invitations/index.d.ts +42 -0
- package/src/lib/invitations/index.js +34 -0
- package/src/lib/invitations/index.js.map +1 -0
- package/src/lib/pieces/piece.d.ts +2 -1
- package/src/lib/pieces/piece.js +1 -0
- package/src/lib/pieces/piece.js.map +1 -1
- package/src/lib/platform/platform.model.d.ts +10 -3
- package/src/lib/platform/platform.model.js +3 -2
- package/src/lib/platform/platform.model.js.map +1 -1
- package/src/lib/platform/platform.request.d.ts +4 -0
- package/src/lib/project/project-member.d.ts +2 -5
- package/src/lib/project/project-member.js +1 -4
- package/src/lib/project/project-member.js.map +1 -1
- package/src/lib/user/index.d.ts +7 -0
- package/src/lib/user/index.js +7 -0
- package/src/lib/user/index.js.map +1 -1
- package/src/lib/flow-run/flow-status.d.ts +0 -2
- package/src/lib/flow-run/flow-status.js +0 -9
- package/src/lib/flow-run/flow-status.js.map +0 -1
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isFlowStateTerminal = void 0;
|
|
4
|
-
const flow_execution_1 = require("./execution/flow-execution");
|
|
5
|
-
const isFlowStateTerminal = (status) => {
|
|
6
|
-
return status === flow_execution_1.FlowRunStatus.SUCCEEDED || status === flow_execution_1.FlowRunStatus.FAILED || status === flow_execution_1.FlowRunStatus.INTERNAL_ERROR || status === flow_execution_1.FlowRunStatus.QUOTA_EXCEEDED;
|
|
7
|
-
};
|
|
8
|
-
exports.isFlowStateTerminal = isFlowStateTerminal;
|
|
9
|
-
//# sourceMappingURL=flow-status.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"flow-status.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/flow-run/flow-status.ts"],"names":[],"mappings":";;;AAAA,+DAA0D;AAEnD,MAAM,mBAAmB,GAAG,CAAC,MAAqB,EAAW,EAAE;IAClE,OAAO,MAAM,KAAK,8BAAa,CAAC,SAAS,IAAI,MAAM,KAAK,8BAAa,CAAC,MAAM,IAAI,MAAM,KAAK,8BAAa,CAAC,cAAc,IAAI,MAAM,KAAK,8BAAa,CAAC,cAAc,CAAA;AACtK,CAAC,CAAA;AAFY,QAAA,mBAAmB,uBAE/B"}
|