@forge/cli-shared 8.2.0-next.5-experimental-42e3178 → 8.2.0-next.5-experimental-255e232

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 CHANGED
@@ -1,10 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.2.0-next.5-experimental-42e3178
3
+ ## 8.2.0-next.5-experimental-255e232
4
4
 
5
5
  ### Minor Changes
6
6
 
7
- - 42e3178: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
7
+ - adb270d: Upgraded archiver from 6.0.2 to 7.0.1, moved atlassian-openapi to @atlassian/atlassian-openapi, bumped get-folder-size from 2.0.1 to 5.0.0
8
8
  - d544fc6: separate 2 options license-modes and users-with-access
9
9
 
10
10
  ### Patch Changes
@@ -13,8 +13,8 @@
13
13
  - 73f3108: Add tip about variables only changing after deployment
14
14
  - Updated dependencies [7abca30]
15
15
  - Updated dependencies [e029de1]
16
- - @forge/util@2.0.0-next.0-experimental-42e3178
17
- - @forge/manifest@10.1.1-next.0-experimental-42e3178
16
+ - @forge/util@2.0.0-next.0-experimental-255e232
17
+ - @forge/manifest@10.1.1-next.0-experimental-255e232
18
18
 
19
19
  ## 8.2.0-next.5
20
20
 
@@ -1358,10 +1358,11 @@ export declare type AgentStudioKnowledgeConfigurationInput = {
1358
1358
  enabled?: InputMaybe<Scalars['Boolean']['input']>;
1359
1359
  sources?: InputMaybe<Array<AgentStudioKnowledgeSourceInput>>;
1360
1360
  };
1361
- export declare type AgentStudioKnowledgeFilter = AgentStudioConfluenceKnowledgeFilter | AgentStudioJiraKnowledgeFilter;
1361
+ export declare type AgentStudioKnowledgeFilter = AgentStudioConfluenceKnowledgeFilter | AgentStudioJiraKnowledgeFilter | AgentStudioSlackKnowledgeFilter;
1362
1362
  export declare type AgentStudioKnowledgeFiltersInput = {
1363
1363
  confluenceFilter?: InputMaybe<AgentStudioConfluenceKnowledgeFilterInput>;
1364
1364
  jiraFilter?: InputMaybe<AgentStudioJiraKnowledgeFilterInput>;
1365
+ slackFilter?: InputMaybe<AgentStudioSlackKnowledgeFilterInput>;
1365
1366
  };
1366
1367
  export declare type AgentStudioKnowledgeSource = {
1367
1368
  __typename?: 'AgentStudioKnowledgeSource';
@@ -1416,6 +1417,13 @@ export declare type AgentStudioSlackChannelDetails = {
1416
1417
  channelName?: Maybe<Scalars['String']['output']>;
1417
1418
  channelUrl?: Maybe<Scalars['String']['output']>;
1418
1419
  };
1420
+ export declare type AgentStudioSlackKnowledgeFilter = {
1421
+ __typename?: 'AgentStudioSlackKnowledgeFilter';
1422
+ containerFilter?: Maybe<Array<Scalars['ID']['output']>>;
1423
+ };
1424
+ export declare type AgentStudioSlackKnowledgeFilterInput = {
1425
+ containerFilter?: InputMaybe<Array<Scalars['ID']['input']>>;
1426
+ };
1419
1427
  export declare type AgentStudioSuggestConversationStartersInput = {
1420
1428
  agentDescription?: InputMaybe<Scalars['String']['input']>;
1421
1429
  agentInstructions?: InputMaybe<Scalars['String']['input']>;
@@ -12114,6 +12122,7 @@ export declare type ConfluenceContentMetadata = {
12114
12122
  export declare type ConfluenceContentModified = {
12115
12123
  __typename?: 'ConfluenceContentModified';
12116
12124
  _deltas?: Maybe<Array<Scalars['String']['output']>>;
12125
+ accountId?: Maybe<Scalars['String']['output']>;
12117
12126
  commentCreated?: Maybe<ConfluenceCommentCreated>;
12118
12127
  commentDeleted?: Maybe<ConfluenceCommentUpdated>;
12119
12128
  commentReopened?: Maybe<ConfluenceCommentUpdated>;
@@ -17257,6 +17266,7 @@ export declare type CsmAiAuthenticationInput = {
17257
17266
  type: CsmAiAuthenticationType;
17258
17267
  };
17259
17268
  export declare enum CsmAiAuthenticationType {
17269
+ EndUserAuth = "END_USER_AUTH",
17260
17270
  NoAuth = "NO_AUTH"
17261
17271
  }
17262
17272
  export declare type CsmAiAuthoredCoachingContent = {
@@ -28873,6 +28883,8 @@ export declare type GraphStore = {
28873
28883
  sprintRetrospectiveWhiteboardRelationship?: Maybe<GraphStoreFullSprintRetrospectiveWhiteboardConnection>;
28874
28884
  teamConnectedToContainer?: Maybe<GraphStoreSimplifiedTeamConnectedToContainerConnection>;
28875
28885
  teamConnectedToContainerInverse?: Maybe<GraphStoreSimplifiedTeamConnectedToContainerInverseConnection>;
28886
+ teamHasAgents?: Maybe<GraphStoreSimplifiedTeamHasAgentsConnection>;
28887
+ teamHasAgentsInverse?: Maybe<GraphStoreSimplifiedTeamHasAgentsInverseConnection>;
28876
28888
  teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
28877
28889
  teamOwnsComponentInverse?: Maybe<GraphStoreSimplifiedTeamOwnsComponentInverseConnection>;
28878
28890
  teamWorksOnProject?: Maybe<GraphStoreSimplifiedTeamWorksOnProjectConnection>;
@@ -32373,6 +32385,20 @@ export declare type GraphStoreTeamConnectedToContainerInverseArgs = {
32373
32385
  id: Scalars['ID']['input'];
32374
32386
  sort?: InputMaybe<GraphStoreTeamConnectedToContainerSortInput>;
32375
32387
  };
32388
+ export declare type GraphStoreTeamHasAgentsArgs = {
32389
+ after?: InputMaybe<Scalars['String']['input']>;
32390
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32391
+ first?: InputMaybe<Scalars['Int']['input']>;
32392
+ id: Scalars['ID']['input'];
32393
+ sort?: InputMaybe<GraphStoreTeamHasAgentsSortInput>;
32394
+ };
32395
+ export declare type GraphStoreTeamHasAgentsInverseArgs = {
32396
+ after?: InputMaybe<Scalars['String']['input']>;
32397
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32398
+ first?: InputMaybe<Scalars['Int']['input']>;
32399
+ id: Scalars['ID']['input'];
32400
+ sort?: InputMaybe<GraphStoreTeamHasAgentsSortInput>;
32401
+ };
32376
32402
  export declare type GraphStoreTeamOwnsComponentArgs = {
32377
32403
  after?: InputMaybe<Scalars['String']['input']>;
32378
32404
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -45631,6 +45657,34 @@ export declare type GraphStoreSimplifiedTeamConnectedToContainerInverseEdge = {
45631
45657
  };
45632
45658
  export declare type GraphStoreSimplifiedTeamConnectedToContainerInverseUnion = TeamV2;
45633
45659
  export declare type GraphStoreSimplifiedTeamConnectedToContainerUnion = ConfluenceSpace | JiraProject | LoomSpace;
45660
+ export declare type GraphStoreSimplifiedTeamHasAgentsConnection = HasPageInfo & {
45661
+ __typename?: 'GraphStoreSimplifiedTeamHasAgentsConnection';
45662
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamHasAgentsEdge>>>;
45663
+ pageInfo: PageInfo;
45664
+ };
45665
+ export declare type GraphStoreSimplifiedTeamHasAgentsEdge = {
45666
+ __typename?: 'GraphStoreSimplifiedTeamHasAgentsEdge';
45667
+ createdAt: Scalars['DateTime']['output'];
45668
+ cursor?: Maybe<Scalars['String']['output']>;
45669
+ id: Scalars['ID']['output'];
45670
+ lastUpdated: Scalars['DateTime']['output'];
45671
+ node?: Maybe<GraphStoreSimplifiedTeamHasAgentsUnion>;
45672
+ };
45673
+ export declare type GraphStoreSimplifiedTeamHasAgentsInverseConnection = HasPageInfo & {
45674
+ __typename?: 'GraphStoreSimplifiedTeamHasAgentsInverseConnection';
45675
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamHasAgentsInverseEdge>>>;
45676
+ pageInfo: PageInfo;
45677
+ };
45678
+ export declare type GraphStoreSimplifiedTeamHasAgentsInverseEdge = {
45679
+ __typename?: 'GraphStoreSimplifiedTeamHasAgentsInverseEdge';
45680
+ createdAt: Scalars['DateTime']['output'];
45681
+ cursor?: Maybe<Scalars['String']['output']>;
45682
+ id: Scalars['ID']['output'];
45683
+ lastUpdated: Scalars['DateTime']['output'];
45684
+ node?: Maybe<GraphStoreSimplifiedTeamHasAgentsInverseUnion>;
45685
+ };
45686
+ export declare type GraphStoreSimplifiedTeamHasAgentsInverseUnion = TeamV2;
45687
+ export declare type GraphStoreSimplifiedTeamHasAgentsUnion = AppUser | AtlassianAccountUser | CustomerUser;
45634
45688
  export declare type GraphStoreSimplifiedTeamOwnsComponentConnection = HasPageInfo & {
45635
45689
  __typename?: 'GraphStoreSimplifiedTeamOwnsComponentConnection';
45636
45690
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamOwnsComponentEdge>>>;
@@ -49113,6 +49167,9 @@ export declare type GraphStoreTeamConnectedToContainerSortInput = {
49113
49167
  relationship_createdFromAutocreate?: InputMaybe<GraphStoreSortInput>;
49114
49168
  toAti?: InputMaybe<GraphStoreSortInput>;
49115
49169
  };
49170
+ export declare type GraphStoreTeamHasAgentsSortInput = {
49171
+ lastModified?: InputMaybe<GraphStoreSortInput>;
49172
+ };
49116
49173
  export declare type GraphStoreTeamOwnsComponentSortInput = {
49117
49174
  lastModified?: InputMaybe<GraphStoreSortInput>;
49118
49175
  };
@@ -56099,7 +56156,7 @@ export declare type JiraCreateBoardViewStatusColumnInput = {
56099
56156
  statusCategoryId: Scalars['ID']['input'];
56100
56157
  viewId: Scalars['ID']['input'];
56101
56158
  };
56102
- export declare type JiraCreateBoardViewStatusColumnPayload = {
56159
+ export declare type JiraCreateBoardViewStatusColumnPayload = Payload & {
56103
56160
  __typename?: 'JiraCreateBoardViewStatusColumnPayload';
56104
56161
  boardView?: Maybe<JiraBoardView>;
56105
56162
  errors?: Maybe<Array<MutationError>>;
@@ -56653,7 +56710,7 @@ export declare type JiraDeleteBoardViewStatusColumnInput = {
56653
56710
  settings?: InputMaybe<JiraBoardViewSettings>;
56654
56711
  viewId: Scalars['ID']['input'];
56655
56712
  };
56656
- export declare type JiraDeleteBoardViewStatusColumnPayload = {
56713
+ export declare type JiraDeleteBoardViewStatusColumnPayload = Payload & {
56657
56714
  __typename?: 'JiraDeleteBoardViewStatusColumnPayload';
56658
56715
  boardView?: Maybe<JiraBoardView>;
56659
56716
  errors?: Maybe<Array<MutationError>>;
@@ -57511,7 +57568,9 @@ export declare type JiraFieldConfigFilterInput = {
57511
57568
  };
57512
57569
  export declare enum JiraFieldConfigOrderBy {
57513
57570
  ContextCount = "CONTEXT_COUNT",
57571
+ Description = "DESCRIPTION",
57514
57572
  FieldType = "FIELD_TYPE",
57573
+ Id = "ID",
57515
57574
  LastUsed = "LAST_USED",
57516
57575
  Name = "NAME",
57517
57576
  PlannedDeleteDate = "PLANNED_DELETE_DATE",
@@ -66633,7 +66692,7 @@ export declare type JiraRenameBoardViewStatusColumnInput = {
66633
66692
  settings?: InputMaybe<JiraBoardViewSettings>;
66634
66693
  viewId: Scalars['ID']['input'];
66635
66694
  };
66636
- export declare type JiraRenameBoardViewStatusColumnPayload = {
66695
+ export declare type JiraRenameBoardViewStatusColumnPayload = Payload & {
66637
66696
  __typename?: 'JiraRenameBoardViewStatusColumnPayload';
66638
66697
  boardView?: Maybe<JiraBoardView>;
66639
66698
  errors?: Maybe<Array<MutationError>>;
@@ -79821,6 +79880,7 @@ export declare type Mutation = {
79821
79880
  polaris?: Maybe<PolarisMutationNamespace>;
79822
79881
  polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
79823
79882
  polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
79883
+ projects_createLink?: Maybe<TownsquareProjectsCreateLinkPayload>;
79824
79884
  projects_edit?: Maybe<TownsquareProjectsEditPayload>;
79825
79885
  publicLinkPagesAdminAction?: Maybe<PublicLinkPagesAdminActionPayload>;
79826
79886
  publicLinkSpacesAction?: Maybe<PublicLinkSpacesActionPayload>;
@@ -81107,6 +81167,9 @@ export declare type MutationPolarisAddReactionArgs = {
81107
81167
  export declare type MutationPolarisDeleteReactionArgs = {
81108
81168
  input: PolarisDeleteReactionInput;
81109
81169
  };
81170
+ export declare type MutationProjects_CreateLinkArgs = {
81171
+ input?: InputMaybe<TownsquareProjectsCreateLinkInput>;
81172
+ };
81110
81173
  export declare type MutationProjects_EditArgs = {
81111
81174
  input?: InputMaybe<TownsquareProjectsEditInput>;
81112
81175
  };
@@ -87793,7 +87856,7 @@ export declare type RadarPositionsByAriObject = MercuryFocusArea;
87793
87856
  export declare type RadarPositionsByEntity = {
87794
87857
  __typename?: 'RadarPositionsByEntity';
87795
87858
  entity?: Maybe<RadarPositionsByAriObject>;
87796
- entityId: Scalars['ID']['output'];
87859
+ entityId?: Maybe<Scalars['ID']['output']>;
87797
87860
  fieldValues: Array<RadarFieldValueIdPair>;
87798
87861
  id: Scalars['ID']['output'];
87799
87862
  type: RadarEntityType;
@@ -96145,6 +96208,26 @@ export declare type TownsquareProjectUpdateEdge = {
96145
96208
  cursor: Scalars['String']['output'];
96146
96209
  node?: Maybe<TownsquareProjectUpdate>;
96147
96210
  };
96211
+ export declare type TownsquareProjectsCreateLinkInput = {
96212
+ iconUrl?: InputMaybe<Scalars['String']['input']>;
96213
+ name?: InputMaybe<Scalars['String']['input']>;
96214
+ projectId: Scalars['ID']['input'];
96215
+ provider?: InputMaybe<Scalars['String']['input']>;
96216
+ type?: InputMaybe<TownsquareLinkType>;
96217
+ url: Scalars['String']['input'];
96218
+ };
96219
+ export declare type TownsquareProjectsCreateLinkMutationErrorExtension = MutationErrorExtension & {
96220
+ __typename?: 'TownsquareProjectsCreateLinkMutationErrorExtension';
96221
+ errorType?: Maybe<Scalars['String']['output']>;
96222
+ statusCode?: Maybe<Scalars['Int']['output']>;
96223
+ };
96224
+ export declare type TownsquareProjectsCreateLinkPayload = {
96225
+ __typename?: 'TownsquareProjectsCreateLinkPayload';
96226
+ errors?: Maybe<Array<MutationError>>;
96227
+ link?: Maybe<TownsquareLink>;
96228
+ project?: Maybe<TownsquareProject>;
96229
+ success: Scalars['Boolean']['output'];
96230
+ };
96148
96231
  export declare type TownsquareProjectsEditInput = {
96149
96232
  archived?: InputMaybe<Scalars['Boolean']['input']>;
96150
96233
  icon?: InputMaybe<TownsquareIconInput>;