@forge/cli-shared 6.7.0 → 6.7.1-next.0

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,11 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.7.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 999a9d0: Update error messages for deployment
8
+
3
9
  ## 6.7.0
4
10
 
5
11
  ### Minor Changes
@@ -30791,8 +30791,6 @@ export declare type GraphStore = {
30791
30791
  userCreatedIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection>;
30792
30792
  userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
30793
30793
  userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
30794
- userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
30795
- userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
30796
30794
  userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
30797
30795
  userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
30798
30796
  userCreatedRelease?: Maybe<GraphStoreSimplifiedUserCreatedReleaseConnection>;
@@ -34219,20 +34217,6 @@ export declare type GraphStoreUserCreatedIssueWorklogInverseArgs = {
34219
34217
  id: Scalars['ID']['input'];
34220
34218
  sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
34221
34219
  };
34222
- export declare type GraphStoreUserCreatedLoomVideoArgs = {
34223
- after?: InputMaybe<Scalars['String']['input']>;
34224
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
34225
- first?: InputMaybe<Scalars['Int']['input']>;
34226
- id: Scalars['ID']['input'];
34227
- sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
34228
- };
34229
- export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
34230
- after?: InputMaybe<Scalars['String']['input']>;
34231
- consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
34232
- first?: InputMaybe<Scalars['Int']['input']>;
34233
- id: Scalars['ID']['input'];
34234
- sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
34235
- };
34236
34220
  export declare type GraphStoreUserCreatedMessageArgs = {
34237
34221
  after?: InputMaybe<Scalars['String']['input']>;
34238
34222
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -46489,34 +46473,6 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
46489
46473
  };
46490
46474
  export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
46491
46475
  export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
46492
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
46493
- __typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
46494
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
46495
- pageInfo: PageInfo;
46496
- };
46497
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoEdge = {
46498
- __typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoEdge';
46499
- createdAt: Scalars['DateTime']['output'];
46500
- cursor?: Maybe<Scalars['String']['output']>;
46501
- id: Scalars['ID']['output'];
46502
- lastUpdated: Scalars['DateTime']['output'];
46503
- node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoUnion>;
46504
- };
46505
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection = HasPageInfo & {
46506
- __typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection';
46507
- edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge>>>;
46508
- pageInfo: PageInfo;
46509
- };
46510
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge = {
46511
- __typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge';
46512
- createdAt: Scalars['DateTime']['output'];
46513
- cursor?: Maybe<Scalars['String']['output']>;
46514
- id: Scalars['ID']['output'];
46515
- lastUpdated: Scalars['DateTime']['output'];
46516
- node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion>;
46517
- };
46518
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
46519
- export declare type GraphStoreSimplifiedUserCreatedLoomVideoUnion = ExternalVideo;
46520
46476
  export declare type GraphStoreSimplifiedUserCreatedMessageConnection = HasPageInfo & {
46521
46477
  __typename?: 'GraphStoreSimplifiedUserCreatedMessageConnection';
46522
46478
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedMessageEdge>>>;
@@ -48928,9 +48884,6 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
48928
48884
  export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
48929
48885
  lastModified?: InputMaybe<GraphStoreSortInput>;
48930
48886
  };
48931
- export declare type GraphStoreUserCreatedLoomVideoSortInput = {
48932
- lastModified?: InputMaybe<GraphStoreSortInput>;
48933
- };
48934
48887
  export declare type GraphStoreUserCreatedMessageSortInput = {
48935
48888
  lastModified?: InputMaybe<GraphStoreSortInput>;
48936
48889
  };
@@ -52847,6 +52800,7 @@ export declare type JiraApproveJiraBitbucketWorkspaceAccessRequestPayload = Payl
52847
52800
  success: Scalars['Boolean']['output'];
52848
52801
  };
52849
52802
  export declare type JiraArchiveJourneyConfigurationInput = {
52803
+ etag?: InputMaybe<Scalars['String']['input']>;
52850
52804
  id: Scalars['ID']['input'];
52851
52805
  version: Scalars['Long']['input'];
52852
52806
  };
@@ -55234,6 +55188,7 @@ export declare type JiraCreateJourneyConfigurationPayload = Payload & {
55234
55188
  };
55235
55189
  export declare type JiraCreateJourneyItemInput = {
55236
55190
  configuration?: InputMaybe<JiraJourneyItemConfigurationInput>;
55191
+ etag?: InputMaybe<Scalars['String']['input']>;
55237
55192
  insertAfterItemId?: InputMaybe<Scalars['ID']['input']>;
55238
55193
  journeyId: Scalars['ID']['input'];
55239
55194
  journeyVersion: Scalars['Long']['input'];
@@ -55665,6 +55620,7 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
55665
55620
  success: Scalars['Boolean']['output'];
55666
55621
  };
55667
55622
  export declare type JiraDeleteJourneyItemInput = {
55623
+ etag?: InputMaybe<Scalars['String']['input']>;
55668
55624
  itemId: Scalars['ID']['input'];
55669
55625
  journeyId: Scalars['ID']['input'];
55670
55626
  journeyVersion: Scalars['Long']['input'];
@@ -56061,6 +56017,7 @@ export declare type JiraDevSummaryField = JiraIssueField & Node & {
56061
56017
  type: Scalars['String']['output'];
56062
56018
  };
56063
56019
  export declare type JiraDisableJourneyConfigurationInput = {
56020
+ etag?: InputMaybe<Scalars['String']['input']>;
56064
56021
  id: Scalars['ID']['input'];
56065
56022
  version: Scalars['Long']['input'];
56066
56023
  };
@@ -59062,6 +59019,11 @@ export declare type JiraJqlHistoryEdge = {
59062
59019
  __typename?: 'JiraJQLHistoryEdge';
59063
59020
  node?: Maybe<JiraJqlHistory>;
59064
59021
  };
59022
+ export declare enum JiraJourneyActiveState {
59023
+ Active = "ACTIVE",
59024
+ Inactive = "INACTIVE",
59025
+ None = "NONE"
59026
+ }
59065
59027
  export declare type JiraJourneyBuilderAssociatedAutomationRule = {
59066
59028
  __typename?: 'JiraJourneyBuilderAssociatedAutomationRule';
59067
59029
  id: Scalars['ID']['output'];
@@ -59071,6 +59033,8 @@ export declare type JiraJourneyConfiguration = Node & {
59071
59033
  activityConfigurations?: Maybe<Array<Maybe<JiraActivityConfiguration>>>;
59072
59034
  createdAt?: Maybe<Scalars['DateTime']['output']>;
59073
59035
  createdBy?: Maybe<User>;
59036
+ etag?: Maybe<Scalars['String']['output']>;
59037
+ hasUnpublishedChanges?: Maybe<Scalars['Boolean']['output']>;
59074
59038
  id: Scalars['ID']['output'];
59075
59039
  journeyItems?: Maybe<Array<JiraJourneyItem>>;
59076
59040
  name?: Maybe<Scalars['String']['output']>;
@@ -63076,6 +63040,7 @@ export declare type JiraPublishBoardViewConfigPayload = Payload & {
63076
63040
  success: Scalars['Boolean']['output'];
63077
63041
  };
63078
63042
  export declare type JiraPublishJourneyConfigurationInput = {
63043
+ etag?: InputMaybe<Scalars['String']['input']>;
63079
63044
  id: Scalars['ID']['input'];
63080
63045
  version: Scalars['Long']['input'];
63081
63046
  };
@@ -63298,6 +63263,8 @@ export declare type JiraQueryAllGrantTypeKeysArgs = {
63298
63263
  cloudId: Scalars['ID']['input'];
63299
63264
  };
63300
63265
  export declare type JiraQueryAllJiraJourneyConfigurationsArgs = {
63266
+ activeState?: InputMaybe<JiraJourneyActiveState>;
63267
+ after?: InputMaybe<Scalars['String']['input']>;
63301
63268
  cloudId: Scalars['ID']['input'];
63302
63269
  first?: InputMaybe<Scalars['Int']['input']>;
63303
63270
  projectKey?: InputMaybe<Scalars['String']['input']>;
@@ -63759,10 +63726,12 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
63759
63726
  export declare type JiraQueryJiraJourneyConfigurationArgs = {
63760
63727
  cloudId: Scalars['ID']['input'];
63761
63728
  id: Scalars['ID']['input'];
63729
+ isEditing?: InputMaybe<Scalars['Boolean']['input']>;
63762
63730
  };
63763
63731
  export declare type JiraQueryJiraJourneyItemArgs = {
63764
63732
  cloudId: Scalars['ID']['input'];
63765
63733
  id: Scalars['ID']['input'];
63734
+ isEditing?: InputMaybe<Scalars['Boolean']['input']>;
63766
63735
  journeyId: Scalars['ID']['input'];
63767
63736
  };
63768
63737
  export declare type JiraQueryJiraJourneySettingsArgs = {
@@ -67814,27 +67783,32 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
67814
67783
  };
67815
67784
  export declare type JiraUpdateJourneyItemInput = {
67816
67785
  configuration: JiraJourneyItemConfigurationInput;
67786
+ etag?: InputMaybe<Scalars['String']['input']>;
67817
67787
  itemId: Scalars['ID']['input'];
67818
67788
  journeyId: Scalars['ID']['input'];
67819
67789
  journeyVersion: Scalars['Long']['input'];
67820
67790
  };
67821
67791
  export declare type JiraUpdateJourneyNameInput = {
67792
+ etag?: InputMaybe<Scalars['String']['input']>;
67822
67793
  id: Scalars['ID']['input'];
67823
67794
  name?: InputMaybe<Scalars['String']['input']>;
67824
67795
  version: Scalars['Long']['input'];
67825
67796
  };
67826
67797
  export declare type JiraUpdateJourneyParentIssueConfigurationInput = {
67798
+ etag?: InputMaybe<Scalars['String']['input']>;
67827
67799
  id: Scalars['ID']['input'];
67828
67800
  parentIssue?: InputMaybe<JiraJourneyParentIssueInput>;
67829
67801
  version: Scalars['Long']['input'];
67830
67802
  };
67831
67803
  export declare type JiraUpdateJourneyTriggerConfigurationInput = {
67804
+ etag?: InputMaybe<Scalars['String']['input']>;
67832
67805
  id: Scalars['ID']['input'];
67833
67806
  triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
67834
67807
  version: Scalars['Long']['input'];
67835
67808
  };
67836
67809
  export declare type JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput = {
67837
67810
  associatedRuleId: Scalars['ID']['input'];
67811
+ etag?: InputMaybe<Scalars['String']['input']>;
67838
67812
  journeyId: Scalars['ID']['input'];
67839
67813
  journeyItemId: Scalars['ID']['input'];
67840
67814
  journeyVersion: Scalars['Long']['input'];