@forge/cli-shared 8.9.0-next.16 → 8.9.0-next.18
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/graphql/graphql-types.d.ts +24 -31
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +24 -40
- package/out/tunnel/docker-compose-lifecycle.d.ts.map +1 -1
- package/out/tunnel/docker-compose-lifecycle.js +4 -3
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 8.9.0-next.18
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [88238e7]
|
|
8
|
+
- @forge/manifest@11.0.0-next.9
|
|
9
|
+
|
|
10
|
+
## 8.9.0-next.17
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- 9b1b358: Fix mistake with docker-compose depends on configuration when tunnelling containers
|
|
15
|
+
|
|
3
16
|
## 8.9.0-next.16
|
|
4
17
|
|
|
5
18
|
### Minor Changes
|
|
@@ -22413,33 +22413,7 @@ export declare type ConvoAiAgentMessage = {
|
|
|
22413
22413
|
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
22414
22414
|
timeCreated: Scalars['DateTime']['output'];
|
|
22415
22415
|
};
|
|
22416
|
-
export declare enum ConvoAiAgentMessageType {
|
|
22417
|
-
ConversationChannelData = "CONVERSATION_CHANNEL_DATA",
|
|
22418
|
-
EarlyStop = "EARLY_STOP",
|
|
22419
|
-
Empty = "EMPTY",
|
|
22420
|
-
Error = "ERROR",
|
|
22421
|
-
FinalMessage = "FINAL_MESSAGE",
|
|
22422
|
-
Trace = "TRACE"
|
|
22423
|
-
}
|
|
22424
|
-
export declare enum ConvoAiAgentSessionStatus {
|
|
22425
|
-
Completed = "COMPLETED",
|
|
22426
|
-
InputRequired = "INPUT_REQUIRED",
|
|
22427
|
-
Unknown = "UNKNOWN",
|
|
22428
|
-
Working = "WORKING"
|
|
22429
|
-
}
|
|
22430
22416
|
export declare type ConvoAiAgentSessionUpdate = ConvoAiConversationMessage | ConvoAiEmptyConversation | ConvoAiErrorMessage | ConvoAiTraceMessage;
|
|
22431
|
-
export declare type ConvoAiAsyncAgentUpdate = {
|
|
22432
|
-
__typename?: 'ConvoAiAsyncAgentUpdate';
|
|
22433
|
-
actions?: Maybe<Array<Maybe<ConvoAiAgentAction>>>;
|
|
22434
|
-
agentMessageType: ConvoAiAgentMessageType;
|
|
22435
|
-
authorId?: Maybe<Scalars['String']['output']>;
|
|
22436
|
-
contentSummary?: Maybe<Scalars['String']['output']>;
|
|
22437
|
-
messageId?: Maybe<Scalars['String']['output']>;
|
|
22438
|
-
messageMetadata?: Maybe<Scalars['JSON']['output']>;
|
|
22439
|
-
messageTemplate?: Maybe<Scalars['String']['output']>;
|
|
22440
|
-
status: ConvoAiAgentSessionStatus;
|
|
22441
|
-
timeCreated: Scalars['DateTime']['output'];
|
|
22442
|
-
};
|
|
22443
22417
|
export declare type ConvoAiConfluenceSpaceRecommendation = {
|
|
22444
22418
|
__typename?: 'ConvoAiConfluenceSpaceRecommendation';
|
|
22445
22419
|
id: Scalars['ID']['output'];
|
|
@@ -71777,6 +71751,10 @@ export declare type JiraIssueNavigatorSearchLayoutMutationPayload = Payload & {
|
|
|
71777
71751
|
issueNavigatorSearchLayout?: Maybe<JiraIssueNavigatorSearchLayout>;
|
|
71778
71752
|
success: Scalars['Boolean']['output'];
|
|
71779
71753
|
};
|
|
71754
|
+
export declare type JiraIssueNoEnrichmentStreamHubPayload = {
|
|
71755
|
+
__typename?: 'JiraIssueNoEnrichmentStreamHubPayload';
|
|
71756
|
+
resource?: Maybe<Scalars['ID']['output']>;
|
|
71757
|
+
};
|
|
71780
71758
|
export declare type JiraIssuePickerInput = {
|
|
71781
71759
|
currentIssueId: Scalars['ID']['input'];
|
|
71782
71760
|
currentJQL?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -82335,6 +82313,10 @@ export declare type JiraSubscription = {
|
|
|
82335
82313
|
onCalendarIssueCreated?: Maybe<JiraIssueWithScenario>;
|
|
82336
82314
|
onCalendarIssueDeleted?: Maybe<JiraStreamHubResourceIdentifier>;
|
|
82337
82315
|
onCalendarIssueUpdated?: Maybe<JiraIssueWithScenario>;
|
|
82316
|
+
onChildIssueAddedNoEnrichment?: Maybe<JiraIssueNoEnrichmentStreamHubPayload>;
|
|
82317
|
+
onChildIssueCreatedNoEnrichment?: Maybe<JiraIssueNoEnrichmentStreamHubPayload>;
|
|
82318
|
+
onChildIssueRemovedNoEnrichment?: Maybe<JiraIssueNoEnrichmentStreamHubPayload>;
|
|
82319
|
+
onChildIssueUpdatedNoEnrichment?: Maybe<JiraIssueNoEnrichmentStreamHubPayload>;
|
|
82338
82320
|
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
82339
82321
|
onIssueCreatedByProjectNoEnrichment?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
82340
82322
|
onIssueCreatedByProjectsNoEnrichment?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
@@ -82394,6 +82376,22 @@ export declare type JiraSubscriptionOnCalendarIssueUpdatedArgs = {
|
|
|
82394
82376
|
scope?: InputMaybe<JiraViewScopeInput>;
|
|
82395
82377
|
unscheduledIssuesInput?: InputMaybe<JiraCalendarIssuesInput>;
|
|
82396
82378
|
};
|
|
82379
|
+
export declare type JiraSubscriptionOnChildIssueAddedNoEnrichmentArgs = {
|
|
82380
|
+
cloudId: Scalars['ID']['input'];
|
|
82381
|
+
parentIssueId: Scalars['String']['input'];
|
|
82382
|
+
};
|
|
82383
|
+
export declare type JiraSubscriptionOnChildIssueCreatedNoEnrichmentArgs = {
|
|
82384
|
+
cloudId: Scalars['ID']['input'];
|
|
82385
|
+
parentIssueId: Scalars['String']['input'];
|
|
82386
|
+
};
|
|
82387
|
+
export declare type JiraSubscriptionOnChildIssueRemovedNoEnrichmentArgs = {
|
|
82388
|
+
cloudId: Scalars['ID']['input'];
|
|
82389
|
+
parentIssueId: Scalars['String']['input'];
|
|
82390
|
+
};
|
|
82391
|
+
export declare type JiraSubscriptionOnChildIssueUpdatedNoEnrichmentArgs = {
|
|
82392
|
+
cloudId: Scalars['ID']['input'];
|
|
82393
|
+
parentIssueId: Scalars['String']['input'];
|
|
82394
|
+
};
|
|
82397
82395
|
export declare type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
82398
82396
|
cloudId: Scalars['ID']['input'];
|
|
82399
82397
|
projectId: Scalars['String']['input'];
|
|
@@ -130750,7 +130748,6 @@ export declare type Subscription = {
|
|
|
130750
130748
|
bitbucket?: Maybe<BitbucketSubscription>;
|
|
130751
130749
|
confluence_onContentModified?: Maybe<ConfluenceContentModified>;
|
|
130752
130750
|
convoai_onAgentSessionUpdate?: Maybe<ConvoAiAgentSessionUpdate>;
|
|
130753
|
-
convoai_onAsyncAgentUpdate?: Maybe<ConvoAiAsyncAgentUpdate>;
|
|
130754
130751
|
devOps?: Maybe<AriGraphSubscriptions>;
|
|
130755
130752
|
devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
|
|
130756
130753
|
devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;
|
|
@@ -130781,10 +130778,6 @@ export declare type SubscriptionConvoai_OnAgentSessionUpdateArgs = {
|
|
|
130781
130778
|
cloudId: Scalars['ID']['input'];
|
|
130782
130779
|
conversationId: Scalars['ID']['input'];
|
|
130783
130780
|
};
|
|
130784
|
-
export declare type SubscriptionConvoai_OnAsyncAgentUpdateArgs = {
|
|
130785
|
-
cloudId: Scalars['ID']['input'];
|
|
130786
|
-
conversationId: Scalars['ID']['input'];
|
|
130787
|
-
};
|
|
130788
130781
|
export declare type SubscriptionDevai_OnAutodevJobLogGroupsUpdatedArgs = {
|
|
130789
130782
|
cloudId: Scalars['ID']['input'];
|
|
130790
130783
|
jobId: Scalars['ID']['input'];
|