@forge/cli-shared 8.15.1-next.10 → 8.15.1-next.11
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 +1 @@
|
|
|
1
|
-
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EACL,OAAO,EACP,cAAc,EACd,SAAS,
|
|
1
|
+
{"version":3,"file":"config-file.d.ts","sourceRoot":"","sources":["../../src/config/config-file.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,gBAAgB,EAAE,gBAAgB,EAAE,MAAM,gBAAgB,CAAC;AAGpE,OAAO,EAAE,YAAY,EAAE,YAAY,EAAoB,MAAM,IAAI,CAAC;AAGlE,OAAO,EACL,OAAO,EACP,cAAc,EACd,SAAS,EAMV,MAAM,iBAAiB,CAAC;AASzB,OAAO,EAAE,SAAS,EAAE,eAAe,EAAQ,MAAM,WAAW,CAAC;AAE7D,qBAAa,oBAAqB,SAAQ,eAAe;;CAIxD;AAED,qBAAa,8BAA+B,SAAQ,SAAS;gBAC/C,SAAS,EAAE,MAAM,EAAE;CAGhC;AAED,MAAM,WAAW,OAAO;IACtB,MAAM,EAAE,MAAM,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,gBAAgB;IAC/B,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC,CAAC;CAC3C;AAED,oBAAY,QAAQ,GAAG,SAAS,CAAC,CAAC,CAAC,CAAC;AACpC,oBAAY,cAAc,GAAG,UAAU,GAAG,UAAU,GAAG,SAAS,CAAC;AACjE,MAAM,WAAW,eAAgB,SAAQ,QAAQ;IAC/C,YAAY,EAAE,cAAc,CAAC;CAC9B;AAgBD,wBAAgB,iBAAiB,CAAC,OAAO,EAAE,OAAO,GAAG,MAAM,EAAE,CA6D5D;AAED,qBAAa,UAAW,YAAW,YAAY,EAAE,YAAY,EAAE,gBAAgB;IAG3E,OAAO,CAAC,QAAQ,CAAC,UAAU;IAC3B,OAAO,CAAC,QAAQ,CAAC,UAAU;IAH7B,OAAO,CAAC,QAAQ,CAAC,cAAc,CAAiB;gBAE7B,UAAU,EAAE,gBAAgB,EAC5B,UAAU,EAAE,gBAAgB;IAKlC,cAAc,IAAI,OAAO,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;IAiBzC,UAAU,IAAI,OAAO,CAAC,cAAc,CAAC;IAYrC,WAAW,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAKvD,OAAO,CAAC,kBAAkB;IAoBb,uBAAuB,CAAC,IAAI,EAAE,MAAM,GAAG,OAAO,CAAC,IAAI,CAAC;IAajE,OAAO,CAAC,aAAa;IAIR,iBAAiB,CAAC,CAAC,SAAS,MAAM,EAAE,CAAC,SAAS,MAAM,EAAE,SAAS,EAAE,CAAC,EAAE,MAAM,EAAE,CAAC,GAAG,OAAO,CAAC,IAAI,CAAC;IAe1G,OAAO,CAAC,wBAAwB;IAKhC,OAAO,CAAC,wBAAwB;IAgBhC,OAAO,CAAC,6BAA6B;IAkBrC,OAAO,CAAC,gBAAgB;IAIX,oBAAoB,IAAI,OAAO,CAAC;QAAE,IAAI,EAAE,MAAM,CAAC;QAAC,OAAO,EAAE,MAAM,EAAE,GAAG,SAAS,CAAA;KAAE,EAAE,CAAC;IAqClF,gBAAgB,IAAI,OAAO,CAAC,MAAM,CAAC,MAAM,EAAE;QAAE,GAAG,EAAE,MAAM,CAAC;QAAC,IAAI,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;IAe1E,YAAY,CAAC,aAAa,CAAC,EAAE,cAAc,EAAE,GAAG,OAAO,CAAC,eAAe,EAAE,CAAC;IAsB1E,aAAa,IAAI,OAAO,CAAC,MAAM,GAAG,SAAS,CAAC;IAKzD,OAAO,CAAC,eAAe;CA0BxB"}
|
|
@@ -193,25 +193,13 @@ class ConfigFile {
|
|
|
193
193
|
}
|
|
194
194
|
for (const remote of remotes) {
|
|
195
195
|
if (remote.key === remoteEgressPermission) {
|
|
196
|
-
if (
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
return new url_1.URL(baseUrl).hostname;
|
|
200
|
-
}
|
|
201
|
-
else if (typeof remote.configurable !== 'undefined' && typeof remote.configurable.default !== 'undefined') {
|
|
202
|
-
const baseUrl = remote.configurable.default;
|
|
203
|
-
return new url_1.URL(baseUrl).hostname;
|
|
204
|
-
}
|
|
196
|
+
if (typeof remote.baseUrl === 'string') {
|
|
197
|
+
const baseUrl = remote.baseUrl;
|
|
198
|
+
return new url_1.URL(baseUrl).hostname;
|
|
205
199
|
}
|
|
206
|
-
else {
|
|
207
|
-
|
|
208
|
-
|
|
209
|
-
return new url_1.URL(baseUrl).hostname;
|
|
210
|
-
}
|
|
211
|
-
else if (typeof remote.baseUrl == 'object') {
|
|
212
|
-
const baseUrl = remote.baseUrl.default;
|
|
213
|
-
return new url_1.URL(baseUrl).hostname;
|
|
214
|
-
}
|
|
200
|
+
else if (typeof remote.baseUrl == 'object') {
|
|
201
|
+
const baseUrl = remote.baseUrl.default;
|
|
202
|
+
return new url_1.URL(baseUrl).hostname;
|
|
215
203
|
}
|
|
216
204
|
}
|
|
217
205
|
}
|
|
@@ -3300,7 +3300,14 @@ export declare type AgentStudioAgent = {
|
|
|
3300
3300
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
3301
3301
|
name?: Maybe<Scalars['String']['output']>;
|
|
3302
3302
|
permissions?: Maybe<AgentStudioAgentPermissions>;
|
|
3303
|
+
scenarioList?: Maybe<AgentStudioScenariosResult>;
|
|
3303
3304
|
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
3305
|
+
version?: Maybe<AgentStudioAgentVersion>;
|
|
3306
|
+
};
|
|
3307
|
+
export declare type AgentStudioAgentScenarioListArgs = {
|
|
3308
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3309
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
3310
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3304
3311
|
};
|
|
3305
3312
|
export declare type AgentStudioAgentCreatePermission = {
|
|
3306
3313
|
__typename?: 'AgentStudioAgentCreatePermission';
|
|
@@ -3332,11 +3339,13 @@ export declare type AgentStudioAgentPermissions = {
|
|
|
3332
3339
|
canTransferOwnership: Scalars['Boolean']['output'];
|
|
3333
3340
|
};
|
|
3334
3341
|
export declare type AgentStudioAgentQueryInput = {
|
|
3342
|
+
includeDraftAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3335
3343
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
3336
3344
|
onlyEditableAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3337
3345
|
onlyFavouriteAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3338
3346
|
onlyMyAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3339
3347
|
onlyTemplateAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3348
|
+
onlyVerifiedAgents?: InputMaybe<Scalars['Boolean']['input']>;
|
|
3340
3349
|
};
|
|
3341
3350
|
export declare type AgentStudioAgentResult = AgentStudioAssistant | AgentStudioServiceAgent | QueryError;
|
|
3342
3351
|
export declare enum AgentStudioAgentRole {
|
|
@@ -3353,6 +3362,34 @@ export declare type AgentStudioAgentUsePermissionSettings = {
|
|
|
3353
3362
|
etag?: Maybe<Scalars['String']['output']>;
|
|
3354
3363
|
mode?: Maybe<AgentStudioUsePermissionMode>;
|
|
3355
3364
|
};
|
|
3365
|
+
export declare type AgentStudioAgentVersion = {
|
|
3366
|
+
__typename?: 'AgentStudioAgentVersion';
|
|
3367
|
+
id: Scalars['ID']['output'];
|
|
3368
|
+
publishedAt?: Maybe<Scalars['String']['output']>;
|
|
3369
|
+
publisherAccount?: Maybe<User>;
|
|
3370
|
+
type?: Maybe<AgentStudioAgentVersionType>;
|
|
3371
|
+
versionNumber?: Maybe<Scalars['Int']['output']>;
|
|
3372
|
+
};
|
|
3373
|
+
export declare type AgentStudioAgentVersionEdge = {
|
|
3374
|
+
__typename?: 'AgentStudioAgentVersionEdge';
|
|
3375
|
+
cursor: Scalars['String']['output'];
|
|
3376
|
+
node?: Maybe<AgentStudioAgentVersion>;
|
|
3377
|
+
};
|
|
3378
|
+
export declare type AgentStudioAgentVersionInput = {
|
|
3379
|
+
versionId?: InputMaybe<Scalars['ID']['input']>;
|
|
3380
|
+
versionType?: InputMaybe<AgentStudioAgentVersionType>;
|
|
3381
|
+
};
|
|
3382
|
+
export declare enum AgentStudioAgentVersionType {
|
|
3383
|
+
Draft = "DRAFT",
|
|
3384
|
+
Live = "LIVE",
|
|
3385
|
+
Superseded = "SUPERSEDED"
|
|
3386
|
+
}
|
|
3387
|
+
export declare type AgentStudioAgentVersionsResult = {
|
|
3388
|
+
__typename?: 'AgentStudioAgentVersionsResult';
|
|
3389
|
+
edges?: Maybe<Array<AgentStudioAgentVersionEdge>>;
|
|
3390
|
+
errors?: Maybe<Array<QueryError>>;
|
|
3391
|
+
pageInfo: PageInfo;
|
|
3392
|
+
};
|
|
3356
3393
|
export declare type AgentStudioAgentsConnection = {
|
|
3357
3394
|
__typename?: 'AgentStudioAgentsConnection';
|
|
3358
3395
|
edges: Array<AgentStudioAgentEdge>;
|
|
@@ -3382,7 +3419,15 @@ export declare type AgentStudioAssistant = AgentStudioAgent & Node & {
|
|
|
3382
3419
|
knowledgeSources?: Maybe<AgentStudioKnowledgeConfiguration>;
|
|
3383
3420
|
name?: Maybe<Scalars['String']['output']>;
|
|
3384
3421
|
permissions?: Maybe<AgentStudioAgentPermissions>;
|
|
3422
|
+
scenarioList?: Maybe<AgentStudioScenariosResult>;
|
|
3385
3423
|
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
3424
|
+
version?: Maybe<AgentStudioAgentVersion>;
|
|
3425
|
+
};
|
|
3426
|
+
export declare type AgentStudioAssistantScenarioListArgs = {
|
|
3427
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
3428
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
3429
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
3430
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
3386
3431
|
};
|
|
3387
3432
|
export declare type AgentStudioAssistantConversation = {
|
|
3388
3433
|
__typename?: 'AgentStudioAssistantConversation';
|
|
@@ -3708,6 +3753,9 @@ export declare type AgentStudioDeleteWidgetPayload = Payload & {
|
|
|
3708
3753
|
errors?: Maybe<Array<MutationError>>;
|
|
3709
3754
|
success: Scalars['Boolean']['output'];
|
|
3710
3755
|
};
|
|
3756
|
+
export declare type AgentStudioDuplicateAgentInput = {
|
|
3757
|
+
name?: InputMaybe<Scalars['String']['input']>;
|
|
3758
|
+
};
|
|
3711
3759
|
export declare type AgentStudioEmailChannel = AgentStudioChannel & {
|
|
3712
3760
|
__typename?: 'AgentStudioEmailChannel';
|
|
3713
3761
|
connected?: Maybe<Scalars['Boolean']['output']>;
|
|
@@ -3926,6 +3974,12 @@ export declare enum AgentStudioProductType {
|
|
|
3926
3974
|
RovoAgents = "ROVO_AGENTS",
|
|
3927
3975
|
RovoServiceAgents = "ROVO_SERVICE_AGENTS"
|
|
3928
3976
|
}
|
|
3977
|
+
export declare type AgentStudioPublishAgentVersionPayload = Payload & {
|
|
3978
|
+
__typename?: 'AgentStudioPublishAgentVersionPayload';
|
|
3979
|
+
agent?: Maybe<AgentStudioAgent>;
|
|
3980
|
+
errors?: Maybe<Array<MutationError>>;
|
|
3981
|
+
success: Scalars['Boolean']['output'];
|
|
3982
|
+
};
|
|
3929
3983
|
export declare type AgentStudioRemoveGroupsFromCreatePermissionPayload = Payload & {
|
|
3930
3984
|
__typename?: 'AgentStudioRemoveGroupsFromCreatePermissionPayload';
|
|
3931
3985
|
errors?: Maybe<Array<MutationError>>;
|
|
@@ -4040,7 +4094,15 @@ export declare type AgentStudioServiceAgent = AgentStudioAgent & Node & {
|
|
|
4040
4094
|
linkedJiraProject?: Maybe<JiraProject>;
|
|
4041
4095
|
name?: Maybe<Scalars['String']['output']>;
|
|
4042
4096
|
permissions?: Maybe<AgentStudioAgentPermissions>;
|
|
4097
|
+
scenarioList?: Maybe<AgentStudioScenariosResult>;
|
|
4043
4098
|
scenarios?: Maybe<Array<Maybe<AgentStudioAssistantScenario>>>;
|
|
4099
|
+
version?: Maybe<AgentStudioAgentVersion>;
|
|
4100
|
+
};
|
|
4101
|
+
export declare type AgentStudioServiceAgentScenarioListArgs = {
|
|
4102
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
4103
|
+
before?: InputMaybe<Scalars['String']['input']>;
|
|
4104
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
4105
|
+
last?: InputMaybe<Scalars['Int']['input']>;
|
|
4044
4106
|
};
|
|
4045
4107
|
export declare type AgentStudioSetWidgetByContainerAriInput = {
|
|
4046
4108
|
agentAri: Scalars['ID']['input'];
|
|
@@ -38592,6 +38654,8 @@ export declare type ExternalSoftwareServiceAssociationsMetadataTuple = {
|
|
|
38592
38654
|
export declare type ExternalSpace = Node & {
|
|
38593
38655
|
__typename?: 'ExternalSpace';
|
|
38594
38656
|
associatedWith?: Maybe<ExternalAssociationConnection>;
|
|
38657
|
+
container?: Maybe<ExternalEntity>;
|
|
38658
|
+
containerId?: Maybe<Scalars['ID']['output']>;
|
|
38595
38659
|
createdAt?: Maybe<Scalars['String']['output']>;
|
|
38596
38660
|
createdBy?: Maybe<ExternalUser>;
|
|
38597
38661
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -38603,12 +38667,14 @@ export declare type ExternalSpace = Node & {
|
|
|
38603
38667
|
labels?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
38604
38668
|
lastUpdated?: Maybe<Scalars['String']['output']>;
|
|
38605
38669
|
lastUpdatedBy?: Maybe<ExternalUser>;
|
|
38670
|
+
owners?: Maybe<Array<Maybe<ExternalUser>>>;
|
|
38606
38671
|
parent?: Maybe<ExternalEntity>;
|
|
38607
38672
|
parentId?: Maybe<Scalars['ID']['output']>;
|
|
38608
38673
|
provider?: Maybe<ExternalProvider>;
|
|
38609
38674
|
spaceType?: Maybe<Scalars['String']['output']>;
|
|
38610
38675
|
subtype?: Maybe<ExternalSpaceSubtype>;
|
|
38611
38676
|
thirdPartyId?: Maybe<Scalars['String']['output']>;
|
|
38677
|
+
thumbnail?: Maybe<ExternalThumbnail>;
|
|
38612
38678
|
updateSequenceNumber?: Maybe<Scalars['Long']['output']>;
|
|
38613
38679
|
url?: Maybe<Scalars['String']['output']>;
|
|
38614
38680
|
};
|
|
@@ -45258,6 +45324,8 @@ export declare type GraphStore = {
|
|
|
45258
45324
|
teamConnectedToContainerInverse?: Maybe<GraphStoreSimplifiedTeamConnectedToContainerInverseConnection>;
|
|
45259
45325
|
teamHasAgents?: Maybe<GraphStoreSimplifiedTeamHasAgentsConnection>;
|
|
45260
45326
|
teamHasAgentsInverse?: Maybe<GraphStoreSimplifiedTeamHasAgentsInverseConnection>;
|
|
45327
|
+
teamHasCustomFieldValue?: Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueConnection>;
|
|
45328
|
+
teamHasCustomFieldValueInverse?: Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueInverseConnection>;
|
|
45261
45329
|
teamIsOfType?: Maybe<GraphStoreSimplifiedTeamIsOfTypeConnection>;
|
|
45262
45330
|
teamIsOfTypeInverse?: Maybe<GraphStoreSimplifiedTeamIsOfTypeInverseConnection>;
|
|
45263
45331
|
teamOwnsComponent?: Maybe<GraphStoreSimplifiedTeamOwnsComponentConnection>;
|
|
@@ -50584,6 +50652,22 @@ export declare type GraphStoreTeamHasAgentsInverseArgs = {
|
|
|
50584
50652
|
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
50585
50653
|
sort?: InputMaybe<GraphStoreTeamHasAgentsSortInput>;
|
|
50586
50654
|
};
|
|
50655
|
+
export declare type GraphStoreTeamHasCustomFieldValueArgs = {
|
|
50656
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50657
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50658
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50659
|
+
id: Scalars['ID']['input'];
|
|
50660
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
50661
|
+
sort?: InputMaybe<GraphStoreTeamHasCustomFieldValueSortInput>;
|
|
50662
|
+
};
|
|
50663
|
+
export declare type GraphStoreTeamHasCustomFieldValueInverseArgs = {
|
|
50664
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
50665
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
50666
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
50667
|
+
id: Scalars['ID']['input'];
|
|
50668
|
+
queryContext?: InputMaybe<Scalars['String']['input']>;
|
|
50669
|
+
sort?: InputMaybe<GraphStoreTeamHasCustomFieldValueSortInput>;
|
|
50670
|
+
};
|
|
50587
50671
|
export declare type GraphStoreTeamIsOfTypeArgs = {
|
|
50588
50672
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
50589
50673
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -67716,6 +67800,34 @@ export declare type GraphStoreSimplifiedTeamHasAgentsInverseEdge = {
|
|
|
67716
67800
|
};
|
|
67717
67801
|
export declare type GraphStoreSimplifiedTeamHasAgentsInverseUnion = TeamV2;
|
|
67718
67802
|
export declare type GraphStoreSimplifiedTeamHasAgentsUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
67803
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueConnection = HasPageInfo & {
|
|
67804
|
+
__typename?: 'GraphStoreSimplifiedTeamHasCustomFieldValueConnection';
|
|
67805
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueEdge>>>;
|
|
67806
|
+
pageInfo: PageInfo;
|
|
67807
|
+
};
|
|
67808
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueEdge = {
|
|
67809
|
+
__typename?: 'GraphStoreSimplifiedTeamHasCustomFieldValueEdge';
|
|
67810
|
+
createdAt: Scalars['DateTime']['output'];
|
|
67811
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
67812
|
+
id: Scalars['ID']['output'];
|
|
67813
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
67814
|
+
node?: Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueUnion>;
|
|
67815
|
+
};
|
|
67816
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueInverseConnection = HasPageInfo & {
|
|
67817
|
+
__typename?: 'GraphStoreSimplifiedTeamHasCustomFieldValueInverseConnection';
|
|
67818
|
+
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueInverseEdge>>>;
|
|
67819
|
+
pageInfo: PageInfo;
|
|
67820
|
+
};
|
|
67821
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueInverseEdge = {
|
|
67822
|
+
__typename?: 'GraphStoreSimplifiedTeamHasCustomFieldValueInverseEdge';
|
|
67823
|
+
createdAt: Scalars['DateTime']['output'];
|
|
67824
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
67825
|
+
id: Scalars['ID']['output'];
|
|
67826
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
67827
|
+
node?: Maybe<GraphStoreSimplifiedTeamHasCustomFieldValueInverseUnion>;
|
|
67828
|
+
};
|
|
67829
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueInverseUnion = TeamV2;
|
|
67830
|
+
export declare type GraphStoreSimplifiedTeamHasCustomFieldValueUnion = TeamCustomFieldValue;
|
|
67719
67831
|
export declare type GraphStoreSimplifiedTeamIsOfTypeConnection = HasPageInfo & {
|
|
67720
67832
|
__typename?: 'GraphStoreSimplifiedTeamIsOfTypeConnection';
|
|
67721
67833
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedTeamIsOfTypeEdge>>>;
|
|
@@ -72137,6 +72249,9 @@ export declare type GraphStoreTeamConnectedToContainerSortInput = {
|
|
|
72137
72249
|
export declare type GraphStoreTeamHasAgentsSortInput = {
|
|
72138
72250
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72139
72251
|
};
|
|
72252
|
+
export declare type GraphStoreTeamHasCustomFieldValueSortInput = {
|
|
72253
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72254
|
+
};
|
|
72140
72255
|
export declare type GraphStoreTeamIsOfTypeSortInput = {
|
|
72141
72256
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
72142
72257
|
};
|
|
@@ -72675,6 +72790,8 @@ export declare type GraphStoreV2 = {
|
|
|
72675
72790
|
atlassianProjectLinksAtlassianProject?: Maybe<GraphStoreV2SimplifiedAtlassianProjectLinksAtlassianProjectConnection>;
|
|
72676
72791
|
atlassianTeamHasAtlassianAgent?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianAgentConnection>;
|
|
72677
72792
|
atlassianTeamHasAtlassianAgentInverse?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianAgentInverseConnection>;
|
|
72793
|
+
atlassianTeamHasAtlassianTeamCustomFieldValue?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueConnection>;
|
|
72794
|
+
atlassianTeamHasAtlassianTeamCustomFieldValueInverse?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseConnection>;
|
|
72678
72795
|
atlassianTeamHasChildAtlassianTeam?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasChildAtlassianTeamConnection>;
|
|
72679
72796
|
atlassianTeamHasChildAtlassianTeamInverse?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasChildAtlassianTeamInverseConnection>;
|
|
72680
72797
|
atlassianTeamIsAtlassianTeamType?: Maybe<GraphStoreV2SimplifiedAtlassianTeamIsAtlassianTeamTypeConnection>;
|
|
@@ -73476,6 +73593,20 @@ export declare type GraphStoreV2AtlassianTeamHasAtlassianAgentInverseArgs = {
|
|
|
73476
73593
|
id: Scalars['ID']['input'];
|
|
73477
73594
|
sort?: InputMaybe<GraphStoreV2AtlassianTeamHasAtlassianAgentSortInput>;
|
|
73478
73595
|
};
|
|
73596
|
+
export declare type GraphStoreV2AtlassianTeamHasAtlassianTeamCustomFieldValueArgs = {
|
|
73597
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73598
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73599
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73600
|
+
id: Scalars['ID']['input'];
|
|
73601
|
+
sort?: InputMaybe<GraphStoreV2AtlassianTeamHasAtlassianTeamCustomFieldValueSortInput>;
|
|
73602
|
+
};
|
|
73603
|
+
export declare type GraphStoreV2AtlassianTeamHasAtlassianTeamCustomFieldValueInverseArgs = {
|
|
73604
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
73605
|
+
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
73606
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
73607
|
+
id: Scalars['ID']['input'];
|
|
73608
|
+
sort?: InputMaybe<GraphStoreV2AtlassianTeamHasAtlassianTeamCustomFieldValueSortInput>;
|
|
73609
|
+
};
|
|
73479
73610
|
export declare type GraphStoreV2AtlassianTeamHasChildAtlassianTeamArgs = {
|
|
73480
73611
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
73481
73612
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -78138,6 +78269,9 @@ export declare type GraphStoreV2AtlassianProjectLinksAtlassianProjectSortInput =
|
|
|
78138
78269
|
export declare type GraphStoreV2AtlassianTeamHasAtlassianAgentSortInput = {
|
|
78139
78270
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
78140
78271
|
};
|
|
78272
|
+
export declare type GraphStoreV2AtlassianTeamHasAtlassianTeamCustomFieldValueSortInput = {
|
|
78273
|
+
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
78274
|
+
};
|
|
78141
78275
|
export declare type GraphStoreV2AtlassianTeamHasChildAtlassianTeamSortInput = {
|
|
78142
78276
|
createdAt?: InputMaybe<GraphStoreSortInput>;
|
|
78143
78277
|
fromAti?: InputMaybe<GraphStoreSortInput>;
|
|
@@ -81764,6 +81898,34 @@ export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianAgentInverseE
|
|
|
81764
81898
|
};
|
|
81765
81899
|
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianAgentInverseUnion = TeamV2;
|
|
81766
81900
|
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianAgentUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
81901
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueConnection = HasPageInfo & {
|
|
81902
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueConnection';
|
|
81903
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueEdge>>>;
|
|
81904
|
+
pageInfo: PageInfo;
|
|
81905
|
+
};
|
|
81906
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueEdge = {
|
|
81907
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueEdge';
|
|
81908
|
+
createdAt: Scalars['DateTime']['output'];
|
|
81909
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
81910
|
+
id: Scalars['ID']['output'];
|
|
81911
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
81912
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueUnion>;
|
|
81913
|
+
};
|
|
81914
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseConnection = HasPageInfo & {
|
|
81915
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseConnection';
|
|
81916
|
+
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseEdge>>>;
|
|
81917
|
+
pageInfo: PageInfo;
|
|
81918
|
+
};
|
|
81919
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseEdge = {
|
|
81920
|
+
__typename?: 'GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseEdge';
|
|
81921
|
+
createdAt: Scalars['DateTime']['output'];
|
|
81922
|
+
cursor?: Maybe<Scalars['String']['output']>;
|
|
81923
|
+
id: Scalars['ID']['output'];
|
|
81924
|
+
lastUpdated: Scalars['DateTime']['output'];
|
|
81925
|
+
node?: Maybe<GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseUnion>;
|
|
81926
|
+
};
|
|
81927
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueInverseUnion = TeamV2;
|
|
81928
|
+
export declare type GraphStoreV2SimplifiedAtlassianTeamHasAtlassianTeamCustomFieldValueUnion = TeamCustomFieldValue;
|
|
81767
81929
|
export declare type GraphStoreV2SimplifiedAtlassianTeamHasChildAtlassianTeamConnection = HasPageInfo & HasTotal & {
|
|
81768
81930
|
__typename?: 'GraphStoreV2SimplifiedAtlassianTeamHasChildAtlassianTeamConnection';
|
|
81769
81931
|
edges?: Maybe<Array<Maybe<GraphStoreV2SimplifiedAtlassianTeamHasChildAtlassianTeamEdge>>>;
|
|
@@ -101183,6 +101345,11 @@ export declare type JiraFallbackField = JiraIssueField & JiraIssueFieldConfigura
|
|
|
101183
101345
|
renderedFieldHtml?: Maybe<Scalars['String']['output']>;
|
|
101184
101346
|
type: Scalars['String']['output'];
|
|
101185
101347
|
};
|
|
101348
|
+
export declare type JiraFavicon = {
|
|
101349
|
+
__typename?: 'JiraFavicon';
|
|
101350
|
+
isCustom?: Maybe<Scalars['Boolean']['output']>;
|
|
101351
|
+
path?: Maybe<Scalars['String']['output']>;
|
|
101352
|
+
};
|
|
101186
101353
|
export declare type JiraFavourite = JiraBoard | JiraCustomFilter | JiraDashboard | JiraPlan | JiraProject | JiraServiceManagementQueue | JiraSystemFilter;
|
|
101187
101354
|
export declare type JiraFavouriteConnection = {
|
|
101188
101355
|
__typename?: 'JiraFavouriteConnection';
|
|
@@ -106623,6 +106790,11 @@ export declare type JiraListViewViewSettingsArgs = {
|
|
|
106623
106790
|
settings?: InputMaybe<JiraIssueSearchSettings>;
|
|
106624
106791
|
staticViewInput?: InputMaybe<JiraIssueSearchStaticViewInput>;
|
|
106625
106792
|
};
|
|
106793
|
+
export declare type JiraLogo = {
|
|
106794
|
+
__typename?: 'JiraLogo';
|
|
106795
|
+
isCustom?: Maybe<Scalars['Boolean']['output']>;
|
|
106796
|
+
path?: Maybe<Scalars['String']['output']>;
|
|
106797
|
+
};
|
|
106626
106798
|
export declare type JiraLongRunningTaskProgress = {
|
|
106627
106799
|
__typename?: 'JiraLongRunningTaskProgress';
|
|
106628
106800
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -106642,6 +106814,15 @@ export declare enum JiraLongRunningTaskStatus {
|
|
|
106642
106814
|
Failed = "FAILED",
|
|
106643
106815
|
Running = "RUNNING"
|
|
106644
106816
|
}
|
|
106817
|
+
export declare type JiraLookAndFeel = {
|
|
106818
|
+
__typename?: 'JiraLookAndFeel';
|
|
106819
|
+
favicon?: Maybe<JiraFavicon>;
|
|
106820
|
+
logo?: Maybe<JiraLogo>;
|
|
106821
|
+
};
|
|
106822
|
+
export declare type JiraLookAndFeelImageInput = {
|
|
106823
|
+
mediaFileId?: InputMaybe<Scalars['ID']['input']>;
|
|
106824
|
+
url?: InputMaybe<Scalars['URL']['input']>;
|
|
106825
|
+
};
|
|
106645
106826
|
export declare type JiraMediaAttachmentFile = {
|
|
106646
106827
|
__typename?: 'JiraMediaAttachmentFile';
|
|
106647
106828
|
attachmentId?: Maybe<Scalars['String']['output']>;
|
|
@@ -112598,6 +112779,22 @@ export declare type JiraReportsPage = {
|
|
|
112598
112779
|
__typename?: 'JiraReportsPage';
|
|
112599
112780
|
categories?: Maybe<Array<Maybe<JiraReportCategory>>>;
|
|
112600
112781
|
};
|
|
112782
|
+
export declare type JiraResetFaviconInput = {
|
|
112783
|
+
cloudId: Scalars['ID']['input'];
|
|
112784
|
+
};
|
|
112785
|
+
export declare type JiraResetFaviconPayload = Payload & {
|
|
112786
|
+
__typename?: 'JiraResetFaviconPayload';
|
|
112787
|
+
errors?: Maybe<Array<MutationError>>;
|
|
112788
|
+
success: Scalars['Boolean']['output'];
|
|
112789
|
+
};
|
|
112790
|
+
export declare type JiraResetLogoInput = {
|
|
112791
|
+
cloudId: Scalars['ID']['input'];
|
|
112792
|
+
};
|
|
112793
|
+
export declare type JiraResetLogoPayload = Payload & {
|
|
112794
|
+
__typename?: 'JiraResetLogoPayload';
|
|
112795
|
+
errors?: Maybe<Array<MutationError>>;
|
|
112796
|
+
success: Scalars['Boolean']['output'];
|
|
112797
|
+
};
|
|
112601
112798
|
export declare type JiraResolution = Node & {
|
|
112602
112799
|
__typename?: 'JiraResolution';
|
|
112603
112800
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -114578,6 +114775,15 @@ export declare type JiraSetDefaultNavigationItemPayload = Payload & {
|
|
|
114578
114775
|
previousDefault?: Maybe<JiraNavigationItem>;
|
|
114579
114776
|
success: Scalars['Boolean']['output'];
|
|
114580
114777
|
};
|
|
114778
|
+
export declare type JiraSetFaviconInput = {
|
|
114779
|
+
cloudId: Scalars['ID']['input'];
|
|
114780
|
+
faviconImageInput: JiraLookAndFeelImageInput;
|
|
114781
|
+
};
|
|
114782
|
+
export declare type JiraSetFaviconPayload = Payload & {
|
|
114783
|
+
__typename?: 'JiraSetFaviconPayload';
|
|
114784
|
+
errors?: Maybe<Array<MutationError>>;
|
|
114785
|
+
success: Scalars['Boolean']['output'];
|
|
114786
|
+
};
|
|
114581
114787
|
export declare type JiraSetFieldAssociationWithIssueTypesInput = {
|
|
114582
114788
|
cloudId: Scalars['ID']['input'];
|
|
114583
114789
|
fieldId: Scalars['ID']['input'];
|
|
@@ -114703,6 +114909,15 @@ export declare type JiraSetIssueSearchViewLayoutPayload = Payload & {
|
|
|
114703
114909
|
errors?: Maybe<Array<MutationError>>;
|
|
114704
114910
|
success: Scalars['Boolean']['output'];
|
|
114705
114911
|
};
|
|
114912
|
+
export declare type JiraSetLogoInput = {
|
|
114913
|
+
cloudId: Scalars['ID']['input'];
|
|
114914
|
+
logoImageInput: JiraLookAndFeelImageInput;
|
|
114915
|
+
};
|
|
114916
|
+
export declare type JiraSetLogoPayload = Payload & {
|
|
114917
|
+
__typename?: 'JiraSetLogoPayload';
|
|
114918
|
+
errors?: Maybe<Array<MutationError>>;
|
|
114919
|
+
success: Scalars['Boolean']['output'];
|
|
114920
|
+
};
|
|
114706
114921
|
export declare type JiraSetMostRecentlyViewedBoardPayload = Payload & {
|
|
114707
114922
|
__typename?: 'JiraSetMostRecentlyViewedBoardPayload';
|
|
114708
114923
|
board?: Maybe<JiraBoard>;
|
|
@@ -130128,7 +130343,9 @@ export declare type Mutation = {
|
|
|
130128
130343
|
agentStudio_deleteAgent?: Maybe<AgentStudioDeleteAgentPayload>;
|
|
130129
130344
|
agentStudio_deleteScenario?: Maybe<AgentStudioDeleteScenarioPayload>;
|
|
130130
130345
|
agentStudio_deleteWidget?: Maybe<AgentStudioDeleteWidgetPayload>;
|
|
130346
|
+
agentStudio_duplicateAgent?: Maybe<AgentStudioCreateAgentPayload>;
|
|
130131
130347
|
agentStudio_modifyDatasetItem?: Maybe<AgentStudioUpdateDatasetItemPayload>;
|
|
130348
|
+
agentStudio_publishAgentVersion?: Maybe<AgentStudioPublishAgentVersionPayload>;
|
|
130132
130349
|
agentStudio_removeActorRoles?: Maybe<AgentStudioUpdateAgentPermissionPayload>;
|
|
130133
130350
|
agentStudio_removeDataset?: Maybe<AgentStudioDeleteDatasetPayload>;
|
|
130134
130351
|
agentStudio_removeDatasetItem?: Maybe<AgentStudioDeleteDatasetItemPayload>;
|
|
@@ -130690,6 +130907,8 @@ export declare type Mutation = {
|
|
|
130690
130907
|
jira_renameBoardViewStatusColumn?: Maybe<JiraRenameBoardViewStatusColumnPayload>;
|
|
130691
130908
|
jira_reorderBoardViewColumn?: Maybe<JiraReorderBoardViewColumnPayload>;
|
|
130692
130909
|
jira_reorderProjectsSidebarMenuItem?: Maybe<JiraProjectsSidebarMenu>;
|
|
130910
|
+
jira_resetFavicon?: Maybe<JiraResetFaviconPayload>;
|
|
130911
|
+
jira_resetLogo?: Maybe<JiraResetLogoPayload>;
|
|
130693
130912
|
jira_restoreCustomFields?: Maybe<JiraRestoreCustomFieldsPayload>;
|
|
130694
130913
|
jira_restoreGlobalCustomFields?: Maybe<JiraRestoreGlobalCustomFieldsPayload>;
|
|
130695
130914
|
jira_scheduleTimelineItem?: Maybe<JiraScheduleTimelineItemPayload>;
|
|
@@ -130721,6 +130940,7 @@ export declare type Mutation = {
|
|
|
130721
130940
|
jira_setBoardViewWorkflowSelected?: Maybe<JiraSetBoardViewWorkflowSelectedPayload>;
|
|
130722
130941
|
jira_setCapacityMostRecentSubRoute?: Maybe<JiraSetCapacityMostRecentSubRoutePayload>;
|
|
130723
130942
|
jira_setCustomFieldTranslation?: Maybe<JiraSetCustomFieldTranslationPayload>;
|
|
130943
|
+
jira_setFavicon?: Maybe<JiraSetFaviconPayload>;
|
|
130724
130944
|
jira_setFieldSetsPreferences?: Maybe<JiraSetFieldSetsPreferencesPayload>;
|
|
130725
130945
|
jira_setGlobalPermissionUserGroups?: Maybe<JiraGlobalPermissionSetUserGroupsPayload>;
|
|
130726
130946
|
jira_setIsAgentAssignable?: Maybe<JiraSetIsAgentAssignableResponsePayload>;
|
|
@@ -130732,6 +130952,7 @@ export declare type Mutation = {
|
|
|
130732
130952
|
jira_setIssueSearchHierarchyEnabled?: Maybe<JiraSetIssueSearchHierarchyEnabledPayload>;
|
|
130733
130953
|
jira_setIssueSearchJql?: Maybe<JiraSetIssueSearchJqlPayload>;
|
|
130734
130954
|
jira_setIssueSearchViewLayout?: Maybe<JiraSetIssueSearchViewLayoutPayload>;
|
|
130955
|
+
jira_setLogo?: Maybe<JiraSetLogoPayload>;
|
|
130735
130956
|
jira_setShowUnscheduledIssuesCalendarPanel?: Maybe<JiraShowUnscheduledIssuesCalendarMutationPayload>;
|
|
130736
130957
|
jira_setTimelineHighlightedReleases?: Maybe<JiraSetTimelineHighlightedReleasesPayload>;
|
|
130737
130958
|
jira_setTimelineViewRangeMode?: Maybe<JiraSetTimelineViewRangeModePayload>;
|
|
@@ -131249,12 +131470,19 @@ export declare type MutationAgentStudio_DeleteWidgetArgs = {
|
|
|
131249
131470
|
cloudId: Scalars['String']['input'];
|
|
131250
131471
|
widgetId: Scalars['ID']['input'];
|
|
131251
131472
|
};
|
|
131473
|
+
export declare type MutationAgentStudio_DuplicateAgentArgs = {
|
|
131474
|
+
id: Scalars['ID']['input'];
|
|
131475
|
+
input?: InputMaybe<AgentStudioDuplicateAgentInput>;
|
|
131476
|
+
};
|
|
131252
131477
|
export declare type MutationAgentStudio_ModifyDatasetItemArgs = {
|
|
131253
131478
|
cloudId: Scalars['String']['input'];
|
|
131254
131479
|
input: AgentStudioUpdateDatasetItemInput;
|
|
131255
131480
|
productType: AgentStudioProductType;
|
|
131256
131481
|
projectContainerAri: Scalars['ID']['input'];
|
|
131257
131482
|
};
|
|
131483
|
+
export declare type MutationAgentStudio_PublishAgentVersionArgs = {
|
|
131484
|
+
id: Scalars['ID']['input'];
|
|
131485
|
+
};
|
|
131258
131486
|
export declare type MutationAgentStudio_RemoveActorRolesArgs = {
|
|
131259
131487
|
id: Scalars['ID']['input'];
|
|
131260
131488
|
input: AgentStudioUpdateAgentPermissionInput;
|
|
@@ -133248,6 +133476,12 @@ export declare type MutationJira_ReorderBoardViewColumnArgs = {
|
|
|
133248
133476
|
export declare type MutationJira_ReorderProjectsSidebarMenuItemArgs = {
|
|
133249
133477
|
input: JiraReorderSidebarMenuItemInput;
|
|
133250
133478
|
};
|
|
133479
|
+
export declare type MutationJira_ResetFaviconArgs = {
|
|
133480
|
+
input: JiraResetFaviconInput;
|
|
133481
|
+
};
|
|
133482
|
+
export declare type MutationJira_ResetLogoArgs = {
|
|
133483
|
+
input: JiraResetLogoInput;
|
|
133484
|
+
};
|
|
133251
133485
|
export declare type MutationJira_RestoreCustomFieldsArgs = {
|
|
133252
133486
|
cloudId: Scalars['ID']['input'];
|
|
133253
133487
|
input: JiraRestoreCustomFieldsInput;
|
|
@@ -133345,6 +133579,9 @@ export declare type MutationJira_SetCustomFieldTranslationArgs = {
|
|
|
133345
133579
|
cloudId: Scalars['ID']['input'];
|
|
133346
133580
|
input: JiraSetCustomFieldTranslationInput;
|
|
133347
133581
|
};
|
|
133582
|
+
export declare type MutationJira_SetFaviconArgs = {
|
|
133583
|
+
input: JiraSetFaviconInput;
|
|
133584
|
+
};
|
|
133348
133585
|
export declare type MutationJira_SetFieldSetsPreferencesArgs = {
|
|
133349
133586
|
input: JiraSetFieldSetsPreferencesInput;
|
|
133350
133587
|
};
|
|
@@ -133380,6 +133617,9 @@ export declare type MutationJira_SetIssueSearchJqlArgs = {
|
|
|
133380
133617
|
export declare type MutationJira_SetIssueSearchViewLayoutArgs = {
|
|
133381
133618
|
input: JiraSetIssueSearchViewLayoutInput;
|
|
133382
133619
|
};
|
|
133620
|
+
export declare type MutationJira_SetLogoArgs = {
|
|
133621
|
+
input: JiraSetLogoInput;
|
|
133622
|
+
};
|
|
133383
133623
|
export declare type MutationJira_SetShowUnscheduledIssuesCalendarPanelArgs = {
|
|
133384
133624
|
cloudId: Scalars['ID']['input'];
|
|
133385
133625
|
show: Scalars['Boolean']['input'];
|
|
@@ -137533,6 +137773,7 @@ export declare type Query = {
|
|
|
137533
137773
|
agentStudio_getAgentActorRoles?: Maybe<AgentStudioActorRoles>;
|
|
137534
137774
|
agentStudio_getAgentByProductAri?: Maybe<AgentStudioProductAriAgentResult>;
|
|
137535
137775
|
agentStudio_getAgentUsePermissionSettings?: Maybe<AgentStudioAgentUsePermissionSettings>;
|
|
137776
|
+
agentStudio_getAgentVersions?: Maybe<AgentStudioAgentVersionsResult>;
|
|
137536
137777
|
agentStudio_getAgents?: Maybe<AgentStudioAgentsConnection>;
|
|
137537
137778
|
agentStudio_getByExternalReference?: Maybe<AgentStudioAgentResult>;
|
|
137538
137779
|
agentStudio_getCreateAgentPermissions?: Maybe<AgentStudioAgentCreatePermissionsConnection>;
|
|
@@ -138157,6 +138398,7 @@ export declare type Query = {
|
|
|
138157
138398
|
jira_issueSearchViewsByIds?: Maybe<Array<Maybe<JiraIssueSearchView>>>;
|
|
138158
138399
|
jira_issuesByIds?: Maybe<Array<Maybe<JiraIssue>>>;
|
|
138159
138400
|
jira_jiraServiceManagementDefaultCommentBehavior?: Maybe<JiraServiceManagementDefaultCommentBehavior>;
|
|
138401
|
+
jira_lookAndFeel?: Maybe<JiraLookAndFeel>;
|
|
138160
138402
|
jira_mergeIssuesOperationProgress?: Maybe<JiraMergeIssuesOperationProgressResult>;
|
|
138161
138403
|
jira_onboardingConfigById?: Maybe<JiraOnboardingConfig>;
|
|
138162
138404
|
jira_onboardingConfigByTarget?: Maybe<JiraOnboardingConfig>;
|
|
@@ -138795,6 +139037,7 @@ export declare type QueryAgentAi_SummarizeIssueArgs = {
|
|
|
138795
139037
|
export declare type QueryAgentStudio_AgentByIdArgs = {
|
|
138796
139038
|
id: Scalars['ID']['input'];
|
|
138797
139039
|
product?: InputMaybe<Scalars['String']['input']>;
|
|
139040
|
+
version?: InputMaybe<AgentStudioAgentVersionInput>;
|
|
138798
139041
|
workspaceId?: InputMaybe<Scalars['String']['input']>;
|
|
138799
139042
|
};
|
|
138800
139043
|
export declare type QueryAgentStudio_AgentByIdentityAccountIdArgs = {
|
|
@@ -138903,6 +139146,11 @@ export declare type QueryAgentStudio_GetAgentByProductAriArgs = {
|
|
|
138903
139146
|
export declare type QueryAgentStudio_GetAgentUsePermissionSettingsArgs = {
|
|
138904
139147
|
id: Scalars['ID']['input'];
|
|
138905
139148
|
};
|
|
139149
|
+
export declare type QueryAgentStudio_GetAgentVersionsArgs = {
|
|
139150
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
139151
|
+
first?: InputMaybe<Scalars['Int']['input']>;
|
|
139152
|
+
id: Scalars['ID']['input'];
|
|
139153
|
+
};
|
|
138906
139154
|
export declare type QueryAgentStudio_GetAgentsArgs = {
|
|
138907
139155
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
138908
139156
|
cloudId: Scalars['String']['input'];
|
|
@@ -141673,6 +141921,9 @@ export declare type QueryJira_IssuesByIdsArgs = {
|
|
|
141673
141921
|
export declare type QueryJira_JiraServiceManagementDefaultCommentBehaviorArgs = {
|
|
141674
141922
|
cloudId: Scalars['ID']['input'];
|
|
141675
141923
|
};
|
|
141924
|
+
export declare type QueryJira_LookAndFeelArgs = {
|
|
141925
|
+
cloudId: Scalars['ID']['input'];
|
|
141926
|
+
};
|
|
141676
141927
|
export declare type QueryJira_MergeIssuesOperationProgressArgs = {
|
|
141677
141928
|
input: JiraMergeIssuesOperationProgressInput;
|
|
141678
141929
|
};
|