@forge/cli-shared 3.19.0-next.14 → 3.19.0-next.15
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
|
@@ -2216,8 +2216,9 @@ export type CardType = {
|
|
|
2216
2216
|
hierarchyLevelType?: Maybe<Scalars['CardTypeHierarchyLevelType']>;
|
|
2217
2217
|
hasRequiredFields?: Maybe<Scalars['Boolean']>;
|
|
2218
2218
|
};
|
|
2219
|
-
export type CcpAccountDetails = {
|
|
2219
|
+
export type CcpAccountDetails = CommerceAccountDetails & {
|
|
2220
2220
|
__typename?: 'CcpAccountDetails';
|
|
2221
|
+
invoiceGroup?: Maybe<CcpInvoiceGroup>;
|
|
2221
2222
|
invoiceGroupId?: Maybe<Scalars['ID']>;
|
|
2222
2223
|
transactionAccountId?: Maybe<Scalars['ID']>;
|
|
2223
2224
|
};
|
|
@@ -2365,6 +2366,15 @@ export type CcpExperienceCapability = CommerceExperienceCapability & {
|
|
|
2365
2366
|
experienceUrl?: Maybe<Scalars['String']>;
|
|
2366
2367
|
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
2367
2368
|
};
|
|
2369
|
+
export type CcpInvoiceGroup = CommerceInvoiceGroup & {
|
|
2370
|
+
__typename?: 'CcpInvoiceGroup';
|
|
2371
|
+
experienceCapabilities?: Maybe<CcpInvoiceGroupExperienceCapabilities>;
|
|
2372
|
+
id: Scalars['ID'];
|
|
2373
|
+
};
|
|
2374
|
+
export type CcpInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
2375
|
+
__typename?: 'CcpInvoiceGroupExperienceCapabilities';
|
|
2376
|
+
configurePayment?: Maybe<CcpExperienceCapability>;
|
|
2377
|
+
};
|
|
2368
2378
|
export type CcpMapEntry = {
|
|
2369
2379
|
__typename?: 'CcpMapEntry';
|
|
2370
2380
|
key?: Maybe<Scalars['String']>;
|
|
@@ -2573,11 +2583,6 @@ export declare enum CcpTiersMode {
|
|
|
2573
2583
|
Graduated = "GRADUATED",
|
|
2574
2584
|
Volume = "VOLUME"
|
|
2575
2585
|
}
|
|
2576
|
-
export type CcpTransactionAccount = Node & {
|
|
2577
|
-
__typename?: 'CcpTransactionAccount';
|
|
2578
|
-
billingAdmins?: Maybe<Array<Maybe<Scalars['ID']>>>;
|
|
2579
|
-
id: Scalars['ID'];
|
|
2580
|
-
};
|
|
2581
2586
|
export type CcpTrial = CommerceTrial & {
|
|
2582
2587
|
__typename?: 'CcpTrial';
|
|
2583
2588
|
endTimestamp?: Maybe<Scalars['Float']>;
|
|
@@ -2684,6 +2689,9 @@ export type ColumnsConfig = {
|
|
|
2684
2689
|
unmappedStatuses?: Maybe<Array<Maybe<RawStatus>>>;
|
|
2685
2690
|
isUpdating?: Maybe<Scalars['Boolean']>;
|
|
2686
2691
|
};
|
|
2692
|
+
export type CommerceAccountDetails = {
|
|
2693
|
+
invoiceGroup?: Maybe<CommerceInvoiceGroup>;
|
|
2694
|
+
};
|
|
2687
2695
|
export type CommerceEntitlement = {
|
|
2688
2696
|
id: Scalars['ID'];
|
|
2689
2697
|
subscription?: Maybe<CommerceSubscription>;
|
|
@@ -2713,6 +2721,12 @@ export type CommerceExperienceCapability = {
|
|
|
2713
2721
|
experienceUrl?: Maybe<Scalars['String']>;
|
|
2714
2722
|
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
2715
2723
|
};
|
|
2724
|
+
export type CommerceInvoiceGroup = {
|
|
2725
|
+
experienceCapabilities?: Maybe<CommerceInvoiceGroupExperienceCapabilities>;
|
|
2726
|
+
};
|
|
2727
|
+
export type CommerceInvoiceGroupExperienceCapabilities = {
|
|
2728
|
+
configurePayment?: Maybe<CommerceExperienceCapability>;
|
|
2729
|
+
};
|
|
2716
2730
|
export type CommercePricingPlan = {
|
|
2717
2731
|
primaryCycle?: Maybe<CommercePrimaryCycle>;
|
|
2718
2732
|
};
|
|
@@ -2728,6 +2742,7 @@ export type CommerceQueryEntitlementInfoArgs = {
|
|
|
2728
2742
|
hamsProductKey: Scalars['String'];
|
|
2729
2743
|
};
|
|
2730
2744
|
export type CommerceSubscription = {
|
|
2745
|
+
accountDetails?: Maybe<CommerceAccountDetails>;
|
|
2731
2746
|
pricingPlan?: Maybe<CommercePricingPlan>;
|
|
2732
2747
|
trial?: Maybe<CommerceTrial>;
|
|
2733
2748
|
};
|
|
@@ -8440,6 +8455,7 @@ export type DevOpsService = Node & {
|
|
|
8440
8455
|
servicesAvailableToLinkWith?: Maybe<DevOpsServiceConnection>;
|
|
8441
8456
|
opsgenieTeamsAvailableToLinkWith?: Maybe<OpsgenieTeamConnection>;
|
|
8442
8457
|
bitbucketRepositoriesAvailableToLinkWith?: Maybe<BitbucketRepositoryIdConnection>;
|
|
8458
|
+
linkedIncidents?: Maybe<GraphJiraIssueConnection>;
|
|
8443
8459
|
};
|
|
8444
8460
|
export type DevOpsServicePropertiesArgs = {
|
|
8445
8461
|
keys: Array<Scalars['String']>;
|
|
@@ -11111,6 +11127,10 @@ export type GrowthRecRecommendations = {
|
|
|
11111
11127
|
data?: Maybe<Array<GrowthRecRecommendation>>;
|
|
11112
11128
|
};
|
|
11113
11129
|
export type GrowthRecRecommendationsResult = GrowthRecRecommendations | QueryError;
|
|
11130
|
+
export type HamsAccountDetails = CommerceAccountDetails & {
|
|
11131
|
+
__typename?: 'HamsAccountDetails';
|
|
11132
|
+
invoiceGroup?: Maybe<HamsInvoiceGroup>;
|
|
11133
|
+
};
|
|
11114
11134
|
export type HamsEntitlement = CommerceEntitlement & {
|
|
11115
11135
|
__typename?: 'HamsEntitlement';
|
|
11116
11136
|
accountId?: Maybe<Scalars['String']>;
|
|
@@ -11159,6 +11179,14 @@ export type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
|
11159
11179
|
experienceUrl?: Maybe<Scalars['String']>;
|
|
11160
11180
|
isAvailableToUser?: Maybe<Scalars['Boolean']>;
|
|
11161
11181
|
};
|
|
11182
|
+
export type HamsInvoiceGroup = CommerceInvoiceGroup & {
|
|
11183
|
+
__typename?: 'HamsInvoiceGroup';
|
|
11184
|
+
experienceCapabilities?: Maybe<HamsInvoiceGroupExperienceCapabilities>;
|
|
11185
|
+
};
|
|
11186
|
+
export type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
11187
|
+
__typename?: 'HamsInvoiceGroupExperienceCapabilities';
|
|
11188
|
+
configurePayment?: Maybe<HamsExperienceCapability>;
|
|
11189
|
+
};
|
|
11162
11190
|
export type HamsPricingPlan = CommercePricingPlan & {
|
|
11163
11191
|
__typename?: 'HamsPricingPlan';
|
|
11164
11192
|
primaryCycle?: Maybe<HamsPrimaryCycle>;
|
|
@@ -11169,6 +11197,7 @@ export type HamsPrimaryCycle = CommercePrimaryCycle & {
|
|
|
11169
11197
|
};
|
|
11170
11198
|
export type HamsSubscription = CommerceSubscription & {
|
|
11171
11199
|
__typename?: 'HamsSubscription';
|
|
11200
|
+
accountDetails?: Maybe<HamsAccountDetails>;
|
|
11172
11201
|
pricingPlan?: Maybe<HamsPricingPlan>;
|
|
11173
11202
|
trial?: Maybe<HamsTrial>;
|
|
11174
11203
|
};
|
|
@@ -11274,7 +11303,7 @@ export type HelpCenterHelpDeskPayload = Payload & {
|
|
|
11274
11303
|
};
|
|
11275
11304
|
export type HelpCenterHelpDeskQueryResult = HelpCenterHelpDesk | QueryError;
|
|
11276
11305
|
export type HelpCenterHelpDeskUpdateInput = {
|
|
11277
|
-
|
|
11306
|
+
helpDeskId: Scalars['String'];
|
|
11278
11307
|
name: Scalars['String'];
|
|
11279
11308
|
description?: Maybe<Scalars['String']>;
|
|
11280
11309
|
contactInfo?: Maybe<Scalars['String']>;
|
|
@@ -12677,6 +12706,10 @@ export type JsmIncident = {
|
|
|
12677
12706
|
responders?: Maybe<Array<Maybe<JsmResponder>>>;
|
|
12678
12707
|
linkedAlerts?: Maybe<Array<Maybe<JsmLinkedAlerts>>>;
|
|
12679
12708
|
};
|
|
12709
|
+
export declare enum JsmIncidentLinkDirection {
|
|
12710
|
+
Inward = "INWARD",
|
|
12711
|
+
Outward = "OUTWARD"
|
|
12712
|
+
}
|
|
12680
12713
|
export type JsmIssueKey = {
|
|
12681
12714
|
__typename?: 'JSMIssueKey';
|
|
12682
12715
|
key?: Maybe<Scalars['String']>;
|
|
@@ -12684,13 +12717,10 @@ export type JsmIssueKey = {
|
|
|
12684
12717
|
export type JsmIssueLink = {
|
|
12685
12718
|
__typename?: 'JSMIssueLink';
|
|
12686
12719
|
type?: Maybe<JsmIssueLinkType>;
|
|
12687
|
-
|
|
12688
|
-
|
|
12689
|
-
};
|
|
12690
|
-
export type JsmIssueLinkInwardIssueArgs = {
|
|
12691
|
-
cloudId: Scalars['ID'];
|
|
12720
|
+
issue?: Maybe<JiraIssue>;
|
|
12721
|
+
direction?: Maybe<JsmIncidentLinkDirection>;
|
|
12692
12722
|
};
|
|
12693
|
-
export type
|
|
12723
|
+
export type JsmIssueLinkIssueArgs = {
|
|
12694
12724
|
cloudId: Scalars['ID'];
|
|
12695
12725
|
};
|
|
12696
12726
|
export type JsmIssueLinkType = {
|
|
@@ -26819,6 +26849,7 @@ export declare enum ShepherdActionType {
|
|
|
26819
26849
|
Export = "EXPORT",
|
|
26820
26850
|
Login = "LOGIN",
|
|
26821
26851
|
Read = "READ",
|
|
26852
|
+
Search = "SEARCH",
|
|
26822
26853
|
Update = "UPDATE"
|
|
26823
26854
|
}
|
|
26824
26855
|
export type ShepherdActivity = ShepherdActorActivity | ShepherdLoginActivity | ShepherdResourceActivity;
|
|
@@ -27007,11 +27038,6 @@ export declare enum ShepherdAtlassianProduct {
|
|
|
27007
27038
|
JiraSoftware = "JIRA_SOFTWARE",
|
|
27008
27039
|
Marketplace = "MARKETPLACE"
|
|
27009
27040
|
}
|
|
27010
|
-
export type ShepherdConfig = {
|
|
27011
|
-
__typename?: 'ShepherdConfig';
|
|
27012
|
-
descriptionTemplates?: Maybe<Array<Maybe<ShepherdDescriptionTemplate>>>;
|
|
27013
|
-
};
|
|
27014
|
-
export type ShepherdConfigResult = QueryError | ShepherdConfig;
|
|
27015
27041
|
export type ShepherdCreateAlertInput = {
|
|
27016
27042
|
assignee?: Maybe<Scalars['ID']>;
|
|
27017
27043
|
cloudId?: Maybe<Scalars['ID']>;
|
|
@@ -27072,12 +27098,12 @@ export type ShepherdDescriptionTemplate = {
|
|
|
27072
27098
|
};
|
|
27073
27099
|
export type ShepherdDetection = {
|
|
27074
27100
|
__typename?: 'ShepherdDetection';
|
|
27075
|
-
businessTypes?: Maybe<Array<
|
|
27101
|
+
businessTypes?: Maybe<Array<Scalars['String']>>;
|
|
27076
27102
|
category: ShepherdAlertDetectionCategory;
|
|
27077
27103
|
description?: Maybe<Scalars['JSON']>;
|
|
27078
27104
|
id: Scalars['ID'];
|
|
27079
27105
|
product: ShepherdAtlassianProduct;
|
|
27080
|
-
regions?: Maybe<Array<
|
|
27106
|
+
regions?: Maybe<Array<Scalars['String']>>;
|
|
27081
27107
|
relatedAlertTypes?: Maybe<Array<Maybe<ShepherdRelatedAlertType>>>;
|
|
27082
27108
|
scanningInfo: ShepherdDetectionScanningInfo;
|
|
27083
27109
|
settings?: Maybe<Array<ShepherdDetectionSetting>>;
|
|
@@ -27196,7 +27222,6 @@ export type ShepherdQuery = {
|
|
|
27196
27222
|
shepherdActor?: Maybe<ShepherdActorResult>;
|
|
27197
27223
|
shepherdAlert?: Maybe<ShepherdAlertResult>;
|
|
27198
27224
|
shepherdAppInfo: ShepherdAppInfo;
|
|
27199
|
-
shepherdConfig?: Maybe<ShepherdConfigResult>;
|
|
27200
27225
|
shepherdUser?: Maybe<ShepherdUser>;
|
|
27201
27226
|
subscriptions?: Maybe<ShepherdSubscriptionsResult>;
|
|
27202
27227
|
workspace?: Maybe<ShepherdWorkspaceResult>;
|
|
@@ -30962,7 +30987,6 @@ export type VirtualAgentIntentRuleProjection = Node & {
|
|
|
30962
30987
|
id: Scalars['ID'];
|
|
30963
30988
|
isEnabled: Scalars['Boolean'];
|
|
30964
30989
|
intentProjection?: Maybe<VirtualAgentIntentProjectionResult>;
|
|
30965
|
-
flowJsonRepresentation?: Maybe<Scalars['String']>;
|
|
30966
30990
|
flowEditor?: Maybe<VirtualAgentFlowEditorResult>;
|
|
30967
30991
|
confirmationMessage?: Maybe<Scalars['String']>;
|
|
30968
30992
|
suggestionButtonText?: Maybe<Scalars['String']>;
|