@forge/cli-shared 6.11.1-next.0 → 7.0.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 +13 -0
- package/out/app-logs/graphql-client.d.ts +1 -1
- package/out/app-logs/view-logs.d.ts +1 -1
- package/out/app-logs/view-logs.d.ts.map +1 -1
- package/out/graphql/graphql-types.d.ts +47 -2
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/ui/text.js +8 -8
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 7.0.0-next.1
|
|
4
|
+
|
|
5
|
+
### Major Changes
|
|
6
|
+
|
|
7
|
+
- 3b2ffa9: updated the type of appVersion
|
|
8
|
+
- 3b2ffa9: update appVersion type in logs command
|
|
9
|
+
|
|
10
|
+
### Patch Changes
|
|
11
|
+
|
|
12
|
+
- 7c02425: Unhide forge build commands
|
|
13
|
+
- Updated dependencies [35165ba]
|
|
14
|
+
- @forge/manifest@9.4.0-next.0
|
|
15
|
+
|
|
3
16
|
## 6.11.1-next.0
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
|
@@ -14,7 +14,7 @@ export declare class LogsGraphQLClient implements ViewAppLogsClient {
|
|
|
14
14
|
viewInvocationLogs(details: AppInvocationLogsDetails): Promise<{
|
|
15
15
|
logs: InvocationLogLine[];
|
|
16
16
|
id: string;
|
|
17
|
-
appVersion: string;
|
|
17
|
+
appVersion: string | null | undefined;
|
|
18
18
|
function?: string | undefined;
|
|
19
19
|
trigger?: string | undefined;
|
|
20
20
|
}>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":";AAAA,OAAO,EAAE,GAAG,EAAmB,MAAM,0BAA0B,CAAC;AAChE,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,SAAS,CAAC;AAE5C,OAAO,EAAE,oBAAoB,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AACnE,OAAO,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAClD,OAAO,EAAE,cAAc,EAAE,MAAM,YAAY,CAAC;AAE5C,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,GAAG,CAAC;IACV,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,kBAAkB;IACjC,cAAc,EAAE,MAAM,CAAC;CACxB;AAED,MAAM,WAAW,YAAY;IAC3B,cAAc,EAAE,MAAM,CAAC;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,OAAO,CAAC,EAAE,cAAc,CAAC;IACzB,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;CAC3B;AAED,oBAAY,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,aAAa,EAAE,MAAM,CAAC;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,UAAU,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC;CACpB,CAAC;AAEF,oBAAY,gBAAgB,GAAG,cAAc,GAAG;IAC9C,MAAM,EAAE,MAAM,CAAC;IACf,eAAe,EAAE,eAAe,CAAC;IACjC,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;CAClB,CAAC;AAEF,MAAM,WAAW,sBAAsB;IACrC,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,CAAC,EAAE,cAAc,CAAC;CAC1B;AAED,MAAM,WAAW,wBAAwB;IACvC,YAAY,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,iBAAiB;IAChC,SAAS,EAAE,MAAM,CAAC;IAClB,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,KAAK,CAAC,EAAE,GAAG,CAAC;CACb;AAED,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,UAAU,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"view-logs.d.ts","sourceRoot":"","sources":["../../src/app-logs/view-logs.ts"],"names":[],"mappings":"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"}
|
|
@@ -1876,7 +1876,7 @@ export declare type AppLogLines = {
|
|
|
1876
1876
|
export declare type AppLogsWithMetaData = {
|
|
1877
1877
|
__typename?: 'AppLogsWithMetaData';
|
|
1878
1878
|
appId: Scalars['String']['output'];
|
|
1879
|
-
appVersion
|
|
1879
|
+
appVersion?: Maybe<Scalars['String']['output']>;
|
|
1880
1880
|
cloudwatchId?: Maybe<Scalars['String']['output']>;
|
|
1881
1881
|
context?: Maybe<Context>;
|
|
1882
1882
|
edition?: Maybe<EditionValue>;
|
|
@@ -4720,6 +4720,11 @@ export declare type ChannelPlatformConnectionData = {
|
|
|
4720
4720
|
attendee?: Maybe<ChannelPlatformAttendee>;
|
|
4721
4721
|
meeting?: Maybe<ChannelPlatformMeeting>;
|
|
4722
4722
|
};
|
|
4723
|
+
export declare type ChannelPlatformContact = {
|
|
4724
|
+
__typename?: 'ChannelPlatformContact';
|
|
4725
|
+
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4726
|
+
contactId?: Maybe<Scalars['ID']['output']>;
|
|
4727
|
+
};
|
|
4723
4728
|
export declare type ChannelPlatformGetChannelTokenRequest = {
|
|
4724
4729
|
channelType?: InputMaybe<ChannelPlatformChannelType>;
|
|
4725
4730
|
contactFlowId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -4775,6 +4780,7 @@ export declare type ChannelPlatformSubmitRequestInput = {
|
|
|
4775
4780
|
export declare type ChannelPlatformSubmitRequestResponse = {
|
|
4776
4781
|
__typename?: 'ChannelPlatformSubmitRequestResponse';
|
|
4777
4782
|
channel?: Maybe<ChannelPlatformChannelType>;
|
|
4783
|
+
requestUuid?: Maybe<Scalars['String']['output']>;
|
|
4778
4784
|
value?: Maybe<ChannelPlatformTokenResponse>;
|
|
4779
4785
|
};
|
|
4780
4786
|
export declare type ChannelPlatformSubmitTicketResponse = {
|
|
@@ -8746,6 +8752,7 @@ export declare type CompassScorecard = Node & {
|
|
|
8746
8752
|
statusConfig?: Maybe<CompassScorecardStatusConfig>;
|
|
8747
8753
|
type: Scalars['String']['output'];
|
|
8748
8754
|
url?: Maybe<Scalars['URL']['output']>;
|
|
8755
|
+
verified?: Maybe<Scalars['Boolean']['output']>;
|
|
8749
8756
|
viewerPermissions?: Maybe<CompassScorecardInstancePermissions>;
|
|
8750
8757
|
};
|
|
8751
8758
|
export declare type CompassScorecardAppliedToComponentsArgs = {
|
|
@@ -22961,6 +22968,7 @@ export declare type DevAiCreateTechnicalPlannerJobPayload = Payload & {
|
|
|
22961
22968
|
export declare type DevAiFlowPipeline = {
|
|
22962
22969
|
__typename?: 'DevAiFlowPipeline';
|
|
22963
22970
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
22971
|
+
debugUrl?: Maybe<Scalars['String']['output']>;
|
|
22964
22972
|
id: Scalars['ID']['output'];
|
|
22965
22973
|
serverSecret?: Maybe<Scalars['String']['output']>;
|
|
22966
22974
|
sessionARI: Scalars['ID']['output'];
|
|
@@ -23032,6 +23040,7 @@ export declare type DevAiInvokeAutodevRovoAgentInBulkIssueResult = {
|
|
|
23032
23040
|
conversationId?: Maybe<Scalars['ID']['output']>;
|
|
23033
23041
|
issue?: Maybe<JiraIssue>;
|
|
23034
23042
|
issueId?: Maybe<Scalars['ID']['output']>;
|
|
23043
|
+
jobAri?: Maybe<Scalars['ID']['output']>;
|
|
23035
23044
|
};
|
|
23036
23045
|
export declare type DevAiInvokeAutodevRovoAgentInBulkPayload = Payload & {
|
|
23037
23046
|
__typename?: 'DevAiInvokeAutodevRovoAgentInBulkPayload';
|
|
@@ -23259,6 +23268,13 @@ export declare enum DevAiWorkflowRunStatus {
|
|
|
23259
23268
|
InProgress = "IN_PROGRESS",
|
|
23260
23269
|
Pending = "PENDING"
|
|
23261
23270
|
}
|
|
23271
|
+
export declare type DevAiWorkspace = {
|
|
23272
|
+
__typename?: 'DevAiWorkspace';
|
|
23273
|
+
cloudId?: Maybe<Scalars['ID']['output']>;
|
|
23274
|
+
origin?: Maybe<Scalars['String']['output']>;
|
|
23275
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
23276
|
+
workspaceAri: Scalars['ID']['output'];
|
|
23277
|
+
};
|
|
23262
23278
|
export declare type DevOps = {
|
|
23263
23279
|
__typename?: 'DevOps';
|
|
23264
23280
|
ariGraph?: Maybe<AriGraph>;
|
|
@@ -59701,6 +59717,7 @@ export declare type JiraDevOpsMutationCreateAutodevJobArgs = {
|
|
|
59701
59717
|
prompt?: InputMaybe<Scalars['String']['input']>;
|
|
59702
59718
|
repoUrl: Scalars['String']['input'];
|
|
59703
59719
|
sourceBranch?: InputMaybe<Scalars['String']['input']>;
|
|
59720
|
+
targetBranch?: InputMaybe<Scalars['String']['input']>;
|
|
59704
59721
|
};
|
|
59705
59722
|
export declare type JiraDevOpsMutationCreateAutodevPullRequestArgs = {
|
|
59706
59723
|
issueAri: Scalars['ID']['input'];
|
|
@@ -72301,6 +72318,18 @@ export declare type JiraUpdateFormattingRulePayload = Payload & {
|
|
|
72301
72318
|
success: Scalars['Boolean']['output'];
|
|
72302
72319
|
updatedRule?: Maybe<JiraFormattingRule>;
|
|
72303
72320
|
};
|
|
72321
|
+
export declare type JiraUpdateGlobalCustomFieldInput = {
|
|
72322
|
+
description?: InputMaybe<Scalars['String']['input']>;
|
|
72323
|
+
fieldId: Scalars['String']['input'];
|
|
72324
|
+
name: Scalars['String']['input'];
|
|
72325
|
+
searcherKey?: InputMaybe<Scalars['String']['input']>;
|
|
72326
|
+
};
|
|
72327
|
+
export declare type JiraUpdateGlobalCustomFieldPayload = Payload & {
|
|
72328
|
+
__typename?: 'JiraUpdateGlobalCustomFieldPayload';
|
|
72329
|
+
errors?: Maybe<Array<MutationError>>;
|
|
72330
|
+
field?: Maybe<JiraIssueFieldConfig>;
|
|
72331
|
+
success: Scalars['Boolean']['output'];
|
|
72332
|
+
};
|
|
72304
72333
|
export declare type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
72305
72334
|
preferences: Array<JiraNotificationPreferenceInput>;
|
|
72306
72335
|
};
|
|
@@ -76634,6 +76663,7 @@ export declare type MarketplaceConsoleAppSoftwareShort = {
|
|
|
76634
76663
|
latestForgeVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76635
76664
|
latestVersion?: Maybe<MarketplaceConsoleAppSoftwareVersion>;
|
|
76636
76665
|
pricingParentSoftware?: Maybe<MarketplaceConsolePricingParentSoftware>;
|
|
76666
|
+
pricingParentSoftwares?: Maybe<Array<Maybe<MarketplaceConsolePricingParentSoftware>>>;
|
|
76637
76667
|
storesPersonalData?: Maybe<Scalars['Boolean']['output']>;
|
|
76638
76668
|
};
|
|
76639
76669
|
export declare type MarketplaceConsoleAppSoftwareVersion = {
|
|
@@ -81760,6 +81790,7 @@ export declare type Mutation = {
|
|
|
81760
81790
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
81761
81791
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
81762
81792
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
81793
|
+
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
81763
81794
|
jira_updateProjectBackground?: Maybe<JiraProjectUpdateBackgroundMutationPayload>;
|
|
81764
81795
|
jira_updateProjectsSidebarMenu?: Maybe<JiraProjectsSidebarMenu>;
|
|
81765
81796
|
jsmChat?: Maybe<JsmChatMutation>;
|
|
@@ -82081,7 +82112,6 @@ export declare type MutationBulkUpdateMainSpaceSidebarLinksArgs = {
|
|
|
82081
82112
|
export declare type MutationChannelPlatform_AssignAgentToContactArgs = {
|
|
82082
82113
|
aaId?: InputMaybe<Scalars['String']['input']>;
|
|
82083
82114
|
contactId?: InputMaybe<Scalars['String']['input']>;
|
|
82084
|
-
instanceId?: InputMaybe<Scalars['String']['input']>;
|
|
82085
82115
|
};
|
|
82086
82116
|
export declare type MutationChannelPlatform_CreateQueuesArgs = {
|
|
82087
82117
|
description?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -83259,6 +83289,10 @@ export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs
|
|
|
83259
83289
|
cloudId: Scalars['ID']['input'];
|
|
83260
83290
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
83261
83291
|
};
|
|
83292
|
+
export declare type MutationJira_UpdateGlobalCustomFieldArgs = {
|
|
83293
|
+
cloudId: Scalars['ID']['input'];
|
|
83294
|
+
input: JiraUpdateGlobalCustomFieldInput;
|
|
83295
|
+
};
|
|
83262
83296
|
export declare type MutationJira_UpdateProjectBackgroundArgs = {
|
|
83263
83297
|
input: JiraUpdateBackgroundInput;
|
|
83264
83298
|
};
|
|
@@ -86684,6 +86718,7 @@ export declare type Query = {
|
|
|
86684
86718
|
channelPlatform_getAgentIdForAaid?: Maybe<Scalars['String']['output']>;
|
|
86685
86719
|
channelPlatform_getChannelToken?: Maybe<ChannelPlatformGetChannelTokenResponse>;
|
|
86686
86720
|
channelPlatform_getConnectDetails?: Maybe<ChannelPlatformConnectDetails>;
|
|
86721
|
+
channelPlatform_getContactDetails?: Maybe<Array<Maybe<ChannelPlatformContact>>>;
|
|
86687
86722
|
channelPlatform_getQueue?: Maybe<ChannelPlatformConnectQueue>;
|
|
86688
86723
|
channelPlatform_listQueues?: Maybe<Array<Maybe<ChannelPlatformConnectQueue>>>;
|
|
86689
86724
|
channelPlatform_sampleQueueById?: Maybe<ChannelPlatformSampleQueue>;
|
|
@@ -87005,6 +87040,7 @@ export declare type Query = {
|
|
|
87005
87040
|
devai_flowSessionResume?: Maybe<DevAiFlowPipeline>;
|
|
87006
87041
|
devai_flowSessionsByCreatorAndCloudId?: Maybe<Array<Maybe<DevAiFlowSession>>>;
|
|
87007
87042
|
devai_rovoDevAgentsUser?: Maybe<DevAiUser>;
|
|
87043
|
+
devai_rovoDevAgentsWorkspace?: Maybe<DevAiWorkspace>;
|
|
87008
87044
|
devai_technicalPlannerJobById?: Maybe<DevAiTechnicalPlannerJob>;
|
|
87009
87045
|
devai_technicalPlannerJobsForIssue?: Maybe<DevAiTechnicalPlannerJobConnection>;
|
|
87010
87046
|
developerLogAccess?: Maybe<Array<Maybe<DeveloperLogAccessResult>>>;
|
|
@@ -87608,6 +87644,9 @@ export declare type QueryChannelPlatform_GetAgentIdForAaidArgs = {
|
|
|
87608
87644
|
export declare type QueryChannelPlatform_GetChannelTokenArgs = {
|
|
87609
87645
|
request?: InputMaybe<ChannelPlatformGetChannelTokenRequest>;
|
|
87610
87646
|
};
|
|
87647
|
+
export declare type QueryChannelPlatform_GetContactDetailsArgs = {
|
|
87648
|
+
ticketId?: InputMaybe<Scalars['ID']['input']>;
|
|
87649
|
+
};
|
|
87611
87650
|
export declare type QueryChannelPlatform_GetQueueArgs = {
|
|
87612
87651
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
87613
87652
|
};
|
|
@@ -89053,6 +89092,9 @@ export declare type QueryDevai_RovoDevAgentsUserArgs = {
|
|
|
89053
89092
|
atlassianAccountId: Scalars['ID']['input'];
|
|
89054
89093
|
cloudId: Scalars['ID']['input'];
|
|
89055
89094
|
};
|
|
89095
|
+
export declare type QueryDevai_RovoDevAgentsWorkspaceArgs = {
|
|
89096
|
+
cloudId: Scalars['ID']['input'];
|
|
89097
|
+
};
|
|
89056
89098
|
export declare type QueryDevai_TechnicalPlannerJobByIdArgs = {
|
|
89057
89099
|
cloudId: Scalars['ID']['input'];
|
|
89058
89100
|
jobId: Scalars['ID']['input'];
|
|
@@ -90627,6 +90669,7 @@ export declare type RadarPositionsByAriObject = MercuryFocusArea;
|
|
|
90627
90669
|
export declare type RadarPositionsByEntity = {
|
|
90628
90670
|
__typename?: 'RadarPositionsByEntity';
|
|
90629
90671
|
entity?: Maybe<RadarPositionsByAriObject>;
|
|
90672
|
+
entityId: Scalars['ID']['output'];
|
|
90630
90673
|
fieldValues: Array<RadarFieldValueIdPair>;
|
|
90631
90674
|
id: Scalars['ID']['output'];
|
|
90632
90675
|
type: RadarEntityType;
|
|
@@ -93187,6 +93230,7 @@ export declare type SearchThirdPartyFilter = {
|
|
|
93187
93230
|
createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93188
93231
|
excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93189
93232
|
integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
93233
|
+
labels?: InputMaybe<Array<Scalars['String']['input']>>;
|
|
93190
93234
|
range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
|
|
93191
93235
|
subtypes?: InputMaybe<Array<InputMaybe<Scalars['String']['input']>>>;
|
|
93192
93236
|
thirdPartyProducts?: InputMaybe<Array<SearchThirdPartyProduct>>;
|
|
@@ -102588,6 +102632,7 @@ export declare type UpdateCompassScorecardInput = {
|
|
|
102588
102632
|
state?: InputMaybe<Scalars['String']['input']>;
|
|
102589
102633
|
statusConfig?: InputMaybe<CompassScorecardStatusConfigInput>;
|
|
102590
102634
|
updateCriteria?: InputMaybe<Array<UpdateCompassScorecardCriteriaInput>>;
|
|
102635
|
+
verified?: InputMaybe<Scalars['Boolean']['input']>;
|
|
102591
102636
|
};
|
|
102592
102637
|
export declare type UpdateCompassScorecardPayload = Payload & {
|
|
102593
102638
|
__typename?: 'UpdateCompassScorecardPayload';
|