@forge/cli-shared 8.9.1-next.1 → 8.9.1-next.2
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
|
@@ -9272,7 +9272,12 @@ export declare enum ChannelPlatformEventType {
|
|
|
9272
9272
|
ConferenceInitiated = "CONFERENCE_INITIATED",
|
|
9273
9273
|
ConferenceResponse = "CONFERENCE_RESPONSE",
|
|
9274
9274
|
CustomChatClosed = "CUSTOM_CHAT_CLOSED",
|
|
9275
|
-
|
|
9275
|
+
CustomPhoneClosed = "CUSTOM_PHONE_CLOSED",
|
|
9276
|
+
Hold = "HOLD",
|
|
9277
|
+
Initiated = "INITIATED",
|
|
9278
|
+
Mute = "MUTE",
|
|
9279
|
+
Resume = "RESUME",
|
|
9280
|
+
Unmute = "UNMUTE"
|
|
9276
9281
|
}
|
|
9277
9282
|
export declare type ChannelPlatformGetChannelTokenRequest = {
|
|
9278
9283
|
channelType?: InputMaybe<ChannelPlatformChannelType>;
|
|
@@ -16594,6 +16599,7 @@ export declare type ConfluenceDeleteCommentPayload = {
|
|
|
16594
16599
|
success: Scalars['Boolean']['output'];
|
|
16595
16600
|
};
|
|
16596
16601
|
export declare type ConfluenceDeleteContentVersionInput = {
|
|
16602
|
+
contentId: Scalars['ID']['input'];
|
|
16597
16603
|
versionNumber?: InputMaybe<Scalars['Int']['input']>;
|
|
16598
16604
|
};
|
|
16599
16605
|
export declare type ConfluenceDeleteContentVersionPayload = Payload & {
|
|
@@ -18672,6 +18678,7 @@ export declare type ConfluenceQuestionsConfiguration = {
|
|
|
18672
18678
|
__typename?: 'ConfluenceQuestionsConfiguration';
|
|
18673
18679
|
confluenceQuestionsGlobalSpaceId?: Maybe<Scalars['ID']['output']>;
|
|
18674
18680
|
confluenceQuestionsGlobalSpaceKey?: Maybe<Scalars['String']['output']>;
|
|
18681
|
+
hasConfluenceQuestionsAccess?: Maybe<Scalars['Boolean']['output']>;
|
|
18675
18682
|
isConfluenceQuestionsEnabled?: Maybe<Scalars['Boolean']['output']>;
|
|
18676
18683
|
isConfluenceQuestionsLicensed?: Maybe<Scalars['Boolean']['output']>;
|
|
18677
18684
|
};
|
|
@@ -22499,6 +22506,7 @@ export declare type ConvoAiErrorMessage = ConvoAiAgentMessage & {
|
|
|
22499
22506
|
};
|
|
22500
22507
|
export declare type ConvoAiHomeThread = {
|
|
22501
22508
|
__typename?: 'ConvoAiHomeThread';
|
|
22509
|
+
conversationStarters?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
22502
22510
|
id?: Maybe<Scalars['String']['output']>;
|
|
22503
22511
|
sources?: Maybe<Array<Maybe<ConvoAiHomeThreadSource>>>;
|
|
22504
22512
|
suggestedActions?: Maybe<Array<Maybe<ConvoAiHomeThreadSuggestedAction>>>;
|
|
@@ -27288,9 +27296,7 @@ export declare type DevConsoleTransactionAccountData = {
|
|
|
27288
27296
|
};
|
|
27289
27297
|
export declare type DevConsoleTransactionAccountPaymentMethod = {
|
|
27290
27298
|
__typename?: 'DevConsoleTransactionAccountPaymentMethod';
|
|
27291
|
-
currency?: Maybe<Scalars['String']['output']>;
|
|
27292
27299
|
status?: Maybe<DevConsoleTransactionAccountPaymentMethodStatus>;
|
|
27293
|
-
type?: Maybe<Scalars['String']['output']>;
|
|
27294
27300
|
};
|
|
27295
27301
|
export declare enum DevConsoleTransactionAccountPaymentMethodStatus {
|
|
27296
27302
|
Active = "ACTIVE",
|
|
@@ -79704,6 +79710,7 @@ export declare type JiraResource = {
|
|
|
79704
79710
|
export declare enum JiraResourceIntegration {
|
|
79705
79711
|
Attachment = "ATTACHMENT",
|
|
79706
79712
|
Confluence = "CONFLUENCE",
|
|
79713
|
+
Gdrive = "GDRIVE",
|
|
79707
79714
|
Loom = "LOOM",
|
|
79708
79715
|
Whiteboard = "WHITEBOARD"
|
|
79709
79716
|
}
|
|
@@ -87238,6 +87245,16 @@ export declare type KnowledgeDiscoveryNaturalLanguageIntent = KnowledgeDiscovery
|
|
|
87238
87245
|
subTypes: Array<KnowledgeDiscoveryQuerySubType>;
|
|
87239
87246
|
transformedQuery: Scalars['String']['output'];
|
|
87240
87247
|
};
|
|
87248
|
+
export declare type KnowledgeDiscoveryNavContentIntent = KnowledgeDiscoveryIntent & {
|
|
87249
|
+
__typename?: 'KnowledgeDiscoveryNavContentIntent';
|
|
87250
|
+
classification: KnowledgeDiscoveryQueryClassification;
|
|
87251
|
+
createdAt: Scalars['String']['output'];
|
|
87252
|
+
detectionType: KnowledgeDiscoveryDetectionType;
|
|
87253
|
+
subTypes: Array<KnowledgeDiscoveryQuerySubType>;
|
|
87254
|
+
title: Scalars['String']['output'];
|
|
87255
|
+
transformedQuery: Scalars['String']['output'];
|
|
87256
|
+
url: Scalars['String']['output'];
|
|
87257
|
+
};
|
|
87241
87258
|
export declare type KnowledgeDiscoveryNavigationalIntent = KnowledgeDiscoveryIntent & {
|
|
87242
87259
|
__typename?: 'KnowledgeDiscoveryNavigationalIntent';
|
|
87243
87260
|
classification: KnowledgeDiscoveryQueryClassification;
|
|
@@ -87421,7 +87438,9 @@ export declare enum KnowledgeDiscoveryQueryClassification {
|
|
|
87421
87438
|
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
87422
87439
|
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
87423
87440
|
Navigational = "NAVIGATIONAL",
|
|
87441
|
+
NavContent = "NAV_CONTENT",
|
|
87424
87442
|
None = "NONE",
|
|
87443
|
+
OrgChart = "ORG_CHART",
|
|
87425
87444
|
Person = "PERSON",
|
|
87426
87445
|
Team = "TEAM",
|
|
87427
87446
|
Topic = "TOPIC"
|
|
@@ -89420,6 +89439,14 @@ export declare type MarketplaceConsoleMakeAppVersionPublicRequest = {
|
|
|
89420
89439
|
tagLine?: InputMaybe<Scalars['String']['input']>;
|
|
89421
89440
|
youtubeId?: InputMaybe<Scalars['String']['input']>;
|
|
89422
89441
|
};
|
|
89442
|
+
export declare type MarketplaceConsoleMakerContact = {
|
|
89443
|
+
__typename?: 'MarketplaceConsoleMakerContact';
|
|
89444
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
89445
|
+
email?: Maybe<Scalars['String']['output']>;
|
|
89446
|
+
permissions?: Maybe<Array<Scalars['String']['output']>>;
|
|
89447
|
+
roles?: Maybe<Array<Scalars['String']['output']>>;
|
|
89448
|
+
userName?: Maybe<Scalars['String']['output']>;
|
|
89449
|
+
};
|
|
89423
89450
|
export declare type MarketplaceConsoleMakerContactCreateInput = {
|
|
89424
89451
|
contactPayload: MarketplaceConsoleMakerContactPayload;
|
|
89425
89452
|
email: Scalars['String']['input'];
|
|
@@ -89429,6 +89456,10 @@ export declare type MarketplaceConsoleMakerContactDeleteInput = {
|
|
|
89429
89456
|
accountId: Scalars['ID']['input'];
|
|
89430
89457
|
partnerId: Scalars['ID']['input'];
|
|
89431
89458
|
};
|
|
89459
|
+
export declare type MarketplaceConsoleMakerContactFilters = {
|
|
89460
|
+
role?: InputMaybe<Scalars['String']['input']>;
|
|
89461
|
+
search?: InputMaybe<Scalars['String']['input']>;
|
|
89462
|
+
};
|
|
89432
89463
|
export declare type MarketplaceConsoleMakerContactPayload = {
|
|
89433
89464
|
permissions: Array<Scalars['String']['input']>;
|
|
89434
89465
|
roles: Array<Scalars['String']['input']>;
|
|
@@ -89439,6 +89470,12 @@ export declare type MarketplaceConsoleMakerContactUpdateInput = {
|
|
|
89439
89470
|
contactPayload: MarketplaceConsoleMakerContactPayload;
|
|
89440
89471
|
partnerId: Scalars['ID']['input'];
|
|
89441
89472
|
};
|
|
89473
|
+
export declare type MarketplaceConsoleMakerContactsQueryResponse = MarketplaceConsoleKnownError | MarketplaceConsoleMakerContactsResponse;
|
|
89474
|
+
export declare type MarketplaceConsoleMakerContactsResponse = {
|
|
89475
|
+
__typename?: 'MarketplaceConsoleMakerContactsResponse';
|
|
89476
|
+
count: Scalars['Int']['output'];
|
|
89477
|
+
makerContacts: Array<Maybe<MarketplaceConsoleMakerContact>>;
|
|
89478
|
+
};
|
|
89442
89479
|
export declare type MarketplaceConsoleMutationApi = {
|
|
89443
89480
|
__typename?: 'MarketplaceConsoleMutationApi';
|
|
89444
89481
|
activateEditions?: Maybe<MarketplaceConsoleEditionsActivation>;
|
|
@@ -89803,6 +89840,7 @@ export declare type MarketplaceConsoleQueryApi = {
|
|
|
89803
89840
|
editions?: Maybe<Array<Maybe<MarketplaceConsoleEdition>>>;
|
|
89804
89841
|
editionsActivationStatus?: Maybe<MarketplaceConsoleEditionsActivationResponse>;
|
|
89805
89842
|
getBulkProductMigration?: Maybe<MarketplaceConsoleBulkProductMigrationResponse>;
|
|
89843
|
+
getMakerContacts?: Maybe<MarketplaceConsoleMakerContactsQueryResponse>;
|
|
89806
89844
|
makeAppVersionPublicChecks?: Maybe<MarketplaceConsoleMakeAppVersionPublicChecks>;
|
|
89807
89845
|
offerings?: Maybe<Array<Maybe<MarketplaceConsoleOffering>>>;
|
|
89808
89846
|
parentProductPricing?: Maybe<MarketplaceConsoleParentSoftwarePricing>;
|
|
@@ -89864,6 +89902,12 @@ export declare type MarketplaceConsoleQueryApiEditionsActivationStatusArgs = {
|
|
|
89864
89902
|
export declare type MarketplaceConsoleQueryApiGetBulkProductMigrationArgs = {
|
|
89865
89903
|
productIds: Array<Scalars['ID']['input']>;
|
|
89866
89904
|
};
|
|
89905
|
+
export declare type MarketplaceConsoleQueryApiGetMakerContactsArgs = {
|
|
89906
|
+
filters?: InputMaybe<MarketplaceConsoleMakerContactFilters>;
|
|
89907
|
+
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
89908
|
+
offset?: InputMaybe<Scalars['Int']['input']>;
|
|
89909
|
+
partnerId: Scalars['ID']['input'];
|
|
89910
|
+
};
|
|
89867
89911
|
export declare type MarketplaceConsoleQueryApiMakeAppVersionPublicChecksArgs = {
|
|
89868
89912
|
appId: Scalars['ID']['input'];
|
|
89869
89913
|
buildNumber: Scalars['ID']['input'];
|
|
@@ -91881,6 +91925,13 @@ export declare type MercuryCustomFieldDefinitionEdge = {
|
|
|
91881
91925
|
export declare type MercuryCustomFieldDefinitionScope = {
|
|
91882
91926
|
entityType: Scalars['String']['output'];
|
|
91883
91927
|
};
|
|
91928
|
+
export declare type MercuryCustomFieldDefinitionSort = {
|
|
91929
|
+
field: MercuryCustomFieldDefinitionSortField;
|
|
91930
|
+
order: SortOrder;
|
|
91931
|
+
};
|
|
91932
|
+
export declare enum MercuryCustomFieldDefinitionSortField {
|
|
91933
|
+
Name = "NAME"
|
|
91934
|
+
}
|
|
91884
91935
|
export declare type MercuryCustomFieldInput = {
|
|
91885
91936
|
numberField?: InputMaybe<MercuryNumberCustomFieldInput>;
|
|
91886
91937
|
singleSelectField?: InputMaybe<MercurySingleSelectCustomFieldInput>;
|
|
@@ -93543,6 +93594,8 @@ export declare type MercuryQueryApiFocusAreaCustomFieldDefinitionsSearchArgs = {
|
|
|
93543
93594
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
93544
93595
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
93545
93596
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
93597
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
93598
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
93546
93599
|
};
|
|
93547
93600
|
export declare type MercuryQueryApiFocusAreaHierarchyArgs = {
|
|
93548
93601
|
cloudId: Scalars['ID']['input'];
|
|
@@ -94036,6 +94089,7 @@ export declare type MercuryStrategicEventsMutationApiUpdateStrategicEventTargetD
|
|
|
94036
94089
|
export declare type MercuryStrategicEventsQueryApi = {
|
|
94037
94090
|
__typename?: 'MercuryStrategicEventsQueryApi';
|
|
94038
94091
|
changeProposal?: Maybe<MercuryChangeProposal>;
|
|
94092
|
+
changeProposalCustomFieldDefinitionsSearch?: Maybe<MercuryCustomFieldDefinitionConnection>;
|
|
94039
94093
|
changeProposalImpactValues: Array<MercuryChangeProposalImpact>;
|
|
94040
94094
|
changeProposalStatuses: Array<MercuryChangeProposalStatus>;
|
|
94041
94095
|
changeProposalSummaryForStrategicEvent?: Maybe<MercuryChangeProposalSummaryForStrategicEvent>;
|
|
@@ -94064,6 +94118,13 @@ export declare type MercuryStrategicEventsQueryApi = {
|
|
|
94064
94118
|
export declare type MercuryStrategicEventsQueryApiChangeProposalArgs = {
|
|
94065
94119
|
id: Scalars['ID']['input'];
|
|
94066
94120
|
};
|
|
94121
|
+
export declare type MercuryStrategicEventsQueryApiChangeProposalCustomFieldDefinitionsSearchArgs = {
|
|
94122
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
94123
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
94124
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
94125
|
+
q?: InputMaybe<Scalars['String']['input']>;
|
|
94126
|
+
sort?: InputMaybe<Array<InputMaybe<MercuryCustomFieldDefinitionSort>>>;
|
|
94127
|
+
};
|
|
94067
94128
|
export declare type MercuryStrategicEventsQueryApiChangeProposalImpactValuesArgs = {
|
|
94068
94129
|
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
94069
94130
|
};
|
|
@@ -96189,8 +96250,8 @@ export declare type MutationConfluence_DeleteCalendarCustomEventTypeArgs = {
|
|
|
96189
96250
|
input: ConfluenceDeleteCalendarCustomEventTypeInput;
|
|
96190
96251
|
};
|
|
96191
96252
|
export declare type MutationConfluence_DeleteContentVersionArgs = {
|
|
96192
|
-
input
|
|
96193
|
-
|
|
96253
|
+
cloudId: Scalars['ID']['input'];
|
|
96254
|
+
input: ConfluenceDeleteContentVersionInput;
|
|
96194
96255
|
};
|
|
96195
96256
|
export declare type MutationConfluence_DeleteCustomRoleArgs = {
|
|
96196
96257
|
cloudId: Scalars['ID']['input'];
|
|
@@ -132604,6 +132665,7 @@ export declare type TownsquareAddProjectLinkPayload = {
|
|
|
132604
132665
|
__typename?: 'TownsquareAddProjectLinkPayload';
|
|
132605
132666
|
errors?: Maybe<Array<MutationError>>;
|
|
132606
132667
|
goal?: Maybe<TownsquareGoal>;
|
|
132668
|
+
project?: Maybe<TownsquareProject>;
|
|
132607
132669
|
success: Scalars['Boolean']['output'];
|
|
132608
132670
|
};
|
|
132609
132671
|
export declare type TownsquareAddTagToEntityByIdInput = {
|
|
@@ -133051,6 +133113,7 @@ export declare type TownsquareGoalType = Node & {
|
|
|
133051
133113
|
id: Scalars['ID']['output'];
|
|
133052
133114
|
kind?: Maybe<TownsquareGoalTypeKind>;
|
|
133053
133115
|
name?: Maybe<TownsquareGoalTypeName>;
|
|
133116
|
+
namePlural?: Maybe<TownsquareGoalTypeNamePlural>;
|
|
133054
133117
|
requiresParentGoal?: Maybe<Scalars['Boolean']['output']>;
|
|
133055
133118
|
state?: Maybe<TownsquareGoalTypeState>;
|
|
133056
133119
|
};
|
|
@@ -133077,6 +133140,10 @@ export declare type TownsquareGoalTypeCustomName = {
|
|
|
133077
133140
|
__typename?: 'TownsquareGoalTypeCustomName';
|
|
133078
133141
|
value?: Maybe<Scalars['String']['output']>;
|
|
133079
133142
|
};
|
|
133143
|
+
export declare type TownsquareGoalTypeCustomNamePlural = {
|
|
133144
|
+
__typename?: 'TownsquareGoalTypeCustomNamePlural';
|
|
133145
|
+
value?: Maybe<Scalars['String']['output']>;
|
|
133146
|
+
};
|
|
133080
133147
|
export declare type TownsquareGoalTypeDescription = TownsquareGoalTypeCustomDescription | TownsquareLocalizationField;
|
|
133081
133148
|
export declare type TownsquareGoalTypeEdge = {
|
|
133082
133149
|
__typename?: 'TownsquareGoalTypeEdge';
|
|
@@ -133092,6 +133159,7 @@ export declare enum TownsquareGoalTypeKind {
|
|
|
133092
133159
|
SuccessMeasure = "SUCCESS_MEASURE"
|
|
133093
133160
|
}
|
|
133094
133161
|
export declare type TownsquareGoalTypeName = TownsquareGoalTypeCustomName | TownsquareLocalizationField;
|
|
133162
|
+
export declare type TownsquareGoalTypeNamePlural = TownsquareGoalTypeCustomNamePlural | TownsquareLocalizationField;
|
|
133095
133163
|
export declare enum TownsquareGoalTypeState {
|
|
133096
133164
|
Disabled = "DISABLED",
|
|
133097
133165
|
Enabled = "ENABLED"
|
|
@@ -134414,12 +134482,22 @@ export declare type TownsquareTag = Node & {
|
|
|
134414
134482
|
__typename?: 'TownsquareTag';
|
|
134415
134483
|
creationDate?: Maybe<Scalars['DateTime']['output']>;
|
|
134416
134484
|
description?: Maybe<Scalars['String']['output']>;
|
|
134485
|
+
goals?: Maybe<TownsquareGoalConnection>;
|
|
134417
134486
|
iconData?: Maybe<Scalars['String']['output']>;
|
|
134418
134487
|
id: Scalars['ID']['output'];
|
|
134419
134488
|
name?: Maybe<Scalars['String']['output']>;
|
|
134489
|
+
projects?: Maybe<TownsquareProjectConnection>;
|
|
134420
134490
|
url?: Maybe<Scalars['String']['output']>;
|
|
134421
134491
|
usageCount?: Maybe<Scalars['Int']['output']>;
|
|
134422
134492
|
};
|
|
134493
|
+
export declare type TownsquareTagGoalsArgs = {
|
|
134494
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
134495
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
134496
|
+
};
|
|
134497
|
+
export declare type TownsquareTagProjectsArgs = {
|
|
134498
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
134499
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
134500
|
+
};
|
|
134423
134501
|
export declare type TownsquareTagConnection = {
|
|
134424
134502
|
__typename?: 'TownsquareTagConnection';
|
|
134425
134503
|
count: Scalars['Int']['output'];
|
|
@@ -137437,6 +137515,7 @@ export declare type TrelloPlannerCalendarEvent = Node & {
|
|
|
137437
137515
|
description?: Maybe<Scalars['String']['output']>;
|
|
137438
137516
|
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
137439
137517
|
eventType?: Maybe<TrelloPlannerCalendarEventType>;
|
|
137518
|
+
eventViewType?: Maybe<TrelloPlannerCalendarEventViewType>;
|
|
137440
137519
|
id: Scalars['ID']['output'];
|
|
137441
137520
|
link?: Maybe<Scalars['String']['output']>;
|
|
137442
137521
|
parentEventId?: Maybe<Scalars['ID']['output']>;
|
|
@@ -137546,6 +137625,7 @@ export declare type TrelloPlannerCalendarEventUpdated = {
|
|
|
137546
137625
|
description?: Maybe<Scalars['String']['output']>;
|
|
137547
137626
|
endAt?: Maybe<Scalars['DateTime']['output']>;
|
|
137548
137627
|
eventType?: Maybe<TrelloPlannerCalendarEventType>;
|
|
137628
|
+
eventViewType?: Maybe<TrelloPlannerCalendarEventViewType>;
|
|
137549
137629
|
id: Scalars['ID']['output'];
|
|
137550
137630
|
link?: Maybe<Scalars['String']['output']>;
|
|
137551
137631
|
onPlannerCalendarEventCardDeleted?: Maybe<Array<TrelloPlannerCalendarEventCardDeleted>>;
|
|
@@ -137557,6 +137637,10 @@ export declare type TrelloPlannerCalendarEventUpdated = {
|
|
|
137557
137637
|
title?: Maybe<Scalars['String']['output']>;
|
|
137558
137638
|
visibility?: Maybe<TrelloPlannerCalendarEventVisibility>;
|
|
137559
137639
|
};
|
|
137640
|
+
export declare enum TrelloPlannerCalendarEventViewType {
|
|
137641
|
+
Default = "DEFAULT",
|
|
137642
|
+
SingleScheduledTask = "SINGLE_SCHEDULED_TASK"
|
|
137643
|
+
}
|
|
137560
137644
|
export declare enum TrelloPlannerCalendarEventVisibility {
|
|
137561
137645
|
Default = "DEFAULT",
|
|
137562
137646
|
Private = "PRIVATE",
|
|
@@ -138049,7 +138133,7 @@ export declare type TrelloResetCardCoverInput = {
|
|
|
138049
138133
|
};
|
|
138050
138134
|
export declare type TrelloResetCardCoverPayload = Payload & {
|
|
138051
138135
|
__typename?: 'TrelloResetCardCoverPayload';
|
|
138052
|
-
|
|
138136
|
+
card?: Maybe<TrelloCard>;
|
|
138053
138137
|
errors?: Maybe<Array<MutationError>>;
|
|
138054
138138
|
success: Scalars['Boolean']['output'];
|
|
138055
138139
|
};
|
|
@@ -138378,7 +138462,7 @@ export declare type TrelloUpdateCardCoverInput = {
|
|
|
138378
138462
|
};
|
|
138379
138463
|
export declare type TrelloUpdateCardCoverPayload = Payload & {
|
|
138380
138464
|
__typename?: 'TrelloUpdateCardCoverPayload';
|
|
138381
|
-
|
|
138465
|
+
card?: Maybe<TrelloCard>;
|
|
138382
138466
|
errors?: Maybe<Array<MutationError>>;
|
|
138383
138467
|
success: Scalars['Boolean']['output'];
|
|
138384
138468
|
};
|