@forge/cli-shared 6.8.0-next.4 → 6.8.0-next.4-experimental-b67a1d0
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 +16 -0
- package/out/apps/register-app.d.ts.map +1 -1
- package/out/apps/register-app.js +7 -1
- package/out/graphql/graphql-types.d.ts +58 -0
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +24 -18
- package/out/service/statsig-service.d.ts +1 -1
- package/out/service/statsig-service.js +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.8.0-next.4-experimental-b67a1d0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- b6773cc: Switch the `forge create` flow to select product context first
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- b6773cc: forge install should list all scopes
|
|
12
|
+
- b6773cc: Update error messages for deployment
|
|
13
|
+
- 20de0f7: use the new manifest format in `forge create`
|
|
14
|
+
- Updated dependencies [b6773cc]
|
|
15
|
+
- Updated dependencies [20de0f7]
|
|
16
|
+
- Updated dependencies [b6773cc]
|
|
17
|
+
- @forge/manifest@8.9.0-next.1-experimental-b67a1d0
|
|
18
|
+
|
|
3
19
|
## 6.8.0-next.4
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"register-app.d.ts","sourceRoot":"","sources":["../../src/apps/register-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,mBAAmB,EAAqB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAExH,OAAO,EAAE,MAAM,
|
|
1
|
+
{"version":3,"file":"register-app.d.ts","sourceRoot":"","sources":["../../src/apps/register-app.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAE,mBAAmB,EAAE,mBAAmB,EAAqB,kBAAkB,EAAE,MAAM,WAAW,CAAC;AAExH,OAAO,EAAE,MAAM,EAAQ,MAAM,OAAO,CAAC;AACrC,OAAO,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAE1C,MAAM,WAAW,oBAAoB;IACnC,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,eAAe;IAC9B,EAAE,EAAE,MAAM,CAAC;IACX,YAAY,EAAE;QACZ,GAAG,EAAE,MAAM,CAAC;KACb,EAAE,CAAC;CACL;AAED,MAAM,WAAW,eAAe;IAC9B,SAAS,CAAC,KAAK,EAAE,oBAAoB,GAAG,OAAO,CAAC,eAAe,CAAC,CAAC;CAClE;AAED,oBAAY,iBAAiB,GAAG;IAC9B,YAAY,EAAE,MAAM,EAAE,CAAC;IACvB,SAAS,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,OAAO,EAAE,MAAM,CAAC;KACjB,CAAC;CACH,CAAC;AAEF,qBAAa,kBAAkB;IAE3B,OAAO,CAAC,QAAQ,CAAC,SAAS;IAC1B,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,eAAe;IAChC,OAAO,CAAC,QAAQ,CAAC,MAAM;IACvB,OAAO,CAAC,QAAQ,CAAC,UAAU;gBAJV,SAAS,EAAE,eAAe,EAC1B,eAAe,EAAE,mBAAmB,CAAC,kBAAkB,CAAC,EACxD,eAAe,EAAE,mBAAmB,CAAC,UAAU,CAAC,EAChD,MAAM,EAAE,MAAM,EACd,UAAU,EAAE,UAAU;IAG5B,OAAO,CAAC,KAAK,EAAE,oBAAoB,EAAE,EAAE,oBAA4B,EAAE;;KAAK,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAQvG,WAAW,CACtB,KAAK,EAAE,oBAAoB,EAC3B,SAAS,EAAE,MAAM,EACjB,EAAE,oBAAoB,EAAE,eAAe,EAAE,EAAE;QAAE,oBAAoB,EAAE,OAAO,CAAC;QAAC,eAAe,CAAC,EAAE,MAAM,CAAA;KAAE,GACrG,OAAO,CAAC,eAAe,CAAC;CAwC5B"}
|
package/out/apps/register-app.js
CHANGED
|
@@ -38,7 +38,13 @@ class RegisterAppCommand {
|
|
|
38
38
|
const section = await this.appConfigReader.readConfigSection();
|
|
39
39
|
let newAppDetails = {
|
|
40
40
|
id: result.id,
|
|
41
|
-
...(requiredProduct && {
|
|
41
|
+
...(requiredProduct && {
|
|
42
|
+
contexts: {
|
|
43
|
+
[requiredProduct]: {
|
|
44
|
+
required: true
|
|
45
|
+
}
|
|
46
|
+
}
|
|
47
|
+
})
|
|
42
48
|
};
|
|
43
49
|
if (section !== 'invalid' && section !== 'missing') {
|
|
44
50
|
newAppDetails = {
|
|
@@ -21720,6 +21720,8 @@ export declare type DevAiRovoAgent = {
|
|
|
21720
21720
|
icon?: Maybe<Scalars['String']['output']>;
|
|
21721
21721
|
id: Scalars['ID']['output'];
|
|
21722
21722
|
name?: Maybe<Scalars['String']['output']>;
|
|
21723
|
+
rankCategory?: Maybe<DevAiRovoAgentRankCategory>;
|
|
21724
|
+
similarityScore?: Maybe<Scalars['Float']['output']>;
|
|
21723
21725
|
systemPromptTemplate?: Maybe<Scalars['String']['output']>;
|
|
21724
21726
|
userDefinedConversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
21725
21727
|
};
|
|
@@ -21740,6 +21742,11 @@ export declare type DevAiRovoAgentEdge = {
|
|
|
21740
21742
|
cursor: Scalars['String']['output'];
|
|
21741
21743
|
node?: Maybe<DevAiRovoAgent>;
|
|
21742
21744
|
};
|
|
21745
|
+
export declare enum DevAiRovoAgentRankCategory {
|
|
21746
|
+
AdequateMatch = "ADEQUATE_MATCH",
|
|
21747
|
+
GoodMatch = "GOOD_MATCH",
|
|
21748
|
+
PoorMatch = "POOR_MATCH"
|
|
21749
|
+
}
|
|
21743
21750
|
export declare enum DevAiRovoAgentTemplateFilter {
|
|
21744
21751
|
Exclude = "EXCLUDE",
|
|
21745
21752
|
Include = "INCLUDE",
|
|
@@ -30485,6 +30492,8 @@ export declare type GraphStore = {
|
|
|
30485
30492
|
issueHasAssigneeInverse?: Maybe<GraphStoreSimplifiedIssueHasAssigneeInverseConnection>;
|
|
30486
30493
|
issueHasAutodevJob?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobConnection>;
|
|
30487
30494
|
issueHasAutodevJobInverse?: Maybe<GraphStoreSimplifiedIssueHasAutodevJobInverseConnection>;
|
|
30495
|
+
issueHasChangedPriority?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityConnection>;
|
|
30496
|
+
issueHasChangedPriorityInverse?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection>;
|
|
30488
30497
|
issueMentionedInConversation?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationConnection>;
|
|
30489
30498
|
issueMentionedInConversationInverse?: Maybe<GraphStoreSimplifiedIssueMentionedInConversationInverseConnection>;
|
|
30490
30499
|
issueMentionedInMessage?: Maybe<GraphStoreSimplifiedIssueMentionedInMessageConnection>;
|
|
@@ -32184,6 +32193,20 @@ export declare type GraphStoreIssueHasAutodevJobInverseArgs = {
|
|
|
32184
32193
|
id: Scalars['ID']['input'];
|
|
32185
32194
|
sort?: InputMaybe<GraphStoreIssueHasAutodevJobSortInput>;
|
|
32186
32195
|
};
|
|
32196
|
+
export declare type GraphStoreIssueHasChangedPriorityArgs = {
|
|
32197
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32198
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32199
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32200
|
+
id: Scalars['ID']['input'];
|
|
32201
|
+
sort?: InputMaybe<GraphStoreIssueHasChangedPrioritySortInput>;
|
|
32202
|
+
};
|
|
32203
|
+
export declare type GraphStoreIssueHasChangedPriorityInverseArgs = {
|
|
32204
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
32205
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
32206
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
32207
|
+
id: Scalars['ID']['input'];
|
|
32208
|
+
sort?: InputMaybe<GraphStoreIssueHasChangedPrioritySortInput>;
|
|
32209
|
+
};
|
|
32187
32210
|
export declare type GraphStoreIssueMentionedInConversationArgs = {
|
|
32188
32211
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32189
32212
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -40791,6 +40814,9 @@ export declare type GraphStoreIssueHasAutodevJobSortInput = {
|
|
|
40791
40814
|
to_status?: InputMaybe<GraphStoreSortInput>;
|
|
40792
40815
|
to_updatedAt?: InputMaybe<GraphStoreSortInput>;
|
|
40793
40816
|
};
|
|
40817
|
+
export declare type GraphStoreIssueHasChangedPrioritySortInput = {
|
|
40818
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40819
|
+
};
|
|
40794
40820
|
export declare type GraphStoreIssueMentionedInConversationSortInput = {
|
|
40795
40821
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
40796
40822
|
};
|
|
@@ -43534,6 +43560,34 @@ export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseEdge = {
|
|
|
43534
43560
|
};
|
|
43535
43561
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobInverseUnion = JiraIssue;
|
|
43536
43562
|
export declare type GraphStoreSimplifiedIssueHasAutodevJobUnion = JiraAutodevJob;
|
|
43563
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityConnection = HasPageInfo & {
|
|
43564
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityConnection';
|
|
43565
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasChangedPriorityEdge>>>;
|
|
43566
|
+
pageInfo: PageInfo;
|
|
43567
|
+
};
|
|
43568
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityEdge = {
|
|
43569
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityEdge';
|
|
43570
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43571
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43572
|
+
id: Scalars['ID']['output'];
|
|
43573
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43574
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityUnion>;
|
|
43575
|
+
};
|
|
43576
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection = HasPageInfo & {
|
|
43577
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityInverseConnection';
|
|
43578
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge>>>;
|
|
43579
|
+
pageInfo: PageInfo;
|
|
43580
|
+
};
|
|
43581
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge = {
|
|
43582
|
+
__typename?: 'GraphStoreSimplifiedIssueHasChangedPriorityInverseEdge';
|
|
43583
|
+
createdAt: Scalars['DateTime']['output'];
|
|
43584
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
43585
|
+
id: Scalars['ID']['output'];
|
|
43586
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
43587
|
+
node?: Maybe<GraphStoreSimplifiedIssueHasChangedPriorityInverseUnion>;
|
|
43588
|
+
};
|
|
43589
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityInverseUnion = JiraIssue;
|
|
43590
|
+
export declare type GraphStoreSimplifiedIssueHasChangedPriorityUnion = JiraPriority;
|
|
43537
43591
|
export declare type GraphStoreSimplifiedIssueMentionedInConversationConnection = HasPageInfo & {
|
|
43538
43592
|
__typename?: 'GraphStoreSimplifiedIssueMentionedInConversationConnection';
|
|
43539
43593
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedIssueMentionedInConversationEdge>>>;
|
|
@@ -53230,6 +53284,8 @@ export declare type JiraAutodevJob = {
|
|
|
53230
53284
|
jobLogs?: Maybe<DevAiAutodevLogConnection>;
|
|
53231
53285
|
logGroups?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
53232
53286
|
logs?: Maybe<DevAiAutodevLogConnection>;
|
|
53287
|
+
owner?: Maybe<User>;
|
|
53288
|
+
ownerId?: Maybe<Scalars['ID']['output']>;
|
|
53233
53289
|
phase?: Maybe<JiraAutodevPhase>;
|
|
53234
53290
|
plan?: Maybe<JiraAutodevPlan>;
|
|
53235
53291
|
progressText?: Maybe<Scalars['String']['output']>;
|
|
@@ -82829,7 +82885,9 @@ export declare type QueryDevai_AutodevJobsForIssueArgs = {
|
|
|
82829
82885
|
export declare type QueryDevai_AutodevRovoAgentsArgs = {
|
|
82830
82886
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
82831
82887
|
cloudId: Scalars['ID']['input'];
|
|
82888
|
+
filterByRankCategories?: InputMaybe<Array<DevAiRovoAgentRankCategory>>;
|
|
82832
82889
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
82890
|
+
issueIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
82833
82891
|
query?: InputMaybe<Scalars['String']['input']>;
|
|
82834
82892
|
templatesFilter?: InputMaybe<DevAiRovoAgentTemplateFilter>;
|
|
82835
82893
|
};
|