graphlit-client 1.0.20251119003 → 1.0.20251122001

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,6 @@ export type GetAlertQuery = {
16910
17302
  id: string;
16911
17303
  name: string;
16912
17304
  creationDate: any;
16913
- relevance?: number | null;
16914
17305
  state: EntityState;
16915
17306
  correlationId?: string | null;
16916
17307
  type: AlertTypes;
@@ -17456,7 +17847,11 @@ export type GetCategoryQuery = {
17456
17847
  name: string;
17457
17848
  description?: string | null;
17458
17849
  creationDate: any;
17459
- relevance?: number | null;
17850
+ feeds?: Array<{
17851
+ __typename?: 'Feed';
17852
+ id: string;
17853
+ name: string;
17854
+ } | null> | null;
17460
17855
  } | null;
17461
17856
  };
17462
17857
  export type QueryCategoriesQueryVariables = Exact<{
@@ -17474,6 +17869,11 @@ export type QueryCategoriesQuery = {
17474
17869
  description?: string | null;
17475
17870
  creationDate: any;
17476
17871
  relevance?: number | null;
17872
+ feeds?: Array<{
17873
+ __typename?: 'Feed';
17874
+ id: string;
17875
+ name: string;
17876
+ } | null> | null;
17477
17877
  } | null> | null;
17478
17878
  } | null;
17479
17879
  };
@@ -17703,7 +18103,6 @@ export type GetConnectorQuery = {
17703
18103
  id: string;
17704
18104
  name: string;
17705
18105
  creationDate: any;
17706
- relevance?: number | null;
17707
18106
  state: EntityState;
17708
18107
  type?: ConnectorTypes | null;
17709
18108
  owner: {
@@ -22428,7 +22827,6 @@ export type GetConversationQuery = {
22428
22827
  id: string;
22429
22828
  name: string;
22430
22829
  creationDate: any;
22431
- relevance?: number | null;
22432
22830
  state: EntityState;
22433
22831
  correlationId?: string | null;
22434
22832
  type?: ConversationTypes | null;
@@ -24673,13 +25071,13 @@ export type GetEventQuery = {
24673
25071
  __typename?: 'Event';
24674
25072
  id: string;
24675
25073
  name: string;
24676
- alternateNames?: Array<string | null> | null;
24677
25074
  creationDate: any;
25075
+ state: EntityState;
25076
+ alternateNames?: Array<string | null> | null;
24678
25077
  uri?: any | null;
24679
25078
  description?: string | null;
24680
25079
  identifier?: string | null;
24681
25080
  thing?: string | null;
24682
- relevance?: number | null;
24683
25081
  startDate?: any | null;
24684
25082
  endDate?: any | null;
24685
25083
  availabilityStartDate?: any | null;
@@ -24690,6 +25088,15 @@ export type GetEventQuery = {
24690
25088
  priceCurrency?: string | null;
24691
25089
  isAccessibleForFree?: boolean | null;
24692
25090
  typicalAgeRange?: string | null;
25091
+ owner: {
25092
+ __typename?: 'Owner';
25093
+ id: string;
25094
+ };
25095
+ feeds?: Array<{
25096
+ __typename?: 'Feed';
25097
+ id: string;
25098
+ name: string;
25099
+ } | null> | null;
24693
25100
  address?: {
24694
25101
  __typename?: 'Address';
24695
25102
  streetAddress?: string | null;
@@ -24712,13 +25119,14 @@ export type QueryEventsQuery = {
24712
25119
  __typename?: 'Event';
24713
25120
  id: string;
24714
25121
  name: string;
24715
- alternateNames?: Array<string | null> | null;
24716
25122
  creationDate: any;
25123
+ relevance?: number | null;
25124
+ state: EntityState;
25125
+ alternateNames?: Array<string | null> | null;
24717
25126
  uri?: any | null;
24718
25127
  description?: string | null;
24719
25128
  identifier?: string | null;
24720
25129
  thing?: string | null;
24721
- relevance?: number | null;
24722
25130
  startDate?: any | null;
24723
25131
  endDate?: any | null;
24724
25132
  availabilityStartDate?: any | null;
@@ -24729,6 +25137,15 @@ export type QueryEventsQuery = {
24729
25137
  priceCurrency?: string | null;
24730
25138
  isAccessibleForFree?: boolean | null;
24731
25139
  typicalAgeRange?: string | null;
25140
+ owner: {
25141
+ __typename?: 'Owner';
25142
+ id: string;
25143
+ };
25144
+ feeds?: Array<{
25145
+ __typename?: 'Feed';
25146
+ id: string;
25147
+ name: string;
25148
+ } | null> | null;
24732
25149
  address?: {
24733
25150
  __typename?: 'Address';
24734
25151
  streetAddress?: string | null;
@@ -24857,7 +25274,6 @@ export type GetFeedQuery = {
24857
25274
  id: string;
24858
25275
  name: string;
24859
25276
  creationDate: any;
24860
- relevance?: number | null;
24861
25277
  state: EntityState;
24862
25278
  correlationId?: string | null;
24863
25279
  type: FeedTypes;
@@ -25089,6 +25505,23 @@ export type GetFeedQuery = {
25089
25505
  authenticationType?: AttioAuthenticationTypes | null;
25090
25506
  apiKey?: string | null;
25091
25507
  } | null;
25508
+ googleContacts?: {
25509
+ __typename?: 'GoogleContactsCRMFeedProperties';
25510
+ authenticationType?: GoogleContactsAuthenticationTypes | null;
25511
+ clientId?: string | null;
25512
+ clientSecret?: string | null;
25513
+ refreshToken?: string | null;
25514
+ authorizationId?: string | null;
25515
+ } | null;
25516
+ microsoftContacts?: {
25517
+ __typename?: 'MicrosoftContactsCRMFeedProperties';
25518
+ authenticationType?: MicrosoftContactsAuthenticationTypes | null;
25519
+ clientId?: string | null;
25520
+ clientSecret?: string | null;
25521
+ refreshToken?: string | null;
25522
+ tenantId?: string | null;
25523
+ authorizationId?: string | null;
25524
+ } | null;
25092
25525
  } | null;
25093
25526
  calendar?: {
25094
25527
  __typename?: 'CalendarFeedProperties';
@@ -25570,6 +26003,23 @@ export type QueryFeedsQuery = {
25570
26003
  authenticationType?: AttioAuthenticationTypes | null;
25571
26004
  apiKey?: string | null;
25572
26005
  } | null;
26006
+ googleContacts?: {
26007
+ __typename?: 'GoogleContactsCRMFeedProperties';
26008
+ authenticationType?: GoogleContactsAuthenticationTypes | null;
26009
+ clientId?: string | null;
26010
+ clientSecret?: string | null;
26011
+ refreshToken?: string | null;
26012
+ authorizationId?: string | null;
26013
+ } | null;
26014
+ microsoftContacts?: {
26015
+ __typename?: 'MicrosoftContactsCRMFeedProperties';
26016
+ authenticationType?: MicrosoftContactsAuthenticationTypes | null;
26017
+ clientId?: string | null;
26018
+ clientSecret?: string | null;
26019
+ refreshToken?: string | null;
26020
+ tenantId?: string | null;
26021
+ authorizationId?: string | null;
26022
+ } | null;
25573
26023
  } | null;
25574
26024
  calendar?: {
25575
26025
  __typename?: 'CalendarFeedProperties';
@@ -26016,13 +26466,22 @@ export type GetInvestmentQuery = {
26016
26466
  __typename?: 'Investment';
26017
26467
  id: string;
26018
26468
  name: string;
26019
- alternateNames?: Array<string | null> | null;
26020
26469
  creationDate: any;
26470
+ state: EntityState;
26471
+ alternateNames?: Array<string | null> | null;
26021
26472
  uri?: any | null;
26022
26473
  description?: string | null;
26023
26474
  identifier?: string | null;
26024
26475
  thing?: string | null;
26025
- relevance?: number | null;
26476
+ owner: {
26477
+ __typename?: 'Owner';
26478
+ id: string;
26479
+ };
26480
+ feeds?: Array<{
26481
+ __typename?: 'Feed';
26482
+ id: string;
26483
+ name: string;
26484
+ } | null> | null;
26026
26485
  } | null;
26027
26486
  };
26028
26487
  export type QueryInvestmentsQueryVariables = Exact<{
@@ -26037,13 +26496,23 @@ export type QueryInvestmentsQuery = {
26037
26496
  __typename?: 'Investment';
26038
26497
  id: string;
26039
26498
  name: string;
26040
- alternateNames?: Array<string | null> | null;
26041
26499
  creationDate: any;
26500
+ relevance?: number | null;
26501
+ state: EntityState;
26502
+ alternateNames?: Array<string | null> | null;
26042
26503
  uri?: any | null;
26043
26504
  description?: string | null;
26044
26505
  identifier?: string | null;
26045
26506
  thing?: string | null;
26046
- relevance?: number | null;
26507
+ owner: {
26508
+ __typename?: 'Owner';
26509
+ id: string;
26510
+ };
26511
+ feeds?: Array<{
26512
+ __typename?: 'Feed';
26513
+ id: string;
26514
+ name: string;
26515
+ } | null> | null;
26047
26516
  } | null> | null;
26048
26517
  } | null;
26049
26518
  };
@@ -26126,13 +26595,22 @@ export type GetInvestmentFundQuery = {
26126
26595
  __typename?: 'InvestmentFund';
26127
26596
  id: string;
26128
26597
  name: string;
26129
- alternateNames?: Array<string | null> | null;
26130
26598
  creationDate: any;
26599
+ state: EntityState;
26600
+ alternateNames?: Array<string | null> | null;
26131
26601
  uri?: any | null;
26132
26602
  description?: string | null;
26133
26603
  identifier?: string | null;
26134
26604
  thing?: string | null;
26135
- relevance?: number | null;
26605
+ owner: {
26606
+ __typename?: 'Owner';
26607
+ id: string;
26608
+ };
26609
+ feeds?: Array<{
26610
+ __typename?: 'Feed';
26611
+ id: string;
26612
+ name: string;
26613
+ } | null> | null;
26136
26614
  } | null;
26137
26615
  };
26138
26616
  export type QueryInvestmentFundsQueryVariables = Exact<{
@@ -26147,13 +26625,23 @@ export type QueryInvestmentFundsQuery = {
26147
26625
  __typename?: 'InvestmentFund';
26148
26626
  id: string;
26149
26627
  name: string;
26150
- alternateNames?: Array<string | null> | null;
26151
26628
  creationDate: any;
26629
+ relevance?: number | null;
26630
+ state: EntityState;
26631
+ alternateNames?: Array<string | null> | null;
26152
26632
  uri?: any | null;
26153
26633
  description?: string | null;
26154
26634
  identifier?: string | null;
26155
26635
  thing?: string | null;
26156
- relevance?: number | null;
26636
+ owner: {
26637
+ __typename?: 'Owner';
26638
+ id: string;
26639
+ };
26640
+ feeds?: Array<{
26641
+ __typename?: 'Feed';
26642
+ id: string;
26643
+ name: string;
26644
+ } | null> | null;
26157
26645
  } | null> | null;
26158
26646
  } | null;
26159
26647
  };
@@ -26238,7 +26726,11 @@ export type GetLabelQuery = {
26238
26726
  name: string;
26239
26727
  description?: string | null;
26240
26728
  creationDate: any;
26241
- relevance?: number | null;
26729
+ feeds?: Array<{
26730
+ __typename?: 'Feed';
26731
+ id: string;
26732
+ name: string;
26733
+ } | null> | null;
26242
26734
  } | null;
26243
26735
  };
26244
26736
  export type QueryLabelsQueryVariables = Exact<{
@@ -26256,6 +26748,11 @@ export type QueryLabelsQuery = {
26256
26748
  description?: string | null;
26257
26749
  creationDate: any;
26258
26750
  relevance?: number | null;
26751
+ feeds?: Array<{
26752
+ __typename?: 'Feed';
26753
+ id: string;
26754
+ name: string;
26755
+ } | null> | null;
26259
26756
  } | null> | null;
26260
26757
  } | null;
26261
26758
  };
@@ -26349,14 +26846,23 @@ export type GetMedicalConditionQuery = {
26349
26846
  __typename?: 'MedicalCondition';
26350
26847
  id: string;
26351
26848
  name: string;
26352
- alternateNames?: Array<string | null> | null;
26353
26849
  creationDate: any;
26850
+ state: EntityState;
26851
+ alternateNames?: Array<string | null> | null;
26354
26852
  uri?: any | null;
26355
26853
  description?: string | null;
26356
26854
  identifier?: string | null;
26357
26855
  thing?: string | null;
26358
- relevance?: number | null;
26359
- } | null;
26856
+ owner: {
26857
+ __typename?: 'Owner';
26858
+ id: string;
26859
+ };
26860
+ feeds?: Array<{
26861
+ __typename?: 'Feed';
26862
+ id: string;
26863
+ name: string;
26864
+ } | null> | null;
26865
+ } | null;
26360
26866
  };
26361
26867
  export type QueryMedicalConditionsQueryVariables = Exact<{
26362
26868
  filter?: InputMaybe<MedicalConditionFilter>;
@@ -26370,13 +26876,23 @@ export type QueryMedicalConditionsQuery = {
26370
26876
  __typename?: 'MedicalCondition';
26371
26877
  id: string;
26372
26878
  name: string;
26373
- alternateNames?: Array<string | null> | null;
26374
26879
  creationDate: any;
26880
+ relevance?: number | null;
26881
+ state: EntityState;
26882
+ alternateNames?: Array<string | null> | null;
26375
26883
  uri?: any | null;
26376
26884
  description?: string | null;
26377
26885
  identifier?: string | null;
26378
26886
  thing?: string | null;
26379
- relevance?: number | null;
26887
+ owner: {
26888
+ __typename?: 'Owner';
26889
+ id: string;
26890
+ };
26891
+ feeds?: Array<{
26892
+ __typename?: 'Feed';
26893
+ id: string;
26894
+ name: string;
26895
+ } | null> | null;
26380
26896
  } | null> | null;
26381
26897
  } | null;
26382
26898
  };
@@ -26459,13 +26975,22 @@ export type GetMedicalContraindicationQuery = {
26459
26975
  __typename?: 'MedicalContraindication';
26460
26976
  id: string;
26461
26977
  name: string;
26462
- alternateNames?: Array<string | null> | null;
26463
26978
  creationDate: any;
26979
+ state: EntityState;
26980
+ alternateNames?: Array<string | null> | null;
26464
26981
  uri?: any | null;
26465
26982
  description?: string | null;
26466
26983
  identifier?: string | null;
26467
26984
  thing?: string | null;
26468
- relevance?: number | null;
26985
+ owner: {
26986
+ __typename?: 'Owner';
26987
+ id: string;
26988
+ };
26989
+ feeds?: Array<{
26990
+ __typename?: 'Feed';
26991
+ id: string;
26992
+ name: string;
26993
+ } | null> | null;
26469
26994
  } | null;
26470
26995
  };
26471
26996
  export type QueryMedicalContraindicationsQueryVariables = Exact<{
@@ -26480,13 +27005,23 @@ export type QueryMedicalContraindicationsQuery = {
26480
27005
  __typename?: 'MedicalContraindication';
26481
27006
  id: string;
26482
27007
  name: string;
26483
- alternateNames?: Array<string | null> | null;
26484
27008
  creationDate: any;
27009
+ relevance?: number | null;
27010
+ state: EntityState;
27011
+ alternateNames?: Array<string | null> | null;
26485
27012
  uri?: any | null;
26486
27013
  description?: string | null;
26487
27014
  identifier?: string | null;
26488
27015
  thing?: string | null;
26489
- relevance?: number | null;
27016
+ owner: {
27017
+ __typename?: 'Owner';
27018
+ id: string;
27019
+ };
27020
+ feeds?: Array<{
27021
+ __typename?: 'Feed';
27022
+ id: string;
27023
+ name: string;
27024
+ } | null> | null;
26490
27025
  } | null> | null;
26491
27026
  } | null;
26492
27027
  };
@@ -26569,13 +27104,22 @@ export type GetMedicalDeviceQuery = {
26569
27104
  __typename?: 'MedicalDevice';
26570
27105
  id: string;
26571
27106
  name: string;
26572
- alternateNames?: Array<string | null> | null;
26573
27107
  creationDate: any;
27108
+ state: EntityState;
27109
+ alternateNames?: Array<string | null> | null;
26574
27110
  uri?: any | null;
26575
27111
  description?: string | null;
26576
27112
  identifier?: string | null;
26577
27113
  thing?: string | null;
26578
- relevance?: number | null;
27114
+ owner: {
27115
+ __typename?: 'Owner';
27116
+ id: string;
27117
+ };
27118
+ feeds?: Array<{
27119
+ __typename?: 'Feed';
27120
+ id: string;
27121
+ name: string;
27122
+ } | null> | null;
26579
27123
  } | null;
26580
27124
  };
26581
27125
  export type QueryMedicalDevicesQueryVariables = Exact<{
@@ -26590,13 +27134,23 @@ export type QueryMedicalDevicesQuery = {
26590
27134
  __typename?: 'MedicalDevice';
26591
27135
  id: string;
26592
27136
  name: string;
26593
- alternateNames?: Array<string | null> | null;
26594
27137
  creationDate: any;
27138
+ relevance?: number | null;
27139
+ state: EntityState;
27140
+ alternateNames?: Array<string | null> | null;
26595
27141
  uri?: any | null;
26596
27142
  description?: string | null;
26597
27143
  identifier?: string | null;
26598
27144
  thing?: string | null;
26599
- relevance?: number | null;
27145
+ owner: {
27146
+ __typename?: 'Owner';
27147
+ id: string;
27148
+ };
27149
+ feeds?: Array<{
27150
+ __typename?: 'Feed';
27151
+ id: string;
27152
+ name: string;
27153
+ } | null> | null;
26600
27154
  } | null> | null;
26601
27155
  } | null;
26602
27156
  };
@@ -26679,13 +27233,22 @@ export type GetMedicalDrugQuery = {
26679
27233
  __typename?: 'MedicalDrug';
26680
27234
  id: string;
26681
27235
  name: string;
26682
- alternateNames?: Array<string | null> | null;
26683
27236
  creationDate: any;
27237
+ state: EntityState;
27238
+ alternateNames?: Array<string | null> | null;
26684
27239
  uri?: any | null;
26685
27240
  description?: string | null;
26686
27241
  identifier?: string | null;
26687
27242
  thing?: string | null;
26688
- relevance?: number | null;
27243
+ owner: {
27244
+ __typename?: 'Owner';
27245
+ id: string;
27246
+ };
27247
+ feeds?: Array<{
27248
+ __typename?: 'Feed';
27249
+ id: string;
27250
+ name: string;
27251
+ } | null> | null;
26689
27252
  } | null;
26690
27253
  };
26691
27254
  export type QueryMedicalDrugsQueryVariables = Exact<{
@@ -26700,13 +27263,23 @@ export type QueryMedicalDrugsQuery = {
26700
27263
  __typename?: 'MedicalDrug';
26701
27264
  id: string;
26702
27265
  name: string;
26703
- alternateNames?: Array<string | null> | null;
26704
27266
  creationDate: any;
27267
+ relevance?: number | null;
27268
+ state: EntityState;
27269
+ alternateNames?: Array<string | null> | null;
26705
27270
  uri?: any | null;
26706
27271
  description?: string | null;
26707
27272
  identifier?: string | null;
26708
27273
  thing?: string | null;
26709
- relevance?: number | null;
27274
+ owner: {
27275
+ __typename?: 'Owner';
27276
+ id: string;
27277
+ };
27278
+ feeds?: Array<{
27279
+ __typename?: 'Feed';
27280
+ id: string;
27281
+ name: string;
27282
+ } | null> | null;
26710
27283
  } | null> | null;
26711
27284
  } | null;
26712
27285
  };
@@ -26789,13 +27362,22 @@ export type GetMedicalDrugClassQuery = {
26789
27362
  __typename?: 'MedicalDrugClass';
26790
27363
  id: string;
26791
27364
  name: string;
26792
- alternateNames?: Array<string | null> | null;
26793
27365
  creationDate: any;
27366
+ state: EntityState;
27367
+ alternateNames?: Array<string | null> | null;
26794
27368
  uri?: any | null;
26795
27369
  description?: string | null;
26796
27370
  identifier?: string | null;
26797
27371
  thing?: string | null;
26798
- relevance?: number | null;
27372
+ owner: {
27373
+ __typename?: 'Owner';
27374
+ id: string;
27375
+ };
27376
+ feeds?: Array<{
27377
+ __typename?: 'Feed';
27378
+ id: string;
27379
+ name: string;
27380
+ } | null> | null;
26799
27381
  } | null;
26800
27382
  };
26801
27383
  export type QueryMedicalDrugClassesQueryVariables = Exact<{
@@ -26810,13 +27392,23 @@ export type QueryMedicalDrugClassesQuery = {
26810
27392
  __typename?: 'MedicalDrugClass';
26811
27393
  id: string;
26812
27394
  name: string;
26813
- alternateNames?: Array<string | null> | null;
26814
27395
  creationDate: any;
27396
+ relevance?: number | null;
27397
+ state: EntityState;
27398
+ alternateNames?: Array<string | null> | null;
26815
27399
  uri?: any | null;
26816
27400
  description?: string | null;
26817
27401
  identifier?: string | null;
26818
27402
  thing?: string | null;
26819
- relevance?: number | null;
27403
+ owner: {
27404
+ __typename?: 'Owner';
27405
+ id: string;
27406
+ };
27407
+ feeds?: Array<{
27408
+ __typename?: 'Feed';
27409
+ id: string;
27410
+ name: string;
27411
+ } | null> | null;
26820
27412
  } | null> | null;
26821
27413
  } | null;
26822
27414
  };
@@ -26899,13 +27491,22 @@ export type GetMedicalGuidelineQuery = {
26899
27491
  __typename?: 'MedicalGuideline';
26900
27492
  id: string;
26901
27493
  name: string;
26902
- alternateNames?: Array<string | null> | null;
26903
27494
  creationDate: any;
27495
+ state: EntityState;
27496
+ alternateNames?: Array<string | null> | null;
26904
27497
  uri?: any | null;
26905
27498
  description?: string | null;
26906
27499
  identifier?: string | null;
26907
27500
  thing?: string | null;
26908
- relevance?: number | null;
27501
+ owner: {
27502
+ __typename?: 'Owner';
27503
+ id: string;
27504
+ };
27505
+ feeds?: Array<{
27506
+ __typename?: 'Feed';
27507
+ id: string;
27508
+ name: string;
27509
+ } | null> | null;
26909
27510
  } | null;
26910
27511
  };
26911
27512
  export type QueryMedicalGuidelinesQueryVariables = Exact<{
@@ -26920,13 +27521,23 @@ export type QueryMedicalGuidelinesQuery = {
26920
27521
  __typename?: 'MedicalGuideline';
26921
27522
  id: string;
26922
27523
  name: string;
26923
- alternateNames?: Array<string | null> | null;
26924
27524
  creationDate: any;
27525
+ relevance?: number | null;
27526
+ state: EntityState;
27527
+ alternateNames?: Array<string | null> | null;
26925
27528
  uri?: any | null;
26926
27529
  description?: string | null;
26927
27530
  identifier?: string | null;
26928
27531
  thing?: string | null;
26929
- 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;
26930
27541
  } | null> | null;
26931
27542
  } | null;
26932
27543
  };
@@ -27009,13 +27620,22 @@ export type GetMedicalIndicationQuery = {
27009
27620
  __typename?: 'MedicalIndication';
27010
27621
  id: string;
27011
27622
  name: string;
27012
- alternateNames?: Array<string | null> | null;
27013
27623
  creationDate: any;
27624
+ state: EntityState;
27625
+ alternateNames?: Array<string | null> | null;
27014
27626
  uri?: any | null;
27015
27627
  description?: string | null;
27016
27628
  identifier?: string | null;
27017
27629
  thing?: string | null;
27018
- relevance?: number | null;
27630
+ owner: {
27631
+ __typename?: 'Owner';
27632
+ id: string;
27633
+ };
27634
+ feeds?: Array<{
27635
+ __typename?: 'Feed';
27636
+ id: string;
27637
+ name: string;
27638
+ } | null> | null;
27019
27639
  } | null;
27020
27640
  };
27021
27641
  export type QueryMedicalIndicationsQueryVariables = Exact<{
@@ -27030,13 +27650,23 @@ export type QueryMedicalIndicationsQuery = {
27030
27650
  __typename?: 'MedicalIndication';
27031
27651
  id: string;
27032
27652
  name: string;
27033
- alternateNames?: Array<string | null> | null;
27034
27653
  creationDate: any;
27654
+ relevance?: number | null;
27655
+ state: EntityState;
27656
+ alternateNames?: Array<string | null> | null;
27035
27657
  uri?: any | null;
27036
27658
  description?: string | null;
27037
27659
  identifier?: string | null;
27038
27660
  thing?: string | null;
27039
- relevance?: number | null;
27661
+ owner: {
27662
+ __typename?: 'Owner';
27663
+ id: string;
27664
+ };
27665
+ feeds?: Array<{
27666
+ __typename?: 'Feed';
27667
+ id: string;
27668
+ name: string;
27669
+ } | null> | null;
27040
27670
  } | null> | null;
27041
27671
  } | null;
27042
27672
  };
@@ -27119,13 +27749,22 @@ export type GetMedicalProcedureQuery = {
27119
27749
  __typename?: 'MedicalProcedure';
27120
27750
  id: string;
27121
27751
  name: string;
27122
- alternateNames?: Array<string | null> | null;
27123
27752
  creationDate: any;
27753
+ state: EntityState;
27754
+ alternateNames?: Array<string | null> | null;
27124
27755
  uri?: any | null;
27125
27756
  description?: string | null;
27126
27757
  identifier?: string | null;
27127
27758
  thing?: string | null;
27128
- relevance?: number | null;
27759
+ owner: {
27760
+ __typename?: 'Owner';
27761
+ id: string;
27762
+ };
27763
+ feeds?: Array<{
27764
+ __typename?: 'Feed';
27765
+ id: string;
27766
+ name: string;
27767
+ } | null> | null;
27129
27768
  } | null;
27130
27769
  };
27131
27770
  export type QueryMedicalProceduresQueryVariables = Exact<{
@@ -27140,13 +27779,23 @@ export type QueryMedicalProceduresQuery = {
27140
27779
  __typename?: 'MedicalProcedure';
27141
27780
  id: string;
27142
27781
  name: string;
27143
- alternateNames?: Array<string | null> | null;
27144
27782
  creationDate: any;
27783
+ relevance?: number | null;
27784
+ state: EntityState;
27785
+ alternateNames?: Array<string | null> | null;
27145
27786
  uri?: any | null;
27146
27787
  description?: string | null;
27147
27788
  identifier?: string | null;
27148
27789
  thing?: string | null;
27149
- relevance?: number | null;
27790
+ owner: {
27791
+ __typename?: 'Owner';
27792
+ id: string;
27793
+ };
27794
+ feeds?: Array<{
27795
+ __typename?: 'Feed';
27796
+ id: string;
27797
+ name: string;
27798
+ } | null> | null;
27150
27799
  } | null> | null;
27151
27800
  } | null;
27152
27801
  };
@@ -27229,13 +27878,22 @@ export type GetMedicalStudyQuery = {
27229
27878
  __typename?: 'MedicalStudy';
27230
27879
  id: string;
27231
27880
  name: string;
27232
- alternateNames?: Array<string | null> | null;
27233
27881
  creationDate: any;
27882
+ state: EntityState;
27883
+ alternateNames?: Array<string | null> | null;
27234
27884
  uri?: any | null;
27235
27885
  description?: string | null;
27236
27886
  identifier?: string | null;
27237
27887
  thing?: string | null;
27238
- relevance?: number | null;
27888
+ owner: {
27889
+ __typename?: 'Owner';
27890
+ id: string;
27891
+ };
27892
+ feeds?: Array<{
27893
+ __typename?: 'Feed';
27894
+ id: string;
27895
+ name: string;
27896
+ } | null> | null;
27239
27897
  address?: {
27240
27898
  __typename?: 'Address';
27241
27899
  streetAddress?: string | null;
@@ -27258,13 +27916,23 @@ export type QueryMedicalStudiesQuery = {
27258
27916
  __typename?: 'MedicalStudy';
27259
27917
  id: string;
27260
27918
  name: string;
27261
- alternateNames?: Array<string | null> | null;
27262
27919
  creationDate: any;
27920
+ relevance?: number | null;
27921
+ state: EntityState;
27922
+ alternateNames?: Array<string | null> | null;
27263
27923
  uri?: any | null;
27264
27924
  description?: string | null;
27265
27925
  identifier?: string | null;
27266
27926
  thing?: string | null;
27267
- relevance?: number | null;
27927
+ owner: {
27928
+ __typename?: 'Owner';
27929
+ id: string;
27930
+ };
27931
+ feeds?: Array<{
27932
+ __typename?: 'Feed';
27933
+ id: string;
27934
+ name: string;
27935
+ } | null> | null;
27268
27936
  address?: {
27269
27937
  __typename?: 'Address';
27270
27938
  streetAddress?: string | null;
@@ -27355,13 +28023,22 @@ export type GetMedicalTestQuery = {
27355
28023
  __typename?: 'MedicalTest';
27356
28024
  id: string;
27357
28025
  name: string;
27358
- alternateNames?: Array<string | null> | null;
27359
28026
  creationDate: any;
28027
+ state: EntityState;
28028
+ alternateNames?: Array<string | null> | null;
27360
28029
  uri?: any | null;
27361
28030
  description?: string | null;
27362
28031
  identifier?: string | null;
27363
28032
  thing?: string | null;
27364
- relevance?: number | null;
28033
+ owner: {
28034
+ __typename?: 'Owner';
28035
+ id: string;
28036
+ };
28037
+ feeds?: Array<{
28038
+ __typename?: 'Feed';
28039
+ id: string;
28040
+ name: string;
28041
+ } | null> | null;
27365
28042
  } | null;
27366
28043
  };
27367
28044
  export type QueryMedicalTestsQueryVariables = Exact<{
@@ -27376,13 +28053,23 @@ export type QueryMedicalTestsQuery = {
27376
28053
  __typename?: 'MedicalTest';
27377
28054
  id: string;
27378
28055
  name: string;
27379
- alternateNames?: Array<string | null> | null;
27380
28056
  creationDate: any;
28057
+ relevance?: number | null;
28058
+ state: EntityState;
28059
+ alternateNames?: Array<string | null> | null;
27381
28060
  uri?: any | null;
27382
28061
  description?: string | null;
27383
28062
  identifier?: string | null;
27384
28063
  thing?: string | null;
27385
- relevance?: number | null;
28064
+ owner: {
28065
+ __typename?: 'Owner';
28066
+ id: string;
28067
+ };
28068
+ feeds?: Array<{
28069
+ __typename?: 'Feed';
28070
+ id: string;
28071
+ name: string;
28072
+ } | null> | null;
27386
28073
  } | null> | null;
27387
28074
  } | null;
27388
28075
  };
@@ -27465,13 +28152,22 @@ export type GetMedicalTherapyQuery = {
27465
28152
  __typename?: 'MedicalTherapy';
27466
28153
  id: string;
27467
28154
  name: string;
27468
- alternateNames?: Array<string | null> | null;
27469
28155
  creationDate: any;
28156
+ state: EntityState;
28157
+ alternateNames?: Array<string | null> | null;
27470
28158
  uri?: any | null;
27471
28159
  description?: string | null;
27472
28160
  identifier?: string | null;
27473
28161
  thing?: string | null;
27474
- relevance?: number | null;
28162
+ owner: {
28163
+ __typename?: 'Owner';
28164
+ id: string;
28165
+ };
28166
+ feeds?: Array<{
28167
+ __typename?: 'Feed';
28168
+ id: string;
28169
+ name: string;
28170
+ } | null> | null;
27475
28171
  } | null;
27476
28172
  };
27477
28173
  export type QueryMedicalTherapiesQueryVariables = Exact<{
@@ -27486,13 +28182,23 @@ export type QueryMedicalTherapiesQuery = {
27486
28182
  __typename?: 'MedicalTherapy';
27487
28183
  id: string;
27488
28184
  name: string;
27489
- alternateNames?: Array<string | null> | null;
27490
28185
  creationDate: any;
28186
+ relevance?: number | null;
28187
+ state: EntityState;
28188
+ alternateNames?: Array<string | null> | null;
27491
28189
  uri?: any | null;
27492
28190
  description?: string | null;
27493
28191
  identifier?: string | null;
27494
28192
  thing?: string | null;
27495
- relevance?: number | null;
28193
+ owner: {
28194
+ __typename?: 'Owner';
28195
+ id: string;
28196
+ };
28197
+ feeds?: Array<{
28198
+ __typename?: 'Feed';
28199
+ id: string;
28200
+ name: string;
28201
+ } | null> | null;
27496
28202
  } | null> | null;
27497
28203
  } | null;
27498
28204
  };
@@ -27610,6 +28316,19 @@ export type DeleteOrganizationsMutation = {
27610
28316
  state: EntityState;
27611
28317
  } | null> | null;
27612
28318
  };
28319
+ export type EnrichOrganizationsMutationVariables = Exact<{
28320
+ filter?: InputMaybe<OrganizationFilter>;
28321
+ connector: EntityEnrichmentConnectorInput;
28322
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28323
+ }>;
28324
+ export type EnrichOrganizationsMutation = {
28325
+ __typename?: 'Mutation';
28326
+ enrichOrganizations?: Array<{
28327
+ __typename?: 'Organization';
28328
+ id: string;
28329
+ name: string;
28330
+ } | null> | null;
28331
+ };
27613
28332
  export type GetOrganizationQueryVariables = Exact<{
27614
28333
  id: Scalars['ID']['input'];
27615
28334
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27620,19 +28339,28 @@ export type GetOrganizationQuery = {
27620
28339
  __typename?: 'Organization';
27621
28340
  id: string;
27622
28341
  name: string;
27623
- alternateNames?: Array<string | null> | null;
27624
28342
  creationDate: any;
28343
+ state: EntityState;
28344
+ alternateNames?: Array<string | null> | null;
27625
28345
  uri?: any | null;
27626
28346
  description?: string | null;
27627
28347
  identifier?: string | null;
27628
28348
  thing?: string | null;
27629
- relevance?: number | null;
27630
28349
  foundingDate?: any | null;
27631
28350
  industries?: Array<string | null> | null;
27632
28351
  revenue?: any | null;
27633
28352
  revenueCurrency?: string | null;
27634
28353
  investment?: any | null;
27635
28354
  investmentCurrency?: string | null;
28355
+ owner: {
28356
+ __typename?: 'Owner';
28357
+ id: string;
28358
+ };
28359
+ feeds?: Array<{
28360
+ __typename?: 'Feed';
28361
+ id: string;
28362
+ name: string;
28363
+ } | null> | null;
27636
28364
  address?: {
27637
28365
  __typename?: 'Address';
27638
28366
  streetAddress?: string | null;
@@ -27655,19 +28383,29 @@ export type QueryOrganizationsQuery = {
27655
28383
  __typename?: 'Organization';
27656
28384
  id: string;
27657
28385
  name: string;
27658
- alternateNames?: Array<string | null> | null;
27659
28386
  creationDate: any;
28387
+ relevance?: number | null;
28388
+ state: EntityState;
28389
+ alternateNames?: Array<string | null> | null;
27660
28390
  uri?: any | null;
27661
28391
  description?: string | null;
27662
28392
  identifier?: string | null;
27663
28393
  thing?: string | null;
27664
- relevance?: number | null;
27665
28394
  foundingDate?: any | null;
27666
28395
  industries?: Array<string | null> | null;
27667
28396
  revenue?: any | null;
27668
28397
  revenueCurrency?: string | null;
27669
28398
  investment?: any | null;
27670
28399
  investmentCurrency?: string | null;
28400
+ owner: {
28401
+ __typename?: 'Owner';
28402
+ id: string;
28403
+ };
28404
+ feeds?: Array<{
28405
+ __typename?: 'Feed';
28406
+ id: string;
28407
+ name: string;
28408
+ } | null> | null;
27671
28409
  address?: {
27672
28410
  __typename?: 'Address';
27673
28411
  streetAddress?: string | null;
@@ -27748,6 +28486,19 @@ export type DeletePersonsMutation = {
27748
28486
  state: EntityState;
27749
28487
  } | null> | null;
27750
28488
  };
28489
+ export type EnrichPersonsMutationVariables = Exact<{
28490
+ filter?: InputMaybe<PersonFilter>;
28491
+ connector: EntityEnrichmentConnectorInput;
28492
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28493
+ }>;
28494
+ export type EnrichPersonsMutation = {
28495
+ __typename?: 'Mutation';
28496
+ enrichPersons?: Array<{
28497
+ __typename?: 'Person';
28498
+ id: string;
28499
+ name: string;
28500
+ } | null> | null;
28501
+ };
27751
28502
  export type GetPersonQueryVariables = Exact<{
27752
28503
  id: Scalars['ID']['input'];
27753
28504
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27758,13 +28509,13 @@ export type GetPersonQuery = {
27758
28509
  __typename?: 'Person';
27759
28510
  id: string;
27760
28511
  name: string;
27761
- alternateNames?: Array<string | null> | null;
27762
28512
  creationDate: any;
28513
+ state: EntityState;
28514
+ alternateNames?: Array<string | null> | null;
27763
28515
  uri?: any | null;
27764
28516
  description?: string | null;
27765
28517
  identifier?: string | null;
27766
28518
  thing?: string | null;
27767
- relevance?: number | null;
27768
28519
  email?: string | null;
27769
28520
  givenName?: string | null;
27770
28521
  familyName?: string | null;
@@ -27773,6 +28524,15 @@ export type GetPersonQuery = {
27773
28524
  title?: string | null;
27774
28525
  occupation?: string | null;
27775
28526
  education?: string | null;
28527
+ owner: {
28528
+ __typename?: 'Owner';
28529
+ id: string;
28530
+ };
28531
+ feeds?: Array<{
28532
+ __typename?: 'Feed';
28533
+ id: string;
28534
+ name: string;
28535
+ } | null> | null;
27776
28536
  address?: {
27777
28537
  __typename?: 'Address';
27778
28538
  streetAddress?: string | null;
@@ -27795,13 +28555,14 @@ export type QueryPersonsQuery = {
27795
28555
  __typename?: 'Person';
27796
28556
  id: string;
27797
28557
  name: string;
27798
- alternateNames?: Array<string | null> | null;
27799
28558
  creationDate: any;
28559
+ relevance?: number | null;
28560
+ state: EntityState;
28561
+ alternateNames?: Array<string | null> | null;
27800
28562
  uri?: any | null;
27801
28563
  description?: string | null;
27802
28564
  identifier?: string | null;
27803
28565
  thing?: string | null;
27804
- relevance?: number | null;
27805
28566
  email?: string | null;
27806
28567
  givenName?: string | null;
27807
28568
  familyName?: string | null;
@@ -27810,6 +28571,15 @@ export type QueryPersonsQuery = {
27810
28571
  title?: string | null;
27811
28572
  occupation?: string | null;
27812
28573
  education?: string | null;
28574
+ owner: {
28575
+ __typename?: 'Owner';
28576
+ id: string;
28577
+ };
28578
+ feeds?: Array<{
28579
+ __typename?: 'Feed';
28580
+ id: string;
28581
+ name: string;
28582
+ } | null> | null;
27813
28583
  address?: {
27814
28584
  __typename?: 'Address';
27815
28585
  streetAddress?: string | null;
@@ -27890,6 +28660,19 @@ export type DeletePlacesMutation = {
27890
28660
  state: EntityState;
27891
28661
  } | null> | null;
27892
28662
  };
28663
+ export type EnrichPlacesMutationVariables = Exact<{
28664
+ filter?: InputMaybe<PlaceFilter>;
28665
+ connector: EntityEnrichmentConnectorInput;
28666
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28667
+ }>;
28668
+ export type EnrichPlacesMutation = {
28669
+ __typename?: 'Mutation';
28670
+ enrichPlaces?: Array<{
28671
+ __typename?: 'Place';
28672
+ id: string;
28673
+ name: string;
28674
+ } | null> | null;
28675
+ };
27893
28676
  export type GetPlaceQueryVariables = Exact<{
27894
28677
  id: Scalars['ID']['input'];
27895
28678
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -27900,13 +28683,22 @@ export type GetPlaceQuery = {
27900
28683
  __typename?: 'Place';
27901
28684
  id: string;
27902
28685
  name: string;
27903
- alternateNames?: Array<string | null> | null;
27904
28686
  creationDate: any;
28687
+ state: EntityState;
28688
+ alternateNames?: Array<string | null> | null;
27905
28689
  uri?: any | null;
27906
28690
  description?: string | null;
27907
28691
  identifier?: string | null;
27908
28692
  thing?: string | null;
27909
- relevance?: number | null;
28693
+ owner: {
28694
+ __typename?: 'Owner';
28695
+ id: string;
28696
+ };
28697
+ feeds?: Array<{
28698
+ __typename?: 'Feed';
28699
+ id: string;
28700
+ name: string;
28701
+ } | null> | null;
27910
28702
  address?: {
27911
28703
  __typename?: 'Address';
27912
28704
  streetAddress?: string | null;
@@ -27929,13 +28721,23 @@ export type QueryPlacesQuery = {
27929
28721
  __typename?: 'Place';
27930
28722
  id: string;
27931
28723
  name: string;
27932
- alternateNames?: Array<string | null> | null;
27933
28724
  creationDate: any;
28725
+ relevance?: number | null;
28726
+ state: EntityState;
28727
+ alternateNames?: Array<string | null> | null;
27934
28728
  uri?: any | null;
27935
28729
  description?: string | null;
27936
28730
  identifier?: string | null;
27937
28731
  thing?: string | null;
27938
- relevance?: number | null;
28732
+ owner: {
28733
+ __typename?: 'Owner';
28734
+ id: string;
28735
+ };
28736
+ feeds?: Array<{
28737
+ __typename?: 'Feed';
28738
+ id: string;
28739
+ name: string;
28740
+ } | null> | null;
27939
28741
  address?: {
27940
28742
  __typename?: 'Address';
27941
28743
  streetAddress?: string | null;
@@ -28016,6 +28818,19 @@ export type DeleteProductsMutation = {
28016
28818
  state: EntityState;
28017
28819
  } | null> | null;
28018
28820
  };
28821
+ export type EnrichProductsMutationVariables = Exact<{
28822
+ filter?: InputMaybe<ProductFilter>;
28823
+ connector: EntityEnrichmentConnectorInput;
28824
+ correlationId?: InputMaybe<Scalars['String']['input']>;
28825
+ }>;
28826
+ export type EnrichProductsMutation = {
28827
+ __typename?: 'Mutation';
28828
+ enrichProducts?: Array<{
28829
+ __typename?: 'Product';
28830
+ id: string;
28831
+ name: string;
28832
+ } | null> | null;
28833
+ };
28019
28834
  export type GetProductQueryVariables = Exact<{
28020
28835
  id: Scalars['ID']['input'];
28021
28836
  correlationId?: InputMaybe<Scalars['String']['input']>;
@@ -28026,13 +28841,13 @@ export type GetProductQuery = {
28026
28841
  __typename?: 'Product';
28027
28842
  id: string;
28028
28843
  name: string;
28029
- alternateNames?: Array<string | null> | null;
28030
28844
  creationDate: any;
28845
+ state: EntityState;
28846
+ alternateNames?: Array<string | null> | null;
28031
28847
  uri?: any | null;
28032
28848
  description?: string | null;
28033
28849
  identifier?: string | null;
28034
28850
  thing?: string | null;
28035
- relevance?: number | null;
28036
28851
  manufacturer?: string | null;
28037
28852
  model?: string | null;
28038
28853
  brand?: string | null;
@@ -28040,6 +28855,15 @@ export type GetProductQuery = {
28040
28855
  sku?: string | null;
28041
28856
  releaseDate?: any | null;
28042
28857
  productionDate?: any | null;
28858
+ owner: {
28859
+ __typename?: 'Owner';
28860
+ id: string;
28861
+ };
28862
+ feeds?: Array<{
28863
+ __typename?: 'Feed';
28864
+ id: string;
28865
+ name: string;
28866
+ } | null> | null;
28043
28867
  address?: {
28044
28868
  __typename?: 'Address';
28045
28869
  streetAddress?: string | null;
@@ -28062,13 +28886,14 @@ export type QueryProductsQuery = {
28062
28886
  __typename?: 'Product';
28063
28887
  id: string;
28064
28888
  name: string;
28065
- alternateNames?: Array<string | null> | null;
28066
28889
  creationDate: any;
28890
+ relevance?: number | null;
28891
+ state: EntityState;
28892
+ alternateNames?: Array<string | null> | null;
28067
28893
  uri?: any | null;
28068
28894
  description?: string | null;
28069
28895
  identifier?: string | null;
28070
28896
  thing?: string | null;
28071
- relevance?: number | null;
28072
28897
  manufacturer?: string | null;
28073
28898
  model?: string | null;
28074
28899
  brand?: string | null;
@@ -28076,6 +28901,15 @@ export type QueryProductsQuery = {
28076
28901
  sku?: string | null;
28077
28902
  releaseDate?: any | null;
28078
28903
  productionDate?: any | null;
28904
+ owner: {
28905
+ __typename?: 'Owner';
28906
+ id: string;
28907
+ };
28908
+ feeds?: Array<{
28909
+ __typename?: 'Feed';
28910
+ id: string;
28911
+ name: string;
28912
+ } | null> | null;
28079
28913
  address?: {
28080
28914
  __typename?: 'Address';
28081
28915
  streetAddress?: string | null;
@@ -28393,13 +29227,22 @@ export type GetRepoQuery = {
28393
29227
  __typename?: 'Repo';
28394
29228
  id: string;
28395
29229
  name: string;
28396
- alternateNames?: Array<string | null> | null;
28397
29230
  creationDate: any;
29231
+ state: EntityState;
29232
+ alternateNames?: Array<string | null> | null;
28398
29233
  uri?: any | null;
28399
29234
  description?: string | null;
28400
29235
  identifier?: string | null;
28401
29236
  thing?: string | null;
28402
- relevance?: number | null;
29237
+ owner: {
29238
+ __typename?: 'Owner';
29239
+ id: string;
29240
+ };
29241
+ feeds?: Array<{
29242
+ __typename?: 'Feed';
29243
+ id: string;
29244
+ name: string;
29245
+ } | null> | null;
28403
29246
  } | null;
28404
29247
  };
28405
29248
  export type QueryReposQueryVariables = Exact<{
@@ -28414,13 +29257,23 @@ export type QueryReposQuery = {
28414
29257
  __typename?: 'Repo';
28415
29258
  id: string;
28416
29259
  name: string;
28417
- alternateNames?: Array<string | null> | null;
28418
29260
  creationDate: any;
29261
+ relevance?: number | null;
29262
+ state: EntityState;
29263
+ alternateNames?: Array<string | null> | null;
28419
29264
  uri?: any | null;
28420
29265
  description?: string | null;
28421
29266
  identifier?: string | null;
28422
29267
  thing?: string | null;
28423
- relevance?: number | null;
29268
+ owner: {
29269
+ __typename?: 'Owner';
29270
+ id: string;
29271
+ };
29272
+ feeds?: Array<{
29273
+ __typename?: 'Feed';
29274
+ id: string;
29275
+ name: string;
29276
+ } | null> | null;
28424
29277
  } | null> | null;
28425
29278
  } | null;
28426
29279
  };
@@ -28535,15 +29388,24 @@ export type GetSoftwareQuery = {
28535
29388
  __typename?: 'Software';
28536
29389
  id: string;
28537
29390
  name: string;
28538
- alternateNames?: Array<string | null> | null;
28539
29391
  creationDate: any;
29392
+ state: EntityState;
29393
+ alternateNames?: Array<string | null> | null;
28540
29394
  uri?: any | null;
28541
29395
  description?: string | null;
28542
29396
  identifier?: string | null;
28543
29397
  thing?: string | null;
28544
- relevance?: number | null;
28545
29398
  releaseDate?: any | null;
28546
29399
  developer?: string | null;
29400
+ owner: {
29401
+ __typename?: 'Owner';
29402
+ id: string;
29403
+ };
29404
+ feeds?: Array<{
29405
+ __typename?: 'Feed';
29406
+ id: string;
29407
+ name: string;
29408
+ } | null> | null;
28547
29409
  } | null;
28548
29410
  };
28549
29411
  export type QuerySoftwaresQueryVariables = Exact<{
@@ -28558,15 +29420,25 @@ export type QuerySoftwaresQuery = {
28558
29420
  __typename?: 'Software';
28559
29421
  id: string;
28560
29422
  name: string;
28561
- alternateNames?: Array<string | null> | null;
28562
29423
  creationDate: any;
29424
+ relevance?: number | null;
29425
+ state: EntityState;
29426
+ alternateNames?: Array<string | null> | null;
28563
29427
  uri?: any | null;
28564
29428
  description?: string | null;
28565
29429
  identifier?: string | null;
28566
29430
  thing?: string | null;
28567
- relevance?: number | null;
28568
29431
  releaseDate?: any | null;
28569
29432
  developer?: string | null;
29433
+ owner: {
29434
+ __typename?: 'Owner';
29435
+ id: string;
29436
+ };
29437
+ feeds?: Array<{
29438
+ __typename?: 'Feed';
29439
+ id: string;
29440
+ name: string;
29441
+ } | null> | null;
28570
29442
  } | null> | null;
28571
29443
  } | null;
28572
29444
  };
@@ -28653,7 +29525,6 @@ export type GetSpecificationQuery = {
28653
29525
  id: string;
28654
29526
  name: string;
28655
29527
  creationDate: any;
28656
- relevance?: number | null;
28657
29528
  state: EntityState;
28658
29529
  type?: SpecificationTypes | null;
28659
29530
  serviceType?: ModelServiceTypes | null;
@@ -29964,7 +30835,6 @@ export type GetViewQuery = {
29964
30835
  id: string;
29965
30836
  name: string;
29966
30837
  creationDate: any;
29967
- relevance?: number | null;
29968
30838
  state: EntityState;
29969
30839
  type?: ViewTypes | null;
29970
30840
  owner: {
@@ -31141,6 +32011,8 @@ export type CreateWorkflowMutation = {
31141
32011
  modelText?: {
31142
32012
  __typename?: 'ModelTextExtractionProperties';
31143
32013
  tokenThreshold?: number | null;
32014
+ timeBudget?: any | null;
32015
+ entityBudget?: number | null;
31144
32016
  specification?: {
31145
32017
  __typename?: 'EntityReference';
31146
32018
  id: string;
@@ -31215,6 +32087,11 @@ export type CreateWorkflowMutation = {
31215
32087
  __typename?: 'DiffbotEnrichmentProperties';
31216
32088
  key?: any | null;
31217
32089
  } | null;
32090
+ parallel?: {
32091
+ __typename?: 'ParallelEnrichmentProperties';
32092
+ processor?: ParallelProcessors | null;
32093
+ isSynchronous?: boolean | null;
32094
+ } | null;
31218
32095
  } | null;
31219
32096
  } | null> | null;
31220
32097
  } | null;
@@ -31309,7 +32186,6 @@ export type GetWorkflowQuery = {
31309
32186
  id: string;
31310
32187
  name: string;
31311
32188
  creationDate: any;
31312
- relevance?: number | null;
31313
32189
  state: EntityState;
31314
32190
  owner: {
31315
32191
  __typename?: 'Owner';
@@ -31466,6 +32342,8 @@ export type GetWorkflowQuery = {
31466
32342
  modelText?: {
31467
32343
  __typename?: 'ModelTextExtractionProperties';
31468
32344
  tokenThreshold?: number | null;
32345
+ timeBudget?: any | null;
32346
+ entityBudget?: number | null;
31469
32347
  specification?: {
31470
32348
  __typename?: 'EntityReference';
31471
32349
  id: string;
@@ -31540,6 +32418,11 @@ export type GetWorkflowQuery = {
31540
32418
  __typename?: 'DiffbotEnrichmentProperties';
31541
32419
  key?: any | null;
31542
32420
  } | null;
32421
+ parallel?: {
32422
+ __typename?: 'ParallelEnrichmentProperties';
32423
+ processor?: ParallelProcessors | null;
32424
+ isSynchronous?: boolean | null;
32425
+ } | null;
31543
32426
  } | null;
31544
32427
  } | null> | null;
31545
32428
  } | null;
@@ -31757,6 +32640,8 @@ export type QueryWorkflowsQuery = {
31757
32640
  modelText?: {
31758
32641
  __typename?: 'ModelTextExtractionProperties';
31759
32642
  tokenThreshold?: number | null;
32643
+ timeBudget?: any | null;
32644
+ entityBudget?: number | null;
31760
32645
  specification?: {
31761
32646
  __typename?: 'EntityReference';
31762
32647
  id: string;
@@ -31831,6 +32716,11 @@ export type QueryWorkflowsQuery = {
31831
32716
  __typename?: 'DiffbotEnrichmentProperties';
31832
32717
  key?: any | null;
31833
32718
  } | null;
32719
+ parallel?: {
32720
+ __typename?: 'ParallelEnrichmentProperties';
32721
+ processor?: ParallelProcessors | null;
32722
+ isSynchronous?: boolean | null;
32723
+ } | null;
31834
32724
  } | null;
31835
32725
  } | null> | null;
31836
32726
  } | null;
@@ -32040,6 +32930,8 @@ export type UpdateWorkflowMutation = {
32040
32930
  modelText?: {
32041
32931
  __typename?: 'ModelTextExtractionProperties';
32042
32932
  tokenThreshold?: number | null;
32933
+ timeBudget?: any | null;
32934
+ entityBudget?: number | null;
32043
32935
  specification?: {
32044
32936
  __typename?: 'EntityReference';
32045
32937
  id: string;
@@ -32114,6 +33006,11 @@ export type UpdateWorkflowMutation = {
32114
33006
  __typename?: 'DiffbotEnrichmentProperties';
32115
33007
  key?: any | null;
32116
33008
  } | null;
33009
+ parallel?: {
33010
+ __typename?: 'ParallelEnrichmentProperties';
33011
+ processor?: ParallelProcessors | null;
33012
+ isSynchronous?: boolean | null;
33013
+ } | null;
32117
33014
  } | null;
32118
33015
  } | null> | null;
32119
33016
  } | null;
@@ -32322,6 +33219,8 @@ export type UpsertWorkflowMutation = {
32322
33219
  modelText?: {
32323
33220
  __typename?: 'ModelTextExtractionProperties';
32324
33221
  tokenThreshold?: number | null;
33222
+ timeBudget?: any | null;
33223
+ entityBudget?: number | null;
32325
33224
  specification?: {
32326
33225
  __typename?: 'EntityReference';
32327
33226
  id: string;
@@ -32396,6 +33295,11 @@ export type UpsertWorkflowMutation = {
32396
33295
  __typename?: 'DiffbotEnrichmentProperties';
32397
33296
  key?: any | null;
32398
33297
  } | null;
33298
+ parallel?: {
33299
+ __typename?: 'ParallelEnrichmentProperties';
33300
+ processor?: ParallelProcessors | null;
33301
+ isSynchronous?: boolean | null;
33302
+ } | null;
32399
33303
  } | null;
32400
33304
  } | null> | null;
32401
33305
  } | null;