@nirvana-labs/nirvana 1.17.3 → 1.17.4

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 (125) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/package.json +1 -1
  3. package/resources/connect/connect.d.mts +4 -4
  4. package/resources/connect/connect.d.mts.map +1 -1
  5. package/resources/connect/connect.d.ts +4 -4
  6. package/resources/connect/connect.d.ts.map +1 -1
  7. package/resources/connect/connect.js +4 -4
  8. package/resources/connect/connect.js.map +1 -1
  9. package/resources/connect/connect.mjs +4 -4
  10. package/resources/connect/connect.mjs.map +1 -1
  11. package/resources/connect/flux/flux.d.mts +204 -0
  12. package/resources/connect/flux/flux.d.mts.map +1 -0
  13. package/resources/connect/flux/flux.d.ts +204 -0
  14. package/resources/connect/flux/flux.d.ts.map +1 -0
  15. package/resources/connect/flux/flux.js +83 -0
  16. package/resources/connect/flux/flux.js.map +1 -0
  17. package/resources/connect/flux/flux.mjs +78 -0
  18. package/resources/connect/flux/flux.mjs.map +1 -0
  19. package/resources/connect/flux/index.d.mts +3 -0
  20. package/resources/connect/flux/index.d.mts.map +1 -0
  21. package/resources/connect/flux/index.d.ts +3 -0
  22. package/resources/connect/flux/index.d.ts.map +1 -0
  23. package/resources/connect/flux/index.js +9 -0
  24. package/resources/connect/flux/index.js.map +1 -0
  25. package/resources/connect/flux/index.mjs +4 -0
  26. package/resources/connect/flux/index.mjs.map +1 -0
  27. package/resources/connect/flux/providers.d.mts +17 -0
  28. package/resources/connect/flux/providers.d.mts.map +1 -0
  29. package/resources/connect/flux/providers.d.ts +17 -0
  30. package/resources/connect/flux/providers.d.ts.map +1 -0
  31. package/resources/connect/flux/providers.js +21 -0
  32. package/resources/connect/flux/providers.js.map +1 -0
  33. package/resources/connect/flux/providers.mjs +17 -0
  34. package/resources/connect/flux/providers.mjs.map +1 -0
  35. package/resources/connect/flux.d.mts +1 -69
  36. package/resources/connect/flux.d.mts.map +1 -1
  37. package/resources/connect/flux.d.ts +1 -69
  38. package/resources/connect/flux.d.ts.map +1 -1
  39. package/resources/connect/flux.js +2 -18
  40. package/resources/connect/flux.js.map +1 -1
  41. package/resources/connect/flux.mjs +1 -16
  42. package/resources/connect/flux.mjs.map +1 -1
  43. package/resources/connect/index.d.mts +1 -1
  44. package/resources/connect/index.d.mts.map +1 -1
  45. package/resources/connect/index.d.ts +1 -1
  46. package/resources/connect/index.d.ts.map +1 -1
  47. package/resources/connect/index.js +3 -3
  48. package/resources/connect/index.js.map +1 -1
  49. package/resources/connect/index.mjs +1 -1
  50. package/resources/connect/index.mjs.map +1 -1
  51. package/resources/rpc-nodes/dedicated/blockchains.d.mts +1 -1
  52. package/resources/rpc-nodes/dedicated/blockchains.d.mts.map +1 -1
  53. package/resources/rpc-nodes/dedicated/blockchains.d.ts +1 -1
  54. package/resources/rpc-nodes/dedicated/blockchains.d.ts.map +1 -1
  55. package/resources/rpc-nodes/dedicated/dedicated.d.mts +11 -11
  56. package/resources/rpc-nodes/dedicated/dedicated.d.mts.map +1 -1
  57. package/resources/rpc-nodes/dedicated/dedicated.d.ts +11 -11
  58. package/resources/rpc-nodes/dedicated/dedicated.d.ts.map +1 -1
  59. package/resources/rpc-nodes/dedicated/dedicated.js +4 -4
  60. package/resources/rpc-nodes/dedicated/dedicated.js.map +1 -1
  61. package/resources/rpc-nodes/dedicated/dedicated.mjs +2 -2
  62. package/resources/rpc-nodes/dedicated/dedicated.mjs.map +1 -1
  63. package/resources/rpc-nodes/dedicated/index.d.mts +1 -1
  64. package/resources/rpc-nodes/dedicated/index.d.mts.map +1 -1
  65. package/resources/rpc-nodes/dedicated/index.d.ts +1 -1
  66. package/resources/rpc-nodes/dedicated/index.d.ts.map +1 -1
  67. package/resources/rpc-nodes/dedicated/index.js +2 -2
  68. package/resources/rpc-nodes/dedicated/index.js.map +1 -1
  69. package/resources/rpc-nodes/dedicated/index.mjs +1 -1
  70. package/resources/rpc-nodes/dedicated/index.mjs.map +1 -1
  71. package/resources/rpc-nodes/flex/blockchains.d.mts +1 -1
  72. package/resources/rpc-nodes/flex/blockchains.d.mts.map +1 -1
  73. package/resources/rpc-nodes/flex/blockchains.d.ts +1 -1
  74. package/resources/rpc-nodes/flex/blockchains.d.ts.map +1 -1
  75. package/resources/rpc-nodes/flex/flex.d.mts +11 -11
  76. package/resources/rpc-nodes/flex/flex.d.mts.map +1 -1
  77. package/resources/rpc-nodes/flex/flex.d.ts +11 -11
  78. package/resources/rpc-nodes/flex/flex.d.ts.map +1 -1
  79. package/resources/rpc-nodes/flex/flex.js +4 -4
  80. package/resources/rpc-nodes/flex/flex.js.map +1 -1
  81. package/resources/rpc-nodes/flex/flex.mjs +2 -2
  82. package/resources/rpc-nodes/flex/flex.mjs.map +1 -1
  83. package/resources/rpc-nodes/flex/index.d.mts +1 -1
  84. package/resources/rpc-nodes/flex/index.d.mts.map +1 -1
  85. package/resources/rpc-nodes/flex/index.d.ts +1 -1
  86. package/resources/rpc-nodes/flex/index.d.ts.map +1 -1
  87. package/resources/rpc-nodes/flex/index.js +2 -2
  88. package/resources/rpc-nodes/flex/index.js.map +1 -1
  89. package/resources/rpc-nodes/flex/index.mjs +1 -1
  90. package/resources/rpc-nodes/flex/index.mjs.map +1 -1
  91. package/resources/rpc-nodes/index.d.mts +2 -2
  92. package/resources/rpc-nodes/index.d.mts.map +1 -1
  93. package/resources/rpc-nodes/index.d.ts +2 -2
  94. package/resources/rpc-nodes/index.d.ts.map +1 -1
  95. package/resources/rpc-nodes/index.js +3 -3
  96. package/resources/rpc-nodes/index.js.map +1 -1
  97. package/resources/rpc-nodes/index.mjs +2 -2
  98. package/resources/rpc-nodes/index.mjs.map +1 -1
  99. package/resources/rpc-nodes/rpc-nodes.d.mts +6 -6
  100. package/resources/rpc-nodes/rpc-nodes.d.mts.map +1 -1
  101. package/resources/rpc-nodes/rpc-nodes.d.ts +6 -6
  102. package/resources/rpc-nodes/rpc-nodes.d.ts.map +1 -1
  103. package/resources/rpc-nodes/rpc-nodes.js +4 -4
  104. package/resources/rpc-nodes/rpc-nodes.js.map +1 -1
  105. package/resources/rpc-nodes/rpc-nodes.mjs +6 -6
  106. package/resources/rpc-nodes/rpc-nodes.mjs.map +1 -1
  107. package/src/resources/connect/connect.ts +25 -5
  108. package/src/resources/connect/flux/flux.ts +267 -0
  109. package/src/resources/connect/flux/index.ts +14 -0
  110. package/src/resources/connect/flux/providers.ts +21 -0
  111. package/src/resources/connect/flux.ts +1 -89
  112. package/src/resources/connect/index.ts +11 -1
  113. package/src/resources/rpc-nodes/dedicated/blockchains.ts +1 -1
  114. package/src/resources/rpc-nodes/dedicated/dedicated.ts +15 -15
  115. package/src/resources/rpc-nodes/dedicated/index.ts +5 -5
  116. package/src/resources/rpc-nodes/flex/blockchains.ts +1 -1
  117. package/src/resources/rpc-nodes/flex/flex.ts +15 -15
  118. package/src/resources/rpc-nodes/flex/index.ts +1 -7
  119. package/src/resources/rpc-nodes/index.ts +10 -10
  120. package/src/resources/rpc-nodes/rpc-nodes.ts +19 -25
  121. package/src/version.ts +1 -1
  122. package/version.d.mts +1 -1
  123. package/version.d.ts +1 -1
  124. package/version.js +1 -1
  125. package/version.mjs +1 -1
@@ -0,0 +1,78 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ import * as ProvidersAPI from "./providers.mjs";
4
+ import { Providers } from "./providers.mjs";
5
+ import { path } from "../../../internal/utils/path.mjs";
6
+ export class FluxResource extends APIResource {
7
+ constructor() {
8
+ super(...arguments);
9
+ this.providers = new ProvidersAPI.Providers(this._client);
10
+ }
11
+ /**
12
+ * Create a Connect Flux
13
+ *
14
+ * @example
15
+ * ```ts
16
+ * const operation = await client.connect.flux.create({
17
+ * bandwidth_mbps: 50,
18
+ * cidrs: ['10.0.0.0/16'],
19
+ * name: 'my-connect-flux',
20
+ * provider_cidrs: ['172.16.0.0/16'],
21
+ * region: 'us-wdc-1',
22
+ * });
23
+ * ```
24
+ */
25
+ create(body, options) {
26
+ return this._client.post('/v1/connect/flux', { body, ...options });
27
+ }
28
+ /**
29
+ * Update Connect Flux details
30
+ *
31
+ * @example
32
+ * ```ts
33
+ * const operation = await client.connect.flux.update(
34
+ * 'flux_id',
35
+ * );
36
+ * ```
37
+ */
38
+ update(fluxID, body, options) {
39
+ return this._client.patch(path `/v1/connect/flux/${fluxID}`, { body, ...options });
40
+ }
41
+ /**
42
+ * List all Connect Flux
43
+ *
44
+ * @example
45
+ * ```ts
46
+ * const fluxList = await client.connect.flux.list();
47
+ * ```
48
+ */
49
+ list(options) {
50
+ return this._client.get('/v1/connect/flux', options);
51
+ }
52
+ /**
53
+ * Delete Connect Flux
54
+ *
55
+ * @example
56
+ * ```ts
57
+ * const operation = await client.connect.flux.delete(
58
+ * 'flux_id',
59
+ * );
60
+ * ```
61
+ */
62
+ delete(fluxID, options) {
63
+ return this._client.delete(path `/v1/connect/flux/${fluxID}`, options);
64
+ }
65
+ /**
66
+ * Get Connect Flux details
67
+ *
68
+ * @example
69
+ * ```ts
70
+ * const flux = await client.connect.flux.get('flux_id');
71
+ * ```
72
+ */
73
+ get(fluxID, options) {
74
+ return this._client.get(path `/v1/connect/flux/${fluxID}`, options);
75
+ }
76
+ }
77
+ FluxResource.Providers = Providers;
78
+ //# sourceMappingURL=flux.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"flux.mjs","sourceRoot":"","sources":["../../../src/resources/connect/flux/flux.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAGf,KAAK,YAAY;OACjB,EAAE,SAAS,EAAE;OAGb,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,YAAa,SAAQ,WAAW;IAA7C;;QACE,cAAS,GAA2B,IAAI,YAAY,CAAC,SAAS,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;IA2E/E,CAAC;IAzEC;;;;;;;;;;;;;OAaG;IACH,MAAM,CAAC,IAAsB,EAAE,OAAwB;QACrD,OAAO,IAAI,CAAC,OAAO,CAAC,IAAI,CAAC,kBAAkB,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACrE,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CACJ,MAAc,EACd,IAAsB,EACtB,OAAwB;QAExB,OAAO,IAAI,CAAC,OAAO,CAAC,KAAK,CAAC,IAAI,CAAA,oBAAoB,MAAM,EAAE,EAAE,EAAE,IAAI,EAAE,GAAG,OAAO,EAAE,CAAC,CAAC;IACpF,CAAC;IAED;;;;;;;OAOG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;;;;;;;;OASG;IACH,MAAM,CAAC,MAAc,EAAE,OAAwB;QAC7C,OAAO,IAAI,CAAC,OAAO,CAAC,MAAM,CAAC,IAAI,CAAA,oBAAoB,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACxE,CAAC;IAED;;;;;;;OAOG;IACH,GAAG,CAAC,MAAc,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CACF;AAoKD,YAAY,CAAC,SAAS,GAAG,SAAS,CAAC"}
@@ -0,0 +1,3 @@
1
+ export { FluxResource, type Flux, type FluxList, type FluxProvider, type FluxProviderAWSConfig, type FluxProviderAWSConfigRequest, type FluxProviderList, type FluxCreateParams, type FluxUpdateParams, } from "./flux.mjs";
2
+ export { Providers } from "./providers.mjs";
3
+ //# sourceMappingURL=index.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../../src/resources/connect/flux/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,IAAI,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EAAE,SAAS,EAAE"}
@@ -0,0 +1,3 @@
1
+ export { FluxResource, type Flux, type FluxList, type FluxProvider, type FluxProviderAWSConfig, type FluxProviderAWSConfigRequest, type FluxProviderList, type FluxCreateParams, type FluxUpdateParams, } from "./flux.js";
2
+ export { Providers } from "./providers.js";
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/resources/connect/flux/index.ts"],"names":[],"mappings":"OAEO,EACL,YAAY,EACZ,KAAK,IAAI,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB;OACM,EAAE,SAAS,EAAE"}
@@ -0,0 +1,9 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Providers = exports.FluxResource = void 0;
5
+ var flux_1 = require("./flux.js");
6
+ Object.defineProperty(exports, "FluxResource", { enumerable: true, get: function () { return flux_1.FluxResource; } });
7
+ var providers_1 = require("./providers.js");
8
+ Object.defineProperty(exports, "Providers", { enumerable: true, get: function () { return providers_1.Providers; } });
9
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/resources/connect/flux/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,kCAUgB;AATd,oGAAA,YAAY,OAAA;AAUd,4CAAwC;AAA/B,sGAAA,SAAS,OAAA"}
@@ -0,0 +1,4 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ export { FluxResource, } from "./flux.mjs";
3
+ export { Providers } from "./providers.mjs";
4
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../src/resources/connect/flux/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EACL,YAAY,GASb;OACM,EAAE,SAAS,EAAE"}
@@ -0,0 +1,17 @@
1
+ import { APIResource } from "../../../core/resource.mjs";
2
+ import * as FluxAPI from "./flux.mjs";
3
+ import { APIPromise } from "../../../core/api-promise.mjs";
4
+ import { RequestOptions } from "../../../internal/request-options.mjs";
5
+ export declare class Providers extends APIResource {
6
+ /**
7
+ * List all supported providers with regions for Connect Flux.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const fluxProviderList =
12
+ * await client.connect.flux.providers.list();
13
+ * ```
14
+ */
15
+ list(options?: RequestOptions): APIPromise<FluxAPI.FluxProviderList>;
16
+ }
17
+ //# sourceMappingURL=providers.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.d.mts","sourceRoot":"","sources":["../../../src/resources/connect/flux/providers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC,gBAAgB,CAAC;CAGrE"}
@@ -0,0 +1,17 @@
1
+ import { APIResource } from "../../../core/resource.js";
2
+ import * as FluxAPI from "./flux.js";
3
+ import { APIPromise } from "../../../core/api-promise.js";
4
+ import { RequestOptions } from "../../../internal/request-options.js";
5
+ export declare class Providers extends APIResource {
6
+ /**
7
+ * List all supported providers with regions for Connect Flux.
8
+ *
9
+ * @example
10
+ * ```ts
11
+ * const fluxProviderList =
12
+ * await client.connect.flux.providers.list();
13
+ * ```
14
+ */
15
+ list(options?: RequestOptions): APIPromise<FluxAPI.FluxProviderList>;
16
+ }
17
+ //# sourceMappingURL=providers.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.d.ts","sourceRoot":"","sources":["../../../src/resources/connect/flux/providers.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,OAAO;OACZ,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,SAAU,SAAQ,WAAW;IACxC;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,OAAO,CAAC,gBAAgB,CAAC;CAGrE"}
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
+ Object.defineProperty(exports, "__esModule", { value: true });
4
+ exports.Providers = void 0;
5
+ const resource_1 = require("../../../core/resource.js");
6
+ class Providers extends resource_1.APIResource {
7
+ /**
8
+ * List all supported providers with regions for Connect Flux.
9
+ *
10
+ * @example
11
+ * ```ts
12
+ * const fluxProviderList =
13
+ * await client.connect.flux.providers.list();
14
+ * ```
15
+ */
16
+ list(options) {
17
+ return this._client.get('/v1/connect/flux/providers', options);
18
+ }
19
+ }
20
+ exports.Providers = Providers;
21
+ //# sourceMappingURL=providers.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.js","sourceRoot":"","sources":["../../../src/resources/connect/flux/providers.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wDAAqD;AAKrD,MAAa,SAAU,SAAQ,sBAAW;IACxC;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;CACF;AAbD,8BAaC"}
@@ -0,0 +1,17 @@
1
+ // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
+ import { APIResource } from "../../../core/resource.mjs";
3
+ export class Providers extends APIResource {
4
+ /**
5
+ * List all supported providers with regions for Connect Flux.
6
+ *
7
+ * @example
8
+ * ```ts
9
+ * const fluxProviderList =
10
+ * await client.connect.flux.providers.list();
11
+ * ```
12
+ */
13
+ list(options) {
14
+ return this._client.get('/v1/connect/flux/providers', options);
15
+ }
16
+ }
17
+ //# sourceMappingURL=providers.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"providers.mjs","sourceRoot":"","sources":["../../../src/resources/connect/flux/providers.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;AAKtB,MAAM,OAAO,SAAU,SAAQ,WAAW;IACxC;;;;;;;;OAQG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,4BAA4B,EAAE,OAAO,CAAC,CAAC;IACjE,CAAC;CACF"}
@@ -1,70 +1,2 @@
1
- import { APIResource } from "../../core/resource.mjs";
2
- import * as Shared from "../shared.mjs";
3
- import { APIPromise } from "../../core/api-promise.mjs";
4
- import { RequestOptions } from "../../internal/request-options.mjs";
5
- export declare class Flux extends APIResource {
6
- /**
7
- * List all Connect Flux
8
- */
9
- list(options?: RequestOptions): APIPromise<ConnectFluxList>;
10
- /**
11
- * Get Connect Flux details
12
- */
13
- get(fluxID: string, options?: RequestOptions): APIPromise<ConnectFlux>;
14
- }
15
- /**
16
- * Connect flux details.
17
- */
18
- export interface ConnectFlux {
19
- /**
20
- * Unique identifier for the connect flux
21
- */
22
- id: string;
23
- /**
24
- * Connect flux speed in Mbps
25
- */
26
- bandwidth_mbps: 50 | 100 | 200 | 500 | 1000 | 2000 | 5000;
27
- /**
28
- * CIDRs
29
- */
30
- cidrs: Array<string>;
31
- /**
32
- * When the connect flux was created
33
- */
34
- created_at: string;
35
- /**
36
- * Name of the connect flux
37
- */
38
- name: string;
39
- /**
40
- * Provider CIDRs
41
- */
42
- provider_cidrs: Array<string>;
43
- /**
44
- * Provider name
45
- */
46
- provider_name: string;
47
- /**
48
- * Provider region
49
- */
50
- provider_region: string;
51
- /**
52
- * Region the resource is in.
53
- */
54
- region: Shared.RegionName;
55
- /**
56
- * Status of the resource.
57
- */
58
- status: Shared.ResourceStatus;
59
- /**
60
- * When the connect flux was updated
61
- */
62
- updated_at: string;
63
- }
64
- export interface ConnectFluxList {
65
- items: Array<ConnectFlux>;
66
- }
67
- export declare namespace Flux {
68
- export { type ConnectFlux as ConnectFlux, type ConnectFluxList as ConnectFluxList };
69
- }
1
+ export * from "./flux/index.mjs";
70
2
  //# sourceMappingURL=flux.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flux.d.mts","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;IAI3D;;OAEG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;CAGvE;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE1D;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAC3B;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,WAAW,IAAI,WAAW,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACrF"}
1
+ {"version":3,"file":"flux.d.mts","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":""}
@@ -1,70 +1,2 @@
1
- import { APIResource } from "../../core/resource.js";
2
- import * as Shared from "../shared.js";
3
- import { APIPromise } from "../../core/api-promise.js";
4
- import { RequestOptions } from "../../internal/request-options.js";
5
- export declare class Flux extends APIResource {
6
- /**
7
- * List all Connect Flux
8
- */
9
- list(options?: RequestOptions): APIPromise<ConnectFluxList>;
10
- /**
11
- * Get Connect Flux details
12
- */
13
- get(fluxID: string, options?: RequestOptions): APIPromise<ConnectFlux>;
14
- }
15
- /**
16
- * Connect flux details.
17
- */
18
- export interface ConnectFlux {
19
- /**
20
- * Unique identifier for the connect flux
21
- */
22
- id: string;
23
- /**
24
- * Connect flux speed in Mbps
25
- */
26
- bandwidth_mbps: 50 | 100 | 200 | 500 | 1000 | 2000 | 5000;
27
- /**
28
- * CIDRs
29
- */
30
- cidrs: Array<string>;
31
- /**
32
- * When the connect flux was created
33
- */
34
- created_at: string;
35
- /**
36
- * Name of the connect flux
37
- */
38
- name: string;
39
- /**
40
- * Provider CIDRs
41
- */
42
- provider_cidrs: Array<string>;
43
- /**
44
- * Provider name
45
- */
46
- provider_name: string;
47
- /**
48
- * Provider region
49
- */
50
- provider_region: string;
51
- /**
52
- * Region the resource is in.
53
- */
54
- region: Shared.RegionName;
55
- /**
56
- * Status of the resource.
57
- */
58
- status: Shared.ResourceStatus;
59
- /**
60
- * When the connect flux was updated
61
- */
62
- updated_at: string;
63
- }
64
- export interface ConnectFluxList {
65
- items: Array<ConnectFlux>;
66
- }
67
- export declare namespace Flux {
68
- export { type ConnectFlux as ConnectFlux, type ConnectFluxList as ConnectFluxList };
69
- }
1
+ export * from "./flux/index.js";
70
2
  //# sourceMappingURL=flux.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"flux.d.ts","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,MAAM;OACX,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,eAAe,CAAC;IAI3D;;OAEG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,WAAW,CAAC;CAGvE;AAED;;GAEG;AACH,MAAM,WAAW,WAAW;IAC1B;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,cAAc,EAAE,EAAE,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IAE1D;;OAEG;IACH,KAAK,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAErB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,cAAc,EAAE,KAAK,CAAC,MAAM,CAAC,CAAC;IAE9B;;OAEG;IACH,aAAa,EAAE,MAAM,CAAC;IAEtB;;OAEG;IACH,eAAe,EAAE,MAAM,CAAC;IAExB;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,UAAU,CAAC;IAE1B;;OAEG;IACH,MAAM,EAAE,MAAM,CAAC,cAAc,CAAC;IAE9B;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED,MAAM,WAAW,eAAe;IAC9B,KAAK,EAAE,KAAK,CAAC,WAAW,CAAC,CAAC;CAC3B;AAED,MAAM,CAAC,OAAO,WAAW,IAAI,CAAC;IAC5B,OAAO,EAAE,KAAK,WAAW,IAAI,WAAW,EAAE,KAAK,eAAe,IAAI,eAAe,EAAE,CAAC;CACrF"}
1
+ {"version":3,"file":"flux.d.ts","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":""}
@@ -1,22 +1,6 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Flux = void 0;
5
- const resource_1 = require("../../core/resource.js");
6
- const path_1 = require("../../internal/utils/path.js");
7
- class Flux extends resource_1.APIResource {
8
- /**
9
- * List all Connect Flux
10
- */
11
- list(options) {
12
- return this._client.get('/v1/connect/flux', options);
13
- }
14
- /**
15
- * Get Connect Flux details
16
- */
17
- get(fluxID, options) {
18
- return this._client.get((0, path_1.path) `/v1/connect/flux/${fluxID}`, options);
19
- }
20
- }
21
- exports.Flux = Flux;
4
+ const tslib_1 = require("../../internal/tslib.js");
5
+ tslib_1.__exportStar(require("./flux/index.js"), exports);
22
6
  //# sourceMappingURL=flux.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"flux.js","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,qDAAkD;AAIlD,uDAAiD;AAEjD,MAAa,IAAK,SAAQ,sBAAW;IACnC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,MAAc,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAA,WAAI,EAAA,oBAAoB,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CACF;AAdD,oBAcC"}
1
+ {"version":3,"file":"flux.js","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,0DAA6B"}
@@ -1,18 +1,3 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
- import { APIResource } from "../../core/resource.mjs";
3
- import { path } from "../../internal/utils/path.mjs";
4
- export class Flux extends APIResource {
5
- /**
6
- * List all Connect Flux
7
- */
8
- list(options) {
9
- return this._client.get('/v1/connect/flux', options);
10
- }
11
- /**
12
- * Get Connect Flux details
13
- */
14
- get(fluxID, options) {
15
- return this._client.get(path `/v1/connect/flux/${fluxID}`, options);
16
- }
17
- }
2
+ export * from "./flux/index.mjs";
18
3
  //# sourceMappingURL=flux.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"flux.mjs","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,WAAW,EAAE;OAIf,EAAE,IAAI,EAAE;AAEf,MAAM,OAAO,IAAK,SAAQ,WAAW;IACnC;;OAEG;IACH,IAAI,CAAC,OAAwB;QAC3B,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,kBAAkB,EAAE,OAAO,CAAC,CAAC;IACvD,CAAC;IAED;;OAEG;IACH,GAAG,CAAC,MAAc,EAAE,OAAwB;QAC1C,OAAO,IAAI,CAAC,OAAO,CAAC,GAAG,CAAC,IAAI,CAAA,oBAAoB,MAAM,EAAE,EAAE,OAAO,CAAC,CAAC;IACrE,CAAC;CACF"}
1
+ {"version":3,"file":"flux.mjs","sourceRoot":"","sources":["../../src/resources/connect/flux.ts"],"names":[],"mappings":"AAAA,sFAAsF"}
@@ -1,3 +1,3 @@
1
1
  export { Connect } from "./connect.mjs";
2
- export { Flux, type ConnectFlux, type ConnectFluxList } from "./flux.mjs";
2
+ export { FluxResource, type Flux, type FluxList, type FluxProvider, type FluxProviderAWSConfig, type FluxProviderAWSConfigRequest, type FluxProviderList, type FluxCreateParams, type FluxUpdateParams, } from "./flux/index.mjs";
3
3
  //# sourceMappingURL=index.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EAAE,IAAI,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE"}
1
+ {"version":3,"file":"index.d.mts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,YAAY,EACZ,KAAK,IAAI,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB"}
@@ -1,3 +1,3 @@
1
1
  export { Connect } from "./connect.js";
2
- export { Flux, type ConnectFlux, type ConnectFluxList } from "./flux.js";
2
+ export { FluxResource, type Flux, type FluxList, type FluxProvider, type FluxProviderAWSConfig, type FluxProviderAWSConfigRequest, type FluxProviderList, type FluxCreateParams, type FluxUpdateParams, } from "./flux/index.js";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EAAE,IAAI,EAAE,KAAK,WAAW,EAAE,KAAK,eAAe,EAAE"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"OAEO,EAAE,OAAO,EAAE;OACX,EACL,YAAY,EACZ,KAAK,IAAI,EACT,KAAK,QAAQ,EACb,KAAK,YAAY,EACjB,KAAK,qBAAqB,EAC1B,KAAK,4BAA4B,EACjC,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,EACrB,KAAK,gBAAgB,GACtB"}
@@ -1,9 +1,9 @@
1
1
  "use strict";
2
2
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
3
3
  Object.defineProperty(exports, "__esModule", { value: true });
4
- exports.Flux = exports.Connect = void 0;
4
+ exports.FluxResource = exports.Connect = void 0;
5
5
  var connect_1 = require("./connect.js");
6
6
  Object.defineProperty(exports, "Connect", { enumerable: true, get: function () { return connect_1.Connect; } });
7
- var flux_1 = require("./flux.js");
8
- Object.defineProperty(exports, "Flux", { enumerable: true, get: function () { return flux_1.Flux; } });
7
+ var index_1 = require("./flux/index.js");
8
+ Object.defineProperty(exports, "FluxResource", { enumerable: true, get: function () { return index_1.FluxResource; } });
9
9
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,kCAAsE;AAA7D,4FAAA,IAAI,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":";AAAA,sFAAsF;;;AAEtF,wCAAoC;AAA3B,kGAAA,OAAO,OAAA;AAChB,yCAUsB;AATpB,qGAAA,YAAY,OAAA"}
@@ -1,4 +1,4 @@
1
1
  // File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
  export { Connect } from "./connect.mjs";
3
- export { Flux } from "./flux.mjs";
3
+ export { FluxResource, } from "./flux/index.mjs";
4
4
  //# sourceMappingURL=index.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EAAE,IAAI,EAA0C"}
1
+ {"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../src/resources/connect/index.ts"],"names":[],"mappings":"AAAA,sFAAsF;OAE/E,EAAE,OAAO,EAAE;OACX,EACL,YAAY,GASb"}
@@ -6,6 +6,6 @@ export declare class Blockchains extends APIResource {
6
6
  /**
7
7
  * List all Dedicated Blockchains
8
8
  */
9
- list(options?: RequestOptions): APIPromise<DedicatedAPI.RPCNodesDedicatedBlockchainList>;
9
+ list(options?: RequestOptions): APIPromise<DedicatedAPI.DedicatedBlockchainList>;
10
10
  }
11
11
  //# sourceMappingURL=blockchains.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blockchains.d.mts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/blockchains.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,+BAA+B,CAAC;CAGzF"}
1
+ {"version":3,"file":"blockchains.d.mts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/blockchains.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,uBAAuB,CAAC;CAGjF"}
@@ -6,6 +6,6 @@ export declare class Blockchains extends APIResource {
6
6
  /**
7
7
  * List all Dedicated Blockchains
8
8
  */
9
- list(options?: RequestOptions): APIPromise<DedicatedAPI.RPCNodesDedicatedBlockchainList>;
9
+ list(options?: RequestOptions): APIPromise<DedicatedAPI.DedicatedBlockchainList>;
10
10
  }
11
11
  //# sourceMappingURL=blockchains.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"blockchains.d.ts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/blockchains.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,+BAA+B,CAAC;CAGzF"}
1
+ {"version":3,"file":"blockchains.d.ts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/blockchains.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,YAAY;OACjB,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAEzB,qBAAa,WAAY,SAAQ,WAAW;IAC1C;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,YAAY,CAAC,uBAAuB,CAAC;CAGjF"}
@@ -3,21 +3,21 @@ import * as BlockchainsAPI from "./blockchains.mjs";
3
3
  import { Blockchains } from "./blockchains.mjs";
4
4
  import { APIPromise } from "../../../core/api-promise.mjs";
5
5
  import { RequestOptions } from "../../../internal/request-options.mjs";
6
- export declare class Dedicated extends APIResource {
6
+ export declare class DedicatedResource extends APIResource {
7
7
  blockchains: BlockchainsAPI.Blockchains;
8
8
  /**
9
9
  * List all RPC Node Dedicated you created
10
10
  */
11
- list(options?: RequestOptions): APIPromise<RPCNodesDedicatedList>;
11
+ list(options?: RequestOptions): APIPromise<DedicatedList>;
12
12
  /**
13
13
  * Get details about an RPC Node Dedicated
14
14
  */
15
- get(nodeID: string, options?: RequestOptions): APIPromise<RPCNodesDedicated>;
15
+ get(nodeID: string, options?: RequestOptions): APIPromise<Dedicated>;
16
16
  }
17
17
  /**
18
18
  * RPC Node Dedicated details.
19
19
  */
20
- export interface RPCNodesDedicated {
20
+ export interface Dedicated {
21
21
  /**
22
22
  * Unique identifier for the RPC Node Dedicated.
23
23
  */
@@ -50,7 +50,7 @@ export interface RPCNodesDedicated {
50
50
  /**
51
51
  * Blockchain supported by the Dedicated RPC Node.
52
52
  */
53
- export interface RPCNodesDedicatedBlockchain {
53
+ export interface DedicatedBlockchain {
54
54
  /**
55
55
  * Blockchain type.
56
56
  */
@@ -60,14 +60,14 @@ export interface RPCNodesDedicatedBlockchain {
60
60
  */
61
61
  network: string;
62
62
  }
63
- export interface RPCNodesDedicatedBlockchainList {
64
- items: Array<RPCNodesDedicatedBlockchain>;
63
+ export interface DedicatedBlockchainList {
64
+ items: Array<DedicatedBlockchain>;
65
65
  }
66
- export interface RPCNodesDedicatedList {
67
- items: Array<RPCNodesDedicated>;
66
+ export interface DedicatedList {
67
+ items: Array<Dedicated>;
68
68
  }
69
- export declare namespace Dedicated {
70
- export { type RPCNodesDedicated as RPCNodesDedicated, type RPCNodesDedicatedBlockchain as RPCNodesDedicatedBlockchain, type RPCNodesDedicatedBlockchainList as RPCNodesDedicatedBlockchainList, type RPCNodesDedicatedList as RPCNodesDedicatedList, };
69
+ export declare namespace DedicatedResource {
70
+ export { type Dedicated as Dedicated, type DedicatedBlockchain as DedicatedBlockchain, type DedicatedBlockchainList as DedicatedBlockchainList, type DedicatedList as DedicatedList, };
71
71
  export { Blockchains as Blockchains };
72
72
  }
73
73
  //# sourceMappingURL=dedicated.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"dedicated.d.mts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/dedicated.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,cAAc;OACnB,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,SAAU,SAAQ,WAAW;IACxC,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;IAEvF;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,qBAAqB,CAAC;IAIjE;;OAEG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,iBAAiB,CAAC;CAG7E;AAED;;GAEG;AACH,MAAM,WAAW,iBAAiB;IAChC;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,2BAA2B;IAC1C;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,+BAA+B;IAC9C,KAAK,EAAE,KAAK,CAAC,2BAA2B,CAAC,CAAC;CAC3C;AAED,MAAM,WAAW,qBAAqB;IACpC,KAAK,EAAE,KAAK,CAAC,iBAAiB,CAAC,CAAC;CACjC;AAID,MAAM,CAAC,OAAO,WAAW,SAAS,CAAC;IACjC,OAAO,EACL,KAAK,iBAAiB,IAAI,iBAAiB,EAC3C,KAAK,2BAA2B,IAAI,2BAA2B,EAC/D,KAAK,+BAA+B,IAAI,+BAA+B,EACvE,KAAK,qBAAqB,IAAI,qBAAqB,GACpD,CAAC;IAEF,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,CAAC;CACvC"}
1
+ {"version":3,"file":"dedicated.d.mts","sourceRoot":"","sources":["../../../src/resources/rpc-nodes/dedicated/dedicated.ts"],"names":[],"mappings":"OAEO,EAAE,WAAW,EAAE;OACf,KAAK,cAAc;OACnB,EAAE,WAAW,EAAE;OACf,EAAE,UAAU,EAAE;OACd,EAAE,cAAc,EAAE;AAGzB,qBAAa,iBAAkB,SAAQ,WAAW;IAChD,WAAW,EAAE,cAAc,CAAC,WAAW,CAAgD;IAEvF;;OAEG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,aAAa,CAAC;IAIzD;;OAEG;IACH,GAAG,CAAC,MAAM,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,cAAc,GAAG,UAAU,CAAC,SAAS,CAAC;CAGrE;AAED;;GAEG;AACH,MAAM,WAAW,SAAS;IACxB;;OAEG;IACH,EAAE,EAAE,MAAM,CAAC;IAEX;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,QAAQ,EAAE,MAAM,CAAC;IAEjB;;OAEG;IACH,IAAI,EAAE,MAAM,CAAC;IAEb;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;IAEhB;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;CACpB;AAED;;GAEG;AACH,MAAM,WAAW,mBAAmB;IAClC;;OAEG;IACH,UAAU,EAAE,MAAM,CAAC;IAEnB;;OAEG;IACH,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,uBAAuB;IACtC,KAAK,EAAE,KAAK,CAAC,mBAAmB,CAAC,CAAC;CACnC;AAED,MAAM,WAAW,aAAa;IAC5B,KAAK,EAAE,KAAK,CAAC,SAAS,CAAC,CAAC;CACzB;AAID,MAAM,CAAC,OAAO,WAAW,iBAAiB,CAAC;IACzC,OAAO,EACL,KAAK,SAAS,IAAI,SAAS,EAC3B,KAAK,mBAAmB,IAAI,mBAAmB,EAC/C,KAAK,uBAAuB,IAAI,uBAAuB,EACvD,KAAK,aAAa,IAAI,aAAa,GACpC,CAAC;IAEF,OAAO,EAAE,WAAW,IAAI,WAAW,EAAE,CAAC;CACvC"}