@forge/cli-shared 8.8.1-next.4-experimental-44e92a2 → 8.8.1-next.5

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,21 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 8.8.1-next.4-experimental-44e92a2
3
+ ## 8.8.1-next.5
4
4
 
5
5
  ### Patch Changes
6
6
 
7
- - f751b9b:
8
- - 9cb69da: Enable force forge container deletion
9
- - 94243f1: Split development and contribution guidelines
10
- - 8183db5: added cli command to hit decoupled state endpoint
11
- - Updated dependencies [b3792e4]
12
- - Updated dependencies [0ea6722]
7
+ - Updated dependencies [fae0e71]
13
8
  - Updated dependencies [4718346]
14
- - Updated dependencies [94243f1]
15
- - Updated dependencies [0ef937d]
16
- - Updated dependencies [dcd46a4]
17
- - @forge/manifest@10.8.0-next.4-experimental-44e92a2
18
- - @forge/util@2.0.1-next.0-experimental-44e92a2
9
+ - @forge/manifest@10.8.0-next.5
19
10
 
20
11
  ## 8.8.1-next.4
21
12
 
@@ -36391,8 +36391,6 @@ export declare type GraphStore = {
36391
36391
  userCreatedDesignInverse?: Maybe<GraphStoreSimplifiedUserCreatedDesignInverseConnection>;
36392
36392
  userCreatedDocument?: Maybe<GraphStoreSimplifiedUserCreatedDocumentConnection>;
36393
36393
  userCreatedDocumentInverse?: Maybe<GraphStoreSimplifiedUserCreatedDocumentInverseConnection>;
36394
- userCreatedExternalTest?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestConnection>;
36395
- userCreatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseConnection>;
36396
36394
  userCreatedIssue?: Maybe<GraphStoreSimplifiedUserCreatedIssueConnection>;
36397
36395
  userCreatedIssueComment?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentConnection>;
36398
36396
  userCreatedIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection>;
@@ -36457,8 +36455,6 @@ export declare type GraphStore = {
36457
36455
  userOwnedCalendarEventInverse?: Maybe<GraphStoreSimplifiedUserOwnedCalendarEventInverseConnection>;
36458
36456
  userOwnedDocument?: Maybe<GraphStoreSimplifiedUserOwnedDocumentConnection>;
36459
36457
  userOwnedDocumentInverse?: Maybe<GraphStoreSimplifiedUserOwnedDocumentInverseConnection>;
36460
- userOwnedExternalTest?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestConnection>;
36461
- userOwnedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseConnection>;
36462
36458
  userOwnedRemoteLink?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkConnection>;
36463
36459
  userOwnedRemoteLinkInverse?: Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkInverseConnection>;
36464
36460
  userOwnedRepository?: Maybe<GraphStoreSimplifiedUserOwnedRepositoryConnection>;
@@ -36505,8 +36501,6 @@ export declare type GraphStore = {
36505
36501
  userUpdatedConfluenceSpaceInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceSpaceInverseConnection>;
36506
36502
  userUpdatedConfluenceWhiteboard?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardConnection>;
36507
36503
  userUpdatedConfluenceWhiteboardInverse?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseConnection>;
36508
- userUpdatedExternalTest?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestConnection>;
36509
- userUpdatedExternalTestInverse?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection>;
36510
36504
  userUpdatedGraphDocument?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentConnection>;
36511
36505
  userUpdatedGraphDocumentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentInverseConnection>;
36512
36506
  userUpdatedIssue?: Maybe<GraphStoreSimplifiedUserUpdatedIssueConnection>;
@@ -40713,20 +40707,6 @@ export declare type GraphStoreUserCreatedDocumentInverseArgs = {
40713
40707
  id: Scalars['ID']['input'];
40714
40708
  sort?: InputMaybe<GraphStoreUserCreatedDocumentSortInput>;
40715
40709
  };
40716
- export declare type GraphStoreUserCreatedExternalTestArgs = {
40717
- after?: InputMaybe<Scalars['String']['input']>;
40718
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
40719
- first?: InputMaybe<Scalars['Int']['input']>;
40720
- id: Scalars['ID']['input'];
40721
- sort?: InputMaybe<GraphStoreUserCreatedExternalTestSortInput>;
40722
- };
40723
- export declare type GraphStoreUserCreatedExternalTestInverseArgs = {
40724
- after?: InputMaybe<Scalars['String']['input']>;
40725
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
40726
- first?: InputMaybe<Scalars['Int']['input']>;
40727
- id: Scalars['ID']['input'];
40728
- sort?: InputMaybe<GraphStoreUserCreatedExternalTestSortInput>;
40729
- };
40730
40710
  export declare type GraphStoreUserCreatedIssueArgs = {
40731
40711
  after?: InputMaybe<Scalars['String']['input']>;
40732
40712
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -41175,20 +41155,6 @@ export declare type GraphStoreUserOwnedDocumentInverseArgs = {
41175
41155
  id: Scalars['ID']['input'];
41176
41156
  sort?: InputMaybe<GraphStoreUserOwnedDocumentSortInput>;
41177
41157
  };
41178
- export declare type GraphStoreUserOwnedExternalTestArgs = {
41179
- after?: InputMaybe<Scalars['String']['input']>;
41180
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41181
- first?: InputMaybe<Scalars['Int']['input']>;
41182
- id: Scalars['ID']['input'];
41183
- sort?: InputMaybe<GraphStoreUserOwnedExternalTestSortInput>;
41184
- };
41185
- export declare type GraphStoreUserOwnedExternalTestInverseArgs = {
41186
- after?: InputMaybe<Scalars['String']['input']>;
41187
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41188
- first?: InputMaybe<Scalars['Int']['input']>;
41189
- id: Scalars['ID']['input'];
41190
- sort?: InputMaybe<GraphStoreUserOwnedExternalTestSortInput>;
41191
- };
41192
41158
  export declare type GraphStoreUserOwnedRemoteLinkArgs = {
41193
41159
  after?: InputMaybe<Scalars['String']['input']>;
41194
41160
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -41513,20 +41479,6 @@ export declare type GraphStoreUserUpdatedConfluenceWhiteboardInverseArgs = {
41513
41479
  id: Scalars['ID']['input'];
41514
41480
  sort?: InputMaybe<GraphStoreUserUpdatedConfluenceWhiteboardSortInput>;
41515
41481
  };
41516
- export declare type GraphStoreUserUpdatedExternalTestArgs = {
41517
- after?: InputMaybe<Scalars['String']['input']>;
41518
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41519
- first?: InputMaybe<Scalars['Int']['input']>;
41520
- id: Scalars['ID']['input'];
41521
- sort?: InputMaybe<GraphStoreUserUpdatedExternalTestSortInput>;
41522
- };
41523
- export declare type GraphStoreUserUpdatedExternalTestInverseArgs = {
41524
- after?: InputMaybe<Scalars['String']['input']>;
41525
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
41526
- first?: InputMaybe<Scalars['Int']['input']>;
41527
- id: Scalars['ID']['input'];
41528
- sort?: InputMaybe<GraphStoreUserUpdatedExternalTestSortInput>;
41529
- };
41530
41482
  export declare type GraphStoreUserUpdatedGraphDocumentArgs = {
41531
41483
  after?: InputMaybe<Scalars['String']['input']>;
41532
41484
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -55495,34 +55447,6 @@ export declare type GraphStoreSimplifiedUserCreatedDocumentInverseEdge = {
55495
55447
  };
55496
55448
  export declare type GraphStoreSimplifiedUserCreatedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
55497
55449
  export declare type GraphStoreSimplifiedUserCreatedDocumentUnion = DevOpsDocument | ExternalDocument;
55498
- export declare type GraphStoreSimplifiedUserCreatedExternalTestConnection = HasPageInfo & {
55499
- __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestConnection';
55500
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalTestEdge>>>;
55501
- pageInfo: PageInfo;
55502
- };
55503
- export declare type GraphStoreSimplifiedUserCreatedExternalTestEdge = {
55504
- __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestEdge';
55505
- createdAt: Scalars['DateTime']['output'];
55506
- cursor?: Maybe<Scalars['String']['output']>;
55507
- id: Scalars['ID']['output'];
55508
- lastUpdated: Scalars['DateTime']['output'];
55509
- node?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestUnion>;
55510
- };
55511
- export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseConnection = HasPageInfo & {
55512
- __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestInverseConnection';
55513
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseEdge>>>;
55514
- pageInfo: PageInfo;
55515
- };
55516
- export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseEdge = {
55517
- __typename?: 'GraphStoreSimplifiedUserCreatedExternalTestInverseEdge';
55518
- createdAt: Scalars['DateTime']['output'];
55519
- cursor?: Maybe<Scalars['String']['output']>;
55520
- id: Scalars['ID']['output'];
55521
- lastUpdated: Scalars['DateTime']['output'];
55522
- node?: Maybe<GraphStoreSimplifiedUserCreatedExternalTestInverseUnion>;
55523
- };
55524
- export declare type GraphStoreSimplifiedUserCreatedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
55525
- export declare type GraphStoreSimplifiedUserCreatedExternalTestUnion = ExternalTest;
55526
55450
  export declare type GraphStoreSimplifiedUserCreatedIssueCommentConnection = HasPageInfo & {
55527
55451
  __typename?: 'GraphStoreSimplifiedUserCreatedIssueCommentConnection';
55528
55452
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedIssueCommentEdge>>>;
@@ -56403,34 +56327,6 @@ export declare type GraphStoreSimplifiedUserOwnedDocumentInverseEdge = {
56403
56327
  };
56404
56328
  export declare type GraphStoreSimplifiedUserOwnedDocumentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
56405
56329
  export declare type GraphStoreSimplifiedUserOwnedDocumentUnion = DevOpsDocument | ExternalDocument;
56406
- export declare type GraphStoreSimplifiedUserOwnedExternalTestConnection = HasPageInfo & {
56407
- __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestConnection';
56408
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalTestEdge>>>;
56409
- pageInfo: PageInfo;
56410
- };
56411
- export declare type GraphStoreSimplifiedUserOwnedExternalTestEdge = {
56412
- __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestEdge';
56413
- createdAt: Scalars['DateTime']['output'];
56414
- cursor?: Maybe<Scalars['String']['output']>;
56415
- id: Scalars['ID']['output'];
56416
- lastUpdated: Scalars['DateTime']['output'];
56417
- node?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestUnion>;
56418
- };
56419
- export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseConnection = HasPageInfo & {
56420
- __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestInverseConnection';
56421
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseEdge>>>;
56422
- pageInfo: PageInfo;
56423
- };
56424
- export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseEdge = {
56425
- __typename?: 'GraphStoreSimplifiedUserOwnedExternalTestInverseEdge';
56426
- createdAt: Scalars['DateTime']['output'];
56427
- cursor?: Maybe<Scalars['String']['output']>;
56428
- id: Scalars['ID']['output'];
56429
- lastUpdated: Scalars['DateTime']['output'];
56430
- node?: Maybe<GraphStoreSimplifiedUserOwnedExternalTestInverseUnion>;
56431
- };
56432
- export declare type GraphStoreSimplifiedUserOwnedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
56433
- export declare type GraphStoreSimplifiedUserOwnedExternalTestUnion = ExternalTest;
56434
56330
  export declare type GraphStoreSimplifiedUserOwnedRemoteLinkConnection = HasPageInfo & {
56435
56331
  __typename?: 'GraphStoreSimplifiedUserOwnedRemoteLinkConnection';
56436
56332
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserOwnedRemoteLinkEdge>>>;
@@ -57079,34 +56975,6 @@ export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseEd
57079
56975
  };
57080
56976
  export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
57081
56977
  export declare type GraphStoreSimplifiedUserUpdatedConfluenceWhiteboardUnion = ConfluenceWhiteboard;
57082
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestConnection = HasPageInfo & {
57083
- __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestConnection';
57084
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalTestEdge>>>;
57085
- pageInfo: PageInfo;
57086
- };
57087
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestEdge = {
57088
- __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestEdge';
57089
- createdAt: Scalars['DateTime']['output'];
57090
- cursor?: Maybe<Scalars['String']['output']>;
57091
- id: Scalars['ID']['output'];
57092
- lastUpdated: Scalars['DateTime']['output'];
57093
- node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestUnion>;
57094
- };
57095
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection = HasPageInfo & {
57096
- __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestInverseConnection';
57097
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge>>>;
57098
- pageInfo: PageInfo;
57099
- };
57100
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge = {
57101
- __typename?: 'GraphStoreSimplifiedUserUpdatedExternalTestInverseEdge';
57102
- createdAt: Scalars['DateTime']['output'];
57103
- cursor?: Maybe<Scalars['String']['output']>;
57104
- id: Scalars['ID']['output'];
57105
- lastUpdated: Scalars['DateTime']['output'];
57106
- node?: Maybe<GraphStoreSimplifiedUserUpdatedExternalTestInverseUnion>;
57107
- };
57108
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
57109
- export declare type GraphStoreSimplifiedUserUpdatedExternalTestUnion = ExternalTest;
57110
56978
  export declare type GraphStoreSimplifiedUserUpdatedGraphDocumentConnection = HasPageInfo & {
57111
56979
  __typename?: 'GraphStoreSimplifiedUserUpdatedGraphDocumentConnection';
57112
56980
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedGraphDocumentEdge>>>;
@@ -58372,9 +58240,6 @@ export declare type GraphStoreUserCreatedDesignSortInput = {
58372
58240
  export declare type GraphStoreUserCreatedDocumentSortInput = {
58373
58241
  lastModified?: InputMaybe<GraphStoreSortInput>;
58374
58242
  };
58375
- export declare type GraphStoreUserCreatedExternalTestSortInput = {
58376
- lastModified?: InputMaybe<GraphStoreSortInput>;
58377
- };
58378
58243
  export declare type GraphStoreUserCreatedIssueCommentSortInput = {
58379
58244
  lastModified?: InputMaybe<GraphStoreSortInput>;
58380
58245
  };
@@ -58495,9 +58360,6 @@ export declare type GraphStoreUserOwnedCalendarEventSortInput = {
58495
58360
  export declare type GraphStoreUserOwnedDocumentSortInput = {
58496
58361
  lastModified?: InputMaybe<GraphStoreSortInput>;
58497
58362
  };
58498
- export declare type GraphStoreUserOwnedExternalTestSortInput = {
58499
- lastModified?: InputMaybe<GraphStoreSortInput>;
58500
- };
58501
58363
  export declare type GraphStoreUserOwnedRemoteLinkSortInput = {
58502
58364
  lastModified?: InputMaybe<GraphStoreSortInput>;
58503
58365
  };
@@ -58580,9 +58442,6 @@ export declare type GraphStoreUserUpdatedConfluenceSpaceSortInput = {
58580
58442
  export declare type GraphStoreUserUpdatedConfluenceWhiteboardSortInput = {
58581
58443
  lastModified?: InputMaybe<GraphStoreSortInput>;
58582
58444
  };
58583
- export declare type GraphStoreUserUpdatedExternalTestSortInput = {
58584
- lastModified?: InputMaybe<GraphStoreSortInput>;
58585
- };
58586
58445
  export declare type GraphStoreUserUpdatedGraphDocumentSortInput = {
58587
58446
  lastModified?: InputMaybe<GraphStoreSortInput>;
58588
58447
  };
@@ -71726,7 +71585,6 @@ export declare enum JiraIssueViewActivityLayout {
71726
71585
  Vertical = "VERTICAL"
71727
71586
  }
71728
71587
  export declare enum JiraIssueViewAttachmentPanelViewMode {
71729
- GridView = "GRID_VIEW",
71730
71588
  ListView = "LIST_VIEW",
71731
71589
  StripView = "STRIP_VIEW"
71732
71590
  }
@@ -78635,8 +78493,7 @@ export declare type JiraResource = {
78635
78493
  export declare enum JiraResourceIntegration {
78636
78494
  Attachment = "ATTACHMENT",
78637
78495
  Confluence = "CONFLUENCE",
78638
- Loom = "LOOM",
78639
- Whiteboard = "WHITEBOARD"
78496
+ Loom = "LOOM"
78640
78497
  }
78641
78498
  export declare type JiraResourceNode = {
78642
78499
  __typename?: 'JiraResourceNode';
@@ -82006,7 +81863,6 @@ export declare type JiraTownsquareProject = {
82006
81863
  hasPermission?: Maybe<Scalars['Boolean']['output']>;
82007
81864
  iconName?: Maybe<Scalars['String']['output']>;
82008
81865
  id: Scalars['ID']['output'];
82009
- isWorkspaceActive?: Maybe<Scalars['Boolean']['output']>;
82010
81866
  key?: Maybe<Scalars['String']['output']>;
82011
81867
  name?: Maybe<Scalars['String']['output']>;
82012
81868
  ownerAaid?: Maybe<Scalars['String']['output']>;