@forge/cli-shared 6.7.0 → 6.7.1-next.1
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 +12 -0
- package/out/graphql/graphql-types.d.ts +70 -47
- package/out/graphql/graphql-types.d.ts.map +1 -1
- package/out/graphql/graphql-types.js +38 -12
- package/out/ui/text.d.ts +5 -4
- package/out/ui/text.d.ts.map +1 -1
- package/out/ui/text.js +2 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @forge/cli-shared
|
|
2
2
|
|
|
3
|
+
## 6.7.1-next.1
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 2cdac63: forge install should list all scopes
|
|
8
|
+
|
|
9
|
+
## 6.7.1-next.0
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 999a9d0: Update error messages for deployment
|
|
14
|
+
|
|
3
15
|
## 6.7.0
|
|
4
16
|
|
|
5
17
|
### Minor Changes
|
|
@@ -30791,8 +30791,6 @@ export declare type GraphStore = {
|
|
|
30791
30791
|
userCreatedIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueCommentInverseConnection>;
|
|
30792
30792
|
userCreatedIssueWorklog?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogConnection>;
|
|
30793
30793
|
userCreatedIssueWorklogInverse?: Maybe<GraphStoreSimplifiedUserCreatedIssueWorklogInverseConnection>;
|
|
30794
|
-
userCreatedLoomVideo?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoConnection>;
|
|
30795
|
-
userCreatedLoomVideoInverse?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection>;
|
|
30796
30794
|
userCreatedMessage?: Maybe<GraphStoreSimplifiedUserCreatedMessageConnection>;
|
|
30797
30795
|
userCreatedMessageInverse?: Maybe<GraphStoreSimplifiedUserCreatedMessageInverseConnection>;
|
|
30798
30796
|
userCreatedRelease?: Maybe<GraphStoreSimplifiedUserCreatedReleaseConnection>;
|
|
@@ -34219,20 +34217,6 @@ export declare type GraphStoreUserCreatedIssueWorklogInverseArgs = {
|
|
|
34219
34217
|
id: Scalars['ID']['input'];
|
|
34220
34218
|
sort?: InputMaybe<GraphStoreUserCreatedIssueWorklogSortInput>;
|
|
34221
34219
|
};
|
|
34222
|
-
export declare type GraphStoreUserCreatedLoomVideoArgs = {
|
|
34223
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34224
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34225
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34226
|
-
id: Scalars['ID']['input'];
|
|
34227
|
-
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
34228
|
-
};
|
|
34229
|
-
export declare type GraphStoreUserCreatedLoomVideoInverseArgs = {
|
|
34230
|
-
after?: InputMaybe<Scalars['String']['input']>;
|
|
34231
|
-
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
34232
|
-
first?: InputMaybe<Scalars['Int']['input']>;
|
|
34233
|
-
id: Scalars['ID']['input'];
|
|
34234
|
-
sort?: InputMaybe<GraphStoreUserCreatedLoomVideoSortInput>;
|
|
34235
|
-
};
|
|
34236
34220
|
export declare type GraphStoreUserCreatedMessageArgs = {
|
|
34237
34221
|
after?: InputMaybe<Scalars['String']['input']>;
|
|
34238
34222
|
consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
|
|
@@ -36635,6 +36619,7 @@ export declare type GraphStoreCreateSprintRetrospectiveWhiteboardRelationshipInp
|
|
|
36635
36619
|
};
|
|
36636
36620
|
export declare type GraphStoreCreateTeamConnectedToContainerInput = {
|
|
36637
36621
|
relationships: Array<GraphStoreCreateTeamConnectedToContainerRelationshipInput>;
|
|
36622
|
+
synchronousWrite?: InputMaybe<Scalars['Boolean']['input']>;
|
|
36638
36623
|
};
|
|
36639
36624
|
export declare type GraphStoreCreateTeamConnectedToContainerPayload = Payload & {
|
|
36640
36625
|
__typename?: 'GraphStoreCreateTeamConnectedToContainerPayload';
|
|
@@ -46489,34 +46474,6 @@ export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseEdge = {
|
|
|
46489
46474
|
};
|
|
46490
46475
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
|
|
46491
46476
|
export declare type GraphStoreSimplifiedUserCreatedIssueWorklogUnion = JiraWorklog;
|
|
46492
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoConnection = HasPageInfo & {
|
|
46493
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoConnection';
|
|
46494
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoEdge>>>;
|
|
46495
|
-
pageInfo: PageInfo;
|
|
46496
|
-
};
|
|
46497
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoEdge = {
|
|
46498
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoEdge';
|
|
46499
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46500
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46501
|
-
id: Scalars['ID']['output'];
|
|
46502
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46503
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoUnion>;
|
|
46504
|
-
};
|
|
46505
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection = HasPageInfo & {
|
|
46506
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseConnection';
|
|
46507
|
-
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge>>>;
|
|
46508
|
-
pageInfo: PageInfo;
|
|
46509
|
-
};
|
|
46510
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge = {
|
|
46511
|
-
__typename?: 'GraphStoreSimplifiedUserCreatedLoomVideoInverseEdge';
|
|
46512
|
-
createdAt: Scalars['DateTime']['output'];
|
|
46513
|
-
cursor?: Maybe<Scalars['String']['output']>;
|
|
46514
|
-
id: Scalars['ID']['output'];
|
|
46515
|
-
lastUpdated: Scalars['DateTime']['output'];
|
|
46516
|
-
node?: Maybe<GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion>;
|
|
46517
|
-
};
|
|
46518
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoInverseUnion = AppUser | AtlassianAccountUser | CustomerUser | ThirdPartyUser;
|
|
46519
|
-
export declare type GraphStoreSimplifiedUserCreatedLoomVideoUnion = ExternalVideo;
|
|
46520
46477
|
export declare type GraphStoreSimplifiedUserCreatedMessageConnection = HasPageInfo & {
|
|
46521
46478
|
__typename?: 'GraphStoreSimplifiedUserCreatedMessageConnection';
|
|
46522
46479
|
edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserCreatedMessageEdge>>>;
|
|
@@ -48928,9 +48885,6 @@ export declare type GraphStoreUserCreatedIssueCommentSortInput = {
|
|
|
48928
48885
|
export declare type GraphStoreUserCreatedIssueWorklogSortInput = {
|
|
48929
48886
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48930
48887
|
};
|
|
48931
|
-
export declare type GraphStoreUserCreatedLoomVideoSortInput = {
|
|
48932
|
-
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48933
|
-
};
|
|
48934
48888
|
export declare type GraphStoreUserCreatedMessageSortInput = {
|
|
48935
48889
|
lastModified?: InputMaybe<GraphStoreSortInput>;
|
|
48936
48890
|
};
|
|
@@ -50210,6 +50164,13 @@ export declare type HelpCenterPermissionSettingsPayload = Payload & {
|
|
|
50210
50164
|
success: Scalars['Boolean']['output'];
|
|
50211
50165
|
};
|
|
50212
50166
|
export declare type HelpCenterPermissionSettingsResult = HelpCenterPermissionSettings | QueryError;
|
|
50167
|
+
export declare type HelpCenterPermissions = {
|
|
50168
|
+
__typename?: 'HelpCenterPermissions';
|
|
50169
|
+
isAdvancedCustomizationEnabled: Scalars['Boolean']['output'];
|
|
50170
|
+
isHelpCenterAdmin: Scalars['Boolean']['output'];
|
|
50171
|
+
isLayoutEditable: Scalars['Boolean']['output'];
|
|
50172
|
+
};
|
|
50173
|
+
export declare type HelpCenterPermissionsResult = HelpCenterPermissions | QueryError;
|
|
50213
50174
|
export declare type HelpCenterPortal = {
|
|
50214
50175
|
__typename?: 'HelpCenterPortal';
|
|
50215
50176
|
description?: Maybe<Scalars['String']['output']>;
|
|
@@ -50292,6 +50253,7 @@ export declare type HelpCenterQueryApi = {
|
|
|
50292
50253
|
helpCenterPageById?: Maybe<HelpCenterPageQueryResult>;
|
|
50293
50254
|
helpCenterPages?: Maybe<HelpCenterPageQueryResultConnection>;
|
|
50294
50255
|
helpCenterPermissionSettings?: Maybe<HelpCenterPermissionSettingsResult>;
|
|
50256
|
+
helpCenterPermissions?: Maybe<HelpCenterPermissionsResult>;
|
|
50295
50257
|
helpCenterReportingById?: Maybe<HelpCenterReportingResult>;
|
|
50296
50258
|
helpCenterTopicById?: Maybe<HelpCenterTopicResult>;
|
|
50297
50259
|
helpCenters?: Maybe<HelpCenterQueryResultConnection>;
|
|
@@ -50325,6 +50287,10 @@ export declare type HelpCenterQueryApiHelpCenterPermissionSettingsArgs = {
|
|
|
50325
50287
|
helpCenterAri: Scalars['ID']['input'];
|
|
50326
50288
|
last?: InputMaybe<Scalars['Int']['input']>;
|
|
50327
50289
|
};
|
|
50290
|
+
export declare type HelpCenterQueryApiHelpCenterPermissionsArgs = {
|
|
50291
|
+
slug?: InputMaybe<Scalars['String']['input']>;
|
|
50292
|
+
workspaceAri: Scalars['ID']['input'];
|
|
50293
|
+
};
|
|
50328
50294
|
export declare type HelpCenterQueryApiHelpCenterReportingByIdArgs = {
|
|
50329
50295
|
helpCenterAri: Scalars['ID']['input'];
|
|
50330
50296
|
};
|
|
@@ -52084,6 +52050,35 @@ export declare type InstanceAnalyticsCount = {
|
|
|
52084
52050
|
__typename?: 'InstanceAnalyticsCount';
|
|
52085
52051
|
user: Scalars['Int']['output'];
|
|
52086
52052
|
};
|
|
52053
|
+
export declare type IntentDetectionResponse = {
|
|
52054
|
+
__typename?: 'IntentDetectionResponse';
|
|
52055
|
+
intentDetectionResults?: Maybe<Array<Maybe<IntentDetectionResult>>>;
|
|
52056
|
+
};
|
|
52057
|
+
export declare type IntentDetectionResult = {
|
|
52058
|
+
__typename?: 'IntentDetectionResult';
|
|
52059
|
+
entity?: Maybe<Scalars['String']['output']>;
|
|
52060
|
+
intent?: Maybe<IntentDetectionTopLevelIntent>;
|
|
52061
|
+
probability?: Maybe<Scalars['Float']['output']>;
|
|
52062
|
+
subintents?: Maybe<Array<Maybe<IntentDetectionSubType>>>;
|
|
52063
|
+
};
|
|
52064
|
+
export declare enum IntentDetectionSubType {
|
|
52065
|
+
Command = "COMMAND",
|
|
52066
|
+
Confluence = "CONFLUENCE",
|
|
52067
|
+
Evaluate = "EVALUATE",
|
|
52068
|
+
Jira = "JIRA",
|
|
52069
|
+
JobTitle = "JOB_TITLE",
|
|
52070
|
+
Llm = "LLM",
|
|
52071
|
+
Question = "QUESTION"
|
|
52072
|
+
}
|
|
52073
|
+
export declare enum IntentDetectionTopLevelIntent {
|
|
52074
|
+
JobTitle = "JOB_TITLE",
|
|
52075
|
+
KeywordOrAcronym = "KEYWORD_OR_ACRONYM",
|
|
52076
|
+
NaturalLanguageQuery = "NATURAL_LANGUAGE_QUERY",
|
|
52077
|
+
Navigational = "NAVIGATIONAL",
|
|
52078
|
+
None = "NONE",
|
|
52079
|
+
Person = "PERSON",
|
|
52080
|
+
Team = "TEAM"
|
|
52081
|
+
}
|
|
52087
52082
|
export declare type IntervalFilter = {
|
|
52088
52083
|
end: Scalars['String']['input'];
|
|
52089
52084
|
start: Scalars['String']['input'];
|
|
@@ -52847,6 +52842,7 @@ export declare type JiraApproveJiraBitbucketWorkspaceAccessRequestPayload = Payl
|
|
|
52847
52842
|
success: Scalars['Boolean']['output'];
|
|
52848
52843
|
};
|
|
52849
52844
|
export declare type JiraArchiveJourneyConfigurationInput = {
|
|
52845
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
52850
52846
|
id: Scalars['ID']['input'];
|
|
52851
52847
|
version: Scalars['Long']['input'];
|
|
52852
52848
|
};
|
|
@@ -55234,6 +55230,7 @@ export declare type JiraCreateJourneyConfigurationPayload = Payload & {
|
|
|
55234
55230
|
};
|
|
55235
55231
|
export declare type JiraCreateJourneyItemInput = {
|
|
55236
55232
|
configuration?: InputMaybe<JiraJourneyItemConfigurationInput>;
|
|
55233
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
55237
55234
|
insertAfterItemId?: InputMaybe<Scalars['ID']['input']>;
|
|
55238
55235
|
journeyId: Scalars['ID']['input'];
|
|
55239
55236
|
journeyVersion: Scalars['Long']['input'];
|
|
@@ -55665,6 +55662,7 @@ export declare type JiraDeleteIssueLinkPayload = Payload & {
|
|
|
55665
55662
|
success: Scalars['Boolean']['output'];
|
|
55666
55663
|
};
|
|
55667
55664
|
export declare type JiraDeleteJourneyItemInput = {
|
|
55665
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
55668
55666
|
itemId: Scalars['ID']['input'];
|
|
55669
55667
|
journeyId: Scalars['ID']['input'];
|
|
55670
55668
|
journeyVersion: Scalars['Long']['input'];
|
|
@@ -56061,6 +56059,7 @@ export declare type JiraDevSummaryField = JiraIssueField & Node & {
|
|
|
56061
56059
|
type: Scalars['String']['output'];
|
|
56062
56060
|
};
|
|
56063
56061
|
export declare type JiraDisableJourneyConfigurationInput = {
|
|
56062
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
56064
56063
|
id: Scalars['ID']['input'];
|
|
56065
56064
|
version: Scalars['Long']['input'];
|
|
56066
56065
|
};
|
|
@@ -59062,6 +59061,11 @@ export declare type JiraJqlHistoryEdge = {
|
|
|
59062
59061
|
__typename?: 'JiraJQLHistoryEdge';
|
|
59063
59062
|
node?: Maybe<JiraJqlHistory>;
|
|
59064
59063
|
};
|
|
59064
|
+
export declare enum JiraJourneyActiveState {
|
|
59065
|
+
Active = "ACTIVE",
|
|
59066
|
+
Inactive = "INACTIVE",
|
|
59067
|
+
None = "NONE"
|
|
59068
|
+
}
|
|
59065
59069
|
export declare type JiraJourneyBuilderAssociatedAutomationRule = {
|
|
59066
59070
|
__typename?: 'JiraJourneyBuilderAssociatedAutomationRule';
|
|
59067
59071
|
id: Scalars['ID']['output'];
|
|
@@ -59071,6 +59075,8 @@ export declare type JiraJourneyConfiguration = Node & {
|
|
|
59071
59075
|
activityConfigurations?: Maybe<Array<Maybe<JiraActivityConfiguration>>>;
|
|
59072
59076
|
createdAt?: Maybe<Scalars['DateTime']['output']>;
|
|
59073
59077
|
createdBy?: Maybe<User>;
|
|
59078
|
+
etag?: Maybe<Scalars['String']['output']>;
|
|
59079
|
+
hasUnpublishedChanges?: Maybe<Scalars['Boolean']['output']>;
|
|
59074
59080
|
id: Scalars['ID']['output'];
|
|
59075
59081
|
journeyItems?: Maybe<Array<JiraJourneyItem>>;
|
|
59076
59082
|
name?: Maybe<Scalars['String']['output']>;
|
|
@@ -63076,6 +63082,7 @@ export declare type JiraPublishBoardViewConfigPayload = Payload & {
|
|
|
63076
63082
|
success: Scalars['Boolean']['output'];
|
|
63077
63083
|
};
|
|
63078
63084
|
export declare type JiraPublishJourneyConfigurationInput = {
|
|
63085
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
63079
63086
|
id: Scalars['ID']['input'];
|
|
63080
63087
|
version: Scalars['Long']['input'];
|
|
63081
63088
|
};
|
|
@@ -63298,6 +63305,8 @@ export declare type JiraQueryAllGrantTypeKeysArgs = {
|
|
|
63298
63305
|
cloudId: Scalars['ID']['input'];
|
|
63299
63306
|
};
|
|
63300
63307
|
export declare type JiraQueryAllJiraJourneyConfigurationsArgs = {
|
|
63308
|
+
activeState?: InputMaybe<JiraJourneyActiveState>;
|
|
63309
|
+
after?: InputMaybe<Scalars['String']['input']>;
|
|
63301
63310
|
cloudId: Scalars['ID']['input'];
|
|
63302
63311
|
first?: InputMaybe<Scalars['Int']['input']>;
|
|
63303
63312
|
projectKey?: InputMaybe<Scalars['String']['input']>;
|
|
@@ -63759,10 +63768,12 @@ export declare type JiraQueryJiraIssueSearchViewArgs = {
|
|
|
63759
63768
|
export declare type JiraQueryJiraJourneyConfigurationArgs = {
|
|
63760
63769
|
cloudId: Scalars['ID']['input'];
|
|
63761
63770
|
id: Scalars['ID']['input'];
|
|
63771
|
+
isEditing?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63762
63772
|
};
|
|
63763
63773
|
export declare type JiraQueryJiraJourneyItemArgs = {
|
|
63764
63774
|
cloudId: Scalars['ID']['input'];
|
|
63765
63775
|
id: Scalars['ID']['input'];
|
|
63776
|
+
isEditing?: InputMaybe<Scalars['Boolean']['input']>;
|
|
63766
63777
|
journeyId: Scalars['ID']['input'];
|
|
63767
63778
|
};
|
|
63768
63779
|
export declare type JiraQueryJiraJourneySettingsArgs = {
|
|
@@ -67814,27 +67825,32 @@ export declare type JiraUpdateJourneyConfigurationPayload = Payload & {
|
|
|
67814
67825
|
};
|
|
67815
67826
|
export declare type JiraUpdateJourneyItemInput = {
|
|
67816
67827
|
configuration: JiraJourneyItemConfigurationInput;
|
|
67828
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
67817
67829
|
itemId: Scalars['ID']['input'];
|
|
67818
67830
|
journeyId: Scalars['ID']['input'];
|
|
67819
67831
|
journeyVersion: Scalars['Long']['input'];
|
|
67820
67832
|
};
|
|
67821
67833
|
export declare type JiraUpdateJourneyNameInput = {
|
|
67834
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
67822
67835
|
id: Scalars['ID']['input'];
|
|
67823
67836
|
name?: InputMaybe<Scalars['String']['input']>;
|
|
67824
67837
|
version: Scalars['Long']['input'];
|
|
67825
67838
|
};
|
|
67826
67839
|
export declare type JiraUpdateJourneyParentIssueConfigurationInput = {
|
|
67840
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
67827
67841
|
id: Scalars['ID']['input'];
|
|
67828
67842
|
parentIssue?: InputMaybe<JiraJourneyParentIssueInput>;
|
|
67829
67843
|
version: Scalars['Long']['input'];
|
|
67830
67844
|
};
|
|
67831
67845
|
export declare type JiraUpdateJourneyTriggerConfigurationInput = {
|
|
67846
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
67832
67847
|
id: Scalars['ID']['input'];
|
|
67833
67848
|
triggerConfiguration?: InputMaybe<JiraJourneyTriggerConfigurationInput>;
|
|
67834
67849
|
version: Scalars['Long']['input'];
|
|
67835
67850
|
};
|
|
67836
67851
|
export declare type JiraUpdateJourneyWorkItemAssociatedAutomationRuleInput = {
|
|
67837
67852
|
associatedRuleId: Scalars['ID']['input'];
|
|
67853
|
+
etag?: InputMaybe<Scalars['String']['input']>;
|
|
67838
67854
|
journeyId: Scalars['ID']['input'];
|
|
67839
67855
|
journeyItemId: Scalars['ID']['input'];
|
|
67840
67856
|
journeyVersion: Scalars['Long']['input'];
|
|
@@ -80787,6 +80803,7 @@ export declare type Query = {
|
|
|
80787
80803
|
installationContexts?: Maybe<Array<InstallationContext>>;
|
|
80788
80804
|
installationContextsWithLogAccess?: Maybe<Array<InstallationContextWithLogAccess>>;
|
|
80789
80805
|
instanceAnalyticsCount?: Maybe<InstanceAnalyticsCount>;
|
|
80806
|
+
intentdetection_getIntent?: Maybe<IntentDetectionResponse>;
|
|
80790
80807
|
internalFrontendResource?: Maybe<FrontendResourceRenderResponse>;
|
|
80791
80808
|
ipmFlag?: Maybe<ContentPlatformIpmFlag>;
|
|
80792
80809
|
ipmFlags: ContentPlatformIpmFlagSearchConnection;
|
|
@@ -82932,6 +82949,12 @@ export declare type QueryInstanceAnalyticsCountArgs = {
|
|
|
82932
82949
|
eventName: Array<AnalyticsEventName>;
|
|
82933
82950
|
startTime: Scalars['String']['input'];
|
|
82934
82951
|
};
|
|
82952
|
+
export declare type QueryIntentdetection_GetIntentArgs = {
|
|
82953
|
+
accountId?: InputMaybe<Scalars['ID']['input']>;
|
|
82954
|
+
cloudId?: InputMaybe<Scalars['ID']['input']>;
|
|
82955
|
+
locale?: InputMaybe<Scalars['String']['input']>;
|
|
82956
|
+
query?: InputMaybe<Scalars['String']['input']>;
|
|
82957
|
+
};
|
|
82935
82958
|
export declare type QueryIpmFlagArgs = {
|
|
82936
82959
|
id: Scalars['String']['input'];
|
|
82937
82960
|
locale?: InputMaybe<Scalars['String']['input']>;
|