@forge/cli-shared 6.7.1-next.2 → 6.7.1-next.2-experimental-611b366

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,14 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.7.1-next.2-experimental-611b366
4
+
5
+ ### Patch Changes
6
+
7
+ - 2cdac63: forge install should list all scopes
8
+ - 999a9d0: Update error messages for deployment
9
+ - Updated dependencies [94e48b9]
10
+ - @forge/manifest@8.9.0-next.0-experimental-611b366
11
+
3
12
  ## 6.7.1-next.2
4
13
 
5
14
  ### Patch Changes
@@ -53833,6 +53833,7 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
53833
53833
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
53834
53834
  attributesIncludedInAutoCompleteSearch?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
53835
53835
  cmdbFieldConfig?: Maybe<JiraCmdbFieldConfig>;
53836
+ cmdbObjectSearch?: Maybe<JiraCmdbObjectConnection>;
53836
53837
  cmdbObjects?: Maybe<JiraCmdbObjectConnection>;
53837
53838
  description?: Maybe<Scalars['String']['output']>;
53838
53839
  fieldConfig?: Maybe<JiraFieldConfig>;
@@ -53851,6 +53852,13 @@ export declare type JiraCmdbField = JiraIssueField & JiraIssueFieldConfiguration
53851
53852
  userFieldConfig?: Maybe<JiraUserFieldConfig>;
53852
53853
  wasInsightRequestSuccessful?: Maybe<Scalars['Boolean']['output']>;
53853
53854
  };
53855
+ export declare type JiraCmdbFieldCmdbObjectSearchArgs = {
53856
+ after?: InputMaybe<Scalars['String']['input']>;
53857
+ fieldLevelInput?: InputMaybe<JiraIssueTransitionFieldLevelInput>;
53858
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
53859
+ first?: InputMaybe<Scalars['Int']['input']>;
53860
+ searchBy?: InputMaybe<Scalars['String']['input']>;
53861
+ };
53854
53862
  export declare type JiraCmdbFieldCmdbObjectsArgs = {
53855
53863
  after?: InputMaybe<Scalars['String']['input']>;
53856
53864
  fieldValues?: InputMaybe<Array<InputMaybe<JiraFieldKeyValueInput>>>;
@@ -59785,6 +59793,7 @@ export declare type JiraJqlVersionsUnreleasedArgs = {
59785
59793
  export declare enum JiraJqlViewContext {
59786
59794
  JpdRoadmaps = "JPD_ROADMAPS",
59787
59795
  JswPlans = "JSW_PLANS",
59796
+ JswSummaryPage = "JSW_SUMMARY_PAGE",
59788
59797
  Jwm = "JWM",
59789
59798
  ShadowRequest = "SHADOW_REQUEST"
59790
59799
  }