@forge/cli-shared 6.10.0-next.0-experimental-5364136 → 6.10.0-next.2

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,11 +1,18 @@
1
1
  # @forge/cli-shared
2
2
 
3
- ## 6.10.0-next.0-experimental-5364136
3
+ ## 6.10.0-next.2
4
4
 
5
- ### Minor Changes
5
+ ### Patch Changes
6
6
 
7
- - e8f612a: forge version bulk-upgrade command provides partners with the ability to see which versions they have, the number of installs on each version and whether that version can be moved to a more recent version.
8
- - 3e82523: Added CLI warnings
7
+ - Updated dependencies [615d023]
8
+ - @forge/manifest@9.2.0-next.1
9
+
10
+ ## 6.10.0-next.1
11
+
12
+ ### Patch Changes
13
+
14
+ - Updated dependencies [6c0dcee]
15
+ - @forge/manifest@9.2.0-next.0
9
16
 
10
17
  ## 6.10.0-next.0
11
18
 
@@ -57732,17 +57732,6 @@ export declare type JiraCreateFormattingRulePayload = Payload & {
57732
57732
  errors?: Maybe<Array<MutationError>>;
57733
57733
  success: Scalars['Boolean']['output'];
57734
57734
  };
57735
- export declare type JiraCreateGlobalCustomFieldInput = {
57736
- description?: InputMaybe<Scalars['String']['input']>;
57737
- name: Scalars['String']['input'];
57738
- type: JiraConfigFieldType;
57739
- };
57740
- export declare type JiraCreateGlobalCustomFieldPayload = Payload & {
57741
- __typename?: 'JiraCreateGlobalCustomFieldPayload';
57742
- errors?: Maybe<Array<MutationError>>;
57743
- field?: Maybe<JiraIssueFieldConfig>;
57744
- success: Scalars['Boolean']['output'];
57745
- };
57746
57735
  export declare type JiraCreateJourneyConfigurationInput = {
57747
57736
  createActivityConfigurations?: InputMaybe<Array<InputMaybe<JiraCreateActivityConfigurationInput>>>;
57748
57737
  name: Scalars['String']['input'];
@@ -79874,7 +79863,6 @@ export declare type Mutation = {
79874
79863
  jiraOAuthApps?: Maybe<JiraOAuthAppsMutation>;
79875
79864
  jira_bulkSetBoardViewColumnState?: Maybe<JiraBulkSetBoardViewColumnStatePayload>;
79876
79865
  jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
79877
- jira_createGlobalCustomField?: Maybe<JiraCreateGlobalCustomFieldPayload>;
79878
79866
  jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
79879
79867
  jira_discardUserBoardViewConfig?: Maybe<JiraDiscardUserBoardViewConfigPayload>;
79880
79868
  jira_publishBoardViewConfig?: Maybe<JiraPublishBoardViewConfigPayload>;
@@ -81219,10 +81207,6 @@ export declare type MutationJira_BulkSetBoardViewColumnStateArgs = {
81219
81207
  export declare type MutationJira_CreateCustomBackgroundArgs = {
81220
81208
  input: JiraCreateCustomBackgroundInput;
81221
81209
  };
81222
- export declare type MutationJira_CreateGlobalCustomFieldArgs = {
81223
- cloudId: Scalars['ID']['input'];
81224
- input: JiraCreateGlobalCustomFieldInput;
81225
- };
81226
81210
  export declare type MutationJira_DeleteCustomBackgroundArgs = {
81227
81211
  input: JiraProjectDeleteCustomBackgroundInput;
81228
81212
  };