@forge/cli-shared 8.6.0-next.0-experimental-553df98 → 8.6.0-next.0-experimental-78c5fee
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,6 +1,6 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
-
## 8.6.0-next.0-experimental-
|
|
3
|
+
## 8.6.0-next.0-experimental-78c5fee
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -8,8 +8,9 @@
|
|
|
8
8
|
|
|
9
9
|
### Patch Changes
|
|
10
10
|
|
|
11
|
+
- Updated dependencies [c561a03]
|
|
11
12
|
- Updated dependencies [2d37370]
|
|
12
|
-
- @forge/manifest@10.5.0-next.0-experimental-
|
|
13
|
+
- @forge/manifest@10.5.0-next.0-experimental-78c5fee
|
|
13
14
|
|
|
14
15
|
## 8.6.0-next.0
|
|
15
16
|
|
|
@@ -65066,6 +65066,16 @@ export declare type JiraFieldToFieldConfigSchemeAssociationsPayload = {
|
|
|
65066
65066
|
errors?: Maybe<Array<MutationError>>;
|
|
65067
65067
|
success: Scalars['Boolean']['output'];
|
|
65068
65068
|
};
|
|
65069
|
+
export declare type JiraFieldToFieldSchemeAssociationsInput = {
|
|
65070
|
+
fieldId: Scalars['ID']['input'];
|
|
65071
|
+
schemeIdsToAdd: Array<Scalars['ID']['input']>;
|
|
65072
|
+
schemeIdsToRemove: Array<Scalars['ID']['input']>;
|
|
65073
|
+
};
|
|
65074
|
+
export declare type JiraFieldToFieldSchemeAssociationsPayload = {
|
|
65075
|
+
__typename?: 'JiraFieldToFieldSchemeAssociationsPayload';
|
|
65076
|
+
errors?: Maybe<Array<MutationError>>;
|
|
65077
|
+
success: Scalars['Boolean']['output'];
|
|
65078
|
+
};
|
|
65069
65079
|
export declare type JiraFieldToWorkTypesAssociation = {
|
|
65070
65080
|
__typename?: 'JiraFieldToWorkTypesAssociation';
|
|
65071
65081
|
availableOnAllWorkTypes?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -66827,6 +66837,8 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
66827
66837
|
associatedContextsV2?: Maybe<JiraContextConnection>;
|
|
66828
66838
|
associatedFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
66829
66839
|
associatedFieldConfigSchemesCount?: Maybe<Scalars['Int']['output']>;
|
|
66840
|
+
associatedFieldSchemes?: Maybe<JiraFieldSchemesConnection>;
|
|
66841
|
+
associatedFieldSchemesCount?: Maybe<Scalars['Int']['output']>;
|
|
66830
66842
|
associatedProjects?: Maybe<JiraProjectConnection>;
|
|
66831
66843
|
associatedProjectsCount?: Maybe<Scalars['Int']['output']>;
|
|
66832
66844
|
associatedProjectsV2?: Maybe<JiraProjectConnection>;
|
|
@@ -66834,6 +66846,7 @@ export declare type JiraIssueFieldConfig = Node & {
|
|
|
66834
66846
|
associatedScreensCount?: Maybe<Scalars['Int']['output']>;
|
|
66835
66847
|
associatedScreensV2?: Maybe<JiraScreenConnection>;
|
|
66836
66848
|
availableFieldConfigSchemes?: Maybe<JiraFieldConfigSchemesConnection>;
|
|
66849
|
+
availableFieldSchemes?: Maybe<JiraFieldSchemesConnection>;
|
|
66837
66850
|
availableWorkTypes?: Maybe<JiraIssueTypeConnection>;
|
|
66838
66851
|
customId?: Maybe<Scalars['Int']['output']>;
|
|
66839
66852
|
dateCreated?: Maybe<Scalars['DateTime']['output']>;
|
|
@@ -66885,6 +66898,11 @@ export declare type JiraIssueFieldConfigAssociatedFieldConfigSchemesArgs = {
|
|
|
66885
66898
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66886
66899
|
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
66887
66900
|
};
|
|
66901
|
+
export declare type JiraIssueFieldConfigAssociatedFieldSchemesArgs = {
|
|
66902
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
66903
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66904
|
+
input?: InputMaybe<JiraFieldSchemesInput>;
|
|
66905
|
+
};
|
|
66888
66906
|
export declare type JiraIssueFieldConfigAssociatedProjectsArgs = {
|
|
66889
66907
|
after?: InputMaybe<Scalars['Int']['input']>;
|
|
66890
66908
|
before?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -66917,6 +66935,11 @@ export declare type JiraIssueFieldConfigAvailableFieldConfigSchemesArgs = {
|
|
|
66917
66935
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66918
66936
|
input?: InputMaybe<JiraFieldConfigSchemesInput>;
|
|
66919
66937
|
};
|
|
66938
|
+
export declare type JiraIssueFieldConfigAvailableFieldSchemesArgs = {
|
|
66939
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
66940
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
66941
|
+
input?: InputMaybe<JiraFieldSchemesInput>;
|
|
66942
|
+
};
|
|
66920
66943
|
export declare type JiraIssueFieldConfigAvailableWorkTypesArgs = {
|
|
66921
66944
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
66922
66945
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
@@ -88851,6 +88874,7 @@ export declare type Mutation = {
|
|
|
88851
88874
|
jira_setViewGroupBy?: Maybe<JiraSetViewGroupByPayload>;
|
|
88852
88875
|
jira_trashGlobalCustomFields?: Maybe<JiraTrashGlobalCustomFieldsPayload>;
|
|
88853
88876
|
jira_updateFieldToFieldConfigSchemeAssociations?: Maybe<JiraFieldToFieldConfigSchemeAssociationsPayload>;
|
|
88877
|
+
jira_updateFieldToFieldSchemeAssociations?: Maybe<JiraFieldToFieldSchemeAssociationsPayload>;
|
|
88854
88878
|
jira_updateGlobalCustomField?: Maybe<JiraUpdateGlobalCustomFieldPayload>;
|
|
88855
88879
|
jira_updateIssueSearchFormattingRule?: Maybe<JiraUpdateIssueSearchFormattingRulePayload>;
|
|
88856
88880
|
jira_updateIssueType?: Maybe<JiraUpsertIssueTypePayload>;
|
|
@@ -90526,6 +90550,10 @@ export declare type MutationJira_UpdateFieldToFieldConfigSchemeAssociationsArgs
|
|
|
90526
90550
|
cloudId: Scalars['ID']['input'];
|
|
90527
90551
|
input: JiraFieldToFieldConfigSchemeAssociationsInput;
|
|
90528
90552
|
};
|
|
90553
|
+
export declare type MutationJira_UpdateFieldToFieldSchemeAssociationsArgs = {
|
|
90554
|
+
cloudId: Scalars['ID']['input'];
|
|
90555
|
+
input: JiraFieldToFieldSchemeAssociationsInput;
|
|
90556
|
+
};
|
|
90529
90557
|
export declare type MutationJira_UpdateGlobalCustomFieldArgs = {
|
|
90530
90558
|
cloudId: Scalars['ID']['input'];
|
|
90531
90559
|
input: JiraUpdateGlobalCustomFieldInput;
|
|
@@ -94236,7 +94264,7 @@ export declare type Query = {
|
|
|
94236
94264
|
admin_org?: Maybe<AdminOrganization>;
|
|
94237
94265
|
admin_permissions?: Maybe<Array<AdminPermission>>;
|
|
94238
94266
|
admin_unitCreateStatus?: Maybe<AdminUnitCreateStatus>;
|
|
94239
|
-
|
|
94267
|
+
admin_unitProfile?: Maybe<AdminUnit>;
|
|
94240
94268
|
admin_unitValidateName?: Maybe<AdminUnitValidateName>;
|
|
94241
94269
|
admin_unitsForOrg?: Maybe<AdminUnitConnection>;
|
|
94242
94270
|
admin_user?: Maybe<AdminUser>;
|
|
@@ -95045,7 +95073,7 @@ export declare type QueryAdmin_UnitCreateStatusArgs = {
|
|
|
95045
95073
|
orgId: Scalars['ID']['input'];
|
|
95046
95074
|
requestId: Scalars['ID']['input'];
|
|
95047
95075
|
};
|
|
95048
|
-
export declare type
|
|
95076
|
+
export declare type QueryAdmin_UnitProfileArgs = {
|
|
95049
95077
|
orgId: Scalars['ID']['input'];
|
|
95050
95078
|
unitId: Scalars['ID']['input'];
|
|
95051
95079
|
};
|