@volcengine/pulumi-volcenginecc 0.0.32 → 0.0.33

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.
Files changed (70) hide show
  1. package/alb/acl.d.ts +20 -21
  2. package/alb/acl.js +2 -2
  3. package/alb/acl.js.map +1 -1
  4. package/alb/getAcl.d.ts +11 -11
  5. package/alb/getListener.d.ts +20 -20
  6. package/alb/getServerGroup.d.ts +9 -9
  7. package/alb/listener.d.ts +52 -52
  8. package/alb/listener.js +1 -1
  9. package/alb/serverGroup.d.ts +24 -24
  10. package/alb/serverGroup.js +1 -1
  11. package/cr/endpointAclPolicy.d.ts +107 -0
  12. package/cr/endpointAclPolicy.js +84 -0
  13. package/cr/endpointAclPolicy.js.map +1 -0
  14. package/cr/getEndpointAclPolicies.d.ts +22 -0
  15. package/cr/getEndpointAclPolicies.js +24 -0
  16. package/cr/getEndpointAclPolicies.js.map +1 -0
  17. package/cr/getEndpointAclPolicy.d.ts +52 -0
  18. package/cr/getEndpointAclPolicy.js +28 -0
  19. package/cr/getEndpointAclPolicy.js.map +1 -0
  20. package/cr/getRegistry.d.ts +14 -10
  21. package/cr/getRegistry.js.map +1 -1
  22. package/cr/index.d.ts +9 -0
  23. package/cr/index.js +12 -1
  24. package/cr/index.js.map +1 -1
  25. package/cr/registry.d.ts +40 -25
  26. package/cr/registry.js +6 -1
  27. package/cr/registry.js.map +1 -1
  28. package/iam/accesskey.d.ts +23 -27
  29. package/iam/accesskey.js +2 -2
  30. package/iam/accesskey.js.map +1 -1
  31. package/iam/getAccesskey.d.ts +10 -10
  32. package/organization/getServiceControlPolicies.d.ts +22 -0
  33. package/organization/getServiceControlPolicies.js +24 -0
  34. package/organization/getServiceControlPolicies.js.map +1 -0
  35. package/organization/getServiceControlPolicy.d.ts +69 -0
  36. package/organization/getServiceControlPolicy.js +28 -0
  37. package/organization/getServiceControlPolicy.js.map +1 -0
  38. package/organization/index.d.ts +9 -0
  39. package/organization/index.js +12 -1
  40. package/organization/index.js.map +1 -1
  41. package/organization/serviceControlPolicy.d.ts +118 -0
  42. package/organization/serviceControlPolicy.js +78 -0
  43. package/organization/serviceControlPolicy.js.map +1 -0
  44. package/package.json +1 -1
  45. package/transitrouter/getPeerAttachment.d.ts +109 -0
  46. package/transitrouter/getPeerAttachment.js +28 -0
  47. package/transitrouter/getPeerAttachment.js.map +1 -0
  48. package/transitrouter/getPeerAttachments.d.ts +22 -0
  49. package/transitrouter/getPeerAttachments.js +24 -0
  50. package/transitrouter/getPeerAttachments.js.map +1 -0
  51. package/transitrouter/index.d.ts +9 -0
  52. package/transitrouter/index.js +12 -1
  53. package/transitrouter/index.js.map +1 -1
  54. package/transitrouter/peerAttachment.d.ts +235 -0
  55. package/transitrouter/peerAttachment.js +122 -0
  56. package/transitrouter/peerAttachment.js.map +1 -0
  57. package/types/input.d.ts +101 -50
  58. package/types/output.d.ts +199 -102
  59. package/vpn/getSslVpnClientCert.d.ts +93 -0
  60. package/vpn/getSslVpnClientCert.js +28 -0
  61. package/vpn/getSslVpnClientCert.js.map +1 -0
  62. package/vpn/getSslVpnClientCerts.d.ts +22 -0
  63. package/vpn/getSslVpnClientCerts.js +24 -0
  64. package/vpn/getSslVpnClientCerts.js.map +1 -0
  65. package/vpn/index.d.ts +9 -0
  66. package/vpn/index.js +12 -1
  67. package/vpn/index.js.map +1 -1
  68. package/vpn/sslVpnClientCert.d.ts +183 -0
  69. package/vpn/sslVpnClientCert.js +104 -0
  70. package/vpn/sslVpnClientCert.js.map +1 -0
@@ -0,0 +1,235 @@
1
+ import * as pulumi from "@pulumi/pulumi";
2
+ import * as inputs from "../types/input";
3
+ import * as outputs from "../types/output";
4
+ /**
5
+ * A connection established between TR instances in two different regions enables cross-region communication.
6
+ *
7
+ * ## Example Usage
8
+ *
9
+ * ```typescript
10
+ * import * as pulumi from "@pulumi/pulumi";
11
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
12
+ *
13
+ * const transitRouterPeerAttachmentDemo = new volcenginecc.transitrouter.PeerAttachment("TransitRouterPeerAttachmentDemo", {
14
+ * transitRouterId: "tr-mjcxxxx",
15
+ * transitRouterAttachmentName: "ccapi-test-tf",
16
+ * description: "tf-test",
17
+ * peerTransitRouterId: "tr-xxx",
18
+ * peerTransitRouterRegionId: "cn-xx",
19
+ * transitRouterBandwidthPackageId: "tbp-13f34rxxxx",
20
+ * bandwidth: 2,
21
+ * tags: [{
22
+ * key: "env",
23
+ * value: "test",
24
+ * }],
25
+ * });
26
+ * ```
27
+ *
28
+ * ## Import
29
+ *
30
+ * ```sh
31
+ * $ pulumi import volcenginecc:transitrouter/peerAttachment:PeerAttachment example "transit_router_attachment_id"
32
+ * ```
33
+ */
34
+ export declare class PeerAttachment extends pulumi.CustomResource {
35
+ /**
36
+ * Get an existing PeerAttachment resource's state with the given name, ID, and optional extra
37
+ * properties used to qualify the lookup.
38
+ *
39
+ * @param name The _unique_ name of the resulting resource.
40
+ * @param id The _unique_ provider ID of the resource to lookup.
41
+ * @param state Any extra arguments used during the lookup.
42
+ * @param opts Optional settings to control the behavior of the CustomResource.
43
+ */
44
+ static get(name: string, id: pulumi.Input<pulumi.ID>, state?: PeerAttachmentState, opts?: pulumi.CustomResourceOptions): PeerAttachment;
45
+ /**
46
+ * Returns true if the given object is an instance of PeerAttachment. This is designed to work even
47
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
48
+ */
49
+ static isInstance(obj: any): obj is PeerAttachment;
50
+ /**
51
+ * Automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
52
+ */
53
+ readonly autoPublishRouteEnabled: pulumi.Output<boolean>;
54
+ /**
55
+ * Bandwidth for cross-region connection, measured in Mbps. The maximum bandwidth cannot exceed the remaining unallocated bandwidth limit of the specified transit router bandwidth package.
56
+ */
57
+ readonly bandwidth: pulumi.Output<number>;
58
+ /**
59
+ * Creation time of the cross-region connection.
60
+ */
61
+ readonly creationTime: pulumi.Output<string>;
62
+ /**
63
+ * Description of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided or no value is specified, the default is an empty string.
64
+ */
65
+ readonly description: pulumi.Output<string>;
66
+ /**
67
+ * Enable IPv6. true: Yes. false: No.
68
+ */
69
+ readonly ipv6Enabled: pulumi.Output<boolean>;
70
+ /**
71
+ * ID of the peer transit router instance. You can call the DescribeTransitRouters API to obtain the transit router instance ID.
72
+ */
73
+ readonly peerTransitRouterId: pulumi.Output<string>;
74
+ /**
75
+ * Region ID of the peer transit router instance. Refer to the region documentation to obtain the region ID.
76
+ */
77
+ readonly peerTransitRouterRegionId: pulumi.Output<string>;
78
+ /**
79
+ * Status of the cross-region connection. Creating: In progress. Deleting: In progress. Pending: Configuring. Available: Available.
80
+ */
81
+ readonly status: pulumi.Output<string>;
82
+ readonly tags: pulumi.Output<outputs.transitrouter.PeerAttachmentTag[]>;
83
+ /**
84
+ * ID of the cross-region connection.
85
+ */
86
+ readonly transitRouterAttachmentId: pulumi.Output<string>;
87
+ /**
88
+ * Name of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters. If this parameter is not provided or no value is specified, the default is the transit router instance ID.
89
+ */
90
+ readonly transitRouterAttachmentName: pulumi.Output<string>;
91
+ /**
92
+ * ID of the transit router bandwidth package. You can call the DescribeTransitRouters API to obtain the transit router instance ID. If this parameter is provided, the Bandwidth parameter must also be provided. If this parameter is not provided, the Bandwidth parameter is not required.
93
+ */
94
+ readonly transitRouterBandwidthPackageId: pulumi.Output<string>;
95
+ /**
96
+ * ID of the forwarding policy associated with the cross-region connection.
97
+ */
98
+ readonly transitRouterForwardPolicyTableId: pulumi.Output<string>;
99
+ /**
100
+ * ID of the local transit router instance.
101
+ */
102
+ readonly transitRouterId: pulumi.Output<string>;
103
+ /**
104
+ * Associated forwarding route table for the cross-region connection.
105
+ */
106
+ readonly transitRouterRouteTableId: pulumi.Output<string>;
107
+ /**
108
+ * ID of the traffic marking policy associated with the cross-region connection.
109
+ */
110
+ readonly transitRouterTrafficQosMarkingPolicyId: pulumi.Output<string>;
111
+ /**
112
+ * ID of the flow queue policy associated with the cross-region connection.
113
+ */
114
+ readonly transitRouterTrafficQosQueuePolicyId: pulumi.Output<string>;
115
+ /**
116
+ * Last operation time of the cross-region connection.
117
+ */
118
+ readonly updateTime: pulumi.Output<string>;
119
+ /**
120
+ * Create a PeerAttachment resource with the given unique name, arguments, and options.
121
+ *
122
+ * @param name The _unique_ name of the resource.
123
+ * @param args The arguments to use to populate this resource's properties.
124
+ * @param opts A bag of options that control this resource's behavior.
125
+ */
126
+ constructor(name: string, args: PeerAttachmentArgs, opts?: pulumi.CustomResourceOptions);
127
+ }
128
+ /**
129
+ * Input properties used for looking up and filtering PeerAttachment resources.
130
+ */
131
+ export interface PeerAttachmentState {
132
+ /**
133
+ * Automatically synchronize TR routes to the network instance route table. true: Yes. false: No.
134
+ */
135
+ autoPublishRouteEnabled?: pulumi.Input<boolean>;
136
+ /**
137
+ * Bandwidth for cross-region connection, measured in Mbps. The maximum bandwidth cannot exceed the remaining unallocated bandwidth limit of the specified transit router bandwidth package.
138
+ */
139
+ bandwidth?: pulumi.Input<number>;
140
+ /**
141
+ * Creation time of the cross-region connection.
142
+ */
143
+ creationTime?: pulumi.Input<string>;
144
+ /**
145
+ * Description of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided or no value is specified, the default is an empty string.
146
+ */
147
+ description?: pulumi.Input<string>;
148
+ /**
149
+ * Enable IPv6. true: Yes. false: No.
150
+ */
151
+ ipv6Enabled?: pulumi.Input<boolean>;
152
+ /**
153
+ * ID of the peer transit router instance. You can call the DescribeTransitRouters API to obtain the transit router instance ID.
154
+ */
155
+ peerTransitRouterId?: pulumi.Input<string>;
156
+ /**
157
+ * Region ID of the peer transit router instance. Refer to the region documentation to obtain the region ID.
158
+ */
159
+ peerTransitRouterRegionId?: pulumi.Input<string>;
160
+ /**
161
+ * Status of the cross-region connection. Creating: In progress. Deleting: In progress. Pending: Configuring. Available: Available.
162
+ */
163
+ status?: pulumi.Input<string>;
164
+ tags?: pulumi.Input<pulumi.Input<inputs.transitrouter.PeerAttachmentTag>[]>;
165
+ /**
166
+ * ID of the cross-region connection.
167
+ */
168
+ transitRouterAttachmentId?: pulumi.Input<string>;
169
+ /**
170
+ * Name of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters. If this parameter is not provided or no value is specified, the default is the transit router instance ID.
171
+ */
172
+ transitRouterAttachmentName?: pulumi.Input<string>;
173
+ /**
174
+ * ID of the transit router bandwidth package. You can call the DescribeTransitRouters API to obtain the transit router instance ID. If this parameter is provided, the Bandwidth parameter must also be provided. If this parameter is not provided, the Bandwidth parameter is not required.
175
+ */
176
+ transitRouterBandwidthPackageId?: pulumi.Input<string>;
177
+ /**
178
+ * ID of the forwarding policy associated with the cross-region connection.
179
+ */
180
+ transitRouterForwardPolicyTableId?: pulumi.Input<string>;
181
+ /**
182
+ * ID of the local transit router instance.
183
+ */
184
+ transitRouterId?: pulumi.Input<string>;
185
+ /**
186
+ * Associated forwarding route table for the cross-region connection.
187
+ */
188
+ transitRouterRouteTableId?: pulumi.Input<string>;
189
+ /**
190
+ * ID of the traffic marking policy associated with the cross-region connection.
191
+ */
192
+ transitRouterTrafficQosMarkingPolicyId?: pulumi.Input<string>;
193
+ /**
194
+ * ID of the flow queue policy associated with the cross-region connection.
195
+ */
196
+ transitRouterTrafficQosQueuePolicyId?: pulumi.Input<string>;
197
+ /**
198
+ * Last operation time of the cross-region connection.
199
+ */
200
+ updateTime?: pulumi.Input<string>;
201
+ }
202
+ /**
203
+ * The set of arguments for constructing a PeerAttachment resource.
204
+ */
205
+ export interface PeerAttachmentArgs {
206
+ /**
207
+ * Bandwidth for cross-region connection, measured in Mbps. The maximum bandwidth cannot exceed the remaining unallocated bandwidth limit of the specified transit router bandwidth package.
208
+ */
209
+ bandwidth?: pulumi.Input<number>;
210
+ /**
211
+ * Description of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: English comma (,), period (.), underscore (_), space ( ), equals sign (=), hyphen (-), Chinese comma (,), and Chinese period (。). Length limit: 0–255 characters. If this parameter is not provided or no value is specified, the default is an empty string.
212
+ */
213
+ description?: pulumi.Input<string>;
214
+ /**
215
+ * ID of the peer transit router instance. You can call the DescribeTransitRouters API to obtain the transit router instance ID.
216
+ */
217
+ peerTransitRouterId: pulumi.Input<string>;
218
+ /**
219
+ * Region ID of the peer transit router instance. Refer to the region documentation to obtain the region ID.
220
+ */
221
+ peerTransitRouterRegionId: pulumi.Input<string>;
222
+ tags?: pulumi.Input<pulumi.Input<inputs.transitrouter.PeerAttachmentTag>[]>;
223
+ /**
224
+ * Name of the cross-region connection. Must start with a letter, number, or Chinese character. Can include letters, numbers, Chinese characters, and the following special characters: period (.), underscore (_), and hyphen (-). Length limit: 1–128 characters. If this parameter is not provided or no value is specified, the default is the transit router instance ID.
225
+ */
226
+ transitRouterAttachmentName?: pulumi.Input<string>;
227
+ /**
228
+ * ID of the transit router bandwidth package. You can call the DescribeTransitRouters API to obtain the transit router instance ID. If this parameter is provided, the Bandwidth parameter must also be provided. If this parameter is not provided, the Bandwidth parameter is not required.
229
+ */
230
+ transitRouterBandwidthPackageId?: pulumi.Input<string>;
231
+ /**
232
+ * ID of the local transit router instance.
233
+ */
234
+ transitRouterId: pulumi.Input<string>;
235
+ }
@@ -0,0 +1,122 @@
1
+ "use strict";
2
+ // *** WARNING: this file was generated by the Pulumi Terraform Bridge (tfgen) Tool. ***
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.PeerAttachment = void 0;
6
+ const pulumi = require("@pulumi/pulumi");
7
+ const utilities = require("../utilities");
8
+ /**
9
+ * A connection established between TR instances in two different regions enables cross-region communication.
10
+ *
11
+ * ## Example Usage
12
+ *
13
+ * ```typescript
14
+ * import * as pulumi from "@pulumi/pulumi";
15
+ * import * as volcenginecc from "@volcengine/pulumi-volcenginecc";
16
+ *
17
+ * const transitRouterPeerAttachmentDemo = new volcenginecc.transitrouter.PeerAttachment("TransitRouterPeerAttachmentDemo", {
18
+ * transitRouterId: "tr-mjcxxxx",
19
+ * transitRouterAttachmentName: "ccapi-test-tf",
20
+ * description: "tf-test",
21
+ * peerTransitRouterId: "tr-xxx",
22
+ * peerTransitRouterRegionId: "cn-xx",
23
+ * transitRouterBandwidthPackageId: "tbp-13f34rxxxx",
24
+ * bandwidth: 2,
25
+ * tags: [{
26
+ * key: "env",
27
+ * value: "test",
28
+ * }],
29
+ * });
30
+ * ```
31
+ *
32
+ * ## Import
33
+ *
34
+ * ```sh
35
+ * $ pulumi import volcenginecc:transitrouter/peerAttachment:PeerAttachment example "transit_router_attachment_id"
36
+ * ```
37
+ */
38
+ class PeerAttachment extends pulumi.CustomResource {
39
+ /**
40
+ * Get an existing PeerAttachment resource's state with the given name, ID, and optional extra
41
+ * properties used to qualify the lookup.
42
+ *
43
+ * @param name The _unique_ name of the resulting resource.
44
+ * @param id The _unique_ provider ID of the resource to lookup.
45
+ * @param state Any extra arguments used during the lookup.
46
+ * @param opts Optional settings to control the behavior of the CustomResource.
47
+ */
48
+ static get(name, id, state, opts) {
49
+ return new PeerAttachment(name, state, Object.assign(Object.assign({}, opts), { id: id }));
50
+ }
51
+ /**
52
+ * Returns true if the given object is an instance of PeerAttachment. This is designed to work even
53
+ * when multiple copies of the Pulumi SDK have been loaded into the same process.
54
+ */
55
+ static isInstance(obj) {
56
+ if (obj === undefined || obj === null) {
57
+ return false;
58
+ }
59
+ return obj['__pulumiType'] === PeerAttachment.__pulumiType;
60
+ }
61
+ constructor(name, argsOrState, opts) {
62
+ let resourceInputs = {};
63
+ opts = opts || {};
64
+ if (opts.id) {
65
+ const state = argsOrState;
66
+ resourceInputs["autoPublishRouteEnabled"] = state ? state.autoPublishRouteEnabled : undefined;
67
+ resourceInputs["bandwidth"] = state ? state.bandwidth : undefined;
68
+ resourceInputs["creationTime"] = state ? state.creationTime : undefined;
69
+ resourceInputs["description"] = state ? state.description : undefined;
70
+ resourceInputs["ipv6Enabled"] = state ? state.ipv6Enabled : undefined;
71
+ resourceInputs["peerTransitRouterId"] = state ? state.peerTransitRouterId : undefined;
72
+ resourceInputs["peerTransitRouterRegionId"] = state ? state.peerTransitRouterRegionId : undefined;
73
+ resourceInputs["status"] = state ? state.status : undefined;
74
+ resourceInputs["tags"] = state ? state.tags : undefined;
75
+ resourceInputs["transitRouterAttachmentId"] = state ? state.transitRouterAttachmentId : undefined;
76
+ resourceInputs["transitRouterAttachmentName"] = state ? state.transitRouterAttachmentName : undefined;
77
+ resourceInputs["transitRouterBandwidthPackageId"] = state ? state.transitRouterBandwidthPackageId : undefined;
78
+ resourceInputs["transitRouterForwardPolicyTableId"] = state ? state.transitRouterForwardPolicyTableId : undefined;
79
+ resourceInputs["transitRouterId"] = state ? state.transitRouterId : undefined;
80
+ resourceInputs["transitRouterRouteTableId"] = state ? state.transitRouterRouteTableId : undefined;
81
+ resourceInputs["transitRouterTrafficQosMarkingPolicyId"] = state ? state.transitRouterTrafficQosMarkingPolicyId : undefined;
82
+ resourceInputs["transitRouterTrafficQosQueuePolicyId"] = state ? state.transitRouterTrafficQosQueuePolicyId : undefined;
83
+ resourceInputs["updateTime"] = state ? state.updateTime : undefined;
84
+ }
85
+ else {
86
+ const args = argsOrState;
87
+ if ((!args || args.peerTransitRouterId === undefined) && !opts.urn) {
88
+ throw new Error("Missing required property 'peerTransitRouterId'");
89
+ }
90
+ if ((!args || args.peerTransitRouterRegionId === undefined) && !opts.urn) {
91
+ throw new Error("Missing required property 'peerTransitRouterRegionId'");
92
+ }
93
+ if ((!args || args.transitRouterId === undefined) && !opts.urn) {
94
+ throw new Error("Missing required property 'transitRouterId'");
95
+ }
96
+ resourceInputs["bandwidth"] = args ? args.bandwidth : undefined;
97
+ resourceInputs["description"] = args ? args.description : undefined;
98
+ resourceInputs["peerTransitRouterId"] = args ? args.peerTransitRouterId : undefined;
99
+ resourceInputs["peerTransitRouterRegionId"] = args ? args.peerTransitRouterRegionId : undefined;
100
+ resourceInputs["tags"] = args ? args.tags : undefined;
101
+ resourceInputs["transitRouterAttachmentName"] = args ? args.transitRouterAttachmentName : undefined;
102
+ resourceInputs["transitRouterBandwidthPackageId"] = args ? args.transitRouterBandwidthPackageId : undefined;
103
+ resourceInputs["transitRouterId"] = args ? args.transitRouterId : undefined;
104
+ resourceInputs["autoPublishRouteEnabled"] = undefined /*out*/;
105
+ resourceInputs["creationTime"] = undefined /*out*/;
106
+ resourceInputs["ipv6Enabled"] = undefined /*out*/;
107
+ resourceInputs["status"] = undefined /*out*/;
108
+ resourceInputs["transitRouterAttachmentId"] = undefined /*out*/;
109
+ resourceInputs["transitRouterForwardPolicyTableId"] = undefined /*out*/;
110
+ resourceInputs["transitRouterRouteTableId"] = undefined /*out*/;
111
+ resourceInputs["transitRouterTrafficQosMarkingPolicyId"] = undefined /*out*/;
112
+ resourceInputs["transitRouterTrafficQosQueuePolicyId"] = undefined /*out*/;
113
+ resourceInputs["updateTime"] = undefined /*out*/;
114
+ }
115
+ opts = pulumi.mergeOptions(utilities.resourceOptsDefaults(), opts);
116
+ super(PeerAttachment.__pulumiType, name, resourceInputs, opts);
117
+ }
118
+ }
119
+ exports.PeerAttachment = PeerAttachment;
120
+ /** @internal */
121
+ PeerAttachment.__pulumiType = 'volcenginecc:transitrouter/peerAttachment:PeerAttachment';
122
+ //# sourceMappingURL=peerAttachment.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"peerAttachment.js","sourceRoot":"","sources":["../../transitrouter/peerAttachment.ts"],"names":[],"mappings":"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"}