@purpleschool/gptbot 0.14.51-stage2 → 0.14.52

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 (165) hide show
  1. package/build/api/controllers/http/index.d.ts +0 -1
  2. package/build/api/controllers/http/index.js +0 -1
  3. package/build/api/controllers/http/tts.d.ts +0 -9
  4. package/build/api/controllers/http/tts.js +0 -9
  5. package/build/api/routes.d.ts +0 -12
  6. package/build/api/routes.js +0 -12
  7. package/build/commands/ai-studio/canvas-node/find-canvas-node-definitions-with-configs.query.d.ts +3 -11
  8. package/build/commands/photo-studio/get-photo-studio-config.query.d.ts +6 -0
  9. package/build/commands/tools/image-editor/find-image-editor-job-by-uuid.command.d.ts +1 -0
  10. package/build/commands/tools/image-editor/find-image-editor-jobs.command.d.ts +1 -0
  11. package/build/commands/tools/image-editor/get-image-editor-tool-config.command.d.ts +3 -0
  12. package/build/commands/tools/image-editor/image-editor.command.d.ts +1 -0
  13. package/build/commands/tools/image-editor/image-editor.command.js +1 -0
  14. package/build/commands/tools/image-editor/retry-image-editor-job.command.d.ts +2 -0
  15. package/build/commands/tools/image-editor/retry-image-editor-job.command.js +1 -0
  16. package/build/commands/tools/image-editor/set-reaction-to-image-editor-job.command.d.ts +1 -0
  17. package/build/commands/tools/image-editor/update-image-editor-job-favorite.command.d.ts +1 -0
  18. package/build/commands/tools/image-editor/update-image-editor-job-title.command.d.ts +1 -0
  19. package/build/commands/tools/index.d.ts +0 -1
  20. package/build/commands/tools/index.js +0 -1
  21. package/build/commands/tools/marketplace-card/get-marketplace-card-config.command.d.ts +6 -0
  22. package/build/commands/tools/solving-edu-task/get-solving-edu-task-tool-config.command.d.ts +5 -0
  23. package/build/commands/tools/tts/find-tts-job-by-uuid.command.d.ts +1 -13
  24. package/build/commands/tools/tts/find-tts-jobs.command.d.ts +1 -13
  25. package/build/commands/tools/tts/get-tts-tool-config.command.d.ts +0 -11
  26. package/build/commands/tools/tts/index.d.ts +0 -9
  27. package/build/commands/tools/tts/index.js +0 -9
  28. package/build/commands/tools/tts/retry-tts-job.command.d.ts +1 -13
  29. package/build/commands/tools/tts/set-reaction-to-tts-job.command.d.ts +1 -13
  30. package/build/commands/tools/tts/tts.command.d.ts +1 -6
  31. package/build/commands/tools/tts/tts.command.js +1 -7
  32. package/build/commands/tools/tts/update-tts-job-favorite.command.d.ts +1 -13
  33. package/build/commands/tools/tts/update-tts-job-title.command.d.ts +1 -13
  34. package/build/commands/ui-notification/find-active-ui-notifications-by-page-and-user.command.d.ts +19 -0
  35. package/build/commands/ui-notification/find-ui-notifications.command.d.ts +19 -0
  36. package/build/constants/index.d.ts +0 -2
  37. package/build/constants/index.js +0 -2
  38. package/build/constants/ui-notification/enums/ui-notification-type.enum.d.ts +2 -1
  39. package/build/constants/ui-notification/enums/ui-notification-type.enum.js +1 -0
  40. package/build/helpers/index.d.ts +0 -1
  41. package/build/helpers/index.js +0 -1
  42. package/build/models/canvas-node-definition.schema.d.ts +9 -33
  43. package/build/models/tools/image-editor/image-editor-config.schema.d.ts +3 -0
  44. package/build/models/tools/image-editor/image-editor-job.schema.d.ts +2 -0
  45. package/build/models/tools/image-editor/image-editor-job.schema.js +1 -0
  46. package/build/models/tools/image-editor/image-editor-model.schema.d.ts +6 -0
  47. package/build/models/tools/image-editor/image-editor-model.schema.js +5 -0
  48. package/build/models/tools/index.d.ts +0 -1
  49. package/build/models/tools/index.js +0 -1
  50. package/build/models/tools/marketplace-card/marketplace-card-config.schema.d.ts +13 -0
  51. package/build/models/tools/marketplace-card/marketplace-card-config.schema.js +5 -0
  52. package/build/models/tools/solving-edu-task/solving-edu-task-config.schema.d.ts +5 -0
  53. package/build/models/tools/solving-edu-task/solving-edu-task-model.schema.d.ts +5 -0
  54. package/build/models/tools/solving-edu-task/solving-edu-task-model.schema.js +3 -0
  55. package/build/models/tools/tts/index.d.ts +0 -3
  56. package/build/models/tools/tts/index.js +0 -3
  57. package/build/models/tools/tts/tts-config.schema.d.ts +0 -23
  58. package/build/models/tools/tts/tts-config.schema.js +1 -14
  59. package/build/models/tools/tts/tts-job.schema.d.ts +1 -26
  60. package/build/models/tools/tts/tts-job.schema.js +2 -16
  61. package/build/models/tools/tts/tts-model.schema.d.ts +0 -1
  62. package/build/models/tools/tts/tts-model.schema.js +0 -1
  63. package/build/models/ui-notification.schema.d.ts +28 -0
  64. package/build/models/ui-notification.schema.js +13 -1
  65. package/package.json +1 -1
  66. package/build/api/controllers/http/photo-session.d.ts +0 -20
  67. package/build/api/controllers/http/photo-session.js +0 -23
  68. package/build/commands/tools/photo-session/admin/create-photo-session-style.command.d.ts +0 -39
  69. package/build/commands/tools/photo-session/admin/create-photo-session-style.command.js +0 -22
  70. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.d.ts +0 -9
  71. package/build/commands/tools/photo-session/admin/delete-photo-session-style.command.js +0 -11
  72. package/build/commands/tools/photo-session/admin/index.d.ts +0 -3
  73. package/build/commands/tools/photo-session/admin/index.js +0 -19
  74. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.d.ts +0 -45
  75. package/build/commands/tools/photo-session/admin/update-photo-session-style.command.js +0 -31
  76. package/build/commands/tools/photo-session/delete-all-photo-session-jobs.command.d.ts +0 -5
  77. package/build/commands/tools/photo-session/delete-all-photo-session-jobs.command.js +0 -8
  78. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.d.ts +0 -9
  79. package/build/commands/tools/photo-session/delete-photo-session-job-by-uuid.command.js +0 -11
  80. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.d.ts +0 -61
  81. package/build/commands/tools/photo-session/find-photo-session-job-by-uuid.command.js +0 -14
  82. package/build/commands/tools/photo-session/find-photo-session-jobs.command.d.ts +0 -70
  83. package/build/commands/tools/photo-session/find-photo-session-jobs.command.js +0 -24
  84. package/build/commands/tools/photo-session/get-photo-session-config.command.d.ts +0 -76
  85. package/build/commands/tools/photo-session/get-photo-session-config.command.js +0 -11
  86. package/build/commands/tools/photo-session/get-photo-session-price.command.d.ts +0 -32
  87. package/build/commands/tools/photo-session/get-photo-session-price.command.js +0 -27
  88. package/build/commands/tools/photo-session/index.d.ts +0 -12
  89. package/build/commands/tools/photo-session/index.js +0 -28
  90. package/build/commands/tools/photo-session/photo-session.command.d.ts +0 -87
  91. package/build/commands/tools/photo-session/photo-session.command.js +0 -33
  92. package/build/commands/tools/photo-session/retry-photo-session-job.command.d.ts +0 -85
  93. package/build/commands/tools/photo-session/retry-photo-session-job.command.js +0 -32
  94. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.d.ts +0 -67
  95. package/build/commands/tools/photo-session/set-reaction-to-photo-session-job.command.js +0 -28
  96. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.d.ts +0 -65
  97. package/build/commands/tools/photo-session/update-photo-session-job-favorite.command.js +0 -17
  98. package/build/commands/tools/photo-session/update-photo-session-job-title.command.d.ts +0 -65
  99. package/build/commands/tools/photo-session/update-photo-session-job-title.command.js +0 -17
  100. package/build/commands/tools/tts/create-voice-clone.command.d.ts +0 -32
  101. package/build/commands/tools/tts/create-voice-clone.command.js +0 -17
  102. package/build/commands/tools/tts/create-voice-design.command.d.ts +0 -22
  103. package/build/commands/tools/tts/create-voice-design.command.js +0 -17
  104. package/build/commands/tools/tts/delete-voice.command.d.ts +0 -9
  105. package/build/commands/tools/tts/delete-voice.command.js +0 -11
  106. package/build/commands/tools/tts/download-tts-job.command.d.ts +0 -18
  107. package/build/commands/tools/tts/download-tts-job.command.js +0 -17
  108. package/build/commands/tools/tts/find-voice-by-uuid.query.d.ts +0 -29
  109. package/build/commands/tools/tts/find-voice-by-uuid.query.js +0 -14
  110. package/build/commands/tools/tts/find-voices.query.d.ts +0 -37
  111. package/build/commands/tools/tts/find-voices.query.js +0 -18
  112. package/build/commands/tools/tts/improve-tts-text.command.d.ts +0 -13
  113. package/build/commands/tools/tts/improve-tts-text.command.js +0 -13
  114. package/build/commands/tools/tts/select-voice-design.command.d.ts +0 -33
  115. package/build/commands/tools/tts/select-voice-design.command.js +0 -17
  116. package/build/commands/tools/tts/update-voice.command.d.ts +0 -33
  117. package/build/commands/tools/tts/update-voice.command.js +0 -17
  118. package/build/constants/tool-photo-session/enums/index.d.ts +0 -3
  119. package/build/constants/tool-photo-session/enums/index.js +0 -19
  120. package/build/constants/tool-photo-session/enums/photo-session-look-type.enum.d.ts +0 -5
  121. package/build/constants/tool-photo-session/enums/photo-session-look-type.enum.js +0 -9
  122. package/build/constants/tool-photo-session/enums/photo-session-model-type.enum.d.ts +0 -3
  123. package/build/constants/tool-photo-session/enums/photo-session-model-type.enum.js +0 -7
  124. package/build/constants/tool-photo-session/enums/photo-session-strategy.enum.d.ts +0 -4
  125. package/build/constants/tool-photo-session/enums/photo-session-strategy.enum.js +0 -8
  126. package/build/constants/tool-photo-session/index.d.ts +0 -1
  127. package/build/constants/tool-photo-session/index.js +0 -17
  128. package/build/constants/tool-tts/enums/index.d.ts +0 -7
  129. package/build/constants/tool-tts/enums/index.js +0 -23
  130. package/build/constants/tool-tts/enums/tts-download-format.enum.d.ts +0 -5
  131. package/build/constants/tool-tts/enums/tts-download-format.enum.js +0 -9
  132. package/build/constants/tool-tts/enums/voice-category.enum.d.ts +0 -14
  133. package/build/constants/tool-tts/enums/voice-category.enum.js +0 -18
  134. package/build/constants/tool-tts/enums/voice-gender.enum.d.ts +0 -4
  135. package/build/constants/tool-tts/enums/voice-gender.enum.js +0 -8
  136. package/build/constants/tool-tts/enums/voice-source.enum.d.ts +0 -5
  137. package/build/constants/tool-tts/enums/voice-source.enum.js +0 -9
  138. package/build/constants/tool-tts/enums/voice-status.enum.d.ts +0 -5
  139. package/build/constants/tool-tts/enums/voice-status.enum.js +0 -9
  140. package/build/constants/tool-tts/enums/voice-tag-group.enum.d.ts +0 -5
  141. package/build/constants/tool-tts/enums/voice-tag-group.enum.js +0 -9
  142. package/build/constants/tool-tts/enums/voice-tag.enum.d.ts +0 -20
  143. package/build/constants/tool-tts/enums/voice-tag.enum.js +0 -24
  144. package/build/constants/tool-tts/index.d.ts +0 -1
  145. package/build/constants/tool-tts/index.js +0 -17
  146. package/build/helpers/photo-session/calculate-photo-session-price.helper.d.ts +0 -6
  147. package/build/helpers/photo-session/calculate-photo-session-price.helper.js +0 -13
  148. package/build/helpers/photo-session/index.d.ts +0 -1
  149. package/build/helpers/photo-session/index.js +0 -17
  150. package/build/models/tools/photo-session/index.d.ts +0 -4
  151. package/build/models/tools/photo-session/index.js +0 -20
  152. package/build/models/tools/photo-session/photo-session-config.schema.d.ts +0 -77
  153. package/build/models/tools/photo-session/photo-session-config.schema.js +0 -16
  154. package/build/models/tools/photo-session/photo-session-job.schema.d.ts +0 -77
  155. package/build/models/tools/photo-session/photo-session-job.schema.js +0 -45
  156. package/build/models/tools/photo-session/photo-session-model.schema.d.ts +0 -73
  157. package/build/models/tools/photo-session/photo-session-model.schema.js +0 -45
  158. package/build/models/tools/photo-session/photo-session-style.schema.d.ts +0 -29
  159. package/build/models/tools/photo-session/photo-session-style.schema.js +0 -22
  160. package/build/models/tools/tts/voice-design-draft.schema.d.ts +0 -12
  161. package/build/models/tools/tts/voice-design-draft.schema.js +0 -12
  162. package/build/models/tools/tts/voice-design-sample.schema.d.ts +0 -6
  163. package/build/models/tools/tts/voice-design-sample.schema.js +0 -8
  164. package/build/models/tools/tts/voice.schema.d.ts +0 -22
  165. package/build/models/tools/tts/voice.schema.js +0 -24
@@ -82,6 +82,5 @@ export * from './tool-workspace';
82
82
  export * from './html-page-builder';
83
83
  export * from './palette';
84
84
  export * from './canvas-var-generation';
85
- export * from './photo-session';
86
85
  export * from './photo-studio';
87
86
  export * from './canvas-template';
@@ -98,6 +98,5 @@ __exportStar(require("./tool-workspace"), exports);
98
98
  __exportStar(require("./html-page-builder"), exports);
99
99
  __exportStar(require("./palette"), exports);
100
100
  __exportStar(require("./canvas-var-generation"), exports);
101
- __exportStar(require("./photo-session"), exports);
102
101
  __exportStar(require("./photo-studio"), exports);
103
102
  __exportStar(require("./canvas-template"), exports);
@@ -11,13 +11,4 @@ export declare const TTS_ROUTES: {
11
11
  readonly DELETE: (uuid: string) => string;
12
12
  readonly DELETE_ALL: 'jobs';
13
13
  readonly RETRY: (uuid: string) => string;
14
- readonly IMPROVE: 'improve';
15
- readonly GET_VOICES: 'voices';
16
- readonly GET_VOICE: (uuid: string) => string;
17
- readonly CREATE_CLONE: 'voices/clone';
18
- readonly CREATE_DESIGN: 'voices/design';
19
- readonly SELECT_DESIGN: (designId: string) => string;
20
- readonly UPDATE_VOICE: (uuid: string) => string;
21
- readonly DELETE_VOICE: (uuid: string) => string;
22
- readonly DOWNLOAD: (uuid: string) => string;
23
14
  };
@@ -14,13 +14,4 @@ exports.TTS_ROUTES = {
14
14
  DELETE: (uuid) => `jobs/${uuid}`,
15
15
  DELETE_ALL: 'jobs',
16
16
  RETRY: (uuid) => `jobs/${uuid}/retry`,
17
- IMPROVE: 'improve',
18
- GET_VOICES: 'voices',
19
- GET_VOICE: (uuid) => `voices/${uuid}`,
20
- CREATE_CLONE: 'voices/clone',
21
- CREATE_DESIGN: 'voices/design',
22
- SELECT_DESIGN: (designId) => `voices/design/${designId}/select`,
23
- UPDATE_VOICE: (uuid) => `voices/${uuid}`,
24
- DELETE_VOICE: (uuid) => `voices/${uuid}`,
25
- DOWNLOAD: (uuid) => `jobs/${uuid}/download`,
26
17
  };
@@ -633,9 +633,6 @@ export declare const REST_API: {
633
633
  readonly DELETE: (uuid: string) => string;
634
634
  readonly DELETE_ALL: "/api/public/tools/tts/jobs";
635
635
  readonly RETRY: (uuid: string) => string;
636
- readonly GET_VOICES: "/api/public/tools/tts/voices";
637
- readonly GET_VOICE: (uuid: string) => string;
638
- readonly DOWNLOAD: (uuid: string) => string;
639
636
  };
640
637
  readonly TTS_PRIVATE: {
641
638
  readonly CONFIG: "/api/private/tools/tts/config";
@@ -648,15 +645,6 @@ export declare const REST_API: {
648
645
  readonly DELETE: (uuid: string) => string;
649
646
  readonly DELETE_ALL: "/api/private/tools/tts/jobs";
650
647
  readonly RETRY: (uuid: string) => string;
651
- readonly IMPROVE: "/api/private/tools/tts/improve";
652
- readonly GET_VOICES: "/api/private/tools/tts/voices";
653
- readonly GET_VOICE: (uuid: string) => string;
654
- readonly CREATE_CLONE: "/api/private/tools/tts/voices/clone";
655
- readonly CREATE_DESIGN: "/api/private/tools/tts/voices/design";
656
- readonly SELECT_DESIGN: (designId: string) => string;
657
- readonly UPDATE_VOICE: (uuid: string) => string;
658
- readonly DELETE_VOICE: (uuid: string) => string;
659
- readonly DOWNLOAD: (uuid: string) => string;
660
648
  };
661
649
  readonly STT_PUBLIC: {
662
650
  readonly CONFIG: "/api/public/tools/stt/config";
@@ -671,9 +671,6 @@ exports.REST_API = {
671
671
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.DELETE(uuid)}`,
672
672
  DELETE_ALL: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.DELETE_ALL}`,
673
673
  RETRY: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.RETRY(uuid)}`,
674
- GET_VOICES: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.GET_VOICES}`,
675
- GET_VOICE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.GET_VOICE(uuid)}`,
676
- DOWNLOAD: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PUBLIC}/${CONTROLLERS.TTS_ROUTES.DOWNLOAD(uuid)}`,
677
674
  },
678
675
  TTS_PRIVATE: {
679
676
  CONFIG: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.CONFIG}`,
@@ -686,15 +683,6 @@ exports.REST_API = {
686
683
  DELETE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.DELETE(uuid)}`,
687
684
  DELETE_ALL: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.DELETE_ALL}`,
688
685
  RETRY: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.RETRY(uuid)}`,
689
- IMPROVE: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.IMPROVE}`,
690
- GET_VOICES: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.GET_VOICES}`,
691
- GET_VOICE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.GET_VOICE(uuid)}`,
692
- CREATE_CLONE: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.CREATE_CLONE}`,
693
- CREATE_DESIGN: `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.CREATE_DESIGN}`,
694
- SELECT_DESIGN: (designId) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.SELECT_DESIGN(designId)}`,
695
- UPDATE_VOICE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.UPDATE_VOICE(uuid)}`,
696
- DELETE_VOICE: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.DELETE_VOICE(uuid)}`,
697
- DOWNLOAD: (uuid) => `${exports.ROOT}/${CONTROLLERS.TTS_CONTROLLER_PRIVATE}/${CONTROLLERS.TTS_ROUTES.DOWNLOAD(uuid)}`,
698
686
  },
699
687
  STT_PUBLIC: {
700
688
  CONFIG: `${exports.ROOT}/${CONTROLLERS.STT_CONTROLLER_PUBLIC}/${CONTROLLERS.STT_ROUTES.CONFIG}`,
@@ -222,6 +222,9 @@ export declare namespace FindCanvasNodeDefinitionsWithConfigsQuery {
222
222
  width: z.ZodNumber;
223
223
  height: z.ZodNumber;
224
224
  }, z.core.$strip>, z.ZodString]>>>;
225
+ resolution: z.ZodOptional<z.ZodObject<{
226
+ options: z.ZodArray<z.ZodString>;
227
+ }, z.core.$strip>>;
225
228
  }, z.core.$strip>;
226
229
  pricingRules: z.ZodArray<z.ZodObject<{
227
230
  condition: z.ZodObject<{
@@ -293,7 +296,6 @@ export declare namespace FindCanvasNodeDefinitionsWithConfigsQuery {
293
296
  }, z.core.$strip>;
294
297
  }, z.core.$strip>;
295
298
  maxInputLength: z.ZodNumber;
296
- maxSpeakers: z.ZodNumber;
297
299
  params: z.ZodObject<{
298
300
  speed: z.ZodOptional<z.ZodObject<{
299
301
  title: z.ZodString;
@@ -397,16 +399,6 @@ export declare namespace FindCanvasNodeDefinitionsWithConfigsQuery {
397
399
  canUse: z.ZodBoolean;
398
400
  status: z.ZodString;
399
401
  }, z.core.$strip>>;
400
- tags: z.ZodArray<z.ZodObject<{
401
- id: z.ZodEnum<typeof import("../../..").VOICE_TAG>;
402
- group: z.ZodEnum<typeof import("../../..").VOICE_TAG_GROUP>;
403
- label: z.ZodString;
404
- }, z.core.$strip>>;
405
- categories: z.ZodArray<z.ZodObject<{
406
- id: z.ZodEnum<typeof import("../../..").VOICE_CATEGORY>;
407
- label: z.ZodString;
408
- }, z.core.$strip>>;
409
- speakerMarkerLabel: z.ZodString;
410
402
  }, z.core.$strip>;
411
403
  }, z.core.$strip>, z.ZodObject<{
412
404
  nodeType: z.ZodLiteral<import("../../..").CANVAS_NODE_TYPE.sttGen>;
@@ -91,6 +91,9 @@ export declare namespace GetPhotoStudioConfigQuery {
91
91
  width: z.ZodNumber;
92
92
  height: z.ZodNumber;
93
93
  }, z.core.$strip>, z.ZodString]>>>;
94
+ resolution: z.ZodOptional<z.ZodObject<{
95
+ options: z.ZodArray<z.ZodString>;
96
+ }, z.core.$strip>>;
94
97
  }, z.core.$strip>;
95
98
  pricingRules: z.ZodArray<z.ZodObject<{
96
99
  condition: z.ZodObject<{
@@ -235,6 +238,9 @@ export declare namespace GetPhotoStudioConfigQuery {
235
238
  width: z.ZodNumber;
236
239
  height: z.ZodNumber;
237
240
  }, z.core.$strip>, z.ZodString]>>>;
241
+ resolution: z.ZodOptional<z.ZodObject<{
242
+ options: z.ZodArray<z.ZodString>;
243
+ }, z.core.$strip>>;
238
244
  }, z.core.$strip>;
239
245
  pricingRules: z.ZodArray<z.ZodObject<{
240
246
  condition: z.ZodObject<{
@@ -33,6 +33,7 @@ export declare namespace FindImageEditorJobByUUIDCommand {
33
33
  systemPromptId: z.ZodOptional<z.ZodString>;
34
34
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
35
35
  aspectRatio: z.ZodOptional<z.ZodString>;
36
+ resolution: z.ZodOptional<z.ZodString>;
36
37
  }, z.core.$strip>;
37
38
  isPublished: z.ZodBoolean;
38
39
  postId: z.ZodNullable<z.ZodString>;
@@ -39,6 +39,7 @@ export declare namespace FindImageEditorJobsCommand {
39
39
  systemPromptId: z.ZodOptional<z.ZodString>;
40
40
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
41
41
  aspectRatio: z.ZodOptional<z.ZodString>;
42
+ resolution: z.ZodOptional<z.ZodString>;
42
43
  }, z.core.$strip>;
43
44
  isPublished: z.ZodBoolean;
44
45
  postId: z.ZodNullable<z.ZodString>;
@@ -31,6 +31,9 @@ export declare namespace GetImageEditorToolConfigCommand {
31
31
  width: z.ZodNumber;
32
32
  height: z.ZodNumber;
33
33
  }, z.core.$strip>, z.ZodString]>>>;
34
+ resolution: z.ZodOptional<z.ZodObject<{
35
+ options: z.ZodArray<z.ZodString>;
36
+ }, z.core.$strip>>;
34
37
  }, z.core.$strip>;
35
38
  pricingRules: z.ZodArray<z.ZodObject<{
36
39
  condition: z.ZodObject<{
@@ -13,6 +13,7 @@ export declare namespace ImageEditorCommand {
13
13
  imageUrls: z.ZodArray<z.ZodString>;
14
14
  systemPromptId: z.ZodOptional<z.ZodString>;
15
15
  aspectRatio: z.ZodOptional<z.ZodString>;
16
+ resolution: z.ZodOptional<z.ZodString>;
16
17
  }, z.core.$strip>;
17
18
  }, z.core.$strip>;
18
19
  type Request = z.infer<typeof RequestSchema>;
@@ -18,6 +18,7 @@ var ImageEditorCommand;
18
18
  imageUrls: zod_1.z.array(zod_1.z.string()),
19
19
  systemPromptId: zod_1.z.string().optional(),
20
20
  aspectRatio: zod_1.z.string().optional(),
21
+ resolution: zod_1.z.string().optional(),
21
22
  }),
22
23
  });
23
24
  ImageEditorCommand.ResponseSchema = zod_1.z.object({
@@ -11,6 +11,7 @@ export declare namespace RetryImageEditorJobCommand {
11
11
  attachedFiles: z.ZodArray<z.ZodString>;
12
12
  systemPromptId: z.ZodOptional<z.ZodString>;
13
13
  aspectRatio: z.ZodOptional<z.ZodString>;
14
+ resolution: z.ZodOptional<z.ZodString>;
14
15
  }, z.core.$strip>>;
15
16
  }, z.core.$strip>;
16
17
  type RequestBody = z.infer<typeof RequestBodySchema>;
@@ -43,6 +44,7 @@ export declare namespace RetryImageEditorJobCommand {
43
44
  systemPromptId: z.ZodOptional<z.ZodString>;
44
45
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
45
46
  aspectRatio: z.ZodOptional<z.ZodString>;
47
+ resolution: z.ZodOptional<z.ZodString>;
46
48
  }, z.core.$strip>;
47
49
  isPublished: z.ZodBoolean;
48
50
  postId: z.ZodNullable<z.ZodString>;
@@ -16,6 +16,7 @@ var RetryImageEditorJobCommand;
16
16
  attachedFiles: zod_1.z.string().array(),
17
17
  systemPromptId: zod_1.z.string().optional(),
18
18
  aspectRatio: zod_1.z.string().optional(),
19
+ resolution: zod_1.z.string().optional(),
19
20
  })
20
21
  .optional(),
21
22
  });
@@ -39,6 +39,7 @@ export declare namespace SetReactionToImageEditorJobCommand {
39
39
  systemPromptId: z.ZodOptional<z.ZodString>;
40
40
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
41
41
  aspectRatio: z.ZodOptional<z.ZodString>;
42
+ resolution: z.ZodOptional<z.ZodString>;
42
43
  }, z.core.$strip>;
43
44
  isPublished: z.ZodBoolean;
44
45
  postId: z.ZodNullable<z.ZodString>;
@@ -37,6 +37,7 @@ export declare namespace UpdateImageEditorJobFavoriteCommand {
37
37
  systemPromptId: z.ZodOptional<z.ZodString>;
38
38
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
39
39
  aspectRatio: z.ZodOptional<z.ZodString>;
40
+ resolution: z.ZodOptional<z.ZodString>;
40
41
  }, z.core.$strip>;
41
42
  isPublished: z.ZodBoolean;
42
43
  postId: z.ZodNullable<z.ZodString>;
@@ -37,6 +37,7 @@ export declare namespace UpdateImageEditorJobTitleCommand {
37
37
  systemPromptId: z.ZodOptional<z.ZodString>;
38
38
  imageUrls: z.ZodOptional<z.ZodArray<z.ZodString>>;
39
39
  aspectRatio: z.ZodOptional<z.ZodString>;
40
+ resolution: z.ZodOptional<z.ZodString>;
40
41
  }, z.core.$strip>;
41
42
  isPublished: z.ZodBoolean;
42
43
  postId: z.ZodNullable<z.ZodString>;
@@ -16,5 +16,4 @@ export * from './solving-edu-task';
16
16
  export * from './spell-corrector';
17
17
  export * from './html-page-builder';
18
18
  export * from './tool-workspace';
19
- export * from './photo-session';
20
19
  export * from './diagrams';
@@ -32,5 +32,4 @@ __exportStar(require("./solving-edu-task"), exports);
32
32
  __exportStar(require("./spell-corrector"), exports);
33
33
  __exportStar(require("./html-page-builder"), exports);
34
34
  __exportStar(require("./tool-workspace"), exports);
35
- __exportStar(require("./photo-session"), exports);
36
35
  __exportStar(require("./diagrams"), exports);
@@ -31,6 +31,12 @@ export declare namespace GetMarketplaceCardConfigCommand {
31
31
  }, z.core.$strip>;
32
32
  maxPromptLength: z.ZodNumber;
33
33
  supportsImageAttachment: z.ZodBoolean;
34
+ status: z.ZodEnum<typeof import("../../..").TOOL_MODEL_STATUS>;
35
+ unlockedBy: z.ZodNullable<z.ZodObject<{
36
+ uuid: z.ZodString;
37
+ name: z.ZodString;
38
+ }, z.core.$strip>>;
39
+ canUse: z.ZodBoolean;
34
40
  }, z.core.$strip>>;
35
41
  }, z.core.$strip>;
36
42
  }, z.core.$strip>;
@@ -17,6 +17,11 @@ export declare namespace GetSolvingEduTaskToolConfigCommand {
17
17
  acceptedTypes: z.ZodArray<z.ZodString>;
18
18
  }, z.core.$strip>;
19
19
  }, z.core.$strip>;
20
+ unlockedBy: z.ZodNullable<z.ZodObject<{
21
+ uuid: z.ZodString;
22
+ name: z.ZodString;
23
+ }, z.core.$strip>>;
24
+ canUse: z.ZodBoolean;
20
25
  }, z.core.$strip>>;
21
26
  }, z.core.$strip>;
22
27
  }, z.core.$strip>;
@@ -24,19 +24,7 @@ export declare namespace FindTTSJobByUUIDCommand {
24
24
  style: z.ZodOptional<z.ZodNumber>;
25
25
  }, z.core.$strip>;
26
26
  modelId: z.ZodString;
27
- voiceId: z.ZodNullable<z.ZodString>;
28
- isDialog: z.ZodBoolean;
29
- speakers: z.ZodArray<z.ZodObject<{
30
- speaker: z.ZodNumber;
31
- voiceId: z.ZodString;
32
- }, z.core.$strip>>;
33
- voices: z.ZodArray<z.ZodObject<{
34
- uuid: z.ZodString;
35
- title: z.ZodString;
36
- previewUrl: z.ZodString;
37
- isDeleted: z.ZodBoolean;
38
- speaker: z.ZodNullable<z.ZodNumber>;
39
- }, z.core.$strip>>;
27
+ voiceId: z.ZodString;
40
28
  }, z.core.$strip>;
41
29
  }, z.core.$strip>;
42
30
  type Response = z.infer<typeof ResponseSchema>;
@@ -30,19 +30,7 @@ export declare namespace FindTTSJobsCommand {
30
30
  style: z.ZodOptional<z.ZodNumber>;
31
31
  }, z.core.$strip>;
32
32
  modelId: z.ZodString;
33
- voiceId: z.ZodNullable<z.ZodString>;
34
- isDialog: z.ZodBoolean;
35
- speakers: z.ZodArray<z.ZodObject<{
36
- speaker: z.ZodNumber;
37
- voiceId: z.ZodString;
38
- }, z.core.$strip>>;
39
- voices: z.ZodArray<z.ZodObject<{
40
- uuid: z.ZodString;
41
- title: z.ZodString;
42
- previewUrl: z.ZodString;
43
- isDeleted: z.ZodBoolean;
44
- speaker: z.ZodNullable<z.ZodNumber>;
45
- }, z.core.$strip>>;
33
+ voiceId: z.ZodString;
46
34
  }, z.core.$strip>>;
47
35
  totalPages: z.ZodNumber;
48
36
  total: z.ZodNumber;
@@ -19,7 +19,6 @@ export declare namespace GetTTSToolConfigCommand {
19
19
  }, z.core.$strip>;
20
20
  }, z.core.$strip>;
21
21
  maxInputLength: z.ZodNumber;
22
- maxSpeakers: z.ZodNumber;
23
22
  params: z.ZodObject<{
24
23
  speed: z.ZodOptional<z.ZodObject<{
25
24
  title: z.ZodString;
@@ -123,16 +122,6 @@ export declare namespace GetTTSToolConfigCommand {
123
122
  canUse: z.ZodBoolean;
124
123
  status: z.ZodString;
125
124
  }, z.core.$strip>>;
126
- tags: z.ZodArray<z.ZodObject<{
127
- id: z.ZodEnum<typeof import("../../..").VOICE_TAG>;
128
- group: z.ZodEnum<typeof import("../../..").VOICE_TAG_GROUP>;
129
- label: z.ZodString;
130
- }, z.core.$strip>>;
131
- categories: z.ZodArray<z.ZodObject<{
132
- id: z.ZodEnum<typeof import("../../..").VOICE_CATEGORY>;
133
- label: z.ZodString;
134
- }, z.core.$strip>>;
135
- speakerMarkerLabel: z.ZodString;
136
125
  }, z.core.$strip>;
137
126
  }, z.core.$strip>;
138
127
  type Response = z.infer<typeof ResponseSchema>;
@@ -8,12 +8,3 @@ export * from './set-reaction-to-tts-job.command';
8
8
  export * from './tts.command';
9
9
  export * from './update-tts-job-title.command';
10
10
  export * from './update-tts-job-favorite.command';
11
- export * from './improve-tts-text.command';
12
- export * from './find-voices.query';
13
- export * from './find-voice-by-uuid.query';
14
- export * from './create-voice-clone.command';
15
- export * from './create-voice-design.command';
16
- export * from './select-voice-design.command';
17
- export * from './update-voice.command';
18
- export * from './delete-voice.command';
19
- export * from './download-tts-job.command';
@@ -24,12 +24,3 @@ __exportStar(require("./set-reaction-to-tts-job.command"), exports);
24
24
  __exportStar(require("./tts.command"), exports);
25
25
  __exportStar(require("./update-tts-job-title.command"), exports);
26
26
  __exportStar(require("./update-tts-job-favorite.command"), exports);
27
- __exportStar(require("./improve-tts-text.command"), exports);
28
- __exportStar(require("./find-voices.query"), exports);
29
- __exportStar(require("./find-voice-by-uuid.query"), exports);
30
- __exportStar(require("./create-voice-clone.command"), exports);
31
- __exportStar(require("./create-voice-design.command"), exports);
32
- __exportStar(require("./select-voice-design.command"), exports);
33
- __exportStar(require("./update-voice.command"), exports);
34
- __exportStar(require("./delete-voice.command"), exports);
35
- __exportStar(require("./download-tts-job.command"), exports);
@@ -24,19 +24,7 @@ export declare namespace RetryTTSJobCommand {
24
24
  style: z.ZodOptional<z.ZodNumber>;
25
25
  }, z.core.$strip>;
26
26
  modelId: z.ZodString;
27
- voiceId: z.ZodNullable<z.ZodString>;
28
- isDialog: z.ZodBoolean;
29
- speakers: z.ZodArray<z.ZodObject<{
30
- speaker: z.ZodNumber;
31
- voiceId: z.ZodString;
32
- }, z.core.$strip>>;
33
- voices: z.ZodArray<z.ZodObject<{
34
- uuid: z.ZodString;
35
- title: z.ZodString;
36
- previewUrl: z.ZodString;
37
- isDeleted: z.ZodBoolean;
38
- speaker: z.ZodNullable<z.ZodNumber>;
39
- }, z.core.$strip>>;
27
+ voiceId: z.ZodString;
40
28
  }, z.core.$strip>;
41
29
  }, z.core.$strip>;
42
30
  type Response = z.infer<typeof ResponseSchema>;
@@ -30,19 +30,7 @@ export declare namespace SetReactionToTTSJobCommand {
30
30
  style: z.ZodOptional<z.ZodNumber>;
31
31
  }, z.core.$strip>;
32
32
  modelId: z.ZodString;
33
- voiceId: z.ZodNullable<z.ZodString>;
34
- isDialog: z.ZodBoolean;
35
- speakers: z.ZodArray<z.ZodObject<{
36
- speaker: z.ZodNumber;
37
- voiceId: z.ZodString;
38
- }, z.core.$strip>>;
39
- voices: z.ZodArray<z.ZodObject<{
40
- uuid: z.ZodString;
41
- title: z.ZodString;
42
- previewUrl: z.ZodString;
43
- isDeleted: z.ZodBoolean;
44
- speaker: z.ZodNullable<z.ZodNumber>;
45
- }, z.core.$strip>>;
33
+ voiceId: z.ZodString;
46
34
  }, z.core.$strip>;
47
35
  }, z.core.$strip>;
48
36
  type Response = z.infer<typeof ResponseSchema>;
@@ -2,13 +2,8 @@ import { z } from 'zod';
2
2
  export declare namespace TTSCommand {
3
3
  const RequestSchema: z.ZodObject<{
4
4
  modelId: z.ZodString;
5
- voiceId: z.ZodOptional<z.ZodString>;
5
+ voiceId: z.ZodString;
6
6
  text: z.ZodString;
7
- isDialog: z.ZodDefault<z.ZodOptional<z.ZodBoolean>>;
8
- speakers: z.ZodDefault<z.ZodOptional<z.ZodArray<z.ZodObject<{
9
- speaker: z.ZodNumber;
10
- voiceId: z.ZodString;
11
- }, z.core.$strip>>>>;
12
7
  params: z.ZodDefault<z.ZodOptional<z.ZodObject<{
13
8
  speed: z.ZodOptional<z.ZodNumber>;
14
9
  similarity: z.ZodOptional<z.ZodNumber>;
@@ -7,18 +7,12 @@ const TTSReferenceSchema = zod_1.z.object({
7
7
  audioUrl: zod_1.z.string().url(),
8
8
  text: zod_1.z.string(),
9
9
  });
10
- const TTSSpeakerSchema = zod_1.z.object({
11
- speaker: zod_1.z.number().int().positive(),
12
- voiceId: zod_1.z.string().uuid(),
13
- });
14
10
  var TTSCommand;
15
11
  (function (TTSCommand) {
16
12
  TTSCommand.RequestSchema = zod_1.z.object({
17
13
  modelId: zod_1.z.string().uuid(),
18
- voiceId: zod_1.z.string().uuid().optional(),
14
+ voiceId: zod_1.z.string().uuid(),
19
15
  text: zod_1.z.string(),
20
- isDialog: zod_1.z.boolean().optional().default(false),
21
- speakers: zod_1.z.array(TTSSpeakerSchema).optional().default([]),
22
16
  params: zod_1.z
23
17
  .object({
24
18
  speed: zod_1.z.number().optional(),
@@ -28,19 +28,7 @@ export declare namespace UpdateTTSJobFavoriteCommand {
28
28
  style: z.ZodOptional<z.ZodNumber>;
29
29
  }, z.core.$strip>;
30
30
  modelId: z.ZodString;
31
- voiceId: z.ZodNullable<z.ZodString>;
32
- isDialog: z.ZodBoolean;
33
- speakers: z.ZodArray<z.ZodObject<{
34
- speaker: z.ZodNumber;
35
- voiceId: z.ZodString;
36
- }, z.core.$strip>>;
37
- voices: z.ZodArray<z.ZodObject<{
38
- uuid: z.ZodString;
39
- title: z.ZodString;
40
- previewUrl: z.ZodString;
41
- isDeleted: z.ZodBoolean;
42
- speaker: z.ZodNullable<z.ZodNumber>;
43
- }, z.core.$strip>>;
31
+ voiceId: z.ZodString;
44
32
  }, z.core.$strip>;
45
33
  }, z.core.$strip>;
46
34
  type Response = z.infer<typeof ResponseSchema>;
@@ -28,19 +28,7 @@ export declare namespace UpdateTTSJobTitleCommand {
28
28
  style: z.ZodOptional<z.ZodNumber>;
29
29
  }, z.core.$strip>;
30
30
  modelId: z.ZodString;
31
- voiceId: z.ZodNullable<z.ZodString>;
32
- isDialog: z.ZodBoolean;
33
- speakers: z.ZodArray<z.ZodObject<{
34
- speaker: z.ZodNumber;
35
- voiceId: z.ZodString;
36
- }, z.core.$strip>>;
37
- voices: z.ZodArray<z.ZodObject<{
38
- uuid: z.ZodString;
39
- title: z.ZodString;
40
- previewUrl: z.ZodString;
41
- isDeleted: z.ZodBoolean;
42
- speaker: z.ZodNullable<z.ZodNumber>;
43
- }, z.core.$strip>>;
31
+ voiceId: z.ZodString;
44
32
  }, z.core.$strip>;
45
33
  }, z.core.$strip>;
46
34
  type Response = z.infer<typeof ResponseSchema>;
@@ -99,6 +99,25 @@ export declare namespace FindActiveUiNotificationsByPageAndUserCommand {
99
99
  title: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
100
100
  message: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
101
101
  }, z.core.$strip>;
102
+ }, z.core.$strip>, z.ZodObject<{
103
+ uuid: z.ZodString;
104
+ userId: z.ZodNullable<z.ZodString>;
105
+ priority: z.ZodNumber;
106
+ isRead: z.ZodBoolean;
107
+ readAt: z.ZodNullable<z.ZodDate>;
108
+ status: z.ZodEnum<typeof import("../..").UI_NOTIFICATION_STATUS>;
109
+ conditionOfExecution: z.ZodEnum<typeof import("../..").UI_NOTIFICATION_CONDITION_OF_EXECUTION>;
110
+ endDate: z.ZodNullable<z.ZodDate>;
111
+ serverTime: z.ZodOptional<z.ZodDate>;
112
+ type: z.ZodLiteral<import("../..").UI_NOTIFICATION_TYPE.BLOG_UPDATE>;
113
+ dynamicUiContent: z.ZodObject<{
114
+ title: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
115
+ preview: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
116
+ action: z.ZodObject<{
117
+ label: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
118
+ url: z.ZodString;
119
+ }, z.core.$strip>;
120
+ }, z.core.$strip>;
102
121
  }, z.core.$strip>], "type">>;
103
122
  }, z.core.$strip>;
104
123
  type Response = z.infer<typeof ResponseSchema>;
@@ -100,6 +100,25 @@ export declare namespace FindUiNotificationsCommand {
100
100
  title: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
101
101
  message: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
102
102
  }, z.core.$strip>;
103
+ }, z.core.$strip>, z.ZodObject<{
104
+ uuid: z.ZodString;
105
+ userId: z.ZodNullable<z.ZodString>;
106
+ priority: z.ZodNumber;
107
+ isRead: z.ZodBoolean;
108
+ readAt: z.ZodNullable<z.ZodDate>;
109
+ status: z.ZodEnum<typeof import("../..").UI_NOTIFICATION_STATUS>;
110
+ conditionOfExecution: z.ZodEnum<typeof import("../..").UI_NOTIFICATION_CONDITION_OF_EXECUTION>;
111
+ endDate: z.ZodNullable<z.ZodDate>;
112
+ serverTime: z.ZodOptional<z.ZodDate>;
113
+ type: z.ZodLiteral<import("../..").UI_NOTIFICATION_TYPE.BLOG_UPDATE>;
114
+ dynamicUiContent: z.ZodObject<{
115
+ title: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
116
+ preview: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
117
+ action: z.ZodObject<{
118
+ label: z.ZodObject<Record<import("@purpleschool/rugpt-lib-common").LOCALE, z.ZodString>, z.core.$strip>;
119
+ url: z.ZodString;
120
+ }, z.core.$strip>;
121
+ }, z.core.$strip>;
103
122
  }, z.core.$strip>], "type">>;
104
123
  }, z.core.$strip>;
105
124
  type Response = z.infer<typeof ResponseSchema>;
@@ -41,8 +41,6 @@ export * from './tool-video-editor';
41
41
  export * from './writer';
42
42
  export * from './tool-image-editor';
43
43
  export * from './tool-image-generation';
44
- export * from './tool-photo-session';
45
- export * from './tool-tts';
46
44
  export * from './tool-interior-design';
47
45
  export * from './tool-html-page-builder';
48
46
  export * from './feedback';
@@ -57,8 +57,6 @@ __exportStar(require("./tool-video-editor"), exports);
57
57
  __exportStar(require("./writer"), exports);
58
58
  __exportStar(require("./tool-image-editor"), exports);
59
59
  __exportStar(require("./tool-image-generation"), exports);
60
- __exportStar(require("./tool-photo-session"), exports);
61
- __exportStar(require("./tool-tts"), exports);
62
60
  __exportStar(require("./tool-interior-design"), exports);
63
61
  __exportStar(require("./tool-html-page-builder"), exports);
64
62
  __exportStar(require("./feedback"), exports);
@@ -4,5 +4,6 @@ export declare enum UI_NOTIFICATION_TYPE {
4
4
  FRAUD_DETECTED = "FRAUD_DETECTED",
5
5
  PROMOCODE_OFFER = "PROMOCODE_OFFER",
6
6
  EMAIL_NOT_VERIFIED = "EMAIL_NOT_VERIFIED",
7
- GENERIC = "GENERIC"
7
+ GENERIC = "GENERIC",
8
+ BLOG_UPDATE = "BLOG_UPDATE"
8
9
  }
@@ -9,4 +9,5 @@ var UI_NOTIFICATION_TYPE;
9
9
  UI_NOTIFICATION_TYPE["PROMOCODE_OFFER"] = "PROMOCODE_OFFER";
10
10
  UI_NOTIFICATION_TYPE["EMAIL_NOT_VERIFIED"] = "EMAIL_NOT_VERIFIED";
11
11
  UI_NOTIFICATION_TYPE["GENERIC"] = "GENERIC";
12
+ UI_NOTIFICATION_TYPE["BLOG_UPDATE"] = "BLOG_UPDATE";
12
13
  })(UI_NOTIFICATION_TYPE || (exports.UI_NOTIFICATION_TYPE = UI_NOTIFICATION_TYPE = {}));
@@ -8,7 +8,6 @@ export * from './video-editor';
8
8
  export * from './writer';
9
9
  export * from './image-editor';
10
10
  export * from './image-generation';
11
- export * from './photo-session';
12
11
  export * from './music';
13
12
  export * from './interior-design';
14
13
  export * from './query-boolean.schema';
@@ -24,7 +24,6 @@ __exportStar(require("./video-editor"), exports);
24
24
  __exportStar(require("./writer"), exports);
25
25
  __exportStar(require("./image-editor"), exports);
26
26
  __exportStar(require("./image-generation"), exports);
27
- __exportStar(require("./photo-session"), exports);
28
27
  __exportStar(require("./music"), exports);
29
28
  __exportStar(require("./interior-design"), exports);
30
29
  __exportStar(require("./query-boolean.schema"), exports);