@forge/cli-shared 9.0.0 → 9.0.1-next.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,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 9.0.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [4cd2242]
8
+ - @forge/manifest@13.1.0-next.0
9
+
3
10
  ## 9.0.0
4
11
 
5
12
  ### Major Changes
@@ -19520,6 +19520,18 @@ export type CheckConsentPermissionByOAuthClientIdInput = {
19520
19520
  scopes: Array<Scalars['String']['input']>;
19521
19521
  userId: Scalars['ID']['input'];
19522
19522
  };
19523
+ export type ChecklistItem = {
19524
+ __typename?: 'ChecklistItem';
19525
+ done: Scalars['Boolean']['output'];
19526
+ itemId: Scalars['ID']['output'];
19527
+ label: Scalars['String']['output'];
19528
+ order: Scalars['Int']['output'];
19529
+ };
19530
+ export type ChecklistItemInput = {
19531
+ itemId?: InputMaybe<Scalars['ID']['input']>;
19532
+ label: Scalars['String']['input'];
19533
+ order: Scalars['Int']['input'];
19534
+ };
19523
19535
  export type ChildCardsMetadata = {
19524
19536
  __typename?: 'ChildCardsMetadata';
19525
19537
  complete?: Maybe<Scalars['Int']['output']>;
@@ -39380,6 +39392,7 @@ export type CreateJiraPlaybookPayload = Payload & {
39380
39392
  };
39381
39393
  export type CreateJiraPlaybookStepInput = {
39382
39394
  automationTemplateId?: InputMaybe<Scalars['String']['input']>;
39395
+ checklistItems?: InputMaybe<Array<ChecklistItemInput>>;
39383
39396
  description?: InputMaybe<Scalars['JSON']['input']>;
39384
39397
  name: Scalars['String']['input'];
39385
39398
  ruleId?: InputMaybe<Scalars['String']['input']>;
@@ -119921,6 +119934,7 @@ export type JiraBoardViewSyntheticFieldCardOption = JiraBoardViewCardOption & {
119921
119934
  };
119922
119935
  export type JiraBoardViewWorkflow = {
119923
119936
  __typename?: 'JiraBoardViewWorkflow';
119937
+ canEdit?: Maybe<Scalars['Boolean']['output']>;
119924
119938
  eligibleTransitions?: Maybe<JiraTransitionConnection>;
119925
119939
  id: Scalars['ID']['output'];
119926
119940
  issueTypes?: Maybe<JiraIssueTypeConnection>;
@@ -133277,6 +133291,7 @@ export declare enum JiraPlaybookStateField {
133277
133291
  export type JiraPlaybookStep = {
133278
133292
  __typename?: 'JiraPlaybookStep';
133279
133293
  automationTemplateId?: Maybe<Scalars['String']['output']>;
133294
+ checklistItems?: Maybe<Array<ChecklistItem>>;
133280
133295
  description?: Maybe<Scalars['JSON']['output']>;
133281
133296
  name?: Maybe<Scalars['String']['output']>;
133282
133297
  ruleId?: Maybe<Scalars['String']['output']>;
@@ -133704,6 +133719,7 @@ export type JiraProject = Node & {
133704
133719
  shouldShowGuestUserFlag?: Maybe<Scalars['Boolean']['output']>;
133705
133720
  sidebarConnectAddons?: Maybe<JiraProjectSidebarConnectAddonConnection>;
133706
133721
  similarIssues?: Maybe<JiraSimilarIssues>;
133722
+ slaMetricsConfiguration?: Maybe<JiraServiceManagementProjectSlaMetricsConfiguration>;
133707
133723
  softwareBoardCount?: Maybe<Scalars['Long']['output']>;
133708
133724
  softwareBoards?: Maybe<BoardScopeConnection>;
133709
133725
  status?: Maybe<JiraProjectStatus>;
@@ -135042,6 +135058,7 @@ export type JiraQuery = {
135042
135058
  jpdDeliveryIssueLinkTypeId?: Maybe<Scalars['ID']['output']>;
135043
135059
  jpdGlobalViewFields?: Maybe<JiraPolarisGlobalViewFields>;
135044
135060
  jqlBuilder?: Maybe<JiraJqlBuilder>;
135061
+ jsmChatEnabled?: Maybe<JiraServiceManagementChatEnabled>;
135045
135062
  jsmCustomerWidget?: Maybe<JiraServiceManagementCustomerWidget>;
135046
135063
  jsmEmails?: Maybe<JiraServiceManagementEmailsConnection>;
135047
135064
  jsmPortal?: Maybe<JiraServiceManagementPortal>;
@@ -135960,6 +135977,10 @@ export type JiraQueryJpdGlobalViewFieldsArgs = {
135960
135977
  export type JiraQueryJqlBuilderArgs = {
135961
135978
  cloudId: Scalars['ID']['input'];
135962
135979
  };
135980
+ export type JiraQueryJsmChatEnabledArgs = {
135981
+ cloudId: Scalars['ID']['input'];
135982
+ projectId: Scalars['ID']['input'];
135983
+ };
135963
135984
  export type JiraQueryJsmCustomerWidgetArgs = {
135964
135985
  cloudId: Scalars['ID']['input'];
135965
135986
  projectId: Scalars['ID']['input'];
@@ -136694,6 +136715,39 @@ export type JiraRelatedLinkSuggestionsItemsArgs = {
136694
136715
  first?: InputMaybe<Scalars['Int']['input']>;
136695
136716
  last?: InputMaybe<Scalars['Int']['input']>;
136696
136717
  };
136718
+ export type JiraReleaseHistoryConnection = {
136719
+ __typename?: 'JiraReleaseHistoryConnection';
136720
+ edges: Array<JiraReleaseHistoryEdge>;
136721
+ pageInfo: PageInfo;
136722
+ };
136723
+ export type JiraReleaseHistoryEdge = {
136724
+ __typename?: 'JiraReleaseHistoryEdge';
136725
+ node: JiraReleaseHistoryItem;
136726
+ };
136727
+ export type JiraReleaseHistoryGenericFieldValue = {
136728
+ __typename?: 'JiraReleaseHistoryGenericFieldValue';
136729
+ displayValue?: Maybe<Scalars['String']['output']>;
136730
+ };
136731
+ export type JiraReleaseHistoryItem = {
136732
+ __typename?: 'JiraReleaseHistoryItem';
136733
+ actor?: Maybe<User>;
136734
+ fieldId?: Maybe<Scalars['String']['output']>;
136735
+ from?: Maybe<JiraReleaseHistoryValue>;
136736
+ i18nDescription?: Maybe<Scalars['String']['output']>;
136737
+ id: Scalars['ID']['output'];
136738
+ timestamp?: Maybe<Scalars['Long']['output']>;
136739
+ to?: Maybe<JiraReleaseHistoryValue>;
136740
+ };
136741
+ export type JiraReleaseHistoryStatusFieldValue = {
136742
+ __typename?: 'JiraReleaseHistoryStatusFieldValue';
136743
+ status?: Maybe<Scalars['String']['output']>;
136744
+ };
136745
+ export type JiraReleaseHistoryUserFieldValue = {
136746
+ __typename?: 'JiraReleaseHistoryUserFieldValue';
136747
+ user?: Maybe<User>;
136748
+ value?: Maybe<Scalars['String']['output']>;
136749
+ };
136750
+ export type JiraReleaseHistoryValue = JiraReleaseHistoryGenericFieldValue | JiraReleaseHistoryStatusFieldValue | JiraReleaseHistoryUserFieldValue;
136697
136751
  export type JiraReleaseNotesConfiguration = {
136698
136752
  __typename?: 'JiraReleaseNotesConfiguration';
136699
136753
  issueFieldIds?: Maybe<Array<Maybe<Scalars['ID']['output']>>>;
@@ -137770,6 +137824,7 @@ export type JiraRightPanelStateEdge = {
137770
137824
  };
137771
137825
  export type JiraRole = Node & {
137772
137826
  __typename?: 'JiraRole';
137827
+ allowedOperations?: Maybe<Array<JiraRoleAllowedOperation>>;
137773
137828
  description?: Maybe<Scalars['String']['output']>;
137774
137829
  id: Scalars['ID']['output'];
137775
137830
  isAdmin?: Maybe<Scalars['Boolean']['output']>;
@@ -137780,6 +137835,12 @@ export type JiraRole = Node & {
137780
137835
  roleId: Scalars['String']['output'];
137781
137836
  translatedName?: Maybe<Scalars['String']['output']>;
137782
137837
  };
137838
+ export declare enum JiraRoleAllowedOperation {
137839
+ Delete = "DELETE",
137840
+ Edit = "EDIT",
137841
+ ManageMembers = "MANAGE_MEMBERS",
137842
+ View = "VIEW"
137843
+ }
137783
137844
  export type JiraRoleConnection = {
137784
137845
  __typename?: 'JiraRoleConnection';
137785
137846
  edges?: Maybe<Array<Maybe<JiraRoleEdge>>>;
@@ -138391,6 +138452,10 @@ export type JiraServiceManagementChannelSourceFieldChannelSourcesArgs = {
138391
138452
  after?: InputMaybe<Scalars['String']['input']>;
138392
138453
  first?: InputMaybe<Scalars['Int']['input']>;
138393
138454
  };
138455
+ export type JiraServiceManagementChatEnabled = {
138456
+ __typename?: 'JiraServiceManagementChatEnabled';
138457
+ enabled: Scalars['Boolean']['output'];
138458
+ };
138394
138459
  export type JiraServiceManagementComment = JiraComment & Node & {
138395
138460
  __typename?: 'JiraServiceManagementComment';
138396
138461
  author?: Maybe<User>;
@@ -138954,6 +139019,70 @@ export type JiraServiceManagementProjectQueueConnection = {
138954
139019
  pageInfo: PageInfo;
138955
139020
  totalCount?: Maybe<Scalars['Int']['output']>;
138956
139021
  };
139022
+ export type JiraServiceManagementProjectSlaCalendarReference = {
139023
+ __typename?: 'JiraServiceManagementProjectSlaCalendarReference';
139024
+ id: Scalars['Int']['output'];
139025
+ isDefault: Scalars['Boolean']['output'];
139026
+ name: Scalars['String']['output'];
139027
+ };
139028
+ export type JiraServiceManagementProjectSlaCondition = {
139029
+ __typename?: 'JiraServiceManagementProjectSlaCondition';
139030
+ conditionId: Scalars['String']['output'];
139031
+ factoryKey: Scalars['String']['output'];
139032
+ missing: Scalars['Boolean']['output'];
139033
+ name: Scalars['String']['output'];
139034
+ pluginKey: Scalars['String']['output'];
139035
+ type: Scalars['String']['output'];
139036
+ };
139037
+ export type JiraServiceManagementProjectSlaConditions = {
139038
+ __typename?: 'JiraServiceManagementProjectSlaConditions';
139039
+ inconsistent: Scalars['Boolean']['output'];
139040
+ pause: Array<JiraServiceManagementProjectSlaCondition>;
139041
+ start: Array<JiraServiceManagementProjectSlaCondition>;
139042
+ stop: Array<JiraServiceManagementProjectSlaCondition>;
139043
+ };
139044
+ export type JiraServiceManagementProjectSlaGoal = {
139045
+ __typename?: 'JiraServiceManagementProjectSlaGoal';
139046
+ calendarId?: Maybe<Scalars['Int']['output']>;
139047
+ defaultGoal: Scalars['Boolean']['output'];
139048
+ duration?: Maybe<Scalars['Long']['output']>;
139049
+ id: Scalars['ID']['output'];
139050
+ jqlQuery?: Maybe<Scalars['String']['output']>;
139051
+ subGoals: Array<JiraServiceManagementProjectSlaSubGoal>;
139052
+ };
139053
+ export type JiraServiceManagementProjectSlaMetricsConfiguration = {
139054
+ __typename?: 'JiraServiceManagementProjectSlaMetricsConfiguration';
139055
+ calendarRefs: Array<JiraServiceManagementProjectSlaCalendarReference>;
139056
+ canCreateMetrics: Scalars['Boolean']['output'];
139057
+ canManageFields: Scalars['Boolean']['output'];
139058
+ jqlHelpUrl: Scalars['String']['output'];
139059
+ metricCount: Scalars['Int']['output'];
139060
+ timeMetrics: Array<JiraServiceManagementProjectSlaTimeMetric>;
139061
+ };
139062
+ export type JiraServiceManagementProjectSlaSubGoal = {
139063
+ __typename?: 'JiraServiceManagementProjectSlaSubGoal';
139064
+ calendarId?: Maybe<Scalars['Int']['output']>;
139065
+ defaultGoal: Scalars['Boolean']['output'];
139066
+ duration?: Maybe<Scalars['Long']['output']>;
139067
+ goalId: Scalars['ID']['output'];
139068
+ id: Scalars['ID']['output'];
139069
+ jqlQuery?: Maybe<Scalars['String']['output']>;
139070
+ };
139071
+ export type JiraServiceManagementProjectSlaTimeMetric = {
139072
+ __typename?: 'JiraServiceManagementProjectSlaTimeMetric';
139073
+ config?: Maybe<JiraServiceManagementProjectSlaTimeMetricConfig>;
139074
+ customFieldId: Scalars['Long']['output'];
139075
+ goalCount: Scalars['Int']['output'];
139076
+ id: Scalars['ID']['output'];
139077
+ name: Scalars['String']['output'];
139078
+ projectKey: Scalars['String']['output'];
139079
+ };
139080
+ export type JiraServiceManagementProjectSlaTimeMetricConfig = {
139081
+ __typename?: 'JiraServiceManagementProjectSlaTimeMetricConfig';
139082
+ definition: JiraServiceManagementProjectSlaConditions;
139083
+ goals: Array<JiraServiceManagementProjectSlaGoal>;
139084
+ slaDisplayFormat: Scalars['String']['output'];
139085
+ };
138957
139086
  export type JiraServiceManagementProjectTeamType = {
138958
139087
  __typename?: 'JiraServiceManagementProjectTeamType';
138959
139088
  teamType?: Maybe<Scalars['String']['output']>;
@@ -140888,6 +141017,7 @@ export type JiraSprintFieldPayload = Payload & {
140888
141017
  export type JiraSprintFilterInput = {
140889
141018
  activeWithin?: InputMaybe<JiraDateTimeWindow>;
140890
141019
  boardIds?: InputMaybe<Array<Scalars['ID']['input']>>;
141020
+ context?: InputMaybe<JiraSoftwareIssueSearchCustomInputContext>;
140891
141021
  projectIds?: InputMaybe<Array<Scalars['ID']['input']>>;
140892
141022
  projectKeys?: InputMaybe<Array<Scalars['String']['input']>>;
140893
141023
  states?: InputMaybe<Array<JiraSprintState>>;
@@ -143091,6 +143221,7 @@ export type JiraVersion = JiraScenarioVersionLike & JiraSelectableValue & Node &
143091
143221
  driverData?: Maybe<JiraVersionDriverResult>;
143092
143222
  epicsForFilter?: Maybe<JiraIssueConnection>;
143093
143223
  hasReleaseNote?: Maybe<Scalars['Boolean']['output']>;
143224
+ history?: Maybe<JiraReleaseHistoryConnection>;
143094
143225
  iconUrl?: Maybe<Scalars['URL']['output']>;
143095
143226
  id: Scalars['ID']['output'];
143096
143227
  issueAssociatedDesigns?: Maybe<GraphStoreSimplifiedVersionAssociatedDesignConnection>;
@@ -143147,6 +143278,10 @@ export type JiraVersionCrossProjectVersionArgs = {
143147
143278
  export type JiraVersionEpicsForFilterArgs = {
143148
143279
  searchStr?: InputMaybe<Scalars['String']['input']>;
143149
143280
  };
143281
+ export type JiraVersionHistoryArgs = {
143282
+ after?: InputMaybe<Scalars['String']['input']>;
143283
+ first?: InputMaybe<Scalars['Int']['input']>;
143284
+ };
143150
143285
  export type JiraVersionIssueAssociatedDesignsArgs = {
143151
143286
  after?: InputMaybe<Scalars['String']['input']>;
143152
143287
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -144996,6 +145131,7 @@ export type JsmAdaptiveLanguageGlossary = {
144996
145131
  __typename?: 'JsmAdaptiveLanguageGlossary';
144997
145132
  brandExceptions?: Maybe<Scalars['String']['output']>;
144998
145133
  compiledGlossary?: Maybe<Scalars['String']['output']>;
145134
+ domain?: Maybe<Scalars['String']['output']>;
144999
145135
  domainId?: Maybe<Scalars['String']['output']>;
145000
145136
  locale?: Maybe<Scalars['String']['output']>;
145001
145137
  matchOrder?: Maybe<Scalars['String']['output']>;
@@ -200993,6 +201129,7 @@ export declare enum Scope {
200993
201129
  ReadFeedbackJob = "READ_FEEDBACK_JOB",
200994
201130
  ReadFeedbackSource = "READ_FEEDBACK_SOURCE",
200995
201131
  ReadFeedbackSpace = "READ_FEEDBACK_SPACE",
201132
+ ReadFeedbackTwgCli = "READ_FEEDBACK_TWG_CLI",
200996
201133
  ReadFeedbackView = "READ_FEEDBACK_VIEW",
200997
201134
  ReadGoal = "READ_GOAL",
200998
201135
  ReadGoalAccess = "READ_GOAL_ACCESS",
@@ -201165,6 +201302,7 @@ export declare enum Scope {
201165
201302
  WriteFeedbackInsight = "WRITE_FEEDBACK_INSIGHT",
201166
201303
  WriteFeedbackJob = "WRITE_FEEDBACK_JOB",
201167
201304
  WriteFeedbackSpace = "WRITE_FEEDBACK_SPACE",
201305
+ WriteFeedbackTwgCli = "WRITE_FEEDBACK_TWG_CLI",
201168
201306
  WriteFeedbackView = "WRITE_FEEDBACK_VIEW",
201169
201307
  WriteGoal = "WRITE_GOAL",
201170
201308
  WriteGoalChatIntegration = "WRITE_GOAL_CHAT_INTEGRATION",
@@ -241262,6 +241400,7 @@ export type UpdateJiraPlaybookStatePayload = Payload & {
241262
241400
  success: Scalars['Boolean']['output'];
241263
241401
  };
241264
241402
  export type UpdateJiraPlaybookStepInput = {
241403
+ checklistItems?: InputMaybe<Array<ChecklistItemInput>>;
241265
241404
  description?: InputMaybe<Scalars['JSON']['input']>;
241266
241405
  name: Scalars['String']['input'];
241267
241406
  ruleId?: InputMaybe<Scalars['String']['input']>;