graphlit-client 1.0.20251119003 → 1.0.20251123001

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.
@@ -127,7 +127,7 @@ export type Alert = {
127
127
  name: Scalars['String']['output'];
128
128
  /** The owner of the alert. */
129
129
  owner: Owner;
130
- /** The LLM prompt to publish each content. */
130
+ /** The LLM prompt to publish all content summaries. */
131
131
  publishPrompt: Scalars['String']['output'];
132
132
  /** The LLM specification used for publishing, optional. */
133
133
  publishSpecification?: Maybe<EntityReference>;
@@ -185,7 +185,7 @@ export type AlertInput = {
185
185
  integration: IntegrationConnectorInput;
186
186
  /** The name of the alert. */
187
187
  name: Scalars['String']['input'];
188
- /** The LLM prompt to publish each content. */
188
+ /** The LLM prompt to publish all content summaries. */
189
189
  publishPrompt: Scalars['String']['input'];
190
190
  /** The LLM specification used for publishing, optional. */
191
191
  publishSpecification?: InputMaybe<EntityReferenceInput>;
@@ -246,7 +246,7 @@ export type AlertUpdateInput = {
246
246
  integration?: InputMaybe<IntegrationConnectorUpdateInput>;
247
247
  /** The name of the alert. */
248
248
  name?: InputMaybe<Scalars['String']['input']>;
249
- /** The LLM prompt to publish each content. */
249
+ /** The LLM prompt to publish all content summaries. */
250
250
  publishPrompt?: InputMaybe<Scalars['String']['input']>;
251
251
  /** The LLM specification used for publishing, optional. */
252
252
  publishSpecification?: InputMaybe<EntityReferenceInput>;
@@ -1254,6 +1254,10 @@ export type CrmFeedProperties = {
1254
1254
  attio?: Maybe<AttioCrmFeedProperties>;
1255
1255
  /** Feed connector type. */
1256
1256
  connectorType: FeedConnectorTypes;
1257
+ /** Google Contacts CRM properties. */
1258
+ googleContacts?: Maybe<GoogleContactsCrmFeedProperties>;
1259
+ /** Microsoft Contacts CRM properties. */
1260
+ microsoftContacts?: Maybe<MicrosoftContactsCrmFeedProperties>;
1257
1261
  /** The limit of items to be read from feed, defaults to 100. */
1258
1262
  readLimit?: Maybe<Scalars['Int']['output']>;
1259
1263
  /** Feed service type. */
@@ -1263,6 +1267,10 @@ export type CrmFeedProperties = {
1263
1267
  export type CrmFeedPropertiesInput = {
1264
1268
  /** Attio CRM properties. */
1265
1269
  attio?: InputMaybe<AttioCrmFeedPropertiesInput>;
1270
+ /** Google Contacts CRM properties. */
1271
+ googleContacts?: InputMaybe<GoogleContactsCrmFeedPropertiesInput>;
1272
+ /** Microsoft Contacts CRM properties. */
1273
+ microsoftContacts?: InputMaybe<MicrosoftContactsCrmFeedPropertiesInput>;
1266
1274
  /** The limit of items to be read from feed, defaults to 100. */
1267
1275
  readLimit?: InputMaybe<Scalars['Int']['input']>;
1268
1276
  /** Feed service type. */
@@ -1272,6 +1280,10 @@ export type CrmFeedPropertiesInput = {
1272
1280
  export type CrmFeedPropertiesUpdateInput = {
1273
1281
  /** Attio CRM properties. */
1274
1282
  attio?: InputMaybe<AttioCrmFeedPropertiesUpdateInput>;
1283
+ /** Google Contacts CRM properties. */
1284
+ googleContacts?: InputMaybe<GoogleContactsCrmFeedPropertiesUpdateInput>;
1285
+ /** Microsoft Contacts CRM properties. */
1286
+ microsoftContacts?: InputMaybe<MicrosoftContactsCrmFeedPropertiesUpdateInput>;
1275
1287
  /** The limit of items to be read from feed, defaults to 100. */
1276
1288
  readLimit?: InputMaybe<Scalars['Int']['input']>;
1277
1289
  };
@@ -1491,6 +1503,8 @@ export type Category = {
1491
1503
  creationDate: Scalars['DateTime']['output'];
1492
1504
  /** The category description. */
1493
1505
  description?: Maybe<Scalars['String']['output']>;
1506
+ /** The feeds that discovered this category. */
1507
+ feeds?: Maybe<Array<Maybe<Feed>>>;
1494
1508
  /** The ID of the category. */
1495
1509
  id: Scalars['ID']['output'];
1496
1510
  /** The modified date of the category. */
@@ -1538,6 +1552,10 @@ export type CategoryFilter = {
1538
1552
  creationDateRange?: InputMaybe<DateRangeFilter>;
1539
1553
  /** The sort direction for query results. */
1540
1554
  direction?: InputMaybe<OrderDirectionTypes>;
1555
+ /** Whether to disable inheritance from project to owner, upon category retrieval. Defaults to False. */
1556
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
1557
+ /** Filter by feed identifiers that created these categories. */
1558
+ feeds?: InputMaybe<Array<EntityReferenceFilter>>;
1541
1559
  /** Filter category(s) by their unique ID. */
1542
1560
  id?: InputMaybe<Scalars['ID']['input']>;
1543
1561
  /** Limit the number of category(s) to be returned. Defaults to 100. */
@@ -1647,7 +1665,10 @@ export declare enum CerebrasModels {
1647
1665
  Llama_3_1_8B = "LLAMA_3_1_8B",
1648
1666
  /** LLaMA 3.3 70b */
1649
1667
  Llama_3_3_70B = "LLAMA_3_3_70B",
1650
- /** LLaMA 4 Scout 17b */
1668
+ /**
1669
+ * LLaMA 4 Scout 17b
1670
+ * @deprecated Has been deprecated, select a different model
1671
+ */
1651
1672
  Llama_4Scout_17B = "LLAMA_4_SCOUT_17B",
1652
1673
  /** Qwen 3 32b */
1653
1674
  Qwen_3_32B = "QWEN_3_32B"
@@ -2529,7 +2550,7 @@ export type ContentFilterLevel = {
2529
2550
  };
2530
2551
  /** Represents the configuration for retrieving the knowledge graph. */
2531
2552
  export type ContentGraphInput = {
2532
- /** The observable types. */
2553
+ /** Filter by entity types. */
2533
2554
  types?: InputMaybe<Array<ObservableTypes>>;
2534
2555
  };
2535
2556
  /** Represents a content indexing connector. */
@@ -3909,6 +3930,8 @@ export type EntityEnrichmentConnector = {
3909
3930
  enrichedTypes?: Maybe<Array<ObservableTypes>>;
3910
3931
  /** The specific properties for FHIR medical entity enrichment. */
3911
3932
  fhir?: Maybe<FhirEnrichmentProperties>;
3933
+ /** The specific properties for Parallel entity enrichment. */
3934
+ parallel?: Maybe<ParallelEnrichmentProperties>;
3912
3935
  /** The entity enrichment service type. */
3913
3936
  type?: Maybe<EntityEnrichmentServiceTypes>;
3914
3937
  };
@@ -3920,6 +3943,8 @@ export type EntityEnrichmentConnectorInput = {
3920
3943
  enrichedTypes?: InputMaybe<Array<ObservableTypes>>;
3921
3944
  /** The specific properties for FHIR medical entity enrichment. */
3922
3945
  fhir?: InputMaybe<FhirEnrichmentPropertiesInput>;
3946
+ /** The specific properties for Parallel entity enrichment. */
3947
+ parallel?: InputMaybe<ParallelEnrichmentPropertiesInput>;
3923
3948
  /** The entity enrichment service type. */
3924
3949
  type: EntityEnrichmentServiceTypes;
3925
3950
  };
@@ -4211,6 +4236,8 @@ export type Event = {
4211
4236
  endDate?: Maybe<Scalars['DateTime']['output']>;
4212
4237
  /** The EPSG code for spatial reference of the event. */
4213
4238
  epsgCode?: Maybe<Scalars['Int']['output']>;
4239
+ /** The feeds that discovered this event. */
4240
+ feeds?: Maybe<Array<Maybe<Feed>>>;
4214
4241
  /** The H3 index of the event. */
4215
4242
  h3?: Maybe<H3>;
4216
4243
  /** The ID of the event. */
@@ -4231,6 +4258,8 @@ export type Event = {
4231
4258
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
4232
4259
  /** The name of the event. */
4233
4260
  name: Scalars['String']['output'];
4261
+ /** The owner of the event. */
4262
+ owner: Owner;
4234
4263
  /** The event price. */
4235
4264
  price?: Maybe<Scalars['Decimal']['output']>;
4236
4265
  /** The currency of the event price. */
@@ -4292,8 +4321,12 @@ export type EventFilter = {
4292
4321
  creationDateRange?: InputMaybe<DateRangeFilter>;
4293
4322
  /** The sort direction for query results. */
4294
4323
  direction?: InputMaybe<OrderDirectionTypes>;
4324
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
4325
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
4295
4326
  /** Filter by event end date range. */
4296
4327
  endDateRange?: InputMaybe<DateRangeFilter>;
4328
+ /** Filter by events. */
4329
+ events?: InputMaybe<Array<EntityReferenceFilter>>;
4297
4330
  /** Filter by feed identifiers that created these observable entities. */
4298
4331
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
4299
4332
  /** Filter by observable H3 index. */
@@ -4677,6 +4710,8 @@ export declare enum FeedConnectorTypes {
4677
4710
  Google = "GOOGLE",
4678
4711
  /** Google Calendar feed connector */
4679
4712
  GoogleCalendar = "GOOGLE_CALENDAR",
4713
+ /** Google Contacts feed connector */
4714
+ GoogleContacts = "GOOGLE_CONTACTS",
4680
4715
  /** Google Drive feed connector */
4681
4716
  GoogleDrive = "GOOGLE_DRIVE",
4682
4717
  /** Google Mail feed connector */
@@ -4687,6 +4722,8 @@ export declare enum FeedConnectorTypes {
4687
4722
  Linear = "LINEAR",
4688
4723
  /** Microsoft Calendar feed connector */
4689
4724
  MicrosoftCalendar = "MICROSOFT_CALENDAR",
4725
+ /** Microsoft Contacts feed connector */
4726
+ MicrosoftContacts = "MICROSOFT_CONTACTS",
4690
4727
  /** Microsoft Outlook Email feed connector */
4691
4728
  MicrosoftEmail = "MICROSOFT_EMAIL",
4692
4729
  /** Microsoft OneDrive feed connector */
@@ -4844,6 +4881,8 @@ export declare enum FeedServiceTypes {
4844
4881
  GoogleBlob = "GOOGLE_BLOB",
4845
4882
  /** Google Calendar feed service */
4846
4883
  GoogleCalendar = "GOOGLE_CALENDAR",
4884
+ /** Google Contacts feed service */
4885
+ GoogleContacts = "GOOGLE_CONTACTS",
4847
4886
  /** Google Drive feed service */
4848
4887
  GoogleDrive = "GOOGLE_DRIVE",
4849
4888
  /** Google Mail feed service */
@@ -4856,6 +4895,8 @@ export declare enum FeedServiceTypes {
4856
4895
  Linear = "LINEAR",
4857
4896
  /** Microsoft Calendar feed service */
4858
4897
  MicrosoftCalendar = "MICROSOFT_CALENDAR",
4898
+ /** Microsoft Contacts feed service */
4899
+ MicrosoftContacts = "MICROSOFT_CONTACTS",
4859
4900
  /** Microsoft Outlook Email feed service */
4860
4901
  MicrosoftEmail = "MICROSOFT_EMAIL",
4861
4902
  /** Microsoft OneDrive feed service */
@@ -5499,6 +5540,50 @@ export type GoogleCalendarsInput = {
5499
5540
  /** Google OAuth2 refresh token, for User authentication type. */
5500
5541
  refreshToken?: InputMaybe<Scalars['String']['input']>;
5501
5542
  };
5543
+ export declare enum GoogleContactsAuthenticationTypes {
5544
+ Connector = "CONNECTOR",
5545
+ User = "USER"
5546
+ }
5547
+ /** Represents Google Contacts CRM feed properties. */
5548
+ export type GoogleContactsCrmFeedProperties = {
5549
+ __typename?: 'GoogleContactsCRMFeedProperties';
5550
+ /** Google Contacts authentication type. */
5551
+ authenticationType?: Maybe<GoogleContactsAuthenticationTypes>;
5552
+ /** Authorization identifier. */
5553
+ authorizationId?: Maybe<Scalars['String']['output']>;
5554
+ /** Google OAuth2 client identifier. */
5555
+ clientId?: Maybe<Scalars['String']['output']>;
5556
+ /** Google OAuth2 client secret. */
5557
+ clientSecret?: Maybe<Scalars['String']['output']>;
5558
+ /** Google OAuth2 refresh token. */
5559
+ refreshToken?: Maybe<Scalars['String']['output']>;
5560
+ };
5561
+ /** Represents Google Contacts CRM feed properties. */
5562
+ export type GoogleContactsCrmFeedPropertiesInput = {
5563
+ /** Google Contacts authentication type, defaults to User. */
5564
+ authenticationType?: InputMaybe<GoogleContactsAuthenticationTypes>;
5565
+ /** Authorization identifier, for Connector authentication type. */
5566
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
5567
+ /** Google OAuth2 client identifier, for User authentication type. */
5568
+ clientId?: InputMaybe<Scalars['String']['input']>;
5569
+ /** Google OAuth2 client secret, for User authentication type. */
5570
+ clientSecret?: InputMaybe<Scalars['String']['input']>;
5571
+ /** Google OAuth2 refresh token, for User authentication type. */
5572
+ refreshToken?: InputMaybe<Scalars['String']['input']>;
5573
+ };
5574
+ /** Represents Google Contacts CRM feed properties. */
5575
+ export type GoogleContactsCrmFeedPropertiesUpdateInput = {
5576
+ /** Google Contacts authentication type, defaults to User. */
5577
+ authenticationType?: InputMaybe<GoogleContactsAuthenticationTypes>;
5578
+ /** Authorization identifier, for Connector authentication type. */
5579
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
5580
+ /** Google OAuth2 client identifier, for User authentication type. */
5581
+ clientId?: InputMaybe<Scalars['String']['input']>;
5582
+ /** Google OAuth2 client secret, for User authentication type. */
5583
+ clientSecret?: InputMaybe<Scalars['String']['input']>;
5584
+ /** Google OAuth2 refresh token, for User authentication type. */
5585
+ refreshToken?: InputMaybe<Scalars['String']['input']>;
5586
+ };
5502
5587
  /** Google Drive authentication type */
5503
5588
  export declare enum GoogleDriveAuthenticationTypes {
5504
5589
  /** Connector */
@@ -5706,7 +5791,9 @@ export declare enum GoogleImageModels {
5706
5791
  /** Developer-specified model */
5707
5792
  Custom = "CUSTOM",
5708
5793
  /** Gemini 2.5 Flash Image Preview */
5709
- Gemini_2_5FlashImagePreview = "GEMINI_2_5_FLASH_IMAGE_PREVIEW"
5794
+ Gemini_2_5FlashImagePreview = "GEMINI_2_5_FLASH_IMAGE_PREVIEW",
5795
+ /** Gemini 3 Pro Image Preview */
5796
+ Gemini_3ProImagePreview = "GEMINI_3_PRO_IMAGE_PREVIEW"
5710
5797
  }
5711
5798
  /** Represents the Google Image publishing properties. */
5712
5799
  export type GoogleImagePublishingProperties = {
@@ -5853,6 +5940,8 @@ export declare enum GoogleModels {
5853
5940
  Gemini_2_5ProExperimental = "GEMINI_2_5_PRO_EXPERIMENTAL",
5854
5941
  /** Gemini 2.5 Pro (Preview) */
5855
5942
  Gemini_2_5ProPreview = "GEMINI_2_5_PRO_PREVIEW",
5943
+ /** Gemini 3 Pro (Preview) */
5944
+ Gemini_3ProPreview = "GEMINI_3_PRO_PREVIEW",
5856
5945
  /** Gemini Flash (Latest) */
5857
5946
  GeminiFlashLatest = "GEMINI_FLASH_LATEST",
5858
5947
  /** Gemini Flash Lite (Latest) */
@@ -5898,7 +5987,7 @@ export type GraphFilter = {
5898
5987
  search?: InputMaybe<Scalars['String']['input']>;
5899
5988
  /** Search type (Keyword, Vector, Hybrid). Defaults to Vector. */
5900
5989
  searchType?: InputMaybe<SearchTypes>;
5901
- /** Filter by entity types (Organization, Person, Place, etc.). Required. */
5990
+ /** Filter by entity types. */
5902
5991
  types?: InputMaybe<Array<ObservableTypes>>;
5903
5992
  };
5904
5993
  /** Configuration for knowledge graph retrieval. */
@@ -6518,6 +6607,10 @@ export type Investment = {
6518
6607
  __typename?: 'Investment';
6519
6608
  /** The alternate names of the investment. */
6520
6609
  alternateNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6610
+ /** The investment amount. */
6611
+ amount?: Maybe<Scalars['Decimal']['output']>;
6612
+ /** The currency code for the investment amount. */
6613
+ amountCurrency?: Maybe<Scalars['String']['output']>;
6521
6614
  /** The geo-boundary of the investment, as GeoJSON Feature with Polygon geometry. */
6522
6615
  boundary?: Maybe<Scalars['String']['output']>;
6523
6616
  /** The creation date of the investment. */
@@ -6526,6 +6619,8 @@ export type Investment = {
6526
6619
  description?: Maybe<Scalars['String']['output']>;
6527
6620
  /** The EPSG code for spatial reference of the investment. */
6528
6621
  epsgCode?: Maybe<Scalars['Int']['output']>;
6622
+ /** The feeds that discovered this investment. */
6623
+ feeds?: Maybe<Array<Maybe<Feed>>>;
6529
6624
  /** The H3 index of the investment. */
6530
6625
  h3?: Maybe<H3>;
6531
6626
  /** The ID of the investment. */
@@ -6540,6 +6635,8 @@ export type Investment = {
6540
6635
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
6541
6636
  /** The name of the investment. */
6542
6637
  name: Scalars['String']['output'];
6638
+ /** The owner of the investment. */
6639
+ owner: Owner;
6543
6640
  /** The relevance score of the investment. */
6544
6641
  relevance?: Maybe<Scalars['Float']['output']>;
6545
6642
  /** The state of the investment (i.e. created, enabled). */
@@ -6589,12 +6686,16 @@ export type InvestmentFilter = {
6589
6686
  creationDateRange?: InputMaybe<DateRangeFilter>;
6590
6687
  /** The sort direction for query results. */
6591
6688
  direction?: InputMaybe<OrderDirectionTypes>;
6689
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
6690
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
6592
6691
  /** Filter by feed identifiers that created these observable entities. */
6593
6692
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
6594
6693
  /** Filter by observable H3 index. */
6595
6694
  h3?: InputMaybe<H3Filter>;
6596
6695
  /** Filter investment(s) by their unique ID. */
6597
6696
  id?: InputMaybe<Scalars['ID']['input']>;
6697
+ /** Filter by investments. */
6698
+ investments?: InputMaybe<Array<EntityReferenceFilter>>;
6598
6699
  /** Limit the number of investment(s) to be returned. Defaults to 100. */
6599
6700
  limit?: InputMaybe<Scalars['Int']['input']>;
6600
6701
  /** Filter by observable geo-location. */
@@ -6627,6 +6728,10 @@ export type InvestmentFund = {
6627
6728
  __typename?: 'InvestmentFund';
6628
6729
  /** The alternate names of the investmentfund. */
6629
6730
  alternateNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
6731
+ /** The fund amount. */
6732
+ amount?: Maybe<Scalars['Decimal']['output']>;
6733
+ /** The currency code for the fund amount. */
6734
+ amountCurrency?: Maybe<Scalars['String']['output']>;
6630
6735
  /** The geo-boundary of the investmentfund, as GeoJSON Feature with Polygon geometry. */
6631
6736
  boundary?: Maybe<Scalars['String']['output']>;
6632
6737
  /** The creation date of the investmentfund. */
@@ -6635,6 +6740,8 @@ export type InvestmentFund = {
6635
6740
  description?: Maybe<Scalars['String']['output']>;
6636
6741
  /** The EPSG code for spatial reference of the investmentfund. */
6637
6742
  epsgCode?: Maybe<Scalars['Int']['output']>;
6743
+ /** The feeds that discovered this investmentfund. */
6744
+ feeds?: Maybe<Array<Maybe<Feed>>>;
6638
6745
  /** The H3 index of the investmentfund. */
6639
6746
  h3?: Maybe<H3>;
6640
6747
  /** The ID of the investmentfund. */
@@ -6649,6 +6756,8 @@ export type InvestmentFund = {
6649
6756
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
6650
6757
  /** The name of the investmentfund. */
6651
6758
  name: Scalars['String']['output'];
6759
+ /** The owner of the investmentfund. */
6760
+ owner: Owner;
6652
6761
  /** The relevance score of the investmentfund. */
6653
6762
  relevance?: Maybe<Scalars['Float']['output']>;
6654
6763
  /** The state of the investmentfund (i.e. created, enabled). */
@@ -6698,12 +6807,16 @@ export type InvestmentFundFilter = {
6698
6807
  creationDateRange?: InputMaybe<DateRangeFilter>;
6699
6808
  /** The sort direction for query results. */
6700
6809
  direction?: InputMaybe<OrderDirectionTypes>;
6810
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
6811
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
6701
6812
  /** Filter by feed identifiers that created these observable entities. */
6702
6813
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
6703
6814
  /** Filter by observable H3 index. */
6704
6815
  h3?: InputMaybe<H3Filter>;
6705
6816
  /** Filter investmentfund(s) by their unique ID. */
6706
6817
  id?: InputMaybe<Scalars['ID']['input']>;
6818
+ /** Filter by investment funds. */
6819
+ investmentFunds?: InputMaybe<Array<EntityReferenceFilter>>;
6707
6820
  /** Limit the number of investmentfund(s) to be returned. Defaults to 100. */
6708
6821
  limit?: InputMaybe<Scalars['Int']['input']>;
6709
6822
  /** Filter by observable geo-location. */
@@ -6733,6 +6846,10 @@ export type InvestmentFundFilter = {
6733
6846
  };
6734
6847
  /** Represents an investment fund. */
6735
6848
  export type InvestmentFundInput = {
6849
+ /** The fund amount. */
6850
+ amount?: InputMaybe<Scalars['Decimal']['input']>;
6851
+ /** The currency code for the fund amount. */
6852
+ amountCurrency?: InputMaybe<Scalars['String']['input']>;
6736
6853
  /** The investmentfund geo-boundary, as GeoJSON Feature with Polygon geometry. */
6737
6854
  boundary?: InputMaybe<Scalars['String']['input']>;
6738
6855
  /** The investmentfund description. */
@@ -6756,6 +6873,10 @@ export type InvestmentFundResults = {
6756
6873
  };
6757
6874
  /** Represents an investment fund. */
6758
6875
  export type InvestmentFundUpdateInput = {
6876
+ /** The fund amount. */
6877
+ amount?: InputMaybe<Scalars['Decimal']['input']>;
6878
+ /** The currency code for the fund amount. */
6879
+ amountCurrency?: InputMaybe<Scalars['String']['input']>;
6759
6880
  /** The investmentfund geo-boundary, as GeoJSON Feature with Polygon geometry. */
6760
6881
  boundary?: InputMaybe<Scalars['String']['input']>;
6761
6882
  /** The investmentfund description. */
@@ -6773,6 +6894,10 @@ export type InvestmentFundUpdateInput = {
6773
6894
  };
6774
6895
  /** Represents an investment. */
6775
6896
  export type InvestmentInput = {
6897
+ /** The investment amount. */
6898
+ amount?: InputMaybe<Scalars['Decimal']['input']>;
6899
+ /** The currency code for the investment amount. */
6900
+ amountCurrency?: InputMaybe<Scalars['String']['input']>;
6776
6901
  /** The investment geo-boundary, as GeoJSON Feature with Polygon geometry. */
6777
6902
  boundary?: InputMaybe<Scalars['String']['input']>;
6778
6903
  /** The investment description. */
@@ -6796,6 +6921,10 @@ export type InvestmentResults = {
6796
6921
  };
6797
6922
  /** Represents an investment. */
6798
6923
  export type InvestmentUpdateInput = {
6924
+ /** The investment amount. */
6925
+ amount?: InputMaybe<Scalars['Decimal']['input']>;
6926
+ /** The currency code for the investment amount. */
6927
+ amountCurrency?: InputMaybe<Scalars['String']['input']>;
6799
6928
  /** The investment geo-boundary, as GeoJSON Feature with Polygon geometry. */
6800
6929
  boundary?: InputMaybe<Scalars['String']['input']>;
6801
6930
  /** The investment description. */
@@ -6982,6 +7111,8 @@ export type Label = {
6982
7111
  creationDate: Scalars['DateTime']['output'];
6983
7112
  /** The label description. */
6984
7113
  description?: Maybe<Scalars['String']['output']>;
7114
+ /** The feeds that discovered this label. */
7115
+ feeds?: Maybe<Array<Maybe<Feed>>>;
6985
7116
  /** The ID of the label. */
6986
7117
  id: Scalars['ID']['output'];
6987
7118
  /** The modified date of the label. */
@@ -7029,6 +7160,10 @@ export type LabelFilter = {
7029
7160
  creationDateRange?: InputMaybe<DateRangeFilter>;
7030
7161
  /** The sort direction for query results. */
7031
7162
  direction?: InputMaybe<OrderDirectionTypes>;
7163
+ /** Whether to disable inheritance from project to owner, upon label retrieval. Defaults to False. */
7164
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
7165
+ /** Filter by feed identifiers that created these labels. */
7166
+ feeds?: InputMaybe<Array<EntityReferenceFilter>>;
7032
7167
  /** Filter label(s) by their unique ID. */
7033
7168
  id?: InputMaybe<Scalars['ID']['input']>;
7034
7169
  /** Limit the number of label(s) to be returned. Defaults to 100. */
@@ -7355,6 +7490,8 @@ export type MedicalCondition = {
7355
7490
  description?: Maybe<Scalars['String']['output']>;
7356
7491
  /** The EPSG code for spatial reference of the medicalcondition. */
7357
7492
  epsgCode?: Maybe<Scalars['Int']['output']>;
7493
+ /** The feeds that discovered this medicalcondition. */
7494
+ feeds?: Maybe<Array<Maybe<Feed>>>;
7358
7495
  /** The H3 index of the medicalcondition. */
7359
7496
  h3?: Maybe<H3>;
7360
7497
  /** The ID of the medicalcondition. */
@@ -7369,6 +7506,8 @@ export type MedicalCondition = {
7369
7506
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
7370
7507
  /** The name of the medicalcondition. */
7371
7508
  name: Scalars['String']['output'];
7509
+ /** The owner of the medicalcondition. */
7510
+ owner: Owner;
7372
7511
  /** The relevance score of the medicalcondition. */
7373
7512
  relevance?: Maybe<Scalars['Float']['output']>;
7374
7513
  /** The state of the medicalcondition (i.e. created, enabled). */
@@ -7418,6 +7557,8 @@ export type MedicalConditionFilter = {
7418
7557
  creationDateRange?: InputMaybe<DateRangeFilter>;
7419
7558
  /** The sort direction for query results. */
7420
7559
  direction?: InputMaybe<OrderDirectionTypes>;
7560
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
7561
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
7421
7562
  /** Filter by feed identifiers that created these observable entities. */
7422
7563
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
7423
7564
  /** Filter by observable H3 index. */
@@ -7428,6 +7569,8 @@ export type MedicalConditionFilter = {
7428
7569
  limit?: InputMaybe<Scalars['Int']['input']>;
7429
7570
  /** Filter by observable geo-location. */
7430
7571
  location?: InputMaybe<PointFilter>;
7572
+ /** Filter by medical conditions. */
7573
+ medicalConditions?: InputMaybe<Array<EntityReferenceFilter>>;
7431
7574
  /** Filter medicalcondition(s) by their modified date range. */
7432
7575
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
7433
7576
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalcondition(s) modified in the last 24 hours. */
@@ -7504,6 +7647,8 @@ export type MedicalContraindication = {
7504
7647
  description?: Maybe<Scalars['String']['output']>;
7505
7648
  /** The EPSG code for spatial reference of the medicalcontraindication. */
7506
7649
  epsgCode?: Maybe<Scalars['Int']['output']>;
7650
+ /** The feeds that discovered this medicalcontraindication. */
7651
+ feeds?: Maybe<Array<Maybe<Feed>>>;
7507
7652
  /** The H3 index of the medicalcontraindication. */
7508
7653
  h3?: Maybe<H3>;
7509
7654
  /** The ID of the medicalcontraindication. */
@@ -7518,6 +7663,8 @@ export type MedicalContraindication = {
7518
7663
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
7519
7664
  /** The name of the medicalcontraindication. */
7520
7665
  name: Scalars['String']['output'];
7666
+ /** The owner of the medicalcontraindication. */
7667
+ owner: Owner;
7521
7668
  /** The relevance score of the medicalcontraindication. */
7522
7669
  relevance?: Maybe<Scalars['Float']['output']>;
7523
7670
  /** The state of the medicalcontraindication (i.e. created, enabled). */
@@ -7567,6 +7714,8 @@ export type MedicalContraindicationFilter = {
7567
7714
  creationDateRange?: InputMaybe<DateRangeFilter>;
7568
7715
  /** The sort direction for query results. */
7569
7716
  direction?: InputMaybe<OrderDirectionTypes>;
7717
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
7718
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
7570
7719
  /** Filter by feed identifiers that created these observable entities. */
7571
7720
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
7572
7721
  /** Filter by observable H3 index. */
@@ -7577,6 +7726,8 @@ export type MedicalContraindicationFilter = {
7577
7726
  limit?: InputMaybe<Scalars['Int']['input']>;
7578
7727
  /** Filter by observable geo-location. */
7579
7728
  location?: InputMaybe<PointFilter>;
7729
+ /** Filter by medical contraindications. */
7730
+ medicalContraindications?: InputMaybe<Array<EntityReferenceFilter>>;
7580
7731
  /** Filter medicalcontraindication(s) by their modified date range. */
7581
7732
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
7582
7733
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalcontraindication(s) modified in the last 24 hours. */
@@ -7653,6 +7804,8 @@ export type MedicalDevice = {
7653
7804
  description?: Maybe<Scalars['String']['output']>;
7654
7805
  /** The EPSG code for spatial reference of the medicaldevice. */
7655
7806
  epsgCode?: Maybe<Scalars['Int']['output']>;
7807
+ /** The feeds that discovered this medicaldevice. */
7808
+ feeds?: Maybe<Array<Maybe<Feed>>>;
7656
7809
  /** The H3 index of the medicaldevice. */
7657
7810
  h3?: Maybe<H3>;
7658
7811
  /** The ID of the medicaldevice. */
@@ -7667,6 +7820,8 @@ export type MedicalDevice = {
7667
7820
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
7668
7821
  /** The name of the medicaldevice. */
7669
7822
  name: Scalars['String']['output'];
7823
+ /** The owner of the medicaldevice. */
7824
+ owner: Owner;
7670
7825
  /** The relevance score of the medicaldevice. */
7671
7826
  relevance?: Maybe<Scalars['Float']['output']>;
7672
7827
  /** The state of the medicaldevice (i.e. created, enabled). */
@@ -7716,6 +7871,8 @@ export type MedicalDeviceFilter = {
7716
7871
  creationDateRange?: InputMaybe<DateRangeFilter>;
7717
7872
  /** The sort direction for query results. */
7718
7873
  direction?: InputMaybe<OrderDirectionTypes>;
7874
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
7875
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
7719
7876
  /** Filter by feed identifiers that created these observable entities. */
7720
7877
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
7721
7878
  /** Filter by observable H3 index. */
@@ -7726,6 +7883,8 @@ export type MedicalDeviceFilter = {
7726
7883
  limit?: InputMaybe<Scalars['Int']['input']>;
7727
7884
  /** Filter by observable geo-location. */
7728
7885
  location?: InputMaybe<PointFilter>;
7886
+ /** Filter by medical devices. */
7887
+ medicalDevices?: InputMaybe<Array<EntityReferenceFilter>>;
7729
7888
  /** Filter medicaldevice(s) by their modified date range. */
7730
7889
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
7731
7890
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicaldevice(s) modified in the last 24 hours. */
@@ -7802,6 +7961,8 @@ export type MedicalDrug = {
7802
7961
  description?: Maybe<Scalars['String']['output']>;
7803
7962
  /** The EPSG code for spatial reference of the medicaldrug. */
7804
7963
  epsgCode?: Maybe<Scalars['Int']['output']>;
7964
+ /** The feeds that discovered this medicaldrug. */
7965
+ feeds?: Maybe<Array<Maybe<Feed>>>;
7805
7966
  /** The H3 index of the medicaldrug. */
7806
7967
  h3?: Maybe<H3>;
7807
7968
  /** The ID of the medicaldrug. */
@@ -7816,6 +7977,8 @@ export type MedicalDrug = {
7816
7977
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
7817
7978
  /** The name of the medicaldrug. */
7818
7979
  name: Scalars['String']['output'];
7980
+ /** The owner of the medicaldrug. */
7981
+ owner: Owner;
7819
7982
  /** The relevance score of the medicaldrug. */
7820
7983
  relevance?: Maybe<Scalars['Float']['output']>;
7821
7984
  /** The state of the medicaldrug (i.e. created, enabled). */
@@ -7838,6 +8001,8 @@ export type MedicalDrugClass = {
7838
8001
  description?: Maybe<Scalars['String']['output']>;
7839
8002
  /** The EPSG code for spatial reference of the medicaldrugclass. */
7840
8003
  epsgCode?: Maybe<Scalars['Int']['output']>;
8004
+ /** The feeds that discovered this medicaldrugclass. */
8005
+ feeds?: Maybe<Array<Maybe<Feed>>>;
7841
8006
  /** The H3 index of the medicaldrugclass. */
7842
8007
  h3?: Maybe<H3>;
7843
8008
  /** The ID of the medicaldrugclass. */
@@ -7852,6 +8017,8 @@ export type MedicalDrugClass = {
7852
8017
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
7853
8018
  /** The name of the medicaldrugclass. */
7854
8019
  name: Scalars['String']['output'];
8020
+ /** The owner of the medicaldrugclass. */
8021
+ owner: Owner;
7855
8022
  /** The relevance score of the medicaldrugclass. */
7856
8023
  relevance?: Maybe<Scalars['Float']['output']>;
7857
8024
  /** The state of the medicaldrugclass (i.e. created, enabled). */
@@ -7901,6 +8068,8 @@ export type MedicalDrugClassFilter = {
7901
8068
  creationDateRange?: InputMaybe<DateRangeFilter>;
7902
8069
  /** The sort direction for query results. */
7903
8070
  direction?: InputMaybe<OrderDirectionTypes>;
8071
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8072
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
7904
8073
  /** Filter by feed identifiers that created these observable entities. */
7905
8074
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
7906
8075
  /** Filter by observable H3 index. */
@@ -7911,6 +8080,8 @@ export type MedicalDrugClassFilter = {
7911
8080
  limit?: InputMaybe<Scalars['Int']['input']>;
7912
8081
  /** Filter by observable geo-location. */
7913
8082
  location?: InputMaybe<PointFilter>;
8083
+ /** Filter by medical drug classes. */
8084
+ medicalDrugClasses?: InputMaybe<Array<EntityReferenceFilter>>;
7914
8085
  /** Filter medicaldrugclass(s) by their modified date range. */
7915
8086
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
7916
8087
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicaldrugclass(s) modified in the last 24 hours. */
@@ -8014,6 +8185,8 @@ export type MedicalDrugFilter = {
8014
8185
  creationDateRange?: InputMaybe<DateRangeFilter>;
8015
8186
  /** The sort direction for query results. */
8016
8187
  direction?: InputMaybe<OrderDirectionTypes>;
8188
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8189
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8017
8190
  /** Filter by feed identifiers that created these observable entities. */
8018
8191
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8019
8192
  /** Filter by observable H3 index. */
@@ -8024,6 +8197,8 @@ export type MedicalDrugFilter = {
8024
8197
  limit?: InputMaybe<Scalars['Int']['input']>;
8025
8198
  /** Filter by observable geo-location. */
8026
8199
  location?: InputMaybe<PointFilter>;
8200
+ /** Filter by medical drugs. */
8201
+ medicalDrugs?: InputMaybe<Array<EntityReferenceFilter>>;
8027
8202
  /** Filter medicaldrug(s) by their modified date range. */
8028
8203
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8029
8204
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicaldrug(s) modified in the last 24 hours. */
@@ -8100,6 +8275,8 @@ export type MedicalGuideline = {
8100
8275
  description?: Maybe<Scalars['String']['output']>;
8101
8276
  /** The EPSG code for spatial reference of the medicalguideline. */
8102
8277
  epsgCode?: Maybe<Scalars['Int']['output']>;
8278
+ /** The feeds that discovered this medicalguideline. */
8279
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8103
8280
  /** The H3 index of the medicalguideline. */
8104
8281
  h3?: Maybe<H3>;
8105
8282
  /** The ID of the medicalguideline. */
@@ -8114,6 +8291,8 @@ export type MedicalGuideline = {
8114
8291
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8115
8292
  /** The name of the medicalguideline. */
8116
8293
  name: Scalars['String']['output'];
8294
+ /** The owner of the medicalguideline. */
8295
+ owner: Owner;
8117
8296
  /** The relevance score of the medicalguideline. */
8118
8297
  relevance?: Maybe<Scalars['Float']['output']>;
8119
8298
  /** The state of the medicalguideline (i.e. created, enabled). */
@@ -8163,6 +8342,8 @@ export type MedicalGuidelineFilter = {
8163
8342
  creationDateRange?: InputMaybe<DateRangeFilter>;
8164
8343
  /** The sort direction for query results. */
8165
8344
  direction?: InputMaybe<OrderDirectionTypes>;
8345
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8346
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8166
8347
  /** Filter by feed identifiers that created these observable entities. */
8167
8348
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8168
8349
  /** Filter by observable H3 index. */
@@ -8173,6 +8354,8 @@ export type MedicalGuidelineFilter = {
8173
8354
  limit?: InputMaybe<Scalars['Int']['input']>;
8174
8355
  /** Filter by observable geo-location. */
8175
8356
  location?: InputMaybe<PointFilter>;
8357
+ /** Filter by medical guidelines. */
8358
+ medicalGuidelines?: InputMaybe<Array<EntityReferenceFilter>>;
8176
8359
  /** Filter medicalguideline(s) by their modified date range. */
8177
8360
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8178
8361
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalguideline(s) modified in the last 24 hours. */
@@ -8249,6 +8432,8 @@ export type MedicalIndication = {
8249
8432
  description?: Maybe<Scalars['String']['output']>;
8250
8433
  /** The EPSG code for spatial reference of the medicalindication. */
8251
8434
  epsgCode?: Maybe<Scalars['Int']['output']>;
8435
+ /** The feeds that discovered this medicalindication. */
8436
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8252
8437
  /** The H3 index of the medicalindication. */
8253
8438
  h3?: Maybe<H3>;
8254
8439
  /** The ID of the medicalindication. */
@@ -8263,6 +8448,8 @@ export type MedicalIndication = {
8263
8448
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8264
8449
  /** The name of the medicalindication. */
8265
8450
  name: Scalars['String']['output'];
8451
+ /** The owner of the medicalindication. */
8452
+ owner: Owner;
8266
8453
  /** The relevance score of the medicalindication. */
8267
8454
  relevance?: Maybe<Scalars['Float']['output']>;
8268
8455
  /** The state of the medicalindication (i.e. created, enabled). */
@@ -8312,6 +8499,8 @@ export type MedicalIndicationFilter = {
8312
8499
  creationDateRange?: InputMaybe<DateRangeFilter>;
8313
8500
  /** The sort direction for query results. */
8314
8501
  direction?: InputMaybe<OrderDirectionTypes>;
8502
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8503
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8315
8504
  /** Filter by feed identifiers that created these observable entities. */
8316
8505
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8317
8506
  /** Filter by observable H3 index. */
@@ -8322,6 +8511,8 @@ export type MedicalIndicationFilter = {
8322
8511
  limit?: InputMaybe<Scalars['Int']['input']>;
8323
8512
  /** Filter by observable geo-location. */
8324
8513
  location?: InputMaybe<PointFilter>;
8514
+ /** Filter by medical indications. */
8515
+ medicalIndications?: InputMaybe<Array<EntityReferenceFilter>>;
8325
8516
  /** Filter medicalindication(s) by their modified date range. */
8326
8517
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8327
8518
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalindication(s) modified in the last 24 hours. */
@@ -8398,6 +8589,8 @@ export type MedicalProcedure = {
8398
8589
  description?: Maybe<Scalars['String']['output']>;
8399
8590
  /** The EPSG code for spatial reference of the medicalprocedure. */
8400
8591
  epsgCode?: Maybe<Scalars['Int']['output']>;
8592
+ /** The feeds that discovered this medicalprocedure. */
8593
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8401
8594
  /** The H3 index of the medicalprocedure. */
8402
8595
  h3?: Maybe<H3>;
8403
8596
  /** The ID of the medicalprocedure. */
@@ -8412,6 +8605,8 @@ export type MedicalProcedure = {
8412
8605
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8413
8606
  /** The name of the medicalprocedure. */
8414
8607
  name: Scalars['String']['output'];
8608
+ /** The owner of the medicalprocedure. */
8609
+ owner: Owner;
8415
8610
  /** The relevance score of the medicalprocedure. */
8416
8611
  relevance?: Maybe<Scalars['Float']['output']>;
8417
8612
  /** The state of the medicalprocedure (i.e. created, enabled). */
@@ -8461,6 +8656,8 @@ export type MedicalProcedureFilter = {
8461
8656
  creationDateRange?: InputMaybe<DateRangeFilter>;
8462
8657
  /** The sort direction for query results. */
8463
8658
  direction?: InputMaybe<OrderDirectionTypes>;
8659
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8660
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8464
8661
  /** Filter by feed identifiers that created these observable entities. */
8465
8662
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8466
8663
  /** Filter by observable H3 index. */
@@ -8471,6 +8668,8 @@ export type MedicalProcedureFilter = {
8471
8668
  limit?: InputMaybe<Scalars['Int']['input']>;
8472
8669
  /** Filter by observable geo-location. */
8473
8670
  location?: InputMaybe<PointFilter>;
8671
+ /** Filter by medical procedures. */
8672
+ medicalProcedures?: InputMaybe<Array<EntityReferenceFilter>>;
8474
8673
  /** Filter medicalprocedure(s) by their modified date range. */
8475
8674
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8476
8675
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalprocedure(s) modified in the last 24 hours. */
@@ -8549,6 +8748,8 @@ export type MedicalStudy = {
8549
8748
  description?: Maybe<Scalars['String']['output']>;
8550
8749
  /** The EPSG code for spatial reference of the medicalstudy. */
8551
8750
  epsgCode?: Maybe<Scalars['Int']['output']>;
8751
+ /** The feeds that discovered this medicalstudy. */
8752
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8552
8753
  /** The H3 index of the medicalstudy. */
8553
8754
  h3?: Maybe<H3>;
8554
8755
  /** The ID of the medicalstudy. */
@@ -8563,6 +8764,8 @@ export type MedicalStudy = {
8563
8764
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8564
8765
  /** The name of the medicalstudy. */
8565
8766
  name: Scalars['String']['output'];
8767
+ /** The owner of the medicalstudy. */
8768
+ owner: Owner;
8566
8769
  /** The relevance score of the medicalstudy. */
8567
8770
  relevance?: Maybe<Scalars['Float']['output']>;
8568
8771
  /** The state of the medicalstudy (i.e. created, enabled). */
@@ -8612,6 +8815,8 @@ export type MedicalStudyFilter = {
8612
8815
  creationDateRange?: InputMaybe<DateRangeFilter>;
8613
8816
  /** The sort direction for query results. */
8614
8817
  direction?: InputMaybe<OrderDirectionTypes>;
8818
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8819
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8615
8820
  /** Filter by feed identifiers that created these observable entities. */
8616
8821
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8617
8822
  /** Filter by observable H3 index. */
@@ -8622,6 +8827,8 @@ export type MedicalStudyFilter = {
8622
8827
  limit?: InputMaybe<Scalars['Int']['input']>;
8623
8828
  /** Filter by observable geo-location. */
8624
8829
  location?: InputMaybe<PointFilter>;
8830
+ /** Filter by medical studies. */
8831
+ medicalStudies?: InputMaybe<Array<EntityReferenceFilter>>;
8625
8832
  /** Filter medicalstudy(s) by their modified date range. */
8626
8833
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8627
8834
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicalstudy(s) modified in the last 24 hours. */
@@ -8704,6 +8911,8 @@ export type MedicalTest = {
8704
8911
  description?: Maybe<Scalars['String']['output']>;
8705
8912
  /** The EPSG code for spatial reference of the medicaltest. */
8706
8913
  epsgCode?: Maybe<Scalars['Int']['output']>;
8914
+ /** The feeds that discovered this medicaltest. */
8915
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8707
8916
  /** The H3 index of the medicaltest. */
8708
8917
  h3?: Maybe<H3>;
8709
8918
  /** The ID of the medicaltest. */
@@ -8718,6 +8927,8 @@ export type MedicalTest = {
8718
8927
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8719
8928
  /** The name of the medicaltest. */
8720
8929
  name: Scalars['String']['output'];
8930
+ /** The owner of the medicaltest. */
8931
+ owner: Owner;
8721
8932
  /** The relevance score of the medicaltest. */
8722
8933
  relevance?: Maybe<Scalars['Float']['output']>;
8723
8934
  /** The state of the medicaltest (i.e. created, enabled). */
@@ -8767,6 +8978,8 @@ export type MedicalTestFilter = {
8767
8978
  creationDateRange?: InputMaybe<DateRangeFilter>;
8768
8979
  /** The sort direction for query results. */
8769
8980
  direction?: InputMaybe<OrderDirectionTypes>;
8981
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
8982
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8770
8983
  /** Filter by feed identifiers that created these observable entities. */
8771
8984
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8772
8985
  /** Filter by observable H3 index. */
@@ -8777,6 +8990,8 @@ export type MedicalTestFilter = {
8777
8990
  limit?: InputMaybe<Scalars['Int']['input']>;
8778
8991
  /** Filter by observable geo-location. */
8779
8992
  location?: InputMaybe<PointFilter>;
8993
+ /** Filter by medical tests. */
8994
+ medicalTests?: InputMaybe<Array<EntityReferenceFilter>>;
8780
8995
  /** Filter medicaltest(s) by their modified date range. */
8781
8996
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8782
8997
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicaltest(s) modified in the last 24 hours. */
@@ -8853,6 +9068,8 @@ export type MedicalTherapy = {
8853
9068
  description?: Maybe<Scalars['String']['output']>;
8854
9069
  /** The EPSG code for spatial reference of the medicaltherapy. */
8855
9070
  epsgCode?: Maybe<Scalars['Int']['output']>;
9071
+ /** The feeds that discovered this medicaltherapy. */
9072
+ feeds?: Maybe<Array<Maybe<Feed>>>;
8856
9073
  /** The H3 index of the medicaltherapy. */
8857
9074
  h3?: Maybe<H3>;
8858
9075
  /** The ID of the medicaltherapy. */
@@ -8867,6 +9084,8 @@ export type MedicalTherapy = {
8867
9084
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
8868
9085
  /** The name of the medicaltherapy. */
8869
9086
  name: Scalars['String']['output'];
9087
+ /** The owner of the medicaltherapy. */
9088
+ owner: Owner;
8870
9089
  /** The relevance score of the medicaltherapy. */
8871
9090
  relevance?: Maybe<Scalars['Float']['output']>;
8872
9091
  /** The state of the medicaltherapy (i.e. created, enabled). */
@@ -8916,6 +9135,8 @@ export type MedicalTherapyFilter = {
8916
9135
  creationDateRange?: InputMaybe<DateRangeFilter>;
8917
9136
  /** The sort direction for query results. */
8918
9137
  direction?: InputMaybe<OrderDirectionTypes>;
9138
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
9139
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
8919
9140
  /** Filter by feed identifiers that created these observable entities. */
8920
9141
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
8921
9142
  /** Filter by observable H3 index. */
@@ -8926,6 +9147,8 @@ export type MedicalTherapyFilter = {
8926
9147
  limit?: InputMaybe<Scalars['Int']['input']>;
8927
9148
  /** Filter by observable geo-location. */
8928
9149
  location?: InputMaybe<PointFilter>;
9150
+ /** Filter by medical therapies. */
9151
+ medicalTherapies?: InputMaybe<Array<EntityReferenceFilter>>;
8929
9152
  /** Filter medicaltherapy(s) by their modified date range. */
8930
9153
  modifiedDateRange?: InputMaybe<DateRangeFilter>;
8931
9154
  /** Filter by modified date recent timespan. For example, a timespan of one day will return medicaltherapy(s) modified in the last 24 hours. */
@@ -9224,6 +9447,56 @@ export type MicrosoftCalendarsInput = {
9224
9447
  /** Microsoft Entra ID refresh token, for User authentication type. */
9225
9448
  refreshToken?: InputMaybe<Scalars['String']['input']>;
9226
9449
  };
9450
+ export declare enum MicrosoftContactsAuthenticationTypes {
9451
+ Connector = "CONNECTOR",
9452
+ User = "USER"
9453
+ }
9454
+ /** Represents Microsoft Contacts CRM feed properties. */
9455
+ export type MicrosoftContactsCrmFeedProperties = {
9456
+ __typename?: 'MicrosoftContactsCRMFeedProperties';
9457
+ /** Microsoft Contacts authentication type. */
9458
+ authenticationType?: Maybe<MicrosoftContactsAuthenticationTypes>;
9459
+ /** Authorization identifier. */
9460
+ authorizationId?: Maybe<Scalars['String']['output']>;
9461
+ /** Microsoft Entra ID client identifier. */
9462
+ clientId?: Maybe<Scalars['String']['output']>;
9463
+ /** Microsoft Entra ID client secret. */
9464
+ clientSecret?: Maybe<Scalars['String']['output']>;
9465
+ /** Microsoft Entra ID refresh token. */
9466
+ refreshToken?: Maybe<Scalars['String']['output']>;
9467
+ /** Microsoft Entra ID tenant identifier. */
9468
+ tenantId?: Maybe<Scalars['String']['output']>;
9469
+ };
9470
+ /** Represents Microsoft Contacts CRM feed properties. */
9471
+ export type MicrosoftContactsCrmFeedPropertiesInput = {
9472
+ /** Microsoft Contacts authentication type, defaults to User. */
9473
+ authenticationType?: InputMaybe<MicrosoftContactsAuthenticationTypes>;
9474
+ /** Authorization identifier, for Connector authentication type. */
9475
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
9476
+ /** Microsoft Entra ID client identifier, for User authentication type. */
9477
+ clientId?: InputMaybe<Scalars['String']['input']>;
9478
+ /** Microsoft Entra ID client secret, for User authentication type. */
9479
+ clientSecret?: InputMaybe<Scalars['String']['input']>;
9480
+ /** Microsoft Entra ID refresh token, for User authentication type. */
9481
+ refreshToken?: InputMaybe<Scalars['String']['input']>;
9482
+ /** Microsoft Entra ID tenant identifier, optional. */
9483
+ tenantId?: InputMaybe<Scalars['String']['input']>;
9484
+ };
9485
+ /** Represents Microsoft Contacts CRM feed properties. */
9486
+ export type MicrosoftContactsCrmFeedPropertiesUpdateInput = {
9487
+ /** Microsoft Contacts authentication type, defaults to User. */
9488
+ authenticationType?: InputMaybe<MicrosoftContactsAuthenticationTypes>;
9489
+ /** Authorization identifier, for Connector authentication type. */
9490
+ authorizationId?: InputMaybe<Scalars['String']['input']>;
9491
+ /** Microsoft Entra ID client identifier, for User authentication type. */
9492
+ clientId?: InputMaybe<Scalars['String']['input']>;
9493
+ /** Microsoft Entra ID client secret, for User authentication type. */
9494
+ clientSecret?: InputMaybe<Scalars['String']['input']>;
9495
+ /** Microsoft Entra ID refresh token, for User authentication type. */
9496
+ refreshToken?: InputMaybe<Scalars['String']['input']>;
9497
+ /** Microsoft Entra ID tenant identifier, optional. */
9498
+ tenantId?: InputMaybe<Scalars['String']['input']>;
9499
+ };
9227
9500
  export declare enum MicrosoftEmailAuthenticationTypes {
9228
9501
  Connector = "CONNECTOR",
9229
9502
  User = "USER"
@@ -9666,15 +9939,23 @@ export declare enum ModelServiceTypes {
9666
9939
  /** Represents an LLM text entity extraction connector. */
9667
9940
  export type ModelTextExtractionProperties = {
9668
9941
  __typename?: 'ModelTextExtractionProperties';
9942
+ /** The total entity budget for entity extraction. Extraction will stop after this many entities are extracted across all types. */
9943
+ entityBudget?: Maybe<Scalars['Int']['output']>;
9669
9944
  /** The LLM specification used for entity extraction. */
9670
9945
  specification?: Maybe<EntityReference>;
9946
+ /** The time budget for entity extraction. Extraction will stop after this duration. Defaults to 30 minutes. */
9947
+ timeBudget?: Maybe<Scalars['TimeSpan']['output']>;
9671
9948
  /** The minimum token threshold for entity extraction. Text sections with less than these number of tokens will skipped during entity extraction */
9672
9949
  tokenThreshold?: Maybe<Scalars['Int']['output']>;
9673
9950
  };
9674
9951
  /** Represents an LLM text entity extraction connector. */
9675
9952
  export type ModelTextExtractionPropertiesInput = {
9953
+ /** The total entity budget for entity extraction. Extraction will stop after this many entities are extracted across all types. */
9954
+ entityBudget?: InputMaybe<Scalars['Int']['input']>;
9676
9955
  /** The LLM specification used for entity extraction. */
9677
9956
  specification?: InputMaybe<EntityReferenceInput>;
9957
+ /** The time budget for entity extraction. Extraction will stop after this duration. Defaults to 30 minutes. */
9958
+ timeBudget?: InputMaybe<Scalars['TimeSpan']['input']>;
9678
9959
  /** The minimum token threshold for entity extraction. Text sections with less than these number of tokens will skipped during entity extraction */
9679
9960
  tokenThreshold?: InputMaybe<Scalars['Int']['input']>;
9680
9961
  };
@@ -9980,6 +10261,14 @@ export type Mutation = {
9980
10261
  enableFeed?: Maybe<Feed>;
9981
10262
  /** Enables a user. */
9982
10263
  enableUser?: Maybe<User>;
10264
+ /** Enriches organizations matching the filter criteria using the specified enrichment connector. */
10265
+ enrichOrganizations?: Maybe<Array<Maybe<Organization>>>;
10266
+ /** Enriches persons matching the filter criteria using the specified enrichment connector. */
10267
+ enrichPersons?: Maybe<Array<Maybe<Person>>>;
10268
+ /** Enriches places matching the filter criteria using the specified enrichment connector. */
10269
+ enrichPlaces?: Maybe<Array<Maybe<Place>>>;
10270
+ /** Enriches products matching the filter criteria using the specified enrichment connector. */
10271
+ enrichProducts?: Maybe<Array<Maybe<Product>>>;
9983
10272
  /** Extracts data using tool calling, from contents resulting from the provided filter criteria. */
9984
10273
  extractContents?: Maybe<Array<Maybe<ExtractCompletion>>>;
9985
10274
  /** Extracts data using tool calling, from text. */
@@ -10686,6 +10975,26 @@ export type MutationEnableFeedArgs = {
10686
10975
  export type MutationEnableUserArgs = {
10687
10976
  id: Scalars['ID']['input'];
10688
10977
  };
10978
+ export type MutationEnrichOrganizationsArgs = {
10979
+ connector: EntityEnrichmentConnectorInput;
10980
+ correlationId?: InputMaybe<Scalars['String']['input']>;
10981
+ filter?: InputMaybe<OrganizationFilter>;
10982
+ };
10983
+ export type MutationEnrichPersonsArgs = {
10984
+ connector: EntityEnrichmentConnectorInput;
10985
+ correlationId?: InputMaybe<Scalars['String']['input']>;
10986
+ filter?: InputMaybe<PersonFilter>;
10987
+ };
10988
+ export type MutationEnrichPlacesArgs = {
10989
+ connector: EntityEnrichmentConnectorInput;
10990
+ correlationId?: InputMaybe<Scalars['String']['input']>;
10991
+ filter?: InputMaybe<PlaceFilter>;
10992
+ };
10993
+ export type MutationEnrichProductsArgs = {
10994
+ connector: EntityEnrichmentConnectorInput;
10995
+ correlationId?: InputMaybe<Scalars['String']['input']>;
10996
+ filter?: InputMaybe<ProductFilter>;
10997
+ };
10689
10998
  export type MutationExtractContentsArgs = {
10690
10999
  correlationId?: InputMaybe<Scalars['String']['input']>;
10691
11000
  filter?: InputMaybe<ContentFilter>;
@@ -11077,8 +11386,10 @@ export type MutationUpsertAlertArgs = {
11077
11386
  };
11078
11387
  export type MutationUpsertCategoryArgs = {
11079
11388
  category: CategoryInput;
11389
+ correlationId?: InputMaybe<Scalars['String']['input']>;
11080
11390
  };
11081
11391
  export type MutationUpsertLabelArgs = {
11392
+ correlationId?: InputMaybe<Scalars['String']['input']>;
11082
11393
  label: LabelInput;
11083
11394
  };
11084
11395
  export type MutationUpsertSpecificationArgs = {
@@ -11869,6 +12180,8 @@ export type Organization = {
11869
12180
  description?: Maybe<Scalars['String']['output']>;
11870
12181
  /** The EPSG code for spatial reference of the organization. */
11871
12182
  epsgCode?: Maybe<Scalars['Int']['output']>;
12183
+ /** The feeds that discovered this organization. */
12184
+ feeds?: Maybe<Array<Maybe<Feed>>>;
11872
12185
  /** The founding date of the organization. */
11873
12186
  foundingDate?: Maybe<Scalars['DateTime']['output']>;
11874
12187
  /** The H3 index of the organization. */
@@ -11891,6 +12204,8 @@ export type Organization = {
11891
12204
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
11892
12205
  /** The name of the organization. */
11893
12206
  name: Scalars['String']['output'];
12207
+ /** The owner of the organization. */
12208
+ owner: Owner;
11894
12209
  /** The relevance score of the organization. */
11895
12210
  relevance?: Maybe<Scalars['Float']['output']>;
11896
12211
  /** The revenue of the organization. */
@@ -11944,6 +12259,8 @@ export type OrganizationFilter = {
11944
12259
  creationDateRange?: InputMaybe<DateRangeFilter>;
11945
12260
  /** The sort direction for query results. */
11946
12261
  direction?: InputMaybe<OrderDirectionTypes>;
12262
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
12263
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
11947
12264
  /** Filter by feed identifiers that created these observable entities. */
11948
12265
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
11949
12266
  /** Filter by observable H3 index. */
@@ -11966,6 +12283,8 @@ export type OrganizationFilter = {
11966
12283
  offset?: InputMaybe<Scalars['Int']['input']>;
11967
12284
  /** The sort order for query results. */
11968
12285
  orderBy?: InputMaybe<OrderByTypes>;
12286
+ /** Filter by organizations. */
12287
+ organizations?: InputMaybe<Array<EntityReferenceFilter>>;
11969
12288
  /** The query syntax for the search text. Defaults to Simple. */
11970
12289
  queryType?: InputMaybe<SearchQueryTypes>;
11971
12290
  /** Filter organization(s) by searching for similar text. */
@@ -12108,6 +12427,21 @@ export type PagePreparationPropertiesInput = {
12108
12427
  /** Whether to take screenshots of ingested web pages. */
12109
12428
  enableScreenshot?: InputMaybe<Scalars['Boolean']['input']>;
12110
12429
  };
12430
+ /** Represents Parallel entity enrichment properties. */
12431
+ export type ParallelEnrichmentProperties = {
12432
+ __typename?: 'ParallelEnrichmentProperties';
12433
+ /** Whether to wait for enrichment to complete synchronously (default: false). */
12434
+ isSynchronous?: Maybe<Scalars['Boolean']['output']>;
12435
+ /** The Parallel processor tier (Base, Core, or Pro). */
12436
+ processor?: Maybe<ParallelProcessors>;
12437
+ };
12438
+ /** Represents Parallel entity enrichment properties. */
12439
+ export type ParallelEnrichmentPropertiesInput = {
12440
+ /** Whether to wait for enrichment to complete synchronously (default: false). */
12441
+ isSynchronous?: InputMaybe<Scalars['Boolean']['input']>;
12442
+ /** The Parallel processor tier (Base, Core, or Pro). */
12443
+ processor?: InputMaybe<ParallelProcessors>;
12444
+ };
12111
12445
  /** Parallel-specific entity discovery properties. */
12112
12446
  export type ParallelEntityFeedProperties = {
12113
12447
  __typename?: 'ParallelEntityFeedProperties';
@@ -12140,26 +12474,30 @@ export type ParallelFeedPropertiesUpdateInput = {
12140
12474
  /** Parallel processor type (Pro or Ultra), optional. Defaults to Pro. */
12141
12475
  processor?: InputMaybe<ParallelProcessors>;
12142
12476
  };
12143
- /** Parallel generator for Find All API quality/cost tradeoff */
12477
+ /** Parallel generator types */
12144
12478
  export declare enum ParallelGenerators {
12145
- /** Base: Broad queries with many expected matches ($1 + $0.05/match) */
12479
+ /** Base: Broad queries with many expected matches */
12146
12480
  Base = "BASE",
12147
- /** Core: Specific queries with moderate matches ($3 + $0.15/match) */
12481
+ /** Core: Specific queries with moderate matches */
12148
12482
  Core = "CORE",
12149
- /** Pro: Rare, hard-to-find matches ($10 + $1.00/match) */
12483
+ /** Pro: Rare, hard-to-find matches */
12150
12484
  Pro = "PRO"
12151
12485
  }
12152
- /** Parallel processor type */
12486
+ /** Parallel processor types */
12153
12487
  export declare enum ParallelProcessors {
12154
- /** Pro processor: Exploratory web research */
12488
+ /** Base: Basic enrichment */
12489
+ Base = "BASE",
12490
+ /** Core: Standard enrichment */
12491
+ Core = "CORE",
12492
+ /** Pro: Exploratory enrichment and web research */
12155
12493
  Pro = "PRO",
12156
- /** Ultra processor: Extensive deep research */
12494
+ /** Ultra: Extensive deep research */
12157
12495
  Ultra = "ULTRA",
12158
- /** Ultra2x processor: Advanced deep research with 2x compute */
12496
+ /** Ultra2x: Advanced deep research with 2x compute */
12159
12497
  Ultra2X = "ULTRA2X",
12160
- /** Ultra4x processor: Advanced deep research with 4x compute */
12498
+ /** Ultra4x: Advanced deep research with 4x compute */
12161
12499
  Ultra4X = "ULTRA4X",
12162
- /** Ultra8x processor: Advanced deep research with 8x compute */
12500
+ /** Ultra8x: Advanced deep research with 8x compute */
12163
12501
  Ultra8X = "ULTRA8X"
12164
12502
  }
12165
12503
  /** Represents the Parallel research publishing properties. */
@@ -12178,8 +12516,12 @@ export type Person = {
12178
12516
  __typename?: 'Person';
12179
12517
  /** The physical address of the person. */
12180
12518
  address?: Maybe<Address>;
12519
+ /** The organizations the person is affiliated with. */
12520
+ affiliation?: Maybe<Array<Maybe<Organization>>>;
12181
12521
  /** The alternate names of the person. */
12182
12522
  alternateNames?: Maybe<Array<Maybe<Scalars['String']['output']>>>;
12523
+ /** The organizations the person is an alumni of. */
12524
+ alumniOf?: Maybe<Array<Maybe<Organization>>>;
12183
12525
  /** The birth date of the person. */
12184
12526
  birthDate?: Maybe<Scalars['Date']['output']>;
12185
12527
  /** The geo-boundary of the person, as GeoJSON Feature with Polygon geometry. */
@@ -12196,6 +12538,8 @@ export type Person = {
12196
12538
  epsgCode?: Maybe<Scalars['Int']['output']>;
12197
12539
  /** The family name of the person. */
12198
12540
  familyName?: Maybe<Scalars['String']['output']>;
12541
+ /** The feeds that discovered this person. */
12542
+ feeds?: Maybe<Array<Maybe<Feed>>>;
12199
12543
  /** The given name of the person. */
12200
12544
  givenName?: Maybe<Scalars['String']['output']>;
12201
12545
  /** The H3 index of the person. */
@@ -12208,12 +12552,16 @@ export type Person = {
12208
12552
  links?: Maybe<Array<Maybe<LinkReference>>>;
12209
12553
  /** The geo-location of the person. */
12210
12554
  location?: Maybe<Point>;
12555
+ /** The organizations the person is a member of. */
12556
+ memberOf?: Maybe<Array<Maybe<Organization>>>;
12211
12557
  /** The modified date of the person. */
12212
12558
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
12213
12559
  /** The name of the person. */
12214
12560
  name: Scalars['String']['output'];
12215
12561
  /** The occupation of the person. */
12216
12562
  occupation?: Maybe<Scalars['String']['output']>;
12563
+ /** The owner of the person. */
12564
+ owner: Owner;
12217
12565
  /** The phone number of the person. */
12218
12566
  phoneNumber?: Maybe<Scalars['String']['output']>;
12219
12567
  /** The relevance score of the person. */
@@ -12226,6 +12574,8 @@ export type Person = {
12226
12574
  title?: Maybe<Scalars['String']['output']>;
12227
12575
  /** The person URI. */
12228
12576
  uri?: Maybe<Scalars['URL']['output']>;
12577
+ /** The organizations the person works for. */
12578
+ worksFor?: Maybe<Array<Maybe<Organization>>>;
12229
12579
  };
12230
12580
  /** Represents a person facet. */
12231
12581
  export type PersonFacet = {
@@ -12267,6 +12617,8 @@ export type PersonFilter = {
12267
12617
  creationDateRange?: InputMaybe<DateRangeFilter>;
12268
12618
  /** The sort direction for query results. */
12269
12619
  direction?: InputMaybe<OrderDirectionTypes>;
12620
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
12621
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
12270
12622
  /** Filter by the email address of the person. */
12271
12623
  email?: InputMaybe<Scalars['String']['input']>;
12272
12624
  /** Filter by the family name of the person. */
@@ -12295,6 +12647,8 @@ export type PersonFilter = {
12295
12647
  offset?: InputMaybe<Scalars['Int']['input']>;
12296
12648
  /** The sort order for query results. */
12297
12649
  orderBy?: InputMaybe<OrderByTypes>;
12650
+ /** Filter by persons. */
12651
+ persons?: InputMaybe<Array<EntityReferenceFilter>>;
12298
12652
  /** Filter by the phone number of the person. */
12299
12653
  phoneNumber?: InputMaybe<Scalars['String']['input']>;
12300
12654
  /** The query syntax for the search text. Defaults to Simple. */
@@ -12426,6 +12780,8 @@ export type Place = {
12426
12780
  description?: Maybe<Scalars['String']['output']>;
12427
12781
  /** The EPSG code for spatial reference of the place. */
12428
12782
  epsgCode?: Maybe<Scalars['Int']['output']>;
12783
+ /** The feeds that discovered this place. */
12784
+ feeds?: Maybe<Array<Maybe<Feed>>>;
12429
12785
  /** The H3 index of the place. */
12430
12786
  h3?: Maybe<H3>;
12431
12787
  /** The ID of the place. */
@@ -12440,6 +12796,8 @@ export type Place = {
12440
12796
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
12441
12797
  /** The name of the place. */
12442
12798
  name: Scalars['String']['output'];
12799
+ /** The owner of the place. */
12800
+ owner: Owner;
12443
12801
  /** The relevance score of the place. */
12444
12802
  relevance?: Maybe<Scalars['Float']['output']>;
12445
12803
  /** The state of the place (i.e. created, enabled). */
@@ -12489,6 +12847,8 @@ export type PlaceFilter = {
12489
12847
  creationDateRange?: InputMaybe<DateRangeFilter>;
12490
12848
  /** The sort direction for query results. */
12491
12849
  direction?: InputMaybe<OrderDirectionTypes>;
12850
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
12851
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
12492
12852
  /** Filter by feed identifiers that created these observable entities. */
12493
12853
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
12494
12854
  /** Filter by observable H3 index. */
@@ -12511,6 +12871,8 @@ export type PlaceFilter = {
12511
12871
  offset?: InputMaybe<Scalars['Int']['input']>;
12512
12872
  /** The sort order for query results. */
12513
12873
  orderBy?: InputMaybe<OrderByTypes>;
12874
+ /** Filter by places. */
12875
+ places?: InputMaybe<Array<EntityReferenceFilter>>;
12514
12876
  /** The query syntax for the search text. Defaults to Simple. */
12515
12877
  queryType?: InputMaybe<SearchQueryTypes>;
12516
12878
  /** Filter place(s) by searching for similar text. */
@@ -12715,6 +13077,8 @@ export type Product = {
12715
13077
  description?: Maybe<Scalars['String']['output']>;
12716
13078
  /** The EPSG code for spatial reference of the product. */
12717
13079
  epsgCode?: Maybe<Scalars['Int']['output']>;
13080
+ /** The feeds that discovered this product. */
13081
+ feeds?: Maybe<Array<Maybe<Feed>>>;
12718
13082
  /** The H3 index of the product. */
12719
13083
  h3?: Maybe<H3>;
12720
13084
  /** The ID of the product. */
@@ -12733,6 +13097,8 @@ export type Product = {
12733
13097
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
12734
13098
  /** The name of the product. */
12735
13099
  name: Scalars['String']['output'];
13100
+ /** The owner of the product. */
13101
+ owner: Owner;
12736
13102
  /** The production date. */
12737
13103
  productionDate?: Maybe<Scalars['DateTime']['output']>;
12738
13104
  /** The product release date. */
@@ -12792,6 +13158,8 @@ export type ProductFilter = {
12792
13158
  creationDateRange?: InputMaybe<DateRangeFilter>;
12793
13159
  /** The sort direction for query results. */
12794
13160
  direction?: InputMaybe<OrderDirectionTypes>;
13161
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
13162
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
12795
13163
  /** Filter by feed identifiers that created these observable entities. */
12796
13164
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
12797
13165
  /** Filter by observable H3 index. */
@@ -12820,6 +13188,8 @@ export type ProductFilter = {
12820
13188
  orderBy?: InputMaybe<OrderByTypes>;
12821
13189
  /** Filter by production date range. */
12822
13190
  productionDateRange?: InputMaybe<DateRangeFilter>;
13191
+ /** Filter by products. */
13192
+ products?: InputMaybe<Array<EntityReferenceFilter>>;
12823
13193
  /** The query syntax for the search text. Defaults to Simple. */
12824
13194
  queryType?: InputMaybe<SearchQueryTypes>;
12825
13195
  /** Filter by release date range. */
@@ -14598,6 +14968,8 @@ export type Repo = {
14598
14968
  creationDate: Scalars['DateTime']['output'];
14599
14969
  /** The repo description. */
14600
14970
  description?: Maybe<Scalars['String']['output']>;
14971
+ /** The feeds that discovered this repo. */
14972
+ feeds?: Maybe<Array<Maybe<Feed>>>;
14601
14973
  /** The ID of the repo. */
14602
14974
  id: Scalars['ID']['output'];
14603
14975
  /** The repo external identifier. */
@@ -14606,6 +14978,10 @@ export type Repo = {
14606
14978
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
14607
14979
  /** The name of the repo. */
14608
14980
  name: Scalars['String']['output'];
14981
+ /** The owner of the repo. */
14982
+ owner: Owner;
14983
+ /** The project of the repo. */
14984
+ project: EntityReference;
14609
14985
  /** The relevance score of the repo. */
14610
14986
  relevance?: Maybe<Scalars['Float']['output']>;
14611
14987
  /** The state of the repo (i.e. created, enabled). */
@@ -14655,6 +15031,8 @@ export type RepoFilter = {
14655
15031
  creationDateRange?: InputMaybe<DateRangeFilter>;
14656
15032
  /** The sort direction for query results. */
14657
15033
  direction?: InputMaybe<OrderDirectionTypes>;
15034
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
15035
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
14658
15036
  /** Filter by feed identifiers that created these observable entities. */
14659
15037
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
14660
15038
  /** Filter by observable H3 index. */
@@ -14679,6 +15057,8 @@ export type RepoFilter = {
14679
15057
  orderBy?: InputMaybe<OrderByTypes>;
14680
15058
  /** The query syntax for the search text. Defaults to Simple. */
14681
15059
  queryType?: InputMaybe<SearchQueryTypes>;
15060
+ /** Filter by code repositories. */
15061
+ repos?: InputMaybe<Array<EntityReferenceFilter>>;
14682
15062
  /** Filter repo(s) by searching for similar text. */
14683
15063
  search?: InputMaybe<Scalars['String']['input']>;
14684
15064
  /** The type of search to be used. Defaults to Vector. */
@@ -15290,6 +15670,8 @@ export type Software = {
15290
15670
  description?: Maybe<Scalars['String']['output']>;
15291
15671
  /** The software developer. */
15292
15672
  developer?: Maybe<Scalars['String']['output']>;
15673
+ /** The feeds that discovered this software. */
15674
+ feeds?: Maybe<Array<Maybe<Feed>>>;
15293
15675
  /** The ID of the software. */
15294
15676
  id: Scalars['ID']['output'];
15295
15677
  /** The software external identifier. */
@@ -15298,6 +15680,10 @@ export type Software = {
15298
15680
  modifiedDate?: Maybe<Scalars['DateTime']['output']>;
15299
15681
  /** The name of the software. */
15300
15682
  name: Scalars['String']['output'];
15683
+ /** The owner of the software. */
15684
+ owner: Owner;
15685
+ /** The project of the software. */
15686
+ project: EntityReference;
15301
15687
  /** The software release date. */
15302
15688
  releaseDate?: Maybe<Scalars['DateTime']['output']>;
15303
15689
  /** The relevance score of the software. */
@@ -15349,6 +15735,8 @@ export type SoftwareFilter = {
15349
15735
  creationDateRange?: InputMaybe<DateRangeFilter>;
15350
15736
  /** The sort direction for query results. */
15351
15737
  direction?: InputMaybe<OrderDirectionTypes>;
15738
+ /** Whether to disable inheritance from project to owner, upon observable entity retrieval. Defaults to False. */
15739
+ disableInheritance?: InputMaybe<Scalars['Boolean']['input']>;
15352
15740
  /** Filter by feed identifiers that created these observable entities. */
15353
15741
  feeds?: InputMaybe<Array<EntityReferenceFilter>>;
15354
15742
  /** Filter by observable H3 index. */
@@ -15379,6 +15767,8 @@ export type SoftwareFilter = {
15379
15767
  searchType?: InputMaybe<SearchTypes>;
15380
15768
  /** Filter by similar software. */
15381
15769
  similarSoftwares?: InputMaybe<Array<EntityReferenceFilter>>;
15770
+ /** Filter by softwares. */
15771
+ softwares?: InputMaybe<Array<EntityReferenceFilter>>;
15382
15772
  /** Filter software(s) by their states. */
15383
15773
  states?: InputMaybe<Array<EntityState>>;
15384
15774
  };
@@ -15973,6 +16363,8 @@ export declare enum TimeIntervalTypes {
15973
16363
  }
15974
16364
  /** Recurrent type for timed policies */
15975
16365
  export declare enum TimedPolicyRecurrenceTypes {
16366
+ /** Monitor with external scheduling */
16367
+ Monitor = "MONITOR",
15976
16368
  /** Execute once */
15977
16369
  Once = "ONCE",
15978
16370
  /** Repeat until disabled */
@@ -16910,7 +17302,7 @@ export type GetAlertQuery = {
16910
17302
  id: string;
16911
17303
  name: string;
16912
17304
  creationDate: any;
16913
- relevance?: number | null;
17305
+ modifiedDate?: any | null;
16914
17306
  state: EntityState;
16915
17307
  correlationId?: string | null;
16916
17308
  type: AlertTypes;
@@ -17141,6 +17533,7 @@ export type QueryAlertsQuery = {
17141
17533
  id: string;
17142
17534
  name: string;
17143
17535
  creationDate: any;
17536
+ modifiedDate?: any | null;
17144
17537
  relevance?: number | null;
17145
17538
  state: EntityState;
17146
17539
  correlationId?: string | null;
@@ -17456,7 +17849,11 @@ export type GetCategoryQuery = {
17456
17849
  name: string;
17457
17850
  description?: string | null;
17458
17851
  creationDate: any;
17459
- relevance?: number | null;
17852
+ feeds?: Array<{
17853
+ __typename?: 'Feed';
17854
+ id: string;
17855
+ name: string;
17856
+ } | null> | null;
17460
17857
  } | null;
17461
17858
  };
17462
17859
  export type QueryCategoriesQueryVariables = Exact<{
@@ -17474,6 +17871,11 @@ export type QueryCategoriesQuery = {
17474
17871
  description?: string | null;
17475
17872
  creationDate: any;
17476
17873
  relevance?: number | null;
17874
+ feeds?: Array<{
17875
+ __typename?: 'Feed';
17876
+ id: string;
17877
+ name: string;
17878
+ } | null> | null;
17477
17879
  } | null> | null;
17478
17880
  } | null;
17479
17881
  };
@@ -17589,6 +17991,7 @@ export type GetCollectionQuery = {
17589
17991
  id: string;
17590
17992
  name: string;
17591
17993
  creationDate: any;
17994
+ modifiedDate?: any | null;
17592
17995
  state: EntityState;
17593
17996
  type?: CollectionTypes | null;
17594
17997
  owner: {
@@ -17615,6 +18018,7 @@ export type QueryCollectionsQuery = {
17615
18018
  id: string;
17616
18019
  name: string;
17617
18020
  creationDate: any;
18021
+ modifiedDate?: any | null;
17618
18022
  relevance?: number | null;
17619
18023
  state: EntityState;
17620
18024
  type?: CollectionTypes | null;
@@ -17703,7 +18107,7 @@ export type GetConnectorQuery = {
17703
18107
  id: string;
17704
18108
  name: string;
17705
18109
  creationDate: any;
17706
- relevance?: number | null;
18110
+ modifiedDate?: any | null;
17707
18111
  state: EntityState;
17708
18112
  type?: ConnectorTypes | null;
17709
18113
  owner: {
@@ -17780,6 +18184,7 @@ export type QueryConnectorsQuery = {
17780
18184
  id: string;
17781
18185
  name: string;
17782
18186
  creationDate: any;
18187
+ modifiedDate?: any | null;
17783
18188
  relevance?: number | null;
17784
18189
  state: EntityState;
17785
18190
  type?: ConnectorTypes | null;
@@ -18270,6 +18675,7 @@ export type GetContentQuery = {
18270
18675
  id: string;
18271
18676
  name: string;
18272
18677
  creationDate: any;
18678
+ modifiedDate?: any | null;
18273
18679
  state: EntityState;
18274
18680
  originalDate?: any | null;
18275
18681
  finishedDate?: any | null;
@@ -19204,6 +19610,7 @@ export type LookupContentsQuery = {
19204
19610
  id: string;
19205
19611
  name: string;
19206
19612
  creationDate: any;
19613
+ modifiedDate?: any | null;
19207
19614
  state: EntityState;
19208
19615
  originalDate?: any | null;
19209
19616
  finishedDate?: any | null;
@@ -19972,6 +20379,7 @@ export type QueryContentsQuery = {
19972
20379
  id: string;
19973
20380
  name: string;
19974
20381
  creationDate: any;
20382
+ modifiedDate?: any | null;
19975
20383
  relevance?: number | null;
19976
20384
  state: EntityState;
19977
20385
  originalDate?: any | null;
@@ -20433,6 +20841,7 @@ export type QueryContentsObservationsQuery = {
20433
20841
  id: string;
20434
20842
  name: string;
20435
20843
  creationDate: any;
20844
+ modifiedDate?: any | null;
20436
20845
  relevance?: number | null;
20437
20846
  state: EntityState;
20438
20847
  originalDate?: any | null;
@@ -22428,7 +22837,7 @@ export type GetConversationQuery = {
22428
22837
  id: string;
22429
22838
  name: string;
22430
22839
  creationDate: any;
22431
- relevance?: number | null;
22840
+ modifiedDate?: any | null;
22432
22841
  state: EntityState;
22433
22842
  correlationId?: string | null;
22434
22843
  type?: ConversationTypes | null;
@@ -23494,6 +23903,7 @@ export type QueryConversationsQuery = {
23494
23903
  id: string;
23495
23904
  name: string;
23496
23905
  creationDate: any;
23906
+ modifiedDate?: any | null;
23497
23907
  relevance?: number | null;
23498
23908
  state: EntityState;
23499
23909
  correlationId?: string | null;
@@ -24673,13 +25083,14 @@ export type GetEventQuery = {
24673
25083
  __typename?: 'Event';
24674
25084
  id: string;
24675
25085
  name: string;
24676
- alternateNames?: Array<string | null> | null;
24677
25086
  creationDate: any;
25087
+ modifiedDate?: any | null;
25088
+ state: EntityState;
25089
+ alternateNames?: Array<string | null> | null;
24678
25090
  uri?: any | null;
24679
25091
  description?: string | null;
24680
25092
  identifier?: string | null;
24681
25093
  thing?: string | null;
24682
- relevance?: number | null;
24683
25094
  startDate?: any | null;
24684
25095
  endDate?: any | null;
24685
25096
  availabilityStartDate?: any | null;
@@ -24690,6 +25101,15 @@ export type GetEventQuery = {
24690
25101
  priceCurrency?: string | null;
24691
25102
  isAccessibleForFree?: boolean | null;
24692
25103
  typicalAgeRange?: string | null;
25104
+ owner: {
25105
+ __typename?: 'Owner';
25106
+ id: string;
25107
+ };
25108
+ feeds?: Array<{
25109
+ __typename?: 'Feed';
25110
+ id: string;
25111
+ name: string;
25112
+ } | null> | null;
24693
25113
  address?: {
24694
25114
  __typename?: 'Address';
24695
25115
  streetAddress?: string | null;
@@ -24712,13 +25132,15 @@ export type QueryEventsQuery = {
24712
25132
  __typename?: 'Event';
24713
25133
  id: string;
24714
25134
  name: string;
24715
- alternateNames?: Array<string | null> | null;
24716
25135
  creationDate: any;
25136
+ modifiedDate?: any | null;
25137
+ relevance?: number | null;
25138
+ state: EntityState;
25139
+ alternateNames?: Array<string | null> | null;
24717
25140
  uri?: any | null;
24718
25141
  description?: string | null;
24719
25142
  identifier?: string | null;
24720
25143
  thing?: string | null;
24721
- relevance?: number | null;
24722
25144
  startDate?: any | null;
24723
25145
  endDate?: any | null;
24724
25146
  availabilityStartDate?: any | null;
@@ -24729,6 +25151,15 @@ export type QueryEventsQuery = {
24729
25151
  priceCurrency?: string | null;
24730
25152
  isAccessibleForFree?: boolean | null;
24731
25153
  typicalAgeRange?: string | null;
25154
+ owner: {
25155
+ __typename?: 'Owner';
25156
+ id: string;
25157
+ };
25158
+ feeds?: Array<{
25159
+ __typename?: 'Feed';
25160
+ id: string;
25161
+ name: string;
25162
+ } | null> | null;
24732
25163
  address?: {
24733
25164
  __typename?: 'Address';
24734
25165
  streetAddress?: string | null;
@@ -24857,7 +25288,7 @@ export type GetFeedQuery = {
24857
25288
  id: string;
24858
25289
  name: string;
24859
25290
  creationDate: any;
24860
- relevance?: number | null;
25291
+ modifiedDate?: any | null;
24861
25292
  state: EntityState;
24862
25293
  correlationId?: string | null;
24863
25294
  type: FeedTypes;
@@ -25089,6 +25520,23 @@ export type GetFeedQuery = {
25089
25520
  authenticationType?: AttioAuthenticationTypes | null;
25090
25521
  apiKey?: string | null;
25091
25522
  } | null;
25523
+ googleContacts?: {
25524
+ __typename?: 'GoogleContactsCRMFeedProperties';
25525
+ authenticationType?: GoogleContactsAuthenticationTypes | null;
25526
+ clientId?: string | null;
25527
+ clientSecret?: string | null;
25528
+ refreshToken?: string | null;
25529
+ authorizationId?: string | null;
25530
+ } | null;
25531
+ microsoftContacts?: {
25532
+ __typename?: 'MicrosoftContactsCRMFeedProperties';
25533
+ authenticationType?: MicrosoftContactsAuthenticationTypes | null;
25534
+ clientId?: string | null;
25535
+ clientSecret?: string | null;
25536
+ refreshToken?: string | null;
25537
+ tenantId?: string | null;
25538
+ authorizationId?: string | null;
25539
+ } | null;
25092
25540
  } | null;
25093
25541
  calendar?: {
25094
25542
  __typename?: 'CalendarFeedProperties';
@@ -25338,6 +25786,7 @@ export type QueryFeedsQuery = {
25338
25786
  id: string;
25339
25787
  name: string;
25340
25788
  creationDate: any;
25789
+ modifiedDate?: any | null;
25341
25790
  relevance?: number | null;
25342
25791
  state: EntityState;
25343
25792
  correlationId?: string | null;
@@ -25570,6 +26019,23 @@ export type QueryFeedsQuery = {
25570
26019
  authenticationType?: AttioAuthenticationTypes | null;
25571
26020
  apiKey?: string | null;
25572
26021
  } | null;
26022
+ googleContacts?: {
26023
+ __typename?: 'GoogleContactsCRMFeedProperties';
26024
+ authenticationType?: GoogleContactsAuthenticationTypes | null;
26025
+ clientId?: string | null;
26026
+ clientSecret?: string | null;
26027
+ refreshToken?: string | null;
26028
+ authorizationId?: string | null;
26029
+ } | null;
26030
+ microsoftContacts?: {
26031
+ __typename?: 'MicrosoftContactsCRMFeedProperties';
26032
+ authenticationType?: MicrosoftContactsAuthenticationTypes | null;
26033
+ clientId?: string | null;
26034
+ clientSecret?: string | null;
26035
+ refreshToken?: string | null;
26036
+ tenantId?: string | null;
26037
+ authorizationId?: string | null;
26038
+ } | null;
25573
26039
  } | null;
25574
26040
  calendar?: {
25575
26041
  __typename?: 'CalendarFeedProperties';
@@ -26016,13 +26482,23 @@ export type GetInvestmentQuery = {
26016
26482
  __typename?: 'Investment';
26017
26483
  id: string;
26018
26484
  name: string;
26019
- alternateNames?: Array<string | null> | null;
26020
26485
  creationDate: any;
26486
+ modifiedDate?: any | null;
26487
+ state: EntityState;
26488
+ alternateNames?: Array<string | null> | null;
26021
26489
  uri?: any | null;
26022
26490
  description?: string | null;
26023
26491
  identifier?: string | null;
26024
26492
  thing?: string | null;
26025
- relevance?: number | null;
26493
+ owner: {
26494
+ __typename?: 'Owner';
26495
+ id: string;
26496
+ };
26497
+ feeds?: Array<{
26498
+ __typename?: 'Feed';
26499
+ id: string;
26500
+ name: string;
26501
+ } | null> | null;
26026
26502
  } | null;
26027
26503
  };
26028
26504
  export type QueryInvestmentsQueryVariables = Exact<{
@@ -26037,13 +26513,24 @@ export type QueryInvestmentsQuery = {
26037
26513
  __typename?: 'Investment';
26038
26514
  id: string;
26039
26515
  name: string;
26040
- alternateNames?: Array<string | null> | null;
26041
26516
  creationDate: any;
26517
+ modifiedDate?: any | null;
26518
+ relevance?: number | null;
26519
+ state: EntityState;
26520
+ alternateNames?: Array<string | null> | null;
26042
26521
  uri?: any | null;
26043
26522
  description?: string | null;
26044
26523
  identifier?: string | null;
26045
26524
  thing?: string | null;
26046
- relevance?: number | null;
26525
+ owner: {
26526
+ __typename?: 'Owner';
26527
+ id: string;
26528
+ };
26529
+ feeds?: Array<{
26530
+ __typename?: 'Feed';
26531
+ id: string;
26532
+ name: string;
26533
+ } | null> | null;
26047
26534
  } | null> | null;
26048
26535
  } | null;
26049
26536
  };
@@ -26126,13 +26613,23 @@ export type GetInvestmentFundQuery = {
26126
26613
  __typename?: 'InvestmentFund';
26127
26614
  id: string;
26128
26615
  name: string;
26129
- alternateNames?: Array<string | null> | null;
26130
26616
  creationDate: any;
26617
+ modifiedDate?: any | null;
26618
+ state: EntityState;
26619
+ alternateNames?: Array<string | null> | null;
26131
26620
  uri?: any | null;
26132
26621
  description?: string | null;
26133
26622
  identifier?: string | null;
26134
26623
  thing?: string | null;
26135
- relevance?: number | null;
26624
+ owner: {
26625
+ __typename?: 'Owner';
26626
+ id: string;
26627
+ };
26628
+ feeds?: Array<{
26629
+ __typename?: 'Feed';
26630
+ id: string;
26631
+ name: string;
26632
+ } | null> | null;
26136
26633
  } | null;
26137
26634
  };
26138
26635
  export type QueryInvestmentFundsQueryVariables = Exact<{
@@ -26147,13 +26644,24 @@ export type QueryInvestmentFundsQuery = {
26147
26644
  __typename?: 'InvestmentFund';
26148
26645
  id: string;
26149
26646
  name: string;
26150
- alternateNames?: Array<string | null> | null;
26151
26647
  creationDate: any;
26648
+ modifiedDate?: any | null;
26649
+ relevance?: number | null;
26650
+ state: EntityState;
26651
+ alternateNames?: Array<string | null> | null;
26152
26652
  uri?: any | null;
26153
26653
  description?: string | null;
26154
26654
  identifier?: string | null;
26155
26655
  thing?: string | null;
26156
- relevance?: number | null;
26656
+ owner: {
26657
+ __typename?: 'Owner';
26658
+ id: string;
26659
+ };
26660
+ feeds?: Array<{
26661
+ __typename?: 'Feed';
26662
+ id: string;
26663
+ name: string;
26664
+ } | null> | null;
26157
26665
  } | null> | null;
26158
26666
  } | null;
26159
26667
  };
@@ -26238,7 +26746,11 @@ export type GetLabelQuery = {
26238
26746
  name: string;
26239
26747
  description?: string | null;
26240
26748
  creationDate: any;
26241
- relevance?: number | null;
26749
+ feeds?: Array<{
26750
+ __typename?: 'Feed';
26751
+ id: string;
26752
+ name: string;
26753
+ } | null> | null;
26242
26754
  } | null;
26243
26755
  };
26244
26756
  export type QueryLabelsQueryVariables = Exact<{
@@ -26256,7 +26768,12 @@ export type QueryLabelsQuery = {
26256
26768
  description?: string | null;
26257
26769
  creationDate: any;
26258
26770
  relevance?: number | null;
26259
- } | null> | null;
26771
+ feeds?: Array<{
26772
+ __typename?: 'Feed';
26773
+ id: string;
26774
+ name: string;
26775
+ } | null> | null;
26776
+ } | null> | null;
26260
26777
  } | null;
26261
26778
  };
26262
26779
  export type UpdateLabelMutationVariables = Exact<{
@@ -26349,13 +26866,23 @@ export type GetMedicalConditionQuery = {
26349
26866
  __typename?: 'MedicalCondition';
26350
26867
  id: string;
26351
26868
  name: string;
26352
- alternateNames?: Array<string | null> | null;
26353
26869
  creationDate: any;
26870
+ modifiedDate?: any | null;
26871
+ state: EntityState;
26872
+ alternateNames?: Array<string | null> | null;
26354
26873
  uri?: any | null;
26355
26874
  description?: string | null;
26356
26875
  identifier?: string | null;
26357
26876
  thing?: string | null;
26358
- relevance?: number | null;
26877
+ owner: {
26878
+ __typename?: 'Owner';
26879
+ id: string;
26880
+ };
26881
+ feeds?: Array<{
26882
+ __typename?: 'Feed';
26883
+ id: string;
26884
+ name: string;
26885
+ } | null> | null;
26359
26886
  } | null;
26360
26887
  };
26361
26888
  export type QueryMedicalConditionsQueryVariables = Exact<{
@@ -26370,13 +26897,24 @@ export type QueryMedicalConditionsQuery = {
26370
26897
  __typename?: 'MedicalCondition';
26371
26898
  id: string;
26372
26899
  name: string;
26373
- alternateNames?: Array<string | null> | null;
26374
26900
  creationDate: any;
26901
+ modifiedDate?: any | null;
26902
+ relevance?: number | null;
26903
+ state: EntityState;
26904
+ alternateNames?: Array<string | null> | null;
26375
26905
  uri?: any | null;
26376
26906
  description?: string | null;
26377
26907
  identifier?: string | null;
26378
26908
  thing?: string | null;
26379
- relevance?: number | null;
26909
+ owner: {
26910
+ __typename?: 'Owner';
26911
+ id: string;
26912
+ };
26913
+ feeds?: Array<{
26914
+ __typename?: 'Feed';
26915
+ id: string;
26916
+ name: string;
26917
+ } | null> | null;
26380
26918
  } | null> | null;
26381
26919
  } | null;
26382
26920
  };
@@ -26459,13 +26997,23 @@ export type GetMedicalContraindicationQuery = {
26459
26997
  __typename?: 'MedicalContraindication';
26460
26998
  id: string;
26461
26999
  name: string;
26462
- alternateNames?: Array<string | null> | null;
26463
27000
  creationDate: any;
27001
+ modifiedDate?: any | null;
27002
+ state: EntityState;
27003
+ alternateNames?: Array<string | null> | null;
26464
27004
  uri?: any | null;
26465
27005
  description?: string | null;
26466
27006
  identifier?: string | null;
26467
27007
  thing?: string | null;
26468
- relevance?: number | null;
27008
+ owner: {
27009
+ __typename?: 'Owner';
27010
+ id: string;
27011
+ };
27012
+ feeds?: Array<{
27013
+ __typename?: 'Feed';
27014
+ id: string;
27015
+ name: string;
27016
+ } | null> | null;
26469
27017
  } | null;
26470
27018
  };
26471
27019
  export type QueryMedicalContraindicationsQueryVariables = Exact<{
@@ -26480,13 +27028,24 @@ export type QueryMedicalContraindicationsQuery = {
26480
27028
  __typename?: 'MedicalContraindication';
26481
27029
  id: string;
26482
27030
  name: string;
26483
- alternateNames?: Array<string | null> | null;
26484
27031
  creationDate: any;
27032
+ modifiedDate?: any | null;
27033
+ relevance?: number | null;
27034
+ state: EntityState;
27035
+ alternateNames?: Array<string | null> | null;
26485
27036
  uri?: any | null;
26486
27037
  description?: string | null;
26487
27038
  identifier?: string | null;
26488
27039
  thing?: string | null;
26489
- relevance?: number | null;
27040
+ owner: {
27041
+ __typename?: 'Owner';
27042
+ id: string;
27043
+ };
27044
+ feeds?: Array<{
27045
+ __typename?: 'Feed';
27046
+ id: string;
27047
+ name: string;
27048
+ } | null> | null;
26490
27049
  } | null> | null;
26491
27050
  } | null;
26492
27051
  };
@@ -26569,13 +27128,23 @@ export type GetMedicalDeviceQuery = {
26569
27128
  __typename?: 'MedicalDevice';
26570
27129
  id: string;
26571
27130
  name: string;
26572
- alternateNames?: Array<string | null> | null;
26573
27131
  creationDate: any;
27132
+ modifiedDate?: any | null;
27133
+ state: EntityState;
27134
+ alternateNames?: Array<string | null> | null;
26574
27135
  uri?: any | null;
26575
27136
  description?: string | null;
26576
27137
  identifier?: string | null;
26577
27138
  thing?: string | null;
26578
- relevance?: number | null;
27139
+ owner: {
27140
+ __typename?: 'Owner';
27141
+ id: string;
27142
+ };
27143
+ feeds?: Array<{
27144
+ __typename?: 'Feed';
27145
+ id: string;
27146
+ name: string;
27147
+ } | null> | null;
26579
27148
  } | null;
26580
27149
  };
26581
27150
  export type QueryMedicalDevicesQueryVariables = Exact<{
@@ -26590,13 +27159,24 @@ export type QueryMedicalDevicesQuery = {
26590
27159
  __typename?: 'MedicalDevice';
26591
27160
  id: string;
26592
27161
  name: string;
26593
- alternateNames?: Array<string | null> | null;
26594
27162
  creationDate: any;
27163
+ modifiedDate?: any | null;
27164
+ relevance?: number | null;
27165
+ state: EntityState;
27166
+ alternateNames?: Array<string | null> | null;
26595
27167
  uri?: any | null;
26596
27168
  description?: string | null;
26597
27169
  identifier?: string | null;
26598
27170
  thing?: string | null;
26599
- relevance?: number | null;
27171
+ owner: {
27172
+ __typename?: 'Owner';
27173
+ id: string;
27174
+ };
27175
+ feeds?: Array<{
27176
+ __typename?: 'Feed';
27177
+ id: string;
27178
+ name: string;
27179
+ } | null> | null;
26600
27180
  } | null> | null;
26601
27181
  } | null;
26602
27182
  };
@@ -26679,13 +27259,23 @@ export type GetMedicalDrugQuery = {
26679
27259
  __typename?: 'MedicalDrug';
26680
27260
  id: string;
26681
27261
  name: string;
26682
- alternateNames?: Array<string | null> | null;
26683
27262
  creationDate: any;
27263
+ modifiedDate?: any | null;
27264
+ state: EntityState;
27265
+ alternateNames?: Array<string | null> | null;
26684
27266
  uri?: any | null;
26685
27267
  description?: string | null;
26686
27268
  identifier?: string | null;
26687
27269
  thing?: string | null;
26688
- relevance?: number | null;
27270
+ owner: {
27271
+ __typename?: 'Owner';
27272
+ id: string;
27273
+ };
27274
+ feeds?: Array<{
27275
+ __typename?: 'Feed';
27276
+ id: string;
27277
+ name: string;
27278
+ } | null> | null;
26689
27279
  } | null;
26690
27280
  };
26691
27281
  export type QueryMedicalDrugsQueryVariables = Exact<{
@@ -26700,13 +27290,24 @@ export type QueryMedicalDrugsQuery = {
26700
27290
  __typename?: 'MedicalDrug';
26701
27291
  id: string;
26702
27292
  name: string;
26703
- alternateNames?: Array<string | null> | null;
26704
27293
  creationDate: any;
27294
+ modifiedDate?: any | null;
27295
+ relevance?: number | null;
27296
+ state: EntityState;
27297
+ alternateNames?: Array<string | null> | null;
26705
27298
  uri?: any | null;
26706
27299
  description?: string | null;
26707
27300
  identifier?: string | null;
26708
27301
  thing?: string | null;
26709
- relevance?: number | null;
27302
+ owner: {
27303
+ __typename?: 'Owner';
27304
+ id: string;
27305
+ };
27306
+ feeds?: Array<{
27307
+ __typename?: 'Feed';
27308
+ id: string;
27309
+ name: string;
27310
+ } | null> | null;
26710
27311
  } | null> | null;
26711
27312
  } | null;
26712
27313
  };
@@ -26789,13 +27390,23 @@ export type GetMedicalDrugClassQuery = {
26789
27390
  __typename?: 'MedicalDrugClass';
26790
27391
  id: string;
26791
27392
  name: string;
26792
- alternateNames?: Array<string | null> | null;
26793
27393
  creationDate: any;
27394
+ modifiedDate?: any | null;
27395
+ state: EntityState;
27396
+ alternateNames?: Array<string | null> | null;
26794
27397
  uri?: any | null;
26795
27398
  description?: string | null;
26796
27399
  identifier?: string | null;
26797
27400
  thing?: string | null;
26798
- relevance?: number | null;
27401
+ owner: {
27402
+ __typename?: 'Owner';
27403
+ id: string;
27404
+ };
27405
+ feeds?: Array<{
27406
+ __typename?: 'Feed';
27407
+ id: string;
27408
+ name: string;
27409
+ } | null> | null;
26799
27410
  } | null;
26800
27411
  };
26801
27412
  export type QueryMedicalDrugClassesQueryVariables = Exact<{
@@ -26810,13 +27421,24 @@ export type QueryMedicalDrugClassesQuery = {
26810
27421
  __typename?: 'MedicalDrugClass';
26811
27422
  id: string;
26812
27423
  name: string;
26813
- alternateNames?: Array<string | null> | null;
26814
27424
  creationDate: any;
27425
+ modifiedDate?: any | null;
27426
+ relevance?: number | null;
27427
+ state: EntityState;
27428
+ alternateNames?: Array<string | null> | null;
26815
27429
  uri?: any | null;
26816
27430
  description?: string | null;
26817
27431
  identifier?: string | null;
26818
27432
  thing?: string | null;
26819
- relevance?: number | null;
27433
+ owner: {
27434
+ __typename?: 'Owner';
27435
+ id: string;
27436
+ };
27437
+ feeds?: Array<{
27438
+ __typename?: 'Feed';
27439
+ id: string;
27440
+ name: string;
27441
+ } | null> | null;
26820
27442
  } | null> | null;
26821
27443
  } | null;
26822
27444
  };
@@ -26899,13 +27521,23 @@ export type GetMedicalGuidelineQuery = {
26899
27521
  __typename?: 'MedicalGuideline';
26900
27522
  id: string;
26901
27523
  name: string;
26902
- alternateNames?: Array<string | null> | null;
26903
27524
  creationDate: any;
27525
+ modifiedDate?: any | null;
27526
+ state: EntityState;
27527
+ alternateNames?: Array<string | null> | null;
26904
27528
  uri?: any | null;
26905
27529
  description?: string | null;
26906
27530
  identifier?: string | null;
26907
27531
  thing?: string | null;
26908
- relevance?: number | null;
27532
+ owner: {
27533
+ __typename?: 'Owner';
27534
+ id: string;
27535
+ };
27536
+ feeds?: Array<{
27537
+ __typename?: 'Feed';
27538
+ id: string;
27539
+ name: string;
27540
+ } | null> | null;
26909
27541
  } | null;
26910
27542
  };
26911
27543
  export type QueryMedicalGuidelinesQueryVariables = Exact<{
@@ -26920,13 +27552,24 @@ export type QueryMedicalGuidelinesQuery = {
26920
27552
  __typename?: 'MedicalGuideline';
26921
27553
  id: string;
26922
27554
  name: string;
26923
- alternateNames?: Array<string | null> | null;
26924
27555
  creationDate: any;
27556
+ modifiedDate?: any | null;
27557
+ relevance?: number | null;
27558
+ state: EntityState;
27559
+ alternateNames?: Array<string | null> | null;
26925
27560
  uri?: any | null;
26926
27561
  description?: string | null;
26927
27562
  identifier?: string | null;
26928
27563
  thing?: string | null;
26929
- relevance?: number | null;
27564
+ owner: {
27565
+ __typename?: 'Owner';
27566
+ id: string;
27567
+ };
27568
+ feeds?: Array<{
27569
+ __typename?: 'Feed';
27570
+ id: string;
27571
+ name: string;
27572
+ } | null> | null;
26930
27573
  } | null> | null;
26931
27574
  } | null;
26932
27575
  };
@@ -27009,13 +27652,23 @@ export type GetMedicalIndicationQuery = {
27009
27652
  __typename?: 'MedicalIndication';
27010
27653
  id: string;
27011
27654
  name: string;
27012
- alternateNames?: Array<string | null> | null;
27013
27655
  creationDate: any;
27656
+ modifiedDate?: any | null;
27657
+ state: EntityState;
27658
+ alternateNames?: Array<string | null> | null;
27014
27659
  uri?: any | null;
27015
27660
  description?: string | null;
27016
27661
  identifier?: string | null;
27017
27662
  thing?: string | null;
27018
- relevance?: number | null;
27663
+ owner: {
27664
+ __typename?: 'Owner';
27665
+ id: string;
27666
+ };
27667
+ feeds?: Array<{
27668
+ __typename?: 'Feed';
27669
+ id: string;
27670
+ name: string;
27671
+ } | null> | null;
27019
27672
  } | null;
27020
27673
  };
27021
27674
  export type QueryMedicalIndicationsQueryVariables = Exact<{
@@ -27030,13 +27683,24 @@ export type QueryMedicalIndicationsQuery = {
27030
27683
  __typename?: 'MedicalIndication';
27031
27684
  id: string;
27032
27685
  name: string;
27033
- alternateNames?: Array<string | null> | null;
27034
27686
  creationDate: any;
27687
+ modifiedDate?: any | null;
27688
+ relevance?: number | null;
27689
+ state: EntityState;
27690
+ alternateNames?: Array<string | null> | null;
27035
27691
  uri?: any | null;
27036
27692
  description?: string | null;
27037
27693
  identifier?: string | null;
27038
27694
  thing?: string | null;
27039
- relevance?: number | null;
27695
+ owner: {
27696
+ __typename?: 'Owner';
27697
+ id: string;
27698
+ };
27699
+ feeds?: Array<{
27700
+ __typename?: 'Feed';
27701
+ id: string;
27702
+ name: string;
27703
+ } | null> | null;
27040
27704
  } | null> | null;
27041
27705
  } | null;
27042
27706
  };
@@ -27119,13 +27783,23 @@ export type GetMedicalProcedureQuery = {
27119
27783
  __typename?: 'MedicalProcedure';
27120
27784
  id: string;
27121
27785
  name: string;
27122
- alternateNames?: Array<string | null> | null;
27123
27786
  creationDate: any;
27787
+ modifiedDate?: any | null;
27788
+ state: EntityState;
27789
+ alternateNames?: Array<string | null> | null;
27124
27790
  uri?: any | null;
27125
27791
  description?: string | null;
27126
27792
  identifier?: string | null;
27127
27793
  thing?: string | null;
27128
- relevance?: number | null;
27794
+ owner: {
27795
+ __typename?: 'Owner';
27796
+ id: string;
27797
+ };
27798
+ feeds?: Array<{
27799
+ __typename?: 'Feed';
27800
+ id: string;
27801
+ name: string;
27802
+ } | null> | null;
27129
27803
  } | null;
27130
27804
  };
27131
27805
  export type QueryMedicalProceduresQueryVariables = Exact<{
@@ -27140,13 +27814,24 @@ export type QueryMedicalProceduresQuery = {
27140
27814
  __typename?: 'MedicalProcedure';
27141
27815
  id: string;
27142
27816
  name: string;
27143
- alternateNames?: Array<string | null> | null;
27144
27817
  creationDate: any;
27818
+ modifiedDate?: any | null;
27819
+ relevance?: number | null;
27820
+ state: EntityState;
27821
+ alternateNames?: Array<string | null> | null;
27145
27822
  uri?: any | null;
27146
27823
  description?: string | null;
27147
27824
  identifier?: string | null;
27148
27825
  thing?: string | null;
27149
- relevance?: number | null;
27826
+ owner: {
27827
+ __typename?: 'Owner';
27828
+ id: string;
27829
+ };
27830
+ feeds?: Array<{
27831
+ __typename?: 'Feed';
27832
+ id: string;
27833
+ name: string;
27834
+ } | null> | null;
27150
27835
  } | null> | null;
27151
27836
  } | null;
27152
27837
  };
@@ -27229,13 +27914,23 @@ export type GetMedicalStudyQuery = {
27229
27914
  __typename?: 'MedicalStudy';
27230
27915
  id: string;
27231
27916
  name: string;
27232
- alternateNames?: Array<string | null> | null;
27233
27917
  creationDate: any;
27918
+ modifiedDate?: any | null;
27919
+ state: EntityState;
27920
+ alternateNames?: Array<string | null> | null;
27234
27921
  uri?: any | null;
27235
27922
  description?: string | null;
27236
27923
  identifier?: string | null;
27237
27924
  thing?: string | null;
27238
- relevance?: number | null;
27925
+ owner: {
27926
+ __typename?: 'Owner';
27927
+ id: string;
27928
+ };
27929
+ feeds?: Array<{
27930
+ __typename?: 'Feed';
27931
+ id: string;
27932
+ name: string;
27933
+ } | null> | null;
27239
27934
  address?: {
27240
27935
  __typename?: 'Address';
27241
27936
  streetAddress?: string | null;
@@ -27258,13 +27953,24 @@ export type QueryMedicalStudiesQuery = {
27258
27953
  __typename?: 'MedicalStudy';
27259
27954
  id: string;
27260
27955
  name: string;
27261
- alternateNames?: Array<string | null> | null;
27262
27956
  creationDate: any;
27957
+ modifiedDate?: any | null;
27958
+ relevance?: number | null;
27959
+ state: EntityState;
27960
+ alternateNames?: Array<string | null> | null;
27263
27961
  uri?: any | null;
27264
27962
  description?: string | null;
27265
27963
  identifier?: string | null;
27266
27964
  thing?: string | null;
27267
- relevance?: number | null;
27965
+ owner: {
27966
+ __typename?: 'Owner';
27967
+ id: string;
27968
+ };
27969
+ feeds?: Array<{
27970
+ __typename?: 'Feed';
27971
+ id: string;
27972
+ name: string;
27973
+ } | null> | null;
27268
27974
  address?: {
27269
27975
  __typename?: 'Address';
27270
27976
  streetAddress?: string | null;
@@ -27355,13 +28061,23 @@ export type GetMedicalTestQuery = {
27355
28061
  __typename?: 'MedicalTest';
27356
28062
  id: string;
27357
28063
  name: string;
27358
- alternateNames?: Array<string | null> | null;
27359
28064
  creationDate: any;
28065
+ modifiedDate?: any | null;
28066
+ state: EntityState;
28067
+ alternateNames?: Array<string | null> | null;
27360
28068
  uri?: any | null;
27361
28069
  description?: string | null;
27362
28070
  identifier?: string | null;
27363
28071
  thing?: string | null;
27364
- relevance?: number | null;
28072
+ owner: {
28073
+ __typename?: 'Owner';
28074
+ id: string;
28075
+ };
28076
+ feeds?: Array<{
28077
+ __typename?: 'Feed';
28078
+ id: string;
28079
+ name: string;
28080
+ } | null> | null;
27365
28081
  } | null;
27366
28082
  };
27367
28083
  export type QueryMedicalTestsQueryVariables = Exact<{
@@ -27376,13 +28092,24 @@ export type QueryMedicalTestsQuery = {
27376
28092
  __typename?: 'MedicalTest';
27377
28093
  id: string;
27378
28094
  name: string;
27379
- alternateNames?: Array<string | null> | null;
27380
28095
  creationDate: any;
28096
+ modifiedDate?: any | null;
28097
+ relevance?: number | null;
28098
+ state: EntityState;
28099
+ alternateNames?: Array<string | null> | null;
27381
28100
  uri?: any | null;
27382
28101
  description?: string | null;
27383
28102
  identifier?: string | null;
27384
28103
  thing?: string | null;
27385
- relevance?: number | null;
28104
+ owner: {
28105
+ __typename?: 'Owner';
28106
+ id: string;
28107
+ };
28108
+ feeds?: Array<{
28109
+ __typename?: 'Feed';
28110
+ id: string;
28111
+ name: string;
28112
+ } | null> | null;
27386
28113
  } | null> | null;
27387
28114
  } | null;
27388
28115
  };
@@ -27465,13 +28192,23 @@ export type GetMedicalTherapyQuery = {
27465
28192
  __typename?: 'MedicalTherapy';
27466
28193
  id: string;
27467
28194
  name: string;
27468
- alternateNames?: Array<string | null> | null;
27469
28195
  creationDate: any;
28196
+ modifiedDate?: any | null;
28197
+ state: EntityState;
28198
+ alternateNames?: Array<string | null> | null;
27470
28199
  uri?: any | null;
27471
28200
  description?: string | null;
27472
28201
  identifier?: string | null;
27473
28202
  thing?: string | null;
27474
- relevance?: number | null;
28203
+ owner: {
28204
+ __typename?: 'Owner';
28205
+ id: string;
28206
+ };
28207
+ feeds?: Array<{
28208
+ __typename?: 'Feed';
28209
+ id: string;
28210
+ name: string;
28211
+ } | null> | null;
27475
28212
  } | null;
27476
28213
  };
27477
28214
  export type QueryMedicalTherapiesQueryVariables = Exact<{
@@ -27486,13 +28223,24 @@ export type QueryMedicalTherapiesQuery = {
27486
28223
  __typename?: 'MedicalTherapy';
27487
28224
  id: string;
27488
28225
  name: string;
27489
- alternateNames?: Array<string | null> | null;
27490
28226
  creationDate: any;
28227
+ modifiedDate?: any | null;
28228
+ relevance?: number | null;
28229
+ state: EntityState;
28230
+ alternateNames?: Array<string | null> | null;
27491
28231
  uri?: any | null;
27492
28232
  description?: string | null;
27493
28233
  identifier?: string | null;
27494
28234
  thing?: string | null;
27495
- relevance?: number | null;
28235
+ owner: {
28236
+ __typename?: 'Owner';
28237
+ id: string;
28238
+ };
28239
+ feeds?: Array<{
28240
+ __typename?: 'Feed';
28241
+ id: string;
28242
+ name: string;
28243
+ } | null> | null;
27496
28244
  } | null> | null;
27497
28245
  } | null;
27498
28246
  };
@@ -27610,6 +28358,19 @@ export type DeleteOrganizationsMutation = {
27610
28358
  state: EntityState;
27611
28359
  } | null> | null;
27612
28360
  };
28361
+ export type EnrichOrganizationsMutationVariables = Exact<{
28362
+ filter?: InputMaybe<OrganizationFilter>;
28363
+ connector: EntityEnrichmentConnectorInput;
28364
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28365
+ }>;
28366
+ export type EnrichOrganizationsMutation = {
28367
+ __typename?: 'Mutation';
28368
+ enrichOrganizations?: Array<{
28369
+ __typename?: 'Organization';
28370
+ id: string;
28371
+ name: string;
28372
+ } | null> | null;
28373
+ };
27613
28374
  export type GetOrganizationQueryVariables = Exact<{
27614
28375
  id: Scalars['ID']['input'];
27615
28376
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27620,19 +28381,29 @@ export type GetOrganizationQuery = {
27620
28381
  __typename?: 'Organization';
27621
28382
  id: string;
27622
28383
  name: string;
27623
- alternateNames?: Array<string | null> | null;
27624
28384
  creationDate: any;
28385
+ modifiedDate?: any | null;
28386
+ state: EntityState;
28387
+ alternateNames?: Array<string | null> | null;
27625
28388
  uri?: any | null;
27626
28389
  description?: string | null;
27627
28390
  identifier?: string | null;
27628
28391
  thing?: string | null;
27629
- relevance?: number | null;
27630
28392
  foundingDate?: any | null;
27631
28393
  industries?: Array<string | null> | null;
27632
28394
  revenue?: any | null;
27633
28395
  revenueCurrency?: string | null;
27634
28396
  investment?: any | null;
27635
28397
  investmentCurrency?: string | null;
28398
+ owner: {
28399
+ __typename?: 'Owner';
28400
+ id: string;
28401
+ };
28402
+ feeds?: Array<{
28403
+ __typename?: 'Feed';
28404
+ id: string;
28405
+ name: string;
28406
+ } | null> | null;
27636
28407
  address?: {
27637
28408
  __typename?: 'Address';
27638
28409
  streetAddress?: string | null;
@@ -27655,19 +28426,30 @@ export type QueryOrganizationsQuery = {
27655
28426
  __typename?: 'Organization';
27656
28427
  id: string;
27657
28428
  name: string;
27658
- alternateNames?: Array<string | null> | null;
27659
28429
  creationDate: any;
28430
+ modifiedDate?: any | null;
28431
+ relevance?: number | null;
28432
+ state: EntityState;
28433
+ alternateNames?: Array<string | null> | null;
27660
28434
  uri?: any | null;
27661
28435
  description?: string | null;
27662
28436
  identifier?: string | null;
27663
28437
  thing?: string | null;
27664
- relevance?: number | null;
27665
28438
  foundingDate?: any | null;
27666
28439
  industries?: Array<string | null> | null;
27667
28440
  revenue?: any | null;
27668
28441
  revenueCurrency?: string | null;
27669
28442
  investment?: any | null;
27670
28443
  investmentCurrency?: string | null;
28444
+ owner: {
28445
+ __typename?: 'Owner';
28446
+ id: string;
28447
+ };
28448
+ feeds?: Array<{
28449
+ __typename?: 'Feed';
28450
+ id: string;
28451
+ name: string;
28452
+ } | null> | null;
27671
28453
  address?: {
27672
28454
  __typename?: 'Address';
27673
28455
  streetAddress?: string | null;
@@ -27748,6 +28530,19 @@ export type DeletePersonsMutation = {
27748
28530
  state: EntityState;
27749
28531
  } | null> | null;
27750
28532
  };
28533
+ export type EnrichPersonsMutationVariables = Exact<{
28534
+ filter?: InputMaybe<PersonFilter>;
28535
+ connector: EntityEnrichmentConnectorInput;
28536
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28537
+ }>;
28538
+ export type EnrichPersonsMutation = {
28539
+ __typename?: 'Mutation';
28540
+ enrichPersons?: Array<{
28541
+ __typename?: 'Person';
28542
+ id: string;
28543
+ name: string;
28544
+ } | null> | null;
28545
+ };
27751
28546
  export type GetPersonQueryVariables = Exact<{
27752
28547
  id: Scalars['ID']['input'];
27753
28548
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27758,13 +28553,14 @@ export type GetPersonQuery = {
27758
28553
  __typename?: 'Person';
27759
28554
  id: string;
27760
28555
  name: string;
27761
- alternateNames?: Array<string | null> | null;
27762
28556
  creationDate: any;
28557
+ modifiedDate?: any | null;
28558
+ state: EntityState;
28559
+ alternateNames?: Array<string | null> | null;
27763
28560
  uri?: any | null;
27764
28561
  description?: string | null;
27765
28562
  identifier?: string | null;
27766
28563
  thing?: string | null;
27767
- relevance?: number | null;
27768
28564
  email?: string | null;
27769
28565
  givenName?: string | null;
27770
28566
  familyName?: string | null;
@@ -27773,6 +28569,15 @@ export type GetPersonQuery = {
27773
28569
  title?: string | null;
27774
28570
  occupation?: string | null;
27775
28571
  education?: string | null;
28572
+ owner: {
28573
+ __typename?: 'Owner';
28574
+ id: string;
28575
+ };
28576
+ feeds?: Array<{
28577
+ __typename?: 'Feed';
28578
+ id: string;
28579
+ name: string;
28580
+ } | null> | null;
27776
28581
  address?: {
27777
28582
  __typename?: 'Address';
27778
28583
  streetAddress?: string | null;
@@ -27795,13 +28600,15 @@ export type QueryPersonsQuery = {
27795
28600
  __typename?: 'Person';
27796
28601
  id: string;
27797
28602
  name: string;
27798
- alternateNames?: Array<string | null> | null;
27799
28603
  creationDate: any;
28604
+ modifiedDate?: any | null;
28605
+ relevance?: number | null;
28606
+ state: EntityState;
28607
+ alternateNames?: Array<string | null> | null;
27800
28608
  uri?: any | null;
27801
28609
  description?: string | null;
27802
28610
  identifier?: string | null;
27803
28611
  thing?: string | null;
27804
- relevance?: number | null;
27805
28612
  email?: string | null;
27806
28613
  givenName?: string | null;
27807
28614
  familyName?: string | null;
@@ -27810,6 +28617,15 @@ export type QueryPersonsQuery = {
27810
28617
  title?: string | null;
27811
28618
  occupation?: string | null;
27812
28619
  education?: string | null;
28620
+ owner: {
28621
+ __typename?: 'Owner';
28622
+ id: string;
28623
+ };
28624
+ feeds?: Array<{
28625
+ __typename?: 'Feed';
28626
+ id: string;
28627
+ name: string;
28628
+ } | null> | null;
27813
28629
  address?: {
27814
28630
  __typename?: 'Address';
27815
28631
  streetAddress?: string | null;
@@ -27890,6 +28706,19 @@ export type DeletePlacesMutation = {
27890
28706
  state: EntityState;
27891
28707
  } | null> | null;
27892
28708
  };
28709
+ export type EnrichPlacesMutationVariables = Exact<{
28710
+ filter?: InputMaybe<PlaceFilter>;
28711
+ connector: EntityEnrichmentConnectorInput;
28712
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28713
+ }>;
28714
+ export type EnrichPlacesMutation = {
28715
+ __typename?: 'Mutation';
28716
+ enrichPlaces?: Array<{
28717
+ __typename?: 'Place';
28718
+ id: string;
28719
+ name: string;
28720
+ } | null> | null;
28721
+ };
27893
28722
  export type GetPlaceQueryVariables = Exact<{
27894
28723
  id: Scalars['ID']['input'];
27895
28724
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27900,13 +28729,23 @@ export type GetPlaceQuery = {
27900
28729
  __typename?: 'Place';
27901
28730
  id: string;
27902
28731
  name: string;
27903
- alternateNames?: Array<string | null> | null;
27904
28732
  creationDate: any;
28733
+ modifiedDate?: any | null;
28734
+ state: EntityState;
28735
+ alternateNames?: Array<string | null> | null;
27905
28736
  uri?: any | null;
27906
28737
  description?: string | null;
27907
28738
  identifier?: string | null;
27908
28739
  thing?: string | null;
27909
- relevance?: number | null;
28740
+ owner: {
28741
+ __typename?: 'Owner';
28742
+ id: string;
28743
+ };
28744
+ feeds?: Array<{
28745
+ __typename?: 'Feed';
28746
+ id: string;
28747
+ name: string;
28748
+ } | null> | null;
27910
28749
  address?: {
27911
28750
  __typename?: 'Address';
27912
28751
  streetAddress?: string | null;
@@ -27929,13 +28768,24 @@ export type QueryPlacesQuery = {
27929
28768
  __typename?: 'Place';
27930
28769
  id: string;
27931
28770
  name: string;
27932
- alternateNames?: Array<string | null> | null;
27933
28771
  creationDate: any;
28772
+ modifiedDate?: any | null;
28773
+ relevance?: number | null;
28774
+ state: EntityState;
28775
+ alternateNames?: Array<string | null> | null;
27934
28776
  uri?: any | null;
27935
28777
  description?: string | null;
27936
28778
  identifier?: string | null;
27937
28779
  thing?: string | null;
27938
- relevance?: number | null;
28780
+ owner: {
28781
+ __typename?: 'Owner';
28782
+ id: string;
28783
+ };
28784
+ feeds?: Array<{
28785
+ __typename?: 'Feed';
28786
+ id: string;
28787
+ name: string;
28788
+ } | null> | null;
27939
28789
  address?: {
27940
28790
  __typename?: 'Address';
27941
28791
  streetAddress?: string | null;
@@ -28016,6 +28866,19 @@ export type DeleteProductsMutation = {
28016
28866
  state: EntityState;
28017
28867
  } | null> | null;
28018
28868
  };
28869
+ export type EnrichProductsMutationVariables = Exact<{
28870
+ filter?: InputMaybe<ProductFilter>;
28871
+ connector: EntityEnrichmentConnectorInput;
28872
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28873
+ }>;
28874
+ export type EnrichProductsMutation = {
28875
+ __typename?: 'Mutation';
28876
+ enrichProducts?: Array<{
28877
+ __typename?: 'Product';
28878
+ id: string;
28879
+ name: string;
28880
+ } | null> | null;
28881
+ };
28019
28882
  export type GetProductQueryVariables = Exact<{
28020
28883
  id: Scalars['ID']['input'];
28021
28884
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -28026,13 +28889,14 @@ export type GetProductQuery = {
28026
28889
  __typename?: 'Product';
28027
28890
  id: string;
28028
28891
  name: string;
28029
- alternateNames?: Array<string | null> | null;
28030
28892
  creationDate: any;
28893
+ modifiedDate?: any | null;
28894
+ state: EntityState;
28895
+ alternateNames?: Array<string | null> | null;
28031
28896
  uri?: any | null;
28032
28897
  description?: string | null;
28033
28898
  identifier?: string | null;
28034
28899
  thing?: string | null;
28035
- relevance?: number | null;
28036
28900
  manufacturer?: string | null;
28037
28901
  model?: string | null;
28038
28902
  brand?: string | null;
@@ -28040,6 +28904,15 @@ export type GetProductQuery = {
28040
28904
  sku?: string | null;
28041
28905
  releaseDate?: any | null;
28042
28906
  productionDate?: any | null;
28907
+ owner: {
28908
+ __typename?: 'Owner';
28909
+ id: string;
28910
+ };
28911
+ feeds?: Array<{
28912
+ __typename?: 'Feed';
28913
+ id: string;
28914
+ name: string;
28915
+ } | null> | null;
28043
28916
  address?: {
28044
28917
  __typename?: 'Address';
28045
28918
  streetAddress?: string | null;
@@ -28062,13 +28935,15 @@ export type QueryProductsQuery = {
28062
28935
  __typename?: 'Product';
28063
28936
  id: string;
28064
28937
  name: string;
28065
- alternateNames?: Array<string | null> | null;
28066
28938
  creationDate: any;
28939
+ modifiedDate?: any | null;
28940
+ relevance?: number | null;
28941
+ state: EntityState;
28942
+ alternateNames?: Array<string | null> | null;
28067
28943
  uri?: any | null;
28068
28944
  description?: string | null;
28069
28945
  identifier?: string | null;
28070
28946
  thing?: string | null;
28071
- relevance?: number | null;
28072
28947
  manufacturer?: string | null;
28073
28948
  model?: string | null;
28074
28949
  brand?: string | null;
@@ -28076,6 +28951,15 @@ export type QueryProductsQuery = {
28076
28951
  sku?: string | null;
28077
28952
  releaseDate?: any | null;
28078
28953
  productionDate?: any | null;
28954
+ owner: {
28955
+ __typename?: 'Owner';
28956
+ id: string;
28957
+ };
28958
+ feeds?: Array<{
28959
+ __typename?: 'Feed';
28960
+ id: string;
28961
+ name: string;
28962
+ } | null> | null;
28079
28963
  address?: {
28080
28964
  __typename?: 'Address';
28081
28965
  streetAddress?: string | null;
@@ -28393,13 +29277,23 @@ export type GetRepoQuery = {
28393
29277
  __typename?: 'Repo';
28394
29278
  id: string;
28395
29279
  name: string;
28396
- alternateNames?: Array<string | null> | null;
28397
29280
  creationDate: any;
29281
+ modifiedDate?: any | null;
29282
+ state: EntityState;
29283
+ alternateNames?: Array<string | null> | null;
28398
29284
  uri?: any | null;
28399
29285
  description?: string | null;
28400
29286
  identifier?: string | null;
28401
29287
  thing?: string | null;
28402
- relevance?: number | null;
29288
+ owner: {
29289
+ __typename?: 'Owner';
29290
+ id: string;
29291
+ };
29292
+ feeds?: Array<{
29293
+ __typename?: 'Feed';
29294
+ id: string;
29295
+ name: string;
29296
+ } | null> | null;
28403
29297
  } | null;
28404
29298
  };
28405
29299
  export type QueryReposQueryVariables = Exact<{
@@ -28414,13 +29308,24 @@ export type QueryReposQuery = {
28414
29308
  __typename?: 'Repo';
28415
29309
  id: string;
28416
29310
  name: string;
28417
- alternateNames?: Array<string | null> | null;
28418
29311
  creationDate: any;
29312
+ modifiedDate?: any | null;
29313
+ relevance?: number | null;
29314
+ state: EntityState;
29315
+ alternateNames?: Array<string | null> | null;
28419
29316
  uri?: any | null;
28420
29317
  description?: string | null;
28421
29318
  identifier?: string | null;
28422
29319
  thing?: string | null;
28423
- relevance?: number | null;
29320
+ owner: {
29321
+ __typename?: 'Owner';
29322
+ id: string;
29323
+ };
29324
+ feeds?: Array<{
29325
+ __typename?: 'Feed';
29326
+ id: string;
29327
+ name: string;
29328
+ } | null> | null;
28424
29329
  } | null> | null;
28425
29330
  } | null;
28426
29331
  };
@@ -28535,15 +29440,25 @@ export type GetSoftwareQuery = {
28535
29440
  __typename?: 'Software';
28536
29441
  id: string;
28537
29442
  name: string;
28538
- alternateNames?: Array<string | null> | null;
28539
29443
  creationDate: any;
29444
+ modifiedDate?: any | null;
29445
+ state: EntityState;
29446
+ alternateNames?: Array<string | null> | null;
28540
29447
  uri?: any | null;
28541
29448
  description?: string | null;
28542
29449
  identifier?: string | null;
28543
29450
  thing?: string | null;
28544
- relevance?: number | null;
28545
29451
  releaseDate?: any | null;
28546
29452
  developer?: string | null;
29453
+ owner: {
29454
+ __typename?: 'Owner';
29455
+ id: string;
29456
+ };
29457
+ feeds?: Array<{
29458
+ __typename?: 'Feed';
29459
+ id: string;
29460
+ name: string;
29461
+ } | null> | null;
28547
29462
  } | null;
28548
29463
  };
28549
29464
  export type QuerySoftwaresQueryVariables = Exact<{
@@ -28558,15 +29473,26 @@ export type QuerySoftwaresQuery = {
28558
29473
  __typename?: 'Software';
28559
29474
  id: string;
28560
29475
  name: string;
28561
- alternateNames?: Array<string | null> | null;
28562
29476
  creationDate: any;
29477
+ modifiedDate?: any | null;
29478
+ relevance?: number | null;
29479
+ state: EntityState;
29480
+ alternateNames?: Array<string | null> | null;
28563
29481
  uri?: any | null;
28564
29482
  description?: string | null;
28565
29483
  identifier?: string | null;
28566
29484
  thing?: string | null;
28567
- relevance?: number | null;
28568
29485
  releaseDate?: any | null;
28569
29486
  developer?: string | null;
29487
+ owner: {
29488
+ __typename?: 'Owner';
29489
+ id: string;
29490
+ };
29491
+ feeds?: Array<{
29492
+ __typename?: 'Feed';
29493
+ id: string;
29494
+ name: string;
29495
+ } | null> | null;
28570
29496
  } | null> | null;
28571
29497
  } | null;
28572
29498
  };
@@ -28653,7 +29579,7 @@ export type GetSpecificationQuery = {
28653
29579
  id: string;
28654
29580
  name: string;
28655
29581
  creationDate: any;
28656
- relevance?: number | null;
29582
+ modifiedDate?: any | null;
28657
29583
  state: EntityState;
28658
29584
  type?: SpecificationTypes | null;
28659
29585
  serviceType?: ModelServiceTypes | null;
@@ -29076,6 +30002,7 @@ export type QuerySpecificationsQuery = {
29076
30002
  id: string;
29077
30003
  name: string;
29078
30004
  creationDate: any;
30005
+ modifiedDate?: any | null;
29079
30006
  relevance?: number | null;
29080
30007
  state: EntityState;
29081
30008
  type?: SpecificationTypes | null;
@@ -29401,6 +30328,7 @@ export type GetUserQuery = {
29401
30328
  id: string;
29402
30329
  name: string;
29403
30330
  creationDate: any;
30331
+ modifiedDate?: any | null;
29404
30332
  relevance?: number | null;
29405
30333
  state: EntityState;
29406
30334
  type?: UserTypes | null;
@@ -29484,6 +30412,7 @@ export type GetUserByIdentifierQuery = {
29484
30412
  id: string;
29485
30413
  name: string;
29486
30414
  creationDate: any;
30415
+ modifiedDate?: any | null;
29487
30416
  relevance?: number | null;
29488
30417
  state: EntityState;
29489
30418
  type?: UserTypes | null;
@@ -29570,6 +30499,7 @@ export type QueryUsersQuery = {
29570
30499
  id: string;
29571
30500
  name: string;
29572
30501
  creationDate: any;
30502
+ modifiedDate?: any | null;
29573
30503
  relevance?: number | null;
29574
30504
  state: EntityState;
29575
30505
  type?: UserTypes | null;
@@ -29964,7 +30894,7 @@ export type GetViewQuery = {
29964
30894
  id: string;
29965
30895
  name: string;
29966
30896
  creationDate: any;
29967
- relevance?: number | null;
30897
+ modifiedDate?: any | null;
29968
30898
  state: EntityState;
29969
30899
  type?: ViewTypes | null;
29970
30900
  owner: {
@@ -30220,6 +31150,7 @@ export type QueryViewsQuery = {
30220
31150
  id: string;
30221
31151
  name: string;
30222
31152
  creationDate: any;
31153
+ modifiedDate?: any | null;
30223
31154
  relevance?: number | null;
30224
31155
  state: EntityState;
30225
31156
  type?: ViewTypes | null;
@@ -31141,6 +32072,8 @@ export type CreateWorkflowMutation = {
31141
32072
  modelText?: {
31142
32073
  __typename?: 'ModelTextExtractionProperties';
31143
32074
  tokenThreshold?: number | null;
32075
+ timeBudget?: any | null;
32076
+ entityBudget?: number | null;
31144
32077
  specification?: {
31145
32078
  __typename?: 'EntityReference';
31146
32079
  id: string;
@@ -31215,6 +32148,11 @@ export type CreateWorkflowMutation = {
31215
32148
  __typename?: 'DiffbotEnrichmentProperties';
31216
32149
  key?: any | null;
31217
32150
  } | null;
32151
+ parallel?: {
32152
+ __typename?: 'ParallelEnrichmentProperties';
32153
+ processor?: ParallelProcessors | null;
32154
+ isSynchronous?: boolean | null;
32155
+ } | null;
31218
32156
  } | null;
31219
32157
  } | null> | null;
31220
32158
  } | null;
@@ -31309,7 +32247,7 @@ export type GetWorkflowQuery = {
31309
32247
  id: string;
31310
32248
  name: string;
31311
32249
  creationDate: any;
31312
- relevance?: number | null;
32250
+ modifiedDate?: any | null;
31313
32251
  state: EntityState;
31314
32252
  owner: {
31315
32253
  __typename?: 'Owner';
@@ -31466,6 +32404,8 @@ export type GetWorkflowQuery = {
31466
32404
  modelText?: {
31467
32405
  __typename?: 'ModelTextExtractionProperties';
31468
32406
  tokenThreshold?: number | null;
32407
+ timeBudget?: any | null;
32408
+ entityBudget?: number | null;
31469
32409
  specification?: {
31470
32410
  __typename?: 'EntityReference';
31471
32411
  id: string;
@@ -31540,6 +32480,11 @@ export type GetWorkflowQuery = {
31540
32480
  __typename?: 'DiffbotEnrichmentProperties';
31541
32481
  key?: any | null;
31542
32482
  } | null;
32483
+ parallel?: {
32484
+ __typename?: 'ParallelEnrichmentProperties';
32485
+ processor?: ParallelProcessors | null;
32486
+ isSynchronous?: boolean | null;
32487
+ } | null;
31543
32488
  } | null;
31544
32489
  } | null> | null;
31545
32490
  } | null;
@@ -31600,6 +32545,7 @@ export type QueryWorkflowsQuery = {
31600
32545
  id: string;
31601
32546
  name: string;
31602
32547
  creationDate: any;
32548
+ modifiedDate?: any | null;
31603
32549
  relevance?: number | null;
31604
32550
  state: EntityState;
31605
32551
  owner: {
@@ -31757,6 +32703,8 @@ export type QueryWorkflowsQuery = {
31757
32703
  modelText?: {
31758
32704
  __typename?: 'ModelTextExtractionProperties';
31759
32705
  tokenThreshold?: number | null;
32706
+ timeBudget?: any | null;
32707
+ entityBudget?: number | null;
31760
32708
  specification?: {
31761
32709
  __typename?: 'EntityReference';
31762
32710
  id: string;
@@ -31831,6 +32779,11 @@ export type QueryWorkflowsQuery = {
31831
32779
  __typename?: 'DiffbotEnrichmentProperties';
31832
32780
  key?: any | null;
31833
32781
  } | null;
32782
+ parallel?: {
32783
+ __typename?: 'ParallelEnrichmentProperties';
32784
+ processor?: ParallelProcessors | null;
32785
+ isSynchronous?: boolean | null;
32786
+ } | null;
31834
32787
  } | null;
31835
32788
  } | null> | null;
31836
32789
  } | null;
@@ -32040,6 +32993,8 @@ export type UpdateWorkflowMutation = {
32040
32993
  modelText?: {
32041
32994
  __typename?: 'ModelTextExtractionProperties';
32042
32995
  tokenThreshold?: number | null;
32996
+ timeBudget?: any | null;
32997
+ entityBudget?: number | null;
32043
32998
  specification?: {
32044
32999
  __typename?: 'EntityReference';
32045
33000
  id: string;
@@ -32114,6 +33069,11 @@ export type UpdateWorkflowMutation = {
32114
33069
  __typename?: 'DiffbotEnrichmentProperties';
32115
33070
  key?: any | null;
32116
33071
  } | null;
33072
+ parallel?: {
33073
+ __typename?: 'ParallelEnrichmentProperties';
33074
+ processor?: ParallelProcessors | null;
33075
+ isSynchronous?: boolean | null;
33076
+ } | null;
32117
33077
  } | null;
32118
33078
  } | null> | null;
32119
33079
  } | null;
@@ -32322,6 +33282,8 @@ export type UpsertWorkflowMutation = {
32322
33282
  modelText?: {
32323
33283
  __typename?: 'ModelTextExtractionProperties';
32324
33284
  tokenThreshold?: number | null;
33285
+ timeBudget?: any | null;
33286
+ entityBudget?: number | null;
32325
33287
  specification?: {
32326
33288
  __typename?: 'EntityReference';
32327
33289
  id: string;
@@ -32396,6 +33358,11 @@ export type UpsertWorkflowMutation = {
32396
33358
  __typename?: 'DiffbotEnrichmentProperties';
32397
33359
  key?: any | null;
32398
33360
  } | null;
33361
+ parallel?: {
33362
+ __typename?: 'ParallelEnrichmentProperties';
33363
+ processor?: ParallelProcessors | null;
33364
+ isSynchronous?: boolean | null;
33365
+ } | null;
32399
33366
  } | null;
32400
33367
  } | null> | null;
32401
33368
  } | null;