@semantha/sdk 10.1.0 → 10.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.mts CHANGED
@@ -340,71 +340,6 @@ interface ClassesOverview {
340
340
  objectPropertyId?: string;
341
341
  }
342
342
 
343
- /**
344
- * @author semantha
345
- *
346
- * This is a generated file do not change manually!
347
- */
348
- interface SourceDocument {
349
- documentId?: string;
350
- paragraphId?: string;
351
- }
352
-
353
- /**
354
- * @author semantha
355
- *
356
- * This is a generated file do not change manually!
357
- */
358
- interface ClusteredDocument {
359
- documentId?: string;
360
- sourceDocument?: SourceDocument;
361
- probability?: number;
362
- }
363
-
364
- /**
365
- * @author semantha
366
- *
367
- * This is a generated file do not change manually!
368
- */
369
- interface DocumentCluster {
370
- id?: number;
371
- count?: number;
372
- label?: string;
373
- content?: ClusteredDocument[];
374
- representiveDocs?: string[];
375
- }
376
-
377
- /**
378
- * @author semantha
379
- *
380
- * This is a generated file do not change manually!
381
- */
382
- interface PlotlyChart {
383
- data?: any[];
384
- layout?: any;
385
- }
386
-
387
- /**
388
- * @author semantha
389
- *
390
- * This is a generated file do not change manually!
391
- */
392
- interface ClusteringResponse {
393
- clusters?: DocumentCluster[];
394
- plotly?: {
395
- [key: string]: PlotlyChart;
396
- };
397
- }
398
-
399
- /**
400
- * @author semantha
401
- *
402
- * This is a generated file do not change manually!
403
- */
404
- declare const ClusteringstructureEnumValues: readonly ["LOCAL", "BALANCED", "GLOBAL"];
405
- type ClusteringstructureEnum = (typeof ClusteringstructureEnumValues)[number];
406
- declare function isClusteringstructureEnumValue(value: any): value is ClusteringstructureEnum;
407
-
408
343
  /**
409
344
  * @author semantha
410
345
  *
@@ -902,8 +837,6 @@ declare function isDocumentmodeEnumValue(value: any): value is DocumentmodeEnum;
902
837
  */
903
838
  interface Settings {
904
839
  similarityModelId?: string;
905
- smartClusterSimilarityModelId?: string;
906
- smartClusterMaxItems?: number;
907
840
  compareLibraryMaxItems?: number;
908
841
  analyzerMaxItems?: number;
909
842
  keepNumbers?: boolean;
@@ -1454,15 +1387,6 @@ interface PromptResponse {
1454
1387
  response?: string;
1455
1388
  }
1456
1389
 
1457
- /**
1458
- * @author semantha
1459
- *
1460
- * This is a generated file do not change manually!
1461
- */
1462
- declare const RangeEnumValues: readonly ["HOURS", "DAYS", "MONTHS", "YEARS"];
1463
- type RangeEnum = (typeof RangeEnumValues)[number];
1464
- declare function isRangeEnumValue(value: any): value is RangeEnum;
1465
-
1466
1390
  /**
1467
1391
  * @author semantha
1468
1392
  *
@@ -1591,16 +1515,6 @@ interface SemanticModel {
1591
1515
  processInformation?: ProcessInformation;
1592
1516
  }
1593
1517
 
1594
- /**
1595
- * @author semantha
1596
- *
1597
- * This is a generated file do not change manually!
1598
- */
1599
- interface SemiSuperVisedDocument {
1600
- documentId?: string;
1601
- topicId?: number;
1602
- }
1603
-
1604
1518
  /**
1605
1519
  * @author semantha
1606
1520
  *
@@ -1628,49 +1542,6 @@ declare const SettingsTaggingStrategyEnumValues: readonly ["TOP1", "TOP3", "TOP5
1628
1542
  type SettingsTaggingStrategyEnum = (typeof SettingsTaggingStrategyEnumValues)[number];
1629
1543
  declare function isSettingsTaggingStrategyEnumValue(value: any): value is SettingsTaggingStrategyEnum;
1630
1544
 
1631
- /**
1632
- * @author semantha
1633
- *
1634
- * This is a generated file do not change manually!
1635
- */
1636
- interface SmartClusterResponseContainer {
1637
- meta?: ResponseMetaInfo;
1638
- data?: ClusteringResponse;
1639
- }
1640
-
1641
- /**
1642
- * @author semantha
1643
- *
1644
- * This is a generated file do not change manually!
1645
- */
1646
- interface SmartClusterSemiSupervisedRequest {
1647
- clusteringName?: string;
1648
- minClusterSize?: string;
1649
- clusteringStructure?: SmartClusterSemiSupervisedRequestClusteringStructureEnum;
1650
- topicOverTimeRange?: SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnum;
1651
- reduceOutliers?: boolean;
1652
- umapNrOfNeighbors?: number;
1653
- documents?: SemiSuperVisedDocument[];
1654
- }
1655
-
1656
- /**
1657
- * @author semantha
1658
- *
1659
- * This is a generated file do not change manually!
1660
- */
1661
- declare const SmartClusterSemiSupervisedRequestClusteringStructureEnumValues: readonly ["LOCAL", "BALANCED", "GLOBAL"];
1662
- type SmartClusterSemiSupervisedRequestClusteringStructureEnum = (typeof SmartClusterSemiSupervisedRequestClusteringStructureEnumValues)[number];
1663
- declare function isSmartClusterSemiSupervisedRequestClusteringStructureEnumValue(value: any): value is SmartClusterSemiSupervisedRequestClusteringStructureEnum;
1664
-
1665
- /**
1666
- * @author semantha
1667
- *
1668
- * This is a generated file do not change manually!
1669
- */
1670
- declare const SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnumValues: readonly ["HOURS", "DAYS", "MONTHS", "YEARS"];
1671
- type SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnum = (typeof SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnumValues)[number];
1672
- declare function isSmartClusterSemiSupervisedRequestTopicOverTimeRangeEnumValue(value: any): value is SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnum;
1673
-
1674
1545
  /**
1675
1546
  * @author semantha
1676
1547
  *
@@ -1752,10 +1623,22 @@ interface TextType {
1752
1623
  *
1753
1624
  * This is a generated file do not change manually!
1754
1625
  */
1755
- interface TransactionSummary {
1756
- numberOfDocuments: number;
1757
- numberOfPages: number;
1758
- service: string;
1626
+ interface Translation {
1627
+ text: string;
1628
+ targetLanguage: string;
1629
+ sourceLanguage?: string;
1630
+ }
1631
+
1632
+ /**
1633
+ * @author semantha
1634
+ *
1635
+ * This is a generated file do not change manually!
1636
+ */
1637
+ interface TranslationResponse {
1638
+ translation?: string;
1639
+ score?: number;
1640
+ inputTokens?: number;
1641
+ outputTokens?: number;
1759
1642
  }
1760
1643
 
1761
1644
  /**
@@ -1840,7 +1723,7 @@ declare class AnswersEndpoint {
1840
1723
  * Supported Languages:
1841
1724
  * "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
1842
1725
  * "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
1843
- * "sv", "tr", "zh"
1726
+ * "sv", "tr", "zh-CN", "zh-TW"
1844
1727
  * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND). Groups (single AND or OR-groups) can be negated using an "!"
1845
1728
  */
1846
1729
  post(data: {
@@ -2400,67 +2283,6 @@ declare class CloneEndpoint {
2400
2283
  post(body?: Name): Promise<DocumentType>;
2401
2284
  }
2402
2285
 
2403
- /**
2404
- * @author semantha
2405
- *
2406
- * Class to access resource "/api/domains/{domainname}/referencedocuments/clusters"
2407
- * This is a generated file do not change manually!
2408
- */
2409
- declare class ClustersEndpoint {
2410
- private readonly restClient;
2411
- private readonly parentEndpoint;
2412
- private readonly ENDPOINT;
2413
- constructor(restClient: RestClient, parentEndpoint: string);
2414
- /**
2415
- * Clusters reference documents based on their semantic content and provides labels for each cluster
2416
- *
2417
- * @param documentids string? - List of document Ids for target. The limit here is 65000 IDs. The IDs can be passed as a comma separated string.
2418
- * @param name string? - Filter documents for a given name
2419
- * @param createdafter number? - Filter for documents which are created after a given UNIX timestamp. The createdafter filter only works when also using the parameters offset and limit.
2420
- * @param createdbefore number? - Filter for documents which are created before a given UNIX timestamp. The createdbefore filter only works when also using the parameters offset and limit.
2421
- * @param updatedafter number? - Filter for documents which are updated after a given UNIX timestamp. The updatedafter filter only works when also using the parameters offset and limit.
2422
- * @param updatedbefore number? - Filter for documents which are updated before a given UNIX timestamp. The updatedbefore filter only works when also using the parameters offset and limit.
2423
- * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND).
2424
- * @param documentclassids string? - List of documentclass IDs for the target. The limit here is 1000 IDs. The IDs are passed as a comma separated list.
2425
- * @param withoutdocumentclass boolean? - Filters the returned reference documents to include only documents that are not linked to a documentclass. The parameter is of type boolean and is set to false by default.
2426
- * @param mincharacters number? - Filters the returned reference documents to include only documents that have a minimum of characters
2427
- * @param metadata string? - Filter documents for part of metadata, casing is ignored.
2428
- * @param comment string? - Filter documents for part of comment, casing is ignored.
2429
- * @param sourcedoc boolean? - If true, then only source documents are returned.
2430
- * @param sourcedocumentid string? - Filter documents a specific source document.
2431
- * @param minclustersize string? - Determines the size of the cluster, values are LOW, MEDIUM, HIGH
2432
- * @param clusteringstructure ClusteringstructureEnum? - Determines how clusters are created, values are LOCAL, BALANCED, GLOBAL
2433
- * @param reduceoutliers boolean? - Boolean to try to reduce outlier on clustering
2434
- * @param range RangeEnum? - Used for topic over time clustering, values are HOURS, DAYS, MONTHS, YEARS
2435
- * @param neighbors number? - Number of neighbors
2436
- */
2437
- get(params?: {
2438
- documentids?: string;
2439
- name?: string;
2440
- createdafter?: number;
2441
- createdbefore?: number;
2442
- updatedafter?: number;
2443
- updatedbefore?: number;
2444
- tags?: string;
2445
- documentclassids?: string;
2446
- withoutdocumentclass?: boolean;
2447
- mincharacters?: number;
2448
- metadata?: string;
2449
- comment?: string;
2450
- sourcedoc?: boolean;
2451
- sourcedocumentid?: string;
2452
- minclustersize?: string;
2453
- clusteringstructure?: ClusteringstructureEnum;
2454
- reduceoutliers?: boolean;
2455
- range?: RangeEnum;
2456
- neighbors?: number;
2457
- }): Promise<SmartClusterResponseContainer>;
2458
- /**
2459
- * @param body SmartClusterSemiSupervisedRequest -
2460
- */
2461
- put(body: SmartClusterSemiSupervisedRequest): Promise<SmartClusterResponseContainer>;
2462
- }
2463
-
2464
2286
  /**
2465
2287
  * @author semantha
2466
2288
  *
@@ -3340,7 +3162,6 @@ declare class ReferencedocumentsEndpoint {
3340
3162
  private readonly parentEndpoint;
3341
3163
  private readonly ENDPOINT;
3342
3164
  constructor(restClient: RestClient, parentEndpoint: string);
3343
- clusters(): ClustersEndpoint;
3344
3165
  namedentities(): NamedentitiesEndpoint;
3345
3166
  statistic(): StatisticEndpoint;
3346
3167
  /**
@@ -3493,7 +3314,8 @@ declare class ReferencesEndpoint {
3493
3314
  *
3494
3315
  * @param file Blob? - Input document (left document).
3495
3316
  * @param referencedocument Blob? - Reference document(s) to be used instead of the documents in the domain's library.
3496
- * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs. The IDs are passed as a JSON array.
3317
+ * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs.
3318
+ * The IDs are passed as a JSON array.
3497
3319
  * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND).
3498
3320
  * @param documentclassids string[]? - List of documentclass IDs for the target. The limit here is 1000 IDs.
3499
3321
  * The IDs are passed as a JSON array.
@@ -3545,7 +3367,8 @@ declare class ReferencesEndpoint {
3545
3367
  *
3546
3368
  * @param file Blob? - Input document (left document).
3547
3369
  * @param referencedocument Blob? - Reference document(s) to be used instead of the documents in the domain's library.
3548
- * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs. The IDs are passed as a JSON array.
3370
+ * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs.
3371
+ * The IDs are passed as a JSON array.
3549
3372
  * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND).
3550
3373
  * @param documentclassids string[]? - List of documentclass IDs for the target. The limit here is 1000 IDs.
3551
3374
  * The IDs are passed as a JSON array.
@@ -3597,7 +3420,8 @@ declare class ReferencesEndpoint {
3597
3420
  *
3598
3421
  * @param file Blob? - Input document (left document).
3599
3422
  * @param referencedocument Blob? - Reference document(s) to be used instead of the documents in the domain's library.
3600
- * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs. The IDs are passed as a JSON array.
3423
+ * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs.
3424
+ * The IDs are passed as a JSON array.
3601
3425
  * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND).
3602
3426
  * @param documentclassids string[]? - List of documentclass IDs for the target. The limit here is 1000 IDs.
3603
3427
  * The IDs are passed as a JSON array.
@@ -3649,7 +3473,8 @@ declare class ReferencesEndpoint {
3649
3473
  *
3650
3474
  * @param file Blob? - Input document (left document).
3651
3475
  * @param referencedocument Blob? - Reference document(s) to be used instead of the documents in the domain's library.
3652
- * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs. The IDs are passed as a JSON array.
3476
+ * @param referencedocumentids string[]? - To filter for document IDs. The limit here is 65000 IDs.
3477
+ * The IDs are passed as a JSON array.
3653
3478
  * @param tags string? - List of tags to filter the reference library. You can combine the tags using a comma (OR) and using a plus sign (AND).
3654
3479
  * @param documentclassids string[]? - List of documentclass IDs for the target. The limit here is 1000 IDs.
3655
3480
  * The IDs are passed as a JSON array.
@@ -3712,7 +3537,7 @@ declare class SettingsEndpoint {
3712
3537
  /**
3713
3538
  * Get the configuration settings of a specific domain.
3714
3539
  *
3715
- * @param withsimilaritymodelid boolean? - If true, similarityModelId and smartClusterSimilarityModelId are returned.
3540
+ * @param withsimilaritymodelid boolean? - If true, similarityModelId is returned.
3716
3541
  */
3717
3542
  get(params?: {
3718
3543
  withsimilaritymodelid?: boolean;
@@ -3745,7 +3570,7 @@ declare class SummarizationsEndpoint {
3745
3570
  * Supported Languages:
3746
3571
  * "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
3747
3572
  * "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
3748
- * "sv", "tr", "zh"
3573
+ * "sv", "tr", "zh-CN", "zh-TW"
3749
3574
  * @param temperature number? - Temperature regulates the unpredictability of a language model's output. With higher temperature settings, outputs become more creative and less predictable.
3750
3575
  * @param summarylength SummarylengthEnum? - Influences the length of the returned summary. Values are 'SHORT, 'MEDIUM', 'LONG'
3751
3576
  * @param promptid string? - Id of the prompt to generate a summary, other parameters are ignored.
@@ -3843,24 +3668,20 @@ declare class TexttypesEndpoint {
3843
3668
  /**
3844
3669
  * @author semantha
3845
3670
  *
3846
- * Class to access resource "/api/domains/{domainname}/transactions"
3671
+ * Class to access resource "/api/domains/{domainname}/translations"
3847
3672
  * This is a generated file do not change manually!
3848
3673
  */
3849
- declare class TransactionsEndpoint {
3674
+ declare class TranslationsEndpoint {
3850
3675
  private readonly restClient;
3851
3676
  private readonly parentEndpoint;
3852
3677
  private readonly ENDPOINT;
3853
3678
  constructor(restClient: RestClient, parentEndpoint: string);
3854
3679
  /**
3855
- * Returns a summary of document transactions for a given day interval. Needs role: 'Domain Admin'
3680
+ * Translates a single text to a target language, optionally from a source language.
3856
3681
  *
3857
- * @param startdate string? - Start date of the day interval, inclusive that day. Format is: yyyy-mm-dd
3858
- * @param enddate string? - End date of the day interval, excluse that day. Format is: yyyy-mm-dd
3682
+ * @param body Translation? -
3859
3683
  */
3860
- get(params?: {
3861
- startdate?: string;
3862
- enddate?: string;
3863
- }): Promise<TransactionSummary[]>;
3684
+ post(body?: Translation): Promise<TranslationResponse>;
3864
3685
  }
3865
3686
 
3866
3687
  /**
@@ -3875,7 +3696,7 @@ declare class ValidationEndpoint {
3875
3696
  private readonly ENDPOINT;
3876
3697
  constructor(restClient: RestClient, parentEndpoint: string);
3877
3698
  /**
3878
- * Validate existing data in a document. The coordinates come back, if data is found
3699
+ * Validate existing data in a document.The coordinates come back, if data is found
3879
3700
  *
3880
3701
  * @param file Blob? - Input document (left document).
3881
3702
  */
@@ -3915,7 +3736,7 @@ declare class DomainEndpoint {
3915
3736
  tags(): TagsEndpoint;
3916
3737
  tags(tagname: string): TagEndpoint;
3917
3738
  texttypes(): TexttypesEndpoint;
3918
- transactions(): TransactionsEndpoint;
3739
+ translations(): TranslationsEndpoint;
3919
3740
  validation(): ValidationEndpoint;
3920
3741
  /**
3921
3742
  * Get the configuration settings of a specific domain.
@@ -3976,7 +3797,7 @@ declare class LanguagesEndpoint {
3976
3797
  * Supported Languages:
3977
3798
  * "ar", "cs", "da", "de", "en", "es", "el", "fr", "fi", "hu", "hr",
3978
3799
  * "it", "ja", "ko", "nl", "no", "pl", "pt", "ro", "ru", "sk", "sl",
3979
- * "sv", "tr", "zh"
3800
+ * "sv", "tr", "zh-CN", "zh-TW"
3980
3801
  *
3981
3802
  * @param file Blob? - Input document (left document).
3982
3803
  */
@@ -4017,23 +3838,6 @@ declare class ModelAttributesEndpoint {
4017
3838
  get(): Promise<AttributeOverview[]>;
4018
3839
  }
4019
3840
 
4020
- /**
4021
- * @author semantha
4022
- *
4023
- * Class to access resource "/api/model/domains/{domainname}/backups"
4024
- * This is a generated file do not change manually!
4025
- */
4026
- declare class ModelBackupsEndpoint {
4027
- private readonly restClient;
4028
- private readonly parentEndpoint;
4029
- private readonly ENDPOINT;
4030
- constructor(restClient: RestClient, parentEndpoint: string);
4031
- /**
4032
- * Create a backup for the ontology
4033
- */
4034
- post(): Promise<void>;
4035
- }
4036
-
4037
3841
  /**
4038
3842
  * @author semantha
4039
3843
  *
@@ -4851,7 +4655,6 @@ declare class ModelDomainEndpoint {
4851
4655
  private readonly ENDPOINT;
4852
4656
  constructor(restClient: RestClient, parentEndpoint: string, domainname: string);
4853
4657
  attributes(): ModelAttributesEndpoint;
4854
- backups(): ModelBackupsEndpoint;
4855
4658
  boostwords(): ModelBoostwordsEndpoint;
4856
4659
  boostwords(id: string): ModelBoostwordEndpoint;
4857
4660
  classes(): ModelontClassesEndpoint;
@@ -4887,7 +4690,7 @@ declare class ModelDomainEndpoint {
4887
4690
  /**
4888
4691
  * Update a domain by domainname
4889
4692
  *
4890
- * @param file Blob -
4693
+ * @param file Blob - Input document (left document).
4891
4694
  */
4892
4695
  patch(file: Blob): Promise<Blob>;
4893
4696
  }
@@ -5016,4 +4819,4 @@ declare class SemanthaAPI {
5016
4819
  model(): ModelEndpoint;
5017
4820
  }
5018
4821
 
5019
- export { type AnnotationCell, type AnnotationPage, type Answer, type AnswerReference, AnswersEndpoint, type Area, type Argument, type Attachment, type Attribute, type AttributeDatatypeEnum, AttributeDatatypeEnumValues, type AttributeOverview, type AttributeOverviewDatatypeEnum, AttributeOverviewDatatypeEnumValues, type BoostWord, BulkDomainsEndpoint, BulkEndpoint, BulkModelEndpoint, BulkdomainsDocumentclassesEndpoint, BulkdomainsDocumenttypesEndpoint, BulkdomainsDomainEndpoint, BulkdomainsReferencedocumentsEndpoint, BulkdomainsReferencesEndpoint, BulkmodelBoostwordsEndpoint, BulkmodelClassEndpoint, BulkmodelClassesEndpoint, BulkmodelDatapropertiesEndpoint, BulkmodelDomainEndpoint, BulkmodelDomainsEndpoint, BulkmodelInstancesEndpoint, BulkmodelMetadataEndpoint, BulkmodelNamedentitiesEndpoint, BulkmodelRulesEndpoint, BulkmodelStopwordsEndpoint, BulkmodelSynonymsEndpoint, BulkmodelclassInstancesEndpoint, type CellType, CelltypesEndpoint, type Char, type Chat, ChatEndpoint, type ChatResponse, ChatsEndpoint, ChildExtractorclassesEndpoint, type Class, type ClassBulk, type ClassBulkDatatypeEnum, ClassBulkDatatypeEnumValues, type ClassesOverview, CloneEndpoint, type ClusteredDocument, type ClusteringResponse, type ClusteringstructureEnum, ClusteringstructureEnumValues, ClustersEndpoint, type ComplexProperty, type Condition, type ConditionValue, ConversionsEndpoint, type CurrentUser, CurrentuserEndpoint, type CustomField, type DataProperty, DiffEndpoint, type Difference, type DifferenceOperationEnum, DifferenceOperationEnumValues, type Distance, DocclassCustomfieldsEndpoint, DocclassDocumentclassesEndpoint, DocclassReferencedocumentsEndpoint, DocclassTagsEndpoint, type Document, type DocumentClass, type DocumentClassBulk, type DocumentClassNode, type DocumentCluster, type DocumentInformation, type DocumentMetaData, type DocumentNamedEntity, type DocumentTable, type DocumentType, type DocumentTypeChange, type DocumentTypeConfig, DocumentannotationsEndpoint, DocumentclassEndpoint, DocumentclassesEndpoint, type DocumentmodeEnum, DocumentmodeEnumValues, DocumentsEndpoint, DocumenttypeEndpoint, DocumenttypesEndpoint, type Domain, DomainEndpoint, type DomainInfo, DomainsEndpoint, type Entity, type ErrorContainer, type ErrorField, type ErrorFieldCodeEnum, ErrorFieldCodeEnumValues, type Expression, type ExtractionArea, type ExtractionFile, type ExtractionReference, type Extractor, type ExtractorAttribute, type ExtractorAttributeDatatypeEnum, ExtractorAttributeDatatypeEnumValues, type ExtractorClass, type ExtractorClassOverview, type ExtractorTypeEnum, ExtractorTypeEnumValues, type Features, type Field, type FieldTypeEnum, FieldTypeEnumValues, type FileReference, type Finding, type FormatInformation, type Formatter, ImageEndpoint, ImagesEndpoint, type Info, InfoEndpoint, type Instance, type InstanceChild, type InstanceOverview, type Label, type LanguageDetection, LanguagesEndpoint, type Link, type LinkedInstance, type LinkedValue, type Matcher, type MatcherTypeEnum, MatcherTypeEnumValues, MediaType, type Message, type MessageRoleEnum, MessageRoleEnumValues, type MetaInfoPage, type Metadata, type MetadataValue, type ModeEnum, ModeEnumValues, ModelAttributesEndpoint, ModelBackupsEndpoint, ModelBoostwordEndpoint, ModelBoostwordsEndpoint, type ModelClass, ModelDatapropertiesEndpoint, ModelDatapropertyEndpoint, ModelDatatypesEndpoint, ModelDomainEndpoint, ModelDomainsEndpoint, ModelEndpoint, ModelExtractorclassEndpoint, ModelExtractorclassesEndpoint, ModelExtractorsEndpoint, ModelExtractortypesEndpoint, ModelFormattersEndpoint, type ModelInstance, type ModelMetadata, ModelMetadataEndpoint, ModelMetadatatypesEndpoint, ModelNamedentitiesEndpoint, ModelNamedentityEndpoint, ModelObjectpropertiesEndpoint, ModelOnemetadataEndpoint, ModelRegexEndpoint, ModelRegexesEndpoint, ModelRelationEndpoint, ModelRelationsEndpoint, ModelRuleEndpoint, ModelRulefunctionsEndpoint, ModelRulesEndpoint, ModelStopwordEndpoint, ModelStopwordsEndpoint, ModelSynonymEndpoint, ModelSynonymsEndpoint, ModelclassesEndpoint, ModelinstancesEndpoint, ModelontAttributeEndpoint, ModelontAttributesEndpoint, ModelontClassEndpoint, ModelontClassesEndpoint, ModelontInstanceEndpoint, ModelontInstancesEndpoint, ModelontclassInstancesEndpoint, type Name, type NamedEntity, NamedentitiesEndpoint, type Overview, type Page, type PageContent, type Paragraph, ParagraphEndpoint, type ParagraphUpdate, ParagraphsEndpoint, type PlotlyChart, type ProcessInformation, type Prompt, PromptEndpoint, type PromptExecution, type PromptOverview, type PromptOverviewPromptLabelEnum, PromptOverviewPromptLabelEnumValues, type PromptPromptLabelEnum, PromptPromptLabelEnumValues, type PromptResponse, PromptsEndpoint, type Range, type RangeEnum, RangeEnumValues, type Rect, type Reference, type ReferenceDocumentsResponseContainer, ReferencedocumentEndpoint, ReferencedocumentsEndpoint, ReferencesEndpoint, type Regex, type Relation, type RelationCondition, type ResponseMetaInfo, RestClient, RestResponse, RolesEndpoint, type Row, type Rule, type RuleFunction, type RuleFunctionTypeEnum, RuleFunctionTypeEnumValues, type RuleOverview, SemanthaAPI, type SemanticModel, type SemiSuperVisedDocument, type Sentence, SentenceEndpoint, SentencesEndpoint, type Settings, type SettingsDefaultSimilarityModeEnum, SettingsDefaultSimilarityModeEnumValues, SettingsEndpoint, type SettingsExtractionStrategyEnum, SettingsExtractionStrategyEnumValues, type SettingsTaggingStrategyEnum, SettingsTaggingStrategyEnumValues, type SimpleProperty, type SmartClusterResponseContainer, type SmartClusterSemiSupervisedRequest, type SmartClusterSemiSupervisedRequestClusteringStructureEnum, SmartClusterSemiSupervisedRequestClusteringStructureEnumValues, type SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnum, SmartClusterSemiSupervisedRequestTopicOverTimeRangeEnumValues, type SourceDocument, type Statistic, StatisticEndpoint, type StopWord, type Summarization, SummarizationsEndpoint, type SummarylengthEnum, SummarylengthEnumValues, type Synonym, type TableCell, type TableInstance, type TagDocs, TagEndpoint, TagReferencedocumentsEndpoint, TagsEndpoint, type TextType, TexttypesEndpoint, type TransactionSummary, TransactionsEndpoint, type TypeEnum, TypeEnumValues, ValidationEndpoint, type Version, isAttributeDatatypeEnumValue, isAttributeOverviewDatatypeEnumValue, isClassBulkDatatypeEnumValue, isClusteringstructureEnumValue, isDifferenceOperationEnumValue, isDocumentmodeEnumValue, isErrorFieldCodeEnumValue, isExtractorAttributeDatatypeEnumValue, isExtractorTypeEnumValue, isFieldTypeEnumValue, isMatcherTypeEnumValue, isMessageRoleEnumValue, isModeEnumValue, isPromptOverviewPromptLabelEnumValue, isPromptPromptLabelEnumValue, isRangeEnumValue, isRuleFunctionTypeEnumValue, isSettingsDefaultSimilarityModeEnumValue, isSettingsExtractionStrategyEnumValue, isSettingsTaggingStrategyEnumValue, isSmartClusterSemiSupervisedRequestClusteringStructureEnumValue, isSmartClusterSemiSupervisedRequestTopicOverTimeRangeEnumValue, isSummarylengthEnumValue, isTypeEnumValue };
4822
+ export { type AnnotationCell, type AnnotationPage, type Answer, type AnswerReference, AnswersEndpoint, type Area, type Argument, type Attachment, type Attribute, type AttributeDatatypeEnum, AttributeDatatypeEnumValues, type AttributeOverview, type AttributeOverviewDatatypeEnum, AttributeOverviewDatatypeEnumValues, type BoostWord, BulkDomainsEndpoint, BulkEndpoint, BulkModelEndpoint, BulkdomainsDocumentclassesEndpoint, BulkdomainsDocumenttypesEndpoint, BulkdomainsDomainEndpoint, BulkdomainsReferencedocumentsEndpoint, BulkdomainsReferencesEndpoint, BulkmodelBoostwordsEndpoint, BulkmodelClassEndpoint, BulkmodelClassesEndpoint, BulkmodelDatapropertiesEndpoint, BulkmodelDomainEndpoint, BulkmodelDomainsEndpoint, BulkmodelInstancesEndpoint, BulkmodelMetadataEndpoint, BulkmodelNamedentitiesEndpoint, BulkmodelRulesEndpoint, BulkmodelStopwordsEndpoint, BulkmodelSynonymsEndpoint, BulkmodelclassInstancesEndpoint, type CellType, CelltypesEndpoint, type Char, type Chat, ChatEndpoint, type ChatResponse, ChatsEndpoint, ChildExtractorclassesEndpoint, type Class, type ClassBulk, type ClassBulkDatatypeEnum, ClassBulkDatatypeEnumValues, type ClassesOverview, CloneEndpoint, type ComplexProperty, type Condition, type ConditionValue, ConversionsEndpoint, type CurrentUser, CurrentuserEndpoint, type CustomField, type DataProperty, DiffEndpoint, type Difference, type DifferenceOperationEnum, DifferenceOperationEnumValues, type Distance, DocclassCustomfieldsEndpoint, DocclassDocumentclassesEndpoint, DocclassReferencedocumentsEndpoint, DocclassTagsEndpoint, type Document, type DocumentClass, type DocumentClassBulk, type DocumentClassNode, type DocumentInformation, type DocumentMetaData, type DocumentNamedEntity, type DocumentTable, type DocumentType, type DocumentTypeChange, type DocumentTypeConfig, DocumentannotationsEndpoint, DocumentclassEndpoint, DocumentclassesEndpoint, type DocumentmodeEnum, DocumentmodeEnumValues, DocumentsEndpoint, DocumenttypeEndpoint, DocumenttypesEndpoint, type Domain, DomainEndpoint, type DomainInfo, DomainsEndpoint, type Entity, type ErrorContainer, type ErrorField, type ErrorFieldCodeEnum, ErrorFieldCodeEnumValues, type Expression, type ExtractionArea, type ExtractionFile, type ExtractionReference, type Extractor, type ExtractorAttribute, type ExtractorAttributeDatatypeEnum, ExtractorAttributeDatatypeEnumValues, type ExtractorClass, type ExtractorClassOverview, type ExtractorTypeEnum, ExtractorTypeEnumValues, type Features, type Field, type FieldTypeEnum, FieldTypeEnumValues, type FileReference, type Finding, type FormatInformation, type Formatter, ImageEndpoint, ImagesEndpoint, type Info, InfoEndpoint, type Instance, type InstanceChild, type InstanceOverview, type Label, type LanguageDetection, LanguagesEndpoint, type Link, type LinkedInstance, type LinkedValue, type Matcher, type MatcherTypeEnum, MatcherTypeEnumValues, MediaType, type Message, type MessageRoleEnum, MessageRoleEnumValues, type MetaInfoPage, type Metadata, type MetadataValue, type ModeEnum, ModeEnumValues, ModelAttributesEndpoint, ModelBoostwordEndpoint, ModelBoostwordsEndpoint, type ModelClass, ModelDatapropertiesEndpoint, ModelDatapropertyEndpoint, ModelDatatypesEndpoint, ModelDomainEndpoint, ModelDomainsEndpoint, ModelEndpoint, ModelExtractorclassEndpoint, ModelExtractorclassesEndpoint, ModelExtractorsEndpoint, ModelExtractortypesEndpoint, ModelFormattersEndpoint, type ModelInstance, type ModelMetadata, ModelMetadataEndpoint, ModelMetadatatypesEndpoint, ModelNamedentitiesEndpoint, ModelNamedentityEndpoint, ModelObjectpropertiesEndpoint, ModelOnemetadataEndpoint, ModelRegexEndpoint, ModelRegexesEndpoint, ModelRelationEndpoint, ModelRelationsEndpoint, ModelRuleEndpoint, ModelRulefunctionsEndpoint, ModelRulesEndpoint, ModelStopwordEndpoint, ModelStopwordsEndpoint, ModelSynonymEndpoint, ModelSynonymsEndpoint, ModelclassesEndpoint, ModelinstancesEndpoint, ModelontAttributeEndpoint, ModelontAttributesEndpoint, ModelontClassEndpoint, ModelontClassesEndpoint, ModelontInstanceEndpoint, ModelontInstancesEndpoint, ModelontclassInstancesEndpoint, type Name, type NamedEntity, NamedentitiesEndpoint, type Overview, type Page, type PageContent, type Paragraph, ParagraphEndpoint, type ParagraphUpdate, ParagraphsEndpoint, type ProcessInformation, type Prompt, PromptEndpoint, type PromptExecution, type PromptOverview, type PromptOverviewPromptLabelEnum, PromptOverviewPromptLabelEnumValues, type PromptPromptLabelEnum, PromptPromptLabelEnumValues, type PromptResponse, PromptsEndpoint, type Range, type Rect, type Reference, type ReferenceDocumentsResponseContainer, ReferencedocumentEndpoint, ReferencedocumentsEndpoint, ReferencesEndpoint, type Regex, type Relation, type RelationCondition, type ResponseMetaInfo, RestClient, RestResponse, RolesEndpoint, type Row, type Rule, type RuleFunction, type RuleFunctionTypeEnum, RuleFunctionTypeEnumValues, type RuleOverview, SemanthaAPI, type SemanticModel, type Sentence, SentenceEndpoint, SentencesEndpoint, type Settings, type SettingsDefaultSimilarityModeEnum, SettingsDefaultSimilarityModeEnumValues, SettingsEndpoint, type SettingsExtractionStrategyEnum, SettingsExtractionStrategyEnumValues, type SettingsTaggingStrategyEnum, SettingsTaggingStrategyEnumValues, type SimpleProperty, type Statistic, StatisticEndpoint, type StopWord, type Summarization, SummarizationsEndpoint, type SummarylengthEnum, SummarylengthEnumValues, type Synonym, type TableCell, type TableInstance, type TagDocs, TagEndpoint, TagReferencedocumentsEndpoint, TagsEndpoint, type TextType, TexttypesEndpoint, type Translation, type TranslationResponse, TranslationsEndpoint, type TypeEnum, TypeEnumValues, ValidationEndpoint, type Version, isAttributeDatatypeEnumValue, isAttributeOverviewDatatypeEnumValue, isClassBulkDatatypeEnumValue, isDifferenceOperationEnumValue, isDocumentmodeEnumValue, isErrorFieldCodeEnumValue, isExtractorAttributeDatatypeEnumValue, isExtractorTypeEnumValue, isFieldTypeEnumValue, isMatcherTypeEnumValue, isMessageRoleEnumValue, isModeEnumValue, isPromptOverviewPromptLabelEnumValue, isPromptPromptLabelEnumValue, isRuleFunctionTypeEnumValue, isSettingsDefaultSimilarityModeEnumValue, isSettingsExtractionStrategyEnumValue, isSettingsTaggingStrategyEnumValue, isSummarylengthEnumValue, isTypeEnumValue };