@azure/ai-language-text 1.1.0-alpha.20230418.2 → 1.1.0-alpha.20230615.5

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.js CHANGED
@@ -41,7 +41,7 @@ const DEFAULT_COGNITIVE_SCOPE = "https://cognitiveservices.azure.com/.default";
41
41
  /**
42
42
  * @internal
43
43
  */
44
- const SDK_VERSION = "1.1.0-beta.3";
44
+ const SDK_VERSION = "1.1.0";
45
45
  /**
46
46
  * @internal
47
47
  */
@@ -600,7 +600,6 @@ const TextDocumentBatchStatistics = {
600
600
  type: {
601
601
  name: "Composite",
602
602
  className: "TextDocumentBatchStatistics",
603
- additionalProperties: { type: { name: "Object" } },
604
603
  modelProperties: {
605
604
  documentCount: {
606
605
  serializedName: "documentsCount",
@@ -760,26 +759,6 @@ const DocumentError = {
760
759
  }
761
760
  }
762
761
  };
763
- const BaseResolution = {
764
- type: {
765
- name: "Composite",
766
- className: "BaseResolution",
767
- uberParent: "BaseResolution",
768
- polymorphicDiscriminator: {
769
- serializedName: "resolutionKind",
770
- clientName: "resolutionKind"
771
- },
772
- modelProperties: {
773
- resolutionKind: {
774
- serializedName: "resolutionKind",
775
- required: true,
776
- type: {
777
- name: "String"
778
- }
779
- }
780
- }
781
- }
782
- };
783
762
  const Entity = {
784
763
  type: {
785
764
  name: "Composite",
@@ -908,56 +887,6 @@ const TextDocumentStatistics = {
908
887
  }
909
888
  }
910
889
  };
911
- const DocumentDetectedLanguage = {
912
- type: {
913
- name: "Composite",
914
- className: "DocumentDetectedLanguage",
915
- modelProperties: {
916
- detectedLanguage: {
917
- serializedName: "detectedLanguage",
918
- type: {
919
- name: "Composite",
920
- className: "DetectedLanguage"
921
- }
922
- }
923
- }
924
- }
925
- };
926
- const DetectedLanguage = {
927
- type: {
928
- name: "Composite",
929
- className: "DetectedLanguage",
930
- modelProperties: {
931
- name: {
932
- serializedName: "name",
933
- required: true,
934
- type: {
935
- name: "String"
936
- }
937
- },
938
- iso6391Name: {
939
- serializedName: "iso6391Name",
940
- required: true,
941
- type: {
942
- name: "String"
943
- }
944
- },
945
- confidenceScore: {
946
- serializedName: "confidenceScore",
947
- required: true,
948
- type: {
949
- name: "Number"
950
- }
951
- },
952
- script: {
953
- serializedName: "script",
954
- type: {
955
- name: "String"
956
- }
957
- }
958
- }
959
- }
960
- };
961
890
  const ClassificationCategory = {
962
891
  type: {
963
892
  name: "Composite",
@@ -1167,20 +1096,6 @@ const HealthcareRelationEntity = {
1167
1096
  }
1168
1097
  }
1169
1098
  };
1170
- const DocumentDetectedLanguageString = {
1171
- type: {
1172
- name: "Composite",
1173
- className: "DocumentDetectedLanguageString",
1174
- modelProperties: {
1175
- detectedLanguage: {
1176
- serializedName: "detectedLanguage",
1177
- type: {
1178
- name: "String"
1179
- }
1180
- }
1181
- }
1182
- }
1183
- };
1184
1099
  const PreBuiltResult = {
1185
1100
  type: {
1186
1101
  name: "Composite",
@@ -1194,7 +1109,7 @@ const PreBuiltResult = {
1194
1109
  element: {
1195
1110
  type: {
1196
1111
  name: "Composite",
1197
- className: "InputError"
1112
+ className: "DocumentError"
1198
1113
  }
1199
1114
  }
1200
1115
  }
@@ -1216,28 +1131,6 @@ const PreBuiltResult = {
1216
1131
  }
1217
1132
  }
1218
1133
  };
1219
- const InputError = {
1220
- type: {
1221
- name: "Composite",
1222
- className: "InputError",
1223
- modelProperties: {
1224
- id: {
1225
- serializedName: "id",
1226
- required: true,
1227
- type: {
1228
- name: "String"
1229
- }
1230
- },
1231
- error: {
1232
- serializedName: "error",
1233
- type: {
1234
- name: "Composite",
1235
- className: "ErrorModel"
1236
- }
1237
- }
1238
- }
1239
- }
1240
- };
1241
1134
  const SentimentConfidenceScores = {
1242
1135
  type: {
1243
1136
  name: "Composite",
@@ -1585,21 +1478,6 @@ const Match = {
1585
1478
  }
1586
1479
  }
1587
1480
  };
1588
- const QuantityResolution = {
1589
- type: {
1590
- name: "Composite",
1591
- className: "QuantityResolution",
1592
- modelProperties: {
1593
- value: {
1594
- serializedName: "value",
1595
- required: true,
1596
- type: {
1597
- name: "Number"
1598
- }
1599
- }
1600
- }
1601
- }
1602
- };
1603
1481
  const SummarySentence = {
1604
1482
  type: {
1605
1483
  name: "Composite",
@@ -1636,6 +1514,35 @@ const SummarySentence = {
1636
1514
  }
1637
1515
  }
1638
1516
  };
1517
+ const DetectedLanguage = {
1518
+ type: {
1519
+ name: "Composite",
1520
+ className: "DetectedLanguage",
1521
+ modelProperties: {
1522
+ name: {
1523
+ serializedName: "name",
1524
+ required: true,
1525
+ type: {
1526
+ name: "String"
1527
+ }
1528
+ },
1529
+ iso6391Name: {
1530
+ serializedName: "iso6391Name",
1531
+ required: true,
1532
+ type: {
1533
+ name: "String"
1534
+ }
1535
+ },
1536
+ confidenceScore: {
1537
+ serializedName: "confidenceScore",
1538
+ required: true,
1539
+ type: {
1540
+ name: "Number"
1541
+ }
1542
+ }
1543
+ }
1544
+ }
1545
+ };
1639
1546
  const Pagination = {
1640
1547
  type: {
1641
1548
  name: "Composite",
@@ -1650,6 +1557,26 @@ const Pagination = {
1650
1557
  }
1651
1558
  }
1652
1559
  };
1560
+ const JobErrors = {
1561
+ type: {
1562
+ name: "Composite",
1563
+ className: "JobErrors",
1564
+ modelProperties: {
1565
+ errors: {
1566
+ serializedName: "errors",
1567
+ type: {
1568
+ name: "Sequence",
1569
+ element: {
1570
+ type: {
1571
+ name: "Composite",
1572
+ className: "ErrorModel"
1573
+ }
1574
+ }
1575
+ }
1576
+ }
1577
+ }
1578
+ }
1579
+ };
1653
1580
  const AbstractiveSummarizationTaskParametersBase = {
1654
1581
  type: {
1655
1582
  name: "Composite",
@@ -1684,7 +1611,7 @@ const AbstractiveSummarizationResultBase = {
1684
1611
  element: {
1685
1612
  type: {
1686
1613
  name: "Composite",
1687
- className: "AbstractiveSummaryDocumentResultWithDetectedLanguage"
1614
+ className: "AbstractiveSummaryDocumentResult"
1688
1615
  }
1689
1616
  }
1690
1617
  }
@@ -2015,32 +1942,6 @@ const AnalyzeTextJobState = {
2015
1942
  modelProperties: Object.assign(Object.assign(Object.assign({}, JobState.type.modelProperties), TasksState.type.modelProperties), AnalyzeTextJobStatistics.type.modelProperties)
2016
1943
  }
2017
1944
  };
2018
- const DocumentRequestStatistics = {
2019
- type: {
2020
- name: "Composite",
2021
- className: "DocumentRequestStatistics",
2022
- additionalProperties: { type: { name: "Object" } },
2023
- modelProperties: Object.assign(Object.assign({}, TextDocumentBatchStatistics.type.modelProperties), { documentsCount: {
2024
- serializedName: "documentsCount",
2025
- required: true,
2026
- type: {
2027
- name: "Number"
2028
- }
2029
- }, validDocumentsCount: {
2030
- serializedName: "validDocumentsCount",
2031
- required: true,
2032
- type: {
2033
- name: "Number"
2034
- }
2035
- }, erroneousDocumentsCount: {
2036
- serializedName: "erroneousDocumentsCount",
2037
- required: true,
2038
- type: {
2039
- name: "Number"
2040
- }
2041
- } })
2042
- }
2043
- };
2044
1945
  const ActionPrebuilt = {
2045
1946
  type: {
2046
1947
  name: "Composite",
@@ -2111,335 +2012,6 @@ const CustomLabelClassificationResult = {
2111
2012
  } })
2112
2013
  }
2113
2014
  };
2114
- const AgeResolution = {
2115
- serializedName: "AgeResolution",
2116
- type: {
2117
- name: "Composite",
2118
- className: "AgeResolution",
2119
- uberParent: "BaseResolution",
2120
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2121
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2122
- serializedName: "unit",
2123
- required: true,
2124
- type: {
2125
- name: "String"
2126
- }
2127
- } })
2128
- }
2129
- };
2130
- const VolumeResolution = {
2131
- serializedName: "VolumeResolution",
2132
- type: {
2133
- name: "Composite",
2134
- className: "VolumeResolution",
2135
- uberParent: "BaseResolution",
2136
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2137
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2138
- serializedName: "unit",
2139
- required: true,
2140
- type: {
2141
- name: "String"
2142
- }
2143
- } })
2144
- }
2145
- };
2146
- const SpeedResolution = {
2147
- serializedName: "SpeedResolution",
2148
- type: {
2149
- name: "Composite",
2150
- className: "SpeedResolution",
2151
- uberParent: "BaseResolution",
2152
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2153
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2154
- serializedName: "unit",
2155
- required: true,
2156
- type: {
2157
- name: "String"
2158
- }
2159
- } })
2160
- }
2161
- };
2162
- const AreaResolution = {
2163
- serializedName: "AreaResolution",
2164
- type: {
2165
- name: "Composite",
2166
- className: "AreaResolution",
2167
- uberParent: "BaseResolution",
2168
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2169
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2170
- serializedName: "unit",
2171
- required: true,
2172
- type: {
2173
- name: "String"
2174
- }
2175
- } })
2176
- }
2177
- };
2178
- const LengthResolution = {
2179
- serializedName: "LengthResolution",
2180
- type: {
2181
- name: "Composite",
2182
- className: "LengthResolution",
2183
- uberParent: "BaseResolution",
2184
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2185
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2186
- serializedName: "unit",
2187
- required: true,
2188
- type: {
2189
- name: "String"
2190
- }
2191
- } })
2192
- }
2193
- };
2194
- const InformationResolution = {
2195
- serializedName: "InformationResolution",
2196
- type: {
2197
- name: "Composite",
2198
- className: "InformationResolution",
2199
- uberParent: "BaseResolution",
2200
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2201
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2202
- serializedName: "unit",
2203
- required: true,
2204
- type: {
2205
- name: "String"
2206
- }
2207
- } })
2208
- }
2209
- };
2210
- const TemperatureResolution = {
2211
- serializedName: "TemperatureResolution",
2212
- type: {
2213
- name: "Composite",
2214
- className: "TemperatureResolution",
2215
- uberParent: "BaseResolution",
2216
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2217
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2218
- serializedName: "unit",
2219
- required: true,
2220
- type: {
2221
- name: "String"
2222
- }
2223
- } })
2224
- }
2225
- };
2226
- const WeightResolution = {
2227
- serializedName: "WeightResolution",
2228
- type: {
2229
- name: "Composite",
2230
- className: "WeightResolution",
2231
- uberParent: "BaseResolution",
2232
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2233
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { unit: {
2234
- serializedName: "unit",
2235
- required: true,
2236
- type: {
2237
- name: "String"
2238
- }
2239
- } })
2240
- }
2241
- };
2242
- const CurrencyResolution = {
2243
- serializedName: "CurrencyResolution",
2244
- type: {
2245
- name: "Composite",
2246
- className: "CurrencyResolution",
2247
- uberParent: "BaseResolution",
2248
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2249
- modelProperties: Object.assign(Object.assign(Object.assign({}, BaseResolution.type.modelProperties), QuantityResolution.type.modelProperties), { iso4217: {
2250
- serializedName: "iso4217",
2251
- type: {
2252
- name: "String"
2253
- }
2254
- }, unit: {
2255
- serializedName: "unit",
2256
- required: true,
2257
- type: {
2258
- name: "String"
2259
- }
2260
- } })
2261
- }
2262
- };
2263
- const BooleanResolution = {
2264
- serializedName: "BooleanResolution",
2265
- type: {
2266
- name: "Composite",
2267
- className: "BooleanResolution",
2268
- uberParent: "BaseResolution",
2269
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2270
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { value: {
2271
- serializedName: "value",
2272
- required: true,
2273
- type: {
2274
- name: "Boolean"
2275
- }
2276
- } })
2277
- }
2278
- };
2279
- const DateTimeResolution = {
2280
- serializedName: "DateTimeResolution",
2281
- type: {
2282
- name: "Composite",
2283
- className: "DateTimeResolution",
2284
- uberParent: "BaseResolution",
2285
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2286
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { timex: {
2287
- serializedName: "timex",
2288
- required: true,
2289
- type: {
2290
- name: "String"
2291
- }
2292
- }, dateTimeSubKind: {
2293
- serializedName: "dateTimeSubKind",
2294
- required: true,
2295
- type: {
2296
- name: "String"
2297
- }
2298
- }, value: {
2299
- serializedName: "value",
2300
- required: true,
2301
- type: {
2302
- name: "String"
2303
- }
2304
- }, modifier: {
2305
- serializedName: "modifier",
2306
- type: {
2307
- name: "String"
2308
- }
2309
- } })
2310
- }
2311
- };
2312
- const NumberResolution = {
2313
- serializedName: "NumberResolution",
2314
- type: {
2315
- name: "Composite",
2316
- className: "NumberResolution",
2317
- uberParent: "BaseResolution",
2318
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2319
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { numberKind: {
2320
- serializedName: "numberKind",
2321
- required: true,
2322
- type: {
2323
- name: "String"
2324
- }
2325
- }, value: {
2326
- serializedName: "value",
2327
- required: true,
2328
- type: {
2329
- name: "Number"
2330
- }
2331
- } })
2332
- }
2333
- };
2334
- const OrdinalResolution = {
2335
- serializedName: "OrdinalResolution",
2336
- type: {
2337
- name: "Composite",
2338
- className: "OrdinalResolution",
2339
- uberParent: "BaseResolution",
2340
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2341
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { offset: {
2342
- serializedName: "offset",
2343
- required: true,
2344
- type: {
2345
- name: "String"
2346
- }
2347
- }, relativeTo: {
2348
- serializedName: "relativeTo",
2349
- required: true,
2350
- type: {
2351
- name: "String"
2352
- }
2353
- }, value: {
2354
- serializedName: "value",
2355
- required: true,
2356
- type: {
2357
- name: "String"
2358
- }
2359
- } })
2360
- }
2361
- };
2362
- const TemporalSpanResolution = {
2363
- serializedName: "TemporalSpanResolution",
2364
- type: {
2365
- name: "Composite",
2366
- className: "TemporalSpanResolution",
2367
- uberParent: "BaseResolution",
2368
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2369
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { begin: {
2370
- serializedName: "begin",
2371
- type: {
2372
- name: "String"
2373
- }
2374
- }, end: {
2375
- serializedName: "end",
2376
- type: {
2377
- name: "String"
2378
- }
2379
- }, duration: {
2380
- serializedName: "duration",
2381
- type: {
2382
- name: "String"
2383
- }
2384
- }, modifier: {
2385
- serializedName: "modifier",
2386
- type: {
2387
- name: "String"
2388
- }
2389
- }, timex: {
2390
- serializedName: "timex",
2391
- type: {
2392
- name: "String"
2393
- }
2394
- } })
2395
- }
2396
- };
2397
- const NumericRangeResolution = {
2398
- serializedName: "NumericRangeResolution",
2399
- type: {
2400
- name: "Composite",
2401
- className: "NumericRangeResolution",
2402
- uberParent: "BaseResolution",
2403
- polymorphicDiscriminator: BaseResolution.type.polymorphicDiscriminator,
2404
- modelProperties: Object.assign(Object.assign({}, BaseResolution.type.modelProperties), { rangeKind: {
2405
- serializedName: "rangeKind",
2406
- required: true,
2407
- type: {
2408
- name: "String"
2409
- }
2410
- }, minimum: {
2411
- serializedName: "minimum",
2412
- required: true,
2413
- type: {
2414
- name: "Number"
2415
- }
2416
- }, maximum: {
2417
- serializedName: "maximum",
2418
- required: true,
2419
- type: {
2420
- name: "Number"
2421
- }
2422
- } })
2423
- }
2424
- };
2425
- const EntityWithResolution = {
2426
- type: {
2427
- name: "Composite",
2428
- className: "EntityWithResolution",
2429
- modelProperties: Object.assign(Object.assign({}, Entity.type.modelProperties), { resolutions: {
2430
- serializedName: "resolutions",
2431
- type: {
2432
- name: "Sequence",
2433
- element: {
2434
- type: {
2435
- name: "Composite",
2436
- className: "BaseResolution"
2437
- }
2438
- }
2439
- }
2440
- } })
2441
- }
2442
- };
2443
2015
  const EntitiesDocumentResult = {
2444
2016
  type: {
2445
2017
  name: "Composite",
@@ -2452,7 +2024,7 @@ const EntitiesDocumentResult = {
2452
2024
  element: {
2453
2025
  type: {
2454
2026
  name: "Composite",
2455
- className: "EntityWithResolution"
2027
+ className: "Entity"
2456
2028
  }
2457
2029
  }
2458
2030
  }
@@ -2506,12 +2078,6 @@ const HealthcareEntitiesDocumentResult = {
2506
2078
  }
2507
2079
  }
2508
2080
  }
2509
- }, fhirBundle: {
2510
- serializedName: "fhirBundle",
2511
- type: {
2512
- name: "Dictionary",
2513
- value: { type: { name: "any" } }
2514
- }
2515
2081
  } })
2516
2082
  }
2517
2083
  };
@@ -2660,76 +2226,6 @@ const AbstractiveSummaryDocumentResult = {
2660
2226
  } })
2661
2227
  }
2662
2228
  };
2663
- const CustomEntitiesResultDocumentsItem = {
2664
- type: {
2665
- name: "Composite",
2666
- className: "CustomEntitiesResultDocumentsItem",
2667
- modelProperties: Object.assign(Object.assign({}, EntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2668
- }
2669
- };
2670
- const CustomLabelClassificationResultDocumentsItem = {
2671
- type: {
2672
- name: "Composite",
2673
- className: "CustomLabelClassificationResultDocumentsItem",
2674
- modelProperties: Object.assign(Object.assign({}, ClassificationDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2675
- }
2676
- };
2677
- const SentimentResponseDocumentsItem = {
2678
- type: {
2679
- name: "Composite",
2680
- className: "SentimentResponseDocumentsItem",
2681
- modelProperties: Object.assign(Object.assign({}, SentimentDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2682
- }
2683
- };
2684
- const EntitiesResultWithDetectedLanguage = {
2685
- type: {
2686
- name: "Composite",
2687
- className: "EntitiesResultWithDetectedLanguage",
2688
- modelProperties: Object.assign(Object.assign({}, EntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2689
- }
2690
- };
2691
- const EntityLinkingResultWithDetectedLanguage = {
2692
- type: {
2693
- name: "Composite",
2694
- className: "EntityLinkingResultWithDetectedLanguage",
2695
- modelProperties: Object.assign(Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2696
- }
2697
- };
2698
- const PIIResultWithDetectedLanguage = {
2699
- type: {
2700
- name: "Composite",
2701
- className: "PIIResultWithDetectedLanguage",
2702
- modelProperties: Object.assign(Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2703
- }
2704
- };
2705
- const ExtractedSummaryDocumentResultWithDetectedLanguage = {
2706
- type: {
2707
- name: "Composite",
2708
- className: "ExtractedSummaryDocumentResultWithDetectedLanguage",
2709
- modelProperties: Object.assign(Object.assign({}, ExtractedSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2710
- }
2711
- };
2712
- const KeyPhraseResultDocumentsItem = {
2713
- type: {
2714
- name: "Composite",
2715
- className: "KeyPhraseResultDocumentsItem",
2716
- modelProperties: Object.assign(Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2717
- }
2718
- };
2719
- const AbstractiveSummaryDocumentResultWithDetectedLanguage = {
2720
- type: {
2721
- name: "Composite",
2722
- className: "AbstractiveSummaryDocumentResultWithDetectedLanguage",
2723
- modelProperties: Object.assign(Object.assign({}, AbstractiveSummaryDocumentResult.type.modelProperties), DocumentDetectedLanguage.type.modelProperties)
2724
- }
2725
- };
2726
- const HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage = {
2727
- type: {
2728
- name: "Composite",
2729
- className: "HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage",
2730
- modelProperties: Object.assign(Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties), DocumentDetectedLanguageString.type.modelProperties)
2731
- }
2732
- };
2733
2229
  const HealthcareResult = {
2734
2230
  type: {
2735
2231
  name: "Composite",
@@ -2742,7 +2238,7 @@ const HealthcareResult = {
2742
2238
  element: {
2743
2239
  type: {
2744
2240
  name: "Composite",
2745
- className: "HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage"
2241
+ className: "HealthcareResultDocumentsItem"
2746
2242
  }
2747
2243
  }
2748
2244
  }
@@ -2780,7 +2276,7 @@ const EntitiesResult = {
2780
2276
  element: {
2781
2277
  type: {
2782
2278
  name: "Composite",
2783
- className: "EntitiesResultWithDetectedLanguage"
2279
+ className: "EntitiesResultDocumentsItem"
2784
2280
  }
2785
2281
  }
2786
2282
  }
@@ -2799,7 +2295,7 @@ const EntityLinkingResult = {
2799
2295
  element: {
2800
2296
  type: {
2801
2297
  name: "Composite",
2802
- className: "EntityLinkingResultWithDetectedLanguage"
2298
+ className: "EntityLinkingResultDocumentsItem"
2803
2299
  }
2804
2300
  }
2805
2301
  }
@@ -2818,7 +2314,7 @@ const PiiResult = {
2818
2314
  element: {
2819
2315
  type: {
2820
2316
  name: "Composite",
2821
- className: "PIIResultWithDetectedLanguage"
2317
+ className: "PiiResultDocumentsItem"
2822
2318
  }
2823
2319
  }
2824
2320
  }
@@ -2837,7 +2333,7 @@ const ExtractiveSummarizationResult = {
2837
2333
  element: {
2838
2334
  type: {
2839
2335
  name: "Composite",
2840
- className: "ExtractedSummaryDocumentResultWithDetectedLanguage"
2336
+ className: "ExtractedSummaryDocumentResult"
2841
2337
  }
2842
2338
  }
2843
2339
  }
@@ -3343,17 +2839,7 @@ const HealthcareAction = {
3343
2839
  type: {
3344
2840
  name: "Composite",
3345
2841
  className: "HealthcareAction",
3346
- modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { fhirVersion: {
3347
- serializedName: "fhirVersion",
3348
- type: {
3349
- name: "String"
3350
- }
3351
- }, documentType: {
3352
- serializedName: "documentType",
3353
- type: {
3354
- name: "String"
3355
- }
3356
- }, stringIndexType: {
2842
+ modelProperties: Object.assign(Object.assign({}, ActionPrebuilt.type.modelProperties), { stringIndexType: {
3357
2843
  defaultValue: "Utf16CodeUnit",
3358
2844
  serializedName: "stringIndexType",
3359
2845
  type: {
@@ -3414,6 +2900,62 @@ const CustomMultiLabelClassificationAction = {
3414
2900
  modelProperties: Object.assign({}, ActionCustom.type.modelProperties)
3415
2901
  }
3416
2902
  };
2903
+ const CustomEntitiesResultDocumentsItem = {
2904
+ type: {
2905
+ name: "Composite",
2906
+ className: "CustomEntitiesResultDocumentsItem",
2907
+ modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
2908
+ }
2909
+ };
2910
+ const EntitiesResultDocumentsItem = {
2911
+ type: {
2912
+ name: "Composite",
2913
+ className: "EntitiesResultDocumentsItem",
2914
+ modelProperties: Object.assign({}, EntitiesDocumentResult.type.modelProperties)
2915
+ }
2916
+ };
2917
+ const CustomLabelClassificationResultDocumentsItem = {
2918
+ type: {
2919
+ name: "Composite",
2920
+ className: "CustomLabelClassificationResultDocumentsItem",
2921
+ modelProperties: Object.assign({}, ClassificationDocumentResult.type.modelProperties)
2922
+ }
2923
+ };
2924
+ const HealthcareResultDocumentsItem = {
2925
+ type: {
2926
+ name: "Composite",
2927
+ className: "HealthcareResultDocumentsItem",
2928
+ modelProperties: Object.assign({}, HealthcareEntitiesDocumentResult.type.modelProperties)
2929
+ }
2930
+ };
2931
+ const SentimentResponseDocumentsItem = {
2932
+ type: {
2933
+ name: "Composite",
2934
+ className: "SentimentResponseDocumentsItem",
2935
+ modelProperties: Object.assign({}, SentimentDocumentResult.type.modelProperties)
2936
+ }
2937
+ };
2938
+ const EntityLinkingResultDocumentsItem = {
2939
+ type: {
2940
+ name: "Composite",
2941
+ className: "EntityLinkingResultDocumentsItem",
2942
+ modelProperties: Object.assign({}, LinkedEntitiesDocumentResult.type.modelProperties)
2943
+ }
2944
+ };
2945
+ const PiiResultDocumentsItem = {
2946
+ type: {
2947
+ name: "Composite",
2948
+ className: "PiiResultDocumentsItem",
2949
+ modelProperties: Object.assign({}, PiiEntitiesDocumentResult.type.modelProperties)
2950
+ }
2951
+ };
2952
+ const KeyPhraseResultDocumentsItem = {
2953
+ type: {
2954
+ name: "Composite",
2955
+ className: "KeyPhraseResultDocumentsItem",
2956
+ modelProperties: Object.assign({}, KeyPhrasesDocumentResult.type.modelProperties)
2957
+ }
2958
+ };
3417
2959
  const GeneratedClientAnalyzeBatchHeaders = {
3418
2960
  type: {
3419
2961
  name: "Composite",
@@ -3445,7 +2987,6 @@ const AnalyzeTextCancelJobHeaders = {
3445
2987
  let discriminators = {
3446
2988
  AnalyzeAction: AnalyzeAction,
3447
2989
  AnalyzeTextTaskResult: AnalyzeTextTaskResult,
3448
- BaseResolution: BaseResolution,
3449
2990
  "AnalyzeAction.EntityLinking": AnalyzeTextEntityLinkingInput,
3450
2991
  "AnalyzeAction.EntityRecognition": AnalyzeTextEntityRecognitionInput,
3451
2992
  "AnalyzeAction.KeyPhraseExtraction": AnalyzeTextKeyPhraseExtractionInput,
@@ -3460,21 +3001,6 @@ let discriminators = {
3460
3001
  "AnalyzeTextTaskResult.LanguageDetectionResults": LanguageDetectionTaskResult,
3461
3002
  "BatchActionState.AnalyzeBatchAction": AnalyzeBatchAction,
3462
3003
  "TaskState.AnalyzeTextLROResult": AnalyzeTextLROResult,
3463
- "BaseResolution.AgeResolution": AgeResolution,
3464
- "BaseResolution.VolumeResolution": VolumeResolution,
3465
- "BaseResolution.SpeedResolution": SpeedResolution,
3466
- "BaseResolution.AreaResolution": AreaResolution,
3467
- "BaseResolution.LengthResolution": LengthResolution,
3468
- "BaseResolution.InformationResolution": InformationResolution,
3469
- "BaseResolution.TemperatureResolution": TemperatureResolution,
3470
- "BaseResolution.WeightResolution": WeightResolution,
3471
- "BaseResolution.CurrencyResolution": CurrencyResolution,
3472
- "BaseResolution.BooleanResolution": BooleanResolution,
3473
- "BaseResolution.DateTimeResolution": DateTimeResolution,
3474
- "BaseResolution.NumberResolution": NumberResolution,
3475
- "BaseResolution.OrdinalResolution": OrdinalResolution,
3476
- "BaseResolution.TemporalSpanResolution": TemporalSpanResolution,
3477
- "BaseResolution.NumericRangeResolution": NumericRangeResolution,
3478
3004
  "AnalyzeBatchAction.CustomEntityRecognition": CustomEntitiesLROTask,
3479
3005
  "AnalyzeBatchAction.CustomSingleLabelClassification": CustomSingleLabelClassificationLROTask,
3480
3006
  "AnalyzeBatchAction.CustomMultiLabelClassification": CustomMultiLabelClassificationLROTask,
@@ -3521,22 +3047,17 @@ var Mappers = /*#__PURE__*/Object.freeze({
3521
3047
  ActionCommon: ActionCommon,
3522
3048
  CustomResult: CustomResult,
3523
3049
  DocumentError: DocumentError,
3524
- BaseResolution: BaseResolution,
3525
3050
  Entity: Entity,
3526
3051
  DocumentResult: DocumentResult,
3527
3052
  DocumentWarning: DocumentWarning,
3528
3053
  TextDocumentStatistics: TextDocumentStatistics,
3529
- DocumentDetectedLanguage: DocumentDetectedLanguage,
3530
- DetectedLanguage: DetectedLanguage,
3531
3054
  ClassificationCategory: ClassificationCategory,
3532
3055
  HealthcareEntity: HealthcareEntity,
3533
3056
  HealthcareAssertion: HealthcareAssertion,
3534
3057
  EntityDataSource: EntityDataSource,
3535
3058
  HealthcareRelation: HealthcareRelation,
3536
3059
  HealthcareRelationEntity: HealthcareRelationEntity,
3537
- DocumentDetectedLanguageString: DocumentDetectedLanguageString,
3538
3060
  PreBuiltResult: PreBuiltResult,
3539
- InputError: InputError,
3540
3061
  SentimentConfidenceScores: SentimentConfidenceScores,
3541
3062
  SentenceSentiment: SentenceSentiment,
3542
3063
  SentenceTarget: SentenceTarget,
@@ -3545,9 +3066,10 @@ var Mappers = /*#__PURE__*/Object.freeze({
3545
3066
  AssessmentSentiment: AssessmentSentiment,
3546
3067
  LinkedEntity: LinkedEntity,
3547
3068
  Match: Match,
3548
- QuantityResolution: QuantityResolution,
3549
3069
  SummarySentence: SummarySentence,
3070
+ DetectedLanguage: DetectedLanguage,
3550
3071
  Pagination: Pagination,
3072
+ JobErrors: JobErrors,
3551
3073
  AbstractiveSummarizationTaskParametersBase: AbstractiveSummarizationTaskParametersBase,
3552
3074
  AbstractiveSummarizationResultBase: AbstractiveSummarizationResultBase,
3553
3075
  AbstractiveSummary: AbstractiveSummary,
@@ -3567,27 +3089,10 @@ var Mappers = /*#__PURE__*/Object.freeze({
3567
3089
  AnalyzeBatchAction: AnalyzeBatchAction,
3568
3090
  AnalyzeTextLROResult: AnalyzeTextLROResult,
3569
3091
  AnalyzeTextJobState: AnalyzeTextJobState,
3570
- DocumentRequestStatistics: DocumentRequestStatistics,
3571
3092
  ActionPrebuilt: ActionPrebuilt,
3572
3093
  ActionCustom: ActionCustom,
3573
3094
  CustomEntitiesResult: CustomEntitiesResult,
3574
3095
  CustomLabelClassificationResult: CustomLabelClassificationResult,
3575
- AgeResolution: AgeResolution,
3576
- VolumeResolution: VolumeResolution,
3577
- SpeedResolution: SpeedResolution,
3578
- AreaResolution: AreaResolution,
3579
- LengthResolution: LengthResolution,
3580
- InformationResolution: InformationResolution,
3581
- TemperatureResolution: TemperatureResolution,
3582
- WeightResolution: WeightResolution,
3583
- CurrencyResolution: CurrencyResolution,
3584
- BooleanResolution: BooleanResolution,
3585
- DateTimeResolution: DateTimeResolution,
3586
- NumberResolution: NumberResolution,
3587
- OrdinalResolution: OrdinalResolution,
3588
- TemporalSpanResolution: TemporalSpanResolution,
3589
- NumericRangeResolution: NumericRangeResolution,
3590
- EntityWithResolution: EntityWithResolution,
3591
3096
  EntitiesDocumentResult: EntitiesDocumentResult,
3592
3097
  ClassificationDocumentResult: ClassificationDocumentResult,
3593
3098
  HealthcareEntitiesDocumentResult: HealthcareEntitiesDocumentResult,
@@ -3598,16 +3103,6 @@ var Mappers = /*#__PURE__*/Object.freeze({
3598
3103
  KeyPhrasesDocumentResult: KeyPhrasesDocumentResult,
3599
3104
  LanguageDetectionDocumentResult: LanguageDetectionDocumentResult,
3600
3105
  AbstractiveSummaryDocumentResult: AbstractiveSummaryDocumentResult,
3601
- CustomEntitiesResultDocumentsItem: CustomEntitiesResultDocumentsItem,
3602
- CustomLabelClassificationResultDocumentsItem: CustomLabelClassificationResultDocumentsItem,
3603
- SentimentResponseDocumentsItem: SentimentResponseDocumentsItem,
3604
- EntitiesResultWithDetectedLanguage: EntitiesResultWithDetectedLanguage,
3605
- EntityLinkingResultWithDetectedLanguage: EntityLinkingResultWithDetectedLanguage,
3606
- PIIResultWithDetectedLanguage: PIIResultWithDetectedLanguage,
3607
- ExtractedSummaryDocumentResultWithDetectedLanguage: ExtractedSummaryDocumentResultWithDetectedLanguage,
3608
- KeyPhraseResultDocumentsItem: KeyPhraseResultDocumentsItem,
3609
- AbstractiveSummaryDocumentResultWithDetectedLanguage: AbstractiveSummaryDocumentResultWithDetectedLanguage,
3610
- HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage: HealthcareEntitiesDocumentResultWithDocumentDetectedLanguage,
3611
3106
  HealthcareResult: HealthcareResult,
3612
3107
  SentimentResponse: SentimentResponse,
3613
3108
  EntitiesResult: EntitiesResult,
@@ -3651,6 +3146,14 @@ var Mappers = /*#__PURE__*/Object.freeze({
3651
3146
  CustomEntityRecognitionAction: CustomEntityRecognitionAction,
3652
3147
  CustomSingleLabelClassificationAction: CustomSingleLabelClassificationAction,
3653
3148
  CustomMultiLabelClassificationAction: CustomMultiLabelClassificationAction,
3149
+ CustomEntitiesResultDocumentsItem: CustomEntitiesResultDocumentsItem,
3150
+ EntitiesResultDocumentsItem: EntitiesResultDocumentsItem,
3151
+ CustomLabelClassificationResultDocumentsItem: CustomLabelClassificationResultDocumentsItem,
3152
+ HealthcareResultDocumentsItem: HealthcareResultDocumentsItem,
3153
+ SentimentResponseDocumentsItem: SentimentResponseDocumentsItem,
3154
+ EntityLinkingResultDocumentsItem: EntityLinkingResultDocumentsItem,
3155
+ PiiResultDocumentsItem: PiiResultDocumentsItem,
3156
+ KeyPhraseResultDocumentsItem: KeyPhraseResultDocumentsItem,
3654
3157
  GeneratedClientAnalyzeBatchHeaders: GeneratedClientAnalyzeBatchHeaders,
3655
3158
  AnalyzeTextCancelJobHeaders: AnalyzeTextCancelJobHeaders,
3656
3159
  discriminators: discriminators
@@ -3703,7 +3206,7 @@ const endpoint = {
3703
3206
  const apiVersion = {
3704
3207
  parameterPath: "apiVersion",
3705
3208
  mapper: {
3706
- defaultValue: "2022-10-01-preview",
3209
+ defaultValue: "2023-04-01",
3707
3210
  isConstant: true,
3708
3211
  serializedName: "api-version",
3709
3212
  type: {
@@ -3956,9 +3459,9 @@ function toHealthcareResult(docIds, results) {
3956
3459
  }
3957
3460
  return transformDocumentResults(docIds, results, {
3958
3461
  processSuccess: (_a) => {
3959
- var { entities, relations, detectedLanguage } = _a, rest = tslib.__rest(_a, ["entities", "relations", "detectedLanguage"]);
3462
+ var { entities, relations } = _a, rest = tslib.__rest(_a, ["entities", "relations"]);
3960
3463
  const newEntities = entities.map(makeHealthcareEntity);
3961
- return Object.assign(Object.assign({ entities: newEntities, entityRelations: relations.map(makeHealthcareRelation(newEntities)) }, (detectedLanguage ? { detectedLanguage: { iso6391Name: detectedLanguage } } : {})), rest);
3464
+ return Object.assign({ entities: newEntities, entityRelations: relations.map(makeHealthcareRelation(newEntities)) }, rest);
3962
3465
  },
3963
3466
  });
3964
3467
  }
@@ -4062,7 +3565,7 @@ function transformAnalyzeBatchResults(docIds, response = [], errors = []) {
4062
3565
  }
4063
3566
  const { results } = actionData;
4064
3567
  const { modelVersion, statistics } = results;
4065
- return Object.assign(Object.assign(Object.assign({ kind, results: transformDocumentResults(docIds, results), completedOn }, (actionName ? { actionName } : {})), (statistics ? { statistics } : {})), { modelVersion });
3568
+ return Object.assign(Object.assign(Object.assign({ kind: "ExtractiveSummarization", results: transformDocumentResults(docIds, results), completedOn }, (actionName ? { actionName } : {})), (statistics ? { statistics } : {})), { modelVersion });
4066
3569
  }
4067
3570
  case "AbstractiveSummarizationLROResults": {
4068
3571
  const kind = "AbstractiveSummarization";
@@ -4071,7 +3574,7 @@ function transformAnalyzeBatchResults(docIds, response = [], errors = []) {
4071
3574
  }
4072
3575
  const { results } = actionData;
4073
3576
  const { modelVersion, statistics } = results;
4074
- return Object.assign(Object.assign(Object.assign({ kind, results: transformDocumentResults(docIds, results), completedOn }, (actionName ? { actionName } : {})), (statistics ? { statistics } : {})), { modelVersion });
3577
+ return Object.assign(Object.assign(Object.assign({ kind: "AbstractiveSummarization", results: transformDocumentResults(docIds, results), completedOn }, (actionName ? { actionName } : {})), (statistics ? { statistics } : {})), { modelVersion });
4075
3578
  }
4076
3579
  default: {
4077
3580
  throw new Error(`Unsupported results kind: ${resultKind}`);
@@ -4417,7 +3920,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
4417
3920
  const defaults = {
4418
3921
  requestContentType: "application/json; charset=utf-8"
4419
3922
  };
4420
- const packageDetails = `azsdk-js-ai-language-text/1.1.0-beta.3`;
3923
+ const packageDetails = `azsdk-js-ai-language-text/1.1.0`;
4421
3924
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
4422
3925
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
4423
3926
  : `${packageDetails}`;
@@ -4428,7 +3931,7 @@ class GeneratedClient extends coreClient__namespace.ServiceClient {
4428
3931
  // Parameter assignments
4429
3932
  this.endpoint = endpoint;
4430
3933
  // Assigning values to Constant parameters
4431
- this.apiVersion = options.apiVersion || "2022-10-01-preview";
3934
+ this.apiVersion = options.apiVersion || "2023-04-01";
4432
3935
  this.analyzeText = new AnalyzeTextImpl(this);
4433
3936
  this.addCustomApiVersionPolicy(options.apiVersion);
4434
3937
  }
@@ -5296,40 +4799,6 @@ exports.KnownPiiEntityCategory = void 0;
5296
4799
  /** Default */
5297
4800
  KnownPiiEntityCategory["Default"] = "Default";
5298
4801
  })(exports.KnownPiiEntityCategory || (exports.KnownPiiEntityCategory = {}));
5299
- /** Known values of {@link ResolutionKind} that the service accepts. */
5300
- exports.KnownResolutionKind = void 0;
5301
- (function (KnownResolutionKind) {
5302
- /** BooleanResolution */
5303
- KnownResolutionKind["BooleanResolution"] = "BooleanResolution";
5304
- /** DateTimeResolution */
5305
- KnownResolutionKind["DateTimeResolution"] = "DateTimeResolution";
5306
- /** NumberResolution */
5307
- KnownResolutionKind["NumberResolution"] = "NumberResolution";
5308
- /** OrdinalResolution */
5309
- KnownResolutionKind["OrdinalResolution"] = "OrdinalResolution";
5310
- /** SpeedResolution */
5311
- KnownResolutionKind["SpeedResolution"] = "SpeedResolution";
5312
- /** WeightResolution */
5313
- KnownResolutionKind["WeightResolution"] = "WeightResolution";
5314
- /** LengthResolution */
5315
- KnownResolutionKind["LengthResolution"] = "LengthResolution";
5316
- /** VolumeResolution */
5317
- KnownResolutionKind["VolumeResolution"] = "VolumeResolution";
5318
- /** AreaResolution */
5319
- KnownResolutionKind["AreaResolution"] = "AreaResolution";
5320
- /** AgeResolution */
5321
- KnownResolutionKind["AgeResolution"] = "AgeResolution";
5322
- /** InformationResolution */
5323
- KnownResolutionKind["InformationResolution"] = "InformationResolution";
5324
- /** TemperatureResolution */
5325
- KnownResolutionKind["TemperatureResolution"] = "TemperatureResolution";
5326
- /** CurrencyResolution */
5327
- KnownResolutionKind["CurrencyResolution"] = "CurrencyResolution";
5328
- /** NumericRangeResolution */
5329
- KnownResolutionKind["NumericRangeResolution"] = "NumericRangeResolution";
5330
- /** TemporalSpanResolution */
5331
- KnownResolutionKind["TemporalSpanResolution"] = "TemporalSpanResolution";
5332
- })(exports.KnownResolutionKind || (exports.KnownResolutionKind = {}));
5333
4802
  /** Known values of {@link WarningCode} that the service accepts. */
5334
4803
  var KnownWarningCode;
5335
4804
  (function (KnownWarningCode) {
@@ -5338,40 +4807,6 @@ var KnownWarningCode;
5338
4807
  /** DocumentTruncated */
5339
4808
  KnownWarningCode["DocumentTruncated"] = "DocumentTruncated";
5340
4809
  })(KnownWarningCode || (KnownWarningCode = {}));
5341
- /** Known values of {@link ScriptKind} that the service accepts. */
5342
- exports.KnownScriptKind = void 0;
5343
- (function (KnownScriptKind) {
5344
- /** Latin */
5345
- KnownScriptKind["Latin"] = "Latin";
5346
- })(exports.KnownScriptKind || (exports.KnownScriptKind = {}));
5347
- /** Known values of {@link FhirVersion} that the service accepts. */
5348
- var KnownFhirVersion;
5349
- (function (KnownFhirVersion) {
5350
- /** Four01 */
5351
- KnownFhirVersion["Four01"] = "4.0.1";
5352
- })(KnownFhirVersion || (KnownFhirVersion = {}));
5353
- /** Known values of {@link HealthcareDocumentType} that the service accepts. */
5354
- exports.KnownHealthcareDocumentType = void 0;
5355
- (function (KnownHealthcareDocumentType) {
5356
- /** None */
5357
- KnownHealthcareDocumentType["None"] = "None";
5358
- /** ClinicalTrial */
5359
- KnownHealthcareDocumentType["ClinicalTrial"] = "ClinicalTrial";
5360
- /** DischargeSummary */
5361
- KnownHealthcareDocumentType["DischargeSummary"] = "DischargeSummary";
5362
- /** ProgressNote */
5363
- KnownHealthcareDocumentType["ProgressNote"] = "ProgressNote";
5364
- /** HistoryAndPhysical */
5365
- KnownHealthcareDocumentType["HistoryAndPhysical"] = "HistoryAndPhysical";
5366
- /** Consult */
5367
- KnownHealthcareDocumentType["Consult"] = "Consult";
5368
- /** Imaging */
5369
- KnownHealthcareDocumentType["Imaging"] = "Imaging";
5370
- /** Pathology */
5371
- KnownHealthcareDocumentType["Pathology"] = "Pathology";
5372
- /** ProcedureNote */
5373
- KnownHealthcareDocumentType["ProcedureNote"] = "ProcedureNote";
5374
- })(exports.KnownHealthcareDocumentType || (exports.KnownHealthcareDocumentType = {}));
5375
4810
  /** Known values of {@link HealthcareEntityCategory} that the service accepts. */
5376
4811
  exports.KnownHealthcareEntityCategory = void 0;
5377
4812
  (function (KnownHealthcareEntityCategory) {
@@ -5381,6 +4816,8 @@ exports.KnownHealthcareEntityCategory = void 0;
5381
4816
  KnownHealthcareEntityCategory["Age"] = "Age";
5382
4817
  /** Gender */
5383
4818
  KnownHealthcareEntityCategory["Gender"] = "Gender";
4819
+ /** Ethnicity */
4820
+ KnownHealthcareEntityCategory["Ethnicity"] = "Ethnicity";
5384
4821
  /** ExaminationName */
5385
4822
  KnownHealthcareEntityCategory["ExaminationName"] = "ExaminationName";
5386
4823
  /** Date */
@@ -5397,10 +4834,16 @@ exports.KnownHealthcareEntityCategory = void 0;
5397
4834
  KnownHealthcareEntityCategory["RelationalOperator"] = "RelationalOperator";
5398
4835
  /** Time */
5399
4836
  KnownHealthcareEntityCategory["Time"] = "Time";
4837
+ /** Course */
4838
+ KnownHealthcareEntityCategory["Course"] = "Course";
5400
4839
  /** GeneOrProtein */
5401
4840
  KnownHealthcareEntityCategory["GeneOrProtein"] = "GeneOrProtein";
5402
4841
  /** Variant */
5403
4842
  KnownHealthcareEntityCategory["Variant"] = "Variant";
4843
+ /** Expression */
4844
+ KnownHealthcareEntityCategory["Expression"] = "Expression";
4845
+ /** MutationType */
4846
+ KnownHealthcareEntityCategory["MutationType"] = "MutationType";
5404
4847
  /** AdministrativeEvent */
5405
4848
  KnownHealthcareEntityCategory["AdministrativeEvent"] = "AdministrativeEvent";
5406
4849
  /** CareEnvironment */
@@ -5413,6 +4856,8 @@ exports.KnownHealthcareEntityCategory = void 0;
5413
4856
  KnownHealthcareEntityCategory["SymptomOrSign"] = "SymptomOrSign";
5414
4857
  /** ConditionQualifier */
5415
4858
  KnownHealthcareEntityCategory["ConditionQualifier"] = "ConditionQualifier";
4859
+ /** ConditionScale */
4860
+ KnownHealthcareEntityCategory["ConditionScale"] = "ConditionScale";
5416
4861
  /** MedicationClass */
5417
4862
  KnownHealthcareEntityCategory["MedicationClass"] = "MedicationClass";
5418
4863
  /** MedicationName */
@@ -5427,12 +4872,34 @@ exports.KnownHealthcareEntityCategory = void 0;
5427
4872
  KnownHealthcareEntityCategory["FamilyRelation"] = "FamilyRelation";
5428
4873
  /** TreatmentName */
5429
4874
  KnownHealthcareEntityCategory["TreatmentName"] = "TreatmentName";
4875
+ /** Allergen */
4876
+ KnownHealthcareEntityCategory["Allergen"] = "Allergen";
4877
+ /** Employment */
4878
+ KnownHealthcareEntityCategory["Employment"] = "Employment";
4879
+ /** LivingStatus */
4880
+ KnownHealthcareEntityCategory["LivingStatus"] = "LivingStatus";
4881
+ /** SubstanceUse */
4882
+ KnownHealthcareEntityCategory["SubstanceUse"] = "SubstanceUse";
4883
+ /** SubstanceUseAmount */
4884
+ KnownHealthcareEntityCategory["SubstanceUseAmount"] = "SubstanceUseAmount";
5430
4885
  })(exports.KnownHealthcareEntityCategory || (exports.KnownHealthcareEntityCategory = {}));
5431
4886
  /** Known values of {@link RelationType} that the service accepts. */
5432
4887
  exports.KnownRelationType = void 0;
5433
4888
  (function (KnownRelationType) {
5434
4889
  /** Abbreviation */
5435
4890
  KnownRelationType["Abbreviation"] = "Abbreviation";
4891
+ /** BodySiteOfCondition */
4892
+ KnownRelationType["BodySiteOfCondition"] = "BodySiteOfCondition";
4893
+ /** BodySiteOfTreatment */
4894
+ KnownRelationType["BodySiteOfTreatment"] = "BodySiteOfTreatment";
4895
+ /** CourseOfCondition */
4896
+ KnownRelationType["CourseOfCondition"] = "CourseOfCondition";
4897
+ /** CourseOfExamination */
4898
+ KnownRelationType["CourseOfExamination"] = "CourseOfExamination";
4899
+ /** CourseOfMedication */
4900
+ KnownRelationType["CourseOfMedication"] = "CourseOfMedication";
4901
+ /** CourseOfTreatment */
4902
+ KnownRelationType["CourseOfTreatment"] = "CourseOfTreatment";
5436
4903
  /** DirectionOfBodyStructure */
5437
4904
  KnownRelationType["DirectionOfBodyStructure"] = "DirectionOfBodyStructure";
5438
4905
  /** DirectionOfCondition */
@@ -5443,18 +4910,32 @@ exports.KnownRelationType = void 0;
5443
4910
  KnownRelationType["DirectionOfTreatment"] = "DirectionOfTreatment";
5444
4911
  /** DosageOfMedication */
5445
4912
  KnownRelationType["DosageOfMedication"] = "DosageOfMedication";
4913
+ /** ExaminationFindsCondition */
4914
+ KnownRelationType["ExaminationFindsCondition"] = "ExaminationFindsCondition";
4915
+ /** ExpressionOfGene */
4916
+ KnownRelationType["ExpressionOfGene"] = "ExpressionOfGene";
4917
+ /** ExpressionOfVariant */
4918
+ KnownRelationType["ExpressionOfVariant"] = "ExpressionOfVariant";
5446
4919
  /** FormOfMedication */
5447
4920
  KnownRelationType["FormOfMedication"] = "FormOfMedication";
4921
+ /** FrequencyOfCondition */
4922
+ KnownRelationType["FrequencyOfCondition"] = "FrequencyOfCondition";
5448
4923
  /** FrequencyOfMedication */
5449
4924
  KnownRelationType["FrequencyOfMedication"] = "FrequencyOfMedication";
5450
4925
  /** FrequencyOfTreatment */
5451
4926
  KnownRelationType["FrequencyOfTreatment"] = "FrequencyOfTreatment";
4927
+ /** MutationTypeOfGene */
4928
+ KnownRelationType["MutationTypeOfGene"] = "MutationTypeOfGene";
4929
+ /** MutationTypeOfVariant */
4930
+ KnownRelationType["MutationTypeOfVariant"] = "MutationTypeOfVariant";
5452
4931
  /** QualifierOfCondition */
5453
4932
  KnownRelationType["QualifierOfCondition"] = "QualifierOfCondition";
5454
4933
  /** RelationOfExamination */
5455
4934
  KnownRelationType["RelationOfExamination"] = "RelationOfExamination";
5456
4935
  /** RouteOfMedication */
5457
4936
  KnownRelationType["RouteOfMedication"] = "RouteOfMedication";
4937
+ /** ScaleOfCondition */
4938
+ KnownRelationType["ScaleOfCondition"] = "ScaleOfCondition";
5458
4939
  /** TimeOfCondition */
5459
4940
  KnownRelationType["TimeOfCondition"] = "TimeOfCondition";
5460
4941
  /** TimeOfEvent */
@@ -5473,365 +4954,9 @@ exports.KnownRelationType = void 0;
5473
4954
  KnownRelationType["ValueOfCondition"] = "ValueOfCondition";
5474
4955
  /** ValueOfExamination */
5475
4956
  KnownRelationType["ValueOfExamination"] = "ValueOfExamination";
4957
+ /** VariantOfGene */
4958
+ KnownRelationType["VariantOfGene"] = "VariantOfGene";
5476
4959
  })(exports.KnownRelationType || (exports.KnownRelationType = {}));
5477
- /** Known values of {@link AgeUnit} that the service accepts. */
5478
- exports.KnownAgeUnit = void 0;
5479
- (function (KnownAgeUnit) {
5480
- /** Unspecified */
5481
- KnownAgeUnit["Unspecified"] = "Unspecified";
5482
- /** Year */
5483
- KnownAgeUnit["Year"] = "Year";
5484
- /** Month */
5485
- KnownAgeUnit["Month"] = "Month";
5486
- /** Week */
5487
- KnownAgeUnit["Week"] = "Week";
5488
- /** Day */
5489
- KnownAgeUnit["Day"] = "Day";
5490
- })(exports.KnownAgeUnit || (exports.KnownAgeUnit = {}));
5491
- /** Known values of {@link VolumeUnit} that the service accepts. */
5492
- exports.KnownVolumeUnit = void 0;
5493
- (function (KnownVolumeUnit) {
5494
- /** Unspecified */
5495
- KnownVolumeUnit["Unspecified"] = "Unspecified";
5496
- /** CubicMeter */
5497
- KnownVolumeUnit["CubicMeter"] = "CubicMeter";
5498
- /** CubicCentimeter */
5499
- KnownVolumeUnit["CubicCentimeter"] = "CubicCentimeter";
5500
- /** CubicMillimeter */
5501
- KnownVolumeUnit["CubicMillimeter"] = "CubicMillimeter";
5502
- /** Hectoliter */
5503
- KnownVolumeUnit["Hectoliter"] = "Hectoliter";
5504
- /** Decaliter */
5505
- KnownVolumeUnit["Decaliter"] = "Decaliter";
5506
- /** Liter */
5507
- KnownVolumeUnit["Liter"] = "Liter";
5508
- /** Centiliter */
5509
- KnownVolumeUnit["Centiliter"] = "Centiliter";
5510
- /** Milliliter */
5511
- KnownVolumeUnit["Milliliter"] = "Milliliter";
5512
- /** CubicYard */
5513
- KnownVolumeUnit["CubicYard"] = "CubicYard";
5514
- /** CubicInch */
5515
- KnownVolumeUnit["CubicInch"] = "CubicInch";
5516
- /** CubicFoot */
5517
- KnownVolumeUnit["CubicFoot"] = "CubicFoot";
5518
- /** CubicMile */
5519
- KnownVolumeUnit["CubicMile"] = "CubicMile";
5520
- /** FluidOunce */
5521
- KnownVolumeUnit["FluidOunce"] = "FluidOunce";
5522
- /** Teaspoon */
5523
- KnownVolumeUnit["Teaspoon"] = "Teaspoon";
5524
- /** Tablespoon */
5525
- KnownVolumeUnit["Tablespoon"] = "Tablespoon";
5526
- /** Pint */
5527
- KnownVolumeUnit["Pint"] = "Pint";
5528
- /** Quart */
5529
- KnownVolumeUnit["Quart"] = "Quart";
5530
- /** Cup */
5531
- KnownVolumeUnit["Cup"] = "Cup";
5532
- /** Gill */
5533
- KnownVolumeUnit["Gill"] = "Gill";
5534
- /** Pinch */
5535
- KnownVolumeUnit["Pinch"] = "Pinch";
5536
- /** FluidDram */
5537
- KnownVolumeUnit["FluidDram"] = "FluidDram";
5538
- /** Barrel */
5539
- KnownVolumeUnit["Barrel"] = "Barrel";
5540
- /** Minim */
5541
- KnownVolumeUnit["Minim"] = "Minim";
5542
- /** Cord */
5543
- KnownVolumeUnit["Cord"] = "Cord";
5544
- /** Peck */
5545
- KnownVolumeUnit["Peck"] = "Peck";
5546
- /** Bushel */
5547
- KnownVolumeUnit["Bushel"] = "Bushel";
5548
- /** Hogshead */
5549
- KnownVolumeUnit["Hogshead"] = "Hogshead";
5550
- })(exports.KnownVolumeUnit || (exports.KnownVolumeUnit = {}));
5551
- /** Known values of {@link SpeedUnit} that the service accepts. */
5552
- exports.KnownSpeedUnit = void 0;
5553
- (function (KnownSpeedUnit) {
5554
- /** Unspecified */
5555
- KnownSpeedUnit["Unspecified"] = "Unspecified";
5556
- /** MeterPerSecond */
5557
- KnownSpeedUnit["MeterPerSecond"] = "MeterPerSecond";
5558
- /** KilometerPerHour */
5559
- KnownSpeedUnit["KilometerPerHour"] = "KilometerPerHour";
5560
- /** KilometerPerMinute */
5561
- KnownSpeedUnit["KilometerPerMinute"] = "KilometerPerMinute";
5562
- /** KilometerPerSecond */
5563
- KnownSpeedUnit["KilometerPerSecond"] = "KilometerPerSecond";
5564
- /** MilePerHour */
5565
- KnownSpeedUnit["MilePerHour"] = "MilePerHour";
5566
- /** Knot */
5567
- KnownSpeedUnit["Knot"] = "Knot";
5568
- /** FootPerSecond */
5569
- KnownSpeedUnit["FootPerSecond"] = "FootPerSecond";
5570
- /** FootPerMinute */
5571
- KnownSpeedUnit["FootPerMinute"] = "FootPerMinute";
5572
- /** YardPerMinute */
5573
- KnownSpeedUnit["YardPerMinute"] = "YardPerMinute";
5574
- /** YardPerSecond */
5575
- KnownSpeedUnit["YardPerSecond"] = "YardPerSecond";
5576
- /** MeterPerMillisecond */
5577
- KnownSpeedUnit["MeterPerMillisecond"] = "MeterPerMillisecond";
5578
- /** CentimeterPerMillisecond */
5579
- KnownSpeedUnit["CentimeterPerMillisecond"] = "CentimeterPerMillisecond";
5580
- /** KilometerPerMillisecond */
5581
- KnownSpeedUnit["KilometerPerMillisecond"] = "KilometerPerMillisecond";
5582
- })(exports.KnownSpeedUnit || (exports.KnownSpeedUnit = {}));
5583
- /** Known values of {@link AreaUnit} that the service accepts. */
5584
- exports.KnownAreaUnit = void 0;
5585
- (function (KnownAreaUnit) {
5586
- /** Unspecified */
5587
- KnownAreaUnit["Unspecified"] = "Unspecified";
5588
- /** SquareKilometer */
5589
- KnownAreaUnit["SquareKilometer"] = "SquareKilometer";
5590
- /** SquareHectometer */
5591
- KnownAreaUnit["SquareHectometer"] = "SquareHectometer";
5592
- /** SquareDecameter */
5593
- KnownAreaUnit["SquareDecameter"] = "SquareDecameter";
5594
- /** SquareDecimeter */
5595
- KnownAreaUnit["SquareDecimeter"] = "SquareDecimeter";
5596
- /** SquareMeter */
5597
- KnownAreaUnit["SquareMeter"] = "SquareMeter";
5598
- /** SquareCentimeter */
5599
- KnownAreaUnit["SquareCentimeter"] = "SquareCentimeter";
5600
- /** SquareMillimeter */
5601
- KnownAreaUnit["SquareMillimeter"] = "SquareMillimeter";
5602
- /** SquareInch */
5603
- KnownAreaUnit["SquareInch"] = "SquareInch";
5604
- /** SquareFoot */
5605
- KnownAreaUnit["SquareFoot"] = "SquareFoot";
5606
- /** SquareMile */
5607
- KnownAreaUnit["SquareMile"] = "SquareMile";
5608
- /** SquareYard */
5609
- KnownAreaUnit["SquareYard"] = "SquareYard";
5610
- /** Acre */
5611
- KnownAreaUnit["Acre"] = "Acre";
5612
- })(exports.KnownAreaUnit || (exports.KnownAreaUnit = {}));
5613
- /** Known values of {@link LengthUnit} that the service accepts. */
5614
- exports.KnownLengthUnit = void 0;
5615
- (function (KnownLengthUnit) {
5616
- /** Unspecified */
5617
- KnownLengthUnit["Unspecified"] = "Unspecified";
5618
- /** Kilometer */
5619
- KnownLengthUnit["Kilometer"] = "Kilometer";
5620
- /** Hectometer */
5621
- KnownLengthUnit["Hectometer"] = "Hectometer";
5622
- /** Decameter */
5623
- KnownLengthUnit["Decameter"] = "Decameter";
5624
- /** Meter */
5625
- KnownLengthUnit["Meter"] = "Meter";
5626
- /** Decimeter */
5627
- KnownLengthUnit["Decimeter"] = "Decimeter";
5628
- /** Centimeter */
5629
- KnownLengthUnit["Centimeter"] = "Centimeter";
5630
- /** Millimeter */
5631
- KnownLengthUnit["Millimeter"] = "Millimeter";
5632
- /** Micrometer */
5633
- KnownLengthUnit["Micrometer"] = "Micrometer";
5634
- /** Nanometer */
5635
- KnownLengthUnit["Nanometer"] = "Nanometer";
5636
- /** Picometer */
5637
- KnownLengthUnit["Picometer"] = "Picometer";
5638
- /** Mile */
5639
- KnownLengthUnit["Mile"] = "Mile";
5640
- /** Yard */
5641
- KnownLengthUnit["Yard"] = "Yard";
5642
- /** Inch */
5643
- KnownLengthUnit["Inch"] = "Inch";
5644
- /** Foot */
5645
- KnownLengthUnit["Foot"] = "Foot";
5646
- /** LightYear */
5647
- KnownLengthUnit["LightYear"] = "LightYear";
5648
- /** Pt */
5649
- KnownLengthUnit["Pt"] = "Pt";
5650
- })(exports.KnownLengthUnit || (exports.KnownLengthUnit = {}));
5651
- /** Known values of {@link InformationUnit} that the service accepts. */
5652
- exports.KnownInformationUnit = void 0;
5653
- (function (KnownInformationUnit) {
5654
- /** Unspecified */
5655
- KnownInformationUnit["Unspecified"] = "Unspecified";
5656
- /** Bit */
5657
- KnownInformationUnit["Bit"] = "Bit";
5658
- /** Kilobit */
5659
- KnownInformationUnit["Kilobit"] = "Kilobit";
5660
- /** Megabit */
5661
- KnownInformationUnit["Megabit"] = "Megabit";
5662
- /** Gigabit */
5663
- KnownInformationUnit["Gigabit"] = "Gigabit";
5664
- /** Terabit */
5665
- KnownInformationUnit["Terabit"] = "Terabit";
5666
- /** Petabit */
5667
- KnownInformationUnit["Petabit"] = "Petabit";
5668
- /** Byte */
5669
- KnownInformationUnit["Byte"] = "Byte";
5670
- /** Kilobyte */
5671
- KnownInformationUnit["Kilobyte"] = "Kilobyte";
5672
- /** Megabyte */
5673
- KnownInformationUnit["Megabyte"] = "Megabyte";
5674
- /** Gigabyte */
5675
- KnownInformationUnit["Gigabyte"] = "Gigabyte";
5676
- /** Terabyte */
5677
- KnownInformationUnit["Terabyte"] = "Terabyte";
5678
- /** Petabyte */
5679
- KnownInformationUnit["Petabyte"] = "Petabyte";
5680
- })(exports.KnownInformationUnit || (exports.KnownInformationUnit = {}));
5681
- /** Known values of {@link TemperatureUnit} that the service accepts. */
5682
- exports.KnownTemperatureUnit = void 0;
5683
- (function (KnownTemperatureUnit) {
5684
- /** Unspecified */
5685
- KnownTemperatureUnit["Unspecified"] = "Unspecified";
5686
- /** Fahrenheit */
5687
- KnownTemperatureUnit["Fahrenheit"] = "Fahrenheit";
5688
- /** Kelvin */
5689
- KnownTemperatureUnit["Kelvin"] = "Kelvin";
5690
- /** Rankine */
5691
- KnownTemperatureUnit["Rankine"] = "Rankine";
5692
- /** Celsius */
5693
- KnownTemperatureUnit["Celsius"] = "Celsius";
5694
- })(exports.KnownTemperatureUnit || (exports.KnownTemperatureUnit = {}));
5695
- /** Known values of {@link WeightUnit} that the service accepts. */
5696
- exports.KnownWeightUnit = void 0;
5697
- (function (KnownWeightUnit) {
5698
- /** Unspecified */
5699
- KnownWeightUnit["Unspecified"] = "Unspecified";
5700
- /** Kilogram */
5701
- KnownWeightUnit["Kilogram"] = "Kilogram";
5702
- /** Gram */
5703
- KnownWeightUnit["Gram"] = "Gram";
5704
- /** Milligram */
5705
- KnownWeightUnit["Milligram"] = "Milligram";
5706
- /** Gallon */
5707
- KnownWeightUnit["Gallon"] = "Gallon";
5708
- /** MetricTon */
5709
- KnownWeightUnit["MetricTon"] = "MetricTon";
5710
- /** Ton */
5711
- KnownWeightUnit["Ton"] = "Ton";
5712
- /** Pound */
5713
- KnownWeightUnit["Pound"] = "Pound";
5714
- /** Ounce */
5715
- KnownWeightUnit["Ounce"] = "Ounce";
5716
- /** Grain */
5717
- KnownWeightUnit["Grain"] = "Grain";
5718
- /** PennyWeight */
5719
- KnownWeightUnit["PennyWeight"] = "PennyWeight";
5720
- /** LongTonBritish */
5721
- KnownWeightUnit["LongTonBritish"] = "LongTonBritish";
5722
- /** ShortTonUS */
5723
- KnownWeightUnit["ShortTonUS"] = "ShortTonUS";
5724
- /** ShortHundredWeightUS */
5725
- KnownWeightUnit["ShortHundredWeightUS"] = "ShortHundredWeightUS";
5726
- /** Stone */
5727
- KnownWeightUnit["Stone"] = "Stone";
5728
- /** Dram */
5729
- KnownWeightUnit["Dram"] = "Dram";
5730
- })(exports.KnownWeightUnit || (exports.KnownWeightUnit = {}));
5731
- /** Known values of {@link DateTimeSubKind} that the service accepts. */
5732
- exports.KnownDateTimeSubKind = void 0;
5733
- (function (KnownDateTimeSubKind) {
5734
- /** Time */
5735
- KnownDateTimeSubKind["Time"] = "Time";
5736
- /** Date */
5737
- KnownDateTimeSubKind["Date"] = "Date";
5738
- /** DateTime */
5739
- KnownDateTimeSubKind["DateTime"] = "DateTime";
5740
- /** Duration */
5741
- KnownDateTimeSubKind["Duration"] = "Duration";
5742
- /** Set */
5743
- KnownDateTimeSubKind["Set"] = "Set";
5744
- })(exports.KnownDateTimeSubKind || (exports.KnownDateTimeSubKind = {}));
5745
- /** Known values of {@link TemporalModifier} that the service accepts. */
5746
- exports.KnownTemporalModifier = void 0;
5747
- (function (KnownTemporalModifier) {
5748
- /** AfterApprox */
5749
- KnownTemporalModifier["AfterApprox"] = "AfterApprox";
5750
- /** Before */
5751
- KnownTemporalModifier["Before"] = "Before";
5752
- /** BeforeStart */
5753
- KnownTemporalModifier["BeforeStart"] = "BeforeStart";
5754
- /** Approx */
5755
- KnownTemporalModifier["Approx"] = "Approx";
5756
- /** ReferenceUndefined */
5757
- KnownTemporalModifier["ReferenceUndefined"] = "ReferenceUndefined";
5758
- /** SinceEnd */
5759
- KnownTemporalModifier["SinceEnd"] = "SinceEnd";
5760
- /** AfterMid */
5761
- KnownTemporalModifier["AfterMid"] = "AfterMid";
5762
- /** Start */
5763
- KnownTemporalModifier["Start"] = "Start";
5764
- /** After */
5765
- KnownTemporalModifier["After"] = "After";
5766
- /** BeforeEnd */
5767
- KnownTemporalModifier["BeforeEnd"] = "BeforeEnd";
5768
- /** Until */
5769
- KnownTemporalModifier["Until"] = "Until";
5770
- /** End */
5771
- KnownTemporalModifier["End"] = "End";
5772
- /** Less */
5773
- KnownTemporalModifier["Less"] = "Less";
5774
- /** Since */
5775
- KnownTemporalModifier["Since"] = "Since";
5776
- /** AfterStart */
5777
- KnownTemporalModifier["AfterStart"] = "AfterStart";
5778
- /** BeforeApprox */
5779
- KnownTemporalModifier["BeforeApprox"] = "BeforeApprox";
5780
- /** Mid */
5781
- KnownTemporalModifier["Mid"] = "Mid";
5782
- /** More */
5783
- KnownTemporalModifier["More"] = "More";
5784
- })(exports.KnownTemporalModifier || (exports.KnownTemporalModifier = {}));
5785
- /** Known values of {@link NumberKind} that the service accepts. */
5786
- exports.KnownNumberKind = void 0;
5787
- (function (KnownNumberKind) {
5788
- /** Integer */
5789
- KnownNumberKind["Integer"] = "Integer";
5790
- /** Decimal */
5791
- KnownNumberKind["Decimal"] = "Decimal";
5792
- /** Power */
5793
- KnownNumberKind["Power"] = "Power";
5794
- /** Fraction */
5795
- KnownNumberKind["Fraction"] = "Fraction";
5796
- /** Percent */
5797
- KnownNumberKind["Percent"] = "Percent";
5798
- /** Unspecified */
5799
- KnownNumberKind["Unspecified"] = "Unspecified";
5800
- })(exports.KnownNumberKind || (exports.KnownNumberKind = {}));
5801
- /** Known values of {@link RelativeTo} that the service accepts. */
5802
- exports.KnownRelativeTo = void 0;
5803
- (function (KnownRelativeTo) {
5804
- /** Current */
5805
- KnownRelativeTo["Current"] = "Current";
5806
- /** End */
5807
- KnownRelativeTo["End"] = "End";
5808
- /** Start */
5809
- KnownRelativeTo["Start"] = "Start";
5810
- })(exports.KnownRelativeTo || (exports.KnownRelativeTo = {}));
5811
- /** Known values of {@link RangeKind} that the service accepts. */
5812
- exports.KnownRangeKind = void 0;
5813
- (function (KnownRangeKind) {
5814
- /** Number */
5815
- KnownRangeKind["Number"] = "Number";
5816
- /** Speed */
5817
- KnownRangeKind["Speed"] = "Speed";
5818
- /** Weight */
5819
- KnownRangeKind["Weight"] = "Weight";
5820
- /** Length */
5821
- KnownRangeKind["Length"] = "Length";
5822
- /** Volume */
5823
- KnownRangeKind["Volume"] = "Volume";
5824
- /** Area */
5825
- KnownRangeKind["Area"] = "Area";
5826
- /** Age */
5827
- KnownRangeKind["Age"] = "Age";
5828
- /** Information */
5829
- KnownRangeKind["Information"] = "Information";
5830
- /** Temperature */
5831
- KnownRangeKind["Temperature"] = "Temperature";
5832
- /** Currency */
5833
- KnownRangeKind["Currency"] = "Currency";
5834
- })(exports.KnownRangeKind || (exports.KnownRangeKind = {}));
5835
4960
  /** Known values of {@link ExtractiveSummarizationOrderingCriteria} that the service accepts. */
5836
4961
  exports.KnownExtractiveSummarizationOrderingCriteria = void 0;
5837
4962
  (function (KnownExtractiveSummarizationOrderingCriteria) {
@@ -5869,14 +4994,6 @@ const AnalyzeBatchActionNames = {
5869
4994
  CustomSingleLabelClassification: "CustomSingleLabelClassification",
5870
4995
  CustomMultiLabelClassification: "CustomMultiLabelClassification",
5871
4996
  };
5872
- /**
5873
- * Known values of the {@link HealthcareAction.fhirVersion} parameter.
5874
- */
5875
- exports.KnownFhirVersion = void 0;
5876
- (function (KnownFhirVersion) {
5877
- /** 4.0.1 */
5878
- KnownFhirVersion["4.0.1"] = "4.0.1";
5879
- })(exports.KnownFhirVersion || (exports.KnownFhirVersion = {}));
5880
4997
  /**
5881
4998
  * Enum of possible error codes of a {@link TextAnalysisError}.
5882
4999
  */