@forge/cli-shared 3.1.0 → 3.1.1-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/CHANGELOG.md
CHANGED
|
@@ -21,6 +21,7 @@ export declare type Scalars = {
|
|
|
21
21
|
CardTypeHierarchyLevelType: any;
|
|
22
22
|
Date: any;
|
|
23
23
|
DateTime: any;
|
|
24
|
+
JSDependency: any;
|
|
24
25
|
JSON: {
|
|
25
26
|
[key: string]: any;
|
|
26
27
|
};
|
|
@@ -2224,18 +2225,14 @@ export declare type CompassCreateFlagEventPropertiesInput = {
|
|
|
2224
2225
|
export declare type CompassCreateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
2225
2226
|
weight: Scalars['Int'];
|
|
2226
2227
|
customFieldDefinitionId: Scalars['ID'];
|
|
2227
|
-
|
|
2228
|
-
|
|
2229
|
-
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
2230
|
-
booleanComparatorValue?: Maybe<Scalars['Boolean']>;
|
|
2228
|
+
booleanComparator: CompassCriteriaBooleanComparatorOptions;
|
|
2229
|
+
booleanComparatorValue: Scalars['Boolean'];
|
|
2231
2230
|
};
|
|
2232
2231
|
export declare type CompassCreateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
2233
2232
|
weight: Scalars['Int'];
|
|
2234
2233
|
customFieldDefinitionId: Scalars['ID'];
|
|
2235
|
-
|
|
2236
|
-
|
|
2237
|
-
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
2238
|
-
numberComparatorValue?: Maybe<Scalars['Float']>;
|
|
2234
|
+
numberComparator: CompassCriteriaNumberComparatorOptions;
|
|
2235
|
+
numberComparatorValue: Scalars['Float'];
|
|
2239
2236
|
};
|
|
2240
2237
|
export declare type CompassCreateHasCustomTextFieldScorecardCriteriaInput = {
|
|
2241
2238
|
weight: Scalars['Int'];
|
|
@@ -2677,8 +2674,6 @@ export declare type CompassHasCustomBooleanFieldScorecardCriteria = CompassScore
|
|
|
2677
2674
|
id: Scalars['ID'];
|
|
2678
2675
|
weight: Scalars['Int'];
|
|
2679
2676
|
customFieldDefinition?: Maybe<CompassCustomBooleanFieldDefinition>;
|
|
2680
|
-
comparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
2681
|
-
comparatorValue?: Maybe<Scalars['Boolean']>;
|
|
2682
2677
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
2683
2678
|
booleanComparatorValue?: Maybe<Scalars['Boolean']>;
|
|
2684
2679
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
@@ -2691,8 +2686,6 @@ export declare type CompassHasCustomNumberFieldScorecardCriteria = CompassScorec
|
|
|
2691
2686
|
id: Scalars['ID'];
|
|
2692
2687
|
weight: Scalars['Int'];
|
|
2693
2688
|
customFieldDefinition?: Maybe<CompassCustomNumberFieldDefinition>;
|
|
2694
|
-
comparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
2695
|
-
comparatorValue?: Maybe<Scalars['Float']>;
|
|
2696
2689
|
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
2697
2690
|
numberComparatorValue?: Maybe<Scalars['Float']>;
|
|
2698
2691
|
scorecardCriteriaScore?: Maybe<CompassScorecardCriteriaScore>;
|
|
@@ -3287,8 +3280,6 @@ export declare type CompassUpdateHasCustomBooleanFieldScorecardCriteriaInput = {
|
|
|
3287
3280
|
id: Scalars['ID'];
|
|
3288
3281
|
weight?: Maybe<Scalars['Int']>;
|
|
3289
3282
|
customFieldDefinitionId?: Maybe<Scalars['ID']>;
|
|
3290
|
-
comparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
3291
|
-
comparatorValue?: Maybe<Scalars['Boolean']>;
|
|
3292
3283
|
booleanComparator?: Maybe<CompassCriteriaBooleanComparatorOptions>;
|
|
3293
3284
|
booleanComparatorValue?: Maybe<Scalars['Boolean']>;
|
|
3294
3285
|
};
|
|
@@ -3296,8 +3287,6 @@ export declare type CompassUpdateHasCustomNumberFieldScorecardCriteriaInput = {
|
|
|
3296
3287
|
id: Scalars['ID'];
|
|
3297
3288
|
weight?: Maybe<Scalars['Int']>;
|
|
3298
3289
|
customFieldDefinitionId?: Maybe<Scalars['ID']>;
|
|
3299
|
-
comparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
3300
|
-
comparatorValue?: Maybe<Scalars['Float']>;
|
|
3301
3290
|
numberComparator?: Maybe<CompassCriteriaNumberComparatorOptions>;
|
|
3302
3291
|
numberComparatorValue?: Maybe<Scalars['Float']>;
|
|
3303
3292
|
};
|
|
@@ -10341,6 +10330,17 @@ export declare type JiraMediaUploadToken = {
|
|
|
10341
10330
|
tokenDurationInMin?: Maybe<Scalars['Int']>;
|
|
10342
10331
|
};
|
|
10343
10332
|
export declare type JiraMediaUploadTokenResult = JiraMediaUploadToken | QueryError;
|
|
10333
|
+
export declare type JiraMoveIssuesToFixVersionInput = {
|
|
10334
|
+
issueIds: Array<Scalars['ID']>;
|
|
10335
|
+
originalVersionId: Scalars['ID'];
|
|
10336
|
+
targetVersionId: Scalars['ID'];
|
|
10337
|
+
};
|
|
10338
|
+
export declare type JiraMoveIssuesToFixVersionPayload = Payload & {
|
|
10339
|
+
__typename?: 'JiraMoveIssuesToFixVersionPayload';
|
|
10340
|
+
originalVersion?: Maybe<JiraVersion>;
|
|
10341
|
+
success: Scalars['Boolean'];
|
|
10342
|
+
errors?: Maybe<Array<MutationError>>;
|
|
10343
|
+
};
|
|
10344
10344
|
export declare enum JiraMultiValueFieldOperations {
|
|
10345
10345
|
Add = "ADD",
|
|
10346
10346
|
Remove = "REMOVE",
|
|
@@ -10472,6 +10472,8 @@ export declare type JiraMutation = {
|
|
|
10472
10472
|
removePermissionSchemeGrants?: Maybe<JiraPermissionSchemeRemoveGrantPayload>;
|
|
10473
10473
|
updateIssueHierarchyConfig?: Maybe<JiraIssueHierarchyConfigurationMutationResult>;
|
|
10474
10474
|
addIssuesToFixVersion?: Maybe<JiraAddIssuesToFixVersionPayload>;
|
|
10475
|
+
moveIssuesToFixVersion?: Maybe<JiraMoveIssuesToFixVersionPayload>;
|
|
10476
|
+
removeIssuesFromFixVersion?: Maybe<JiraRemoveIssuesFromFixVersionPayload>;
|
|
10475
10477
|
updateVersionWarningConfig?: Maybe<JiraUpdateVersionWarningConfigPayload>;
|
|
10476
10478
|
addRelatedWorkToVersion?: Maybe<JiraAddRelatedWorkToVersionPayload>;
|
|
10477
10479
|
removeRelatedWorkFromVersion?: Maybe<JiraRemoveRelatedWorkFromVersionPayload>;
|
|
@@ -10514,6 +10516,12 @@ export declare type JiraMutationUpdateIssueHierarchyConfigArgs = {
|
|
|
10514
10516
|
export declare type JiraMutationAddIssuesToFixVersionArgs = {
|
|
10515
10517
|
input: JiraAddIssuesToFixVersionInput;
|
|
10516
10518
|
};
|
|
10519
|
+
export declare type JiraMutationMoveIssuesToFixVersionArgs = {
|
|
10520
|
+
input: JiraMoveIssuesToFixVersionInput;
|
|
10521
|
+
};
|
|
10522
|
+
export declare type JiraMutationRemoveIssuesFromFixVersionArgs = {
|
|
10523
|
+
input: JiraRemoveIssuesFromFixVersionInput;
|
|
10524
|
+
};
|
|
10517
10525
|
export declare type JiraMutationUpdateVersionWarningConfigArgs = {
|
|
10518
10526
|
input: JiraUpdateVersionWarningConfigInput;
|
|
10519
10527
|
};
|
|
@@ -11798,6 +11806,16 @@ export declare type JiraReleasesTimeWindowInput = {
|
|
|
11798
11806
|
after: Scalars['DateTime'];
|
|
11799
11807
|
before: Scalars['DateTime'];
|
|
11800
11808
|
};
|
|
11809
|
+
export declare type JiraRemoveIssuesFromFixVersionInput = {
|
|
11810
|
+
issueIds: Array<Scalars['ID']>;
|
|
11811
|
+
versionId: Scalars['ID'];
|
|
11812
|
+
};
|
|
11813
|
+
export declare type JiraRemoveIssuesFromFixVersionPayload = Payload & {
|
|
11814
|
+
__typename?: 'JiraRemoveIssuesFromFixVersionPayload';
|
|
11815
|
+
version?: Maybe<JiraVersion>;
|
|
11816
|
+
success: Scalars['Boolean'];
|
|
11817
|
+
errors?: Maybe<Array<MutationError>>;
|
|
11818
|
+
};
|
|
11801
11819
|
export declare type JiraRemoveRelatedWorkFromVersionInput = {
|
|
11802
11820
|
versionId: Scalars['ID'];
|
|
11803
11821
|
relatedWorkId: Scalars['ID'];
|
|
@@ -13040,6 +13058,7 @@ export declare type JiraVersion = Node & {
|
|
|
13040
13058
|
relatedWork?: Maybe<JiraVersionRelatedWorkConnection>;
|
|
13041
13059
|
suggestedRelatedWorkCategories?: Maybe<Array<Maybe<Scalars['String']>>>;
|
|
13042
13060
|
canEdit?: Maybe<Scalars['Boolean']>;
|
|
13061
|
+
canAddAndRemoveIssues?: Maybe<Scalars['Boolean']>;
|
|
13043
13062
|
releaseNotesOptionsIssueTypes?: Maybe<JiraIssueTypeConnection>;
|
|
13044
13063
|
releaseNotesOptionsIssueFields?: Maybe<JiraIssueFieldConnection>;
|
|
13045
13064
|
releaseNotes?: Maybe<JiraAdf>;
|
|
@@ -13448,6 +13467,7 @@ export declare type MarketplaceCloudFortified = {
|
|
|
13448
13467
|
programStatus?: Maybe<MarketplaceProgramStatus>;
|
|
13449
13468
|
};
|
|
13450
13469
|
export declare enum MarketplaceCloudFortifiedStatus {
|
|
13470
|
+
Applied = "APPLIED",
|
|
13451
13471
|
Approved = "APPROVED",
|
|
13452
13472
|
Rejected = "REJECTED",
|
|
13453
13473
|
NotAParticipant = "NOT_A_PARTICIPANT"
|
|
@@ -13515,6 +13535,7 @@ export declare type MarketplacePartner = {
|
|
|
13515
13535
|
programs?: Maybe<MarketplacePartnerPrograms>;
|
|
13516
13536
|
partnerType?: Maybe<MarketplacePartnerType>;
|
|
13517
13537
|
partnerTier?: Maybe<MarketplacePartnerTier>;
|
|
13538
|
+
logo?: Maybe<MarketplaceListingImage>;
|
|
13518
13539
|
isUserContact?: Maybe<Scalars['Boolean']>;
|
|
13519
13540
|
};
|
|
13520
13541
|
export declare type MarketplacePartnerAddress = {
|
|
@@ -13629,6 +13650,7 @@ export declare enum MarketplacePricingTierType {
|
|
|
13629
13650
|
RemoteAgentTiered = "REMOTE_AGENT_TIERED"
|
|
13630
13651
|
}
|
|
13631
13652
|
export declare enum MarketplaceProgramStatus {
|
|
13653
|
+
Applied = "APPLIED",
|
|
13632
13654
|
Approved = "APPROVED",
|
|
13633
13655
|
Rejected = "REJECTED",
|
|
13634
13656
|
NotAParticipant = "NOT_A_PARTICIPANT"
|
|
@@ -14712,6 +14734,7 @@ export declare enum PolarisFieldType {
|
|
|
14712
14734
|
PolarisIdeaOptionsField = "PolarisIdeaOptionsField",
|
|
14713
14735
|
PolarisIdeaLabelsField = "PolarisIdeaLabelsField",
|
|
14714
14736
|
PolarisIdeaNumberField = "PolarisIdeaNumberField",
|
|
14737
|
+
PolarisIdeaExternalReferenceField = "PolarisIdeaExternalReferenceField",
|
|
14715
14738
|
PolarisIdeaPlayField = "PolarisIdeaPlayField"
|
|
14716
14739
|
}
|
|
14717
14740
|
export declare type PolarisFilterInput = {
|
|
@@ -14848,6 +14871,25 @@ export declare type PolarisIdeaDocumentField = PolarisIdeaField & {
|
|
|
14848
14871
|
emoji?: Maybe<Scalars['String']>;
|
|
14849
14872
|
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
14850
14873
|
};
|
|
14874
|
+
export declare type PolarisIdeaExternalReferenceField = PolarisIdeaField & {
|
|
14875
|
+
__typename?: 'PolarisIdeaExternalReferenceField';
|
|
14876
|
+
id: Scalars['ID'];
|
|
14877
|
+
fieldId?: Maybe<Scalars['Int']>;
|
|
14878
|
+
fieldName?: Maybe<Scalars['String']>;
|
|
14879
|
+
label: Scalars['String'];
|
|
14880
|
+
editable: Scalars['Boolean'];
|
|
14881
|
+
sortable: Scalars['Boolean'];
|
|
14882
|
+
groupable: Scalars['Boolean'];
|
|
14883
|
+
linearizable: Scalars['Boolean'];
|
|
14884
|
+
defaultSortOrder?: Maybe<PolarisSortOrder>;
|
|
14885
|
+
jiraFieldKey?: Maybe<Scalars['String']>;
|
|
14886
|
+
decorations?: Maybe<Array<PolarisDecoration>>;
|
|
14887
|
+
formula?: Maybe<Scalars['JSON']>;
|
|
14888
|
+
presentation?: Maybe<PolarisPresentation>;
|
|
14889
|
+
description?: Maybe<Scalars['String']>;
|
|
14890
|
+
emoji?: Maybe<Scalars['String']>;
|
|
14891
|
+
builtin?: Maybe<BuiltinPolarisIdeaField>;
|
|
14892
|
+
};
|
|
14851
14893
|
export declare type PolarisIdeaField = {
|
|
14852
14894
|
id: Scalars['ID'];
|
|
14853
14895
|
jiraFieldKey?: Maybe<Scalars['String']>;
|
|
@@ -17084,6 +17126,7 @@ export declare type SearchConfluencePageBlogAttachment = SearchResult & {
|
|
|
17084
17126
|
description: Scalars['String'];
|
|
17085
17127
|
lastModifiedDate?: Maybe<Scalars['DateTime']>;
|
|
17086
17128
|
space?: Maybe<SearchSpace>;
|
|
17129
|
+
pageEntity?: Maybe<ConfluencePage>;
|
|
17087
17130
|
};
|
|
17088
17131
|
export declare enum SearchConfluenceRangeField {
|
|
17089
17132
|
Lastmodified = "LASTMODIFIED",
|
|
@@ -17103,6 +17146,7 @@ export declare type SearchConfluenceSpace = SearchResult & {
|
|
|
17103
17146
|
type: SearchResultType;
|
|
17104
17147
|
description: Scalars['String'];
|
|
17105
17148
|
lastModifiedDate?: Maybe<Scalars['DateTime']>;
|
|
17149
|
+
spaceEntity?: Maybe<ConfluenceSpace>;
|
|
17106
17150
|
};
|
|
17107
17151
|
export declare enum SearchContainerStatus {
|
|
17108
17152
|
Archived = "ARCHIVED",
|
|
@@ -17389,13 +17433,14 @@ export declare enum ShepherdAlertStatus {
|
|
|
17389
17433
|
}
|
|
17390
17434
|
export declare enum ShepherdAlertTemplateType {
|
|
17391
17435
|
AddedOrgadmin = "ADDED_ORGADMIN",
|
|
17436
|
+
AdminPasswordReset = "ADMIN_PASSWORD_RESET",
|
|
17392
17437
|
ConfluencePageCrawling = "CONFLUENCE_PAGE_CRAWLING",
|
|
17393
17438
|
CreatedAuthPolicy = "CREATED_AUTH_POLICY",
|
|
17394
17439
|
CreatedSamlConfig = "CREATED_SAML_CONFIG",
|
|
17395
17440
|
Default = "DEFAULT",
|
|
17396
17441
|
DeletedAuthPolicy = "DELETED_AUTH_POLICY",
|
|
17397
|
-
EnabledGsyncSso = "ENABLED_GSYNC_SSO",
|
|
17398
17442
|
EnableScimSync = "ENABLE_SCIM_SYNC",
|
|
17443
|
+
InitiatedGsyncConnection = "INITIATED_GSYNC_CONNECTION",
|
|
17399
17444
|
TokenCreated = "TOKEN_CREATED",
|
|
17400
17445
|
UpdatedAuthPolicy = "UPDATED_AUTH_POLICY",
|
|
17401
17446
|
UserGrantedRole = "USER_GRANTED_ROLE",
|
|
@@ -17971,6 +18016,7 @@ export declare type SupportRequest = {
|
|
|
17971
18016
|
lastComment: SupportRequestComments;
|
|
17972
18017
|
relatedRequests?: Maybe<Array<Maybe<SupportRequest>>>;
|
|
17973
18018
|
sourceId?: Maybe<Scalars['String']>;
|
|
18019
|
+
activities: SupportRequestActivities;
|
|
17974
18020
|
};
|
|
17975
18021
|
export declare type SupportRequestCommentsArgs = {
|
|
17976
18022
|
offset?: Maybe<Scalars['Int']>;
|
|
@@ -17988,6 +18034,28 @@ export declare type SupportRequestLastCommentArgs = {
|
|
|
17988
18034
|
offset?: Maybe<Scalars['Int']>;
|
|
17989
18035
|
size?: Maybe<Scalars['Int']>;
|
|
17990
18036
|
};
|
|
18037
|
+
export declare type SupportRequestActivitiesArgs = {
|
|
18038
|
+
offset?: Maybe<Scalars['Int']>;
|
|
18039
|
+
size?: Maybe<Scalars['Int']>;
|
|
18040
|
+
};
|
|
18041
|
+
export declare type SupportRequestActivities = {
|
|
18042
|
+
__typename?: 'SupportRequestActivities';
|
|
18043
|
+
offset: Scalars['Int'];
|
|
18044
|
+
limit: Scalars['Int'];
|
|
18045
|
+
total: Scalars['Int'];
|
|
18046
|
+
values?: Maybe<Array<SupportRequestActivity>>;
|
|
18047
|
+
};
|
|
18048
|
+
export declare type SupportRequestActivity = {
|
|
18049
|
+
__typename?: 'SupportRequestActivity';
|
|
18050
|
+
comment?: Maybe<SupportRequestComment>;
|
|
18051
|
+
status?: Maybe<SupportRequestActivityStatus>;
|
|
18052
|
+
};
|
|
18053
|
+
export declare type SupportRequestActivityStatus = {
|
|
18054
|
+
__typename?: 'SupportRequestActivityStatus';
|
|
18055
|
+
text: Scalars['String'];
|
|
18056
|
+
resolution?: Maybe<Scalars['String']>;
|
|
18057
|
+
createdDate?: Maybe<SupportRequestDisplayableDateTime>;
|
|
18058
|
+
};
|
|
17991
18059
|
export declare type SupportRequestAddCommentInput = {
|
|
17992
18060
|
message: Scalars['String'];
|
|
17993
18061
|
issueKey: Scalars['String'];
|
|
@@ -19334,20 +19402,22 @@ export declare type VirtualAgentConfiguration = Node & {
|
|
|
19334
19402
|
__typename?: 'VirtualAgentConfiguration';
|
|
19335
19403
|
id: Scalars['ID'];
|
|
19336
19404
|
respondToQueries: Scalars['Boolean'];
|
|
19337
|
-
intentRuleProjections?: Maybe<
|
|
19405
|
+
intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
|
|
19338
19406
|
};
|
|
19339
19407
|
export declare type VirtualAgentConfigurationIntentRuleProjectionsArgs = {
|
|
19340
|
-
|
|
19408
|
+
first?: Maybe<Scalars['Int']>;
|
|
19409
|
+
after?: Maybe<Scalars['String']>;
|
|
19341
19410
|
};
|
|
19342
19411
|
export declare type VirtualAgentConfigurationResult = VirtualAgentConfiguration | VirtualAgentQueryError;
|
|
19343
19412
|
export declare type VirtualAgentIntentProjection = Node & {
|
|
19344
19413
|
__typename?: 'VirtualAgentIntentProjection';
|
|
19345
19414
|
id: Scalars['ID'];
|
|
19346
19415
|
name: Scalars['String'];
|
|
19347
|
-
questionProjections?: Maybe<
|
|
19416
|
+
questionProjections?: Maybe<VirtualAgentIntentQuestionProjectionsConnection>;
|
|
19348
19417
|
};
|
|
19349
19418
|
export declare type VirtualAgentIntentProjectionQuestionProjectionsArgs = {
|
|
19350
|
-
|
|
19419
|
+
first?: Maybe<Scalars['Int']>;
|
|
19420
|
+
after?: Maybe<Scalars['String']>;
|
|
19351
19421
|
};
|
|
19352
19422
|
export declare type VirtualAgentIntentProjectionResult = VirtualAgentIntentProjection | VirtualAgentQueryError;
|
|
19353
19423
|
export declare type VirtualAgentIntentQuestionProjection = Node & {
|
|
@@ -19366,11 +19436,6 @@ export declare type VirtualAgentIntentQuestionProjectionsConnection = {
|
|
|
19366
19436
|
nodes?: Maybe<Array<Maybe<VirtualAgentIntentQuestionProjection>>>;
|
|
19367
19437
|
pageInfo: PageInfo;
|
|
19368
19438
|
};
|
|
19369
|
-
export declare type VirtualAgentIntentQuestionsQuery = {
|
|
19370
|
-
first?: Maybe<Scalars['Int']>;
|
|
19371
|
-
after?: Maybe<Scalars['String']>;
|
|
19372
|
-
};
|
|
19373
|
-
export declare type VirtualAgentIntentQuestionsQueryResult = VirtualAgentIntentQuestionProjectionsConnection | VirtualAgentQueryError;
|
|
19374
19439
|
export declare type VirtualAgentIntentRuleProjection = Node & {
|
|
19375
19440
|
__typename?: 'VirtualAgentIntentRuleProjection';
|
|
19376
19441
|
id: Scalars['ID'];
|
|
@@ -19388,11 +19453,9 @@ export declare type VirtualAgentIntentRuleProjectionsConnection = {
|
|
|
19388
19453
|
nodes?: Maybe<Array<Maybe<VirtualAgentIntentRuleProjection>>>;
|
|
19389
19454
|
pageInfo: PageInfo;
|
|
19390
19455
|
};
|
|
19391
|
-
export declare type
|
|
19392
|
-
|
|
19393
|
-
after?: Maybe<Scalars['String']>;
|
|
19456
|
+
export declare type VirtualAgentIntentRuleProjectionsFilter = {
|
|
19457
|
+
virtualAgentConfigurationId: Scalars['ID'];
|
|
19394
19458
|
};
|
|
19395
|
-
export declare type VirtualAgentIntentRuleProjectionsQueryResult = VirtualAgentIntentRuleProjectionsConnection | VirtualAgentQueryError;
|
|
19396
19459
|
export declare type VirtualAgentMutationApi = {
|
|
19397
19460
|
__typename?: 'VirtualAgentMutationApi';
|
|
19398
19461
|
updateVirtualAgentConfiguration?: Maybe<VirtualAgentUpdateConfigurationPayload>;
|
|
@@ -19403,14 +19466,15 @@ export declare type VirtualAgentMutationApiUpdateVirtualAgentConfigurationArgs =
|
|
|
19403
19466
|
export declare type VirtualAgentQueryApi = {
|
|
19404
19467
|
__typename?: 'VirtualAgentQueryApi';
|
|
19405
19468
|
virtualAgentConfigurationByProjectId?: Maybe<VirtualAgentConfigurationResult>;
|
|
19406
|
-
intentRuleProjections?: Maybe<
|
|
19469
|
+
intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
|
|
19407
19470
|
};
|
|
19408
19471
|
export declare type VirtualAgentQueryApiVirtualAgentConfigurationByProjectIdArgs = {
|
|
19409
19472
|
jiraProjectId: Scalars['ID'];
|
|
19410
19473
|
};
|
|
19411
19474
|
export declare type VirtualAgentQueryApiIntentRuleProjectionsArgs = {
|
|
19412
|
-
|
|
19413
|
-
|
|
19475
|
+
first?: Maybe<Scalars['Int']>;
|
|
19476
|
+
after?: Maybe<Scalars['String']>;
|
|
19477
|
+
filter?: Maybe<VirtualAgentIntentRuleProjectionsFilter>;
|
|
19414
19478
|
};
|
|
19415
19479
|
export declare type VirtualAgentQueryError = {
|
|
19416
19480
|
__typename?: 'VirtualAgentQueryError';
|