@forge/cli-shared 5.3.1-next.0 → 5.3.1-next.0-experimental-f6dcf26
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
|
@@ -2455,6 +2455,7 @@ export declare type CcpEntitlementExperienceCapabilities = CommerceEntitlementEx
|
|
|
2455
2455
|
__typename?: 'CcpEntitlementExperienceCapabilities';
|
|
2456
2456
|
changeOffering?: Maybe<CcpExperienceCapability>;
|
|
2457
2457
|
changeOfferingV2?: Maybe<CcpChangeOfferingExperienceCapability>;
|
|
2458
|
+
manageEntitlement?: Maybe<CcpManageEntitlementExperienceCapability>;
|
|
2458
2459
|
};
|
|
2459
2460
|
export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
2460
2461
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
@@ -2505,6 +2506,11 @@ export declare type CcpInvoiceGroupExperienceCapabilities = CommerceInvoiceGroup
|
|
|
2505
2506
|
configurePayment?: Maybe<CcpExperienceCapability>;
|
|
2506
2507
|
configurePaymentV2?: Maybe<CcpConfigurePaymentMethodExperienceCapability>;
|
|
2507
2508
|
};
|
|
2509
|
+
export declare type CcpManageEntitlementExperienceCapability = CommerceExperienceCapability & {
|
|
2510
|
+
__typename?: 'CcpManageEntitlementExperienceCapability';
|
|
2511
|
+
experienceUrl?: Maybe<Scalars['String']['output']>;
|
|
2512
|
+
isAvailableToUser?: Maybe<Scalars['Boolean']['output']>;
|
|
2513
|
+
};
|
|
2508
2514
|
export declare type CcpMapEntry = {
|
|
2509
2515
|
__typename?: 'CcpMapEntry';
|
|
2510
2516
|
key?: Maybe<Scalars['String']['output']>;
|
|
@@ -41601,6 +41607,7 @@ export declare type JiraIssueTransitionFieldLevelInput = {
|
|
|
41601
41607
|
JiraCheckboxesField?: InputMaybe<Array<JiraUpdateCheckboxesFieldInput>>;
|
|
41602
41608
|
JiraColorField?: InputMaybe<Array<JiraUpdateColorFieldInput>>;
|
|
41603
41609
|
JiraComponentsField?: InputMaybe<Array<JiraUpdateComponentsFieldInput>>;
|
|
41610
|
+
JiraConnectNumberField?: InputMaybe<Array<JiraUpdateNumberFieldInput>>;
|
|
41604
41611
|
JiraDatePickerField?: InputMaybe<Array<JiraUpdateDateFieldInput>>;
|
|
41605
41612
|
JiraDateTimePickerField?: InputMaybe<Array<JiraUpdateDateTimeFieldInput>>;
|
|
41606
41613
|
JiraIssueLinkField?: InputMaybe<Array<JiraUpdateIssueLinkFieldInputForIssueTransitions>>;
|
|
@@ -46680,6 +46687,7 @@ export declare type JiraScenario = Node & {
|
|
|
46680
46687
|
color?: Maybe<Scalars['String']['output']>;
|
|
46681
46688
|
id: Scalars['ID']['output'];
|
|
46682
46689
|
scenarioId?: Maybe<Scalars['Long']['output']>;
|
|
46690
|
+
scenarioUrl?: Maybe<Scalars['URL']['output']>;
|
|
46683
46691
|
title?: Maybe<Scalars['String']['output']>;
|
|
46684
46692
|
};
|
|
46685
46693
|
export declare type JiraScenarioIssue = JiraScenarioIssueLike & Node & {
|