@pulumi/aws-native 1.40.0-alpha.1765431535 → 1.40.0-alpha.1765482205
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/autoscaling/autoScalingGroup.d.ts +2 -0
- package/autoscaling/autoScalingGroup.js +2 -0
- package/autoscaling/autoScalingGroup.js.map +1 -1
- package/autoscaling/getAutoScalingGroup.d.ts +1 -0
- package/autoscaling/getAutoScalingGroup.js.map +1 -1
- package/backup/getLogicallyAirGappedBackupVault.d.ts +3 -0
- package/backup/getLogicallyAirGappedBackupVault.js.map +1 -1
- package/backup/logicallyAirGappedBackupVault.d.ts +10 -0
- package/backup/logicallyAirGappedBackupVault.js.map +1 -1
- package/cleanrooms/analysisTemplate.d.ts +2 -0
- package/cleanrooms/analysisTemplate.js +3 -1
- package/cleanrooms/analysisTemplate.js.map +1 -1
- package/connect/dataTable.d.ts +112 -0
- package/connect/dataTable.js +80 -0
- package/connect/dataTable.js.map +1 -0
- package/connect/dataTableAttribute.d.ts +54 -0
- package/connect/dataTableAttribute.js +78 -0
- package/connect/dataTableAttribute.js.map +1 -0
- package/connect/dataTableRecord.d.ts +42 -0
- package/connect/dataTableRecord.js +64 -0
- package/connect/dataTableRecord.js.map +1 -0
- package/connect/getDataTable.d.ts +73 -0
- package/connect/getDataTable.js +30 -0
- package/connect/getDataTable.js.map +1 -0
- package/connect/getDataTableAttribute.d.ts +32 -0
- package/connect/getDataTableAttribute.js +32 -0
- package/connect/getDataTableAttribute.js.map +1 -0
- package/connect/getDataTableRecord.d.ts +24 -0
- package/connect/getDataTableRecord.js +32 -0
- package/connect/getDataTableRecord.js.map +1 -0
- package/connect/getSecurityProfile.d.ts +3 -0
- package/connect/getSecurityProfile.js.map +1 -1
- package/connect/getWorkspace.d.ts +69 -0
- package/{robomaker/getRobot.js → connect/getWorkspace.js} +10 -10
- package/connect/getWorkspace.js.map +1 -0
- package/connect/index.d.ts +24 -0
- package/connect/index.js +30 -2
- package/connect/index.js.map +1 -1
- package/connect/securityProfile.d.ts +6 -0
- package/connect/securityProfile.js.map +1 -1
- package/connect/workspace.d.ts +124 -0
- package/connect/workspace.js +83 -0
- package/connect/workspace.js.map +1 -0
- package/connectcampaignsv2/campaign.d.ts +5 -2
- package/connectcampaignsv2/campaign.js +2 -3
- package/connectcampaignsv2/campaign.js.map +1 -1
- package/connectcampaignsv2/getCampaign.d.ts +2 -0
- package/connectcampaignsv2/getCampaign.js.map +1 -1
- package/dsql/cluster.d.ts +4 -0
- package/dsql/cluster.js +2 -0
- package/dsql/cluster.js.map +1 -1
- package/dsql/getCluster.d.ts +4 -0
- package/dsql/getCluster.js.map +1 -1
- package/ec2/getNatGateway.d.ts +26 -0
- package/ec2/getNatGateway.js.map +1 -1
- package/ec2/getNetworkInterface.d.ts +1 -0
- package/ec2/getNetworkInterface.js.map +1 -1
- package/ec2/getNetworkInterfaceAttachment.d.ts +4 -4
- package/ec2/getNetworkInterfaceAttachment.js +2 -2
- package/ec2/natGateway.d.ts +50 -0
- package/ec2/natGateway.js +11 -1
- package/ec2/natGateway.js.map +1 -1
- package/ec2/networkInterface.d.ts +10 -0
- package/ec2/networkInterface.js +4 -0
- package/ec2/networkInterface.js.map +1 -1
- package/ec2/networkInterfaceAttachment.d.ts +7 -7
- package/ec2/networkInterfaceAttachment.js +1 -1
- package/ecs/expressGatewayService.d.ts +2 -0
- package/ecs/expressGatewayService.js +4 -0
- package/ecs/expressGatewayService.js.map +1 -1
- package/ecs/getExpressGatewayService.d.ts +2 -0
- package/ecs/getExpressGatewayService.js.map +1 -1
- package/index.d.ts +1 -3
- package/index.js +3 -7
- package/index.js.map +1 -1
- package/lambda/function.d.ts +2 -0
- package/lambda/function.js +2 -0
- package/lambda/function.js.map +1 -1
- package/lambda/getFunction.d.ts +1 -0
- package/lambda/getFunction.js.map +1 -1
- package/networkmanager/connectAttachment.d.ts +8 -0
- package/networkmanager/connectAttachment.js +3 -1
- package/networkmanager/connectAttachment.js.map +1 -1
- package/networkmanager/coreNetworkPrefixListAssociation.d.ts +57 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js +71 -0
- package/networkmanager/coreNetworkPrefixListAssociation.js.map +1 -0
- package/networkmanager/directConnectGatewayAttachment.d.ts +8 -0
- package/networkmanager/directConnectGatewayAttachment.js +3 -1
- package/networkmanager/directConnectGatewayAttachment.js.map +1 -1
- package/networkmanager/index.d.ts +3 -0
- package/networkmanager/index.js +5 -1
- package/networkmanager/index.js.map +1 -1
- package/networkmanager/siteToSiteVpnAttachment.d.ts +8 -0
- package/networkmanager/siteToSiteVpnAttachment.js +3 -1
- package/networkmanager/siteToSiteVpnAttachment.js.map +1 -1
- package/networkmanager/transitGatewayRouteTableAttachment.d.ts +8 -0
- package/networkmanager/transitGatewayRouteTableAttachment.js +3 -1
- package/networkmanager/transitGatewayRouteTableAttachment.js.map +1 -1
- package/networkmanager/vpcAttachment.d.ts +8 -0
- package/networkmanager/vpcAttachment.js +3 -1
- package/networkmanager/vpcAttachment.js.map +1 -1
- package/observabilityadmin/getTelemetryPipelines.d.ts +29 -0
- package/observabilityadmin/getTelemetryPipelines.js +28 -0
- package/observabilityadmin/getTelemetryPipelines.js.map +1 -0
- package/observabilityadmin/index.d.ts +6 -0
- package/observabilityadmin/index.js +8 -1
- package/observabilityadmin/index.js.map +1 -1
- package/observabilityadmin/telemetryPipelines.d.ts +53 -0
- package/{robomaker/robot.js → observabilityadmin/telemetryPipelines.js} +25 -24
- package/observabilityadmin/telemetryPipelines.js.map +1 -0
- package/package.json +3 -3
- package/package.json.dev +2 -2
- package/paymentcryptography/getKey.d.ts +3 -0
- package/paymentcryptography/getKey.js.map +1 -1
- package/paymentcryptography/key.d.ts +5 -0
- package/paymentcryptography/key.js +4 -0
- package/paymentcryptography/key.js.map +1 -1
- package/ram/getResourceShare.d.ts +21 -0
- package/ram/getResourceShare.js.map +1 -1
- package/ram/index.d.ts +1 -0
- package/ram/index.js +16 -0
- package/ram/index.js.map +1 -1
- package/ram/resourceShare.d.ts +21 -0
- package/ram/resourceShare.js +10 -0
- package/ram/resourceShare.js.map +1 -1
- package/route53/getHostedZone.d.ts +1 -0
- package/route53/getHostedZone.js.map +1 -1
- package/route53/hostedZone.d.ts +2 -0
- package/route53/hostedZone.js +2 -0
- package/route53/hostedZone.js.map +1 -1
- package/s3/bucket.js +1 -1
- package/s3/bucket.js.map +1 -1
- package/s3tables/getTableBucket.d.ts +1 -0
- package/s3tables/getTableBucket.js.map +1 -1
- package/s3tables/table.d.ts +2 -0
- package/s3tables/table.js +3 -1
- package/s3tables/table.js.map +1 -1
- package/s3tables/tableBucket.d.ts +2 -0
- package/s3tables/tableBucket.js +2 -0
- package/s3tables/tableBucket.js.map +1 -1
- package/securityhub/connectorV2.d.ts +87 -0
- package/securityhub/connectorV2.js +83 -0
- package/securityhub/connectorV2.js.map +1 -0
- package/securityhub/getConnectorV2.d.ts +52 -0
- package/securityhub/getConnectorV2.js +28 -0
- package/securityhub/getConnectorV2.js.map +1 -0
- package/securityhub/index.d.ts +6 -0
- package/securityhub/index.js +8 -1
- package/securityhub/index.js.map +1 -1
- package/transfer/connector.d.ts +4 -0
- package/transfer/connector.js +2 -0
- package/transfer/connector.js.map +1 -1
- package/transfer/getConnector.d.ts +4 -0
- package/transfer/getConnector.js.map +1 -1
- package/types/enums/cleanrooms/index.d.ts +5 -0
- package/types/enums/cleanrooms/index.js +5 -1
- package/types/enums/cleanrooms/index.js.map +1 -1
- package/types/enums/connect/index.d.ts +50 -0
- package/types/enums/connect/index.js +34 -1
- package/types/enums/connect/index.js.map +1 -1
- package/types/enums/connectcampaignsv2/index.d.ts +8 -0
- package/types/enums/connectcampaignsv2/index.js +5 -1
- package/types/enums/connectcampaignsv2/index.js.map +1 -1
- package/types/enums/ec2/index.d.ts +9 -0
- package/types/enums/ec2/index.js +8 -3
- package/types/enums/ec2/index.js.map +1 -1
- package/types/enums/index.d.ts +2 -3
- package/types/enums/index.js +4 -6
- package/types/enums/index.js.map +1 -1
- package/types/enums/observabilityadmin/index.d.ts +132 -0
- package/types/enums/observabilityadmin/index.js +89 -1
- package/types/enums/observabilityadmin/index.js.map +1 -1
- package/types/enums/paymentcryptography/index.d.ts +10 -0
- package/types/enums/paymentcryptography/index.js +7 -1
- package/types/enums/paymentcryptography/index.js.map +1 -1
- package/types/enums/ram/index.d.ts +20 -0
- package/types/enums/ram/index.js +18 -0
- package/types/enums/ram/index.js.map +1 -0
- package/types/enums/s3tables/index.d.ts +16 -0
- package/types/enums/s3tables/index.js +9 -1
- package/types/enums/s3tables/index.js.map +1 -1
- package/types/enums/securityhub/index.d.ts +10 -0
- package/types/enums/securityhub/index.js +7 -1
- package/types/enums/securityhub/index.js.map +1 -1
- package/types/input.d.ts +674 -374
- package/types/output.d.ts +739 -374
- package/types/output.js.map +1 -1
- package/lookoutmetrics/alert.d.ts +0 -79
- package/lookoutmetrics/alert.js +0 -77
- package/lookoutmetrics/alert.js.map +0 -1
- package/lookoutmetrics/anomalyDetector.d.ts +0 -79
- package/lookoutmetrics/anomalyDetector.js +0 -74
- package/lookoutmetrics/anomalyDetector.js.map +0 -1
- package/lookoutmetrics/getAlert.d.ts +0 -27
- package/lookoutmetrics/getAlert.js +0 -28
- package/lookoutmetrics/getAlert.js.map +0 -1
- package/lookoutmetrics/getAnomalyDetector.d.ts +0 -44
- package/lookoutmetrics/getAnomalyDetector.js +0 -28
- package/lookoutmetrics/getAnomalyDetector.js.map +0 -1
- package/lookoutmetrics/index.d.ts +0 -13
- package/lookoutmetrics/index.js +0 -48
- package/lookoutmetrics/index.js.map +0 -1
- package/robomaker/fleet.d.ts +0 -131
- package/robomaker/fleet.js +0 -136
- package/robomaker/fleet.js.map +0 -1
- package/robomaker/getFleet.d.ts +0 -33
- package/robomaker/getFleet.js +0 -28
- package/robomaker/getFleet.js.map +0 -1
- package/robomaker/getRobot.d.ts +0 -33
- package/robomaker/getRobot.js.map +0 -1
- package/robomaker/getRobotApplication.d.ts +0 -46
- package/robomaker/getRobotApplication.js +0 -28
- package/robomaker/getRobotApplication.js.map +0 -1
- package/robomaker/getRobotApplicationVersion.d.ts +0 -31
- package/robomaker/getRobotApplicationVersion.js +0 -28
- package/robomaker/getRobotApplicationVersion.js.map +0 -1
- package/robomaker/getSimulationApplication.d.ts +0 -50
- package/robomaker/getSimulationApplication.js +0 -28
- package/robomaker/getSimulationApplication.js.map +0 -1
- package/robomaker/getSimulationApplicationVersion.d.ts +0 -31
- package/robomaker/getSimulationApplicationVersion.js +0 -28
- package/robomaker/getSimulationApplicationVersion.js.map +0 -1
- package/robomaker/index.d.ts +0 -37
- package/robomaker/index.js +0 -76
- package/robomaker/index.js.map +0 -1
- package/robomaker/robot.d.ts +0 -82
- package/robomaker/robot.js.map +0 -1
- package/robomaker/robotApplication.d.ts +0 -173
- package/robomaker/robotApplication.js +0 -155
- package/robomaker/robotApplication.js.map +0 -1
- package/robomaker/robotApplicationVersion.d.ts +0 -57
- package/robomaker/robotApplicationVersion.js +0 -67
- package/robomaker/robotApplicationVersion.js.map +0 -1
- package/robomaker/simulationApplication.d.ts +0 -201
- package/robomaker/simulationApplication.js +0 -174
- package/robomaker/simulationApplication.js.map +0 -1
- package/robomaker/simulationApplicationVersion.d.ts +0 -57
- package/robomaker/simulationApplicationVersion.js +0 -67
- package/robomaker/simulationApplicationVersion.js.map +0 -1
- package/types/enums/lookoutmetrics/index.d.ts +0 -44
- package/types/enums/lookoutmetrics/index.js +0 -30
- package/types/enums/lookoutmetrics/index.js.map +0 -1
- package/types/enums/robomaker/index.d.ts +0 -93
- package/types/enums/robomaker/index.js +0 -59
- package/types/enums/robomaker/index.js.map +0 -1
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
export declare const RobotApplicationRobotSoftwareSuiteName: {
|
|
2
|
-
readonly Ros: "ROS";
|
|
3
|
-
readonly Ros2: "ROS2";
|
|
4
|
-
readonly General: "General";
|
|
5
|
-
};
|
|
6
|
-
/**
|
|
7
|
-
* The name of robot software suite.
|
|
8
|
-
*/
|
|
9
|
-
export type RobotApplicationRobotSoftwareSuiteName = (typeof RobotApplicationRobotSoftwareSuiteName)[keyof typeof RobotApplicationRobotSoftwareSuiteName];
|
|
10
|
-
export declare const RobotApplicationRobotSoftwareSuiteVersion: {
|
|
11
|
-
readonly Kinetic: "Kinetic";
|
|
12
|
-
readonly Melodic: "Melodic";
|
|
13
|
-
readonly Dashing: "Dashing";
|
|
14
|
-
};
|
|
15
|
-
/**
|
|
16
|
-
* The version of robot software suite.
|
|
17
|
-
*/
|
|
18
|
-
export type RobotApplicationRobotSoftwareSuiteVersion = (typeof RobotApplicationRobotSoftwareSuiteVersion)[keyof typeof RobotApplicationRobotSoftwareSuiteVersion];
|
|
19
|
-
export declare const RobotApplicationSourceConfigArchitecture: {
|
|
20
|
-
readonly X8664: "X86_64";
|
|
21
|
-
readonly Arm64: "ARM64";
|
|
22
|
-
readonly Armhf: "ARMHF";
|
|
23
|
-
};
|
|
24
|
-
/**
|
|
25
|
-
* The architecture of robot application.
|
|
26
|
-
*/
|
|
27
|
-
export type RobotApplicationSourceConfigArchitecture = (typeof RobotApplicationSourceConfigArchitecture)[keyof typeof RobotApplicationSourceConfigArchitecture];
|
|
28
|
-
export declare const RobotArchitecture: {
|
|
29
|
-
readonly X8664: "X86_64";
|
|
30
|
-
readonly Arm64: "ARM64";
|
|
31
|
-
readonly Armhf: "ARMHF";
|
|
32
|
-
};
|
|
33
|
-
/**
|
|
34
|
-
* The target architecture of the robot.
|
|
35
|
-
*/
|
|
36
|
-
export type RobotArchitecture = (typeof RobotArchitecture)[keyof typeof RobotArchitecture];
|
|
37
|
-
export declare const SimulationApplicationRenderingEngineName: {
|
|
38
|
-
readonly Ogre: "OGRE";
|
|
39
|
-
};
|
|
40
|
-
/**
|
|
41
|
-
* The name of the rendering engine.
|
|
42
|
-
*/
|
|
43
|
-
export type SimulationApplicationRenderingEngineName = (typeof SimulationApplicationRenderingEngineName)[keyof typeof SimulationApplicationRenderingEngineName];
|
|
44
|
-
export declare const SimulationApplicationRobotSoftwareSuiteName: {
|
|
45
|
-
readonly Ros: "ROS";
|
|
46
|
-
readonly Ros2: "ROS2";
|
|
47
|
-
readonly General: "General";
|
|
48
|
-
};
|
|
49
|
-
/**
|
|
50
|
-
* The name of the robot software suite.
|
|
51
|
-
*/
|
|
52
|
-
export type SimulationApplicationRobotSoftwareSuiteName = (typeof SimulationApplicationRobotSoftwareSuiteName)[keyof typeof SimulationApplicationRobotSoftwareSuiteName];
|
|
53
|
-
export declare const SimulationApplicationRobotSoftwareSuiteVersion: {
|
|
54
|
-
readonly Kinetic: "Kinetic";
|
|
55
|
-
readonly Melodic: "Melodic";
|
|
56
|
-
readonly Dashing: "Dashing";
|
|
57
|
-
readonly Foxy: "Foxy";
|
|
58
|
-
};
|
|
59
|
-
/**
|
|
60
|
-
* The version of the robot software suite.
|
|
61
|
-
*/
|
|
62
|
-
export type SimulationApplicationRobotSoftwareSuiteVersion = (typeof SimulationApplicationRobotSoftwareSuiteVersion)[keyof typeof SimulationApplicationRobotSoftwareSuiteVersion];
|
|
63
|
-
export declare const SimulationApplicationSimulationSoftwareSuiteName: {
|
|
64
|
-
readonly Gazebo: "Gazebo";
|
|
65
|
-
readonly RosbagPlay: "RosbagPlay";
|
|
66
|
-
readonly SimulationRuntime: "SimulationRuntime";
|
|
67
|
-
};
|
|
68
|
-
/**
|
|
69
|
-
* The name of the simulation software suite.
|
|
70
|
-
*/
|
|
71
|
-
export type SimulationApplicationSimulationSoftwareSuiteName = (typeof SimulationApplicationSimulationSoftwareSuiteName)[keyof typeof SimulationApplicationSimulationSoftwareSuiteName];
|
|
72
|
-
export declare const SimulationApplicationSimulationSoftwareSuiteVersion: {
|
|
73
|
-
readonly Seven: "7";
|
|
74
|
-
readonly Nine: "9";
|
|
75
|
-
readonly SimulationApplicationSimulationSoftwareSuiteVersion_11: "11";
|
|
76
|
-
readonly Kinetic: "Kinetic";
|
|
77
|
-
readonly Melodic: "Melodic";
|
|
78
|
-
readonly Dashing: "Dashing";
|
|
79
|
-
readonly Foxy: "Foxy";
|
|
80
|
-
};
|
|
81
|
-
/**
|
|
82
|
-
* The version of the simulation software suite.
|
|
83
|
-
*/
|
|
84
|
-
export type SimulationApplicationSimulationSoftwareSuiteVersion = (typeof SimulationApplicationSimulationSoftwareSuiteVersion)[keyof typeof SimulationApplicationSimulationSoftwareSuiteVersion];
|
|
85
|
-
export declare const SimulationApplicationSourceConfigArchitecture: {
|
|
86
|
-
readonly X8664: "X86_64";
|
|
87
|
-
readonly Arm64: "ARM64";
|
|
88
|
-
readonly Armhf: "ARMHF";
|
|
89
|
-
};
|
|
90
|
-
/**
|
|
91
|
-
* The target processor architecture for the application.
|
|
92
|
-
*/
|
|
93
|
-
export type SimulationApplicationSourceConfigArchitecture = (typeof SimulationApplicationSourceConfigArchitecture)[keyof typeof SimulationApplicationSourceConfigArchitecture];
|
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// *** WARNING: this file was generated by pulumi-language-nodejs. ***
|
|
3
|
-
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.SimulationApplicationSourceConfigArchitecture = exports.SimulationApplicationSimulationSoftwareSuiteVersion = exports.SimulationApplicationSimulationSoftwareSuiteName = exports.SimulationApplicationRobotSoftwareSuiteVersion = exports.SimulationApplicationRobotSoftwareSuiteName = exports.SimulationApplicationRenderingEngineName = exports.RobotArchitecture = exports.RobotApplicationSourceConfigArchitecture = exports.RobotApplicationRobotSoftwareSuiteVersion = exports.RobotApplicationRobotSoftwareSuiteName = void 0;
|
|
6
|
-
exports.RobotApplicationRobotSoftwareSuiteName = {
|
|
7
|
-
Ros: "ROS",
|
|
8
|
-
Ros2: "ROS2",
|
|
9
|
-
General: "General",
|
|
10
|
-
};
|
|
11
|
-
exports.RobotApplicationRobotSoftwareSuiteVersion = {
|
|
12
|
-
Kinetic: "Kinetic",
|
|
13
|
-
Melodic: "Melodic",
|
|
14
|
-
Dashing: "Dashing",
|
|
15
|
-
};
|
|
16
|
-
exports.RobotApplicationSourceConfigArchitecture = {
|
|
17
|
-
X8664: "X86_64",
|
|
18
|
-
Arm64: "ARM64",
|
|
19
|
-
Armhf: "ARMHF",
|
|
20
|
-
};
|
|
21
|
-
exports.RobotArchitecture = {
|
|
22
|
-
X8664: "X86_64",
|
|
23
|
-
Arm64: "ARM64",
|
|
24
|
-
Armhf: "ARMHF",
|
|
25
|
-
};
|
|
26
|
-
exports.SimulationApplicationRenderingEngineName = {
|
|
27
|
-
Ogre: "OGRE",
|
|
28
|
-
};
|
|
29
|
-
exports.SimulationApplicationRobotSoftwareSuiteName = {
|
|
30
|
-
Ros: "ROS",
|
|
31
|
-
Ros2: "ROS2",
|
|
32
|
-
General: "General",
|
|
33
|
-
};
|
|
34
|
-
exports.SimulationApplicationRobotSoftwareSuiteVersion = {
|
|
35
|
-
Kinetic: "Kinetic",
|
|
36
|
-
Melodic: "Melodic",
|
|
37
|
-
Dashing: "Dashing",
|
|
38
|
-
Foxy: "Foxy",
|
|
39
|
-
};
|
|
40
|
-
exports.SimulationApplicationSimulationSoftwareSuiteName = {
|
|
41
|
-
Gazebo: "Gazebo",
|
|
42
|
-
RosbagPlay: "RosbagPlay",
|
|
43
|
-
SimulationRuntime: "SimulationRuntime",
|
|
44
|
-
};
|
|
45
|
-
exports.SimulationApplicationSimulationSoftwareSuiteVersion = {
|
|
46
|
-
Seven: "7",
|
|
47
|
-
Nine: "9",
|
|
48
|
-
SimulationApplicationSimulationSoftwareSuiteVersion_11: "11",
|
|
49
|
-
Kinetic: "Kinetic",
|
|
50
|
-
Melodic: "Melodic",
|
|
51
|
-
Dashing: "Dashing",
|
|
52
|
-
Foxy: "Foxy",
|
|
53
|
-
};
|
|
54
|
-
exports.SimulationApplicationSourceConfigArchitecture = {
|
|
55
|
-
X8664: "X86_64",
|
|
56
|
-
Arm64: "ARM64",
|
|
57
|
-
Armhf: "ARMHF",
|
|
58
|
-
};
|
|
59
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../types/enums/robomaker/index.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;AAGpE,QAAA,sCAAsC,GAAG;IAClD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,yCAAyC,GAAG;IACrD,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,iBAAiB,GAAG;IAC7B,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAC;AAOE,QAAA,wCAAwC,GAAG;IACpD,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,2CAA2C,GAAG;IACvD,GAAG,EAAE,KAAK;IACV,IAAI,EAAE,MAAM;IACZ,OAAO,EAAE,SAAS;CACZ,CAAC;AAOE,QAAA,8CAA8C,GAAG;IAC1D,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,gDAAgD,GAAG;IAC5D,MAAM,EAAE,QAAQ;IAChB,UAAU,EAAE,YAAY;IACxB,iBAAiB,EAAE,mBAAmB;CAChC,CAAC;AAOE,QAAA,mDAAmD,GAAG;IAC/D,KAAK,EAAE,GAAG;IACV,IAAI,EAAE,GAAG;IACT,sDAAsD,EAAE,IAAI;IAC5D,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,OAAO,EAAE,SAAS;IAClB,IAAI,EAAE,MAAM;CACN,CAAC;AAOE,QAAA,6CAA6C,GAAG;IACzD,KAAK,EAAE,QAAQ;IACf,KAAK,EAAE,OAAO;IACd,KAAK,EAAE,OAAO;CACR,CAAC"}
|