@pulumi/tailscale 0.28.0 → 0.29.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 +13 -5
- package/config/vars.d.ts.map +1 -1
- package/config/vars.js +13 -1
- package/config/vars.js.map +1 -1
- package/contacts.d.ts +7 -7
- package/contacts.d.ts.map +1 -1
- package/contacts.js +0 -9
- package/contacts.js.map +1 -1
- package/deviceKey.d.ts +1 -1
- package/deviceKey.d.ts.map +1 -1
- package/dnsConfiguration.d.ts +3 -3
- package/dnsConfiguration.d.ts.map +1 -1
- package/dnsSearchPaths.d.ts +1 -1
- package/dnsSearchPaths.js +1 -1
- package/federatedIdentity.d.ts +3 -3
- package/federatedIdentity.d.ts.map +1 -1
- package/get4Via6.d.ts +1 -1
- package/getAcl.d.ts +23 -5
- package/getAcl.d.ts.map +1 -1
- package/getAcl.js +20 -2
- package/getAcl.js.map +1 -1
- package/getDevice.d.ts +1 -1
- package/getDevices.d.ts +10 -2
- package/getDevices.d.ts.map +1 -1
- package/getDevices.js +2 -0
- package/getDevices.js.map +1 -1
- package/getService.d.ts +79 -0
- package/getService.d.ts.map +1 -0
- package/getService.js +73 -0
- package/getService.js.map +1 -0
- package/getUsers.d.ts +11 -2
- package/getUsers.d.ts.map +1 -1
- package/getUsers.js +2 -0
- package/getUsers.js.map +1 -1
- package/index.d.ts +6 -0
- package/index.d.ts.map +1 -1
- package/index.js +9 -1
- package/index.js.map +1 -1
- package/logstreamConfiguration.d.ts +14 -14
- package/logstreamConfiguration.d.ts.map +1 -1
- package/oauthClient.d.ts +2 -2
- package/oauthClient.d.ts.map +1 -1
- package/package.json +2 -2
- package/postureIntegration.d.ts +3 -3
- package/postureIntegration.d.ts.map +1 -1
- package/provider.d.ts +24 -8
- package/provider.d.ts.map +1 -1
- package/provider.js +3 -1
- package/provider.js.map +1 -1
- package/service.d.ts +110 -0
- package/service.d.ts.map +1 -0
- package/service.js +100 -0
- package/service.js.map +1 -0
- package/tailnetKey.d.ts +5 -5
- package/tailnetKey.d.ts.map +1 -1
- package/types/input.d.ts +273 -1
- package/types/input.d.ts.map +1 -1
- package/types/output.d.ts +4 -4
- package/types/output.d.ts.map +1 -1
package/service.d.ts
ADDED
|
@@ -0,0 +1,110 @@
|
|
|
1
|
+
import * as pulumi from "@pulumi/pulumi";
|
|
2
|
+
/**
|
|
3
|
+
* The Service resource allows you to manage Tailscale Services in your Tailscale network. Services let you publish internal resources (like databases or web servers) as named resources in your tailnet. Services provide a stable MagicDNS name, a Tailscale virtual IP address pair, can be served by multiple nodes, and are valid access control destinations. See https://tailscale.com/docs/features/tailscale-services) for more information.
|
|
4
|
+
*
|
|
5
|
+
* ## Example Usage
|
|
6
|
+
*
|
|
7
|
+
* ```typescript
|
|
8
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
9
|
+
* import * as tailscale from "@pulumi/tailscale";
|
|
10
|
+
*
|
|
11
|
+
* const example = new tailscale.Service("example", {
|
|
12
|
+
* name: "svc:my-service",
|
|
13
|
+
* comment: "My service",
|
|
14
|
+
* ports: ["tcp:443"],
|
|
15
|
+
* tags: ["tag:web"],
|
|
16
|
+
* });
|
|
17
|
+
* ```
|
|
18
|
+
*/
|
|
19
|
+
export declare class Service extends pulumi.CustomResource {
|
|
20
|
+
/**
|
|
21
|
+
* Get an existing Service resource's state with the given name, ID, and optional extra
|
|
22
|
+
* properties used to qualify the lookup.
|
|
23
|
+
*
|
|
24
|
+
* @param name The _unique_ name of the resulting resource.
|
|
25
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
26
|
+
* @param state Any extra arguments used during the lookup.
|
|
27
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
28
|
+
*/
|
|
29
|
+
static get(name: string, id: pulumi.Input<pulumi.ID>, state?: ServiceState, opts?: pulumi.CustomResourceOptions): Service;
|
|
30
|
+
/**
|
|
31
|
+
* Returns true if the given object is an instance of Service. This is designed to work even
|
|
32
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
33
|
+
*/
|
|
34
|
+
static isInstance(obj: any): obj is Service;
|
|
35
|
+
/**
|
|
36
|
+
* The IP addresses assigned to the Service.
|
|
37
|
+
*/
|
|
38
|
+
readonly addrs: pulumi.Output<string[]>;
|
|
39
|
+
/**
|
|
40
|
+
* An optional comment describing the Service.
|
|
41
|
+
*/
|
|
42
|
+
readonly comment: pulumi.Output<string>;
|
|
43
|
+
/**
|
|
44
|
+
* The name of the Service. Must begin with `svc:`.
|
|
45
|
+
*/
|
|
46
|
+
readonly name: pulumi.Output<string>;
|
|
47
|
+
/**
|
|
48
|
+
* A list of protocol:port pairs to be exposed by the Service. The only supported protocol is "tcp" at this time. "do-not-validate" can be used to skip validation.
|
|
49
|
+
*/
|
|
50
|
+
readonly ports: pulumi.Output<string[]>;
|
|
51
|
+
/**
|
|
52
|
+
* The ACL tags applied to the Service.
|
|
53
|
+
*/
|
|
54
|
+
readonly tags: pulumi.Output<string[]>;
|
|
55
|
+
/**
|
|
56
|
+
* Create a Service resource with the given unique name, arguments, and options.
|
|
57
|
+
*
|
|
58
|
+
* @param name The _unique_ name of the resource.
|
|
59
|
+
* @param args The arguments to use to populate this resource's properties.
|
|
60
|
+
* @param opts A bag of options that control this resource's behavior.
|
|
61
|
+
*/
|
|
62
|
+
constructor(name: string, args: ServiceArgs, opts?: pulumi.CustomResourceOptions);
|
|
63
|
+
}
|
|
64
|
+
/**
|
|
65
|
+
* Input properties used for looking up and filtering Service resources.
|
|
66
|
+
*/
|
|
67
|
+
export interface ServiceState {
|
|
68
|
+
/**
|
|
69
|
+
* The IP addresses assigned to the Service.
|
|
70
|
+
*/
|
|
71
|
+
addrs?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
72
|
+
/**
|
|
73
|
+
* An optional comment describing the Service.
|
|
74
|
+
*/
|
|
75
|
+
comment?: pulumi.Input<string | undefined>;
|
|
76
|
+
/**
|
|
77
|
+
* The name of the Service. Must begin with `svc:`.
|
|
78
|
+
*/
|
|
79
|
+
name?: pulumi.Input<string | undefined>;
|
|
80
|
+
/**
|
|
81
|
+
* A list of protocol:port pairs to be exposed by the Service. The only supported protocol is "tcp" at this time. "do-not-validate" can be used to skip validation.
|
|
82
|
+
*/
|
|
83
|
+
ports?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
84
|
+
/**
|
|
85
|
+
* The ACL tags applied to the Service.
|
|
86
|
+
*/
|
|
87
|
+
tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
88
|
+
}
|
|
89
|
+
/**
|
|
90
|
+
* The set of arguments for constructing a Service resource.
|
|
91
|
+
*/
|
|
92
|
+
export interface ServiceArgs {
|
|
93
|
+
/**
|
|
94
|
+
* An optional comment describing the Service.
|
|
95
|
+
*/
|
|
96
|
+
comment?: pulumi.Input<string | undefined>;
|
|
97
|
+
/**
|
|
98
|
+
* The name of the Service. Must begin with `svc:`.
|
|
99
|
+
*/
|
|
100
|
+
name?: pulumi.Input<string | undefined>;
|
|
101
|
+
/**
|
|
102
|
+
* A list of protocol:port pairs to be exposed by the Service. The only supported protocol is "tcp" at this time. "do-not-validate" can be used to skip validation.
|
|
103
|
+
*/
|
|
104
|
+
ports: pulumi.Input<pulumi.Input<string>[]>;
|
|
105
|
+
/**
|
|
106
|
+
* The ACL tags applied to the Service.
|
|
107
|
+
*/
|
|
108
|
+
tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
109
|
+
}
|
|
110
|
+
//# sourceMappingURL=service.d.ts.map
|
package/service.d.ts.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.d.ts","sourceRoot":"","sources":["../service.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;GAgBG;AACH,qBAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,YAAY,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,OAAO;IAOhI;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,OAAO;IAOlD;;OAEG;IACH,SAAgC,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IAC/D;;OAEG;IACH,SAAwB,OAAO,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACpD;;OAEG;IACH,SAAwB,KAAK,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IACvD;;OAEG;IACH,SAAwB,IAAI,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,EAAE,CAAC,CAAC;IAEtD;;;;;;OAMG;gBACS,IAAI,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB;CAyBnF;AAED;;GAEG;AACH,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,KAAK,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;IACzD;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IACxB;;OAEG;IACH,OAAO,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IAC3C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,GAAG,SAAS,CAAC,CAAC;IACxC;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,CAAC;IAC5C;;OAEG;IACH,IAAI,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,GAAG,SAAS,CAAC,CAAC;CAC3D"}
|
package/service.js
ADDED
|
@@ -0,0 +1,100 @@
|
|
|
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
|
+
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 __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
|
|
16
|
+
Object.defineProperty(o, "default", { enumerable: true, value: v });
|
|
17
|
+
}) : function(o, v) {
|
|
18
|
+
o["default"] = v;
|
|
19
|
+
});
|
|
20
|
+
var __importStar = (this && this.__importStar) || function (mod) {
|
|
21
|
+
if (mod && mod.__esModule) return mod;
|
|
22
|
+
var result = {};
|
|
23
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
24
|
+
__setModuleDefault(result, mod);
|
|
25
|
+
return result;
|
|
26
|
+
};
|
|
27
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
28
|
+
exports.Service = void 0;
|
|
29
|
+
const pulumi = __importStar(require("@pulumi/pulumi"));
|
|
30
|
+
const utilities = __importStar(require("./utilities"));
|
|
31
|
+
/**
|
|
32
|
+
* The Service resource allows you to manage Tailscale Services in your Tailscale network. Services let you publish internal resources (like databases or web servers) as named resources in your tailnet. Services provide a stable MagicDNS name, a Tailscale virtual IP address pair, can be served by multiple nodes, and are valid access control destinations. See https://tailscale.com/docs/features/tailscale-services) for more information.
|
|
33
|
+
*
|
|
34
|
+
* ## Example Usage
|
|
35
|
+
*
|
|
36
|
+
* ```typescript
|
|
37
|
+
* import * as pulumi from "@pulumi/pulumi";
|
|
38
|
+
* import * as tailscale from "@pulumi/tailscale";
|
|
39
|
+
*
|
|
40
|
+
* const example = new tailscale.Service("example", {
|
|
41
|
+
* name: "svc:my-service",
|
|
42
|
+
* comment: "My service",
|
|
43
|
+
* ports: ["tcp:443"],
|
|
44
|
+
* tags: ["tag:web"],
|
|
45
|
+
* });
|
|
46
|
+
* ```
|
|
47
|
+
*/
|
|
48
|
+
class Service extends pulumi.CustomResource {
|
|
49
|
+
/**
|
|
50
|
+
* Get an existing Service resource's state with the given name, ID, and optional extra
|
|
51
|
+
* properties used to qualify the lookup.
|
|
52
|
+
*
|
|
53
|
+
* @param name The _unique_ name of the resulting resource.
|
|
54
|
+
* @param id The _unique_ provider ID of the resource to lookup.
|
|
55
|
+
* @param state Any extra arguments used during the lookup.
|
|
56
|
+
* @param opts Optional settings to control the behavior of the CustomResource.
|
|
57
|
+
*/
|
|
58
|
+
static get(name, id, state, opts) {
|
|
59
|
+
return new Service(name, state, { ...opts, id: id });
|
|
60
|
+
}
|
|
61
|
+
/** @internal */
|
|
62
|
+
static __pulumiType = 'tailscale:index/service:Service';
|
|
63
|
+
/**
|
|
64
|
+
* Returns true if the given object is an instance of Service. This is designed to work even
|
|
65
|
+
* when multiple copies of the Pulumi SDK have been loaded into the same process.
|
|
66
|
+
*/
|
|
67
|
+
static isInstance(obj) {
|
|
68
|
+
if (obj === undefined || obj === null) {
|
|
69
|
+
return false;
|
|
70
|
+
}
|
|
71
|
+
return obj['__pulumiType'] === Service.__pulumiType;
|
|
72
|
+
}
|
|
73
|
+
constructor(name, argsOrState, opts) {
|
|
74
|
+
let resourceInputs = {};
|
|
75
|
+
opts = opts || {};
|
|
76
|
+
if (opts.id) {
|
|
77
|
+
const state = argsOrState;
|
|
78
|
+
resourceInputs["addrs"] = state?.addrs;
|
|
79
|
+
resourceInputs["comment"] = state?.comment;
|
|
80
|
+
resourceInputs["name"] = state?.name;
|
|
81
|
+
resourceInputs["ports"] = state?.ports;
|
|
82
|
+
resourceInputs["tags"] = state?.tags;
|
|
83
|
+
}
|
|
84
|
+
else {
|
|
85
|
+
const args = argsOrState;
|
|
86
|
+
if (args?.ports === undefined && !opts.urn) {
|
|
87
|
+
throw new Error("Missing required property 'ports'");
|
|
88
|
+
}
|
|
89
|
+
resourceInputs["comment"] = args?.comment;
|
|
90
|
+
resourceInputs["name"] = args?.name;
|
|
91
|
+
resourceInputs["ports"] = args?.ports;
|
|
92
|
+
resourceInputs["tags"] = args?.tags;
|
|
93
|
+
resourceInputs["addrs"] = undefined /*out*/;
|
|
94
|
+
}
|
|
95
|
+
opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
|
|
96
|
+
super(Service.__pulumiType, name, resourceInputs, opts);
|
|
97
|
+
}
|
|
98
|
+
}
|
|
99
|
+
exports.Service = Service;
|
|
100
|
+
//# sourceMappingURL=service.js.map
|
package/service.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"service.js","sourceRoot":"","sources":["../service.ts"],"names":[],"mappings":";AAAA,sEAAsE;AACtE,iFAAiF;;;;;;;;;;;;;;;;;;;;;;;;;;AAEjF,uDAAyC;AACzC,uDAAyC;AAEzC;;;;;;;;;;;;;;;;GAgBG;AACH,MAAa,OAAQ,SAAQ,MAAM,CAAC,cAAc;IAC9C;;;;;;;;OAQG;IACI,MAAM,CAAC,GAAG,CAAC,IAAY,EAAE,EAA2B,EAAE,KAAoB,EAAE,IAAmC;QAClH,OAAO,IAAI,OAAO,CAAC,IAAI,EAAO,KAAK,EAAE,EAAE,GAAG,IAAI,EAAE,EAAE,EAAE,EAAE,EAAE,CAAC,CAAC;IAC9D,CAAC;IAED,gBAAgB;IACT,MAAM,CAAU,YAAY,GAAG,iCAAiC,CAAC;IAExE;;;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,OAAO,CAAC,YAAY,CAAC;IACxD,CAAC;IA+BD,YAAY,IAAY,EAAE,WAAwC,EAAE,IAAmC;QACnG,IAAI,cAAc,GAAkB,EAAE,CAAC;QACvC,IAAI,GAAG,IAAI,IAAI,EAAE,CAAC;QAClB,IAAI,IAAI,CAAC,EAAE,EAAE;YACT,MAAM,KAAK,GAAG,WAAuC,CAAC;YACtD,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,SAAS,CAAC,GAAG,KAAK,EAAE,OAAO,CAAC;YAC3C,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;YACrC,cAAc,CAAC,OAAO,CAAC,GAAG,KAAK,EAAE,KAAK,CAAC;YACvC,cAAc,CAAC,MAAM,CAAC,GAAG,KAAK,EAAE,IAAI,CAAC;SACxC;aAAM;YACH,MAAM,IAAI,GAAG,WAAsC,CAAC;YACpD,IAAI,IAAI,EAAE,KAAK,KAAK,SAAS,IAAI,CAAC,IAAI,CAAC,GAAG,EAAE;gBACxC,MAAM,IAAI,KAAK,CAAC,mCAAmC,CAAC,CAAC;aACxD;YACD,cAAc,CAAC,SAAS,CAAC,GAAG,IAAI,EAAE,OAAO,CAAC;YAC1C,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,IAAI,EAAE,KAAK,CAAC;YACtC,cAAc,CAAC,MAAM,CAAC,GAAG,IAAI,EAAE,IAAI,CAAC;YACpC,cAAc,CAAC,OAAO,CAAC,GAAG,SAAS,CAAC,OAAO,CAAC;SAC/C;QACD,IAAI,GAAG,MAAM,CAAC,YAAY,CAAC,SAAS,CAAC,oBAAoB,EAAE,EAAE,IAAI,CAAC,CAAC;QACnE,KAAK,CAAC,OAAO,CAAC,YAAY,EAAE,IAAI,EAAE,cAAc,EAAE,IAAI,CAAC,CAAC;IAC5D,CAAC;;AAhFL,0BAiFC"}
|
package/tailnetKey.d.ts
CHANGED
|
@@ -51,11 +51,11 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
51
51
|
/**
|
|
52
52
|
* A description of the key consisting of alphanumeric characters. Defaults to `""`.
|
|
53
53
|
*/
|
|
54
|
-
readonly description: pulumi.Output<string
|
|
54
|
+
readonly description: pulumi.Output<string>;
|
|
55
55
|
/**
|
|
56
56
|
* Indicates if the key is ephemeral. Defaults to `false`.
|
|
57
57
|
*/
|
|
58
|
-
readonly ephemeral: pulumi.Output<boolean
|
|
58
|
+
readonly ephemeral: pulumi.Output<boolean>;
|
|
59
59
|
/**
|
|
60
60
|
* The expiry timestamp of the key in RFC3339 format
|
|
61
61
|
*/
|
|
@@ -75,7 +75,7 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
75
75
|
/**
|
|
76
76
|
* Determines whether or not the machines authenticated by the key will be authorized for the tailnet by default. Defaults to `false`.
|
|
77
77
|
*/
|
|
78
|
-
readonly preauthorized: pulumi.Output<boolean
|
|
78
|
+
readonly preauthorized: pulumi.Output<boolean>;
|
|
79
79
|
/**
|
|
80
80
|
* Determines whether the key should be created again if it becomes invalid. By default, reusable keys will be recreated, but single-use keys will not. Possible values: 'always', 'never'.
|
|
81
81
|
*/
|
|
@@ -83,11 +83,11 @@ export declare class TailnetKey extends pulumi.CustomResource {
|
|
|
83
83
|
/**
|
|
84
84
|
* Indicates if the key is reusable or single-use. Defaults to `false`.
|
|
85
85
|
*/
|
|
86
|
-
readonly reusable: pulumi.Output<boolean
|
|
86
|
+
readonly reusable: pulumi.Output<boolean>;
|
|
87
87
|
/**
|
|
88
88
|
* List of tags to apply to the machines authenticated by the key.
|
|
89
89
|
*/
|
|
90
|
-
readonly tags: pulumi.Output<string[]
|
|
90
|
+
readonly tags: pulumi.Output<string[]>;
|
|
91
91
|
/**
|
|
92
92
|
* ID of the user who created this key, empty for keys created by OAuth clients.
|
|
93
93
|
*/
|
package/tailnetKey.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"tailnetKey.d.ts","sourceRoot":"","sources":["../tailnetKey.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC;;;;;;;;;;;;;;;;;;;;;;;;;;;;GA4BG;AACH,qBAAa,UAAW,SAAQ,MAAM,CAAC,cAAc;IACjD;;;;;;;;OAQG;WACW,GAAG,CAAC,IAAI,EAAE,MAAM,EAAE,EAAE,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,EAAE,CAAC,EAAE,KAAK,CAAC,EAAE,eAAe,EAAE,IAAI,CAAC,EAAE,MAAM,CAAC,qBAAqB,GAAG,UAAU;IAOtI;;;OAGG;WACW,UAAU,CAAC,GAAG,EAAE,GAAG,GAAG,GAAG,IAAI,UAAU;IAOrD;;OAEG;IACH,SAAgC,SAAS,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,CAAC,CAAC;IACjE;;OAEG;IACH,SAAwB,WAAW,EAAE,MAAM,CAAC,MAAM,CAAC,MAAM,
|
|
1
|
+
{"version":3,"file":"tailnetKey.d.ts","sourceRoot":"","sources":["../tailnetKey.ts"],"names":[],"mappings":"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"}
|
package/types/input.d.ts
CHANGED
|
@@ -36,7 +36,7 @@ export interface DnsConfigurationSplitDn {
|
|
|
36
36
|
/**
|
|
37
37
|
* Set the nameservers used by devices on your network to resolve DNS queries.
|
|
38
38
|
*/
|
|
39
|
-
nameservers
|
|
39
|
+
nameservers?: pulumi.Input<pulumi.Input<inputs.DnsConfigurationSplitDnNameserver>[] | undefined>;
|
|
40
40
|
}
|
|
41
41
|
export interface DnsConfigurationSplitDnNameserver {
|
|
42
42
|
/**
|
|
@@ -48,6 +48,178 @@ export interface DnsConfigurationSplitDnNameserver {
|
|
|
48
48
|
*/
|
|
49
49
|
useWithExitNode?: pulumi.Input<boolean | undefined>;
|
|
50
50
|
}
|
|
51
|
+
export interface GetDevicesDevice {
|
|
52
|
+
/**
|
|
53
|
+
* The list of device's IPs
|
|
54
|
+
*/
|
|
55
|
+
addresses?: string[];
|
|
56
|
+
/**
|
|
57
|
+
* Whether the device is authorized to access the tailnet
|
|
58
|
+
*/
|
|
59
|
+
authorized?: boolean;
|
|
60
|
+
/**
|
|
61
|
+
* Whether the device blocks incoming connections
|
|
62
|
+
*/
|
|
63
|
+
blocksIncomingConnections?: boolean;
|
|
64
|
+
/**
|
|
65
|
+
* The Tailscale client version running on the device
|
|
66
|
+
*/
|
|
67
|
+
clientVersion?: string;
|
|
68
|
+
/**
|
|
69
|
+
* The creation time of the device
|
|
70
|
+
*/
|
|
71
|
+
created?: string;
|
|
72
|
+
/**
|
|
73
|
+
* The expiry time of the device's key
|
|
74
|
+
*/
|
|
75
|
+
expires?: string;
|
|
76
|
+
/**
|
|
77
|
+
* The short hostname of the device
|
|
78
|
+
*/
|
|
79
|
+
hostname?: string;
|
|
80
|
+
/**
|
|
81
|
+
* The ID of this resource.
|
|
82
|
+
*/
|
|
83
|
+
id?: string;
|
|
84
|
+
/**
|
|
85
|
+
* Whether the device is marked as external
|
|
86
|
+
*/
|
|
87
|
+
isExternal?: boolean;
|
|
88
|
+
/**
|
|
89
|
+
* Whether the device's key expiry is disabled
|
|
90
|
+
*/
|
|
91
|
+
keyExpiryDisabled?: boolean;
|
|
92
|
+
/**
|
|
93
|
+
* The last seen time of the device
|
|
94
|
+
*/
|
|
95
|
+
lastSeen?: string;
|
|
96
|
+
/**
|
|
97
|
+
* The machine key of the device
|
|
98
|
+
*/
|
|
99
|
+
machineKey?: string;
|
|
100
|
+
/**
|
|
101
|
+
* The full name of the device (e.g. `hostname.domain.ts.net`)
|
|
102
|
+
*/
|
|
103
|
+
name?: string;
|
|
104
|
+
/**
|
|
105
|
+
* The preferred indentifier for a device.
|
|
106
|
+
*/
|
|
107
|
+
nodeId?: string;
|
|
108
|
+
/**
|
|
109
|
+
* The node key of the device
|
|
110
|
+
*/
|
|
111
|
+
nodeKey?: string;
|
|
112
|
+
/**
|
|
113
|
+
* The operating system of the device
|
|
114
|
+
*/
|
|
115
|
+
os?: string;
|
|
116
|
+
/**
|
|
117
|
+
* The tags applied to the device
|
|
118
|
+
*/
|
|
119
|
+
tags?: string[];
|
|
120
|
+
/**
|
|
121
|
+
* The tailnet lock error for the device, if any
|
|
122
|
+
*/
|
|
123
|
+
tailnetLockError?: string;
|
|
124
|
+
/**
|
|
125
|
+
* The tailnet lock key for the device, if any
|
|
126
|
+
*/
|
|
127
|
+
tailnetLockKey?: string;
|
|
128
|
+
/**
|
|
129
|
+
* Whether an update is available for the device
|
|
130
|
+
*/
|
|
131
|
+
updateAvailable?: boolean;
|
|
132
|
+
/**
|
|
133
|
+
* The user associated with the device
|
|
134
|
+
*/
|
|
135
|
+
user?: string;
|
|
136
|
+
}
|
|
137
|
+
export interface GetDevicesDeviceArgs {
|
|
138
|
+
/**
|
|
139
|
+
* The list of device's IPs
|
|
140
|
+
*/
|
|
141
|
+
addresses?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
142
|
+
/**
|
|
143
|
+
* Whether the device is authorized to access the tailnet
|
|
144
|
+
*/
|
|
145
|
+
authorized?: pulumi.Input<boolean | undefined>;
|
|
146
|
+
/**
|
|
147
|
+
* Whether the device blocks incoming connections
|
|
148
|
+
*/
|
|
149
|
+
blocksIncomingConnections?: pulumi.Input<boolean | undefined>;
|
|
150
|
+
/**
|
|
151
|
+
* The Tailscale client version running on the device
|
|
152
|
+
*/
|
|
153
|
+
clientVersion?: pulumi.Input<string | undefined>;
|
|
154
|
+
/**
|
|
155
|
+
* The creation time of the device
|
|
156
|
+
*/
|
|
157
|
+
created?: pulumi.Input<string | undefined>;
|
|
158
|
+
/**
|
|
159
|
+
* The expiry time of the device's key
|
|
160
|
+
*/
|
|
161
|
+
expires?: pulumi.Input<string | undefined>;
|
|
162
|
+
/**
|
|
163
|
+
* The short hostname of the device
|
|
164
|
+
*/
|
|
165
|
+
hostname?: pulumi.Input<string | undefined>;
|
|
166
|
+
/**
|
|
167
|
+
* The ID of this resource.
|
|
168
|
+
*/
|
|
169
|
+
id?: pulumi.Input<string | undefined>;
|
|
170
|
+
/**
|
|
171
|
+
* Whether the device is marked as external
|
|
172
|
+
*/
|
|
173
|
+
isExternal?: pulumi.Input<boolean | undefined>;
|
|
174
|
+
/**
|
|
175
|
+
* Whether the device's key expiry is disabled
|
|
176
|
+
*/
|
|
177
|
+
keyExpiryDisabled?: pulumi.Input<boolean | undefined>;
|
|
178
|
+
/**
|
|
179
|
+
* The last seen time of the device
|
|
180
|
+
*/
|
|
181
|
+
lastSeen?: pulumi.Input<string | undefined>;
|
|
182
|
+
/**
|
|
183
|
+
* The machine key of the device
|
|
184
|
+
*/
|
|
185
|
+
machineKey?: pulumi.Input<string | undefined>;
|
|
186
|
+
/**
|
|
187
|
+
* The full name of the device (e.g. `hostname.domain.ts.net`)
|
|
188
|
+
*/
|
|
189
|
+
name?: pulumi.Input<string | undefined>;
|
|
190
|
+
/**
|
|
191
|
+
* The preferred indentifier for a device.
|
|
192
|
+
*/
|
|
193
|
+
nodeId?: pulumi.Input<string | undefined>;
|
|
194
|
+
/**
|
|
195
|
+
* The node key of the device
|
|
196
|
+
*/
|
|
197
|
+
nodeKey?: pulumi.Input<string | undefined>;
|
|
198
|
+
/**
|
|
199
|
+
* The operating system of the device
|
|
200
|
+
*/
|
|
201
|
+
os?: pulumi.Input<string | undefined>;
|
|
202
|
+
/**
|
|
203
|
+
* The tags applied to the device
|
|
204
|
+
*/
|
|
205
|
+
tags?: pulumi.Input<pulumi.Input<string>[] | undefined>;
|
|
206
|
+
/**
|
|
207
|
+
* The tailnet lock error for the device, if any
|
|
208
|
+
*/
|
|
209
|
+
tailnetLockError?: pulumi.Input<string | undefined>;
|
|
210
|
+
/**
|
|
211
|
+
* The tailnet lock key for the device, if any
|
|
212
|
+
*/
|
|
213
|
+
tailnetLockKey?: pulumi.Input<string | undefined>;
|
|
214
|
+
/**
|
|
215
|
+
* Whether an update is available for the device
|
|
216
|
+
*/
|
|
217
|
+
updateAvailable?: pulumi.Input<boolean | undefined>;
|
|
218
|
+
/**
|
|
219
|
+
* The user associated with the device
|
|
220
|
+
*/
|
|
221
|
+
user?: pulumi.Input<string | undefined>;
|
|
222
|
+
}
|
|
51
223
|
export interface GetDevicesFilter {
|
|
52
224
|
/**
|
|
53
225
|
* The name must be a top-level device property, e.g. isEphemeral, tags, hostname, etc.
|
|
@@ -68,4 +240,104 @@ export interface GetDevicesFilterArgs {
|
|
|
68
240
|
*/
|
|
69
241
|
values: pulumi.Input<pulumi.Input<string>[]>;
|
|
70
242
|
}
|
|
243
|
+
export interface GetUsersUser {
|
|
244
|
+
/**
|
|
245
|
+
* The time the user joined their tailnet.
|
|
246
|
+
*/
|
|
247
|
+
created?: string;
|
|
248
|
+
/**
|
|
249
|
+
* true when the user has a node currently connected to the control server.
|
|
250
|
+
*/
|
|
251
|
+
currentlyConnected?: boolean;
|
|
252
|
+
/**
|
|
253
|
+
* Number of devices the user owns.
|
|
254
|
+
*/
|
|
255
|
+
deviceCount?: number;
|
|
256
|
+
/**
|
|
257
|
+
* The name of the user.
|
|
258
|
+
*/
|
|
259
|
+
displayName?: string;
|
|
260
|
+
/**
|
|
261
|
+
* The unique identifier for the user.
|
|
262
|
+
*/
|
|
263
|
+
id?: string;
|
|
264
|
+
/**
|
|
265
|
+
* The later of either: a) The last time any of the user's nodes were connected to the network or b) The last time the user authenticated to any tailscale service, including the admin panel.
|
|
266
|
+
*/
|
|
267
|
+
lastSeen?: string;
|
|
268
|
+
/**
|
|
269
|
+
* The emailish login name of the user.
|
|
270
|
+
*/
|
|
271
|
+
loginName?: string;
|
|
272
|
+
/**
|
|
273
|
+
* The profile pic URL for the user.
|
|
274
|
+
*/
|
|
275
|
+
profilePicUrl?: string;
|
|
276
|
+
/**
|
|
277
|
+
* The role of the user.
|
|
278
|
+
*/
|
|
279
|
+
role?: string;
|
|
280
|
+
/**
|
|
281
|
+
* The status of the user.
|
|
282
|
+
*/
|
|
283
|
+
status?: string;
|
|
284
|
+
/**
|
|
285
|
+
* The tailnet that owns the user.
|
|
286
|
+
*/
|
|
287
|
+
tailnetId?: string;
|
|
288
|
+
/**
|
|
289
|
+
* The type of relation this user has to the tailnet associated with the request.
|
|
290
|
+
*/
|
|
291
|
+
type?: string;
|
|
292
|
+
}
|
|
293
|
+
export interface GetUsersUserArgs {
|
|
294
|
+
/**
|
|
295
|
+
* The time the user joined their tailnet.
|
|
296
|
+
*/
|
|
297
|
+
created?: pulumi.Input<string | undefined>;
|
|
298
|
+
/**
|
|
299
|
+
* true when the user has a node currently connected to the control server.
|
|
300
|
+
*/
|
|
301
|
+
currentlyConnected?: pulumi.Input<boolean | undefined>;
|
|
302
|
+
/**
|
|
303
|
+
* Number of devices the user owns.
|
|
304
|
+
*/
|
|
305
|
+
deviceCount?: pulumi.Input<number | undefined>;
|
|
306
|
+
/**
|
|
307
|
+
* The name of the user.
|
|
308
|
+
*/
|
|
309
|
+
displayName?: pulumi.Input<string | undefined>;
|
|
310
|
+
/**
|
|
311
|
+
* The unique identifier for the user.
|
|
312
|
+
*/
|
|
313
|
+
id?: pulumi.Input<string | undefined>;
|
|
314
|
+
/**
|
|
315
|
+
* The later of either: a) The last time any of the user's nodes were connected to the network or b) The last time the user authenticated to any tailscale service, including the admin panel.
|
|
316
|
+
*/
|
|
317
|
+
lastSeen?: pulumi.Input<string | undefined>;
|
|
318
|
+
/**
|
|
319
|
+
* The emailish login name of the user.
|
|
320
|
+
*/
|
|
321
|
+
loginName?: pulumi.Input<string | undefined>;
|
|
322
|
+
/**
|
|
323
|
+
* The profile pic URL for the user.
|
|
324
|
+
*/
|
|
325
|
+
profilePicUrl?: pulumi.Input<string | undefined>;
|
|
326
|
+
/**
|
|
327
|
+
* The role of the user.
|
|
328
|
+
*/
|
|
329
|
+
role?: pulumi.Input<string | undefined>;
|
|
330
|
+
/**
|
|
331
|
+
* The status of the user.
|
|
332
|
+
*/
|
|
333
|
+
status?: pulumi.Input<string | undefined>;
|
|
334
|
+
/**
|
|
335
|
+
* The tailnet that owns the user.
|
|
336
|
+
*/
|
|
337
|
+
tailnetId?: pulumi.Input<string | undefined>;
|
|
338
|
+
/**
|
|
339
|
+
* The type of relation this user has to the tailnet associated with the request.
|
|
340
|
+
*/
|
|
341
|
+
type?: pulumi.Input<string | undefined>;
|
|
342
|
+
}
|
|
71
343
|
//# sourceMappingURL=input.d.ts.map
|
package/types/input.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AACzC,OAAO,KAAK,MAAM,MAAM,gBAAgB,CAAC;AAGzC,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;CAC/B;AAED,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC9B;;OAEG;IACH,eAAe,CAAC,EAAE,MAAM,CAAC,KAAK,CAAC,OAAO,GAAG,SAAS,CAAC,CAAC;CACvD;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,CAAC;IAC7B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,KAAK,CAAC,MAAM,CAAC,iCAAiC,CAAC,EAAE,CAAC,CAAC;
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../types/input.ts"],"names":[],"mappings":"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"}
|
package/types/output.d.ts
CHANGED
|
@@ -25,7 +25,7 @@ export interface DnsConfigurationNameserver {
|
|
|
25
25
|
/**
|
|
26
26
|
* This nameserver will continue to be used when an exit node is selected (requires Tailscale v1.88.1 or later). Defaults to false.
|
|
27
27
|
*/
|
|
28
|
-
useWithExitNode
|
|
28
|
+
useWithExitNode: boolean;
|
|
29
29
|
}
|
|
30
30
|
export interface DnsConfigurationSplitDn {
|
|
31
31
|
/**
|
|
@@ -35,7 +35,7 @@ export interface DnsConfigurationSplitDn {
|
|
|
35
35
|
/**
|
|
36
36
|
* Set the nameservers used by devices on your network to resolve DNS queries.
|
|
37
37
|
*/
|
|
38
|
-
nameservers
|
|
38
|
+
nameservers?: outputs.DnsConfigurationSplitDnNameserver[];
|
|
39
39
|
}
|
|
40
40
|
export interface DnsConfigurationSplitDnNameserver {
|
|
41
41
|
/**
|
|
@@ -45,7 +45,7 @@ export interface DnsConfigurationSplitDnNameserver {
|
|
|
45
45
|
/**
|
|
46
46
|
* This nameserver will continue to be used when an exit node is selected (requires Tailscale v1.88.1 or later). Defaults to false.
|
|
47
47
|
*/
|
|
48
|
-
useWithExitNode
|
|
48
|
+
useWithExitNode: boolean;
|
|
49
49
|
}
|
|
50
50
|
export interface GetDevicesDevice {
|
|
51
51
|
/**
|
|
@@ -77,7 +77,7 @@ export interface GetDevicesDevice {
|
|
|
77
77
|
*/
|
|
78
78
|
hostname: string;
|
|
79
79
|
/**
|
|
80
|
-
* The
|
|
80
|
+
* The ID of this resource.
|
|
81
81
|
*/
|
|
82
82
|
id: string;
|
|
83
83
|
/**
|
package/types/output.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,eAAe,
|
|
1
|
+
{"version":3,"file":"output.d.ts","sourceRoot":"","sources":["../../types/output.ts"],"names":[],"mappings":"AAKA,OAAO,KAAK,OAAO,MAAM,iBAAiB,CAAC;AAE3C,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,eAAe;IAC5B;;OAEG;IACH,KAAK,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,0BAA0B;IACvC;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,uBAAuB;IACpC;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,WAAW,CAAC,EAAE,OAAO,CAAC,iCAAiC,EAAE,CAAC;CAC7D;AAED,MAAM,WAAW,iCAAiC;IAC9C;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;CAC5B;AAED,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,SAAS,EAAE,MAAM,EAAE,CAAC;IACpB;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,yBAAyB,EAAE,OAAO,CAAC;IACnC;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,UAAU,EAAE,OAAO,CAAC;IACpB;;OAEG;IACH,iBAAiB,EAAE,OAAO,CAAC;IAC3B;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IACnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,IAAI,EAAE,MAAM,EAAE,CAAC;IACf;;OAEG;IACH,gBAAgB,EAAE,MAAM,CAAC;IACzB;;OAEG;IACH,cAAc,EAAE,MAAM,CAAC;IACvB;;OAEG;IACH,eAAe,EAAE,OAAO,CAAC;IACzB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,WAAW,gBAAgB;IAC7B;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,EAAE,MAAM,EAAE,CAAC;CACpB;AAED,MAAM,WAAW,YAAY;IACzB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAChB;;OAEG;IACH,kBAAkB,EAAE,OAAO,CAAC;IAC5B;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,WAAW,EAAE,MAAM,CAAC;IACpB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IACX;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IACjB;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IACtB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IACb;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC;IACf;;OAEG;IACH,SAAS,EAAE,MAAM,CAAC;IAClB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;CAChB"}
|