@forge/cli-shared 8.1.0-next.7-experimental-effab31 → 8.1.0-next.8
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 +3 -21
- package/out/graphql/graphql-types.d.ts +0 -17
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/service/bridge-script-service.d.ts.map +1 -1
- package/out/service/bridge-script-service.js +3 -2
- package/out/service/iframe-resizer-script-service.d.ts.map +1 -1
- package/out/service/iframe-resizer-script-service.js +3 -2
- package/package.json +6 -5
package/CHANGELOG.md
CHANGED
|
@@ -1,29 +1,11 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.1.0-next.
|
|
4
|
-
|
|
5
|
-
### Minor Changes
|
|
6
|
-
|
|
7
|
-
- effab31: Bumped cheerio from 0.22 to 1.1
|
|
8
|
-
- 620aea7: Added support for Dashboards context for app creation
|
|
3
|
+
## 8.1.0-next.8
|
|
9
4
|
|
|
10
5
|
### Patch Changes
|
|
11
6
|
|
|
12
|
-
-
|
|
13
|
-
-
|
|
14
|
-
- Updated dependencies [effab31]
|
|
15
|
-
- Updated dependencies [5d07fbf]
|
|
16
|
-
- Updated dependencies [4b15e26]
|
|
17
|
-
- Updated dependencies [634d7b9]
|
|
18
|
-
- Updated dependencies [b9574d4]
|
|
19
|
-
- Updated dependencies [195411c]
|
|
20
|
-
- Updated dependencies [d97a252]
|
|
21
|
-
- Updated dependencies [1479d2d]
|
|
22
|
-
- Updated dependencies [ca7e661]
|
|
23
|
-
- Updated dependencies [5ab2c49]
|
|
24
|
-
- @forge/manifest@10.0.1-next.7-experimental-effab31
|
|
25
|
-
- @forge/i18n@0.0.7-next.0-experimental-effab31
|
|
26
|
-
- @forge/util@1.4.10-next.0-experimental-effab31
|
|
7
|
+
- Updated dependencies [46daa27]
|
|
8
|
+
- @forge/manifest@10.1.0-next.8
|
|
27
9
|
|
|
28
10
|
## 8.1.0-next.7
|
|
29
11
|
|
|
@@ -55987,19 +55987,6 @@ export declare type JiraCreateGlobalCustomFieldPayload = Payload & {
|
|
|
55987
55987
|
field?: Maybe<JiraIssueFieldConfig>;
|
|
55988
55988
|
success: Scalars['Boolean']['output'];
|
|
55989
55989
|
};
|
|
55990
|
-
export declare type JiraCreateIssueSearchFormattingRuleInput = {
|
|
55991
|
-
afterRuleId?: InputMaybe<Scalars['String']['input']>;
|
|
55992
|
-
expression: JiraFormattingRuleExpressionInput;
|
|
55993
|
-
formattingArea: JiraFormattingArea;
|
|
55994
|
-
formattingColor?: InputMaybe<JiraColorInput>;
|
|
55995
|
-
viewId: Scalars['ID']['input'];
|
|
55996
|
-
};
|
|
55997
|
-
export declare type JiraCreateIssueSearchFormattingRulePayload = {
|
|
55998
|
-
__typename?: 'JiraCreateIssueSearchFormattingRulePayload';
|
|
55999
|
-
createdRule?: Maybe<JiraFormattingRule>;
|
|
56000
|
-
errors?: Maybe<Array<MutationError>>;
|
|
56001
|
-
success: Scalars['Boolean']['output'];
|
|
56002
|
-
};
|
|
56003
55990
|
export declare type JiraCreateJourneyConfigurationInput = {
|
|
56004
55991
|
createActivityConfigurations?: InputMaybe<Array<InputMaybe<JiraCreateActivityConfigurationInput>>>;
|
|
56005
55992
|
name: Scalars['String']['input'];
|
|
@@ -79395,7 +79382,6 @@ export declare type Mutation = {
|
|
|
79395
79382
|
jira_createCustomBackground?: Maybe<JiraProjectCreateCustomBackgroundMutationPayload>;
|
|
79396
79383
|
jira_createFieldScheme?: Maybe<JiraFieldSchemePayload>;
|
|
79397
79384
|
jira_createGlobalCustomField?: Maybe<JiraCreateGlobalCustomFieldPayload>;
|
|
79398
|
-
jira_createIssueSearchFormattingRule?: Maybe<JiraCreateIssueSearchFormattingRulePayload>;
|
|
79399
79385
|
jira_deleteBoardViewStatusColumn?: Maybe<JiraDeleteBoardViewStatusColumnPayload>;
|
|
79400
79386
|
jira_deleteCustomBackground?: Maybe<JiraProjectDeleteCustomBackgroundMutationPayload>;
|
|
79401
79387
|
jira_deleteFieldScheme?: Maybe<JiraDeleteFieldSchemePayload>;
|
|
@@ -80519,9 +80505,6 @@ export declare type MutationJira_CreateGlobalCustomFieldArgs = {
|
|
|
80519
80505
|
cloudId: Scalars['ID']['input'];
|
|
80520
80506
|
input: JiraCreateGlobalCustomFieldInput;
|
|
80521
80507
|
};
|
|
80522
|
-
export declare type MutationJira_CreateIssueSearchFormattingRuleArgs = {
|
|
80523
|
-
input: JiraCreateIssueSearchFormattingRuleInput;
|
|
80524
|
-
};
|
|
80525
80508
|
export declare type MutationJira_DeleteBoardViewStatusColumnArgs = {
|
|
80526
80509
|
input: JiraDeleteBoardViewStatusColumnInput;
|
|
80527
80510
|
};
|