@aws-sdk/client-forecast 3.533.0 → 3.535.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-types/Forecast.d.ts +14 -1
- package/dist-types/ForecastClient.d.ts +1 -1
- package/dist-types/commands/CreateAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/CreateDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/CreateExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreateMonitorCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/CreatePredictorCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/CreateWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DeleteDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DeleteExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeleteMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DeletePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DeleteResourceTreeCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DeleteWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeAutoPredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetGroupCommand.d.ts +2 -1
- package/dist-types/commands/DescribeDatasetImportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityCommand.d.ts +2 -1
- package/dist-types/commands/DescribeExplainabilityExportCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeForecastExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribeMonitorCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorBacktestExportJobCommand.d.ts +2 -1
- package/dist-types/commands/DescribePredictorCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfAnalysisCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastCommand.d.ts +2 -1
- package/dist-types/commands/DescribeWhatIfForecastExportCommand.d.ts +2 -1
- package/dist-types/commands/GetAccuracyMetricsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetGroupsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetImportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListDatasetsCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilitiesCommand.d.ts +2 -1
- package/dist-types/commands/ListExplainabilityExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorEvaluationsCommand.d.ts +2 -1
- package/dist-types/commands/ListMonitorsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorBacktestExportJobsCommand.d.ts +2 -1
- package/dist-types/commands/ListPredictorsCommand.d.ts +2 -1
- package/dist-types/commands/ListTagsForResourceCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfAnalysesCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastExportsCommand.d.ts +2 -1
- package/dist-types/commands/ListWhatIfForecastsCommand.d.ts +2 -1
- package/dist-types/commands/ResumeResourceCommand.d.ts +2 -1
- package/dist-types/commands/StopResourceCommand.d.ts +2 -1
- package/dist-types/commands/TagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UntagResourceCommand.d.ts +2 -1
- package/dist-types/commands/UpdateDatasetGroupCommand.d.ts +2 -1
- package/dist-types/models/models_0.d.ts +690 -690
- package/dist-types/ts3.4/Forecast.d.ts +13 -0
- package/dist-types/ts3.4/commands/CreateAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreatePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/CreateWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeletePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteResourceTreeCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DeleteWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeAutoPredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetGroupCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeDatasetImportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeExplainabilityExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeForecastExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeMonitorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorBacktestExportJobCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribePredictorCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfAnalysisCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/DescribeWhatIfForecastExportCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/GetAccuracyMetricsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetGroupsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetImportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListDatasetsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilitiesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListExplainabilityExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorEvaluationsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListMonitorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorBacktestExportJobsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListPredictorsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListTagsForResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfAnalysesCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastExportsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ListWhatIfForecastsCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/ResumeResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/StopResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/TagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UntagResourceCommand.d.ts +9 -0
- package/dist-types/ts3.4/commands/UpdateDatasetGroupCommand.d.ts +9 -0
- package/package.json +40 -40
|
@@ -25,6 +25,15 @@ declare const DescribeExplainabilityExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeExplainabilityExportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeExplainabilityExportCommandInput,
|
|
32
|
+
DescribeExplainabilityExportCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeExplainabilityExportCommand extends DescribeExplainabilityExportCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeForecastCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeForecastCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeForecastCommandInput,
|
|
31
|
+
DescribeForecastCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeForecastCommand extends DescribeForecastCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeForecastExportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeForecastExportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeForecastExportJobCommandInput,
|
|
32
|
+
DescribeForecastExportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeForecastExportJobCommand extends DescribeForecastExportJobCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const DescribeMonitorCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: DescribeMonitorCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
DescribeMonitorCommandInput,
|
|
31
|
+
DescribeMonitorCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class DescribeMonitorCommand extends DescribeMonitorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribePredictorBacktestExportJobCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribePredictorBacktestExportJobCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribePredictorBacktestExportJobCommandInput,
|
|
32
|
+
DescribePredictorBacktestExportJobCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribePredictorBacktestExportJobCommand extends DescribePredictorBacktestExportJobCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribePredictorCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribePredictorCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribePredictorCommandInput,
|
|
32
|
+
DescribePredictorCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribePredictorCommand extends DescribePredictorCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeWhatIfAnalysisCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeWhatIfAnalysisCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeWhatIfAnalysisCommandInput,
|
|
32
|
+
DescribeWhatIfAnalysisCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeWhatIfAnalysisCommand extends DescribeWhatIfAnalysisCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeWhatIfForecastCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeWhatIfForecastCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeWhatIfForecastCommandInput,
|
|
32
|
+
DescribeWhatIfForecastCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeWhatIfForecastCommand extends DescribeWhatIfForecastCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const DescribeWhatIfForecastExportCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: DescribeWhatIfForecastExportCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
DescribeWhatIfForecastExportCommandInput,
|
|
32
|
+
DescribeWhatIfForecastExportCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class DescribeWhatIfForecastExportCommand extends DescribeWhatIfForecastExportCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const GetAccuracyMetricsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: GetAccuracyMetricsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
GetAccuracyMetricsCommandInput,
|
|
32
|
+
GetAccuracyMetricsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class GetAccuracyMetricsCommand extends GetAccuracyMetricsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListDatasetGroupsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListDatasetGroupsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListDatasetGroupsCommandInput,
|
|
32
|
+
ListDatasetGroupsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListDatasetGroupsCommand extends ListDatasetGroupsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListDatasetImportJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListDatasetImportJobsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListDatasetImportJobsCommandInput,
|
|
32
|
+
ListDatasetImportJobsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListDatasetImportJobsCommand extends ListDatasetImportJobsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListDatasetsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListDatasetsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListDatasetsCommandInput,
|
|
28
|
+
ListDatasetsCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListDatasetsCommand extends ListDatasetsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListExplainabilitiesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListExplainabilitiesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListExplainabilitiesCommandInput,
|
|
32
|
+
ListExplainabilitiesCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListExplainabilitiesCommand extends ListExplainabilitiesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListExplainabilityExportsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListExplainabilityExportsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListExplainabilityExportsCommandInput,
|
|
32
|
+
ListExplainabilityExportsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListExplainabilityExportsCommand extends ListExplainabilityExportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListForecastExportJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListForecastExportJobsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListForecastExportJobsCommandInput,
|
|
32
|
+
ListForecastExportJobsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListForecastExportJobsCommand extends ListForecastExportJobsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListForecastsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListForecastsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListForecastsCommandInput,
|
|
31
|
+
ListForecastsCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListForecastsCommand extends ListForecastsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListMonitorEvaluationsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListMonitorEvaluationsCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListMonitorEvaluationsCommandInput,
|
|
32
|
+
ListMonitorEvaluationsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListMonitorEvaluationsCommand extends ListMonitorEvaluationsCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const ListMonitorsCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
...[input]: [] | [ListMonitorsCommandInput]
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
ListMonitorsCommandInput,
|
|
28
|
+
ListMonitorsCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class ListMonitorsCommand extends ListMonitorsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListPredictorBacktestExportJobsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListPredictorBacktestExportJobsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListPredictorBacktestExportJobsCommandInput,
|
|
32
|
+
ListPredictorBacktestExportJobsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListPredictorBacktestExportJobsCommand extends ListPredictorBacktestExportJobsCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const ListPredictorsCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
...[input]: [] | [ListPredictorsCommandInput]
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
ListPredictorsCommandInput,
|
|
31
|
+
ListPredictorsCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class ListPredictorsCommand extends ListPredictorsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListTagsForResourceCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: ListTagsForResourceCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListTagsForResourceCommandInput,
|
|
32
|
+
ListTagsForResourceCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListTagsForResourceCommand extends ListTagsForResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListWhatIfAnalysesCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListWhatIfAnalysesCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListWhatIfAnalysesCommandInput,
|
|
32
|
+
ListWhatIfAnalysesCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListWhatIfAnalysesCommand extends ListWhatIfAnalysesCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListWhatIfForecastExportsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListWhatIfForecastExportsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListWhatIfForecastExportsCommandInput,
|
|
32
|
+
ListWhatIfForecastExportsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListWhatIfForecastExportsCommand extends ListWhatIfForecastExportsCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const ListWhatIfForecastsCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
...[input]: [] | [ListWhatIfForecastsCommandInput]
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
ListWhatIfForecastsCommandInput,
|
|
32
|
+
ListWhatIfForecastsCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class ListWhatIfForecastsCommand extends ListWhatIfForecastsCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const ResumeResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: ResumeResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
ResumeResourceCommandInput,
|
|
26
|
+
ResumeResourceCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class ResumeResourceCommand extends ResumeResourceCommand_base {}
|
|
@@ -19,6 +19,15 @@ declare const StopResourceCommand_base: {
|
|
|
19
19
|
ServiceInputTypes,
|
|
20
20
|
ServiceOutputTypes
|
|
21
21
|
>;
|
|
22
|
+
new (
|
|
23
|
+
__0_0: StopResourceCommandInput
|
|
24
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
25
|
+
StopResourceCommandInput,
|
|
26
|
+
StopResourceCommandOutput,
|
|
27
|
+
ForecastClientResolvedConfig,
|
|
28
|
+
ServiceInputTypes,
|
|
29
|
+
ServiceOutputTypes
|
|
30
|
+
>;
|
|
22
31
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
23
32
|
};
|
|
24
33
|
export declare class StopResourceCommand extends StopResourceCommand_base {}
|
|
@@ -21,6 +21,15 @@ declare const TagResourceCommand_base: {
|
|
|
21
21
|
ServiceInputTypes,
|
|
22
22
|
ServiceOutputTypes
|
|
23
23
|
>;
|
|
24
|
+
new (
|
|
25
|
+
__0_0: TagResourceCommandInput
|
|
26
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
27
|
+
TagResourceCommandInput,
|
|
28
|
+
TagResourceCommandOutput,
|
|
29
|
+
ForecastClientResolvedConfig,
|
|
30
|
+
ServiceInputTypes,
|
|
31
|
+
ServiceOutputTypes
|
|
32
|
+
>;
|
|
24
33
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
25
34
|
};
|
|
26
35
|
export declare class TagResourceCommand extends TagResourceCommand_base {}
|
|
@@ -24,6 +24,15 @@ declare const UntagResourceCommand_base: {
|
|
|
24
24
|
ServiceInputTypes,
|
|
25
25
|
ServiceOutputTypes
|
|
26
26
|
>;
|
|
27
|
+
new (
|
|
28
|
+
__0_0: UntagResourceCommandInput
|
|
29
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
30
|
+
UntagResourceCommandInput,
|
|
31
|
+
UntagResourceCommandOutput,
|
|
32
|
+
ForecastClientResolvedConfig,
|
|
33
|
+
ServiceInputTypes,
|
|
34
|
+
ServiceOutputTypes
|
|
35
|
+
>;
|
|
27
36
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
28
37
|
};
|
|
29
38
|
export declare class UntagResourceCommand extends UntagResourceCommand_base {}
|
|
@@ -25,6 +25,15 @@ declare const UpdateDatasetGroupCommand_base: {
|
|
|
25
25
|
ServiceInputTypes,
|
|
26
26
|
ServiceOutputTypes
|
|
27
27
|
>;
|
|
28
|
+
new (
|
|
29
|
+
__0_0: UpdateDatasetGroupCommandInput
|
|
30
|
+
): import("@smithy/smithy-client").CommandImpl<
|
|
31
|
+
UpdateDatasetGroupCommandInput,
|
|
32
|
+
UpdateDatasetGroupCommandOutput,
|
|
33
|
+
ForecastClientResolvedConfig,
|
|
34
|
+
ServiceInputTypes,
|
|
35
|
+
ServiceOutputTypes
|
|
36
|
+
>;
|
|
28
37
|
getEndpointParameterInstructions(): import("@smithy/middleware-endpoint").EndpointParameterInstructions;
|
|
29
38
|
};
|
|
30
39
|
export declare class UpdateDatasetGroupCommand extends UpdateDatasetGroupCommand_base {}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aws-sdk/client-forecast",
|
|
3
3
|
"description": "AWS SDK for JavaScript Forecast Client for Node.js, Browser and React Native",
|
|
4
|
-
"version": "3.
|
|
4
|
+
"version": "3.535.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-forecast",
|
|
@@ -20,47 +20,47 @@
|
|
|
20
20
|
"dependencies": {
|
|
21
21
|
"@aws-crypto/sha256-browser": "3.0.0",
|
|
22
22
|
"@aws-crypto/sha256-js": "3.0.0",
|
|
23
|
-
"@aws-sdk/client-sts": "3.
|
|
24
|
-
"@aws-sdk/core": "3.
|
|
25
|
-
"@aws-sdk/credential-provider-node": "3.
|
|
26
|
-
"@aws-sdk/middleware-host-header": "3.
|
|
27
|
-
"@aws-sdk/middleware-logger": "3.
|
|
28
|
-
"@aws-sdk/middleware-recursion-detection": "3.
|
|
29
|
-
"@aws-sdk/middleware-user-agent": "3.
|
|
30
|
-
"@aws-sdk/region-config-resolver": "3.
|
|
31
|
-
"@aws-sdk/types": "3.
|
|
32
|
-
"@aws-sdk/util-endpoints": "3.
|
|
33
|
-
"@aws-sdk/util-user-agent-browser": "3.
|
|
34
|
-
"@aws-sdk/util-user-agent-node": "3.
|
|
35
|
-
"@smithy/config-resolver": "^2.
|
|
36
|
-
"@smithy/core": "^1.
|
|
37
|
-
"@smithy/fetch-http-handler": "^2.
|
|
38
|
-
"@smithy/hash-node": "^2.
|
|
39
|
-
"@smithy/invalid-dependency": "^2.
|
|
40
|
-
"@smithy/middleware-content-length": "^2.
|
|
41
|
-
"@smithy/middleware-endpoint": "^2.
|
|
42
|
-
"@smithy/middleware-retry": "^2.
|
|
43
|
-
"@smithy/middleware-serde": "^2.
|
|
44
|
-
"@smithy/middleware-stack": "^2.
|
|
45
|
-
"@smithy/node-config-provider": "^2.
|
|
46
|
-
"@smithy/node-http-handler": "^2.
|
|
47
|
-
"@smithy/protocol-http": "^3.
|
|
48
|
-
"@smithy/smithy-client": "^2.
|
|
49
|
-
"@smithy/types": "^2.
|
|
50
|
-
"@smithy/url-parser": "^2.
|
|
51
|
-
"@smithy/util-base64": "^2.
|
|
52
|
-
"@smithy/util-body-length-browser": "^2.
|
|
53
|
-
"@smithy/util-body-length-node": "^2.
|
|
54
|
-
"@smithy/util-defaults-mode-browser": "^2.
|
|
55
|
-
"@smithy/util-defaults-mode-node": "^2.
|
|
56
|
-
"@smithy/util-endpoints": "^1.
|
|
57
|
-
"@smithy/util-middleware": "^2.
|
|
58
|
-
"@smithy/util-retry": "^2.
|
|
59
|
-
"@smithy/util-utf8": "^2.
|
|
60
|
-
"tslib": "^2.
|
|
23
|
+
"@aws-sdk/client-sts": "3.535.0",
|
|
24
|
+
"@aws-sdk/core": "3.535.0",
|
|
25
|
+
"@aws-sdk/credential-provider-node": "3.535.0",
|
|
26
|
+
"@aws-sdk/middleware-host-header": "3.535.0",
|
|
27
|
+
"@aws-sdk/middleware-logger": "3.535.0",
|
|
28
|
+
"@aws-sdk/middleware-recursion-detection": "3.535.0",
|
|
29
|
+
"@aws-sdk/middleware-user-agent": "3.535.0",
|
|
30
|
+
"@aws-sdk/region-config-resolver": "3.535.0",
|
|
31
|
+
"@aws-sdk/types": "3.535.0",
|
|
32
|
+
"@aws-sdk/util-endpoints": "3.535.0",
|
|
33
|
+
"@aws-sdk/util-user-agent-browser": "3.535.0",
|
|
34
|
+
"@aws-sdk/util-user-agent-node": "3.535.0",
|
|
35
|
+
"@smithy/config-resolver": "^2.2.0",
|
|
36
|
+
"@smithy/core": "^1.4.0",
|
|
37
|
+
"@smithy/fetch-http-handler": "^2.5.0",
|
|
38
|
+
"@smithy/hash-node": "^2.2.0",
|
|
39
|
+
"@smithy/invalid-dependency": "^2.2.0",
|
|
40
|
+
"@smithy/middleware-content-length": "^2.2.0",
|
|
41
|
+
"@smithy/middleware-endpoint": "^2.5.0",
|
|
42
|
+
"@smithy/middleware-retry": "^2.2.0",
|
|
43
|
+
"@smithy/middleware-serde": "^2.3.0",
|
|
44
|
+
"@smithy/middleware-stack": "^2.2.0",
|
|
45
|
+
"@smithy/node-config-provider": "^2.3.0",
|
|
46
|
+
"@smithy/node-http-handler": "^2.5.0",
|
|
47
|
+
"@smithy/protocol-http": "^3.3.0",
|
|
48
|
+
"@smithy/smithy-client": "^2.5.0",
|
|
49
|
+
"@smithy/types": "^2.12.0",
|
|
50
|
+
"@smithy/url-parser": "^2.2.0",
|
|
51
|
+
"@smithy/util-base64": "^2.3.0",
|
|
52
|
+
"@smithy/util-body-length-browser": "^2.2.0",
|
|
53
|
+
"@smithy/util-body-length-node": "^2.3.0",
|
|
54
|
+
"@smithy/util-defaults-mode-browser": "^2.2.0",
|
|
55
|
+
"@smithy/util-defaults-mode-node": "^2.3.0",
|
|
56
|
+
"@smithy/util-endpoints": "^1.2.0",
|
|
57
|
+
"@smithy/util-middleware": "^2.2.0",
|
|
58
|
+
"@smithy/util-retry": "^2.2.0",
|
|
59
|
+
"@smithy/util-utf8": "^2.3.0",
|
|
60
|
+
"tslib": "^2.6.2"
|
|
61
61
|
},
|
|
62
62
|
"devDependencies": {
|
|
63
|
-
"@smithy/service-client-documentation-generator": "^2.
|
|
63
|
+
"@smithy/service-client-documentation-generator": "^2.2.0",
|
|
64
64
|
"@tsconfig/node14": "1.0.3",
|
|
65
65
|
"@types/node": "^14.14.31",
|
|
66
66
|
"concurrently": "7.0.0",
|