@forge/cli-shared 3.25.0-next.6 → 3.25.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,41 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 3.25.1-next.0
4
+
5
+ ### Patch Changes
6
+
7
+ - 629f31a: Increase maximum app name length
8
+
9
+ ## 3.25.0
10
+
11
+ ### Minor Changes
12
+
13
+ - ba85e65: Add support for FedRAMP environments
14
+ - a7da8c4: Clean up FF "Forge CLI: Enable categorise templates by product"
15
+
16
+ ### Patch Changes
17
+
18
+ - 7b8fa49: Bumping dependencies via Renovate:
19
+
20
+ - @graphql-codegen/typescript
21
+ - @graphql-codegen/typescript-operations
22
+
23
+ - a56b49d: Bumping dependencies via Renovate:
24
+
25
+ - tmp
26
+
27
+ - c9b4d9f: Bumping dependencies via Renovate:
28
+
29
+ - @graphql-tools/schema
30
+
31
+ - Updated dependencies [d76d95c]
32
+ - Updated dependencies [9307e05]
33
+ - Updated dependencies [f9492fb]
34
+ - Updated dependencies [2f32562]
35
+ - Updated dependencies [afbb875]
36
+ - @forge/util@1.4.2
37
+ - @forge/manifest@6.2.0
38
+
3
39
  ## 3.25.0-next.6
4
40
 
5
41
  ### Patch Changes
@@ -196,14 +196,9 @@ export declare type ActionsExecuteActionInput = {
196
196
  };
197
197
  export declare type ActionsExecuteResponse = {
198
198
  __typename?: 'ActionsExecuteResponse';
199
- outputs?: Maybe<Array<Maybe<ActionsExecuteResponseOutputTuple>>>;
199
+ outputs?: Maybe<Scalars['JSON']['output']>;
200
200
  status?: Maybe<Scalars['Int']['output']>;
201
201
  };
202
- export declare type ActionsExecuteResponseOutputTuple = {
203
- __typename?: 'ActionsExecuteResponseOutputTuple';
204
- key?: Maybe<Scalars['String']['output']>;
205
- value?: Maybe<Scalars['JSON']['output']>;
206
- };
207
202
  export declare type ActionsMutation = {
208
203
  __typename?: 'ActionsMutation';
209
204
  execute?: Maybe<ActionsExecuteResponse>;
@@ -2750,6 +2745,7 @@ export declare type CcpQueryApi = {
2750
2745
  entitlement?: Maybe<CcpEntitlement>;
2751
2746
  offering?: Maybe<CcpOffering>;
2752
2747
  pricingPlan?: Maybe<CcpPricingPlan>;
2748
+ transactionAccount?: Maybe<CcpTransactionAccount>;
2753
2749
  };
2754
2750
  export declare type CcpQueryApiEntitlementArgs = {
2755
2751
  id: Scalars['ID']['input'];
@@ -2760,6 +2756,9 @@ export declare type CcpQueryApiOfferingArgs = {
2760
2756
  export declare type CcpQueryApiPricingPlanArgs = {
2761
2757
  id: Scalars['ID']['input'];
2762
2758
  };
2759
+ export declare type CcpQueryApiTransactionAccountArgs = {
2760
+ id: Scalars['ID']['input'];
2761
+ };
2763
2762
  export declare enum CcpRelationshipPricingType {
2764
2763
  AdvantagePricing = "ADVANTAGE_PRICING",
2765
2764
  CurrencyGenerated = "CURRENCY_GENERATED",
@@ -11130,6 +11129,7 @@ export declare type ForgeMetricsApiRequestQueryInput = {
11130
11129
  groupBy?: InputMaybe<Array<ForgeMetricsApiRequestGroupByDimensions>>;
11131
11130
  };
11132
11131
  export declare enum ForgeMetricsApiRequestStatus {
11132
+ '2Xx' = "_2XX",
11133
11133
  '4Xx' = "_4XX",
11134
11134
  '5Xx' = "_5XX"
11135
11135
  }
@@ -11137,6 +11137,50 @@ export declare enum ForgeMetricsApiRequestType {
11137
11137
  External = "EXTERNAL",
11138
11138
  Product = "PRODUCT"
11139
11139
  }
11140
+ export declare type ForgeMetricsChartInsightChoiceData = {
11141
+ __typename?: 'ForgeMetricsChartInsightChoiceData';
11142
+ finishReason: Scalars['String']['output'];
11143
+ index: Scalars['Int']['output'];
11144
+ message: ForgeMetricsChartInsightChoiceMessageData;
11145
+ };
11146
+ export declare type ForgeMetricsChartInsightChoiceMessageData = {
11147
+ __typename?: 'ForgeMetricsChartInsightChoiceMessageData';
11148
+ content: Scalars['String']['output'];
11149
+ role: Scalars['String']['output'];
11150
+ };
11151
+ export declare type ForgeMetricsChartInsightData = {
11152
+ __typename?: 'ForgeMetricsChartInsightData';
11153
+ choices?: Maybe<Array<ForgeMetricsChartInsightChoiceData>>;
11154
+ created: Scalars['Int']['output'];
11155
+ id: Scalars['ID']['output'];
11156
+ model: Scalars['String']['output'];
11157
+ object: Scalars['String']['output'];
11158
+ usage: ForgeMetricsChartInsightUsage;
11159
+ };
11160
+ export declare type ForgeMetricsChartInsightQueryInput = {
11161
+ apiRequestChartFilters?: InputMaybe<ForgeMetricsApiRequestQueryFilters>;
11162
+ apiRequestGroupBy?: InputMaybe<Array<ForgeMetricsApiRequestGroupByDimensions>>;
11163
+ chartName?: InputMaybe<ForgeMetricsChartName>;
11164
+ invocationChartFilters?: InputMaybe<ForgeMetricsQueryFilters>;
11165
+ invocationGroupBy?: InputMaybe<Array<ForgeMetricsGroupByDimensions>>;
11166
+ };
11167
+ export declare type ForgeMetricsChartInsightResult = ForgeMetricsChartInsightData | QueryError;
11168
+ export declare type ForgeMetricsChartInsightUsage = {
11169
+ __typename?: 'ForgeMetricsChartInsightUsage';
11170
+ completionTokens: Scalars['Int']['output'];
11171
+ promptTokens: Scalars['Int']['output'];
11172
+ totalTokens: Scalars['Int']['output'];
11173
+ };
11174
+ export declare enum ForgeMetricsChartName {
11175
+ ApiRequestCount_2Xx = "API_REQUEST_COUNT_2XX",
11176
+ ApiRequestCount_4Xx = "API_REQUEST_COUNT_4XX",
11177
+ ApiRequestCount_5Xx = "API_REQUEST_COUNT_5XX",
11178
+ ApiRequestLatency = "API_REQUEST_LATENCY",
11179
+ InvocationCount = "INVOCATION_COUNT",
11180
+ InvocationError = "INVOCATION_ERROR",
11181
+ InvocationLatency = "INVOCATION_LATENCY",
11182
+ InvocationSuccessRate = "INVOCATION_SUCCESS_RATE"
11183
+ }
11140
11184
  export declare type ForgeMetricsData = {
11141
11185
  name: Scalars['String']['output'];
11142
11186
  series?: Maybe<Array<ForgeMetricsSeries>>;
@@ -11289,6 +11333,7 @@ export declare type ForgeMetricsQuery = {
11289
11333
  apiRequestLatencyValue: ForgeMetricsApiRequestLatencyValueResult;
11290
11334
  appId: Scalars['ID']['output'];
11291
11335
  appMetrics: ForgeMetricsOtlpResult;
11336
+ chartInsight: ForgeMetricsChartInsightResult;
11292
11337
  errors: ForgeMetricsErrorsResult;
11293
11338
  errorsValue: ForgeMetricsErrorsValueResult;
11294
11339
  invocations: ForgeMetricsInvocationsResult;
@@ -11318,6 +11363,9 @@ export declare type ForgeMetricsQueryApiRequestLatencyValueArgs = {
11318
11363
  export declare type ForgeMetricsQueryAppMetricsArgs = {
11319
11364
  query: ForgeMetricsOtlpQueryInput;
11320
11365
  };
11366
+ export declare type ForgeMetricsQueryChartInsightArgs = {
11367
+ query: ForgeMetricsChartInsightQueryInput;
11368
+ };
11321
11369
  export declare type ForgeMetricsQueryErrorsArgs = {
11322
11370
  query: ForgeMetricsQueryInput;
11323
11371
  };
@@ -14904,7 +14952,9 @@ export declare type GraphStore = {
14904
14952
  componentLinkedJswIssueInverseRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
14905
14953
  componentLinkedJswIssueRelationship?: Maybe<GraphStoreFullComponentLinkedJswIssueConnection>;
14906
14954
  contentReferencedEntity?: Maybe<GraphStoreSimplifiedContentReferencedEntityConnection>;
14955
+ contentReferencedEntityBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
14907
14956
  contentReferencedEntityInverse?: Maybe<GraphStoreSimplifiedContentReferencedEntityInverseConnection>;
14957
+ contentReferencedEntityInverseBatch?: Maybe<GraphStoreBatchContentReferencedEntityConnection>;
14908
14958
  contentReferencedEntityInverseRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
14909
14959
  contentReferencedEntityRelationship?: Maybe<GraphStoreFullContentReferencedEntityConnection>;
14910
14960
  fetchAllRelationships: GraphStoreAllRelationshipsConnection;
@@ -15335,11 +15385,21 @@ export declare type GraphStoreContentReferencedEntityArgs = {
15335
15385
  first?: InputMaybe<Scalars['Int']['input']>;
15336
15386
  id: Scalars['ID']['input'];
15337
15387
  };
15388
+ export declare type GraphStoreContentReferencedEntityBatchArgs = {
15389
+ after?: InputMaybe<Scalars['String']['input']>;
15390
+ first?: InputMaybe<Scalars['Int']['input']>;
15391
+ ids: Array<Scalars['ID']['input']>;
15392
+ };
15338
15393
  export declare type GraphStoreContentReferencedEntityInverseArgs = {
15339
15394
  after?: InputMaybe<Scalars['String']['input']>;
15340
15395
  first?: InputMaybe<Scalars['Int']['input']>;
15341
15396
  id: Scalars['ID']['input'];
15342
15397
  };
15398
+ export declare type GraphStoreContentReferencedEntityInverseBatchArgs = {
15399
+ after?: InputMaybe<Scalars['String']['input']>;
15400
+ first?: InputMaybe<Scalars['Int']['input']>;
15401
+ ids: Array<Scalars['ID']['input']>;
15402
+ };
15343
15403
  export declare type GraphStoreContentReferencedEntityInverseRelationshipArgs = {
15344
15404
  after?: InputMaybe<Scalars['String']['input']>;
15345
15405
  first?: InputMaybe<Scalars['Int']['input']>;
@@ -17031,6 +17091,47 @@ export declare type GraphStoreAtiFilterInput = {
17031
17091
  is?: InputMaybe<Array<Scalars['String']['input']>>;
17032
17092
  isNot?: InputMaybe<Array<Scalars['String']['input']>>;
17033
17093
  };
17094
+ export declare type GraphStoreBatchContentReferencedEntityConnection = HasPageInfo & {
17095
+ __typename?: 'GraphStoreBatchContentReferencedEntityConnection';
17096
+ edges: Array<Maybe<GraphStoreBatchContentReferencedEntityEdge>>;
17097
+ nodes: Array<Maybe<GraphStoreBatchContentReferencedEntityNode>>;
17098
+ pageInfo: PageInfo;
17099
+ };
17100
+ export declare type GraphStoreBatchContentReferencedEntityEdge = {
17101
+ __typename?: 'GraphStoreBatchContentReferencedEntityEdge';
17102
+ node: GraphStoreBatchContentReferencedEntityInnerConnection;
17103
+ };
17104
+ export declare type GraphStoreBatchContentReferencedEntityEndNode = Node & {
17105
+ __typename?: 'GraphStoreBatchContentReferencedEntityEndNode';
17106
+ data?: Maybe<GraphStoreBatchContentReferencedEntityEndUnion>;
17107
+ id: Scalars['ID']['output'];
17108
+ };
17109
+ export declare type GraphStoreBatchContentReferencedEntityEndUnion = ConfluencePage | JiraIssue;
17110
+ export declare type GraphStoreBatchContentReferencedEntityInnerConnection = {
17111
+ __typename?: 'GraphStoreBatchContentReferencedEntityInnerConnection';
17112
+ edges: Array<Maybe<GraphStoreBatchContentReferencedEntityInnerEdge>>;
17113
+ nodes: Array<Maybe<GraphStoreBatchContentReferencedEntityNode>>;
17114
+ requestedId: Scalars['ID']['output'];
17115
+ };
17116
+ export declare type GraphStoreBatchContentReferencedEntityInnerEdge = {
17117
+ __typename?: 'GraphStoreBatchContentReferencedEntityInnerEdge';
17118
+ cursor?: Maybe<Scalars['String']['output']>;
17119
+ node: GraphStoreBatchContentReferencedEntityNode;
17120
+ };
17121
+ export declare type GraphStoreBatchContentReferencedEntityNode = Node & {
17122
+ __typename?: 'GraphStoreBatchContentReferencedEntityNode';
17123
+ createdAt: Scalars['DateTime']['output'];
17124
+ from: GraphStoreBatchContentReferencedEntityStartNode;
17125
+ id: Scalars['ID']['output'];
17126
+ lastUpdated: Scalars['DateTime']['output'];
17127
+ to: GraphStoreBatchContentReferencedEntityEndNode;
17128
+ };
17129
+ export declare type GraphStoreBatchContentReferencedEntityStartNode = Node & {
17130
+ __typename?: 'GraphStoreBatchContentReferencedEntityStartNode';
17131
+ data?: Maybe<GraphStoreBatchContentReferencedEntityStartUnion>;
17132
+ id: Scalars['ID']['output'];
17133
+ };
17134
+ export declare type GraphStoreBatchContentReferencedEntityStartUnion = ConfluencePage | JiraIssue;
17034
17135
  export declare type GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection = HasPageInfo & {
17035
17136
  __typename?: 'GraphStoreBatchIncidentAssociatedPostIncidentReviewConnection';
17036
17137
  edges: Array<Maybe<GraphStoreBatchIncidentAssociatedPostIncidentReviewEdge>>;
@@ -18500,10 +18601,40 @@ export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkEndNode = {
18500
18601
  metadata?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkRelationshipObjectMetadataOutput>;
18501
18602
  };
18502
18603
  export declare enum GraphStoreFullIssueAssociatedIssueRemoteLinkLinkApplicationTypeOutput {
18604
+ Bamboo = "BAMBOO",
18605
+ BbPrComment = "BB_PR_COMMENT",
18503
18606
  ConfluencePage = "CONFLUENCE_PAGE",
18607
+ Jira = "JIRA",
18504
18608
  NotSet = "NOT_SET",
18609
+ Snyk = "SNYK",
18610
+ Trello = "TRELLO",
18505
18611
  WebLink = "WEB_LINK"
18506
18612
  }
18613
+ export declare enum GraphStoreFullIssueAssociatedIssueRemoteLinkLinkRelationshipOutput {
18614
+ AddedToIdea = "ADDED_TO_IDEA",
18615
+ Blocks = "BLOCKS",
18616
+ Causes = "CAUSES",
18617
+ Clones = "CLONES",
18618
+ CreatedFrom = "CREATED_FROM",
18619
+ Duplicates = "DUPLICATES",
18620
+ Implements = "IMPLEMENTS",
18621
+ IsBlockedBy = "IS_BLOCKED_BY",
18622
+ IsCausedBy = "IS_CAUSED_BY",
18623
+ IsClonedBy = "IS_CLONED_BY",
18624
+ IsDuplicatedBy = "IS_DUPLICATED_BY",
18625
+ IsIdeaFor = "IS_IDEA_FOR",
18626
+ IsImplementedBy = "IS_IMPLEMENTED_BY",
18627
+ IsReviewedBy = "IS_REVIEWED_BY",
18628
+ MentionedIn = "MENTIONED_IN",
18629
+ MergedFrom = "MERGED_FROM",
18630
+ MergedInto = "MERGED_INTO",
18631
+ NotSet = "NOT_SET",
18632
+ RelatesTo = "RELATES_TO",
18633
+ Reviews = "REVIEWS",
18634
+ SplitFrom = "SPLIT_FROM",
18635
+ SplitTo = "SPLIT_TO",
18636
+ WikiPage = "WIKI_PAGE"
18637
+ }
18507
18638
  export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkNode = Node & {
18508
18639
  __typename?: 'GraphStoreFullIssueAssociatedIssueRemoteLinkNode';
18509
18640
  createdAt: Scalars['DateTime']['output'];
@@ -18515,6 +18646,7 @@ export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkNode = Node & {
18515
18646
  export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkRelationshipObjectMetadataOutput = {
18516
18647
  __typename?: 'GraphStoreFullIssueAssociatedIssueRemoteLinkRelationshipObjectMetadataOutput';
18517
18648
  applicationType?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkLinkApplicationTypeOutput>;
18649
+ relationship?: Maybe<GraphStoreFullIssueAssociatedIssueRemoteLinkLinkRelationshipOutput>;
18518
18650
  };
18519
18651
  export declare type GraphStoreFullIssueAssociatedIssueRemoteLinkStartNode = {
18520
18652
  __typename?: 'GraphStoreFullIssueAssociatedIssueRemoteLinkStartNode';
@@ -24624,6 +24756,14 @@ export declare type HelpCenterCreateTopicPayload = Payload & {
24624
24756
  success: Scalars['Boolean']['output'];
24625
24757
  successfullyCreatedTopicIds: Array<Maybe<HelpCenterSuccessfullyCreatedTopicIds>>;
24626
24758
  };
24759
+ export declare type HelpCenterDeleteInput = {
24760
+ helpCenterAri: Scalars['String']['input'];
24761
+ };
24762
+ export declare type HelpCenterDeletePayload = Payload & {
24763
+ __typename?: 'HelpCenterDeletePayload';
24764
+ errors?: Maybe<Array<MutationError>>;
24765
+ success: Scalars['Boolean']['output'];
24766
+ };
24627
24767
  export declare type HelpCenterDeleteUpdateTopicPayload = Payload & {
24628
24768
  __typename?: 'HelpCenterDeleteUpdateTopicPayload';
24629
24769
  errors?: Maybe<Array<MutationError>>;
@@ -24745,6 +24885,7 @@ export declare type HelpCenterMutationApi = {
24745
24885
  createHelpCenter?: Maybe<HelpCenterCreatePayload>;
24746
24886
  createHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
24747
24887
  createTopic?: Maybe<HelpCenterCreateTopicPayload>;
24888
+ deleteHelpCenter?: Maybe<HelpCenterDeletePayload>;
24748
24889
  deleteHelpDesk?: Maybe<HelpCenterHelpDeskPayload>;
24749
24890
  deleteTopic?: Maybe<HelpCenterDeleteUpdateTopicPayload>;
24750
24891
  updateHelpCenter?: Maybe<HelpCenterUpdatePayload>;
@@ -24764,6 +24905,9 @@ export declare type HelpCenterMutationApiCreateHelpDeskArgs = {
24764
24905
  export declare type HelpCenterMutationApiCreateTopicArgs = {
24765
24906
  input: HelpCenterBulkCreateTopicsInput;
24766
24907
  };
24908
+ export declare type HelpCenterMutationApiDeleteHelpCenterArgs = {
24909
+ input: HelpCenterDeleteInput;
24910
+ };
24767
24911
  export declare type HelpCenterMutationApiDeleteHelpDeskArgs = {
24768
24912
  input: HelpCenterHelpDeskDeleteInput;
24769
24913
  };
@@ -24953,7 +25097,7 @@ export declare type HelpCenterTranslation = {
24953
25097
  };
24954
25098
  export declare type HelpCenterTranslationInput = {
24955
25099
  locale: Scalars['String']['input'];
24956
- localeDisplayName: Scalars['String']['input'];
25100
+ localeDisplayName?: InputMaybe<Scalars['String']['input']>;
24957
25101
  value: Scalars['String']['input'];
24958
25102
  };
24959
25103
  export declare enum HelpCenterType {
@@ -24970,9 +25114,7 @@ export declare type HelpCenterUpdateInput = {
24970
25114
  };
24971
25115
  export declare type HelpCenterUpdatePayload = Payload & {
24972
25116
  __typename?: 'HelpCenterUpdatePayload';
24973
- banner?: Maybe<HelpCenterBanner>;
24974
25117
  errors?: Maybe<Array<MutationError>>;
24975
- logo?: Maybe<HelpCenterLogo>;
24976
25118
  success: Scalars['Boolean']['output'];
24977
25119
  };
24978
25120
  export declare type HelpCenterUpdateTopicInput = {
@@ -26803,6 +26945,9 @@ export declare type JiraAddRelatedWorkToVersionPayload = Payload & {
26803
26945
  relatedWorkV2Edge?: Maybe<JiraVersionRelatedWorkV2Edge>;
26804
26946
  success: Scalars['Boolean']['output'];
26805
26947
  };
26948
+ export declare enum JiraAddValueFieldOperations {
26949
+ Add = "ADD"
26950
+ }
26806
26951
  export declare type JiraAdfToConvertedPlainText = {
26807
26952
  __typename?: 'JiraAdfToConvertedPlainText';
26808
26953
  isTruncated?: Maybe<Scalars['Boolean']['output']>;
@@ -27132,6 +27277,16 @@ export declare type JiraAttachmentEdge = {
27132
27277
  cursor: Scalars['String']['output'];
27133
27278
  node?: Maybe<JiraAttachment>;
27134
27279
  };
27280
+ export declare type JiraAttachmentFieldOperationInput = {
27281
+ operation: JiraAddValueFieldOperations;
27282
+ temporaryAttachmentIds: Array<Scalars['String']['input']>;
27283
+ };
27284
+ export declare type JiraAttachmentFieldPayload = Payload & {
27285
+ __typename?: 'JiraAttachmentFieldPayload';
27286
+ errors?: Maybe<Array<MutationError>>;
27287
+ field?: Maybe<JiraAttachmentsField>;
27288
+ success: Scalars['Boolean']['output'];
27289
+ };
27135
27290
  export declare type JiraAttachmentFilterInput = {
27136
27291
  authorIds?: InputMaybe<Array<Scalars['String']['input']>>;
27137
27292
  dateRange?: InputMaybe<JiraDateRange>;
@@ -30393,6 +30548,7 @@ export declare type JiraIssueSearchViewPayload = Payload & {
30393
30548
  view?: Maybe<JiraIssueSearchView>;
30394
30549
  };
30395
30550
  export declare type JiraIssueTransitionFieldLevelInput = {
30551
+ JiraAttachmentsField?: InputMaybe<Array<JiraUpdateAttachmentFieldInput>>;
30396
30552
  JiraCascadingSelectField?: InputMaybe<Array<JiraUpdateCascadingSelectFieldInput>>;
30397
30553
  JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
30398
30554
  JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
@@ -31410,6 +31566,16 @@ export declare type JiraMultipleSelectUserPickerFieldInput = {
31410
31566
  fieldId: Scalars['ID']['input'];
31411
31567
  users: Array<JiraUserInput>;
31412
31568
  };
31569
+ export declare type JiraMultipleSelectUserPickerFieldOperationInput = {
31570
+ ids: Array<Scalars['ID']['input']>;
31571
+ operation: JiraMultiValueFieldOperations;
31572
+ };
31573
+ export declare type JiraMultipleSelectUserPickerFieldPayload = Payload & {
31574
+ __typename?: 'JiraMultipleSelectUserPickerFieldPayload';
31575
+ errors?: Maybe<Array<MutationError>>;
31576
+ field?: Maybe<JiraMultipleSelectUserPickerField>;
31577
+ success: Scalars['Boolean']['output'];
31578
+ };
31413
31579
  export declare type JiraMultipleVersionPickerField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
31414
31580
  __typename?: 'JiraMultipleVersionPickerField';
31415
31581
  aliasFieldId?: Maybe<Scalars['ID']['output']>;
@@ -31434,6 +31600,7 @@ export declare type JiraMultipleVersionPickerFieldSelectedVersionsConnectionArgs
31434
31600
  export declare type JiraMultipleVersionPickerFieldVersionsArgs = {
31435
31601
  after?: InputMaybe<Scalars['String']['input']>;
31436
31602
  before?: InputMaybe<Scalars['String']['input']>;
31603
+ filterById?: InputMaybe<JiraFieldOptionIdsFilterInput>;
31437
31604
  first?: InputMaybe<Scalars['Int']['input']>;
31438
31605
  last?: InputMaybe<Scalars['Int']['input']>;
31439
31606
  searchBy?: InputMaybe<Scalars['String']['input']>;
@@ -31519,6 +31686,7 @@ export declare type JiraMutation = {
31519
31686
  setUserBroadcastMessageDismissed?: Maybe<JiraUserBroadcastMessageActionPayload>;
31520
31687
  submitBulkOperation?: Maybe<JiraSubmitBulkOperationPayload>;
31521
31688
  unlinkIssuesFromIncident?: Maybe<JiraUnlinkIssuesFromIncidentMutationPayload>;
31689
+ updateAttachmentField?: Maybe<JiraAttachmentFieldPayload>;
31522
31690
  updateCascadingSelectField?: Maybe<JiraCascadingSelectFieldPayload>;
31523
31691
  updateCheckboxesField?: Maybe<JiraCheckboxesFieldPayload>;
31524
31692
  updateColorField?: Maybe<JiraColorFieldPayload>;
@@ -31543,6 +31711,7 @@ export declare type JiraMutation = {
31543
31711
  updateLabelsField?: Maybe<JiraLabelsFieldPayload>;
31544
31712
  updateLegacyTeamField?: Maybe<JiraLegacyTeamFieldPayload>;
31545
31713
  updateMultipleSelectField?: Maybe<JiraMultipleSelectFieldPayload>;
31714
+ updateMultipleSelectUserPickerField?: Maybe<JiraMultipleSelectUserPickerFieldPayload>;
31546
31715
  updateMultipleVersionPickerField?: Maybe<JiraMultipleVersionPickerFieldPayload>;
31547
31716
  updateNumberField?: Maybe<JiraNumberFieldPayload>;
31548
31717
  updateParentField?: Maybe<JiraParentFieldPayload>;
@@ -31770,6 +31939,9 @@ export declare type JiraMutationSubmitBulkOperationArgs = {
31770
31939
  export declare type JiraMutationUnlinkIssuesFromIncidentArgs = {
31771
31940
  input: JiraUnlinkIssuesFromIncidentMutationInput;
31772
31941
  };
31942
+ export declare type JiraMutationUpdateAttachmentFieldArgs = {
31943
+ input: JiraUpdateAttachmentFieldInput;
31944
+ };
31773
31945
  export declare type JiraMutationUpdateCascadingSelectFieldArgs = {
31774
31946
  input: JiraUpdateCascadingSelectFieldInput;
31775
31947
  };
@@ -31845,6 +32017,9 @@ export declare type JiraMutationUpdateLegacyTeamFieldArgs = {
31845
32017
  export declare type JiraMutationUpdateMultipleSelectFieldArgs = {
31846
32018
  input: JiraUpdateMultipleSelectFieldInput;
31847
32019
  };
32020
+ export declare type JiraMutationUpdateMultipleSelectUserPickerFieldArgs = {
32021
+ input: JiraUpdateMultipleSelectUserPickerFieldInput;
32022
+ };
31848
32023
  export declare type JiraMutationUpdateMultipleVersionPickerFieldArgs = {
31849
32024
  input: JiraUpdateMultipleVersionPickerFieldInput;
31850
32025
  };
@@ -31999,6 +32174,7 @@ export declare type JiraNotificationOptions = {
31999
32174
  id: Scalars['ID']['output'];
32000
32175
  isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
32001
32176
  isEmailNotificationEnabled?: Maybe<Scalars['Boolean']['output']>;
32177
+ notifyOwnChangesEnabled?: Maybe<Scalars['Boolean']['output']>;
32002
32178
  };
32003
32179
  export declare type JiraNotificationPreference = {
32004
32180
  __typename?: 'JiraNotificationPreference';
@@ -34020,6 +34196,7 @@ export declare type JiraQueryVersionByIdArgs = {
34020
34196
  export declare type JiraQueryVersionSearchArgs = {
34021
34197
  after?: InputMaybe<Scalars['String']['input']>;
34022
34198
  before?: InputMaybe<Scalars['String']['input']>;
34199
+ cloudId?: InputMaybe<Scalars['ID']['input']>;
34023
34200
  filter?: InputMaybe<JiraVersionFilterInput>;
34024
34201
  first?: InputMaybe<Scalars['Int']['input']>;
34025
34202
  last?: InputMaybe<Scalars['Int']['input']>;
@@ -36396,6 +36573,10 @@ export declare type JiraUnsupportedLanguageError = {
36396
36573
  __typename?: 'JiraUnsupportedLanguageError';
36397
36574
  message?: Maybe<Scalars['String']['output']>;
36398
36575
  };
36576
+ export declare type JiraUpdateAttachmentFieldInput = {
36577
+ id: Scalars['ID']['input'];
36578
+ operation: JiraAttachmentFieldOperationInput;
36579
+ };
36399
36580
  export declare type JiraUpdateCascadingSelectFieldInput = {
36400
36581
  id: Scalars['ID']['input'];
36401
36582
  operation: JiraCascadingSelectFieldOperationInput;
@@ -36477,6 +36658,10 @@ export declare type JiraUpdateMultipleSelectFieldInput = {
36477
36658
  id: Scalars['ID']['input'];
36478
36659
  operations: Array<JiraMultipleSelectFieldOperationInput>;
36479
36660
  };
36661
+ export declare type JiraUpdateMultipleSelectUserPickerFieldInput = {
36662
+ id: Scalars['ID']['input'];
36663
+ operations: Array<JiraMultipleSelectUserPickerFieldOperationInput>;
36664
+ };
36480
36665
  export declare type JiraUpdateMultipleVersionPickerFieldInput = {
36481
36666
  id: Scalars['ID']['input'];
36482
36667
  operations: Array<JiraMultipleVersionPickerFieldOperationInput>;
@@ -36484,6 +36669,7 @@ export declare type JiraUpdateMultipleVersionPickerFieldInput = {
36484
36669
  export declare type JiraUpdateNotificationOptionsInput = {
36485
36670
  emailMimeType?: InputMaybe<JiraEmailMimeType>;
36486
36671
  isEmailNotificationEnabled?: InputMaybe<Scalars['Boolean']['input']>;
36672
+ notifyOwnChangesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
36487
36673
  };
36488
36674
  export declare type JiraUpdateNotificationOptionsPayload = Payload & {
36489
36675
  __typename?: 'JiraUpdateNotificationOptionsPayload';
@@ -38401,7 +38587,7 @@ export declare type MarketplaceStoreAlgoliaQuerySort = {
38401
38587
  };
38402
38588
  export declare type MarketplaceStoreCategoryHeroSection = {
38403
38589
  __typename?: 'MarketplaceStoreCategoryHeroSection';
38404
- backgroundColorHex: Scalars['String']['output'];
38590
+ backgroundColor: Scalars['String']['output'];
38405
38591
  description: Scalars['String']['output'];
38406
38592
  image: MarketplaceStoreCategoryHeroSectionImage;
38407
38593
  title: Scalars['String']['output'];
@@ -38421,7 +38607,7 @@ export declare type MarketplaceStoreCategoryResponse = {
38421
38607
  };
38422
38608
  export declare type MarketplaceStoreCollectionHeroSection = {
38423
38609
  __typename?: 'MarketplaceStoreCollectionHeroSection';
38424
- backgroundColorHex: Scalars['String']['output'];
38610
+ backgroundColor: Scalars['String']['output'];
38425
38611
  description: Scalars['String']['output'];
38426
38612
  image: MarketplaceStoreCollectionHeroSectionImage;
38427
38613
  title: Scalars['String']['output'];
@@ -38449,7 +38635,6 @@ export declare type MarketplaceStoreCollectionUsecasesValues = {
38449
38635
  __typename?: 'MarketplaceStoreCollectionUsecasesValues';
38450
38636
  description: Scalars['String']['output'];
38451
38637
  title: Scalars['String']['output'];
38452
- titleColorHex: Scalars['String']['output'];
38453
38638
  };
38454
38639
  export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHomePageSection & {
38455
38640
  __typename?: 'MarketplaceStoreHomePageFeaturedSection';