@forge/cli-shared 3.22.0-next.3 → 3.22.0-next.5
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 +25 -2
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +2 -0
- package/out/shared/index.d.ts +0 -1
- package/out/shared/index.d.ts.map +1 -1
- package/out/shared/index.js +0 -1
- package/out/ui/text.d.ts +3 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +3 -0
- package/package.json +2 -2
- package/out/shared/installationId.d.ts +0 -3
- package/out/shared/installationId.d.ts.map +0 -1
- package/out/shared/installationId.js +0 -21
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,20 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.22.0-next.5
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [c0d1e462]
|
|
8
|
+
- @forge/manifest@5.2.1-next.3
|
|
9
|
+
|
|
10
|
+
## 3.22.0-next.4
|
|
11
|
+
|
|
12
|
+
### Patch Changes
|
|
13
|
+
|
|
14
|
+
- b2198bc5: Updated the webtrigger CLI command to list site installations to choose from instead of requiring the explicit installation id
|
|
15
|
+
- Updated dependencies [949b52dd]
|
|
16
|
+
- @forge/manifest@5.2.1-next.2
|
|
17
|
+
|
|
3
18
|
## 3.22.0-next.3
|
|
4
19
|
|
|
5
20
|
### Minor Changes
|
|
@@ -695,6 +695,7 @@ export declare enum ApiGroup {
|
|
|
695
695
|
export type App = {
|
|
696
696
|
__typename?: 'App';
|
|
697
697
|
avatarFileId?: Maybe<Scalars['String']['output']>;
|
|
698
|
+
avatarUrl?: Maybe<Scalars['String']['output']>;
|
|
698
699
|
contactLink?: Maybe<Scalars['String']['output']>;
|
|
699
700
|
createdBy?: Maybe<User>;
|
|
700
701
|
deployments?: Maybe<AppDeploymentConnection>;
|
|
@@ -10356,6 +10357,7 @@ export type ForgeMetricsQuery = {
|
|
|
10356
10357
|
apiRequestLatency: ForgeMetricsApiRequestLatencyResult;
|
|
10357
10358
|
apiRequestLatencyValue: ForgeMetricsApiRequestLatencyValueResult;
|
|
10358
10359
|
appId: Scalars['ID']['output'];
|
|
10360
|
+
appMetrics: ForgeMetricsOtlpResult;
|
|
10359
10361
|
errors: ForgeMetricsErrorsResult;
|
|
10360
10362
|
errorsValue: ForgeMetricsErrorsValueResult;
|
|
10361
10363
|
exportMetrics: ForgeMetricsOtlpResult;
|
|
@@ -10376,6 +10378,9 @@ export type ForgeMetricsQueryApiRequestLatencyArgs = {
|
|
|
10376
10378
|
export type ForgeMetricsQueryApiRequestLatencyValueArgs = {
|
|
10377
10379
|
query: ForgeMetricsApiRequestQueryInput;
|
|
10378
10380
|
};
|
|
10381
|
+
export type ForgeMetricsQueryAppMetricsArgs = {
|
|
10382
|
+
query: ForgeMetricsOtlpQueryInput;
|
|
10383
|
+
};
|
|
10379
10384
|
export type ForgeMetricsQueryErrorsArgs = {
|
|
10380
10385
|
query: ForgeMetricsQueryInput;
|
|
10381
10386
|
};
|
|
@@ -19894,6 +19899,7 @@ export declare enum JiraCascadingSelectOptionType {
|
|
|
19894
19899
|
}
|
|
19895
19900
|
export type JiraCascadingSelectOptionsFilter = {
|
|
19896
19901
|
optionType: JiraCascadingSelectOptionType;
|
|
19902
|
+
parentOptionId?: InputMaybe<Scalars['ID']['input']>;
|
|
19897
19903
|
parentOptionName?: InputMaybe<Scalars['String']['input']>;
|
|
19898
19904
|
};
|
|
19899
19905
|
export type JiraCheckboxesField = JiraIssueField & JiraIssueFieldConfiguration & JiraUserIssueFieldConfiguration & Node & {
|
|
@@ -20905,7 +20911,7 @@ export type JiraFallbackField = JiraIssueField & JiraIssueFieldConfiguration & N
|
|
|
20905
20911
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
20906
20912
|
type: Scalars['String']['output'];
|
|
20907
20913
|
};
|
|
20908
|
-
export type JiraFavourite = JiraProject;
|
|
20914
|
+
export type JiraFavourite = JiraCustomFilter | JiraProject | JiraSystemFilter;
|
|
20909
20915
|
export type JiraFavouriteConnection = {
|
|
20910
20916
|
__typename?: 'JiraFavouriteConnection';
|
|
20911
20917
|
edges?: Maybe<Array<Maybe<JiraFavouriteEdge>>>;
|
|
@@ -20920,6 +20926,7 @@ export type JiraFavouriteFilter = {
|
|
|
20920
20926
|
type: JiraFavouriteType;
|
|
20921
20927
|
};
|
|
20922
20928
|
export declare enum JiraFavouriteType {
|
|
20929
|
+
Filter = "FILTER",
|
|
20923
20930
|
Project = "PROJECT"
|
|
20924
20931
|
}
|
|
20925
20932
|
export type JiraFavouriteValue = Node & {
|
|
@@ -22425,6 +22432,7 @@ export declare enum JiraJqlAutocompleteType {
|
|
|
22425
22432
|
Sprint = "SPRINT",
|
|
22426
22433
|
Status = "STATUS",
|
|
22427
22434
|
Statuscategory = "STATUSCATEGORY",
|
|
22435
|
+
TicketCategory = "TICKET_CATEGORY",
|
|
22428
22436
|
User = "USER",
|
|
22429
22437
|
Version = "VERSION"
|
|
22430
22438
|
}
|
|
@@ -27231,11 +27239,26 @@ export type JiraSubmitBulkOperationProgress = Node & {
|
|
|
27231
27239
|
};
|
|
27232
27240
|
export type JiraSubscription = {
|
|
27233
27241
|
__typename?: 'JiraSubscription';
|
|
27242
|
+
onIssueCreatedByProject?: Maybe<JiraIssue>;
|
|
27243
|
+
onIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
27244
|
+
onIssueUpdatedByProject?: Maybe<JiraIssue>;
|
|
27234
27245
|
onJwmFieldMutation?: Maybe<JiraJwmField>;
|
|
27235
27246
|
onJwmIssueCreatedByProject?: Maybe<JiraIssueCreatedStreamHubPayload>;
|
|
27236
27247
|
onJwmIssueDeletedByProject?: Maybe<JiraIssueDeletedStreamHubPayload>;
|
|
27237
27248
|
onJwmIssueUpdatedByProject?: Maybe<JiraIssueUpdatedStreamHubPayload>;
|
|
27238
27249
|
};
|
|
27250
|
+
export type JiraSubscriptionOnIssueCreatedByProjectArgs = {
|
|
27251
|
+
cloudId: Scalars['ID']['input'];
|
|
27252
|
+
projectId: Scalars['String']['input'];
|
|
27253
|
+
};
|
|
27254
|
+
export type JiraSubscriptionOnIssueDeletedByProjectArgs = {
|
|
27255
|
+
cloudId: Scalars['ID']['input'];
|
|
27256
|
+
projectId: Scalars['String']['input'];
|
|
27257
|
+
};
|
|
27258
|
+
export type JiraSubscriptionOnIssueUpdatedByProjectArgs = {
|
|
27259
|
+
cloudId: Scalars['ID']['input'];
|
|
27260
|
+
projectId: Scalars['String']['input'];
|
|
27261
|
+
};
|
|
27239
27262
|
export type JiraSubscriptionOnJwmFieldMutationArgs = {
|
|
27240
27263
|
siteId: Scalars['ID']['input'];
|
|
27241
27264
|
};
|
|
@@ -37306,6 +37329,7 @@ export type TrelloList = Node & {
|
|
|
37306
37329
|
board?: Maybe<TrelloBoard>;
|
|
37307
37330
|
cards?: Maybe<TrelloCardConnection>;
|
|
37308
37331
|
closed: Scalars['Boolean']['output'];
|
|
37332
|
+
color?: Maybe<Scalars['String']['output']>;
|
|
37309
37333
|
creationMethod: Scalars['String']['output'];
|
|
37310
37334
|
id: Scalars['ID']['output'];
|
|
37311
37335
|
limits?: Maybe<TrelloListLimits>;
|
|
@@ -37313,7 +37337,6 @@ export type TrelloList = Node & {
|
|
|
37313
37337
|
objectId: Scalars['ID']['output'];
|
|
37314
37338
|
position: Scalars['Float']['output'];
|
|
37315
37339
|
softLimit?: Maybe<Scalars['Int']['output']>;
|
|
37316
|
-
status?: Maybe<Scalars['String']['output']>;
|
|
37317
37340
|
viewer?: Maybe<TrelloListViewer>;
|
|
37318
37341
|
};
|
|
37319
37342
|
export type TrelloListCardsArgs = {
|