@forge/cli-shared 8.13.0-next.6 → 8.13.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,23 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 8.13.0
4
+
5
+ ### Minor Changes
6
+
7
+ - 407bee3: Paginate the environment list command
8
+
9
+ ### Patch Changes
10
+
11
+ - cd0a085: Update glob dependency to version 11.1.0 across multiple packages
12
+ - 8b66e6f: Improve logic of container tunnel config restrictions
13
+ - Updated dependencies [10f70c2]
14
+ - Updated dependencies [cd0a085]
15
+ - Updated dependencies [f7c9fcc]
16
+ - Updated dependencies [b799627]
17
+ - Updated dependencies [29aa91c]
18
+ - Updated dependencies [8b66e6f]
19
+ - @forge/manifest@11.3.1
20
+
3
21
  ## 8.13.0-next.6
4
22
 
5
23
  ### Patch Changes
@@ -88245,6 +88245,16 @@ export declare type JiraDismissDevOpsIssuePanelBannerPayload = Payload & {
88245
88245
  errors?: Maybe<Array<MutationError>>;
88246
88246
  success: Scalars['Boolean']['output'];
88247
88247
  };
88248
+ export declare type JiraDismissForYouRecommendedActionInput = {
88249
+ category: JiraRecommendedActionCategoryType;
88250
+ entityAri: Scalars['ID']['input'];
88251
+ };
88252
+ export declare type JiraDismissForYouRecommendedActionPayload = Payload & {
88253
+ __typename?: 'JiraDismissForYouRecommendedActionPayload';
88254
+ entityId?: Maybe<Scalars['ID']['output']>;
88255
+ errors?: Maybe<Array<MutationError>>;
88256
+ success: Scalars['Boolean']['output'];
88257
+ };
88248
88258
  export declare type JiraDismissInContextConfigPromptInput = {
88249
88259
  isDismissed?: InputMaybe<Scalars['Boolean']['input']>;
88250
88260
  locations: Array<JiraDevOpsInContextConfigPromptLocation>;
@@ -94278,6 +94288,7 @@ export declare type JiraMutation = {
94278
94288
  jiraServiceManagementCreateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
94279
94289
  jiraServiceManagementDeleteRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryDefaultPayload>;
94280
94290
  jiraServiceManagementUpdateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
94291
+ jira_dismissForYouRecommendedAction?: Maybe<JiraDismissForYouRecommendedActionPayload>;
94281
94292
  jwmAssociateField?: Maybe<JiraWorkManagementAssociateFieldPayload>;
94282
94293
  jwmCreateCustomBackground?: Maybe<JiraWorkManagementCreateCustomBackgroundPayload>;
94283
94294
  jwmCreateSavedView?: Maybe<JiraWorkManagementCreateSavedViewPayload>;
@@ -94693,6 +94704,10 @@ export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryAr
94693
94704
  input: JiraServiceManagementUpdateRequestTypeCategoryInput;
94694
94705
  projectId?: InputMaybe<Scalars['ID']['input']>;
94695
94706
  };
94707
+ export declare type JiraMutationJira_DismissForYouRecommendedActionArgs = {
94708
+ cloudId: Scalars['ID']['input'];
94709
+ input: JiraDismissForYouRecommendedActionInput;
94710
+ };
94696
94711
  export declare type JiraMutationJwmAssociateFieldArgs = {
94697
94712
  cloudId: Scalars['ID']['input'];
94698
94713
  input: JiraWorkManagementAssociateFieldInput;
@@ -124210,6 +124225,8 @@ export declare type QueryAgentStudio_GetAgentsArgs = {
124210
124225
  export declare type QueryAgentStudio_GetByExternalReferenceArgs = {
124211
124226
  cloudId: Scalars['String']['input'];
124212
124227
  externalReference: Scalars['String']['input'];
124228
+ product?: InputMaybe<Scalars['String']['input']>;
124229
+ workspaceId?: InputMaybe<Scalars['String']['input']>;
124213
124230
  };
124214
124231
  export declare type QueryAgentStudio_GetCreateAgentPermissionsArgs = {
124215
124232
  cloudId: Scalars['String']['input'];