@azure-rest/health-insights-radiologyinsights 1.0.0-alpha.20241118.2 → 1.0.0-alpha.20241120.1

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.
Files changed (75) hide show
  1. package/package.json +2 -2
  2. package/types/health-insights-radiologyinsights-rest.d.ts +2194 -0
  3. package/types/samples-dev/sample_age_mismatch_inference_async.d.ts +2 -0
  4. package/types/samples-dev/sample_age_mismatch_inference_async.d.ts.map +1 -0
  5. package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts +2 -0
  6. package/types/samples-dev/sample_complete_order_discrepancy_inference_async.d.ts.map +1 -0
  7. package/types/samples-dev/sample_critical_result_inference_async.d.ts +2 -0
  8. package/types/samples-dev/sample_critical_result_inference_async.d.ts.map +1 -0
  9. package/types/samples-dev/sample_critical_result_managed_identity.d.ts +2 -0
  10. package/types/samples-dev/sample_critical_result_managed_identity.d.ts.map +1 -0
  11. package/types/samples-dev/sample_finding_inference_async.d.ts +2 -0
  12. package/types/samples-dev/sample_finding_inference_async.d.ts.map +1 -0
  13. package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts +2 -0
  14. package/types/samples-dev/sample_follow_up_communication_inference_async.d.ts.map +1 -0
  15. package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts +2 -0
  16. package/types/samples-dev/sample_follow_up_recommendation_inference_async.d.ts.map +1 -0
  17. package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts +2 -0
  18. package/types/samples-dev/sample_laterality_discrepancy_inference_async.d.ts.map +1 -0
  19. package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts +2 -0
  20. package/types/samples-dev/sample_limited_order_discrepancy_inference_async.d.ts.map +1 -0
  21. package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts +2 -0
  22. package/types/samples-dev/sample_radiology_procedure_inference_async.d.ts.map +1 -0
  23. package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts +2 -0
  24. package/types/samples-dev/sample_sex_mismatch_inference_async.d.ts.map +1 -0
  25. package/types/src/azureHealthInsightsClient.d.ts +11 -0
  26. package/types/src/azureHealthInsightsClient.d.ts.map +1 -0
  27. package/types/src/clientDefinitions.d.ts +21 -0
  28. package/types/src/clientDefinitions.d.ts.map +1 -0
  29. package/types/src/index.d.ts +12 -0
  30. package/types/src/index.d.ts.map +1 -0
  31. package/types/src/isUnexpected.d.ts +6 -0
  32. package/types/src/isUnexpected.d.ts.map +1 -0
  33. package/types/src/logger.d.ts +2 -0
  34. package/types/src/logger.d.ts.map +1 -0
  35. package/types/src/models.d.ts +909 -0
  36. package/types/src/models.d.ts.map +1 -0
  37. package/types/src/outputModels.d.ts +936 -0
  38. package/types/src/outputModels.d.ts.map +1 -0
  39. package/types/src/parameters.d.ts +32 -0
  40. package/types/src/parameters.d.ts.map +1 -0
  41. package/types/src/pollingHelper.d.ts +12 -0
  42. package/types/src/pollingHelper.d.ts.map +1 -0
  43. package/types/src/responses.d.ts +91 -0
  44. package/types/src/responses.d.ts.map +1 -0
  45. package/types/src/serializeHelper.d.ts +3 -0
  46. package/types/src/serializeHelper.d.ts.map +1 -0
  47. package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts +2 -0
  48. package/types/test/public/SampleAgeMismatchInferenceAsync.spec.d.ts.map +1 -0
  49. package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts +2 -0
  50. package/types/test/public/SampleCompleteOrderDiscrepancyInferenceAsync.spec.d.ts.map +1 -0
  51. package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts +2 -0
  52. package/types/test/public/SampleCriticalResultInferenceAsync.spec.d.ts.map +1 -0
  53. package/types/test/public/SampleFindingInferenceAsync.spec.d.ts +2 -0
  54. package/types/test/public/SampleFindingInferenceAsync.spec.d.ts.map +1 -0
  55. package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts +2 -0
  56. package/types/test/public/SampleFollowUpCommunicationAsync.spec.d.ts.map +1 -0
  57. package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts +2 -0
  58. package/types/test/public/SampleFollowUpRecommendationAsync.spec.d.ts.map +1 -0
  59. package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts +2 -0
  60. package/types/test/public/SampleLateralityDiscrepancyInferenceAsync.spec.d.ts.map +1 -0
  61. package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts +2 -0
  62. package/types/test/public/SampleLimitedOrderDiscrepancyInferenceAsync.spec.d.ts.map +1 -0
  63. package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts +2 -0
  64. package/types/test/public/SampleRadiologyProcedureInferenceAsync.spec.d.ts.map +1 -0
  65. package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts +2 -0
  66. package/types/test/public/SampleSexMismatchInferenceAsync.spec.d.ts.map +1 -0
  67. package/types/test/public/Test_RadiologyInsights_async.spec.d.ts +2 -0
  68. package/types/test/public/Test_RadiologyInsights_async.spec.d.ts.map +1 -0
  69. package/types/test/public/utils/env.browser.d.ts +1 -0
  70. package/types/test/public/utils/env.browser.d.ts.map +1 -0
  71. package/types/test/public/utils/env.d.ts +2 -0
  72. package/types/test/public/utils/env.d.ts.map +1 -0
  73. package/types/test/public/utils/recordedClient.d.ts +13 -0
  74. package/types/test/public/utils/recordedClient.d.ts.map +1 -0
  75. package/types/tsdoc-metadata.json +11 -0
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_age_mismatch_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_age_mismatch_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_age_mismatch_inference_async.ts"],"names":[],"mappings":"AAuNA,wBAAsB,IAAI,kBAsBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_complete_order_discrepancy_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_complete_order_discrepancy_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_complete_order_discrepancy_inference_async.ts"],"names":[],"mappings":"AAqNA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_critical_result_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_critical_result_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_critical_result_inference_async.ts"],"names":[],"mappings":"AAgMA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_critical_result_managed_identity.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_critical_result_managed_identity.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_critical_result_managed_identity.ts"],"names":[],"mappings":"AAiMA,wBAAsB,IAAI,kBAgCzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_finding_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_finding_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_finding_inference_async.ts"],"names":[],"mappings":"AA4NA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_follow_up_communication_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_follow_up_communication_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_follow_up_communication_inference_async.ts"],"names":[],"mappings":"AAqMA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_follow_up_recommendation_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_follow_up_recommendation_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_follow_up_recommendation_inference_async.ts"],"names":[],"mappings":"AAkPA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_laterality_discrepancy_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_laterality_discrepancy_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_laterality_discrepancy_inference_async.ts"],"names":[],"mappings":"AAwLA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_limited_order_discrepancy_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_limited_order_discrepancy_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_limited_order_discrepancy_inference_async.ts"],"names":[],"mappings":"AA4NA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_radiology_procedure_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_radiology_procedure_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_radiology_procedure_inference_async.ts"],"names":[],"mappings":"AAmOA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,2 @@
1
+ export declare function main(): Promise<void>;
2
+ //# sourceMappingURL=sample_sex_mismatch_inference_async.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sample_sex_mismatch_inference_async.d.ts","sourceRoot":"","sources":["../../samples-dev/sample_sex_mismatch_inference_async.ts"],"names":[],"mappings":"AA4MA,wBAAsB,IAAI,kBAqBzB"}
@@ -0,0 +1,11 @@
1
+ import type { ClientOptions } from "@azure-rest/core-client";
2
+ import type { TokenCredential } from "@azure/core-auth";
3
+ import type { AzureHealthInsightsClient } from "./clientDefinitions";
4
+ /**
5
+ * Initialize a new instance of `AzureHealthInsightsClient`
6
+ * @param endpointParam - Supported Cognitive Services endpoints (protocol and hostname, for example: https://westus2.cognitiveservices.azure.com).
7
+ * @param credentials - uniquely identify client credential
8
+ * @param options - the parameter for all optional parameters
9
+ */
10
+ export default function createClient(endpointParam: string, credentials: TokenCredential, options?: ClientOptions): AzureHealthInsightsClient;
11
+ //# sourceMappingURL=azureHealthInsightsClient.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"azureHealthInsightsClient.d.ts","sourceRoot":"","sources":["../../src/azureHealthInsightsClient.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,yBAAyB,CAAC;AAE7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,kBAAkB,CAAC;AACxD,OAAO,KAAK,EAAE,yBAAyB,EAAE,MAAM,qBAAqB,CAAC;AAGrE;;;;;GAKG;AACH,MAAM,CAAC,OAAO,UAAU,YAAY,CAClC,aAAa,EAAE,MAAM,EACrB,WAAW,EAAE,eAAe,EAC5B,OAAO,GAAE,aAAkB,GAC1B,yBAAyB,CAyB3B"}
@@ -0,0 +1,21 @@
1
+ import type { Client, StreamableMethod } from "@azure-rest/core-client";
2
+ import type { CreateJobParameters, GetJobParameters } from "./parameters";
3
+ import type { CreateJob200Response, CreateJob201Response, CreateJobDefaultResponse, GetJob200Response, GetJobDefaultResponse } from "./responses";
4
+ /** Gets the Radiology Insights job. */
5
+ export interface GetJob {
6
+ /** Gets the status and details of the Radiology Insights job. */
7
+ get(options?: GetJobParameters): StreamableMethod<GetJob200Response | GetJobDefaultResponse>;
8
+ /** Creates a Radiology Insights job with the given request body. */
9
+ put(options: CreateJobParameters, requestOptions?: GetJobParameters): StreamableMethod<CreateJob200Response | CreateJob201Response | CreateJobDefaultResponse>;
10
+ }
11
+ /** The routes for the resource */
12
+ export interface Routes {
13
+ /** Resource for '/radiology-insights/jobs/\{id\}' has methods for the following verbs: get, put */
14
+ (path: "/radiology-insights/jobs/{id}", id: string): GetJob;
15
+ }
16
+ /** Create a HealthInsightsclient which is a Client an defined by the resource */
17
+ export type AzureHealthInsightsClient = Client & {
18
+ /** The path specified by the routes for the resource */
19
+ path: Routes;
20
+ };
21
+ //# sourceMappingURL=clientDefinitions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"clientDefinitions.d.ts","sourceRoot":"","sources":["../../src/clientDefinitions.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,MAAM,EAAE,gBAAgB,EAAE,MAAM,yBAAyB,CAAC;AACxE,OAAO,KAAK,EAAE,mBAAmB,EAAE,gBAAgB,EAAE,MAAM,cAAc,CAAC;AAC1E,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAErB,uCAAuC;AACvC,MAAM,WAAW,MAAM;IACrB,iEAAiE;IACjE,GAAG,CAAC,OAAO,CAAC,EAAE,gBAAgB,GAAG,gBAAgB,CAAC,iBAAiB,GAAG,qBAAqB,CAAC,CAAC;IAC7F,oEAAoE;IACpE,GAAG,CACD,OAAO,EAAE,mBAAmB,EAC5B,cAAc,CAAC,EAAE,gBAAgB,GAChC,gBAAgB,CAAC,oBAAoB,GAAG,oBAAoB,GAAG,wBAAwB,CAAC,CAAC;CAC7F;AAED,kCAAkC;AAClC,MAAM,WAAW,MAAM;IACrB,mGAAmG;IACnG,CAAC,IAAI,EAAE,+BAA+B,EAAE,EAAE,EAAE,MAAM,GAAG,MAAM,CAAC;CAC7D;AAED,iFAAiF;AACjF,MAAM,MAAM,yBAAyB,GAAG,MAAM,GAAG;IAC/C,wDAAwD;IACxD,IAAI,EAAE,MAAM,CAAC;CACd,CAAC"}
@@ -0,0 +1,12 @@
1
+ import AzureHealthInsightsClient from "./azureHealthInsightsClient";
2
+ export * from "./azureHealthInsightsClient";
3
+ export * from "./clientDefinitions";
4
+ export * from "./isUnexpected";
5
+ export * from "./models";
6
+ export * from "./outputModels";
7
+ export * from "./parameters";
8
+ export * from "./pollingHelper";
9
+ export * from "./responses";
10
+ export * from "./serializeHelper";
11
+ export default AzureHealthInsightsClient;
12
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAGA,OAAO,yBAAyB,MAAM,6BAA6B,CAAC;AAEpE,cAAc,6BAA6B,CAAC;AAC5C,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,cAAc,CAAC;AAC7B,cAAc,iBAAiB,CAAC;AAChC,cAAc,aAAa,CAAC;AAC5B,cAAc,mBAAmB,CAAC;AAElC,eAAe,yBAAyB,CAAC"}
@@ -0,0 +1,6 @@
1
+ import type { CreateJob200Response, CreateJob201Response, CreateJobDefaultResponse, CreateJobLogicalResponse, GetJob200Response, GetJobDefaultResponse } from "./responses";
2
+ /** Unexpected responses for get job calls */
3
+ export declare function isUnexpected(response: GetJob200Response | GetJobDefaultResponse): response is GetJobDefaultResponse;
4
+ /** Unexpected responses for create job calls */
5
+ export declare function isUnexpected(response: CreateJob200Response | CreateJob201Response | CreateJobLogicalResponse | CreateJobDefaultResponse): response is CreateJobDefaultResponse;
6
+ //# sourceMappingURL=isUnexpected.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"isUnexpected.d.ts","sourceRoot":"","sources":["../../src/isUnexpected.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EACV,oBAAoB,EACpB,oBAAoB,EACpB,wBAAwB,EACxB,wBAAwB,EACxB,iBAAiB,EACjB,qBAAqB,EACtB,MAAM,aAAa,CAAC;AAOrB,6CAA6C;AAC7C,wBAAgB,YAAY,CAC1B,QAAQ,EAAE,iBAAiB,GAAG,qBAAqB,GAClD,QAAQ,IAAI,qBAAqB,CAAC;AAErC,gDAAgD;AAChD,wBAAgB,YAAY,CAC1B,QAAQ,EACJ,oBAAoB,GACpB,oBAAoB,GACpB,wBAAwB,GACxB,wBAAwB,GAC3B,QAAQ,IAAI,wBAAwB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare const logger: import("@azure/logger").AzureLogger;
2
+ //# sourceMappingURL=logger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"logger.d.ts","sourceRoot":"","sources":["../../src/logger.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,qCAA0D,CAAC"}