@activepieces/shared 0.10.138 → 0.10.140
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/lib/app-connection/app-connection.d.ts +1 -0
- package/src/lib/app-connection/app-connection.js +1 -0
- package/src/lib/app-connection/app-connection.js.map +1 -1
- package/src/lib/common/base-model.d.ts +14 -1
- package/src/lib/common/base-model.js +14 -0
- package/src/lib/common/base-model.js.map +1 -1
- package/src/lib/common/security/permission.d.ts +2 -2
- package/src/lib/common/security/permission.js +2 -2
- package/src/lib/common/security/permission.js.map +1 -1
- package/src/lib/engine/engine-operation.d.ts +1 -1
- package/src/lib/flag/flag.d.ts +1 -1
- package/src/lib/flag/flag.js +1 -1
- package/src/lib/flag/flag.js.map +1 -1
- package/src/lib/project/project.d.ts +4 -10
- package/src/lib/project/project.js +1 -1
- package/src/lib/project/project.js.map +1 -1
- package/src/lib/project-release/project-release.request.d.ts +20 -16
- package/src/lib/project-release/project-release.request.js +9 -26
- package/src/lib/project-release/project-release.request.js.map +1 -1
- package/src/lib/project-release/project-state.d.ts +590 -0
- package/src/lib/project-release/project-state.js +84 -1
- package/src/lib/project-release/project-state.js.map +1 -1
- package/src/lib/workers/index.d.ts +1 -0
- package/src/lib/workers/index.js +1 -0
- package/src/lib/workers/index.js.map +1 -1
package/package.json
CHANGED
|
@@ -6,6 +6,7 @@ import { OAuth2AuthorizationMethod } from './oauth2-authorization-method';
|
|
|
6
6
|
export type AppConnectionId = string;
|
|
7
7
|
export declare enum AppConnectionStatus {
|
|
8
8
|
ACTIVE = "ACTIVE",
|
|
9
|
+
MISSING = "MISSING",
|
|
9
10
|
ERROR = "ERROR"
|
|
10
11
|
}
|
|
11
12
|
export declare enum AppConnectionScope {
|
|
@@ -8,6 +8,7 @@ const user_1 = require("../user");
|
|
|
8
8
|
var AppConnectionStatus;
|
|
9
9
|
(function (AppConnectionStatus) {
|
|
10
10
|
AppConnectionStatus["ACTIVE"] = "ACTIVE";
|
|
11
|
+
AppConnectionStatus["MISSING"] = "MISSING";
|
|
11
12
|
AppConnectionStatus["ERROR"] = "ERROR";
|
|
12
13
|
})(AppConnectionStatus || (exports.AppConnectionStatus = AppConnectionStatus = {}));
|
|
13
14
|
var AppConnectionScope;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"app-connection.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/app-connection/app-connection.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,qDAA2E;AAC3E,yDAA6C;AAC7C,kCAAiD;AAMjD,IAAY,
|
|
1
|
+
{"version":3,"file":"app-connection.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/app-connection/app-connection.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,qDAA2E;AAC3E,yDAA6C;AAC7C,kCAAiD;AAMjD,IAAY,mBAIX;AAJD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;IACnB,sCAAe,CAAA;AACnB,CAAC,EAJW,mBAAmB,mCAAnB,mBAAmB,QAI9B;AAED,IAAY,kBAGX;AAHD,WAAY,kBAAkB;IAC1B,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;AACzB,CAAC,EAHW,kBAAkB,kCAAlB,kBAAkB,QAG7B;AAED,IAAY,iBAOX;AAPD,WAAY,iBAAiB;IACzB,sCAAiB,CAAA;IACjB,wDAAmC,CAAA;IACnC,kDAA6B,CAAA;IAC7B,gDAA2B,CAAA;IAC3B,8CAAyB,CAAA;IACzB,gDAA2B,CAAA;AAC/B,CAAC,EAPW,iBAAiB,iCAAjB,iBAAiB,QAO5B;AA6EY,QAAA,iCAAiC,GAAG,cAAI,CAAC,MAAM,iCACrD,4BAAe,KAClB,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE,EACzB,WAAW,EAAE,cAAI,CAAC,MAAM,EAAE,EAC1B,IAAI,EAAE,cAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAClC,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE,EACxB,UAAU,EAAE,cAAI,CAAC,KAAK,CAAC,mBAAI,CAAC,EAC5B,UAAU,EAAE,IAAA,qBAAQ,EAAC,cAAI,CAAC,MAAM,EAAE,CAAC,EACnC,KAAK,EAAE,cAAI,CAAC,IAAI,CAAC,kBAAkB,CAAC,EACpC,MAAM,EAAE,cAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,EACtC,OAAO,EAAE,IAAA,qBAAQ,EAAC,cAAI,CAAC,MAAM,EAAE,CAAC,EAChC,KAAK,EAAE,IAAA,qBAAQ,EAAC,8BAAuB,CAAC,KACzC;IACC,WAAW,EAAE,oDAAoD;CACpE,CAAC,CAAA"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { Static, TEnum, TSchema } from '@sinclair/typebox';
|
|
1
|
+
import { Kind, SchemaOptions, Static, TEnum, TLiteral, TObject, TSchema, TUnion } from '@sinclair/typebox';
|
|
2
2
|
export type BaseModel<T> = {
|
|
3
3
|
id: T;
|
|
4
4
|
created: string;
|
|
@@ -11,3 +11,16 @@ export declare const BaseModelSchema: {
|
|
|
11
11
|
};
|
|
12
12
|
export declare const Nullable: <T extends TSchema>(schema: T) => import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<Static<T> | null>>;
|
|
13
13
|
export declare function NullableEnum<T extends TEnum<any>>(schema: T): import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<Static<T> | null>>;
|
|
14
|
+
type TDiscriminatedUnionProperties<Discriminator extends string> = {
|
|
15
|
+
[_ in Discriminator]: TLiteral;
|
|
16
|
+
};
|
|
17
|
+
type TDiscriminatedUnionObject<Discriminator extends string> = TObject<TDiscriminatedUnionProperties<Discriminator>>;
|
|
18
|
+
export type TDiscriminatedUnion<Discriminator extends string = string, Types extends TObject[] = TObject[]> = {
|
|
19
|
+
[Kind]: 'DiscriminatedUnion';
|
|
20
|
+
static: Static<TUnion<Types>>;
|
|
21
|
+
discriminator: Discriminator;
|
|
22
|
+
anyOf: Types;
|
|
23
|
+
} & TSchema;
|
|
24
|
+
/** Creates a DiscriminatedUnion. */
|
|
25
|
+
export declare function DiscriminatedUnion<Discriminator extends string, Types extends TDiscriminatedUnionObject<Discriminator>[]>(discriminator: Discriminator, types: [...Types], options?: SchemaOptions): TDiscriminatedUnion<Discriminator, Types>;
|
|
26
|
+
export {};
|
|
@@ -2,7 +2,9 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.Nullable = exports.BaseModelSchema = void 0;
|
|
4
4
|
exports.NullableEnum = NullableEnum;
|
|
5
|
+
exports.DiscriminatedUnion = DiscriminatedUnion;
|
|
5
6
|
const typebox_1 = require("@sinclair/typebox");
|
|
7
|
+
const value_1 = require("@sinclair/typebox/value");
|
|
6
8
|
exports.BaseModelSchema = {
|
|
7
9
|
id: typebox_1.Type.String(),
|
|
8
10
|
created: typebox_1.Type.String(),
|
|
@@ -16,4 +18,16 @@ function NullableEnum(schema) {
|
|
|
16
18
|
const values = schema.anyOf.map(f => f.const);
|
|
17
19
|
return typebox_1.Type.Optional(typebox_1.Type.Unsafe({ type: 'string', enum: values, nullable: true }));
|
|
18
20
|
}
|
|
21
|
+
// ------------------------------------------------------------------
|
|
22
|
+
// DiscriminatedUnion
|
|
23
|
+
// ------------------------------------------------------------------
|
|
24
|
+
// prettier-ignore
|
|
25
|
+
typebox_1.TypeRegistry.Set('DiscriminatedUnion', (schema, value) => {
|
|
26
|
+
return schema.anyOf.some(variant => value_1.Value.Check(variant, [], value));
|
|
27
|
+
});
|
|
28
|
+
/** Creates a DiscriminatedUnion. */
|
|
29
|
+
// prettier-ignore
|
|
30
|
+
function DiscriminatedUnion(discriminator, types, options) {
|
|
31
|
+
return (0, typebox_1.CreateType)({ [typebox_1.Kind]: 'DiscriminatedUnion', anyOf: types, discriminator }, options);
|
|
32
|
+
}
|
|
19
33
|
//# sourceMappingURL=base-model.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"base-model.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/common/base-model.ts"],"names":[],"mappings":";;;
|
|
1
|
+
{"version":3,"file":"base-model.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/common/base-model.ts"],"names":[],"mappings":";;;AAqBA,oCAGC;AAgCD,gDAIC;AA5DD,+CAA0I;AAC1I,mDAA+C;AAQlC,QAAA,eAAe,GAAG;IAC3B,EAAE,EAAE,cAAI,CAAC,MAAM,EAAE;IACjB,OAAO,EAAE,cAAI,CAAC,MAAM,EAAE;IACtB,OAAO,EAAE,cAAI,CAAC,MAAM,EAAE;CACzB,CAAA;AAED,oDAAoD;AAC7C,MAAM,QAAQ,GAAG,CAAoB,MAAS,EAAE,EAAE,CAAC,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,iCAC5E,MAAM,KAAE,QAAQ,EAAE,IAAI,IAC3B,CAAC,CAAA;AAFU,QAAA,QAAQ,YAElB;AAEH,8DAA8D;AAC9D,SAAgB,YAAY,CAAuB,MAAS;IACxD,MAAM,MAAM,GAAG,MAAM,CAAC,KAAK,CAAC,GAAG,CAAC,CAAC,CAAC,EAAE,CAAC,CAAC,CAAC,KAAK,CAAC,CAAA;IAC7C,OAAO,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAmB,EAAE,IAAI,EAAE,QAAQ,EAAE,IAAI,EAAE,MAAM,EAAE,QAAQ,EAAE,IAAI,EAAE,CAAC,CAAC,CAAA;AACzG,CAAC;AAeD,qEAAqE;AACrE,qBAAqB;AACrB,qEAAqE;AACrE,kBAAkB;AAClB,sBAAY,CAAC,GAAG,CAAC,oBAAoB,EAAE,CAAC,MAA2B,EAAE,KAAK,EAAE,EAAE;IAC1E,OAAO,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,OAAO,CAAC,EAAE,CAAC,aAAK,CAAC,KAAK,CAAC,OAAO,EAAE,EAAE,EAAE,KAAK,CAAC,CAAC,CAAA;AACxE,CAAC,CAAC,CAAA;AASF,oCAAoC;AACpC,kBAAkB;AAClB,SAAgB,kBAAkB,CAC9B,aAA4B,EAAE,KAAiB,EAAE,OAAuB;IAExE,OAAO,IAAA,oBAAU,EAAC,EAAE,CAAC,cAAI,CAAC,EAAE,oBAAoB,EAAE,KAAK,EAAE,KAAK,EAAE,aAAa,EAAE,EAAE,OAAO,CAAU,CAAA;AACtG,CAAC"}
|
|
@@ -8,8 +8,8 @@ export declare enum Permission {
|
|
|
8
8
|
READ_INVITATION = "READ_INVITATION",
|
|
9
9
|
READ_PROJECT_MEMBER = "READ_PROJECT_MEMBER",
|
|
10
10
|
WRITE_PROJECT_MEMBER = "WRITE_PROJECT_MEMBER",
|
|
11
|
-
|
|
12
|
-
|
|
11
|
+
WRITE_PROJECT_RELEASE = "WRITE_PROJECT_RELEASE",
|
|
12
|
+
READ_PROJECT_RELEASE = "READ_PROJECT_RELEASE",
|
|
13
13
|
READ_RUN = "READ_RUN",
|
|
14
14
|
WRITE_RUN = "WRITE_RUN",
|
|
15
15
|
READ_ISSUES = "READ_ISSUES",
|
|
@@ -12,8 +12,8 @@ var Permission;
|
|
|
12
12
|
Permission["READ_INVITATION"] = "READ_INVITATION";
|
|
13
13
|
Permission["READ_PROJECT_MEMBER"] = "READ_PROJECT_MEMBER";
|
|
14
14
|
Permission["WRITE_PROJECT_MEMBER"] = "WRITE_PROJECT_MEMBER";
|
|
15
|
-
Permission["
|
|
16
|
-
Permission["
|
|
15
|
+
Permission["WRITE_PROJECT_RELEASE"] = "WRITE_PROJECT_RELEASE";
|
|
16
|
+
Permission["READ_PROJECT_RELEASE"] = "READ_PROJECT_RELEASE";
|
|
17
17
|
Permission["READ_RUN"] = "READ_RUN";
|
|
18
18
|
Permission["WRITE_RUN"] = "WRITE_RUN";
|
|
19
19
|
Permission["READ_ISSUES"] = "READ_ISSUES";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/common/security/permission.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAsBX;AAtBD,WAAY,UAAU;IAClB,yDAA2C,CAAA;IAC3C,2DAA6C,CAAA;IAC7C,qCAAuB,CAAA;IACvB,uCAAyB,CAAA;IACzB,uDAAyC,CAAA;IACzC,mDAAqC,CAAA;IACrC,iDAAmC,CAAA;IACnC,yDAA2C,CAAA;IAC3C,2DAA6C,CAAA;IAC7C
|
|
1
|
+
{"version":3,"file":"permission.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/common/security/permission.ts"],"names":[],"mappings":";;;AAAA,IAAY,UAsBX;AAtBD,WAAY,UAAU;IAClB,yDAA2C,CAAA;IAC3C,2DAA6C,CAAA;IAC7C,qCAAuB,CAAA;IACvB,uCAAyB,CAAA;IACzB,uDAAyC,CAAA;IACzC,mDAAqC,CAAA;IACrC,iDAAmC,CAAA;IACnC,yDAA2C,CAAA;IAC3C,2DAA6C,CAAA;IAC7C,6DAA+C,CAAA;IAC/C,2DAA6C,CAAA;IAC7C,mCAAqB,CAAA;IACrB,qCAAuB,CAAA;IACvB,yCAA2B,CAAA;IAC3B,2CAA6B,CAAA;IAC7B,yCAA2B,CAAA;IAC3B,2CAA6B,CAAA;IAC7B,yCAA2B,CAAA;IAC3B,uCAAyB,CAAA;IACzB,6CAA+B,CAAA;IAC/B,2CAA6B,CAAA;AACjC,CAAC,EAtBW,UAAU,0BAAV,UAAU,QAsBrB;AAED,IAAY,QAGX;AAHD,WAAY,QAAQ;IAChB,+BAAmB,CAAA;IACnB,6BAAiB,CAAA;AACrB,CAAC,EAHW,QAAQ,wBAAR,QAAQ,QAGnB"}
|
|
@@ -27,7 +27,7 @@ export type BaseEngineOperation = {
|
|
|
27
27
|
projectId: ProjectId;
|
|
28
28
|
engineToken: string;
|
|
29
29
|
internalApiUrl: string;
|
|
30
|
-
|
|
30
|
+
publicApiUrl: string;
|
|
31
31
|
};
|
|
32
32
|
export type ExecuteValidateAuthOperation = Omit<BaseEngineOperation, 'projectId'> & {
|
|
33
33
|
piece: PiecePackage;
|
package/src/lib/flag/flag.d.ts
CHANGED
|
@@ -24,7 +24,7 @@ export declare enum ApFlagId {
|
|
|
24
24
|
EMAIL_AUTH_ENABLED = "EMAIL_AUTH_ENABLED",
|
|
25
25
|
EXECUTION_DATA_RETENTION_DAYS = "EXECUTION_DATA_RETENTION_DAYS",
|
|
26
26
|
ENVIRONMENT = "ENVIRONMENT",
|
|
27
|
-
|
|
27
|
+
PUBLIC_URL = "PUBLIC_URL",
|
|
28
28
|
LATEST_VERSION = "LATEST_VERSION",
|
|
29
29
|
OWN_AUTH2_ENABLED = "OWN_AUTH2_ENABLED",
|
|
30
30
|
PRIVACY_POLICY_URL = "PRIVACY_POLICY_URL",
|
package/src/lib/flag/flag.js
CHANGED
|
@@ -24,7 +24,7 @@ var ApFlagId;
|
|
|
24
24
|
ApFlagId["EMAIL_AUTH_ENABLED"] = "EMAIL_AUTH_ENABLED";
|
|
25
25
|
ApFlagId["EXECUTION_DATA_RETENTION_DAYS"] = "EXECUTION_DATA_RETENTION_DAYS";
|
|
26
26
|
ApFlagId["ENVIRONMENT"] = "ENVIRONMENT";
|
|
27
|
-
ApFlagId["
|
|
27
|
+
ApFlagId["PUBLIC_URL"] = "PUBLIC_URL";
|
|
28
28
|
ApFlagId["LATEST_VERSION"] = "LATEST_VERSION";
|
|
29
29
|
ApFlagId["OWN_AUTH2_ENABLED"] = "OWN_AUTH2_ENABLED";
|
|
30
30
|
ApFlagId["PRIVACY_POLICY_URL"] = "PRIVACY_POLICY_URL";
|
package/src/lib/flag/flag.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"flag.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/flag/flag.ts"],"names":[],"mappings":";;;AASA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,iCAAgB,CAAA;AACpB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACjB,6BAAgB,CAAA;IAChB,8BAAiB,CAAA;IACjB,4BAAe,CAAA;AACnB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAED,IAAY,QAkCX;AAlCD,WAAY,QAAQ;IAChB,qDAAyC,CAAA;IACzC,+DAAmD,CAAA;IACnD,qDAAyC,CAAA;IACzC,6DAAiD,CAAA;IACjD,+CAAmC,CAAA;IACnC,+BAAmB,CAAA;IACnB,qDAAyC,CAAA;IACzC,2EAA+D,CAAA;IAC/D,uCAA2B,CAAA;IAC3B,
|
|
1
|
+
{"version":3,"file":"flag.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/flag/flag.ts"],"names":[],"mappings":";;;AASA,IAAY,aAIX;AAJD,WAAY,aAAa;IACrB,oCAAmB,CAAA;IACnB,oCAAmB,CAAA;IACnB,iCAAgB,CAAA;AACpB,CAAC,EAJW,aAAa,6BAAb,aAAa,QAIxB;AAED,IAAY,SAIX;AAJD,WAAY,SAAS;IACjB,6BAAgB,CAAA;IAChB,8BAAiB,CAAA;IACjB,4BAAe,CAAA;AACnB,CAAC,EAJW,SAAS,yBAAT,SAAS,QAIpB;AAED,IAAY,QAkCX;AAlCD,WAAY,QAAQ;IAChB,qDAAyC,CAAA;IACzC,+DAAmD,CAAA;IACnD,qDAAyC,CAAA;IACzC,6DAAiD,CAAA;IACjD,+CAAmC,CAAA;IACnC,+BAAmB,CAAA;IACnB,qDAAyC,CAAA;IACzC,2EAA+D,CAAA;IAC/D,uCAA2B,CAAA;IAC3B,qCAAyB,CAAA;IACzB,6CAAiC,CAAA;IACjC,mDAAuC,CAAA;IACvC,qDAAyC,CAAA;IACzC,iDAAqC,CAAA;IACrC,6DAAiD,CAAA;IACjD,iEAAqD,CAAA;IACrD,2DAA+C,CAAA;IAC/C,yCAA6B,CAAA;IAC7B,6CAAiC,CAAA;IACjC,mCAAuB,CAAA;IACvB,6DAAiD,CAAA;IACjD,mDAAuC,CAAA;IACvC,yDAA6C,CAAA;IAC7C,yDAA6C,CAAA;IAC7C,2BAAe,CAAA;IACf,6FAAiF,CAAA;IACjF,6FAAiF,CAAA;IACjF,mDAAuC,CAAA;IACvC,yCAA6B,CAAA;IAC7B,qDAAyC,CAAA;IACzC,+EAAmE,CAAA;IACnE,iEAAqD,CAAA;IACrD,+DAAmD,CAAA;AACvD,CAAC,EAlCW,QAAQ,wBAAR,QAAQ,QAkCnB"}
|
|
@@ -31,13 +31,10 @@ export type ProjectPlanId = string;
|
|
|
31
31
|
export declare const ProjectPlan: import("@sinclair/typebox").TObject<{
|
|
32
32
|
projectId: import("@sinclair/typebox").TString;
|
|
33
33
|
name: import("@sinclair/typebox").TString;
|
|
34
|
-
minimumPollingInterval: import("@sinclair/typebox").TNumber;
|
|
35
34
|
piecesFilterType: import("@sinclair/typebox").TEnum<typeof PiecesFilterType>;
|
|
36
35
|
pieces: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
tasks: import("@sinclair/typebox").TNumber;
|
|
40
|
-
aiTokens: import("@sinclair/typebox").TNumber;
|
|
36
|
+
tasks: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number | null>>;
|
|
37
|
+
aiTokens: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number | null>>;
|
|
41
38
|
id: import("@sinclair/typebox").TString;
|
|
42
39
|
created: import("@sinclair/typebox").TString;
|
|
43
40
|
updated: import("@sinclair/typebox").TString;
|
|
@@ -75,13 +72,10 @@ export declare const ProjectWithLimits: import("@sinclair/typebox").TObject<{
|
|
|
75
72
|
plan: import("@sinclair/typebox").TObject<{
|
|
76
73
|
projectId: import("@sinclair/typebox").TString;
|
|
77
74
|
name: import("@sinclair/typebox").TString;
|
|
78
|
-
minimumPollingInterval: import("@sinclair/typebox").TNumber;
|
|
79
75
|
piecesFilterType: import("@sinclair/typebox").TEnum<typeof PiecesFilterType>;
|
|
80
76
|
pieces: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TString>;
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
tasks: import("@sinclair/typebox").TNumber;
|
|
84
|
-
aiTokens: import("@sinclair/typebox").TNumber;
|
|
77
|
+
tasks: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number | null>>;
|
|
78
|
+
aiTokens: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<number | null>>;
|
|
85
79
|
id: import("@sinclair/typebox").TString;
|
|
86
80
|
created: import("@sinclair/typebox").TString;
|
|
87
81
|
updated: import("@sinclair/typebox").TString;
|
|
@@ -30,7 +30,7 @@ exports.ProjectUsage = typebox_1.Type.Object({
|
|
|
30
30
|
exports.SwitchProjectResponse = typebox_1.Type.Object({
|
|
31
31
|
token: typebox_1.Type.String(),
|
|
32
32
|
});
|
|
33
|
-
exports.ProjectPlan = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { projectId: typebox_1.Type.String(), name: typebox_1.Type.String(),
|
|
33
|
+
exports.ProjectPlan = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { projectId: typebox_1.Type.String(), name: typebox_1.Type.String(), piecesFilterType: typebox_1.Type.Enum(PiecesFilterType), pieces: typebox_1.Type.Array(typebox_1.Type.String()), tasks: (0, base_model_1.Nullable)(typebox_1.Type.Number()), aiTokens: (0, base_model_1.Nullable)(typebox_1.Type.Number()) }));
|
|
34
34
|
exports.Project = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { deleted: (0, base_model_1.Nullable)(typebox_1.Type.String()), ownerId: typebox_1.Type.String(), displayName: typebox_1.Type.String(), notifyStatus: typebox_1.Type.Enum(NotificationStatus), platformId: id_generator_1.ApId, externalId: typebox_1.Type.Optional(typebox_1.Type.String()), releasesEnabled: typebox_1.Type.Boolean() }));
|
|
35
35
|
const projectAnalytics = typebox_1.Type.Object({
|
|
36
36
|
totalUsers: typebox_1.Type.Number(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project/project.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,sCAA+C;AAC/C,qDAAgE;AAChE,yDAA6C;AAEhC,QAAA,oCAAoC,GAAG,cAAI,CAAC,MAAM,CAAC;IAC5D,MAAM,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACpC,KAAK,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACnC,WAAW,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;CAC5C,CAAC,CAAA;AAMF,IAAY,gBAGX;AAHD,WAAY,gBAAgB;IACxB,iCAAa,CAAA;IACb,uCAAmB,CAAA;AACvB,CAAC,EAHW,gBAAgB,gCAAhB,gBAAgB,QAG3B;AAED,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,qCAAe,CAAA;IACf,uCAAiB,CAAA;IACjB,6CAAuB,CAAA;AAC3B,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAEY,QAAA,YAAY,GAAG,cAAI,CAAC,MAAM,CAAC;IACpC,KAAK,EAAE,cAAI,CAAC,MAAM,EAAE;IACpB,WAAW,EAAE,cAAI,CAAC,MAAM,EAAE;IAC1B,QAAQ,EAAE,cAAI,CAAC,MAAM,EAAE;IACvB,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;CACpC,CAAC,CAAA;AAEW,QAAA,qBAAqB,GAAG,cAAI,CAAC,MAAM,CAAC;IAC7C,KAAK,EAAE,cAAI,CAAC,MAAM,EAAE;CACvB,CAAC,CAAA;AAQW,QAAA,WAAW,GAAG,cAAI,CAAC,MAAM,iCAC/B,4BAAe,KAClB,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE,EACxB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE,EACnB,
|
|
1
|
+
{"version":3,"file":"project.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project/project.ts"],"names":[],"mappings":"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"}
|
|
@@ -7,42 +7,46 @@ export declare enum ProjectReleaseType {
|
|
|
7
7
|
export declare const CreateProjectReleaseFromGitRequestBody: import("@sinclair/typebox").TObject<{
|
|
8
8
|
name: import("@sinclair/typebox").TString;
|
|
9
9
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
10
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
10
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
11
|
+
projectId: import("@sinclair/typebox").TString;
|
|
11
12
|
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.GIT>;
|
|
12
|
-
repoId: import("@sinclair/typebox").TString;
|
|
13
13
|
}>;
|
|
14
14
|
export declare const CreateProjectReleaseFromRollbackRequestBody: import("@sinclair/typebox").TObject<{
|
|
15
|
+
projectReleaseId: import("@sinclair/typebox").TString;
|
|
15
16
|
name: import("@sinclair/typebox").TString;
|
|
16
17
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
17
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
18
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
19
|
+
projectId: import("@sinclair/typebox").TString;
|
|
18
20
|
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.ROLLBACK>;
|
|
19
|
-
projectReleaseId: import("@sinclair/typebox").TString;
|
|
20
21
|
}>;
|
|
21
22
|
export declare const CreateProjectReleaseFromProjectRequestBody: import("@sinclair/typebox").TObject<{
|
|
23
|
+
targetProjectId: import("@sinclair/typebox").TString;
|
|
22
24
|
name: import("@sinclair/typebox").TString;
|
|
23
25
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
24
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
26
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
27
|
+
projectId: import("@sinclair/typebox").TString;
|
|
25
28
|
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.PROJECT>;
|
|
26
|
-
targetProjectId: import("@sinclair/typebox").TString;
|
|
27
29
|
}>;
|
|
28
|
-
export declare const CreateProjectReleaseRequestBody: import("
|
|
30
|
+
export declare const CreateProjectReleaseRequestBody: import("../common").TDiscriminatedUnion<"type", [import("@sinclair/typebox").TObject<{
|
|
31
|
+
projectReleaseId: import("@sinclair/typebox").TString;
|
|
29
32
|
name: import("@sinclair/typebox").TString;
|
|
30
33
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
31
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
32
|
-
|
|
33
|
-
|
|
34
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
35
|
+
projectId: import("@sinclair/typebox").TString;
|
|
36
|
+
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.ROLLBACK>;
|
|
34
37
|
}>, import("@sinclair/typebox").TObject<{
|
|
38
|
+
targetProjectId: import("@sinclair/typebox").TString;
|
|
35
39
|
name: import("@sinclair/typebox").TString;
|
|
36
40
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
37
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
38
|
-
|
|
39
|
-
|
|
41
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
42
|
+
projectId: import("@sinclair/typebox").TString;
|
|
43
|
+
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.PROJECT>;
|
|
40
44
|
}>, import("@sinclair/typebox").TObject<{
|
|
41
45
|
name: import("@sinclair/typebox").TString;
|
|
42
46
|
description: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
43
|
-
selectedFlowsIds: import("@sinclair/typebox").
|
|
44
|
-
|
|
45
|
-
|
|
47
|
+
selectedFlowsIds: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string[] | null>>;
|
|
48
|
+
projectId: import("@sinclair/typebox").TString;
|
|
49
|
+
type: import("@sinclair/typebox").TLiteral<ProjectReleaseType.GIT>;
|
|
46
50
|
}>]>;
|
|
47
51
|
export type CreateProjectReleaseRequestBody = Static<typeof CreateProjectReleaseRequestBody>;
|
|
48
52
|
export declare const DiffReleaseRequest: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
@@ -9,36 +9,19 @@ var ProjectReleaseType;
|
|
|
9
9
|
ProjectReleaseType["PROJECT"] = "PROJECT";
|
|
10
10
|
ProjectReleaseType["ROLLBACK"] = "ROLLBACK";
|
|
11
11
|
})(ProjectReleaseType || (exports.ProjectReleaseType = ProjectReleaseType = {}));
|
|
12
|
-
const BaseProjectReleaseRequestBody =
|
|
12
|
+
const BaseProjectReleaseRequestBody = {
|
|
13
13
|
name: typebox_1.Type.String(),
|
|
14
14
|
description: (0, common_1.Nullable)(typebox_1.Type.String()),
|
|
15
|
-
selectedFlowsIds: typebox_1.Type.Array(typebox_1.Type.String()),
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
}),
|
|
23
|
-
]);
|
|
24
|
-
exports.CreateProjectReleaseFromRollbackRequestBody = typebox_1.Type.Composite([
|
|
25
|
-
BaseProjectReleaseRequestBody,
|
|
26
|
-
typebox_1.Type.Object({
|
|
27
|
-
type: typebox_1.Type.Literal(ProjectReleaseType.ROLLBACK),
|
|
28
|
-
projectReleaseId: typebox_1.Type.String(),
|
|
29
|
-
}),
|
|
30
|
-
]);
|
|
31
|
-
exports.CreateProjectReleaseFromProjectRequestBody = typebox_1.Type.Composite([
|
|
32
|
-
BaseProjectReleaseRequestBody,
|
|
33
|
-
typebox_1.Type.Object({
|
|
34
|
-
type: typebox_1.Type.Literal(ProjectReleaseType.PROJECT),
|
|
35
|
-
targetProjectId: typebox_1.Type.String(),
|
|
36
|
-
}),
|
|
37
|
-
]);
|
|
38
|
-
exports.CreateProjectReleaseRequestBody = typebox_1.Type.Union([
|
|
39
|
-
exports.CreateProjectReleaseFromGitRequestBody,
|
|
15
|
+
selectedFlowsIds: (0, common_1.Nullable)(typebox_1.Type.Array(typebox_1.Type.String())),
|
|
16
|
+
projectId: typebox_1.Type.String(),
|
|
17
|
+
};
|
|
18
|
+
exports.CreateProjectReleaseFromGitRequestBody = typebox_1.Type.Object(Object.assign({ type: typebox_1.Type.Literal(ProjectReleaseType.GIT) }, BaseProjectReleaseRequestBody));
|
|
19
|
+
exports.CreateProjectReleaseFromRollbackRequestBody = typebox_1.Type.Object(Object.assign(Object.assign({ type: typebox_1.Type.Literal(ProjectReleaseType.ROLLBACK) }, BaseProjectReleaseRequestBody), { projectReleaseId: typebox_1.Type.String() }));
|
|
20
|
+
exports.CreateProjectReleaseFromProjectRequestBody = typebox_1.Type.Object(Object.assign(Object.assign({ type: typebox_1.Type.Literal(ProjectReleaseType.PROJECT) }, BaseProjectReleaseRequestBody), { targetProjectId: typebox_1.Type.String() }));
|
|
21
|
+
exports.CreateProjectReleaseRequestBody = (0, common_1.DiscriminatedUnion)('type', [
|
|
40
22
|
exports.CreateProjectReleaseFromRollbackRequestBody,
|
|
41
23
|
exports.CreateProjectReleaseFromProjectRequestBody,
|
|
24
|
+
exports.CreateProjectReleaseFromGitRequestBody,
|
|
42
25
|
]);
|
|
43
26
|
exports.DiffReleaseRequest = typebox_1.Type.Union([
|
|
44
27
|
typebox_1.Type.Object({
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-release.request.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project-release/project-release.request.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,
|
|
1
|
+
{"version":3,"file":"project-release.request.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project-release/project-release.request.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,sCAAwD;AAExD,IAAY,kBAIX;AAJD,WAAY,kBAAkB;IAC1B,iCAAW,CAAA;IACX,yCAAmB,CAAA;IACnB,2CAAqB,CAAA;AACzB,CAAC,EAJW,kBAAkB,kCAAlB,kBAAkB,QAI7B;AAED,MAAM,6BAA6B,GAAG;IAClC,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE;IACnB,WAAW,EAAE,IAAA,iBAAQ,EAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACpC,gBAAgB,EAAE,IAAA,iBAAQ,EAAC,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC,CAAC;IACrD,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE;CAC3B,CAAA;AAEY,QAAA,sCAAsC,GAAG,cAAI,CAAC,MAAM,iBAC7D,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG,CAAC,IACvC,6BAA6B,EAClC,CAAA;AAGW,QAAA,2CAA2C,GAAG,cAAI,CAAC,MAAM,+BAClE,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAQ,CAAC,IAC5C,6BAA6B,KAChC,gBAAgB,EAAE,cAAI,CAAC,MAAM,EAAE,IACjC,CAAA;AAEW,QAAA,0CAA0C,GAAG,cAAI,CAAC,MAAM,+BACjE,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC,IAC3C,6BAA6B,KAChC,eAAe,EAAE,cAAI,CAAC,MAAM,EAAE,IAChC,CAAA;AAEW,QAAA,+BAA+B,GAAG,IAAA,2BAAkB,EAAC,MAAM,EAAE;IACtE,mDAA2C;IAC3C,kDAA0C;IAC1C,8CAAsC;CACzC,CAAC,CAAA;AAKW,QAAA,kBAAkB,GAAG,cAAI,CAAC,KAAK,CAAC;IACzC,cAAI,CAAC,MAAM,CAAC;QACR,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,OAAO,CAAC;QAC9C,eAAe,EAAE,cAAI,CAAC,MAAM,EAAE;KACjC,CAAC;IACF,cAAI,CAAC,MAAM,CAAC;QACR,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,QAAQ,CAAC;QAC/C,gBAAgB,EAAE,cAAI,CAAC,MAAM,EAAE;KAClC,CAAC;IACF,cAAI,CAAC,MAAM,CAAC;QACR,IAAI,EAAE,cAAI,CAAC,OAAO,CAAC,kBAAkB,CAAC,GAAG,CAAC;KAC7C,CAAC;CACL,CAAC,CAAA;AAIW,QAAA,0BAA0B,GAAG,cAAI,CAAC,MAAM,CAAC;IAClD,MAAM,EAAE,IAAA,iBAAQ,EAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IAC/B,KAAK,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAC,EAAE,OAAO,EAAE,EAAE,EAAE,CAAC,CAAC;CACrD,CAAC,CAAA"}
|
|
@@ -1,4 +1,13 @@
|
|
|
1
1
|
import { Static } from '@sinclair/typebox';
|
|
2
|
+
export declare enum ProjectOperationType {
|
|
3
|
+
UPDATE_FLOW = "UPDATE_FLOW",
|
|
4
|
+
CREATE_FLOW = "CREATE_FLOW",
|
|
5
|
+
DELETE_FLOW = "DELETE_FLOW"
|
|
6
|
+
}
|
|
7
|
+
export declare enum ConnectionOperationType {
|
|
8
|
+
UPDATE_CONNECTION = "UPDATE_CONNECTION",
|
|
9
|
+
CREATE_CONNECTION = "CREATE_CONNECTION"
|
|
10
|
+
}
|
|
2
11
|
export declare const FlowState: import("@sinclair/typebox").TObject<{
|
|
3
12
|
id: import("@sinclair/typebox").TString;
|
|
4
13
|
version: import("@sinclair/typebox").TObject<{
|
|
@@ -54,6 +63,12 @@ export declare const FlowState: import("@sinclair/typebox").TObject<{
|
|
|
54
63
|
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
55
64
|
}>;
|
|
56
65
|
export type FlowState = Static<typeof FlowState>;
|
|
66
|
+
export declare const ConnectionState: import("@sinclair/typebox").TObject<{
|
|
67
|
+
externalId: import("@sinclair/typebox").TString;
|
|
68
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
69
|
+
displayName: import("@sinclair/typebox").TString;
|
|
70
|
+
}>;
|
|
71
|
+
export type ConnectionState = Static<typeof ConnectionState>;
|
|
57
72
|
export declare const ProjectState: import("@sinclair/typebox").TObject<{
|
|
58
73
|
flows: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
59
74
|
externalId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
@@ -110,5 +125,580 @@ export declare const ProjectState: import("@sinclair/typebox").TObject<{
|
|
|
110
125
|
updated: import("@sinclair/typebox").TString;
|
|
111
126
|
}>;
|
|
112
127
|
}>>;
|
|
128
|
+
connections: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
129
|
+
externalId: import("@sinclair/typebox").TString;
|
|
130
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
131
|
+
displayName: import("@sinclair/typebox").TString;
|
|
132
|
+
}>>;
|
|
113
133
|
}>;
|
|
114
134
|
export type ProjectState = Static<typeof ProjectState>;
|
|
135
|
+
export declare const ProjectOperation: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
136
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.UPDATE_FLOW>;
|
|
137
|
+
newFlowState: import("@sinclair/typebox").TObject<{
|
|
138
|
+
id: import("@sinclair/typebox").TString;
|
|
139
|
+
version: import("@sinclair/typebox").TObject<{
|
|
140
|
+
flowId: import("@sinclair/typebox").TString;
|
|
141
|
+
displayName: import("@sinclair/typebox").TString;
|
|
142
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
143
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
144
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
145
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
146
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
147
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
148
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
149
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
150
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
151
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
152
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
153
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
154
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
155
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
156
|
+
}>;
|
|
157
|
+
}>;
|
|
158
|
+
name: import("@sinclair/typebox").TString;
|
|
159
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
160
|
+
displayName: import("@sinclair/typebox").TString;
|
|
161
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
162
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
163
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
164
|
+
settings: import("@sinclair/typebox").TAny;
|
|
165
|
+
name: import("@sinclair/typebox").TString;
|
|
166
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
167
|
+
displayName: import("@sinclair/typebox").TString;
|
|
168
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
169
|
+
}>]>;
|
|
170
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
171
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
172
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
173
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
174
|
+
id: import("@sinclair/typebox").TString;
|
|
175
|
+
created: import("@sinclair/typebox").TString;
|
|
176
|
+
updated: import("@sinclair/typebox").TString;
|
|
177
|
+
}>;
|
|
178
|
+
projectId: import("@sinclair/typebox").TString;
|
|
179
|
+
created: import("@sinclair/typebox").TString;
|
|
180
|
+
updated: import("@sinclair/typebox").TString;
|
|
181
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
182
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
183
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
184
|
+
failureCount?: number | undefined;
|
|
185
|
+
type: import("../flows/flow").ScheduleType;
|
|
186
|
+
cronExpression: string;
|
|
187
|
+
timezone: string;
|
|
188
|
+
} | null>>;
|
|
189
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
190
|
+
}>;
|
|
191
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
192
|
+
id: import("@sinclair/typebox").TString;
|
|
193
|
+
version: import("@sinclair/typebox").TObject<{
|
|
194
|
+
flowId: import("@sinclair/typebox").TString;
|
|
195
|
+
displayName: import("@sinclair/typebox").TString;
|
|
196
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
197
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
198
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
199
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
200
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
201
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
202
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
203
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
204
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
205
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
206
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
207
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
208
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
209
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
210
|
+
}>;
|
|
211
|
+
}>;
|
|
212
|
+
name: import("@sinclair/typebox").TString;
|
|
213
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
214
|
+
displayName: import("@sinclair/typebox").TString;
|
|
215
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
216
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
217
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
218
|
+
settings: import("@sinclair/typebox").TAny;
|
|
219
|
+
name: import("@sinclair/typebox").TString;
|
|
220
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
221
|
+
displayName: import("@sinclair/typebox").TString;
|
|
222
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
223
|
+
}>]>;
|
|
224
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
225
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
226
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
227
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
228
|
+
id: import("@sinclair/typebox").TString;
|
|
229
|
+
created: import("@sinclair/typebox").TString;
|
|
230
|
+
updated: import("@sinclair/typebox").TString;
|
|
231
|
+
}>;
|
|
232
|
+
projectId: import("@sinclair/typebox").TString;
|
|
233
|
+
created: import("@sinclair/typebox").TString;
|
|
234
|
+
updated: import("@sinclair/typebox").TString;
|
|
235
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
236
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
237
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
238
|
+
failureCount?: number | undefined;
|
|
239
|
+
type: import("../flows/flow").ScheduleType;
|
|
240
|
+
cronExpression: string;
|
|
241
|
+
timezone: string;
|
|
242
|
+
} | null>>;
|
|
243
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
244
|
+
}>;
|
|
245
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
246
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.CREATE_FLOW>;
|
|
247
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
248
|
+
id: import("@sinclair/typebox").TString;
|
|
249
|
+
version: import("@sinclair/typebox").TObject<{
|
|
250
|
+
flowId: import("@sinclair/typebox").TString;
|
|
251
|
+
displayName: import("@sinclair/typebox").TString;
|
|
252
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
253
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
254
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
255
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
256
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
257
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
258
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
259
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
260
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
261
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
262
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
263
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
264
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
265
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
266
|
+
}>;
|
|
267
|
+
}>;
|
|
268
|
+
name: import("@sinclair/typebox").TString;
|
|
269
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
270
|
+
displayName: import("@sinclair/typebox").TString;
|
|
271
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
272
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
273
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
274
|
+
settings: import("@sinclair/typebox").TAny;
|
|
275
|
+
name: import("@sinclair/typebox").TString;
|
|
276
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
277
|
+
displayName: import("@sinclair/typebox").TString;
|
|
278
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
279
|
+
}>]>;
|
|
280
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
281
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
282
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
283
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
284
|
+
id: import("@sinclair/typebox").TString;
|
|
285
|
+
created: import("@sinclair/typebox").TString;
|
|
286
|
+
updated: import("@sinclair/typebox").TString;
|
|
287
|
+
}>;
|
|
288
|
+
projectId: import("@sinclair/typebox").TString;
|
|
289
|
+
created: import("@sinclair/typebox").TString;
|
|
290
|
+
updated: import("@sinclair/typebox").TString;
|
|
291
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
292
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
293
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
294
|
+
failureCount?: number | undefined;
|
|
295
|
+
type: import("../flows/flow").ScheduleType;
|
|
296
|
+
cronExpression: string;
|
|
297
|
+
timezone: string;
|
|
298
|
+
} | null>>;
|
|
299
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
300
|
+
}>;
|
|
301
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
302
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.DELETE_FLOW>;
|
|
303
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
304
|
+
id: import("@sinclair/typebox").TString;
|
|
305
|
+
version: import("@sinclair/typebox").TObject<{
|
|
306
|
+
flowId: import("@sinclair/typebox").TString;
|
|
307
|
+
displayName: import("@sinclair/typebox").TString;
|
|
308
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
309
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
310
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
311
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
312
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
313
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
314
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
315
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
316
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
317
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
318
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
319
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
320
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
321
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
322
|
+
}>;
|
|
323
|
+
}>;
|
|
324
|
+
name: import("@sinclair/typebox").TString;
|
|
325
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
326
|
+
displayName: import("@sinclair/typebox").TString;
|
|
327
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
328
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
329
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
330
|
+
settings: import("@sinclair/typebox").TAny;
|
|
331
|
+
name: import("@sinclair/typebox").TString;
|
|
332
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
333
|
+
displayName: import("@sinclair/typebox").TString;
|
|
334
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
335
|
+
}>]>;
|
|
336
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
337
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
338
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
339
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
340
|
+
id: import("@sinclair/typebox").TString;
|
|
341
|
+
created: import("@sinclair/typebox").TString;
|
|
342
|
+
updated: import("@sinclair/typebox").TString;
|
|
343
|
+
}>;
|
|
344
|
+
projectId: import("@sinclair/typebox").TString;
|
|
345
|
+
created: import("@sinclair/typebox").TString;
|
|
346
|
+
updated: import("@sinclair/typebox").TString;
|
|
347
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
348
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
349
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
350
|
+
failureCount?: number | undefined;
|
|
351
|
+
type: import("../flows/flow").ScheduleType;
|
|
352
|
+
cronExpression: string;
|
|
353
|
+
timezone: string;
|
|
354
|
+
} | null>>;
|
|
355
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
356
|
+
}>;
|
|
357
|
+
}>]>;
|
|
358
|
+
export type ProjectOperation = Static<typeof ProjectOperation>;
|
|
359
|
+
export declare const ConnectionOperation: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
360
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.UPDATE_CONNECTION>;
|
|
361
|
+
newConnectionState: import("@sinclair/typebox").TObject<{
|
|
362
|
+
externalId: import("@sinclair/typebox").TString;
|
|
363
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
364
|
+
displayName: import("@sinclair/typebox").TString;
|
|
365
|
+
}>;
|
|
366
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
367
|
+
externalId: import("@sinclair/typebox").TString;
|
|
368
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
369
|
+
displayName: import("@sinclair/typebox").TString;
|
|
370
|
+
}>;
|
|
371
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
372
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.CREATE_CONNECTION>;
|
|
373
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
374
|
+
externalId: import("@sinclair/typebox").TString;
|
|
375
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
376
|
+
displayName: import("@sinclair/typebox").TString;
|
|
377
|
+
}>;
|
|
378
|
+
}>]>;
|
|
379
|
+
export type ConnectionOperation = Static<typeof ConnectionOperation>;
|
|
380
|
+
export declare const DiffState: import("@sinclair/typebox").TObject<{
|
|
381
|
+
operations: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
382
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.UPDATE_FLOW>;
|
|
383
|
+
newFlowState: import("@sinclair/typebox").TObject<{
|
|
384
|
+
id: import("@sinclair/typebox").TString;
|
|
385
|
+
version: import("@sinclair/typebox").TObject<{
|
|
386
|
+
flowId: import("@sinclair/typebox").TString;
|
|
387
|
+
displayName: import("@sinclair/typebox").TString;
|
|
388
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
389
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
390
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
391
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
392
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
393
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
394
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
395
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
396
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
397
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
398
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
399
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
400
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
401
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
402
|
+
}>;
|
|
403
|
+
}>;
|
|
404
|
+
name: import("@sinclair/typebox").TString;
|
|
405
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
406
|
+
displayName: import("@sinclair/typebox").TString;
|
|
407
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
408
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
409
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
410
|
+
settings: import("@sinclair/typebox").TAny;
|
|
411
|
+
name: import("@sinclair/typebox").TString;
|
|
412
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
413
|
+
displayName: import("@sinclair/typebox").TString;
|
|
414
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
415
|
+
}>]>;
|
|
416
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
417
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
418
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
419
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
420
|
+
id: import("@sinclair/typebox").TString;
|
|
421
|
+
created: import("@sinclair/typebox").TString;
|
|
422
|
+
updated: import("@sinclair/typebox").TString;
|
|
423
|
+
}>;
|
|
424
|
+
projectId: import("@sinclair/typebox").TString;
|
|
425
|
+
created: import("@sinclair/typebox").TString;
|
|
426
|
+
updated: import("@sinclair/typebox").TString;
|
|
427
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
428
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
429
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
430
|
+
failureCount?: number | undefined;
|
|
431
|
+
type: import("../flows/flow").ScheduleType;
|
|
432
|
+
cronExpression: string;
|
|
433
|
+
timezone: string;
|
|
434
|
+
} | null>>;
|
|
435
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
436
|
+
}>;
|
|
437
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
438
|
+
id: import("@sinclair/typebox").TString;
|
|
439
|
+
version: import("@sinclair/typebox").TObject<{
|
|
440
|
+
flowId: import("@sinclair/typebox").TString;
|
|
441
|
+
displayName: import("@sinclair/typebox").TString;
|
|
442
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
443
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
444
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
445
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
446
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
447
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
448
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
449
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
450
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
451
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
452
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
453
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
454
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
455
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
456
|
+
}>;
|
|
457
|
+
}>;
|
|
458
|
+
name: import("@sinclair/typebox").TString;
|
|
459
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
460
|
+
displayName: import("@sinclair/typebox").TString;
|
|
461
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
462
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
463
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
464
|
+
settings: import("@sinclair/typebox").TAny;
|
|
465
|
+
name: import("@sinclair/typebox").TString;
|
|
466
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
467
|
+
displayName: import("@sinclair/typebox").TString;
|
|
468
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
469
|
+
}>]>;
|
|
470
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
471
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
472
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
473
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
474
|
+
id: import("@sinclair/typebox").TString;
|
|
475
|
+
created: import("@sinclair/typebox").TString;
|
|
476
|
+
updated: import("@sinclair/typebox").TString;
|
|
477
|
+
}>;
|
|
478
|
+
projectId: import("@sinclair/typebox").TString;
|
|
479
|
+
created: import("@sinclair/typebox").TString;
|
|
480
|
+
updated: import("@sinclair/typebox").TString;
|
|
481
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
482
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
483
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
484
|
+
failureCount?: number | undefined;
|
|
485
|
+
type: import("../flows/flow").ScheduleType;
|
|
486
|
+
cronExpression: string;
|
|
487
|
+
timezone: string;
|
|
488
|
+
} | null>>;
|
|
489
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
490
|
+
}>;
|
|
491
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
492
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.CREATE_FLOW>;
|
|
493
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
494
|
+
id: import("@sinclair/typebox").TString;
|
|
495
|
+
version: import("@sinclair/typebox").TObject<{
|
|
496
|
+
flowId: import("@sinclair/typebox").TString;
|
|
497
|
+
displayName: import("@sinclair/typebox").TString;
|
|
498
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
499
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
500
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
501
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
502
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
503
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
504
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
505
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
506
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
507
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
508
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
509
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
510
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
511
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
512
|
+
}>;
|
|
513
|
+
}>;
|
|
514
|
+
name: import("@sinclair/typebox").TString;
|
|
515
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
516
|
+
displayName: import("@sinclair/typebox").TString;
|
|
517
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
518
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
519
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
520
|
+
settings: import("@sinclair/typebox").TAny;
|
|
521
|
+
name: import("@sinclair/typebox").TString;
|
|
522
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
523
|
+
displayName: import("@sinclair/typebox").TString;
|
|
524
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
525
|
+
}>]>;
|
|
526
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
527
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
528
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
529
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
530
|
+
id: import("@sinclair/typebox").TString;
|
|
531
|
+
created: import("@sinclair/typebox").TString;
|
|
532
|
+
updated: import("@sinclair/typebox").TString;
|
|
533
|
+
}>;
|
|
534
|
+
projectId: import("@sinclair/typebox").TString;
|
|
535
|
+
created: import("@sinclair/typebox").TString;
|
|
536
|
+
updated: import("@sinclair/typebox").TString;
|
|
537
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
538
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
539
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
540
|
+
failureCount?: number | undefined;
|
|
541
|
+
type: import("../flows/flow").ScheduleType;
|
|
542
|
+
cronExpression: string;
|
|
543
|
+
timezone: string;
|
|
544
|
+
} | null>>;
|
|
545
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
546
|
+
}>;
|
|
547
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
548
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.DELETE_FLOW>;
|
|
549
|
+
flowState: import("@sinclair/typebox").TObject<{
|
|
550
|
+
id: import("@sinclair/typebox").TString;
|
|
551
|
+
version: import("@sinclair/typebox").TObject<{
|
|
552
|
+
flowId: import("@sinclair/typebox").TString;
|
|
553
|
+
displayName: import("@sinclair/typebox").TString;
|
|
554
|
+
trigger: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
555
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.PIECE>;
|
|
556
|
+
settings: import("@sinclair/typebox").TObject<{
|
|
557
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
558
|
+
pieceVersion: import("@sinclair/typebox").TString;
|
|
559
|
+
pieceType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PieceType>;
|
|
560
|
+
packageType: import("@sinclair/typebox").TEnum<typeof import("../pieces").PackageType>;
|
|
561
|
+
triggerName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
562
|
+
input: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TAny>;
|
|
563
|
+
inputUiInfo: import("@sinclair/typebox").TObject<{
|
|
564
|
+
sampleDataFileId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
565
|
+
lastTestDate: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString>;
|
|
566
|
+
customizedInputs: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString, import("@sinclair/typebox").TUnknown>>;
|
|
567
|
+
currentSelectedData: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnknown>;
|
|
568
|
+
}>;
|
|
569
|
+
}>;
|
|
570
|
+
name: import("@sinclair/typebox").TString;
|
|
571
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
572
|
+
displayName: import("@sinclair/typebox").TString;
|
|
573
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
574
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
575
|
+
type: import("@sinclair/typebox").TLiteral<import("../..").TriggerType.EMPTY>;
|
|
576
|
+
settings: import("@sinclair/typebox").TAny;
|
|
577
|
+
name: import("@sinclair/typebox").TString;
|
|
578
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
579
|
+
displayName: import("@sinclair/typebox").TString;
|
|
580
|
+
nextAction: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TAny>;
|
|
581
|
+
}>]>;
|
|
582
|
+
updatedBy: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
583
|
+
valid: import("@sinclair/typebox").TBoolean;
|
|
584
|
+
schemaVersion: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
585
|
+
state: import("@sinclair/typebox").TEnum<typeof import("../..").FlowVersionState>;
|
|
586
|
+
id: import("@sinclair/typebox").TString;
|
|
587
|
+
created: import("@sinclair/typebox").TString;
|
|
588
|
+
updated: import("@sinclair/typebox").TString;
|
|
589
|
+
}>;
|
|
590
|
+
projectId: import("@sinclair/typebox").TString;
|
|
591
|
+
created: import("@sinclair/typebox").TString;
|
|
592
|
+
updated: import("@sinclair/typebox").TString;
|
|
593
|
+
status: import("@sinclair/typebox").TEnum<typeof import("../flows/flow").FlowStatus>;
|
|
594
|
+
folderId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
595
|
+
schedule: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<{
|
|
596
|
+
failureCount?: number | undefined;
|
|
597
|
+
type: import("../flows/flow").ScheduleType;
|
|
598
|
+
cronExpression: string;
|
|
599
|
+
timezone: string;
|
|
600
|
+
} | null>>;
|
|
601
|
+
publishedVersionId: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TUnsafe<string | null>>;
|
|
602
|
+
}>;
|
|
603
|
+
}>]>>;
|
|
604
|
+
connections: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
605
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.UPDATE_CONNECTION>;
|
|
606
|
+
newConnectionState: import("@sinclair/typebox").TObject<{
|
|
607
|
+
externalId: import("@sinclair/typebox").TString;
|
|
608
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
609
|
+
displayName: import("@sinclair/typebox").TString;
|
|
610
|
+
}>;
|
|
611
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
612
|
+
externalId: import("@sinclair/typebox").TString;
|
|
613
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
614
|
+
displayName: import("@sinclair/typebox").TString;
|
|
615
|
+
}>;
|
|
616
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
617
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.CREATE_CONNECTION>;
|
|
618
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
619
|
+
externalId: import("@sinclair/typebox").TString;
|
|
620
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
621
|
+
displayName: import("@sinclair/typebox").TString;
|
|
622
|
+
}>;
|
|
623
|
+
}>]>>;
|
|
624
|
+
}>;
|
|
625
|
+
export type DiffState = Static<typeof DiffState>;
|
|
626
|
+
export declare const ProjectSyncError: import("@sinclair/typebox").TObject<{
|
|
627
|
+
flowId: import("@sinclair/typebox").TString;
|
|
628
|
+
message: import("@sinclair/typebox").TString;
|
|
629
|
+
}>;
|
|
630
|
+
export type ProjectSyncError = Static<typeof ProjectSyncError>;
|
|
631
|
+
export declare const ProjectSyncPlanOperation: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
632
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.CREATE_FLOW>;
|
|
633
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
634
|
+
id: import("@sinclair/typebox").TString;
|
|
635
|
+
displayName: import("@sinclair/typebox").TString;
|
|
636
|
+
}>;
|
|
637
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
638
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.UPDATE_FLOW>;
|
|
639
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
640
|
+
id: import("@sinclair/typebox").TString;
|
|
641
|
+
displayName: import("@sinclair/typebox").TString;
|
|
642
|
+
}>;
|
|
643
|
+
targetFlow: import("@sinclair/typebox").TObject<{
|
|
644
|
+
id: import("@sinclair/typebox").TString;
|
|
645
|
+
displayName: import("@sinclair/typebox").TString;
|
|
646
|
+
}>;
|
|
647
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
648
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.DELETE_FLOW>;
|
|
649
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
650
|
+
id: import("@sinclair/typebox").TString;
|
|
651
|
+
displayName: import("@sinclair/typebox").TString;
|
|
652
|
+
}>;
|
|
653
|
+
}>]>;
|
|
654
|
+
export type ProjectSyncPlanOperation = Static<typeof ProjectSyncPlanOperation>;
|
|
655
|
+
export declare const ProjectSyncPlan: import("@sinclair/typebox").TObject<{
|
|
656
|
+
operations: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
657
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.CREATE_FLOW>;
|
|
658
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
659
|
+
id: import("@sinclair/typebox").TString;
|
|
660
|
+
displayName: import("@sinclair/typebox").TString;
|
|
661
|
+
}>;
|
|
662
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
663
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.UPDATE_FLOW>;
|
|
664
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
665
|
+
id: import("@sinclair/typebox").TString;
|
|
666
|
+
displayName: import("@sinclair/typebox").TString;
|
|
667
|
+
}>;
|
|
668
|
+
targetFlow: import("@sinclair/typebox").TObject<{
|
|
669
|
+
id: import("@sinclair/typebox").TString;
|
|
670
|
+
displayName: import("@sinclair/typebox").TString;
|
|
671
|
+
}>;
|
|
672
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
673
|
+
type: import("@sinclair/typebox").TLiteral<ProjectOperationType.DELETE_FLOW>;
|
|
674
|
+
flow: import("@sinclair/typebox").TObject<{
|
|
675
|
+
id: import("@sinclair/typebox").TString;
|
|
676
|
+
displayName: import("@sinclair/typebox").TString;
|
|
677
|
+
}>;
|
|
678
|
+
}>]>>;
|
|
679
|
+
connections: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
680
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.UPDATE_CONNECTION>;
|
|
681
|
+
newConnectionState: import("@sinclair/typebox").TObject<{
|
|
682
|
+
externalId: import("@sinclair/typebox").TString;
|
|
683
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
684
|
+
displayName: import("@sinclair/typebox").TString;
|
|
685
|
+
}>;
|
|
686
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
687
|
+
externalId: import("@sinclair/typebox").TString;
|
|
688
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
689
|
+
displayName: import("@sinclair/typebox").TString;
|
|
690
|
+
}>;
|
|
691
|
+
}>, import("@sinclair/typebox").TObject<{
|
|
692
|
+
type: import("@sinclair/typebox").TLiteral<ConnectionOperationType.CREATE_CONNECTION>;
|
|
693
|
+
connectionState: import("@sinclair/typebox").TObject<{
|
|
694
|
+
externalId: import("@sinclair/typebox").TString;
|
|
695
|
+
pieceName: import("@sinclair/typebox").TString;
|
|
696
|
+
displayName: import("@sinclair/typebox").TString;
|
|
697
|
+
}>;
|
|
698
|
+
}>]>>;
|
|
699
|
+
errors: import("@sinclair/typebox").TArray<import("@sinclair/typebox").TObject<{
|
|
700
|
+
flowId: import("@sinclair/typebox").TString;
|
|
701
|
+
message: import("@sinclair/typebox").TString;
|
|
702
|
+
}>>;
|
|
703
|
+
}>;
|
|
704
|
+
export type ProjectSyncPlan = Static<typeof ProjectSyncPlan>;
|
|
@@ -1,10 +1,93 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProjectState = exports.FlowState = void 0;
|
|
3
|
+
exports.ProjectSyncPlan = exports.ProjectSyncPlanOperation = exports.ProjectSyncError = exports.DiffState = exports.ConnectionOperation = exports.ProjectOperation = exports.ProjectState = exports.ConnectionState = exports.FlowState = exports.ConnectionOperationType = exports.ProjectOperationType = void 0;
|
|
4
4
|
const typebox_1 = require("@sinclair/typebox");
|
|
5
5
|
const flow_1 = require("../flows/flow");
|
|
6
|
+
var ProjectOperationType;
|
|
7
|
+
(function (ProjectOperationType) {
|
|
8
|
+
ProjectOperationType["UPDATE_FLOW"] = "UPDATE_FLOW";
|
|
9
|
+
ProjectOperationType["CREATE_FLOW"] = "CREATE_FLOW";
|
|
10
|
+
ProjectOperationType["DELETE_FLOW"] = "DELETE_FLOW";
|
|
11
|
+
})(ProjectOperationType || (exports.ProjectOperationType = ProjectOperationType = {}));
|
|
12
|
+
var ConnectionOperationType;
|
|
13
|
+
(function (ConnectionOperationType) {
|
|
14
|
+
ConnectionOperationType["UPDATE_CONNECTION"] = "UPDATE_CONNECTION";
|
|
15
|
+
ConnectionOperationType["CREATE_CONNECTION"] = "CREATE_CONNECTION";
|
|
16
|
+
})(ConnectionOperationType || (exports.ConnectionOperationType = ConnectionOperationType = {}));
|
|
6
17
|
exports.FlowState = typebox_1.Type.Omit(flow_1.PopulatedFlow, ['externalId']);
|
|
18
|
+
exports.ConnectionState = typebox_1.Type.Object({
|
|
19
|
+
externalId: typebox_1.Type.String(),
|
|
20
|
+
pieceName: typebox_1.Type.String(),
|
|
21
|
+
displayName: typebox_1.Type.String(),
|
|
22
|
+
});
|
|
7
23
|
exports.ProjectState = typebox_1.Type.Object({
|
|
8
24
|
flows: typebox_1.Type.Array(flow_1.PopulatedFlow),
|
|
25
|
+
connections: typebox_1.Type.Array(exports.ConnectionState),
|
|
26
|
+
});
|
|
27
|
+
exports.ProjectOperation = typebox_1.Type.Union([
|
|
28
|
+
typebox_1.Type.Object({
|
|
29
|
+
type: typebox_1.Type.Literal(ProjectOperationType.UPDATE_FLOW),
|
|
30
|
+
newFlowState: exports.FlowState,
|
|
31
|
+
flowState: exports.FlowState,
|
|
32
|
+
}),
|
|
33
|
+
typebox_1.Type.Object({
|
|
34
|
+
type: typebox_1.Type.Literal(ProjectOperationType.CREATE_FLOW),
|
|
35
|
+
flowState: exports.FlowState,
|
|
36
|
+
}),
|
|
37
|
+
typebox_1.Type.Object({
|
|
38
|
+
type: typebox_1.Type.Literal(ProjectOperationType.DELETE_FLOW),
|
|
39
|
+
flowState: exports.FlowState,
|
|
40
|
+
}),
|
|
41
|
+
]);
|
|
42
|
+
exports.ConnectionOperation = typebox_1.Type.Union([
|
|
43
|
+
typebox_1.Type.Object({
|
|
44
|
+
type: typebox_1.Type.Literal(ConnectionOperationType.UPDATE_CONNECTION),
|
|
45
|
+
newConnectionState: exports.ConnectionState,
|
|
46
|
+
connectionState: exports.ConnectionState,
|
|
47
|
+
}),
|
|
48
|
+
typebox_1.Type.Object({
|
|
49
|
+
type: typebox_1.Type.Literal(ConnectionOperationType.CREATE_CONNECTION),
|
|
50
|
+
connectionState: exports.ConnectionState,
|
|
51
|
+
}),
|
|
52
|
+
]);
|
|
53
|
+
exports.DiffState = typebox_1.Type.Object({
|
|
54
|
+
operations: typebox_1.Type.Array(exports.ProjectOperation),
|
|
55
|
+
connections: typebox_1.Type.Array(exports.ConnectionOperation),
|
|
56
|
+
});
|
|
57
|
+
exports.ProjectSyncError = typebox_1.Type.Object({
|
|
58
|
+
flowId: typebox_1.Type.String(),
|
|
59
|
+
message: typebox_1.Type.String(),
|
|
60
|
+
});
|
|
61
|
+
exports.ProjectSyncPlanOperation = typebox_1.Type.Union([
|
|
62
|
+
typebox_1.Type.Object({
|
|
63
|
+
type: typebox_1.Type.Literal(ProjectOperationType.CREATE_FLOW),
|
|
64
|
+
flow: typebox_1.Type.Object({
|
|
65
|
+
id: typebox_1.Type.String(),
|
|
66
|
+
displayName: typebox_1.Type.String(),
|
|
67
|
+
}),
|
|
68
|
+
}),
|
|
69
|
+
typebox_1.Type.Object({
|
|
70
|
+
type: typebox_1.Type.Literal(ProjectOperationType.UPDATE_FLOW),
|
|
71
|
+
flow: typebox_1.Type.Object({
|
|
72
|
+
id: typebox_1.Type.String(),
|
|
73
|
+
displayName: typebox_1.Type.String(),
|
|
74
|
+
}),
|
|
75
|
+
targetFlow: typebox_1.Type.Object({
|
|
76
|
+
id: typebox_1.Type.String(),
|
|
77
|
+
displayName: typebox_1.Type.String(),
|
|
78
|
+
}),
|
|
79
|
+
}),
|
|
80
|
+
typebox_1.Type.Object({
|
|
81
|
+
type: typebox_1.Type.Literal(ProjectOperationType.DELETE_FLOW),
|
|
82
|
+
flow: typebox_1.Type.Object({
|
|
83
|
+
id: typebox_1.Type.String(),
|
|
84
|
+
displayName: typebox_1.Type.String(),
|
|
85
|
+
}),
|
|
86
|
+
}),
|
|
87
|
+
]);
|
|
88
|
+
exports.ProjectSyncPlan = typebox_1.Type.Object({
|
|
89
|
+
operations: typebox_1.Type.Array(exports.ProjectSyncPlanOperation),
|
|
90
|
+
connections: typebox_1.Type.Array(exports.ConnectionOperation),
|
|
91
|
+
errors: typebox_1.Type.Array(exports.ProjectSyncError),
|
|
9
92
|
});
|
|
10
93
|
//# sourceMappingURL=project-state.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"project-state.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project-release/project-state.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,wCAA6C;
|
|
1
|
+
{"version":3,"file":"project-state.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/project-release/project-state.ts"],"names":[],"mappings":"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"}
|
|
@@ -71,6 +71,7 @@ export declare const WorkerMachineHealthcheckRequest: import("@sinclair/typebox"
|
|
|
71
71
|
}>;
|
|
72
72
|
export type WorkerMachineHealthcheckRequest = Static<typeof WorkerMachineHealthcheckRequest>;
|
|
73
73
|
export declare const WorkerMachineHealthcheckResponse: import("@sinclair/typebox").TObject<{
|
|
74
|
+
PUBLIC_URL: import("@sinclair/typebox").TString;
|
|
74
75
|
TRIGGER_TIMEOUT_SECONDS: import("@sinclair/typebox").TNumber;
|
|
75
76
|
PAUSED_FLOW_TIMEOUT_DAYS: import("@sinclair/typebox").TNumber;
|
|
76
77
|
EXECUTION_MODE: import("@sinclair/typebox").TString;
|
package/src/lib/workers/index.js
CHANGED
|
@@ -27,6 +27,7 @@ exports.WorkerMachineWithStatus = typebox_1.Type.Composite([exports.WorkerMachin
|
|
|
27
27
|
})]);
|
|
28
28
|
exports.WorkerMachineHealthcheckRequest = exports.MachineInformation;
|
|
29
29
|
exports.WorkerMachineHealthcheckResponse = typebox_1.Type.Object({
|
|
30
|
+
PUBLIC_URL: typebox_1.Type.String(),
|
|
30
31
|
TRIGGER_TIMEOUT_SECONDS: typebox_1.Type.Number(),
|
|
31
32
|
PAUSED_FLOW_TIMEOUT_DAYS: typebox_1.Type.Number(),
|
|
32
33
|
EXECUTION_MODE: typebox_1.Type.String(),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/workers/index.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,sCAA2C;AAE3C,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACvB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAGY,QAAA,kBAAkB,GAAG,cAAI,CAAC,MAAM,CAAC;IAC1C,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;IACjC,QAAQ,EAAE,cAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,cAAI,CAAC,MAAM,EAAE;QACpB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE;QACnB,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE;KAC5B,CAAC;IACF,WAAW,EAAE,cAAI,CAAC,MAAM,CAAC,cAAI,CAAC,MAAM,EAAE,EAAE,cAAI,CAAC,MAAM,EAAE,CAAC;IACtD,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;IACjC,wBAAwB,EAAE,cAAI,CAAC,MAAM,EAAE;IACvC,EAAE,EAAE,cAAI,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAIW,QAAA,aAAa,GAAG,cAAI,CAAC,MAAM,iCACjC,wBAAe,KAClB,WAAW,EAAE,0BAAkB,IACjC,CAAA;AAIW,QAAA,uBAAuB,GAAG,cAAI,CAAC,SAAS,CAAC,CAAC,qBAAa,EAAE,cAAI,CAAC,MAAM,CAAC;QAC9E,MAAM,EAAE,cAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC;KACzC,CAAC,CAAC,CAAC,CAAA;AAIS,QAAA,+BAA+B,GAAG,0BAAkB,CAAA;AAGpD,QAAA,gCAAgC,GAAG,cAAI,CAAC,MAAM,CAAC;IACxD,uBAAuB,EAAE,cAAI,CAAC,MAAM,EAAE;IACtC,wBAAwB,EAAE,cAAI,CAAC,MAAM,EAAE;IACvC,cAAc,EAAE,cAAI,CAAC,MAAM,EAAE;IAC7B,oBAAoB,EAAE,cAAI,CAAC,MAAM,EAAE;IACnC,uBAAuB,EAAE,cAAI,CAAC,MAAM,EAAE;IACtC,4BAA4B,EAAE,cAAI,CAAC,MAAM,EAAE;IAC3C,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE;IACzB,WAAW,EAAE,cAAI,CAAC,MAAM,EAAE;IAC1B,mBAAmB,EAAE,cAAI,CAAC,MAAM,EAAE;IAClC,gBAAgB,EAAE,cAAI,CAAC,MAAM,EAAE;IAC/B,oBAAoB,EAAE,cAAI,CAAC,MAAM,EAAE;IACnC,2BAA2B,EAAE,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACtD,aAAa,EAAE,cAAI,CAAC,MAAM,EAAE;IAC5B,UAAU,EAAE,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACrC,UAAU,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACxC,aAAa,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IAC3C,QAAQ,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACtC,aAAa,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IAC3C,qBAAqB,EAAE,cAAI,CAAC,MAAM,EAAE;IACpC,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;CACpC,CAAC,CAAA"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/workers/index.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,sCAA2C;AAE3C,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,0CAAmB,CAAA;AACvB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;AAGY,QAAA,kBAAkB,GAAG,cAAI,CAAC,MAAM,CAAC;IAC1C,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;IACjC,QAAQ,EAAE,cAAI,CAAC,MAAM,CAAC;QAClB,KAAK,EAAE,cAAI,CAAC,MAAM,EAAE;QACpB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE;QACnB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE;QACnB,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE;KAC5B,CAAC;IACF,WAAW,EAAE,cAAI,CAAC,MAAM,CAAC,cAAI,CAAC,MAAM,EAAE,EAAE,cAAI,CAAC,MAAM,EAAE,CAAC;IACtD,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;IACjC,wBAAwB,EAAE,cAAI,CAAC,MAAM,EAAE;IACvC,EAAE,EAAE,cAAI,CAAC,MAAM,EAAE;CACpB,CAAC,CAAA;AAIW,QAAA,aAAa,GAAG,cAAI,CAAC,MAAM,iCACjC,wBAAe,KAClB,WAAW,EAAE,0BAAkB,IACjC,CAAA;AAIW,QAAA,uBAAuB,GAAG,cAAI,CAAC,SAAS,CAAC,CAAC,qBAAa,EAAE,cAAI,CAAC,MAAM,CAAC;QAC9E,MAAM,EAAE,cAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC;KACzC,CAAC,CAAC,CAAC,CAAA;AAIS,QAAA,+BAA+B,GAAG,0BAAkB,CAAA;AAGpD,QAAA,gCAAgC,GAAG,cAAI,CAAC,MAAM,CAAC;IACxD,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE;IACzB,uBAAuB,EAAE,cAAI,CAAC,MAAM,EAAE;IACtC,wBAAwB,EAAE,cAAI,CAAC,MAAM,EAAE;IACvC,cAAc,EAAE,cAAI,CAAC,MAAM,EAAE;IAC7B,oBAAoB,EAAE,cAAI,CAAC,MAAM,EAAE;IACnC,uBAAuB,EAAE,cAAI,CAAC,MAAM,EAAE;IACtC,4BAA4B,EAAE,cAAI,CAAC,MAAM,EAAE;IAC3C,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE;IACxB,UAAU,EAAE,cAAI,CAAC,MAAM,EAAE;IACzB,WAAW,EAAE,cAAI,CAAC,MAAM,EAAE;IAC1B,mBAAmB,EAAE,cAAI,CAAC,MAAM,EAAE;IAClC,gBAAgB,EAAE,cAAI,CAAC,MAAM,EAAE;IAC/B,oBAAoB,EAAE,cAAI,CAAC,MAAM,EAAE;IACnC,2BAA2B,EAAE,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACtD,aAAa,EAAE,cAAI,CAAC,MAAM,EAAE;IAC5B,UAAU,EAAE,cAAI,CAAC,KAAK,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACrC,UAAU,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACxC,aAAa,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IAC3C,QAAQ,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IACtC,aAAa,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,EAAE,CAAC;IAC3C,qBAAqB,EAAE,cAAI,CAAC,MAAM,EAAE;IACpC,kBAAkB,EAAE,cAAI,CAAC,MAAM,EAAE;CACpC,CAAC,CAAA"}
|