@pulumi/hcloud 1.10.1 → 1.10.2
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/certificate.js +25 -23
- package/certificate.js.map +1 -1
- package/firewall.d.ts +3 -2
- package/firewall.js +21 -21
- package/firewall.js.map +1 -1
- package/firewallAttachment.js +21 -21
- package/firewallAttachment.js.map +1 -1
- package/floatingIp.d.ts +4 -4
- package/floatingIp.js +23 -23
- package/floatingIp.js.map +1 -1
- package/floatingIpAssignment.js +22 -22
- package/floatingIpAssignment.js.map +1 -1
- package/getCertificate.d.ts +19 -4
- package/getCertificate.js +21 -9
- package/getCertificate.js.map +1 -1
- package/getCertificates.d.ts +17 -3
- package/getCertificates.js +18 -7
- package/getCertificates.js.map +1 -1
- package/getDatacenter.d.ts +22 -4
- package/getDatacenter.js +24 -9
- package/getDatacenter.js.map +1 -1
- package/getDatacenters.d.ts +5 -1
- package/getDatacenters.js +6 -5
- package/getDatacenters.js.map +1 -1
- package/getFirewall.d.ts +21 -5
- package/getFirewall.js +21 -9
- package/getFirewall.js.map +1 -1
- package/getFirewalls.d.ts +17 -3
- package/getFirewalls.js +18 -7
- package/getFirewalls.js.map +1 -1
- package/getFloatingIp.d.ts +32 -2
- package/getFloatingIp.js +33 -6
- package/getFloatingIp.js.map +1 -1
- package/getFloatingIps.d.ts +17 -3
- package/getFloatingIps.js +18 -7
- package/getFloatingIps.js.map +1 -1
- package/getImage.d.ts +19 -0
- package/getImage.js +21 -5
- package/getImage.js.map +1 -1
- package/getImages.d.ts +19 -4
- package/getImages.js +20 -8
- package/getImages.js.map +1 -1
- package/getLoadBalancer.d.ts +36 -8
- package/getLoadBalancer.js +28 -11
- package/getLoadBalancer.js.map +1 -1
- package/getLoadBalancers.d.ts +19 -4
- package/getLoadBalancers.js +20 -8
- package/getLoadBalancers.js.map +1 -1
- package/getLocation.d.ts +22 -4
- package/getLocation.js +24 -9
- package/getLocation.js.map +1 -1
- package/getLocations.d.ts +5 -1
- package/getLocations.js +6 -5
- package/getLocations.js.map +1 -1
- package/getNetwork.d.ts +25 -7
- package/getNetwork.js +26 -11
- package/getNetwork.js.map +1 -1
- package/getNetworks.d.ts +19 -4
- package/getNetworks.js +20 -8
- package/getNetworks.js.map +1 -1
- package/getPlacementGroup.d.ts +19 -4
- package/getPlacementGroup.js +21 -9
- package/getPlacementGroup.js.map +1 -1
- package/getPlacementGroups.d.ts +19 -4
- package/getPlacementGroups.js +20 -8
- package/getPlacementGroups.js.map +1 -1
- package/getPrimaryIp.d.ts +55 -5
- package/getPrimaryIp.js +49 -5
- package/getPrimaryIp.js.map +1 -1
- package/getPrimaryIps.d.ts +17 -3
- package/getPrimaryIps.js +18 -7
- package/getPrimaryIps.js.map +1 -1
- package/getServer.d.ts +27 -9
- package/getServer.js +26 -11
- package/getServer.js.map +1 -1
- package/getServerType.d.ts +22 -4
- package/getServerType.js +24 -9
- package/getServerType.js.map +1 -1
- package/getServerTypes.d.ts +4 -1
- package/getServerTypes.js +5 -5
- package/getServerTypes.js.map +1 -1
- package/getServers.d.ts +15 -3
- package/getServers.js +16 -7
- package/getServers.js.map +1 -1
- package/getSshKey.d.ts +26 -0
- package/getSshKey.js +28 -5
- package/getSshKey.js.map +1 -1
- package/getSshKeys.d.ts +15 -1
- package/getSshKeys.js +16 -5
- package/getSshKeys.js.map +1 -1
- package/getVolume.d.ts +25 -7
- package/getVolume.js +26 -11
- package/getVolume.js.map +1 -1
- package/getVolumes.d.ts +19 -4
- package/getVolumes.js +20 -8
- package/getVolumes.js.map +1 -1
- package/index.d.ts +156 -52
- package/index.js +158 -117
- package/index.js.map +1 -1
- package/loadBalancer.d.ts +21 -8
- package/loadBalancer.js +23 -23
- package/loadBalancer.js.map +1 -1
- package/loadBalancerNetwork.js +22 -22
- package/loadBalancerNetwork.js.map +1 -1
- package/loadBalancerService.d.ts +2 -1
- package/loadBalancerService.js +22 -22
- package/loadBalancerService.js.map +1 -1
- package/loadBalancerTarget.d.ts +16 -0
- package/loadBalancerTarget.js +38 -22
- package/loadBalancerTarget.js.map +1 -1
- package/managedCertificate.d.ts +1 -1
- package/managedCertificate.js +23 -23
- package/managedCertificate.js.map +1 -1
- package/network.d.ts +2 -4
- package/network.js +24 -26
- package/network.js.map +1 -1
- package/networkRoute.js +22 -22
- package/networkRoute.js.map +1 -1
- package/networkSubnet.js +22 -22
- package/networkSubnet.js.map +1 -1
- package/package.json +4 -3
- package/package.json.bak +2 -1
- package/package.json.dev +4 -3
- package/placementGroup.d.ts +1 -1
- package/placementGroup.js +23 -23
- package/placementGroup.js.map +1 -1
- package/primaryIp.d.ts +16 -7
- package/primaryIp.js +23 -23
- package/primaryIp.js.map +1 -1
- package/provider.js +13 -11
- package/provider.js.map +1 -1
- package/rdns.d.ts +8 -8
- package/rdns.js +30 -30
- package/rdns.js.map +1 -1
- package/server.d.ts +23 -2
- package/server.js +43 -23
- package/server.js.map +1 -1
- package/serverNetwork.js +22 -22
- package/serverNetwork.js.map +1 -1
- package/snapshot.d.ts +1 -1
- package/snapshot.js +22 -22
- package/snapshot.js.map +1 -1
- package/sshKey.d.ts +2 -2
- package/sshKey.js +24 -24
- package/sshKey.js.map +1 -1
- package/types/index.js.map +1 -1
- package/types/input.d.ts +15 -15
- package/types/output.d.ts +4 -2
- package/uploadedCertificate.d.ts +1 -1
- package/uploadedCertificate.js +26 -24
- package/uploadedCertificate.js.map +1 -1
- package/utilities.js +13 -1
- package/utilities.js.map +1 -1
- package/volume.d.ts +4 -4
- package/volume.js +23 -23
- package/volume.js.map +1 -1
- package/volumeAttachment.js +22 -22
- package/volumeAttachment.js.map +1 -1
package/index.d.ts
CHANGED
|
@@ -1,55 +1,159 @@
|
|
|
1
|
-
export
|
|
2
|
-
export
|
|
3
|
-
export
|
|
4
|
-
export
|
|
5
|
-
export
|
|
6
|
-
export
|
|
7
|
-
export
|
|
8
|
-
export
|
|
9
|
-
export
|
|
10
|
-
export
|
|
11
|
-
export
|
|
12
|
-
export
|
|
13
|
-
export
|
|
14
|
-
export
|
|
15
|
-
export
|
|
16
|
-
export
|
|
17
|
-
export
|
|
18
|
-
export
|
|
19
|
-
export
|
|
20
|
-
export
|
|
21
|
-
export
|
|
22
|
-
export
|
|
23
|
-
export
|
|
24
|
-
export
|
|
25
|
-
export
|
|
26
|
-
export
|
|
27
|
-
export
|
|
28
|
-
export
|
|
29
|
-
export
|
|
30
|
-
export
|
|
31
|
-
export
|
|
32
|
-
export
|
|
33
|
-
export
|
|
34
|
-
export
|
|
35
|
-
export
|
|
36
|
-
export
|
|
37
|
-
export
|
|
38
|
-
export
|
|
39
|
-
export
|
|
40
|
-
export
|
|
41
|
-
export
|
|
42
|
-
export
|
|
43
|
-
export
|
|
44
|
-
export
|
|
45
|
-
export
|
|
46
|
-
export
|
|
47
|
-
export
|
|
48
|
-
export
|
|
49
|
-
export
|
|
50
|
-
export
|
|
51
|
-
export
|
|
52
|
-
export
|
|
1
|
+
export { CertificateArgs, CertificateState } from "./certificate";
|
|
2
|
+
export type Certificate = import("./certificate").Certificate;
|
|
3
|
+
export declare const Certificate: typeof import("./certificate").Certificate;
|
|
4
|
+
export { FirewallArgs, FirewallState } from "./firewall";
|
|
5
|
+
export type Firewall = import("./firewall").Firewall;
|
|
6
|
+
export declare const Firewall: typeof import("./firewall").Firewall;
|
|
7
|
+
export { FirewallAttachmentArgs, FirewallAttachmentState } from "./firewallAttachment";
|
|
8
|
+
export type FirewallAttachment = import("./firewallAttachment").FirewallAttachment;
|
|
9
|
+
export declare const FirewallAttachment: typeof import("./firewallAttachment").FirewallAttachment;
|
|
10
|
+
export { FloatingIpArgs, FloatingIpState } from "./floatingIp";
|
|
11
|
+
export type FloatingIp = import("./floatingIp").FloatingIp;
|
|
12
|
+
export declare const FloatingIp: typeof import("./floatingIp").FloatingIp;
|
|
13
|
+
export { FloatingIpAssignmentArgs, FloatingIpAssignmentState } from "./floatingIpAssignment";
|
|
14
|
+
export type FloatingIpAssignment = import("./floatingIpAssignment").FloatingIpAssignment;
|
|
15
|
+
export declare const FloatingIpAssignment: typeof import("./floatingIpAssignment").FloatingIpAssignment;
|
|
16
|
+
export { GetCertificateArgs, GetCertificateResult, GetCertificateOutputArgs } from "./getCertificate";
|
|
17
|
+
export declare const getCertificate: typeof import("./getCertificate").getCertificate;
|
|
18
|
+
export declare const getCertificateOutput: typeof import("./getCertificate").getCertificateOutput;
|
|
19
|
+
export { GetCertificatesArgs, GetCertificatesResult, GetCertificatesOutputArgs } from "./getCertificates";
|
|
20
|
+
export declare const getCertificates: typeof import("./getCertificates").getCertificates;
|
|
21
|
+
export declare const getCertificatesOutput: typeof import("./getCertificates").getCertificatesOutput;
|
|
22
|
+
export { GetDatacenterArgs, GetDatacenterResult, GetDatacenterOutputArgs } from "./getDatacenter";
|
|
23
|
+
export declare const getDatacenter: typeof import("./getDatacenter").getDatacenter;
|
|
24
|
+
export declare const getDatacenterOutput: typeof import("./getDatacenter").getDatacenterOutput;
|
|
25
|
+
export { GetDatacentersArgs, GetDatacentersResult, GetDatacentersOutputArgs } from "./getDatacenters";
|
|
26
|
+
export declare const getDatacenters: typeof import("./getDatacenters").getDatacenters;
|
|
27
|
+
export declare const getDatacentersOutput: typeof import("./getDatacenters").getDatacentersOutput;
|
|
28
|
+
export { GetFirewallArgs, GetFirewallResult, GetFirewallOutputArgs } from "./getFirewall";
|
|
29
|
+
export declare const getFirewall: typeof import("./getFirewall").getFirewall;
|
|
30
|
+
export declare const getFirewallOutput: typeof import("./getFirewall").getFirewallOutput;
|
|
31
|
+
export { GetFirewallsArgs, GetFirewallsResult, GetFirewallsOutputArgs } from "./getFirewalls";
|
|
32
|
+
export declare const getFirewalls: typeof import("./getFirewalls").getFirewalls;
|
|
33
|
+
export declare const getFirewallsOutput: typeof import("./getFirewalls").getFirewallsOutput;
|
|
34
|
+
export { GetFloatingIpArgs, GetFloatingIpResult, GetFloatingIpOutputArgs } from "./getFloatingIp";
|
|
35
|
+
export declare const getFloatingIp: typeof import("./getFloatingIp").getFloatingIp;
|
|
36
|
+
export declare const getFloatingIpOutput: typeof import("./getFloatingIp").getFloatingIpOutput;
|
|
37
|
+
export { GetFloatingIpsArgs, GetFloatingIpsResult, GetFloatingIpsOutputArgs } from "./getFloatingIps";
|
|
38
|
+
export declare const getFloatingIps: typeof import("./getFloatingIps").getFloatingIps;
|
|
39
|
+
export declare const getFloatingIpsOutput: typeof import("./getFloatingIps").getFloatingIpsOutput;
|
|
40
|
+
export { GetImageArgs, GetImageResult, GetImageOutputArgs } from "./getImage";
|
|
41
|
+
export declare const getImage: typeof import("./getImage").getImage;
|
|
42
|
+
export declare const getImageOutput: typeof import("./getImage").getImageOutput;
|
|
43
|
+
export { GetImagesArgs, GetImagesResult, GetImagesOutputArgs } from "./getImages";
|
|
44
|
+
export declare const getImages: typeof import("./getImages").getImages;
|
|
45
|
+
export declare const getImagesOutput: typeof import("./getImages").getImagesOutput;
|
|
46
|
+
export { GetLoadBalancerArgs, GetLoadBalancerResult, GetLoadBalancerOutputArgs } from "./getLoadBalancer";
|
|
47
|
+
export declare const getLoadBalancer: typeof import("./getLoadBalancer").getLoadBalancer;
|
|
48
|
+
export declare const getLoadBalancerOutput: typeof import("./getLoadBalancer").getLoadBalancerOutput;
|
|
49
|
+
export { GetLoadBalancersArgs, GetLoadBalancersResult, GetLoadBalancersOutputArgs } from "./getLoadBalancers";
|
|
50
|
+
export declare const getLoadBalancers: typeof import("./getLoadBalancers").getLoadBalancers;
|
|
51
|
+
export declare const getLoadBalancersOutput: typeof import("./getLoadBalancers").getLoadBalancersOutput;
|
|
52
|
+
export { GetLocationArgs, GetLocationResult, GetLocationOutputArgs } from "./getLocation";
|
|
53
|
+
export declare const getLocation: typeof import("./getLocation").getLocation;
|
|
54
|
+
export declare const getLocationOutput: typeof import("./getLocation").getLocationOutput;
|
|
55
|
+
export { GetLocationsArgs, GetLocationsResult, GetLocationsOutputArgs } from "./getLocations";
|
|
56
|
+
export declare const getLocations: typeof import("./getLocations").getLocations;
|
|
57
|
+
export declare const getLocationsOutput: typeof import("./getLocations").getLocationsOutput;
|
|
58
|
+
export { GetNetworkArgs, GetNetworkResult, GetNetworkOutputArgs } from "./getNetwork";
|
|
59
|
+
export declare const getNetwork: typeof import("./getNetwork").getNetwork;
|
|
60
|
+
export declare const getNetworkOutput: typeof import("./getNetwork").getNetworkOutput;
|
|
61
|
+
export { GetNetworksArgs, GetNetworksResult, GetNetworksOutputArgs } from "./getNetworks";
|
|
62
|
+
export declare const getNetworks: typeof import("./getNetworks").getNetworks;
|
|
63
|
+
export declare const getNetworksOutput: typeof import("./getNetworks").getNetworksOutput;
|
|
64
|
+
export { GetPlacementGroupArgs, GetPlacementGroupResult, GetPlacementGroupOutputArgs } from "./getPlacementGroup";
|
|
65
|
+
export declare const getPlacementGroup: typeof import("./getPlacementGroup").getPlacementGroup;
|
|
66
|
+
export declare const getPlacementGroupOutput: typeof import("./getPlacementGroup").getPlacementGroupOutput;
|
|
67
|
+
export { GetPlacementGroupsArgs, GetPlacementGroupsResult, GetPlacementGroupsOutputArgs } from "./getPlacementGroups";
|
|
68
|
+
export declare const getPlacementGroups: typeof import("./getPlacementGroups").getPlacementGroups;
|
|
69
|
+
export declare const getPlacementGroupsOutput: typeof import("./getPlacementGroups").getPlacementGroupsOutput;
|
|
70
|
+
export { GetPrimaryIpArgs, GetPrimaryIpResult, GetPrimaryIpOutputArgs } from "./getPrimaryIp";
|
|
71
|
+
export declare const getPrimaryIp: typeof import("./getPrimaryIp").getPrimaryIp;
|
|
72
|
+
export declare const getPrimaryIpOutput: typeof import("./getPrimaryIp").getPrimaryIpOutput;
|
|
73
|
+
export { GetPrimaryIpsArgs, GetPrimaryIpsResult, GetPrimaryIpsOutputArgs } from "./getPrimaryIps";
|
|
74
|
+
export declare const getPrimaryIps: typeof import("./getPrimaryIps").getPrimaryIps;
|
|
75
|
+
export declare const getPrimaryIpsOutput: typeof import("./getPrimaryIps").getPrimaryIpsOutput;
|
|
76
|
+
export { GetServerArgs, GetServerResult, GetServerOutputArgs } from "./getServer";
|
|
77
|
+
export declare const getServer: typeof import("./getServer").getServer;
|
|
78
|
+
export declare const getServerOutput: typeof import("./getServer").getServerOutput;
|
|
79
|
+
export { GetServerTypeArgs, GetServerTypeResult, GetServerTypeOutputArgs } from "./getServerType";
|
|
80
|
+
export declare const getServerType: typeof import("./getServerType").getServerType;
|
|
81
|
+
export declare const getServerTypeOutput: typeof import("./getServerType").getServerTypeOutput;
|
|
82
|
+
export { GetServerTypesArgs, GetServerTypesResult, GetServerTypesOutputArgs } from "./getServerTypes";
|
|
83
|
+
export declare const getServerTypes: typeof import("./getServerTypes").getServerTypes;
|
|
84
|
+
export declare const getServerTypesOutput: typeof import("./getServerTypes").getServerTypesOutput;
|
|
85
|
+
export { GetServersArgs, GetServersResult, GetServersOutputArgs } from "./getServers";
|
|
86
|
+
export declare const getServers: typeof import("./getServers").getServers;
|
|
87
|
+
export declare const getServersOutput: typeof import("./getServers").getServersOutput;
|
|
88
|
+
export { GetSshKeyArgs, GetSshKeyResult, GetSshKeyOutputArgs } from "./getSshKey";
|
|
89
|
+
export declare const getSshKey: typeof import("./getSshKey").getSshKey;
|
|
90
|
+
export declare const getSshKeyOutput: typeof import("./getSshKey").getSshKeyOutput;
|
|
91
|
+
export { GetSshKeysArgs, GetSshKeysResult, GetSshKeysOutputArgs } from "./getSshKeys";
|
|
92
|
+
export declare const getSshKeys: typeof import("./getSshKeys").getSshKeys;
|
|
93
|
+
export declare const getSshKeysOutput: typeof import("./getSshKeys").getSshKeysOutput;
|
|
94
|
+
export { GetVolumeArgs, GetVolumeResult, GetVolumeOutputArgs } from "./getVolume";
|
|
95
|
+
export declare const getVolume: typeof import("./getVolume").getVolume;
|
|
96
|
+
export declare const getVolumeOutput: typeof import("./getVolume").getVolumeOutput;
|
|
97
|
+
export { GetVolumesArgs, GetVolumesResult, GetVolumesOutputArgs } from "./getVolumes";
|
|
98
|
+
export declare const getVolumes: typeof import("./getVolumes").getVolumes;
|
|
99
|
+
export declare const getVolumesOutput: typeof import("./getVolumes").getVolumesOutput;
|
|
100
|
+
export { LoadBalancerArgs, LoadBalancerState } from "./loadBalancer";
|
|
101
|
+
export type LoadBalancer = import("./loadBalancer").LoadBalancer;
|
|
102
|
+
export declare const LoadBalancer: typeof import("./loadBalancer").LoadBalancer;
|
|
103
|
+
export { LoadBalancerNetworkArgs, LoadBalancerNetworkState } from "./loadBalancerNetwork";
|
|
104
|
+
export type LoadBalancerNetwork = import("./loadBalancerNetwork").LoadBalancerNetwork;
|
|
105
|
+
export declare const LoadBalancerNetwork: typeof import("./loadBalancerNetwork").LoadBalancerNetwork;
|
|
106
|
+
export { LoadBalancerServiceArgs, LoadBalancerServiceState } from "./loadBalancerService";
|
|
107
|
+
export type LoadBalancerService = import("./loadBalancerService").LoadBalancerService;
|
|
108
|
+
export declare const LoadBalancerService: typeof import("./loadBalancerService").LoadBalancerService;
|
|
109
|
+
export { LoadBalancerTargetArgs, LoadBalancerTargetState } from "./loadBalancerTarget";
|
|
110
|
+
export type LoadBalancerTarget = import("./loadBalancerTarget").LoadBalancerTarget;
|
|
111
|
+
export declare const LoadBalancerTarget: typeof import("./loadBalancerTarget").LoadBalancerTarget;
|
|
112
|
+
export { ManagedCertificateArgs, ManagedCertificateState } from "./managedCertificate";
|
|
113
|
+
export type ManagedCertificate = import("./managedCertificate").ManagedCertificate;
|
|
114
|
+
export declare const ManagedCertificate: typeof import("./managedCertificate").ManagedCertificate;
|
|
115
|
+
export { NetworkArgs, NetworkState } from "./network";
|
|
116
|
+
export type Network = import("./network").Network;
|
|
117
|
+
export declare const Network: typeof import("./network").Network;
|
|
118
|
+
export { NetworkRouteArgs, NetworkRouteState } from "./networkRoute";
|
|
119
|
+
export type NetworkRoute = import("./networkRoute").NetworkRoute;
|
|
120
|
+
export declare const NetworkRoute: typeof import("./networkRoute").NetworkRoute;
|
|
121
|
+
export { NetworkSubnetArgs, NetworkSubnetState } from "./networkSubnet";
|
|
122
|
+
export type NetworkSubnet = import("./networkSubnet").NetworkSubnet;
|
|
123
|
+
export declare const NetworkSubnet: typeof import("./networkSubnet").NetworkSubnet;
|
|
124
|
+
export { PlacementGroupArgs, PlacementGroupState } from "./placementGroup";
|
|
125
|
+
export type PlacementGroup = import("./placementGroup").PlacementGroup;
|
|
126
|
+
export declare const PlacementGroup: typeof import("./placementGroup").PlacementGroup;
|
|
127
|
+
export { PrimaryIpArgs, PrimaryIpState } from "./primaryIp";
|
|
128
|
+
export type PrimaryIp = import("./primaryIp").PrimaryIp;
|
|
129
|
+
export declare const PrimaryIp: typeof import("./primaryIp").PrimaryIp;
|
|
130
|
+
export { ProviderArgs } from "./provider";
|
|
131
|
+
export type Provider = import("./provider").Provider;
|
|
132
|
+
export declare const Provider: typeof import("./provider").Provider;
|
|
133
|
+
export { RdnsArgs, RdnsState } from "./rdns";
|
|
134
|
+
export type Rdns = import("./rdns").Rdns;
|
|
135
|
+
export declare const Rdns: typeof import("./rdns").Rdns;
|
|
136
|
+
export { ServerArgs, ServerState } from "./server";
|
|
137
|
+
export type Server = import("./server").Server;
|
|
138
|
+
export declare const Server: typeof import("./server").Server;
|
|
139
|
+
export { ServerNetworkArgs, ServerNetworkState } from "./serverNetwork";
|
|
140
|
+
export type ServerNetwork = import("./serverNetwork").ServerNetwork;
|
|
141
|
+
export declare const ServerNetwork: typeof import("./serverNetwork").ServerNetwork;
|
|
142
|
+
export { SnapshotArgs, SnapshotState } from "./snapshot";
|
|
143
|
+
export type Snapshot = import("./snapshot").Snapshot;
|
|
144
|
+
export declare const Snapshot: typeof import("./snapshot").Snapshot;
|
|
145
|
+
export { SshKeyArgs, SshKeyState } from "./sshKey";
|
|
146
|
+
export type SshKey = import("./sshKey").SshKey;
|
|
147
|
+
export declare const SshKey: typeof import("./sshKey").SshKey;
|
|
148
|
+
export { UploadedCertificateArgs, UploadedCertificateState } from "./uploadedCertificate";
|
|
149
|
+
export type UploadedCertificate = import("./uploadedCertificate").UploadedCertificate;
|
|
150
|
+
export declare const UploadedCertificate: typeof import("./uploadedCertificate").UploadedCertificate;
|
|
151
|
+
export { VolumeArgs, VolumeState } from "./volume";
|
|
152
|
+
export type Volume = import("./volume").Volume;
|
|
153
|
+
export declare const Volume: typeof import("./volume").Volume;
|
|
154
|
+
export { VolumeAttachmentArgs, VolumeAttachmentState } from "./volumeAttachment";
|
|
155
|
+
export type VolumeAttachment = import("./volumeAttachment").VolumeAttachment;
|
|
156
|
+
export declare const VolumeAttachment: typeof import("./volumeAttachment").VolumeAttachment;
|
|
53
157
|
import * as config from "./config";
|
|
54
158
|
import * as types from "./types";
|
|
55
159
|
export { config, types, };
|
package/index.js
CHANGED
|
@@ -1,156 +1,198 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
// *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
|
|
3
3
|
// *** Do not edit by hand unless you're certain you know what you are doing! ***
|
|
4
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
5
|
-
if (k2 === undefined) k2 = k;
|
|
6
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
7
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
8
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
9
|
-
}
|
|
10
|
-
Object.defineProperty(o, k2, desc);
|
|
11
|
-
}) : (function(o, m, k, k2) {
|
|
12
|
-
if (k2 === undefined) k2 = k;
|
|
13
|
-
o[k2] = m[k];
|
|
14
|
-
}));
|
|
15
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
16
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
17
|
-
};
|
|
18
4
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
19
|
-
exports.
|
|
5
|
+
exports.getServerTypes = exports.getServerTypeOutput = exports.getServerType = exports.getServerOutput = exports.getServer = exports.getPrimaryIpsOutput = exports.getPrimaryIps = exports.getPrimaryIpOutput = exports.getPrimaryIp = exports.getPlacementGroupsOutput = exports.getPlacementGroups = exports.getPlacementGroupOutput = exports.getPlacementGroup = exports.getNetworksOutput = exports.getNetworks = exports.getNetworkOutput = exports.getNetwork = exports.getLocationsOutput = exports.getLocations = exports.getLocationOutput = exports.getLocation = exports.getLoadBalancersOutput = exports.getLoadBalancers = exports.getLoadBalancerOutput = exports.getLoadBalancer = exports.getImagesOutput = exports.getImages = exports.getImageOutput = exports.getImage = exports.getFloatingIpsOutput = exports.getFloatingIps = exports.getFloatingIpOutput = exports.getFloatingIp = exports.getFirewallsOutput = exports.getFirewalls = exports.getFirewallOutput = exports.getFirewall = exports.getDatacentersOutput = exports.getDatacenters = exports.getDatacenterOutput = exports.getDatacenter = exports.getCertificatesOutput = exports.getCertificates = exports.getCertificateOutput = exports.getCertificate = exports.FloatingIpAssignment = exports.FloatingIp = exports.FirewallAttachment = exports.Firewall = exports.Certificate = void 0;
|
|
6
|
+
exports.types = exports.config = exports.VolumeAttachment = exports.Volume = exports.UploadedCertificate = exports.SshKey = exports.Snapshot = exports.ServerNetwork = exports.Server = exports.Rdns = exports.Provider = exports.PrimaryIp = exports.PlacementGroup = exports.NetworkSubnet = exports.NetworkRoute = exports.Network = exports.ManagedCertificate = exports.LoadBalancerTarget = exports.LoadBalancerService = exports.LoadBalancerNetwork = exports.LoadBalancer = exports.getVolumesOutput = exports.getVolumes = exports.getVolumeOutput = exports.getVolume = exports.getSshKeysOutput = exports.getSshKeys = exports.getSshKeyOutput = exports.getSshKey = exports.getServersOutput = exports.getServers = exports.getServerTypesOutput = void 0;
|
|
20
7
|
const pulumi = require("@pulumi/pulumi");
|
|
21
8
|
const utilities = require("./utilities");
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
|
|
74
|
-
|
|
9
|
+
exports.Certificate = null;
|
|
10
|
+
utilities.lazyLoad(exports, ["Certificate"], () => require("./certificate"));
|
|
11
|
+
exports.Firewall = null;
|
|
12
|
+
utilities.lazyLoad(exports, ["Firewall"], () => require("./firewall"));
|
|
13
|
+
exports.FirewallAttachment = null;
|
|
14
|
+
utilities.lazyLoad(exports, ["FirewallAttachment"], () => require("./firewallAttachment"));
|
|
15
|
+
exports.FloatingIp = null;
|
|
16
|
+
utilities.lazyLoad(exports, ["FloatingIp"], () => require("./floatingIp"));
|
|
17
|
+
exports.FloatingIpAssignment = null;
|
|
18
|
+
utilities.lazyLoad(exports, ["FloatingIpAssignment"], () => require("./floatingIpAssignment"));
|
|
19
|
+
exports.getCertificate = null;
|
|
20
|
+
exports.getCertificateOutput = null;
|
|
21
|
+
utilities.lazyLoad(exports, ["getCertificate", "getCertificateOutput"], () => require("./getCertificate"));
|
|
22
|
+
exports.getCertificates = null;
|
|
23
|
+
exports.getCertificatesOutput = null;
|
|
24
|
+
utilities.lazyLoad(exports, ["getCertificates", "getCertificatesOutput"], () => require("./getCertificates"));
|
|
25
|
+
exports.getDatacenter = null;
|
|
26
|
+
exports.getDatacenterOutput = null;
|
|
27
|
+
utilities.lazyLoad(exports, ["getDatacenter", "getDatacenterOutput"], () => require("./getDatacenter"));
|
|
28
|
+
exports.getDatacenters = null;
|
|
29
|
+
exports.getDatacentersOutput = null;
|
|
30
|
+
utilities.lazyLoad(exports, ["getDatacenters", "getDatacentersOutput"], () => require("./getDatacenters"));
|
|
31
|
+
exports.getFirewall = null;
|
|
32
|
+
exports.getFirewallOutput = null;
|
|
33
|
+
utilities.lazyLoad(exports, ["getFirewall", "getFirewallOutput"], () => require("./getFirewall"));
|
|
34
|
+
exports.getFirewalls = null;
|
|
35
|
+
exports.getFirewallsOutput = null;
|
|
36
|
+
utilities.lazyLoad(exports, ["getFirewalls", "getFirewallsOutput"], () => require("./getFirewalls"));
|
|
37
|
+
exports.getFloatingIp = null;
|
|
38
|
+
exports.getFloatingIpOutput = null;
|
|
39
|
+
utilities.lazyLoad(exports, ["getFloatingIp", "getFloatingIpOutput"], () => require("./getFloatingIp"));
|
|
40
|
+
exports.getFloatingIps = null;
|
|
41
|
+
exports.getFloatingIpsOutput = null;
|
|
42
|
+
utilities.lazyLoad(exports, ["getFloatingIps", "getFloatingIpsOutput"], () => require("./getFloatingIps"));
|
|
43
|
+
exports.getImage = null;
|
|
44
|
+
exports.getImageOutput = null;
|
|
45
|
+
utilities.lazyLoad(exports, ["getImage", "getImageOutput"], () => require("./getImage"));
|
|
46
|
+
exports.getImages = null;
|
|
47
|
+
exports.getImagesOutput = null;
|
|
48
|
+
utilities.lazyLoad(exports, ["getImages", "getImagesOutput"], () => require("./getImages"));
|
|
49
|
+
exports.getLoadBalancer = null;
|
|
50
|
+
exports.getLoadBalancerOutput = null;
|
|
51
|
+
utilities.lazyLoad(exports, ["getLoadBalancer", "getLoadBalancerOutput"], () => require("./getLoadBalancer"));
|
|
52
|
+
exports.getLoadBalancers = null;
|
|
53
|
+
exports.getLoadBalancersOutput = null;
|
|
54
|
+
utilities.lazyLoad(exports, ["getLoadBalancers", "getLoadBalancersOutput"], () => require("./getLoadBalancers"));
|
|
55
|
+
exports.getLocation = null;
|
|
56
|
+
exports.getLocationOutput = null;
|
|
57
|
+
utilities.lazyLoad(exports, ["getLocation", "getLocationOutput"], () => require("./getLocation"));
|
|
58
|
+
exports.getLocations = null;
|
|
59
|
+
exports.getLocationsOutput = null;
|
|
60
|
+
utilities.lazyLoad(exports, ["getLocations", "getLocationsOutput"], () => require("./getLocations"));
|
|
61
|
+
exports.getNetwork = null;
|
|
62
|
+
exports.getNetworkOutput = null;
|
|
63
|
+
utilities.lazyLoad(exports, ["getNetwork", "getNetworkOutput"], () => require("./getNetwork"));
|
|
64
|
+
exports.getNetworks = null;
|
|
65
|
+
exports.getNetworksOutput = null;
|
|
66
|
+
utilities.lazyLoad(exports, ["getNetworks", "getNetworksOutput"], () => require("./getNetworks"));
|
|
67
|
+
exports.getPlacementGroup = null;
|
|
68
|
+
exports.getPlacementGroupOutput = null;
|
|
69
|
+
utilities.lazyLoad(exports, ["getPlacementGroup", "getPlacementGroupOutput"], () => require("./getPlacementGroup"));
|
|
70
|
+
exports.getPlacementGroups = null;
|
|
71
|
+
exports.getPlacementGroupsOutput = null;
|
|
72
|
+
utilities.lazyLoad(exports, ["getPlacementGroups", "getPlacementGroupsOutput"], () => require("./getPlacementGroups"));
|
|
73
|
+
exports.getPrimaryIp = null;
|
|
74
|
+
exports.getPrimaryIpOutput = null;
|
|
75
|
+
utilities.lazyLoad(exports, ["getPrimaryIp", "getPrimaryIpOutput"], () => require("./getPrimaryIp"));
|
|
76
|
+
exports.getPrimaryIps = null;
|
|
77
|
+
exports.getPrimaryIpsOutput = null;
|
|
78
|
+
utilities.lazyLoad(exports, ["getPrimaryIps", "getPrimaryIpsOutput"], () => require("./getPrimaryIps"));
|
|
79
|
+
exports.getServer = null;
|
|
80
|
+
exports.getServerOutput = null;
|
|
81
|
+
utilities.lazyLoad(exports, ["getServer", "getServerOutput"], () => require("./getServer"));
|
|
82
|
+
exports.getServerType = null;
|
|
83
|
+
exports.getServerTypeOutput = null;
|
|
84
|
+
utilities.lazyLoad(exports, ["getServerType", "getServerTypeOutput"], () => require("./getServerType"));
|
|
85
|
+
exports.getServerTypes = null;
|
|
86
|
+
exports.getServerTypesOutput = null;
|
|
87
|
+
utilities.lazyLoad(exports, ["getServerTypes", "getServerTypesOutput"], () => require("./getServerTypes"));
|
|
88
|
+
exports.getServers = null;
|
|
89
|
+
exports.getServersOutput = null;
|
|
90
|
+
utilities.lazyLoad(exports, ["getServers", "getServersOutput"], () => require("./getServers"));
|
|
91
|
+
exports.getSshKey = null;
|
|
92
|
+
exports.getSshKeyOutput = null;
|
|
93
|
+
utilities.lazyLoad(exports, ["getSshKey", "getSshKeyOutput"], () => require("./getSshKey"));
|
|
94
|
+
exports.getSshKeys = null;
|
|
95
|
+
exports.getSshKeysOutput = null;
|
|
96
|
+
utilities.lazyLoad(exports, ["getSshKeys", "getSshKeysOutput"], () => require("./getSshKeys"));
|
|
97
|
+
exports.getVolume = null;
|
|
98
|
+
exports.getVolumeOutput = null;
|
|
99
|
+
utilities.lazyLoad(exports, ["getVolume", "getVolumeOutput"], () => require("./getVolume"));
|
|
100
|
+
exports.getVolumes = null;
|
|
101
|
+
exports.getVolumesOutput = null;
|
|
102
|
+
utilities.lazyLoad(exports, ["getVolumes", "getVolumesOutput"], () => require("./getVolumes"));
|
|
103
|
+
exports.LoadBalancer = null;
|
|
104
|
+
utilities.lazyLoad(exports, ["LoadBalancer"], () => require("./loadBalancer"));
|
|
105
|
+
exports.LoadBalancerNetwork = null;
|
|
106
|
+
utilities.lazyLoad(exports, ["LoadBalancerNetwork"], () => require("./loadBalancerNetwork"));
|
|
107
|
+
exports.LoadBalancerService = null;
|
|
108
|
+
utilities.lazyLoad(exports, ["LoadBalancerService"], () => require("./loadBalancerService"));
|
|
109
|
+
exports.LoadBalancerTarget = null;
|
|
110
|
+
utilities.lazyLoad(exports, ["LoadBalancerTarget"], () => require("./loadBalancerTarget"));
|
|
111
|
+
exports.ManagedCertificate = null;
|
|
112
|
+
utilities.lazyLoad(exports, ["ManagedCertificate"], () => require("./managedCertificate"));
|
|
113
|
+
exports.Network = null;
|
|
114
|
+
utilities.lazyLoad(exports, ["Network"], () => require("./network"));
|
|
115
|
+
exports.NetworkRoute = null;
|
|
116
|
+
utilities.lazyLoad(exports, ["NetworkRoute"], () => require("./networkRoute"));
|
|
117
|
+
exports.NetworkSubnet = null;
|
|
118
|
+
utilities.lazyLoad(exports, ["NetworkSubnet"], () => require("./networkSubnet"));
|
|
119
|
+
exports.PlacementGroup = null;
|
|
120
|
+
utilities.lazyLoad(exports, ["PlacementGroup"], () => require("./placementGroup"));
|
|
121
|
+
exports.PrimaryIp = null;
|
|
122
|
+
utilities.lazyLoad(exports, ["PrimaryIp"], () => require("./primaryIp"));
|
|
123
|
+
exports.Provider = null;
|
|
124
|
+
utilities.lazyLoad(exports, ["Provider"], () => require("./provider"));
|
|
125
|
+
exports.Rdns = null;
|
|
126
|
+
utilities.lazyLoad(exports, ["Rdns"], () => require("./rdns"));
|
|
127
|
+
exports.Server = null;
|
|
128
|
+
utilities.lazyLoad(exports, ["Server"], () => require("./server"));
|
|
129
|
+
exports.ServerNetwork = null;
|
|
130
|
+
utilities.lazyLoad(exports, ["ServerNetwork"], () => require("./serverNetwork"));
|
|
131
|
+
exports.Snapshot = null;
|
|
132
|
+
utilities.lazyLoad(exports, ["Snapshot"], () => require("./snapshot"));
|
|
133
|
+
exports.SshKey = null;
|
|
134
|
+
utilities.lazyLoad(exports, ["SshKey"], () => require("./sshKey"));
|
|
135
|
+
exports.UploadedCertificate = null;
|
|
136
|
+
utilities.lazyLoad(exports, ["UploadedCertificate"], () => require("./uploadedCertificate"));
|
|
137
|
+
exports.Volume = null;
|
|
138
|
+
utilities.lazyLoad(exports, ["Volume"], () => require("./volume"));
|
|
139
|
+
exports.VolumeAttachment = null;
|
|
140
|
+
utilities.lazyLoad(exports, ["VolumeAttachment"], () => require("./volumeAttachment"));
|
|
75
141
|
// Export sub-modules:
|
|
76
142
|
const config = require("./config");
|
|
77
143
|
exports.config = config;
|
|
78
144
|
const types = require("./types");
|
|
79
145
|
exports.types = types;
|
|
80
|
-
// Import resources to register:
|
|
81
|
-
const certificate_1 = require("./certificate");
|
|
82
|
-
const firewall_1 = require("./firewall");
|
|
83
|
-
const firewallAttachment_1 = require("./firewallAttachment");
|
|
84
|
-
const floatingIp_1 = require("./floatingIp");
|
|
85
|
-
const floatingIpAssignment_1 = require("./floatingIpAssignment");
|
|
86
|
-
const loadBalancer_1 = require("./loadBalancer");
|
|
87
|
-
const loadBalancerNetwork_1 = require("./loadBalancerNetwork");
|
|
88
|
-
const loadBalancerService_1 = require("./loadBalancerService");
|
|
89
|
-
const loadBalancerTarget_1 = require("./loadBalancerTarget");
|
|
90
|
-
const managedCertificate_1 = require("./managedCertificate");
|
|
91
|
-
const network_1 = require("./network");
|
|
92
|
-
const networkRoute_1 = require("./networkRoute");
|
|
93
|
-
const networkSubnet_1 = require("./networkSubnet");
|
|
94
|
-
const placementGroup_1 = require("./placementGroup");
|
|
95
|
-
const primaryIp_1 = require("./primaryIp");
|
|
96
|
-
const rdns_1 = require("./rdns");
|
|
97
|
-
const server_1 = require("./server");
|
|
98
|
-
const serverNetwork_1 = require("./serverNetwork");
|
|
99
|
-
const snapshot_1 = require("./snapshot");
|
|
100
|
-
const sshKey_1 = require("./sshKey");
|
|
101
|
-
const uploadedCertificate_1 = require("./uploadedCertificate");
|
|
102
|
-
const volume_1 = require("./volume");
|
|
103
|
-
const volumeAttachment_1 = require("./volumeAttachment");
|
|
104
146
|
const _module = {
|
|
105
147
|
version: utilities.getVersion(),
|
|
106
148
|
construct: (name, type, urn) => {
|
|
107
149
|
switch (type) {
|
|
108
150
|
case "hcloud:index/certificate:Certificate":
|
|
109
|
-
return new
|
|
151
|
+
return new exports.Certificate(name, undefined, { urn });
|
|
110
152
|
case "hcloud:index/firewall:Firewall":
|
|
111
|
-
return new
|
|
153
|
+
return new exports.Firewall(name, undefined, { urn });
|
|
112
154
|
case "hcloud:index/firewallAttachment:FirewallAttachment":
|
|
113
|
-
return new
|
|
155
|
+
return new exports.FirewallAttachment(name, undefined, { urn });
|
|
114
156
|
case "hcloud:index/floatingIp:FloatingIp":
|
|
115
|
-
return new
|
|
157
|
+
return new exports.FloatingIp(name, undefined, { urn });
|
|
116
158
|
case "hcloud:index/floatingIpAssignment:FloatingIpAssignment":
|
|
117
|
-
return new
|
|
159
|
+
return new exports.FloatingIpAssignment(name, undefined, { urn });
|
|
118
160
|
case "hcloud:index/loadBalancer:LoadBalancer":
|
|
119
|
-
return new
|
|
161
|
+
return new exports.LoadBalancer(name, undefined, { urn });
|
|
120
162
|
case "hcloud:index/loadBalancerNetwork:LoadBalancerNetwork":
|
|
121
|
-
return new
|
|
163
|
+
return new exports.LoadBalancerNetwork(name, undefined, { urn });
|
|
122
164
|
case "hcloud:index/loadBalancerService:LoadBalancerService":
|
|
123
|
-
return new
|
|
165
|
+
return new exports.LoadBalancerService(name, undefined, { urn });
|
|
124
166
|
case "hcloud:index/loadBalancerTarget:LoadBalancerTarget":
|
|
125
|
-
return new
|
|
167
|
+
return new exports.LoadBalancerTarget(name, undefined, { urn });
|
|
126
168
|
case "hcloud:index/managedCertificate:ManagedCertificate":
|
|
127
|
-
return new
|
|
169
|
+
return new exports.ManagedCertificate(name, undefined, { urn });
|
|
128
170
|
case "hcloud:index/network:Network":
|
|
129
|
-
return new
|
|
171
|
+
return new exports.Network(name, undefined, { urn });
|
|
130
172
|
case "hcloud:index/networkRoute:NetworkRoute":
|
|
131
|
-
return new
|
|
173
|
+
return new exports.NetworkRoute(name, undefined, { urn });
|
|
132
174
|
case "hcloud:index/networkSubnet:NetworkSubnet":
|
|
133
|
-
return new
|
|
175
|
+
return new exports.NetworkSubnet(name, undefined, { urn });
|
|
134
176
|
case "hcloud:index/placementGroup:PlacementGroup":
|
|
135
|
-
return new
|
|
177
|
+
return new exports.PlacementGroup(name, undefined, { urn });
|
|
136
178
|
case "hcloud:index/primaryIp:PrimaryIp":
|
|
137
|
-
return new
|
|
179
|
+
return new exports.PrimaryIp(name, undefined, { urn });
|
|
138
180
|
case "hcloud:index/rdns:Rdns":
|
|
139
|
-
return new
|
|
181
|
+
return new exports.Rdns(name, undefined, { urn });
|
|
140
182
|
case "hcloud:index/server:Server":
|
|
141
|
-
return new
|
|
183
|
+
return new exports.Server(name, undefined, { urn });
|
|
142
184
|
case "hcloud:index/serverNetwork:ServerNetwork":
|
|
143
|
-
return new
|
|
185
|
+
return new exports.ServerNetwork(name, undefined, { urn });
|
|
144
186
|
case "hcloud:index/snapshot:Snapshot":
|
|
145
|
-
return new
|
|
187
|
+
return new exports.Snapshot(name, undefined, { urn });
|
|
146
188
|
case "hcloud:index/sshKey:SshKey":
|
|
147
|
-
return new
|
|
189
|
+
return new exports.SshKey(name, undefined, { urn });
|
|
148
190
|
case "hcloud:index/uploadedCertificate:UploadedCertificate":
|
|
149
|
-
return new
|
|
191
|
+
return new exports.UploadedCertificate(name, undefined, { urn });
|
|
150
192
|
case "hcloud:index/volume:Volume":
|
|
151
|
-
return new
|
|
193
|
+
return new exports.Volume(name, undefined, { urn });
|
|
152
194
|
case "hcloud:index/volumeAttachment:VolumeAttachment":
|
|
153
|
-
return new
|
|
195
|
+
return new exports.VolumeAttachment(name, undefined, { urn });
|
|
154
196
|
default:
|
|
155
197
|
throw new Error(`unknown resource type ${type}`);
|
|
156
198
|
}
|
|
@@ -179,14 +221,13 @@ pulumi.runtime.registerResourceModule("hcloud", "index/sshKey", _module);
|
|
|
179
221
|
pulumi.runtime.registerResourceModule("hcloud", "index/uploadedCertificate", _module);
|
|
180
222
|
pulumi.runtime.registerResourceModule("hcloud", "index/volume", _module);
|
|
181
223
|
pulumi.runtime.registerResourceModule("hcloud", "index/volumeAttachment", _module);
|
|
182
|
-
const provider_1 = require("./provider");
|
|
183
224
|
pulumi.runtime.registerResourcePackage("hcloud", {
|
|
184
225
|
version: utilities.getVersion(),
|
|
185
226
|
constructProvider: (name, type, urn) => {
|
|
186
227
|
if (type !== "pulumi:providers:hcloud") {
|
|
187
228
|
throw new Error(`unknown provider type ${type}`);
|
|
188
229
|
}
|
|
189
|
-
return new
|
|
230
|
+
return new exports.Provider(name, undefined, { urn });
|
|
190
231
|
},
|
|
191
232
|
});
|
|
192
233
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../index.ts"],"names":[],"mappings":"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"}
|