@api7/portal-sdk 0.0.1

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 (55) hide show
  1. package/LICENSE +201 -0
  2. package/README.md +53 -0
  3. package/dist/api_product.d.ts +26 -0
  4. package/dist/api_product.d.ts.map +1 -0
  5. package/dist/application.d.ts +55 -0
  6. package/dist/application.d.ts.map +1 -0
  7. package/dist/credential.d.ts +18 -0
  8. package/dist/credential.d.ts.map +1 -0
  9. package/dist/developer.d.ts +27 -0
  10. package/dist/developer.d.ts.map +1 -0
  11. package/dist/generated/client/client.gen.d.ts +3 -0
  12. package/dist/generated/client/client.gen.d.ts.map +1 -0
  13. package/dist/generated/client/index.d.ts +9 -0
  14. package/dist/generated/client/index.d.ts.map +1 -0
  15. package/dist/generated/client/types.gen.d.ts +89 -0
  16. package/dist/generated/client/types.gen.d.ts.map +1 -0
  17. package/dist/generated/client/utils.gen.d.ts +15 -0
  18. package/dist/generated/client/utils.gen.d.ts.map +1 -0
  19. package/dist/generated/client.gen.d.ts +13 -0
  20. package/dist/generated/client.gen.d.ts.map +1 -0
  21. package/dist/generated/core/auth.gen.d.ts +19 -0
  22. package/dist/generated/core/auth.gen.d.ts.map +1 -0
  23. package/dist/generated/core/bodySerializer.gen.d.ts +26 -0
  24. package/dist/generated/core/bodySerializer.gen.d.ts.map +1 -0
  25. package/dist/generated/core/params.gen.d.ts +44 -0
  26. package/dist/generated/core/params.gen.d.ts.map +1 -0
  27. package/dist/generated/core/pathSerializer.gen.d.ts +34 -0
  28. package/dist/generated/core/pathSerializer.gen.d.ts.map +1 -0
  29. package/dist/generated/core/queryKeySerializer.gen.d.ts +19 -0
  30. package/dist/generated/core/queryKeySerializer.gen.d.ts.map +1 -0
  31. package/dist/generated/core/serverSentEvents.gen.d.ts +72 -0
  32. package/dist/generated/core/serverSentEvents.gen.d.ts.map +1 -0
  33. package/dist/generated/core/types.gen.d.ts +79 -0
  34. package/dist/generated/core/types.gen.d.ts.map +1 -0
  35. package/dist/generated/core/utils.gen.d.ts +20 -0
  36. package/dist/generated/core/utils.gen.d.ts.map +1 -0
  37. package/dist/generated/index.d.ts +3 -0
  38. package/dist/generated/index.d.ts.map +1 -0
  39. package/dist/generated/sdk.gen.d.ts +124 -0
  40. package/dist/generated/sdk.gen.d.ts.map +1 -0
  41. package/dist/generated/transformers.gen.d.ts +16 -0
  42. package/dist/generated/transformers.gen.d.ts.map +1 -0
  43. package/dist/generated/types.gen.d.ts +2095 -0
  44. package/dist/generated/types.gen.d.ts.map +1 -0
  45. package/dist/index.cjs +7 -0
  46. package/dist/index.d.ts +19 -0
  47. package/dist/index.d.ts.map +1 -0
  48. package/dist/index.js +1025 -0
  49. package/dist/miscellaneous.d.ts +34 -0
  50. package/dist/miscellaneous.d.ts.map +1 -0
  51. package/dist/subscription.d.ts +27 -0
  52. package/dist/subscription.d.ts.map +1 -0
  53. package/dist/utils.d.ts +35 -0
  54. package/dist/utils.d.ts.map +1 -0
  55. package/package.json +43 -0
@@ -0,0 +1,44 @@
1
+ type Slot = 'body' | 'headers' | 'path' | 'query';
2
+ export type Field = {
3
+ in: Exclude<Slot, 'body'>;
4
+ /**
5
+ * Field name. This is the name we want the user to see and use.
6
+ */
7
+ key: string;
8
+ /**
9
+ * Field mapped name. This is the name we want to use in the request.
10
+ * If omitted, we use the same value as `key`.
11
+ */
12
+ map?: string;
13
+ } | {
14
+ in: Extract<Slot, 'body'>;
15
+ /**
16
+ * Key isn't required for bodies.
17
+ */
18
+ key?: string;
19
+ map?: string;
20
+ } | {
21
+ /**
22
+ * Field name. This is the name we want the user to see and use.
23
+ */
24
+ key: string;
25
+ /**
26
+ * Field mapped name. This is the name we want to use in the request.
27
+ * If `in` is omitted, `map` aliases `key` to the transport layer.
28
+ */
29
+ map: Slot;
30
+ };
31
+ export interface Fields {
32
+ allowExtra?: Partial<Record<Slot, boolean>>;
33
+ args?: ReadonlyArray<Field>;
34
+ }
35
+ export type FieldsConfig = ReadonlyArray<Field | Fields>;
36
+ interface Params {
37
+ body: unknown;
38
+ headers: Record<string, unknown>;
39
+ path: Record<string, unknown>;
40
+ query: Record<string, unknown>;
41
+ }
42
+ export declare const buildClientParams: (args: ReadonlyArray<unknown>, fields: FieldsConfig) => Params;
43
+ export {};
44
+ //# sourceMappingURL=params.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"params.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/params.gen.ts"],"names":[],"mappings":"AAEA,KAAK,IAAI,GAAG,MAAM,GAAG,SAAS,GAAG,MAAM,GAAG,OAAO,CAAC;AAElD,MAAM,MAAM,KAAK,GACb;IACE,EAAE,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IAC1B;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,GACD;IACE,EAAE,EAAE,OAAO,CAAC,IAAI,EAAE,MAAM,CAAC,CAAC;IAC1B;;OAEG;IACH,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,GAAG,CAAC,EAAE,MAAM,CAAC;CACd,GACD;IACE;;OAEG;IACH,GAAG,EAAE,MAAM,CAAC;IACZ;;;OAGG;IACH,GAAG,EAAE,IAAI,CAAC;CACX,CAAC;AAEN,MAAM,WAAW,MAAM;IACrB,UAAU,CAAC,EAAE,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAC;IAC5C,IAAI,CAAC,EAAE,aAAa,CAAC,KAAK,CAAC,CAAC;CAC7B;AAED,MAAM,MAAM,YAAY,GAAG,aAAa,CAAC,KAAK,GAAG,MAAM,CAAC,CAAC;AA+CzD,UAAU,MAAM;IACd,IAAI,EAAE,OAAO,CAAC;IACd,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;CAChC;AAUD,eAAO,MAAM,iBAAiB,GAC5B,MAAM,aAAa,CAAC,OAAO,CAAC,EAC5B,QAAQ,YAAY,WAqErB,CAAC"}
@@ -0,0 +1,34 @@
1
+ interface SerializeOptions<T> extends SerializePrimitiveOptions, SerializerOptions<T> {
2
+ }
3
+ interface SerializePrimitiveOptions {
4
+ allowReserved?: boolean;
5
+ name: string;
6
+ }
7
+ export interface SerializerOptions<T> {
8
+ /**
9
+ * @default true
10
+ */
11
+ explode: boolean;
12
+ style: T;
13
+ }
14
+ export type ArrayStyle = 'form' | 'spaceDelimited' | 'pipeDelimited';
15
+ export type ArraySeparatorStyle = ArrayStyle | MatrixStyle;
16
+ type MatrixStyle = 'label' | 'matrix' | 'simple';
17
+ export type ObjectStyle = 'form' | 'deepObject';
18
+ type ObjectSeparatorStyle = ObjectStyle | MatrixStyle;
19
+ interface SerializePrimitiveParam extends SerializePrimitiveOptions {
20
+ value: string;
21
+ }
22
+ export declare const separatorArrayExplode: (style: ArraySeparatorStyle) => "." | ";" | "," | "&";
23
+ export declare const separatorArrayNoExplode: (style: ArraySeparatorStyle) => "," | "|" | "%20";
24
+ export declare const separatorObjectExplode: (style: ObjectSeparatorStyle) => "." | ";" | "," | "&";
25
+ export declare const serializeArrayParam: ({ allowReserved, explode, name, style, value, }: SerializeOptions<ArraySeparatorStyle> & {
26
+ value: unknown[];
27
+ }) => string;
28
+ export declare const serializePrimitiveParam: ({ allowReserved, name, value, }: SerializePrimitiveParam) => string;
29
+ export declare const serializeObjectParam: ({ allowReserved, explode, name, style, value, valueOnly, }: SerializeOptions<ObjectSeparatorStyle> & {
30
+ value: Record<string, unknown> | Date;
31
+ valueOnly?: boolean;
32
+ }) => string;
33
+ export {};
34
+ //# sourceMappingURL=pathSerializer.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"pathSerializer.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/pathSerializer.gen.ts"],"names":[],"mappings":"AAEA,UAAU,gBAAgB,CAAC,CAAC,CAC1B,SAAQ,yBAAyB,EAC/B,iBAAiB,CAAC,CAAC,CAAC;CAAG;AAE3B,UAAU,yBAAyB;IACjC,aAAa,CAAC,EAAE,OAAO,CAAC;IACxB,IAAI,EAAE,MAAM,CAAC;CACd;AAED,MAAM,WAAW,iBAAiB,CAAC,CAAC;IAClC;;OAEG;IACH,OAAO,EAAE,OAAO,CAAC;IACjB,KAAK,EAAE,CAAC,CAAC;CACV;AAED,MAAM,MAAM,UAAU,GAAG,MAAM,GAAG,gBAAgB,GAAG,eAAe,CAAC;AACrE,MAAM,MAAM,mBAAmB,GAAG,UAAU,GAAG,WAAW,CAAC;AAC3D,KAAK,WAAW,GAAG,OAAO,GAAG,QAAQ,GAAG,QAAQ,CAAC;AACjD,MAAM,MAAM,WAAW,GAAG,MAAM,GAAG,YAAY,CAAC;AAChD,KAAK,oBAAoB,GAAG,WAAW,GAAG,WAAW,CAAC;AAEtD,UAAU,uBAAwB,SAAQ,yBAAyB;IACjE,KAAK,EAAE,MAAM,CAAC;CACf;AAED,eAAO,MAAM,qBAAqB,GAAI,OAAO,mBAAmB,0BAW/D,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,OAAO,mBAAmB,sBAWjE,CAAC;AAEF,eAAO,MAAM,sBAAsB,GAAI,OAAO,oBAAoB,0BAWjE,CAAC;AAEF,eAAO,MAAM,mBAAmB,GAAI,iDAMjC,gBAAgB,CAAC,mBAAmB,CAAC,GAAG;IACzC,KAAK,EAAE,OAAO,EAAE,CAAC;CAClB,WAkCA,CAAC;AAEF,eAAO,MAAM,uBAAuB,GAAI,iCAIrC,uBAAuB,WAYzB,CAAC;AAEF,eAAO,MAAM,oBAAoB,GAAI,4DAOlC,gBAAgB,CAAC,oBAAoB,CAAC,GAAG;IAC1C,KAAK,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI,CAAC;IACtC,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,WAwCA,CAAC"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * JSON-friendly union that mirrors what Pinia Colada can hash.
3
+ */
4
+ export type JsonValue = null | string | number | boolean | JsonValue[] | {
5
+ [key: string]: JsonValue;
6
+ };
7
+ /**
8
+ * Replacer that converts non-JSON values (bigint, Date, etc.) to safe substitutes.
9
+ */
10
+ export declare const queryKeyJsonReplacer: (_key: string, value: unknown) => {} | null | undefined;
11
+ /**
12
+ * Safely stringifies a value and parses it back into a JsonValue.
13
+ */
14
+ export declare const stringifyToJsonValue: (input: unknown) => JsonValue | undefined;
15
+ /**
16
+ * Normalizes any accepted value into a JSON-friendly shape for query keys.
17
+ */
18
+ export declare const serializeQueryKeyValue: (value: unknown) => JsonValue | undefined;
19
+ //# sourceMappingURL=queryKeySerializer.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"queryKeySerializer.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/queryKeySerializer.gen.ts"],"names":[],"mappings":"AAEA;;GAEG;AACH,MAAM,MAAM,SAAS,GACjB,IAAI,GACJ,MAAM,GACN,MAAM,GACN,OAAO,GACP,SAAS,EAAE,GACX;IAAE,CAAC,GAAG,EAAE,MAAM,GAAG,SAAS,CAAA;CAAE,CAAC;AAEjC;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,MAAM,MAAM,EAAE,OAAO,OAAO,0BAehE,CAAC;AAEF;;GAEG;AACH,eAAO,MAAM,oBAAoB,GAAI,OAAO,OAAO,KAAG,SAAS,GAAG,SAUjE,CAAC;AAuCF;;GAEG;AACH,eAAO,MAAM,sBAAsB,GACjC,OAAO,OAAO,KACb,SAAS,GAAG,SA6Cd,CAAC"}
@@ -0,0 +1,72 @@
1
+ import { Config } from './types.gen.js';
2
+ export type ServerSentEventsOptions<TData = unknown> = Omit<RequestInit, 'method'> & Pick<Config, 'method' | 'responseTransformer' | 'responseValidator'> & {
3
+ /**
4
+ * Fetch API implementation. You can use this option to provide a custom
5
+ * fetch instance.
6
+ *
7
+ * @default globalThis.fetch
8
+ */
9
+ fetch?: typeof fetch;
10
+ /**
11
+ * Implementing clients can call request interceptors inside this hook.
12
+ */
13
+ onRequest?: (url: string, init: RequestInit) => Promise<Request>;
14
+ /**
15
+ * Callback invoked when a network or parsing error occurs during streaming.
16
+ *
17
+ * This option applies only if the endpoint returns a stream of events.
18
+ *
19
+ * @param error The error that occurred.
20
+ */
21
+ onSseError?: (error: unknown) => void;
22
+ /**
23
+ * Callback invoked when an event is streamed from the server.
24
+ *
25
+ * This option applies only if the endpoint returns a stream of events.
26
+ *
27
+ * @param event Event streamed from the server.
28
+ * @returns Nothing (void).
29
+ */
30
+ onSseEvent?: (event: StreamEvent<TData>) => void;
31
+ serializedBody?: RequestInit['body'];
32
+ /**
33
+ * Default retry delay in milliseconds.
34
+ *
35
+ * This option applies only if the endpoint returns a stream of events.
36
+ *
37
+ * @default 3000
38
+ */
39
+ sseDefaultRetryDelay?: number;
40
+ /**
41
+ * Maximum number of retry attempts before giving up.
42
+ */
43
+ sseMaxRetryAttempts?: number;
44
+ /**
45
+ * Maximum retry delay in milliseconds.
46
+ *
47
+ * Applies only when exponential backoff is used.
48
+ *
49
+ * This option applies only if the endpoint returns a stream of events.
50
+ *
51
+ * @default 30000
52
+ */
53
+ sseMaxRetryDelay?: number;
54
+ /**
55
+ * Optional sleep function for retry backoff.
56
+ *
57
+ * Defaults to using `setTimeout`.
58
+ */
59
+ sseSleepFn?: (ms: number) => Promise<void>;
60
+ url: string;
61
+ };
62
+ export interface StreamEvent<TData = unknown> {
63
+ data: TData;
64
+ event?: string;
65
+ id?: string;
66
+ retry?: number;
67
+ }
68
+ export type ServerSentEventsResult<TData = unknown, TReturn = void, TNext = unknown> = {
69
+ stream: AsyncGenerator<TData extends Record<string, unknown> ? TData[keyof TData] : TData, TReturn, TNext>;
70
+ };
71
+ export declare const createSseClient: <TData = unknown>({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }: ServerSentEventsOptions) => ServerSentEventsResult<TData>;
72
+ //# sourceMappingURL=serverSentEvents.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"serverSentEvents.gen.d.ts","sourceRoot":"","sources":["../../../src/generated/core/serverSentEvents.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,MAAM,EAAE,MAAM,gBAAgB,CAAC;AAE7C,MAAM,MAAM,uBAAuB,CAAC,KAAK,GAAG,OAAO,IAAI,IAAI,CACzD,WAAW,EACX,QAAQ,CACT,GACC,IAAI,CAAC,MAAM,EAAE,QAAQ,GAAG,qBAAqB,GAAG,mBAAmB,CAAC,GAAG;IACrE;;;;;OAKG;IACH,KAAK,CAAC,EAAE,OAAO,KAAK,CAAC;IACrB;;OAEG;IACH,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,MAAM,EAAE,IAAI,EAAE,WAAW,KAAK,OAAO,CAAC,OAAO,CAAC,CAAC;IACjE;;;;;;OAMG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACtC;;;;;;;OAOG;IACH,UAAU,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,CAAC,KAAK,CAAC,KAAK,IAAI,CAAC;IACjD,cAAc,CAAC,EAAE,WAAW,CAAC,MAAM,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B;;OAEG;IACH,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B;;;;;;;;OAQG;IACH,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B;;;;OAIG;IACH,UAAU,CAAC,EAAE,CAAC,EAAE,EAAE,MAAM,KAAK,OAAO,CAAC,IAAI,CAAC,CAAC;IAC3C,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEJ,MAAM,WAAW,WAAW,CAAC,KAAK,GAAG,OAAO;IAC1C,IAAI,EAAE,KAAK,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,EAAE,CAAC,EAAE,MAAM,CAAC;IACZ,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED,MAAM,MAAM,sBAAsB,CAChC,KAAK,GAAG,OAAO,EACf,OAAO,GAAG,IAAI,EACd,KAAK,GAAG,OAAO,IACb;IACF,MAAM,EAAE,cAAc,CACpB,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,KAAK,CAAC,MAAM,KAAK,CAAC,GAAG,KAAK,EAClE,OAAO,EACP,KAAK,CACN,CAAC;CACH,CAAC;AAEF,eAAO,MAAM,eAAe,GAAI,KAAK,GAAG,OAAO,EAAE,yKAY9C,uBAAuB,KAAG,sBAAsB,CAAC,KAAK,CAqKxD,CAAC"}
@@ -0,0 +1,79 @@
1
+ import { Auth, AuthToken } from './auth.gen.js';
2
+ import { 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,EACV,cAAc,EACd,eAAe,EACf,sBAAsB,EACvB,MAAM,yBAAyB,CAAC;AAEjC,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,GACtB;IAAE,GAAG,CAAC,EAAE,KAAK,CAAA;CAAE,GACf;IAAE,GAAG,EAAE;SAAG,CAAC,IAAI,UAAU,GAAG,KAAK;KAAE,CAAA;CAAE,CAAC,CAAC;AAE7C,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,EACJ,MAAM,GACN,MAAM,GACN,OAAO,GACP,CAAC,MAAM,GAAG,MAAM,GAAG,OAAO,CAAC,EAAE,GAC7B,IAAI,GACJ,SAAS,GACT,OAAO,CACV,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,GAC9D,KAAK,GACL,CAAC,GAAG,CAAC,CAAC,CAAC,CAAC;CACb,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { 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,WAoExE,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,3 @@
1
+ export { createApiProductSubscription, createDeveloper, createDeveloperApplication, createDeveloperCredential, createSubscription, deleteDeveloper, deleteDeveloperApplication, deleteDeveloperCredential, deleteSubscription, getApiCalls, getApiProduct, getDeveloperApplication, getDeveloperCredential, getPublicAccessSettings, getSmtpServerStatus, listApiProducts, listCredentials, listDcrProviders, listDeveloperApplications, listDeveloperCredentials, listDevelopers, listLabels, listSubscriptions, type Options, regenerateDeveloperCredential, updateDeveloperApplication, upsertDeveloperCredential } from './sdk.gen.js';
2
+ export { type AllLabels, type ApiCall, type ApiProduct, type ApiProductId, type ApiProductIdInQuery, type ApiProductIds, type ApiProductServiceIdInQuery, ApiProductStatus, type ApiProductSubscriptionStatus, type ApiProductWithSubscriptionStatus, type ApplicationCredential, type ApplicationCredentialBasics, type ApplicationCredentialBasicsCommon, type ApplicationId, type ApplicationIdInQuery, type ApplicationsIds, AuthMethod, type ClientOptions, type CreateApiProductSubscriptionData, type CreateApiProductSubscriptionError, type CreateApiProductSubscriptionErrors, type CreateApiProductSubscriptionReq, type CreateApiProductSubscriptionResponses, type CreateApplicationCredentialReq, type CreateApplicationCredentialReqCommon, type CreateDeveloperApplicationData, type CreateDeveloperApplicationError, type CreateDeveloperApplicationErrors, type CreateDeveloperApplicationReq, type CreateDeveloperApplicationResponse, type CreateDeveloperApplicationResponses, type CreateDeveloperCredentialData, type CreateDeveloperCredentialError, type CreateDeveloperCredentialErrors, type CreateDeveloperCredentialResponse, type CreateDeveloperCredentialResponses, type CreateDeveloperData, type CreateDeveloperError, type CreateDeveloperErrors, type CreateDeveloperReq, type CreateDeveloperResponse, type CreateDeveloperResponses, type CreateSubscriptionData, type CreateSubscriptionError, type CreateSubscriptionErrors, type CreateSubscriptionReq, type CreateSubscriptionResponses, type CredentialIds, CredentialOrderBy, type DateTime, type DcrProviderForDeveloper, type DeleteDeveloperApplicationData, type DeleteDeveloperApplicationError, type DeleteDeveloperApplicationErrors, type DeleteDeveloperApplicationResponse, type DeleteDeveloperApplicationResponses, type DeleteDeveloperCredentialData, type DeleteDeveloperCredentialError, type DeleteDeveloperCredentialErrors, type DeleteDeveloperCredentialResponse, type DeleteDeveloperCredentialResponses, type DeleteDeveloperData, type DeleteDeveloperError, type DeleteDeveloperErrors, type DeleteDeveloperResponse, type DeleteDeveloperResponses, type DeleteSubscriptionData, type DeleteSubscriptionError, type DeleteSubscriptionErrors, type DeleteSubscriptionResponse, type DeleteSubscriptionResponses, type Description, type Developer, type DeveloperApplication, type DeveloperApplicationBasics, type DeveloperApplicationWithSubscriptionStatus, type DeveloperCredentialId, type DeveloperCredentialPluginName, type DeveloperId, DeveloperOrderBy, DeveloperPortalLabelResourceType, DeveloperStatus, Direction, type EndAt, type GetApiCallsData, type GetApiCallsError, type GetApiCallsErrors, type GetApiCallsResponse, type GetApiCallsResponses, type GetApiProductData, type GetApiProductError, type GetApiProductErrors, type GetApiProductResponse, type GetApiProductResponses, type GetDeveloperApplicationData, type GetDeveloperApplicationError, type GetDeveloperApplicationErrors, type GetDeveloperApplicationResponse, type GetDeveloperApplicationResponses, type GetDeveloperCredentialData, type GetDeveloperCredentialError, type GetDeveloperCredentialErrors, type GetDeveloperCredentialResponse, type GetDeveloperCredentialResponses, type GetPublicAccessSettingsData, type GetPublicAccessSettingsError, type GetPublicAccessSettingsErrors, type GetPublicAccessSettingsResponse, type GetPublicAccessSettingsResponses, type GetSmtpServerStatusData, type GetSmtpServerStatusError, type GetSmtpServerStatusErrors, type GetSmtpServerStatusResponse, type GetSmtpServerStatusResponses, type Id, type LabelsMap, type LabelsMapInQuery, type ListApiProductsData, type ListApiProductsError, type ListApiProductsErrors, type ListApiProductsResponse, type ListApiProductsResponses, type ListCredentialsData, type ListCredentialsError, type ListCredentialsErrors, type ListCredentialsResponse, type ListCredentialsResponses, type ListDcrProvidersData, type ListDcrProvidersError, type ListDcrProvidersErrors, type ListDcrProvidersResponse, type ListDcrProvidersResponses, type ListDeveloperApplicationsData, type ListDeveloperApplicationsError, type ListDeveloperApplicationsErrors, type ListDeveloperApplicationsResponse, type ListDeveloperApplicationsResponses, type ListDeveloperCredentialsData, type ListDeveloperCredentialsError, type ListDeveloperCredentialsErrors, type ListDeveloperCredentialsResponse, type ListDeveloperCredentialsResponses, type ListDevelopersData, type ListDevelopersError, type ListDevelopersErrors, type ListDevelopersResponse, type ListDevelopersResponses, type ListLabelsData, type ListLabelsError, type ListLabelsErrors, type ListLabelsResponse, type ListLabelsResponses, type ListSubscriptionsData, type ListSubscriptionsError, type ListSubscriptionsErrors, type ListSubscriptionsResponse, type ListSubscriptionsResponses, type Name, OrderBy, type Page, type PageSize, type PortalPublicAccess, type RegenerateApplicationCredentialReq, type RegenerateDeveloperCredentialData, type RegenerateDeveloperCredentialError, type RegenerateDeveloperCredentialErrors, type RegenerateDeveloperCredentialResponse, type RegenerateDeveloperCredentialResponses, type ResourceBasics, type Search, type SmtpServerSettingsStatus, type StartAt, type Subscription, type SubscriptionId, SubscriptionsOrderBy, SubscriptionStatus, type SubscriptionStatusInQuery, type Total, type UpdateApplicationCredentialReq, type UpdateDeveloperApplicationData, type UpdateDeveloperApplicationError, type UpdateDeveloperApplicationErrors, type UpdateDeveloperApplicationResponse, type UpdateDeveloperApplicationResponses, type UpsertDeveloperCredentialData, type UpsertDeveloperCredentialError, type UpsertDeveloperCredentialErrors, type UpsertDeveloperCredentialResponse, type UpsertDeveloperCredentialResponses, Visibility } from './types.gen.js';
3
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/generated/index.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,124 @@
1
+ import { Client, Options as Options2, TDataShape } from './client/index.js';
2
+ import { CreateApiProductSubscriptionData, CreateApiProductSubscriptionErrors, CreateApiProductSubscriptionResponses, CreateDeveloperApplicationData, CreateDeveloperApplicationErrors, CreateDeveloperApplicationResponses, CreateDeveloperCredentialData, CreateDeveloperCredentialErrors, CreateDeveloperCredentialResponses, CreateDeveloperData, CreateDeveloperErrors, CreateDeveloperResponses, CreateSubscriptionData, CreateSubscriptionErrors, CreateSubscriptionResponses, DeleteDeveloperApplicationData, DeleteDeveloperApplicationErrors, DeleteDeveloperApplicationResponses, DeleteDeveloperCredentialData, DeleteDeveloperCredentialErrors, DeleteDeveloperCredentialResponses, DeleteDeveloperData, DeleteDeveloperErrors, DeleteDeveloperResponses, DeleteSubscriptionData, DeleteSubscriptionErrors, DeleteSubscriptionResponses, GetApiCallsData, GetApiCallsErrors, GetApiCallsResponses, GetApiProductData, GetApiProductErrors, GetApiProductResponses, GetDeveloperApplicationData, GetDeveloperApplicationErrors, GetDeveloperApplicationResponses, GetDeveloperCredentialData, GetDeveloperCredentialErrors, GetDeveloperCredentialResponses, GetPublicAccessSettingsData, GetPublicAccessSettingsErrors, GetPublicAccessSettingsResponses, GetSmtpServerStatusData, GetSmtpServerStatusErrors, GetSmtpServerStatusResponses, ListApiProductsData, ListApiProductsErrors, ListApiProductsResponses, ListCredentialsData, ListCredentialsErrors, ListCredentialsResponses, ListDcrProvidersData, ListDcrProvidersErrors, ListDcrProvidersResponses, ListDeveloperApplicationsData, ListDeveloperApplicationsErrors, ListDeveloperApplicationsResponses, ListDeveloperCredentialsData, ListDeveloperCredentialsErrors, ListDeveloperCredentialsResponses, ListDevelopersData, ListDevelopersErrors, ListDevelopersResponses, ListLabelsData, ListLabelsErrors, ListLabelsResponses, ListSubscriptionsData, ListSubscriptionsErrors, ListSubscriptionsResponses, RegenerateDeveloperCredentialData, RegenerateDeveloperCredentialErrors, RegenerateDeveloperCredentialResponses, UpdateDeveloperApplicationData, UpdateDeveloperApplicationErrors, UpdateDeveloperApplicationResponses, UpsertDeveloperCredentialData, UpsertDeveloperCredentialErrors, UpsertDeveloperCredentialResponses } from './types.gen.js';
3
+ export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean> = Options2<TData, ThrowOnError> & {
4
+ /**
5
+ * You can provide a client instance returned by `createClient()` instead of
6
+ * individual options. This might be also useful if you want to implement a
7
+ * custom client.
8
+ */
9
+ client?: Client;
10
+ /**
11
+ * You can pass arbitrary values through the `meta` object. This can be
12
+ * used to access values that aren't defined as part of the SDK function.
13
+ */
14
+ meta?: Record<string, unknown>;
15
+ };
16
+ /**
17
+ * List Developers
18
+ */
19
+ export declare const listDevelopers: <ThrowOnError extends boolean = false>(options?: Options<ListDevelopersData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListDevelopersResponses, ListDevelopersErrors, ThrowOnError>;
20
+ /**
21
+ * Create a developer
22
+ */
23
+ export declare const createDeveloper: <ThrowOnError extends boolean = false>(options?: Options<CreateDeveloperData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<CreateDeveloperResponses, CreateDeveloperErrors, ThrowOnError>;
24
+ /**
25
+ * Delete a developer
26
+ */
27
+ export declare const deleteDeveloper: <ThrowOnError extends boolean = false>(options: Options<DeleteDeveloperData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<DeleteDeveloperResponses, DeleteDeveloperErrors, ThrowOnError>;
28
+ /**
29
+ * List all API products
30
+ */
31
+ export declare const listApiProducts: <ThrowOnError extends boolean = false>(options?: Options<ListApiProductsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListApiProductsResponses, ListApiProductsErrors, ThrowOnError>;
32
+ /**
33
+ * Get an API Product for Developer Portal
34
+ */
35
+ export declare const getApiProduct: <ThrowOnError extends boolean = false>(options: Options<GetApiProductData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetApiProductResponses, GetApiProductErrors, ThrowOnError>;
36
+ /**
37
+ * Create a subscription for an API Product.
38
+ */
39
+ export declare const createApiProductSubscription: <ThrowOnError extends boolean = false>(options: Options<CreateApiProductSubscriptionData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<CreateApiProductSubscriptionResponses, CreateApiProductSubscriptionErrors, ThrowOnError>;
40
+ /**
41
+ * List subscriptions.
42
+ */
43
+ export declare const listSubscriptions: <ThrowOnError extends boolean = false>(options?: Options<ListSubscriptionsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListSubscriptionsResponses, ListSubscriptionsErrors, ThrowOnError>;
44
+ /**
45
+ * Create a subscription for an API Product
46
+ */
47
+ export declare const createSubscription: <ThrowOnError extends boolean = false>(options?: Options<CreateSubscriptionData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<CreateSubscriptionResponses, CreateSubscriptionErrors, ThrowOnError>;
48
+ /**
49
+ * Unsubscribe an API product for the given application
50
+ */
51
+ export declare const deleteSubscription: <ThrowOnError extends boolean = false>(options: Options<DeleteSubscriptionData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<DeleteSubscriptionResponses, DeleteSubscriptionErrors, ThrowOnError>;
52
+ /**
53
+ * List all applications for the logged in developer.
54
+ */
55
+ export declare const listDeveloperApplications: <ThrowOnError extends boolean = false>(options?: Options<ListDeveloperApplicationsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListDeveloperApplicationsResponses, ListDeveloperApplicationsErrors, ThrowOnError>;
56
+ /**
57
+ * Create a application by the logged in developer.
58
+ */
59
+ export declare const createDeveloperApplication: <ThrowOnError extends boolean = false>(options?: Options<CreateDeveloperApplicationData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<CreateDeveloperApplicationResponses, CreateDeveloperApplicationErrors, ThrowOnError>;
60
+ /**
61
+ * Delete a application by the logged in developer.
62
+ */
63
+ export declare const deleteDeveloperApplication: <ThrowOnError extends boolean = false>(options: Options<DeleteDeveloperApplicationData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<DeleteDeveloperApplicationResponses, DeleteDeveloperApplicationErrors, ThrowOnError>;
64
+ /**
65
+ * Get a application for the logged in developer.
66
+ */
67
+ export declare const getDeveloperApplication: <ThrowOnError extends boolean = false>(options: Options<GetDeveloperApplicationData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetDeveloperApplicationResponses, GetDeveloperApplicationErrors, ThrowOnError>;
68
+ /**
69
+ * Update a application basic information by the logged in developer.
70
+ */
71
+ export declare const updateDeveloperApplication: <ThrowOnError extends boolean = false>(options: Options<UpdateDeveloperApplicationData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<UpdateDeveloperApplicationResponses, UpdateDeveloperApplicationErrors, ThrowOnError>;
72
+ /**
73
+ * List all credentials for the logged in developer
74
+ */
75
+ export declare const listDeveloperCredentials: <ThrowOnError extends boolean = false>(options: Options<ListDeveloperCredentialsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListDeveloperCredentialsResponses, ListDeveloperCredentialsErrors, ThrowOnError>;
76
+ /**
77
+ * Create a developer credential
78
+ */
79
+ export declare const createDeveloperCredential: <ThrowOnError extends boolean = false>(options: Options<CreateDeveloperCredentialData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<CreateDeveloperCredentialResponses, CreateDeveloperCredentialErrors, ThrowOnError>;
80
+ /**
81
+ * Delete a developer credential for Developer Portal
82
+ */
83
+ export declare const deleteDeveloperCredential: <ThrowOnError extends boolean = false>(options: Options<DeleteDeveloperCredentialData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<DeleteDeveloperCredentialResponses, DeleteDeveloperCredentialErrors, ThrowOnError>;
84
+ /**
85
+ * Get a developer credential for Developer Portal
86
+ */
87
+ export declare const getDeveloperCredential: <ThrowOnError extends boolean = false>(options: Options<GetDeveloperCredentialData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetDeveloperCredentialResponses, GetDeveloperCredentialErrors, ThrowOnError>;
88
+ /**
89
+ * Update a developer credential for Developer Portal
90
+ */
91
+ export declare const upsertDeveloperCredential: <ThrowOnError extends boolean = false>(options: Options<UpsertDeveloperCredentialData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<UpsertDeveloperCredentialResponses, UpsertDeveloperCredentialErrors, ThrowOnError>;
92
+ /**
93
+ * Regenerate a developer credential auth conf
94
+ */
95
+ export declare const regenerateDeveloperCredential: <ThrowOnError extends boolean = false>(options: Options<RegenerateDeveloperCredentialData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<RegenerateDeveloperCredentialResponses, RegenerateDeveloperCredentialErrors, ThrowOnError>;
96
+ /**
97
+ * Get API Calls
98
+ *
99
+ * Retrieve a list of API calls made by the user.
100
+ */
101
+ export declare const getApiCalls: <ThrowOnError extends boolean = false>(options: Options<GetApiCallsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetApiCallsResponses, GetApiCallsErrors, ThrowOnError>;
102
+ /**
103
+ * List all Credentials
104
+ */
105
+ export declare const listCredentials: <ThrowOnError extends boolean = false>(options?: Options<ListCredentialsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListCredentialsResponses, ListCredentialsErrors, ThrowOnError>;
106
+ /**
107
+ * Get all labels of a resource type
108
+ */
109
+ export declare const listLabels: <ThrowOnError extends boolean = false>(options: Options<ListLabelsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListLabelsResponses, ListLabelsErrors, ThrowOnError>;
110
+ /**
111
+ * Get SMTP server settings status
112
+ *
113
+ * Get SMTP server settings status.
114
+ */
115
+ export declare const getSmtpServerStatus: <ThrowOnError extends boolean = false>(options?: Options<GetSmtpServerStatusData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetSmtpServerStatusResponses, GetSmtpServerStatusErrors, ThrowOnError>;
116
+ /**
117
+ * Get public access settings
118
+ */
119
+ export declare const getPublicAccessSettings: <ThrowOnError extends boolean = false>(options?: Options<GetPublicAccessSettingsData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<GetPublicAccessSettingsResponses, GetPublicAccessSettingsErrors, ThrowOnError>;
120
+ /**
121
+ * List all DCR providers
122
+ */
123
+ export declare const listDcrProviders: <ThrowOnError extends boolean = false>(options?: Options<ListDcrProvidersData, ThrowOnError>) => import('./client/types.gen.js').RequestResult<ListDcrProvidersResponses, ListDcrProvidersErrors, ThrowOnError>;
124
+ //# sourceMappingURL=sdk.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"sdk.gen.d.ts","sourceRoot":"","sources":["../../src/generated/sdk.gen.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,16 @@
1
+ import { CreateDeveloperApplicationResponse, CreateDeveloperCredentialResponse, CreateDeveloperResponse, GetApiCallsResponse, GetDeveloperApplicationResponse, GetDeveloperCredentialResponse, ListCredentialsResponse, ListDeveloperApplicationsResponse, ListDeveloperCredentialsResponse, ListDevelopersResponse, ListSubscriptionsResponse, RegenerateDeveloperCredentialResponse, UpdateDeveloperApplicationResponse, UpsertDeveloperCredentialResponse } from './types.gen.js';
2
+ export declare const listDevelopersResponseTransformer: (data: any) => Promise<ListDevelopersResponse>;
3
+ export declare const createDeveloperResponseTransformer: (data: any) => Promise<CreateDeveloperResponse>;
4
+ export declare const listSubscriptionsResponseTransformer: (data: any) => Promise<ListSubscriptionsResponse>;
5
+ export declare const listDeveloperApplicationsResponseTransformer: (data: any) => Promise<ListDeveloperApplicationsResponse>;
6
+ export declare const createDeveloperApplicationResponseTransformer: (data: any) => Promise<CreateDeveloperApplicationResponse>;
7
+ export declare const getDeveloperApplicationResponseTransformer: (data: any) => Promise<GetDeveloperApplicationResponse>;
8
+ export declare const updateDeveloperApplicationResponseTransformer: (data: any) => Promise<UpdateDeveloperApplicationResponse>;
9
+ export declare const listDeveloperCredentialsResponseTransformer: (data: any) => Promise<ListDeveloperCredentialsResponse>;
10
+ export declare const createDeveloperCredentialResponseTransformer: (data: any) => Promise<CreateDeveloperCredentialResponse>;
11
+ export declare const getDeveloperCredentialResponseTransformer: (data: any) => Promise<GetDeveloperCredentialResponse>;
12
+ export declare const upsertDeveloperCredentialResponseTransformer: (data: any) => Promise<UpsertDeveloperCredentialResponse>;
13
+ export declare const regenerateDeveloperCredentialResponseTransformer: (data: any) => Promise<RegenerateDeveloperCredentialResponse>;
14
+ export declare const getApiCallsResponseTransformer: (data: any) => Promise<GetApiCallsResponse>;
15
+ export declare const listCredentialsResponseTransformer: (data: any) => Promise<ListCredentialsResponse>;
16
+ //# sourceMappingURL=transformers.gen.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"transformers.gen.d.ts","sourceRoot":"","sources":["../../src/generated/transformers.gen.ts"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,kCAAkC,EAAE,iCAAiC,EAAE,uBAAuB,EAAE,mBAAmB,EAAE,+BAA+B,EAAE,8BAA8B,EAAE,uBAAuB,EAAE,iCAAiC,EAAE,gCAAgC,EAAE,sBAAsB,EAAE,yBAAyB,EAAE,qCAAqC,EAAE,kCAAkC,EAAE,iCAAiC,EAAE,MAAM,gBAAgB,CAAC;AAgB1d,eAAO,MAAM,iCAAiC,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,sBAAsB,CAGjG,CAAC;AAEF,eAAO,MAAM,kCAAkC,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,uBAAuB,CAGnG,CAAC;AAOF,eAAO,MAAM,oCAAoC,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,yBAAyB,CAGvG,CAAC;AAkBF,eAAO,MAAM,4CAA4C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,iCAAiC,CAGvH,CAAC;AAEF,eAAO,MAAM,6CAA6C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,kCAAkC,CAGzH,CAAC;AAEF,eAAO,MAAM,0CAA0C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,+BAA+B,CAGnH,CAAC;AAEF,eAAO,MAAM,6CAA6C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,kCAAkC,CAGzH,CAAC;AAOF,eAAO,MAAM,2CAA2C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,gCAAgC,CAGrH,CAAC;AAEF,eAAO,MAAM,4CAA4C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,iCAAiC,CAGvH,CAAC;AAEF,eAAO,MAAM,yCAAyC,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,8BAA8B,CAGjH,CAAC;AAEF,eAAO,MAAM,4CAA4C,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,iCAAiC,CAGvH,CAAC;AAEF,eAAO,MAAM,gDAAgD,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,qCAAqC,CAG/H,CAAC;AAOF,eAAO,MAAM,8BAA8B,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,mBAAmB,CAG3F,CAAC;AAEF,eAAO,MAAM,kCAAkC,GAAU,MAAM,GAAG,KAAG,OAAO,CAAC,uBAAuB,CAGnG,CAAC"}