@forge/cli-shared 3.2.3-next.0 → 3.2.3-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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.2.3-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - 8e2a5a6: Update node-fetch version
8
+ - Updated dependencies [8e2a5a6]
9
+ - @forge/manifest@4.4.2-next.1
10
+
3
11
  ## 3.2.3-next.0
4
12
 
5
13
  ### Patch Changes
@@ -866,6 +866,7 @@ export declare type AppUnsubscribePayload = Payload & {
866
866
  };
867
867
  export declare type AppUser = User & {
868
868
  __typename?: 'AppUser';
869
+ id: Scalars['ID'];
869
870
  accountId: Scalars['ID'];
870
871
  canonicalAccountId: Scalars['ID'];
871
872
  accountStatus: AccountStatus;
@@ -1050,6 +1051,7 @@ export declare type AssignIssueParentOutput = MutationResponse & {
1050
1051
  };
1051
1052
  export declare type AtlassianAccountUser = User & LocalizationContext & {
1052
1053
  __typename?: 'AtlassianAccountUser';
1054
+ id: Scalars['ID'];
1053
1055
  accountId: Scalars['ID'];
1054
1056
  canonicalAccountId: Scalars['ID'];
1055
1057
  accountStatus: AccountStatus;
@@ -1570,6 +1572,7 @@ export declare type CardPriority = {
1570
1572
  __typename?: 'CardPriority';
1571
1573
  name?: Maybe<Scalars['String']>;
1572
1574
  iconUrl?: Maybe<Scalars['String']>;
1575
+ id?: Maybe<Scalars['String']>;
1573
1576
  };
1574
1577
  export declare type CardRank = {
1575
1578
  afterCardId?: Maybe<Scalars['ID']>;
@@ -3395,7 +3398,6 @@ export declare type CompassTeamCheckinsInput = {
3395
3398
  export declare type CompassTeamData = {
3396
3399
  __typename?: 'CompassTeamData';
3397
3400
  teamId?: Maybe<Scalars['ID']>;
3398
- team?: Maybe<Team>;
3399
3401
  labels?: Maybe<Array<CompassTeamLabel>>;
3400
3402
  currentCheckin?: Maybe<CompassTeamCheckin>;
3401
3403
  };
@@ -5307,6 +5309,7 @@ export declare type CustomUiTunnelDefinitionInput = {
5307
5309
  };
5308
5310
  export declare type CustomerUser = User & LocalizationContext & {
5309
5311
  __typename?: 'CustomerUser';
5312
+ id: Scalars['ID'];
5310
5313
  accountId: Scalars['ID'];
5311
5314
  canonicalAccountId: Scalars['ID'];
5312
5315
  accountStatus: AccountStatus;
@@ -6335,6 +6338,7 @@ export declare type DevOpsToolAppLinks = {
6335
6338
  manage?: Maybe<Scalars['String']>;
6336
6339
  configure?: Maybe<Scalars['String']>;
6337
6340
  getStarted?: Maybe<Scalars['String']>;
6341
+ support?: Maybe<Scalars['String']>;
6338
6342
  };
6339
6343
  export declare type DevOpsToolAuth = {
6340
6344
  authenticated: Scalars['Boolean'];
@@ -8056,6 +8060,18 @@ export declare type JiraAssetFieldSelectedAssetsConnectionArgs = {
8056
8060
  last?: Maybe<Scalars['Int']>;
8057
8061
  before?: Maybe<Scalars['String']>;
8058
8062
  };
8063
+ export declare type JiraAssignRelatedWorkInput = {
8064
+ assigneeId?: Maybe<Scalars['ID']>;
8065
+ relatedWorkType: JiraVersionRelatedWorkType;
8066
+ relatedWorkId?: Maybe<Scalars['ID']>;
8067
+ versionId: Scalars['ID'];
8068
+ };
8069
+ export declare type JiraAssignRelatedWorkPayload = Payload & {
8070
+ __typename?: 'JiraAssignRelatedWorkPayload';
8071
+ success: Scalars['Boolean'];
8072
+ errors?: Maybe<Array<MutationError>>;
8073
+ relatedWork?: Maybe<JiraVersionRelatedWorkV2>;
8074
+ };
8059
8075
  export declare type JiraAtlassianTeam = {
8060
8076
  __typename?: 'JiraAtlassianTeam';
8061
8077
  teamId?: Maybe<Scalars['String']>;
@@ -10693,6 +10709,7 @@ export declare type JiraMutation = {
10693
10709
  createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
10694
10710
  addRelatedWorkToVersion?: Maybe<JiraAddRelatedWorkToVersionPayload>;
10695
10711
  removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
10712
+ assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
10696
10713
  jiraFilterMutation?: Maybe<JiraFilterMutation>;
10697
10714
  setApplicationProperties?: Maybe<JiraSetApplicationPropertiesPayload>;
10698
10715
  updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
@@ -10727,6 +10744,9 @@ export declare type JiraMutationAddRelatedWorkToVersionArgs = {
10727
10744
  export declare type JiraMutationRemoveRelatedWorkFromVersionArgs = {
10728
10745
  input: JiraRemoveRelatedWorkFromVersionInput;
10729
10746
  };
10747
+ export declare type JiraMutationAssignRelatedWorkToUserArgs = {
10748
+ input: JiraAssignRelatedWorkInput;
10749
+ };
10730
10750
  export declare type JiraMutationSetApplicationPropertiesArgs = {
10731
10751
  cloudId: Scalars['ID'];
10732
10752
  input: Array<JiraSetApplicationPropertyInput>;
@@ -13479,6 +13499,7 @@ export declare type JiraVersionRelatedWorkConfluenceReleaseNotes = JiraVersionRe
13479
13499
  category?: Maybe<Scalars['String']>;
13480
13500
  addedOn?: Maybe<Scalars['DateTime']>;
13481
13501
  addedBy?: Maybe<User>;
13502
+ assignee?: Maybe<User>;
13482
13503
  };
13483
13504
  export declare type JiraVersionRelatedWorkConnection = {
13484
13505
  __typename?: 'JiraVersionRelatedWorkConnection';
@@ -13498,16 +13519,24 @@ export declare type JiraVersionRelatedWorkGenericLink = JiraVersionRelatedWorkV2
13498
13519
  category?: Maybe<Scalars['String']>;
13499
13520
  addedOn?: Maybe<Scalars['DateTime']>;
13500
13521
  addedBy?: Maybe<User>;
13522
+ assignee?: Maybe<User>;
13501
13523
  };
13502
13524
  export declare type JiraVersionRelatedWorkNativeReleaseNotes = JiraVersionRelatedWorkV2 & {
13503
13525
  __typename?: 'JiraVersionRelatedWorkNativeReleaseNotes';
13504
13526
  addedOn?: Maybe<Scalars['DateTime']>;
13505
13527
  category?: Maybe<Scalars['String']>;
13506
13528
  title?: Maybe<Scalars['String']>;
13529
+ assignee?: Maybe<User>;
13507
13530
  };
13531
+ export declare enum JiraVersionRelatedWorkType {
13532
+ GenericLink = "GENERIC_LINK",
13533
+ ConfluenceReleaseNotes = "CONFLUENCE_RELEASE_NOTES",
13534
+ NativeReleaseNotes = "NATIVE_RELEASE_NOTES"
13535
+ }
13508
13536
  export declare type JiraVersionRelatedWorkV2 = {
13509
13537
  category?: Maybe<Scalars['String']>;
13510
13538
  title?: Maybe<Scalars['String']>;
13539
+ assignee?: Maybe<User>;
13511
13540
  };
13512
13541
  export declare type JiraVersionRelatedWorkV2Connection = {
13513
13542
  __typename?: 'JiraVersionRelatedWorkV2Connection';
@@ -16797,9 +16826,11 @@ export declare enum RateLimitingCurrency {
16797
16826
  CompassInsertMetricValueCurrency = "COMPASS_INSERT_METRIC_VALUE_CURRENCY",
16798
16827
  CompassSynchronizeLinkAssociationsCurrency = "COMPASS_SYNCHRONIZE_LINK_ASSOCIATIONS_CURRENCY",
16799
16828
  DirectoryCurrency = "DIRECTORY_CURRENCY",
16829
+ HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
16800
16830
  ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
16801
16831
  DevopsServiceReadCurrency = "DEVOPS_SERVICE_READ_CURRENCY",
16802
16832
  DevopsServiceWriteCurrency = "DEVOPS_SERVICE_WRITE_CURRENCY",
16833
+ HelpCenterCurrency = "HELP_CENTER_CURRENCY",
16803
16834
  ForgeAlertsCurrency = "FORGE_ALERTS_CURRENCY"
16804
16835
  }
16805
16836
  export declare type RawStatus = {
@@ -18825,6 +18856,7 @@ export declare type SupportRequestAddCommentInput = {
18825
18856
  export declare type SupportRequestCatalogMutationApi = {
18826
18857
  __typename?: 'SupportRequestCatalogMutationApi';
18827
18858
  addComment?: Maybe<SupportRequestComment>;
18859
+ updateMigrationTask?: Maybe<Array<Maybe<Scalars['JSON']>>>;
18828
18860
  statusTransition?: Maybe<Scalars['Boolean']>;
18829
18861
  removeRequestParticipants?: Maybe<SupportRequestParticipants>;
18830
18862
  addRequestParticipants?: Maybe<SupportRequestParticipants>;
@@ -18837,6 +18869,9 @@ export declare type SupportRequestCatalogMutationApi = {
18837
18869
  export declare type SupportRequestCatalogMutationApiAddCommentArgs = {
18838
18870
  input?: Maybe<SupportRequestAddCommentInput>;
18839
18871
  };
18872
+ export declare type SupportRequestCatalogMutationApiUpdateMigrationTaskArgs = {
18873
+ input?: Maybe<SupportRequestMigrationTaskInput>;
18874
+ };
18840
18875
  export declare type SupportRequestCatalogMutationApiStatusTransitionArgs = {
18841
18876
  input?: Maybe<SupportRequestTransitionInput>;
18842
18877
  };
@@ -18957,6 +18992,12 @@ export declare type SupportRequestLastComment = {
18957
18992
  offset: Scalars['Int'];
18958
18993
  values: Array<SupportRequestComment>;
18959
18994
  };
18995
+ export declare type SupportRequestMigrationTaskInput = {
18996
+ requestKey: Scalars['String'];
18997
+ taskName: Scalars['String'];
18998
+ comment?: Maybe<Scalars['String']>;
18999
+ completedByPartner: Scalars['Boolean'];
19000
+ };
18960
19001
  export declare enum SupportRequestNamedContactOperation {
18961
19002
  Add = "ADD",
18962
19003
  Remove = "REMOVE"
@@ -20152,6 +20193,7 @@ export declare type UpdateUserInstallationRulesInput = {
20152
20193
  rule: UserInstallationRuleValue;
20153
20194
  };
20154
20195
  export declare type User = {
20196
+ id: Scalars['ID'];
20155
20197
  accountId: Scalars['ID'];
20156
20198
  canonicalAccountId: Scalars['ID'];
20157
20199
  accountStatus: AccountStatus;