@activepieces/shared 0.10.47 → 0.10.48
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +2 -2
- package/src/lib/app-connection/app-connection.d.ts +2 -2
- package/src/lib/app-connection/app-connection.js +1 -1
- package/src/lib/app-connection/app-connection.js.map +1 -1
- package/src/lib/app-connection/dto/read-app-connection-request.d.ts +1 -1
- package/src/lib/app-connection/dto/read-app-connection-request.js +1 -1
- package/src/lib/app-connection/dto/read-app-connection-request.js.map +1 -1
- package/src/lib/app-connection/dto/upsert-app-connection-request.d.ts +12 -12
- package/src/lib/app-connection/dto/upsert-app-connection-request.js +1 -1
- package/src/lib/app-connection/dto/upsert-app-connection-request.js.map +1 -1
- package/src/lib/common/activepieces-error.d.ts +1 -1
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@activepieces/shared",
|
|
3
|
-
"version": "0.10.
|
|
3
|
+
"version": "0.10.48",
|
|
4
4
|
"type": "commonjs",
|
|
5
5
|
"dependencies": {
|
|
6
6
|
"@sinclair/typebox": "0.26.8",
|
|
7
7
|
"nanoid": "3.3.6",
|
|
8
8
|
"semver": "7.5.4",
|
|
9
|
-
"tslib": "
|
|
9
|
+
"tslib": "1.14.1"
|
|
10
10
|
},
|
|
11
11
|
"main": "./src/index.js"
|
|
12
12
|
}
|
|
@@ -58,7 +58,7 @@ export type AppConnectionValue<T extends AppConnectionType = AppConnectionType>
|
|
|
58
58
|
export type AppConnection<Type extends AppConnectionType = AppConnectionType> = BaseModel<AppConnectionId> & {
|
|
59
59
|
name: string;
|
|
60
60
|
type: Type;
|
|
61
|
-
|
|
61
|
+
pieceName: string;
|
|
62
62
|
projectId: string;
|
|
63
63
|
status: AppConnectionStatus;
|
|
64
64
|
value: AppConnectionValue<Type>;
|
|
@@ -72,7 +72,7 @@ export type CustomAuthConnection = AppConnection<AppConnectionType.CUSTOM_AUTH>;
|
|
|
72
72
|
export declare const AppConnectionWithoutSensitiveData: import("@sinclair/typebox").TObject<{
|
|
73
73
|
name: import("@sinclair/typebox").TString<string>;
|
|
74
74
|
type: import("@sinclair/typebox").TEnum<typeof AppConnectionType>;
|
|
75
|
-
|
|
75
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
76
76
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
77
77
|
status: import("@sinclair/typebox").TEnum<typeof AppConnectionStatus>;
|
|
78
78
|
id: import("@sinclair/typebox").TString<string>;
|
|
@@ -18,7 +18,7 @@ var AppConnectionType;
|
|
|
18
18
|
AppConnectionType["BASIC_AUTH"] = "BASIC_AUTH";
|
|
19
19
|
AppConnectionType["CUSTOM_AUTH"] = "CUSTOM_AUTH";
|
|
20
20
|
})(AppConnectionType || (exports.AppConnectionType = AppConnectionType = {}));
|
|
21
|
-
exports.AppConnectionWithoutSensitiveData = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { name: typebox_1.Type.String(), type: typebox_1.Type.Enum(AppConnectionType),
|
|
21
|
+
exports.AppConnectionWithoutSensitiveData = typebox_1.Type.Object(Object.assign(Object.assign({}, base_model_1.BaseModelSchema), { name: typebox_1.Type.String(), type: typebox_1.Type.Enum(AppConnectionType), pieceName: typebox_1.Type.String(), projectId: id_generator_1.ApId, status: typebox_1.Type.Enum(AppConnectionStatus) }), {
|
|
22
22
|
description: 'App connection is a connection to an external app.',
|
|
23
23
|
});
|
|
24
24
|
//# sourceMappingURL=app-connection.js.map
|
|
@@ -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,qDAAiE;AAEjE,yDAA6C;AAK7C,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,sCAAe,CAAA;AACnB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;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;AAwEY,QAAA,iCAAiC,GAAG,cAAI,CAAC,MAAM,iCACrD,4BAAe,KAClB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE,EACnB,IAAI,EAAE,cAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAClC,
|
|
1
|
+
{"version":3,"file":"app-connection.js","sourceRoot":"","sources":["../../../../../../packages/shared/src/lib/app-connection/app-connection.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,qDAAiE;AAEjE,yDAA6C;AAK7C,IAAY,mBAGX;AAHD,WAAY,mBAAmB;IAC3B,wCAAiB,CAAA;IACjB,sCAAe,CAAA;AACnB,CAAC,EAHW,mBAAmB,mCAAnB,mBAAmB,QAG9B;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;AAwEY,QAAA,iCAAiC,GAAG,cAAI,CAAC,MAAM,iCACrD,4BAAe,KAClB,IAAI,EAAE,cAAI,CAAC,MAAM,EAAE,EACnB,IAAI,EAAE,cAAI,CAAC,IAAI,CAAC,iBAAiB,CAAC,EAClC,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE,EACxB,SAAS,EAAE,mBAAI,EACf,MAAM,EAAE,cAAI,CAAC,IAAI,CAAC,mBAAmB,CAAC,KACvC;IACC,WAAW,EAAE,oDAAoD;CACpE,CAAC,CAAA"}
|
|
@@ -2,7 +2,7 @@ import { Static } from '@sinclair/typebox';
|
|
|
2
2
|
export declare const ListAppConnectionsRequestQuery: import("@sinclair/typebox").TObject<{
|
|
3
3
|
cursor: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
4
4
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
5
|
-
|
|
5
|
+
pieceName: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
6
6
|
limit: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TNumber>;
|
|
7
7
|
}>;
|
|
8
8
|
export type ListAppConnectionsRequestQuery = Static<typeof ListAppConnectionsRequestQuery>;
|
|
@@ -5,7 +5,7 @@ const typebox_1 = require("@sinclair/typebox");
|
|
|
5
5
|
exports.ListAppConnectionsRequestQuery = typebox_1.Type.Object({
|
|
6
6
|
cursor: typebox_1.Type.Optional(typebox_1.Type.String({})),
|
|
7
7
|
projectId: typebox_1.Type.String(),
|
|
8
|
-
|
|
8
|
+
pieceName: typebox_1.Type.Optional(typebox_1.Type.String({})),
|
|
9
9
|
limit: typebox_1.Type.Optional(typebox_1.Type.Number({})),
|
|
10
10
|
});
|
|
11
11
|
//# sourceMappingURL=read-app-connection-request.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"read-app-connection-request.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/app-connection/dto/read-app-connection-request.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAEnC,QAAA,8BAA8B,GAAG,cAAI,CAAC,MAAM,CAAC;IACtD,MAAM,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACtC,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE;IACxB,
|
|
1
|
+
{"version":3,"file":"read-app-connection-request.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/app-connection/dto/read-app-connection-request.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAEnC,QAAA,8BAA8B,GAAG,cAAI,CAAC,MAAM,CAAC;IACtD,MAAM,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACtC,SAAS,EAAE,cAAI,CAAC,MAAM,EAAE;IACxB,SAAS,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IACzC,KAAK,EAAE,cAAI,CAAC,QAAQ,CAAC,cAAI,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;CACxC,CAAC,CAAA"}
|
|
@@ -12,7 +12,7 @@ export declare const UpsertCustomAuthRequest: import("@sinclair/typebox").TObjec
|
|
|
12
12
|
props: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TUnknown>;
|
|
13
13
|
}>;
|
|
14
14
|
name: import("@sinclair/typebox").TString<string>;
|
|
15
|
-
|
|
15
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
16
16
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
17
17
|
}>;
|
|
18
18
|
export declare const UpsertPlatformOAuth2Request: import("@sinclair/typebox").TObject<{
|
|
@@ -29,7 +29,7 @@ export declare const UpsertPlatformOAuth2Request: import("@sinclair/typebox").TO
|
|
|
29
29
|
redirect_url: import("@sinclair/typebox").TString<string>;
|
|
30
30
|
}>;
|
|
31
31
|
name: import("@sinclair/typebox").TString<string>;
|
|
32
|
-
|
|
32
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
33
33
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
34
34
|
}>;
|
|
35
35
|
export declare const UpsertCloudOAuth2Request: import("@sinclair/typebox").TObject<{
|
|
@@ -45,7 +45,7 @@ export declare const UpsertCloudOAuth2Request: import("@sinclair/typebox").TObje
|
|
|
45
45
|
token_url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
46
46
|
}>;
|
|
47
47
|
name: import("@sinclair/typebox").TString<string>;
|
|
48
|
-
|
|
48
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
49
49
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
50
50
|
}>;
|
|
51
51
|
export declare const UpsertSecretTextRequest: import("@sinclair/typebox").TObject<{
|
|
@@ -55,7 +55,7 @@ export declare const UpsertSecretTextRequest: import("@sinclair/typebox").TObjec
|
|
|
55
55
|
secret_text: import("@sinclair/typebox").TString<string>;
|
|
56
56
|
}>;
|
|
57
57
|
name: import("@sinclair/typebox").TString<string>;
|
|
58
|
-
|
|
58
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
59
59
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
60
60
|
}>;
|
|
61
61
|
export declare const UpsertOAuth2Request: import("@sinclair/typebox").TObject<{
|
|
@@ -74,7 +74,7 @@ export declare const UpsertOAuth2Request: import("@sinclair/typebox").TObject<{
|
|
|
74
74
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.OAUTH2>;
|
|
75
75
|
}>;
|
|
76
76
|
name: import("@sinclair/typebox").TString<string>;
|
|
77
|
-
|
|
77
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
78
78
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
79
79
|
}>;
|
|
80
80
|
export declare const UpsertBasicAuthRequest: import("@sinclair/typebox").TObject<{
|
|
@@ -85,7 +85,7 @@ export declare const UpsertBasicAuthRequest: import("@sinclair/typebox").TObject
|
|
|
85
85
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.BASIC_AUTH>;
|
|
86
86
|
}>;
|
|
87
87
|
name: import("@sinclair/typebox").TString<string>;
|
|
88
|
-
|
|
88
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
89
89
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
90
90
|
}>;
|
|
91
91
|
export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox").TUnion<[import("@sinclair/typebox").TObject<{
|
|
@@ -95,7 +95,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
95
95
|
secret_text: import("@sinclair/typebox").TString<string>;
|
|
96
96
|
}>;
|
|
97
97
|
name: import("@sinclair/typebox").TString<string>;
|
|
98
|
-
|
|
98
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
99
99
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
100
100
|
}>, import("@sinclair/typebox").TObject<{
|
|
101
101
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.OAUTH2>;
|
|
@@ -113,7 +113,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
113
113
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.OAUTH2>;
|
|
114
114
|
}>;
|
|
115
115
|
name: import("@sinclair/typebox").TString<string>;
|
|
116
|
-
|
|
116
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
117
117
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
118
118
|
}>, import("@sinclair/typebox").TObject<{
|
|
119
119
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.CLOUD_OAUTH2>;
|
|
@@ -128,7 +128,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
128
128
|
token_url: import("@sinclair/typebox").TOptional<import("@sinclair/typebox").TString<string>>;
|
|
129
129
|
}>;
|
|
130
130
|
name: import("@sinclair/typebox").TString<string>;
|
|
131
|
-
|
|
131
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
132
132
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
133
133
|
}>, import("@sinclair/typebox").TObject<{
|
|
134
134
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.PLATFORM_OAUTH2>;
|
|
@@ -144,7 +144,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
144
144
|
redirect_url: import("@sinclair/typebox").TString<string>;
|
|
145
145
|
}>;
|
|
146
146
|
name: import("@sinclair/typebox").TString<string>;
|
|
147
|
-
|
|
147
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
148
148
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
149
149
|
}>, import("@sinclair/typebox").TObject<{
|
|
150
150
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.BASIC_AUTH>;
|
|
@@ -154,7 +154,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
154
154
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.BASIC_AUTH>;
|
|
155
155
|
}>;
|
|
156
156
|
name: import("@sinclair/typebox").TString<string>;
|
|
157
|
-
|
|
157
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
158
158
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
159
159
|
}>, import("@sinclair/typebox").TObject<{
|
|
160
160
|
type: import("@sinclair/typebox").TLiteral<AppConnectionType.CUSTOM_AUTH>;
|
|
@@ -163,7 +163,7 @@ export declare const UpsertAppConnectionRequestBody: import("@sinclair/typebox")
|
|
|
163
163
|
props: import("@sinclair/typebox").TRecord<import("@sinclair/typebox").TString<string>, import("@sinclair/typebox").TUnknown>;
|
|
164
164
|
}>;
|
|
165
165
|
name: import("@sinclair/typebox").TString<string>;
|
|
166
|
-
|
|
166
|
+
pieceName: import("@sinclair/typebox").TString<string>;
|
|
167
167
|
projectId: import("@sinclair/typebox").TString<string>;
|
|
168
168
|
}>]>;
|
|
169
169
|
export type UpsertCloudOAuth2Request = Static<typeof UpsertCloudOAuth2Request>;
|
|
@@ -6,7 +6,7 @@ const app_connection_1 = require("../app-connection");
|
|
|
6
6
|
const oauth2_authorization_method_1 = require("../oauth2-authorization-method");
|
|
7
7
|
const commonAuthProps = {
|
|
8
8
|
name: typebox_1.Type.String({}),
|
|
9
|
-
|
|
9
|
+
pieceName: typebox_1.Type.String({}),
|
|
10
10
|
projectId: typebox_1.Type.String({}),
|
|
11
11
|
};
|
|
12
12
|
var OAuth2GrantType;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"upsert-app-connection-request.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/app-connection/dto/upsert-app-connection-request.ts"],"names":[],"mappings":";;;AAAA,+CAAgD;AAChD,sDAAqD;AACrD,gFAA0E;AAE1E,MAAM,eAAe,GAAG;IACpB,IAAI,EAAE,cAAI,CAAC,MAAM,CAAC,EAAE,CAAC;IACrB,
|
|
1
|
+
{"version":3,"file":"upsert-app-connection-request.js","sourceRoot":"","sources":["../../../../../../../packages/shared/src/lib/app-connection/dto/upsert-app-connection-request.ts"],"names":[],"mappings":"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"}
|
|
@@ -20,7 +20,7 @@ export type InvalidClaimParams = BaseErrorParams<ErrorCode.INVALID_CLAIM, {
|
|
|
20
20
|
clientId: string;
|
|
21
21
|
}>;
|
|
22
22
|
export type InvalidCloudClaimParams = BaseErrorParams<ErrorCode.INVALID_CLOUD_CLAIM, {
|
|
23
|
-
|
|
23
|
+
pieceName: string;
|
|
24
24
|
}>;
|
|
25
25
|
export type InvalidBearerTokenParams = BaseErrorParams<ErrorCode.INVALID_BEARER_TOKEN, {
|
|
26
26
|
message?: string;
|