@forge/cli-shared 3.20.0-next.15 → 3.20.0-next.16

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.20.0-next.16
4
+
5
+ ### Patch Changes
6
+
7
+ - f11f7384: Bumping dependencies via Renovate:
8
+
9
+ - @sentry/node
10
+
3
11
  ## 3.20.0-next.15
4
12
 
5
13
  ### Patch Changes
@@ -12729,7 +12729,7 @@ export type HelpObjectStoreSearchInput = {
12729
12729
  entityType: HelpObjectStoreSearchEntityType;
12730
12730
  portalIds?: InputMaybe<Array<Scalars['ID']['input']>>;
12731
12731
  queryTerm: Scalars['String']['input'];
12732
- resultLimit?: InputMaybe<Scalars['Int']['input']>;
12732
+ resultLimit: Scalars['Int']['input'];
12733
12733
  };
12734
12734
  export type HelpObjectStoreSearchMetaData = {
12735
12735
  __typename?: 'HelpObjectStoreSearchMetaData';
@@ -12749,10 +12749,6 @@ export type HelpObjectStoreSearchResult = Node & {
12749
12749
  metaData?: Maybe<HelpObjectStoreSearchMetaData>;
12750
12750
  title: Scalars['String']['output'];
12751
12751
  };
12752
- export declare enum HelpObjectStoreSearchableEntityType {
12753
- Article = "ARTICLE",
12754
- RequestForm = "REQUEST_FORM"
12755
- }
12756
12752
  export type HelpObjectStoreSuccessfullyCreatedEntityMappingDetail = {
12757
12753
  __typename?: 'HelpObjectStoreSuccessfullyCreatedEntityMappingDetail';
12758
12754
  ari: Scalars['ID']['output'];
@@ -13527,6 +13523,13 @@ export type JiraAdfToConvertedPlainText = {
13527
13523
  isTruncated?: Maybe<Scalars['Boolean']['output']>;
13528
13524
  plainText?: Maybe<Scalars['String']['output']>;
13529
13525
  };
13526
+ export type JiraAdminRichTextFieldConfig = {
13527
+ __typename?: 'JiraAdminRichTextFieldConfig';
13528
+ aiEnabledByProject?: Maybe<Scalars['Boolean']['output']>;
13529
+ };
13530
+ export type JiraAdminRichTextFieldConfigAiEnabledByProjectArgs = {
13531
+ projectId?: InputMaybe<Scalars['ID']['input']>;
13532
+ };
13530
13533
  export type JiraAffectedService = {
13531
13534
  __typename?: 'JiraAffectedService';
13532
13535
  name?: Maybe<Scalars['String']['output']>;
@@ -19620,6 +19623,7 @@ export type JiraRichText = {
19620
19623
  };
19621
19624
  export type JiraRichTextField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
19622
19625
  __typename?: 'JiraRichTextField';
19626
+ adminRichTextConfig?: Maybe<JiraAdminRichTextFieldConfig>;
19623
19627
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
19624
19628
  description?: Maybe<Scalars['String']['output']>;
19625
19629
  fieldConfig?: Maybe<JiraFieldConfig>;