@forge/cli-shared 6.0.1 → 6.0.2-next.1

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,20 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.0.2-next.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [84b20e6]
8
+ - Updated dependencies [cdbb366]
9
+ - @forge/manifest@7.10.0-next.1
10
+
11
+ ## 6.0.2-next.0
12
+
13
+ ### Patch Changes
14
+
15
+ - Updated dependencies [577777c]
16
+ - @forge/manifest@7.10.0-next.0
17
+
3
18
  ## 6.0.1
4
19
 
5
20
  ### Patch Changes
@@ -826,6 +826,7 @@ export declare type AppEnvironmentVariableInput = {
826
826
  export declare type AppEnvironmentVersion = {
827
827
  __typename?: 'AppEnvironmentVersion';
828
828
  createdAt: Scalars['String']['output'];
829
+ extensionByKey?: Maybe<AppVersionExtension>;
829
830
  id: Scalars['ID']['output'];
830
831
  isLatest: Scalars['Boolean']['output'];
831
832
  migrationKeys?: Maybe<MigrationKeys>;
@@ -836,6 +837,9 @@ export declare type AppEnvironmentVersion = {
836
837
  updatedAt: Scalars['String']['output'];
837
838
  version: Scalars['String']['output'];
838
839
  };
840
+ export declare type AppEnvironmentVersionExtensionByKeyArgs = {
841
+ key: Scalars['String']['input'];
842
+ };
839
843
  export declare type AppEnvironmentVersionTrustSignalArgs = {
840
844
  key: Scalars['ID']['input'];
841
845
  };
@@ -1410,6 +1414,14 @@ export declare type AppVersion = {
1410
1414
  __typename?: 'AppVersion';
1411
1415
  isLatest: Scalars['Boolean']['output'];
1412
1416
  };
1417
+ export declare type AppVersionExtension = {
1418
+ __typename?: 'AppVersionExtension';
1419
+ extensionData: Scalars['JSON']['output'];
1420
+ extensionGroupId: Scalars['ID']['output'];
1421
+ extensionTypeKey: Scalars['String']['output'];
1422
+ id: Scalars['ID']['output'];
1423
+ key: Scalars['String']['output'];
1424
+ };
1413
1425
  export declare type ApplyCompassScorecardToComponentPayload = Payload & {
1414
1426
  __typename?: 'ApplyCompassScorecardToComponentPayload';
1415
1427
  componentDetails?: Maybe<CompassComponent>;
@@ -5208,6 +5220,7 @@ export declare type CompassFilteredComponentsCount = {
5208
5220
  };
5209
5221
  export declare type CompassFilteredComponentsCountQuery = {
5210
5222
  componentCreationTimeFilter?: InputMaybe<CompassComponentCreationTimeFilterInput>;
5223
+ componentCustomFieldFilters?: InputMaybe<Array<CompassCustomFieldFilterInput>>;
5211
5224
  fields?: InputMaybe<Array<CompassScorecardAppliedToComponentsFieldFilter>>;
5212
5225
  labels?: InputMaybe<CompassScorecardAppliedToComponentsLabelsFilter>;
5213
5226
  lifecycleFilter?: InputMaybe<CompassLifecycleFilterInput>;
@@ -41789,6 +41802,21 @@ export declare type JiraCustomRemoteIssueLink = {
41789
41802
  summary?: Maybe<Scalars['String']['output']>;
41790
41803
  title?: Maybe<Scalars['String']['output']>;
41791
41804
  };
41805
+ export declare type JiraCustomerServiceOrganizationField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
41806
+ __typename?: 'JiraCustomerServiceOrganizationField';
41807
+ aliasFieldId?: Maybe<Scalars['ID']['output']>;
41808
+ description?: Maybe<Scalars['String']['output']>;
41809
+ fieldConfig?: Maybe<JiraFieldConfig>;
41810
+ fieldId: Scalars['String']['output'];
41811
+ id: Scalars['ID']['output'];
41812
+ isEditableInIssueView?: Maybe<Scalars['Boolean']['output']>;
41813
+ issue?: Maybe<JiraIssue>;
41814
+ name: Scalars['String']['output'];
41815
+ searchUrl?: Maybe<Scalars['String']['output']>;
41816
+ selectedOrganization?: Maybe<JiraServiceManagementOrganization>;
41817
+ type: Scalars['String']['output'];
41818
+ userFieldConfig?: Maybe<JiraUserFieldConfig>;
41819
+ };
41792
41820
  export declare type JiraDashboard = Node & {
41793
41821
  __typename?: 'JiraDashboard';
41794
41822
  dashboardId?: Maybe<Scalars['Long']['output']>;
@@ -44112,6 +44140,7 @@ export declare type JiraIssueFieldsInput = {
44112
44140
  security?: InputMaybe<JiraSecurityLevelInput>;
44113
44141
  singleGroupPickerFields?: InputMaybe<Array<JiraSingleGroupPickerFieldInput>>;
44114
44142
  singleLineTextFields?: InputMaybe<Array<JiraSingleLineTextFieldInput>>;
44143
+ singleOrganizationField?: InputMaybe<JiraSingleOrganizationFieldInput>;
44115
44144
  singleSelectClearableUserPickerFields?: InputMaybe<Array<JiraUserFieldInput>>;
44116
44145
  singleSelectFields?: InputMaybe<Array<JiraSingleSelectFieldInput>>;
44117
44146
  singleSelectUserPickerFields?: InputMaybe<Array<JiraSingleSelectUserPickerFieldInput>>;
@@ -46058,6 +46087,9 @@ export declare type JiraMutation = {
46058
46087
  grantGlobalPermission?: Maybe<JiraGlobalPermissionAddGroupGrantPayload>;
46059
46088
  initializeProjectNotificationPreferences?: Maybe<JiraInitializeProjectNotificationPreferencesPayload>;
46060
46089
  jiraFilterMutation?: Maybe<JiraFilterMutation>;
46090
+ jiraServiceManagementCreateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
46091
+ jiraServiceManagementDeleteRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryDefaultPayload>;
46092
+ jiraServiceManagementUpdateRequestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategoryPayload>;
46061
46093
  jwmCreateCustomBackground?: Maybe<JiraWorkManagementCreateCustomBackgroundPayload>;
46062
46094
  jwmCreateSavedView?: Maybe<JiraWorkManagementCreateSavedViewPayload>;
46063
46095
  jwmDeleteAttachment?: Maybe<JiraWorkManagementDeleteAttachmentPayload>;
@@ -46331,6 +46363,18 @@ export declare type JiraMutationInitializeProjectNotificationPreferencesArgs = {
46331
46363
  cloudId: Scalars['ID']['input'];
46332
46364
  input: JiraInitializeProjectNotificationPreferencesInput;
46333
46365
  };
46366
+ export declare type JiraMutationJiraServiceManagementCreateRequestTypeCategoryArgs = {
46367
+ cloudId: Scalars['ID']['input'];
46368
+ input: JiraServiceManagementCreateRequestTypeCategoryInput;
46369
+ };
46370
+ export declare type JiraMutationJiraServiceManagementDeleteRequestTypeCategoryArgs = {
46371
+ cloudId: Scalars['ID']['input'];
46372
+ requestTypeCategoryId: Scalars['ID']['input'];
46373
+ };
46374
+ export declare type JiraMutationJiraServiceManagementUpdateRequestTypeCategoryArgs = {
46375
+ cloudId: Scalars['ID']['input'];
46376
+ input: JiraServiceManagementUpdateRequestTypeCategoryInput;
46377
+ };
46334
46378
  export declare type JiraMutationJwmCreateCustomBackgroundArgs = {
46335
46379
  input: JiraWorkManagementCreateCustomBackgroundInput;
46336
46380
  };
@@ -48523,6 +48567,7 @@ export declare type JiraQuery = {
48523
48567
  jiraProjects?: Maybe<Array<Maybe<JiraProject>>>;
48524
48568
  jiraProjectsByJql?: Maybe<JiraProjectConnection>;
48525
48569
  jiraProjectsMappedToHelpCenter?: Maybe<JiraProjectConnection>;
48570
+ jiraServiceManagementRequestTypeCategoriesByProject?: Maybe<JiraServiceManagementRequestTypeCategoryConnection>;
48526
48571
  jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
48527
48572
  jqlBuilder?: Maybe<JiraJqlBuilder>;
48528
48573
  jsmProjectTeamType?: Maybe<JiraServiceManagementProjectTeamType>;
@@ -49066,6 +49111,12 @@ export declare type JiraQueryJiraProjectsMappedToHelpCenterArgs = {
49066
49111
  first?: InputMaybe<Scalars['Int']['input']>;
49067
49112
  last?: InputMaybe<Scalars['Int']['input']>;
49068
49113
  };
49114
+ export declare type JiraQueryJiraServiceManagementRequestTypeCategoriesByProjectArgs = {
49115
+ after?: InputMaybe<Scalars['String']['input']>;
49116
+ cloudId: Scalars['ID']['input'];
49117
+ first?: InputMaybe<Scalars['Int']['input']>;
49118
+ projectId: Scalars['ID']['input'];
49119
+ };
49069
49120
  export declare type JiraQueryJpdDeliveryIssueLinkTypeIdArgs = {
49070
49121
  cloudId: Scalars['ID']['input'];
49071
49122
  };
@@ -50482,6 +50533,13 @@ export declare type JiraServiceManagementCreateAndAssociateWorkflowFromTemplateP
50482
50533
  success: Scalars['Boolean']['output'];
50483
50534
  workflowAndIssueSummary?: Maybe<JiraServiceManagementWorkflowAndIssueSummary>;
50484
50535
  };
50536
+ export declare type JiraServiceManagementCreateRequestTypeCategoryInput = {
50537
+ name: Scalars['String']['input'];
50538
+ owner?: InputMaybe<Scalars['String']['input']>;
50539
+ projectId?: InputMaybe<Scalars['Long']['input']>;
50540
+ restriction?: InputMaybe<JiraServiceManagementRequestTypeCategoryRestriction>;
50541
+ status?: InputMaybe<JiraServiceManagementRequestTypeCategoryStatus>;
50542
+ };
50485
50543
  export declare type JiraServiceManagementCreateRequestTypeFromTemplateInput = {
50486
50544
  clientMutationId: Scalars['String']['input'];
50487
50545
  description?: InputMaybe<Scalars['String']['input']>;
@@ -50940,6 +50998,53 @@ export declare type JiraServiceManagementRequestType = Node & {
50940
50998
  practices?: Maybe<Array<Maybe<JiraServiceManagementRequestTypePractice>>>;
50941
50999
  requestTypeId: Scalars['String']['output'];
50942
51000
  };
51001
+ export declare type JiraServiceManagementRequestTypeCategory = {
51002
+ __typename?: 'JiraServiceManagementRequestTypeCategory';
51003
+ createdAt?: Maybe<Scalars['DateTime']['output']>;
51004
+ id: Scalars['ID']['output'];
51005
+ name?: Maybe<Scalars['String']['output']>;
51006
+ owner?: Maybe<Scalars['String']['output']>;
51007
+ projectId?: Maybe<Scalars['Long']['output']>;
51008
+ requestTypes?: Maybe<JiraServiceManagementRequestTypeCategoryConnection>;
51009
+ restriction?: Maybe<JiraServiceManagementRequestTypeCategoryRestriction>;
51010
+ status?: Maybe<JiraServiceManagementRequestTypeCategoryStatus>;
51011
+ updatedAt?: Maybe<Scalars['DateTime']['output']>;
51012
+ };
51013
+ export declare type JiraServiceManagementRequestTypeCategoryRequestTypesArgs = {
51014
+ after?: InputMaybe<Scalars['String']['input']>;
51015
+ first?: InputMaybe<Scalars['Int']['input']>;
51016
+ };
51017
+ export declare type JiraServiceManagementRequestTypeCategoryConnection = {
51018
+ __typename?: 'JiraServiceManagementRequestTypeCategoryConnection';
51019
+ edges?: Maybe<Array<Maybe<JiraServiceManagementRequestTypeCategoryEdge>>>;
51020
+ nodes?: Maybe<Array<Maybe<JiraServiceManagementRequestTypeCategory>>>;
51021
+ pageInfo: PageInfo;
51022
+ };
51023
+ export declare type JiraServiceManagementRequestTypeCategoryDefaultPayload = Payload & {
51024
+ __typename?: 'JiraServiceManagementRequestTypeCategoryDefaultPayload';
51025
+ errors?: Maybe<Array<MutationError>>;
51026
+ success: Scalars['Boolean']['output'];
51027
+ };
51028
+ export declare type JiraServiceManagementRequestTypeCategoryEdge = {
51029
+ __typename?: 'JiraServiceManagementRequestTypeCategoryEdge';
51030
+ cursor: Scalars['String']['output'];
51031
+ node?: Maybe<JiraServiceManagementRequestTypeCategory>;
51032
+ };
51033
+ export declare type JiraServiceManagementRequestTypeCategoryPayload = Payload & {
51034
+ __typename?: 'JiraServiceManagementRequestTypeCategoryPayload';
51035
+ errors?: Maybe<Array<MutationError>>;
51036
+ requestTypeCategory?: Maybe<JiraServiceManagementRequestTypeCategory>;
51037
+ success: Scalars['Boolean']['output'];
51038
+ };
51039
+ export declare enum JiraServiceManagementRequestTypeCategoryRestriction {
51040
+ Open = "OPEN",
51041
+ Restricted = "RESTRICTED"
51042
+ }
51043
+ export declare enum JiraServiceManagementRequestTypeCategoryStatus {
51044
+ Active = "ACTIVE",
51045
+ Draft = "DRAFT",
51046
+ Inactive = "INACTIVE"
51047
+ }
50943
51048
  export declare type JiraServiceManagementRequestTypeConnection = {
50944
51049
  __typename?: 'JiraServiceManagementRequestTypeConnection';
50945
51050
  edges?: Maybe<Array<Maybe<JiraServiceManagementRequestTypeEdge>>>;
@@ -51142,6 +51247,13 @@ export declare type JiraServiceManagementUpdateOrganizationFieldInput = {
51142
51247
  id: Scalars['ID']['input'];
51143
51248
  operations: Array<JiraServiceManagementOrganizationFieldOperationInput>;
51144
51249
  };
51250
+ export declare type JiraServiceManagementUpdateRequestTypeCategoryInput = {
51251
+ id: Scalars['ID']['input'];
51252
+ name?: InputMaybe<Scalars['String']['input']>;
51253
+ owner?: InputMaybe<Scalars['String']['input']>;
51254
+ restriction?: InputMaybe<JiraServiceManagementRequestTypeCategoryRestriction>;
51255
+ status?: InputMaybe<JiraServiceManagementRequestTypeCategoryStatus>;
51256
+ };
51145
51257
  export declare type JiraServiceManagementUpdateSentimentFieldInput = {
51146
51258
  id: Scalars['ID']['input'];
51147
51259
  operation?: InputMaybe<JiraServiceManagementUpdateSentimentOperationInput>;
@@ -51445,6 +51557,10 @@ export declare type JiraSingleLineTextFieldPayload = Payload & {
51445
51557
  field?: Maybe<JiraSingleLineTextField>;
51446
51558
  success: Scalars['Boolean']['output'];
51447
51559
  };
51560
+ export declare type JiraSingleOrganizationFieldInput = {
51561
+ fieldId: Scalars['ID']['input'];
51562
+ organization: JiraOrganizationsInput;
51563
+ };
51448
51564
  export declare type JiraSingleSelectField = JiraHasSelectableValueOptions & JiraHasSingleSelectedValue & JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
51449
51565
  __typename?: 'JiraSingleSelectField';
51450
51566
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -59090,6 +59206,7 @@ export declare type Mutation = {
59090
59206
  setPolarisSnippetPropertiesConfig?: Maybe<SetPolarisSnippetPropertiesConfigPayload>;
59091
59207
  setSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
59092
59208
  setUserSwimlaneStrategy?: Maybe<SetSwimlaneStrategyResponse>;
59209
+ settings_updateNavigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
59093
59210
  shepherd?: Maybe<ShepherdMutation>;
59094
59211
  splitIssue?: Maybe<SplitIssueOutput>;
59095
59212
  startSprint?: Maybe<SprintResponse>;
@@ -59935,6 +60052,9 @@ export declare type MutationSetSwimlaneStrategyArgs = {
59935
60052
  export declare type MutationSetUserSwimlaneStrategyArgs = {
59936
60053
  input?: InputMaybe<SetSwimlaneStrategyInput>;
59937
60054
  };
60055
+ export declare type MutationSettings_UpdateNavigationCustomisationArgs = {
60056
+ input: SettingsNavigationCustomisationInput;
60057
+ };
59938
60058
  export declare type MutationSplitIssueArgs = {
59939
60059
  input?: InputMaybe<SplitIssueInput>;
59940
60060
  };
@@ -62069,6 +62189,7 @@ export declare type Query = {
62069
62189
  roadmaps?: Maybe<RoadmapsQuery>;
62070
62190
  sandbox: SandboxQuery;
62071
62191
  search?: Maybe<SearchQueryApi>;
62192
+ settings_navigationCustomisation?: Maybe<SettingsNavigationCustomisation>;
62072
62193
  shepherd?: Maybe<ShepherdQuery>;
62073
62194
  signup?: Maybe<SignupQueryApi>;
62074
62195
  smarts?: Maybe<SmartsQueryApi>;
@@ -63498,6 +63619,10 @@ export declare type QueryRepositoryRelationshipsForJiraProjectArgs = {
63498
63619
  id: Scalars['ID']['input'];
63499
63620
  sort?: InputMaybe<JiraProjectAndRepositoryRelationshipSort>;
63500
63621
  };
63622
+ export declare type QuerySettings_NavigationCustomisationArgs = {
63623
+ entityAri?: InputMaybe<Scalars['ID']['input']>;
63624
+ ownerAri?: InputMaybe<Scalars['ID']['input']>;
63625
+ };
63501
63626
  export declare type QuerySoftwareBoardsArgs = {
63502
63627
  projectAri: Scalars['ID']['input'];
63503
63628
  };
@@ -65823,6 +65948,39 @@ export declare type SetSwimlaneStrategyResponse = MutationResponse & {
65823
65948
  strategy: SwimlaneStrategy;
65824
65949
  success: Scalars['Boolean']['output'];
65825
65950
  };
65951
+ export declare type SettingsMenuItem = {
65952
+ __typename?: 'SettingsMenuItem';
65953
+ menuId?: Maybe<Scalars['ID']['output']>;
65954
+ visible?: Maybe<Scalars['Boolean']['output']>;
65955
+ };
65956
+ export declare type SettingsMenuItemConnection = {
65957
+ __typename?: 'SettingsMenuItemConnection';
65958
+ edges?: Maybe<Array<SettingsMenuItemEdge>>;
65959
+ nodes?: Maybe<Array<Maybe<SettingsMenuItem>>>;
65960
+ pageInfo: PageInfo;
65961
+ };
65962
+ export declare type SettingsMenuItemEdge = {
65963
+ __typename?: 'SettingsMenuItemEdge';
65964
+ cursor: Scalars['String']['output'];
65965
+ node?: Maybe<SettingsMenuItem>;
65966
+ };
65967
+ export declare type SettingsMenuItemInput = {
65968
+ menuId: Scalars['ID']['input'];
65969
+ visible: Scalars['Boolean']['input'];
65970
+ };
65971
+ export declare type SettingsNavigationCustomisation = {
65972
+ __typename?: 'SettingsNavigationCustomisation';
65973
+ sidebar?: Maybe<SettingsMenuItemConnection>;
65974
+ };
65975
+ export declare type SettingsNavigationCustomisationSidebarArgs = {
65976
+ after?: InputMaybe<Scalars['String']['input']>;
65977
+ first?: InputMaybe<Scalars['Int']['input']>;
65978
+ };
65979
+ export declare type SettingsNavigationCustomisationInput = {
65980
+ entityAri: Scalars['ID']['input'];
65981
+ ownerAri?: InputMaybe<Scalars['ID']['input']>;
65982
+ sidebar?: InputMaybe<Array<InputMaybe<SettingsMenuItemInput>>>;
65983
+ };
65826
65984
  export declare enum ShepherdActionType {
65827
65985
  Activate = "ACTIVATE",
65828
65986
  Archive = "ARCHIVE",
@@ -70112,6 +70270,7 @@ export declare type TrelloPinCardPayload = Payload & {
70112
70270
  export declare type TrelloPlanner = {
70113
70271
  __typename?: 'TrelloPlanner';
70114
70272
  accounts?: Maybe<TrelloPlannerCalendarAccountConnection>;
70273
+ workspace?: Maybe<TrelloWorkspace>;
70115
70274
  };
70116
70275
  export declare type TrelloPlannerAccountsArgs = {
70117
70276
  after?: InputMaybe<Scalars['String']['input']>;
@@ -70141,6 +70300,7 @@ export declare type TrelloPlannerCalendarAccount = Node & {
70141
70300
  displayName?: Maybe<Scalars['String']['output']>;
70142
70301
  enabledCalendars?: Maybe<TrelloPlannerCalendarConnection>;
70143
70302
  id: Scalars['ID']['output'];
70303
+ outboundAuthId?: Maybe<Scalars['ID']['output']>;
70144
70304
  providerCalendars?: Maybe<TrelloPlannerProviderCalendarConnection>;
70145
70305
  };
70146
70306
  export declare type TrelloPlannerCalendarAccountEnabledCalendarsArgs = {