graphlit-client 1.0.20260102003-dev → 1.0.20260105001-dev
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.
|
@@ -1626,6 +1626,32 @@ export const GetContent = gql `
|
|
|
1626
1626
|
folderCount
|
|
1627
1627
|
isEncrypted
|
|
1628
1628
|
}
|
|
1629
|
+
meeting {
|
|
1630
|
+
title
|
|
1631
|
+
duration
|
|
1632
|
+
summary
|
|
1633
|
+
actionItems
|
|
1634
|
+
keywords
|
|
1635
|
+
organizer {
|
|
1636
|
+
name
|
|
1637
|
+
email
|
|
1638
|
+
givenName
|
|
1639
|
+
familyName
|
|
1640
|
+
}
|
|
1641
|
+
participants {
|
|
1642
|
+
name
|
|
1643
|
+
email
|
|
1644
|
+
givenName
|
|
1645
|
+
familyName
|
|
1646
|
+
}
|
|
1647
|
+
source
|
|
1648
|
+
externalId
|
|
1649
|
+
}
|
|
1650
|
+
transcript {
|
|
1651
|
+
duration
|
|
1652
|
+
segmentCount
|
|
1653
|
+
speakerCount
|
|
1654
|
+
}
|
|
1629
1655
|
language {
|
|
1630
1656
|
languages
|
|
1631
1657
|
}
|
|
@@ -2457,6 +2483,32 @@ export const LookupContents = gql `
|
|
|
2457
2483
|
folderCount
|
|
2458
2484
|
isEncrypted
|
|
2459
2485
|
}
|
|
2486
|
+
meeting {
|
|
2487
|
+
title
|
|
2488
|
+
duration
|
|
2489
|
+
summary
|
|
2490
|
+
actionItems
|
|
2491
|
+
keywords
|
|
2492
|
+
organizer {
|
|
2493
|
+
name
|
|
2494
|
+
email
|
|
2495
|
+
givenName
|
|
2496
|
+
familyName
|
|
2497
|
+
}
|
|
2498
|
+
participants {
|
|
2499
|
+
name
|
|
2500
|
+
email
|
|
2501
|
+
givenName
|
|
2502
|
+
familyName
|
|
2503
|
+
}
|
|
2504
|
+
source
|
|
2505
|
+
externalId
|
|
2506
|
+
}
|
|
2507
|
+
transcript {
|
|
2508
|
+
duration
|
|
2509
|
+
segmentCount
|
|
2510
|
+
speakerCount
|
|
2511
|
+
}
|
|
2460
2512
|
language {
|
|
2461
2513
|
languages
|
|
2462
2514
|
}
|
|
@@ -3149,6 +3201,32 @@ export const QueryContents = gql `
|
|
|
3149
3201
|
folderCount
|
|
3150
3202
|
isEncrypted
|
|
3151
3203
|
}
|
|
3204
|
+
meeting {
|
|
3205
|
+
title
|
|
3206
|
+
duration
|
|
3207
|
+
summary
|
|
3208
|
+
actionItems
|
|
3209
|
+
keywords
|
|
3210
|
+
organizer {
|
|
3211
|
+
name
|
|
3212
|
+
email
|
|
3213
|
+
givenName
|
|
3214
|
+
familyName
|
|
3215
|
+
}
|
|
3216
|
+
participants {
|
|
3217
|
+
name
|
|
3218
|
+
email
|
|
3219
|
+
givenName
|
|
3220
|
+
familyName
|
|
3221
|
+
}
|
|
3222
|
+
source
|
|
3223
|
+
externalId
|
|
3224
|
+
}
|
|
3225
|
+
transcript {
|
|
3226
|
+
duration
|
|
3227
|
+
segmentCount
|
|
3228
|
+
speakerCount
|
|
3229
|
+
}
|
|
3152
3230
|
language {
|
|
3153
3231
|
languages
|
|
3154
3232
|
}
|
|
@@ -3551,6 +3629,32 @@ export const QueryContentsObservations = gql `
|
|
|
3551
3629
|
folderCount
|
|
3552
3630
|
isEncrypted
|
|
3553
3631
|
}
|
|
3632
|
+
meeting {
|
|
3633
|
+
title
|
|
3634
|
+
duration
|
|
3635
|
+
summary
|
|
3636
|
+
actionItems
|
|
3637
|
+
keywords
|
|
3638
|
+
organizer {
|
|
3639
|
+
name
|
|
3640
|
+
email
|
|
3641
|
+
givenName
|
|
3642
|
+
familyName
|
|
3643
|
+
}
|
|
3644
|
+
participants {
|
|
3645
|
+
name
|
|
3646
|
+
email
|
|
3647
|
+
givenName
|
|
3648
|
+
familyName
|
|
3649
|
+
}
|
|
3650
|
+
source
|
|
3651
|
+
externalId
|
|
3652
|
+
}
|
|
3653
|
+
transcript {
|
|
3654
|
+
duration
|
|
3655
|
+
segmentCount
|
|
3656
|
+
speakerCount
|
|
3657
|
+
}
|
|
3554
3658
|
language {
|
|
3555
3659
|
languages
|
|
3556
3660
|
}
|
|
@@ -7606,8 +7710,8 @@ export const CreateFeed = gql `
|
|
|
7606
7710
|
id
|
|
7607
7711
|
name
|
|
7608
7712
|
state
|
|
7713
|
+
identifier
|
|
7609
7714
|
type
|
|
7610
|
-
syncMode
|
|
7611
7715
|
}
|
|
7612
7716
|
}
|
|
7613
7717
|
`;
|
|
@@ -7673,6 +7777,8 @@ export const GetFeed = gql `
|
|
|
7673
7777
|
id
|
|
7674
7778
|
}
|
|
7675
7779
|
state
|
|
7780
|
+
identifier
|
|
7781
|
+
description
|
|
7676
7782
|
correlationId
|
|
7677
7783
|
type
|
|
7678
7784
|
syncMode
|
|
@@ -8192,6 +8298,8 @@ export const QueryFeeds = gql `
|
|
|
8192
8298
|
id
|
|
8193
8299
|
}
|
|
8194
8300
|
state
|
|
8301
|
+
identifier
|
|
8302
|
+
description
|
|
8195
8303
|
correlationId
|
|
8196
8304
|
type
|
|
8197
8305
|
syncMode
|
|
@@ -8803,8 +8911,8 @@ export const UpdateFeed = gql `
|
|
|
8803
8911
|
id
|
|
8804
8912
|
name
|
|
8805
8913
|
state
|
|
8914
|
+
identifier
|
|
8806
8915
|
type
|
|
8807
|
-
syncMode
|
|
8808
8916
|
}
|
|
8809
8917
|
}
|
|
8810
8918
|
`;
|
|
@@ -2198,6 +2198,8 @@ export type Content = {
|
|
|
2198
2198
|
markdown?: Maybe<Scalars['String']['output']>;
|
|
2199
2199
|
/** The master rendition URI of the content. This references a cached rendition of the source content. */
|
|
2200
2200
|
masterUri?: Maybe<Scalars['URL']['output']>;
|
|
2201
|
+
/** The content meeting metadata. */
|
|
2202
|
+
meeting?: Maybe<MeetingMetadata>;
|
|
2201
2203
|
/** The content message metadata. */
|
|
2202
2204
|
message?: Maybe<MessageMetadata>;
|
|
2203
2205
|
/** The metadata indexed from this content. */
|
|
@@ -2263,6 +2265,8 @@ export type Content = {
|
|
|
2263
2265
|
text?: Maybe<Scalars['String']['output']>;
|
|
2264
2266
|
/** The text mezzanine rendition URI of the content. This will reference a JSON rendition of extracted text and tables from the content. */
|
|
2265
2267
|
textUri?: Maybe<Scalars['URL']['output']>;
|
|
2268
|
+
/** The content transcript metadata. */
|
|
2269
|
+
transcript?: Maybe<TranscriptMetadata>;
|
|
2266
2270
|
/** The text transcript rendition URI of the content. For audio and video files, this will reference a JSON rendition of transcribed audio segments from the content. */
|
|
2267
2271
|
transcriptUri?: Maybe<Scalars['URL']['output']>;
|
|
2268
2272
|
/** The content type. */
|
|
@@ -5159,6 +5163,8 @@ export type Feed = {
|
|
|
5159
5163
|
error?: Maybe<Scalars['String']['output']>;
|
|
5160
5164
|
/** The ID of the feed. */
|
|
5161
5165
|
id: Scalars['ID']['output'];
|
|
5166
|
+
/** The feed external identifier. */
|
|
5167
|
+
identifier?: Maybe<Scalars['String']['output']>;
|
|
5162
5168
|
/** The Intercom feed properties. */
|
|
5163
5169
|
intercom?: Maybe<IntercomFeedProperties>;
|
|
5164
5170
|
/** The issue feed properties. */
|
|
@@ -5211,8 +5217,6 @@ export type Feed = {
|
|
|
5211
5217
|
type: FeedTypes;
|
|
5212
5218
|
/** The web feed properties. */
|
|
5213
5219
|
web?: Maybe<WebFeedProperties>;
|
|
5214
|
-
/** The webhook URI for real-time message ingestion. Only returned for Slack feeds with MONITOR schedule. */
|
|
5215
|
-
webhookUri?: Maybe<Scalars['URL']['output']>;
|
|
5216
5220
|
workflow?: Maybe<Workflow>;
|
|
5217
5221
|
/** The YouTube feed properties. */
|
|
5218
5222
|
youtube?: Maybe<YouTubeFeedProperties>;
|
|
@@ -5284,6 +5288,8 @@ export type FeedFilter = {
|
|
|
5284
5288
|
direction?: InputMaybe<OrderDirectionTypes>;
|
|
5285
5289
|
/** Filter feed(s) by their unique ID. */
|
|
5286
5290
|
id?: InputMaybe<Scalars['ID']['input']>;
|
|
5291
|
+
/** Filter by feed external identifier. */
|
|
5292
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
5287
5293
|
/** Limit the number of feed(s) to be returned. Defaults to 100. */
|
|
5288
5294
|
limit?: InputMaybe<Scalars['Int']['input']>;
|
|
5289
5295
|
/** Filter feed(s) by their modified date range. */
|
|
@@ -5323,6 +5329,8 @@ export type FeedInput = {
|
|
|
5323
5329
|
email?: InputMaybe<EmailFeedPropertiesInput>;
|
|
5324
5330
|
/** The Entity discovery feed properties. */
|
|
5325
5331
|
entity?: InputMaybe<EntityFeedPropertiesInput>;
|
|
5332
|
+
/** The feed external identifier. */
|
|
5333
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
5326
5334
|
/** The Intercom feed properties. */
|
|
5327
5335
|
intercom?: InputMaybe<IntercomFeedPropertiesInput>;
|
|
5328
5336
|
/** The issue feed properties. */
|
|
@@ -5551,6 +5559,8 @@ export type FeedUpdateInput = {
|
|
|
5551
5559
|
entity?: InputMaybe<EntityFeedPropertiesUpdateInput>;
|
|
5552
5560
|
/** The ID of the feed to update. */
|
|
5553
5561
|
id: Scalars['ID']['input'];
|
|
5562
|
+
/** The feed external identifier. */
|
|
5563
|
+
identifier?: InputMaybe<Scalars['String']['input']>;
|
|
5554
5564
|
/** The Intercom feed properties. */
|
|
5555
5565
|
intercom?: InputMaybe<IntercomFeedPropertiesUpdateInput>;
|
|
5556
5566
|
/** The issue feed properties. */
|
|
@@ -10248,6 +10258,28 @@ export type MeetingFeedPropertiesUpdateInput = {
|
|
|
10248
10258
|
/** The limit of items to be read from feed, defaults to 100. */
|
|
10249
10259
|
readLimit?: InputMaybe<Scalars['Int']['input']>;
|
|
10250
10260
|
};
|
|
10261
|
+
/** Represents meeting metadata. */
|
|
10262
|
+
export type MeetingMetadata = {
|
|
10263
|
+
__typename?: 'MeetingMetadata';
|
|
10264
|
+
/** The meeting action items. */
|
|
10265
|
+
actionItems?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10266
|
+
/** The meeting duration. */
|
|
10267
|
+
duration?: Maybe<Scalars['TimeSpan']['output']>;
|
|
10268
|
+
/** The external identifier from the source system. */
|
|
10269
|
+
externalId?: Maybe<Scalars['String']['output']>;
|
|
10270
|
+
/** The meeting keywords. */
|
|
10271
|
+
keywords?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
|
|
10272
|
+
/** The meeting organizer(s). */
|
|
10273
|
+
organizer?: Maybe<Array<Maybe<PersonReference>>>;
|
|
10274
|
+
/** The meeting participants. */
|
|
10275
|
+
participants?: Maybe<Array<Maybe<PersonReference>>>;
|
|
10276
|
+
/** The meeting source (e.g. Fireflies, Zoom). */
|
|
10277
|
+
source?: Maybe<Scalars['String']['output']>;
|
|
10278
|
+
/** The meeting summary. */
|
|
10279
|
+
summary?: Maybe<Scalars['String']['output']>;
|
|
10280
|
+
/** The meeting title. */
|
|
10281
|
+
title?: Maybe<Scalars['String']['output']>;
|
|
10282
|
+
};
|
|
10251
10283
|
/** Represents an entity mention in a fact. */
|
|
10252
10284
|
export type MentionReference = {
|
|
10253
10285
|
__typename?: 'MentionReference';
|
|
@@ -18168,6 +18200,16 @@ export type ToolDefinitionInput = {
|
|
|
18168
18200
|
/** The tool schema. */
|
|
18169
18201
|
schema: Scalars['String']['input'];
|
|
18170
18202
|
};
|
|
18203
|
+
/** Represents transcript metadata. */
|
|
18204
|
+
export type TranscriptMetadata = {
|
|
18205
|
+
__typename?: 'TranscriptMetadata';
|
|
18206
|
+
/** The transcript duration. */
|
|
18207
|
+
duration?: Maybe<Scalars['TimeSpan']['output']>;
|
|
18208
|
+
/** The number of transcript segments/cues. */
|
|
18209
|
+
segmentCount?: Maybe<Scalars['Int']['output']>;
|
|
18210
|
+
/** The number of distinct speakers. */
|
|
18211
|
+
speakerCount?: Maybe<Scalars['Int']['output']>;
|
|
18212
|
+
};
|
|
18171
18213
|
/** Represents Trello feed properties. */
|
|
18172
18214
|
export type TrelloFeedProperties = {
|
|
18173
18215
|
__typename?: 'TrelloFeedProperties';
|
|
@@ -20957,6 +20999,36 @@ export type GetContentQuery = {
|
|
|
20957
20999
|
folderCount?: number | null;
|
|
20958
21000
|
isEncrypted?: boolean | null;
|
|
20959
21001
|
} | null;
|
|
21002
|
+
meeting?: {
|
|
21003
|
+
__typename?: 'MeetingMetadata';
|
|
21004
|
+
title?: string | null;
|
|
21005
|
+
duration?: any | null;
|
|
21006
|
+
summary?: string | null;
|
|
21007
|
+
actionItems?: Array<string | null> | null;
|
|
21008
|
+
keywords?: Array<string | null> | null;
|
|
21009
|
+
source?: string | null;
|
|
21010
|
+
externalId?: string | null;
|
|
21011
|
+
organizer?: Array<{
|
|
21012
|
+
__typename?: 'PersonReference';
|
|
21013
|
+
name?: string | null;
|
|
21014
|
+
email?: string | null;
|
|
21015
|
+
givenName?: string | null;
|
|
21016
|
+
familyName?: string | null;
|
|
21017
|
+
} | null> | null;
|
|
21018
|
+
participants?: Array<{
|
|
21019
|
+
__typename?: 'PersonReference';
|
|
21020
|
+
name?: string | null;
|
|
21021
|
+
email?: string | null;
|
|
21022
|
+
givenName?: string | null;
|
|
21023
|
+
familyName?: string | null;
|
|
21024
|
+
} | null> | null;
|
|
21025
|
+
} | null;
|
|
21026
|
+
transcript?: {
|
|
21027
|
+
__typename?: 'TranscriptMetadata';
|
|
21028
|
+
duration?: any | null;
|
|
21029
|
+
segmentCount?: number | null;
|
|
21030
|
+
speakerCount?: number | null;
|
|
21031
|
+
} | null;
|
|
20960
21032
|
language?: {
|
|
20961
21033
|
__typename?: 'LanguageMetadata';
|
|
20962
21034
|
languages?: Array<string | null> | null;
|
|
@@ -21893,6 +21965,36 @@ export type LookupContentsQuery = {
|
|
|
21893
21965
|
folderCount?: number | null;
|
|
21894
21966
|
isEncrypted?: boolean | null;
|
|
21895
21967
|
} | null;
|
|
21968
|
+
meeting?: {
|
|
21969
|
+
__typename?: 'MeetingMetadata';
|
|
21970
|
+
title?: string | null;
|
|
21971
|
+
duration?: any | null;
|
|
21972
|
+
summary?: string | null;
|
|
21973
|
+
actionItems?: Array<string | null> | null;
|
|
21974
|
+
keywords?: Array<string | null> | null;
|
|
21975
|
+
source?: string | null;
|
|
21976
|
+
externalId?: string | null;
|
|
21977
|
+
organizer?: Array<{
|
|
21978
|
+
__typename?: 'PersonReference';
|
|
21979
|
+
name?: string | null;
|
|
21980
|
+
email?: string | null;
|
|
21981
|
+
givenName?: string | null;
|
|
21982
|
+
familyName?: string | null;
|
|
21983
|
+
} | null> | null;
|
|
21984
|
+
participants?: Array<{
|
|
21985
|
+
__typename?: 'PersonReference';
|
|
21986
|
+
name?: string | null;
|
|
21987
|
+
email?: string | null;
|
|
21988
|
+
givenName?: string | null;
|
|
21989
|
+
familyName?: string | null;
|
|
21990
|
+
} | null> | null;
|
|
21991
|
+
} | null;
|
|
21992
|
+
transcript?: {
|
|
21993
|
+
__typename?: 'TranscriptMetadata';
|
|
21994
|
+
duration?: any | null;
|
|
21995
|
+
segmentCount?: number | null;
|
|
21996
|
+
speakerCount?: number | null;
|
|
21997
|
+
} | null;
|
|
21896
21998
|
language?: {
|
|
21897
21999
|
__typename?: 'LanguageMetadata';
|
|
21898
22000
|
languages?: Array<string | null> | null;
|
|
@@ -22660,6 +22762,36 @@ export type QueryContentsQuery = {
|
|
|
22660
22762
|
folderCount?: number | null;
|
|
22661
22763
|
isEncrypted?: boolean | null;
|
|
22662
22764
|
} | null;
|
|
22765
|
+
meeting?: {
|
|
22766
|
+
__typename?: 'MeetingMetadata';
|
|
22767
|
+
title?: string | null;
|
|
22768
|
+
duration?: any | null;
|
|
22769
|
+
summary?: string | null;
|
|
22770
|
+
actionItems?: Array<string | null> | null;
|
|
22771
|
+
keywords?: Array<string | null> | null;
|
|
22772
|
+
source?: string | null;
|
|
22773
|
+
externalId?: string | null;
|
|
22774
|
+
organizer?: Array<{
|
|
22775
|
+
__typename?: 'PersonReference';
|
|
22776
|
+
name?: string | null;
|
|
22777
|
+
email?: string | null;
|
|
22778
|
+
givenName?: string | null;
|
|
22779
|
+
familyName?: string | null;
|
|
22780
|
+
} | null> | null;
|
|
22781
|
+
participants?: Array<{
|
|
22782
|
+
__typename?: 'PersonReference';
|
|
22783
|
+
name?: string | null;
|
|
22784
|
+
email?: string | null;
|
|
22785
|
+
givenName?: string | null;
|
|
22786
|
+
familyName?: string | null;
|
|
22787
|
+
} | null> | null;
|
|
22788
|
+
} | null;
|
|
22789
|
+
transcript?: {
|
|
22790
|
+
__typename?: 'TranscriptMetadata';
|
|
22791
|
+
duration?: any | null;
|
|
22792
|
+
segmentCount?: number | null;
|
|
22793
|
+
speakerCount?: number | null;
|
|
22794
|
+
} | null;
|
|
22663
22795
|
language?: {
|
|
22664
22796
|
__typename?: 'LanguageMetadata';
|
|
22665
22797
|
languages?: Array<string | null> | null;
|
|
@@ -23123,6 +23255,36 @@ export type QueryContentsObservationsQuery = {
|
|
|
23123
23255
|
folderCount?: number | null;
|
|
23124
23256
|
isEncrypted?: boolean | null;
|
|
23125
23257
|
} | null;
|
|
23258
|
+
meeting?: {
|
|
23259
|
+
__typename?: 'MeetingMetadata';
|
|
23260
|
+
title?: string | null;
|
|
23261
|
+
duration?: any | null;
|
|
23262
|
+
summary?: string | null;
|
|
23263
|
+
actionItems?: Array<string | null> | null;
|
|
23264
|
+
keywords?: Array<string | null> | null;
|
|
23265
|
+
source?: string | null;
|
|
23266
|
+
externalId?: string | null;
|
|
23267
|
+
organizer?: Array<{
|
|
23268
|
+
__typename?: 'PersonReference';
|
|
23269
|
+
name?: string | null;
|
|
23270
|
+
email?: string | null;
|
|
23271
|
+
givenName?: string | null;
|
|
23272
|
+
familyName?: string | null;
|
|
23273
|
+
} | null> | null;
|
|
23274
|
+
participants?: Array<{
|
|
23275
|
+
__typename?: 'PersonReference';
|
|
23276
|
+
name?: string | null;
|
|
23277
|
+
email?: string | null;
|
|
23278
|
+
givenName?: string | null;
|
|
23279
|
+
familyName?: string | null;
|
|
23280
|
+
} | null> | null;
|
|
23281
|
+
} | null;
|
|
23282
|
+
transcript?: {
|
|
23283
|
+
__typename?: 'TranscriptMetadata';
|
|
23284
|
+
duration?: any | null;
|
|
23285
|
+
segmentCount?: number | null;
|
|
23286
|
+
speakerCount?: number | null;
|
|
23287
|
+
} | null;
|
|
23126
23288
|
language?: {
|
|
23127
23289
|
__typename?: 'LanguageMetadata';
|
|
23128
23290
|
languages?: Array<string | null> | null;
|
|
@@ -27718,8 +27880,8 @@ export type CreateFeedMutation = {
|
|
|
27718
27880
|
id: string;
|
|
27719
27881
|
name: string;
|
|
27720
27882
|
state: EntityState;
|
|
27883
|
+
identifier?: string | null;
|
|
27721
27884
|
type: FeedTypes;
|
|
27722
|
-
syncMode?: FeedSyncMode | null;
|
|
27723
27885
|
} | null;
|
|
27724
27886
|
};
|
|
27725
27887
|
export type DeleteAllFeedsMutationVariables = Exact<{
|
|
@@ -27804,6 +27966,8 @@ export type GetFeedQuery = {
|
|
|
27804
27966
|
creationDate: any;
|
|
27805
27967
|
modifiedDate?: any | null;
|
|
27806
27968
|
state: EntityState;
|
|
27969
|
+
identifier?: string | null;
|
|
27970
|
+
description?: string | null;
|
|
27807
27971
|
correlationId?: string | null;
|
|
27808
27972
|
type: FeedTypes;
|
|
27809
27973
|
syncMode?: FeedSyncMode | null;
|
|
@@ -28432,6 +28596,8 @@ export type QueryFeedsQuery = {
|
|
|
28432
28596
|
modifiedDate?: any | null;
|
|
28433
28597
|
relevance?: number | null;
|
|
28434
28598
|
state: EntityState;
|
|
28599
|
+
identifier?: string | null;
|
|
28600
|
+
description?: string | null;
|
|
28435
28601
|
correlationId?: string | null;
|
|
28436
28602
|
type: FeedTypes;
|
|
28437
28603
|
syncMode?: FeedSyncMode | null;
|
|
@@ -29185,8 +29351,8 @@ export type UpdateFeedMutation = {
|
|
|
29185
29351
|
id: string;
|
|
29186
29352
|
name: string;
|
|
29187
29353
|
state: EntityState;
|
|
29354
|
+
identifier?: string | null;
|
|
29188
29355
|
type: FeedTypes;
|
|
29189
|
-
syncMode?: FeedSyncMode | null;
|
|
29190
29356
|
} | null;
|
|
29191
29357
|
};
|
|
29192
29358
|
export type CountInvestmentsQueryVariables = Exact<{
|