@pulumi/tailscale 0.12.3-alpha.1692858385 → 0.13.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/config/vars.d.ts +11 -6
- package/config/vars.js +6 -0
- package/config/vars.js.map +1 -1
- package/package.json +2 -2
- package/provider.d.ts +21 -11
- package/provider.js +2 -1
- package/provider.js.map +1 -1
- package/tailnetKey.d.ts +16 -0
- package/tailnetKey.js +4 -0
- package/tailnetKey.js.map +1 -1
package/config/vars.d.ts
CHANGED
|
@@ -9,22 +9,27 @@ export declare const apiKey: string | undefined;
|
|
|
9
9
|
*/
|
|
10
10
|
export declare const baseUrl: string | undefined;
|
|
11
11
|
/**
|
|
12
|
-
* The OAuth application's ID when using OAuth client credentials. Can be set via the
|
|
13
|
-
* Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
12
|
+
* The OAuth application's ID when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_ID environment
|
|
13
|
+
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
14
14
|
*/
|
|
15
15
|
export declare const oauthClientId: string | undefined;
|
|
16
16
|
/**
|
|
17
|
-
* The OAuth application's secret when using OAuth client credentials. Can be set via the
|
|
18
|
-
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
17
|
+
* The OAuth application's secret when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_SECRET
|
|
18
|
+
* environment variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
19
19
|
*/
|
|
20
20
|
export declare const oauthClientSecret: string | undefined;
|
|
21
21
|
/**
|
|
22
22
|
* The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See
|
|
23
|
-
* https://tailscale.com/kb/1215/oauth-clients/#scopes for
|
|
23
|
+
* https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauth_client_id' and
|
|
24
24
|
* 'oauth_client_secret' are set.
|
|
25
25
|
*/
|
|
26
26
|
export declare const scopes: string[] | undefined;
|
|
27
27
|
/**
|
|
28
|
-
* The Tailnet to perform actions
|
|
28
|
+
* The organization name of the Tailnet in which to perform actions. Can be set via the TAILSCALE_TAILNET environment
|
|
29
|
+
* variable. Default is the tailnet that owns API credentials passed to the provider.
|
|
29
30
|
*/
|
|
30
31
|
export declare const tailnet: string | undefined;
|
|
32
|
+
/**
|
|
33
|
+
* User-Agent header for API requests.
|
|
34
|
+
*/
|
|
35
|
+
export declare const userAgent: string | undefined;
|
package/config/vars.js
CHANGED
package/config/vars.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAOhD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,EAAE;IAC5C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;IACzC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;IAC7C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAW,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"vars.js","sourceRoot":"","sources":["../../config/vars.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;AAEjF,yCAAyC;AAIzC,MAAM,QAAQ,GAAG,IAAI,MAAM,CAAC,MAAM,CAAC,WAAW,CAAC,CAAC;AAOhD,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,QAAQ,CAAC,CAAC;IAClC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,eAAe,EAAE;IAC5C,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,eAAe,CAAC,CAAC;IACzC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,mBAAmB,EAAE;IAChD,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,mBAAmB,CAAC,CAAC;IAC7C,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAQH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,QAAQ,EAAE;IACrC,GAAG;QACC,OAAO,QAAQ,CAAC,SAAS,CAAW,QAAQ,CAAC,CAAC;IAClD,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAOH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,SAAS,EAAE;IACtC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,SAAS,CAAC,CAAC;IACnC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC;AAMH,MAAM,CAAC,cAAc,CAAC,OAAO,EAAE,WAAW,EAAE;IACxC,GAAG;QACC,OAAO,QAAQ,CAAC,GAAG,CAAC,WAAW,CAAC,CAAC;IACrC,CAAC;IACD,UAAU,EAAE,IAAI;CACnB,CAAC,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pulumi/tailscale",
|
|
3
|
-
"version": "v0.
|
|
3
|
+
"version": "v0.13.0",
|
|
4
4
|
"description": "A Pulumi package for creating and managing Tailscale cloud resources.",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"pulumi",
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"license": "Apache-2.0",
|
|
12
12
|
"scripts": {
|
|
13
13
|
"build": "tsc",
|
|
14
|
-
"install": "node scripts/install-pulumi-plugin.js resource tailscale v0.
|
|
14
|
+
"install": "node scripts/install-pulumi-plugin.js resource tailscale v0.13.0"
|
|
15
15
|
},
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"@pulumi/pulumi": "^3.0.0"
|
package/provider.d.ts
CHANGED
|
@@ -22,19 +22,24 @@ export declare class Provider extends pulumi.ProviderResource {
|
|
|
22
22
|
*/
|
|
23
23
|
readonly baseUrl: pulumi.Output<string | undefined>;
|
|
24
24
|
/**
|
|
25
|
-
* The OAuth application's ID when using OAuth client credentials. Can be set via the
|
|
26
|
-
* Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
25
|
+
* The OAuth application's ID when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_ID environment
|
|
26
|
+
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
27
27
|
*/
|
|
28
28
|
readonly oauthClientId: pulumi.Output<string | undefined>;
|
|
29
29
|
/**
|
|
30
|
-
* The OAuth application's secret when using OAuth client credentials. Can be set via the
|
|
31
|
-
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
30
|
+
* The OAuth application's secret when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_SECRET
|
|
31
|
+
* environment variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
32
32
|
*/
|
|
33
33
|
readonly oauthClientSecret: pulumi.Output<string | undefined>;
|
|
34
34
|
/**
|
|
35
|
-
* The Tailnet to perform actions
|
|
35
|
+
* The organization name of the Tailnet in which to perform actions. Can be set via the TAILSCALE_TAILNET environment
|
|
36
|
+
* variable. Default is the tailnet that owns API credentials passed to the provider.
|
|
36
37
|
*/
|
|
37
38
|
readonly tailnet: pulumi.Output<string | undefined>;
|
|
39
|
+
/**
|
|
40
|
+
* User-Agent header for API requests.
|
|
41
|
+
*/
|
|
42
|
+
readonly userAgent: pulumi.Output<string | undefined>;
|
|
38
43
|
/**
|
|
39
44
|
* Create a Provider resource with the given unique name, arguments, and options.
|
|
40
45
|
*
|
|
@@ -59,23 +64,28 @@ export interface ProviderArgs {
|
|
|
59
64
|
*/
|
|
60
65
|
baseUrl?: pulumi.Input<string>;
|
|
61
66
|
/**
|
|
62
|
-
* The OAuth application's ID when using OAuth client credentials. Can be set via the
|
|
63
|
-
* Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
67
|
+
* The OAuth application's ID when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_ID environment
|
|
68
|
+
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
64
69
|
*/
|
|
65
70
|
oauthClientId?: pulumi.Input<string>;
|
|
66
71
|
/**
|
|
67
|
-
* The OAuth application's secret when using OAuth client credentials. Can be set via the
|
|
68
|
-
* variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
72
|
+
* The OAuth application's secret when using OAuth client credentials. Can be set via the TAILSCALE_OAUTH_CLIENT_SECRET
|
|
73
|
+
* environment variable. Both 'oauth_client_id' and 'oauth_client_secret' must be set. Conflicts with 'api_key'.
|
|
69
74
|
*/
|
|
70
75
|
oauthClientSecret?: pulumi.Input<string>;
|
|
71
76
|
/**
|
|
72
77
|
* The OAuth 2.0 scopes to request when for the access token generated using the supplied OAuth client credentials. See
|
|
73
|
-
* https://tailscale.com/kb/1215/oauth-clients/#scopes for
|
|
78
|
+
* https://tailscale.com/kb/1215/oauth-clients/#scopes for available scopes. Only valid when both 'oauth_client_id' and
|
|
74
79
|
* 'oauth_client_secret' are set.
|
|
75
80
|
*/
|
|
76
81
|
scopes?: pulumi.Input<pulumi.Input<string>[]>;
|
|
77
82
|
/**
|
|
78
|
-
* The Tailnet to perform actions
|
|
83
|
+
* The organization name of the Tailnet in which to perform actions. Can be set via the TAILSCALE_TAILNET environment
|
|
84
|
+
* variable. Default is the tailnet that owns API credentials passed to the provider.
|
|
79
85
|
*/
|
|
80
86
|
tailnet?: pulumi.Input<string>;
|
|
87
|
+
/**
|
|
88
|
+
* User-Agent header for API requests.
|
|
89
|
+
*/
|
|
90
|
+
userAgent?: pulumi.Input<string>;
|
|
81
91
|
}
|
package/provider.js
CHANGED
|
@@ -20,7 +20,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
20
20
|
if (obj === undefined || obj === null) {
|
|
21
21
|
return false;
|
|
22
22
|
}
|
|
23
|
-
return obj['__pulumiType'] === Provider.__pulumiType;
|
|
23
|
+
return obj['__pulumiType'] === "pulumi:providers:" + Provider.__pulumiType;
|
|
24
24
|
}
|
|
25
25
|
/**
|
|
26
26
|
* Create a Provider resource with the given unique name, arguments, and options.
|
|
@@ -39,6 +39,7 @@ class Provider extends pulumi.ProviderResource {
|
|
|
39
39
|
resourceInputs["oauthClientSecret"] = (args === null || args === void 0 ? void 0 : args.oauthClientSecret) ? pulumi.secret(args.oauthClientSecret) : undefined;
|
|
40
40
|
resourceInputs["scopes"] = pulumi.output(args ? args.scopes : undefined).apply(JSON.stringify);
|
|
41
41
|
resourceInputs["tailnet"] = args ? args.tailnet : undefined;
|
|
42
|
+
resourceInputs["userAgent"] = args ? args.userAgent : undefined;
|
|
42
43
|
}
|
|
43
44
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
44
45
|
const secretOpts = { additionalSecretOutputs: ["apiKey", "oauthClientSecret"] };
|
package/provider.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,QAAQ,CAAC,YAAY,CAAC;
|
|
1
|
+
{"version":3,"file":"provider.js","sourceRoot":"","sources":["../provider.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;GAKG;AACH,MAAa,QAAS,SAAQ,MAAM,CAAC,gBAAgB;IAIjD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,mBAAmB,GAAG,QAAQ,CAAC,YAAY,CAAC;IAC/E,CAAC;IAgCD;;;;;;OAMG;IACH,YAAY,IAAY,EAAE,IAAmB,EAAE,IAA6B;QACxE,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB;YACI,cAAc,CAAC,QAAQ,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,MAAM,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YACjF,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,eAAe,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,aAAa,CAAC,CAAC,CAAC,SAAS,CAAC;YACxE,cAAc,CAAC,mBAAmB,CAAC,GAAG,CAAA,IAAI,aAAJ,IAAI,uBAAJ,IAAI,CAAE,iBAAiB,EAAC,CAAC,CAAC,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,iBAAiB,CAAC,CAAC,CAAC,CAAC,SAAS,CAAC;YAClH,cAAc,CAAC,QAAQ,CAAC,GAAG,MAAM,CAAC,MAAM,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,MAAM,CAAC,CAAC,CAAC,SAAS,CAAC,CAAC,KAAK,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC;YAC/F,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC,CAAC,SAAS,CAAC;YAC5D,cAAc,CAAC,WAAW,CAAC,GAAG,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,SAAS,CAAC,CAAC,CAAC,SAAS,CAAC;SACnE;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,MAAM,UAAU,GAAG,EAAE,uBAAuB,EAAE,CAAC,QAAQ,EAAE,mBAAmB,CAAC,EAAE,CAAC;QAChF,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,IAAI,EAAE,UAAU,CAAC,CAAC;QAC7C,KAAK,CAAC,QAAQ,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC7D,CAAC;;AApEL,4BAqEC;AApEG,gBAAgB;AACO,qBAAY,GAAG,WAAW,CAAC"}
|
package/tailnetKey.d.ts
CHANGED
|
@@ -32,10 +32,18 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
32
32
|
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
33
|
*/
|
|
34
34
|
static isInstance(obj: any): obj is TailnetKey;
|
|
35
|
+
/**
|
|
36
|
+
* The creation timestamp of the key in RFC3339 format
|
|
37
|
+
*/
|
|
38
|
+
readonly createdAt: pulumi.Output<string>;
|
|
35
39
|
/**
|
|
36
40
|
* Indicates if the key is ephemeral.
|
|
37
41
|
*/
|
|
38
42
|
readonly ephemeral: pulumi.Output<boolean | undefined>;
|
|
43
|
+
/**
|
|
44
|
+
* The expiry timestamp of the key in RFC3339 format
|
|
45
|
+
*/
|
|
46
|
+
readonly expiresAt: pulumi.Output<string>;
|
|
39
47
|
/**
|
|
40
48
|
* The expiry of the key in seconds
|
|
41
49
|
*/
|
|
@@ -69,10 +77,18 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
69
77
|
* Input properties used for looking up and filtering TailnetKey resources.
|
|
70
78
|
*/
|
|
71
79
|
export interface TailnetKeyState {
|
|
80
|
+
/**
|
|
81
|
+
* The creation timestamp of the key in RFC3339 format
|
|
82
|
+
*/
|
|
83
|
+
createdAt?: pulumi.Input<string>;
|
|
72
84
|
/**
|
|
73
85
|
* Indicates if the key is ephemeral.
|
|
74
86
|
*/
|
|
75
87
|
ephemeral?: pulumi.Input<boolean>;
|
|
88
|
+
/**
|
|
89
|
+
* The expiry timestamp of the key in RFC3339 format
|
|
90
|
+
*/
|
|
91
|
+
expiresAt?: pulumi.Input<string>;
|
|
76
92
|
/**
|
|
77
93
|
* The expiry of the key in seconds
|
|
78
94
|
*/
|
package/tailnetKey.js
CHANGED
|
@@ -50,7 +50,9 @@ class TailnetKey extends pulumi.CustomResource {
|
|
|
50
50
|
opts = opts || {};
|
|
51
51
|
if (opts.id) {
|
|
52
52
|
const state = argsOrState;
|
|
53
|
+
resourceInputs["createdAt"] = state ? state.createdAt : undefined;
|
|
53
54
|
resourceInputs["ephemeral"] = state ? state.ephemeral : undefined;
|
|
55
|
+
resourceInputs["expiresAt"] = state ? state.expiresAt : undefined;
|
|
54
56
|
resourceInputs["expiry"] = state ? state.expiry : undefined;
|
|
55
57
|
resourceInputs["key"] = state ? state.key : undefined;
|
|
56
58
|
resourceInputs["preauthorized"] = state ? state.preauthorized : undefined;
|
|
@@ -64,6 +66,8 @@ class TailnetKey extends pulumi.CustomResource {
|
|
|
64
66
|
resourceInputs["preauthorized"] = args ? args.preauthorized : undefined;
|
|
65
67
|
resourceInputs["reusable"] = args ? args.reusable : undefined;
|
|
66
68
|
resourceInputs["tags"] = args ? args.tags : undefined;
|
|
69
|
+
resourceInputs["createdAt"] = undefined /*out*/;
|
|
70
|
+
resourceInputs["expiresAt"] = undefined /*out*/;
|
|
67
71
|
resourceInputs["key"] = undefined /*out*/;
|
|
68
72
|
}
|
|
69
73
|
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
package/tailnetKey.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailnetKey.js","sourceRoot":"","sources":["../tailnetKey.ts"],"names":[],"mappings":";AAAA,wFAAwF;AACxF,iFAAiF;;;AAEjF,yCAAyC;AACzC,yCAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAuB,EAAE,IAAmC;QACrH,OAAO,IAAI,UAAU,CAAC,IAAI,EAAO,KAAK,kCAAO,IAAI,KAAE,EAAE,EAAE,EAAE,IAAG,CAAC;IACjE,CAAC;IAKD;;;OAGG;IACI,MAAM,CAAC,UAAU,CAAC,GAAQ;QAC7B,IAAI,GAAG,KAAK,SAAS,IAAI,GAAG,KAAK,IAAI,EAAE;YACnC,OAAO,KAAK,CAAC;SAChB;QACD,OAAO,GAAG,CAAC,cAAc,CAAC,KAAK,UAAU,CAAC,YAAY,CAAC;IAC3D,CAAC;
|
|
1
|
+
{"version":3,"file":"tailnetKey.js","sourceRoot":"","sources":["../tailnetKey.ts"],"names":[],"mappings":"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"}
|