@valiantys/atlassian-app 3.2.0-alpha-1 → 3.2.0-alpha-3
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/{backend-feature-atlassian-app → backend-app}/atlassian-app.api.md +4 -4
- package/{backend-feature-atlassian-app-express → backend-app-express}/atlassian-app.api.md +4 -4
- package/{backend-data-access-async-queue → backend-async-queue}/atlassian-app.api.md +1 -1
- package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/atlassian-app.api.md +2 -2
- package/{util-trigger → backend-trigger}/atlassian-app.api.md +3 -3
- package/data-access-jql/index.d.ts +1 -1
- package/package.json +35 -35
- package/valiantys-atlassian-app-3.2.0-alpha-3.tgz +0 -0
- package/valiantys-atlassian-app-3.2.0-alpha-1.tgz +0 -0
- /package/{backend-feature-atlassian-app/atlassian-app-backend-feature-atlassian-app.api.json → backend-app/atlassian-app-backend-app.api.json} +0 -0
- /package/{backend-feature-atlassian-app → backend-app}/index.cjs.js +0 -0
- /package/{backend-feature-atlassian-app → backend-app}/index.d.ts +0 -0
- /package/{backend-feature-atlassian-app → backend-app}/index.es.js +0 -0
- /package/{backend-data-access-forge-sql → backend-app}/tsdoc-metadata.json +0 -0
- /package/{backend-feature-atlassian-app-express/atlassian-app-backend-feature-atlassian-app-express.api.json → backend-app-express/atlassian-app-backend-app-express.api.json} +0 -0
- /package/{backend-feature-atlassian-app-express → backend-app-express}/index.cjs.js +0 -0
- /package/{backend-feature-atlassian-app-express → backend-app-express}/index.d.ts +0 -0
- /package/{backend-feature-atlassian-app-express → backend-app-express}/index.es.js +0 -0
- /package/{backend-data-access-async-queue → backend-app-express}/tsdoc-metadata.json +0 -0
- /package/{backend-data-access-async-queue/atlassian-app-backend-data-access-async-queue.api.json → backend-async-queue/atlassian-app-backend-async-queue.api.json} +0 -0
- /package/{backend-data-access-async-queue → backend-async-queue}/index.cjs.js +0 -0
- /package/{backend-data-access-async-queue → backend-async-queue}/index.d.ts +0 -0
- /package/{backend-data-access-async-queue → backend-async-queue}/index.es.js +0 -0
- /package/{backend-data-access-forge-storage → backend-async-queue}/tsdoc-metadata.json +0 -0
- /package/{backend-data-access-forge-sql/atlassian-app-backend-data-access-forge-sql.api.json → backend-forge-sql/atlassian-app-backend-forge-sql.api.json} +0 -0
- /package/{backend-data-access-forge-sql → backend-forge-sql}/atlassian-app.api.md +0 -0
- /package/{backend-data-access-forge-sql → backend-forge-sql}/index.cjs.js +0 -0
- /package/{backend-data-access-forge-sql → backend-forge-sql}/index.d.ts +0 -0
- /package/{backend-data-access-forge-sql → backend-forge-sql}/index.es.js +0 -0
- /package/{backend-data-access-product-fetch-forge-api → backend-forge-sql}/tsdoc-metadata.json +0 -0
- /package/{backend-data-access-forge-storage/atlassian-app-backend-data-access-forge-storage.api.json → backend-forge-storage/atlassian-app-backend-forge-storage.api.json} +0 -0
- /package/{backend-data-access-forge-storage → backend-forge-storage}/atlassian-app.api.md +0 -0
- /package/{backend-data-access-forge-storage → backend-forge-storage}/index.cjs.js +0 -0
- /package/{backend-data-access-forge-storage → backend-forge-storage}/index.d.ts +0 -0
- /package/{backend-data-access-forge-storage → backend-forge-storage}/index.es.js +0 -0
- /package/{backend-feature-atlassian-app-express → backend-forge-storage}/tsdoc-metadata.json +0 -0
- /package/{backend-data-access-product-fetch-forge-api/atlassian-app-backend-data-access-product-fetch-forge-api.api.json → backend-product-fetch-forge-api/atlassian-app-backend-product-fetch-forge-api.api.json} +0 -0
- /package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/index.cjs.js +0 -0
- /package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/index.d.ts +0 -0
- /package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/index.es.js +0 -0
- /package/{backend-feature-atlassian-app → backend-product-fetch-forge-api}/tsdoc-metadata.json +0 -0
- /package/{util-trigger/atlassian-app-util-trigger.api.json → backend-trigger/atlassian-app-backend-trigger.api.json} +0 -0
- /package/{util-trigger → backend-trigger}/index.cjs.js +0 -0
- /package/{util-trigger → backend-trigger}/index.d.ts +0 -0
- /package/{util-trigger → backend-trigger}/index.es.js +0 -0
- /package/{util-trigger → backend-trigger}/tsdoc-metadata.json +0 -0
|
@@ -18,7 +18,7 @@ export function registerFunctions(resolver: default_2, functions: ResolverFuncti
|
|
|
18
18
|
|
|
19
19
|
// @public (undocumented)
|
|
20
20
|
export interface ResolverFunctionDefinition {
|
|
21
|
-
// Warning: (ae-forgotten-export) The symbol "ForgeResolverFunction" needs to be exported by the entry point backend-
|
|
21
|
+
// Warning: (ae-forgotten-export) The symbol "ForgeResolverFunction" needs to be exported by the entry point backend-app.d.ts
|
|
22
22
|
//
|
|
23
23
|
// (undocumented)
|
|
24
24
|
function: ForgeResolverFunction<any, any>;
|
|
@@ -26,9 +26,9 @@ export interface ResolverFunctionDefinition {
|
|
|
26
26
|
updatesForgeStorage?: boolean;
|
|
27
27
|
}
|
|
28
28
|
|
|
29
|
-
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-
|
|
30
|
-
// Warning: (ae-forgotten-export) The symbol "AtlassianProductFetchService" needs to be exported by the entry point backend-
|
|
31
|
-
// Warning: (ae-forgotten-export) The symbol "ForgeStorageServiceStandalone" needs to be exported by the entry point backend-
|
|
29
|
+
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-app.d.ts
|
|
30
|
+
// Warning: (ae-forgotten-export) The symbol "AtlassianProductFetchService" needs to be exported by the entry point backend-app.d.ts
|
|
31
|
+
// Warning: (ae-forgotten-export) The symbol "ForgeStorageServiceStandalone" needs to be exported by the entry point backend-app.d.ts
|
|
32
32
|
//
|
|
33
33
|
// @public (undocumented)
|
|
34
34
|
export type ResolverFunctionFactory<P extends Product> = (productFetchService: AtlassianProductFetchService<P>, forgeStorageService: ForgeStorageServiceStandalone) => ResolverFunctionMap;
|
|
@@ -14,10 +14,10 @@ import { StorageAdapter } from '@forge/storage/out/storage-adapter';
|
|
|
14
14
|
import { WhereConditions } from '@forge/storage/out';
|
|
15
15
|
import { WherePredicate } from '@forge/storage/out/storage-adapter';
|
|
16
16
|
|
|
17
|
-
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-
|
|
18
|
-
// Warning: (ae-forgotten-export) The symbol "ResolverFunctionFactory" needs to be exported by the entry point backend-
|
|
19
|
-
// Warning: (ae-forgotten-export) The symbol "ExpressConfig" needs to be exported by the entry point backend-
|
|
20
|
-
// Warning: (ae-forgotten-export) The symbol "ForgeStorageConfig" needs to be exported by the entry point backend-
|
|
17
|
+
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-app-express.d.ts
|
|
18
|
+
// Warning: (ae-forgotten-export) The symbol "ResolverFunctionFactory" needs to be exported by the entry point backend-app-express.d.ts
|
|
19
|
+
// Warning: (ae-forgotten-export) The symbol "ExpressConfig" needs to be exported by the entry point backend-app-express.d.ts
|
|
20
|
+
// Warning: (ae-forgotten-export) The symbol "ForgeStorageConfig" needs to be exported by the entry point backend-app-express.d.ts
|
|
21
21
|
//
|
|
22
22
|
// @public (undocumented)
|
|
23
23
|
export function bootstrapExpress<P extends Product>(functionFactory: ResolverFunctionFactory<P>, product: P, oAuthConfig: {
|
|
@@ -13,7 +13,7 @@ export interface AsyncQueueService<T> {
|
|
|
13
13
|
// (undocumented)
|
|
14
14
|
enqueueEvent(jobData: T, description: string, isMultiStep: boolean): Promise<PushResult>;
|
|
15
15
|
enqueueNextStep(jobData: T, mainJobId: string): Promise<PushResult>;
|
|
16
|
-
// Warning: (ae-forgotten-export) The symbol "JobLogEntry" needs to be exported by the entry point backend-
|
|
16
|
+
// Warning: (ae-forgotten-export) The symbol "JobLogEntry" needs to be exported by the entry point backend-async-queue.d.ts
|
|
17
17
|
//
|
|
18
18
|
// (undocumented)
|
|
19
19
|
getJobLog(): Promise<JobLogEntry[]>;
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
|
|
5
5
|
```ts
|
|
6
6
|
|
|
7
|
-
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-
|
|
8
|
-
// Warning: (ae-forgotten-export) The symbol "AtlassianProductFetchService" needs to be exported by the entry point backend-
|
|
7
|
+
// Warning: (ae-forgotten-export) The symbol "Product" needs to be exported by the entry point backend-product-fetch-forge-api.d.ts
|
|
8
|
+
// Warning: (ae-forgotten-export) The symbol "AtlassianProductFetchService" needs to be exported by the entry point backend-product-fetch-forge-api.d.ts
|
|
9
9
|
//
|
|
10
10
|
// @public (undocumented)
|
|
11
11
|
export function createServerSideForgeProductFetchService<T extends Product>(identity: 'user' | 'app', product: T): AtlassianProductFetchService<T>;
|
|
@@ -50,7 +50,7 @@ export type JiraIssueEvent = {
|
|
|
50
50
|
|
|
51
51
|
// @public (undocumented)
|
|
52
52
|
export interface JiraIssueEventPayload {
|
|
53
|
-
// Warning: (ae-forgotten-export) The symbol "User" needs to be exported by the entry point
|
|
53
|
+
// Warning: (ae-forgotten-export) The symbol "User" needs to be exported by the entry point backend-trigger.d.ts
|
|
54
54
|
//
|
|
55
55
|
// (undocumented)
|
|
56
56
|
associatedUsers?: User[];
|
|
@@ -58,7 +58,7 @@ export interface JiraIssueEventPayload {
|
|
|
58
58
|
atlassianId?: string;
|
|
59
59
|
// (undocumented)
|
|
60
60
|
eventType: 'avi:jira:created:issue' | 'avi:jira:updated:issue' | 'avi:jira:deleted:issue';
|
|
61
|
-
// Warning: (ae-forgotten-export) The symbol "Issue" needs to be exported by the entry point
|
|
61
|
+
// Warning: (ae-forgotten-export) The symbol "Issue" needs to be exported by the entry point backend-trigger.d.ts
|
|
62
62
|
//
|
|
63
63
|
// (undocumented)
|
|
64
64
|
issue: Issue;
|
|
@@ -66,7 +66,7 @@ export interface JiraIssueEventPayload {
|
|
|
66
66
|
|
|
67
67
|
// @public (undocumented)
|
|
68
68
|
export interface JiraUpdatedIssuePayload extends JiraIssueEventPayload {
|
|
69
|
-
// Warning: (ae-forgotten-export) The symbol "IssueStatus" needs to be exported by the entry point
|
|
69
|
+
// Warning: (ae-forgotten-export) The symbol "IssueStatus" needs to be exported by the entry point backend-trigger.d.ts
|
|
70
70
|
//
|
|
71
71
|
// (undocumented)
|
|
72
72
|
associatedStatuses?: IssueStatus[];
|
|
@@ -24,7 +24,7 @@ declare type FetchRoute = {
|
|
|
24
24
|
declare type FetchSignature = <T>(request: FetchRequest, body?: any) => Promise<T>;
|
|
25
25
|
|
|
26
26
|
export declare class JqlPrecomputationService {
|
|
27
|
-
private fetchSvc;
|
|
27
|
+
private readonly fetchSvc;
|
|
28
28
|
static readonly url = "/rest/api/3/jql/function/computation";
|
|
29
29
|
/**
|
|
30
30
|
* @param fetchSvc Must be using asApp. asUser is NOT allowed on this API
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@valiantys/atlassian-app",
|
|
3
|
-
"version": "3.2.0-alpha-
|
|
3
|
+
"version": "3.2.0-alpha-3",
|
|
4
4
|
"description": "This library provides Atlassian Forge components, wrappers, and utilities to support writing Forge apps that can run deployed or in standalone mode",
|
|
5
5
|
"exports": {
|
|
6
6
|
"./frontend-app": {
|
|
@@ -188,40 +188,40 @@
|
|
|
188
188
|
"require": "./util-jira-v3-api/index.cjs.js",
|
|
189
189
|
"types": "./util-jira-v3-api/index.d.ts"
|
|
190
190
|
},
|
|
191
|
-
"./backend-
|
|
192
|
-
"import": "./backend-
|
|
193
|
-
"require": "./backend-
|
|
194
|
-
"types": "./backend-
|
|
195
|
-
},
|
|
196
|
-
"./backend-
|
|
197
|
-
"import": "./backend-
|
|
198
|
-
"require": "./backend-
|
|
199
|
-
"types": "./backend-
|
|
200
|
-
},
|
|
201
|
-
"./backend-
|
|
202
|
-
"import": "./backend-
|
|
203
|
-
"require": "./backend-
|
|
204
|
-
"types": "./backend-
|
|
205
|
-
},
|
|
206
|
-
"./backend-
|
|
207
|
-
"import": "./backend-
|
|
208
|
-
"require": "./backend-
|
|
209
|
-
"types": "./backend-
|
|
210
|
-
},
|
|
211
|
-
"./
|
|
212
|
-
"import": "./
|
|
213
|
-
"require": "./
|
|
214
|
-
"types": "./
|
|
215
|
-
},
|
|
216
|
-
"./backend-
|
|
217
|
-
"import": "./backend-
|
|
218
|
-
"require": "./backend-
|
|
219
|
-
"types": "./backend-
|
|
220
|
-
},
|
|
221
|
-
"./backend-
|
|
222
|
-
"import": "./backend-
|
|
223
|
-
"require": "./backend-
|
|
224
|
-
"types": "./backend-
|
|
191
|
+
"./backend-async-queue": {
|
|
192
|
+
"import": "./backend-async-queue/index.es.js",
|
|
193
|
+
"require": "./backend-async-queue/index.cjs.js",
|
|
194
|
+
"types": "./backend-async-queue/index.d.ts"
|
|
195
|
+
},
|
|
196
|
+
"./backend-forge-sql": {
|
|
197
|
+
"import": "./backend-forge-sql/index.es.js",
|
|
198
|
+
"require": "./backend-forge-sql/index.cjs.js",
|
|
199
|
+
"types": "./backend-forge-sql/index.d.ts"
|
|
200
|
+
},
|
|
201
|
+
"./backend-forge-storage": {
|
|
202
|
+
"import": "./backend-forge-storage/index.es.js",
|
|
203
|
+
"require": "./backend-forge-storage/index.cjs.js",
|
|
204
|
+
"types": "./backend-forge-storage/index.d.ts"
|
|
205
|
+
},
|
|
206
|
+
"./backend-product-fetch-forge-api": {
|
|
207
|
+
"import": "./backend-product-fetch-forge-api/index.es.js",
|
|
208
|
+
"require": "./backend-product-fetch-forge-api/index.cjs.js",
|
|
209
|
+
"types": "./backend-product-fetch-forge-api/index.d.ts"
|
|
210
|
+
},
|
|
211
|
+
"./backend-trigger": {
|
|
212
|
+
"import": "./backend-trigger/index.es.js",
|
|
213
|
+
"require": "./backend-trigger/index.cjs.js",
|
|
214
|
+
"types": "./backend-trigger/index.d.ts"
|
|
215
|
+
},
|
|
216
|
+
"./backend-app": {
|
|
217
|
+
"import": "./backend-app/index.es.js",
|
|
218
|
+
"require": "./backend-app/index.cjs.js",
|
|
219
|
+
"types": "./backend-app/index.d.ts"
|
|
220
|
+
},
|
|
221
|
+
"./backend-app-express": {
|
|
222
|
+
"import": "./backend-app-express/index.es.js",
|
|
223
|
+
"require": "./backend-app-express/index.cjs.js",
|
|
224
|
+
"types": "./backend-app-express/index.d.ts"
|
|
225
225
|
}
|
|
226
226
|
},
|
|
227
227
|
"peerDependencies": {
|
|
Binary file
|
|
Binary file
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{backend-data-access-product-fetch-forge-api → backend-forge-sql}/tsdoc-metadata.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{backend-feature-atlassian-app-express → backend-forge-storage}/tsdoc-metadata.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
/package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/index.d.ts
RENAMED
|
File without changes
|
/package/{backend-data-access-product-fetch-forge-api → backend-product-fetch-forge-api}/index.es.js
RENAMED
|
File without changes
|
/package/{backend-feature-atlassian-app → backend-product-fetch-forge-api}/tsdoc-metadata.json
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|