@purpleschool/gptbot 0.15.70 → 0.15.72

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 (246) hide show
  1. package/build/api/controllers/http/avatar-studio.d.ts +5 -3
  2. package/build/api/controllers/http/avatar-studio.js +6 -5
  3. package/build/api/controllers/http/index.d.ts +1 -0
  4. package/build/api/controllers/http/index.js +1 -0
  5. package/build/api/controllers/http/photo-session.d.ts +20 -0
  6. package/build/api/controllers/http/photo-session.js +23 -0
  7. package/build/api/controllers/http/tts.d.ts +9 -0
  8. package/build/api/controllers/http/tts.js +9 -0
  9. package/build/api/routes.d.ts +50 -5
  10. package/build/api/routes.js +50 -5
  11. package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +11 -0
  12. package/build/commands/avatar-studio/clip/create-avatar-studio-clip.command.d.ts +3 -2
  13. package/build/commands/avatar-studio/clip/find-avatar-studio-clips.query.d.ts +3 -2
  14. package/build/commands/avatar-studio/clip/get-avatar-studio-clip.query.d.ts +3 -2
  15. package/build/commands/avatar-studio/clip/update-avatar-studio-clip.command.d.ts +3 -2
  16. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-video.command.d.ts +2 -1
  17. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.d.ts +4 -2
  18. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-scene-voice.command.js +4 -2
  19. package/build/commands/avatar-studio/generation-job/index.d.ts +0 -1
  20. package/build/commands/avatar-studio/generation-job/index.js +0 -1
  21. package/build/commands/avatar-studio/scene/{apply-avatar-studio-voice-sample-to-all-scenes.command.d.ts → apply-avatar-studio-voice-to-all-scenes.command.d.ts} +5 -4
  22. package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-to-all-scenes.command.js +17 -0
  23. package/build/commands/avatar-studio/scene/create-avatar-studio-scene.command.d.ts +3 -2
  24. package/build/commands/avatar-studio/scene/index.d.ts +1 -1
  25. package/build/commands/avatar-studio/scene/index.js +1 -1
  26. package/build/commands/avatar-studio/scene/reorder-avatar-studio-scenes.command.d.ts +3 -2
  27. package/build/commands/avatar-studio/scene/set-avatar-studio-scene-slot.command.d.ts +3 -2
  28. package/build/commands/avatar-studio/scene/update-avatar-studio-scene.command.d.ts +6 -4
  29. package/build/commands/avatar-studio/scriptwriter/apply-avatar-studio-scriptwriter-message.command.d.ts +3 -2
  30. package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.d.ts +7 -4
  31. package/build/commands/avatar-studio/scriptwriter/create-avatar-studio-scriptwriter-message.command.js +4 -2
  32. package/build/commands/avatar-studio/shared/avatar-studio-common.schema.d.ts +8 -5
  33. package/build/commands/avatar-studio/shared/avatar-studio-common.schema.js +2 -1
  34. package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.d.ts +68 -65
  35. package/build/commands/avatar-studio/shared/get-avatar-studio-config.query.js +58 -40
  36. package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.d.ts +43 -0
  37. package/build/commands/avatar-studio/voice/clone-avatar-studio-voice.command.js +19 -0
  38. package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.d.ts +11 -0
  39. package/build/commands/avatar-studio/voice/delete-avatar-studio-voice.command.js +13 -0
  40. package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.d.ts +26 -55
  41. package/build/commands/avatar-studio/voice/design-avatar-studio-voice.command.js +6 -7
  42. package/build/commands/avatar-studio/voice/find-avatar-studio-voices.query.d.ts +36 -0
  43. package/build/commands/avatar-studio/voice/find-avatar-studio-voices.query.js +11 -0
  44. package/build/commands/avatar-studio/voice/index.d.ts +3 -0
  45. package/build/commands/avatar-studio/voice/index.js +3 -0
  46. package/build/commands/daily-streak/collect-daily-reward.command.d.ts +5 -0
  47. package/build/commands/daily-streak/get-daily-streak.command.d.ts +5 -0
  48. package/build/commands/tools/html-page-builder/execute-html-page-builder.command.d.ts +2 -0
  49. package/build/commands/tools/html-page-builder/find-html-page-builder-session-by-uuid.command.d.ts +2 -0
  50. package/build/commands/tools/html-page-builder/find-html-page-builder-sessions.command.d.ts +2 -0
  51. package/build/commands/tools/html-page-builder/update-html-page-builder-session-favorite.command.d.ts +2 -0
  52. package/build/commands/tools/html-page-builder/update-html-page-builder-session-title.command.d.ts +2 -0
  53. package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +2 -0
  54. package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +2 -0
  55. package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +2 -0
  56. package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +2 -0
  57. package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +2 -0
  58. package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +2 -0
  59. package/build/commands/tools/image-recognition/find-image-recognition-job-by-uuid.command.d.ts +2 -0
  60. package/build/commands/tools/image-recognition/find-image-recognition-jobs.command.d.ts +2 -0
  61. package/build/commands/tools/image-recognition/image-recognition.command.d.ts +2 -0
  62. package/build/commands/tools/image-recognition/retry-image-recognition-job.command.d.ts +2 -0
  63. package/build/commands/tools/image-recognition/set-reaction-to-image-recognition-job.command.d.ts +2 -0
  64. package/build/commands/tools/image-recognition/update-image-recognition-job-favorite.command.d.ts +2 -0
  65. package/build/commands/tools/image-recognition/update-image-recognition-job-title.command.d.ts +2 -0
  66. package/build/commands/tools/index.d.ts +1 -0
  67. package/build/commands/tools/index.js +1 -0
  68. package/build/commands/tools/interior-design/find-interior-design-job-by-uuid.command.d.ts +2 -0
  69. package/build/commands/tools/interior-design/find-interior-design-jobs.command.d.ts +2 -0
  70. package/build/commands/tools/interior-design/retry-interior-design-job.command.d.ts +2 -0
  71. package/build/commands/tools/interior-design/set-reaction-to-interior-design-job.command.d.ts +2 -0
  72. package/build/commands/tools/interior-design/update-interior-design-job-favorite.command.d.ts +2 -0
  73. package/build/commands/tools/interior-design/update-interior-design-job-title.command.d.ts +2 -0
  74. package/build/commands/tools/photo-session/admin/create-photo-session-style.command.d.ts +39 -0
  75. package/build/commands/tools/photo-session/admin/create-photo-session-style.command.js +22 -0
  76. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.d.ts +9 -0
  77. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.js +11 -0
  78. package/build/commands/tools/photo-session/admin/index.d.ts +4 -0
  79. package/build/commands/tools/photo-session/admin/index.js +20 -0
  80. package/build/commands/tools/photo-session/admin/list-photo-session-styles.command.d.ts +8 -0
  81. package/build/commands/tools/photo-session/admin/list-photo-session-styles.command.js +11 -0
  82. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.d.ts +38 -0
  83. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.js +21 -0
  84. package/build/commands/tools/photo-session/delete-all-photo-session-jobs.command.d.ts +5 -0
  85. package/build/commands/tools/photo-session/delete-all-photo-session-jobs.command.js +8 -0
  86. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.d.ts +9 -0
  87. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.js +11 -0
  88. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.d.ts +119 -0
  89. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.js +14 -0
  90. package/build/commands/tools/photo-session/find-photo-session-jobs.command.d.ts +128 -0
  91. package/build/commands/tools/photo-session/find-photo-session-jobs.command.js +24 -0
  92. package/build/commands/tools/photo-session/get-photo-session-config.command.d.ts +75 -0
  93. package/build/commands/tools/photo-session/get-photo-session-config.command.js +11 -0
  94. package/build/commands/tools/photo-session/get-photo-session-styles.command.d.ts +23 -0
  95. package/build/commands/tools/photo-session/get-photo-session-styles.command.js +11 -0
  96. package/build/commands/tools/photo-session/index.d.ts +13 -0
  97. package/build/commands/tools/photo-session/index.js +29 -0
  98. package/build/commands/tools/photo-session/photo-session.command.d.ts +138 -0
  99. package/build/commands/tools/photo-session/photo-session.command.js +25 -0
  100. package/build/commands/tools/photo-session/retry-photo-session-job.command.d.ts +100 -0
  101. package/build/commands/tools/photo-session/retry-photo-session-job.command.js +14 -0
  102. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.d.ts +106 -0
  103. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.js +28 -0
  104. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.d.ts +104 -0
  105. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.js +17 -0
  106. package/build/commands/tools/photo-session/update-photo-session-job-title.command.d.ts +123 -0
  107. package/build/commands/tools/photo-session/update-photo-session-job-title.command.js +17 -0
  108. package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.d.ts +105 -0
  109. package/build/commands/tools/photo-session/update-published-status-photo-session-job.command.js +23 -0
  110. package/build/commands/tools/solving-edu-task/find-solving-edu-task-job-by-uuid.command.d.ts +2 -0
  111. package/build/commands/tools/solving-edu-task/find-solving-edu-task-jobs.command.d.ts +2 -0
  112. package/build/commands/tools/solving-edu-task/retry-solving-edu-task-job.command.d.ts +2 -0
  113. package/build/commands/tools/solving-edu-task/set-reaction-to-solving-edu-task-job.command.d.ts +2 -0
  114. package/build/commands/tools/solving-edu-task/solving-edu-task.command.d.ts +2 -0
  115. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-favorite.command.d.ts +2 -0
  116. package/build/commands/tools/solving-edu-task/update-solving-edu-task-job-title.command.d.ts +2 -0
  117. package/build/commands/tools/tts/create-voice-clone.command.d.ts +44 -0
  118. package/build/commands/tools/tts/create-voice-clone.command.js +18 -0
  119. package/build/commands/tools/tts/create-voice-design.command.d.ts +24 -0
  120. package/build/commands/tools/tts/create-voice-design.command.js +18 -0
  121. package/build/commands/tools/tts/delete-voice.command.d.ts +9 -0
  122. package/build/commands/tools/tts/delete-voice.command.js +11 -0
  123. package/build/commands/tools/tts/download-tts-job.command.d.ts +18 -0
  124. package/build/commands/tools/tts/download-tts-job.command.js +17 -0
  125. package/build/commands/tools/tts/find-tts-job-by-uuid.command.d.ts +13 -1
  126. package/build/commands/tools/tts/find-tts-jobs.command.d.ts +13 -1
  127. package/build/commands/tools/tts/find-voice-by-uuid.query.d.ts +40 -0
  128. package/build/commands/tools/tts/find-voice-by-uuid.query.js +14 -0
  129. package/build/commands/tools/tts/find-voices.query.d.ts +48 -0
  130. package/build/commands/tools/tts/find-voices.query.js +18 -0
  131. package/build/commands/tools/tts/get-tts-tool-config.command.d.ts +11 -0
  132. package/build/commands/tools/tts/improve-tts-text.command.d.ts +13 -0
  133. package/build/commands/tools/tts/improve-tts-text.command.js +13 -0
  134. package/build/commands/tools/tts/index.d.ts +9 -0
  135. package/build/commands/tools/tts/index.js +9 -0
  136. package/build/commands/tools/tts/retry-tts-job.command.d.ts +13 -1
  137. package/build/commands/tools/tts/select-voice-design.command.d.ts +44 -0
  138. package/build/commands/tools/tts/select-voice-design.command.js +17 -0
  139. package/build/commands/tools/tts/set-reaction-to-tts-job.command.d.ts +13 -1
  140. package/build/commands/tools/tts/tts.command.d.ts +6 -1
  141. package/build/commands/tools/tts/tts.command.js +7 -1
  142. package/build/commands/tools/tts/update-tts-job-favorite.command.d.ts +13 -1
  143. package/build/commands/tools/tts/update-tts-job-title.command.d.ts +13 -1
  144. package/build/commands/tools/tts/update-voice.command.d.ts +45 -0
  145. package/build/commands/tools/tts/update-voice.command.js +18 -0
  146. package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.d.ts +1 -0
  147. package/build/constants/avatar-studio/enums/avatar-studio-job-type.enum.js +1 -0
  148. package/build/constants/avatar-studio/enums/avatar-studio-media-kind.enum.d.ts +1 -2
  149. package/build/constants/avatar-studio/enums/avatar-studio-media-kind.enum.js +0 -1
  150. package/build/constants/avatar-studio/enums/avatar-studio-model-purpose.enum.d.ts +6 -0
  151. package/build/constants/avatar-studio/enums/avatar-studio-model-purpose.enum.js +10 -0
  152. package/build/constants/avatar-studio/enums/avatar-studio-slot.enum.d.ts +1 -1
  153. package/build/constants/avatar-studio/enums/avatar-studio-slot.enum.js +1 -1
  154. package/build/constants/avatar-studio/enums/index.d.ts +1 -1
  155. package/build/constants/avatar-studio/enums/index.js +1 -1
  156. package/build/constants/daily-streak/enums/daily-streak-chest-type.enum.d.ts +5 -0
  157. package/build/constants/daily-streak/enums/daily-streak-chest-type.enum.js +9 -0
  158. package/build/constants/daily-streak/enums/index.d.ts +1 -0
  159. package/build/constants/daily-streak/enums/index.js +1 -0
  160. package/build/constants/index.d.ts +2 -0
  161. package/build/constants/index.js +2 -0
  162. package/build/constants/tool/enums/index.d.ts +1 -0
  163. package/build/constants/tool/enums/index.js +1 -0
  164. package/build/constants/tool/enums/job-scope.enum.d.ts +5 -0
  165. package/build/constants/tool/enums/job-scope.enum.js +9 -0
  166. package/build/constants/tool-photo-session/enums/index.d.ts +3 -0
  167. package/build/constants/tool-photo-session/enums/index.js +19 -0
  168. package/build/constants/tool-photo-session/enums/photo-session-group-status.enum.d.ts +6 -0
  169. package/build/constants/tool-photo-session/enums/photo-session-group-status.enum.js +10 -0
  170. package/build/constants/tool-photo-session/enums/photo-session-look-type.enum.d.ts +5 -0
  171. package/build/constants/tool-photo-session/enums/photo-session-look-type.enum.js +9 -0
  172. package/build/constants/tool-photo-session/enums/photo-session-model-type.enum.d.ts +3 -0
  173. package/build/constants/tool-photo-session/enums/photo-session-model-type.enum.js +7 -0
  174. package/build/constants/tool-photo-session/index.d.ts +1 -0
  175. package/build/constants/tool-photo-session/index.js +17 -0
  176. package/build/constants/tool-tts/enums/index.d.ts +7 -0
  177. package/build/constants/tool-tts/enums/index.js +23 -0
  178. package/build/constants/tool-tts/enums/tts-download-format.enum.d.ts +5 -0
  179. package/build/constants/tool-tts/enums/tts-download-format.enum.js +9 -0
  180. package/build/constants/tool-tts/enums/voice-category.enum.d.ts +19 -0
  181. package/build/constants/tool-tts/enums/voice-category.enum.js +23 -0
  182. package/build/constants/tool-tts/enums/voice-gender.enum.d.ts +4 -0
  183. package/build/constants/tool-tts/enums/voice-gender.enum.js +8 -0
  184. package/build/constants/tool-tts/enums/voice-source.enum.d.ts +5 -0
  185. package/build/constants/tool-tts/enums/voice-source.enum.js +9 -0
  186. package/build/constants/tool-tts/enums/voice-status.enum.d.ts +5 -0
  187. package/build/constants/tool-tts/enums/voice-status.enum.js +9 -0
  188. package/build/constants/tool-tts/enums/voice-tag-group.enum.d.ts +5 -0
  189. package/build/constants/tool-tts/enums/voice-tag-group.enum.js +9 -0
  190. package/build/constants/tool-tts/enums/voice-tag.enum.d.ts +20 -0
  191. package/build/constants/tool-tts/enums/voice-tag.enum.js +24 -0
  192. package/build/constants/tool-tts/index.d.ts +1 -0
  193. package/build/constants/tool-tts/index.js +17 -0
  194. package/build/helpers/index.d.ts +1 -0
  195. package/build/helpers/index.js +1 -0
  196. package/build/helpers/photo-session/calculate-photo-session-price.helper.d.ts +6 -0
  197. package/build/helpers/photo-session/calculate-photo-session-price.helper.js +13 -0
  198. package/build/helpers/photo-session/index.d.ts +1 -0
  199. package/build/helpers/photo-session/index.js +17 -0
  200. package/build/models/avatar-studio/avatar-studio.schema.d.ts +15 -11
  201. package/build/models/avatar-studio/avatar-studio.schema.js +8 -4
  202. package/build/models/canvas-node-definition.schema.d.ts +33 -0
  203. package/build/models/daily-streak.d.ts +12 -1
  204. package/build/models/daily-streak.js +5 -0
  205. package/build/models/tools/common/attached-tool-file.schema.d.ts +2 -0
  206. package/build/models/tools/common/attached-tool-file.schema.js +2 -0
  207. package/build/models/tools/html-page-builder/html-page-builder-job.schema.d.ts +4 -0
  208. package/build/models/tools/html-page-builder/html-page-builder-session.schema.d.ts +2 -0
  209. package/build/models/tools/image-editor/image-editor-job.schema.d.ts +4 -0
  210. package/build/models/tools/image-recognition/image-recognition-job.schema.d.ts +4 -0
  211. package/build/models/tools/index.d.ts +1 -0
  212. package/build/models/tools/index.js +1 -0
  213. package/build/models/tools/interior-design/interior-design-job.schema.d.ts +4 -0
  214. package/build/models/tools/photo-session/index.d.ts +5 -0
  215. package/build/models/tools/photo-session/index.js +21 -0
  216. package/build/models/tools/photo-session/photo-session-config.schema.d.ts +141 -0
  217. package/build/models/tools/photo-session/photo-session-config.schema.js +21 -0
  218. package/build/models/tools/photo-session/photo-session-group.schema.d.ts +112 -0
  219. package/build/models/tools/photo-session/photo-session-group.schema.js +26 -0
  220. package/build/models/tools/photo-session/photo-session-job.schema.d.ts +158 -0
  221. package/build/models/tools/photo-session/photo-session-job.schema.js +55 -0
  222. package/build/models/tools/photo-session/photo-session-model.schema.d.ts +114 -0
  223. package/build/models/tools/photo-session/photo-session-model.schema.js +46 -0
  224. package/build/models/tools/photo-session/photo-session-style.schema.d.ts +29 -0
  225. package/build/models/tools/photo-session/photo-session-style.schema.js +22 -0
  226. package/build/models/tools/solving-edu-task/solving-edu-task-job.schema.d.ts +4 -0
  227. package/build/models/tools/tts/index.d.ts +3 -0
  228. package/build/models/tools/tts/index.js +3 -0
  229. package/build/models/tools/tts/tts-config.schema.d.ts +23 -0
  230. package/build/models/tools/tts/tts-config.schema.js +14 -1
  231. package/build/models/tools/tts/tts-job.schema.d.ts +26 -1
  232. package/build/models/tools/tts/tts-job.schema.js +16 -2
  233. package/build/models/tools/tts/tts-model.schema.d.ts +1 -0
  234. package/build/models/tools/tts/tts-model.schema.js +1 -0
  235. package/build/models/tools/tts/voice-design-draft.schema.d.ts +13 -0
  236. package/build/models/tools/tts/voice-design-draft.schema.js +13 -0
  237. package/build/models/tools/tts/voice-design-sample.schema.d.ts +6 -0
  238. package/build/models/tools/tts/voice-design-sample.schema.js +8 -0
  239. package/build/models/tools/tts/voice.schema.d.ts +33 -0
  240. package/build/models/tools/tts/voice.schema.js +37 -0
  241. package/package.json +1 -1
  242. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-talking-avatar.command.d.ts +0 -77
  243. package/build/commands/avatar-studio/generation-job/generate-avatar-studio-talking-avatar.command.js +0 -14
  244. package/build/commands/avatar-studio/scene/apply-avatar-studio-voice-sample-to-all-scenes.command.js +0 -15
  245. package/build/constants/avatar-studio/enums/avatar-studio-video-quality.enum.d.ts +0 -4
  246. package/build/constants/avatar-studio/enums/avatar-studio-video-quality.enum.js +0 -8
@@ -0,0 +1,4 @@
1
+ export * from './create-photo-session-style.command';
2
+ export * from './update-photo-session-style.command';
3
+ export * from './delete-photo-session-style.command';
4
+ export * from './list-photo-session-styles.command';
@@ -0,0 +1,20 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./create-photo-session-style.command"), exports);
18
+ __exportStar(require("./update-photo-session-style.command"), exports);
19
+ __exportStar(require("./delete-photo-session-style.command"), exports);
20
+ __exportStar(require("./list-photo-session-styles.command"), exports);
@@ -0,0 +1,8 @@
1
+ import { z } from 'zod';
2
+ export declare namespace ListPhotoSessionStylesCommand {
3
+ const RequestQuerySchema: z.ZodObject<{
4
+ limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
5
+ offset: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
6
+ }, z.core.$strip>;
7
+ type RequestQuery = z.infer<typeof RequestQuerySchema>;
8
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.ListPhotoSessionStylesCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ var ListPhotoSessionStylesCommand;
6
+ (function (ListPhotoSessionStylesCommand) {
7
+ ListPhotoSessionStylesCommand.RequestQuerySchema = zod_1.z.object({
8
+ limit: zod_1.z.coerce.number().int().min(1).max(50).optional(),
9
+ offset: zod_1.z.coerce.number().int().min(0).optional(),
10
+ });
11
+ })(ListPhotoSessionStylesCommand || (exports.ListPhotoSessionStylesCommand = ListPhotoSessionStylesCommand = {}));
@@ -0,0 +1,38 @@
1
+ import { z } from 'zod';
2
+ export declare namespace UpdatePhotoSessionStyleCommand {
3
+ const RequestParamsSchema: z.ZodObject<{
4
+ uuid: z.ZodString;
5
+ }, z.core.$strip>;
6
+ type RequestParams = z.infer<typeof RequestParamsSchema>;
7
+ const RequestSchema: z.ZodObject<{
8
+ code: z.ZodOptional<z.ZodString>;
9
+ title: z.ZodOptional<z.ZodString>;
10
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ references: z.ZodOptional<z.ZodArray<z.ZodObject<{
12
+ photoUrl: z.ZodString;
13
+ description: z.ZodOptional<z.ZodString>;
14
+ order: z.ZodNumber;
15
+ }, z.core.$strip>>>;
16
+ }, z.core.$strip>;
17
+ type Request = z.infer<typeof RequestSchema>;
18
+ const ResponseSchema: z.ZodObject<{
19
+ data: z.ZodObject<{
20
+ uuid: z.ZodString;
21
+ code: z.ZodString;
22
+ title: z.ZodString;
23
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ references: z.ZodArray<z.ZodObject<{
25
+ uuid: z.ZodString;
26
+ styleId: z.ZodString;
27
+ photoUrl: z.ZodString;
28
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
29
+ order: z.ZodNumber;
30
+ createdAt: z.ZodCoercedDate<unknown>;
31
+ updatedAt: z.ZodCoercedDate<unknown>;
32
+ }, z.core.$strip>>;
33
+ createdAt: z.ZodCoercedDate<unknown>;
34
+ updatedAt: z.ZodCoercedDate<unknown>;
35
+ }, z.core.$strip>;
36
+ }, z.core.$strip>;
37
+ type Response = z.infer<typeof ResponseSchema>;
38
+ }
@@ -0,0 +1,21 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.UpdatePhotoSessionStyleCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const models_1 = require("../../../../models");
6
+ const create_photo_session_style_command_1 = require("./create-photo-session-style.command");
7
+ var UpdatePhotoSessionStyleCommand;
8
+ (function (UpdatePhotoSessionStyleCommand) {
9
+ UpdatePhotoSessionStyleCommand.RequestParamsSchema = zod_1.z.object({
10
+ uuid: zod_1.z.string().uuid(),
11
+ });
12
+ UpdatePhotoSessionStyleCommand.RequestSchema = zod_1.z.object({
13
+ code: zod_1.z.string().optional(),
14
+ title: zod_1.z.string().optional(),
15
+ description: zod_1.z.string().nullable().optional(),
16
+ references: zod_1.z.array(create_photo_session_style_command_1.CreatePhotoSessionStyleReferenceSchema).max(6).optional(),
17
+ });
18
+ UpdatePhotoSessionStyleCommand.ResponseSchema = zod_1.z.object({
19
+ data: models_1.PhotoSessionStyleSchema,
20
+ });
21
+ })(UpdatePhotoSessionStyleCommand || (exports.UpdatePhotoSessionStyleCommand = UpdatePhotoSessionStyleCommand = {}));
@@ -0,0 +1,5 @@
1
+ import { z } from 'zod';
2
+ export declare namespace DeleteAllPhotoSessionJobsCommand {
3
+ const ResponseSchema: z.ZodVoid;
4
+ type Response = z.infer<typeof ResponseSchema>;
5
+ }
@@ -0,0 +1,8 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeleteAllPhotoSessionJobsCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ var DeleteAllPhotoSessionJobsCommand;
6
+ (function (DeleteAllPhotoSessionJobsCommand) {
7
+ DeleteAllPhotoSessionJobsCommand.ResponseSchema = zod_1.z.void();
8
+ })(DeleteAllPhotoSessionJobsCommand || (exports.DeleteAllPhotoSessionJobsCommand = DeleteAllPhotoSessionJobsCommand = {}));
@@ -0,0 +1,9 @@
1
+ import { z } from 'zod';
2
+ export declare namespace DeletePhotoSessionJobByUUIDCommand {
3
+ const RequestParamsSchema: z.ZodObject<{
4
+ uuid: z.ZodString;
5
+ }, z.core.$strip>;
6
+ type RequestParams = z.infer<typeof RequestParamsSchema>;
7
+ const ResponseSchema: z.ZodVoid;
8
+ type Response = z.infer<typeof ResponseSchema>;
9
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.DeletePhotoSessionJobByUUIDCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ var DeletePhotoSessionJobByUUIDCommand;
6
+ (function (DeletePhotoSessionJobByUUIDCommand) {
7
+ DeletePhotoSessionJobByUUIDCommand.RequestParamsSchema = zod_1.z.object({
8
+ uuid: zod_1.z.string().uuid(),
9
+ });
10
+ DeletePhotoSessionJobByUUIDCommand.ResponseSchema = zod_1.z.void();
11
+ })(DeletePhotoSessionJobByUUIDCommand || (exports.DeletePhotoSessionJobByUUIDCommand = DeletePhotoSessionJobByUUIDCommand = {}));
@@ -0,0 +1,119 @@
1
+ import { z } from 'zod';
2
+ export declare namespace FindPhotoSessionJobByUUIDCommand {
3
+ const RequestParamsSchema: z.ZodObject<{
4
+ uuid: z.ZodString;
5
+ }, z.core.$strip>;
6
+ type Request = z.infer<typeof RequestParamsSchema>;
7
+ const ResponseSchema: z.ZodObject<{
8
+ data: z.ZodObject<{
9
+ uuid: z.ZodString;
10
+ title: z.ZodString;
11
+ prompt: z.ZodString;
12
+ status: z.ZodEnum<typeof import("../../..").PHOTO_SESSION_GROUP_STATUS>;
13
+ error: z.ZodNullable<z.ZodString>;
14
+ modelId: z.ZodString;
15
+ price: z.ZodNumber;
16
+ tokenReservationId: z.ZodNullable<z.ZodString>;
17
+ params: z.ZodUnknown;
18
+ attempts: z.ZodArray<z.ZodUnknown>;
19
+ scope: z.ZodEnum<typeof import("../../..").JOB_SCOPE>;
20
+ userId: z.ZodNullable<z.ZodString>;
21
+ unregisteredUserId: z.ZodNullable<z.ZodString>;
22
+ isDeleted: z.ZodBoolean;
23
+ subJobs: z.ZodArray<z.ZodObject<{
24
+ uuid: z.ZodString;
25
+ prompt: z.ZodString;
26
+ reaction: z.ZodNullable<z.ZodEnum<typeof import("../../..").USER_REACTION>>;
27
+ dislikeReason: z.ZodNullable<z.ZodString>;
28
+ externalId: z.ZodNullable<z.ZodString>;
29
+ title: z.ZodString;
30
+ status: z.ZodEnum<{
31
+ completed: import("../../..").TOOL_JOB_STATUS.COMPLETED;
32
+ failed: import("../../..").TOOL_JOB_STATUS.FAILED;
33
+ pending: import("../../..").TOOL_JOB_STATUS.PENDING;
34
+ }>;
35
+ error: z.ZodNullable<z.ZodString>;
36
+ modelId: z.ZodString;
37
+ groupId: z.ZodString;
38
+ previewUrl: z.ZodNullable<z.ZodString>;
39
+ params: z.ZodObject<{
40
+ attachedFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
41
+ uuid: z.ZodString;
42
+ url: z.ZodString;
43
+ name: z.ZodString;
44
+ mimeType: z.ZodString;
45
+ type: z.ZodString;
46
+ size: z.ZodNumber;
47
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
48
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
49
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
50
+ }, z.core.$strip>>>;
51
+ styleReferenceImageUrl: z.ZodOptional<z.ZodString>;
52
+ styleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
53
+ referenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
54
+ photosCount: z.ZodOptional<z.ZodNumber>;
55
+ clothingPhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
56
+ uuid: z.ZodString;
57
+ url: z.ZodString;
58
+ name: z.ZodString;
59
+ mimeType: z.ZodString;
60
+ type: z.ZodString;
61
+ size: z.ZodNumber;
62
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
63
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
64
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
65
+ }, z.core.$strip>>>;
66
+ hairstylePhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
67
+ uuid: z.ZodString;
68
+ url: z.ZodString;
69
+ name: z.ZodString;
70
+ mimeType: z.ZodString;
71
+ type: z.ZodString;
72
+ size: z.ZodNumber;
73
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
74
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
75
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
76
+ }, z.core.$strip>>>;
77
+ accessoriesPhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
78
+ uuid: z.ZodString;
79
+ url: z.ZodString;
80
+ name: z.ZodString;
81
+ mimeType: z.ZodString;
82
+ type: z.ZodString;
83
+ size: z.ZodNumber;
84
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
85
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
86
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
87
+ }, z.core.$strip>>>;
88
+ aspectRatio: z.ZodOptional<z.ZodString>;
89
+ userHasActiveSubscriptionOrProduct: z.ZodOptional<z.ZodBoolean>;
90
+ }, z.core.$strip>;
91
+ imageUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
92
+ attempts: z.ZodArray<z.ZodObject<{
93
+ order: z.ZodNumber;
94
+ attemptId: z.ZodOptional<z.ZodString>;
95
+ status: z.ZodEnum<{
96
+ completed: import("../../..").TOOL_JOB_STATUS.COMPLETED;
97
+ failed: import("../../..").TOOL_JOB_STATUS.FAILED;
98
+ pending: import("../../..").TOOL_JOB_STATUS.PENDING;
99
+ }>;
100
+ error: z.ZodNullable<z.ZodString>;
101
+ timestamp: z.ZodCoercedDate<unknown>;
102
+ }, z.core.$strip>>;
103
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
104
+ unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
105
+ isPublished: z.ZodBoolean;
106
+ postId: z.ZodNullable<z.ZodString>;
107
+ isDeleted: z.ZodBoolean;
108
+ isFavorite: z.ZodBoolean;
109
+ createdAt: z.ZodCoercedDate<unknown>;
110
+ completedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
111
+ updatedAt: z.ZodCoercedDate<unknown>;
112
+ }, z.core.$strip>>;
113
+ createdAt: z.ZodCoercedDate<unknown>;
114
+ completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
115
+ updatedAt: z.ZodCoercedDate<unknown>;
116
+ }, z.core.$strip>;
117
+ }, z.core.$strip>;
118
+ type Response = z.infer<typeof ResponseSchema>;
119
+ }
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FindPhotoSessionJobByUUIDCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const models_1 = require("../../../models");
6
+ var FindPhotoSessionJobByUUIDCommand;
7
+ (function (FindPhotoSessionJobByUUIDCommand) {
8
+ FindPhotoSessionJobByUUIDCommand.RequestParamsSchema = zod_1.z.object({
9
+ uuid: zod_1.z.string().uuid(),
10
+ });
11
+ FindPhotoSessionJobByUUIDCommand.ResponseSchema = zod_1.z.object({
12
+ data: models_1.PhotoSessionGroupSchema,
13
+ });
14
+ })(FindPhotoSessionJobByUUIDCommand || (exports.FindPhotoSessionJobByUUIDCommand = FindPhotoSessionJobByUUIDCommand = {}));
@@ -0,0 +1,128 @@
1
+ import { z } from 'zod';
2
+ import { JOB_SORT, PHOTO_SESSION_GROUP_STATUS } from '../../../constants';
3
+ export declare namespace FindPhotoSessionJobsCommand {
4
+ const RequestQuerySchema: z.ZodObject<{
5
+ limit: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
6
+ offset: z.ZodOptional<z.ZodCoercedNumber<unknown>>;
7
+ title: z.ZodOptional<z.ZodString>;
8
+ isFavorite: z.ZodOptional<z.ZodPreprocess<z.ZodBoolean>>;
9
+ createdAtSortOrder: z.ZodOptional<z.ZodEnum<typeof JOB_SORT>>;
10
+ status: z.ZodOptional<z.ZodEnum<typeof PHOTO_SESSION_GROUP_STATUS>>;
11
+ }, z.core.$strip>;
12
+ type RequestQuery = z.infer<typeof RequestQuerySchema>;
13
+ const ResponseSchema: z.ZodObject<{
14
+ data: z.ZodArray<z.ZodObject<{
15
+ uuid: z.ZodString;
16
+ title: z.ZodString;
17
+ prompt: z.ZodString;
18
+ status: z.ZodEnum<typeof PHOTO_SESSION_GROUP_STATUS>;
19
+ error: z.ZodNullable<z.ZodString>;
20
+ modelId: z.ZodString;
21
+ price: z.ZodNumber;
22
+ tokenReservationId: z.ZodNullable<z.ZodString>;
23
+ params: z.ZodUnknown;
24
+ attempts: z.ZodArray<z.ZodUnknown>;
25
+ scope: z.ZodEnum<typeof import("../../..").JOB_SCOPE>;
26
+ userId: z.ZodNullable<z.ZodString>;
27
+ unregisteredUserId: z.ZodNullable<z.ZodString>;
28
+ isDeleted: z.ZodBoolean;
29
+ subJobs: z.ZodArray<z.ZodObject<{
30
+ uuid: z.ZodString;
31
+ prompt: z.ZodString;
32
+ reaction: z.ZodNullable<z.ZodEnum<typeof import("../../..").USER_REACTION>>;
33
+ dislikeReason: z.ZodNullable<z.ZodString>;
34
+ externalId: z.ZodNullable<z.ZodString>;
35
+ title: z.ZodString;
36
+ status: z.ZodEnum<{
37
+ completed: import("../../..").TOOL_JOB_STATUS.COMPLETED;
38
+ failed: import("../../..").TOOL_JOB_STATUS.FAILED;
39
+ pending: import("../../..").TOOL_JOB_STATUS.PENDING;
40
+ }>;
41
+ error: z.ZodNullable<z.ZodString>;
42
+ modelId: z.ZodString;
43
+ groupId: z.ZodString;
44
+ previewUrl: z.ZodNullable<z.ZodString>;
45
+ params: z.ZodObject<{
46
+ attachedFiles: z.ZodOptional<z.ZodArray<z.ZodObject<{
47
+ uuid: z.ZodString;
48
+ url: z.ZodString;
49
+ name: z.ZodString;
50
+ mimeType: z.ZodString;
51
+ type: z.ZodString;
52
+ size: z.ZodNumber;
53
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
54
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
55
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
56
+ }, z.core.$strip>>>;
57
+ styleReferenceImageUrl: z.ZodOptional<z.ZodString>;
58
+ styleId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
+ referenceId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ photosCount: z.ZodOptional<z.ZodNumber>;
61
+ clothingPhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
62
+ uuid: z.ZodString;
63
+ url: z.ZodString;
64
+ name: z.ZodString;
65
+ mimeType: z.ZodString;
66
+ type: z.ZodString;
67
+ size: z.ZodNumber;
68
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
69
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
70
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
71
+ }, z.core.$strip>>>;
72
+ hairstylePhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
73
+ uuid: z.ZodString;
74
+ url: z.ZodString;
75
+ name: z.ZodString;
76
+ mimeType: z.ZodString;
77
+ type: z.ZodString;
78
+ size: z.ZodNumber;
79
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
80
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
81
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
82
+ }, z.core.$strip>>>;
83
+ accessoriesPhotos: z.ZodOptional<z.ZodArray<z.ZodObject<{
84
+ uuid: z.ZodString;
85
+ url: z.ZodString;
86
+ name: z.ZodString;
87
+ mimeType: z.ZodString;
88
+ type: z.ZodString;
89
+ size: z.ZodNumber;
90
+ duration: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
91
+ content: z.ZodNullable<z.ZodOptional<z.ZodString>>;
92
+ contentLength: z.ZodNullable<z.ZodOptional<z.ZodNumber>>;
93
+ }, z.core.$strip>>>;
94
+ aspectRatio: z.ZodOptional<z.ZodString>;
95
+ userHasActiveSubscriptionOrProduct: z.ZodOptional<z.ZodBoolean>;
96
+ }, z.core.$strip>;
97
+ imageUrls: z.ZodNullable<z.ZodArray<z.ZodString>>;
98
+ attempts: z.ZodArray<z.ZodObject<{
99
+ order: z.ZodNumber;
100
+ attemptId: z.ZodOptional<z.ZodString>;
101
+ status: z.ZodEnum<{
102
+ completed: import("../../..").TOOL_JOB_STATUS.COMPLETED;
103
+ failed: import("../../..").TOOL_JOB_STATUS.FAILED;
104
+ pending: import("../../..").TOOL_JOB_STATUS.PENDING;
105
+ }>;
106
+ error: z.ZodNullable<z.ZodString>;
107
+ timestamp: z.ZodCoercedDate<unknown>;
108
+ }, z.core.$strip>>;
109
+ userId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
110
+ unregisteredUserId: z.ZodOptional<z.ZodNullable<z.ZodString>>;
111
+ isPublished: z.ZodBoolean;
112
+ postId: z.ZodNullable<z.ZodString>;
113
+ isDeleted: z.ZodBoolean;
114
+ isFavorite: z.ZodBoolean;
115
+ createdAt: z.ZodCoercedDate<unknown>;
116
+ completedAt: z.ZodOptional<z.ZodNullable<z.ZodCoercedDate<unknown>>>;
117
+ updatedAt: z.ZodCoercedDate<unknown>;
118
+ }, z.core.$strip>>;
119
+ createdAt: z.ZodCoercedDate<unknown>;
120
+ completedAt: z.ZodNullable<z.ZodCoercedDate<unknown>>;
121
+ updatedAt: z.ZodCoercedDate<unknown>;
122
+ }, z.core.$strip>>;
123
+ totalPages: z.ZodNumber;
124
+ total: z.ZodNumber;
125
+ page: z.ZodNumber;
126
+ }, z.core.$strip>;
127
+ type Response = z.infer<typeof ResponseSchema>;
128
+ }
@@ -0,0 +1,24 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.FindPhotoSessionJobsCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const helpers_1 = require("../../../helpers");
6
+ const constants_1 = require("../../../constants");
7
+ const models_1 = require("../../../models");
8
+ var FindPhotoSessionJobsCommand;
9
+ (function (FindPhotoSessionJobsCommand) {
10
+ FindPhotoSessionJobsCommand.RequestQuerySchema = zod_1.z.object({
11
+ limit: zod_1.z.coerce.number().min(1).max(100).optional(),
12
+ offset: zod_1.z.coerce.number().min(0).optional(),
13
+ title: zod_1.z.string().optional(),
14
+ isFavorite: helpers_1.QueryBooleanSchema.optional(),
15
+ createdAtSortOrder: zod_1.z.enum(constants_1.JOB_SORT).optional(),
16
+ status: zod_1.z.nativeEnum(constants_1.PHOTO_SESSION_GROUP_STATUS).optional(),
17
+ });
18
+ FindPhotoSessionJobsCommand.ResponseSchema = zod_1.z.object({
19
+ data: zod_1.z.array(models_1.PhotoSessionGroupSchema),
20
+ totalPages: zod_1.z.number(),
21
+ total: zod_1.z.number(),
22
+ page: zod_1.z.number(),
23
+ });
24
+ })(FindPhotoSessionJobsCommand || (exports.FindPhotoSessionJobsCommand = FindPhotoSessionJobsCommand = {}));
@@ -0,0 +1,75 @@
1
+ import { z } from 'zod';
2
+ export declare namespace GetPhotoSessionConfigCommand {
3
+ const ResponseSchema: z.ZodObject<{
4
+ data: z.ZodObject<{
5
+ models: z.ZodArray<z.ZodObject<{
6
+ uuid: z.ZodString;
7
+ title: z.ZodString;
8
+ description: z.ZodString;
9
+ aiModel: z.ZodString;
10
+ isNew: z.ZodBoolean;
11
+ tierLabel: z.ZodString;
12
+ pricePerImage: z.ZodNumber;
13
+ order: z.ZodNumber;
14
+ status: z.ZodEnum<typeof import("../../..").TOOL_MODEL_STATUS>;
15
+ icons: z.ZodObject<{
16
+ light: z.ZodObject<{
17
+ svg: z.ZodString;
18
+ png: z.ZodString;
19
+ }, z.core.$strip>;
20
+ dark: z.ZodObject<{
21
+ svg: z.ZodString;
22
+ png: z.ZodString;
23
+ }, z.core.$strip>;
24
+ }, z.core.$strip>;
25
+ maxInputLength: z.ZodNumber;
26
+ params: z.ZodObject<{
27
+ imageAttachment: z.ZodObject<{
28
+ supported: z.ZodBoolean;
29
+ maxImages: z.ZodNumber;
30
+ acceptedTypes: z.ZodArray<z.ZodString>;
31
+ }, z.core.$strip>;
32
+ aspectRatio: z.ZodRecord<z.ZodString, z.ZodObject<{
33
+ width: z.ZodNumber;
34
+ height: z.ZodNumber;
35
+ }, z.core.$strip>>;
36
+ }, z.core.$strip>;
37
+ pricingRules: z.ZodArray<z.ZodObject<{
38
+ condition: z.ZodObject<{
39
+ withoutSub: z.ZodOptional<z.ZodBoolean>;
40
+ }, z.core.$strip>;
41
+ value: z.ZodNumber;
42
+ }, z.core.$strip>>;
43
+ createdAt: z.ZodCoercedDate<unknown>;
44
+ updatedAt: z.ZodCoercedDate<unknown>;
45
+ unlockedBy: z.ZodNullable<z.ZodObject<{
46
+ uuid: z.ZodString;
47
+ name: z.ZodString;
48
+ }, z.core.$strip>>;
49
+ canUse: z.ZodBoolean;
50
+ }, z.core.$strip>>;
51
+ styles: z.ZodArray<z.ZodObject<{
52
+ uuid: z.ZodString;
53
+ code: z.ZodString;
54
+ title: z.ZodString;
55
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56
+ references: z.ZodArray<z.ZodObject<{
57
+ uuid: z.ZodString;
58
+ styleId: z.ZodString;
59
+ photoUrl: z.ZodString;
60
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ order: z.ZodNumber;
62
+ createdAt: z.ZodCoercedDate<unknown>;
63
+ updatedAt: z.ZodCoercedDate<unknown>;
64
+ }, z.core.$strip>>;
65
+ createdAt: z.ZodCoercedDate<unknown>;
66
+ updatedAt: z.ZodCoercedDate<unknown>;
67
+ }, z.core.$strip>>;
68
+ looks: z.ZodArray<z.ZodObject<{
69
+ type: z.ZodEnum<typeof import("../../..").PHOTO_SESSION_LOOK_TYPE>;
70
+ maxPhotos: z.ZodNumber;
71
+ }, z.core.$strip>>;
72
+ }, z.core.$strip>;
73
+ }, z.core.$strip>;
74
+ type Response = z.infer<typeof ResponseSchema>;
75
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPhotoSessionConfigCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const models_1 = require("../../../models");
6
+ var GetPhotoSessionConfigCommand;
7
+ (function (GetPhotoSessionConfigCommand) {
8
+ GetPhotoSessionConfigCommand.ResponseSchema = zod_1.z.object({
9
+ data: models_1.PhotoSessionConfigSchema,
10
+ });
11
+ })(GetPhotoSessionConfigCommand || (exports.GetPhotoSessionConfigCommand = GetPhotoSessionConfigCommand = {}));
@@ -0,0 +1,23 @@
1
+ import { z } from 'zod';
2
+ export declare namespace GetPhotoSessionStylesCommand {
3
+ const ResponseSchema: z.ZodObject<{
4
+ data: z.ZodArray<z.ZodObject<{
5
+ uuid: z.ZodString;
6
+ code: z.ZodString;
7
+ title: z.ZodString;
8
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ references: z.ZodArray<z.ZodObject<{
10
+ uuid: z.ZodString;
11
+ styleId: z.ZodString;
12
+ photoUrl: z.ZodString;
13
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
14
+ order: z.ZodNumber;
15
+ createdAt: z.ZodCoercedDate<unknown>;
16
+ updatedAt: z.ZodCoercedDate<unknown>;
17
+ }, z.core.$strip>>;
18
+ createdAt: z.ZodCoercedDate<unknown>;
19
+ updatedAt: z.ZodCoercedDate<unknown>;
20
+ }, z.core.$strip>>;
21
+ }, z.core.$strip>;
22
+ type Response = z.infer<typeof ResponseSchema>;
23
+ }
@@ -0,0 +1,11 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.GetPhotoSessionStylesCommand = void 0;
4
+ const zod_1 = require("zod");
5
+ const models_1 = require("../../../models");
6
+ var GetPhotoSessionStylesCommand;
7
+ (function (GetPhotoSessionStylesCommand) {
8
+ GetPhotoSessionStylesCommand.ResponseSchema = zod_1.z.object({
9
+ data: zod_1.z.array(models_1.PhotoSessionStyleSchema),
10
+ });
11
+ })(GetPhotoSessionStylesCommand || (exports.GetPhotoSessionStylesCommand = GetPhotoSessionStylesCommand = {}));
@@ -0,0 +1,13 @@
1
+ export * from './photo-session.command';
2
+ export * from './find-photo-session-job-by-uuid.command';
3
+ export * from './find-photo-session-jobs.command';
4
+ export * from './set-reaction-to-photo-session-job.command';
5
+ export * from './update-photo-session-job-title.command';
6
+ export * from './update-photo-session-job-favorite.command';
7
+ export * from './update-published-status-photo-session-job.command';
8
+ export * from './retry-photo-session-job.command';
9
+ export * from './delete-photo-session-job-by-uuid.command';
10
+ export * from './delete-all-photo-session-jobs.command';
11
+ export * from './get-photo-session-config.command';
12
+ export * from './get-photo-session-styles.command';
13
+ export * from './admin';
@@ -0,0 +1,29 @@
1
+ "use strict";
2
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
+ if (k2 === undefined) k2 = k;
4
+ var desc = Object.getOwnPropertyDescriptor(m, k);
5
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
+ desc = { enumerable: true, get: function() { return m[k]; } };
7
+ }
8
+ Object.defineProperty(o, k2, desc);
9
+ }) : (function(o, m, k, k2) {
10
+ if (k2 === undefined) k2 = k;
11
+ o[k2] = m[k];
12
+ }));
13
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
+ };
16
+ Object.defineProperty(exports, "__esModule", { value: true });
17
+ __exportStar(require("./photo-session.command"), exports);
18
+ __exportStar(require("./find-photo-session-job-by-uuid.command"), exports);
19
+ __exportStar(require("./find-photo-session-jobs.command"), exports);
20
+ __exportStar(require("./set-reaction-to-photo-session-job.command"), exports);
21
+ __exportStar(require("./update-photo-session-job-title.command"), exports);
22
+ __exportStar(require("./update-photo-session-job-favorite.command"), exports);
23
+ __exportStar(require("./update-published-status-photo-session-job.command"), exports);
24
+ __exportStar(require("./retry-photo-session-job.command"), exports);
25
+ __exportStar(require("./delete-photo-session-job-by-uuid.command"), exports);
26
+ __exportStar(require("./delete-all-photo-session-jobs.command"), exports);
27
+ __exportStar(require("./get-photo-session-config.command"), exports);
28
+ __exportStar(require("./get-photo-session-styles.command"), exports);
29
+ __exportStar(require("./admin"), exports);