@forge/cli-shared 6.3.1-next.1 → 6.4.0-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
|
@@ -19980,7 +19980,7 @@ export declare type ExternalAssociationEdge = {
|
|
|
19980
19980
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
19981
19981
|
node?: Maybe<ExternalAssociation>;
|
|
19982
19982
|
};
|
|
19983
|
-
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19983
|
+
export declare type ExternalAssociationEntity = DevOpsService | ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability | JiraIssue | JiraProject | JiraVersion | ThirdPartyUser;
|
|
19984
19984
|
export declare type ExternalAttachment = {
|
|
19985
19985
|
__typename?: 'ExternalAttachment';
|
|
19986
19986
|
byteSize?: Maybe<Scalars['Long']['output']>;
|
|
@@ -20301,10 +20301,11 @@ export declare type ExternalEntities = {
|
|
|
20301
20301
|
pullRequest?: Maybe<Array<Maybe<ExternalPullRequest>>>;
|
|
20302
20302
|
remoteLink?: Maybe<Array<Maybe<ExternalRemoteLink>>>;
|
|
20303
20303
|
repository?: Maybe<Array<Maybe<ExternalRepository>>>;
|
|
20304
|
+
space?: Maybe<Array<Maybe<ExternalSpace>>>;
|
|
20304
20305
|
video?: Maybe<Array<Maybe<ExternalVideo>>>;
|
|
20305
20306
|
vulnerability?: Maybe<Array<Maybe<ExternalVulnerability>>>;
|
|
20306
20307
|
};
|
|
20307
|
-
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalVideo | ExternalVulnerability;
|
|
20308
|
+
export declare type ExternalEntity = ExternalBranch | ExternalBuildInfo | ExternalCalendarEvent | ExternalCommit | ExternalConversation | ExternalDeployment | ExternalDesign | ExternalDocument | ExternalFeatureFlag | ExternalMessage | ExternalPullRequest | ExternalRemoteLink | ExternalRepository | ExternalSpace | ExternalVideo | ExternalVulnerability;
|
|
20308
20309
|
export declare type ExternalEnvironment = {
|
|
20309
20310
|
__typename?: 'ExternalEnvironment';
|
|
20310
20311
|
displayName?: Maybe<Scalars['String']['output']>;
|
|
@@ -20391,7 +20392,7 @@ export declare type ExternalIcon = {
|
|
|
20391
20392
|
__typename?: 'ExternalIcon';
|
|
20392
20393
|
height?: Maybe<Scalars['Int']['output']>;
|
|
20393
20394
|
isDefault?: Maybe<Scalars['Boolean']['output']>;
|
|
20394
|
-
|
|
20395
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20395
20396
|
width?: Maybe<Scalars['Int']['output']>;
|
|
20396
20397
|
};
|
|
20397
20398
|
export declare type ExternalLargeContent = {
|
|
@@ -20522,6 +20523,24 @@ export declare type ExternalReviewer = {
|
|
|
20522
20523
|
approvalStatus?: Maybe<ExternalApprovalStatus>;
|
|
20523
20524
|
user?: Maybe<ExternalUser>;
|
|
20524
20525
|
};
|
|
20526
|
+
export declare type ExternalSpace = Node & {
|
|
20527
|
+
__typename?: 'ExternalSpace';
|
|
20528
|
+
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
20529
|
+
createdAt?: Maybe<Scalars['String']['output']>;
|
|
20530
|
+
createdBy?: Maybe<ExternalUser>;
|
|
20531
|
+
description?: Maybe<Scalars['String']['output']>;
|
|
20532
|
+
displayName?: Maybe<Scalars['String']['output']>;
|
|
20533
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
20534
|
+
icon?: Maybe<ExternalIcon>;
|
|
20535
|
+
id: Scalars['ID']['output'];
|
|
20536
|
+
key?: Maybe<Scalars['String']['output']>;
|
|
20537
|
+
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
20538
|
+
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
20539
|
+
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
20540
|
+
spaceType?: Maybe<Scalars['String']['output']>;
|
|
20541
|
+
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
20542
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
20543
|
+
};
|
|
20525
20544
|
export declare type ExternalTestInfo = {
|
|
20526
20545
|
__typename?: 'ExternalTestInfo';
|
|
20527
20546
|
numberFailed?: Maybe<Scalars['Int']['output']>;
|
|
@@ -55310,6 +55329,7 @@ export declare type JsmChatCreateWebConversationMessagePayload = Payload & {
|
|
|
55310
55329
|
success: Scalars['Boolean']['output'];
|
|
55311
55330
|
};
|
|
55312
55331
|
export declare enum JsmChatCreateWebConversationUserRole {
|
|
55332
|
+
Acknowledgment = "Acknowledgment",
|
|
55313
55333
|
Init = "Init",
|
|
55314
55334
|
JsmAgent = "JSM_Agent",
|
|
55315
55335
|
Participant = "Participant",
|
|
@@ -56306,6 +56326,7 @@ export declare type KnowledgeDiscoveryMutationApi = {
|
|
|
56306
56326
|
deleteBookmarks?: Maybe<KnowledgeDiscoveryDeleteBookmarksPayload>;
|
|
56307
56327
|
updateBookmark?: Maybe<KnowledgeDiscoveryUpdateAdminhubBookmarkPayload>;
|
|
56308
56328
|
updateRelatedEntities?: Maybe<KnowledgeDiscoveryUpdateRelatedEntitiesPayload>;
|
|
56329
|
+
updateUserKeyPhraseInteraction?: Maybe<KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload>;
|
|
56309
56330
|
};
|
|
56310
56331
|
export declare type KnowledgeDiscoveryMutationApiCreateBookmarkArgs = {
|
|
56311
56332
|
input: KnowledgeDiscoveryCreateAdminhubBookmarkInput;
|
|
@@ -56322,6 +56343,9 @@ export declare type KnowledgeDiscoveryMutationApiUpdateBookmarkArgs = {
|
|
|
56322
56343
|
export declare type KnowledgeDiscoveryMutationApiUpdateRelatedEntitiesArgs = {
|
|
56323
56344
|
input: KnowledgeDiscoveryUpdateRelatedEntitiesInput;
|
|
56324
56345
|
};
|
|
56346
|
+
export declare type KnowledgeDiscoveryMutationApiUpdateUserKeyPhraseInteractionArgs = {
|
|
56347
|
+
input: KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput;
|
|
56348
|
+
};
|
|
56325
56349
|
export declare type KnowledgeDiscoveryPageInfo = {
|
|
56326
56350
|
__typename?: 'KnowledgeDiscoveryPageInfo';
|
|
56327
56351
|
endCursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -56513,6 +56537,16 @@ export declare type KnowledgeDiscoveryUpdateRelatedEntitiesPayload = Payload & {
|
|
|
56513
56537
|
errors?: Maybe<Array<MutationError>>;
|
|
56514
56538
|
success: Scalars['Boolean']['output'];
|
|
56515
56539
|
};
|
|
56540
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionInput = {
|
|
56541
|
+
accountId: Scalars['ID']['input'];
|
|
56542
|
+
keyPhrase: Scalars['String']['input'];
|
|
56543
|
+
workspaceId: Scalars['String']['input'];
|
|
56544
|
+
};
|
|
56545
|
+
export declare type KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload = Payload & {
|
|
56546
|
+
__typename?: 'KnowledgeDiscoveryUpdateUserKeyPhraseInteractionPayload';
|
|
56547
|
+
errors?: Maybe<Array<MutationError>>;
|
|
56548
|
+
success: Scalars['Boolean']['output'];
|
|
56549
|
+
};
|
|
56516
56550
|
export declare type KnowledgeDiscoveryUser = KnowledgeDiscoveryEntity & {
|
|
56517
56551
|
__typename?: 'KnowledgeDiscoveryUser';
|
|
56518
56552
|
id: Scalars['ID']['output'];
|
|
@@ -57020,9 +57054,9 @@ export declare type MarketplaceConsoleAppSoftwareVersionListing = {
|
|
|
57020
57054
|
createdBy: Scalars['String']['output'];
|
|
57021
57055
|
deploymentInstructions?: Maybe<Array<Maybe<MarketplaceConsoleDeploymentInstruction>>>;
|
|
57022
57056
|
heroImage?: Maybe<Scalars['String']['output']>;
|
|
57023
|
-
highlights?: Maybe<Array<Maybe<
|
|
57057
|
+
highlights?: Maybe<Array<Maybe<MarketplaceConsoleListingHighLight>>>;
|
|
57024
57058
|
moreDetails?: Maybe<Scalars['String']['output']>;
|
|
57025
|
-
screenshots?: Maybe<Array<
|
|
57059
|
+
screenshots?: Maybe<Array<MarketplaceConsoleListingScreenshot>>;
|
|
57026
57060
|
status: Scalars['String']['output'];
|
|
57027
57061
|
updatedAt?: Maybe<Scalars['String']['output']>;
|
|
57028
57062
|
updatedBy?: Maybe<Scalars['String']['output']>;
|
|
@@ -57112,7 +57146,7 @@ export declare type MarketplaceConsoleDeleteAppVersionResponse = MarketplaceCons
|
|
|
57112
57146
|
export declare type MarketplaceConsoleDeploymentInstruction = {
|
|
57113
57147
|
__typename?: 'MarketplaceConsoleDeploymentInstruction';
|
|
57114
57148
|
body: Scalars['String']['output'];
|
|
57115
|
-
|
|
57149
|
+
screenshot?: Maybe<MarketplaceConsoleListingScreenshot>;
|
|
57116
57150
|
};
|
|
57117
57151
|
export declare type MarketplaceConsoleDeploymentInstructionInput = {
|
|
57118
57152
|
body?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -57286,7 +57320,6 @@ export declare type MarketplaceConsoleFrameworkAttributes = {
|
|
|
57286
57320
|
external?: Maybe<MarketplaceConsoleExternalFrameworkAttributes>;
|
|
57287
57321
|
forge?: Maybe<MarketplaceConsoleForgeFrameworkAttributes>;
|
|
57288
57322
|
plugin?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57289
|
-
plugins?: Maybe<MarketplaceConsolePluginFrameworkAttributes>;
|
|
57290
57323
|
workflow?: Maybe<MarketplaceConsoleWorkflowFrameworkAttributes>;
|
|
57291
57324
|
};
|
|
57292
57325
|
export declare type MarketplaceConsoleFrameworkAttributesInput = {
|
|
@@ -57368,6 +57401,13 @@ export declare type MarketplaceConsoleLink = {
|
|
|
57368
57401
|
title?: Maybe<Scalars['String']['output']>;
|
|
57369
57402
|
type?: Maybe<Scalars['String']['output']>;
|
|
57370
57403
|
};
|
|
57404
|
+
export declare type MarketplaceConsoleListingHighLight = {
|
|
57405
|
+
__typename?: 'MarketplaceConsoleListingHighLight';
|
|
57406
|
+
caption?: Maybe<Scalars['String']['output']>;
|
|
57407
|
+
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57408
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
57409
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
57410
|
+
};
|
|
57371
57411
|
export declare type MarketplaceConsoleListingHighLightInput = {
|
|
57372
57412
|
caption?: InputMaybe<Scalars['String']['input']>;
|
|
57373
57413
|
screenshotUrl: Scalars['String']['input'];
|
|
@@ -57375,17 +57415,9 @@ export declare type MarketplaceConsoleListingHighLightInput = {
|
|
|
57375
57415
|
thumbnailUrl: Scalars['String']['input'];
|
|
57376
57416
|
title: Scalars['String']['input'];
|
|
57377
57417
|
};
|
|
57378
|
-
export declare type MarketplaceConsoleListingHighLights = {
|
|
57379
|
-
__typename?: 'MarketplaceConsoleListingHighLights';
|
|
57380
|
-
caption?: Maybe<Scalars['String']['output']>;
|
|
57381
|
-
screenshot: MarketplaceConsoleListingScreenshot;
|
|
57382
|
-
summary?: Maybe<Scalars['String']['output']>;
|
|
57383
|
-
title?: Maybe<Scalars['String']['output']>;
|
|
57384
|
-
};
|
|
57385
57418
|
export declare type MarketplaceConsoleListingScreenshot = {
|
|
57386
57419
|
__typename?: 'MarketplaceConsoleListingScreenshot';
|
|
57387
57420
|
caption?: Maybe<Scalars['String']['output']>;
|
|
57388
|
-
imageId: Scalars['String']['output'];
|
|
57389
57421
|
imageUrl?: Maybe<Scalars['String']['output']>;
|
|
57390
57422
|
};
|
|
57391
57423
|
export declare type MarketplaceConsoleListingScreenshotInput = {
|
|
@@ -59236,6 +59268,7 @@ export declare type MercuryPortfolio = Node & {
|
|
|
59236
59268
|
linkedFocusAreaSummary?: Maybe<MercuryPortfolioFocusAreaSummary>;
|
|
59237
59269
|
name: Scalars['String']['output'];
|
|
59238
59270
|
owner?: Maybe<User>;
|
|
59271
|
+
url?: Maybe<Scalars['String']['output']>;
|
|
59239
59272
|
};
|
|
59240
59273
|
export declare type MercuryPortfolioAllocations = {
|
|
59241
59274
|
__typename?: 'MercuryPortfolioAllocations';
|
|
@@ -60159,7 +60192,7 @@ export declare type Mutation = {
|
|
|
60159
60192
|
polarisAddReaction?: Maybe<PolarisAddReactionPayload>;
|
|
60160
60193
|
polarisDeleteReaction?: Maybe<PolarisDeleteReactionPayload>;
|
|
60161
60194
|
publishReleaseNote: ContentPlatformReleaseNote;
|
|
60162
|
-
radar_updateFocusAreaMappings:
|
|
60195
|
+
radar_updateFocusAreaMappings: RadarMutationResponse;
|
|
60163
60196
|
rankCardParent?: Maybe<GenericMutationResponse>;
|
|
60164
60197
|
rankColumn?: Maybe<RankColumnOutput>;
|
|
60165
60198
|
rankCustomFilter?: Maybe<GenericMutationResponse>;
|
|
@@ -63135,7 +63168,7 @@ export declare type Query = {
|
|
|
63135
63168
|
pricings: ContentPlatformPricingSearchConnection;
|
|
63136
63169
|
productListing?: Maybe<ProductListingResult>;
|
|
63137
63170
|
productListings: Array<ProductListingResult>;
|
|
63138
|
-
radar_fieldValues:
|
|
63171
|
+
radar_fieldValues: RadarFieldValuesConnectionResult;
|
|
63139
63172
|
radar_positions: RadarPositionConnectionResult;
|
|
63140
63173
|
radar_workspace: RadarWorkspace;
|
|
63141
63174
|
releaseNote?: Maybe<ContentPlatformReleaseNote>;
|
|
@@ -64751,7 +64784,6 @@ export declare enum RadarFieldType {
|
|
|
64751
64784
|
Url = "URL"
|
|
64752
64785
|
}
|
|
64753
64786
|
export declare type RadarFieldValue = RadarAriFieldValue | RadarBooleanFieldValue | RadarDateFieldValue | RadarNumericFieldValue | RadarStatusFieldValue | RadarStringFieldValue | RadarUrlFieldValue;
|
|
64754
|
-
export declare type RadarFieldValueConnectionResult = RadarError | RadarFieldValuesConnection;
|
|
64755
64787
|
export declare type RadarFieldValueIdPair = {
|
|
64756
64788
|
__typename?: 'RadarFieldValueIdPair';
|
|
64757
64789
|
fieldId: Scalars['ID']['output'];
|
|
@@ -64764,6 +64796,17 @@ export declare type RadarFieldValuesConnection = RadarConnection & {
|
|
|
64764
64796
|
pageInfo: PageInfo;
|
|
64765
64797
|
totalCount: Scalars['Int']['output'];
|
|
64766
64798
|
};
|
|
64799
|
+
export declare type RadarFieldValuesConnectionResult = {
|
|
64800
|
+
__typename?: 'RadarFieldValuesConnectionResult';
|
|
64801
|
+
errors?: Maybe<Array<RadarError>>;
|
|
64802
|
+
result?: Maybe<RadarFieldValuesConnection>;
|
|
64803
|
+
};
|
|
64804
|
+
export declare type RadarFieldValuesConnectionResultResultArgs = {
|
|
64805
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64806
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64807
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64808
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64809
|
+
};
|
|
64767
64810
|
export declare type RadarFieldValuesEdge = RadarEdge & {
|
|
64768
64811
|
__typename?: 'RadarFieldValuesEdge';
|
|
64769
64812
|
cursor: Scalars['String']['output'];
|
|
@@ -64805,9 +64848,9 @@ export declare type RadarLocation = {
|
|
|
64805
64848
|
};
|
|
64806
64849
|
export declare type RadarMutationResponse = {
|
|
64807
64850
|
__typename?: 'RadarMutationResponse';
|
|
64808
|
-
|
|
64851
|
+
errors?: Maybe<Array<RadarError>>;
|
|
64852
|
+
success?: Maybe<Scalars['Boolean']['output']>;
|
|
64809
64853
|
};
|
|
64810
|
-
export declare type RadarMutationResponseResult = RadarError | RadarMutationResponse;
|
|
64811
64854
|
export declare type RadarNumericFieldValue = {
|
|
64812
64855
|
__typename?: 'RadarNumericFieldValue';
|
|
64813
64856
|
displayValue?: Maybe<Scalars['Int']['output']>;
|
|
@@ -64826,7 +64869,17 @@ export declare type RadarPositionConnection = RadarConnection & {
|
|
|
64826
64869
|
pageInfo: PageInfo;
|
|
64827
64870
|
totalCount: Scalars['Int']['output'];
|
|
64828
64871
|
};
|
|
64829
|
-
export declare type RadarPositionConnectionResult =
|
|
64872
|
+
export declare type RadarPositionConnectionResult = {
|
|
64873
|
+
__typename?: 'RadarPositionConnectionResult';
|
|
64874
|
+
errors?: Maybe<Array<RadarError>>;
|
|
64875
|
+
result?: Maybe<RadarPositionConnection>;
|
|
64876
|
+
};
|
|
64877
|
+
export declare type RadarPositionConnectionResultResultArgs = {
|
|
64878
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
64879
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
64880
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
64881
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
64882
|
+
};
|
|
64830
64883
|
export declare type RadarPositionEdge = RadarEdge & {
|
|
64831
64884
|
__typename?: 'RadarPositionEdge';
|
|
64832
64885
|
cursor: Scalars['String']['output'];
|
|
@@ -70511,10 +70564,10 @@ export declare type TrelloArchiveCardPayload = Payload & {
|
|
|
70511
70564
|
};
|
|
70512
70565
|
export declare type TrelloAssignCardToPlannerCalendarEventInput = {
|
|
70513
70566
|
cardId: Scalars['ID']['input'];
|
|
70567
|
+
plannerCalendarId: Scalars['ID']['input'];
|
|
70514
70568
|
position?: InputMaybe<Scalars['Float']['input']>;
|
|
70515
|
-
|
|
70569
|
+
providerAccountId: Scalars['ID']['input'];
|
|
70516
70570
|
providerEventId: Scalars['ID']['input'];
|
|
70517
|
-
workspaceId: Scalars['ID']['input'];
|
|
70518
70571
|
};
|
|
70519
70572
|
export declare type TrelloAssignCardToPlannerCalendarEventPayload = Payload & {
|
|
70520
70573
|
__typename?: 'TrelloAssignCardToPlannerCalendarEventPayload';
|
|
@@ -71062,6 +71115,7 @@ export declare type TrelloCreateCardPayload = Payload & {
|
|
|
71062
71115
|
};
|
|
71063
71116
|
export declare type TrelloCreateOrUpdatePlannerCalendarInput = {
|
|
71064
71117
|
enabled: Scalars['Boolean']['input'];
|
|
71118
|
+
providerAccountId?: InputMaybe<Scalars['ID']['input']>;
|
|
71065
71119
|
providerCalendarId: Scalars['ID']['input'];
|
|
71066
71120
|
type: TrelloSupportedPlannerProviders;
|
|
71067
71121
|
workspaceId: Scalars['ID']['input'];
|
|
@@ -71070,6 +71124,7 @@ export declare type TrelloCreateOrUpdatePlannerCalendarPayload = Payload & {
|
|
|
71070
71124
|
__typename?: 'TrelloCreateOrUpdatePlannerCalendarPayload';
|
|
71071
71125
|
errors?: Maybe<Array<MutationError>>;
|
|
71072
71126
|
plannerCalendar?: Maybe<TrelloPlannerCalendarConnection>;
|
|
71127
|
+
plannerCalendarUpdated?: Maybe<TrelloPlannerCalendarConnectionUpdated>;
|
|
71073
71128
|
success: Scalars['Boolean']['output'];
|
|
71074
71129
|
};
|
|
71075
71130
|
export declare type TrelloCreateOrUpdatePlannerCalendarPayloadPlannerCalendarArgs = {
|
|
@@ -71554,6 +71609,10 @@ export declare type TrelloPlannerCalendarConnection = {
|
|
|
71554
71609
|
pageInfo: PageInfo;
|
|
71555
71610
|
updateCursor?: Maybe<Scalars['String']['output']>;
|
|
71556
71611
|
};
|
|
71612
|
+
export declare type TrelloPlannerCalendarConnectionUpdated = {
|
|
71613
|
+
__typename?: 'TrelloPlannerCalendarConnectionUpdated';
|
|
71614
|
+
edges?: Maybe<Array<TrelloPlannerCalendarEdge>>;
|
|
71615
|
+
};
|
|
71557
71616
|
export declare type TrelloPlannerCalendarEdge = {
|
|
71558
71617
|
__typename?: 'TrelloPlannerCalendarEdge';
|
|
71559
71618
|
cursor?: Maybe<Scalars['String']['output']>;
|
|
@@ -71727,6 +71786,8 @@ export declare type TrelloQueryApi = {
|
|
|
71727
71786
|
list?: Maybe<TrelloList>;
|
|
71728
71787
|
member?: Maybe<TrelloMember>;
|
|
71729
71788
|
plannerAccountsByMemberId?: Maybe<TrelloPlannerCalendarAccountConnection>;
|
|
71789
|
+
plannerByWorkspaceId?: Maybe<TrelloPlanner>;
|
|
71790
|
+
plannerCalendarAccountById?: Maybe<TrelloPlannerCalendarAccount>;
|
|
71730
71791
|
plannerCalendarEventsByCalendarId?: Maybe<TrelloPlannerCalendarEventConnection>;
|
|
71731
71792
|
providerPlannerCalendarsByAccountId?: Maybe<TrelloPlannerProviderCalendarConnection>;
|
|
71732
71793
|
recentBoardsByIds?: Maybe<Array<Maybe<TrelloBoard>>>;
|
|
@@ -71775,6 +71836,13 @@ export declare type TrelloQueryApiPlannerAccountsByMemberIdArgs = {
|
|
|
71775
71836
|
id: Scalars['ID']['input'];
|
|
71776
71837
|
workspaceId: Scalars['ID']['input'];
|
|
71777
71838
|
};
|
|
71839
|
+
export declare type TrelloQueryApiPlannerByWorkspaceIdArgs = {
|
|
71840
|
+
id: Scalars['ID']['input'];
|
|
71841
|
+
};
|
|
71842
|
+
export declare type TrelloQueryApiPlannerCalendarAccountByIdArgs = {
|
|
71843
|
+
id: Scalars['ID']['input'];
|
|
71844
|
+
workspaceId: Scalars['ID']['input'];
|
|
71845
|
+
};
|
|
71778
71846
|
export declare type TrelloQueryApiPlannerCalendarEventsByCalendarIdArgs = {
|
|
71779
71847
|
accountId: Scalars['ID']['input'];
|
|
71780
71848
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -73395,6 +73463,7 @@ export declare type VirtualAgentCreateChatChannelPayload = Payload & {
|
|
|
73395
73463
|
};
|
|
73396
73464
|
export declare type VirtualAgentCreateConfigurationInput = {
|
|
73397
73465
|
defaultJiraRequestTypeId?: InputMaybe<Scalars['String']['input']>;
|
|
73466
|
+
isAiResponsesEnabled?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73398
73467
|
respondToQueries?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73399
73468
|
};
|
|
73400
73469
|
export declare type VirtualAgentCreateConfigurationPayload = Payload & {
|