@aws-sdk/client-personalize 3.37.0 → 3.38.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/CHANGELOG.md +12 -0
- package/dist-cjs/commands/index.js +50 -0
- package/dist-cjs/index.js +4 -62
- package/dist-cjs/pagination/index.js +16 -0
- package/dist-es/commands/index.js +47 -0
- package/dist-es/index.js +4 -62
- package/dist-es/pagination/index.js +13 -0
- package/dist-types/commands/index.d.ts +47 -0
- package/dist-types/index.d.ts +4 -62
- package/dist-types/pagination/index.d.ts +13 -0
- package/dist-types/ts3.4/commands/index.d.ts +47 -0
- package/dist-types/ts3.4/index.d.ts +4 -62
- package/dist-types/ts3.4/pagination/index.d.ts +13 -0
- package/package.json +24 -24
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,18 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [3.38.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.37.0...v3.38.0) (2021-10-22)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **client-documentation-generator:** rename package ([#2916](https://github.com/aws/aws-sdk-js-v3/issues/2916)) ([1a80bfd](https://github.com/aws/aws-sdk-js-v3/commit/1a80bfd2dfc583001ddb4a21b6432eaaad699aa7))
|
|
12
|
+
* **clients:** export folder from index.ts ([#2912](https://github.com/aws/aws-sdk-js-v3/issues/2912)) ([183b46d](https://github.com/aws/aws-sdk-js-v3/commit/183b46dde7f5613128038bf1c076f3c0b693203b))
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
6
18
|
# [3.37.0](https://github.com/aws/aws-sdk-js-v3/compare/v3.36.1...v3.37.0) (2021-10-15)
|
|
7
19
|
|
|
8
20
|
|
|
@@ -0,0 +1,50 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./CreateBatchInferenceJobCommand"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./CreateCampaignCommand"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./CreateDatasetCommand"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./CreateDatasetExportJobCommand"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./CreateDatasetGroupCommand"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./CreateDatasetImportJobCommand"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./CreateEventTrackerCommand"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./CreateFilterCommand"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./CreateSchemaCommand"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./CreateSolutionCommand"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./CreateSolutionVersionCommand"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./DeleteCampaignCommand"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./DeleteDatasetCommand"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteDatasetGroupCommand"), exports);
|
|
18
|
+
tslib_1.__exportStar(require("./DeleteEventTrackerCommand"), exports);
|
|
19
|
+
tslib_1.__exportStar(require("./DeleteFilterCommand"), exports);
|
|
20
|
+
tslib_1.__exportStar(require("./DeleteSchemaCommand"), exports);
|
|
21
|
+
tslib_1.__exportStar(require("./DeleteSolutionCommand"), exports);
|
|
22
|
+
tslib_1.__exportStar(require("./DescribeAlgorithmCommand"), exports);
|
|
23
|
+
tslib_1.__exportStar(require("./DescribeBatchInferenceJobCommand"), exports);
|
|
24
|
+
tslib_1.__exportStar(require("./DescribeCampaignCommand"), exports);
|
|
25
|
+
tslib_1.__exportStar(require("./DescribeDatasetCommand"), exports);
|
|
26
|
+
tslib_1.__exportStar(require("./DescribeDatasetExportJobCommand"), exports);
|
|
27
|
+
tslib_1.__exportStar(require("./DescribeDatasetGroupCommand"), exports);
|
|
28
|
+
tslib_1.__exportStar(require("./DescribeDatasetImportJobCommand"), exports);
|
|
29
|
+
tslib_1.__exportStar(require("./DescribeEventTrackerCommand"), exports);
|
|
30
|
+
tslib_1.__exportStar(require("./DescribeFeatureTransformationCommand"), exports);
|
|
31
|
+
tslib_1.__exportStar(require("./DescribeFilterCommand"), exports);
|
|
32
|
+
tslib_1.__exportStar(require("./DescribeRecipeCommand"), exports);
|
|
33
|
+
tslib_1.__exportStar(require("./DescribeSchemaCommand"), exports);
|
|
34
|
+
tslib_1.__exportStar(require("./DescribeSolutionCommand"), exports);
|
|
35
|
+
tslib_1.__exportStar(require("./DescribeSolutionVersionCommand"), exports);
|
|
36
|
+
tslib_1.__exportStar(require("./GetSolutionMetricsCommand"), exports);
|
|
37
|
+
tslib_1.__exportStar(require("./ListBatchInferenceJobsCommand"), exports);
|
|
38
|
+
tslib_1.__exportStar(require("./ListCampaignsCommand"), exports);
|
|
39
|
+
tslib_1.__exportStar(require("./ListDatasetExportJobsCommand"), exports);
|
|
40
|
+
tslib_1.__exportStar(require("./ListDatasetGroupsCommand"), exports);
|
|
41
|
+
tslib_1.__exportStar(require("./ListDatasetImportJobsCommand"), exports);
|
|
42
|
+
tslib_1.__exportStar(require("./ListDatasetsCommand"), exports);
|
|
43
|
+
tslib_1.__exportStar(require("./ListEventTrackersCommand"), exports);
|
|
44
|
+
tslib_1.__exportStar(require("./ListFiltersCommand"), exports);
|
|
45
|
+
tslib_1.__exportStar(require("./ListRecipesCommand"), exports);
|
|
46
|
+
tslib_1.__exportStar(require("./ListSchemasCommand"), exports);
|
|
47
|
+
tslib_1.__exportStar(require("./ListSolutionVersionsCommand"), exports);
|
|
48
|
+
tslib_1.__exportStar(require("./ListSolutionsCommand"), exports);
|
|
49
|
+
tslib_1.__exportStar(require("./StopSolutionVersionCreationCommand"), exports);
|
|
50
|
+
tslib_1.__exportStar(require("./UpdateCampaignCommand"), exports);
|
package/dist-cjs/index.js
CHANGED
|
@@ -1,66 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const tslib_1 = require("tslib");
|
|
4
|
-
tslib_1.__exportStar(require("./PersonalizeClient"), exports);
|
|
5
4
|
tslib_1.__exportStar(require("./Personalize"), exports);
|
|
6
|
-
tslib_1.__exportStar(require("./
|
|
7
|
-
tslib_1.__exportStar(require("./commands
|
|
8
|
-
tslib_1.__exportStar(require("./
|
|
9
|
-
tslib_1.__exportStar(require("./
|
|
10
|
-
tslib_1.__exportStar(require("./commands/CreateDatasetGroupCommand"), exports);
|
|
11
|
-
tslib_1.__exportStar(require("./commands/CreateDatasetImportJobCommand"), exports);
|
|
12
|
-
tslib_1.__exportStar(require("./commands/CreateEventTrackerCommand"), exports);
|
|
13
|
-
tslib_1.__exportStar(require("./commands/CreateFilterCommand"), exports);
|
|
14
|
-
tslib_1.__exportStar(require("./commands/CreateSchemaCommand"), exports);
|
|
15
|
-
tslib_1.__exportStar(require("./commands/CreateSolutionCommand"), exports);
|
|
16
|
-
tslib_1.__exportStar(require("./commands/CreateSolutionVersionCommand"), exports);
|
|
17
|
-
tslib_1.__exportStar(require("./commands/DeleteCampaignCommand"), exports);
|
|
18
|
-
tslib_1.__exportStar(require("./commands/DeleteDatasetCommand"), exports);
|
|
19
|
-
tslib_1.__exportStar(require("./commands/DeleteDatasetGroupCommand"), exports);
|
|
20
|
-
tslib_1.__exportStar(require("./commands/DeleteEventTrackerCommand"), exports);
|
|
21
|
-
tslib_1.__exportStar(require("./commands/DeleteFilterCommand"), exports);
|
|
22
|
-
tslib_1.__exportStar(require("./commands/DeleteSchemaCommand"), exports);
|
|
23
|
-
tslib_1.__exportStar(require("./commands/DeleteSolutionCommand"), exports);
|
|
24
|
-
tslib_1.__exportStar(require("./commands/DescribeAlgorithmCommand"), exports);
|
|
25
|
-
tslib_1.__exportStar(require("./commands/DescribeBatchInferenceJobCommand"), exports);
|
|
26
|
-
tslib_1.__exportStar(require("./commands/DescribeCampaignCommand"), exports);
|
|
27
|
-
tslib_1.__exportStar(require("./commands/DescribeDatasetCommand"), exports);
|
|
28
|
-
tslib_1.__exportStar(require("./commands/DescribeDatasetExportJobCommand"), exports);
|
|
29
|
-
tslib_1.__exportStar(require("./commands/DescribeDatasetGroupCommand"), exports);
|
|
30
|
-
tslib_1.__exportStar(require("./commands/DescribeDatasetImportJobCommand"), exports);
|
|
31
|
-
tslib_1.__exportStar(require("./commands/DescribeEventTrackerCommand"), exports);
|
|
32
|
-
tslib_1.__exportStar(require("./commands/DescribeFeatureTransformationCommand"), exports);
|
|
33
|
-
tslib_1.__exportStar(require("./commands/DescribeFilterCommand"), exports);
|
|
34
|
-
tslib_1.__exportStar(require("./commands/DescribeRecipeCommand"), exports);
|
|
35
|
-
tslib_1.__exportStar(require("./commands/DescribeSchemaCommand"), exports);
|
|
36
|
-
tslib_1.__exportStar(require("./commands/DescribeSolutionCommand"), exports);
|
|
37
|
-
tslib_1.__exportStar(require("./commands/DescribeSolutionVersionCommand"), exports);
|
|
38
|
-
tslib_1.__exportStar(require("./commands/GetSolutionMetricsCommand"), exports);
|
|
39
|
-
tslib_1.__exportStar(require("./commands/ListBatchInferenceJobsCommand"), exports);
|
|
40
|
-
tslib_1.__exportStar(require("./pagination/ListBatchInferenceJobsPaginator"), exports);
|
|
41
|
-
tslib_1.__exportStar(require("./commands/ListCampaignsCommand"), exports);
|
|
42
|
-
tslib_1.__exportStar(require("./pagination/ListCampaignsPaginator"), exports);
|
|
43
|
-
tslib_1.__exportStar(require("./commands/ListDatasetExportJobsCommand"), exports);
|
|
44
|
-
tslib_1.__exportStar(require("./pagination/ListDatasetExportJobsPaginator"), exports);
|
|
45
|
-
tslib_1.__exportStar(require("./commands/ListDatasetGroupsCommand"), exports);
|
|
46
|
-
tslib_1.__exportStar(require("./pagination/ListDatasetGroupsPaginator"), exports);
|
|
47
|
-
tslib_1.__exportStar(require("./commands/ListDatasetImportJobsCommand"), exports);
|
|
48
|
-
tslib_1.__exportStar(require("./pagination/ListDatasetImportJobsPaginator"), exports);
|
|
49
|
-
tslib_1.__exportStar(require("./commands/ListDatasetsCommand"), exports);
|
|
50
|
-
tslib_1.__exportStar(require("./pagination/ListDatasetsPaginator"), exports);
|
|
51
|
-
tslib_1.__exportStar(require("./commands/ListEventTrackersCommand"), exports);
|
|
52
|
-
tslib_1.__exportStar(require("./pagination/ListEventTrackersPaginator"), exports);
|
|
53
|
-
tslib_1.__exportStar(require("./commands/ListFiltersCommand"), exports);
|
|
54
|
-
tslib_1.__exportStar(require("./pagination/ListFiltersPaginator"), exports);
|
|
55
|
-
tslib_1.__exportStar(require("./commands/ListRecipesCommand"), exports);
|
|
56
|
-
tslib_1.__exportStar(require("./pagination/ListRecipesPaginator"), exports);
|
|
57
|
-
tslib_1.__exportStar(require("./commands/ListSchemasCommand"), exports);
|
|
58
|
-
tslib_1.__exportStar(require("./pagination/ListSchemasPaginator"), exports);
|
|
59
|
-
tslib_1.__exportStar(require("./commands/ListSolutionsCommand"), exports);
|
|
60
|
-
tslib_1.__exportStar(require("./pagination/ListSolutionsPaginator"), exports);
|
|
61
|
-
tslib_1.__exportStar(require("./commands/ListSolutionVersionsCommand"), exports);
|
|
62
|
-
tslib_1.__exportStar(require("./pagination/ListSolutionVersionsPaginator"), exports);
|
|
63
|
-
tslib_1.__exportStar(require("./commands/StopSolutionVersionCreationCommand"), exports);
|
|
64
|
-
tslib_1.__exportStar(require("./commands/UpdateCampaignCommand"), exports);
|
|
65
|
-
tslib_1.__exportStar(require("./pagination/Interfaces"), exports);
|
|
66
|
-
tslib_1.__exportStar(require("./models/index"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./PersonalizeClient"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./commands"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./models"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./pagination"), exports);
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
4
|
+
tslib_1.__exportStar(require("./Interfaces"), exports);
|
|
5
|
+
tslib_1.__exportStar(require("./ListBatchInferenceJobsPaginator"), exports);
|
|
6
|
+
tslib_1.__exportStar(require("./ListCampaignsPaginator"), exports);
|
|
7
|
+
tslib_1.__exportStar(require("./ListDatasetExportJobsPaginator"), exports);
|
|
8
|
+
tslib_1.__exportStar(require("./ListDatasetGroupsPaginator"), exports);
|
|
9
|
+
tslib_1.__exportStar(require("./ListDatasetImportJobsPaginator"), exports);
|
|
10
|
+
tslib_1.__exportStar(require("./ListDatasetsPaginator"), exports);
|
|
11
|
+
tslib_1.__exportStar(require("./ListEventTrackersPaginator"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./ListFiltersPaginator"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./ListRecipesPaginator"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./ListSchemasPaginator"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./ListSolutionVersionsPaginator"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./ListSolutionsPaginator"), exports);
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateCampaignCommand";
|
|
3
|
+
export * from "./CreateDatasetCommand";
|
|
4
|
+
export * from "./CreateDatasetExportJobCommand";
|
|
5
|
+
export * from "./CreateDatasetGroupCommand";
|
|
6
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
7
|
+
export * from "./CreateEventTrackerCommand";
|
|
8
|
+
export * from "./CreateFilterCommand";
|
|
9
|
+
export * from "./CreateSchemaCommand";
|
|
10
|
+
export * from "./CreateSolutionCommand";
|
|
11
|
+
export * from "./CreateSolutionVersionCommand";
|
|
12
|
+
export * from "./DeleteCampaignCommand";
|
|
13
|
+
export * from "./DeleteDatasetCommand";
|
|
14
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
15
|
+
export * from "./DeleteEventTrackerCommand";
|
|
16
|
+
export * from "./DeleteFilterCommand";
|
|
17
|
+
export * from "./DeleteSchemaCommand";
|
|
18
|
+
export * from "./DeleteSolutionCommand";
|
|
19
|
+
export * from "./DescribeAlgorithmCommand";
|
|
20
|
+
export * from "./DescribeBatchInferenceJobCommand";
|
|
21
|
+
export * from "./DescribeCampaignCommand";
|
|
22
|
+
export * from "./DescribeDatasetCommand";
|
|
23
|
+
export * from "./DescribeDatasetExportJobCommand";
|
|
24
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
25
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
26
|
+
export * from "./DescribeEventTrackerCommand";
|
|
27
|
+
export * from "./DescribeFeatureTransformationCommand";
|
|
28
|
+
export * from "./DescribeFilterCommand";
|
|
29
|
+
export * from "./DescribeRecipeCommand";
|
|
30
|
+
export * from "./DescribeSchemaCommand";
|
|
31
|
+
export * from "./DescribeSolutionCommand";
|
|
32
|
+
export * from "./DescribeSolutionVersionCommand";
|
|
33
|
+
export * from "./GetSolutionMetricsCommand";
|
|
34
|
+
export * from "./ListBatchInferenceJobsCommand";
|
|
35
|
+
export * from "./ListCampaignsCommand";
|
|
36
|
+
export * from "./ListDatasetExportJobsCommand";
|
|
37
|
+
export * from "./ListDatasetGroupsCommand";
|
|
38
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
39
|
+
export * from "./ListDatasetsCommand";
|
|
40
|
+
export * from "./ListEventTrackersCommand";
|
|
41
|
+
export * from "./ListFiltersCommand";
|
|
42
|
+
export * from "./ListRecipesCommand";
|
|
43
|
+
export * from "./ListSchemasCommand";
|
|
44
|
+
export * from "./ListSolutionVersionsCommand";
|
|
45
|
+
export * from "./ListSolutionsCommand";
|
|
46
|
+
export * from "./StopSolutionVersionCreationCommand";
|
|
47
|
+
export * from "./UpdateCampaignCommand";
|
package/dist-es/index.js
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./PersonalizeClient";
|
|
2
1
|
export * from "./Personalize";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDatasetGroupCommand";
|
|
8
|
-
export * from "./commands/CreateDatasetImportJobCommand";
|
|
9
|
-
export * from "./commands/CreateEventTrackerCommand";
|
|
10
|
-
export * from "./commands/CreateFilterCommand";
|
|
11
|
-
export * from "./commands/CreateSchemaCommand";
|
|
12
|
-
export * from "./commands/CreateSolutionCommand";
|
|
13
|
-
export * from "./commands/CreateSolutionVersionCommand";
|
|
14
|
-
export * from "./commands/DeleteCampaignCommand";
|
|
15
|
-
export * from "./commands/DeleteDatasetCommand";
|
|
16
|
-
export * from "./commands/DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteEventTrackerCommand";
|
|
18
|
-
export * from "./commands/DeleteFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteSchemaCommand";
|
|
20
|
-
export * from "./commands/DeleteSolutionCommand";
|
|
21
|
-
export * from "./commands/DescribeAlgorithmCommand";
|
|
22
|
-
export * from "./commands/DescribeBatchInferenceJobCommand";
|
|
23
|
-
export * from "./commands/DescribeCampaignCommand";
|
|
24
|
-
export * from "./commands/DescribeDatasetCommand";
|
|
25
|
-
export * from "./commands/DescribeDatasetExportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeDatasetGroupCommand";
|
|
27
|
-
export * from "./commands/DescribeDatasetImportJobCommand";
|
|
28
|
-
export * from "./commands/DescribeEventTrackerCommand";
|
|
29
|
-
export * from "./commands/DescribeFeatureTransformationCommand";
|
|
30
|
-
export * from "./commands/DescribeFilterCommand";
|
|
31
|
-
export * from "./commands/DescribeRecipeCommand";
|
|
32
|
-
export * from "./commands/DescribeSchemaCommand";
|
|
33
|
-
export * from "./commands/DescribeSolutionCommand";
|
|
34
|
-
export * from "./commands/DescribeSolutionVersionCommand";
|
|
35
|
-
export * from "./commands/GetSolutionMetricsCommand";
|
|
36
|
-
export * from "./commands/ListBatchInferenceJobsCommand";
|
|
37
|
-
export * from "./pagination/ListBatchInferenceJobsPaginator";
|
|
38
|
-
export * from "./commands/ListCampaignsCommand";
|
|
39
|
-
export * from "./pagination/ListCampaignsPaginator";
|
|
40
|
-
export * from "./commands/ListDatasetExportJobsCommand";
|
|
41
|
-
export * from "./pagination/ListDatasetExportJobsPaginator";
|
|
42
|
-
export * from "./commands/ListDatasetGroupsCommand";
|
|
43
|
-
export * from "./pagination/ListDatasetGroupsPaginator";
|
|
44
|
-
export * from "./commands/ListDatasetImportJobsCommand";
|
|
45
|
-
export * from "./pagination/ListDatasetImportJobsPaginator";
|
|
46
|
-
export * from "./commands/ListDatasetsCommand";
|
|
47
|
-
export * from "./pagination/ListDatasetsPaginator";
|
|
48
|
-
export * from "./commands/ListEventTrackersCommand";
|
|
49
|
-
export * from "./pagination/ListEventTrackersPaginator";
|
|
50
|
-
export * from "./commands/ListFiltersCommand";
|
|
51
|
-
export * from "./pagination/ListFiltersPaginator";
|
|
52
|
-
export * from "./commands/ListRecipesCommand";
|
|
53
|
-
export * from "./pagination/ListRecipesPaginator";
|
|
54
|
-
export * from "./commands/ListSchemasCommand";
|
|
55
|
-
export * from "./pagination/ListSchemasPaginator";
|
|
56
|
-
export * from "./commands/ListSolutionsCommand";
|
|
57
|
-
export * from "./pagination/ListSolutionsPaginator";
|
|
58
|
-
export * from "./commands/ListSolutionVersionsCommand";
|
|
59
|
-
export * from "./pagination/ListSolutionVersionsPaginator";
|
|
60
|
-
export * from "./commands/StopSolutionVersionCreationCommand";
|
|
61
|
-
export * from "./commands/UpdateCampaignCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./PersonalizeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListCampaignsPaginator";
|
|
4
|
+
export * from "./ListDatasetExportJobsPaginator";
|
|
5
|
+
export * from "./ListDatasetGroupsPaginator";
|
|
6
|
+
export * from "./ListDatasetImportJobsPaginator";
|
|
7
|
+
export * from "./ListDatasetsPaginator";
|
|
8
|
+
export * from "./ListEventTrackersPaginator";
|
|
9
|
+
export * from "./ListFiltersPaginator";
|
|
10
|
+
export * from "./ListRecipesPaginator";
|
|
11
|
+
export * from "./ListSchemasPaginator";
|
|
12
|
+
export * from "./ListSolutionVersionsPaginator";
|
|
13
|
+
export * from "./ListSolutionsPaginator";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateCampaignCommand";
|
|
3
|
+
export * from "./CreateDatasetCommand";
|
|
4
|
+
export * from "./CreateDatasetExportJobCommand";
|
|
5
|
+
export * from "./CreateDatasetGroupCommand";
|
|
6
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
7
|
+
export * from "./CreateEventTrackerCommand";
|
|
8
|
+
export * from "./CreateFilterCommand";
|
|
9
|
+
export * from "./CreateSchemaCommand";
|
|
10
|
+
export * from "./CreateSolutionCommand";
|
|
11
|
+
export * from "./CreateSolutionVersionCommand";
|
|
12
|
+
export * from "./DeleteCampaignCommand";
|
|
13
|
+
export * from "./DeleteDatasetCommand";
|
|
14
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
15
|
+
export * from "./DeleteEventTrackerCommand";
|
|
16
|
+
export * from "./DeleteFilterCommand";
|
|
17
|
+
export * from "./DeleteSchemaCommand";
|
|
18
|
+
export * from "./DeleteSolutionCommand";
|
|
19
|
+
export * from "./DescribeAlgorithmCommand";
|
|
20
|
+
export * from "./DescribeBatchInferenceJobCommand";
|
|
21
|
+
export * from "./DescribeCampaignCommand";
|
|
22
|
+
export * from "./DescribeDatasetCommand";
|
|
23
|
+
export * from "./DescribeDatasetExportJobCommand";
|
|
24
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
25
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
26
|
+
export * from "./DescribeEventTrackerCommand";
|
|
27
|
+
export * from "./DescribeFeatureTransformationCommand";
|
|
28
|
+
export * from "./DescribeFilterCommand";
|
|
29
|
+
export * from "./DescribeRecipeCommand";
|
|
30
|
+
export * from "./DescribeSchemaCommand";
|
|
31
|
+
export * from "./DescribeSolutionCommand";
|
|
32
|
+
export * from "./DescribeSolutionVersionCommand";
|
|
33
|
+
export * from "./GetSolutionMetricsCommand";
|
|
34
|
+
export * from "./ListBatchInferenceJobsCommand";
|
|
35
|
+
export * from "./ListCampaignsCommand";
|
|
36
|
+
export * from "./ListDatasetExportJobsCommand";
|
|
37
|
+
export * from "./ListDatasetGroupsCommand";
|
|
38
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
39
|
+
export * from "./ListDatasetsCommand";
|
|
40
|
+
export * from "./ListEventTrackersCommand";
|
|
41
|
+
export * from "./ListFiltersCommand";
|
|
42
|
+
export * from "./ListRecipesCommand";
|
|
43
|
+
export * from "./ListSchemasCommand";
|
|
44
|
+
export * from "./ListSolutionVersionsCommand";
|
|
45
|
+
export * from "./ListSolutionsCommand";
|
|
46
|
+
export * from "./StopSolutionVersionCreationCommand";
|
|
47
|
+
export * from "./UpdateCampaignCommand";
|
package/dist-types/index.d.ts
CHANGED
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./PersonalizeClient";
|
|
2
1
|
export * from "./Personalize";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDatasetGroupCommand";
|
|
8
|
-
export * from "./commands/CreateDatasetImportJobCommand";
|
|
9
|
-
export * from "./commands/CreateEventTrackerCommand";
|
|
10
|
-
export * from "./commands/CreateFilterCommand";
|
|
11
|
-
export * from "./commands/CreateSchemaCommand";
|
|
12
|
-
export * from "./commands/CreateSolutionCommand";
|
|
13
|
-
export * from "./commands/CreateSolutionVersionCommand";
|
|
14
|
-
export * from "./commands/DeleteCampaignCommand";
|
|
15
|
-
export * from "./commands/DeleteDatasetCommand";
|
|
16
|
-
export * from "./commands/DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteEventTrackerCommand";
|
|
18
|
-
export * from "./commands/DeleteFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteSchemaCommand";
|
|
20
|
-
export * from "./commands/DeleteSolutionCommand";
|
|
21
|
-
export * from "./commands/DescribeAlgorithmCommand";
|
|
22
|
-
export * from "./commands/DescribeBatchInferenceJobCommand";
|
|
23
|
-
export * from "./commands/DescribeCampaignCommand";
|
|
24
|
-
export * from "./commands/DescribeDatasetCommand";
|
|
25
|
-
export * from "./commands/DescribeDatasetExportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeDatasetGroupCommand";
|
|
27
|
-
export * from "./commands/DescribeDatasetImportJobCommand";
|
|
28
|
-
export * from "./commands/DescribeEventTrackerCommand";
|
|
29
|
-
export * from "./commands/DescribeFeatureTransformationCommand";
|
|
30
|
-
export * from "./commands/DescribeFilterCommand";
|
|
31
|
-
export * from "./commands/DescribeRecipeCommand";
|
|
32
|
-
export * from "./commands/DescribeSchemaCommand";
|
|
33
|
-
export * from "./commands/DescribeSolutionCommand";
|
|
34
|
-
export * from "./commands/DescribeSolutionVersionCommand";
|
|
35
|
-
export * from "./commands/GetSolutionMetricsCommand";
|
|
36
|
-
export * from "./commands/ListBatchInferenceJobsCommand";
|
|
37
|
-
export * from "./pagination/ListBatchInferenceJobsPaginator";
|
|
38
|
-
export * from "./commands/ListCampaignsCommand";
|
|
39
|
-
export * from "./pagination/ListCampaignsPaginator";
|
|
40
|
-
export * from "./commands/ListDatasetExportJobsCommand";
|
|
41
|
-
export * from "./pagination/ListDatasetExportJobsPaginator";
|
|
42
|
-
export * from "./commands/ListDatasetGroupsCommand";
|
|
43
|
-
export * from "./pagination/ListDatasetGroupsPaginator";
|
|
44
|
-
export * from "./commands/ListDatasetImportJobsCommand";
|
|
45
|
-
export * from "./pagination/ListDatasetImportJobsPaginator";
|
|
46
|
-
export * from "./commands/ListDatasetsCommand";
|
|
47
|
-
export * from "./pagination/ListDatasetsPaginator";
|
|
48
|
-
export * from "./commands/ListEventTrackersCommand";
|
|
49
|
-
export * from "./pagination/ListEventTrackersPaginator";
|
|
50
|
-
export * from "./commands/ListFiltersCommand";
|
|
51
|
-
export * from "./pagination/ListFiltersPaginator";
|
|
52
|
-
export * from "./commands/ListRecipesCommand";
|
|
53
|
-
export * from "./pagination/ListRecipesPaginator";
|
|
54
|
-
export * from "./commands/ListSchemasCommand";
|
|
55
|
-
export * from "./pagination/ListSchemasPaginator";
|
|
56
|
-
export * from "./commands/ListSolutionsCommand";
|
|
57
|
-
export * from "./pagination/ListSolutionsPaginator";
|
|
58
|
-
export * from "./commands/ListSolutionVersionsCommand";
|
|
59
|
-
export * from "./pagination/ListSolutionVersionsPaginator";
|
|
60
|
-
export * from "./commands/StopSolutionVersionCreationCommand";
|
|
61
|
-
export * from "./commands/UpdateCampaignCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./PersonalizeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListCampaignsPaginator";
|
|
4
|
+
export * from "./ListDatasetExportJobsPaginator";
|
|
5
|
+
export * from "./ListDatasetGroupsPaginator";
|
|
6
|
+
export * from "./ListDatasetImportJobsPaginator";
|
|
7
|
+
export * from "./ListDatasetsPaginator";
|
|
8
|
+
export * from "./ListEventTrackersPaginator";
|
|
9
|
+
export * from "./ListFiltersPaginator";
|
|
10
|
+
export * from "./ListRecipesPaginator";
|
|
11
|
+
export * from "./ListSchemasPaginator";
|
|
12
|
+
export * from "./ListSolutionVersionsPaginator";
|
|
13
|
+
export * from "./ListSolutionsPaginator";
|
|
@@ -0,0 +1,47 @@
|
|
|
1
|
+
export * from "./CreateBatchInferenceJobCommand";
|
|
2
|
+
export * from "./CreateCampaignCommand";
|
|
3
|
+
export * from "./CreateDatasetCommand";
|
|
4
|
+
export * from "./CreateDatasetExportJobCommand";
|
|
5
|
+
export * from "./CreateDatasetGroupCommand";
|
|
6
|
+
export * from "./CreateDatasetImportJobCommand";
|
|
7
|
+
export * from "./CreateEventTrackerCommand";
|
|
8
|
+
export * from "./CreateFilterCommand";
|
|
9
|
+
export * from "./CreateSchemaCommand";
|
|
10
|
+
export * from "./CreateSolutionCommand";
|
|
11
|
+
export * from "./CreateSolutionVersionCommand";
|
|
12
|
+
export * from "./DeleteCampaignCommand";
|
|
13
|
+
export * from "./DeleteDatasetCommand";
|
|
14
|
+
export * from "./DeleteDatasetGroupCommand";
|
|
15
|
+
export * from "./DeleteEventTrackerCommand";
|
|
16
|
+
export * from "./DeleteFilterCommand";
|
|
17
|
+
export * from "./DeleteSchemaCommand";
|
|
18
|
+
export * from "./DeleteSolutionCommand";
|
|
19
|
+
export * from "./DescribeAlgorithmCommand";
|
|
20
|
+
export * from "./DescribeBatchInferenceJobCommand";
|
|
21
|
+
export * from "./DescribeCampaignCommand";
|
|
22
|
+
export * from "./DescribeDatasetCommand";
|
|
23
|
+
export * from "./DescribeDatasetExportJobCommand";
|
|
24
|
+
export * from "./DescribeDatasetGroupCommand";
|
|
25
|
+
export * from "./DescribeDatasetImportJobCommand";
|
|
26
|
+
export * from "./DescribeEventTrackerCommand";
|
|
27
|
+
export * from "./DescribeFeatureTransformationCommand";
|
|
28
|
+
export * from "./DescribeFilterCommand";
|
|
29
|
+
export * from "./DescribeRecipeCommand";
|
|
30
|
+
export * from "./DescribeSchemaCommand";
|
|
31
|
+
export * from "./DescribeSolutionCommand";
|
|
32
|
+
export * from "./DescribeSolutionVersionCommand";
|
|
33
|
+
export * from "./GetSolutionMetricsCommand";
|
|
34
|
+
export * from "./ListBatchInferenceJobsCommand";
|
|
35
|
+
export * from "./ListCampaignsCommand";
|
|
36
|
+
export * from "./ListDatasetExportJobsCommand";
|
|
37
|
+
export * from "./ListDatasetGroupsCommand";
|
|
38
|
+
export * from "./ListDatasetImportJobsCommand";
|
|
39
|
+
export * from "./ListDatasetsCommand";
|
|
40
|
+
export * from "./ListEventTrackersCommand";
|
|
41
|
+
export * from "./ListFiltersCommand";
|
|
42
|
+
export * from "./ListRecipesCommand";
|
|
43
|
+
export * from "./ListSchemasCommand";
|
|
44
|
+
export * from "./ListSolutionVersionsCommand";
|
|
45
|
+
export * from "./ListSolutionsCommand";
|
|
46
|
+
export * from "./StopSolutionVersionCreationCommand";
|
|
47
|
+
export * from "./UpdateCampaignCommand";
|
|
@@ -1,63 +1,5 @@
|
|
|
1
|
-
export * from "./PersonalizeClient";
|
|
2
1
|
export * from "./Personalize";
|
|
3
|
-
export * from "./
|
|
4
|
-
export * from "./commands
|
|
5
|
-
export * from "./
|
|
6
|
-
export * from "./
|
|
7
|
-
export * from "./commands/CreateDatasetGroupCommand";
|
|
8
|
-
export * from "./commands/CreateDatasetImportJobCommand";
|
|
9
|
-
export * from "./commands/CreateEventTrackerCommand";
|
|
10
|
-
export * from "./commands/CreateFilterCommand";
|
|
11
|
-
export * from "./commands/CreateSchemaCommand";
|
|
12
|
-
export * from "./commands/CreateSolutionCommand";
|
|
13
|
-
export * from "./commands/CreateSolutionVersionCommand";
|
|
14
|
-
export * from "./commands/DeleteCampaignCommand";
|
|
15
|
-
export * from "./commands/DeleteDatasetCommand";
|
|
16
|
-
export * from "./commands/DeleteDatasetGroupCommand";
|
|
17
|
-
export * from "./commands/DeleteEventTrackerCommand";
|
|
18
|
-
export * from "./commands/DeleteFilterCommand";
|
|
19
|
-
export * from "./commands/DeleteSchemaCommand";
|
|
20
|
-
export * from "./commands/DeleteSolutionCommand";
|
|
21
|
-
export * from "./commands/DescribeAlgorithmCommand";
|
|
22
|
-
export * from "./commands/DescribeBatchInferenceJobCommand";
|
|
23
|
-
export * from "./commands/DescribeCampaignCommand";
|
|
24
|
-
export * from "./commands/DescribeDatasetCommand";
|
|
25
|
-
export * from "./commands/DescribeDatasetExportJobCommand";
|
|
26
|
-
export * from "./commands/DescribeDatasetGroupCommand";
|
|
27
|
-
export * from "./commands/DescribeDatasetImportJobCommand";
|
|
28
|
-
export * from "./commands/DescribeEventTrackerCommand";
|
|
29
|
-
export * from "./commands/DescribeFeatureTransformationCommand";
|
|
30
|
-
export * from "./commands/DescribeFilterCommand";
|
|
31
|
-
export * from "./commands/DescribeRecipeCommand";
|
|
32
|
-
export * from "./commands/DescribeSchemaCommand";
|
|
33
|
-
export * from "./commands/DescribeSolutionCommand";
|
|
34
|
-
export * from "./commands/DescribeSolutionVersionCommand";
|
|
35
|
-
export * from "./commands/GetSolutionMetricsCommand";
|
|
36
|
-
export * from "./commands/ListBatchInferenceJobsCommand";
|
|
37
|
-
export * from "./pagination/ListBatchInferenceJobsPaginator";
|
|
38
|
-
export * from "./commands/ListCampaignsCommand";
|
|
39
|
-
export * from "./pagination/ListCampaignsPaginator";
|
|
40
|
-
export * from "./commands/ListDatasetExportJobsCommand";
|
|
41
|
-
export * from "./pagination/ListDatasetExportJobsPaginator";
|
|
42
|
-
export * from "./commands/ListDatasetGroupsCommand";
|
|
43
|
-
export * from "./pagination/ListDatasetGroupsPaginator";
|
|
44
|
-
export * from "./commands/ListDatasetImportJobsCommand";
|
|
45
|
-
export * from "./pagination/ListDatasetImportJobsPaginator";
|
|
46
|
-
export * from "./commands/ListDatasetsCommand";
|
|
47
|
-
export * from "./pagination/ListDatasetsPaginator";
|
|
48
|
-
export * from "./commands/ListEventTrackersCommand";
|
|
49
|
-
export * from "./pagination/ListEventTrackersPaginator";
|
|
50
|
-
export * from "./commands/ListFiltersCommand";
|
|
51
|
-
export * from "./pagination/ListFiltersPaginator";
|
|
52
|
-
export * from "./commands/ListRecipesCommand";
|
|
53
|
-
export * from "./pagination/ListRecipesPaginator";
|
|
54
|
-
export * from "./commands/ListSchemasCommand";
|
|
55
|
-
export * from "./pagination/ListSchemasPaginator";
|
|
56
|
-
export * from "./commands/ListSolutionsCommand";
|
|
57
|
-
export * from "./pagination/ListSolutionsPaginator";
|
|
58
|
-
export * from "./commands/ListSolutionVersionsCommand";
|
|
59
|
-
export * from "./pagination/ListSolutionVersionsPaginator";
|
|
60
|
-
export * from "./commands/StopSolutionVersionCreationCommand";
|
|
61
|
-
export * from "./commands/UpdateCampaignCommand";
|
|
62
|
-
export * from "./pagination/Interfaces";
|
|
63
|
-
export * from "./models/index";
|
|
2
|
+
export * from "./PersonalizeClient";
|
|
3
|
+
export * from "./commands";
|
|
4
|
+
export * from "./models";
|
|
5
|
+
export * from "./pagination";
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from "./Interfaces";
|
|
2
|
+
export * from "./ListBatchInferenceJobsPaginator";
|
|
3
|
+
export * from "./ListCampaignsPaginator";
|
|
4
|
+
export * from "./ListDatasetExportJobsPaginator";
|
|
5
|
+
export * from "./ListDatasetGroupsPaginator";
|
|
6
|
+
export * from "./ListDatasetImportJobsPaginator";
|
|
7
|
+
export * from "./ListDatasetsPaginator";
|
|
8
|
+
export * from "./ListEventTrackersPaginator";
|
|
9
|
+
export * from "./ListFiltersPaginator";
|
|
10
|
+
export * from "./ListRecipesPaginator";
|
|
11
|
+
export * from "./ListSchemasPaginator";
|
|
12
|
+
export * from "./ListSolutionVersionsPaginator";
|
|
13
|
+
export * from "./ListSolutionsPaginator";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-personalize",
|
|
3
3
|
"description": "AWS SDK for JavaScript Personalize Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.38.0",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "yarn build:cjs && yarn build:es && yarn build:types",
|
|
7
7
|
"build:cjs": "tsc -p tsconfig.json",
|
|
@@ -21,38 +21,38 @@
|
|
|
21
21
|
"dependencies": {
|
|
22
22
|
"@aws-crypto/sha256-browser": "^1.0.0",
|
|
23
23
|
"@aws-crypto/sha256-js": "^1.0.0",
|
|
24
|
-
"@aws-sdk/client-sts": "3.
|
|
25
|
-
"@aws-sdk/config-resolver": "3.
|
|
26
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
27
|
-
"@aws-sdk/fetch-http-handler": "3.
|
|
28
|
-
"@aws-sdk/hash-node": "3.
|
|
29
|
-
"@aws-sdk/invalid-dependency": "3.
|
|
30
|
-
"@aws-sdk/middleware-content-length": "3.
|
|
31
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
32
|
-
"@aws-sdk/middleware-logger": "3.
|
|
33
|
-
"@aws-sdk/middleware-retry": "3.
|
|
34
|
-
"@aws-sdk/middleware-serde": "3.
|
|
35
|
-
"@aws-sdk/middleware-signing": "3.
|
|
36
|
-
"@aws-sdk/middleware-stack": "3.
|
|
37
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
38
|
-
"@aws-sdk/node-config-provider": "3.
|
|
39
|
-
"@aws-sdk/node-http-handler": "3.
|
|
40
|
-
"@aws-sdk/protocol-http": "3.
|
|
41
|
-
"@aws-sdk/smithy-client": "3.
|
|
42
|
-
"@aws-sdk/types": "3.
|
|
43
|
-
"@aws-sdk/url-parser": "3.
|
|
24
|
+
"@aws-sdk/client-sts": "3.38.0",
|
|
25
|
+
"@aws-sdk/config-resolver": "3.38.0",
|
|
26
|
+
"@aws-sdk/credential-provider-node": "3.38.0",
|
|
27
|
+
"@aws-sdk/fetch-http-handler": "3.38.0",
|
|
28
|
+
"@aws-sdk/hash-node": "3.38.0",
|
|
29
|
+
"@aws-sdk/invalid-dependency": "3.38.0",
|
|
30
|
+
"@aws-sdk/middleware-content-length": "3.38.0",
|
|
31
|
+
"@aws-sdk/middleware-host-header": "3.38.0",
|
|
32
|
+
"@aws-sdk/middleware-logger": "3.38.0",
|
|
33
|
+
"@aws-sdk/middleware-retry": "3.38.0",
|
|
34
|
+
"@aws-sdk/middleware-serde": "3.38.0",
|
|
35
|
+
"@aws-sdk/middleware-signing": "3.38.0",
|
|
36
|
+
"@aws-sdk/middleware-stack": "3.38.0",
|
|
37
|
+
"@aws-sdk/middleware-user-agent": "3.38.0",
|
|
38
|
+
"@aws-sdk/node-config-provider": "3.38.0",
|
|
39
|
+
"@aws-sdk/node-http-handler": "3.38.0",
|
|
40
|
+
"@aws-sdk/protocol-http": "3.38.0",
|
|
41
|
+
"@aws-sdk/smithy-client": "3.38.0",
|
|
42
|
+
"@aws-sdk/types": "3.38.0",
|
|
43
|
+
"@aws-sdk/url-parser": "3.38.0",
|
|
44
44
|
"@aws-sdk/util-base64-browser": "3.37.0",
|
|
45
45
|
"@aws-sdk/util-base64-node": "3.37.0",
|
|
46
46
|
"@aws-sdk/util-body-length-browser": "3.37.0",
|
|
47
47
|
"@aws-sdk/util-body-length-node": "3.37.0",
|
|
48
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
49
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
48
|
+
"@aws-sdk/util-user-agent-browser": "3.38.0",
|
|
49
|
+
"@aws-sdk/util-user-agent-node": "3.38.0",
|
|
50
50
|
"@aws-sdk/util-utf8-browser": "3.37.0",
|
|
51
51
|
"@aws-sdk/util-utf8-node": "3.37.0",
|
|
52
52
|
"tslib": "^2.3.0"
|
|
53
53
|
},
|
|
54
54
|
"devDependencies": {
|
|
55
|
-
"@aws-sdk/client-documentation-generator": "3.
|
|
55
|
+
"@aws-sdk/service-client-documentation-generator": "3.38.0",
|
|
56
56
|
"@types/node": "^12.7.5",
|
|
57
57
|
"downlevel-dts": "0.7.0",
|
|
58
58
|
"jest": "^26.1.0",
|