@forge/api 3.4.0 → 3.5.0-next.1
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/CHANGELOG.md +14 -0
- package/out/api/ari.js +1 -0
- package/out/api/errors.d.ts +2 -0
- package/out/api/errors.d.ts.map +1 -1
- package/out/api/errors.js +10 -1
- package/out/api/fetch.js +14 -8
- package/out/api/index.js +5 -2
- package/out/api/polyfill-response.js +4 -1
- package/out/authorization/index.js +10 -7
- package/out/index.d.ts +1 -1
- package/out/index.d.ts.map +1 -1
- package/out/index.js +6 -2
- package/out/properties/product-scoped-storage.js +2 -0
- package/out/runtime/fetch-and-storage.js +2 -3
- package/out/safeUrl.js +1 -0
- package/out/webTrigger.js +7 -10
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/api
|
|
2
2
|
|
|
3
|
+
## 3.5.0-next.1
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- 94956a5: Avoid logging NEEDS_AUTHENTICATION_ERR when it is thrown from requestCredentials()
|
|
8
|
+
|
|
9
|
+
## 3.4.1-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- f8a4714: Use InMemoryMetrics from the Node monorepo
|
|
14
|
+
- Updated dependencies [f8a4714]
|
|
15
|
+
- @forge/util@1.4.3-next.0
|
|
16
|
+
|
|
3
17
|
## 3.4.0
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
package/out/api/ari.js
CHANGED
package/out/api/errors.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export declare const NEEDS_AUTHENTICATION_ERR = "NEEDS_AUTHENTICATION_ERR";
|
|
|
5
5
|
export declare const PROXY_ERR = "PROXY_ERR";
|
|
6
6
|
export declare function isForgePlatformError(err: Error): boolean;
|
|
7
7
|
export declare function isHostedCodeError(err: Error | string): boolean;
|
|
8
|
+
export declare function isExpectedError(err: Error): boolean;
|
|
8
9
|
export declare class HttpError extends Error {
|
|
9
10
|
status: number | undefined;
|
|
10
11
|
constructor(message: string);
|
|
@@ -29,6 +30,7 @@ export declare class InvalidWorkspaceRequestedError extends NotAllowedError {
|
|
|
29
30
|
}
|
|
30
31
|
export interface NeedsAuthenticationErrorOptions {
|
|
31
32
|
scopes?: string[];
|
|
33
|
+
isExpectedError?: boolean;
|
|
32
34
|
}
|
|
33
35
|
export declare class NeedsAuthenticationError extends HttpError {
|
|
34
36
|
readonly serviceKey: string;
|
package/out/api/errors.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/api/errors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,wBAAwB,6BAA6B,CAAC;AACnE,eAAO,MAAM,SAAS,cAAc,CAAC;AAErC,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,KAAK,WAE9C;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,KAAK,GAAG,MAAM,WAIpD;AAED,qBAAa,SAAU,SAAQ,KAAK;IAClC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;gBACf,OAAO,EAAE,MAAM;CAG5B;AAED,qBAAa,UAAW,SAAQ,KAAK;gBACvB,KAAK,EAAE,MAAM;CAK1B;AAED,qBAAa,eAAgB,SAAQ,SAAS;gBAChC,OAAO,EAAE,MAAM;CAM5B;AAED,qBAAa,+BAAgC,SAAQ,eAAe;gBACtD,SAAS,EAAE,MAAM;CAK9B;AAED,qBAAa,8BAA+B,SAAQ,eAAe;gBACrD,SAAS,EAAE,MAAM;CAG9B;AAED,qBAAa,6BAA8B,SAAQ,eAAe;gBACpD,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM;CAGhE;AAED,qBAAa,8BAA+B,SAAQ,eAAe;gBACrD,SAAS,EAAE,MAAM;CAG9B;AAED,MAAM,WAAW,+BAA+B;
|
|
1
|
+
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../src/api/errors.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,iBAAiB,CAAC;AAC3C,eAAO,MAAM,4BAA4B,iCAAiC,CAAC;AAC3E,eAAO,MAAM,kBAAkB,uBAAuB,CAAC;AACvD,eAAO,MAAM,wBAAwB,6BAA6B,CAAC;AACnE,eAAO,MAAM,SAAS,cAAc,CAAC;AAErC,wBAAgB,oBAAoB,CAAC,GAAG,EAAE,KAAK,WAE9C;AAED,wBAAgB,iBAAiB,CAAC,GAAG,EAAE,KAAK,GAAG,MAAM,WAIpD;AAKD,wBAAgB,eAAe,CAAC,GAAG,EAAE,KAAK,GAAG,OAAO,CAEnD;AAED,qBAAa,SAAU,SAAQ,KAAK;IAClC,MAAM,EAAE,MAAM,GAAG,SAAS,CAAC;gBACf,OAAO,EAAE,MAAM;CAG5B;AAED,qBAAa,UAAW,SAAQ,KAAK;gBACvB,KAAK,EAAE,MAAM;CAK1B;AAED,qBAAa,eAAgB,SAAQ,SAAS;gBAChC,OAAO,EAAE,MAAM;CAM5B;AAED,qBAAa,+BAAgC,SAAQ,eAAe;gBACtD,SAAS,EAAE,MAAM;CAK9B;AAED,qBAAa,8BAA+B,SAAQ,eAAe;gBACrD,SAAS,EAAE,MAAM;CAG9B;AAED,qBAAa,6BAA8B,SAAQ,eAAe;gBACpD,gBAAgB,EAAE,MAAM,EAAE,iBAAiB,EAAE,MAAM;CAGhE;AAED,qBAAa,8BAA+B,SAAQ,eAAe;gBACrD,SAAS,EAAE,MAAM;CAG9B;AAED,MAAM,WAAW,+BAA+B;IAI9C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAKlB,eAAe,CAAC,EAAE,OAAO,CAAC;CAC3B;AAED,qBAAa,wBAAyB,SAAQ,SAAS;aAGnC,UAAU,EAAE,MAAM;aAClB,OAAO,CAAC;gBAFxB,KAAK,EAAE,MAAM,EACG,UAAU,EAAE,MAAM,EAClB,OAAO,CAAC,6CAAiC;CAO5D;AAED,qBAAa,iBAAkB,SAAQ,SAAS;IAErC,MAAM,EAAE,MAAM;IACd,SAAS,EAAE,MAAM;gBADjB,MAAM,EAAE,MAAM,EACd,SAAS,EAAE,MAAM;CAK3B"}
|
package/out/api/errors.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ProxyRequestError = exports.NeedsAuthenticationError = exports.InvalidWorkspaceRequestedError = exports.RequestProductNotAllowedError = exports.ProductEndpointNotAllowedError = exports.ExternalEndpointNotAllowedError = exports.NotAllowedError = exports.FetchError = exports.HttpError = exports.isHostedCodeError = exports.isForgePlatformError = exports.PROXY_ERR = exports.NEEDS_AUTHENTICATION_ERR = exports.FUNCTION_FETCH_ERR = exports.REQUEST_EGRESS_ALLOWLIST_ERR = exports.FUNCTION_ERR = void 0;
|
|
3
|
+
exports.ProxyRequestError = exports.NeedsAuthenticationError = exports.InvalidWorkspaceRequestedError = exports.RequestProductNotAllowedError = exports.ProductEndpointNotAllowedError = exports.ExternalEndpointNotAllowedError = exports.NotAllowedError = exports.FetchError = exports.HttpError = exports.isExpectedError = exports.isHostedCodeError = exports.isForgePlatformError = exports.PROXY_ERR = exports.NEEDS_AUTHENTICATION_ERR = exports.FUNCTION_FETCH_ERR = exports.REQUEST_EGRESS_ALLOWLIST_ERR = exports.FUNCTION_ERR = void 0;
|
|
4
4
|
exports.FUNCTION_ERR = 'FUNCTION_ERR';
|
|
5
5
|
exports.REQUEST_EGRESS_ALLOWLIST_ERR = 'REQUEST_EGRESS_ALLOWLIST_ERR';
|
|
6
6
|
exports.FUNCTION_FETCH_ERR = 'FUNCTION_FETCH_ERR';
|
|
@@ -14,7 +14,12 @@ function isHostedCodeError(err) {
|
|
|
14
14
|
return [exports.FUNCTION_ERR, exports.REQUEST_EGRESS_ALLOWLIST_ERR, exports.FUNCTION_FETCH_ERR, exports.NEEDS_AUTHENTICATION_ERR].includes(typeof err === 'string' ? err : err.name);
|
|
15
15
|
}
|
|
16
16
|
exports.isHostedCodeError = isHostedCodeError;
|
|
17
|
+
function isExpectedError(err) {
|
|
18
|
+
return err.name === exports.NEEDS_AUTHENTICATION_ERR && !!err.options?.isExpectedError;
|
|
19
|
+
}
|
|
20
|
+
exports.isExpectedError = isExpectedError;
|
|
17
21
|
class HttpError extends Error {
|
|
22
|
+
status;
|
|
18
23
|
constructor(message) {
|
|
19
24
|
super(message);
|
|
20
25
|
}
|
|
@@ -62,6 +67,8 @@ class InvalidWorkspaceRequestedError extends NotAllowedError {
|
|
|
62
67
|
}
|
|
63
68
|
exports.InvalidWorkspaceRequestedError = InvalidWorkspaceRequestedError;
|
|
64
69
|
class NeedsAuthenticationError extends HttpError {
|
|
70
|
+
serviceKey;
|
|
71
|
+
options;
|
|
65
72
|
constructor(error, serviceKey, options) {
|
|
66
73
|
super(error);
|
|
67
74
|
this.serviceKey = serviceKey;
|
|
@@ -73,6 +80,8 @@ class NeedsAuthenticationError extends HttpError {
|
|
|
73
80
|
}
|
|
74
81
|
exports.NeedsAuthenticationError = NeedsAuthenticationError;
|
|
75
82
|
class ProxyRequestError extends HttpError {
|
|
83
|
+
status;
|
|
84
|
+
errorCode;
|
|
76
85
|
constructor(status, errorCode) {
|
|
77
86
|
super(`Forge platform failed to process runtime HTTP request - ${status} - ${errorCode}`);
|
|
78
87
|
this.status = status;
|
package/out/api/fetch.js
CHANGED
|
@@ -12,7 +12,7 @@ function fetchProduct(args) {
|
|
|
12
12
|
const url = productURL(args.remote, path);
|
|
13
13
|
init = (0, exports.addMagicAgent)(init);
|
|
14
14
|
if (!hasAuthorizationHeader(init.headers)) {
|
|
15
|
-
init.headers =
|
|
15
|
+
init.headers = { ...init.headers, authorization: `Forge ${args.provider}` };
|
|
16
16
|
}
|
|
17
17
|
const response = await (0, node_fetch_1.default)(url, init);
|
|
18
18
|
handleProxyResponseErrors(response);
|
|
@@ -29,7 +29,10 @@ function fetchRemote(args) {
|
|
|
29
29
|
}
|
|
30
30
|
remoteUrl.searchParams.append('path', path);
|
|
31
31
|
init = (0, exports.addMagicAgent)(init, 'EXTERNAL_AUTH_REQUEST');
|
|
32
|
-
init.headers =
|
|
32
|
+
init.headers = {
|
|
33
|
+
...init.headers,
|
|
34
|
+
authorization: `Forge user ${args.provider} ${args.account}`
|
|
35
|
+
};
|
|
33
36
|
const response = await (0, node_fetch_1.default)(remoteUrl, init);
|
|
34
37
|
handleProxyResponseErrors(response);
|
|
35
38
|
return response;
|
|
@@ -45,7 +48,7 @@ function getDefaultRemote(provider) {
|
|
|
45
48
|
}
|
|
46
49
|
function findExternalAuthProviderConfigOrThrow(provider) {
|
|
47
50
|
const { externalAuth } = (0, runtime_1.__getRuntime)();
|
|
48
|
-
const externalAuthProvider = externalAuth
|
|
51
|
+
const externalAuthProvider = externalAuth?.find((externalAuthMetaData) => {
|
|
49
52
|
return externalAuthMetaData.service === provider;
|
|
50
53
|
});
|
|
51
54
|
if (!externalAuthProvider) {
|
|
@@ -76,14 +79,14 @@ function productURL(remote, path) {
|
|
|
76
79
|
}
|
|
77
80
|
function lazyThrowNeedsAuthenticationError(serviceKey) {
|
|
78
81
|
return async (scopes) => {
|
|
79
|
-
throw new errors_1.NeedsAuthenticationError('Authentication Required', serviceKey, scopes
|
|
82
|
+
throw new errors_1.NeedsAuthenticationError('Authentication Required', serviceKey, { scopes, isExpectedError: true });
|
|
80
83
|
};
|
|
81
84
|
}
|
|
82
85
|
function buildExternalAuthAccountsInfo(provider, remote) {
|
|
83
86
|
const { accounts } = findExternalAuthProviderConfigOrThrow(provider);
|
|
84
87
|
const buildAccountModel = (account) => {
|
|
85
|
-
const { externalAccountId: id
|
|
86
|
-
return
|
|
88
|
+
const { externalAccountId: id, ...rest } = account;
|
|
89
|
+
return { ...rest, id };
|
|
87
90
|
};
|
|
88
91
|
const buildExternalAuthAccountMethods = (account, outboundAuthAccountId) => ({
|
|
89
92
|
hasCredentials: async (scopes) => !scopes || scopes.every((scope) => account.scopes.includes(scope)),
|
|
@@ -91,7 +94,7 @@ function buildExternalAuthAccountsInfo(provider, remote) {
|
|
|
91
94
|
getAccount: async () => {
|
|
92
95
|
return account;
|
|
93
96
|
},
|
|
94
|
-
fetch: (0, _1.wrapWithRouteUnwrapper)(fetchRemote({ provider, remote: remote
|
|
97
|
+
fetch: (0, _1.wrapWithRouteUnwrapper)(fetchRemote({ provider, remote: remote ?? getDefaultRemote(provider), account: outboundAuthAccountId }))
|
|
95
98
|
});
|
|
96
99
|
return accounts.map((account) => {
|
|
97
100
|
const authAccount = buildAccountModel(account);
|
|
@@ -101,7 +104,10 @@ function buildExternalAuthAccountsInfo(provider, remote) {
|
|
|
101
104
|
};
|
|
102
105
|
});
|
|
103
106
|
}
|
|
104
|
-
const addMagicAgent = (init, agentOverride) => (
|
|
107
|
+
const addMagicAgent = (init, agentOverride) => ({
|
|
108
|
+
...init,
|
|
109
|
+
agent: (agentOverride ?? 'FORGE_PRODUCT_REQUEST')
|
|
110
|
+
});
|
|
105
111
|
exports.addMagicAgent = addMagicAgent;
|
|
106
112
|
const throwNotImplementedError = () => {
|
|
107
113
|
throw new Error('not implemented');
|
package/out/api/index.js
CHANGED
|
@@ -4,8 +4,11 @@ exports.wrapFetchApiMethods = exports.wrapWithRouteUnwrapper = exports.wrapReque
|
|
|
4
4
|
const safeUrl_1 = require("../safeUrl");
|
|
5
5
|
const wrapRequestGraph = (requestGraphApi) => (query, variables, headers = {}) => requestGraphApi('/graphql', {
|
|
6
6
|
method: 'POST',
|
|
7
|
-
headers:
|
|
8
|
-
body: JSON.stringify(
|
|
7
|
+
headers: { ...headers, 'Content-Type': 'application/json' },
|
|
8
|
+
body: JSON.stringify({
|
|
9
|
+
query,
|
|
10
|
+
...(variables ? { variables } : {})
|
|
11
|
+
})
|
|
9
12
|
});
|
|
10
13
|
exports.wrapRequestGraph = wrapRequestGraph;
|
|
11
14
|
const wrapRequestConnectedData = (fetch) => (path, init) => {
|
|
@@ -4,6 +4,9 @@ exports.transformResponse = void 0;
|
|
|
4
4
|
const node_fetch_1 = require("node-fetch");
|
|
5
5
|
const transformResponse = (fetchApi) => async (url, init) => {
|
|
6
6
|
const response = await fetchApi(url, init);
|
|
7
|
-
return
|
|
7
|
+
return {
|
|
8
|
+
...response,
|
|
9
|
+
headers: new node_fetch_1.Headers(response.headers)
|
|
10
|
+
};
|
|
8
11
|
};
|
|
9
12
|
exports.transformResponse = transformResponse;
|
|
@@ -14,12 +14,15 @@ const authorize = () => {
|
|
|
14
14
|
if (!accountId) {
|
|
15
15
|
throw new Error(`Couldn’t find the accountId of the invoking user. This API can only be used inside user-invoked modules.`);
|
|
16
16
|
}
|
|
17
|
-
return
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
17
|
+
return {
|
|
18
|
+
...(0, auth_1.authorizeConfluenceWithFetch)(async (path, opts) => {
|
|
19
|
+
const res = await (0, __1.asUser)().requestConfluence((0, __1.assumeTrustedRoute)(path), opts);
|
|
20
|
+
return res.json();
|
|
21
|
+
}, accountId),
|
|
22
|
+
...(0, auth_1.authorizeJiraWithFetch)(async (path, opts) => {
|
|
23
|
+
const res = await (0, __1.asUser)().requestJira((0, __1.assumeTrustedRoute)(path), opts);
|
|
24
|
+
return res.json();
|
|
25
|
+
}, accountId)
|
|
26
|
+
};
|
|
24
27
|
};
|
|
25
28
|
exports.authorize = authorize;
|
package/out/index.d.ts
CHANGED
|
@@ -92,5 +92,5 @@ export { asUser, asApp, authorize, fetch, requestJira, requestConfluence, reques
|
|
|
92
92
|
export { QueryBuilder, QueryApi, EntityStorageApi, Condition, ListResult, Predicate, Result, Value, WherePredicate, FilterPredicate, startsWith, WhereConditions, FilterConditions, SortOrder } from '@forge/storage';
|
|
93
93
|
export { route, assumeTrustedRoute, routeFromAbsolute, Route } from './safeUrl';
|
|
94
94
|
export { ForgeRuntime, AppContext, getAppContext, __getRuntime } from './api/runtime';
|
|
95
|
-
export { NeedsAuthenticationError, NeedsAuthenticationErrorOptions, ProxyRequestError, FetchError, ExternalEndpointNotAllowedError, ProductEndpointNotAllowedError, RequestProductNotAllowedError, NotAllowedError, InvalidWorkspaceRequestedError, HttpError, FUNCTION_ERR, isForgePlatformError, isHostedCodeError } from './api/errors';
|
|
95
|
+
export { NeedsAuthenticationError, NeedsAuthenticationErrorOptions, ProxyRequestError, FetchError, ExternalEndpointNotAllowedError, ProductEndpointNotAllowedError, RequestProductNotAllowedError, NotAllowedError, InvalidWorkspaceRequestedError, HttpError, FUNCTION_ERR, isForgePlatformError, isHostedCodeError, isExpectedError } from './api/errors';
|
|
96
96
|
//# sourceMappingURL=index.d.ts.map
|
package/out/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}
|
package/out/index.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.isHostedCodeError = exports.isForgePlatformError = exports.FUNCTION_ERR = exports.HttpError = exports.InvalidWorkspaceRequestedError = exports.NotAllowedError = exports.RequestProductNotAllowedError = exports.ProductEndpointNotAllowedError = exports.ExternalEndpointNotAllowedError = exports.FetchError = exports.ProxyRequestError = exports.NeedsAuthenticationError = exports.__getRuntime = exports.getAppContext = exports.routeFromAbsolute = exports.assumeTrustedRoute = exports.route = exports.SortOrder = exports.FilterConditions = exports.WhereConditions = exports.startsWith = exports.createRequestStargateAsApp = exports.webTrigger = exports.properties = exports.storage = exports.store = exports.requestBitbucket = exports.requestConfluence = exports.requestJira = exports.fetch = exports.authorize = exports.asApp = exports.asUser = exports.privacy = void 0;
|
|
3
|
+
exports.isExpectedError = exports.isHostedCodeError = exports.isForgePlatformError = exports.FUNCTION_ERR = exports.HttpError = exports.InvalidWorkspaceRequestedError = exports.NotAllowedError = exports.RequestProductNotAllowedError = exports.ProductEndpointNotAllowedError = exports.ExternalEndpointNotAllowedError = exports.FetchError = exports.ProxyRequestError = exports.NeedsAuthenticationError = exports.__getRuntime = exports.getAppContext = exports.routeFromAbsolute = exports.assumeTrustedRoute = exports.route = exports.SortOrder = exports.FilterConditions = exports.WhereConditions = exports.startsWith = exports.createRequestStargateAsApp = exports.webTrigger = exports.properties = exports.storage = exports.store = exports.requestBitbucket = exports.requestConfluence = exports.requestJira = exports.fetch = exports.authorize = exports.asApp = exports.asUser = exports.privacy = void 0;
|
|
4
4
|
const storage_1 = require("@forge/storage");
|
|
5
5
|
const authorization_1 = require("./authorization");
|
|
6
6
|
Object.defineProperty(exports, "authorize", { enumerable: true, get: function () { return authorization_1.authorize; } });
|
|
@@ -44,7 +44,10 @@ const storage = (0, storage_1.getStorageInstanceWithQuery)(new storage_1.GlobalS
|
|
|
44
44
|
exports.storage = storage;
|
|
45
45
|
const properties = properties_1.propertiesApi;
|
|
46
46
|
exports.properties = properties;
|
|
47
|
-
const API =
|
|
47
|
+
const API = {
|
|
48
|
+
...fetchAPI,
|
|
49
|
+
store: { ...store }
|
|
50
|
+
};
|
|
48
51
|
exports.privacy = {
|
|
49
52
|
reportPersonalData: (0, privacy_1.createReportPersonalData)((0, fetch_and_storage_1.createRequestStargateAsApp)())
|
|
50
53
|
};
|
|
@@ -74,3 +77,4 @@ Object.defineProperty(exports, "HttpError", { enumerable: true, get: function ()
|
|
|
74
77
|
Object.defineProperty(exports, "FUNCTION_ERR", { enumerable: true, get: function () { return errors_1.FUNCTION_ERR; } });
|
|
75
78
|
Object.defineProperty(exports, "isForgePlatformError", { enumerable: true, get: function () { return errors_1.isForgePlatformError; } });
|
|
76
79
|
Object.defineProperty(exports, "isHostedCodeError", { enumerable: true, get: function () { return errors_1.isHostedCodeError; } });
|
|
80
|
+
Object.defineProperty(exports, "isExpectedError", { enumerable: true, get: function () { return errors_1.isExpectedError; } });
|
|
@@ -3,6 +3,8 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.ProductScopedStorage = void 0;
|
|
4
4
|
const storage_1 = require("@forge/storage");
|
|
5
5
|
class ProductScopedStorage {
|
|
6
|
+
storageApiPath;
|
|
7
|
+
apiClient;
|
|
6
8
|
constructor(storageApiPath, apiClient) {
|
|
7
9
|
this.storageApiPath = storageApiPath;
|
|
8
10
|
this.apiClient = apiClient;
|
|
@@ -3,11 +3,10 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
exports.getFetchAPI = exports.getContextAri = exports.createRequestStargateAsApp = void 0;
|
|
4
4
|
const fetch_1 = require("../api/fetch");
|
|
5
5
|
const runtime_1 = require("../api/runtime");
|
|
6
|
-
const createRequestStargateAsApp = () =>
|
|
6
|
+
const createRequestStargateAsApp = () => global.api?.asApp().__requestAtlassian ?? (0, fetch_1.fetchProduct)({ provider: 'app', remote: 'stargate' });
|
|
7
7
|
exports.createRequestStargateAsApp = createRequestStargateAsApp;
|
|
8
8
|
const getContextAri = () => {
|
|
9
|
-
|
|
10
|
-
const sandboxGetAppAri = (_a = global.api) === null || _a === void 0 ? void 0 : _a.__getAppAri;
|
|
9
|
+
const sandboxGetAppAri = global.api?.__getAppAri;
|
|
11
10
|
if (sandboxGetAppAri) {
|
|
12
11
|
return sandboxGetAppAri();
|
|
13
12
|
}
|
package/out/safeUrl.js
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
exports.assumeTrustedRoute = exports.requireSafeUrl = exports.route = exports.routeFromAbsolute = exports.isRoute = void 0;
|
|
4
4
|
class ReadonlyRoute {
|
|
5
|
+
value_;
|
|
5
6
|
constructor(value_) {
|
|
6
7
|
this.value_ = value_;
|
|
7
8
|
}
|
package/out/webTrigger.js
CHANGED
|
@@ -4,7 +4,6 @@ exports.webTrigger = void 0;
|
|
|
4
4
|
const runtime_1 = require("./api/runtime");
|
|
5
5
|
const fetch_and_storage_1 = require("./runtime/fetch-and-storage");
|
|
6
6
|
const proxyGetWebTriggerURL = (0, runtime_1.wrapInMetrics)('api.getWebTriggerUrl', async (webTriggerModuleKey, forceCreate) => {
|
|
7
|
-
var _a, _b;
|
|
8
7
|
const runtime = (0, runtime_1.__getRuntime)();
|
|
9
8
|
const response = await (0, fetch_and_storage_1.createRequestStargateAsApp)()('/graphql', {
|
|
10
9
|
method: 'POST',
|
|
@@ -32,14 +31,13 @@ const proxyGetWebTriggerURL = (0, runtime_1.wrapInMetrics)('api.getWebTriggerUrl
|
|
|
32
31
|
throw new Error(`Internal error occurred: Failed to get web trigger URL: ${response.statusText}.`);
|
|
33
32
|
}
|
|
34
33
|
const responseBody = await response.json();
|
|
35
|
-
if (!
|
|
34
|
+
if (!responseBody?.data?.createWebTriggerUrl?.url) {
|
|
36
35
|
throw new Error(`Internal error occurred: Failed to get web trigger URL.`);
|
|
37
36
|
}
|
|
38
37
|
return responseBody.data.createWebTriggerUrl.url;
|
|
39
38
|
});
|
|
40
39
|
const proxyDeleteWebTriggerURL = (0, runtime_1.wrapInMetrics)('api.deleteWebTriggerUrl', async (webTriggerUrl) => {
|
|
41
40
|
const callDelete = async (webTriggerUrlId) => {
|
|
42
|
-
var _a, _b, _c, _d;
|
|
43
41
|
const response = await (0, fetch_and_storage_1.createRequestStargateAsApp)()('/graphql', {
|
|
44
42
|
method: 'POST',
|
|
45
43
|
headers: { 'Content-Type': 'application/json' },
|
|
@@ -61,8 +59,8 @@ const proxyDeleteWebTriggerURL = (0, runtime_1.wrapInMetrics)('api.deleteWebTrig
|
|
|
61
59
|
throw new Error(`Internal error occurred: Failed to delete web trigger URL: ${response.statusText}.`);
|
|
62
60
|
}
|
|
63
61
|
const responseBody = await response.json();
|
|
64
|
-
if (!
|
|
65
|
-
const errorText =
|
|
62
|
+
if (!responseBody?.data?.deleteWebTriggerUrl?.success) {
|
|
63
|
+
const errorText = responseBody?.data?.deleteWebTriggerUrl?.message || 'unknown error';
|
|
66
64
|
throw new Error(`Internal error occurred: Failed to delete web trigger URL: ${errorText}`);
|
|
67
65
|
}
|
|
68
66
|
};
|
|
@@ -72,7 +70,6 @@ const proxyDeleteWebTriggerURL = (0, runtime_1.wrapInMetrics)('api.deleteWebTrig
|
|
|
72
70
|
}
|
|
73
71
|
});
|
|
74
72
|
const proxyGetWebTriggerUrlIds = (0, runtime_1.wrapInMetrics)('api.getWebTriggerUrlIds', async (webTriggerUrl) => {
|
|
75
|
-
var _a;
|
|
76
73
|
const runtime = (0, runtime_1.__getRuntime)();
|
|
77
74
|
const response = await (0, fetch_and_storage_1.createRequestStargateAsApp)()('/graphql', {
|
|
78
75
|
method: 'POST',
|
|
@@ -97,7 +94,7 @@ const proxyGetWebTriggerUrlIds = (0, runtime_1.wrapInMetrics)('api.getWebTrigger
|
|
|
97
94
|
throw new Error(`Internal error occurred: Failed to get web trigger URLs: ${response.statusText}.`);
|
|
98
95
|
}
|
|
99
96
|
const responseBody = await response.json();
|
|
100
|
-
if (!
|
|
97
|
+
if (!responseBody?.data?.webTriggerUrlsByAppContext || responseBody.data.webTriggerUrlsByAppContext.length == 0) {
|
|
101
98
|
throw new Error('Internal error occurred: No web trigger URLs found');
|
|
102
99
|
}
|
|
103
100
|
const result = responseBody.data.webTriggerUrlsByAppContext
|
|
@@ -109,7 +106,7 @@ const proxyGetWebTriggerUrlIds = (0, runtime_1.wrapInMetrics)('api.getWebTrigger
|
|
|
109
106
|
return result;
|
|
110
107
|
});
|
|
111
108
|
exports.webTrigger = {
|
|
112
|
-
getUrl: async (webTriggerModuleKey, forceCreate = false) =>
|
|
113
|
-
deleteUrl: async (webTriggerUrl) =>
|
|
114
|
-
getUrlIds: async (webTriggerUrl) =>
|
|
109
|
+
getUrl: async (webTriggerModuleKey, forceCreate = false) => (global.api?.webTrigger?.getUrl ?? proxyGetWebTriggerURL)(webTriggerModuleKey, forceCreate),
|
|
110
|
+
deleteUrl: async (webTriggerUrl) => (global.api?.webTrigger?.deleteUrl ?? proxyDeleteWebTriggerURL)(webTriggerUrl),
|
|
111
|
+
getUrlIds: async (webTriggerUrl) => (global.api?.webTrigger?.getUrlIds ?? proxyGetWebTriggerUrlIds)(webTriggerUrl)
|
|
115
112
|
};
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@forge/api",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.5.0-next.1",
|
|
4
4
|
"description": "Forge API methods",
|
|
5
5
|
"author": "Atlassian",
|
|
6
6
|
"license": "UNLICENSED",
|
|
@@ -12,7 +12,7 @@
|
|
|
12
12
|
"compile": "tsc -b -v"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@forge/runtime": "5.6.
|
|
15
|
+
"@forge/runtime": "5.6.1-next.1",
|
|
16
16
|
"@types/node": "14.18.63",
|
|
17
17
|
"expect-type": "^0.17.3",
|
|
18
18
|
"jest-matcher-specific-error": "^1.0.0",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"@forge/auth": "0.0.5",
|
|
23
23
|
"@forge/egress": "1.2.13",
|
|
24
24
|
"@forge/storage": "1.5.15",
|
|
25
|
-
"@forge/util": "1.4.
|
|
25
|
+
"@forge/util": "1.4.3-next.0",
|
|
26
26
|
"@types/node-fetch": "^2.6.11",
|
|
27
27
|
"node-fetch": "2.7.0"
|
|
28
28
|
}
|