@zephytiju/juntai-typescript-sdk 1.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.
- package/CHANGELOG.md +14 -0
- package/README.md +38 -0
- package/dist/clients/juntai.usage-cost/index.d.ts +5 -0
- package/dist/clients/juntai.usage-cost/index.js +4 -0
- package/dist/clients/platform.application-metadata/index.d.ts +5 -0
- package/dist/clients/platform.application-metadata/index.js +4 -0
- package/dist/generated/juntai.usage-cost/client/client.gen.d.ts +2 -0
- package/dist/generated/juntai.usage-cost/client/client.gen.js +216 -0
- package/dist/generated/juntai.usage-cost/client/index.d.ts +10 -0
- package/dist/generated/juntai.usage-cost/client/index.js +6 -0
- package/dist/generated/juntai.usage-cost/client/types.gen.d.ts +120 -0
- package/dist/generated/juntai.usage-cost/client/types.gen.js +2 -0
- package/dist/generated/juntai.usage-cost/client/utils.gen.d.ts +37 -0
- package/dist/generated/juntai.usage-cost/client/utils.gen.js +228 -0
- package/dist/generated/juntai.usage-cost/client.gen.d.ts +12 -0
- package/dist/generated/juntai.usage-cost/client.gen.js +3 -0
- package/dist/generated/juntai.usage-cost/core/auth.gen.d.ts +25 -0
- package/dist/generated/juntai.usage-cost/core/auth.gen.js +14 -0
- package/dist/generated/juntai.usage-cost/core/bodySerializer.gen.d.ts +25 -0
- package/dist/generated/juntai.usage-cost/core/bodySerializer.gen.js +57 -0
- package/dist/generated/juntai.usage-cost/core/params.gen.d.ts +43 -0
- package/dist/generated/juntai.usage-cost/core/params.gen.js +109 -0
- package/dist/generated/juntai.usage-cost/core/pathSerializer.gen.d.ts +33 -0
- package/dist/generated/juntai.usage-cost/core/pathSerializer.gen.js +106 -0
- package/dist/generated/juntai.usage-cost/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/generated/juntai.usage-cost/core/queryKeySerializer.gen.js +92 -0
- package/dist/generated/juntai.usage-cost/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/generated/juntai.usage-cost/core/serverSentEvents.gen.js +132 -0
- package/dist/generated/juntai.usage-cost/core/types.gen.d.ts +83 -0
- package/dist/generated/juntai.usage-cost/core/types.gen.js +2 -0
- package/dist/generated/juntai.usage-cost/core/utils.gen.d.ts +19 -0
- package/dist/generated/juntai.usage-cost/core/utils.gen.js +87 -0
- package/dist/generated/juntai.usage-cost/index.d.ts +2 -0
- package/dist/generated/juntai.usage-cost/index.js +2 -0
- package/dist/generated/juntai.usage-cost/sdk.gen.d.ts +79 -0
- package/dist/generated/juntai.usage-cost/sdk.gen.js +162 -0
- package/dist/generated/juntai.usage-cost/types.gen.d.ts +1092 -0
- package/dist/generated/juntai.usage-cost/types.gen.js +2 -0
- package/dist/generated/platform.application-metadata/client/client.gen.d.ts +2 -0
- package/dist/generated/platform.application-metadata/client/client.gen.js +216 -0
- package/dist/generated/platform.application-metadata/client/index.d.ts +10 -0
- package/dist/generated/platform.application-metadata/client/index.js +6 -0
- package/dist/generated/platform.application-metadata/client/types.gen.d.ts +120 -0
- package/dist/generated/platform.application-metadata/client/types.gen.js +2 -0
- package/dist/generated/platform.application-metadata/client/utils.gen.d.ts +37 -0
- package/dist/generated/platform.application-metadata/client/utils.gen.js +228 -0
- package/dist/generated/platform.application-metadata/client.gen.d.ts +12 -0
- package/dist/generated/platform.application-metadata/client.gen.js +3 -0
- package/dist/generated/platform.application-metadata/core/auth.gen.d.ts +25 -0
- package/dist/generated/platform.application-metadata/core/auth.gen.js +14 -0
- package/dist/generated/platform.application-metadata/core/bodySerializer.gen.d.ts +25 -0
- package/dist/generated/platform.application-metadata/core/bodySerializer.gen.js +57 -0
- package/dist/generated/platform.application-metadata/core/params.gen.d.ts +43 -0
- package/dist/generated/platform.application-metadata/core/params.gen.js +109 -0
- package/dist/generated/platform.application-metadata/core/pathSerializer.gen.d.ts +33 -0
- package/dist/generated/platform.application-metadata/core/pathSerializer.gen.js +106 -0
- package/dist/generated/platform.application-metadata/core/queryKeySerializer.gen.d.ts +18 -0
- package/dist/generated/platform.application-metadata/core/queryKeySerializer.gen.js +92 -0
- package/dist/generated/platform.application-metadata/core/serverSentEvents.gen.d.ts +71 -0
- package/dist/generated/platform.application-metadata/core/serverSentEvents.gen.js +132 -0
- package/dist/generated/platform.application-metadata/core/types.gen.d.ts +83 -0
- package/dist/generated/platform.application-metadata/core/types.gen.js +2 -0
- package/dist/generated/platform.application-metadata/core/utils.gen.d.ts +19 -0
- package/dist/generated/platform.application-metadata/core/utils.gen.js +87 -0
- package/dist/generated/platform.application-metadata/index.d.ts +2 -0
- package/dist/generated/platform.application-metadata/index.js +2 -0
- package/dist/generated/platform.application-metadata/sdk.gen.d.ts +63 -0
- package/dist/generated/platform.application-metadata/sdk.gen.js +114 -0
- package/dist/generated/platform.application-metadata/types.gen.d.ts +1235 -0
- package/dist/generated/platform.application-metadata/types.gen.js +2 -0
- package/dist/index.d.ts +8 -0
- package/dist/index.js +8 -0
- package/dist/release-manifest.json +46 -0
- package/package.json +69 -0
- package/sources/openapi.lock.json +48 -0
|
@@ -0,0 +1,132 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
export function createSseClient({ onRequest, onSseError, onSseEvent, responseTransformer, responseValidator, sseDefaultRetryDelay, sseMaxRetryAttempts, sseMaxRetryDelay, sseSleepFn, url, ...options }) {
|
|
3
|
+
let lastEventId;
|
|
4
|
+
const sleep = sseSleepFn ?? ((ms) => new Promise((resolve) => setTimeout(resolve, ms)));
|
|
5
|
+
const createStream = async function* () {
|
|
6
|
+
let retryDelay = sseDefaultRetryDelay ?? 3000;
|
|
7
|
+
let attempt = 0;
|
|
8
|
+
const signal = options.signal ?? new AbortController().signal;
|
|
9
|
+
while (true) {
|
|
10
|
+
if (signal.aborted)
|
|
11
|
+
break;
|
|
12
|
+
attempt++;
|
|
13
|
+
const headers = options.headers instanceof Headers
|
|
14
|
+
? options.headers
|
|
15
|
+
: new Headers(options.headers);
|
|
16
|
+
if (lastEventId !== undefined) {
|
|
17
|
+
headers.set('Last-Event-ID', lastEventId);
|
|
18
|
+
}
|
|
19
|
+
try {
|
|
20
|
+
const requestInit = {
|
|
21
|
+
redirect: 'follow',
|
|
22
|
+
...options,
|
|
23
|
+
body: options.serializedBody,
|
|
24
|
+
headers,
|
|
25
|
+
signal,
|
|
26
|
+
};
|
|
27
|
+
let request = new Request(url, requestInit);
|
|
28
|
+
if (onRequest) {
|
|
29
|
+
request = await onRequest(url, requestInit);
|
|
30
|
+
}
|
|
31
|
+
// fetch must be assigned here, otherwise it would throw the error:
|
|
32
|
+
// TypeError: Failed to execute 'fetch' on 'Window': Illegal invocation
|
|
33
|
+
const _fetch = options.fetch ?? globalThis.fetch;
|
|
34
|
+
const response = await _fetch(request);
|
|
35
|
+
if (!response.ok)
|
|
36
|
+
throw new Error(`SSE failed: ${response.status} ${response.statusText}`);
|
|
37
|
+
if (!response.body)
|
|
38
|
+
throw new Error('No body in SSE response');
|
|
39
|
+
const reader = response.body.pipeThrough(new TextDecoderStream()).getReader();
|
|
40
|
+
let buffer = '';
|
|
41
|
+
const abortHandler = () => {
|
|
42
|
+
try {
|
|
43
|
+
reader.cancel();
|
|
44
|
+
}
|
|
45
|
+
catch {
|
|
46
|
+
// noop
|
|
47
|
+
}
|
|
48
|
+
};
|
|
49
|
+
signal.addEventListener('abort', abortHandler);
|
|
50
|
+
try {
|
|
51
|
+
while (true) {
|
|
52
|
+
const { done, value } = await reader.read();
|
|
53
|
+
if (done)
|
|
54
|
+
break;
|
|
55
|
+
buffer += value;
|
|
56
|
+
buffer = buffer.replace(/\r\n?/g, '\n'); // normalize line endings
|
|
57
|
+
const chunks = buffer.split('\n\n');
|
|
58
|
+
buffer = chunks.pop() ?? '';
|
|
59
|
+
for (const chunk of chunks) {
|
|
60
|
+
const lines = chunk.split('\n');
|
|
61
|
+
const dataLines = [];
|
|
62
|
+
let eventName;
|
|
63
|
+
for (const line of lines) {
|
|
64
|
+
if (line.startsWith('data:')) {
|
|
65
|
+
dataLines.push(line.replace(/^data:\s*/, ''));
|
|
66
|
+
}
|
|
67
|
+
else if (line.startsWith('event:')) {
|
|
68
|
+
eventName = line.replace(/^event:\s*/, '');
|
|
69
|
+
}
|
|
70
|
+
else if (line.startsWith('id:')) {
|
|
71
|
+
lastEventId = line.replace(/^id:\s*/, '');
|
|
72
|
+
}
|
|
73
|
+
else if (line.startsWith('retry:')) {
|
|
74
|
+
const parsed = Number.parseInt(line.replace(/^retry:\s*/, ''), 10);
|
|
75
|
+
if (!Number.isNaN(parsed)) {
|
|
76
|
+
retryDelay = parsed;
|
|
77
|
+
}
|
|
78
|
+
}
|
|
79
|
+
}
|
|
80
|
+
let data;
|
|
81
|
+
let parsedJson = false;
|
|
82
|
+
if (dataLines.length) {
|
|
83
|
+
const rawData = dataLines.join('\n');
|
|
84
|
+
try {
|
|
85
|
+
data = JSON.parse(rawData);
|
|
86
|
+
parsedJson = true;
|
|
87
|
+
}
|
|
88
|
+
catch {
|
|
89
|
+
data = rawData;
|
|
90
|
+
}
|
|
91
|
+
}
|
|
92
|
+
if (parsedJson) {
|
|
93
|
+
if (responseValidator) {
|
|
94
|
+
await responseValidator(data);
|
|
95
|
+
}
|
|
96
|
+
if (responseTransformer) {
|
|
97
|
+
data = await responseTransformer(data);
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
onSseEvent?.({
|
|
101
|
+
data,
|
|
102
|
+
event: eventName,
|
|
103
|
+
id: lastEventId,
|
|
104
|
+
retry: retryDelay,
|
|
105
|
+
});
|
|
106
|
+
if (dataLines.length) {
|
|
107
|
+
yield data;
|
|
108
|
+
}
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
}
|
|
112
|
+
finally {
|
|
113
|
+
signal.removeEventListener('abort', abortHandler);
|
|
114
|
+
reader.releaseLock();
|
|
115
|
+
}
|
|
116
|
+
break; // exit loop on normal completion
|
|
117
|
+
}
|
|
118
|
+
catch (error) {
|
|
119
|
+
// connection failed or aborted; retry after delay
|
|
120
|
+
onSseError?.(error);
|
|
121
|
+
if (sseMaxRetryAttempts !== undefined && attempt >= sseMaxRetryAttempts) {
|
|
122
|
+
break; // stop after firing error
|
|
123
|
+
}
|
|
124
|
+
// exponential backoff: double retry each attempt, cap at 30s
|
|
125
|
+
const backoff = Math.min(retryDelay * 2 ** (attempt - 1), sseMaxRetryDelay ?? 30000);
|
|
126
|
+
await sleep(backoff);
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
};
|
|
130
|
+
const stream = createStream();
|
|
131
|
+
return { stream };
|
|
132
|
+
}
|
|
@@ -0,0 +1,83 @@
|
|
|
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
|
+
/**
|
|
75
|
+
* Arbitrary metadata passed through the `meta` request option.
|
|
76
|
+
*/
|
|
77
|
+
export interface ClientMeta {
|
|
78
|
+
}
|
|
79
|
+
type IsExactlyNeverOrNeverUndefined<T> = [T] extends [never] ? true : [T] extends [never | undefined] ? [undefined] extends [T] ? false : true : false;
|
|
80
|
+
export type OmitNever<T extends Record<string, unknown>> = {
|
|
81
|
+
[K in keyof T as IsExactlyNeverOrNeverUndefined<T[K]> extends true ? never : K]: T[K];
|
|
82
|
+
};
|
|
83
|
+
export {};
|
|
@@ -0,0 +1,19 @@
|
|
|
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;
|
|
@@ -0,0 +1,87 @@
|
|
|
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
|
+
}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
export { createApplication, createApplicationVersion, deleteDomainContribution, getApplication, getApplicationVersion, getApplicationVersionHandoff, listApplications, listApplicationVersions, listDomainContributions, type Options, putDomainContribution, sealApplicationVersion, updateApplication } from './sdk.gen.js';
|
|
2
|
+
export type { Application, ApplicationPage, ApplicationVersion, ApplicationVersionHandoff, ApplicationVersionPage, ArtifactContributionReference, ClientOptions, ConfigurationContributionReference, CreateApplicationData, CreateApplicationError, CreateApplicationErrors, CreateApplicationRequest, CreateApplicationResponse, CreateApplicationResponses, CreateApplicationVersionData, CreateApplicationVersionError, CreateApplicationVersionErrors, CreateApplicationVersionRequest, CreateApplicationVersionResponse, CreateApplicationVersionResponses, DeleteDomainContributionData, DeleteDomainContributionError, DeleteDomainContributionErrors, DeleteDomainContributionResponse, DeleteDomainContributionResponses, DomainContribution, DomainContributionPage, GetApplicationData, GetApplicationError, GetApplicationErrors, GetApplicationResponse, GetApplicationResponses, GetApplicationVersionData, GetApplicationVersionError, GetApplicationVersionErrors, GetApplicationVersionHandoffData, GetApplicationVersionHandoffError, GetApplicationVersionHandoffErrors, GetApplicationVersionHandoffResponse, GetApplicationVersionHandoffResponses, GetApplicationVersionResponse, GetApplicationVersionResponses, HandoffContribution, HealthResponse, HttpErrorDetails, HttpErrorEnvelope, HttpValidationError, HttpValidationIssue, ListApplicationsData, ListApplicationsError, ListApplicationsErrors, ListApplicationsResponse, ListApplicationsResponses, ListApplicationVersionsData, ListApplicationVersionsError, ListApplicationVersionsErrors, ListApplicationVersionsResponse, ListApplicationVersionsResponses, ListDomainContributionsData, ListDomainContributionsError, ListDomainContributionsErrors, ListDomainContributionsResponse, ListDomainContributionsResponses, PageCursor, ProblemDetails, Producer, PutDomainContributionData, PutDomainContributionError, PutDomainContributionErrors, PutDomainContributionRequest, PutDomainContributionResponse, PutDomainContributionResponses, ReferenceType, SealApplicationVersionData, SealApplicationVersionError, SealApplicationVersionErrors, SealApplicationVersionResponse, SealApplicationVersionResponses, UpdateApplicationData, UpdateApplicationError, UpdateApplicationErrors, UpdateApplicationRequest, UpdateApplicationResponse, UpdateApplicationResponses, ValidationError, VersionState } from './types.gen.js';
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
export { createApplication, createApplicationVersion, deleteDomainContribution, getApplication, getApplicationVersion, getApplicationVersionHandoff, listApplications, listApplicationVersions, listDomainContributions, putDomainContribution, sealApplicationVersion, updateApplication } from './sdk.gen.js';
|
|
@@ -0,0 +1,63 @@
|
|
|
1
|
+
import type { Client, ClientMeta, Options as Options2, RequestResult, TDataShape } from './client/index.js';
|
|
2
|
+
import type { CreateApplicationData, CreateApplicationErrors, CreateApplicationResponses, CreateApplicationVersionData, CreateApplicationVersionErrors, CreateApplicationVersionResponses, DeleteDomainContributionData, DeleteDomainContributionErrors, DeleteDomainContributionResponses, GetApplicationData, GetApplicationErrors, GetApplicationResponses, GetApplicationVersionData, GetApplicationVersionErrors, GetApplicationVersionHandoffData, GetApplicationVersionHandoffErrors, GetApplicationVersionHandoffResponses, GetApplicationVersionResponses, ListApplicationsData, ListApplicationsErrors, ListApplicationsResponses, ListApplicationVersionsData, ListApplicationVersionsErrors, ListApplicationVersionsResponses, ListDomainContributionsData, ListDomainContributionsErrors, ListDomainContributionsResponses, PutDomainContributionData, PutDomainContributionErrors, PutDomainContributionResponses, SealApplicationVersionData, SealApplicationVersionErrors, SealApplicationVersionResponses, UpdateApplicationData, UpdateApplicationErrors, UpdateApplicationResponses } from './types.gen.js';
|
|
3
|
+
export type Options<TData extends TDataShape = TDataShape, ThrowOnError extends boolean = boolean, TResponse = unknown> = Options2<TData, ThrowOnError, TResponse> & {
|
|
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?: keyof ClientMeta extends never ? Record<string, unknown> : ClientMeta;
|
|
15
|
+
};
|
|
16
|
+
/**
|
|
17
|
+
* List tenant applications
|
|
18
|
+
*/
|
|
19
|
+
export declare const listApplications: <ThrowOnError extends boolean = false>(options?: Options<ListApplicationsData, ThrowOnError>) => RequestResult<ListApplicationsResponses, ListApplicationsErrors, ThrowOnError>;
|
|
20
|
+
/**
|
|
21
|
+
* Create a stable application identity
|
|
22
|
+
*/
|
|
23
|
+
export declare const createApplication: <ThrowOnError extends boolean = false>(options: Options<CreateApplicationData, ThrowOnError>) => RequestResult<CreateApplicationResponses, CreateApplicationErrors, ThrowOnError>;
|
|
24
|
+
/**
|
|
25
|
+
* Read application identity metadata
|
|
26
|
+
*/
|
|
27
|
+
export declare const getApplication: <ThrowOnError extends boolean = false>(options: Options<GetApplicationData, ThrowOnError>) => RequestResult<GetApplicationResponses, GetApplicationErrors, ThrowOnError>;
|
|
28
|
+
/**
|
|
29
|
+
* Update mutable application metadata
|
|
30
|
+
*/
|
|
31
|
+
export declare const updateApplication: <ThrowOnError extends boolean = false>(options: Options<UpdateApplicationData, ThrowOnError>) => RequestResult<UpdateApplicationResponses, UpdateApplicationErrors, ThrowOnError>;
|
|
32
|
+
/**
|
|
33
|
+
* List explicit application versions
|
|
34
|
+
*/
|
|
35
|
+
export declare const listApplicationVersions: <ThrowOnError extends boolean = false>(options: Options<ListApplicationVersionsData, ThrowOnError>) => RequestResult<ListApplicationVersionsResponses, ListApplicationVersionsErrors, ThrowOnError>;
|
|
36
|
+
/**
|
|
37
|
+
* Create an OPEN application version
|
|
38
|
+
*/
|
|
39
|
+
export declare const createApplicationVersion: <ThrowOnError extends boolean = false>(options: Options<CreateApplicationVersionData, ThrowOnError>) => RequestResult<CreateApplicationVersionResponses, CreateApplicationVersionErrors, ThrowOnError>;
|
|
40
|
+
/**
|
|
41
|
+
* Read one explicit application version
|
|
42
|
+
*/
|
|
43
|
+
export declare const getApplicationVersion: <ThrowOnError extends boolean = false>(options: Options<GetApplicationVersionData, ThrowOnError>) => RequestResult<GetApplicationVersionResponses, GetApplicationVersionErrors, ThrowOnError>;
|
|
44
|
+
/**
|
|
45
|
+
* Review exact version contributions
|
|
46
|
+
*/
|
|
47
|
+
export declare const listDomainContributions: <ThrowOnError extends boolean = false>(options: Options<ListDomainContributionsData, ThrowOnError>) => RequestResult<ListDomainContributionsResponses, ListDomainContributionsErrors, ThrowOnError>;
|
|
48
|
+
/**
|
|
49
|
+
* Delete an OPEN-version contribution
|
|
50
|
+
*/
|
|
51
|
+
export declare const deleteDomainContribution: <ThrowOnError extends boolean = false>(options: Options<DeleteDomainContributionData, ThrowOnError>) => RequestResult<DeleteDomainContributionResponses, DeleteDomainContributionErrors, ThrowOnError>;
|
|
52
|
+
/**
|
|
53
|
+
* Associate one exact domain-owned reference
|
|
54
|
+
*/
|
|
55
|
+
export declare const putDomainContribution: <ThrowOnError extends boolean = false>(options: Options<PutDomainContributionData, ThrowOnError>) => RequestResult<PutDomainContributionResponses, PutDomainContributionErrors, ThrowOnError>;
|
|
56
|
+
/**
|
|
57
|
+
* Read immutable Vangu handoff metadata
|
|
58
|
+
*/
|
|
59
|
+
export declare const getApplicationVersionHandoff: <ThrowOnError extends boolean = false>(options: Options<GetApplicationVersionHandoffData, ThrowOnError>) => RequestResult<GetApplicationVersionHandoffResponses, GetApplicationVersionHandoffErrors, ThrowOnError>;
|
|
60
|
+
/**
|
|
61
|
+
* Atomically seal an application version
|
|
62
|
+
*/
|
|
63
|
+
export declare const sealApplicationVersion: <ThrowOnError extends boolean = false>(options: Options<SealApplicationVersionData, ThrowOnError>) => RequestResult<SealApplicationVersionResponses, SealApplicationVersionErrors, ThrowOnError>;
|
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
// This file is auto-generated by @hey-api/openapi-ts
|
|
2
|
+
import { client } from './client.gen.js';
|
|
3
|
+
/**
|
|
4
|
+
* List tenant applications
|
|
5
|
+
*/
|
|
6
|
+
export const listApplications = (options) => (options?.client ?? client).get({
|
|
7
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
8
|
+
url: '/v1/applications',
|
|
9
|
+
...options
|
|
10
|
+
});
|
|
11
|
+
/**
|
|
12
|
+
* Create a stable application identity
|
|
13
|
+
*/
|
|
14
|
+
export const createApplication = (options) => (options.client ?? client).post({
|
|
15
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
16
|
+
url: '/v1/applications',
|
|
17
|
+
...options,
|
|
18
|
+
headers: {
|
|
19
|
+
'Content-Type': 'application/json',
|
|
20
|
+
...options.headers
|
|
21
|
+
}
|
|
22
|
+
});
|
|
23
|
+
/**
|
|
24
|
+
* Read application identity metadata
|
|
25
|
+
*/
|
|
26
|
+
export const getApplication = (options) => (options.client ?? client).get({
|
|
27
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
28
|
+
url: '/v1/applications/{application_id}',
|
|
29
|
+
...options
|
|
30
|
+
});
|
|
31
|
+
/**
|
|
32
|
+
* Update mutable application metadata
|
|
33
|
+
*/
|
|
34
|
+
export const updateApplication = (options) => (options.client ?? client).patch({
|
|
35
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
36
|
+
url: '/v1/applications/{application_id}',
|
|
37
|
+
...options,
|
|
38
|
+
headers: {
|
|
39
|
+
'Content-Type': 'application/json',
|
|
40
|
+
...options.headers
|
|
41
|
+
}
|
|
42
|
+
});
|
|
43
|
+
/**
|
|
44
|
+
* List explicit application versions
|
|
45
|
+
*/
|
|
46
|
+
export const listApplicationVersions = (options) => (options.client ?? client).get({
|
|
47
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
48
|
+
url: '/v1/applications/{application_id}/versions',
|
|
49
|
+
...options
|
|
50
|
+
});
|
|
51
|
+
/**
|
|
52
|
+
* Create an OPEN application version
|
|
53
|
+
*/
|
|
54
|
+
export const createApplicationVersion = (options) => (options.client ?? client).post({
|
|
55
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
56
|
+
url: '/v1/applications/{application_id}/versions',
|
|
57
|
+
...options,
|
|
58
|
+
headers: {
|
|
59
|
+
'Content-Type': 'application/json',
|
|
60
|
+
...options.headers
|
|
61
|
+
}
|
|
62
|
+
});
|
|
63
|
+
/**
|
|
64
|
+
* Read one explicit application version
|
|
65
|
+
*/
|
|
66
|
+
export const getApplicationVersion = (options) => (options.client ?? client).get({
|
|
67
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
68
|
+
url: '/v1/applications/{application_id}/versions/{version_id}',
|
|
69
|
+
...options
|
|
70
|
+
});
|
|
71
|
+
/**
|
|
72
|
+
* Review exact version contributions
|
|
73
|
+
*/
|
|
74
|
+
export const listDomainContributions = (options) => (options.client ?? client).get({
|
|
75
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
76
|
+
url: '/v1/applications/{application_id}/versions/{version_id}/contributions',
|
|
77
|
+
...options
|
|
78
|
+
});
|
|
79
|
+
/**
|
|
80
|
+
* Delete an OPEN-version contribution
|
|
81
|
+
*/
|
|
82
|
+
export const deleteDomainContribution = (options) => (options.client ?? client).delete({
|
|
83
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
84
|
+
url: '/v1/applications/{application_id}/versions/{version_id}/contributions/{domain}/{contribution_key}',
|
|
85
|
+
...options
|
|
86
|
+
});
|
|
87
|
+
/**
|
|
88
|
+
* Associate one exact domain-owned reference
|
|
89
|
+
*/
|
|
90
|
+
export const putDomainContribution = (options) => (options.client ?? client).put({
|
|
91
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
92
|
+
url: '/v1/applications/{application_id}/versions/{version_id}/contributions/{domain}/{contribution_key}',
|
|
93
|
+
...options,
|
|
94
|
+
headers: {
|
|
95
|
+
'Content-Type': 'application/json',
|
|
96
|
+
...options.headers
|
|
97
|
+
}
|
|
98
|
+
});
|
|
99
|
+
/**
|
|
100
|
+
* Read immutable Vangu handoff metadata
|
|
101
|
+
*/
|
|
102
|
+
export const getApplicationVersionHandoff = (options) => (options.client ?? client).get({
|
|
103
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
104
|
+
url: '/v1/applications/{application_id}/versions/{version_id}/handoff',
|
|
105
|
+
...options
|
|
106
|
+
});
|
|
107
|
+
/**
|
|
108
|
+
* Atomically seal an application version
|
|
109
|
+
*/
|
|
110
|
+
export const sealApplicationVersion = (options) => (options.client ?? client).post({
|
|
111
|
+
security: [{ scheme: 'bearer', type: 'http' }],
|
|
112
|
+
url: '/v1/applications/{application_id}/versions/{version_id}/seal',
|
|
113
|
+
...options
|
|
114
|
+
});
|