@forge/cli-shared 5.1.0-next.2 → 5.1.0-next.3
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
|
@@ -2510,6 +2510,7 @@ export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingArgs = {
|
|
|
2510
2510
|
};
|
|
2511
2511
|
export declare type CcpEntitlementExperienceCapabilitiesChangeOfferingV2Args = {
|
|
2512
2512
|
offeringKey?: InputMaybe<Scalars['ID']['input']>;
|
|
2513
|
+
skipTrial?: InputMaybe<Scalars['Boolean']['input']>;
|
|
2513
2514
|
};
|
|
2514
2515
|
export declare type CcpEntitlementPreDunning = CommerceEntitlementPreDunning & {
|
|
2515
2516
|
__typename?: 'CcpEntitlementPreDunning';
|
|
@@ -27726,9 +27727,10 @@ export declare type HelpLayoutAnnouncementElementData = {
|
|
|
27726
27727
|
export declare type HelpLayoutAnnouncementInput = {
|
|
27727
27728
|
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
27728
27729
|
};
|
|
27729
|
-
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
27730
|
+
export declare type HelpLayoutAtomicElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement;
|
|
27730
27731
|
export declare type HelpLayoutAtomicElementInput = {
|
|
27731
27732
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
27733
|
+
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
27732
27734
|
elementTypeKey: HelpLayoutAtomicElementKey;
|
|
27733
27735
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
27734
27736
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
@@ -27741,6 +27743,7 @@ export declare type HelpLayoutAtomicElementInput = {
|
|
|
27741
27743
|
};
|
|
27742
27744
|
export declare enum HelpLayoutAtomicElementKey {
|
|
27743
27745
|
Announcement = "ANNOUNCEMENT",
|
|
27746
|
+
Editor = "EDITOR",
|
|
27744
27747
|
Heading = "HEADING",
|
|
27745
27748
|
Hero = "HERO",
|
|
27746
27749
|
Image = "IMAGE",
|
|
@@ -27797,13 +27800,25 @@ export declare type HelpLayoutCreationInput = {
|
|
|
27797
27800
|
parentAri: Scalars['ID']['input'];
|
|
27798
27801
|
sections: Array<HelpLayoutSectionInput>;
|
|
27799
27802
|
};
|
|
27800
|
-
export declare type
|
|
27803
|
+
export declare type HelpLayoutEditorElement = HelpLayoutVisualEntity & Node & {
|
|
27804
|
+
__typename?: 'HelpLayoutEditorElement';
|
|
27805
|
+
adf?: Maybe<Scalars['String']['output']>;
|
|
27806
|
+
elementType?: Maybe<HelpLayoutAtomicElementType>;
|
|
27807
|
+
id: Scalars['ID']['output'];
|
|
27808
|
+
visualConfig?: Maybe<HelpLayoutVisualConfig>;
|
|
27809
|
+
};
|
|
27810
|
+
export declare type HelpLayoutEditorInput = {
|
|
27811
|
+
adf: Scalars['String']['input'];
|
|
27812
|
+
visualConfig?: InputMaybe<HelpLayoutVisualConfigInput>;
|
|
27813
|
+
};
|
|
27814
|
+
export declare type HelpLayoutElement = HelpLayoutAnnouncementElement | HelpLayoutEditorElement | HelpLayoutHeadingAtomicElement | HelpLayoutHeroElement | HelpLayoutImageAtomicElement | HelpLayoutLinkCardCompositeElement | HelpLayoutParagraphAtomicElement | HelpLayoutPortalsListElement | HelpLayoutSearchAtomicElement | HelpLayoutSuggestedRequestFormsListElement | HelpLayoutTopicsListElement | QueryError;
|
|
27801
27815
|
export declare enum HelpLayoutElementCategory {
|
|
27802
27816
|
Basic = "BASIC",
|
|
27803
27817
|
Navigation = "NAVIGATION"
|
|
27804
27818
|
}
|
|
27805
27819
|
export declare type HelpLayoutElementInput = {
|
|
27806
27820
|
announcementInput?: InputMaybe<HelpLayoutAnnouncementInput>;
|
|
27821
|
+
editorInput?: InputMaybe<HelpLayoutEditorInput>;
|
|
27807
27822
|
elementTypeKey: HelpLayoutElementKey;
|
|
27808
27823
|
headingConfigInput?: InputMaybe<HelpLayoutHeadingConfigInput>;
|
|
27809
27824
|
heroElementInput?: InputMaybe<HelpLayoutHeroElementInput>;
|
|
@@ -27817,6 +27832,7 @@ export declare type HelpLayoutElementInput = {
|
|
|
27817
27832
|
};
|
|
27818
27833
|
export declare enum HelpLayoutElementKey {
|
|
27819
27834
|
Announcement = "ANNOUNCEMENT",
|
|
27835
|
+
Editor = "EDITOR",
|
|
27820
27836
|
Heading = "HEADING",
|
|
27821
27837
|
Hero = "HERO",
|
|
27822
27838
|
Image = "IMAGE",
|
|
@@ -42618,6 +42634,11 @@ export declare type JsmChatCreateConversationResponse = {
|
|
|
42618
42634
|
__typename?: 'JsmChatCreateConversationResponse';
|
|
42619
42635
|
id: Scalars['ID']['output'];
|
|
42620
42636
|
};
|
|
42637
|
+
export declare type JsmChatDeleteSlackChannelMappingOutput = {
|
|
42638
|
+
__typename?: 'JsmChatDeleteSlackChannelMappingOutput';
|
|
42639
|
+
message?: Maybe<Scalars['String']['output']>;
|
|
42640
|
+
status?: Maybe<Scalars['Boolean']['output']>;
|
|
42641
|
+
};
|
|
42621
42642
|
export declare type JsmChatDisconnectJiraProjectInput = {
|
|
42622
42643
|
activationId: Scalars['ID']['input'];
|
|
42623
42644
|
projectId: Scalars['ID']['input'];
|
|
@@ -42697,6 +42718,7 @@ export declare type JsmChatMutation = {
|
|
|
42697
42718
|
createComment?: Maybe<JsmChatCreateCommentOutput>;
|
|
42698
42719
|
createConversation?: Maybe<JsmChatCreateConversationPayload>;
|
|
42699
42720
|
createConversationMessage?: Maybe<JsmChatCreateConversationMessagePayload>;
|
|
42721
|
+
deleteSlackChannelMapping: JsmChatDeleteSlackChannelMappingOutput;
|
|
42700
42722
|
disconnectJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
42701
42723
|
disconnectMsTeamsJiraProject?: Maybe<JsmChatDisconnectJiraProjectResponse>;
|
|
42702
42724
|
updateChannelSettings: JsmChatUpdateChannelSettingsOutput;
|
|
@@ -42727,6 +42749,10 @@ export declare type JsmChatMutationCreateConversationMessageArgs = {
|
|
|
42727
42749
|
input: JsmChatCreateConversationMessageInput;
|
|
42728
42750
|
workspaceAri: Scalars['ID']['input'];
|
|
42729
42751
|
};
|
|
42752
|
+
export declare type JsmChatMutationDeleteSlackChannelMappingArgs = {
|
|
42753
|
+
jiraProjectAri: Scalars['ID']['input'];
|
|
42754
|
+
slackChannelAri: Scalars['ID']['input'];
|
|
42755
|
+
};
|
|
42730
42756
|
export declare type JsmChatMutationDisconnectJiraProjectArgs = {
|
|
42731
42757
|
input: JsmChatDisconnectJiraProjectInput;
|
|
42732
42758
|
};
|
|
@@ -43768,17 +43794,17 @@ export declare type MarketplaceConsoleDevSpaceProgramEnrollment = {
|
|
|
43768
43794
|
};
|
|
43769
43795
|
export declare type MarketplaceConsoleDevSpaceSupportAvailability = {
|
|
43770
43796
|
__typename?: 'MarketplaceConsoleDevSpaceSupportAvailability';
|
|
43771
|
-
availableFrom
|
|
43772
|
-
availableTo
|
|
43773
|
-
days?: Maybe<Array<
|
|
43774
|
-
holidays?: Maybe<Array<
|
|
43775
|
-
timezone
|
|
43797
|
+
availableFrom: Scalars['String']['output'];
|
|
43798
|
+
availableTo: Scalars['String']['output'];
|
|
43799
|
+
days?: Maybe<Array<Scalars['String']['output']>>;
|
|
43800
|
+
holidays?: Maybe<Array<MarketplaceConsoleDevSpaceSupportContactHoliday>>;
|
|
43801
|
+
timezone: Scalars['String']['output'];
|
|
43776
43802
|
};
|
|
43777
43803
|
export declare type MarketplaceConsoleDevSpaceSupportContactHoliday = {
|
|
43778
43804
|
__typename?: 'MarketplaceConsoleDevSpaceSupportContactHoliday';
|
|
43779
|
-
date
|
|
43780
|
-
repeatAnnually
|
|
43781
|
-
title
|
|
43805
|
+
date: Scalars['String']['output'];
|
|
43806
|
+
repeatAnnually: Scalars['Boolean']['output'];
|
|
43807
|
+
title: Scalars['String']['output'];
|
|
43782
43808
|
};
|
|
43783
43809
|
export declare type MarketplaceConsoleDevSpaceSupportDetails = {
|
|
43784
43810
|
__typename?: 'MarketplaceConsoleDevSpaceSupportDetails';
|
|
@@ -43787,6 +43813,7 @@ export declare type MarketplaceConsoleDevSpaceSupportDetails = {
|
|
|
43787
43813
|
contactName?: Maybe<Scalars['String']['output']>;
|
|
43788
43814
|
contactPhone?: Maybe<Scalars['String']['output']>;
|
|
43789
43815
|
emergencyContact?: Maybe<Scalars['String']['output']>;
|
|
43816
|
+
slaUrl?: Maybe<Scalars['String']['output']>;
|
|
43790
43817
|
targetResponseTimeInHrs?: Maybe<Scalars['Int']['output']>;
|
|
43791
43818
|
url?: Maybe<Scalars['String']['output']>;
|
|
43792
43819
|
};
|
|
@@ -50757,6 +50784,7 @@ export declare type SearchResultSlackMessage = SearchResult & {
|
|
|
50757
50784
|
iconUrl?: Maybe<Scalars['URL']['output']>;
|
|
50758
50785
|
id: Scalars['ID']['output'];
|
|
50759
50786
|
lastModifiedDate?: Maybe<Scalars['String']['output']>;
|
|
50787
|
+
mentions?: Maybe<Array<ThirdPartyUser>>;
|
|
50760
50788
|
scoreL2Ranker?: Maybe<Scalars['Float']['output']>;
|
|
50761
50789
|
title: Scalars['String']['output'];
|
|
50762
50790
|
type: SearchResultType;
|
|
@@ -55384,9 +55412,66 @@ export declare type UnifiedAtlassianProductEdge = UnifiedIEdge & {
|
|
|
55384
55412
|
};
|
|
55385
55413
|
export declare type UnifiedForums = UnifiedINode & {
|
|
55386
55414
|
__typename?: 'UnifiedForums';
|
|
55415
|
+
badges?: Maybe<UnifiedUForumsBadgesResult>;
|
|
55416
|
+
groups?: Maybe<UnifiedUForumsGroupsResult>;
|
|
55387
55417
|
id: Scalars['ID']['output'];
|
|
55388
55418
|
snapshot?: Maybe<UnifiedUForumsSnapshotResult>;
|
|
55389
55419
|
};
|
|
55420
|
+
export declare type UnifiedForumsBadgesArgs = {
|
|
55421
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55422
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55423
|
+
};
|
|
55424
|
+
export declare type UnifiedForumsGroupsArgs = {
|
|
55425
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55426
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55427
|
+
};
|
|
55428
|
+
export declare type UnifiedForumsBadge = UnifiedIBadge & UnifiedINode & {
|
|
55429
|
+
__typename?: 'UnifiedForumsBadge';
|
|
55430
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
55431
|
+
id: Scalars['ID']['output'];
|
|
55432
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
55433
|
+
lastCompletedDate?: Maybe<Scalars['String']['output']>;
|
|
55434
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55435
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
55436
|
+
};
|
|
55437
|
+
export declare type UnifiedForumsBadgeEdge = UnifiedIEdge & {
|
|
55438
|
+
__typename?: 'UnifiedForumsBadgeEdge';
|
|
55439
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
55440
|
+
node?: Maybe<UnifiedForumsBadge>;
|
|
55441
|
+
};
|
|
55442
|
+
export declare type UnifiedForumsBadgesConnection = UnifiedIConnection & {
|
|
55443
|
+
__typename?: 'UnifiedForumsBadgesConnection';
|
|
55444
|
+
edges?: Maybe<Array<Maybe<UnifiedForumsBadgeEdge>>>;
|
|
55445
|
+
pageInfo: UnifiedPageInfo;
|
|
55446
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
55447
|
+
};
|
|
55448
|
+
export declare type UnifiedForumsGroup = UnifiedINode & {
|
|
55449
|
+
__typename?: 'UnifiedForumsGroup';
|
|
55450
|
+
avatar?: Maybe<UnifiedForumsGroupAvatar>;
|
|
55451
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
55452
|
+
groupMemberCount?: Maybe<Scalars['Int']['output']>;
|
|
55453
|
+
id: Scalars['ID']['output'];
|
|
55454
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
55455
|
+
viewHref?: Maybe<Scalars['String']['output']>;
|
|
55456
|
+
};
|
|
55457
|
+
export declare type UnifiedForumsGroupAvatar = {
|
|
55458
|
+
__typename?: 'UnifiedForumsGroupAvatar';
|
|
55459
|
+
largeHref?: Maybe<Scalars['String']['output']>;
|
|
55460
|
+
mediumHref?: Maybe<Scalars['String']['output']>;
|
|
55461
|
+
smallHref?: Maybe<Scalars['String']['output']>;
|
|
55462
|
+
tinyHref?: Maybe<Scalars['String']['output']>;
|
|
55463
|
+
};
|
|
55464
|
+
export declare type UnifiedForumsGroupEdge = UnifiedIEdge & {
|
|
55465
|
+
__typename?: 'UnifiedForumsGroupEdge';
|
|
55466
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
55467
|
+
node?: Maybe<UnifiedForumsGroup>;
|
|
55468
|
+
};
|
|
55469
|
+
export declare type UnifiedForumsGroupsConnection = UnifiedIConnection & {
|
|
55470
|
+
__typename?: 'UnifiedForumsGroupsConnection';
|
|
55471
|
+
edges?: Maybe<Array<Maybe<UnifiedForumsGroupEdge>>>;
|
|
55472
|
+
pageInfo: UnifiedPageInfo;
|
|
55473
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
55474
|
+
};
|
|
55390
55475
|
export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
55391
55476
|
__typename?: 'UnifiedForumsSnapshot';
|
|
55392
55477
|
acceptedAnswersCreated?: Maybe<Scalars['Int']['output']>;
|
|
@@ -55408,10 +55493,14 @@ export declare type UnifiedForumsSnapshot = UnifiedINode & {
|
|
|
55408
55493
|
};
|
|
55409
55494
|
export declare type UnifiedGamification = UnifiedINode & {
|
|
55410
55495
|
__typename?: 'UnifiedGamification';
|
|
55411
|
-
badges?: Maybe<
|
|
55496
|
+
badges?: Maybe<UnifiedUGamificationBadgesResult>;
|
|
55412
55497
|
id: Scalars['ID']['output'];
|
|
55413
55498
|
};
|
|
55414
|
-
export declare type
|
|
55499
|
+
export declare type UnifiedGamificationBadgesArgs = {
|
|
55500
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55501
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55502
|
+
};
|
|
55503
|
+
export declare type UnifiedGamificationBadge = UnifiedIBadge & UnifiedINode & {
|
|
55415
55504
|
__typename?: 'UnifiedGamificationBadge';
|
|
55416
55505
|
description?: Maybe<Scalars['String']['output']>;
|
|
55417
55506
|
id: Scalars['ID']['output'];
|
|
@@ -55420,6 +55509,24 @@ export declare type UnifiedGamificationBadge = UnifiedINode & {
|
|
|
55420
55509
|
name?: Maybe<Scalars['String']['output']>;
|
|
55421
55510
|
type?: Maybe<Scalars['String']['output']>;
|
|
55422
55511
|
};
|
|
55512
|
+
export declare type UnifiedGamificationBadgeEdge = UnifiedIEdge & {
|
|
55513
|
+
__typename?: 'UnifiedGamificationBadgeEdge';
|
|
55514
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
55515
|
+
node?: Maybe<UnifiedGamificationBadge>;
|
|
55516
|
+
};
|
|
55517
|
+
export declare type UnifiedGamificationBadgesConnection = UnifiedIConnection & {
|
|
55518
|
+
__typename?: 'UnifiedGamificationBadgesConnection';
|
|
55519
|
+
edges?: Maybe<Array<Maybe<UnifiedGamificationBadgeEdge>>>;
|
|
55520
|
+
pageInfo: UnifiedPageInfo;
|
|
55521
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
55522
|
+
};
|
|
55523
|
+
export declare type UnifiedIBadge = {
|
|
55524
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
55525
|
+
id: Scalars['ID']['output'];
|
|
55526
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
55527
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55528
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
55529
|
+
};
|
|
55423
55530
|
export declare type UnifiedIConnection = {
|
|
55424
55531
|
edges?: Maybe<Array<Maybe<UnifiedIEdge>>>;
|
|
55425
55532
|
pageInfo: UnifiedPageInfo;
|
|
@@ -55549,6 +55656,7 @@ export declare type UnifiedPayload = {
|
|
|
55549
55656
|
};
|
|
55550
55657
|
export declare type UnifiedProfile = UnifiedINode & {
|
|
55551
55658
|
__typename?: 'UnifiedProfile';
|
|
55659
|
+
badges?: Maybe<UnifiedProfileBadgesConnection>;
|
|
55552
55660
|
bio?: Maybe<Scalars['String']['output']>;
|
|
55553
55661
|
company?: Maybe<Scalars['String']['output']>;
|
|
55554
55662
|
forums?: Maybe<UnifiedUForumsResult>;
|
|
@@ -55568,6 +55676,30 @@ export declare type UnifiedProfile = UnifiedINode & {
|
|
|
55568
55676
|
xUrl?: Maybe<Scalars['String']['output']>;
|
|
55569
55677
|
youtubeUrl?: Maybe<Scalars['String']['output']>;
|
|
55570
55678
|
};
|
|
55679
|
+
export declare type UnifiedProfileBadgesArgs = {
|
|
55680
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
55681
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
55682
|
+
};
|
|
55683
|
+
export declare type UnifiedProfileBadge = UnifiedIBadge & UnifiedINode & {
|
|
55684
|
+
__typename?: 'UnifiedProfileBadge';
|
|
55685
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
55686
|
+
id: Scalars['ID']['output'];
|
|
55687
|
+
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
55688
|
+
lastCompletedDate?: Maybe<Scalars['String']['output']>;
|
|
55689
|
+
name?: Maybe<Scalars['String']['output']>;
|
|
55690
|
+
type?: Maybe<Scalars['String']['output']>;
|
|
55691
|
+
};
|
|
55692
|
+
export declare type UnifiedProfileBadgeEdge = UnifiedIEdge & {
|
|
55693
|
+
__typename?: 'UnifiedProfileBadgeEdge';
|
|
55694
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
55695
|
+
node?: Maybe<UnifiedProfileBadge>;
|
|
55696
|
+
};
|
|
55697
|
+
export declare type UnifiedProfileBadgesConnection = UnifiedIConnection & {
|
|
55698
|
+
__typename?: 'UnifiedProfileBadgesConnection';
|
|
55699
|
+
edges?: Maybe<Array<Maybe<UnifiedProfileBadgeEdge>>>;
|
|
55700
|
+
pageInfo: UnifiedPageInfo;
|
|
55701
|
+
totalCount?: Maybe<Scalars['Int']['output']>;
|
|
55702
|
+
};
|
|
55571
55703
|
export declare type UnifiedProfileInput = {
|
|
55572
55704
|
bio?: InputMaybe<Scalars['String']['input']>;
|
|
55573
55705
|
company?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -55646,12 +55778,15 @@ export declare type UnifiedRecentCourseEdge = UnifiedIEdge & {
|
|
|
55646
55778
|
};
|
|
55647
55779
|
export declare type UnifiedUAccountResult = UnifiedAccount | UnifiedQueryError;
|
|
55648
55780
|
export declare type UnifiedUAtlassianProductResult = UnifiedAtlassianProductConnection | UnifiedQueryError;
|
|
55781
|
+
export declare type UnifiedUForumsBadgesResult = UnifiedForumsBadgesConnection | UnifiedQueryError;
|
|
55782
|
+
export declare type UnifiedUForumsGroupsResult = UnifiedForumsGroupsConnection | UnifiedQueryError;
|
|
55649
55783
|
export declare type UnifiedUForumsResult = UnifiedForums | UnifiedQueryError;
|
|
55650
55784
|
export declare type UnifiedUForumsSnapshotResult = UnifiedForumsSnapshot | UnifiedQueryError;
|
|
55651
|
-
export declare type
|
|
55785
|
+
export declare type UnifiedUGamificationBadgesResult = UnifiedGamificationBadgesConnection | UnifiedQueryError;
|
|
55652
55786
|
export declare type UnifiedUGamificationResult = UnifiedGamification | UnifiedQueryError;
|
|
55653
55787
|
export declare type UnifiedULearningCertificationResult = UnifiedLearningCertificationConnection | UnifiedQueryError;
|
|
55654
55788
|
export declare type UnifiedULearningResult = UnifiedLearning | UnifiedQueryError;
|
|
55789
|
+
export declare type UnifiedUProfileBadgesResult = UnifiedProfileBadgesConnection | UnifiedQueryError;
|
|
55655
55790
|
export declare type UnifiedUProfileResult = UnifiedProfile | UnifiedQueryError;
|
|
55656
55791
|
export declare type UnifiedURecentCourseResult = UnifiedQueryError | UnifiedRecentCourseConnection;
|
|
55657
55792
|
export declare type UnlinkExternalSourceInput = {
|