@polygonlabs/staker-pool-allocations-client 0.1.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.
Files changed (103) hide show
  1. package/MIGRATION.md +5 -0
  2. package/dist/generated/@tanstack/react-query.gen.d.ts +796 -0
  3. package/dist/generated/@tanstack/react-query.gen.d.ts.map +1 -0
  4. package/dist/generated/@tanstack/react-query.gen.js +283 -0
  5. package/dist/generated/@tanstack/react-query.gen.js.map +1 -0
  6. package/dist/generated/client/client.gen.d.ts +3 -0
  7. package/dist/generated/client/client.gen.d.ts.map +1 -0
  8. package/dist/generated/client/client.gen.js +236 -0
  9. package/dist/generated/client/client.gen.js.map +1 -0
  10. package/dist/generated/client/index.d.ts +9 -0
  11. package/dist/generated/client/index.d.ts.map +1 -0
  12. package/dist/generated/client/index.js +7 -0
  13. package/dist/generated/client/index.js.map +1 -0
  14. package/dist/generated/client/types.gen.d.ts +118 -0
  15. package/dist/generated/client/types.gen.d.ts.map +1 -0
  16. package/dist/generated/client/types.gen.js +3 -0
  17. package/dist/generated/client/types.gen.js.map +1 -0
  18. package/dist/generated/client/utils.gen.d.ts +34 -0
  19. package/dist/generated/client/utils.gen.d.ts.map +1 -0
  20. package/dist/generated/client/utils.gen.js +229 -0
  21. package/dist/generated/client/utils.gen.js.map +1 -0
  22. package/dist/generated/client.gen.d.ts +13 -0
  23. package/dist/generated/client.gen.d.ts.map +1 -0
  24. package/dist/generated/client.gen.js +4 -0
  25. package/dist/generated/client.gen.js.map +1 -0
  26. package/dist/generated/core/auth.gen.d.ts +19 -0
  27. package/dist/generated/core/auth.gen.d.ts.map +1 -0
  28. package/dist/generated/core/auth.gen.js +15 -0
  29. package/dist/generated/core/auth.gen.js.map +1 -0
  30. package/dist/generated/core/bodySerializer.gen.d.ts +26 -0
  31. package/dist/generated/core/bodySerializer.gen.d.ts.map +1 -0
  32. package/dist/generated/core/bodySerializer.gen.js +58 -0
  33. package/dist/generated/core/bodySerializer.gen.js.map +1 -0
  34. package/dist/generated/core/params.gen.d.ts +44 -0
  35. package/dist/generated/core/params.gen.d.ts.map +1 -0
  36. package/dist/generated/core/params.gen.js +101 -0
  37. package/dist/generated/core/params.gen.js.map +1 -0
  38. package/dist/generated/core/pathSerializer.gen.d.ts +34 -0
  39. package/dist/generated/core/pathSerializer.gen.d.ts.map +1 -0
  40. package/dist/generated/core/pathSerializer.gen.js +107 -0
  41. package/dist/generated/core/pathSerializer.gen.js.map +1 -0
  42. package/dist/generated/core/queryKeySerializer.gen.d.ts +19 -0
  43. package/dist/generated/core/queryKeySerializer.gen.d.ts.map +1 -0
  44. package/dist/generated/core/queryKeySerializer.gen.js +93 -0
  45. package/dist/generated/core/queryKeySerializer.gen.js.map +1 -0
  46. package/dist/generated/core/serverSentEvents.gen.d.ts +72 -0
  47. package/dist/generated/core/serverSentEvents.gen.d.ts.map +1 -0
  48. package/dist/generated/core/serverSentEvents.gen.js +134 -0
  49. package/dist/generated/core/serverSentEvents.gen.js.map +1 -0
  50. package/dist/generated/core/types.gen.d.ts +79 -0
  51. package/dist/generated/core/types.gen.d.ts.map +1 -0
  52. package/dist/generated/core/types.gen.js +3 -0
  53. package/dist/generated/core/types.gen.js.map +1 -0
  54. package/dist/generated/core/utils.gen.d.ts +20 -0
  55. package/dist/generated/core/utils.gen.d.ts.map +1 -0
  56. package/dist/generated/core/utils.gen.js +88 -0
  57. package/dist/generated/core/utils.gen.js.map +1 -0
  58. package/dist/generated/index.d.ts +4 -0
  59. package/dist/generated/index.d.ts.map +1 -0
  60. package/dist/generated/index.js +5 -0
  61. package/dist/generated/index.js.map +1 -0
  62. package/dist/generated/registry-validator.gen.d.ts +168 -0
  63. package/dist/generated/registry-validator.gen.d.ts.map +1 -0
  64. package/dist/generated/registry-validator.gen.js +402 -0
  65. package/dist/generated/registry-validator.gen.js.map +1 -0
  66. package/dist/generated/sdk.gen.d.ts +71 -0
  67. package/dist/generated/sdk.gen.d.ts.map +1 -0
  68. package/dist/generated/sdk.gen.js +98 -0
  69. package/dist/generated/sdk.gen.js.map +1 -0
  70. package/dist/generated/types.gen.d.ts +435 -0
  71. package/dist/generated/types.gen.d.ts.map +1 -0
  72. package/dist/generated/types.gen.js +3 -0
  73. package/dist/generated/types.gen.js.map +1 -0
  74. package/dist/index.d.ts +2 -0
  75. package/dist/index.d.ts.map +1 -0
  76. package/dist/index.js +33 -0
  77. package/dist/index.js.map +1 -0
  78. package/dist/react.d.ts +2 -0
  79. package/dist/react.d.ts.map +1 -0
  80. package/dist/react.js +18 -0
  81. package/dist/react.js.map +1 -0
  82. package/dist/tsconfig.lib.tsbuildinfo +1 -0
  83. package/package.json +68 -0
  84. package/src/generated/@tanstack/react-query.gen.ts +322 -0
  85. package/src/generated/client/client.gen.ts +298 -0
  86. package/src/generated/client/index.ts +25 -0
  87. package/src/generated/client/types.gen.ts +214 -0
  88. package/src/generated/client/utils.gen.ts +316 -0
  89. package/src/generated/client.gen.ts +16 -0
  90. package/src/generated/core/auth.gen.ts +41 -0
  91. package/src/generated/core/bodySerializer.gen.ts +82 -0
  92. package/src/generated/core/params.gen.ts +169 -0
  93. package/src/generated/core/pathSerializer.gen.ts +171 -0
  94. package/src/generated/core/queryKeySerializer.gen.ts +117 -0
  95. package/src/generated/core/serverSentEvents.gen.ts +243 -0
  96. package/src/generated/core/types.gen.ts +104 -0
  97. package/src/generated/core/utils.gen.ts +140 -0
  98. package/src/generated/index.ts +5 -0
  99. package/src/generated/registry-validator.gen.ts +607 -0
  100. package/src/generated/sdk.gen.ts +124 -0
  101. package/src/generated/types.gen.ts +503 -0
  102. package/src/index.ts +68 -0
  103. package/src/react.ts +42 -0
@@ -0,0 +1,79 @@
1
+ import type { Auth, AuthToken } from './auth.gen.js';
2
+ import type { BodySerializer, QuerySerializer, QuerySerializerOptions } from './bodySerializer.gen.js';
3
+ export type HttpMethod = 'connect' | 'delete' | 'get' | 'head' | 'options' | 'patch' | 'post' | 'put' | 'trace';
4
+ export type Client<RequestFn = never, Config = unknown, MethodFn = never, BuildUrlFn = never, SseFn = never> = {
5
+ /**
6
+ * Returns the final request URL.
7
+ */
8
+ buildUrl: BuildUrlFn;
9
+ getConfig: () => Config;
10
+ request: RequestFn;
11
+ setConfig: (config: Config) => Config;
12
+ } & {
13
+ [K in HttpMethod]: MethodFn;
14
+ } & ([SseFn] extends [never] ? {
15
+ sse?: never;
16
+ } : {
17
+ sse: {
18
+ [K in HttpMethod]: SseFn;
19
+ };
20
+ });
21
+ export interface Config {
22
+ /**
23
+ * Auth token or a function returning auth token. The resolved value will be
24
+ * added to the request payload as defined by its `security` array.
25
+ */
26
+ auth?: ((auth: Auth) => Promise<AuthToken> | AuthToken) | AuthToken;
27
+ /**
28
+ * A function for serializing request body parameter. By default,
29
+ * {@link JSON.stringify()} will be used.
30
+ */
31
+ bodySerializer?: BodySerializer | null;
32
+ /**
33
+ * An object containing any HTTP headers that you want to pre-populate your
34
+ * `Headers` object with.
35
+ *
36
+ * {@link https://developer.mozilla.org/docs/Web/API/Headers/Headers#init See more}
37
+ */
38
+ headers?: RequestInit['headers'] | Record<string, string | number | boolean | (string | number | boolean)[] | null | undefined | unknown>;
39
+ /**
40
+ * The request method.
41
+ *
42
+ * {@link https://developer.mozilla.org/docs/Web/API/fetch#method See more}
43
+ */
44
+ method?: Uppercase<HttpMethod>;
45
+ /**
46
+ * A function for serializing request query parameters. By default, arrays
47
+ * will be exploded in form style, objects will be exploded in deepObject
48
+ * style, and reserved characters are percent-encoded.
49
+ *
50
+ * This method will have no effect if the native `paramsSerializer()` Axios
51
+ * API function is used.
52
+ *
53
+ * {@link https://swagger.io/docs/specification/serialization/#query View examples}
54
+ */
55
+ querySerializer?: QuerySerializer | QuerySerializerOptions;
56
+ /**
57
+ * A function validating request data. This is useful if you want to ensure
58
+ * the request conforms to the desired shape, so it can be safely sent to
59
+ * the server.
60
+ */
61
+ requestValidator?: (data: unknown) => Promise<unknown>;
62
+ /**
63
+ * A function transforming response data before it's returned. This is useful
64
+ * for post-processing data, e.g., converting ISO strings into Date objects.
65
+ */
66
+ responseTransformer?: (data: unknown) => Promise<unknown>;
67
+ /**
68
+ * A function validating response data. This is useful if you want to ensure
69
+ * the response conforms to the desired shape, so it can be safely passed to
70
+ * the transformers and returned to the user.
71
+ */
72
+ responseValidator?: (data: unknown) => Promise<unknown>;
73
+ }
74
+ type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
75
+ export type OmitNever<T extends Record<string, unknown>> = {
76
+ [K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
77
+ };
78
+ export {};
79
+ //# sourceMappingURL=types.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/types.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,IAAI,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AACrD,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,sBAAsB,EAAE,MAAM,yBAAyB,CAAC;AAEvG,MAAM,MAAM,UAAU,GAClB,SAAS,GACT,QAAQ,GACR,KAAK,GACL,MAAM,GACN,SAAS,GACT,OAAO,GACP,MAAM,GACN,KAAK,GACL,OAAO,CAAC;AAEZ,MAAM,MAAM,MAAM,CAChB,SAAS,GAAG,KAAK,EACjB,MAAM,GAAG,OAAO,EAChB,QAAQ,GAAG,KAAK,EAChB,UAAU,GAAG,KAAK,EAClB,KAAK,GAAG,KAAK,IACX;IACF;;OAEG;IACH,QAAQ,EAAE,UAAU,CAAC;IACrB,SAAS,EAAE,MAAM,MAAM,CAAC;IACxB,OAAO,EAAE,SAAS,CAAC;IACnB,SAAS,EAAE,CAAC,MAAM,EAAE,MAAM,KAAK,MAAM,CAAC;CACvC,GAAG;KACD,CAAC,IAAI,UAAU,GAAG,QAAQ;CAC5B,GAAG,CAAC,CAAC,KAAK,CAAC,SAAS,CAAC,KAAK,CAAC,GAAG;IAAE,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,GAAG;IAAE,GAAG,EAAE;SAAG,CAAC,IAAI,UAAU,GAAG,KAAK;KAAE,CAAA;CAAE,CAAC,CAAC;AAExF,MAAM,WAAW,MAAM;IACrB;;;OAGG;IACH,IAAI,CAAC,EAAE,CAAC,CAAC,IAAI,EAAE,IAAI,KAAK,OAAO,CAAC,SAAS,CAAC,GAAG,SAAS,CAAC,GAAG,SAAS,CAAC;IACpE;;;OAGG;IACH,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC;;;;;OAKG;IACH,OAAO,CAAC,EACJ,WAAW,CAAC,SAAS,CAAC,GACtB,MAAM,CACJ,MAAM,EACN,MAAM,GAAG,MAAM,GAAG,OAAO,GAAG,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,GAAG,IAAI,GAAG,SAAS,GAAG,OAAO,CACvF,CAAC;IACN;;;;OAIG;IACH,MAAM,CAAC,EAAE,SAAS,CAAC,UAAU,CAAC,CAAC;IAC/B;;;;;;;;;OASG;IACH,eAAe,CAAC,EAAE,eAAe,GAAG,sBAAsB,CAAC;IAC3D;;;;OAIG;IACH,gBAAgB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACvD;;;OAGG;IACH,mBAAmB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IAC1D;;;;OAIG;IACH,iBAAiB,CAAC,EAAE,CAAC,IAAI,EAAE,OAAO,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;CACzD;AAED,KAAK,8BAA8B,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,CAAC,GACxD,IAAI,GACJ,CAAC,CAAC,CAAC,SAAS,CAAC,KAAK,GAAG,SAAS,CAAC,GAC7B,CAAC,SAAS,CAAC,SAAS,CAAC,CAAC,CAAC,GACrB,KAAK,GACL,IAAI,GACN,KAAK,CAAC;AAEZ,MAAM,MAAM,SAAS,CAAC,CAAC,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,IAAI;KACxD,CAAC,IAAI,MAAM,CAAC,IAAI,8BAA8B,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,SAAS,IAAI,GAAG,KAAK,GAAG,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACtF,CAAC"}
@@ -0,0 +1,3 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export {};
3
+ //# sourceMappingURL=types.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"types.gen.js","sourceRoot":"","sources":["../../../src/generated/core/types.gen.ts"],"names":[],"mappings":"AAAA,qDAAqD"}
@@ -0,0 +1,20 @@
1
+ import type { BodySerializer, QuerySerializer } from './bodySerializer.gen.js';
2
+ export interface PathSerializer {
3
+ path: Record<string, unknown>;
4
+ url: string;
5
+ }
6
+ export declare const PATH_PARAM_RE: RegExp;
7
+ export declare const defaultPathSerializer: ({ path, url: _url }: PathSerializer) => string;
8
+ export declare const getUrl: ({ baseUrl, path, query, querySerializer, url: _url, }: {
9
+ baseUrl?: string;
10
+ path?: Record<string, unknown>;
11
+ query?: Record<string, unknown>;
12
+ querySerializer: QuerySerializer;
13
+ url: string;
14
+ }) => string;
15
+ export declare function getValidRequestBody(options: {
16
+ body?: unknown;
17
+ bodySerializer?: BodySerializer | null;
18
+ serializedBody?: unknown;
19
+ }): unknown;
20
+ //# sourceMappingURL=utils.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/utils.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,eAAe,EAAE,MAAM,yBAAyB,CAAC;AAQ/E,MAAM,WAAW,cAAc;IAC7B,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,GAAG,EAAE,MAAM,CAAC;CACb;AAED,eAAO,MAAM,aAAa,QAAgB,CAAC;AAE3C,eAAO,MAAM,qBAAqB,GAAI,qBAAqB,cAAc,WAiExE,CAAC;AAEF,eAAO,MAAM,MAAM,GAAI,uDAMpB;IACD,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,IAAI,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC/B,KAAK,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAChC,eAAe,EAAE,eAAe,CAAC;IACjC,GAAG,EAAE,MAAM,CAAC;CACb,WAcA,CAAC;AAEF,wBAAgB,mBAAmB,CAAC,OAAO,EAAE;IAC3C,IAAI,CAAC,EAAE,OAAO,CAAC;IACf,cAAc,CAAC,EAAE,cAAc,GAAG,IAAI,CAAC;IACvC,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,WAuBA"}
@@ -0,0 +1,88 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ import { serializeArrayParam, serializeObjectParam, serializePrimitiveParam, } from './pathSerializer.gen.js';
3
+ export const PATH_PARAM_RE = /\{[^{}]+\}/g;
4
+ export const defaultPathSerializer = ({ path, url: _url }) => {
5
+ let url = _url;
6
+ const matches = _url.match(PATH_PARAM_RE);
7
+ if (matches) {
8
+ for (const match of matches) {
9
+ let explode = false;
10
+ let name = match.substring(1, match.length - 1);
11
+ let style = 'simple';
12
+ if (name.endsWith('*')) {
13
+ explode = true;
14
+ name = name.substring(0, name.length - 1);
15
+ }
16
+ if (name.startsWith('.')) {
17
+ name = name.substring(1);
18
+ style = 'label';
19
+ }
20
+ else if (name.startsWith(';')) {
21
+ name = name.substring(1);
22
+ style = 'matrix';
23
+ }
24
+ const value = path[name];
25
+ if (value === undefined || value === null) {
26
+ continue;
27
+ }
28
+ if (Array.isArray(value)) {
29
+ url = url.replace(match, serializeArrayParam({ explode, name, style, value }));
30
+ continue;
31
+ }
32
+ if (typeof value === 'object') {
33
+ url = url.replace(match, serializeObjectParam({
34
+ explode,
35
+ name,
36
+ style,
37
+ value: value,
38
+ valueOnly: true,
39
+ }));
40
+ continue;
41
+ }
42
+ if (style === 'matrix') {
43
+ url = url.replace(match, `;${serializePrimitiveParam({
44
+ name,
45
+ value: value,
46
+ })}`);
47
+ continue;
48
+ }
49
+ const replaceValue = encodeURIComponent(style === 'label' ? `.${value}` : value);
50
+ url = url.replace(match, replaceValue);
51
+ }
52
+ }
53
+ return url;
54
+ };
55
+ export const getUrl = ({ baseUrl, path, query, querySerializer, url: _url, }) => {
56
+ const pathUrl = _url.startsWith('/') ? _url : `/${_url}`;
57
+ let url = (baseUrl ?? '') + pathUrl;
58
+ if (path) {
59
+ url = defaultPathSerializer({ path, url });
60
+ }
61
+ let search = query ? querySerializer(query) : '';
62
+ if (search.startsWith('?')) {
63
+ search = search.substring(1);
64
+ }
65
+ if (search) {
66
+ url += `?${search}`;
67
+ }
68
+ return url;
69
+ };
70
+ export function getValidRequestBody(options) {
71
+ const hasBody = options.body !== undefined;
72
+ const isSerializedBody = hasBody && options.bodySerializer;
73
+ if (isSerializedBody) {
74
+ if ('serializedBody' in options) {
75
+ const hasSerializedBody = options.serializedBody !== undefined && options.serializedBody !== '';
76
+ return hasSerializedBody ? options.serializedBody : null;
77
+ }
78
+ // not all clients implement a serializedBody property (i.e., client-axios)
79
+ return options.body !== '' ? options.body : null;
80
+ }
81
+ // plain/text body
82
+ if (hasBody) {
83
+ return options.body;
84
+ }
85
+ // no body was provided
86
+ return undefined;
87
+ }
88
+ //# sourceMappingURL=utils.gen.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"utils.gen.js","sourceRoot":"","sources":["../../../src/generated/core/utils.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,4 @@
1
+ export { getAddressAllocationHistoryOptions, getAddressAllocationHistoryQueryKey, getAllocationOptions, getAllocationQueryKey, getDistributionOptions, getDistributionQueryKey, getHealthCheckOptions, getHealthCheckQueryKey, getProofOptions, getProofQueryKey, getReadinessOptions, getReadinessQueryKey, getUnclaimedProofsOptions, getUnclaimedProofsQueryKey, listAllocationsInfiniteOptions, listAllocationsInfiniteQueryKey, listAllocationsOptions, listAllocationsQueryKey, listDistributionsInfiniteOptions, listDistributionsInfiniteQueryKey, listDistributionsOptions, listDistributionsQueryKey, listExcludedAllocationsOptions, listExcludedAllocationsQueryKey } from './@tanstack/react-query.gen.js';
2
+ export { client, type CreateClientConfig } from './client.gen.js';
3
+ export { getAddressAllocationHistory, type GetAddressAllocationHistoryError, type GetAddressAllocationHistoryErrors, getAddressAllocationHistoryErrorTransformer, type GetAddressAllocationHistoryResponse, type GetAddressAllocationHistoryResponses, getAddressAllocationHistoryTransformer, getAllocation, type GetAllocationError, type GetAllocationErrors, getAllocationErrorTransformer, type GetAllocationResponse, type GetAllocationResponses, getAllocationTransformer, getDistribution, type GetDistributionError, type GetDistributionErrors, getDistributionErrorTransformer, type GetDistributionResponse, type GetDistributionResponses, getDistributionTransformer, getHealthCheck, type GetHealthCheckError, type GetHealthCheckErrors, getHealthCheckErrorTransformer, type GetHealthCheckResponse, type GetHealthCheckResponses, getHealthCheckTransformer, getProof, type GetProofError, type GetProofErrors, getProofErrorTransformer, type GetProofResponse, type GetProofResponses, getProofTransformer, getReadiness, type GetReadinessError, type GetReadinessErrors, getReadinessErrorTransformer, type GetReadinessResponse, type GetReadinessResponses, getReadinessTransformer, getUnclaimedProofs, type GetUnclaimedProofsError, type GetUnclaimedProofsErrors, getUnclaimedProofsErrorTransformer, type GetUnclaimedProofsResponse, type GetUnclaimedProofsResponses, getUnclaimedProofsTransformer, isResponseValidationError, isTransportError, isWrapperError, listAllocations, type ListAllocationsError, type ListAllocationsErrors, listAllocationsErrorTransformer, type ListAllocationsResponse, type ListAllocationsResponses, listAllocationsTransformer, listDistributions, type ListDistributionsError, type ListDistributionsErrors, listDistributionsErrorTransformer, type ListDistributionsResponse, type ListDistributionsResponses, listDistributionsTransformer, listExcludedAllocations, type ListExcludedAllocationsError, type ListExcludedAllocationsErrors, listExcludedAllocationsErrorTransformer, type ListExcludedAllocationsResponse, type ListExcludedAllocationsResponses, listExcludedAllocationsTransformer, ResponseValidationError, TransportError, type WrapErrors } from './registry-validator.gen.js';
4
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,eAAe,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACxrB,OAAO,EAAE,MAAM,EAAE,KAAK,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,2BAA2B,EAAE,KAAK,gCAAgC,EAAE,KAAK,iCAAiC,EAAE,2CAA2C,EAAE,KAAK,mCAAmC,EAAE,KAAK,oCAAoC,EAAE,sCAAsC,EAAE,aAAa,EAAE,KAAK,kBAAkB,EAAE,KAAK,mBAAmB,EAAE,6BAA6B,EAAE,KAAK,qBAAqB,EAAE,KAAK,sBAAsB,EAAE,wBAAwB,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,KAAK,qBAAqB,EAAE,+BAA+B,EAAE,KAAK,uBAAuB,EAAE,KAAK,wBAAwB,EAAE,0BAA0B,EAAE,cAAc,EAAE,KAAK,mBAAmB,EAAE,KAAK,oBAAoB,EAAE,8BAA8B,EAAE,KAAK,sBAAsB,EAAE,KAAK,uBAAuB,EAAE,yBAAyB,EAAE,QAAQ,EAAE,KAAK,aAAa,EAAE,KAAK,cAAc,EAAE,wBAAwB,EAAE,KAAK,gBAAgB,EAAE,KAAK,iBAAiB,EAAE,mBAAmB,EAAE,YAAY,EAAE,KAAK,iBAAiB,EAAE,KAAK,kBAAkB,EAAE,4BAA4B,EAAE,KAAK,oBAAoB,EAAE,KAAK,qBAAqB,EAAE,uBAAuB,EAAE,kBAAkB,EAAE,KAAK,uBAAuB,EAAE,KAAK,wBAAwB,EAAE,kCAAkC,EAAE,KAAK,0BAA0B,EAAE,KAAK,2BAA2B,EAAE,6BAA6B,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAE,KAAK,oBAAoB,EAAE,KAAK,qBAAqB,EAAE,+BAA+B,EAAE,KAAK,uBAAuB,EAAE,KAAK,wBAAwB,EAAE,0BAA0B,EAAE,iBAAiB,EAAE,KAAK,sBAAsB,EAAE,KAAK,uBAAuB,EAAE,iCAAiC,EAAE,KAAK,yBAAyB,EAAE,KAAK,0BAA0B,EAAE,4BAA4B,EAAE,uBAAuB,EAAE,KAAK,4BAA4B,EAAE,KAAK,6BAA6B,EAAE,uCAAuC,EAAE,KAAK,+BAA+B,EAAE,KAAK,gCAAgC,EAAE,kCAAkC,EAAE,uBAAuB,EAAE,cAAc,EAAE,KAAK,UAAU,EAAE,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,5 @@
1
+ // This file is auto-generated by @hey-api/openapi-ts
2
+ export { getAddressAllocationHistoryOptions, getAddressAllocationHistoryQueryKey, getAllocationOptions, getAllocationQueryKey, getDistributionOptions, getDistributionQueryKey, getHealthCheckOptions, getHealthCheckQueryKey, getProofOptions, getProofQueryKey, getReadinessOptions, getReadinessQueryKey, getUnclaimedProofsOptions, getUnclaimedProofsQueryKey, listAllocationsInfiniteOptions, listAllocationsInfiniteQueryKey, listAllocationsOptions, listAllocationsQueryKey, listDistributionsInfiniteOptions, listDistributionsInfiniteQueryKey, listDistributionsOptions, listDistributionsQueryKey, listExcludedAllocationsOptions, listExcludedAllocationsQueryKey } from './@tanstack/react-query.gen.js';
3
+ export { client } from './client.gen.js';
4
+ export { getAddressAllocationHistory, getAddressAllocationHistoryErrorTransformer, getAddressAllocationHistoryTransformer, getAllocation, getAllocationErrorTransformer, getAllocationTransformer, getDistribution, getDistributionErrorTransformer, getDistributionTransformer, getHealthCheck, getHealthCheckErrorTransformer, getHealthCheckTransformer, getProof, getProofErrorTransformer, getProofTransformer, getReadiness, getReadinessErrorTransformer, getReadinessTransformer, getUnclaimedProofs, getUnclaimedProofsErrorTransformer, getUnclaimedProofsTransformer, isResponseValidationError, isTransportError, isWrapperError, listAllocations, listAllocationsErrorTransformer, listAllocationsTransformer, listDistributions, listDistributionsErrorTransformer, listDistributionsTransformer, listExcludedAllocations, listExcludedAllocationsErrorTransformer, listExcludedAllocationsTransformer, ResponseValidationError, TransportError } from './registry-validator.gen.js';
5
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"AAAA,qDAAqD;AAErD,OAAO,EAAE,kCAAkC,EAAE,mCAAmC,EAAE,oBAAoB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,qBAAqB,EAAE,sBAAsB,EAAE,eAAe,EAAE,gBAAgB,EAAE,mBAAmB,EAAE,oBAAoB,EAAE,yBAAyB,EAAE,0BAA0B,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,sBAAsB,EAAE,uBAAuB,EAAE,gCAAgC,EAAE,iCAAiC,EAAE,wBAAwB,EAAE,yBAAyB,EAAE,8BAA8B,EAAE,+BAA+B,EAAE,MAAM,gCAAgC,CAAC;AACxrB,OAAO,EAAE,MAAM,EAA2B,MAAM,iBAAiB,CAAC;AAClE,OAAO,EAAE,2BAA2B,EAAiF,2CAA2C,EAAuF,sCAAsC,EAAE,aAAa,EAAqD,6BAA6B,EAA2D,wBAAwB,EAAE,eAAe,EAAyD,+BAA+B,EAA+D,0BAA0B,EAAE,cAAc,EAAuD,8BAA8B,EAA6D,yBAAyB,EAAE,QAAQ,EAA2C,wBAAwB,EAAiD,mBAAmB,EAAE,YAAY,EAAmD,4BAA4B,EAAyD,uBAAuB,EAAE,kBAAkB,EAA+D,kCAAkC,EAAqE,6BAA6B,EAAE,yBAAyB,EAAE,gBAAgB,EAAE,cAAc,EAAE,eAAe,EAAyD,+BAA+B,EAA+D,0BAA0B,EAAE,iBAAiB,EAA6D,iCAAiC,EAAmE,4BAA4B,EAAE,uBAAuB,EAAyE,uCAAuC,EAA+E,kCAAkC,EAAE,uBAAuB,EAAE,cAAc,EAAmB,MAAM,6BAA6B,CAAC"}
@@ -0,0 +1,168 @@
1
+ import { AllocationHistoryResponse, AllocationListResponse, AllocationRow, DistributionDetail, DistributionListResponse, ErrorResponse, ExcludedAllocationsResponse, OperationalStatus, ProofResponse, UnclaimedProofsResponse, ValidationErrorResponse } from '@polygonlabs/staker-pool-allocations-schemas/codegen';
2
+ import { z, type ZodError } from 'zod';
3
+ import { type Options } from './sdk.gen.js';
4
+ import type { GetAddressAllocationHistoryData, GetAllocationData, GetDistributionData, GetHealthCheckData, GetProofData, GetReadinessData, GetUnclaimedProofsData, ListAllocationsData, ListDistributionsData, ListExcludedAllocationsData } from './types.gen.js';
5
+ export type GetHealthCheckResponses = {
6
+ 200: z.output<typeof OperationalStatus>;
7
+ };
8
+ export type GetHealthCheckResponse = GetHealthCheckResponses[keyof GetHealthCheckResponses];
9
+ export type GetHealthCheckErrors = {
10
+ 500: z.output<typeof ErrorResponse>;
11
+ };
12
+ export type GetHealthCheckError = GetHealthCheckErrors[keyof GetHealthCheckErrors];
13
+ export declare const getHealthCheckTransformer: (data: unknown) => Promise<z.output<typeof OperationalStatus>>;
14
+ export declare const getHealthCheckErrorTransformer: (data: unknown) => Promise<z.output<typeof ErrorResponse>>;
15
+ /**
16
+ * @internal — emitted by `@polygonlabs/zod-to-openapi-heyapi`. Do not
17
+ * instantiate from consumer code; the wrapper constructs these in
18
+ * response to fetch transport rejections (DNS / abort / `ECONNRESET`).
19
+ * Narrow via the emitted `isTransportError` type-predicate guard.
20
+ */
21
+ export declare class TransportError extends Error {
22
+ readonly cause: Error;
23
+ constructor(cause: Error);
24
+ }
25
+ /**
26
+ * @internal — emitted by `@polygonlabs/zod-to-openapi-heyapi`. Do not
27
+ * instantiate from consumer code; the wrapper constructs these when
28
+ * `parseAsync` rejects an HTTP error body that did not match any
29
+ * registered error schema. `cause` carries the `ZodError` issues;
30
+ * `body` is the original wire body for debugging schema drift.
31
+ * Narrow via the emitted `isResponseValidationError` type-predicate guard.
32
+ */
33
+ export declare class ResponseValidationError extends Error {
34
+ readonly cause: ZodError;
35
+ readonly body: unknown;
36
+ constructor(cause: ZodError, body: unknown);
37
+ }
38
+ export declare const isTransportError: (value: unknown) => value is TransportError;
39
+ export declare const isResponseValidationError: (value: unknown) => value is ResponseValidationError;
40
+ export declare const isWrapperError: (value: unknown) => value is TransportError | ResponseValidationError;
41
+ export type WrapErrors<TData, TError, ThrowOnError extends boolean, TResponseStyle extends "fields" | "data" = 'fields'> = Promise<ThrowOnError extends true ? TResponseStyle extends "data" ? TData extends Record<string, unknown> ? TData[keyof TData] : TData : {
42
+ data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
43
+ request: Request;
44
+ response: Response;
45
+ } : TResponseStyle extends "data" ? (TData extends Record<string, unknown> ? TData[keyof TData] : TData) | undefined : ({
46
+ data: TData extends Record<string, unknown> ? TData[keyof TData] : TData;
47
+ error: undefined;
48
+ } | {
49
+ data: undefined;
50
+ error: (TError extends Record<string, unknown> ? TError[keyof TError] : TError) | TransportError | ResponseValidationError;
51
+ }) & {
52
+ request: Request;
53
+ response: Response;
54
+ }>;
55
+ export declare const getHealthCheck: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options?: Options<GetHealthCheckData, ThrowOnError>) => WrapErrors<GetHealthCheckResponses, GetHealthCheckErrors, ThrowOnError, TResponseStyle>;
56
+ export type GetReadinessResponses = {
57
+ 200: z.output<typeof OperationalStatus>;
58
+ };
59
+ export type GetReadinessResponse = GetReadinessResponses[keyof GetReadinessResponses];
60
+ export type GetReadinessErrors = {
61
+ 500: z.output<typeof ErrorResponse>;
62
+ };
63
+ export type GetReadinessError = GetReadinessErrors[keyof GetReadinessErrors];
64
+ export declare const getReadinessTransformer: (data: unknown) => Promise<z.output<typeof OperationalStatus>>;
65
+ export declare const getReadinessErrorTransformer: (data: unknown) => Promise<z.output<typeof ErrorResponse>>;
66
+ export declare const getReadiness: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options?: Options<GetReadinessData, ThrowOnError>) => WrapErrors<GetReadinessResponses, GetReadinessErrors, ThrowOnError, TResponseStyle>;
67
+ export type ListDistributionsResponses = {
68
+ 200: z.output<typeof DistributionListResponse>;
69
+ };
70
+ export type ListDistributionsResponse = ListDistributionsResponses[keyof ListDistributionsResponses];
71
+ export type ListDistributionsErrors = {
72
+ 400: z.output<typeof ErrorResponse>;
73
+ 500: z.output<typeof ErrorResponse>;
74
+ };
75
+ export type ListDistributionsError = ListDistributionsErrors[keyof ListDistributionsErrors];
76
+ export declare const listDistributionsTransformer: (data: unknown) => Promise<z.output<typeof DistributionListResponse>>;
77
+ export declare const listDistributionsErrorTransformer: (data: unknown) => Promise<z.output<typeof ErrorResponse>>;
78
+ export declare const listDistributions: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<ListDistributionsData, ThrowOnError>) => WrapErrors<ListDistributionsResponses, ListDistributionsErrors, ThrowOnError, TResponseStyle>;
79
+ export type GetDistributionResponses = {
80
+ 200: z.output<typeof DistributionDetail>;
81
+ };
82
+ export type GetDistributionResponse = GetDistributionResponses[keyof GetDistributionResponses];
83
+ export type GetDistributionErrors = {
84
+ 400: z.output<typeof ValidationErrorResponse>;
85
+ 404: z.output<typeof ErrorResponse>;
86
+ 500: z.output<typeof ErrorResponse>;
87
+ };
88
+ export type GetDistributionError = GetDistributionErrors[keyof GetDistributionErrors];
89
+ export declare const getDistributionTransformer: (data: unknown) => Promise<z.output<typeof DistributionDetail>>;
90
+ export declare const getDistributionErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
91
+ export declare const getDistribution: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<GetDistributionData, ThrowOnError>) => WrapErrors<GetDistributionResponses, GetDistributionErrors, ThrowOnError, TResponseStyle>;
92
+ export type ListAllocationsResponses = {
93
+ 200: z.output<typeof AllocationListResponse>;
94
+ };
95
+ export type ListAllocationsResponse = ListAllocationsResponses[keyof ListAllocationsResponses];
96
+ export type ListAllocationsErrors = {
97
+ 400: z.output<typeof ErrorResponse>;
98
+ 404: z.output<typeof ErrorResponse>;
99
+ 500: z.output<typeof ErrorResponse>;
100
+ };
101
+ export type ListAllocationsError = ListAllocationsErrors[keyof ListAllocationsErrors];
102
+ export declare const listAllocationsTransformer: (data: unknown) => Promise<z.output<typeof AllocationListResponse>>;
103
+ export declare const listAllocationsErrorTransformer: (data: unknown) => Promise<z.output<typeof ErrorResponse>>;
104
+ export declare const listAllocations: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<ListAllocationsData, ThrowOnError>) => WrapErrors<ListAllocationsResponses, ListAllocationsErrors, ThrowOnError, TResponseStyle>;
105
+ export type ListExcludedAllocationsResponses = {
106
+ 200: z.output<typeof ExcludedAllocationsResponse>;
107
+ };
108
+ export type ListExcludedAllocationsResponse = ListExcludedAllocationsResponses[keyof ListExcludedAllocationsResponses];
109
+ export type ListExcludedAllocationsErrors = {
110
+ 400: z.output<typeof ValidationErrorResponse>;
111
+ 404: z.output<typeof ErrorResponse>;
112
+ 500: z.output<typeof ErrorResponse>;
113
+ };
114
+ export type ListExcludedAllocationsError = ListExcludedAllocationsErrors[keyof ListExcludedAllocationsErrors];
115
+ export declare const listExcludedAllocationsTransformer: (data: unknown) => Promise<z.output<typeof ExcludedAllocationsResponse>>;
116
+ export declare const listExcludedAllocationsErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
117
+ export declare const listExcludedAllocations: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<ListExcludedAllocationsData, ThrowOnError>) => WrapErrors<ListExcludedAllocationsResponses, ListExcludedAllocationsErrors, ThrowOnError, TResponseStyle>;
118
+ export type GetAllocationResponses = {
119
+ 200: z.output<typeof AllocationRow>;
120
+ };
121
+ export type GetAllocationResponse = GetAllocationResponses[keyof GetAllocationResponses];
122
+ export type GetAllocationErrors = {
123
+ 400: z.output<typeof ValidationErrorResponse>;
124
+ 404: z.output<typeof ErrorResponse>;
125
+ 500: z.output<typeof ErrorResponse>;
126
+ };
127
+ export type GetAllocationError = GetAllocationErrors[keyof GetAllocationErrors];
128
+ export declare const getAllocationTransformer: (data: unknown) => Promise<z.output<typeof AllocationRow>>;
129
+ export declare const getAllocationErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
130
+ export declare const getAllocation: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<GetAllocationData, ThrowOnError>) => WrapErrors<GetAllocationResponses, GetAllocationErrors, ThrowOnError, TResponseStyle>;
131
+ export type GetAddressAllocationHistoryResponses = {
132
+ 200: z.output<typeof AllocationHistoryResponse>;
133
+ };
134
+ export type GetAddressAllocationHistoryResponse = GetAddressAllocationHistoryResponses[keyof GetAddressAllocationHistoryResponses];
135
+ export type GetAddressAllocationHistoryErrors = {
136
+ 400: z.output<typeof ValidationErrorResponse>;
137
+ 500: z.output<typeof ErrorResponse>;
138
+ };
139
+ export type GetAddressAllocationHistoryError = GetAddressAllocationHistoryErrors[keyof GetAddressAllocationHistoryErrors];
140
+ export declare const getAddressAllocationHistoryTransformer: (data: unknown) => Promise<z.output<typeof AllocationHistoryResponse>>;
141
+ export declare const getAddressAllocationHistoryErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
142
+ export declare const getAddressAllocationHistory: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<GetAddressAllocationHistoryData, ThrowOnError>) => WrapErrors<GetAddressAllocationHistoryResponses, GetAddressAllocationHistoryErrors, ThrowOnError, TResponseStyle>;
143
+ export type GetUnclaimedProofsResponses = {
144
+ 200: z.output<typeof UnclaimedProofsResponse>;
145
+ };
146
+ export type GetUnclaimedProofsResponse = GetUnclaimedProofsResponses[keyof GetUnclaimedProofsResponses];
147
+ export type GetUnclaimedProofsErrors = {
148
+ 400: z.output<typeof ValidationErrorResponse>;
149
+ 500: z.output<typeof ErrorResponse>;
150
+ };
151
+ export type GetUnclaimedProofsError = GetUnclaimedProofsErrors[keyof GetUnclaimedProofsErrors];
152
+ export declare const getUnclaimedProofsTransformer: (data: unknown) => Promise<z.output<typeof UnclaimedProofsResponse>>;
153
+ export declare const getUnclaimedProofsErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
154
+ export declare const getUnclaimedProofs: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<GetUnclaimedProofsData, ThrowOnError>) => WrapErrors<GetUnclaimedProofsResponses, GetUnclaimedProofsErrors, ThrowOnError, TResponseStyle>;
155
+ export type GetProofResponses = {
156
+ 200: z.output<typeof ProofResponse>;
157
+ };
158
+ export type GetProofResponse = GetProofResponses[keyof GetProofResponses];
159
+ export type GetProofErrors = {
160
+ 400: z.output<typeof ValidationErrorResponse>;
161
+ 404: z.output<typeof ErrorResponse>;
162
+ 500: z.output<typeof ErrorResponse>;
163
+ };
164
+ export type GetProofError = GetProofErrors[keyof GetProofErrors];
165
+ export declare const getProofTransformer: (data: unknown) => Promise<z.output<typeof ProofResponse>>;
166
+ export declare const getProofErrorTransformer: (data: unknown) => Promise<z.output<typeof ValidationErrorResponse> | z.output<typeof ErrorResponse>>;
167
+ export declare const getProof: <ThrowOnError extends boolean = false, TResponseStyle extends "fields" | "data" = "fields">(options: Options<GetProofData, ThrowOnError>) => WrapErrors<GetProofResponses, GetProofErrors, ThrowOnError, TResponseStyle>;
168
+ //# sourceMappingURL=registry-validator.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registry-validator.gen.d.ts","sourceRoot":"","sources":["../../src/generated/registry-validator.gen.ts"],"names":[],"mappings":"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"}