@purpleschool/gptbot 0.15.66 → 0.15.68

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (76) hide show
  1. package/build/api/controllers/http/chat-private.d.ts +2 -0
  2. package/build/api/controllers/http/chat-private.js +2 -0
  3. package/build/api/controllers/http/chat-public.d.ts +2 -0
  4. package/build/api/controllers/http/chat-public.js +2 -0
  5. package/build/api/controllers/http/files.d.ts +0 -1
  6. package/build/api/controllers/http/files.js +0 -1
  7. package/build/api/routes.d.ts +4 -1
  8. package/build/api/routes.js +4 -1
  9. package/build/commands/avatar-studio/clip/create-avatar-studio-clip.command.d.ts +0 -6
  10. package/build/commands/avatar-studio/clip/find-avatar-studio-clips.query.d.ts +0 -6
  11. package/build/commands/avatar-studio/clip/get-avatar-studio-clip.query.d.ts +0 -6
  12. package/build/commands/avatar-studio/clip/update-avatar-studio-clip.command.d.ts +0 -6
  13. package/build/commands/avatar-studio/export-job/find-avatar-studio-export-jobs.query.d.ts +0 -1
  14. package/build/commands/avatar-studio/export-job/get-avatar-studio-export-job.query.d.ts +0 -1
  15. package/build/commands/avatar-studio/export-job/start-avatar-studio-export.command.d.ts +0 -1
  16. package/build/commands/avatar-studio/generation-job/find-avatar-studio-generation-jobs.query.d.ts +0 -1
  17. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-frame.command.d.ts +0 -1
  18. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-image.command.d.ts +0 -1
  19. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.d.ts +0 -1
  20. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.d.ts +0 -1
  21. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-talking-avatar.command.d.ts +0 -1
  22. package/build/commands/avatar-studio/generation-job/get-avatar-studio-generation-job.query.d.ts +0 -1
  23. package/build/commands/avatar-studio/media/create-avatar-studio-media-from-file.command.d.ts +0 -1
  24. package/build/commands/avatar-studio/media/find-avatar-studio-media.query.d.ts +0 -1
  25. package/build/commands/avatar-studio/media/update-avatar-studio-media.command.d.ts +0 -1
  26. package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-sample-to-all-scenes.command.d.ts +0 -6
  27. package/build/commands/avatar-studio/scene/create-avatar-studio-scene.command.d.ts +0 -3
  28. package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.d.ts +0 -3
  29. package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.d.ts +0 -3
  30. package/build/commands/avatar-studio/scene/update-avatar-studio-scene.command.d.ts +0 -3
  31. package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.d.ts +0 -3
  32. package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.d.ts +0 -1
  33. package/build/commands/b2b/upload-b2b-file.command.d.ts +0 -1
  34. package/build/commands/chat/create-chat.command.d.ts +0 -1
  35. package/build/commands/chat/detach-chat-file.command.d.ts +9 -0
  36. package/build/commands/chat/detach-chat-file.command.js +14 -0
  37. package/build/commands/chat/find-chat-by-uuid.command.d.ts +0 -1
  38. package/build/commands/{file/calculate-file-cost.command.d.ts → chat/get-active-chat-files.command.d.ts} +4 -10
  39. package/build/commands/chat/get-active-chat-files.command.js +14 -0
  40. package/build/commands/chat/get-last-active-chat-command.d.ts +0 -1
  41. package/build/commands/chat/index.d.ts +2 -0
  42. package/build/commands/chat/index.js +2 -0
  43. package/build/commands/file/index.d.ts +0 -1
  44. package/build/commands/file/index.js +0 -1
  45. package/build/commands/file/upload.command.d.ts +1 -4
  46. package/build/commands/file/upload.command.js +1 -3
  47. package/build/commands/message/create-text-message.command.d.ts +0 -1
  48. package/build/commands/message/create-text-message.command.js +1 -1
  49. package/build/commands/message/find-message-by-uuid.command.d.ts +0 -1
  50. package/build/commands/message/rate-message.command.d.ts +0 -1
  51. package/build/commands/tools/music/add-track-to-music-playlist.command.d.ts +326 -12
  52. package/build/commands/tools/music/create-music-playlist.command.d.ts +326 -12
  53. package/build/commands/tools/music/edit-music.command.d.ts +326 -12
  54. package/build/commands/tools/music/find-music-job-by-uuid.command.d.ts +326 -12
  55. package/build/commands/tools/music/find-music-jobs.command.d.ts +326 -12
  56. package/build/commands/tools/music/find-music-playlists.command.d.ts +326 -12
  57. package/build/commands/tools/music/generate-music.command.d.ts +326 -12
  58. package/build/commands/tools/music/remove-track-from-music-playlist.command.d.ts +326 -12
  59. package/build/commands/tools/music/retry-music-job.command.d.ts +326 -12
  60. package/build/commands/tools/music/set-reaction-to-music-job.command.d.ts +326 -12
  61. package/build/commands/tools/music/update-music-job-favorite.command.d.ts +326 -12
  62. package/build/commands/tools/music/update-music-job-title.command.d.ts +326 -12
  63. package/build/commands/tools/music/update-music-playlist.command.d.ts +326 -12
  64. package/build/constants/b2b/enums/b2b-usage-operation.enum.d.ts +2 -1
  65. package/build/constants/b2b/enums/b2b-usage-operation.enum.js +1 -0
  66. package/build/models/avatar-studio/avatar-studio.schema.d.ts +0 -13
  67. package/build/models/b2b/b2b-file-upload-response.schema.d.ts +0 -2
  68. package/build/models/chat-with-messages.schema.d.ts +0 -1
  69. package/build/models/file.schema.d.ts +0 -1
  70. package/build/models/file.schema.js +0 -1
  71. package/build/models/message.schema.d.ts +0 -1
  72. package/build/models/tools/music/music-job.schema.d.ts +326 -12
  73. package/build/models/tools/music/music-job.schema.js +35 -6
  74. package/build/models/tools/music/music-playlist.schema.d.ts +326 -12
  75. package/package.json +1 -1
  76. package/build/commands/file/calculate-file-cost.command.js +0 -17
@@ -15,4 +15,6 @@ export declare const CHAT_PRIVATE_ROUTES: {
15
15
  readonly DELETE: (uuid: string) => string;
16
16
  readonly UPDATE: (uuid: string) => string;
17
17
  readonly CREATE_SUGGESTIONS: (uuid: string) => string;
18
+ readonly ACTIVE_FILES: (uuid: string) => string;
19
+ readonly DETACH_FILE: (uuid: string, fileId: string) => string;
18
20
  };
@@ -18,4 +18,6 @@ exports.CHAT_PRIVATE_ROUTES = {
18
18
  DELETE: (uuid) => `${uuid}`,
19
19
  UPDATE: (uuid) => `${uuid}`,
20
20
  CREATE_SUGGESTIONS: (uuid) => `${uuid}/suggestions`,
21
+ ACTIVE_FILES: (uuid) => `${uuid}/files`,
22
+ DETACH_FILE: (uuid, fileId) => `${uuid}/files/${fileId}`,
21
23
  };
@@ -13,4 +13,6 @@ export declare const CHAT_PUBLIC_ROUTES: {
13
13
  readonly SEND_IMAGE_MESSAGE: (uuid: string) => string;
14
14
  readonly INPUT_LIMITS: 'input-limits';
15
15
  readonly CREATE_SUGGESTIONS: (uuid: string) => string;
16
+ readonly ACTIVE_FILES: (uuid: string) => string;
17
+ readonly DETACH_FILE: (uuid: string, fileId: string) => string;
16
18
  };
@@ -16,4 +16,6 @@ exports.CHAT_PUBLIC_ROUTES = {
16
16
  SEND_IMAGE_MESSAGE: (uuid) => `${uuid}/messages/image`,
17
17
  INPUT_LIMITS: 'input-limits',
18
18
  CREATE_SUGGESTIONS: (uuid) => `${uuid}/suggestions`,
19
+ ACTIVE_FILES: (uuid) => `${uuid}/files`,
20
+ DETACH_FILE: (uuid, fileId) => `${uuid}/files/${fileId}`,
19
21
  };
@@ -6,7 +6,6 @@ export declare const FILE_ROUTES: {
6
6
  readonly UPLOAD_PUBLIC: 'upload-public';
7
7
  readonly UPLOAD_FILE: 'upload-file';
8
8
  readonly UPLOAD_IMAGE: 'upload-image';
9
- readonly CALCULATE_TEXT_FILE_COST: (uuid: string) => string;
10
9
  readonly CRON: {
11
10
  readonly DELETE_UNUSED: 'cron/delete-unused';
12
11
  };
@@ -9,7 +9,6 @@ exports.FILE_ROUTES = {
9
9
  UPLOAD_PUBLIC: 'upload-public',
10
10
  UPLOAD_FILE: 'upload-file',
11
11
  UPLOAD_IMAGE: 'upload-image',
12
- CALCULATE_TEXT_FILE_COST: (uuid) => `cost/text/${uuid}`,
13
12
  CRON: {
14
13
  DELETE_UNUSED: 'cron/delete-unused',
15
14
  },
@@ -218,6 +218,8 @@ export declare const REST_API: {
218
218
  readonly SEND_TEXT_MESSAGE: (uuid: string) => string;
219
219
  readonly STOP_STREAM: (uuid: string, messageId: string) => string;
220
220
  readonly CREATE_SUGGESTIONS: (uuid: string) => string;
221
+ readonly ACTIVE_FILES: (uuid: string) => string;
222
+ readonly DETACH_FILE: (uuid: string, fileId: string) => string;
221
223
  readonly ARCHIVE: "/api/private/chats/archive";
222
224
  readonly DELETE: (uuid: string) => string;
223
225
  readonly UPDATE: (uuid: string) => string;
@@ -233,6 +235,8 @@ export declare const REST_API: {
233
235
  readonly PRICE: "/api/public/chats/price";
234
236
  readonly COMPACT: (uuid: string) => string;
235
237
  readonly CREATE_SUGGESTIONS: (uuid: string) => string;
238
+ readonly ACTIVE_FILES: (uuid: string) => string;
239
+ readonly DETACH_FILE: (uuid: string, fileId: string) => string;
236
240
  readonly SEND_TEXT_MESSAGE: (uuid: string) => string;
237
241
  readonly STOP_STREAM: (uuid: string, messageId: string) => string;
238
242
  readonly SEND_IMAGE_MESSAGE: (uuid: string) => string;
@@ -309,7 +313,6 @@ export declare const REST_API: {
309
313
  readonly FILES: {
310
314
  readonly UPLOAD_FILE: "/api/file/upload-file";
311
315
  readonly UPLOAD_IMAGE: "/api/file/upload-image";
312
- readonly CALCULATE_TEXT_FILE_COST: (uuid: string) => string;
313
316
  readonly UPLOAD: "/api/file/upload";
314
317
  readonly DELETE: (uuid: string) => string;
315
318
  readonly CRON_DELETE_UNUSED: "/api/file/cron/delete-unused";
@@ -256,6 +256,8 @@ exports.REST_API = {
256
256
  SEND_TEXT_MESSAGE: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.SEND_TEXT_MESSAGE(uuid)}`,
257
257
  STOP_STREAM: (uuid, messageId) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.STOP_STREAM(uuid, messageId)}`,
258
258
  CREATE_SUGGESTIONS: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.CREATE_SUGGESTIONS(uuid)}`,
259
+ ACTIVE_FILES: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.ACTIVE_FILES(uuid)}`,
260
+ DETACH_FILE: (uuid, fileId) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.DETACH_FILE(uuid, fileId)}`,
259
261
  ARCHIVE: `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.ARCHIVE}`,
260
262
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.DELETE(uuid)}`,
261
263
  UPDATE: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PRIVATE_CONTROLLER}/${CONTROLLERS.CHAT_PRIVATE_ROUTES.UPDATE(uuid)}`,
@@ -271,6 +273,8 @@ exports.REST_API = {
271
273
  PRICE: `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.PRICE}`,
272
274
  COMPACT: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.COMPACT(uuid)}`,
273
275
  CREATE_SUGGESTIONS: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.CREATE_SUGGESTIONS(uuid)}`,
276
+ ACTIVE_FILES: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.ACTIVE_FILES(uuid)}`,
277
+ DETACH_FILE: (uuid, fileId) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.DETACH_FILE(uuid, fileId)}`,
274
278
  SEND_TEXT_MESSAGE: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.SEND_TEXT_MESSAGE(uuid)}`,
275
279
  STOP_STREAM: (uuid, messageId) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.STOP_STREAM(uuid, messageId)}`,
276
280
  SEND_IMAGE_MESSAGE: (uuid) => `${exports.ROOT}/${CONTROLLERS.CHAT_PUBLIC_CONTROLLER}/${CONTROLLERS.CHAT_PUBLIC_ROUTES.SEND_IMAGE_MESSAGE(uuid)}`,
@@ -347,7 +351,6 @@ exports.REST_API = {
347
351
  FILES: {
348
352
  UPLOAD_FILE: `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.UPLOAD_FILE}`,
349
353
  UPLOAD_IMAGE: `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.UPLOAD_IMAGE}`,
350
- CALCULATE_TEXT_FILE_COST: (uuid) => `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.CALCULATE_TEXT_FILE_COST(uuid)}`,
351
354
  UPLOAD: `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.UPLOAD}`,
352
355
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.DELETE(uuid)}`,
353
356
  CRON_DELETE_UNUSED: `${exports.ROOT}/${CONTROLLERS.FILE_CONTROLLER}/${CONTROLLERS.FILE_ROUTES.CRON.DELETE_UNUSED}`,
@@ -55,7 +55,6 @@ export declare namespace CreateAvatarStudioClipCommand {
55
55
  key: z.ZodString;
56
56
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
57
57
  duration: z.ZodNullable<z.ZodNumber>;
58
- attachmentCost: z.ZodDefault<z.ZodNumber>;
59
58
  contentLength: z.ZodNullable<z.ZodNumber>;
60
59
  createdAt: z.ZodDate;
61
60
  updatedAt: z.ZodDate;
@@ -124,7 +123,6 @@ export declare namespace CreateAvatarStudioClipCommand {
124
123
  key: z.ZodString;
125
124
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
126
125
  duration: z.ZodNullable<z.ZodNumber>;
127
- attachmentCost: z.ZodDefault<z.ZodNumber>;
128
126
  contentLength: z.ZodNullable<z.ZodNumber>;
129
127
  createdAt: z.ZodDate;
130
128
  updatedAt: z.ZodDate;
@@ -163,7 +161,6 @@ export declare namespace CreateAvatarStudioClipCommand {
163
161
  key: z.ZodString;
164
162
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
165
163
  duration: z.ZodNullable<z.ZodNumber>;
166
- attachmentCost: z.ZodDefault<z.ZodNumber>;
167
164
  contentLength: z.ZodNullable<z.ZodNumber>;
168
165
  createdAt: z.ZodDate;
169
166
  updatedAt: z.ZodDate;
@@ -202,7 +199,6 @@ export declare namespace CreateAvatarStudioClipCommand {
202
199
  key: z.ZodString;
203
200
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
204
201
  duration: z.ZodNullable<z.ZodNumber>;
205
- attachmentCost: z.ZodDefault<z.ZodNumber>;
206
202
  contentLength: z.ZodNullable<z.ZodNumber>;
207
203
  createdAt: z.ZodDate;
208
204
  updatedAt: z.ZodDate;
@@ -269,7 +265,6 @@ export declare namespace CreateAvatarStudioClipCommand {
269
265
  key: z.ZodString;
270
266
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
271
267
  duration: z.ZodNullable<z.ZodNumber>;
272
- attachmentCost: z.ZodDefault<z.ZodNumber>;
273
268
  contentLength: z.ZodNullable<z.ZodNumber>;
274
269
  createdAt: z.ZodDate;
275
270
  updatedAt: z.ZodDate;
@@ -323,7 +318,6 @@ export declare namespace CreateAvatarStudioClipCommand {
323
318
  key: z.ZodString;
324
319
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
325
320
  duration: z.ZodNullable<z.ZodNumber>;
326
- attachmentCost: z.ZodDefault<z.ZodNumber>;
327
321
  contentLength: z.ZodNullable<z.ZodNumber>;
328
322
  createdAt: z.ZodDate;
329
323
  updatedAt: z.ZodDate;
@@ -51,7 +51,6 @@ export declare namespace FindAvatarStudioClipsQuery {
51
51
  key: z.ZodString;
52
52
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
53
53
  duration: z.ZodNullable<z.ZodNumber>;
54
- attachmentCost: z.ZodDefault<z.ZodNumber>;
55
54
  contentLength: z.ZodNullable<z.ZodNumber>;
56
55
  createdAt: z.ZodDate;
57
56
  updatedAt: z.ZodDate;
@@ -120,7 +119,6 @@ export declare namespace FindAvatarStudioClipsQuery {
120
119
  key: z.ZodString;
121
120
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
122
121
  duration: z.ZodNullable<z.ZodNumber>;
123
- attachmentCost: z.ZodDefault<z.ZodNumber>;
124
122
  contentLength: z.ZodNullable<z.ZodNumber>;
125
123
  createdAt: z.ZodDate;
126
124
  updatedAt: z.ZodDate;
@@ -159,7 +157,6 @@ export declare namespace FindAvatarStudioClipsQuery {
159
157
  key: z.ZodString;
160
158
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
161
159
  duration: z.ZodNullable<z.ZodNumber>;
162
- attachmentCost: z.ZodDefault<z.ZodNumber>;
163
160
  contentLength: z.ZodNullable<z.ZodNumber>;
164
161
  createdAt: z.ZodDate;
165
162
  updatedAt: z.ZodDate;
@@ -198,7 +195,6 @@ export declare namespace FindAvatarStudioClipsQuery {
198
195
  key: z.ZodString;
199
196
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
200
197
  duration: z.ZodNullable<z.ZodNumber>;
201
- attachmentCost: z.ZodDefault<z.ZodNumber>;
202
198
  contentLength: z.ZodNullable<z.ZodNumber>;
203
199
  createdAt: z.ZodDate;
204
200
  updatedAt: z.ZodDate;
@@ -265,7 +261,6 @@ export declare namespace FindAvatarStudioClipsQuery {
265
261
  key: z.ZodString;
266
262
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
267
263
  duration: z.ZodNullable<z.ZodNumber>;
268
- attachmentCost: z.ZodDefault<z.ZodNumber>;
269
264
  contentLength: z.ZodNullable<z.ZodNumber>;
270
265
  createdAt: z.ZodDate;
271
266
  updatedAt: z.ZodDate;
@@ -319,7 +314,6 @@ export declare namespace FindAvatarStudioClipsQuery {
319
314
  key: z.ZodString;
320
315
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
321
316
  duration: z.ZodNullable<z.ZodNumber>;
322
- attachmentCost: z.ZodDefault<z.ZodNumber>;
323
317
  contentLength: z.ZodNullable<z.ZodNumber>;
324
318
  createdAt: z.ZodDate;
325
319
  updatedAt: z.ZodDate;
@@ -49,7 +49,6 @@ export declare namespace GetAvatarStudioClipQuery {
49
49
  key: z.ZodString;
50
50
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
51
51
  duration: z.ZodNullable<z.ZodNumber>;
52
- attachmentCost: z.ZodDefault<z.ZodNumber>;
53
52
  contentLength: z.ZodNullable<z.ZodNumber>;
54
53
  createdAt: z.ZodDate;
55
54
  updatedAt: z.ZodDate;
@@ -118,7 +117,6 @@ export declare namespace GetAvatarStudioClipQuery {
118
117
  key: z.ZodString;
119
118
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
120
119
  duration: z.ZodNullable<z.ZodNumber>;
121
- attachmentCost: z.ZodDefault<z.ZodNumber>;
122
120
  contentLength: z.ZodNullable<z.ZodNumber>;
123
121
  createdAt: z.ZodDate;
124
122
  updatedAt: z.ZodDate;
@@ -157,7 +155,6 @@ export declare namespace GetAvatarStudioClipQuery {
157
155
  key: z.ZodString;
158
156
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
159
157
  duration: z.ZodNullable<z.ZodNumber>;
160
- attachmentCost: z.ZodDefault<z.ZodNumber>;
161
158
  contentLength: z.ZodNullable<z.ZodNumber>;
162
159
  createdAt: z.ZodDate;
163
160
  updatedAt: z.ZodDate;
@@ -196,7 +193,6 @@ export declare namespace GetAvatarStudioClipQuery {
196
193
  key: z.ZodString;
197
194
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
198
195
  duration: z.ZodNullable<z.ZodNumber>;
199
- attachmentCost: z.ZodDefault<z.ZodNumber>;
200
196
  contentLength: z.ZodNullable<z.ZodNumber>;
201
197
  createdAt: z.ZodDate;
202
198
  updatedAt: z.ZodDate;
@@ -263,7 +259,6 @@ export declare namespace GetAvatarStudioClipQuery {
263
259
  key: z.ZodString;
264
260
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
265
261
  duration: z.ZodNullable<z.ZodNumber>;
266
- attachmentCost: z.ZodDefault<z.ZodNumber>;
267
262
  contentLength: z.ZodNullable<z.ZodNumber>;
268
263
  createdAt: z.ZodDate;
269
264
  updatedAt: z.ZodDate;
@@ -317,7 +312,6 @@ export declare namespace GetAvatarStudioClipQuery {
317
312
  key: z.ZodString;
318
313
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
319
314
  duration: z.ZodNullable<z.ZodNumber>;
320
- attachmentCost: z.ZodDefault<z.ZodNumber>;
321
315
  contentLength: z.ZodNullable<z.ZodNumber>;
322
316
  createdAt: z.ZodDate;
323
317
  updatedAt: z.ZodDate;
@@ -59,7 +59,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
59
59
  key: z.ZodString;
60
60
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
61
61
  duration: z.ZodNullable<z.ZodNumber>;
62
- attachmentCost: z.ZodDefault<z.ZodNumber>;
63
62
  contentLength: z.ZodNullable<z.ZodNumber>;
64
63
  createdAt: z.ZodDate;
65
64
  updatedAt: z.ZodDate;
@@ -128,7 +127,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
128
127
  key: z.ZodString;
129
128
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
130
129
  duration: z.ZodNullable<z.ZodNumber>;
131
- attachmentCost: z.ZodDefault<z.ZodNumber>;
132
130
  contentLength: z.ZodNullable<z.ZodNumber>;
133
131
  createdAt: z.ZodDate;
134
132
  updatedAt: z.ZodDate;
@@ -167,7 +165,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
167
165
  key: z.ZodString;
168
166
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
169
167
  duration: z.ZodNullable<z.ZodNumber>;
170
- attachmentCost: z.ZodDefault<z.ZodNumber>;
171
168
  contentLength: z.ZodNullable<z.ZodNumber>;
172
169
  createdAt: z.ZodDate;
173
170
  updatedAt: z.ZodDate;
@@ -206,7 +203,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
206
203
  key: z.ZodString;
207
204
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
208
205
  duration: z.ZodNullable<z.ZodNumber>;
209
- attachmentCost: z.ZodDefault<z.ZodNumber>;
210
206
  contentLength: z.ZodNullable<z.ZodNumber>;
211
207
  createdAt: z.ZodDate;
212
208
  updatedAt: z.ZodDate;
@@ -273,7 +269,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
273
269
  key: z.ZodString;
274
270
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
275
271
  duration: z.ZodNullable<z.ZodNumber>;
276
- attachmentCost: z.ZodDefault<z.ZodNumber>;
277
272
  contentLength: z.ZodNullable<z.ZodNumber>;
278
273
  createdAt: z.ZodDate;
279
274
  updatedAt: z.ZodDate;
@@ -327,7 +322,6 @@ export declare namespace UpdateAvatarStudioClipCommand {
327
322
  key: z.ZodString;
328
323
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
329
324
  duration: z.ZodNullable<z.ZodNumber>;
330
- attachmentCost: z.ZodDefault<z.ZodNumber>;
331
325
  contentLength: z.ZodNullable<z.ZodNumber>;
332
326
  createdAt: z.ZodDate;
333
327
  updatedAt: z.ZodDate;
@@ -51,7 +51,6 @@ export declare namespace FindAvatarStudioExportJobsQuery {
51
51
  key: z.ZodString;
52
52
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
53
53
  duration: z.ZodNullable<z.ZodNumber>;
54
- attachmentCost: z.ZodDefault<z.ZodNumber>;
55
54
  contentLength: z.ZodNullable<z.ZodNumber>;
56
55
  createdAt: z.ZodDate;
57
56
  updatedAt: z.ZodDate;
@@ -46,7 +46,6 @@ export declare namespace GetAvatarStudioExportJobQuery {
46
46
  key: z.ZodString;
47
47
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
48
48
  duration: z.ZodNullable<z.ZodNumber>;
49
- attachmentCost: z.ZodDefault<z.ZodNumber>;
50
49
  contentLength: z.ZodNullable<z.ZodNumber>;
51
50
  createdAt: z.ZodDate;
52
51
  updatedAt: z.ZodDate;
@@ -46,7 +46,6 @@ export declare namespace StartAvatarStudioExportCommand {
46
46
  key: z.ZodString;
47
47
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
48
48
  duration: z.ZodNullable<z.ZodNumber>;
49
- attachmentCost: z.ZodDefault<z.ZodNumber>;
50
49
  contentLength: z.ZodNullable<z.ZodNumber>;
51
50
  createdAt: z.ZodDate;
52
51
  updatedAt: z.ZodDate;
@@ -55,7 +55,6 @@ export declare namespace FindAvatarStudioGenerationJobsQuery {
55
55
  key: z.ZodString;
56
56
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
57
57
  duration: z.ZodNullable<z.ZodNumber>;
58
- attachmentCost: z.ZodDefault<z.ZodNumber>;
59
58
  contentLength: z.ZodNullable<z.ZodNumber>;
60
59
  createdAt: z.ZodDate;
61
60
  updatedAt: z.ZodDate;
@@ -58,7 +58,6 @@ export declare namespace GenerateAvatarStudioFrameCommand {
58
58
  key: z.ZodString;
59
59
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
60
60
  duration: z.ZodNullable<z.ZodNumber>;
61
- attachmentCost: z.ZodDefault<z.ZodNumber>;
62
61
  contentLength: z.ZodNullable<z.ZodNumber>;
63
62
  createdAt: z.ZodDate;
64
63
  updatedAt: z.ZodDate;
@@ -61,7 +61,6 @@ export declare namespace GenerateAvatarStudioImageCommand {
61
61
  key: z.ZodString;
62
62
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
63
63
  duration: z.ZodNullable<z.ZodNumber>;
64
- attachmentCost: z.ZodDefault<z.ZodNumber>;
65
64
  contentLength: z.ZodNullable<z.ZodNumber>;
66
65
  createdAt: z.ZodDate;
67
66
  updatedAt: z.ZodDate;
@@ -60,7 +60,6 @@ export declare namespace GenerateAvatarStudioSceneVideoCommand {
60
60
  key: z.ZodString;
61
61
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
62
62
  duration: z.ZodNullable<z.ZodNumber>;
63
- attachmentCost: z.ZodDefault<z.ZodNumber>;
64
63
  contentLength: z.ZodNullable<z.ZodNumber>;
65
64
  createdAt: z.ZodDate;
66
65
  updatedAt: z.ZodDate;
@@ -58,7 +58,6 @@ export declare namespace GenerateAvatarStudioSceneVoiceCommand {
58
58
  key: z.ZodString;
59
59
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
60
60
  duration: z.ZodNullable<z.ZodNumber>;
61
- attachmentCost: z.ZodDefault<z.ZodNumber>;
62
61
  contentLength: z.ZodNullable<z.ZodNumber>;
63
62
  createdAt: z.ZodDate;
64
63
  updatedAt: z.ZodDate;
@@ -60,7 +60,6 @@ export declare namespace GenerateAvatarStudioTalkingAvatarCommand {
60
60
  key: z.ZodString;
61
61
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
62
62
  duration: z.ZodNullable<z.ZodNumber>;
63
- attachmentCost: z.ZodDefault<z.ZodNumber>;
64
63
  contentLength: z.ZodNullable<z.ZodNumber>;
65
64
  createdAt: z.ZodDate;
66
65
  updatedAt: z.ZodDate;
@@ -49,7 +49,6 @@ export declare namespace GetAvatarStudioGenerationJobQuery {
49
49
  key: z.ZodString;
50
50
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
51
51
  duration: z.ZodNullable<z.ZodNumber>;
52
- attachmentCost: z.ZodDefault<z.ZodNumber>;
53
52
  contentLength: z.ZodNullable<z.ZodNumber>;
54
53
  createdAt: z.ZodDate;
55
54
  updatedAt: z.ZodDate;
@@ -45,7 +45,6 @@ export declare namespace CreateAvatarStudioMediaFromFileCommand {
45
45
  key: z.ZodString;
46
46
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
47
47
  duration: z.ZodNullable<z.ZodNumber>;
48
- attachmentCost: z.ZodDefault<z.ZodNumber>;
49
48
  contentLength: z.ZodNullable<z.ZodNumber>;
50
49
  createdAt: z.ZodDate;
51
50
  updatedAt: z.ZodDate;
@@ -53,7 +53,6 @@ export declare namespace FindAvatarStudioMediaQuery {
53
53
  key: z.ZodString;
54
54
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
55
55
  duration: z.ZodNullable<z.ZodNumber>;
56
- attachmentCost: z.ZodDefault<z.ZodNumber>;
57
56
  contentLength: z.ZodNullable<z.ZodNumber>;
58
57
  createdAt: z.ZodDate;
59
58
  updatedAt: z.ZodDate;
@@ -41,7 +41,6 @@ export declare namespace UpdateAvatarStudioMediaCommand {
41
41
  key: z.ZodString;
42
42
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
43
43
  duration: z.ZodNullable<z.ZodNumber>;
44
- attachmentCost: z.ZodDefault<z.ZodNumber>;
45
44
  contentLength: z.ZodNullable<z.ZodNumber>;
46
45
  createdAt: z.ZodDate;
47
46
  updatedAt: z.ZodDate;
@@ -50,7 +50,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
50
50
  key: z.ZodString;
51
51
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
52
52
  duration: z.ZodNullable<z.ZodNumber>;
53
- attachmentCost: z.ZodDefault<z.ZodNumber>;
54
53
  contentLength: z.ZodNullable<z.ZodNumber>;
55
54
  createdAt: z.ZodDate;
56
55
  updatedAt: z.ZodDate;
@@ -119,7 +118,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
119
118
  key: z.ZodString;
120
119
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
121
120
  duration: z.ZodNullable<z.ZodNumber>;
122
- attachmentCost: z.ZodDefault<z.ZodNumber>;
123
121
  contentLength: z.ZodNullable<z.ZodNumber>;
124
122
  createdAt: z.ZodDate;
125
123
  updatedAt: z.ZodDate;
@@ -158,7 +156,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
158
156
  key: z.ZodString;
159
157
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
160
158
  duration: z.ZodNullable<z.ZodNumber>;
161
- attachmentCost: z.ZodDefault<z.ZodNumber>;
162
159
  contentLength: z.ZodNullable<z.ZodNumber>;
163
160
  createdAt: z.ZodDate;
164
161
  updatedAt: z.ZodDate;
@@ -197,7 +194,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
197
194
  key: z.ZodString;
198
195
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
199
196
  duration: z.ZodNullable<z.ZodNumber>;
200
- attachmentCost: z.ZodDefault<z.ZodNumber>;
201
197
  contentLength: z.ZodNullable<z.ZodNumber>;
202
198
  createdAt: z.ZodDate;
203
199
  updatedAt: z.ZodDate;
@@ -264,7 +260,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
264
260
  key: z.ZodString;
265
261
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
266
262
  duration: z.ZodNullable<z.ZodNumber>;
267
- attachmentCost: z.ZodDefault<z.ZodNumber>;
268
263
  contentLength: z.ZodNullable<z.ZodNumber>;
269
264
  createdAt: z.ZodDate;
270
265
  updatedAt: z.ZodDate;
@@ -318,7 +313,6 @@ export declare namespace ApplyAvatarStudioVoiceSampleToAllScenesCommand {
318
313
  key: z.ZodString;
319
314
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
320
315
  duration: z.ZodNullable<z.ZodNumber>;
321
- attachmentCost: z.ZodDefault<z.ZodNumber>;
322
316
  contentLength: z.ZodNullable<z.ZodNumber>;
323
317
  createdAt: z.ZodDate;
324
318
  updatedAt: z.ZodDate;
@@ -68,7 +68,6 @@ export declare namespace CreateAvatarStudioSceneCommand {
68
68
  key: z.ZodString;
69
69
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
70
70
  duration: z.ZodNullable<z.ZodNumber>;
71
- attachmentCost: z.ZodDefault<z.ZodNumber>;
72
71
  contentLength: z.ZodNullable<z.ZodNumber>;
73
72
  createdAt: z.ZodDate;
74
73
  updatedAt: z.ZodDate;
@@ -107,7 +106,6 @@ export declare namespace CreateAvatarStudioSceneCommand {
107
106
  key: z.ZodString;
108
107
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
109
108
  duration: z.ZodNullable<z.ZodNumber>;
110
- attachmentCost: z.ZodDefault<z.ZodNumber>;
111
109
  contentLength: z.ZodNullable<z.ZodNumber>;
112
110
  createdAt: z.ZodDate;
113
111
  updatedAt: z.ZodDate;
@@ -146,7 +144,6 @@ export declare namespace CreateAvatarStudioSceneCommand {
146
144
  key: z.ZodString;
147
145
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
148
146
  duration: z.ZodNullable<z.ZodNumber>;
149
- attachmentCost: z.ZodDefault<z.ZodNumber>;
150
147
  contentLength: z.ZodNullable<z.ZodNumber>;
151
148
  createdAt: z.ZodDate;
152
149
  updatedAt: z.ZodDate;
@@ -73,7 +73,6 @@ export declare namespace ReorderAvatarStudioScenesCommand {
73
73
  key: z.ZodString;
74
74
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
75
75
  duration: z.ZodNullable<z.ZodNumber>;
76
- attachmentCost: z.ZodDefault<z.ZodNumber>;
77
76
  contentLength: z.ZodNullable<z.ZodNumber>;
78
77
  createdAt: z.ZodDate;
79
78
  updatedAt: z.ZodDate;
@@ -112,7 +111,6 @@ export declare namespace ReorderAvatarStudioScenesCommand {
112
111
  key: z.ZodString;
113
112
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
114
113
  duration: z.ZodNullable<z.ZodNumber>;
115
- attachmentCost: z.ZodDefault<z.ZodNumber>;
116
114
  contentLength: z.ZodNullable<z.ZodNumber>;
117
115
  createdAt: z.ZodDate;
118
116
  updatedAt: z.ZodDate;
@@ -151,7 +149,6 @@ export declare namespace ReorderAvatarStudioScenesCommand {
151
149
  key: z.ZodString;
152
150
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
153
151
  duration: z.ZodNullable<z.ZodNumber>;
154
- attachmentCost: z.ZodDefault<z.ZodNumber>;
155
152
  contentLength: z.ZodNullable<z.ZodNumber>;
156
153
  createdAt: z.ZodDate;
157
154
  updatedAt: z.ZodDate;
@@ -73,7 +73,6 @@ export declare namespace SetAvatarStudioSceneSlotCommand {
73
73
  key: z.ZodString;
74
74
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
75
75
  duration: z.ZodNullable<z.ZodNumber>;
76
- attachmentCost: z.ZodDefault<z.ZodNumber>;
77
76
  contentLength: z.ZodNullable<z.ZodNumber>;
78
77
  createdAt: z.ZodDate;
79
78
  updatedAt: z.ZodDate;
@@ -112,7 +111,6 @@ export declare namespace SetAvatarStudioSceneSlotCommand {
112
111
  key: z.ZodString;
113
112
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
114
113
  duration: z.ZodNullable<z.ZodNumber>;
115
- attachmentCost: z.ZodDefault<z.ZodNumber>;
116
114
  contentLength: z.ZodNullable<z.ZodNumber>;
117
115
  createdAt: z.ZodDate;
118
116
  updatedAt: z.ZodDate;
@@ -151,7 +149,6 @@ export declare namespace SetAvatarStudioSceneSlotCommand {
151
149
  key: z.ZodString;
152
150
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
153
151
  duration: z.ZodNullable<z.ZodNumber>;
154
- attachmentCost: z.ZodDefault<z.ZodNumber>;
155
152
  contentLength: z.ZodNullable<z.ZodNumber>;
156
153
  createdAt: z.ZodDate;
157
154
  updatedAt: z.ZodDate;
@@ -90,7 +90,6 @@ export declare namespace UpdateAvatarStudioSceneCommand {
90
90
  key: z.ZodString;
91
91
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
92
92
  duration: z.ZodNullable<z.ZodNumber>;
93
- attachmentCost: z.ZodDefault<z.ZodNumber>;
94
93
  contentLength: z.ZodNullable<z.ZodNumber>;
95
94
  createdAt: z.ZodDate;
96
95
  updatedAt: z.ZodDate;
@@ -129,7 +128,6 @@ export declare namespace UpdateAvatarStudioSceneCommand {
129
128
  key: z.ZodString;
130
129
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
131
130
  duration: z.ZodNullable<z.ZodNumber>;
132
- attachmentCost: z.ZodDefault<z.ZodNumber>;
133
131
  contentLength: z.ZodNullable<z.ZodNumber>;
134
132
  createdAt: z.ZodDate;
135
133
  updatedAt: z.ZodDate;
@@ -168,7 +166,6 @@ export declare namespace UpdateAvatarStudioSceneCommand {
168
166
  key: z.ZodString;
169
167
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
170
168
  duration: z.ZodNullable<z.ZodNumber>;
171
- attachmentCost: z.ZodDefault<z.ZodNumber>;
172
169
  contentLength: z.ZodNullable<z.ZodNumber>;
173
170
  createdAt: z.ZodDate;
174
171
  updatedAt: z.ZodDate;
@@ -81,7 +81,6 @@ export declare namespace ApplyAvatarStudioScriptwriterMessageCommand {
81
81
  key: z.ZodString;
82
82
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
83
83
  duration: z.ZodNullable<z.ZodNumber>;
84
- attachmentCost: z.ZodDefault<z.ZodNumber>;
85
84
  contentLength: z.ZodNullable<z.ZodNumber>;
86
85
  createdAt: z.ZodDate;
87
86
  updatedAt: z.ZodDate;
@@ -120,7 +119,6 @@ export declare namespace ApplyAvatarStudioScriptwriterMessageCommand {
120
119
  key: z.ZodString;
121
120
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
122
121
  duration: z.ZodNullable<z.ZodNumber>;
123
- attachmentCost: z.ZodDefault<z.ZodNumber>;
124
122
  contentLength: z.ZodNullable<z.ZodNumber>;
125
123
  createdAt: z.ZodDate;
126
124
  updatedAt: z.ZodDate;
@@ -159,7 +157,6 @@ export declare namespace ApplyAvatarStudioScriptwriterMessageCommand {
159
157
  key: z.ZodString;
160
158
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
161
159
  duration: z.ZodNullable<z.ZodNumber>;
162
- attachmentCost: z.ZodDefault<z.ZodNumber>;
163
160
  contentLength: z.ZodNullable<z.ZodNumber>;
164
161
  createdAt: z.ZodDate;
165
162
  updatedAt: z.ZodDate;
@@ -55,7 +55,6 @@ export declare namespace DesignAvatarStudioVoiceCommand {
55
55
  key: z.ZodString;
56
56
  type: z.ZodEnum<typeof import("../../..").FILE_TYPE>;
57
57
  duration: z.ZodNullable<z.ZodNumber>;
58
- attachmentCost: z.ZodDefault<z.ZodNumber>;
59
58
  contentLength: z.ZodNullable<z.ZodNumber>;
60
59
  createdAt: z.ZodDate;
61
60
  updatedAt: z.ZodDate;
@@ -19,7 +19,6 @@ export declare namespace UploadB2bFileCommand {
19
19
  key: z.ZodString;
20
20
  type: z.ZodEnum<typeof import("../..").FILE_TYPE>;
21
21
  duration: z.ZodNullable<z.ZodNumber>;
22
- attachmentCost: z.ZodDefault<z.ZodNumber>;
23
22
  contentLength: z.ZodNullable<z.ZodNumber>;
24
23
  createdAt: z.ZodDate;
25
24
  updatedAt: z.ZodDate;
@@ -44,7 +44,6 @@ export declare namespace CreateChatCommand {
44
44
  key: z.ZodString;
45
45
  type: z.ZodEnum<typeof import("../..").FILE_TYPE>;
46
46
  duration: z.ZodNullable<z.ZodNumber>;
47
- attachmentCost: z.ZodDefault<z.ZodNumber>;
48
47
  contentLength: z.ZodNullable<z.ZodNumber>;
49
48
  createdAt: z.ZodDate;
50
49
  updatedAt: z.ZodDate;
@@ -0,0 +1,9 @@
1
+ import { z } from 'zod';
2
+ export declare namespace DetachChatFileCommand {
3
+ const RequestParamsSchema: z.ZodObject<{
4
+ uuid: z.ZodString;
5
+ fileId: z.ZodString;
6
+ }, z.core.$strip>;
7
+ const ResponseSchema: z.ZodVoid;
8
+ type Response = z.infer<typeof ResponseSchema>;
9
+ }