@forge/cli-shared 3.16.0-next.15 → 3.16.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.16.0-next.16
4
+
5
+ ### Patch Changes
6
+
7
+ - 07d9b39: Bumping dependencies via Renovate:
8
+
9
+ - launchdarkly-node-client-sdk
10
+
3
11
  ## 3.16.0-next.15
4
12
 
5
13
  ### Patch Changes
@@ -21697,6 +21697,7 @@ export declare type QueryIsSainSearchEnabledArgs = {
21697
21697
  export declare type QueryNlpSearchArgs = {
21698
21698
  query?: Maybe<Scalars['String']>;
21699
21699
  locations: Array<Scalars['String']>;
21700
+ locale?: Maybe<Scalars['String']>;
21700
21701
  };
21701
21702
  export declare type QueryNlpFollowUpArgs = {
21702
21703
  query?: Maybe<Scalars['String']>;
@@ -21782,6 +21783,8 @@ export declare enum RateLimitingCurrency {
21782
21783
  PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
21783
21784
  PolarisIdeaTemplatesQueryCurrency = "POLARIS_IDEA_TEMPLATES_QUERY_CURRENCY",
21784
21785
  CompassSynchronizeLinkAssociationsCurrency = "COMPASS_SYNCHRONIZE_LINK_ASSOCIATIONS_CURRENCY",
21786
+ ShepherdReadAlertCurrency = "SHEPHERD_READ_ALERT_CURRENCY",
21787
+ ShepherdDefaultCurrency = "SHEPHERD_DEFAULT_CURRENCY",
21785
21788
  HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
21786
21789
  ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
21787
21790
  ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
@@ -23411,6 +23414,8 @@ export declare enum ShepherdAlertTemplateType {
23411
23414
  AddedJiraGlobalPermission = "ADDED_JIRA_GLOBAL_PERMISSION",
23412
23415
  AddedOrgadmin = "ADDED_ORGADMIN",
23413
23416
  ConfluenceDataDiscovery = "CONFLUENCE_DATA_DISCOVERY",
23417
+ ConfluenceDataDiscoveryCreditCard = "CONFLUENCE_DATA_DISCOVERY_CREDIT_CARD",
23418
+ ConfluenceDataDiscoveryCrypto = "CONFLUENCE_DATA_DISCOVERY_CRYPTO",
23414
23419
  ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
23415
23420
  ConfluencePageExports = "CONFLUENCE_PAGE_EXPORTS",
23416
23421
  ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",