@forge/cli-shared 3.19.1-next.12 → 3.19.1-next.13
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 +8 -0
- package/out/graphql/graphql-types.d.ts +39 -7
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/service/feature-flag-service.d.ts +3 -3
- package/out/service/feature-flag-service.d.ts.map +1 -1
- package/out/service/feature-flag-service.js +18 -20
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -2448,6 +2448,7 @@ export type CcpInvoiceGroup = CommerceInvoiceGroup & {
|
|
|
2448
2448
|
__typename?: 'CcpInvoiceGroup';
|
|
2449
2449
|
experienceCapabilities?: Maybe<CcpInvoiceGroupExperienceCapabilities>;
|
|
2450
2450
|
id: Scalars['ID']['output'];
|
|
2451
|
+
invoiceable?: Maybe<Scalars['Boolean']['output']>;
|
|
2451
2452
|
};
|
|
2452
2453
|
export type CcpInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
2453
2454
|
__typename?: 'CcpInvoiceGroupExperienceCapabilities';
|
|
@@ -2807,6 +2808,7 @@ export type CommerceExperienceCapability = {
|
|
|
2807
2808
|
};
|
|
2808
2809
|
export type CommerceInvoiceGroup = {
|
|
2809
2810
|
experienceCapabilities?: Maybe<CommerceInvoiceGroupExperienceCapabilities>;
|
|
2811
|
+
invoiceable?: Maybe<Scalars['Boolean']['output']>;
|
|
2810
2812
|
};
|
|
2811
2813
|
export type CommerceInvoiceGroupExperienceCapabilities = {
|
|
2812
2814
|
configurePayment?: Maybe<CommerceExperienceCapability>;
|
|
@@ -11796,6 +11798,7 @@ export type HamsExperienceCapability = CommerceExperienceCapability & {
|
|
|
11796
11798
|
export type HamsInvoiceGroup = CommerceInvoiceGroup & {
|
|
11797
11799
|
__typename?: 'HamsInvoiceGroup';
|
|
11798
11800
|
experienceCapabilities?: Maybe<HamsInvoiceGroupExperienceCapabilities>;
|
|
11801
|
+
invoiceable?: Maybe<Scalars['Boolean']['output']>;
|
|
11799
11802
|
};
|
|
11800
11803
|
export type HamsInvoiceGroupExperienceCapabilities = CommerceInvoiceGroupExperienceCapabilities & {
|
|
11801
11804
|
__typename?: 'HamsInvoiceGroupExperienceCapabilities';
|
|
@@ -14650,6 +14653,23 @@ export type JiraCustomFilterShareGrantsArgs = {
|
|
|
14650
14653
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
14651
14654
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
14652
14655
|
};
|
|
14656
|
+
export type JiraDataClassification = {
|
|
14657
|
+
__typename?: 'JiraDataClassification';
|
|
14658
|
+
color?: Maybe<JiraColor>;
|
|
14659
|
+
guideline?: Maybe<Scalars['String']['output']>;
|
|
14660
|
+
id: Scalars['ID']['output'];
|
|
14661
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
14662
|
+
};
|
|
14663
|
+
export type JiraDataClassificationField = JiraIssueField & Node & {
|
|
14664
|
+
__typename?: 'JiraDataClassificationField';
|
|
14665
|
+
aliasFieldId?: Maybe<Scalars['ID']['output']>;
|
|
14666
|
+
classification?: Maybe<JiraDataClassification>;
|
|
14667
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
14668
|
+
fieldId: Scalars['String']['output'];
|
|
14669
|
+
id: Scalars['ID']['output'];
|
|
14670
|
+
name: Scalars['String']['output'];
|
|
14671
|
+
type: Scalars['String']['output'];
|
|
14672
|
+
};
|
|
14653
14673
|
export type JiraDateFieldInput = {
|
|
14654
14674
|
date: JiraDateInput;
|
|
14655
14675
|
fieldId: Scalars['ID']['input'];
|
|
@@ -14862,11 +14882,6 @@ export declare enum JiraEmailMimeType {
|
|
|
14862
14882
|
Html = "HTML",
|
|
14863
14883
|
Text = "TEXT"
|
|
14864
14884
|
}
|
|
14865
|
-
export type JiraEmailMimeTypeUpdateResult = {
|
|
14866
|
-
__typename?: 'JiraEmailMimeTypeUpdateResult';
|
|
14867
|
-
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
14868
|
-
id: Scalars['ID']['output'];
|
|
14869
|
-
};
|
|
14870
14885
|
export type JiraEntityProperty = {
|
|
14871
14886
|
id: Scalars['ID']['output'];
|
|
14872
14887
|
propertyKey?: Maybe<Scalars['String']['output']>;
|
|
@@ -17534,10 +17549,14 @@ export declare enum JiraNotificationChannelType {
|
|
|
17534
17549
|
}
|
|
17535
17550
|
export type JiraNotificationGlobalPreference = {
|
|
17536
17551
|
__typename?: 'JiraNotificationGlobalPreference';
|
|
17552
|
+
options?: Maybe<JiraNotificationOptions>;
|
|
17553
|
+
preferences?: Maybe<JiraNotificationPreferences>;
|
|
17554
|
+
};
|
|
17555
|
+
export type JiraNotificationOptions = {
|
|
17556
|
+
__typename?: 'JiraNotificationOptions';
|
|
17537
17557
|
emailMimeType?: Maybe<JiraEmailMimeType>;
|
|
17538
17558
|
id: Scalars['ID']['output'];
|
|
17539
17559
|
isEmailMimeTypeEditable?: Maybe<Scalars['Boolean']['output']>;
|
|
17540
|
-
preferences?: Maybe<JiraNotificationPreferences>;
|
|
17541
17560
|
};
|
|
17542
17561
|
export type JiraNotificationPreference = {
|
|
17543
17562
|
__typename?: 'JiraNotificationPreference';
|
|
@@ -21233,8 +21252,8 @@ export type JiraUpdateEmailMimeTypeInput = {
|
|
|
21233
21252
|
};
|
|
21234
21253
|
export type JiraUpdateEmailMimeTypePayload = Payload & {
|
|
21235
21254
|
__typename?: 'JiraUpdateEmailMimeTypePayload';
|
|
21236
|
-
emailMimeTypeUpdateResult?: Maybe<JiraEmailMimeTypeUpdateResult>;
|
|
21237
21255
|
errors?: Maybe<Array<MutationError>>;
|
|
21256
|
+
options?: Maybe<JiraNotificationOptions>;
|
|
21238
21257
|
success: Scalars['Boolean']['output'];
|
|
21239
21258
|
};
|
|
21240
21259
|
export type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
@@ -30544,6 +30563,7 @@ export type TrelloList = Node & {
|
|
|
30544
30563
|
objectId: Scalars['ID']['output'];
|
|
30545
30564
|
position: Scalars['Float']['output'];
|
|
30546
30565
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
30566
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
30547
30567
|
viewer?: Maybe<TrelloListViewer>;
|
|
30548
30568
|
};
|
|
30549
30569
|
export type TrelloListCardsArgs = {
|
|
@@ -30621,6 +30641,7 @@ export type TrelloMember = Node & {
|
|
|
30621
30641
|
initials?: Maybe<Scalars['String']['output']>;
|
|
30622
30642
|
nonPublicData?: Maybe<TrelloMemberNonPublicData>;
|
|
30623
30643
|
objectId: Scalars['ID']['output'];
|
|
30644
|
+
referrer?: Maybe<TrelloMember>;
|
|
30624
30645
|
url?: Maybe<Scalars['String']['output']>;
|
|
30625
30646
|
user?: Maybe<User>;
|
|
30626
30647
|
username?: Maybe<Scalars['String']['output']>;
|
|
@@ -30722,6 +30743,10 @@ export type TrelloPopularLabelForColor = {
|
|
|
30722
30743
|
color?: Maybe<Scalars['String']['output']>;
|
|
30723
30744
|
labelName?: Maybe<Scalars['String']['output']>;
|
|
30724
30745
|
};
|
|
30746
|
+
export type TrelloProduct = {
|
|
30747
|
+
__typename?: 'TrelloProduct';
|
|
30748
|
+
sku: Scalars['Int']['output'];
|
|
30749
|
+
};
|
|
30725
30750
|
export type TrelloQueryApi = {
|
|
30726
30751
|
__typename?: 'TrelloQueryApi';
|
|
30727
30752
|
board?: Maybe<TrelloBoard>;
|
|
@@ -30943,12 +30968,14 @@ export type TrelloWorkspace = Node & {
|
|
|
30943
30968
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
30944
30969
|
id: Scalars['ID']['output'];
|
|
30945
30970
|
jwmLink?: Maybe<TrelloJwmWorkspaceLink>;
|
|
30971
|
+
limits?: Maybe<TrelloWorkspaceLimits>;
|
|
30946
30972
|
logoHash?: Maybe<Scalars['String']['output']>;
|
|
30947
30973
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
30948
30974
|
members?: Maybe<TrelloWorkspaceMembershipsConnection>;
|
|
30949
30975
|
name: Scalars['String']['output'];
|
|
30950
30976
|
objectId: Scalars['ID']['output'];
|
|
30951
30977
|
prefs: TrelloWorkspacePrefs;
|
|
30978
|
+
products?: Maybe<Array<Maybe<TrelloProduct>>>;
|
|
30952
30979
|
tags?: Maybe<TrelloTagConnection>;
|
|
30953
30980
|
url: Scalars['String']['output'];
|
|
30954
30981
|
website?: Maybe<Scalars['String']['output']>;
|
|
@@ -30961,6 +30988,11 @@ export type TrelloWorkspaceTagsArgs = {
|
|
|
30961
30988
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30962
30989
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30963
30990
|
};
|
|
30991
|
+
export type TrelloWorkspaceLimits = {
|
|
30992
|
+
__typename?: 'TrelloWorkspaceLimits';
|
|
30993
|
+
freeBoards?: Maybe<TrelloLimitProps>;
|
|
30994
|
+
totalMembers?: Maybe<TrelloLimitProps>;
|
|
30995
|
+
};
|
|
30964
30996
|
export type TrelloWorkspaceMembershipEdge = {
|
|
30965
30997
|
__typename?: 'TrelloWorkspaceMembershipEdge';
|
|
30966
30998
|
cursor?: Maybe<Scalars['String']['output']>;
|