@forge/cli-shared 6.6.0-next.6-experimental-62518dd → 6.6.0-next.7

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,25 +1,10 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.6.0-next.6-experimental-62518dd
4
-
5
- ### Minor Changes
6
-
7
- - f8e2503: Removed support of an installation id inplace of a site, product and environment installation context for the command
8
- - e5cca82: Added command for app versions details
3
+ ## 6.6.0-next.7
9
4
 
10
5
  ### Patch Changes
11
6
 
12
- - 0954fcd: Added new feature gate forge-cli-enable-xpa-installation defaulting to false
13
- - 62518dd: Update licese for Forge public packages
14
- - Updated dependencies [be59c90]
15
- - Updated dependencies [eb52ac8]
16
- - Updated dependencies [a92188e]
17
- - Updated dependencies [8819889]
18
- - Updated dependencies [cd0e244]
19
- - Updated dependencies [62518dd]
20
- - @forge/util@1.4.7-next.1-experimental-62518dd
21
- - @forge/i18n@0.0.3-next.1-experimental-62518dd
22
- - @forge/manifest@8.6.1-next.1-experimental-62518dd
7
+ - 951f3f0: Improved installation check when executing forge deploy command
23
8
 
24
9
  ## 6.6.0-next.6
25
10
 
@@ -15199,6 +15199,17 @@ export declare type ConfluenceSubCalendarSubscribersCount = {
15199
15199
  __typename?: 'ConfluenceSubCalendarSubscribersCount';
15200
15200
  count?: Maybe<Scalars['Int']['output']>;
15201
15201
  };
15202
+ export declare type ConfluenceSubscriptionApi = {
15203
+ __typename?: 'ConfluenceSubscriptionApi';
15204
+ subscriptionPayload?: Maybe<ConfluenceSubscriptionPayload>;
15205
+ };
15206
+ export declare type ConfluenceSubscriptionApiSubscriptionPayloadArgs = {
15207
+ id: Scalars['ID']['input'];
15208
+ };
15209
+ export declare type ConfluenceSubscriptionPayload = {
15210
+ __typename?: 'ConfluenceSubscriptionPayload';
15211
+ contentType: Scalars['String']['output'];
15212
+ };
15202
15213
  export declare type ConfluenceTeamPresence = {
15203
15214
  __typename?: 'ConfluenceTeamPresence';
15204
15215
  isEnabledOnContentView: Scalars['Boolean']['output'];
@@ -29260,6 +29271,7 @@ export declare type GraphStore = {
29260
29271
  cypherQuery: GraphStoreCypherQueryConnection;
29261
29272
  deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
29262
29273
  deploymentContainsCommitInverse?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitInverseConnection>;
29274
+ externalWorkerConflatesToIdentity3pUser?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection>;
29263
29275
  fetchAllRelationships: GraphStoreAllRelationshipsConnection;
29264
29276
  focusAreaAssociatedToProject?: Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection>;
29265
29277
  focusAreaAssociatedToProjectBatch?: Maybe<GraphStoreBatchFocusAreaAssociatedToProjectConnection>;
@@ -30255,6 +30267,13 @@ export declare type GraphStoreDeploymentContainsCommitInverseArgs = {
30255
30267
  id: Scalars['ID']['input'];
30256
30268
  sort?: InputMaybe<GraphStoreDeploymentContainsCommitSortInput>;
30257
30269
  };
30270
+ export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserArgs = {
30271
+ after?: InputMaybe<Scalars['String']['input']>;
30272
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
30273
+ first?: InputMaybe<Scalars['Int']['input']>;
30274
+ id: Scalars['ID']['input'];
30275
+ sort?: InputMaybe<GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput>;
30276
+ };
30258
30277
  export declare type GraphStoreFetchAllRelationshipsArgs = {
30259
30278
  after?: InputMaybe<Scalars['String']['input']>;
30260
30279
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -35166,6 +35185,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
35166
35185
  export declare type GraphStoreDeploymentContainsCommitSortInput = {
35167
35186
  lastModified?: InputMaybe<GraphStoreSortInput>;
35168
35187
  };
35188
+ export declare type GraphStoreExternalWorkerConflatesToIdentity3pUserSortInput = {
35189
+ lastModified?: InputMaybe<GraphStoreSortInput>;
35190
+ };
35169
35191
  export declare type GraphStoreFloatFilterInput = {
35170
35192
  greaterThan?: InputMaybe<Scalars['Float']['input']>;
35171
35193
  greaterThanOrEqual?: InputMaybe<Scalars['Float']['input']>;
@@ -40370,6 +40392,20 @@ export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseEdge = {
40370
40392
  };
40371
40393
  export declare type GraphStoreSimplifiedDeploymentContainsCommitInverseUnion = DeploymentSummary | ExternalDeployment;
40372
40394
  export declare type GraphStoreSimplifiedDeploymentContainsCommitUnion = ExternalCommit;
40395
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection = HasPageInfo & {
40396
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserConnection';
40397
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge>>>;
40398
+ pageInfo: PageInfo;
40399
+ };
40400
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge = {
40401
+ __typename?: 'GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserEdge';
40402
+ createdAt: Scalars['DateTime']['output'];
40403
+ cursor?: Maybe<Scalars['String']['output']>;
40404
+ id: Scalars['ID']['output'];
40405
+ lastUpdated: Scalars['DateTime']['output'];
40406
+ node?: Maybe<GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion>;
40407
+ };
40408
+ export declare type GraphStoreSimplifiedExternalWorkerConflatesToIdentity3pUserUnion = ThirdPartyUser;
40373
40409
  export declare type GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection = HasPageInfo & {
40374
40410
  __typename?: 'GraphStoreSimplifiedFocusAreaAssociatedToProjectConnection';
40375
40411
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedFocusAreaAssociatedToProjectEdge>>>;
@@ -51976,6 +52012,9 @@ export declare type JiraCustomRemoteIssueLink = {
51976
52012
  summary?: Maybe<Scalars['String']['output']>;
51977
52013
  title?: Maybe<Scalars['String']['output']>;
51978
52014
  };
52015
+ export declare type JiraCustomerOrganizationsBulkFetchInput = {
52016
+ customerOrganizationUUIDs: Array<Scalars['String']['input']>;
52017
+ };
51979
52018
  export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
51980
52019
  __typename?: 'JiraCustomerServiceOrganizationField';
51981
52020
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -59498,6 +59537,7 @@ export declare type JiraQuery = {
59498
59537
  jiraBoard?: Maybe<JiraBoardResult>;
59499
59538
  jiraBulkTransitionsScreenDetails?: Maybe<JiraBulkTransitionScreenLayout>;
59500
59539
  jiraCalendar?: Maybe<JiraCalendar>;
59540
+ jiraCustomerOrganizationsByUUIDs?: Maybe<JiraServiceManagementOrganizationConnection>;
59501
59541
  jiraFetchBulkOperationDetails?: Maybe<JiraFetchBulkOperationDetailsResponse>;
59502
59542
  jiraFieldConfigs?: Maybe<JiraFieldConfigConnection>;
59503
59543
  jiraIssueSearchView?: Maybe<JiraView>;
@@ -60027,6 +60067,14 @@ export declare type JiraQueryJiraCalendarArgs = {
60027
60067
  configuration?: InputMaybe<JiraCalendarViewConfigurationInput>;
60028
60068
  scope?: InputMaybe<JiraViewScopeInput>;
60029
60069
  };
60070
+ export declare type JiraQueryJiraCustomerOrganizationsByUuiDsArgs = {
60071
+ after?: InputMaybe<Scalars['String']['input']>;
60072
+ before?: InputMaybe<Scalars['String']['input']>;
60073
+ cloudId: Scalars['ID']['input'];
60074
+ first?: InputMaybe<Scalars['Int']['input']>;
60075
+ input: JiraCustomerOrganizationsBulkFetchInput;
60076
+ last?: InputMaybe<Scalars['Int']['input']>;
60077
+ };
60030
60078
  export declare type JiraQueryJiraFetchBulkOperationDetailsArgs = {
60031
60079
  issueIds: Array<Scalars['ID']['input']>;
60032
60080
  };
@@ -85031,6 +85079,7 @@ export declare type SubjectsByTypeUserWithRestrictionsArgs = {
85031
85079
  };
85032
85080
  export declare type Subscription = {
85033
85081
  __typename?: 'Subscription';
85082
+ confluence?: Maybe<ConfluenceSubscriptionApi>;
85034
85083
  devOps?: Maybe<AriGraphSubscriptions>;
85035
85084
  devai_onAutodevJobLogGroupsUpdated?: Maybe<DevAiAutodevLogGroupConnection>;
85036
85085
  devai_onAutodevJobLogsListUpdated?: Maybe<DevAiAutodevLogConnection>;