@forge/cli-shared 3.17.0-next.2 → 3.17.0-next.4
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 +14 -0
- package/out/graphql/graphql-types.d.ts +50 -20
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +2 -0
- package/out/ui/text.d.ts +2 -0
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,19 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 3.17.0-next.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 665f1b2f: Bumping dependencies via Renovate:
|
|
8
|
+
|
|
9
|
+
- @sentry/node
|
|
10
|
+
|
|
11
|
+
## 3.17.0-next.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- 467d04a4: Added warning message for ngrok tunnel timing out after two hours
|
|
16
|
+
|
|
3
17
|
## 3.17.0-next.2
|
|
4
18
|
|
|
5
19
|
### Minor Changes
|
|
@@ -160,6 +160,7 @@ export declare enum ActivitiesObjectType {
|
|
|
160
160
|
Page = "PAGE",
|
|
161
161
|
Blogpost = "BLOGPOST",
|
|
162
162
|
Whiteboard = "WHITEBOARD",
|
|
163
|
+
Database = "DATABASE",
|
|
163
164
|
Project = "PROJECT",
|
|
164
165
|
Goal = "GOAL"
|
|
165
166
|
}
|
|
@@ -267,6 +268,7 @@ export declare enum ActivityObjectType {
|
|
|
267
268
|
Page = "PAGE",
|
|
268
269
|
Blogpost = "BLOGPOST",
|
|
269
270
|
Whiteboard = "WHITEBOARD",
|
|
271
|
+
Database = "DATABASE",
|
|
270
272
|
Task = "TASK",
|
|
271
273
|
Goal = "GOAL"
|
|
272
274
|
}
|
|
@@ -9800,7 +9802,7 @@ export type HelpLayoutCompositeElement = {
|
|
|
9800
9802
|
id: Scalars['ID'];
|
|
9801
9803
|
visualConfig?: Maybe<Scalars['String']>;
|
|
9802
9804
|
children?: Maybe<Array<Maybe<HelpLayoutAtomicElement>>>;
|
|
9803
|
-
|
|
9805
|
+
elementType?: Maybe<HelpLayoutCompositeElementType>;
|
|
9804
9806
|
};
|
|
9805
9807
|
export declare enum HelpLayoutCompositeElementKey {
|
|
9806
9808
|
LinkCard = "LINK_CARD"
|
|
@@ -9885,6 +9887,10 @@ export type HelpLayoutImageAtomicElementConfig = {
|
|
|
9885
9887
|
__typename?: 'HelpLayoutImageAtomicElementConfig';
|
|
9886
9888
|
altText?: Maybe<Scalars['String']>;
|
|
9887
9889
|
fileId?: Maybe<Scalars['String']>;
|
|
9890
|
+
size?: Maybe<Scalars['String']>;
|
|
9891
|
+
fit?: Maybe<Scalars['String']>;
|
|
9892
|
+
position?: Maybe<Scalars['String']>;
|
|
9893
|
+
scale?: Maybe<Scalars['Int']>;
|
|
9888
9894
|
};
|
|
9889
9895
|
export type HelpLayoutImageAtomicElementData = {
|
|
9890
9896
|
__typename?: 'HelpLayoutImageAtomicElementData';
|
|
@@ -9893,7 +9899,11 @@ export type HelpLayoutImageAtomicElementData = {
|
|
|
9893
9899
|
export type HelpLayoutImageConfigInput = {
|
|
9894
9900
|
fileId?: Maybe<Scalars['String']>;
|
|
9895
9901
|
url?: Maybe<Scalars['String']>;
|
|
9896
|
-
altText
|
|
9902
|
+
altText?: Maybe<Scalars['String']>;
|
|
9903
|
+
size?: Maybe<Scalars['String']>;
|
|
9904
|
+
fit?: Maybe<Scalars['String']>;
|
|
9905
|
+
position?: Maybe<Scalars['String']>;
|
|
9906
|
+
scale?: Maybe<Scalars['Int']>;
|
|
9897
9907
|
visualConfig: Scalars['String'];
|
|
9898
9908
|
};
|
|
9899
9909
|
export type HelpLayoutLinkCardCompositeElement = HelpLayoutVisualEntity & HelpLayoutCompositeElement & Node & {
|
|
@@ -9902,7 +9912,7 @@ export type HelpLayoutLinkCardCompositeElement = HelpLayoutVisualEntity & HelpLa
|
|
|
9902
9912
|
visualConfig?: Maybe<Scalars['String']>;
|
|
9903
9913
|
config?: Maybe<Scalars['String']>;
|
|
9904
9914
|
children?: Maybe<Array<Maybe<HelpLayoutAtomicElement>>>;
|
|
9905
|
-
|
|
9915
|
+
elementType?: Maybe<HelpLayoutCompositeElementType>;
|
|
9906
9916
|
};
|
|
9907
9917
|
export type HelpLayoutLinkCardInput = {
|
|
9908
9918
|
children: Array<HelpLayoutAtomicElementInput>;
|
|
@@ -10221,6 +10231,7 @@ export type IntervalInput = {
|
|
|
10221
10231
|
export type InvocationMetrics = {
|
|
10222
10232
|
__typename?: 'InvocationMetrics';
|
|
10223
10233
|
appTimeMs?: Maybe<Scalars['Float']>;
|
|
10234
|
+
appExecutionRegion?: Maybe<Scalars['String']>;
|
|
10224
10235
|
};
|
|
10225
10236
|
export type InvocationResponsePayload = {
|
|
10226
10237
|
__typename?: 'InvocationResponsePayload';
|
|
@@ -19343,7 +19354,7 @@ export type MoveSprintUpResponse = MutationResponse & {
|
|
|
19343
19354
|
};
|
|
19344
19355
|
export type Mutation = {
|
|
19345
19356
|
__typename?: 'Mutation';
|
|
19346
|
-
trello
|
|
19357
|
+
trello?: Maybe<TrelloMutationApi>;
|
|
19347
19358
|
customerSupport?: Maybe<SupportRequestCatalogMutationApi>;
|
|
19348
19359
|
createJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipCreatePayload>;
|
|
19349
19360
|
deleteJiraProjectAndDevOpsToolRelationship?: Maybe<JiraProjectAndDevOpsToolRelationshipDeletePayload>;
|
|
@@ -25991,8 +26002,8 @@ export type TransitionFilter = {
|
|
|
25991
26002
|
from: Scalars['String'];
|
|
25992
26003
|
to: Scalars['String'];
|
|
25993
26004
|
};
|
|
25994
|
-
export type
|
|
25995
|
-
__typename?: '
|
|
26005
|
+
export type TrelloAddHelloPayload = Payload & {
|
|
26006
|
+
__typename?: 'TrelloAddHelloPayload';
|
|
25996
26007
|
errors?: Maybe<Array<MutationError>>;
|
|
25997
26008
|
hello: Scalars['String'];
|
|
25998
26009
|
success: Scalars['Boolean'];
|
|
@@ -26001,8 +26012,8 @@ export type TrelloAddMemberInput = {
|
|
|
26001
26012
|
cardId: Scalars['ID'];
|
|
26002
26013
|
memberId: Scalars['ID'];
|
|
26003
26014
|
};
|
|
26004
|
-
export type
|
|
26005
|
-
__typename?: '
|
|
26015
|
+
export type TrelloAddMemberToCardPayload = Payload & {
|
|
26016
|
+
__typename?: 'TrelloAddMemberToCardPayload';
|
|
26006
26017
|
card?: Maybe<TrelloCard>;
|
|
26007
26018
|
errors?: Maybe<Array<MutationError>>;
|
|
26008
26019
|
success: Scalars['Boolean'];
|
|
@@ -26034,6 +26045,7 @@ export type TrelloAttachmentEdge = {
|
|
|
26034
26045
|
export type TrelloBoard = Node & {
|
|
26035
26046
|
__typename?: 'TrelloBoard';
|
|
26036
26047
|
closed: Scalars['Boolean'];
|
|
26048
|
+
enterpriseOwned: Scalars['Boolean'];
|
|
26037
26049
|
galleryInfo?: Maybe<TrelloTemplateGalleryItemInfo>;
|
|
26038
26050
|
id: Scalars['ID'];
|
|
26039
26051
|
lastActivityAt?: Maybe<Scalars['DateTime']>;
|
|
@@ -26138,8 +26150,13 @@ export type TrelloBoardPrefs = {
|
|
|
26138
26150
|
__typename?: 'TrelloBoardPrefs';
|
|
26139
26151
|
background?: Maybe<TrelloBoardBackground>;
|
|
26140
26152
|
canInvite?: Maybe<Scalars['Boolean']>;
|
|
26153
|
+
comments?: Maybe<Scalars['String']>;
|
|
26141
26154
|
hideVotes?: Maybe<Scalars['Boolean']>;
|
|
26155
|
+
invitations?: Maybe<Scalars['String']>;
|
|
26142
26156
|
isTemplate?: Maybe<Scalars['Boolean']>;
|
|
26157
|
+
permissionLevel?: Maybe<Scalars['String']>;
|
|
26158
|
+
selfJoin?: Maybe<Scalars['Boolean']>;
|
|
26159
|
+
voting?: Maybe<Scalars['String']>;
|
|
26143
26160
|
};
|
|
26144
26161
|
export type TrelloBoardPrefsUpdatedDeltas = {
|
|
26145
26162
|
__typename?: 'TrelloBoardPrefsUpdatedDeltas';
|
|
@@ -26162,6 +26179,7 @@ export type TrelloBoardUpdated = {
|
|
|
26162
26179
|
closed?: Maybe<Scalars['Boolean']>;
|
|
26163
26180
|
lists?: Maybe<TrelloListUpdatedConnection>;
|
|
26164
26181
|
name?: Maybe<Scalars['String']>;
|
|
26182
|
+
objectId?: Maybe<Scalars['ID']>;
|
|
26165
26183
|
prefs?: Maybe<TrelloBoardPrefs>;
|
|
26166
26184
|
};
|
|
26167
26185
|
export type TrelloBoardUpdatedDeltas = {
|
|
@@ -26358,6 +26376,7 @@ export type TrelloCardUpdated = {
|
|
|
26358
26376
|
labels?: Maybe<TrelloLabelUpdatedConnection>;
|
|
26359
26377
|
lastActivityAt?: Maybe<Scalars['DateTime']>;
|
|
26360
26378
|
name?: Maybe<Scalars['String']>;
|
|
26379
|
+
objectId?: Maybe<Scalars['ID']>;
|
|
26361
26380
|
position?: Maybe<Scalars['Float']>;
|
|
26362
26381
|
};
|
|
26363
26382
|
export type TrelloCardUpdatedConnection = {
|
|
@@ -26399,16 +26418,16 @@ export type TrelloChecklistEdge = {
|
|
|
26399
26418
|
cursor: Scalars['String'];
|
|
26400
26419
|
node: TrelloChecklist;
|
|
26401
26420
|
};
|
|
26402
|
-
export type TrelloCreateCard = Payload & {
|
|
26403
|
-
__typename?: 'TrelloCreateCard';
|
|
26404
|
-
card?: Maybe<TrelloCard>;
|
|
26405
|
-
errors?: Maybe<Array<MutationError>>;
|
|
26406
|
-
success: Scalars['Boolean'];
|
|
26407
|
-
};
|
|
26408
26421
|
export type TrelloCreateCardInput = {
|
|
26409
26422
|
idList?: Maybe<Array<Scalars['ID']>>;
|
|
26410
26423
|
name: Scalars['String'];
|
|
26411
26424
|
};
|
|
26425
|
+
export type TrelloCreateCardPayload = Payload & {
|
|
26426
|
+
__typename?: 'TrelloCreateCardPayload';
|
|
26427
|
+
card?: Maybe<TrelloCard>;
|
|
26428
|
+
errors?: Maybe<Array<MutationError>>;
|
|
26429
|
+
success: Scalars['Boolean'];
|
|
26430
|
+
};
|
|
26412
26431
|
export type TrelloCustomField = {
|
|
26413
26432
|
__typename?: 'TrelloCustomField';
|
|
26414
26433
|
objectId: Scalars['ID'];
|
|
@@ -26574,6 +26593,7 @@ export type TrelloListUpdated = {
|
|
|
26574
26593
|
closed?: Maybe<Scalars['Boolean']>;
|
|
26575
26594
|
id: Scalars['ID'];
|
|
26576
26595
|
name?: Maybe<Scalars['String']>;
|
|
26596
|
+
objectId?: Maybe<Scalars['ID']>;
|
|
26577
26597
|
position?: Maybe<Scalars['Float']>;
|
|
26578
26598
|
softLimit?: Maybe<Scalars['Int']>;
|
|
26579
26599
|
};
|
|
@@ -26598,12 +26618,18 @@ export type TrelloListViewer = {
|
|
|
26598
26618
|
__typename?: 'TrelloListViewer';
|
|
26599
26619
|
subscribed?: Maybe<Scalars['Boolean']>;
|
|
26600
26620
|
};
|
|
26621
|
+
export type TrelloMember = Node & {
|
|
26622
|
+
__typename?: 'TrelloMember';
|
|
26623
|
+
id: Scalars['ID'];
|
|
26624
|
+
objectId: Scalars['ID'];
|
|
26625
|
+
username?: Maybe<Scalars['String']>;
|
|
26626
|
+
};
|
|
26601
26627
|
export type TrelloMutationApi = {
|
|
26602
26628
|
__typename?: 'TrelloMutationApi';
|
|
26603
|
-
addHello?: Maybe<
|
|
26604
|
-
addMemberToCard?: Maybe<
|
|
26605
|
-
createCard?: Maybe<
|
|
26606
|
-
removeMemberFromCard?: Maybe<
|
|
26629
|
+
addHello?: Maybe<TrelloAddHelloPayload>;
|
|
26630
|
+
addMemberToCard?: Maybe<TrelloAddMemberToCardPayload>;
|
|
26631
|
+
createCard?: Maybe<TrelloCreateCardPayload>;
|
|
26632
|
+
removeMemberFromCard?: Maybe<TrelloRemoveMemberFromCardPayload>;
|
|
26607
26633
|
};
|
|
26608
26634
|
export type TrelloMutationApiAddHelloArgs = {
|
|
26609
26635
|
input: TrelloHelloInput;
|
|
@@ -26659,6 +26685,7 @@ export type TrelloQueryApi = {
|
|
|
26659
26685
|
card?: Maybe<TrelloCard>;
|
|
26660
26686
|
echo?: Maybe<Scalars['String']>;
|
|
26661
26687
|
list?: Maybe<TrelloList>;
|
|
26688
|
+
member?: Maybe<TrelloMember>;
|
|
26662
26689
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
26663
26690
|
templateCategories?: Maybe<Array<TrelloTemplateGalleryCategory>>;
|
|
26664
26691
|
templateGallery?: Maybe<TrelloTemplateGalleryConnection>;
|
|
@@ -26674,6 +26701,9 @@ export type TrelloQueryApiCardArgs = {
|
|
|
26674
26701
|
export type TrelloQueryApiListArgs = {
|
|
26675
26702
|
id: Scalars['ID'];
|
|
26676
26703
|
};
|
|
26704
|
+
export type TrelloQueryApiMemberArgs = {
|
|
26705
|
+
id: Scalars['ID'];
|
|
26706
|
+
};
|
|
26677
26707
|
export type TrelloQueryApiRecentBoardsByIdsArgs = {
|
|
26678
26708
|
ids: Array<Scalars['ID']>;
|
|
26679
26709
|
};
|
|
@@ -26715,8 +26745,8 @@ export type TrelloRecentCardEdge = {
|
|
|
26715
26745
|
cursor?: Maybe<Scalars['String']>;
|
|
26716
26746
|
node?: Maybe<TrelloRecentCard>;
|
|
26717
26747
|
};
|
|
26718
|
-
export type
|
|
26719
|
-
__typename?: '
|
|
26748
|
+
export type TrelloRemoveMemberFromCardPayload = Payload & {
|
|
26749
|
+
__typename?: 'TrelloRemoveMemberFromCardPayload';
|
|
26720
26750
|
card?: Maybe<TrelloCard>;
|
|
26721
26751
|
errors?: Maybe<Array<MutationError>>;
|
|
26722
26752
|
success: Scalars['Boolean'];
|