@holaboss/app-sdk 0.1.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.
- package/LICENSE +21 -0
- package/README.md +94 -0
- package/dist/app-BpcA69HT.d.cts +32 -0
- package/dist/app-BpcA69HT.d.cts.map +1 -0
- package/dist/app-CPM9G9Ak.d.ts +32 -0
- package/dist/app-CPM9G9Ak.d.ts.map +1 -0
- package/dist/app-DvahQ8xx.js +147 -0
- package/dist/app-DvahQ8xx.js.map +1 -0
- package/dist/app-mQJKUJHj.cjs +156 -0
- package/dist/approveMarketplaceSubmission-BmtuKiRw.d.ts +3328 -0
- package/dist/approveMarketplaceSubmission-BmtuKiRw.d.ts.map +1 -0
- package/dist/approveMarketplaceSubmission-Cno-7U1J.d.cts +3328 -0
- package/dist/approveMarketplaceSubmission-Cno-7U1J.d.cts.map +1 -0
- package/dist/clients/app.cjs +7 -0
- package/dist/clients/app.d.cts +2 -0
- package/dist/clients/app.d.ts +2 -0
- package/dist/clients/app.js +2 -0
- package/dist/core.cjs +29 -0
- package/dist/core.d.cts +3 -0
- package/dist/core.d.ts +3 -0
- package/dist/core.js +3 -0
- package/dist/index.cjs +218 -0
- package/dist/index.d.cts +4 -0
- package/dist/index.d.ts +4 -0
- package/dist/index.js +7 -0
- package/dist/react-DN2Q1phB.cjs +1229 -0
- package/dist/react-VeTZ8VzJ.js +764 -0
- package/dist/react-VeTZ8VzJ.js.map +1 -0
- package/dist/react.cjs +214 -0
- package/dist/react.d.cts +3 -0
- package/dist/react.d.ts +3 -0
- package/dist/react.js +4 -0
- package/dist/uninstallMarketplaceSkill-CXtlpmlt.cjs +654 -0
- package/dist/uninstallMarketplaceSkill-CYAiu4cU.js +531 -0
- package/dist/uninstallMarketplaceSkill-CYAiu4cU.js.map +1 -0
- package/dist/uninstallMarketplaceSkillSchema-Bay4cbpz.cjs +1711 -0
- package/dist/uninstallMarketplaceSkillSchema-BbGKwqP0.d.ts +1090 -0
- package/dist/uninstallMarketplaceSkillSchema-BbGKwqP0.d.ts.map +1 -0
- package/dist/uninstallMarketplaceSkillSchema-BfOp0667.d.cts +1090 -0
- package/dist/uninstallMarketplaceSkillSchema-BfOp0667.d.cts.map +1 -0
- package/dist/uninstallMarketplaceSkillSchema-Dz2r1ms-.js +1048 -0
- package/dist/uninstallMarketplaceSkillSchema-Dz2r1ms-.js.map +1 -0
- package/dist/zod.cjs +113 -0
- package/dist/zod.d.cts +2 -0
- package/dist/zod.d.ts +2 -0
- package/dist/zod.js +2 -0
- package/package.json +120 -0
|
@@ -0,0 +1,3328 @@
|
|
|
1
|
+
import { i as baseClient, r as ResponseErrorConfig, t as RequestConfig } from "./app-BpcA69HT.cjs";
|
|
2
|
+
import * as _$_tanstack_react_query0 from "@tanstack/react-query";
|
|
3
|
+
import { QueryClient, QueryKey, QueryObserverOptions, UseMutationOptions, UseQueryResult, UseSuspenseQueryOptions, UseSuspenseQueryResult } from "@tanstack/react-query";
|
|
4
|
+
import * as _$_tanstack_query_core0 from "@tanstack/query-core";
|
|
5
|
+
|
|
6
|
+
//#region src/generated/types/ApproveMarketplaceSubmission.d.ts
|
|
7
|
+
/**
|
|
8
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
9
|
+
* Do not edit manually.
|
|
10
|
+
*/
|
|
11
|
+
type ApproveMarketplaceSubmissionPathParams = {
|
|
12
|
+
/**
|
|
13
|
+
* @description Submission identifier
|
|
14
|
+
* @minLength 1
|
|
15
|
+
* @type string
|
|
16
|
+
*/
|
|
17
|
+
submissionId: string;
|
|
18
|
+
};
|
|
19
|
+
/**
|
|
20
|
+
* @description Approved submission
|
|
21
|
+
*/
|
|
22
|
+
type ApproveMarketplaceSubmission200 = {
|
|
23
|
+
/**
|
|
24
|
+
* @type string
|
|
25
|
+
*/
|
|
26
|
+
id: string;
|
|
27
|
+
/**
|
|
28
|
+
* @type string
|
|
29
|
+
*/
|
|
30
|
+
author_id: string;
|
|
31
|
+
/**
|
|
32
|
+
* @type string
|
|
33
|
+
*/
|
|
34
|
+
author_name: string;
|
|
35
|
+
/**
|
|
36
|
+
* @type string
|
|
37
|
+
*/
|
|
38
|
+
template_name: string;
|
|
39
|
+
/**
|
|
40
|
+
* @type string
|
|
41
|
+
*/
|
|
42
|
+
template_id: string;
|
|
43
|
+
/**
|
|
44
|
+
* @type string
|
|
45
|
+
*/
|
|
46
|
+
version: string;
|
|
47
|
+
/**
|
|
48
|
+
* @type string
|
|
49
|
+
*/
|
|
50
|
+
status: string;
|
|
51
|
+
/**
|
|
52
|
+
* @type object
|
|
53
|
+
*/
|
|
54
|
+
manifest: {
|
|
55
|
+
[key: string]: any;
|
|
56
|
+
};
|
|
57
|
+
/**
|
|
58
|
+
* @type integer
|
|
59
|
+
*/
|
|
60
|
+
archive_size_bytes: number;
|
|
61
|
+
review_notes?: (string | null | null);
|
|
62
|
+
reviewed_by?: (string | null | null);
|
|
63
|
+
reviewed_at?: (string | null | null);
|
|
64
|
+
/**
|
|
65
|
+
* @type string
|
|
66
|
+
*/
|
|
67
|
+
created_at: string;
|
|
68
|
+
/**
|
|
69
|
+
* @type string
|
|
70
|
+
*/
|
|
71
|
+
updated_at: string;
|
|
72
|
+
};
|
|
73
|
+
/**
|
|
74
|
+
* @description Unauthorized
|
|
75
|
+
*/
|
|
76
|
+
type ApproveMarketplaceSubmission401 = {
|
|
77
|
+
/**
|
|
78
|
+
* @type string | undefined
|
|
79
|
+
*/
|
|
80
|
+
detail?: string;
|
|
81
|
+
/**
|
|
82
|
+
* @type string
|
|
83
|
+
*/
|
|
84
|
+
error: string;
|
|
85
|
+
/**
|
|
86
|
+
* @type string | undefined
|
|
87
|
+
*/
|
|
88
|
+
message?: string;
|
|
89
|
+
};
|
|
90
|
+
/**
|
|
91
|
+
* @description Forbidden
|
|
92
|
+
*/
|
|
93
|
+
type ApproveMarketplaceSubmission403 = {
|
|
94
|
+
/**
|
|
95
|
+
* @type string | undefined
|
|
96
|
+
*/
|
|
97
|
+
detail?: string;
|
|
98
|
+
/**
|
|
99
|
+
* @type string
|
|
100
|
+
*/
|
|
101
|
+
error: string;
|
|
102
|
+
/**
|
|
103
|
+
* @type string | undefined
|
|
104
|
+
*/
|
|
105
|
+
message?: string;
|
|
106
|
+
};
|
|
107
|
+
/**
|
|
108
|
+
* @description Service error
|
|
109
|
+
*/
|
|
110
|
+
type ApproveMarketplaceSubmission500 = {
|
|
111
|
+
/**
|
|
112
|
+
* @type string | undefined
|
|
113
|
+
*/
|
|
114
|
+
detail?: string;
|
|
115
|
+
/**
|
|
116
|
+
* @type string
|
|
117
|
+
*/
|
|
118
|
+
error: string;
|
|
119
|
+
/**
|
|
120
|
+
* @type string | undefined
|
|
121
|
+
*/
|
|
122
|
+
message?: string;
|
|
123
|
+
};
|
|
124
|
+
type ApproveMarketplaceSubmissionMutationResponse = ApproveMarketplaceSubmission200;
|
|
125
|
+
type ApproveMarketplaceSubmissionMutation = {
|
|
126
|
+
Response: ApproveMarketplaceSubmission200;
|
|
127
|
+
PathParams: ApproveMarketplaceSubmissionPathParams;
|
|
128
|
+
Errors: ApproveMarketplaceSubmission401 | ApproveMarketplaceSubmission403 | ApproveMarketplaceSubmission500;
|
|
129
|
+
};
|
|
130
|
+
//#endregion
|
|
131
|
+
//#region src/generated/react/useApproveMarketplaceSubmission.d.ts
|
|
132
|
+
declare const approveMarketplaceSubmissionMutationKey: () => readonly [{
|
|
133
|
+
readonly url: "/submissions/:submissionId/approve";
|
|
134
|
+
}];
|
|
135
|
+
type ApproveMarketplaceSubmissionMutationKey = ReturnType<typeof approveMarketplaceSubmissionMutationKey>;
|
|
136
|
+
/**
|
|
137
|
+
* @summary Approve marketplace submission
|
|
138
|
+
* {@link /submissions/:submissionId/approve}
|
|
139
|
+
*/
|
|
140
|
+
declare function useApproveMarketplaceSubmission<TContext>(options?: {
|
|
141
|
+
mutation?: UseMutationOptions<ApproveMarketplaceSubmissionMutationResponse, ResponseErrorConfig<ApproveMarketplaceSubmission401 | ApproveMarketplaceSubmission403 | ApproveMarketplaceSubmission500>, {
|
|
142
|
+
submissionId: ApproveMarketplaceSubmissionPathParams["submissionId"];
|
|
143
|
+
}, TContext> & {
|
|
144
|
+
client?: QueryClient;
|
|
145
|
+
};
|
|
146
|
+
client?: Partial<RequestConfig> & {
|
|
147
|
+
client?: typeof baseClient;
|
|
148
|
+
};
|
|
149
|
+
}): _$_tanstack_react_query0.UseMutationResult<ApproveMarketplaceSubmission200, ResponseErrorConfig<ApproveMarketplaceSubmission401 | ApproveMarketplaceSubmission403 | ApproveMarketplaceSubmission500>, {
|
|
150
|
+
submissionId: ApproveMarketplaceSubmissionPathParams["submissionId"];
|
|
151
|
+
}, TContext>;
|
|
152
|
+
//#endregion
|
|
153
|
+
//#region src/generated/types/CreateMarketplaceSubmission.d.ts
|
|
154
|
+
/**
|
|
155
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
156
|
+
* Do not edit manually.
|
|
157
|
+
*/
|
|
158
|
+
/**
|
|
159
|
+
* @description Created submission
|
|
160
|
+
*/
|
|
161
|
+
type CreateMarketplaceSubmission201 = {
|
|
162
|
+
/**
|
|
163
|
+
* @type string
|
|
164
|
+
*/
|
|
165
|
+
submission_id: string;
|
|
166
|
+
/**
|
|
167
|
+
* @type string
|
|
168
|
+
*/
|
|
169
|
+
template_id: string;
|
|
170
|
+
/**
|
|
171
|
+
* @type string
|
|
172
|
+
*/
|
|
173
|
+
upload_url: string;
|
|
174
|
+
/**
|
|
175
|
+
* @type string
|
|
176
|
+
*/
|
|
177
|
+
upload_expires_at: string;
|
|
178
|
+
};
|
|
179
|
+
/**
|
|
180
|
+
* @description Unauthorized
|
|
181
|
+
*/
|
|
182
|
+
type CreateMarketplaceSubmission401 = {
|
|
183
|
+
/**
|
|
184
|
+
* @type string | undefined
|
|
185
|
+
*/
|
|
186
|
+
detail?: string;
|
|
187
|
+
/**
|
|
188
|
+
* @type string
|
|
189
|
+
*/
|
|
190
|
+
error: string;
|
|
191
|
+
/**
|
|
192
|
+
* @type string | undefined
|
|
193
|
+
*/
|
|
194
|
+
message?: string;
|
|
195
|
+
};
|
|
196
|
+
/**
|
|
197
|
+
* @description Validation error
|
|
198
|
+
*/
|
|
199
|
+
type CreateMarketplaceSubmission422 = {
|
|
200
|
+
/**
|
|
201
|
+
* @type array | undefined
|
|
202
|
+
*/
|
|
203
|
+
detail?: any[];
|
|
204
|
+
};
|
|
205
|
+
/**
|
|
206
|
+
* @description Service error
|
|
207
|
+
*/
|
|
208
|
+
type CreateMarketplaceSubmission500 = {
|
|
209
|
+
/**
|
|
210
|
+
* @type string | undefined
|
|
211
|
+
*/
|
|
212
|
+
detail?: string;
|
|
213
|
+
/**
|
|
214
|
+
* @type string
|
|
215
|
+
*/
|
|
216
|
+
error: string;
|
|
217
|
+
/**
|
|
218
|
+
* @type string | undefined
|
|
219
|
+
*/
|
|
220
|
+
message?: string;
|
|
221
|
+
};
|
|
222
|
+
type CreateMarketplaceSubmissionMutationRequest = {
|
|
223
|
+
/**
|
|
224
|
+
* @type string
|
|
225
|
+
*/
|
|
226
|
+
workspace_id: string;
|
|
227
|
+
holaboss_user_id?: (string | null | null);
|
|
228
|
+
/**
|
|
229
|
+
* @minLength 1
|
|
230
|
+
* @maxLength 100
|
|
231
|
+
* @type string
|
|
232
|
+
*/
|
|
233
|
+
name: string;
|
|
234
|
+
/**
|
|
235
|
+
* @minLength 1
|
|
236
|
+
* @maxLength 500
|
|
237
|
+
* @type string
|
|
238
|
+
*/
|
|
239
|
+
description: string;
|
|
240
|
+
/**
|
|
241
|
+
* @default "general"
|
|
242
|
+
* @type string | undefined
|
|
243
|
+
*/
|
|
244
|
+
category?: string;
|
|
245
|
+
/**
|
|
246
|
+
* @type array | undefined
|
|
247
|
+
*/
|
|
248
|
+
tags?: string[];
|
|
249
|
+
/**
|
|
250
|
+
* @type array | undefined
|
|
251
|
+
*/
|
|
252
|
+
apps?: ({
|
|
253
|
+
/**
|
|
254
|
+
* @type string
|
|
255
|
+
*/
|
|
256
|
+
name: string;
|
|
257
|
+
/**
|
|
258
|
+
* @default true
|
|
259
|
+
* @type boolean | undefined
|
|
260
|
+
*/
|
|
261
|
+
required?: boolean;
|
|
262
|
+
} | string)[];
|
|
263
|
+
onboarding_md?: (string | null | null);
|
|
264
|
+
readme_md?: (string | null | null);
|
|
265
|
+
};
|
|
266
|
+
type CreateMarketplaceSubmissionMutationResponse = CreateMarketplaceSubmission201;
|
|
267
|
+
type CreateMarketplaceSubmissionMutation = {
|
|
268
|
+
Response: CreateMarketplaceSubmission201;
|
|
269
|
+
Request: CreateMarketplaceSubmissionMutationRequest;
|
|
270
|
+
Errors: CreateMarketplaceSubmission401 | CreateMarketplaceSubmission422 | CreateMarketplaceSubmission500;
|
|
271
|
+
};
|
|
272
|
+
//#endregion
|
|
273
|
+
//#region src/generated/react/useCreateMarketplaceSubmission.d.ts
|
|
274
|
+
declare const createMarketplaceSubmissionMutationKey: () => readonly [{
|
|
275
|
+
readonly url: "/submissions";
|
|
276
|
+
}];
|
|
277
|
+
type CreateMarketplaceSubmissionMutationKey = ReturnType<typeof createMarketplaceSubmissionMutationKey>;
|
|
278
|
+
/**
|
|
279
|
+
* @summary Create marketplace submission
|
|
280
|
+
* {@link /submissions}
|
|
281
|
+
*/
|
|
282
|
+
declare function useCreateMarketplaceSubmission<TContext>(options?: {
|
|
283
|
+
mutation?: UseMutationOptions<CreateMarketplaceSubmissionMutationResponse, ResponseErrorConfig<CreateMarketplaceSubmission401 | CreateMarketplaceSubmission422 | CreateMarketplaceSubmission500>, {
|
|
284
|
+
data: CreateMarketplaceSubmissionMutationRequest;
|
|
285
|
+
}, TContext> & {
|
|
286
|
+
client?: QueryClient;
|
|
287
|
+
};
|
|
288
|
+
client?: Partial<RequestConfig<CreateMarketplaceSubmissionMutationRequest>> & {
|
|
289
|
+
client?: typeof baseClient;
|
|
290
|
+
};
|
|
291
|
+
}): _$_tanstack_react_query0.UseMutationResult<CreateMarketplaceSubmission201, ResponseErrorConfig<CreateMarketplaceSubmission401 | CreateMarketplaceSubmission422 | CreateMarketplaceSubmission500>, {
|
|
292
|
+
data: CreateMarketplaceSubmissionMutationRequest;
|
|
293
|
+
}, TContext>;
|
|
294
|
+
//#endregion
|
|
295
|
+
//#region src/generated/types/DeleteMarketplaceSubmission.d.ts
|
|
296
|
+
/**
|
|
297
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
298
|
+
* Do not edit manually.
|
|
299
|
+
*/
|
|
300
|
+
type DeleteMarketplaceSubmissionPathParams = {
|
|
301
|
+
/**
|
|
302
|
+
* @description Submission identifier
|
|
303
|
+
* @minLength 1
|
|
304
|
+
* @type string
|
|
305
|
+
*/
|
|
306
|
+
submissionId: string;
|
|
307
|
+
};
|
|
308
|
+
type DeleteMarketplaceSubmissionQueryParams = {
|
|
309
|
+
/**
|
|
310
|
+
* @description Author user ID
|
|
311
|
+
* @minLength 1
|
|
312
|
+
* @type string
|
|
313
|
+
*/
|
|
314
|
+
author_id: string;
|
|
315
|
+
};
|
|
316
|
+
/**
|
|
317
|
+
* @description Deletion result
|
|
318
|
+
*/
|
|
319
|
+
type DeleteMarketplaceSubmission200 = {
|
|
320
|
+
[key: string]: boolean;
|
|
321
|
+
};
|
|
322
|
+
/**
|
|
323
|
+
* @description Unauthorized
|
|
324
|
+
*/
|
|
325
|
+
type DeleteMarketplaceSubmission401 = {
|
|
326
|
+
/**
|
|
327
|
+
* @type string | undefined
|
|
328
|
+
*/
|
|
329
|
+
detail?: string;
|
|
330
|
+
/**
|
|
331
|
+
* @type string
|
|
332
|
+
*/
|
|
333
|
+
error: string;
|
|
334
|
+
/**
|
|
335
|
+
* @type string | undefined
|
|
336
|
+
*/
|
|
337
|
+
message?: string;
|
|
338
|
+
};
|
|
339
|
+
/**
|
|
340
|
+
* @description Validation error
|
|
341
|
+
*/
|
|
342
|
+
type DeleteMarketplaceSubmission422 = {
|
|
343
|
+
/**
|
|
344
|
+
* @type array | undefined
|
|
345
|
+
*/
|
|
346
|
+
detail?: any[];
|
|
347
|
+
};
|
|
348
|
+
/**
|
|
349
|
+
* @description Service error
|
|
350
|
+
*/
|
|
351
|
+
type DeleteMarketplaceSubmission500 = {
|
|
352
|
+
/**
|
|
353
|
+
* @type string | undefined
|
|
354
|
+
*/
|
|
355
|
+
detail?: string;
|
|
356
|
+
/**
|
|
357
|
+
* @type string
|
|
358
|
+
*/
|
|
359
|
+
error: string;
|
|
360
|
+
/**
|
|
361
|
+
* @type string | undefined
|
|
362
|
+
*/
|
|
363
|
+
message?: string;
|
|
364
|
+
};
|
|
365
|
+
type DeleteMarketplaceSubmissionMutationResponse = DeleteMarketplaceSubmission200;
|
|
366
|
+
type DeleteMarketplaceSubmissionMutation = {
|
|
367
|
+
Response: DeleteMarketplaceSubmission200;
|
|
368
|
+
PathParams: DeleteMarketplaceSubmissionPathParams;
|
|
369
|
+
QueryParams: DeleteMarketplaceSubmissionQueryParams;
|
|
370
|
+
Errors: DeleteMarketplaceSubmission401 | DeleteMarketplaceSubmission422 | DeleteMarketplaceSubmission500;
|
|
371
|
+
};
|
|
372
|
+
//#endregion
|
|
373
|
+
//#region src/generated/react/useDeleteMarketplaceSubmission.d.ts
|
|
374
|
+
declare const deleteMarketplaceSubmissionMutationKey: () => readonly [{
|
|
375
|
+
readonly url: "/submissions/:submissionId";
|
|
376
|
+
}];
|
|
377
|
+
type DeleteMarketplaceSubmissionMutationKey = ReturnType<typeof deleteMarketplaceSubmissionMutationKey>;
|
|
378
|
+
/**
|
|
379
|
+
* @summary Delete marketplace submission
|
|
380
|
+
* {@link /submissions/:submissionId}
|
|
381
|
+
*/
|
|
382
|
+
declare function useDeleteMarketplaceSubmission<TContext>(options?: {
|
|
383
|
+
mutation?: UseMutationOptions<DeleteMarketplaceSubmissionMutationResponse, ResponseErrorConfig<DeleteMarketplaceSubmission401 | DeleteMarketplaceSubmission422 | DeleteMarketplaceSubmission500>, {
|
|
384
|
+
submissionId: DeleteMarketplaceSubmissionPathParams["submissionId"];
|
|
385
|
+
params: DeleteMarketplaceSubmissionQueryParams;
|
|
386
|
+
}, TContext> & {
|
|
387
|
+
client?: QueryClient;
|
|
388
|
+
};
|
|
389
|
+
client?: Partial<RequestConfig> & {
|
|
390
|
+
client?: typeof baseClient;
|
|
391
|
+
};
|
|
392
|
+
}): _$_tanstack_react_query0.UseMutationResult<DeleteMarketplaceSubmission200, ResponseErrorConfig<DeleteMarketplaceSubmission401 | DeleteMarketplaceSubmission422 | DeleteMarketplaceSubmission500>, {
|
|
393
|
+
submissionId: DeleteMarketplaceSubmissionPathParams["submissionId"];
|
|
394
|
+
params: DeleteMarketplaceSubmissionQueryParams;
|
|
395
|
+
}, TContext>;
|
|
396
|
+
//#endregion
|
|
397
|
+
//#region src/generated/types/DownloadMarketplaceSubmissionArchive.d.ts
|
|
398
|
+
/**
|
|
399
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
400
|
+
* Do not edit manually.
|
|
401
|
+
*/
|
|
402
|
+
type DownloadMarketplaceSubmissionArchivePathParams = {
|
|
403
|
+
/**
|
|
404
|
+
* @description Submission identifier
|
|
405
|
+
* @minLength 1
|
|
406
|
+
* @type string
|
|
407
|
+
*/
|
|
408
|
+
submissionId: string;
|
|
409
|
+
};
|
|
410
|
+
/**
|
|
411
|
+
* @description Submission archive
|
|
412
|
+
*/
|
|
413
|
+
type DownloadMarketplaceSubmissionArchive200 = any;
|
|
414
|
+
type DownloadMarketplaceSubmissionArchiveQueryResponse = DownloadMarketplaceSubmissionArchive200;
|
|
415
|
+
type DownloadMarketplaceSubmissionArchiveQuery = {
|
|
416
|
+
Response: DownloadMarketplaceSubmissionArchive200;
|
|
417
|
+
PathParams: DownloadMarketplaceSubmissionArchivePathParams;
|
|
418
|
+
Errors: any;
|
|
419
|
+
};
|
|
420
|
+
//#endregion
|
|
421
|
+
//#region src/generated/react/useDownloadMarketplaceSubmissionArchive.d.ts
|
|
422
|
+
declare const downloadMarketplaceSubmissionArchiveQueryKey: (submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"]) => readonly [{
|
|
423
|
+
readonly url: "/submissions/:submissionId/download";
|
|
424
|
+
readonly params: {
|
|
425
|
+
readonly submissionId: string;
|
|
426
|
+
};
|
|
427
|
+
}];
|
|
428
|
+
type DownloadMarketplaceSubmissionArchiveQueryKey = ReturnType<typeof downloadMarketplaceSubmissionArchiveQueryKey>;
|
|
429
|
+
declare function downloadMarketplaceSubmissionArchiveQueryOptions(submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"], config?: Partial<RequestConfig> & {
|
|
430
|
+
client?: typeof baseClient;
|
|
431
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<any, ResponseErrorConfig<Error>, any, readonly [{
|
|
432
|
+
readonly url: "/submissions/:submissionId/download";
|
|
433
|
+
readonly params: {
|
|
434
|
+
readonly submissionId: string;
|
|
435
|
+
};
|
|
436
|
+
}]>, "queryFn"> & {
|
|
437
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<any, readonly [{
|
|
438
|
+
readonly url: "/submissions/:submissionId/download";
|
|
439
|
+
readonly params: {
|
|
440
|
+
readonly submissionId: string;
|
|
441
|
+
};
|
|
442
|
+
}], never> | undefined;
|
|
443
|
+
} & {
|
|
444
|
+
queryKey: readonly [{
|
|
445
|
+
readonly url: "/submissions/:submissionId/download";
|
|
446
|
+
readonly params: {
|
|
447
|
+
readonly submissionId: string;
|
|
448
|
+
};
|
|
449
|
+
}] & {
|
|
450
|
+
[dataTagSymbol]: any;
|
|
451
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<Error>;
|
|
452
|
+
};
|
|
453
|
+
};
|
|
454
|
+
/**
|
|
455
|
+
* @summary Download a marketplace submission archive
|
|
456
|
+
* {@link /submissions/:submissionId/download}
|
|
457
|
+
*/
|
|
458
|
+
declare function useDownloadMarketplaceSubmissionArchive<TData = DownloadMarketplaceSubmissionArchiveQueryResponse, TQueryData = DownloadMarketplaceSubmissionArchiveQueryResponse, TQueryKey extends QueryKey = DownloadMarketplaceSubmissionArchiveQueryKey>(submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"], options?: {
|
|
459
|
+
query?: Partial<QueryObserverOptions<DownloadMarketplaceSubmissionArchiveQueryResponse, ResponseErrorConfig<Error>, TData, TQueryData, TQueryKey>> & {
|
|
460
|
+
client?: QueryClient;
|
|
461
|
+
};
|
|
462
|
+
client?: Partial<RequestConfig> & {
|
|
463
|
+
client?: typeof baseClient;
|
|
464
|
+
};
|
|
465
|
+
}): UseQueryResult<TData, ResponseErrorConfig<Error>> & {
|
|
466
|
+
queryKey: TQueryKey;
|
|
467
|
+
};
|
|
468
|
+
//#endregion
|
|
469
|
+
//#region src/generated/react/useDownloadMarketplaceSubmissionArchiveSuspense.d.ts
|
|
470
|
+
declare const downloadMarketplaceSubmissionArchiveSuspenseQueryKey: (submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"]) => readonly [{
|
|
471
|
+
readonly url: "/submissions/:submissionId/download";
|
|
472
|
+
readonly params: {
|
|
473
|
+
readonly submissionId: string;
|
|
474
|
+
};
|
|
475
|
+
}];
|
|
476
|
+
type DownloadMarketplaceSubmissionArchiveSuspenseQueryKey = ReturnType<typeof downloadMarketplaceSubmissionArchiveSuspenseQueryKey>;
|
|
477
|
+
declare function downloadMarketplaceSubmissionArchiveSuspenseQueryOptions(submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"], config?: Partial<RequestConfig> & {
|
|
478
|
+
client?: typeof baseClient;
|
|
479
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<any, ResponseErrorConfig<Error>, any, readonly [{
|
|
480
|
+
readonly url: "/submissions/:submissionId/download";
|
|
481
|
+
readonly params: {
|
|
482
|
+
readonly submissionId: string;
|
|
483
|
+
};
|
|
484
|
+
}]>, "queryFn"> & {
|
|
485
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<any, readonly [{
|
|
486
|
+
readonly url: "/submissions/:submissionId/download";
|
|
487
|
+
readonly params: {
|
|
488
|
+
readonly submissionId: string;
|
|
489
|
+
};
|
|
490
|
+
}], never> | undefined;
|
|
491
|
+
} & {
|
|
492
|
+
queryKey: readonly [{
|
|
493
|
+
readonly url: "/submissions/:submissionId/download";
|
|
494
|
+
readonly params: {
|
|
495
|
+
readonly submissionId: string;
|
|
496
|
+
};
|
|
497
|
+
}] & {
|
|
498
|
+
[dataTagSymbol]: any;
|
|
499
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<Error>;
|
|
500
|
+
};
|
|
501
|
+
};
|
|
502
|
+
/**
|
|
503
|
+
* @summary Download a marketplace submission archive
|
|
504
|
+
* {@link /submissions/:submissionId/download}
|
|
505
|
+
*/
|
|
506
|
+
declare function useDownloadMarketplaceSubmissionArchiveSuspense<TData = DownloadMarketplaceSubmissionArchiveQueryResponse, TQueryKey extends QueryKey = DownloadMarketplaceSubmissionArchiveSuspenseQueryKey>(submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"], options?: {
|
|
507
|
+
query?: Partial<UseSuspenseQueryOptions<DownloadMarketplaceSubmissionArchiveQueryResponse, ResponseErrorConfig<Error>, TData, TQueryKey>> & {
|
|
508
|
+
client?: QueryClient;
|
|
509
|
+
};
|
|
510
|
+
client?: Partial<RequestConfig> & {
|
|
511
|
+
client?: typeof baseClient;
|
|
512
|
+
};
|
|
513
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<Error>> & {
|
|
514
|
+
queryKey: TQueryKey;
|
|
515
|
+
};
|
|
516
|
+
//#endregion
|
|
517
|
+
//#region src/generated/types/DownloadMarketplaceTemplate.d.ts
|
|
518
|
+
/**
|
|
519
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
520
|
+
* Do not edit manually.
|
|
521
|
+
*/
|
|
522
|
+
type DownloadMarketplaceTemplateQueryParams = {
|
|
523
|
+
/**
|
|
524
|
+
* @description Template name
|
|
525
|
+
* @minLength 1
|
|
526
|
+
* @type string
|
|
527
|
+
*/
|
|
528
|
+
name: string;
|
|
529
|
+
};
|
|
530
|
+
/**
|
|
531
|
+
* @description Template archive
|
|
532
|
+
*/
|
|
533
|
+
type DownloadMarketplaceTemplate200 = any;
|
|
534
|
+
/**
|
|
535
|
+
* @description Bad request
|
|
536
|
+
*/
|
|
537
|
+
type DownloadMarketplaceTemplate400 = {
|
|
538
|
+
/**
|
|
539
|
+
* @type string | undefined
|
|
540
|
+
*/
|
|
541
|
+
detail?: string;
|
|
542
|
+
/**
|
|
543
|
+
* @type string
|
|
544
|
+
*/
|
|
545
|
+
error: string;
|
|
546
|
+
/**
|
|
547
|
+
* @type string | undefined
|
|
548
|
+
*/
|
|
549
|
+
message?: string;
|
|
550
|
+
};
|
|
551
|
+
type DownloadMarketplaceTemplateQueryResponse = DownloadMarketplaceTemplate200;
|
|
552
|
+
type DownloadMarketplaceTemplateQuery = {
|
|
553
|
+
Response: DownloadMarketplaceTemplate200;
|
|
554
|
+
QueryParams: DownloadMarketplaceTemplateQueryParams;
|
|
555
|
+
Errors: DownloadMarketplaceTemplate400;
|
|
556
|
+
};
|
|
557
|
+
//#endregion
|
|
558
|
+
//#region src/generated/react/useDownloadMarketplaceTemplate.d.ts
|
|
559
|
+
declare const downloadMarketplaceTemplateQueryKey: (params: DownloadMarketplaceTemplateQueryParams) => readonly [{
|
|
560
|
+
readonly url: "/templates/download";
|
|
561
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]];
|
|
562
|
+
type DownloadMarketplaceTemplateQueryKey = ReturnType<typeof downloadMarketplaceTemplateQueryKey>;
|
|
563
|
+
declare function downloadMarketplaceTemplateQueryOptions(params: DownloadMarketplaceTemplateQueryParams, config?: Partial<RequestConfig> & {
|
|
564
|
+
client?: typeof baseClient;
|
|
565
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<any, ResponseErrorConfig<DownloadMarketplaceTemplate400>, any, readonly [{
|
|
566
|
+
readonly url: "/templates/download";
|
|
567
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]]>, "queryFn"> & {
|
|
568
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<any, readonly [{
|
|
569
|
+
readonly url: "/templates/download";
|
|
570
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]], never> | undefined;
|
|
571
|
+
} & {
|
|
572
|
+
queryKey: readonly [{
|
|
573
|
+
readonly url: "/templates/download";
|
|
574
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]] & {
|
|
575
|
+
[dataTagSymbol]: any;
|
|
576
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<DownloadMarketplaceTemplate400>;
|
|
577
|
+
};
|
|
578
|
+
};
|
|
579
|
+
/**
|
|
580
|
+
* @summary Download a marketplace template
|
|
581
|
+
* {@link /templates/download}
|
|
582
|
+
*/
|
|
583
|
+
declare function useDownloadMarketplaceTemplate<TData = DownloadMarketplaceTemplateQueryResponse, TQueryData = DownloadMarketplaceTemplateQueryResponse, TQueryKey extends QueryKey = DownloadMarketplaceTemplateQueryKey>(params: DownloadMarketplaceTemplateQueryParams, options?: {
|
|
584
|
+
query?: Partial<QueryObserverOptions<DownloadMarketplaceTemplateQueryResponse, ResponseErrorConfig<DownloadMarketplaceTemplate400>, TData, TQueryData, TQueryKey>> & {
|
|
585
|
+
client?: QueryClient;
|
|
586
|
+
};
|
|
587
|
+
client?: Partial<RequestConfig> & {
|
|
588
|
+
client?: typeof baseClient;
|
|
589
|
+
};
|
|
590
|
+
}): UseQueryResult<TData, ResponseErrorConfig<DownloadMarketplaceTemplate400>> & {
|
|
591
|
+
queryKey: TQueryKey;
|
|
592
|
+
};
|
|
593
|
+
//#endregion
|
|
594
|
+
//#region src/generated/react/useDownloadMarketplaceTemplateSuspense.d.ts
|
|
595
|
+
declare const downloadMarketplaceTemplateSuspenseQueryKey: (params: DownloadMarketplaceTemplateQueryParams) => readonly [{
|
|
596
|
+
readonly url: "/templates/download";
|
|
597
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]];
|
|
598
|
+
type DownloadMarketplaceTemplateSuspenseQueryKey = ReturnType<typeof downloadMarketplaceTemplateSuspenseQueryKey>;
|
|
599
|
+
declare function downloadMarketplaceTemplateSuspenseQueryOptions(params: DownloadMarketplaceTemplateQueryParams, config?: Partial<RequestConfig> & {
|
|
600
|
+
client?: typeof baseClient;
|
|
601
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<any, ResponseErrorConfig<DownloadMarketplaceTemplate400>, any, readonly [{
|
|
602
|
+
readonly url: "/templates/download";
|
|
603
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]]>, "queryFn"> & {
|
|
604
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<any, readonly [{
|
|
605
|
+
readonly url: "/templates/download";
|
|
606
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]], never> | undefined;
|
|
607
|
+
} & {
|
|
608
|
+
queryKey: readonly [{
|
|
609
|
+
readonly url: "/templates/download";
|
|
610
|
+
}, ...DownloadMarketplaceTemplateQueryParams[]] & {
|
|
611
|
+
[dataTagSymbol]: any;
|
|
612
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<DownloadMarketplaceTemplate400>;
|
|
613
|
+
};
|
|
614
|
+
};
|
|
615
|
+
/**
|
|
616
|
+
* @summary Download a marketplace template
|
|
617
|
+
* {@link /templates/download}
|
|
618
|
+
*/
|
|
619
|
+
declare function useDownloadMarketplaceTemplateSuspense<TData = DownloadMarketplaceTemplateQueryResponse, TQueryKey extends QueryKey = DownloadMarketplaceTemplateSuspenseQueryKey>(params: DownloadMarketplaceTemplateQueryParams, options?: {
|
|
620
|
+
query?: Partial<UseSuspenseQueryOptions<DownloadMarketplaceTemplateQueryResponse, ResponseErrorConfig<DownloadMarketplaceTemplate400>, TData, TQueryKey>> & {
|
|
621
|
+
client?: QueryClient;
|
|
622
|
+
};
|
|
623
|
+
client?: Partial<RequestConfig> & {
|
|
624
|
+
client?: typeof baseClient;
|
|
625
|
+
};
|
|
626
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<DownloadMarketplaceTemplate400>> & {
|
|
627
|
+
queryKey: TQueryKey;
|
|
628
|
+
};
|
|
629
|
+
//#endregion
|
|
630
|
+
//#region src/generated/types/FinalizeMarketplaceSubmission.d.ts
|
|
631
|
+
/**
|
|
632
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
633
|
+
* Do not edit manually.
|
|
634
|
+
*/
|
|
635
|
+
type FinalizeMarketplaceSubmissionPathParams = {
|
|
636
|
+
/**
|
|
637
|
+
* @description Submission identifier
|
|
638
|
+
* @minLength 1
|
|
639
|
+
* @type string
|
|
640
|
+
*/
|
|
641
|
+
submissionId: string;
|
|
642
|
+
};
|
|
643
|
+
/**
|
|
644
|
+
* @description Finalized submission
|
|
645
|
+
*/
|
|
646
|
+
type FinalizeMarketplaceSubmission200 = {
|
|
647
|
+
/**
|
|
648
|
+
* @type string
|
|
649
|
+
*/
|
|
650
|
+
submission_id: string;
|
|
651
|
+
/**
|
|
652
|
+
* @type string
|
|
653
|
+
*/
|
|
654
|
+
status: string;
|
|
655
|
+
/**
|
|
656
|
+
* @type string
|
|
657
|
+
*/
|
|
658
|
+
template_name: string;
|
|
659
|
+
};
|
|
660
|
+
/**
|
|
661
|
+
* @description Unauthorized
|
|
662
|
+
*/
|
|
663
|
+
type FinalizeMarketplaceSubmission401 = {
|
|
664
|
+
/**
|
|
665
|
+
* @type string | undefined
|
|
666
|
+
*/
|
|
667
|
+
detail?: string;
|
|
668
|
+
/**
|
|
669
|
+
* @type string
|
|
670
|
+
*/
|
|
671
|
+
error: string;
|
|
672
|
+
/**
|
|
673
|
+
* @type string | undefined
|
|
674
|
+
*/
|
|
675
|
+
message?: string;
|
|
676
|
+
};
|
|
677
|
+
/**
|
|
678
|
+
* @description Validation error
|
|
679
|
+
*/
|
|
680
|
+
type FinalizeMarketplaceSubmission422 = {
|
|
681
|
+
/**
|
|
682
|
+
* @type array | undefined
|
|
683
|
+
*/
|
|
684
|
+
detail?: any[];
|
|
685
|
+
};
|
|
686
|
+
/**
|
|
687
|
+
* @description Service error
|
|
688
|
+
*/
|
|
689
|
+
type FinalizeMarketplaceSubmission500 = {
|
|
690
|
+
/**
|
|
691
|
+
* @type string | undefined
|
|
692
|
+
*/
|
|
693
|
+
detail?: string;
|
|
694
|
+
/**
|
|
695
|
+
* @type string
|
|
696
|
+
*/
|
|
697
|
+
error: string;
|
|
698
|
+
/**
|
|
699
|
+
* @type string | undefined
|
|
700
|
+
*/
|
|
701
|
+
message?: string;
|
|
702
|
+
};
|
|
703
|
+
type FinalizeMarketplaceSubmissionMutationRequest = {
|
|
704
|
+
holaboss_user_id?: (string | null | null);
|
|
705
|
+
};
|
|
706
|
+
type FinalizeMarketplaceSubmissionMutationResponse = FinalizeMarketplaceSubmission200;
|
|
707
|
+
type FinalizeMarketplaceSubmissionMutation = {
|
|
708
|
+
Response: FinalizeMarketplaceSubmission200;
|
|
709
|
+
Request: FinalizeMarketplaceSubmissionMutationRequest;
|
|
710
|
+
PathParams: FinalizeMarketplaceSubmissionPathParams;
|
|
711
|
+
Errors: FinalizeMarketplaceSubmission401 | FinalizeMarketplaceSubmission422 | FinalizeMarketplaceSubmission500;
|
|
712
|
+
};
|
|
713
|
+
//#endregion
|
|
714
|
+
//#region src/generated/react/useFinalizeMarketplaceSubmission.d.ts
|
|
715
|
+
declare const finalizeMarketplaceSubmissionMutationKey: () => readonly [{
|
|
716
|
+
readonly url: "/submissions/:submissionId/finalize";
|
|
717
|
+
}];
|
|
718
|
+
type FinalizeMarketplaceSubmissionMutationKey = ReturnType<typeof finalizeMarketplaceSubmissionMutationKey>;
|
|
719
|
+
/**
|
|
720
|
+
* @summary Finalize marketplace submission
|
|
721
|
+
* {@link /submissions/:submissionId/finalize}
|
|
722
|
+
*/
|
|
723
|
+
declare function useFinalizeMarketplaceSubmission<TContext>(options?: {
|
|
724
|
+
mutation?: UseMutationOptions<FinalizeMarketplaceSubmissionMutationResponse, ResponseErrorConfig<FinalizeMarketplaceSubmission401 | FinalizeMarketplaceSubmission422 | FinalizeMarketplaceSubmission500>, {
|
|
725
|
+
submissionId: FinalizeMarketplaceSubmissionPathParams["submissionId"];
|
|
726
|
+
data?: FinalizeMarketplaceSubmissionMutationRequest;
|
|
727
|
+
}, TContext> & {
|
|
728
|
+
client?: QueryClient;
|
|
729
|
+
};
|
|
730
|
+
client?: Partial<RequestConfig<FinalizeMarketplaceSubmissionMutationRequest>> & {
|
|
731
|
+
client?: typeof baseClient;
|
|
732
|
+
};
|
|
733
|
+
}): _$_tanstack_react_query0.UseMutationResult<FinalizeMarketplaceSubmission200, ResponseErrorConfig<FinalizeMarketplaceSubmission401 | FinalizeMarketplaceSubmission422 | FinalizeMarketplaceSubmission500>, {
|
|
734
|
+
submissionId: FinalizeMarketplaceSubmissionPathParams["submissionId"];
|
|
735
|
+
data?: FinalizeMarketplaceSubmissionMutationRequest;
|
|
736
|
+
}, TContext>;
|
|
737
|
+
//#endregion
|
|
738
|
+
//#region src/generated/types/GenerateMarketplaceTemplateContent.d.ts
|
|
739
|
+
/**
|
|
740
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
741
|
+
* Do not edit manually.
|
|
742
|
+
*/
|
|
743
|
+
/**
|
|
744
|
+
* @description Generated template content
|
|
745
|
+
*/
|
|
746
|
+
type GenerateMarketplaceTemplateContent200 = {
|
|
747
|
+
/**
|
|
748
|
+
* @type string
|
|
749
|
+
*/
|
|
750
|
+
content: string;
|
|
751
|
+
};
|
|
752
|
+
/**
|
|
753
|
+
* @description Unauthorized
|
|
754
|
+
*/
|
|
755
|
+
type GenerateMarketplaceTemplateContent401 = {
|
|
756
|
+
/**
|
|
757
|
+
* @type string | undefined
|
|
758
|
+
*/
|
|
759
|
+
detail?: string;
|
|
760
|
+
/**
|
|
761
|
+
* @type string
|
|
762
|
+
*/
|
|
763
|
+
error: string;
|
|
764
|
+
/**
|
|
765
|
+
* @type string | undefined
|
|
766
|
+
*/
|
|
767
|
+
message?: string;
|
|
768
|
+
};
|
|
769
|
+
/**
|
|
770
|
+
* @description Validation error
|
|
771
|
+
*/
|
|
772
|
+
type GenerateMarketplaceTemplateContent422 = {
|
|
773
|
+
/**
|
|
774
|
+
* @type array | undefined
|
|
775
|
+
*/
|
|
776
|
+
detail?: any[];
|
|
777
|
+
};
|
|
778
|
+
/**
|
|
779
|
+
* @description Service error
|
|
780
|
+
*/
|
|
781
|
+
type GenerateMarketplaceTemplateContent500 = {
|
|
782
|
+
/**
|
|
783
|
+
* @type string | undefined
|
|
784
|
+
*/
|
|
785
|
+
detail?: string;
|
|
786
|
+
/**
|
|
787
|
+
* @type string
|
|
788
|
+
*/
|
|
789
|
+
error: string;
|
|
790
|
+
/**
|
|
791
|
+
* @type string | undefined
|
|
792
|
+
*/
|
|
793
|
+
message?: string;
|
|
794
|
+
};
|
|
795
|
+
type GenerateMarketplaceTemplateContentMutationRequest = {
|
|
796
|
+
/**
|
|
797
|
+
* @pattern ^(onboarding|readme)$
|
|
798
|
+
* @type string
|
|
799
|
+
*/
|
|
800
|
+
content_type: string;
|
|
801
|
+
/**
|
|
802
|
+
* @type string
|
|
803
|
+
*/
|
|
804
|
+
name: string;
|
|
805
|
+
/**
|
|
806
|
+
* @type string
|
|
807
|
+
*/
|
|
808
|
+
description: string;
|
|
809
|
+
/**
|
|
810
|
+
* @default "general"
|
|
811
|
+
* @type string | undefined
|
|
812
|
+
*/
|
|
813
|
+
category?: string;
|
|
814
|
+
/**
|
|
815
|
+
* @type array | undefined
|
|
816
|
+
*/
|
|
817
|
+
tags?: string[];
|
|
818
|
+
/**
|
|
819
|
+
* @type array | undefined
|
|
820
|
+
*/
|
|
821
|
+
apps?: string[];
|
|
822
|
+
};
|
|
823
|
+
type GenerateMarketplaceTemplateContentMutationResponse = GenerateMarketplaceTemplateContent200;
|
|
824
|
+
type GenerateMarketplaceTemplateContentMutation = {
|
|
825
|
+
Response: GenerateMarketplaceTemplateContent200;
|
|
826
|
+
Request: GenerateMarketplaceTemplateContentMutationRequest;
|
|
827
|
+
Errors: GenerateMarketplaceTemplateContent401 | GenerateMarketplaceTemplateContent422 | GenerateMarketplaceTemplateContent500;
|
|
828
|
+
};
|
|
829
|
+
//#endregion
|
|
830
|
+
//#region src/generated/react/useGenerateMarketplaceTemplateContent.d.ts
|
|
831
|
+
declare const generateMarketplaceTemplateContentMutationKey: () => readonly [{
|
|
832
|
+
readonly url: "/template-content/generate";
|
|
833
|
+
}];
|
|
834
|
+
type GenerateMarketplaceTemplateContentMutationKey = ReturnType<typeof generateMarketplaceTemplateContentMutationKey>;
|
|
835
|
+
/**
|
|
836
|
+
* @summary Generate marketplace template content
|
|
837
|
+
* {@link /template-content/generate}
|
|
838
|
+
*/
|
|
839
|
+
declare function useGenerateMarketplaceTemplateContent<TContext>(options?: {
|
|
840
|
+
mutation?: UseMutationOptions<GenerateMarketplaceTemplateContentMutationResponse, ResponseErrorConfig<GenerateMarketplaceTemplateContent401 | GenerateMarketplaceTemplateContent422 | GenerateMarketplaceTemplateContent500>, {
|
|
841
|
+
data: GenerateMarketplaceTemplateContentMutationRequest;
|
|
842
|
+
}, TContext> & {
|
|
843
|
+
client?: QueryClient;
|
|
844
|
+
};
|
|
845
|
+
client?: Partial<RequestConfig<GenerateMarketplaceTemplateContentMutationRequest>> & {
|
|
846
|
+
client?: typeof baseClient;
|
|
847
|
+
};
|
|
848
|
+
}): _$_tanstack_react_query0.UseMutationResult<GenerateMarketplaceTemplateContent200, ResponseErrorConfig<GenerateMarketplaceTemplateContent401 | GenerateMarketplaceTemplateContent422 | GenerateMarketplaceTemplateContent500>, {
|
|
849
|
+
data: GenerateMarketplaceTemplateContentMutationRequest;
|
|
850
|
+
}, TContext>;
|
|
851
|
+
//#endregion
|
|
852
|
+
//#region src/generated/types/GetMarketplaceSkill.d.ts
|
|
853
|
+
/**
|
|
854
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
855
|
+
* Do not edit manually.
|
|
856
|
+
*/
|
|
857
|
+
type GetMarketplaceSkillPathParams = {
|
|
858
|
+
/**
|
|
859
|
+
* @description Marketplace skill identifier
|
|
860
|
+
* @minLength 1
|
|
861
|
+
* @type string
|
|
862
|
+
*/
|
|
863
|
+
skillId: string;
|
|
864
|
+
};
|
|
865
|
+
/**
|
|
866
|
+
* @description Marketplace skill detail
|
|
867
|
+
*/
|
|
868
|
+
type GetMarketplaceSkill200 = {
|
|
869
|
+
/**
|
|
870
|
+
* @type string
|
|
871
|
+
*/
|
|
872
|
+
id: string;
|
|
873
|
+
/**
|
|
874
|
+
* @type string
|
|
875
|
+
*/
|
|
876
|
+
name: string;
|
|
877
|
+
/**
|
|
878
|
+
* @type string
|
|
879
|
+
*/
|
|
880
|
+
description: string;
|
|
881
|
+
/**
|
|
882
|
+
* @type string
|
|
883
|
+
*/
|
|
884
|
+
category: string;
|
|
885
|
+
/**
|
|
886
|
+
* @type string
|
|
887
|
+
*/
|
|
888
|
+
icon: string;
|
|
889
|
+
/**
|
|
890
|
+
* @type array | undefined
|
|
891
|
+
*/
|
|
892
|
+
tags?: string[];
|
|
893
|
+
long_description?: (string | null | null);
|
|
894
|
+
/**
|
|
895
|
+
* @default "Holaboss"
|
|
896
|
+
* @type string | undefined
|
|
897
|
+
*/
|
|
898
|
+
author?: string;
|
|
899
|
+
/**
|
|
900
|
+
* @default "official"
|
|
901
|
+
* @type string | undefined
|
|
902
|
+
*/
|
|
903
|
+
source?: string;
|
|
904
|
+
/**
|
|
905
|
+
* @default true
|
|
906
|
+
* @type boolean | undefined
|
|
907
|
+
*/
|
|
908
|
+
verified?: boolean;
|
|
909
|
+
/**
|
|
910
|
+
* @default 0
|
|
911
|
+
* @type integer | undefined
|
|
912
|
+
*/
|
|
913
|
+
install_count?: number;
|
|
914
|
+
/**
|
|
915
|
+
* @default false
|
|
916
|
+
* @type boolean | undefined
|
|
917
|
+
*/
|
|
918
|
+
is_coming_soon?: boolean;
|
|
919
|
+
/**
|
|
920
|
+
* @default false
|
|
921
|
+
* @type boolean | undefined
|
|
922
|
+
*/
|
|
923
|
+
is_popular?: boolean;
|
|
924
|
+
system_prompt?: (string | null | null);
|
|
925
|
+
/**
|
|
926
|
+
* @type array | undefined
|
|
927
|
+
*/
|
|
928
|
+
capabilities?: string[];
|
|
929
|
+
settings_schema?: ({
|
|
930
|
+
[key: string]: any;
|
|
931
|
+
} | null | null);
|
|
932
|
+
};
|
|
933
|
+
/**
|
|
934
|
+
* @description Service error
|
|
935
|
+
*/
|
|
936
|
+
type GetMarketplaceSkill500 = {
|
|
937
|
+
/**
|
|
938
|
+
* @type string | undefined
|
|
939
|
+
*/
|
|
940
|
+
detail?: string;
|
|
941
|
+
/**
|
|
942
|
+
* @type string
|
|
943
|
+
*/
|
|
944
|
+
error: string;
|
|
945
|
+
/**
|
|
946
|
+
* @type string | undefined
|
|
947
|
+
*/
|
|
948
|
+
message?: string;
|
|
949
|
+
};
|
|
950
|
+
type GetMarketplaceSkillQueryResponse = GetMarketplaceSkill200;
|
|
951
|
+
type GetMarketplaceSkillQuery = {
|
|
952
|
+
Response: GetMarketplaceSkill200;
|
|
953
|
+
PathParams: GetMarketplaceSkillPathParams;
|
|
954
|
+
Errors: GetMarketplaceSkill500;
|
|
955
|
+
};
|
|
956
|
+
//#endregion
|
|
957
|
+
//#region src/generated/react/useGetMarketplaceSkill.d.ts
|
|
958
|
+
declare const getMarketplaceSkillQueryKey: (skillId: GetMarketplaceSkillPathParams["skillId"]) => readonly [{
|
|
959
|
+
readonly url: "/skills/:skillId";
|
|
960
|
+
readonly params: {
|
|
961
|
+
readonly skillId: string;
|
|
962
|
+
};
|
|
963
|
+
}];
|
|
964
|
+
type GetMarketplaceSkillQueryKey = ReturnType<typeof getMarketplaceSkillQueryKey>;
|
|
965
|
+
declare function getMarketplaceSkillQueryOptions(skillId: GetMarketplaceSkillPathParams["skillId"], config?: Partial<RequestConfig> & {
|
|
966
|
+
client?: typeof baseClient;
|
|
967
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<GetMarketplaceSkill200, ResponseErrorConfig<GetMarketplaceSkill500>, GetMarketplaceSkill200, readonly [{
|
|
968
|
+
readonly url: "/skills/:skillId";
|
|
969
|
+
readonly params: {
|
|
970
|
+
readonly skillId: string;
|
|
971
|
+
};
|
|
972
|
+
}]>, "queryFn"> & {
|
|
973
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<GetMarketplaceSkill200, readonly [{
|
|
974
|
+
readonly url: "/skills/:skillId";
|
|
975
|
+
readonly params: {
|
|
976
|
+
readonly skillId: string;
|
|
977
|
+
};
|
|
978
|
+
}], never> | undefined;
|
|
979
|
+
} & {
|
|
980
|
+
queryKey: readonly [{
|
|
981
|
+
readonly url: "/skills/:skillId";
|
|
982
|
+
readonly params: {
|
|
983
|
+
readonly skillId: string;
|
|
984
|
+
};
|
|
985
|
+
}] & {
|
|
986
|
+
[dataTagSymbol]: GetMarketplaceSkill200;
|
|
987
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<GetMarketplaceSkill500>;
|
|
988
|
+
};
|
|
989
|
+
};
|
|
990
|
+
/**
|
|
991
|
+
* @summary Get a marketplace skill
|
|
992
|
+
* {@link /skills/:skillId}
|
|
993
|
+
*/
|
|
994
|
+
declare function useGetMarketplaceSkill<TData = GetMarketplaceSkillQueryResponse, TQueryData = GetMarketplaceSkillQueryResponse, TQueryKey extends QueryKey = GetMarketplaceSkillQueryKey>(skillId: GetMarketplaceSkillPathParams["skillId"], options?: {
|
|
995
|
+
query?: Partial<QueryObserverOptions<GetMarketplaceSkillQueryResponse, ResponseErrorConfig<GetMarketplaceSkill500>, TData, TQueryData, TQueryKey>> & {
|
|
996
|
+
client?: QueryClient;
|
|
997
|
+
};
|
|
998
|
+
client?: Partial<RequestConfig> & {
|
|
999
|
+
client?: typeof baseClient;
|
|
1000
|
+
};
|
|
1001
|
+
}): UseQueryResult<TData, ResponseErrorConfig<GetMarketplaceSkill500>> & {
|
|
1002
|
+
queryKey: TQueryKey;
|
|
1003
|
+
};
|
|
1004
|
+
//#endregion
|
|
1005
|
+
//#region src/generated/react/useGetMarketplaceSkillSuspense.d.ts
|
|
1006
|
+
declare const getMarketplaceSkillSuspenseQueryKey: (skillId: GetMarketplaceSkillPathParams["skillId"]) => readonly [{
|
|
1007
|
+
readonly url: "/skills/:skillId";
|
|
1008
|
+
readonly params: {
|
|
1009
|
+
readonly skillId: string;
|
|
1010
|
+
};
|
|
1011
|
+
}];
|
|
1012
|
+
type GetMarketplaceSkillSuspenseQueryKey = ReturnType<typeof getMarketplaceSkillSuspenseQueryKey>;
|
|
1013
|
+
declare function getMarketplaceSkillSuspenseQueryOptions(skillId: GetMarketplaceSkillPathParams["skillId"], config?: Partial<RequestConfig> & {
|
|
1014
|
+
client?: typeof baseClient;
|
|
1015
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<GetMarketplaceSkill200, ResponseErrorConfig<GetMarketplaceSkill500>, GetMarketplaceSkill200, readonly [{
|
|
1016
|
+
readonly url: "/skills/:skillId";
|
|
1017
|
+
readonly params: {
|
|
1018
|
+
readonly skillId: string;
|
|
1019
|
+
};
|
|
1020
|
+
}]>, "queryFn"> & {
|
|
1021
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<GetMarketplaceSkill200, readonly [{
|
|
1022
|
+
readonly url: "/skills/:skillId";
|
|
1023
|
+
readonly params: {
|
|
1024
|
+
readonly skillId: string;
|
|
1025
|
+
};
|
|
1026
|
+
}], never> | undefined;
|
|
1027
|
+
} & {
|
|
1028
|
+
queryKey: readonly [{
|
|
1029
|
+
readonly url: "/skills/:skillId";
|
|
1030
|
+
readonly params: {
|
|
1031
|
+
readonly skillId: string;
|
|
1032
|
+
};
|
|
1033
|
+
}] & {
|
|
1034
|
+
[dataTagSymbol]: GetMarketplaceSkill200;
|
|
1035
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<GetMarketplaceSkill500>;
|
|
1036
|
+
};
|
|
1037
|
+
};
|
|
1038
|
+
/**
|
|
1039
|
+
* @summary Get a marketplace skill
|
|
1040
|
+
* {@link /skills/:skillId}
|
|
1041
|
+
*/
|
|
1042
|
+
declare function useGetMarketplaceSkillSuspense<TData = GetMarketplaceSkillQueryResponse, TQueryKey extends QueryKey = GetMarketplaceSkillSuspenseQueryKey>(skillId: GetMarketplaceSkillPathParams["skillId"], options?: {
|
|
1043
|
+
query?: Partial<UseSuspenseQueryOptions<GetMarketplaceSkillQueryResponse, ResponseErrorConfig<GetMarketplaceSkill500>, TData, TQueryKey>> & {
|
|
1044
|
+
client?: QueryClient;
|
|
1045
|
+
};
|
|
1046
|
+
client?: Partial<RequestConfig> & {
|
|
1047
|
+
client?: typeof baseClient;
|
|
1048
|
+
};
|
|
1049
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<GetMarketplaceSkill500>> & {
|
|
1050
|
+
queryKey: TQueryKey;
|
|
1051
|
+
};
|
|
1052
|
+
//#endregion
|
|
1053
|
+
//#region src/generated/types/InstallImportedMarketplaceSkill.d.ts
|
|
1054
|
+
/**
|
|
1055
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1056
|
+
* Do not edit manually.
|
|
1057
|
+
*/
|
|
1058
|
+
/**
|
|
1059
|
+
* @description Installed imported skill metadata
|
|
1060
|
+
*/
|
|
1061
|
+
type InstallImportedMarketplaceSkill200 = {
|
|
1062
|
+
/**
|
|
1063
|
+
* @type string
|
|
1064
|
+
*/
|
|
1065
|
+
id: string;
|
|
1066
|
+
/**
|
|
1067
|
+
* @type string
|
|
1068
|
+
*/
|
|
1069
|
+
workspace_id: string;
|
|
1070
|
+
/**
|
|
1071
|
+
* @type string
|
|
1072
|
+
*/
|
|
1073
|
+
skill_id: string;
|
|
1074
|
+
/**
|
|
1075
|
+
* @default true
|
|
1076
|
+
* @type boolean | undefined
|
|
1077
|
+
*/
|
|
1078
|
+
enabled?: boolean;
|
|
1079
|
+
/**
|
|
1080
|
+
* @type object | undefined
|
|
1081
|
+
*/
|
|
1082
|
+
settings?: {
|
|
1083
|
+
[key: string]: any;
|
|
1084
|
+
};
|
|
1085
|
+
content?: (string | null | null);
|
|
1086
|
+
source_url?: (string | null | null);
|
|
1087
|
+
/**
|
|
1088
|
+
* @default ""
|
|
1089
|
+
* @type string | undefined
|
|
1090
|
+
*/
|
|
1091
|
+
installed_at?: string;
|
|
1092
|
+
/**
|
|
1093
|
+
* @default ""
|
|
1094
|
+
* @type string | undefined
|
|
1095
|
+
*/
|
|
1096
|
+
updated_at?: string;
|
|
1097
|
+
/**
|
|
1098
|
+
* @type string
|
|
1099
|
+
*/
|
|
1100
|
+
imported_name: string;
|
|
1101
|
+
/**
|
|
1102
|
+
* @type string
|
|
1103
|
+
*/
|
|
1104
|
+
imported_description: string;
|
|
1105
|
+
};
|
|
1106
|
+
/**
|
|
1107
|
+
* @description Unauthorized
|
|
1108
|
+
*/
|
|
1109
|
+
type InstallImportedMarketplaceSkill401 = {
|
|
1110
|
+
/**
|
|
1111
|
+
* @type string | undefined
|
|
1112
|
+
*/
|
|
1113
|
+
detail?: string;
|
|
1114
|
+
/**
|
|
1115
|
+
* @type string
|
|
1116
|
+
*/
|
|
1117
|
+
error: string;
|
|
1118
|
+
/**
|
|
1119
|
+
* @type string | undefined
|
|
1120
|
+
*/
|
|
1121
|
+
message?: string;
|
|
1122
|
+
};
|
|
1123
|
+
/**
|
|
1124
|
+
* @description Validation error
|
|
1125
|
+
*/
|
|
1126
|
+
type InstallImportedMarketplaceSkill422 = {
|
|
1127
|
+
/**
|
|
1128
|
+
* @type array | undefined
|
|
1129
|
+
*/
|
|
1130
|
+
detail?: any[];
|
|
1131
|
+
};
|
|
1132
|
+
/**
|
|
1133
|
+
* @description Service error
|
|
1134
|
+
*/
|
|
1135
|
+
type InstallImportedMarketplaceSkill500 = {
|
|
1136
|
+
/**
|
|
1137
|
+
* @type string | undefined
|
|
1138
|
+
*/
|
|
1139
|
+
detail?: string;
|
|
1140
|
+
/**
|
|
1141
|
+
* @type string
|
|
1142
|
+
*/
|
|
1143
|
+
error: string;
|
|
1144
|
+
/**
|
|
1145
|
+
* @type string | undefined
|
|
1146
|
+
*/
|
|
1147
|
+
message?: string;
|
|
1148
|
+
};
|
|
1149
|
+
type InstallImportedMarketplaceSkillMutationRequest = {
|
|
1150
|
+
/**
|
|
1151
|
+
* @type string
|
|
1152
|
+
*/
|
|
1153
|
+
workspace_id: string;
|
|
1154
|
+
/**
|
|
1155
|
+
* @type string
|
|
1156
|
+
*/
|
|
1157
|
+
url: string;
|
|
1158
|
+
};
|
|
1159
|
+
type InstallImportedMarketplaceSkillMutationResponse = InstallImportedMarketplaceSkill200;
|
|
1160
|
+
type InstallImportedMarketplaceSkillMutation = {
|
|
1161
|
+
Response: InstallImportedMarketplaceSkill200;
|
|
1162
|
+
Request: InstallImportedMarketplaceSkillMutationRequest;
|
|
1163
|
+
Errors: InstallImportedMarketplaceSkill401 | InstallImportedMarketplaceSkill422 | InstallImportedMarketplaceSkill500;
|
|
1164
|
+
};
|
|
1165
|
+
//#endregion
|
|
1166
|
+
//#region src/generated/react/useInstallImportedMarketplaceSkill.d.ts
|
|
1167
|
+
declare const installImportedMarketplaceSkillMutationKey: () => readonly [{
|
|
1168
|
+
readonly url: "/skills/import-install";
|
|
1169
|
+
}];
|
|
1170
|
+
type InstallImportedMarketplaceSkillMutationKey = ReturnType<typeof installImportedMarketplaceSkillMutationKey>;
|
|
1171
|
+
/**
|
|
1172
|
+
* @summary Install a skill from URL
|
|
1173
|
+
* {@link /skills/import-install}
|
|
1174
|
+
*/
|
|
1175
|
+
declare function useInstallImportedMarketplaceSkill<TContext>(options?: {
|
|
1176
|
+
mutation?: UseMutationOptions<InstallImportedMarketplaceSkillMutationResponse, ResponseErrorConfig<InstallImportedMarketplaceSkill401 | InstallImportedMarketplaceSkill422 | InstallImportedMarketplaceSkill500>, {
|
|
1177
|
+
data: InstallImportedMarketplaceSkillMutationRequest;
|
|
1178
|
+
}, TContext> & {
|
|
1179
|
+
client?: QueryClient;
|
|
1180
|
+
};
|
|
1181
|
+
client?: Partial<RequestConfig<InstallImportedMarketplaceSkillMutationRequest>> & {
|
|
1182
|
+
client?: typeof baseClient;
|
|
1183
|
+
};
|
|
1184
|
+
}): _$_tanstack_react_query0.UseMutationResult<InstallImportedMarketplaceSkill200, ResponseErrorConfig<InstallImportedMarketplaceSkill401 | InstallImportedMarketplaceSkill422 | InstallImportedMarketplaceSkill500>, {
|
|
1185
|
+
data: InstallImportedMarketplaceSkillMutationRequest;
|
|
1186
|
+
}, TContext>;
|
|
1187
|
+
//#endregion
|
|
1188
|
+
//#region src/generated/types/InstallMarketplaceSkill.d.ts
|
|
1189
|
+
/**
|
|
1190
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1191
|
+
* Do not edit manually.
|
|
1192
|
+
*/
|
|
1193
|
+
/**
|
|
1194
|
+
* @description Installed skill metadata
|
|
1195
|
+
*/
|
|
1196
|
+
type InstallMarketplaceSkill200 = {
|
|
1197
|
+
/**
|
|
1198
|
+
* @type string
|
|
1199
|
+
*/
|
|
1200
|
+
id: string;
|
|
1201
|
+
/**
|
|
1202
|
+
* @type string
|
|
1203
|
+
*/
|
|
1204
|
+
workspace_id: string;
|
|
1205
|
+
/**
|
|
1206
|
+
* @type string
|
|
1207
|
+
*/
|
|
1208
|
+
skill_id: string;
|
|
1209
|
+
/**
|
|
1210
|
+
* @default true
|
|
1211
|
+
* @type boolean | undefined
|
|
1212
|
+
*/
|
|
1213
|
+
enabled?: boolean;
|
|
1214
|
+
/**
|
|
1215
|
+
* @type object | undefined
|
|
1216
|
+
*/
|
|
1217
|
+
settings?: {
|
|
1218
|
+
[key: string]: any;
|
|
1219
|
+
};
|
|
1220
|
+
content?: (string | null | null);
|
|
1221
|
+
source_url?: (string | null | null);
|
|
1222
|
+
/**
|
|
1223
|
+
* @default ""
|
|
1224
|
+
* @type string | undefined
|
|
1225
|
+
*/
|
|
1226
|
+
installed_at?: string;
|
|
1227
|
+
/**
|
|
1228
|
+
* @default ""
|
|
1229
|
+
* @type string | undefined
|
|
1230
|
+
*/
|
|
1231
|
+
updated_at?: string;
|
|
1232
|
+
};
|
|
1233
|
+
/**
|
|
1234
|
+
* @description Unauthorized
|
|
1235
|
+
*/
|
|
1236
|
+
type InstallMarketplaceSkill401 = {
|
|
1237
|
+
/**
|
|
1238
|
+
* @type string | undefined
|
|
1239
|
+
*/
|
|
1240
|
+
detail?: string;
|
|
1241
|
+
/**
|
|
1242
|
+
* @type string
|
|
1243
|
+
*/
|
|
1244
|
+
error: string;
|
|
1245
|
+
/**
|
|
1246
|
+
* @type string | undefined
|
|
1247
|
+
*/
|
|
1248
|
+
message?: string;
|
|
1249
|
+
};
|
|
1250
|
+
/**
|
|
1251
|
+
* @description Validation error
|
|
1252
|
+
*/
|
|
1253
|
+
type InstallMarketplaceSkill422 = {
|
|
1254
|
+
/**
|
|
1255
|
+
* @type array | undefined
|
|
1256
|
+
*/
|
|
1257
|
+
detail?: any[];
|
|
1258
|
+
};
|
|
1259
|
+
/**
|
|
1260
|
+
* @description Service error
|
|
1261
|
+
*/
|
|
1262
|
+
type InstallMarketplaceSkill500 = {
|
|
1263
|
+
/**
|
|
1264
|
+
* @type string | undefined
|
|
1265
|
+
*/
|
|
1266
|
+
detail?: string;
|
|
1267
|
+
/**
|
|
1268
|
+
* @type string
|
|
1269
|
+
*/
|
|
1270
|
+
error: string;
|
|
1271
|
+
/**
|
|
1272
|
+
* @type string | undefined
|
|
1273
|
+
*/
|
|
1274
|
+
message?: string;
|
|
1275
|
+
};
|
|
1276
|
+
type InstallMarketplaceSkillMutationRequest = {
|
|
1277
|
+
/**
|
|
1278
|
+
* @type string
|
|
1279
|
+
*/
|
|
1280
|
+
workspace_id: string;
|
|
1281
|
+
/**
|
|
1282
|
+
* @type string
|
|
1283
|
+
*/
|
|
1284
|
+
skill_id: string;
|
|
1285
|
+
};
|
|
1286
|
+
type InstallMarketplaceSkillMutationResponse = InstallMarketplaceSkill200;
|
|
1287
|
+
type InstallMarketplaceSkillMutation = {
|
|
1288
|
+
Response: InstallMarketplaceSkill200;
|
|
1289
|
+
Request: InstallMarketplaceSkillMutationRequest;
|
|
1290
|
+
Errors: InstallMarketplaceSkill401 | InstallMarketplaceSkill422 | InstallMarketplaceSkill500;
|
|
1291
|
+
};
|
|
1292
|
+
//#endregion
|
|
1293
|
+
//#region src/generated/react/useInstallMarketplaceSkill.d.ts
|
|
1294
|
+
declare const installMarketplaceSkillMutationKey: () => readonly [{
|
|
1295
|
+
readonly url: "/skills/install";
|
|
1296
|
+
}];
|
|
1297
|
+
type InstallMarketplaceSkillMutationKey = ReturnType<typeof installMarketplaceSkillMutationKey>;
|
|
1298
|
+
/**
|
|
1299
|
+
* @summary Install a marketplace skill
|
|
1300
|
+
* {@link /skills/install}
|
|
1301
|
+
*/
|
|
1302
|
+
declare function useInstallMarketplaceSkill<TContext>(options?: {
|
|
1303
|
+
mutation?: UseMutationOptions<InstallMarketplaceSkillMutationResponse, ResponseErrorConfig<InstallMarketplaceSkill401 | InstallMarketplaceSkill422 | InstallMarketplaceSkill500>, {
|
|
1304
|
+
data: InstallMarketplaceSkillMutationRequest;
|
|
1305
|
+
}, TContext> & {
|
|
1306
|
+
client?: QueryClient;
|
|
1307
|
+
};
|
|
1308
|
+
client?: Partial<RequestConfig<InstallMarketplaceSkillMutationRequest>> & {
|
|
1309
|
+
client?: typeof baseClient;
|
|
1310
|
+
};
|
|
1311
|
+
}): _$_tanstack_react_query0.UseMutationResult<InstallMarketplaceSkill200, ResponseErrorConfig<InstallMarketplaceSkill401 | InstallMarketplaceSkill422 | InstallMarketplaceSkill500>, {
|
|
1312
|
+
data: InstallMarketplaceSkillMutationRequest;
|
|
1313
|
+
}, TContext>;
|
|
1314
|
+
//#endregion
|
|
1315
|
+
//#region src/generated/types/ListMarketplaceAppTemplates.d.ts
|
|
1316
|
+
/**
|
|
1317
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1318
|
+
* Do not edit manually.
|
|
1319
|
+
*/
|
|
1320
|
+
/**
|
|
1321
|
+
* @description Marketplace app templates
|
|
1322
|
+
*/
|
|
1323
|
+
type ListMarketplaceAppTemplates200 = {
|
|
1324
|
+
/**
|
|
1325
|
+
* @type array
|
|
1326
|
+
*/
|
|
1327
|
+
templates: {
|
|
1328
|
+
/**
|
|
1329
|
+
* @type string
|
|
1330
|
+
*/
|
|
1331
|
+
name: string;
|
|
1332
|
+
/**
|
|
1333
|
+
* @type string
|
|
1334
|
+
*/
|
|
1335
|
+
repo: string;
|
|
1336
|
+
/**
|
|
1337
|
+
* @default "."
|
|
1338
|
+
* @type string | undefined
|
|
1339
|
+
*/
|
|
1340
|
+
path?: string;
|
|
1341
|
+
/**
|
|
1342
|
+
* @default "main"
|
|
1343
|
+
* @type string | undefined
|
|
1344
|
+
*/
|
|
1345
|
+
default_ref?: string;
|
|
1346
|
+
description?: (string | null | null);
|
|
1347
|
+
readme?: (string | null | null);
|
|
1348
|
+
/**
|
|
1349
|
+
* @default false
|
|
1350
|
+
* @type boolean | undefined
|
|
1351
|
+
*/
|
|
1352
|
+
is_hidden?: boolean;
|
|
1353
|
+
/**
|
|
1354
|
+
* @default false
|
|
1355
|
+
* @type boolean | undefined
|
|
1356
|
+
*/
|
|
1357
|
+
is_coming_soon?: boolean;
|
|
1358
|
+
/**
|
|
1359
|
+
* @type array | undefined
|
|
1360
|
+
*/
|
|
1361
|
+
allowed_user_ids?: string[];
|
|
1362
|
+
icon?: (string | null | null);
|
|
1363
|
+
/**
|
|
1364
|
+
* @default "general"
|
|
1365
|
+
* @type string | undefined
|
|
1366
|
+
*/
|
|
1367
|
+
category?: string;
|
|
1368
|
+
/**
|
|
1369
|
+
* @type array | undefined
|
|
1370
|
+
*/
|
|
1371
|
+
tags?: string[];
|
|
1372
|
+
/**
|
|
1373
|
+
* @default ""
|
|
1374
|
+
* @type string | undefined
|
|
1375
|
+
*/
|
|
1376
|
+
archive_url_template?: string;
|
|
1377
|
+
archive_version?: (string | null | null);
|
|
1378
|
+
version?: (string | null | null);
|
|
1379
|
+
/**
|
|
1380
|
+
* @type array | undefined
|
|
1381
|
+
*/
|
|
1382
|
+
archives?: {
|
|
1383
|
+
/**
|
|
1384
|
+
* @type string
|
|
1385
|
+
*/
|
|
1386
|
+
target: string;
|
|
1387
|
+
/**
|
|
1388
|
+
* @type string
|
|
1389
|
+
*/
|
|
1390
|
+
url: string;
|
|
1391
|
+
}[];
|
|
1392
|
+
}[];
|
|
1393
|
+
};
|
|
1394
|
+
/**
|
|
1395
|
+
* @description Service error
|
|
1396
|
+
*/
|
|
1397
|
+
type ListMarketplaceAppTemplates500 = {
|
|
1398
|
+
/**
|
|
1399
|
+
* @type string | undefined
|
|
1400
|
+
*/
|
|
1401
|
+
detail?: string;
|
|
1402
|
+
/**
|
|
1403
|
+
* @type string
|
|
1404
|
+
*/
|
|
1405
|
+
error: string;
|
|
1406
|
+
/**
|
|
1407
|
+
* @type string | undefined
|
|
1408
|
+
*/
|
|
1409
|
+
message?: string;
|
|
1410
|
+
};
|
|
1411
|
+
type ListMarketplaceAppTemplatesQueryResponse = ListMarketplaceAppTemplates200;
|
|
1412
|
+
type ListMarketplaceAppTemplatesQuery = {
|
|
1413
|
+
Response: ListMarketplaceAppTemplates200;
|
|
1414
|
+
Errors: ListMarketplaceAppTemplates500;
|
|
1415
|
+
};
|
|
1416
|
+
//#endregion
|
|
1417
|
+
//#region src/generated/react/useListMarketplaceAppTemplates.d.ts
|
|
1418
|
+
declare const listMarketplaceAppTemplatesQueryKey: () => readonly [{
|
|
1419
|
+
readonly url: "/app-templates";
|
|
1420
|
+
}];
|
|
1421
|
+
type ListMarketplaceAppTemplatesQueryKey = ReturnType<typeof listMarketplaceAppTemplatesQueryKey>;
|
|
1422
|
+
declare function listMarketplaceAppTemplatesQueryOptions(config?: Partial<RequestConfig> & {
|
|
1423
|
+
client?: typeof baseClient;
|
|
1424
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceAppTemplates200, ResponseErrorConfig<ListMarketplaceAppTemplates500>, ListMarketplaceAppTemplates200, readonly [{
|
|
1425
|
+
readonly url: "/app-templates";
|
|
1426
|
+
}]>, "queryFn"> & {
|
|
1427
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceAppTemplates200, readonly [{
|
|
1428
|
+
readonly url: "/app-templates";
|
|
1429
|
+
}], never> | undefined;
|
|
1430
|
+
} & {
|
|
1431
|
+
queryKey: readonly [{
|
|
1432
|
+
readonly url: "/app-templates";
|
|
1433
|
+
}] & {
|
|
1434
|
+
[dataTagSymbol]: ListMarketplaceAppTemplates200;
|
|
1435
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceAppTemplates500>;
|
|
1436
|
+
};
|
|
1437
|
+
};
|
|
1438
|
+
/**
|
|
1439
|
+
* @summary List marketplace app templates
|
|
1440
|
+
* {@link /app-templates}
|
|
1441
|
+
*/
|
|
1442
|
+
declare function useListMarketplaceAppTemplates<TData = ListMarketplaceAppTemplatesQueryResponse, TQueryData = ListMarketplaceAppTemplatesQueryResponse, TQueryKey extends QueryKey = ListMarketplaceAppTemplatesQueryKey>(options?: {
|
|
1443
|
+
query?: Partial<QueryObserverOptions<ListMarketplaceAppTemplatesQueryResponse, ResponseErrorConfig<ListMarketplaceAppTemplates500>, TData, TQueryData, TQueryKey>> & {
|
|
1444
|
+
client?: QueryClient;
|
|
1445
|
+
};
|
|
1446
|
+
client?: Partial<RequestConfig> & {
|
|
1447
|
+
client?: typeof baseClient;
|
|
1448
|
+
};
|
|
1449
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListMarketplaceAppTemplates500>> & {
|
|
1450
|
+
queryKey: TQueryKey;
|
|
1451
|
+
};
|
|
1452
|
+
//#endregion
|
|
1453
|
+
//#region src/generated/react/useListMarketplaceAppTemplatesSuspense.d.ts
|
|
1454
|
+
declare const listMarketplaceAppTemplatesSuspenseQueryKey: () => readonly [{
|
|
1455
|
+
readonly url: "/app-templates";
|
|
1456
|
+
}];
|
|
1457
|
+
type ListMarketplaceAppTemplatesSuspenseQueryKey = ReturnType<typeof listMarketplaceAppTemplatesSuspenseQueryKey>;
|
|
1458
|
+
declare function listMarketplaceAppTemplatesSuspenseQueryOptions(config?: Partial<RequestConfig> & {
|
|
1459
|
+
client?: typeof baseClient;
|
|
1460
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceAppTemplates200, ResponseErrorConfig<ListMarketplaceAppTemplates500>, ListMarketplaceAppTemplates200, readonly [{
|
|
1461
|
+
readonly url: "/app-templates";
|
|
1462
|
+
}]>, "queryFn"> & {
|
|
1463
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceAppTemplates200, readonly [{
|
|
1464
|
+
readonly url: "/app-templates";
|
|
1465
|
+
}], never> | undefined;
|
|
1466
|
+
} & {
|
|
1467
|
+
queryKey: readonly [{
|
|
1468
|
+
readonly url: "/app-templates";
|
|
1469
|
+
}] & {
|
|
1470
|
+
[dataTagSymbol]: ListMarketplaceAppTemplates200;
|
|
1471
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceAppTemplates500>;
|
|
1472
|
+
};
|
|
1473
|
+
};
|
|
1474
|
+
/**
|
|
1475
|
+
* @summary List marketplace app templates
|
|
1476
|
+
* {@link /app-templates}
|
|
1477
|
+
*/
|
|
1478
|
+
declare function useListMarketplaceAppTemplatesSuspense<TData = ListMarketplaceAppTemplatesQueryResponse, TQueryKey extends QueryKey = ListMarketplaceAppTemplatesSuspenseQueryKey>(options?: {
|
|
1479
|
+
query?: Partial<UseSuspenseQueryOptions<ListMarketplaceAppTemplatesQueryResponse, ResponseErrorConfig<ListMarketplaceAppTemplates500>, TData, TQueryKey>> & {
|
|
1480
|
+
client?: QueryClient;
|
|
1481
|
+
};
|
|
1482
|
+
client?: Partial<RequestConfig> & {
|
|
1483
|
+
client?: typeof baseClient;
|
|
1484
|
+
};
|
|
1485
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListMarketplaceAppTemplates500>> & {
|
|
1486
|
+
queryKey: TQueryKey;
|
|
1487
|
+
};
|
|
1488
|
+
//#endregion
|
|
1489
|
+
//#region src/generated/types/ListMarketplaceSkills.d.ts
|
|
1490
|
+
/**
|
|
1491
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1492
|
+
* Do not edit manually.
|
|
1493
|
+
*/
|
|
1494
|
+
/**
|
|
1495
|
+
* @description Marketplace skills
|
|
1496
|
+
*/
|
|
1497
|
+
type ListMarketplaceSkills200 = {
|
|
1498
|
+
/**
|
|
1499
|
+
* @type array | undefined
|
|
1500
|
+
*/
|
|
1501
|
+
skills?: {
|
|
1502
|
+
/**
|
|
1503
|
+
* @type string
|
|
1504
|
+
*/
|
|
1505
|
+
id: string;
|
|
1506
|
+
/**
|
|
1507
|
+
* @type string
|
|
1508
|
+
*/
|
|
1509
|
+
name: string;
|
|
1510
|
+
/**
|
|
1511
|
+
* @type string
|
|
1512
|
+
*/
|
|
1513
|
+
description: string;
|
|
1514
|
+
/**
|
|
1515
|
+
* @type string
|
|
1516
|
+
*/
|
|
1517
|
+
category: string;
|
|
1518
|
+
/**
|
|
1519
|
+
* @type string
|
|
1520
|
+
*/
|
|
1521
|
+
icon: string;
|
|
1522
|
+
/**
|
|
1523
|
+
* @type array | undefined
|
|
1524
|
+
*/
|
|
1525
|
+
tags?: string[];
|
|
1526
|
+
long_description?: (string | null | null);
|
|
1527
|
+
/**
|
|
1528
|
+
* @default "Holaboss"
|
|
1529
|
+
* @type string | undefined
|
|
1530
|
+
*/
|
|
1531
|
+
author?: string;
|
|
1532
|
+
/**
|
|
1533
|
+
* @default "official"
|
|
1534
|
+
* @type string | undefined
|
|
1535
|
+
*/
|
|
1536
|
+
source?: string;
|
|
1537
|
+
/**
|
|
1538
|
+
* @default true
|
|
1539
|
+
* @type boolean | undefined
|
|
1540
|
+
*/
|
|
1541
|
+
verified?: boolean;
|
|
1542
|
+
/**
|
|
1543
|
+
* @default 0
|
|
1544
|
+
* @type integer | undefined
|
|
1545
|
+
*/
|
|
1546
|
+
install_count?: number;
|
|
1547
|
+
/**
|
|
1548
|
+
* @default false
|
|
1549
|
+
* @type boolean | undefined
|
|
1550
|
+
*/
|
|
1551
|
+
is_coming_soon?: boolean;
|
|
1552
|
+
/**
|
|
1553
|
+
* @default false
|
|
1554
|
+
* @type boolean | undefined
|
|
1555
|
+
*/
|
|
1556
|
+
is_popular?: boolean;
|
|
1557
|
+
system_prompt?: (string | null | null);
|
|
1558
|
+
/**
|
|
1559
|
+
* @type array | undefined
|
|
1560
|
+
*/
|
|
1561
|
+
capabilities?: string[];
|
|
1562
|
+
settings_schema?: ({
|
|
1563
|
+
[key: string]: any;
|
|
1564
|
+
} | null | null);
|
|
1565
|
+
}[];
|
|
1566
|
+
};
|
|
1567
|
+
/**
|
|
1568
|
+
* @description Service error
|
|
1569
|
+
*/
|
|
1570
|
+
type ListMarketplaceSkills500 = {
|
|
1571
|
+
/**
|
|
1572
|
+
* @type string | undefined
|
|
1573
|
+
*/
|
|
1574
|
+
detail?: string;
|
|
1575
|
+
/**
|
|
1576
|
+
* @type string
|
|
1577
|
+
*/
|
|
1578
|
+
error: string;
|
|
1579
|
+
/**
|
|
1580
|
+
* @type string | undefined
|
|
1581
|
+
*/
|
|
1582
|
+
message?: string;
|
|
1583
|
+
};
|
|
1584
|
+
type ListMarketplaceSkillsQueryResponse = ListMarketplaceSkills200;
|
|
1585
|
+
type ListMarketplaceSkillsQuery = {
|
|
1586
|
+
Response: ListMarketplaceSkills200;
|
|
1587
|
+
Errors: ListMarketplaceSkills500;
|
|
1588
|
+
};
|
|
1589
|
+
//#endregion
|
|
1590
|
+
//#region src/generated/react/useListMarketplaceSkills.d.ts
|
|
1591
|
+
declare const listMarketplaceSkillsQueryKey: () => readonly [{
|
|
1592
|
+
readonly url: "/skills";
|
|
1593
|
+
}];
|
|
1594
|
+
type ListMarketplaceSkillsQueryKey = ReturnType<typeof listMarketplaceSkillsQueryKey>;
|
|
1595
|
+
declare function listMarketplaceSkillsQueryOptions(config?: Partial<RequestConfig> & {
|
|
1596
|
+
client?: typeof baseClient;
|
|
1597
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceSkills200, ResponseErrorConfig<ListMarketplaceSkills500>, ListMarketplaceSkills200, readonly [{
|
|
1598
|
+
readonly url: "/skills";
|
|
1599
|
+
}]>, "queryFn"> & {
|
|
1600
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceSkills200, readonly [{
|
|
1601
|
+
readonly url: "/skills";
|
|
1602
|
+
}], never> | undefined;
|
|
1603
|
+
} & {
|
|
1604
|
+
queryKey: readonly [{
|
|
1605
|
+
readonly url: "/skills";
|
|
1606
|
+
}] & {
|
|
1607
|
+
[dataTagSymbol]: ListMarketplaceSkills200;
|
|
1608
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceSkills500>;
|
|
1609
|
+
};
|
|
1610
|
+
};
|
|
1611
|
+
/**
|
|
1612
|
+
* @summary List marketplace skills
|
|
1613
|
+
* {@link /skills}
|
|
1614
|
+
*/
|
|
1615
|
+
declare function useListMarketplaceSkills<TData = ListMarketplaceSkillsQueryResponse, TQueryData = ListMarketplaceSkillsQueryResponse, TQueryKey extends QueryKey = ListMarketplaceSkillsQueryKey>(options?: {
|
|
1616
|
+
query?: Partial<QueryObserverOptions<ListMarketplaceSkillsQueryResponse, ResponseErrorConfig<ListMarketplaceSkills500>, TData, TQueryData, TQueryKey>> & {
|
|
1617
|
+
client?: QueryClient;
|
|
1618
|
+
};
|
|
1619
|
+
client?: Partial<RequestConfig> & {
|
|
1620
|
+
client?: typeof baseClient;
|
|
1621
|
+
};
|
|
1622
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListMarketplaceSkills500>> & {
|
|
1623
|
+
queryKey: TQueryKey;
|
|
1624
|
+
};
|
|
1625
|
+
//#endregion
|
|
1626
|
+
//#region src/generated/react/useListMarketplaceSkillsSuspense.d.ts
|
|
1627
|
+
declare const listMarketplaceSkillsSuspenseQueryKey: () => readonly [{
|
|
1628
|
+
readonly url: "/skills";
|
|
1629
|
+
}];
|
|
1630
|
+
type ListMarketplaceSkillsSuspenseQueryKey = ReturnType<typeof listMarketplaceSkillsSuspenseQueryKey>;
|
|
1631
|
+
declare function listMarketplaceSkillsSuspenseQueryOptions(config?: Partial<RequestConfig> & {
|
|
1632
|
+
client?: typeof baseClient;
|
|
1633
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceSkills200, ResponseErrorConfig<ListMarketplaceSkills500>, ListMarketplaceSkills200, readonly [{
|
|
1634
|
+
readonly url: "/skills";
|
|
1635
|
+
}]>, "queryFn"> & {
|
|
1636
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceSkills200, readonly [{
|
|
1637
|
+
readonly url: "/skills";
|
|
1638
|
+
}], never> | undefined;
|
|
1639
|
+
} & {
|
|
1640
|
+
queryKey: readonly [{
|
|
1641
|
+
readonly url: "/skills";
|
|
1642
|
+
}] & {
|
|
1643
|
+
[dataTagSymbol]: ListMarketplaceSkills200;
|
|
1644
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceSkills500>;
|
|
1645
|
+
};
|
|
1646
|
+
};
|
|
1647
|
+
/**
|
|
1648
|
+
* @summary List marketplace skills
|
|
1649
|
+
* {@link /skills}
|
|
1650
|
+
*/
|
|
1651
|
+
declare function useListMarketplaceSkillsSuspense<TData = ListMarketplaceSkillsQueryResponse, TQueryKey extends QueryKey = ListMarketplaceSkillsSuspenseQueryKey>(options?: {
|
|
1652
|
+
query?: Partial<UseSuspenseQueryOptions<ListMarketplaceSkillsQueryResponse, ResponseErrorConfig<ListMarketplaceSkills500>, TData, TQueryKey>> & {
|
|
1653
|
+
client?: QueryClient;
|
|
1654
|
+
};
|
|
1655
|
+
client?: Partial<RequestConfig> & {
|
|
1656
|
+
client?: typeof baseClient;
|
|
1657
|
+
};
|
|
1658
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListMarketplaceSkills500>> & {
|
|
1659
|
+
queryKey: TQueryKey;
|
|
1660
|
+
};
|
|
1661
|
+
//#endregion
|
|
1662
|
+
//#region src/generated/types/ListMarketplaceSubmissions.d.ts
|
|
1663
|
+
/**
|
|
1664
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1665
|
+
* Do not edit manually.
|
|
1666
|
+
*/
|
|
1667
|
+
type ListMarketplaceSubmissionsQueryParams = {
|
|
1668
|
+
/**
|
|
1669
|
+
* @description Author user ID
|
|
1670
|
+
* @minLength 1
|
|
1671
|
+
* @type string
|
|
1672
|
+
*/
|
|
1673
|
+
author_id: string;
|
|
1674
|
+
};
|
|
1675
|
+
/**
|
|
1676
|
+
* @description Submission list
|
|
1677
|
+
*/
|
|
1678
|
+
type ListMarketplaceSubmissions200 = {
|
|
1679
|
+
/**
|
|
1680
|
+
* @type array
|
|
1681
|
+
*/
|
|
1682
|
+
submissions: {
|
|
1683
|
+
/**
|
|
1684
|
+
* @type string
|
|
1685
|
+
*/
|
|
1686
|
+
id: string;
|
|
1687
|
+
/**
|
|
1688
|
+
* @type string
|
|
1689
|
+
*/
|
|
1690
|
+
author_id: string;
|
|
1691
|
+
/**
|
|
1692
|
+
* @type string
|
|
1693
|
+
*/
|
|
1694
|
+
author_name: string;
|
|
1695
|
+
/**
|
|
1696
|
+
* @type string
|
|
1697
|
+
*/
|
|
1698
|
+
template_name: string;
|
|
1699
|
+
/**
|
|
1700
|
+
* @type string
|
|
1701
|
+
*/
|
|
1702
|
+
template_id: string;
|
|
1703
|
+
/**
|
|
1704
|
+
* @type string
|
|
1705
|
+
*/
|
|
1706
|
+
version: string;
|
|
1707
|
+
/**
|
|
1708
|
+
* @type string
|
|
1709
|
+
*/
|
|
1710
|
+
status: string;
|
|
1711
|
+
/**
|
|
1712
|
+
* @type object
|
|
1713
|
+
*/
|
|
1714
|
+
manifest: {
|
|
1715
|
+
[key: string]: any;
|
|
1716
|
+
};
|
|
1717
|
+
/**
|
|
1718
|
+
* @type integer
|
|
1719
|
+
*/
|
|
1720
|
+
archive_size_bytes: number;
|
|
1721
|
+
review_notes?: (string | null | null);
|
|
1722
|
+
reviewed_by?: (string | null | null);
|
|
1723
|
+
reviewed_at?: (string | null | null);
|
|
1724
|
+
/**
|
|
1725
|
+
* @type string
|
|
1726
|
+
*/
|
|
1727
|
+
created_at: string;
|
|
1728
|
+
/**
|
|
1729
|
+
* @type string
|
|
1730
|
+
*/
|
|
1731
|
+
updated_at: string;
|
|
1732
|
+
}[];
|
|
1733
|
+
/**
|
|
1734
|
+
* @type integer
|
|
1735
|
+
*/
|
|
1736
|
+
count: number;
|
|
1737
|
+
};
|
|
1738
|
+
/**
|
|
1739
|
+
* @description Unauthorized
|
|
1740
|
+
*/
|
|
1741
|
+
type ListMarketplaceSubmissions401 = {
|
|
1742
|
+
/**
|
|
1743
|
+
* @type string | undefined
|
|
1744
|
+
*/
|
|
1745
|
+
detail?: string;
|
|
1746
|
+
/**
|
|
1747
|
+
* @type string
|
|
1748
|
+
*/
|
|
1749
|
+
error: string;
|
|
1750
|
+
/**
|
|
1751
|
+
* @type string | undefined
|
|
1752
|
+
*/
|
|
1753
|
+
message?: string;
|
|
1754
|
+
};
|
|
1755
|
+
/**
|
|
1756
|
+
* @description Service error
|
|
1757
|
+
*/
|
|
1758
|
+
type ListMarketplaceSubmissions500 = {
|
|
1759
|
+
/**
|
|
1760
|
+
* @type string | undefined
|
|
1761
|
+
*/
|
|
1762
|
+
detail?: string;
|
|
1763
|
+
/**
|
|
1764
|
+
* @type string
|
|
1765
|
+
*/
|
|
1766
|
+
error: string;
|
|
1767
|
+
/**
|
|
1768
|
+
* @type string | undefined
|
|
1769
|
+
*/
|
|
1770
|
+
message?: string;
|
|
1771
|
+
};
|
|
1772
|
+
type ListMarketplaceSubmissionsQueryResponse = ListMarketplaceSubmissions200;
|
|
1773
|
+
type ListMarketplaceSubmissionsQuery = {
|
|
1774
|
+
Response: ListMarketplaceSubmissions200;
|
|
1775
|
+
QueryParams: ListMarketplaceSubmissionsQueryParams;
|
|
1776
|
+
Errors: ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500;
|
|
1777
|
+
};
|
|
1778
|
+
//#endregion
|
|
1779
|
+
//#region src/generated/react/useListMarketplaceSubmissions.d.ts
|
|
1780
|
+
declare const listMarketplaceSubmissionsQueryKey: (params: ListMarketplaceSubmissionsQueryParams) => readonly [{
|
|
1781
|
+
readonly url: "/submissions";
|
|
1782
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]];
|
|
1783
|
+
type ListMarketplaceSubmissionsQueryKey = ReturnType<typeof listMarketplaceSubmissionsQueryKey>;
|
|
1784
|
+
declare function listMarketplaceSubmissionsQueryOptions(params: ListMarketplaceSubmissionsQueryParams, config?: Partial<RequestConfig> & {
|
|
1785
|
+
client?: typeof baseClient;
|
|
1786
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceSubmissions200, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>, ListMarketplaceSubmissions200, readonly [{
|
|
1787
|
+
readonly url: "/submissions";
|
|
1788
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]]>, "queryFn"> & {
|
|
1789
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceSubmissions200, readonly [{
|
|
1790
|
+
readonly url: "/submissions";
|
|
1791
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]], never> | undefined;
|
|
1792
|
+
} & {
|
|
1793
|
+
queryKey: readonly [{
|
|
1794
|
+
readonly url: "/submissions";
|
|
1795
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]] & {
|
|
1796
|
+
[dataTagSymbol]: ListMarketplaceSubmissions200;
|
|
1797
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>;
|
|
1798
|
+
};
|
|
1799
|
+
};
|
|
1800
|
+
/**
|
|
1801
|
+
* @summary List marketplace submissions
|
|
1802
|
+
* {@link /submissions}
|
|
1803
|
+
*/
|
|
1804
|
+
declare function useListMarketplaceSubmissions<TData = ListMarketplaceSubmissionsQueryResponse, TQueryData = ListMarketplaceSubmissionsQueryResponse, TQueryKey extends QueryKey = ListMarketplaceSubmissionsQueryKey>(params: ListMarketplaceSubmissionsQueryParams, options?: {
|
|
1805
|
+
query?: Partial<QueryObserverOptions<ListMarketplaceSubmissionsQueryResponse, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>, TData, TQueryData, TQueryKey>> & {
|
|
1806
|
+
client?: QueryClient;
|
|
1807
|
+
};
|
|
1808
|
+
client?: Partial<RequestConfig> & {
|
|
1809
|
+
client?: typeof baseClient;
|
|
1810
|
+
};
|
|
1811
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>> & {
|
|
1812
|
+
queryKey: TQueryKey;
|
|
1813
|
+
};
|
|
1814
|
+
//#endregion
|
|
1815
|
+
//#region src/generated/react/useListMarketplaceSubmissionsSuspense.d.ts
|
|
1816
|
+
declare const listMarketplaceSubmissionsSuspenseQueryKey: (params: ListMarketplaceSubmissionsQueryParams) => readonly [{
|
|
1817
|
+
readonly url: "/submissions";
|
|
1818
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]];
|
|
1819
|
+
type ListMarketplaceSubmissionsSuspenseQueryKey = ReturnType<typeof listMarketplaceSubmissionsSuspenseQueryKey>;
|
|
1820
|
+
declare function listMarketplaceSubmissionsSuspenseQueryOptions(params: ListMarketplaceSubmissionsQueryParams, config?: Partial<RequestConfig> & {
|
|
1821
|
+
client?: typeof baseClient;
|
|
1822
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceSubmissions200, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>, ListMarketplaceSubmissions200, readonly [{
|
|
1823
|
+
readonly url: "/submissions";
|
|
1824
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]]>, "queryFn"> & {
|
|
1825
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceSubmissions200, readonly [{
|
|
1826
|
+
readonly url: "/submissions";
|
|
1827
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]], never> | undefined;
|
|
1828
|
+
} & {
|
|
1829
|
+
queryKey: readonly [{
|
|
1830
|
+
readonly url: "/submissions";
|
|
1831
|
+
}, ...ListMarketplaceSubmissionsQueryParams[]] & {
|
|
1832
|
+
[dataTagSymbol]: ListMarketplaceSubmissions200;
|
|
1833
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>;
|
|
1834
|
+
};
|
|
1835
|
+
};
|
|
1836
|
+
/**
|
|
1837
|
+
* @summary List marketplace submissions
|
|
1838
|
+
* {@link /submissions}
|
|
1839
|
+
*/
|
|
1840
|
+
declare function useListMarketplaceSubmissionsSuspense<TData = ListMarketplaceSubmissionsQueryResponse, TQueryKey extends QueryKey = ListMarketplaceSubmissionsSuspenseQueryKey>(params: ListMarketplaceSubmissionsQueryParams, options?: {
|
|
1841
|
+
query?: Partial<UseSuspenseQueryOptions<ListMarketplaceSubmissionsQueryResponse, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>, TData, TQueryKey>> & {
|
|
1842
|
+
client?: QueryClient;
|
|
1843
|
+
};
|
|
1844
|
+
client?: Partial<RequestConfig> & {
|
|
1845
|
+
client?: typeof baseClient;
|
|
1846
|
+
};
|
|
1847
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListMarketplaceSubmissions401 | ListMarketplaceSubmissions500>> & {
|
|
1848
|
+
queryKey: TQueryKey;
|
|
1849
|
+
};
|
|
1850
|
+
//#endregion
|
|
1851
|
+
//#region src/generated/types/ListMarketplaceTemplates.d.ts
|
|
1852
|
+
/**
|
|
1853
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
1854
|
+
* Do not edit manually.
|
|
1855
|
+
*/
|
|
1856
|
+
/**
|
|
1857
|
+
* @description Marketplace templates
|
|
1858
|
+
*/
|
|
1859
|
+
type ListMarketplaceTemplates200 = {
|
|
1860
|
+
/**
|
|
1861
|
+
* @type array
|
|
1862
|
+
*/
|
|
1863
|
+
templates: {
|
|
1864
|
+
/**
|
|
1865
|
+
* @type string
|
|
1866
|
+
*/
|
|
1867
|
+
name: string;
|
|
1868
|
+
/**
|
|
1869
|
+
* @type string
|
|
1870
|
+
*/
|
|
1871
|
+
repo: string;
|
|
1872
|
+
/**
|
|
1873
|
+
* @type string
|
|
1874
|
+
*/
|
|
1875
|
+
path: string;
|
|
1876
|
+
/**
|
|
1877
|
+
* @default "main"
|
|
1878
|
+
* @type string | undefined
|
|
1879
|
+
*/
|
|
1880
|
+
default_ref?: string;
|
|
1881
|
+
description?: (string | null | null);
|
|
1882
|
+
readme?: (string | null | null);
|
|
1883
|
+
/**
|
|
1884
|
+
* @default false
|
|
1885
|
+
* @type boolean | undefined
|
|
1886
|
+
*/
|
|
1887
|
+
is_hidden?: boolean;
|
|
1888
|
+
/**
|
|
1889
|
+
* @default false
|
|
1890
|
+
* @type boolean | undefined
|
|
1891
|
+
*/
|
|
1892
|
+
is_coming_soon?: boolean;
|
|
1893
|
+
/**
|
|
1894
|
+
* @type array | undefined
|
|
1895
|
+
*/
|
|
1896
|
+
allowed_user_ids?: string[];
|
|
1897
|
+
/**
|
|
1898
|
+
* @default "Layers01Icon"
|
|
1899
|
+
* @type string | undefined
|
|
1900
|
+
*/
|
|
1901
|
+
icon?: string;
|
|
1902
|
+
emoji?: (string | null | null);
|
|
1903
|
+
/**
|
|
1904
|
+
* @type array | undefined
|
|
1905
|
+
*/
|
|
1906
|
+
apps?: {
|
|
1907
|
+
/**
|
|
1908
|
+
* @type string
|
|
1909
|
+
*/
|
|
1910
|
+
name: string;
|
|
1911
|
+
/**
|
|
1912
|
+
* @default true
|
|
1913
|
+
* @type boolean | undefined
|
|
1914
|
+
*/
|
|
1915
|
+
required?: boolean;
|
|
1916
|
+
}[];
|
|
1917
|
+
/**
|
|
1918
|
+
* @default 0
|
|
1919
|
+
* @type integer | undefined
|
|
1920
|
+
*/
|
|
1921
|
+
min_optional_apps?: number;
|
|
1922
|
+
/**
|
|
1923
|
+
* @type array | undefined
|
|
1924
|
+
*/
|
|
1925
|
+
tags?: string[];
|
|
1926
|
+
/**
|
|
1927
|
+
* @default "featured"
|
|
1928
|
+
* @type string | undefined
|
|
1929
|
+
*/
|
|
1930
|
+
category?: string;
|
|
1931
|
+
long_description?: (string | null | null);
|
|
1932
|
+
/**
|
|
1933
|
+
* @type array | undefined
|
|
1934
|
+
*/
|
|
1935
|
+
views?: {
|
|
1936
|
+
/**
|
|
1937
|
+
* @type string
|
|
1938
|
+
*/
|
|
1939
|
+
name: string;
|
|
1940
|
+
/**
|
|
1941
|
+
* @type string
|
|
1942
|
+
*/
|
|
1943
|
+
description: string;
|
|
1944
|
+
}[];
|
|
1945
|
+
/**
|
|
1946
|
+
* @default 0
|
|
1947
|
+
* @type integer | undefined
|
|
1948
|
+
*/
|
|
1949
|
+
install_count?: number;
|
|
1950
|
+
/**
|
|
1951
|
+
* @default "official"
|
|
1952
|
+
* @type string | undefined
|
|
1953
|
+
*/
|
|
1954
|
+
source?: string;
|
|
1955
|
+
/**
|
|
1956
|
+
* @default true
|
|
1957
|
+
* @type boolean | undefined
|
|
1958
|
+
*/
|
|
1959
|
+
verified?: boolean;
|
|
1960
|
+
display_name?: (string | null | null);
|
|
1961
|
+
/**
|
|
1962
|
+
* @default "Holaboss"
|
|
1963
|
+
* @type string | undefined
|
|
1964
|
+
*/
|
|
1965
|
+
author_name?: string;
|
|
1966
|
+
/**
|
|
1967
|
+
* @default "_official"
|
|
1968
|
+
* @type string | undefined
|
|
1969
|
+
*/
|
|
1970
|
+
author_id?: string;
|
|
1971
|
+
}[];
|
|
1972
|
+
/**
|
|
1973
|
+
* @type array | undefined
|
|
1974
|
+
*/
|
|
1975
|
+
spotlight?: {
|
|
1976
|
+
/**
|
|
1977
|
+
* @type string
|
|
1978
|
+
*/
|
|
1979
|
+
label: string;
|
|
1980
|
+
/**
|
|
1981
|
+
* @type string
|
|
1982
|
+
*/
|
|
1983
|
+
title: string;
|
|
1984
|
+
/**
|
|
1985
|
+
* @type string
|
|
1986
|
+
*/
|
|
1987
|
+
description: string;
|
|
1988
|
+
/**
|
|
1989
|
+
* @type string
|
|
1990
|
+
*/
|
|
1991
|
+
template_name: string;
|
|
1992
|
+
}[];
|
|
1993
|
+
};
|
|
1994
|
+
/**
|
|
1995
|
+
* @description Service error
|
|
1996
|
+
*/
|
|
1997
|
+
type ListMarketplaceTemplates500 = {
|
|
1998
|
+
/**
|
|
1999
|
+
* @type string | undefined
|
|
2000
|
+
*/
|
|
2001
|
+
detail?: string;
|
|
2002
|
+
/**
|
|
2003
|
+
* @type string
|
|
2004
|
+
*/
|
|
2005
|
+
error: string;
|
|
2006
|
+
/**
|
|
2007
|
+
* @type string | undefined
|
|
2008
|
+
*/
|
|
2009
|
+
message?: string;
|
|
2010
|
+
};
|
|
2011
|
+
type ListMarketplaceTemplatesQueryResponse = ListMarketplaceTemplates200;
|
|
2012
|
+
type ListMarketplaceTemplatesQuery = {
|
|
2013
|
+
Response: ListMarketplaceTemplates200;
|
|
2014
|
+
Errors: ListMarketplaceTemplates500;
|
|
2015
|
+
};
|
|
2016
|
+
//#endregion
|
|
2017
|
+
//#region src/generated/react/useListMarketplaceTemplates.d.ts
|
|
2018
|
+
declare const listMarketplaceTemplatesQueryKey: () => readonly [{
|
|
2019
|
+
readonly url: "/templates";
|
|
2020
|
+
}];
|
|
2021
|
+
type ListMarketplaceTemplatesQueryKey = ReturnType<typeof listMarketplaceTemplatesQueryKey>;
|
|
2022
|
+
declare function listMarketplaceTemplatesQueryOptions(config?: Partial<RequestConfig> & {
|
|
2023
|
+
client?: typeof baseClient;
|
|
2024
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceTemplates200, ResponseErrorConfig<ListMarketplaceTemplates500>, ListMarketplaceTemplates200, readonly [{
|
|
2025
|
+
readonly url: "/templates";
|
|
2026
|
+
}]>, "queryFn"> & {
|
|
2027
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceTemplates200, readonly [{
|
|
2028
|
+
readonly url: "/templates";
|
|
2029
|
+
}], never> | undefined;
|
|
2030
|
+
} & {
|
|
2031
|
+
queryKey: readonly [{
|
|
2032
|
+
readonly url: "/templates";
|
|
2033
|
+
}] & {
|
|
2034
|
+
[dataTagSymbol]: ListMarketplaceTemplates200;
|
|
2035
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceTemplates500>;
|
|
2036
|
+
};
|
|
2037
|
+
};
|
|
2038
|
+
/**
|
|
2039
|
+
* @summary List marketplace templates
|
|
2040
|
+
* {@link /templates}
|
|
2041
|
+
*/
|
|
2042
|
+
declare function useListMarketplaceTemplates<TData = ListMarketplaceTemplatesQueryResponse, TQueryData = ListMarketplaceTemplatesQueryResponse, TQueryKey extends QueryKey = ListMarketplaceTemplatesQueryKey>(options?: {
|
|
2043
|
+
query?: Partial<QueryObserverOptions<ListMarketplaceTemplatesQueryResponse, ResponseErrorConfig<ListMarketplaceTemplates500>, TData, TQueryData, TQueryKey>> & {
|
|
2044
|
+
client?: QueryClient;
|
|
2045
|
+
};
|
|
2046
|
+
client?: Partial<RequestConfig> & {
|
|
2047
|
+
client?: typeof baseClient;
|
|
2048
|
+
};
|
|
2049
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListMarketplaceTemplates500>> & {
|
|
2050
|
+
queryKey: TQueryKey;
|
|
2051
|
+
};
|
|
2052
|
+
//#endregion
|
|
2053
|
+
//#region src/generated/react/useListMarketplaceTemplatesSuspense.d.ts
|
|
2054
|
+
declare const listMarketplaceTemplatesSuspenseQueryKey: () => readonly [{
|
|
2055
|
+
readonly url: "/templates";
|
|
2056
|
+
}];
|
|
2057
|
+
type ListMarketplaceTemplatesSuspenseQueryKey = ReturnType<typeof listMarketplaceTemplatesSuspenseQueryKey>;
|
|
2058
|
+
declare function listMarketplaceTemplatesSuspenseQueryOptions(config?: Partial<RequestConfig> & {
|
|
2059
|
+
client?: typeof baseClient;
|
|
2060
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListMarketplaceTemplates200, ResponseErrorConfig<ListMarketplaceTemplates500>, ListMarketplaceTemplates200, readonly [{
|
|
2061
|
+
readonly url: "/templates";
|
|
2062
|
+
}]>, "queryFn"> & {
|
|
2063
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListMarketplaceTemplates200, readonly [{
|
|
2064
|
+
readonly url: "/templates";
|
|
2065
|
+
}], never> | undefined;
|
|
2066
|
+
} & {
|
|
2067
|
+
queryKey: readonly [{
|
|
2068
|
+
readonly url: "/templates";
|
|
2069
|
+
}] & {
|
|
2070
|
+
[dataTagSymbol]: ListMarketplaceTemplates200;
|
|
2071
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListMarketplaceTemplates500>;
|
|
2072
|
+
};
|
|
2073
|
+
};
|
|
2074
|
+
/**
|
|
2075
|
+
* @summary List marketplace templates
|
|
2076
|
+
* {@link /templates}
|
|
2077
|
+
*/
|
|
2078
|
+
declare function useListMarketplaceTemplatesSuspense<TData = ListMarketplaceTemplatesQueryResponse, TQueryKey extends QueryKey = ListMarketplaceTemplatesSuspenseQueryKey>(options?: {
|
|
2079
|
+
query?: Partial<UseSuspenseQueryOptions<ListMarketplaceTemplatesQueryResponse, ResponseErrorConfig<ListMarketplaceTemplates500>, TData, TQueryKey>> & {
|
|
2080
|
+
client?: QueryClient;
|
|
2081
|
+
};
|
|
2082
|
+
client?: Partial<RequestConfig> & {
|
|
2083
|
+
client?: typeof baseClient;
|
|
2084
|
+
};
|
|
2085
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListMarketplaceTemplates500>> & {
|
|
2086
|
+
queryKey: TQueryKey;
|
|
2087
|
+
};
|
|
2088
|
+
//#endregion
|
|
2089
|
+
//#region src/generated/types/ListPendingMarketplaceSubmissions.d.ts
|
|
2090
|
+
/**
|
|
2091
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2092
|
+
* Do not edit manually.
|
|
2093
|
+
*/
|
|
2094
|
+
/**
|
|
2095
|
+
* @description Pending submission list
|
|
2096
|
+
*/
|
|
2097
|
+
type ListPendingMarketplaceSubmissions200 = {
|
|
2098
|
+
/**
|
|
2099
|
+
* @type array
|
|
2100
|
+
*/
|
|
2101
|
+
submissions: {
|
|
2102
|
+
/**
|
|
2103
|
+
* @type string
|
|
2104
|
+
*/
|
|
2105
|
+
id: string;
|
|
2106
|
+
/**
|
|
2107
|
+
* @type string
|
|
2108
|
+
*/
|
|
2109
|
+
author_id: string;
|
|
2110
|
+
/**
|
|
2111
|
+
* @type string
|
|
2112
|
+
*/
|
|
2113
|
+
author_name: string;
|
|
2114
|
+
/**
|
|
2115
|
+
* @type string
|
|
2116
|
+
*/
|
|
2117
|
+
template_name: string;
|
|
2118
|
+
/**
|
|
2119
|
+
* @type string
|
|
2120
|
+
*/
|
|
2121
|
+
template_id: string;
|
|
2122
|
+
/**
|
|
2123
|
+
* @type string
|
|
2124
|
+
*/
|
|
2125
|
+
version: string;
|
|
2126
|
+
/**
|
|
2127
|
+
* @type string
|
|
2128
|
+
*/
|
|
2129
|
+
status: string;
|
|
2130
|
+
/**
|
|
2131
|
+
* @type object
|
|
2132
|
+
*/
|
|
2133
|
+
manifest: {
|
|
2134
|
+
[key: string]: any;
|
|
2135
|
+
};
|
|
2136
|
+
/**
|
|
2137
|
+
* @type integer
|
|
2138
|
+
*/
|
|
2139
|
+
archive_size_bytes: number;
|
|
2140
|
+
review_notes?: (string | null | null);
|
|
2141
|
+
reviewed_by?: (string | null | null);
|
|
2142
|
+
reviewed_at?: (string | null | null);
|
|
2143
|
+
/**
|
|
2144
|
+
* @type string
|
|
2145
|
+
*/
|
|
2146
|
+
created_at: string;
|
|
2147
|
+
/**
|
|
2148
|
+
* @type string
|
|
2149
|
+
*/
|
|
2150
|
+
updated_at: string;
|
|
2151
|
+
}[];
|
|
2152
|
+
/**
|
|
2153
|
+
* @type integer
|
|
2154
|
+
*/
|
|
2155
|
+
count: number;
|
|
2156
|
+
};
|
|
2157
|
+
/**
|
|
2158
|
+
* @description Unauthorized
|
|
2159
|
+
*/
|
|
2160
|
+
type ListPendingMarketplaceSubmissions401 = {
|
|
2161
|
+
/**
|
|
2162
|
+
* @type string | undefined
|
|
2163
|
+
*/
|
|
2164
|
+
detail?: string;
|
|
2165
|
+
/**
|
|
2166
|
+
* @type string
|
|
2167
|
+
*/
|
|
2168
|
+
error: string;
|
|
2169
|
+
/**
|
|
2170
|
+
* @type string | undefined
|
|
2171
|
+
*/
|
|
2172
|
+
message?: string;
|
|
2173
|
+
};
|
|
2174
|
+
/**
|
|
2175
|
+
* @description Forbidden
|
|
2176
|
+
*/
|
|
2177
|
+
type ListPendingMarketplaceSubmissions403 = {
|
|
2178
|
+
/**
|
|
2179
|
+
* @type string | undefined
|
|
2180
|
+
*/
|
|
2181
|
+
detail?: string;
|
|
2182
|
+
/**
|
|
2183
|
+
* @type string
|
|
2184
|
+
*/
|
|
2185
|
+
error: string;
|
|
2186
|
+
/**
|
|
2187
|
+
* @type string | undefined
|
|
2188
|
+
*/
|
|
2189
|
+
message?: string;
|
|
2190
|
+
};
|
|
2191
|
+
/**
|
|
2192
|
+
* @description Service error
|
|
2193
|
+
*/
|
|
2194
|
+
type ListPendingMarketplaceSubmissions500 = {
|
|
2195
|
+
/**
|
|
2196
|
+
* @type string | undefined
|
|
2197
|
+
*/
|
|
2198
|
+
detail?: string;
|
|
2199
|
+
/**
|
|
2200
|
+
* @type string
|
|
2201
|
+
*/
|
|
2202
|
+
error: string;
|
|
2203
|
+
/**
|
|
2204
|
+
* @type string | undefined
|
|
2205
|
+
*/
|
|
2206
|
+
message?: string;
|
|
2207
|
+
};
|
|
2208
|
+
type ListPendingMarketplaceSubmissionsQueryResponse = ListPendingMarketplaceSubmissions200;
|
|
2209
|
+
type ListPendingMarketplaceSubmissionsQuery = {
|
|
2210
|
+
Response: ListPendingMarketplaceSubmissions200;
|
|
2211
|
+
Errors: ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500;
|
|
2212
|
+
};
|
|
2213
|
+
//#endregion
|
|
2214
|
+
//#region src/generated/react/useListPendingMarketplaceSubmissions.d.ts
|
|
2215
|
+
declare const listPendingMarketplaceSubmissionsQueryKey: () => readonly [{
|
|
2216
|
+
readonly url: "/submissions/pending";
|
|
2217
|
+
}];
|
|
2218
|
+
type ListPendingMarketplaceSubmissionsQueryKey = ReturnType<typeof listPendingMarketplaceSubmissionsQueryKey>;
|
|
2219
|
+
declare function listPendingMarketplaceSubmissionsQueryOptions(config?: Partial<RequestConfig> & {
|
|
2220
|
+
client?: typeof baseClient;
|
|
2221
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListPendingMarketplaceSubmissions200, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>, ListPendingMarketplaceSubmissions200, readonly [{
|
|
2222
|
+
readonly url: "/submissions/pending";
|
|
2223
|
+
}]>, "queryFn"> & {
|
|
2224
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListPendingMarketplaceSubmissions200, readonly [{
|
|
2225
|
+
readonly url: "/submissions/pending";
|
|
2226
|
+
}], never> | undefined;
|
|
2227
|
+
} & {
|
|
2228
|
+
queryKey: readonly [{
|
|
2229
|
+
readonly url: "/submissions/pending";
|
|
2230
|
+
}] & {
|
|
2231
|
+
[dataTagSymbol]: ListPendingMarketplaceSubmissions200;
|
|
2232
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>;
|
|
2233
|
+
};
|
|
2234
|
+
};
|
|
2235
|
+
/**
|
|
2236
|
+
* @summary List pending marketplace submissions
|
|
2237
|
+
* {@link /submissions/pending}
|
|
2238
|
+
*/
|
|
2239
|
+
declare function useListPendingMarketplaceSubmissions<TData = ListPendingMarketplaceSubmissionsQueryResponse, TQueryData = ListPendingMarketplaceSubmissionsQueryResponse, TQueryKey extends QueryKey = ListPendingMarketplaceSubmissionsQueryKey>(options?: {
|
|
2240
|
+
query?: Partial<QueryObserverOptions<ListPendingMarketplaceSubmissionsQueryResponse, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>, TData, TQueryData, TQueryKey>> & {
|
|
2241
|
+
client?: QueryClient;
|
|
2242
|
+
};
|
|
2243
|
+
client?: Partial<RequestConfig> & {
|
|
2244
|
+
client?: typeof baseClient;
|
|
2245
|
+
};
|
|
2246
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>> & {
|
|
2247
|
+
queryKey: TQueryKey;
|
|
2248
|
+
};
|
|
2249
|
+
//#endregion
|
|
2250
|
+
//#region src/generated/react/useListPendingMarketplaceSubmissionsSuspense.d.ts
|
|
2251
|
+
declare const listPendingMarketplaceSubmissionsSuspenseQueryKey: () => readonly [{
|
|
2252
|
+
readonly url: "/submissions/pending";
|
|
2253
|
+
}];
|
|
2254
|
+
type ListPendingMarketplaceSubmissionsSuspenseQueryKey = ReturnType<typeof listPendingMarketplaceSubmissionsSuspenseQueryKey>;
|
|
2255
|
+
declare function listPendingMarketplaceSubmissionsSuspenseQueryOptions(config?: Partial<RequestConfig> & {
|
|
2256
|
+
client?: typeof baseClient;
|
|
2257
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListPendingMarketplaceSubmissions200, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>, ListPendingMarketplaceSubmissions200, readonly [{
|
|
2258
|
+
readonly url: "/submissions/pending";
|
|
2259
|
+
}]>, "queryFn"> & {
|
|
2260
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListPendingMarketplaceSubmissions200, readonly [{
|
|
2261
|
+
readonly url: "/submissions/pending";
|
|
2262
|
+
}], never> | undefined;
|
|
2263
|
+
} & {
|
|
2264
|
+
queryKey: readonly [{
|
|
2265
|
+
readonly url: "/submissions/pending";
|
|
2266
|
+
}] & {
|
|
2267
|
+
[dataTagSymbol]: ListPendingMarketplaceSubmissions200;
|
|
2268
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>;
|
|
2269
|
+
};
|
|
2270
|
+
};
|
|
2271
|
+
/**
|
|
2272
|
+
* @summary List pending marketplace submissions
|
|
2273
|
+
* {@link /submissions/pending}
|
|
2274
|
+
*/
|
|
2275
|
+
declare function useListPendingMarketplaceSubmissionsSuspense<TData = ListPendingMarketplaceSubmissionsQueryResponse, TQueryKey extends QueryKey = ListPendingMarketplaceSubmissionsSuspenseQueryKey>(options?: {
|
|
2276
|
+
query?: Partial<UseSuspenseQueryOptions<ListPendingMarketplaceSubmissionsQueryResponse, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>, TData, TQueryKey>> & {
|
|
2277
|
+
client?: QueryClient;
|
|
2278
|
+
};
|
|
2279
|
+
client?: Partial<RequestConfig> & {
|
|
2280
|
+
client?: typeof baseClient;
|
|
2281
|
+
};
|
|
2282
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListPendingMarketplaceSubmissions401 | ListPendingMarketplaceSubmissions403 | ListPendingMarketplaceSubmissions500>> & {
|
|
2283
|
+
queryKey: TQueryKey;
|
|
2284
|
+
};
|
|
2285
|
+
//#endregion
|
|
2286
|
+
//#region src/generated/types/ListWorkspaceMarketplaceSkills.d.ts
|
|
2287
|
+
/**
|
|
2288
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2289
|
+
* Do not edit manually.
|
|
2290
|
+
*/
|
|
2291
|
+
type ListWorkspaceMarketplaceSkillsPathParams = {
|
|
2292
|
+
/**
|
|
2293
|
+
* @description Workspace identifier
|
|
2294
|
+
* @minLength 1
|
|
2295
|
+
* @type string
|
|
2296
|
+
*/
|
|
2297
|
+
workspaceId: string;
|
|
2298
|
+
};
|
|
2299
|
+
/**
|
|
2300
|
+
* @description Workspace skills
|
|
2301
|
+
*/
|
|
2302
|
+
type ListWorkspaceMarketplaceSkills200 = {
|
|
2303
|
+
/**
|
|
2304
|
+
* @type array | undefined
|
|
2305
|
+
*/
|
|
2306
|
+
skills?: {
|
|
2307
|
+
/**
|
|
2308
|
+
* @type string
|
|
2309
|
+
*/
|
|
2310
|
+
id: string;
|
|
2311
|
+
/**
|
|
2312
|
+
* @type string
|
|
2313
|
+
*/
|
|
2314
|
+
workspace_id: string;
|
|
2315
|
+
/**
|
|
2316
|
+
* @type string
|
|
2317
|
+
*/
|
|
2318
|
+
skill_id: string;
|
|
2319
|
+
/**
|
|
2320
|
+
* @default true
|
|
2321
|
+
* @type boolean | undefined
|
|
2322
|
+
*/
|
|
2323
|
+
enabled?: boolean;
|
|
2324
|
+
/**
|
|
2325
|
+
* @type object | undefined
|
|
2326
|
+
*/
|
|
2327
|
+
settings?: {
|
|
2328
|
+
[key: string]: any;
|
|
2329
|
+
};
|
|
2330
|
+
content?: (string | null | null);
|
|
2331
|
+
source_url?: (string | null | null);
|
|
2332
|
+
/**
|
|
2333
|
+
* @default ""
|
|
2334
|
+
* @type string | undefined
|
|
2335
|
+
*/
|
|
2336
|
+
installed_at?: string;
|
|
2337
|
+
/**
|
|
2338
|
+
* @default ""
|
|
2339
|
+
* @type string | undefined
|
|
2340
|
+
*/
|
|
2341
|
+
updated_at?: string;
|
|
2342
|
+
}[];
|
|
2343
|
+
};
|
|
2344
|
+
/**
|
|
2345
|
+
* @description Unauthorized
|
|
2346
|
+
*/
|
|
2347
|
+
type ListWorkspaceMarketplaceSkills401 = {
|
|
2348
|
+
/**
|
|
2349
|
+
* @type string | undefined
|
|
2350
|
+
*/
|
|
2351
|
+
detail?: string;
|
|
2352
|
+
/**
|
|
2353
|
+
* @type string
|
|
2354
|
+
*/
|
|
2355
|
+
error: string;
|
|
2356
|
+
/**
|
|
2357
|
+
* @type string | undefined
|
|
2358
|
+
*/
|
|
2359
|
+
message?: string;
|
|
2360
|
+
};
|
|
2361
|
+
/**
|
|
2362
|
+
* @description Service error
|
|
2363
|
+
*/
|
|
2364
|
+
type ListWorkspaceMarketplaceSkills500 = {
|
|
2365
|
+
/**
|
|
2366
|
+
* @type string | undefined
|
|
2367
|
+
*/
|
|
2368
|
+
detail?: string;
|
|
2369
|
+
/**
|
|
2370
|
+
* @type string
|
|
2371
|
+
*/
|
|
2372
|
+
error: string;
|
|
2373
|
+
/**
|
|
2374
|
+
* @type string | undefined
|
|
2375
|
+
*/
|
|
2376
|
+
message?: string;
|
|
2377
|
+
};
|
|
2378
|
+
type ListWorkspaceMarketplaceSkillsQueryResponse = ListWorkspaceMarketplaceSkills200;
|
|
2379
|
+
type ListWorkspaceMarketplaceSkillsQuery = {
|
|
2380
|
+
Response: ListWorkspaceMarketplaceSkills200;
|
|
2381
|
+
PathParams: ListWorkspaceMarketplaceSkillsPathParams;
|
|
2382
|
+
Errors: ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500;
|
|
2383
|
+
};
|
|
2384
|
+
//#endregion
|
|
2385
|
+
//#region src/generated/react/useListWorkspaceMarketplaceSkills.d.ts
|
|
2386
|
+
declare const listWorkspaceMarketplaceSkillsQueryKey: (workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"]) => readonly [{
|
|
2387
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2388
|
+
readonly params: {
|
|
2389
|
+
readonly workspaceId: string;
|
|
2390
|
+
};
|
|
2391
|
+
}];
|
|
2392
|
+
type ListWorkspaceMarketplaceSkillsQueryKey = ReturnType<typeof listWorkspaceMarketplaceSkillsQueryKey>;
|
|
2393
|
+
declare function listWorkspaceMarketplaceSkillsQueryOptions(workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"], config?: Partial<RequestConfig> & {
|
|
2394
|
+
client?: typeof baseClient;
|
|
2395
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListWorkspaceMarketplaceSkills200, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>, ListWorkspaceMarketplaceSkills200, readonly [{
|
|
2396
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2397
|
+
readonly params: {
|
|
2398
|
+
readonly workspaceId: string;
|
|
2399
|
+
};
|
|
2400
|
+
}]>, "queryFn"> & {
|
|
2401
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListWorkspaceMarketplaceSkills200, readonly [{
|
|
2402
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2403
|
+
readonly params: {
|
|
2404
|
+
readonly workspaceId: string;
|
|
2405
|
+
};
|
|
2406
|
+
}], never> | undefined;
|
|
2407
|
+
} & {
|
|
2408
|
+
queryKey: readonly [{
|
|
2409
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2410
|
+
readonly params: {
|
|
2411
|
+
readonly workspaceId: string;
|
|
2412
|
+
};
|
|
2413
|
+
}] & {
|
|
2414
|
+
[dataTagSymbol]: ListWorkspaceMarketplaceSkills200;
|
|
2415
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>;
|
|
2416
|
+
};
|
|
2417
|
+
};
|
|
2418
|
+
/**
|
|
2419
|
+
* @summary List installed skills for a workspace
|
|
2420
|
+
* {@link /workspaces/:workspaceId/skills}
|
|
2421
|
+
*/
|
|
2422
|
+
declare function useListWorkspaceMarketplaceSkills<TData = ListWorkspaceMarketplaceSkillsQueryResponse, TQueryData = ListWorkspaceMarketplaceSkillsQueryResponse, TQueryKey extends QueryKey = ListWorkspaceMarketplaceSkillsQueryKey>(workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"], options?: {
|
|
2423
|
+
query?: Partial<QueryObserverOptions<ListWorkspaceMarketplaceSkillsQueryResponse, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>, TData, TQueryData, TQueryKey>> & {
|
|
2424
|
+
client?: QueryClient;
|
|
2425
|
+
};
|
|
2426
|
+
client?: Partial<RequestConfig> & {
|
|
2427
|
+
client?: typeof baseClient;
|
|
2428
|
+
};
|
|
2429
|
+
}): UseQueryResult<TData, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>> & {
|
|
2430
|
+
queryKey: TQueryKey;
|
|
2431
|
+
};
|
|
2432
|
+
//#endregion
|
|
2433
|
+
//#region src/generated/react/useListWorkspaceMarketplaceSkillsSuspense.d.ts
|
|
2434
|
+
declare const listWorkspaceMarketplaceSkillsSuspenseQueryKey: (workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"]) => readonly [{
|
|
2435
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2436
|
+
readonly params: {
|
|
2437
|
+
readonly workspaceId: string;
|
|
2438
|
+
};
|
|
2439
|
+
}];
|
|
2440
|
+
type ListWorkspaceMarketplaceSkillsSuspenseQueryKey = ReturnType<typeof listWorkspaceMarketplaceSkillsSuspenseQueryKey>;
|
|
2441
|
+
declare function listWorkspaceMarketplaceSkillsSuspenseQueryOptions(workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"], config?: Partial<RequestConfig> & {
|
|
2442
|
+
client?: typeof baseClient;
|
|
2443
|
+
}): _$_tanstack_query_core0.OmitKeyof<_$_tanstack_react_query0.UseQueryOptions<ListWorkspaceMarketplaceSkills200, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>, ListWorkspaceMarketplaceSkills200, readonly [{
|
|
2444
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2445
|
+
readonly params: {
|
|
2446
|
+
readonly workspaceId: string;
|
|
2447
|
+
};
|
|
2448
|
+
}]>, "queryFn"> & {
|
|
2449
|
+
queryFn?: _$_tanstack_query_core0.QueryFunction<ListWorkspaceMarketplaceSkills200, readonly [{
|
|
2450
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2451
|
+
readonly params: {
|
|
2452
|
+
readonly workspaceId: string;
|
|
2453
|
+
};
|
|
2454
|
+
}], never> | undefined;
|
|
2455
|
+
} & {
|
|
2456
|
+
queryKey: readonly [{
|
|
2457
|
+
readonly url: "/workspaces/:workspaceId/skills";
|
|
2458
|
+
readonly params: {
|
|
2459
|
+
readonly workspaceId: string;
|
|
2460
|
+
};
|
|
2461
|
+
}] & {
|
|
2462
|
+
[dataTagSymbol]: ListWorkspaceMarketplaceSkills200;
|
|
2463
|
+
[dataTagErrorSymbol]: ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>;
|
|
2464
|
+
};
|
|
2465
|
+
};
|
|
2466
|
+
/**
|
|
2467
|
+
* @summary List installed skills for a workspace
|
|
2468
|
+
* {@link /workspaces/:workspaceId/skills}
|
|
2469
|
+
*/
|
|
2470
|
+
declare function useListWorkspaceMarketplaceSkillsSuspense<TData = ListWorkspaceMarketplaceSkillsQueryResponse, TQueryKey extends QueryKey = ListWorkspaceMarketplaceSkillsSuspenseQueryKey>(workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"], options?: {
|
|
2471
|
+
query?: Partial<UseSuspenseQueryOptions<ListWorkspaceMarketplaceSkillsQueryResponse, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>, TData, TQueryKey>> & {
|
|
2472
|
+
client?: QueryClient;
|
|
2473
|
+
};
|
|
2474
|
+
client?: Partial<RequestConfig> & {
|
|
2475
|
+
client?: typeof baseClient;
|
|
2476
|
+
};
|
|
2477
|
+
}): UseSuspenseQueryResult<TData, ResponseErrorConfig<ListWorkspaceMarketplaceSkills401 | ListWorkspaceMarketplaceSkills500>> & {
|
|
2478
|
+
queryKey: TQueryKey;
|
|
2479
|
+
};
|
|
2480
|
+
//#endregion
|
|
2481
|
+
//#region src/generated/types/MaterializeMarketplaceTemplate.d.ts
|
|
2482
|
+
/**
|
|
2483
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2484
|
+
* Do not edit manually.
|
|
2485
|
+
*/
|
|
2486
|
+
/**
|
|
2487
|
+
* @description Materialized template
|
|
2488
|
+
*/
|
|
2489
|
+
type MaterializeMarketplaceTemplate200 = {
|
|
2490
|
+
/**
|
|
2491
|
+
* @type object
|
|
2492
|
+
*/
|
|
2493
|
+
template: {
|
|
2494
|
+
/**
|
|
2495
|
+
* @type string
|
|
2496
|
+
*/
|
|
2497
|
+
name: string;
|
|
2498
|
+
/**
|
|
2499
|
+
* @type string
|
|
2500
|
+
*/
|
|
2501
|
+
repo: string;
|
|
2502
|
+
/**
|
|
2503
|
+
* @type string
|
|
2504
|
+
*/
|
|
2505
|
+
path: string;
|
|
2506
|
+
/**
|
|
2507
|
+
* @type string
|
|
2508
|
+
*/
|
|
2509
|
+
effective_ref: string;
|
|
2510
|
+
effective_commit?: (string | null | null);
|
|
2511
|
+
/**
|
|
2512
|
+
* @default "local_stub"
|
|
2513
|
+
* @type string | undefined
|
|
2514
|
+
*/
|
|
2515
|
+
source?: string;
|
|
2516
|
+
};
|
|
2517
|
+
/**
|
|
2518
|
+
* @type array
|
|
2519
|
+
*/
|
|
2520
|
+
files: {
|
|
2521
|
+
/**
|
|
2522
|
+
* @type string
|
|
2523
|
+
*/
|
|
2524
|
+
path: string;
|
|
2525
|
+
/**
|
|
2526
|
+
* @type string
|
|
2527
|
+
*/
|
|
2528
|
+
content_base64: string;
|
|
2529
|
+
/**
|
|
2530
|
+
* @default false
|
|
2531
|
+
* @type boolean | undefined
|
|
2532
|
+
*/
|
|
2533
|
+
executable?: boolean;
|
|
2534
|
+
}[];
|
|
2535
|
+
/**
|
|
2536
|
+
* @type integer
|
|
2537
|
+
*/
|
|
2538
|
+
file_count: number;
|
|
2539
|
+
/**
|
|
2540
|
+
* @type integer
|
|
2541
|
+
*/
|
|
2542
|
+
total_bytes: number;
|
|
2543
|
+
};
|
|
2544
|
+
/**
|
|
2545
|
+
* @description Unauthorized
|
|
2546
|
+
*/
|
|
2547
|
+
type MaterializeMarketplaceTemplate401 = {
|
|
2548
|
+
/**
|
|
2549
|
+
* @type string | undefined
|
|
2550
|
+
*/
|
|
2551
|
+
detail?: string;
|
|
2552
|
+
/**
|
|
2553
|
+
* @type string
|
|
2554
|
+
*/
|
|
2555
|
+
error: string;
|
|
2556
|
+
/**
|
|
2557
|
+
* @type string | undefined
|
|
2558
|
+
*/
|
|
2559
|
+
message?: string;
|
|
2560
|
+
};
|
|
2561
|
+
/**
|
|
2562
|
+
* @description Validation error
|
|
2563
|
+
*/
|
|
2564
|
+
type MaterializeMarketplaceTemplate422 = {
|
|
2565
|
+
/**
|
|
2566
|
+
* @type array | undefined
|
|
2567
|
+
*/
|
|
2568
|
+
detail?: any[];
|
|
2569
|
+
};
|
|
2570
|
+
/**
|
|
2571
|
+
* @description Service error
|
|
2572
|
+
*/
|
|
2573
|
+
type MaterializeMarketplaceTemplate500 = {
|
|
2574
|
+
/**
|
|
2575
|
+
* @type string | undefined
|
|
2576
|
+
*/
|
|
2577
|
+
detail?: string;
|
|
2578
|
+
/**
|
|
2579
|
+
* @type string
|
|
2580
|
+
*/
|
|
2581
|
+
error: string;
|
|
2582
|
+
/**
|
|
2583
|
+
* @type string | undefined
|
|
2584
|
+
*/
|
|
2585
|
+
message?: string;
|
|
2586
|
+
};
|
|
2587
|
+
type MaterializeMarketplaceTemplateMutationRequest = {
|
|
2588
|
+
/**
|
|
2589
|
+
* @type string
|
|
2590
|
+
*/
|
|
2591
|
+
holaboss_user_id: string;
|
|
2592
|
+
/**
|
|
2593
|
+
* @type string
|
|
2594
|
+
*/
|
|
2595
|
+
template_name: string;
|
|
2596
|
+
template_ref?: (string | null | null);
|
|
2597
|
+
template_commit?: (string | null | null);
|
|
2598
|
+
};
|
|
2599
|
+
type MaterializeMarketplaceTemplateMutationResponse = MaterializeMarketplaceTemplate200;
|
|
2600
|
+
type MaterializeMarketplaceTemplateMutation = {
|
|
2601
|
+
Response: MaterializeMarketplaceTemplate200;
|
|
2602
|
+
Request: MaterializeMarketplaceTemplateMutationRequest;
|
|
2603
|
+
Errors: MaterializeMarketplaceTemplate401 | MaterializeMarketplaceTemplate422 | MaterializeMarketplaceTemplate500;
|
|
2604
|
+
};
|
|
2605
|
+
//#endregion
|
|
2606
|
+
//#region src/generated/react/useMaterializeMarketplaceTemplate.d.ts
|
|
2607
|
+
declare const materializeMarketplaceTemplateMutationKey: () => readonly [{
|
|
2608
|
+
readonly url: "/templates/materialize";
|
|
2609
|
+
}];
|
|
2610
|
+
type MaterializeMarketplaceTemplateMutationKey = ReturnType<typeof materializeMarketplaceTemplateMutationKey>;
|
|
2611
|
+
/**
|
|
2612
|
+
* @summary Materialize marketplace template
|
|
2613
|
+
* {@link /templates/materialize}
|
|
2614
|
+
*/
|
|
2615
|
+
declare function useMaterializeMarketplaceTemplate<TContext>(options?: {
|
|
2616
|
+
mutation?: UseMutationOptions<MaterializeMarketplaceTemplateMutationResponse, ResponseErrorConfig<MaterializeMarketplaceTemplate401 | MaterializeMarketplaceTemplate422 | MaterializeMarketplaceTemplate500>, {
|
|
2617
|
+
data: MaterializeMarketplaceTemplateMutationRequest;
|
|
2618
|
+
}, TContext> & {
|
|
2619
|
+
client?: QueryClient;
|
|
2620
|
+
};
|
|
2621
|
+
client?: Partial<RequestConfig<MaterializeMarketplaceTemplateMutationRequest>> & {
|
|
2622
|
+
client?: typeof baseClient;
|
|
2623
|
+
};
|
|
2624
|
+
}): _$_tanstack_react_query0.UseMutationResult<MaterializeMarketplaceTemplate200, ResponseErrorConfig<MaterializeMarketplaceTemplate401 | MaterializeMarketplaceTemplate422 | MaterializeMarketplaceTemplate500>, {
|
|
2625
|
+
data: MaterializeMarketplaceTemplateMutationRequest;
|
|
2626
|
+
}, TContext>;
|
|
2627
|
+
//#endregion
|
|
2628
|
+
//#region src/generated/types/PreviewMarketplaceSkillImport.d.ts
|
|
2629
|
+
/**
|
|
2630
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2631
|
+
* Do not edit manually.
|
|
2632
|
+
*/
|
|
2633
|
+
/**
|
|
2634
|
+
* @description Import preview
|
|
2635
|
+
*/
|
|
2636
|
+
type PreviewMarketplaceSkillImport200 = {
|
|
2637
|
+
/**
|
|
2638
|
+
* @type string
|
|
2639
|
+
*/
|
|
2640
|
+
name: string;
|
|
2641
|
+
/**
|
|
2642
|
+
* @type string
|
|
2643
|
+
*/
|
|
2644
|
+
description: string;
|
|
2645
|
+
/**
|
|
2646
|
+
* @type string
|
|
2647
|
+
*/
|
|
2648
|
+
body_preview: string;
|
|
2649
|
+
/**
|
|
2650
|
+
* @type string
|
|
2651
|
+
*/
|
|
2652
|
+
source_url: string;
|
|
2653
|
+
/**
|
|
2654
|
+
* @type string
|
|
2655
|
+
*/
|
|
2656
|
+
raw_url: string;
|
|
2657
|
+
/**
|
|
2658
|
+
* @type integer
|
|
2659
|
+
*/
|
|
2660
|
+
size_bytes: number;
|
|
2661
|
+
};
|
|
2662
|
+
/**
|
|
2663
|
+
* @description Unauthorized
|
|
2664
|
+
*/
|
|
2665
|
+
type PreviewMarketplaceSkillImport401 = {
|
|
2666
|
+
/**
|
|
2667
|
+
* @type string | undefined
|
|
2668
|
+
*/
|
|
2669
|
+
detail?: string;
|
|
2670
|
+
/**
|
|
2671
|
+
* @type string
|
|
2672
|
+
*/
|
|
2673
|
+
error: string;
|
|
2674
|
+
/**
|
|
2675
|
+
* @type string | undefined
|
|
2676
|
+
*/
|
|
2677
|
+
message?: string;
|
|
2678
|
+
};
|
|
2679
|
+
/**
|
|
2680
|
+
* @description Validation error
|
|
2681
|
+
*/
|
|
2682
|
+
type PreviewMarketplaceSkillImport422 = {
|
|
2683
|
+
/**
|
|
2684
|
+
* @type array | undefined
|
|
2685
|
+
*/
|
|
2686
|
+
detail?: any[];
|
|
2687
|
+
};
|
|
2688
|
+
/**
|
|
2689
|
+
* @description Service error
|
|
2690
|
+
*/
|
|
2691
|
+
type PreviewMarketplaceSkillImport500 = {
|
|
2692
|
+
/**
|
|
2693
|
+
* @type string | undefined
|
|
2694
|
+
*/
|
|
2695
|
+
detail?: string;
|
|
2696
|
+
/**
|
|
2697
|
+
* @type string
|
|
2698
|
+
*/
|
|
2699
|
+
error: string;
|
|
2700
|
+
/**
|
|
2701
|
+
* @type string | undefined
|
|
2702
|
+
*/
|
|
2703
|
+
message?: string;
|
|
2704
|
+
};
|
|
2705
|
+
type PreviewMarketplaceSkillImportMutationRequest = {
|
|
2706
|
+
/**
|
|
2707
|
+
* @type string
|
|
2708
|
+
*/
|
|
2709
|
+
url: string;
|
|
2710
|
+
};
|
|
2711
|
+
type PreviewMarketplaceSkillImportMutationResponse = PreviewMarketplaceSkillImport200;
|
|
2712
|
+
type PreviewMarketplaceSkillImportMutation = {
|
|
2713
|
+
Response: PreviewMarketplaceSkillImport200;
|
|
2714
|
+
Request: PreviewMarketplaceSkillImportMutationRequest;
|
|
2715
|
+
Errors: PreviewMarketplaceSkillImport401 | PreviewMarketplaceSkillImport422 | PreviewMarketplaceSkillImport500;
|
|
2716
|
+
};
|
|
2717
|
+
//#endregion
|
|
2718
|
+
//#region src/generated/react/usePreviewMarketplaceSkillImport.d.ts
|
|
2719
|
+
declare const previewMarketplaceSkillImportMutationKey: () => readonly [{
|
|
2720
|
+
readonly url: "/skills/import-preview";
|
|
2721
|
+
}];
|
|
2722
|
+
type PreviewMarketplaceSkillImportMutationKey = ReturnType<typeof previewMarketplaceSkillImportMutationKey>;
|
|
2723
|
+
/**
|
|
2724
|
+
* @summary Preview importing a skill from URL
|
|
2725
|
+
* {@link /skills/import-preview}
|
|
2726
|
+
*/
|
|
2727
|
+
declare function usePreviewMarketplaceSkillImport<TContext>(options?: {
|
|
2728
|
+
mutation?: UseMutationOptions<PreviewMarketplaceSkillImportMutationResponse, ResponseErrorConfig<PreviewMarketplaceSkillImport401 | PreviewMarketplaceSkillImport422 | PreviewMarketplaceSkillImport500>, {
|
|
2729
|
+
data: PreviewMarketplaceSkillImportMutationRequest;
|
|
2730
|
+
}, TContext> & {
|
|
2731
|
+
client?: QueryClient;
|
|
2732
|
+
};
|
|
2733
|
+
client?: Partial<RequestConfig<PreviewMarketplaceSkillImportMutationRequest>> & {
|
|
2734
|
+
client?: typeof baseClient;
|
|
2735
|
+
};
|
|
2736
|
+
}): _$_tanstack_react_query0.UseMutationResult<PreviewMarketplaceSkillImport200, ResponseErrorConfig<PreviewMarketplaceSkillImport401 | PreviewMarketplaceSkillImport422 | PreviewMarketplaceSkillImport500>, {
|
|
2737
|
+
data: PreviewMarketplaceSkillImportMutationRequest;
|
|
2738
|
+
}, TContext>;
|
|
2739
|
+
//#endregion
|
|
2740
|
+
//#region src/generated/types/RejectMarketplaceSubmission.d.ts
|
|
2741
|
+
/**
|
|
2742
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2743
|
+
* Do not edit manually.
|
|
2744
|
+
*/
|
|
2745
|
+
type RejectMarketplaceSubmissionPathParams = {
|
|
2746
|
+
/**
|
|
2747
|
+
* @description Submission identifier
|
|
2748
|
+
* @minLength 1
|
|
2749
|
+
* @type string
|
|
2750
|
+
*/
|
|
2751
|
+
submissionId: string;
|
|
2752
|
+
};
|
|
2753
|
+
/**
|
|
2754
|
+
* @description Rejected submission
|
|
2755
|
+
*/
|
|
2756
|
+
type RejectMarketplaceSubmission200 = {
|
|
2757
|
+
/**
|
|
2758
|
+
* @type string
|
|
2759
|
+
*/
|
|
2760
|
+
id: string;
|
|
2761
|
+
/**
|
|
2762
|
+
* @type string
|
|
2763
|
+
*/
|
|
2764
|
+
author_id: string;
|
|
2765
|
+
/**
|
|
2766
|
+
* @type string
|
|
2767
|
+
*/
|
|
2768
|
+
author_name: string;
|
|
2769
|
+
/**
|
|
2770
|
+
* @type string
|
|
2771
|
+
*/
|
|
2772
|
+
template_name: string;
|
|
2773
|
+
/**
|
|
2774
|
+
* @type string
|
|
2775
|
+
*/
|
|
2776
|
+
template_id: string;
|
|
2777
|
+
/**
|
|
2778
|
+
* @type string
|
|
2779
|
+
*/
|
|
2780
|
+
version: string;
|
|
2781
|
+
/**
|
|
2782
|
+
* @type string
|
|
2783
|
+
*/
|
|
2784
|
+
status: string;
|
|
2785
|
+
/**
|
|
2786
|
+
* @type object
|
|
2787
|
+
*/
|
|
2788
|
+
manifest: {
|
|
2789
|
+
[key: string]: any;
|
|
2790
|
+
};
|
|
2791
|
+
/**
|
|
2792
|
+
* @type integer
|
|
2793
|
+
*/
|
|
2794
|
+
archive_size_bytes: number;
|
|
2795
|
+
review_notes?: (string | null | null);
|
|
2796
|
+
reviewed_by?: (string | null | null);
|
|
2797
|
+
reviewed_at?: (string | null | null);
|
|
2798
|
+
/**
|
|
2799
|
+
* @type string
|
|
2800
|
+
*/
|
|
2801
|
+
created_at: string;
|
|
2802
|
+
/**
|
|
2803
|
+
* @type string
|
|
2804
|
+
*/
|
|
2805
|
+
updated_at: string;
|
|
2806
|
+
};
|
|
2807
|
+
/**
|
|
2808
|
+
* @description Unauthorized
|
|
2809
|
+
*/
|
|
2810
|
+
type RejectMarketplaceSubmission401 = {
|
|
2811
|
+
/**
|
|
2812
|
+
* @type string | undefined
|
|
2813
|
+
*/
|
|
2814
|
+
detail?: string;
|
|
2815
|
+
/**
|
|
2816
|
+
* @type string
|
|
2817
|
+
*/
|
|
2818
|
+
error: string;
|
|
2819
|
+
/**
|
|
2820
|
+
* @type string | undefined
|
|
2821
|
+
*/
|
|
2822
|
+
message?: string;
|
|
2823
|
+
};
|
|
2824
|
+
/**
|
|
2825
|
+
* @description Forbidden
|
|
2826
|
+
*/
|
|
2827
|
+
type RejectMarketplaceSubmission403 = {
|
|
2828
|
+
/**
|
|
2829
|
+
* @type string | undefined
|
|
2830
|
+
*/
|
|
2831
|
+
detail?: string;
|
|
2832
|
+
/**
|
|
2833
|
+
* @type string
|
|
2834
|
+
*/
|
|
2835
|
+
error: string;
|
|
2836
|
+
/**
|
|
2837
|
+
* @type string | undefined
|
|
2838
|
+
*/
|
|
2839
|
+
message?: string;
|
|
2840
|
+
};
|
|
2841
|
+
/**
|
|
2842
|
+
* @description Validation error
|
|
2843
|
+
*/
|
|
2844
|
+
type RejectMarketplaceSubmission422 = {
|
|
2845
|
+
/**
|
|
2846
|
+
* @type array | undefined
|
|
2847
|
+
*/
|
|
2848
|
+
detail?: any[];
|
|
2849
|
+
};
|
|
2850
|
+
/**
|
|
2851
|
+
* @description Service error
|
|
2852
|
+
*/
|
|
2853
|
+
type RejectMarketplaceSubmission500 = {
|
|
2854
|
+
/**
|
|
2855
|
+
* @type string | undefined
|
|
2856
|
+
*/
|
|
2857
|
+
detail?: string;
|
|
2858
|
+
/**
|
|
2859
|
+
* @type string
|
|
2860
|
+
*/
|
|
2861
|
+
error: string;
|
|
2862
|
+
/**
|
|
2863
|
+
* @type string | undefined
|
|
2864
|
+
*/
|
|
2865
|
+
message?: string;
|
|
2866
|
+
};
|
|
2867
|
+
type RejectMarketplaceSubmissionMutationRequest = {
|
|
2868
|
+
/**
|
|
2869
|
+
* @default ""
|
|
2870
|
+
* @type string | undefined
|
|
2871
|
+
*/
|
|
2872
|
+
notes?: string;
|
|
2873
|
+
/**
|
|
2874
|
+
* @default "admin"
|
|
2875
|
+
* @type string | undefined
|
|
2876
|
+
*/
|
|
2877
|
+
reviewed_by?: string;
|
|
2878
|
+
};
|
|
2879
|
+
type RejectMarketplaceSubmissionMutationResponse = RejectMarketplaceSubmission200;
|
|
2880
|
+
type RejectMarketplaceSubmissionMutation = {
|
|
2881
|
+
Response: RejectMarketplaceSubmission200;
|
|
2882
|
+
Request: RejectMarketplaceSubmissionMutationRequest;
|
|
2883
|
+
PathParams: RejectMarketplaceSubmissionPathParams;
|
|
2884
|
+
Errors: RejectMarketplaceSubmission401 | RejectMarketplaceSubmission403 | RejectMarketplaceSubmission422 | RejectMarketplaceSubmission500;
|
|
2885
|
+
};
|
|
2886
|
+
//#endregion
|
|
2887
|
+
//#region src/generated/react/useRejectMarketplaceSubmission.d.ts
|
|
2888
|
+
declare const rejectMarketplaceSubmissionMutationKey: () => readonly [{
|
|
2889
|
+
readonly url: "/submissions/:submissionId/reject";
|
|
2890
|
+
}];
|
|
2891
|
+
type RejectMarketplaceSubmissionMutationKey = ReturnType<typeof rejectMarketplaceSubmissionMutationKey>;
|
|
2892
|
+
/**
|
|
2893
|
+
* @summary Reject marketplace submission
|
|
2894
|
+
* {@link /submissions/:submissionId/reject}
|
|
2895
|
+
*/
|
|
2896
|
+
declare function useRejectMarketplaceSubmission<TContext>(options?: {
|
|
2897
|
+
mutation?: UseMutationOptions<RejectMarketplaceSubmissionMutationResponse, ResponseErrorConfig<RejectMarketplaceSubmission401 | RejectMarketplaceSubmission403 | RejectMarketplaceSubmission422 | RejectMarketplaceSubmission500>, {
|
|
2898
|
+
submissionId: RejectMarketplaceSubmissionPathParams["submissionId"];
|
|
2899
|
+
data?: RejectMarketplaceSubmissionMutationRequest;
|
|
2900
|
+
}, TContext> & {
|
|
2901
|
+
client?: QueryClient;
|
|
2902
|
+
};
|
|
2903
|
+
client?: Partial<RequestConfig<RejectMarketplaceSubmissionMutationRequest>> & {
|
|
2904
|
+
client?: typeof baseClient;
|
|
2905
|
+
};
|
|
2906
|
+
}): _$_tanstack_react_query0.UseMutationResult<RejectMarketplaceSubmission200, ResponseErrorConfig<RejectMarketplaceSubmission401 | RejectMarketplaceSubmission403 | RejectMarketplaceSubmission422 | RejectMarketplaceSubmission500>, {
|
|
2907
|
+
submissionId: RejectMarketplaceSubmissionPathParams["submissionId"];
|
|
2908
|
+
data?: RejectMarketplaceSubmissionMutationRequest;
|
|
2909
|
+
}, TContext>;
|
|
2910
|
+
//#endregion
|
|
2911
|
+
//#region src/generated/types/ToggleMarketplaceSkill.d.ts
|
|
2912
|
+
/**
|
|
2913
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
2914
|
+
* Do not edit manually.
|
|
2915
|
+
*/
|
|
2916
|
+
/**
|
|
2917
|
+
* @description Toggled skill metadata
|
|
2918
|
+
*/
|
|
2919
|
+
type ToggleMarketplaceSkill200 = {
|
|
2920
|
+
/**
|
|
2921
|
+
* @type string
|
|
2922
|
+
*/
|
|
2923
|
+
id: string;
|
|
2924
|
+
/**
|
|
2925
|
+
* @type string
|
|
2926
|
+
*/
|
|
2927
|
+
workspace_id: string;
|
|
2928
|
+
/**
|
|
2929
|
+
* @type string
|
|
2930
|
+
*/
|
|
2931
|
+
skill_id: string;
|
|
2932
|
+
/**
|
|
2933
|
+
* @default true
|
|
2934
|
+
* @type boolean | undefined
|
|
2935
|
+
*/
|
|
2936
|
+
enabled?: boolean;
|
|
2937
|
+
/**
|
|
2938
|
+
* @type object | undefined
|
|
2939
|
+
*/
|
|
2940
|
+
settings?: {
|
|
2941
|
+
[key: string]: any;
|
|
2942
|
+
};
|
|
2943
|
+
content?: (string | null | null);
|
|
2944
|
+
source_url?: (string | null | null);
|
|
2945
|
+
/**
|
|
2946
|
+
* @default ""
|
|
2947
|
+
* @type string | undefined
|
|
2948
|
+
*/
|
|
2949
|
+
installed_at?: string;
|
|
2950
|
+
/**
|
|
2951
|
+
* @default ""
|
|
2952
|
+
* @type string | undefined
|
|
2953
|
+
*/
|
|
2954
|
+
updated_at?: string;
|
|
2955
|
+
};
|
|
2956
|
+
/**
|
|
2957
|
+
* @description Unauthorized
|
|
2958
|
+
*/
|
|
2959
|
+
type ToggleMarketplaceSkill401 = {
|
|
2960
|
+
/**
|
|
2961
|
+
* @type string | undefined
|
|
2962
|
+
*/
|
|
2963
|
+
detail?: string;
|
|
2964
|
+
/**
|
|
2965
|
+
* @type string
|
|
2966
|
+
*/
|
|
2967
|
+
error: string;
|
|
2968
|
+
/**
|
|
2969
|
+
* @type string | undefined
|
|
2970
|
+
*/
|
|
2971
|
+
message?: string;
|
|
2972
|
+
};
|
|
2973
|
+
/**
|
|
2974
|
+
* @description Validation error
|
|
2975
|
+
*/
|
|
2976
|
+
type ToggleMarketplaceSkill422 = {
|
|
2977
|
+
/**
|
|
2978
|
+
* @type array | undefined
|
|
2979
|
+
*/
|
|
2980
|
+
detail?: any[];
|
|
2981
|
+
};
|
|
2982
|
+
/**
|
|
2983
|
+
* @description Service error
|
|
2984
|
+
*/
|
|
2985
|
+
type ToggleMarketplaceSkill500 = {
|
|
2986
|
+
/**
|
|
2987
|
+
* @type string | undefined
|
|
2988
|
+
*/
|
|
2989
|
+
detail?: string;
|
|
2990
|
+
/**
|
|
2991
|
+
* @type string
|
|
2992
|
+
*/
|
|
2993
|
+
error: string;
|
|
2994
|
+
/**
|
|
2995
|
+
* @type string | undefined
|
|
2996
|
+
*/
|
|
2997
|
+
message?: string;
|
|
2998
|
+
};
|
|
2999
|
+
type ToggleMarketplaceSkillMutationRequest = {
|
|
3000
|
+
/**
|
|
3001
|
+
* @type string
|
|
3002
|
+
*/
|
|
3003
|
+
workspace_id: string;
|
|
3004
|
+
/**
|
|
3005
|
+
* @type string
|
|
3006
|
+
*/
|
|
3007
|
+
skill_id: string;
|
|
3008
|
+
/**
|
|
3009
|
+
* @type boolean
|
|
3010
|
+
*/
|
|
3011
|
+
enabled: boolean;
|
|
3012
|
+
};
|
|
3013
|
+
type ToggleMarketplaceSkillMutationResponse = ToggleMarketplaceSkill200;
|
|
3014
|
+
type ToggleMarketplaceSkillMutation = {
|
|
3015
|
+
Response: ToggleMarketplaceSkill200;
|
|
3016
|
+
Request: ToggleMarketplaceSkillMutationRequest;
|
|
3017
|
+
Errors: ToggleMarketplaceSkill401 | ToggleMarketplaceSkill422 | ToggleMarketplaceSkill500;
|
|
3018
|
+
};
|
|
3019
|
+
//#endregion
|
|
3020
|
+
//#region src/generated/react/useToggleMarketplaceSkill.d.ts
|
|
3021
|
+
declare const toggleMarketplaceSkillMutationKey: () => readonly [{
|
|
3022
|
+
readonly url: "/skills/toggle";
|
|
3023
|
+
}];
|
|
3024
|
+
type ToggleMarketplaceSkillMutationKey = ReturnType<typeof toggleMarketplaceSkillMutationKey>;
|
|
3025
|
+
/**
|
|
3026
|
+
* @summary Enable or disable a marketplace skill
|
|
3027
|
+
* {@link /skills/toggle}
|
|
3028
|
+
*/
|
|
3029
|
+
declare function useToggleMarketplaceSkill<TContext>(options?: {
|
|
3030
|
+
mutation?: UseMutationOptions<ToggleMarketplaceSkillMutationResponse, ResponseErrorConfig<ToggleMarketplaceSkill401 | ToggleMarketplaceSkill422 | ToggleMarketplaceSkill500>, {
|
|
3031
|
+
data: ToggleMarketplaceSkillMutationRequest;
|
|
3032
|
+
}, TContext> & {
|
|
3033
|
+
client?: QueryClient;
|
|
3034
|
+
};
|
|
3035
|
+
client?: Partial<RequestConfig<ToggleMarketplaceSkillMutationRequest>> & {
|
|
3036
|
+
client?: typeof baseClient;
|
|
3037
|
+
};
|
|
3038
|
+
}): _$_tanstack_react_query0.UseMutationResult<ToggleMarketplaceSkill200, ResponseErrorConfig<ToggleMarketplaceSkill401 | ToggleMarketplaceSkill422 | ToggleMarketplaceSkill500>, {
|
|
3039
|
+
data: ToggleMarketplaceSkillMutationRequest;
|
|
3040
|
+
}, TContext>;
|
|
3041
|
+
//#endregion
|
|
3042
|
+
//#region src/generated/types/UninstallMarketplaceSkill.d.ts
|
|
3043
|
+
/**
|
|
3044
|
+
* Generated by Kubb (https://kubb.dev/).
|
|
3045
|
+
* Do not edit manually.
|
|
3046
|
+
*/
|
|
3047
|
+
/**
|
|
3048
|
+
* @description Uninstalled skill metadata
|
|
3049
|
+
*/
|
|
3050
|
+
type UninstallMarketplaceSkill200 = {
|
|
3051
|
+
/**
|
|
3052
|
+
* @type boolean
|
|
3053
|
+
*/
|
|
3054
|
+
success: boolean;
|
|
3055
|
+
};
|
|
3056
|
+
/**
|
|
3057
|
+
* @description Unauthorized
|
|
3058
|
+
*/
|
|
3059
|
+
type UninstallMarketplaceSkill401 = {
|
|
3060
|
+
/**
|
|
3061
|
+
* @type string | undefined
|
|
3062
|
+
*/
|
|
3063
|
+
detail?: string;
|
|
3064
|
+
/**
|
|
3065
|
+
* @type string
|
|
3066
|
+
*/
|
|
3067
|
+
error: string;
|
|
3068
|
+
/**
|
|
3069
|
+
* @type string | undefined
|
|
3070
|
+
*/
|
|
3071
|
+
message?: string;
|
|
3072
|
+
};
|
|
3073
|
+
/**
|
|
3074
|
+
* @description Validation error
|
|
3075
|
+
*/
|
|
3076
|
+
type UninstallMarketplaceSkill422 = {
|
|
3077
|
+
/**
|
|
3078
|
+
* @type array | undefined
|
|
3079
|
+
*/
|
|
3080
|
+
detail?: any[];
|
|
3081
|
+
};
|
|
3082
|
+
/**
|
|
3083
|
+
* @description Service error
|
|
3084
|
+
*/
|
|
3085
|
+
type UninstallMarketplaceSkill500 = {
|
|
3086
|
+
/**
|
|
3087
|
+
* @type string | undefined
|
|
3088
|
+
*/
|
|
3089
|
+
detail?: string;
|
|
3090
|
+
/**
|
|
3091
|
+
* @type string
|
|
3092
|
+
*/
|
|
3093
|
+
error: string;
|
|
3094
|
+
/**
|
|
3095
|
+
* @type string | undefined
|
|
3096
|
+
*/
|
|
3097
|
+
message?: string;
|
|
3098
|
+
};
|
|
3099
|
+
type UninstallMarketplaceSkillMutationRequest = {
|
|
3100
|
+
/**
|
|
3101
|
+
* @type string
|
|
3102
|
+
*/
|
|
3103
|
+
workspace_id: string;
|
|
3104
|
+
/**
|
|
3105
|
+
* @type string
|
|
3106
|
+
*/
|
|
3107
|
+
skill_id: string;
|
|
3108
|
+
};
|
|
3109
|
+
type UninstallMarketplaceSkillMutationResponse = UninstallMarketplaceSkill200;
|
|
3110
|
+
type UninstallMarketplaceSkillMutation = {
|
|
3111
|
+
Response: UninstallMarketplaceSkill200;
|
|
3112
|
+
Request: UninstallMarketplaceSkillMutationRequest;
|
|
3113
|
+
Errors: UninstallMarketplaceSkill401 | UninstallMarketplaceSkill422 | UninstallMarketplaceSkill500;
|
|
3114
|
+
};
|
|
3115
|
+
//#endregion
|
|
3116
|
+
//#region src/generated/react/useUninstallMarketplaceSkill.d.ts
|
|
3117
|
+
declare const uninstallMarketplaceSkillMutationKey: () => readonly [{
|
|
3118
|
+
readonly url: "/skills/uninstall";
|
|
3119
|
+
}];
|
|
3120
|
+
type UninstallMarketplaceSkillMutationKey = ReturnType<typeof uninstallMarketplaceSkillMutationKey>;
|
|
3121
|
+
/**
|
|
3122
|
+
* @summary Uninstall a marketplace skill
|
|
3123
|
+
* {@link /skills/uninstall}
|
|
3124
|
+
*/
|
|
3125
|
+
declare function useUninstallMarketplaceSkill<TContext>(options?: {
|
|
3126
|
+
mutation?: UseMutationOptions<UninstallMarketplaceSkillMutationResponse, ResponseErrorConfig<UninstallMarketplaceSkill401 | UninstallMarketplaceSkill422 | UninstallMarketplaceSkill500>, {
|
|
3127
|
+
data: UninstallMarketplaceSkillMutationRequest;
|
|
3128
|
+
}, TContext> & {
|
|
3129
|
+
client?: QueryClient;
|
|
3130
|
+
};
|
|
3131
|
+
client?: Partial<RequestConfig<UninstallMarketplaceSkillMutationRequest>> & {
|
|
3132
|
+
client?: typeof baseClient;
|
|
3133
|
+
};
|
|
3134
|
+
}): _$_tanstack_react_query0.UseMutationResult<UninstallMarketplaceSkill200, ResponseErrorConfig<UninstallMarketplaceSkill401 | UninstallMarketplaceSkill422 | UninstallMarketplaceSkill500>, {
|
|
3135
|
+
data: UninstallMarketplaceSkillMutationRequest;
|
|
3136
|
+
}, TContext>;
|
|
3137
|
+
//#endregion
|
|
3138
|
+
//#region src/generated/core/createMarketplaceSubmission.d.ts
|
|
3139
|
+
/**
|
|
3140
|
+
* @summary Create marketplace submission
|
|
3141
|
+
* {@link /submissions}
|
|
3142
|
+
*/
|
|
3143
|
+
declare function createMarketplaceSubmission(data: CreateMarketplaceSubmissionMutationRequest, config?: Partial<RequestConfig<CreateMarketplaceSubmissionMutationRequest>> & {
|
|
3144
|
+
client?: typeof baseClient;
|
|
3145
|
+
}): Promise<CreateMarketplaceSubmission201>;
|
|
3146
|
+
//#endregion
|
|
3147
|
+
//#region src/generated/core/deleteMarketplaceSubmission.d.ts
|
|
3148
|
+
/**
|
|
3149
|
+
* @summary Delete marketplace submission
|
|
3150
|
+
* {@link /submissions/:submissionId}
|
|
3151
|
+
*/
|
|
3152
|
+
declare function deleteMarketplaceSubmission(submissionId: DeleteMarketplaceSubmissionPathParams["submissionId"], params: DeleteMarketplaceSubmissionQueryParams, config?: Partial<RequestConfig> & {
|
|
3153
|
+
client?: typeof baseClient;
|
|
3154
|
+
}): Promise<DeleteMarketplaceSubmission200>;
|
|
3155
|
+
//#endregion
|
|
3156
|
+
//#region src/generated/core/downloadMarketplaceSubmissionArchive.d.ts
|
|
3157
|
+
/**
|
|
3158
|
+
* @summary Download a marketplace submission archive
|
|
3159
|
+
* {@link /submissions/:submissionId/download}
|
|
3160
|
+
*/
|
|
3161
|
+
declare function downloadMarketplaceSubmissionArchive(submissionId: DownloadMarketplaceSubmissionArchivePathParams["submissionId"], config?: Partial<RequestConfig> & {
|
|
3162
|
+
client?: typeof baseClient;
|
|
3163
|
+
}): Promise<any>;
|
|
3164
|
+
//#endregion
|
|
3165
|
+
//#region src/generated/core/downloadMarketplaceTemplate.d.ts
|
|
3166
|
+
/**
|
|
3167
|
+
* @summary Download a marketplace template
|
|
3168
|
+
* {@link /templates/download}
|
|
3169
|
+
*/
|
|
3170
|
+
declare function downloadMarketplaceTemplate(params: DownloadMarketplaceTemplateQueryParams, config?: Partial<RequestConfig> & {
|
|
3171
|
+
client?: typeof baseClient;
|
|
3172
|
+
}): Promise<any>;
|
|
3173
|
+
//#endregion
|
|
3174
|
+
//#region src/generated/core/finalizeMarketplaceSubmission.d.ts
|
|
3175
|
+
/**
|
|
3176
|
+
* @summary Finalize marketplace submission
|
|
3177
|
+
* {@link /submissions/:submissionId/finalize}
|
|
3178
|
+
*/
|
|
3179
|
+
declare function finalizeMarketplaceSubmission(submissionId: FinalizeMarketplaceSubmissionPathParams["submissionId"], data?: FinalizeMarketplaceSubmissionMutationRequest, config?: Partial<RequestConfig<FinalizeMarketplaceSubmissionMutationRequest>> & {
|
|
3180
|
+
client?: typeof baseClient;
|
|
3181
|
+
}): Promise<FinalizeMarketplaceSubmission200>;
|
|
3182
|
+
//#endregion
|
|
3183
|
+
//#region src/generated/core/generateMarketplaceTemplateContent.d.ts
|
|
3184
|
+
/**
|
|
3185
|
+
* @summary Generate marketplace template content
|
|
3186
|
+
* {@link /template-content/generate}
|
|
3187
|
+
*/
|
|
3188
|
+
declare function generateMarketplaceTemplateContent(data: GenerateMarketplaceTemplateContentMutationRequest, config?: Partial<RequestConfig<GenerateMarketplaceTemplateContentMutationRequest>> & {
|
|
3189
|
+
client?: typeof baseClient;
|
|
3190
|
+
}): Promise<GenerateMarketplaceTemplateContent200>;
|
|
3191
|
+
//#endregion
|
|
3192
|
+
//#region src/generated/core/getMarketplaceSkill.d.ts
|
|
3193
|
+
/**
|
|
3194
|
+
* @summary Get a marketplace skill
|
|
3195
|
+
* {@link /skills/:skillId}
|
|
3196
|
+
*/
|
|
3197
|
+
declare function getMarketplaceSkill(skillId: GetMarketplaceSkillPathParams["skillId"], config?: Partial<RequestConfig> & {
|
|
3198
|
+
client?: typeof baseClient;
|
|
3199
|
+
}): Promise<GetMarketplaceSkill200>;
|
|
3200
|
+
//#endregion
|
|
3201
|
+
//#region src/generated/core/installImportedMarketplaceSkill.d.ts
|
|
3202
|
+
/**
|
|
3203
|
+
* @summary Install a skill from URL
|
|
3204
|
+
* {@link /skills/import-install}
|
|
3205
|
+
*/
|
|
3206
|
+
declare function installImportedMarketplaceSkill(data: InstallImportedMarketplaceSkillMutationRequest, config?: Partial<RequestConfig<InstallImportedMarketplaceSkillMutationRequest>> & {
|
|
3207
|
+
client?: typeof baseClient;
|
|
3208
|
+
}): Promise<InstallImportedMarketplaceSkill200>;
|
|
3209
|
+
//#endregion
|
|
3210
|
+
//#region src/generated/core/installMarketplaceSkill.d.ts
|
|
3211
|
+
/**
|
|
3212
|
+
* @summary Install a marketplace skill
|
|
3213
|
+
* {@link /skills/install}
|
|
3214
|
+
*/
|
|
3215
|
+
declare function installMarketplaceSkill(data: InstallMarketplaceSkillMutationRequest, config?: Partial<RequestConfig<InstallMarketplaceSkillMutationRequest>> & {
|
|
3216
|
+
client?: typeof baseClient;
|
|
3217
|
+
}): Promise<InstallMarketplaceSkill200>;
|
|
3218
|
+
//#endregion
|
|
3219
|
+
//#region src/generated/core/listMarketplaceAppTemplates.d.ts
|
|
3220
|
+
/**
|
|
3221
|
+
* @summary List marketplace app templates
|
|
3222
|
+
* {@link /app-templates}
|
|
3223
|
+
*/
|
|
3224
|
+
declare function listMarketplaceAppTemplates(config?: Partial<RequestConfig> & {
|
|
3225
|
+
client?: typeof baseClient;
|
|
3226
|
+
}): Promise<ListMarketplaceAppTemplates200>;
|
|
3227
|
+
//#endregion
|
|
3228
|
+
//#region src/generated/core/listMarketplaceSkills.d.ts
|
|
3229
|
+
/**
|
|
3230
|
+
* @summary List marketplace skills
|
|
3231
|
+
* {@link /skills}
|
|
3232
|
+
*/
|
|
3233
|
+
declare function listMarketplaceSkills(config?: Partial<RequestConfig> & {
|
|
3234
|
+
client?: typeof baseClient;
|
|
3235
|
+
}): Promise<ListMarketplaceSkills200>;
|
|
3236
|
+
//#endregion
|
|
3237
|
+
//#region src/generated/core/listMarketplaceSubmissions.d.ts
|
|
3238
|
+
/**
|
|
3239
|
+
* @summary List marketplace submissions
|
|
3240
|
+
* {@link /submissions}
|
|
3241
|
+
*/
|
|
3242
|
+
declare function listMarketplaceSubmissions(params: ListMarketplaceSubmissionsQueryParams, config?: Partial<RequestConfig> & {
|
|
3243
|
+
client?: typeof baseClient;
|
|
3244
|
+
}): Promise<ListMarketplaceSubmissions200>;
|
|
3245
|
+
//#endregion
|
|
3246
|
+
//#region src/generated/core/listMarketplaceTemplates.d.ts
|
|
3247
|
+
/**
|
|
3248
|
+
* @summary List marketplace templates
|
|
3249
|
+
* {@link /templates}
|
|
3250
|
+
*/
|
|
3251
|
+
declare function listMarketplaceTemplates(config?: Partial<RequestConfig> & {
|
|
3252
|
+
client?: typeof baseClient;
|
|
3253
|
+
}): Promise<ListMarketplaceTemplates200>;
|
|
3254
|
+
//#endregion
|
|
3255
|
+
//#region src/generated/core/listPendingMarketplaceSubmissions.d.ts
|
|
3256
|
+
/**
|
|
3257
|
+
* @summary List pending marketplace submissions
|
|
3258
|
+
* {@link /submissions/pending}
|
|
3259
|
+
*/
|
|
3260
|
+
declare function listPendingMarketplaceSubmissions(config?: Partial<RequestConfig> & {
|
|
3261
|
+
client?: typeof baseClient;
|
|
3262
|
+
}): Promise<ListPendingMarketplaceSubmissions200>;
|
|
3263
|
+
//#endregion
|
|
3264
|
+
//#region src/generated/core/listWorkspaceMarketplaceSkills.d.ts
|
|
3265
|
+
/**
|
|
3266
|
+
* @summary List installed skills for a workspace
|
|
3267
|
+
* {@link /workspaces/:workspaceId/skills}
|
|
3268
|
+
*/
|
|
3269
|
+
declare function listWorkspaceMarketplaceSkills(workspaceId: ListWorkspaceMarketplaceSkillsPathParams["workspaceId"], config?: Partial<RequestConfig> & {
|
|
3270
|
+
client?: typeof baseClient;
|
|
3271
|
+
}): Promise<ListWorkspaceMarketplaceSkills200>;
|
|
3272
|
+
//#endregion
|
|
3273
|
+
//#region src/generated/core/materializeMarketplaceTemplate.d.ts
|
|
3274
|
+
/**
|
|
3275
|
+
* @summary Materialize marketplace template
|
|
3276
|
+
* {@link /templates/materialize}
|
|
3277
|
+
*/
|
|
3278
|
+
declare function materializeMarketplaceTemplate(data: MaterializeMarketplaceTemplateMutationRequest, config?: Partial<RequestConfig<MaterializeMarketplaceTemplateMutationRequest>> & {
|
|
3279
|
+
client?: typeof baseClient;
|
|
3280
|
+
}): Promise<MaterializeMarketplaceTemplate200>;
|
|
3281
|
+
//#endregion
|
|
3282
|
+
//#region src/generated/core/previewMarketplaceSkillImport.d.ts
|
|
3283
|
+
/**
|
|
3284
|
+
* @summary Preview importing a skill from URL
|
|
3285
|
+
* {@link /skills/import-preview}
|
|
3286
|
+
*/
|
|
3287
|
+
declare function previewMarketplaceSkillImport(data: PreviewMarketplaceSkillImportMutationRequest, config?: Partial<RequestConfig<PreviewMarketplaceSkillImportMutationRequest>> & {
|
|
3288
|
+
client?: typeof baseClient;
|
|
3289
|
+
}): Promise<PreviewMarketplaceSkillImport200>;
|
|
3290
|
+
//#endregion
|
|
3291
|
+
//#region src/generated/core/rejectMarketplaceSubmission.d.ts
|
|
3292
|
+
/**
|
|
3293
|
+
* @summary Reject marketplace submission
|
|
3294
|
+
* {@link /submissions/:submissionId/reject}
|
|
3295
|
+
*/
|
|
3296
|
+
declare function rejectMarketplaceSubmission(submissionId: RejectMarketplaceSubmissionPathParams["submissionId"], data?: RejectMarketplaceSubmissionMutationRequest, config?: Partial<RequestConfig<RejectMarketplaceSubmissionMutationRequest>> & {
|
|
3297
|
+
client?: typeof baseClient;
|
|
3298
|
+
}): Promise<RejectMarketplaceSubmission200>;
|
|
3299
|
+
//#endregion
|
|
3300
|
+
//#region src/generated/core/toggleMarketplaceSkill.d.ts
|
|
3301
|
+
/**
|
|
3302
|
+
* @summary Enable or disable a marketplace skill
|
|
3303
|
+
* {@link /skills/toggle}
|
|
3304
|
+
*/
|
|
3305
|
+
declare function toggleMarketplaceSkill(data: ToggleMarketplaceSkillMutationRequest, config?: Partial<RequestConfig<ToggleMarketplaceSkillMutationRequest>> & {
|
|
3306
|
+
client?: typeof baseClient;
|
|
3307
|
+
}): Promise<ToggleMarketplaceSkill200>;
|
|
3308
|
+
//#endregion
|
|
3309
|
+
//#region src/generated/core/uninstallMarketplaceSkill.d.ts
|
|
3310
|
+
/**
|
|
3311
|
+
* @summary Uninstall a marketplace skill
|
|
3312
|
+
* {@link /skills/uninstall}
|
|
3313
|
+
*/
|
|
3314
|
+
declare function uninstallMarketplaceSkill(data: UninstallMarketplaceSkillMutationRequest, config?: Partial<RequestConfig<UninstallMarketplaceSkillMutationRequest>> & {
|
|
3315
|
+
client?: typeof baseClient;
|
|
3316
|
+
}): Promise<UninstallMarketplaceSkill200>;
|
|
3317
|
+
//#endregion
|
|
3318
|
+
//#region src/generated/core/approveMarketplaceSubmission.d.ts
|
|
3319
|
+
/**
|
|
3320
|
+
* @summary Approve marketplace submission
|
|
3321
|
+
* {@link /submissions/:submissionId/approve}
|
|
3322
|
+
*/
|
|
3323
|
+
declare function approveMarketplaceSubmission(submissionId: ApproveMarketplaceSubmissionPathParams["submissionId"], config?: Partial<RequestConfig> & {
|
|
3324
|
+
client?: typeof baseClient;
|
|
3325
|
+
}): Promise<ApproveMarketplaceSubmission200>;
|
|
3326
|
+
//#endregion
|
|
3327
|
+
export { RejectMarketplaceSubmissionPathParams as $, InstallMarketplaceSkillMutationResponse as $n, DownloadMarketplaceTemplate400 as $r, listMarketplaceTemplatesQueryKey as $t, UninstallMarketplaceSkillMutationRequest as A, CreateMarketplaceSubmission401 as Ai, ListMarketplaceSkillsQuery as An, GenerateMarketplaceTemplateContentMutation as Ar, ListWorkspaceMarketplaceSkills500 as At, ToggleMarketplaceSkillMutationRequest as B, ApproveMarketplaceSubmission401 as Bi, ListMarketplaceAppTemplates200 as Bn, FinalizeMarketplaceSubmissionMutation as Br, listPendingMarketplaceSubmissionsQueryOptions as Bt, uninstallMarketplaceSkillMutationKey as C, DeleteMarketplaceSubmissionMutationResponse as Ci, useListMarketplaceSkillsSuspense as Cn, GenerateMarketplaceTemplateContentMutationKey as Cr, useListWorkspaceMarketplaceSkillsSuspense as Ct, UninstallMarketplaceSkill422 as D, createMarketplaceSubmissionMutationKey as Di, useListMarketplaceSkills as Dn, GenerateMarketplaceTemplateContent401 as Dr, useListWorkspaceMarketplaceSkills as Dt, UninstallMarketplaceSkill401 as E, CreateMarketplaceSubmissionMutationKey as Ei, listMarketplaceSkillsQueryOptions as En, GenerateMarketplaceTemplateContent200 as Er, listWorkspaceMarketplaceSkillsQueryOptions as Et, ToggleMarketplaceSkill200 as F, CreateMarketplaceSubmissionMutationResponse as Fi, useListMarketplaceAppTemplatesSuspense as Fn, useFinalizeMarketplaceSubmission as Fr, listPendingMarketplaceSubmissionsSuspenseQueryKey as Ft, RejectMarketplaceSubmission200 as G, ApproveMarketplaceSubmissionPathParams as Gi, installMarketplaceSkillMutationKey as Gn, downloadMarketplaceTemplateSuspenseQueryKey as Gr, ListPendingMarketplaceSubmissions500 as Gt, RejectMarketplaceSubmissionMutationKey as H, ApproveMarketplaceSubmission500 as Hi, ListMarketplaceAppTemplatesQuery as Hn, FinalizeMarketplaceSubmissionMutationResponse as Hr, ListPendingMarketplaceSubmissions200 as Ht, ToggleMarketplaceSkill401 as I, ApproveMarketplaceSubmissionMutationKey as Ii, ListMarketplaceAppTemplatesQueryKey as In, FinalizeMarketplaceSubmission200 as Ir, listPendingMarketplaceSubmissionsSuspenseQueryOptions as It, RejectMarketplaceSubmission422 as J, InstallMarketplaceSkill401 as Jn, DownloadMarketplaceTemplateQueryKey as Jr, ListMarketplaceTemplatesSuspenseQueryKey as Jt, RejectMarketplaceSubmission401 as K, useInstallMarketplaceSkill as Kn, downloadMarketplaceTemplateSuspenseQueryOptions as Kr, ListPendingMarketplaceSubmissionsQuery as Kt, ToggleMarketplaceSkill422 as L, approveMarketplaceSubmissionMutationKey as Li, listMarketplaceAppTemplatesQueryKey as Ln, FinalizeMarketplaceSubmission401 as Lr, useListPendingMarketplaceSubmissionsSuspense as Lt, ToggleMarketplaceSkillMutationKey as M, CreateMarketplaceSubmission500 as Mi, ListMarketplaceAppTemplatesSuspenseQueryKey as Mn, GenerateMarketplaceTemplateContentMutationResponse as Mr, ListWorkspaceMarketplaceSkillsQuery as Mt, toggleMarketplaceSkillMutationKey as N, CreateMarketplaceSubmissionMutation as Ni, listMarketplaceAppTemplatesSuspenseQueryKey as Nn, FinalizeMarketplaceSubmissionMutationKey as Nr, ListWorkspaceMarketplaceSkillsQueryResponse as Nt, UninstallMarketplaceSkill500 as O, useCreateMarketplaceSubmission as Oi, ListMarketplaceSkills200 as On, GenerateMarketplaceTemplateContent422 as Or, ListWorkspaceMarketplaceSkills200 as Ot, useToggleMarketplaceSkill as P, CreateMarketplaceSubmissionMutationRequest as Pi, listMarketplaceAppTemplatesSuspenseQueryOptions as Pn, finalizeMarketplaceSubmissionMutationKey as Pr, ListPendingMarketplaceSubmissionsSuspenseQueryKey as Pt, RejectMarketplaceSubmissionMutationResponse as Q, InstallMarketplaceSkillMutationRequest as Qn, DownloadMarketplaceTemplate200 as Qr, ListMarketplaceTemplatesQueryKey as Qt, ToggleMarketplaceSkill500 as R, useApproveMarketplaceSubmission as Ri, listMarketplaceAppTemplatesQueryOptions as Rn, FinalizeMarketplaceSubmission422 as Rr, ListPendingMarketplaceSubmissionsQueryKey as Rt, UninstallMarketplaceSkillMutationKey as S, DeleteMarketplaceSubmissionMutation as Si, listMarketplaceSkillsSuspenseQueryOptions as Sn, GetMarketplaceSkillQueryResponse as Sr, listWorkspaceMarketplaceSkillsSuspenseQueryOptions as St, UninstallMarketplaceSkill200 as T, DeleteMarketplaceSubmissionQueryParams as Ti, listMarketplaceSkillsQueryKey as Tn, useGenerateMarketplaceTemplateContent as Tr, listWorkspaceMarketplaceSkillsQueryKey as Tt, rejectMarketplaceSubmissionMutationKey as U, ApproveMarketplaceSubmissionMutation as Ui, ListMarketplaceAppTemplatesQueryResponse as Un, FinalizeMarketplaceSubmissionPathParams as Ur, ListPendingMarketplaceSubmissions401 as Ut, ToggleMarketplaceSkillMutationResponse as V, ApproveMarketplaceSubmission403 as Vi, ListMarketplaceAppTemplates500 as Vn, FinalizeMarketplaceSubmissionMutationRequest as Vr, useListPendingMarketplaceSubmissions as Vt, useRejectMarketplaceSubmission as W, ApproveMarketplaceSubmissionMutationResponse as Wi, InstallMarketplaceSkillMutationKey as Wn, DownloadMarketplaceTemplateSuspenseQueryKey as Wr, ListPendingMarketplaceSubmissions403 as Wt, RejectMarketplaceSubmissionMutation as X, InstallMarketplaceSkill500 as Xn, downloadMarketplaceTemplateQueryOptions as Xr, listMarketplaceTemplatesSuspenseQueryOptions as Xt, RejectMarketplaceSubmission500 as Y, InstallMarketplaceSkill422 as Yn, downloadMarketplaceTemplateQueryKey as Yr, listMarketplaceTemplatesSuspenseQueryKey as Yt, RejectMarketplaceSubmissionMutationRequest as Z, InstallMarketplaceSkillMutation as Zn, useDownloadMarketplaceTemplate as Zr, useListMarketplaceTemplatesSuspense as Zt, finalizeMarketplaceSubmission as _, useDeleteMarketplaceSubmission as _i, ListMarketplaceSubmissionsQuery as _n, useGetMarketplaceSkill as _r, MaterializeMarketplaceTemplateMutation as _t, previewMarketplaceSkillImport as a, downloadMarketplaceSubmissionArchiveSuspenseQueryOptions as ai, ListMarketplaceTemplatesQueryResponse as an, InstallImportedMarketplaceSkill422 as ar, PreviewMarketplaceSkillImport422 as at, deleteMarketplaceSubmission as b, DeleteMarketplaceSubmission422 as bi, ListMarketplaceSkillsSuspenseQueryKey as bn, GetMarketplaceSkillPathParams as br, ListWorkspaceMarketplaceSkillsSuspenseQueryKey as bt, listPendingMarketplaceSubmissions as c, downloadMarketplaceSubmissionArchiveQueryKey as ci, listMarketplaceSubmissionsSuspenseQueryOptions as cn, InstallImportedMarketplaceSkillMutationRequest as cr, PreviewMarketplaceSkillImportMutationRequest as ct, listMarketplaceSkills as d, DownloadMarketplaceSubmissionArchive200 as di, listMarketplaceSubmissionsQueryKey as dn, getMarketplaceSkillSuspenseQueryKey as dr, materializeMarketplaceTemplateMutationKey as dt, DownloadMarketplaceTemplateQuery as ei, listMarketplaceTemplatesQueryOptions as en, InstallImportedMarketplaceSkillMutationKey as er, PreviewMarketplaceSkillImportMutationKey as et, listMarketplaceAppTemplates as f, DownloadMarketplaceSubmissionArchivePathParams as fi, listMarketplaceSubmissionsQueryOptions as fn, getMarketplaceSkillSuspenseQueryOptions as fr, useMaterializeMarketplaceTemplate as ft, generateMarketplaceTemplateContent as g, deleteMarketplaceSubmissionMutationKey as gi, ListMarketplaceSubmissions500 as gn, getMarketplaceSkillQueryOptions as gr, MaterializeMarketplaceTemplate500 as gt, getMarketplaceSkill as h, DeleteMarketplaceSubmissionMutationKey as hi, ListMarketplaceSubmissions401 as hn, getMarketplaceSkillQueryKey as hr, MaterializeMarketplaceTemplate422 as ht, rejectMarketplaceSubmission as i, downloadMarketplaceSubmissionArchiveSuspenseQueryKey as ii, ListMarketplaceTemplatesQuery as in, InstallImportedMarketplaceSkill401 as ir, PreviewMarketplaceSkillImport401 as it, UninstallMarketplaceSkillMutationResponse as j, CreateMarketplaceSubmission422 as ji, ListMarketplaceSkillsQueryResponse as jn, GenerateMarketplaceTemplateContentMutationRequest as jr, ListWorkspaceMarketplaceSkillsPathParams as jt, UninstallMarketplaceSkillMutation as k, CreateMarketplaceSubmission201 as ki, ListMarketplaceSkills500 as kn, GenerateMarketplaceTemplateContent500 as kr, ListWorkspaceMarketplaceSkills401 as kt, listMarketplaceTemplates as l, downloadMarketplaceSubmissionArchiveQueryOptions as li, useListMarketplaceSubmissionsSuspense as ln, InstallImportedMarketplaceSkillMutationResponse as lr, PreviewMarketplaceSkillImportMutationResponse as lt, installImportedMarketplaceSkill as m, DownloadMarketplaceSubmissionArchiveQueryResponse as mi, ListMarketplaceSubmissions200 as mn, GetMarketplaceSkillQueryKey as mr, MaterializeMarketplaceTemplate401 as mt, uninstallMarketplaceSkill as n, DownloadMarketplaceTemplateQueryResponse as ni, ListMarketplaceTemplates200 as nn, useInstallImportedMarketplaceSkill as nr, usePreviewMarketplaceSkillImport as nt, materializeMarketplaceTemplate as o, useDownloadMarketplaceSubmissionArchiveSuspense as oi, ListMarketplaceSubmissionsSuspenseQueryKey as on, InstallImportedMarketplaceSkill500 as or, PreviewMarketplaceSkillImport500 as ot, installMarketplaceSkill as p, DownloadMarketplaceSubmissionArchiveQuery as pi, useListMarketplaceSubmissions as pn, useGetMarketplaceSkillSuspense as pr, MaterializeMarketplaceTemplate200 as pt, RejectMarketplaceSubmission403 as q, InstallMarketplaceSkill200 as qn, useDownloadMarketplaceTemplateSuspense as qr, ListPendingMarketplaceSubmissionsQueryResponse as qt, toggleMarketplaceSkill as r, DownloadMarketplaceSubmissionArchiveSuspenseQueryKey as ri, ListMarketplaceTemplates500 as rn, InstallImportedMarketplaceSkill200 as rr, PreviewMarketplaceSkillImport200 as rt, listWorkspaceMarketplaceSkills as s, DownloadMarketplaceSubmissionArchiveQueryKey as si, listMarketplaceSubmissionsSuspenseQueryKey as sn, InstallImportedMarketplaceSkillMutation as sr, PreviewMarketplaceSkillImportMutation as st, approveMarketplaceSubmission as t, DownloadMarketplaceTemplateQueryParams as ti, useListMarketplaceTemplates as tn, installImportedMarketplaceSkillMutationKey as tr, previewMarketplaceSkillImportMutationKey as tt, listMarketplaceSubmissions as u, useDownloadMarketplaceSubmissionArchive as ui, ListMarketplaceSubmissionsQueryKey as un, GetMarketplaceSkillSuspenseQueryKey as ur, MaterializeMarketplaceTemplateMutationKey as ut, downloadMarketplaceTemplate as v, DeleteMarketplaceSubmission200 as vi, ListMarketplaceSubmissionsQueryParams as vn, GetMarketplaceSkill200 as vr, MaterializeMarketplaceTemplateMutationRequest as vt, useUninstallMarketplaceSkill as w, DeleteMarketplaceSubmissionPathParams as wi, ListMarketplaceSkillsQueryKey as wn, generateMarketplaceTemplateContentMutationKey as wr, ListWorkspaceMarketplaceSkillsQueryKey as wt, createMarketplaceSubmission as x, DeleteMarketplaceSubmission500 as xi, listMarketplaceSkillsSuspenseQueryKey as xn, GetMarketplaceSkillQuery as xr, listWorkspaceMarketplaceSkillsSuspenseQueryKey as xt, downloadMarketplaceSubmissionArchive as y, DeleteMarketplaceSubmission401 as yi, ListMarketplaceSubmissionsQueryResponse as yn, GetMarketplaceSkill500 as yr, MaterializeMarketplaceTemplateMutationResponse as yt, ToggleMarketplaceSkillMutation as z, ApproveMarketplaceSubmission200 as zi, useListMarketplaceAppTemplates as zn, FinalizeMarketplaceSubmission500 as zr, listPendingMarketplaceSubmissionsQueryKey as zt };
|
|
3328
|
+
//# sourceMappingURL=approveMarketplaceSubmission-Cno-7U1J.d.cts.map
|