@forge/cli-shared 6.11.0-next.3 → 6.11.0-next.4

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,5 +1,12 @@
1
1
  # @forge/cli-shared
2
2
 
3
+ ## 6.11.0-next.4
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies [43832a8]
8
+ - @forge/manifest@9.3.0-next.4
9
+
3
10
  ## 6.11.0-next.3
4
11
 
5
12
  ### Patch Changes
@@ -31328,6 +31328,8 @@ export declare type GraphStore = {
31328
31328
  conversationHasMessageInverse?: Maybe<GraphStoreSimplifiedConversationHasMessageInverseConnection>;
31329
31329
  cypherQuery: GraphStoreCypherQueryConnection;
31330
31330
  cypherQueryV2: GraphStoreCypherQueryV2Connection;
31331
+ deploymentAssociatedDeployment?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection>;
31332
+ deploymentAssociatedDeploymentInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection>;
31331
31333
  deploymentAssociatedRepo?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoConnection>;
31332
31334
  deploymentAssociatedRepoInverse?: Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoInverseConnection>;
31333
31335
  deploymentContainsCommit?: Maybe<GraphStoreSimplifiedDeploymentContainsCommitConnection>;
@@ -31860,6 +31862,8 @@ export declare type GraphStore = {
31860
31862
  userTaggedInIssueCommentInverse?: Maybe<GraphStoreSimplifiedUserTaggedInIssueCommentInverseConnection>;
31861
31863
  userTriggeredDeployment?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentConnection>;
31862
31864
  userTriggeredDeploymentInverse?: Maybe<GraphStoreSimplifiedUserTriggeredDeploymentInverseConnection>;
31865
+ userUpdatedAtlasProject?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectConnection>;
31866
+ userUpdatedAtlasProjectInverse?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection>;
31863
31867
  userUpdatedComment?: Maybe<GraphStoreSimplifiedUserUpdatedCommentConnection>;
31864
31868
  userUpdatedCommentInverse?: Maybe<GraphStoreSimplifiedUserUpdatedCommentInverseConnection>;
31865
31869
  userUpdatedConfluenceBlogpost?: Maybe<GraphStoreSimplifiedUserUpdatedConfluenceBlogpostConnection>;
@@ -32616,6 +32620,20 @@ export declare type GraphStoreCypherQueryV2Args = {
32616
32620
  query: Scalars['String']['input'];
32617
32621
  version?: InputMaybe<GraphStoreCypherQueryV2VersionEnum>;
32618
32622
  };
32623
+ export declare type GraphStoreDeploymentAssociatedDeploymentArgs = {
32624
+ after?: InputMaybe<Scalars['String']['input']>;
32625
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32626
+ first?: InputMaybe<Scalars['Int']['input']>;
32627
+ id: Scalars['ID']['input'];
32628
+ sort?: InputMaybe<GraphStoreDeploymentAssociatedDeploymentSortInput>;
32629
+ };
32630
+ export declare type GraphStoreDeploymentAssociatedDeploymentInverseArgs = {
32631
+ after?: InputMaybe<Scalars['String']['input']>;
32632
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
32633
+ first?: InputMaybe<Scalars['Int']['input']>;
32634
+ id: Scalars['ID']['input'];
32635
+ sort?: InputMaybe<GraphStoreDeploymentAssociatedDeploymentSortInput>;
32636
+ };
32619
32637
  export declare type GraphStoreDeploymentAssociatedRepoArgs = {
32620
32638
  after?: InputMaybe<Scalars['String']['input']>;
32621
32639
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -36159,6 +36177,20 @@ export declare type GraphStoreUserTriggeredDeploymentInverseArgs = {
36159
36177
  id: Scalars['ID']['input'];
36160
36178
  sort?: InputMaybe<GraphStoreUserTriggeredDeploymentSortInput>;
36161
36179
  };
36180
+ export declare type GraphStoreUserUpdatedAtlasProjectArgs = {
36181
+ after?: InputMaybe<Scalars['String']['input']>;
36182
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
36183
+ first?: InputMaybe<Scalars['Int']['input']>;
36184
+ id: Scalars['ID']['input'];
36185
+ sort?: InputMaybe<GraphStoreUserUpdatedAtlasProjectSortInput>;
36186
+ };
36187
+ export declare type GraphStoreUserUpdatedAtlasProjectInverseArgs = {
36188
+ after?: InputMaybe<Scalars['String']['input']>;
36189
+ consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
36190
+ first?: InputMaybe<Scalars['Int']['input']>;
36191
+ id: Scalars['ID']['input'];
36192
+ sort?: InputMaybe<GraphStoreUserUpdatedAtlasProjectSortInput>;
36193
+ };
36162
36194
  export declare type GraphStoreUserUpdatedCommentArgs = {
36163
36195
  after?: InputMaybe<Scalars['String']['input']>;
36164
36196
  consistentRead?: InputMaybe<Scalars['Boolean']['input']>;
@@ -38784,6 +38816,9 @@ export declare type GraphStoreDeleteVulnerabilityAssociatedIssueRelationshipInpu
38784
38816
  from: Scalars['ID']['input'];
38785
38817
  to: Scalars['ID']['input'];
38786
38818
  };
38819
+ export declare type GraphStoreDeploymentAssociatedDeploymentSortInput = {
38820
+ lastModified?: InputMaybe<GraphStoreSortInput>;
38821
+ };
38787
38822
  export declare type GraphStoreDeploymentAssociatedRepoSortInput = {
38788
38823
  lastModified?: InputMaybe<GraphStoreSortInput>;
38789
38824
  };
@@ -44645,6 +44680,34 @@ export declare type GraphStoreSimplifiedConversationHasMessageInverseEdge = {
44645
44680
  };
44646
44681
  export declare type GraphStoreSimplifiedConversationHasMessageInverseUnion = ExternalConversation;
44647
44682
  export declare type GraphStoreSimplifiedConversationHasMessageUnion = ExternalMessage;
44683
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection = HasPageInfo & {
44684
+ __typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentConnection';
44685
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge>>>;
44686
+ pageInfo: PageInfo;
44687
+ };
44688
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge = {
44689
+ __typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentEdge';
44690
+ createdAt: Scalars['DateTime']['output'];
44691
+ cursor?: Maybe<Scalars['String']['output']>;
44692
+ id: Scalars['ID']['output'];
44693
+ lastUpdated: Scalars['DateTime']['output'];
44694
+ node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentUnion>;
44695
+ };
44696
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection = HasPageInfo & {
44697
+ __typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseConnection';
44698
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge>>>;
44699
+ pageInfo: PageInfo;
44700
+ };
44701
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge = {
44702
+ __typename?: 'GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseEdge';
44703
+ createdAt: Scalars['DateTime']['output'];
44704
+ cursor?: Maybe<Scalars['String']['output']>;
44705
+ id: Scalars['ID']['output'];
44706
+ lastUpdated: Scalars['DateTime']['output'];
44707
+ node?: Maybe<GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseUnion>;
44708
+ };
44709
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentInverseUnion = DeploymentSummary | ExternalDeployment;
44710
+ export declare type GraphStoreSimplifiedDeploymentAssociatedDeploymentUnion = DeploymentSummary | ExternalDeployment;
44648
44711
  export declare type GraphStoreSimplifiedDeploymentAssociatedRepoConnection = HasPageInfo & {
44649
44712
  __typename?: 'GraphStoreSimplifiedDeploymentAssociatedRepoConnection';
44650
44713
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedDeploymentAssociatedRepoEdge>>>;
@@ -50135,6 +50198,34 @@ export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseEdge = {
50135
50198
  };
50136
50199
  export declare type GraphStoreSimplifiedUserTriggeredDeploymentInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
50137
50200
  export declare type GraphStoreSimplifiedUserTriggeredDeploymentUnion = DeploymentSummary | ExternalDeployment;
50201
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectConnection = HasPageInfo & {
50202
+ __typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectConnection';
50203
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectEdge>>>;
50204
+ pageInfo: PageInfo;
50205
+ };
50206
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectEdge = {
50207
+ __typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectEdge';
50208
+ createdAt: Scalars['DateTime']['output'];
50209
+ cursor?: Maybe<Scalars['String']['output']>;
50210
+ id: Scalars['ID']['output'];
50211
+ lastUpdated: Scalars['DateTime']['output'];
50212
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectUnion>;
50213
+ };
50214
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection = HasPageInfo & {
50215
+ __typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectInverseConnection';
50216
+ edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge>>>;
50217
+ pageInfo: PageInfo;
50218
+ };
50219
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge = {
50220
+ __typename?: 'GraphStoreSimplifiedUserUpdatedAtlasProjectInverseEdge';
50221
+ createdAt: Scalars['DateTime']['output'];
50222
+ cursor?: Maybe<Scalars['String']['output']>;
50223
+ id: Scalars['ID']['output'];
50224
+ lastUpdated: Scalars['DateTime']['output'];
50225
+ node?: Maybe<GraphStoreSimplifiedUserUpdatedAtlasProjectInverseUnion>;
50226
+ };
50227
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectInverseUnion = AppUser | AtlassianAccountUser | CustomerUser;
50228
+ export declare type GraphStoreSimplifiedUserUpdatedAtlasProjectUnion = TownsquareProject;
50138
50229
  export declare type GraphStoreSimplifiedUserUpdatedCommentConnection = HasPageInfo & {
50139
50230
  __typename?: 'GraphStoreSimplifiedUserUpdatedCommentConnection';
50140
50231
  edges?: Maybe<Array<Maybe<GraphStoreSimplifiedUserUpdatedCommentEdge>>>;
@@ -51624,6 +51715,9 @@ export declare type GraphStoreUserTaggedInIssueCommentSortInput = {
51624
51715
  export declare type GraphStoreUserTriggeredDeploymentSortInput = {
51625
51716
  lastModified?: InputMaybe<GraphStoreSortInput>;
51626
51717
  };
51718
+ export declare type GraphStoreUserUpdatedAtlasProjectSortInput = {
51719
+ lastModified?: InputMaybe<GraphStoreSortInput>;
51720
+ };
51627
51721
  export declare type GraphStoreUserUpdatedCommentSortInput = {
51628
51722
  lastModified?: InputMaybe<GraphStoreSortInput>;
51629
51723
  };
@@ -64472,7 +64566,7 @@ export declare type JiraNumberFieldFormatConfig = {
64472
64566
  export declare enum JiraNumberFieldFormatStyle {
64473
64567
  Currency = "CURRENCY",
64474
64568
  Decimal = "DECIMAL",
64475
- Percentage = "PERCENTAGE",
64569
+ Percent = "PERCENT",
64476
64570
  Unit = "UNIT"
64477
64571
  }
64478
64572
  export declare type JiraNumberFieldInput = {
@@ -76779,6 +76873,16 @@ export declare type MarketplaceStoreAppDetails = MarketplaceStoreMultiInstanceDe
76779
76873
  multiInstanceEntitlementId?: Maybe<Scalars['String']['output']>;
76780
76874
  status?: Maybe<Scalars['String']['output']>;
76781
76875
  };
76876
+ export declare type MarketplaceStoreAppSoftwareVersionListingLinks = {
76877
+ __typename?: 'MarketplaceStoreAppSoftwareVersionListingLinks';
76878
+ bonTermsSupported?: Maybe<Scalars['Boolean']['output']>;
76879
+ eula?: Maybe<Scalars['String']['output']>;
76880
+ partnerSpecificTerms?: Maybe<Scalars['String']['output']>;
76881
+ };
76882
+ export declare type MarketplaceStoreAppSoftwareVersionListingResponse = {
76883
+ __typename?: 'MarketplaceStoreAppSoftwareVersionListingResponse';
76884
+ vendorLinks?: Maybe<MarketplaceStoreAppSoftwareVersionListingLinks>;
76885
+ };
76782
76886
  export declare enum MarketplaceStoreAtlassianProductHostingType {
76783
76887
  Cloud = "CLOUD",
76784
76888
  Datacenter = "DATACENTER",
@@ -76942,11 +77046,6 @@ export declare type MarketplaceStoreDeleteReviewResponseInput = {
76942
77046
  appKey: Scalars['String']['input'];
76943
77047
  reviewId: Scalars['ID']['input'];
76944
77048
  };
76945
- export declare type MarketplaceStoreDeleteReviewResponseResponse = {
76946
- __typename?: 'MarketplaceStoreDeleteReviewResponseResponse';
76947
- id: Scalars['ID']['output'];
76948
- status?: Maybe<Scalars['String']['output']>;
76949
- };
76950
77049
  export declare type MarketplaceStoreDeveloperSpace = {
76951
77050
  __typename?: 'MarketplaceStoreDeveloperSpace';
76952
77051
  name: Scalars['String']['output'];
@@ -77182,7 +77281,7 @@ export declare type MarketplaceStoreMutationApi = {
77182
77281
  createOrUpdateReview: MarketplaceStoreCreateOrUpdateReviewResponse;
77183
77282
  createOrUpdateReviewResponse: MarketplaceStoreCreateOrUpdateReviewResponseResponse;
77184
77283
  deleteReview: MarketplaceStoreDeleteReviewResponse;
77185
- deleteReviewResponse: MarketplaceStoreDeleteReviewResponseResponse;
77284
+ deleteReviewResponse: MarketplaceStoreDeleteReviewResponse;
77186
77285
  installApp: MarketplaceStoreInstallAppResponse;
77187
77286
  updateReviewDownvote: MarketplaceStoreUpdateReviewVoteResponse;
77188
77287
  updateReviewFlag: MarketplaceStoreUpdateReviewFlagResponse;
@@ -77379,6 +77478,8 @@ export declare type MarketplaceStoreQueryApi = {
77379
77478
  appReviewById?: Maybe<MarketplaceStoreReviewByIdResponse>;
77380
77479
  appReviewsByAppId: MarketplaceStoreReviewsResponse;
77381
77480
  appReviewsByAppKey: MarketplaceStoreReviewsResponse;
77481
+ appSoftwareVersionListingByAppId?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
77482
+ appSoftwareVersionListingByAppKey?: Maybe<MarketplaceStoreAppSoftwareVersionListingResponse>;
77382
77483
  billingSystem: MarketplaceStoreBillingSystemResponse;
77383
77484
  bundleDetail: MarketplaceStoreBundleDetailResponse;
77384
77485
  category: MarketplaceStoreCategoryResponse;
@@ -77415,6 +77516,14 @@ export declare type MarketplaceStoreQueryApiAppReviewsByAppKeyArgs = {
77415
77516
  limit?: InputMaybe<Scalars['Int']['input']>;
77416
77517
  offset?: InputMaybe<Scalars['Int']['input']>;
77417
77518
  };
77519
+ export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppIdArgs = {
77520
+ appId: Scalars['ID']['input'];
77521
+ buildNumber: Scalars['ID']['input'];
77522
+ };
77523
+ export declare type MarketplaceStoreQueryApiAppSoftwareVersionListingByAppKeyArgs = {
77524
+ appKey: Scalars['String']['input'];
77525
+ buildNumber: Scalars['ID']['input'];
77526
+ };
77418
77527
  export declare type MarketplaceStoreQueryApiBillingSystemArgs = {
77419
77528
  billingSystemInput: MarketplaceStoreBillingSystemInput;
77420
77529
  };
@@ -85611,6 +85720,7 @@ export declare type Query = {
85611
85720
  loom_video?: Maybe<LoomVideo>;
85612
85721
  loom_videoDurations?: Maybe<LoomVideoDurations>;
85613
85722
  loom_videos?: Maybe<Array<Maybe<LoomVideo>>>;
85723
+ loom_workspaceTrendingVideos?: Maybe<Array<Maybe<LoomVideo>>>;
85614
85724
  lpLearnerData?: Maybe<LpLearnerData>;
85615
85725
  macroBodyRenderer?: Maybe<MacroBody>;
85616
85726
  macros?: Maybe<MacroConnection>;
@@ -87898,6 +88008,9 @@ export declare type QueryLoom_VideoDurationsArgs = {
87898
88008
  export declare type QueryLoom_VideosArgs = {
87899
88009
  ids: Array<Scalars['ID']['input']>;
87900
88010
  };
88011
+ export declare type QueryLoom_WorkspaceTrendingVideosArgs = {
88012
+ id: Scalars['ID']['input'];
88013
+ };
87901
88014
  export declare type QueryMacroBodyRendererArgs = {
87902
88015
  adf: Scalars['String']['input'];
87903
88016
  containedRender?: InputMaybe<Scalars['Boolean']['input']>;
@@ -88704,6 +88817,7 @@ export declare type QuotaInfo = {
88704
88817
  export declare type RadarAriFieldValue = {
88705
88818
  __typename?: 'RadarAriFieldValue';
88706
88819
  isHidden?: Maybe<Scalars['Boolean']['output']>;
88820
+ isRestricted?: Maybe<Scalars['Boolean']['output']>;
88707
88821
  value?: Maybe<RadarAriObject>;
88708
88822
  };
88709
88823
  export declare type RadarAriObject = MercuryChangeProposal | MercuryFocusArea | RadarPosition | RadarWorker;
@@ -90876,6 +90990,7 @@ export declare type SearchConfluenceFilter = {
90876
90990
  };
90877
90991
  export declare type SearchConfluencePageBlogAttachment = SearchL2FeatureProvider & SearchResult & {
90878
90992
  __typename?: 'SearchConfluencePageBlogAttachment';
90993
+ bodyText?: Maybe<Scalars['String']['output']>;
90879
90994
  confluenceEntity?: Maybe<SearchConfluenceEntity>;
90880
90995
  createdDate?: Maybe<Scalars['DateTime']['output']>;
90881
90996
  description: Scalars['String']['output'];
@@ -91537,6 +91652,7 @@ export declare type SearchThirdPartyFilter = {
91537
91652
  assignees?: InputMaybe<Array<Scalars['String']['input']>>;
91538
91653
  containerAris?: InputMaybe<Array<Scalars['String']['input']>>;
91539
91654
  containerNames?: InputMaybe<Array<Scalars['String']['input']>>;
91655
+ createdBy?: InputMaybe<Array<Scalars['String']['input']>>;
91540
91656
  excludeSubtypes?: InputMaybe<Array<Scalars['String']['input']>>;
91541
91657
  integrations?: InputMaybe<Array<Scalars['ID']['input']>>;
91542
91658
  range?: InputMaybe<Array<InputMaybe<SearchThirdPartyRangeFilter>>>;
@@ -96219,6 +96335,21 @@ export declare type TownsquareCreateRelationshipsPayload = {
96219
96335
  relationships?: Maybe<Array<TownsquareRelationship>>;
96220
96336
  success: Scalars['Boolean']['output'];
96221
96337
  };
96338
+ export declare type TownsquareDeleteGoalHasJiraAlignProjectInput = {
96339
+ from: Scalars['String']['input'];
96340
+ to: Scalars['String']['input'];
96341
+ };
96342
+ export declare type TownsquareDeleteGoalHasJiraAlignProjectMutationErrorExtension = MutationErrorExtension & {
96343
+ __typename?: 'TownsquareDeleteGoalHasJiraAlignProjectMutationErrorExtension';
96344
+ errorType?: Maybe<Scalars['String']['output']>;
96345
+ statusCode?: Maybe<Scalars['Int']['output']>;
96346
+ };
96347
+ export declare type TownsquareDeleteGoalHasJiraAlignProjectPayload = {
96348
+ __typename?: 'TownsquareDeleteGoalHasJiraAlignProjectPayload';
96349
+ errors?: Maybe<Array<MutationError>>;
96350
+ node?: Maybe<JiraAlignAggProject>;
96351
+ success: Scalars['Boolean']['output'];
96352
+ };
96222
96353
  export declare type TownsquareDeleteRelationshipsInput = {
96223
96354
  relationships: Array<TownsquareRelationshipInput>;
96224
96355
  };
@@ -96501,6 +96632,7 @@ export declare type TownsquareMutationApi = {
96501
96632
  createGoalHasJiraAlignProject?: Maybe<TownsquareCreateGoalHasJiraAlignProjectPayload>;
96502
96633
  createGoalType?: Maybe<TownsquareCreateGoalTypePayload>;
96503
96634
  createRelationships?: Maybe<TownsquareCreateRelationshipsPayload>;
96635
+ deleteGoalHasJiraAlignProject?: Maybe<TownsquareDeleteGoalHasJiraAlignProjectPayload>;
96504
96636
  deleteRelationships?: Maybe<TownsquareDeleteRelationshipsPayload>;
96505
96637
  editGoal?: Maybe<TownsquareEditGoalPayload>;
96506
96638
  editGoalType?: Maybe<TownsquareEditGoalTypePayload>;
@@ -96523,6 +96655,9 @@ export declare type TownsquareMutationApiCreateGoalTypeArgs = {
96523
96655
  export declare type TownsquareMutationApiCreateRelationshipsArgs = {
96524
96656
  input: TownsquareCreateRelationshipsInput;
96525
96657
  };
96658
+ export declare type TownsquareMutationApiDeleteGoalHasJiraAlignProjectArgs = {
96659
+ input: TownsquareDeleteGoalHasJiraAlignProjectInput;
96660
+ };
96526
96661
  export declare type TownsquareMutationApiDeleteRelationshipsArgs = {
96527
96662
  input: TownsquareDeleteRelationshipsInput;
96528
96663
  };
@@ -101631,6 +101766,7 @@ export declare type VirtualAgentConfiguration = Node & {
101631
101766
  intentRuleProjection?: Maybe<VirtualAgentIntentRuleProjectionResult>;
101632
101767
  intentRuleProjections?: Maybe<VirtualAgentIntentRuleProjectionsConnection>;
101633
101768
  isAiResponsesEnabled?: Maybe<Scalars['Boolean']['output']>;
101769
+ lastModified?: Maybe<Scalars['DateTime']['output']>;
101634
101770
  liveIntentsCount?: Maybe<Scalars['Int']['output']>;
101635
101771
  offerEscalationConfig?: Maybe<VirtualAgentOfferEscalationConfig>;
101636
101772
  respondToQueries: Scalars['Boolean']['output'];