@aws-sdk/client-medical-imaging 3.929.0 → 3.931.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-cjs/index.js
CHANGED
|
@@ -246,30 +246,6 @@ const Operator = {
|
|
|
246
246
|
BETWEEN: "BETWEEN",
|
|
247
247
|
EQUAL: "EQUAL",
|
|
248
248
|
};
|
|
249
|
-
exports.SearchByAttributeValue = void 0;
|
|
250
|
-
(function (SearchByAttributeValue) {
|
|
251
|
-
SearchByAttributeValue.visit = (value, visitor) => {
|
|
252
|
-
if (value.DICOMPatientId !== undefined)
|
|
253
|
-
return visitor.DICOMPatientId(value.DICOMPatientId);
|
|
254
|
-
if (value.DICOMAccessionNumber !== undefined)
|
|
255
|
-
return visitor.DICOMAccessionNumber(value.DICOMAccessionNumber);
|
|
256
|
-
if (value.DICOMStudyId !== undefined)
|
|
257
|
-
return visitor.DICOMStudyId(value.DICOMStudyId);
|
|
258
|
-
if (value.DICOMStudyInstanceUID !== undefined)
|
|
259
|
-
return visitor.DICOMStudyInstanceUID(value.DICOMStudyInstanceUID);
|
|
260
|
-
if (value.DICOMSeriesInstanceUID !== undefined)
|
|
261
|
-
return visitor.DICOMSeriesInstanceUID(value.DICOMSeriesInstanceUID);
|
|
262
|
-
if (value.createdAt !== undefined)
|
|
263
|
-
return visitor.createdAt(value.createdAt);
|
|
264
|
-
if (value.updatedAt !== undefined)
|
|
265
|
-
return visitor.updatedAt(value.updatedAt);
|
|
266
|
-
if (value.DICOMStudyDateAndTime !== undefined)
|
|
267
|
-
return visitor.DICOMStudyDateAndTime(value.DICOMStudyDateAndTime);
|
|
268
|
-
if (value.isPrimary !== undefined)
|
|
269
|
-
return visitor.isPrimary(value.isPrimary);
|
|
270
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
271
|
-
};
|
|
272
|
-
})(exports.SearchByAttributeValue || (exports.SearchByAttributeValue = {}));
|
|
273
249
|
const SortField = {
|
|
274
250
|
DICOMStudyDateAndTime: "DICOMStudyDateAndTime",
|
|
275
251
|
createdAt: "createdAt",
|
|
@@ -279,16 +255,6 @@ const SortOrder = {
|
|
|
279
255
|
ASC: "ASC",
|
|
280
256
|
DESC: "DESC",
|
|
281
257
|
};
|
|
282
|
-
exports.MetadataUpdates = void 0;
|
|
283
|
-
(function (MetadataUpdates) {
|
|
284
|
-
MetadataUpdates.visit = (value, visitor) => {
|
|
285
|
-
if (value.DICOMUpdates !== undefined)
|
|
286
|
-
return visitor.DICOMUpdates(value.DICOMUpdates);
|
|
287
|
-
if (value.revertToVersionId !== undefined)
|
|
288
|
-
return visitor.revertToVersionId(value.revertToVersionId);
|
|
289
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
290
|
-
};
|
|
291
|
-
})(exports.MetadataUpdates || (exports.MetadataUpdates = {}));
|
|
292
258
|
|
|
293
259
|
const _ADE = "AccessDeniedException";
|
|
294
260
|
const _CA = "CopiableAttributes";
|
|
@@ -128,30 +128,6 @@ export const Operator = {
|
|
|
128
128
|
BETWEEN: "BETWEEN",
|
|
129
129
|
EQUAL: "EQUAL",
|
|
130
130
|
};
|
|
131
|
-
export var SearchByAttributeValue;
|
|
132
|
-
(function (SearchByAttributeValue) {
|
|
133
|
-
SearchByAttributeValue.visit = (value, visitor) => {
|
|
134
|
-
if (value.DICOMPatientId !== undefined)
|
|
135
|
-
return visitor.DICOMPatientId(value.DICOMPatientId);
|
|
136
|
-
if (value.DICOMAccessionNumber !== undefined)
|
|
137
|
-
return visitor.DICOMAccessionNumber(value.DICOMAccessionNumber);
|
|
138
|
-
if (value.DICOMStudyId !== undefined)
|
|
139
|
-
return visitor.DICOMStudyId(value.DICOMStudyId);
|
|
140
|
-
if (value.DICOMStudyInstanceUID !== undefined)
|
|
141
|
-
return visitor.DICOMStudyInstanceUID(value.DICOMStudyInstanceUID);
|
|
142
|
-
if (value.DICOMSeriesInstanceUID !== undefined)
|
|
143
|
-
return visitor.DICOMSeriesInstanceUID(value.DICOMSeriesInstanceUID);
|
|
144
|
-
if (value.createdAt !== undefined)
|
|
145
|
-
return visitor.createdAt(value.createdAt);
|
|
146
|
-
if (value.updatedAt !== undefined)
|
|
147
|
-
return visitor.updatedAt(value.updatedAt);
|
|
148
|
-
if (value.DICOMStudyDateAndTime !== undefined)
|
|
149
|
-
return visitor.DICOMStudyDateAndTime(value.DICOMStudyDateAndTime);
|
|
150
|
-
if (value.isPrimary !== undefined)
|
|
151
|
-
return visitor.isPrimary(value.isPrimary);
|
|
152
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
153
|
-
};
|
|
154
|
-
})(SearchByAttributeValue || (SearchByAttributeValue = {}));
|
|
155
131
|
export const SortField = {
|
|
156
132
|
DICOMStudyDateAndTime: "DICOMStudyDateAndTime",
|
|
157
133
|
createdAt: "createdAt",
|
|
@@ -161,13 +137,3 @@ export const SortOrder = {
|
|
|
161
137
|
ASC: "ASC",
|
|
162
138
|
DESC: "DESC",
|
|
163
139
|
};
|
|
164
|
-
export var MetadataUpdates;
|
|
165
|
-
(function (MetadataUpdates) {
|
|
166
|
-
MetadataUpdates.visit = (value, visitor) => {
|
|
167
|
-
if (value.DICOMUpdates !== undefined)
|
|
168
|
-
return visitor.DICOMUpdates(value.DICOMUpdates);
|
|
169
|
-
if (value.revertToVersionId !== undefined)
|
|
170
|
-
return visitor.revertToVersionId(value.revertToVersionId);
|
|
171
|
-
return visitor._(value.$unknown[0], value.$unknown[1]);
|
|
172
|
-
};
|
|
173
|
-
})(MetadataUpdates || (MetadataUpdates = {}));
|
|
@@ -1299,6 +1299,10 @@ export declare namespace SearchByAttributeValue {
|
|
|
1299
1299
|
isPrimary?: never;
|
|
1300
1300
|
$unknown: [string, any];
|
|
1301
1301
|
}
|
|
1302
|
+
/**
|
|
1303
|
+
* @deprecated unused in schema-serde mode.
|
|
1304
|
+
*
|
|
1305
|
+
*/
|
|
1302
1306
|
interface Visitor<T> {
|
|
1303
1307
|
DICOMPatientId: (value: string) => T;
|
|
1304
1308
|
DICOMAccessionNumber: (value: string) => T;
|
|
@@ -1311,7 +1315,6 @@ export declare namespace SearchByAttributeValue {
|
|
|
1311
1315
|
isPrimary: (value: boolean) => T;
|
|
1312
1316
|
_: (name: string, value: any) => T;
|
|
1313
1317
|
}
|
|
1314
|
-
const visit: <T>(value: SearchByAttributeValue, visitor: Visitor<T>) => T;
|
|
1315
1318
|
}
|
|
1316
1319
|
/**
|
|
1317
1320
|
* <p>The search filter.</p>
|
|
@@ -1719,12 +1722,15 @@ export declare namespace MetadataUpdates {
|
|
|
1719
1722
|
revertToVersionId?: never;
|
|
1720
1723
|
$unknown: [string, any];
|
|
1721
1724
|
}
|
|
1725
|
+
/**
|
|
1726
|
+
* @deprecated unused in schema-serde mode.
|
|
1727
|
+
*
|
|
1728
|
+
*/
|
|
1722
1729
|
interface Visitor<T> {
|
|
1723
1730
|
DICOMUpdates: (value: DICOMUpdates) => T;
|
|
1724
1731
|
revertToVersionId: (value: string) => T;
|
|
1725
1732
|
_: (name: string, value: any) => T;
|
|
1726
1733
|
}
|
|
1727
|
-
const visit: <T>(value: MetadataUpdates, visitor: Visitor<T>) => T;
|
|
1728
1734
|
}
|
|
1729
1735
|
/**
|
|
1730
1736
|
* @public
|
|
@@ -472,7 +472,6 @@ export declare namespace SearchByAttributeValue {
|
|
|
472
472
|
isPrimary: (value: boolean) => T;
|
|
473
473
|
_: (name: string, value: any) => T;
|
|
474
474
|
}
|
|
475
|
-
const visit: <T>(value: SearchByAttributeValue, visitor: Visitor<T>) => T;
|
|
476
475
|
}
|
|
477
476
|
export interface SearchFilter {
|
|
478
477
|
values: SearchByAttributeValue[] | undefined;
|
|
@@ -590,7 +589,6 @@ export declare namespace MetadataUpdates {
|
|
|
590
589
|
revertToVersionId: (value: string) => T;
|
|
591
590
|
_: (name: string, value: any) => T;
|
|
592
591
|
}
|
|
593
|
-
const visit: <T>(value: MetadataUpdates, visitor: Visitor<T>) => T;
|
|
594
592
|
}
|
|
595
593
|
export interface UpdateImageSetMetadataRequest {
|
|
596
594
|
datastoreId: string | undefined;
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-medical-imaging",
|
|
3
3
|
"description": "AWS SDK for JavaScript Medical Imaging Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.931.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "concurrently 'yarn:build:cjs' 'yarn:build:es' 'yarn:build:types'",
|
|
7
7
|
"build:cjs": "node ../../scripts/compilation/inline client-medical-imaging",
|
|
@@ -20,42 +20,42 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "5.2.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "5.2.0",
|
|
23
|
-
"@aws-sdk/core": "3.
|
|
24
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
25
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
26
|
-
"@aws-sdk/middleware-logger": "3.
|
|
27
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
28
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
29
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
30
|
-
"@aws-sdk/types": "3.
|
|
31
|
-
"@aws-sdk/util-endpoints": "3.
|
|
32
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
34
|
-
"@smithy/config-resolver": "^4.4.
|
|
35
|
-
"@smithy/core": "^3.
|
|
36
|
-
"@smithy/fetch-http-handler": "^5.3.
|
|
37
|
-
"@smithy/hash-node": "^4.2.
|
|
38
|
-
"@smithy/invalid-dependency": "^4.2.
|
|
39
|
-
"@smithy/middleware-content-length": "^4.2.
|
|
40
|
-
"@smithy/middleware-endpoint": "^4.3.
|
|
41
|
-
"@smithy/middleware-retry": "^4.4.
|
|
42
|
-
"@smithy/middleware-serde": "^4.2.
|
|
43
|
-
"@smithy/middleware-stack": "^4.2.
|
|
44
|
-
"@smithy/node-config-provider": "^4.3.
|
|
45
|
-
"@smithy/node-http-handler": "^4.4.
|
|
46
|
-
"@smithy/protocol-http": "^5.3.
|
|
47
|
-
"@smithy/smithy-client": "^4.9.
|
|
48
|
-
"@smithy/types": "^4.
|
|
49
|
-
"@smithy/url-parser": "^4.2.
|
|
23
|
+
"@aws-sdk/core": "3.931.0",
|
|
24
|
+
"@aws-sdk/credential-provider-node": "3.931.0",
|
|
25
|
+
"@aws-sdk/middleware-host-header": "3.930.0",
|
|
26
|
+
"@aws-sdk/middleware-logger": "3.930.0",
|
|
27
|
+
"@aws-sdk/middleware-recursion-detection": "3.930.0",
|
|
28
|
+
"@aws-sdk/middleware-user-agent": "3.931.0",
|
|
29
|
+
"@aws-sdk/region-config-resolver": "3.930.0",
|
|
30
|
+
"@aws-sdk/types": "3.930.0",
|
|
31
|
+
"@aws-sdk/util-endpoints": "3.930.0",
|
|
32
|
+
"@aws-sdk/util-user-agent-browser": "3.930.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-node": "3.931.0",
|
|
34
|
+
"@smithy/config-resolver": "^4.4.3",
|
|
35
|
+
"@smithy/core": "^3.18.2",
|
|
36
|
+
"@smithy/fetch-http-handler": "^5.3.6",
|
|
37
|
+
"@smithy/hash-node": "^4.2.5",
|
|
38
|
+
"@smithy/invalid-dependency": "^4.2.5",
|
|
39
|
+
"@smithy/middleware-content-length": "^4.2.5",
|
|
40
|
+
"@smithy/middleware-endpoint": "^4.3.9",
|
|
41
|
+
"@smithy/middleware-retry": "^4.4.9",
|
|
42
|
+
"@smithy/middleware-serde": "^4.2.5",
|
|
43
|
+
"@smithy/middleware-stack": "^4.2.5",
|
|
44
|
+
"@smithy/node-config-provider": "^4.3.5",
|
|
45
|
+
"@smithy/node-http-handler": "^4.4.5",
|
|
46
|
+
"@smithy/protocol-http": "^5.3.5",
|
|
47
|
+
"@smithy/smithy-client": "^4.9.5",
|
|
48
|
+
"@smithy/types": "^4.9.0",
|
|
49
|
+
"@smithy/url-parser": "^4.2.5",
|
|
50
50
|
"@smithy/util-base64": "^4.3.0",
|
|
51
51
|
"@smithy/util-body-length-browser": "^4.2.0",
|
|
52
52
|
"@smithy/util-body-length-node": "^4.2.1",
|
|
53
|
-
"@smithy/util-defaults-mode-browser": "^4.3.
|
|
54
|
-
"@smithy/util-defaults-mode-node": "^4.2.
|
|
55
|
-
"@smithy/util-endpoints": "^3.2.
|
|
56
|
-
"@smithy/util-middleware": "^4.2.
|
|
57
|
-
"@smithy/util-retry": "^4.2.
|
|
58
|
-
"@smithy/util-stream": "^4.5.
|
|
53
|
+
"@smithy/util-defaults-mode-browser": "^4.3.8",
|
|
54
|
+
"@smithy/util-defaults-mode-node": "^4.2.11",
|
|
55
|
+
"@smithy/util-endpoints": "^3.2.5",
|
|
56
|
+
"@smithy/util-middleware": "^4.2.5",
|
|
57
|
+
"@smithy/util-retry": "^4.2.5",
|
|
58
|
+
"@smithy/util-stream": "^4.5.6",
|
|
59
59
|
"@smithy/util-utf8": "^4.2.0",
|
|
60
60
|
"tslib": "^2.6.2"
|
|
61
61
|
},
|