@forge/cli-shared 6.5.0-next.7 → 6.5.1-next.0
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
|
@@ -1,5 +1,33 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.5.1-next.0
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- Updated dependencies [2ccf3f4]
|
|
8
|
+
- @forge/manifest@8.3.1-next.0
|
|
9
|
+
|
|
10
|
+
## 6.5.0
|
|
11
|
+
|
|
12
|
+
### Minor Changes
|
|
13
|
+
|
|
14
|
+
- 48e369c: Update RoA messages for egressing webtriggers
|
|
15
|
+
|
|
16
|
+
### Patch Changes
|
|
17
|
+
|
|
18
|
+
- 738dea1: Update text for Runs on Atlassian program
|
|
19
|
+
- 9ad64ab: Rename ResourceType to avoid a conflict with new GraphQL type
|
|
20
|
+
- f571cc9: Fix direct distribution link
|
|
21
|
+
- Updated dependencies [0146304]
|
|
22
|
+
- Updated dependencies [d5c7fe4]
|
|
23
|
+
- Updated dependencies [56b1d12]
|
|
24
|
+
- Updated dependencies [e94d83f]
|
|
25
|
+
- Updated dependencies [b088bc0]
|
|
26
|
+
- Updated dependencies [035b3f5]
|
|
27
|
+
- Updated dependencies [66f157a]
|
|
28
|
+
- Updated dependencies [0a3744a]
|
|
29
|
+
- @forge/manifest@8.3.0
|
|
30
|
+
|
|
3
31
|
## 6.5.0-next.7
|
|
4
32
|
|
|
5
33
|
### Patch Changes
|
|
@@ -15302,11 +15302,38 @@ export declare type ConnectionManagerCreateApiTokenConnectionInput = {
|
|
|
15302
15302
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
15303
15303
|
tokens?: InputMaybe<Array<InputMaybe<ConnectionManagerTokenInput>>>;
|
|
15304
15304
|
};
|
|
15305
|
+
export declare type ConnectionManagerCreateOAuthConnectionForJiraProjectPayload = Payload & {
|
|
15306
|
+
__typename?: 'ConnectionManagerCreateOAuthConnectionForJiraProjectPayload';
|
|
15307
|
+
authorizationUrl?: Maybe<Scalars['String']['output']>;
|
|
15308
|
+
createdConnectionId?: Maybe<Scalars['ID']['output']>;
|
|
15309
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15310
|
+
success: Scalars['Boolean']['output'];
|
|
15311
|
+
};
|
|
15312
|
+
export declare type ConnectionManagerCreateOAuthConnectionInput = {
|
|
15313
|
+
configuration?: InputMaybe<ConnectionManagerConfigurationInput>;
|
|
15314
|
+
credentials?: InputMaybe<ConnectionManagerOAuthCredentialsInput>;
|
|
15315
|
+
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
15316
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
15317
|
+
providerDetails?: InputMaybe<ConnectionManagerOAuthProviderDetailsInput>;
|
|
15318
|
+
};
|
|
15305
15319
|
export declare type ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload = Payload & {
|
|
15306
15320
|
__typename?: 'ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload';
|
|
15307
15321
|
errors?: Maybe<Array<MutationError>>;
|
|
15308
15322
|
success: Scalars['Boolean']['output'];
|
|
15309
15323
|
};
|
|
15324
|
+
export declare type ConnectionManagerDeleteConnectionForJiraProjectPayload = Payload & {
|
|
15325
|
+
__typename?: 'ConnectionManagerDeleteConnectionForJiraProjectPayload';
|
|
15326
|
+
errors?: Maybe<Array<MutationError>>;
|
|
15327
|
+
success: Scalars['Boolean']['output'];
|
|
15328
|
+
};
|
|
15329
|
+
export declare type ConnectionManagerOAuthCredentialsInput = {
|
|
15330
|
+
clientId?: InputMaybe<Scalars['String']['input']>;
|
|
15331
|
+
clientSecret?: InputMaybe<Scalars['String']['input']>;
|
|
15332
|
+
};
|
|
15333
|
+
export declare type ConnectionManagerOAuthProviderDetailsInput = {
|
|
15334
|
+
authorizationUrl?: InputMaybe<Scalars['String']['input']>;
|
|
15335
|
+
exchangeUrl?: InputMaybe<Scalars['String']['input']>;
|
|
15336
|
+
};
|
|
15310
15337
|
export declare type ConnectionManagerTokenInput = {
|
|
15311
15338
|
token?: InputMaybe<Scalars['String']['input']>;
|
|
15312
15339
|
tokenId?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -41841,6 +41868,7 @@ export declare type HelpLayout = Node & {
|
|
|
41841
41868
|
id: Scalars['ID']['output'];
|
|
41842
41869
|
reloadOnPublish?: Maybe<Scalars['Boolean']['output']>;
|
|
41843
41870
|
sections?: Maybe<HelpLayoutSectionConnection>;
|
|
41871
|
+
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
41844
41872
|
};
|
|
41845
41873
|
export declare type HelpLayoutSectionsArgs = {
|
|
41846
41874
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -41926,6 +41954,16 @@ export declare type HelpLayoutBackgroundImageInput = {
|
|
|
41926
41954
|
fileId?: InputMaybe<Scalars['String']['input']>;
|
|
41927
41955
|
url?: InputMaybe<Scalars['String']['input']>;
|
|
41928
41956
|
};
|
|
41957
|
+
export declare enum HelpLayoutBackgroundImageObjectFit {
|
|
41958
|
+
Contain = "CONTAIN",
|
|
41959
|
+
Cover = "COVER",
|
|
41960
|
+
Fill = "FILL"
|
|
41961
|
+
}
|
|
41962
|
+
export declare enum HelpLayoutBackgroundType {
|
|
41963
|
+
Color = "COLOR",
|
|
41964
|
+
Image = "IMAGE",
|
|
41965
|
+
Transparent = "TRANSPARENT"
|
|
41966
|
+
}
|
|
41929
41967
|
export declare type HelpLayoutCompositeElement = {
|
|
41930
41968
|
children?: Maybe<Array<Maybe<HelpLayoutAtomicElement>>>;
|
|
41931
41969
|
elementType?: Maybe<HelpLayoutCompositeElementType>;
|
|
@@ -42102,8 +42140,10 @@ export declare type HelpLayoutHeroElement = HelpLayoutVisualEntity & Node & {
|
|
|
42102
42140
|
__typename?: 'HelpLayoutHeroElement';
|
|
42103
42141
|
data?: Maybe<HelpLayoutHeroElementData>;
|
|
42104
42142
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
42143
|
+
hideSearchBar?: Maybe<Scalars['Boolean']['output']>;
|
|
42105
42144
|
homePageTitle?: Maybe<Scalars['String']['output']>;
|
|
42106
42145
|
id: Scalars['ID']['output'];
|
|
42146
|
+
useGlobalSettings?: Maybe<Scalars['Boolean']['output']>;
|
|
42107
42147
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
42108
42148
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
42109
42149
|
};
|
|
@@ -42113,6 +42153,8 @@ export declare type HelpLayoutHeroElementData = {
|
|
|
42113
42153
|
userLanguageTag?: Maybe<Scalars['String']['output']>;
|
|
42114
42154
|
};
|
|
42115
42155
|
export declare type HelpLayoutHeroElementInput = {
|
|
42156
|
+
hideSearchBar?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42157
|
+
useGlobalSettings?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42116
42158
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42117
42159
|
};
|
|
42118
42160
|
export declare enum HelpLayoutHorizontalAlignment {
|
|
@@ -42243,12 +42285,14 @@ export declare type HelpLayoutPortalsListData = {
|
|
|
42243
42285
|
export declare type HelpLayoutPortalsListElement = HelpLayoutVisualEntity & Node & {
|
|
42244
42286
|
__typename?: 'HelpLayoutPortalsListElement';
|
|
42245
42287
|
data?: Maybe<HelpLayoutPortalsListData>;
|
|
42288
|
+
elementTitle?: Maybe<Scalars['String']['output']>;
|
|
42246
42289
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
42247
42290
|
id: Scalars['ID']['output'];
|
|
42248
42291
|
portals?: Maybe<Array<Maybe<HelpLayoutPortalCard>>>;
|
|
42249
42292
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
42250
42293
|
};
|
|
42251
42294
|
export declare type HelpLayoutPortalsListInput = {
|
|
42295
|
+
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
42252
42296
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42253
42297
|
};
|
|
42254
42298
|
export declare enum HelpLayoutProjectType {
|
|
@@ -42344,6 +42388,7 @@ export declare type HelpLayoutSuggestedRequestFormsListElement = HelpLayoutVisua
|
|
|
42344
42388
|
__typename?: 'HelpLayoutSuggestedRequestFormsListElement';
|
|
42345
42389
|
config?: Maybe<Scalars['String']['output']>;
|
|
42346
42390
|
data?: Maybe<HelpLayoutSuggestedRequestFormsListElementData>;
|
|
42391
|
+
elementTitle?: Maybe<Scalars['String']['output']>;
|
|
42347
42392
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
42348
42393
|
id: Scalars['ID']['output'];
|
|
42349
42394
|
suggestedRequestTypes?: Maybe<Array<HelpLayoutRequestForm>>;
|
|
@@ -42354,6 +42399,7 @@ export declare type HelpLayoutSuggestedRequestFormsListElementData = {
|
|
|
42354
42399
|
suggestedRequestTypes?: Maybe<Array<HelpLayoutRequestForm>>;
|
|
42355
42400
|
};
|
|
42356
42401
|
export declare type HelpLayoutSuggestedRequestFormsListInput = {
|
|
42402
|
+
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
42357
42403
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42358
42404
|
};
|
|
42359
42405
|
export declare type HelpLayoutTopic = {
|
|
@@ -42375,6 +42421,7 @@ export declare type HelpLayoutTopicItem = {
|
|
|
42375
42421
|
export declare type HelpLayoutTopicsListElement = HelpLayoutVisualEntity & Node & {
|
|
42376
42422
|
__typename?: 'HelpLayoutTopicsListElement';
|
|
42377
42423
|
data?: Maybe<HelpLayoutTopicsListElementData>;
|
|
42424
|
+
elementTitle?: Maybe<Scalars['String']['output']>;
|
|
42378
42425
|
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
42379
42426
|
id: Scalars['ID']['output'];
|
|
42380
42427
|
topics?: Maybe<Array<HelpLayoutTopic>>;
|
|
@@ -42385,11 +42432,13 @@ export declare type HelpLayoutTopicsListElementData = {
|
|
|
42385
42432
|
topics?: Maybe<Array<HelpLayoutTopic>>;
|
|
42386
42433
|
};
|
|
42387
42434
|
export declare type HelpLayoutTopicsListInput = {
|
|
42435
|
+
elementTitle?: InputMaybe<Scalars['String']['input']>;
|
|
42388
42436
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42389
42437
|
};
|
|
42390
42438
|
export declare type HelpLayoutUpdateInput = {
|
|
42391
42439
|
layoutId: Scalars['ID']['input'];
|
|
42392
42440
|
sections: Array<HelpLayoutSectionInput>;
|
|
42441
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
42393
42442
|
};
|
|
42394
42443
|
export declare type HelpLayoutUpdatePayload = Payload & {
|
|
42395
42444
|
__typename?: 'HelpLayoutUpdatePayload';
|
|
@@ -42408,17 +42457,23 @@ export declare type HelpLayoutVisualConfig = {
|
|
|
42408
42457
|
alignment?: Maybe<HelpLayoutAlignmentSettings>;
|
|
42409
42458
|
backgroundColor?: Maybe<Scalars['String']['output']>;
|
|
42410
42459
|
backgroundImage?: Maybe<HelpLayoutBackgroundImage>;
|
|
42460
|
+
backgroundType?: Maybe<HelpLayoutBackgroundType>;
|
|
42411
42461
|
foregroundColor?: Maybe<Scalars['String']['output']>;
|
|
42412
42462
|
hidden?: Maybe<Scalars['Boolean']['output']>;
|
|
42463
|
+
objectFit?: Maybe<HelpLayoutBackgroundImageObjectFit>;
|
|
42413
42464
|
themeTemplateId?: Maybe<Scalars['String']['output']>;
|
|
42465
|
+
titleColor?: Maybe<Scalars['String']['output']>;
|
|
42414
42466
|
};
|
|
42415
42467
|
export declare type HelpLayoutVisualConfigInput = {
|
|
42416
42468
|
alignment?: InputMaybe<HelpLayoutAlignmentSettingsInput>;
|
|
42417
42469
|
backgroundColor?: InputMaybe<Scalars['String']['input']>;
|
|
42418
42470
|
backgroundImage?: InputMaybe<HelpLayoutBackgroundImageInput>;
|
|
42471
|
+
backgroundType?: InputMaybe<HelpLayoutBackgroundType>;
|
|
42419
42472
|
foregroundColor?: InputMaybe<Scalars['String']['input']>;
|
|
42420
42473
|
hidden?: InputMaybe<Scalars['Boolean']['input']>;
|
|
42474
|
+
objectFit?: InputMaybe<HelpLayoutBackgroundImageObjectFit>;
|
|
42421
42475
|
themeTemplateId?: InputMaybe<Scalars['String']['input']>;
|
|
42476
|
+
titleColor?: InputMaybe<Scalars['String']['input']>;
|
|
42422
42477
|
};
|
|
42423
42478
|
export declare type HelpLayoutVisualEntity = {
|
|
42424
42479
|
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
@@ -64980,7 +65035,9 @@ export declare type Mutation = {
|
|
|
64980
65035
|
confluenceV2_deletePage?: Maybe<Scalars['Boolean']['output']>;
|
|
64981
65036
|
confluenceV2_updatePage?: Maybe<ConfluenceV2UpdatePagePayload>;
|
|
64982
65037
|
connectionManager_createApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerCreateApiTokenConnectionForJiraProjectPayload>;
|
|
65038
|
+
connectionManager_createOAuthConnectionForJiraProject?: Maybe<ConnectionManagerCreateOAuthConnectionForJiraProjectPayload>;
|
|
64983
65039
|
connectionManager_deleteApiTokenConnectionForJiraProject?: Maybe<ConnectionManagerDeleteApiTokenConnectionForJiraProjectPayload>;
|
|
65040
|
+
connectionManager_deleteConnectionForJiraProject?: Maybe<ConnectionManagerDeleteConnectionForJiraProjectPayload>;
|
|
64984
65041
|
contactAdmin?: Maybe<GraphQlContactAdminStatus>;
|
|
64985
65042
|
convertToFolder?: Maybe<ConfluenceConvertContentToFolderPayload>;
|
|
64986
65043
|
copyDefaultSpacePermissions?: Maybe<CopySpacePermissionsPayload>;
|
|
@@ -65798,10 +65855,18 @@ export declare type MutationConnectionManager_CreateApiTokenConnectionForJiraPro
|
|
|
65798
65855
|
createApiTokenConnectionInput?: InputMaybe<ConnectionManagerCreateApiTokenConnectionInput>;
|
|
65799
65856
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
65800
65857
|
};
|
|
65858
|
+
export declare type MutationConnectionManager_CreateOAuthConnectionForJiraProjectArgs = {
|
|
65859
|
+
createOAuthConnectionInput: ConnectionManagerCreateOAuthConnectionInput;
|
|
65860
|
+
jiraProjectARI: Scalars['ID']['input'];
|
|
65861
|
+
};
|
|
65801
65862
|
export declare type MutationConnectionManager_DeleteApiTokenConnectionForJiraProjectArgs = {
|
|
65802
65863
|
integrationKey?: InputMaybe<Scalars['String']['input']>;
|
|
65803
65864
|
jiraProjectARI?: InputMaybe<Scalars['String']['input']>;
|
|
65804
65865
|
};
|
|
65866
|
+
export declare type MutationConnectionManager_DeleteConnectionForJiraProjectArgs = {
|
|
65867
|
+
integrationKey: Scalars['String']['input'];
|
|
65868
|
+
jiraProjectARI: Scalars['ID']['input'];
|
|
65869
|
+
};
|
|
65805
65870
|
export declare type MutationContactAdminArgs = {
|
|
65806
65871
|
input: ContactAdminMutationInput;
|
|
65807
65872
|
};
|
|
@@ -69712,6 +69777,7 @@ export declare type Query = {
|
|
|
69712
69777
|
spaceWatchers?: Maybe<PaginatedPersonList>;
|
|
69713
69778
|
spaces?: Maybe<PaginatedSpaceList>;
|
|
69714
69779
|
spacesWithExemptions?: Maybe<Array<Maybe<SpaceWithExemption>>>;
|
|
69780
|
+
sqlSlowQueryLogs: Array<SqlSlowQueryLogsResponse>;
|
|
69715
69781
|
stalePages?: Maybe<PaginatedStalePagePayloadList>;
|
|
69716
69782
|
suggest?: Maybe<QuerySuggestionApi>;
|
|
69717
69783
|
suggestedSpaces?: Maybe<PaginatedSpaceList>;
|
|
@@ -72081,6 +72147,11 @@ export declare type QuerySpacesArgs = {
|
|
|
72081
72147
|
export declare type QuerySpacesWithExemptionsArgs = {
|
|
72082
72148
|
spaceIds?: InputMaybe<Array<InputMaybe<Scalars['Long']['input']>>>;
|
|
72083
72149
|
};
|
|
72150
|
+
export declare type QuerySqlSlowQueryLogsArgs = {
|
|
72151
|
+
installationId: Scalars['ID']['input'];
|
|
72152
|
+
interval: QueryInterval;
|
|
72153
|
+
queryType: Array<QueryType>;
|
|
72154
|
+
};
|
|
72084
72155
|
export declare type QueryStalePagesArgs = {
|
|
72085
72156
|
cursor?: InputMaybe<Scalars['String']['input']>;
|
|
72086
72157
|
includePagesWithChildren?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -72268,6 +72339,10 @@ export declare type QueryErrorExtension = {
|
|
|
72268
72339
|
errorType?: Maybe<Scalars['String']['output']>;
|
|
72269
72340
|
statusCode?: Maybe<Scalars['Int']['output']>;
|
|
72270
72341
|
};
|
|
72342
|
+
export declare type QueryInterval = {
|
|
72343
|
+
endTime: Scalars['String']['input'];
|
|
72344
|
+
startTime: Scalars['String']['input'];
|
|
72345
|
+
};
|
|
72271
72346
|
export declare type QueryPayload = {
|
|
72272
72347
|
errors?: Maybe<Array<QueryError>>;
|
|
72273
72348
|
success: Scalars['Boolean']['output'];
|
|
@@ -72303,6 +72378,14 @@ export declare type QuerySuggestionResultNode = {
|
|
|
72303
72378
|
title?: Maybe<Scalars['String']['output']>;
|
|
72304
72379
|
type?: Maybe<Scalars['String']['output']>;
|
|
72305
72380
|
};
|
|
72381
|
+
export declare enum QueryType {
|
|
72382
|
+
All = "ALL",
|
|
72383
|
+
Delete = "DELETE",
|
|
72384
|
+
Insert = "INSERT",
|
|
72385
|
+
Other = "OTHER",
|
|
72386
|
+
Select = "SELECT",
|
|
72387
|
+
Update = "UPDATE"
|
|
72388
|
+
}
|
|
72306
72389
|
export declare type QuickReload = {
|
|
72307
72390
|
__typename?: 'QuickReload';
|
|
72308
72391
|
comments: Array<QuickReloadComment>;
|
|
@@ -72471,6 +72554,7 @@ export declare type RadarPosition = Node & RadarEntity & {
|
|
|
72471
72554
|
entityId: Scalars['ID']['output'];
|
|
72472
72555
|
fieldValues: Array<RadarFieldValueIdPair>;
|
|
72473
72556
|
id: Scalars['ID']['output'];
|
|
72557
|
+
isManager: Scalars['Boolean']['output'];
|
|
72474
72558
|
manager?: Maybe<RadarPosition>;
|
|
72475
72559
|
reportingLine?: Maybe<Array<RadarPosition>>;
|
|
72476
72560
|
type?: Maybe<RadarEntityType>;
|
|
@@ -73652,6 +73736,15 @@ export declare enum RoleAssignmentPrincipalType {
|
|
|
73652
73736
|
Team = "TEAM",
|
|
73653
73737
|
User = "USER"
|
|
73654
73738
|
}
|
|
73739
|
+
export declare type SqlSlowQueryLogsResponse = {
|
|
73740
|
+
__typename?: 'SQLSlowQueryLogsResponse';
|
|
73741
|
+
avgQueryExecutionTime: Scalars['Float']['output'];
|
|
73742
|
+
percentileQueryExecutionTime: Scalars['Float']['output'];
|
|
73743
|
+
query: Scalars['String']['output'];
|
|
73744
|
+
queryCount: Scalars['Int']['output'];
|
|
73745
|
+
rowsReturned: Scalars['Int']['output'];
|
|
73746
|
+
rowsScanned: Scalars['Int']['output'];
|
|
73747
|
+
};
|
|
73655
73748
|
export declare type Sandbox = {
|
|
73656
73749
|
__typename?: 'Sandbox';
|
|
73657
73750
|
events: Array<SandboxEvent>;
|
|
@@ -80339,14 +80432,10 @@ export declare type TrelloCreatePlannerCalendarEventInput = {
|
|
|
80339
80432
|
providerAccountId: Scalars['ID']['input'];
|
|
80340
80433
|
};
|
|
80341
80434
|
export declare type TrelloCreatePlannerCalendarEventOptions = {
|
|
80342
|
-
|
|
80343
|
-
description?: InputMaybe<Scalars['String']['input']>;
|
|
80435
|
+
cardId?: InputMaybe<Scalars['ID']['input']>;
|
|
80344
80436
|
end: Scalars['DateTime']['input'];
|
|
80345
|
-
eventType?: InputMaybe<TrelloPlannerCalendarEventType>;
|
|
80346
|
-
readOnly?: InputMaybe<Scalars['Boolean']['input']>;
|
|
80347
80437
|
start: Scalars['DateTime']['input'];
|
|
80348
80438
|
title: Scalars['String']['input'];
|
|
80349
|
-
visibility?: InputMaybe<TrelloPlannerCalendarEventVisibility>;
|
|
80350
80439
|
};
|
|
80351
80440
|
export declare type TrelloCreatePlannerCalendarEventPayload = Payload & {
|
|
80352
80441
|
__typename?: 'TrelloCreatePlannerCalendarEventPayload';
|
|
@@ -80922,8 +81011,8 @@ export declare enum TrelloPlannerCalendarEventStatus {
|
|
|
80922
81011
|
}
|
|
80923
81012
|
export declare enum TrelloPlannerCalendarEventType {
|
|
80924
81013
|
Default = "DEFAULT",
|
|
80925
|
-
|
|
80926
|
-
|
|
81014
|
+
OutOfOffice = "OUT_OF_OFFICE",
|
|
81015
|
+
PlannerEvent = "PLANNER_EVENT"
|
|
80927
81016
|
}
|
|
80928
81017
|
export declare enum TrelloPlannerCalendarEventVisibility {
|
|
80929
81018
|
Default = "DEFAULT",
|
|
@@ -81734,7 +81823,7 @@ export declare type UnifiedLearning = UnifiedINode & {
|
|
|
81734
81823
|
recentCoursesBadges?: Maybe<UnifiedUProfileBadgesResult>;
|
|
81735
81824
|
};
|
|
81736
81825
|
export declare type UnifiedLearningCertificationsArgs = {
|
|
81737
|
-
after?: InputMaybe<Scalars['
|
|
81826
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
81738
81827
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
81739
81828
|
sortDirection?: InputMaybe<UnifiedSortDirection>;
|
|
81740
81829
|
sortField?: InputMaybe<UnifiedLearningCertificationSortField>;
|