@forge/cli-shared 3.16.0-next.15 → 3.16.0-next.17
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,21 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.16.0-next.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 5b46311: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- ora
|
|
10
|
+
|
|
11
|
+
## 3.16.0-next.16
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 07d9b39: Bumping dependencies via Renovate:
|
|
16
|
+
|
|
17
|
+
- launchdarkly-node-client-sdk
|
|
18
|
+
|
|
3
19
|
## 3.16.0-next.15
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
|
@@ -14565,11 +14565,13 @@ export declare type JiraProjectLinkedSecurityContainersArgs = {
|
|
|
14565
14565
|
first?: Maybe<Scalars['Int']>;
|
|
14566
14566
|
after?: Maybe<Scalars['String']>;
|
|
14567
14567
|
type?: Maybe<Scalars['String']>;
|
|
14568
|
+
sort?: Maybe<AriGraphRelationshipsSort>;
|
|
14568
14569
|
};
|
|
14569
14570
|
export declare type JiraProjectLinkedSecurityVulnerabilitiesArgs = {
|
|
14570
14571
|
first?: Maybe<Scalars['Int']>;
|
|
14571
14572
|
after?: Maybe<Scalars['String']>;
|
|
14572
14573
|
type?: Maybe<Scalars['String']>;
|
|
14574
|
+
sort?: Maybe<AriGraphRelationshipsSort>;
|
|
14573
14575
|
};
|
|
14574
14576
|
export declare type JiraProjectLinkedDocumentationContainersArgs = {
|
|
14575
14577
|
first?: Maybe<Scalars['Int']>;
|
|
@@ -16411,6 +16413,7 @@ export declare type JiraServiceManagementRequestTypePractice = {
|
|
|
16411
16413
|
export declare type JiraServiceManagementRequestTypeTemplate = {
|
|
16412
16414
|
__typename?: 'JiraServiceManagementRequestTypeTemplate';
|
|
16413
16415
|
formTemplateInternalId: Scalars['String'];
|
|
16416
|
+
key?: Maybe<Scalars['String']>;
|
|
16414
16417
|
name?: Maybe<Scalars['String']>;
|
|
16415
16418
|
description?: Maybe<Scalars['String']>;
|
|
16416
16419
|
groups?: Maybe<Array<JiraServiceManagementRequestTypeTemplateGroup>>;
|
|
@@ -21697,6 +21700,7 @@ export declare type QueryIsSainSearchEnabledArgs = {
|
|
|
21697
21700
|
export declare type QueryNlpSearchArgs = {
|
|
21698
21701
|
query?: Maybe<Scalars['String']>;
|
|
21699
21702
|
locations: Array<Scalars['String']>;
|
|
21703
|
+
locale?: Maybe<Scalars['String']>;
|
|
21700
21704
|
};
|
|
21701
21705
|
export declare type QueryNlpFollowUpArgs = {
|
|
21702
21706
|
query?: Maybe<Scalars['String']>;
|
|
@@ -21782,6 +21786,8 @@ export declare enum RateLimitingCurrency {
|
|
|
21782
21786
|
PolarisCollabTokenQueryCurrency = "POLARIS_COLLAB_TOKEN_QUERY_CURRENCY",
|
|
21783
21787
|
PolarisIdeaTemplatesQueryCurrency = "POLARIS_IDEA_TEMPLATES_QUERY_CURRENCY",
|
|
21784
21788
|
CompassSynchronizeLinkAssociationsCurrency = "COMPASS_SYNCHRONIZE_LINK_ASSOCIATIONS_CURRENCY",
|
|
21789
|
+
ShepherdReadAlertCurrency = "SHEPHERD_READ_ALERT_CURRENCY",
|
|
21790
|
+
ShepherdDefaultCurrency = "SHEPHERD_DEFAULT_CURRENCY",
|
|
21785
21791
|
HelpObjectStoreCurrency = "HELP_OBJECT_STORE_CURRENCY",
|
|
21786
21792
|
ForgeMetricsCurrency = "FORGE_METRICS_CURRENCY",
|
|
21787
21793
|
ExportMetricsCurrency = "EXPORT_METRICS_CURRENCY",
|
|
@@ -23411,6 +23417,8 @@ export declare enum ShepherdAlertTemplateType {
|
|
|
23411
23417
|
AddedJiraGlobalPermission = "ADDED_JIRA_GLOBAL_PERMISSION",
|
|
23412
23418
|
AddedOrgadmin = "ADDED_ORGADMIN",
|
|
23413
23419
|
ConfluenceDataDiscovery = "CONFLUENCE_DATA_DISCOVERY",
|
|
23420
|
+
ConfluenceDataDiscoveryCreditCard = "CONFLUENCE_DATA_DISCOVERY_CREDIT_CARD",
|
|
23421
|
+
ConfluenceDataDiscoveryCrypto = "CONFLUENCE_DATA_DISCOVERY_CRYPTO",
|
|
23414
23422
|
ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
|
|
23415
23423
|
ConfluencePageExports = "CONFLUENCE_PAGE_EXPORTS",
|
|
23416
23424
|
ConfluenceSpaceExports = "CONFLUENCE_SPACE_EXPORTS",
|