@forge/cli-shared 3.25.0-next.2-experimental-2c80ea3 → 3.25.0-next.2-experimental-f4c3b93
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
|
-
## 3.25.0-next.2-experimental-
|
|
3
|
+
## 3.25.0-next.2-experimental-f4c3b93
|
|
4
4
|
|
|
5
5
|
### Minor Changes
|
|
6
6
|
|
|
@@ -10,7 +10,7 @@
|
|
|
10
10
|
### Patch Changes
|
|
11
11
|
|
|
12
12
|
- Updated dependencies [9307e05]
|
|
13
|
-
- @forge/manifest@6.2.0-next.0-experimental-
|
|
13
|
+
- @forge/manifest@6.2.0-next.0-experimental-f4c3b93
|
|
14
14
|
|
|
15
15
|
## 3.25.0-next.2
|
|
16
16
|
|
|
@@ -2431,6 +2431,11 @@ export declare enum CcpActivationReason {
|
|
|
2431
2431
|
DefaultPricing = "DEFAULT_PRICING",
|
|
2432
2432
|
ExperimentalPricing = "EXPERIMENTAL_PRICING"
|
|
2433
2433
|
}
|
|
2434
|
+
export declare type CcpAddPaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
2435
|
+
__typename?: 'CcpAddPaymentMethodExperienceCapability';
|
|
2436
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
2437
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2438
|
+
};
|
|
2434
2439
|
export declare type CcpApplicationReason = {
|
|
2435
2440
|
__typename?: 'CcpApplicationReason';
|
|
2436
2441
|
id?: Maybe<Scalars['ID']['output']>;
|
|
@@ -2452,6 +2457,11 @@ export declare type CcpBillingPeriodDetails = {
|
|
|
2452
2457
|
billingAnchorTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
2453
2458
|
nextBillingTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
2454
2459
|
};
|
|
2460
|
+
export declare type CcpChangeOfferingExperienceCapability = CommerceExperienceCapability & {
|
|
2461
|
+
__typename?: 'CcpChangeOfferingExperienceCapability';
|
|
2462
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
2463
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2464
|
+
};
|
|
2455
2465
|
export declare type CcpChargeDetails = {
|
|
2456
2466
|
__typename?: 'CcpChargeDetails';
|
|
2457
2467
|
chargeQuantities?: Maybe<Array<Maybe<CcpChargeQuantity>>>;
|
|
@@ -2475,6 +2485,11 @@ export declare enum CcpChargeType {
|
|
|
2475
2485
|
Licensed = "LICENSED",
|
|
2476
2486
|
Metered = "METERED"
|
|
2477
2487
|
}
|
|
2488
|
+
export declare type CcpConfigurePaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
2489
|
+
__typename?: 'CcpConfigurePaymentMethodExperienceCapability';
|
|
2490
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
2491
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2492
|
+
};
|
|
2478
2493
|
export declare type CcpContext = {
|
|
2479
2494
|
__typename?: 'CcpContext';
|
|
2480
2495
|
authMechanism?: Maybe<Scalars['String']['output']>;
|
|
@@ -2546,10 +2561,14 @@ export declare type CcpEntitlement = CommerceEntitlement & Node & {
|
|
|
2546
2561
|
export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
|
|
2547
2562
|
__typename?: 'CcpEntitlementExperienceCapabilities';
|
|
2548
2563
|
changeOffering?: Maybe<CcpExperienceCapability>;
|
|
2564
|
+
changeOfferingV2?: Maybe<CcpChangeOfferingExperienceCapability>;
|
|
2549
2565
|
};
|
|
2550
2566
|
export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
2551
2567
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
2552
2568
|
};
|
|
2569
|
+
export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
2570
|
+
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
2571
|
+
};
|
|
2553
2572
|
export declare type CcpEntitlementPreDunning = CommerceEntitlementPreDunning & {
|
|
2554
2573
|
__typename?: 'CcpEntitlementPreDunning';
|
|
2555
2574
|
firstPreDunningEndTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
@@ -2590,6 +2609,7 @@ export declare type CcpInvoiceGroup = CommerceInvoiceGroup & {
|
|
|
2590
2609
|
export declare type CcpInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
2591
2610
|
__typename?: 'CcpInvoiceGroupExperienceCapabilities';
|
|
2592
2611
|
configurePayment?: Maybe<CcpExperienceCapability>;
|
|
2612
|
+
configurePaymentV2?: Maybe<CcpConfigurePaymentMethodExperienceCapability>;
|
|
2593
2613
|
};
|
|
2594
2614
|
export declare type CcpMapEntry = {
|
|
2595
2615
|
__typename?: 'CcpMapEntry';
|
|
@@ -2806,6 +2826,7 @@ export declare type CcpTransactionAccount = CommerceTransactionAccount & {
|
|
|
2806
2826
|
export declare type CcpTransactionAccountExperienceCapabilities = CommerceTransactionAccountExperienceCapabilities & {
|
|
2807
2827
|
__typename?: 'CcpTransactionAccountExperienceCapabilities';
|
|
2808
2828
|
addPaymentMethod?: Maybe<CcpExperienceCapability>;
|
|
2829
|
+
addPaymentMethodV2?: Maybe<CcpAddPaymentMethodExperienceCapability>;
|
|
2809
2830
|
};
|
|
2810
2831
|
export declare type CcpTrial = CommerceTrial & {
|
|
2811
2832
|
__typename?: 'CcpTrial';
|
|
@@ -2931,10 +2952,14 @@ export declare type CommerceEntitlement = {
|
|
|
2931
2952
|
};
|
|
2932
2953
|
export declare type CommerceEntitlementExperienceCapabilities = {
|
|
2933
2954
|
changeOffering?: Maybe<CommerceExperienceCapability>;
|
|
2955
|
+
changeOfferingV2?: Maybe<CommerceExperienceCapability>;
|
|
2934
2956
|
};
|
|
2935
2957
|
export declare type CommerceEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
2936
2958
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
2937
2959
|
};
|
|
2960
|
+
export declare type CommerceEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
2961
|
+
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
2962
|
+
};
|
|
2938
2963
|
export declare type CommerceEntitlementFilter = {
|
|
2939
2964
|
AND?: InputMaybe<Array<InputMaybe<CommerceEntitlementFilter>>>;
|
|
2940
2965
|
inTrialOrPreDunning?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -2976,6 +3001,7 @@ export declare type CommerceInvoiceGroup = {
|
|
|
2976
3001
|
};
|
|
2977
3002
|
export declare type CommerceInvoiceGroupExperienceCapabilities = {
|
|
2978
3003
|
configurePayment?: Maybe<CommerceExperienceCapability>;
|
|
3004
|
+
configurePaymentV2?: Maybe<CommerceExperienceCapability>;
|
|
2979
3005
|
};
|
|
2980
3006
|
export declare type CommerceOffering = {
|
|
2981
3007
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -2997,6 +3023,7 @@ export declare type CommerceTransactionAccount = {
|
|
|
2997
3023
|
};
|
|
2998
3024
|
export declare type CommerceTransactionAccountExperienceCapabilities = {
|
|
2999
3025
|
addPaymentMethod?: Maybe<CommerceExperienceCapability>;
|
|
3026
|
+
addPaymentMethodV2?: Maybe<CommerceExperienceCapability>;
|
|
3000
3027
|
};
|
|
3001
3028
|
export declare type CommerceTrial = {
|
|
3002
3029
|
endTimestamp?: Maybe<Scalars['Float']['output']>;
|
|
@@ -24121,6 +24148,21 @@ export declare type HamsAccountDetails = CommerceAccountDetails & {
|
|
|
24121
24148
|
__typename?: 'HamsAccountDetails';
|
|
24122
24149
|
invoiceGroup?: Maybe<HamsInvoiceGroup>;
|
|
24123
24150
|
};
|
|
24151
|
+
export declare type HamsAddPaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
24152
|
+
__typename?: 'HamsAddPaymentMethodExperienceCapability';
|
|
24153
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
24154
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
24155
|
+
};
|
|
24156
|
+
export declare type HamsChangeOfferingExperienceCapability = CommerceExperienceCapability & {
|
|
24157
|
+
__typename?: 'HamsChangeOfferingExperienceCapability';
|
|
24158
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
24159
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
24160
|
+
};
|
|
24161
|
+
export declare type HamsConfigurePaymentMethodExperienceCapability = CommerceExperienceCapability & {
|
|
24162
|
+
__typename?: 'HamsConfigurePaymentMethodExperienceCapability';
|
|
24163
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
24164
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
24165
|
+
};
|
|
24124
24166
|
export declare type HamsEntitlement = CommerceEntitlement & {
|
|
24125
24167
|
__typename?: 'HamsEntitlement';
|
|
24126
24168
|
accountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -24157,10 +24199,14 @@ export declare type HamsEntitlement = CommerceEntitlement & {
|
|
|
24157
24199
|
export declare type HamsEntitlementExperienceCapabilities = CommerceEntitlementExperienceCapabilities & {
|
|
24158
24200
|
__typename?: 'HamsEntitlementExperienceCapabilities';
|
|
24159
24201
|
changeOffering?: Maybe<HamsExperienceCapability>;
|
|
24202
|
+
changeOfferingV2?: Maybe<HamsChangeOfferingExperienceCapability>;
|
|
24160
24203
|
};
|
|
24161
24204
|
export declare type HamsEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
24162
24205
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
24163
24206
|
};
|
|
24207
|
+
export declare type HamsEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
24208
|
+
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
24209
|
+
};
|
|
24164
24210
|
export declare type HamsEntitlementMigrationEvaluation = {
|
|
24165
24211
|
__typename?: 'HamsEntitlementMigrationEvaluation';
|
|
24166
24212
|
btfSourceAccountId?: Maybe<Scalars['String']['output']>;
|
|
@@ -24185,6 +24231,7 @@ export declare type HamsInvoiceGroup = CommerceInvoiceGroup & {
|
|
|
24185
24231
|
export declare type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
24186
24232
|
__typename?: 'HamsInvoiceGroupExperienceCapabilities';
|
|
24187
24233
|
configurePayment?: Maybe<HamsExperienceCapability>;
|
|
24234
|
+
configurePaymentV2?: Maybe<HamsExperienceCapability>;
|
|
24188
24235
|
};
|
|
24189
24236
|
export declare type HamsOffering = CommerceOffering & {
|
|
24190
24237
|
__typename?: 'HamsOffering';
|
|
@@ -24212,6 +24259,7 @@ export declare type HamsTransactionAccount = CommerceTransactionAccount & {
|
|
|
24212
24259
|
export declare type HamsTransactionAccountExperienceCapabilities = CommerceTransactionAccountExperienceCapabilities & {
|
|
24213
24260
|
__typename?: 'HamsTransactionAccountExperienceCapabilities';
|
|
24214
24261
|
addPaymentMethod?: Maybe<HamsExperienceCapability>;
|
|
24262
|
+
addPaymentMethodV2?: Maybe<HamsAddPaymentMethodExperienceCapability>;
|
|
24215
24263
|
};
|
|
24216
24264
|
export declare type HamsTrial = CommerceTrial & {
|
|
24217
24265
|
__typename?: 'HamsTrial';
|
|
@@ -24533,6 +24581,7 @@ export declare type HelpCenterPortal = {
|
|
|
24533
24581
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
24534
24582
|
name?: Maybe<Scalars['String']['output']>;
|
|
24535
24583
|
portalBaseUrl?: Maybe<Scalars['String']['output']>;
|
|
24584
|
+
rank?: Maybe<Scalars['Int']['output']>;
|
|
24536
24585
|
};
|
|
24537
24586
|
export declare type HelpCenterPortalFilter = {
|
|
24538
24587
|
typeFilter?: InputMaybe<Array<HelpCenterPortalsType>>;
|
|
@@ -26510,6 +26559,13 @@ export declare type JiraAgileReleaseTrain = {
|
|
|
26510
26559
|
boards?: Maybe<Array<Maybe<JiraSafeBoard>>>;
|
|
26511
26560
|
id: Scalars['ID']['output'];
|
|
26512
26561
|
project?: Maybe<JiraProject>;
|
|
26562
|
+
teamBoards?: Maybe<JiraSafeTeamBoardConnection>;
|
|
26563
|
+
};
|
|
26564
|
+
export declare type JiraAgileReleaseTrainTeamBoardsArgs = {
|
|
26565
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
26566
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
26567
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
26568
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
26513
26569
|
};
|
|
26514
26570
|
export declare type JiraAgileReleaseTrainConnection = {
|
|
26515
26571
|
__typename?: 'JiraAgileReleaseTrainConnection';
|
|
@@ -27782,6 +27838,19 @@ export declare enum JiraContactOrgAdminToEnableAtlassianIntelligenceState {
|
|
|
27782
27838
|
Available = "AVAILABLE",
|
|
27783
27839
|
Unavailable = "UNAVAILABLE"
|
|
27784
27840
|
}
|
|
27841
|
+
export declare type JiraCreateAgileReleaseTrainInput = {
|
|
27842
|
+
cloudId: Scalars['ID']['input'];
|
|
27843
|
+
configurationId: Scalars['ID']['input'];
|
|
27844
|
+
largeSolutionProjectId?: InputMaybe<Scalars['ID']['input']>;
|
|
27845
|
+
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
27846
|
+
teamIds?: InputMaybe<Array<Scalars['ID']['input']>>;
|
|
27847
|
+
};
|
|
27848
|
+
export declare type JiraCreateAgileReleaseTrainPayload = Payload & {
|
|
27849
|
+
__typename?: 'JiraCreateAgileReleaseTrainPayload';
|
|
27850
|
+
agileReleaseTrain?: Maybe<JiraAgileReleaseTrain>;
|
|
27851
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27852
|
+
success: Scalars['Boolean']['output'];
|
|
27853
|
+
};
|
|
27785
27854
|
export declare type JiraCreateApproverListFieldInput = {
|
|
27786
27855
|
fieldName: Scalars['String']['input'];
|
|
27787
27856
|
projectId: Scalars['Int']['input'];
|
|
@@ -27808,6 +27877,17 @@ export declare type JiraCreateCustomFilterPayload = Payload & {
|
|
|
27808
27877
|
filter?: Maybe<JiraCustomFilter>;
|
|
27809
27878
|
success: Scalars['Boolean']['output'];
|
|
27810
27879
|
};
|
|
27880
|
+
export declare type JiraCreateLargeSolutionInput = {
|
|
27881
|
+
cloudId: Scalars['ID']['input'];
|
|
27882
|
+
configurationId: Scalars['ID']['input'];
|
|
27883
|
+
projectDetails: JiraCreateScaledConfiguratorProjectInput;
|
|
27884
|
+
};
|
|
27885
|
+
export declare type JiraCreateLargeSolutionPayload = Payload & {
|
|
27886
|
+
__typename?: 'JiraCreateLargeSolutionPayload';
|
|
27887
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27888
|
+
largeSolution?: Maybe<JiraLargeSolution>;
|
|
27889
|
+
success: Scalars['Boolean']['output'];
|
|
27890
|
+
};
|
|
27811
27891
|
export declare type JiraCreateReleaseNoteConfluencePageInput = {
|
|
27812
27892
|
appLinkId?: InputMaybe<Scalars['ID']['input']>;
|
|
27813
27893
|
excludeIssueKey?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -27827,6 +27907,19 @@ export declare type JiraCreateReleaseNoteConfluencePagePayload = Payload & {
|
|
|
27827
27907
|
success: Scalars['Boolean']['output'];
|
|
27828
27908
|
version?: Maybe<JiraVersion>;
|
|
27829
27909
|
};
|
|
27910
|
+
export declare type JiraCreateSafeGlobalDataInput = {
|
|
27911
|
+
cloudId: Scalars['ID']['input'];
|
|
27912
|
+
};
|
|
27913
|
+
export declare type JiraCreateSafeGlobalDataPayload = Payload & {
|
|
27914
|
+
__typename?: 'JiraCreateSafeGlobalDataPayload';
|
|
27915
|
+
configuration?: Maybe<JiraSafeConfiguration>;
|
|
27916
|
+
errors?: Maybe<Array<MutationError>>;
|
|
27917
|
+
success: Scalars['Boolean']['output'];
|
|
27918
|
+
};
|
|
27919
|
+
export declare type JiraCreateScaledConfiguratorProjectInput = {
|
|
27920
|
+
projectKey: Scalars['String']['input'];
|
|
27921
|
+
projectName: Scalars['String']['input'];
|
|
27922
|
+
};
|
|
27830
27923
|
export declare type JiraCreateShortcutInput = {
|
|
27831
27924
|
projectId: Scalars['ID']['input'];
|
|
27832
27925
|
shortcutData: JiraShortcutDataInput;
|
|
@@ -30581,6 +30674,13 @@ export declare type JiraLargeSolution = {
|
|
|
30581
30674
|
agileReleaseTrains?: Maybe<Array<Maybe<JiraAgileReleaseTrain>>>;
|
|
30582
30675
|
id: Scalars['ID']['output'];
|
|
30583
30676
|
project?: Maybe<JiraProject>;
|
|
30677
|
+
releaseTrains?: Maybe<JiraAgileReleaseTrainConnection>;
|
|
30678
|
+
};
|
|
30679
|
+
export declare type JiraLargeSolutionReleaseTrainsArgs = {
|
|
30680
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
30681
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
30682
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30683
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
30584
30684
|
};
|
|
30585
30685
|
export declare type JiraLargeSolutionConnection = {
|
|
30586
30686
|
__typename?: 'JiraLargeSolutionConnection';
|
|
@@ -30868,14 +30968,17 @@ export declare type JiraMutation = {
|
|
|
30868
30968
|
answerApprovalDecision?: Maybe<JiraAnswerApprovalDecisionPayload>;
|
|
30869
30969
|
assignRelatedWorkToUser?: Maybe<JiraAssignRelatedWorkPayload>;
|
|
30870
30970
|
bulkCreateRequestTypeFromTemplate?: Maybe<JiraServiceManagementCreateRequestTypeFromTemplatePayload>;
|
|
30971
|
+
createAgileReleaseTrain?: Maybe<JiraCreateAgileReleaseTrainPayload>;
|
|
30871
30972
|
createAndAssociateWorkflowFromJsmTemplate?: Maybe<JiraServiceManagementCreateAndAssociateWorkflowFromTemplatePayload>;
|
|
30872
30973
|
createApproverListField?: Maybe<JiraCreateApproverListFieldPayload>;
|
|
30873
30974
|
createJiraVersion?: Maybe<JiraUpdateVersionPayload>;
|
|
30874
30975
|
createJwmFilter?: Maybe<JiraWorkManagementCreateFilterPayload>;
|
|
30875
30976
|
createJwmIssue?: Maybe<JiraWorkManagementCreateIssuePayload>;
|
|
30876
30977
|
createJwmOverview?: Maybe<JiraWorkManagementGiraCreateOverviewPayload>;
|
|
30978
|
+
createLargeSolution?: Maybe<JiraCreateLargeSolutionPayload>;
|
|
30877
30979
|
createProjectShortcut?: Maybe<JiraProjectShortcutPayload>;
|
|
30878
30980
|
createReleaseNoteConfluencePage?: Maybe<JiraCreateReleaseNoteConfluencePagePayload>;
|
|
30981
|
+
createSafeGlobalData?: Maybe<JiraCreateSafeGlobalDataPayload>;
|
|
30879
30982
|
deleteGlobalPermissionGrant?: Maybe<JiraGlobalPermissionDeleteGroupGrantPayload>;
|
|
30880
30983
|
deleteIssueLink?: Maybe<JiraDeleteIssueLinkPayload>;
|
|
30881
30984
|
deleteIssueNavigatorJQLHistory?: Maybe<JiraIssueNavigatorJqlHistoryDeletePayload>;
|
|
@@ -30995,6 +31098,9 @@ export declare type JiraMutationAssignRelatedWorkToUserArgs = {
|
|
|
30995
31098
|
export declare type JiraMutationBulkCreateRequestTypeFromTemplateArgs = {
|
|
30996
31099
|
input: JiraServiceManagementBulkCreateRequestTypeFromTemplateInput;
|
|
30997
31100
|
};
|
|
31101
|
+
export declare type JiraMutationCreateAgileReleaseTrainArgs = {
|
|
31102
|
+
input: JiraCreateAgileReleaseTrainInput;
|
|
31103
|
+
};
|
|
30998
31104
|
export declare type JiraMutationCreateAndAssociateWorkflowFromJsmTemplateArgs = {
|
|
30999
31105
|
input: JiraServiceManagementCreateAndAssociateWorkflowFromTemplateInput;
|
|
31000
31106
|
};
|
|
@@ -31015,12 +31121,18 @@ export declare type JiraMutationCreateJwmOverviewArgs = {
|
|
|
31015
31121
|
cloudId: Scalars['ID']['input'];
|
|
31016
31122
|
input: JiraWorkManagementCreateOverviewInput;
|
|
31017
31123
|
};
|
|
31124
|
+
export declare type JiraMutationCreateLargeSolutionArgs = {
|
|
31125
|
+
input: JiraCreateLargeSolutionInput;
|
|
31126
|
+
};
|
|
31018
31127
|
export declare type JiraMutationCreateProjectShortcutArgs = {
|
|
31019
31128
|
input: JiraCreateShortcutInput;
|
|
31020
31129
|
};
|
|
31021
31130
|
export declare type JiraMutationCreateReleaseNoteConfluencePageArgs = {
|
|
31022
31131
|
input: JiraCreateReleaseNoteConfluencePageInput;
|
|
31023
31132
|
};
|
|
31133
|
+
export declare type JiraMutationCreateSafeGlobalDataArgs = {
|
|
31134
|
+
input: JiraCreateSafeGlobalDataInput;
|
|
31135
|
+
};
|
|
31024
31136
|
export declare type JiraMutationDeleteGlobalPermissionGrantArgs = {
|
|
31025
31137
|
cloudId: Scalars['ID']['input'];
|
|
31026
31138
|
input: JiraGlobalPermissionDeleteGroupGrantInput;
|
|
@@ -32671,6 +32783,7 @@ export declare type JiraQuery = {
|
|
|
32671
32783
|
announcementBanner?: Maybe<JiraAnnouncementBanner>;
|
|
32672
32784
|
applicationPropertiesByKey?: Maybe<Array<JiraApplicationProperty>>;
|
|
32673
32785
|
atlassianIntelligenceAction?: Maybe<JiraAtlassianIntelligenceAction>;
|
|
32786
|
+
attachmentByAri?: Maybe<JiraPlatformAttachment>;
|
|
32674
32787
|
attachmentSearch?: Maybe<JiraAttachmentConnection>;
|
|
32675
32788
|
booleanUserProperty?: Maybe<JiraEntityPropertyBoolean>;
|
|
32676
32789
|
bulkOperationProgress?: Maybe<JiraIssueBulkOperationProgress>;
|
|
@@ -32846,6 +32959,9 @@ export declare type JiraQueryAtlassianIntelligenceActionArgs = {
|
|
|
32846
32959
|
atlassianIntelligenceProductFeatureInput: JiraAtlassianIntelligenceProductFeatureInput;
|
|
32847
32960
|
cloudId: Scalars['ID']['input'];
|
|
32848
32961
|
};
|
|
32962
|
+
export declare type JiraQueryAttachmentByAriArgs = {
|
|
32963
|
+
attachmentAri: Scalars['ID']['input'];
|
|
32964
|
+
};
|
|
32849
32965
|
export declare type JiraQueryAttachmentSearchArgs = {
|
|
32850
32966
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
32851
32967
|
before?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -33110,6 +33226,7 @@ export declare type JiraQueryJiraProjectsByJqlArgs = {
|
|
|
33110
33226
|
export declare type JiraQueryJiraSoftwareNavigationItemsArgs = {
|
|
33111
33227
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
33112
33228
|
boardId?: InputMaybe<Scalars['ID']['input']>;
|
|
33229
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
33113
33230
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33114
33231
|
projectIdOrKey?: InputMaybe<Scalars['String']['input']>;
|
|
33115
33232
|
};
|
|
@@ -33920,6 +34037,23 @@ export declare type JiraSafeConfigurationLargeSolutionsArgs = {
|
|
|
33920
34037
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
33921
34038
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
33922
34039
|
};
|
|
34040
|
+
export declare type JiraSafeTeamBoard = {
|
|
34041
|
+
__typename?: 'JiraSafeTeamBoard';
|
|
34042
|
+
boardId?: Maybe<Scalars['ID']['output']>;
|
|
34043
|
+
boardName?: Maybe<Scalars['String']['output']>;
|
|
34044
|
+
id: Scalars['ID']['output'];
|
|
34045
|
+
team?: Maybe<JiraTeamView>;
|
|
34046
|
+
};
|
|
34047
|
+
export declare type JiraSafeTeamBoardConnection = {
|
|
34048
|
+
__typename?: 'JiraSafeTeamBoardConnection';
|
|
34049
|
+
edges?: Maybe<Array<Maybe<JiraSafeTeamBoardEdge>>>;
|
|
34050
|
+
pageInfo: PageInfo;
|
|
34051
|
+
};
|
|
34052
|
+
export declare type JiraSafeTeamBoardEdge = {
|
|
34053
|
+
__typename?: 'JiraSafeTeamBoardEdge';
|
|
34054
|
+
cursor: Scalars['String']['output'];
|
|
34055
|
+
node?: Maybe<JiraSafeTeamBoard>;
|
|
34056
|
+
};
|
|
33923
34057
|
export declare type JiraScmRepository = {
|
|
33924
34058
|
__typename?: 'JiraScmRepository';
|
|
33925
34059
|
entityUrl?: Maybe<Scalars['URL']['output']>;
|
|
@@ -37693,7 +37827,7 @@ export declare type MarketplaceStoreAlgoliaQuerySort = {
|
|
|
37693
37827
|
};
|
|
37694
37828
|
export declare type MarketplaceStoreCategoryHeroSection = {
|
|
37695
37829
|
__typename?: 'MarketplaceStoreCategoryHeroSection';
|
|
37696
|
-
|
|
37830
|
+
backgroundColorHex: Scalars['String']['output'];
|
|
37697
37831
|
description: Scalars['String']['output'];
|
|
37698
37832
|
image: MarketplaceStoreCategoryHeroSectionImage;
|
|
37699
37833
|
title: Scalars['String']['output'];
|
|
@@ -37713,7 +37847,7 @@ export declare type MarketplaceStoreCategoryResponse = {
|
|
|
37713
37847
|
};
|
|
37714
37848
|
export declare type MarketplaceStoreCollectionHeroSection = {
|
|
37715
37849
|
__typename?: 'MarketplaceStoreCollectionHeroSection';
|
|
37716
|
-
|
|
37850
|
+
backgroundColorHex: Scalars['String']['output'];
|
|
37717
37851
|
description: Scalars['String']['output'];
|
|
37718
37852
|
image: MarketplaceStoreCollectionHeroSectionImage;
|
|
37719
37853
|
title: Scalars['String']['output'];
|
|
@@ -37741,7 +37875,7 @@ export declare type MarketplaceStoreCollectionUsecasesValues = {
|
|
|
37741
37875
|
__typename?: 'MarketplaceStoreCollectionUsecasesValues';
|
|
37742
37876
|
description: Scalars['String']['output'];
|
|
37743
37877
|
title: Scalars['String']['output'];
|
|
37744
|
-
|
|
37878
|
+
titleColorHex: Scalars['String']['output'];
|
|
37745
37879
|
};
|
|
37746
37880
|
export declare type MarketplaceStoreHomePageFeaturedSection = MarketplaceStoreHomePageSection & {
|
|
37747
37881
|
__typename?: 'MarketplaceStoreHomePageFeaturedSection';
|
|
@@ -45326,7 +45460,7 @@ export declare type TownsquareCommentEdge = {
|
|
|
45326
45460
|
node?: Maybe<TownsquareComment>;
|
|
45327
45461
|
};
|
|
45328
45462
|
export declare type TownsquareCreateGoalInput = {
|
|
45329
|
-
containerId
|
|
45463
|
+
containerId: Scalars['String']['input'];
|
|
45330
45464
|
name: Scalars['String']['input'];
|
|
45331
45465
|
owner?: InputMaybe<Scalars['String']['input']>;
|
|
45332
45466
|
};
|