@forge/cli-shared 3.19.1-next.11 → 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 +15 -0
- package/out/graphql/graphql-types.d.ts +42 -7
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +3 -0
- 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 +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.19.1-next.13
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 370a5262: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- launchdarkly-node-client-sdk
|
|
10
|
+
|
|
11
|
+
## 3.19.1-next.12
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [ed9ecfda]
|
|
16
|
+
- @forge/manifest@4.20.2-next.4
|
|
17
|
+
|
|
3
18
|
## 3.19.1-next.11
|
|
4
19
|
|
|
5
20
|
### Patch Changes
|
|
@@ -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';
|
|
@@ -20228,6 +20247,7 @@ export type JiraServiceManagementPeopleFieldUsersArgs = {
|
|
|
20228
20247
|
};
|
|
20229
20248
|
export declare enum JiraServiceManagementPractice {
|
|
20230
20249
|
ChangeManagement = "CHANGE_MANAGEMENT",
|
|
20250
|
+
DeveloperEscalation = "DEVELOPER_ESCALATION",
|
|
20231
20251
|
IncidentManagement = "INCIDENT_MANAGEMENT",
|
|
20232
20252
|
PostIncidentReview = "POST_INCIDENT_REVIEW",
|
|
20233
20253
|
ProblemManagement = "PROBLEM_MANAGEMENT",
|
|
@@ -21232,8 +21252,8 @@ export type JiraUpdateEmailMimeTypeInput = {
|
|
|
21232
21252
|
};
|
|
21233
21253
|
export type JiraUpdateEmailMimeTypePayload = Payload & {
|
|
21234
21254
|
__typename?: 'JiraUpdateEmailMimeTypePayload';
|
|
21235
|
-
emailMimeTypeUpdateResult?: Maybe<JiraEmailMimeTypeUpdateResult>;
|
|
21236
21255
|
errors?: Maybe<Array<MutationError>>;
|
|
21256
|
+
options?: Maybe<JiraNotificationOptions>;
|
|
21237
21257
|
success: Scalars['Boolean']['output'];
|
|
21238
21258
|
};
|
|
21239
21259
|
export type JiraUpdateGlobalNotificationPreferencesInput = {
|
|
@@ -27671,9 +27691,11 @@ export declare enum ShepherdActionType {
|
|
|
27671
27691
|
Create = "CREATE",
|
|
27672
27692
|
Delete = "DELETE",
|
|
27673
27693
|
Export = "EXPORT",
|
|
27694
|
+
Install = "INSTALL",
|
|
27674
27695
|
Login = "LOGIN",
|
|
27675
27696
|
Read = "READ",
|
|
27676
27697
|
Search = "SEARCH",
|
|
27698
|
+
Uninstall = "UNINSTALL",
|
|
27677
27699
|
Update = "UPDATE"
|
|
27678
27700
|
}
|
|
27679
27701
|
export type ShepherdActivity = ShepherdActorActivity | ShepherdLoginActivity | ShepherdResourceActivity;
|
|
@@ -30541,6 +30563,7 @@ export type TrelloList = Node & {
|
|
|
30541
30563
|
objectId: Scalars['ID']['output'];
|
|
30542
30564
|
position: Scalars['Float']['output'];
|
|
30543
30565
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
30566
|
+
status?: Maybe<Scalars['String']['output']>;
|
|
30544
30567
|
viewer?: Maybe<TrelloListViewer>;
|
|
30545
30568
|
};
|
|
30546
30569
|
export type TrelloListCardsArgs = {
|
|
@@ -30618,6 +30641,7 @@ export type TrelloMember = Node & {
|
|
|
30618
30641
|
initials?: Maybe<Scalars['String']['output']>;
|
|
30619
30642
|
nonPublicData?: Maybe<TrelloMemberNonPublicData>;
|
|
30620
30643
|
objectId: Scalars['ID']['output'];
|
|
30644
|
+
referrer?: Maybe<TrelloMember>;
|
|
30621
30645
|
url?: Maybe<Scalars['String']['output']>;
|
|
30622
30646
|
user?: Maybe<User>;
|
|
30623
30647
|
username?: Maybe<Scalars['String']['output']>;
|
|
@@ -30719,6 +30743,10 @@ export type TrelloPopularLabelForColor = {
|
|
|
30719
30743
|
color?: Maybe<Scalars['String']['output']>;
|
|
30720
30744
|
labelName?: Maybe<Scalars['String']['output']>;
|
|
30721
30745
|
};
|
|
30746
|
+
export type TrelloProduct = {
|
|
30747
|
+
__typename?: 'TrelloProduct';
|
|
30748
|
+
sku: Scalars['Int']['output'];
|
|
30749
|
+
};
|
|
30722
30750
|
export type TrelloQueryApi = {
|
|
30723
30751
|
__typename?: 'TrelloQueryApi';
|
|
30724
30752
|
board?: Maybe<TrelloBoard>;
|
|
@@ -30940,12 +30968,14 @@ export type TrelloWorkspace = Node & {
|
|
|
30940
30968
|
enterprise?: Maybe<TrelloEnterprise>;
|
|
30941
30969
|
id: Scalars['ID']['output'];
|
|
30942
30970
|
jwmLink?: Maybe<TrelloJwmWorkspaceLink>;
|
|
30971
|
+
limits?: Maybe<TrelloWorkspaceLimits>;
|
|
30943
30972
|
logoHash?: Maybe<Scalars['String']['output']>;
|
|
30944
30973
|
logoUrl?: Maybe<Scalars['String']['output']>;
|
|
30945
30974
|
members?: Maybe<TrelloWorkspaceMembershipsConnection>;
|
|
30946
30975
|
name: Scalars['String']['output'];
|
|
30947
30976
|
objectId: Scalars['ID']['output'];
|
|
30948
30977
|
prefs: TrelloWorkspacePrefs;
|
|
30978
|
+
products?: Maybe<Array<Maybe<TrelloProduct>>>;
|
|
30949
30979
|
tags?: Maybe<TrelloTagConnection>;
|
|
30950
30980
|
url: Scalars['String']['output'];
|
|
30951
30981
|
website?: Maybe<Scalars['String']['output']>;
|
|
@@ -30958,6 +30988,11 @@ export type TrelloWorkspaceTagsArgs = {
|
|
|
30958
30988
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
30959
30989
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
30960
30990
|
};
|
|
30991
|
+
export type TrelloWorkspaceLimits = {
|
|
30992
|
+
__typename?: 'TrelloWorkspaceLimits';
|
|
30993
|
+
freeBoards?: Maybe<TrelloLimitProps>;
|
|
30994
|
+
totalMembers?: Maybe<TrelloLimitProps>;
|
|
30995
|
+
};
|
|
30961
30996
|
export type TrelloWorkspaceMembershipEdge = {
|
|
30962
30997
|
__typename?: 'TrelloWorkspaceMembershipEdge';
|
|
30963
30998
|
cursor?: Maybe<Scalars['String']['output']>;
|