@veruna/api-contracts 6.2.0 → 6.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/controllers/antifraud-admin.controllers.d.ts +1 -0
- package/build/controllers/antifraud-admin.controllers.js +5 -0
- package/build/controllers/antifraud-admin.controllers.js.map +1 -0
- package/build/controllers/index.d.ts +1 -0
- package/build/controllers/index.js +3 -1
- package/build/controllers/index.js.map +1 -1
- package/build/locales/validation.d.ts +2 -2
- package/build/locales/validation.js +2 -2
- package/build/locales/validation.js.map +1 -1
- package/build/rest-api.d.ts +6 -0
- package/build/rest-api.js +6 -0
- package/build/rest-api.js.map +1 -1
- package/build/routes/antifraud-admin.routes.d.ts +5 -0
- package/build/routes/antifraud-admin.routes.js +9 -0
- package/build/routes/antifraud-admin.routes.js.map +1 -0
- package/build/routes/index.d.ts +1 -0
- package/build/routes/index.js +3 -1
- package/build/routes/index.js.map +1 -1
- package/build/routes/s2s.routes.d.ts +1 -0
- package/build/routes/s2s.routes.js +1 -0
- package/build/routes/s2s.routes.js.map +1 -1
- package/build/shared/common-schemas.d.ts +1 -1
- package/build/shared/common-schemas.js +6 -1
- package/build/shared/common-schemas.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/v1/ai/plugins.types.d.ts +0 -7
- package/build/v1/ai/plugins.types.js +0 -10
- package/build/v1/ai/plugins.types.js.map +1 -1
- package/build/v1/ai-model/admin/commands/create-model.command.d.ts +0 -4
- package/build/v1/ai-model/admin/commands/update-model.command.d.ts +0 -4
- package/build/v1/ai-model/admin/queries/get-model.query.d.ts +0 -2
- package/build/v1/ai-model/admin/queries/get-models.query.d.ts +0 -2
- package/build/v1/ai-model/public/queries/get-active-models.query.d.ts +0 -2
- package/build/v1/ai-model/public/queries/get-models-list.query.d.ts +0 -4
- package/build/v1/ai-model/schemas/create-model-request.schema.d.ts +0 -2
- package/build/v1/ai-model/schemas/model-response.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/model-response.schema.js +1 -1
- package/build/v1/ai-model/schemas/model-response.schema.js.map +1 -1
- package/build/v1/ai-model/schemas/models-list-response.schema.d.ts +0 -10
- package/build/v1/ai-model/schemas/unreg-models-list-response.schema.d.ts +0 -4
- package/build/v1/ai-model/schemas/update-model-request.schema.d.ts +0 -2
- package/build/v1/ai-model/unreg/queries/get-models-list.query.d.ts +0 -4
- package/build/v1/antifraud/admin/commands/admin-set-preset.command.d.ts +19 -0
- package/build/v1/antifraud/admin/commands/admin-set-preset.command.js +15 -0
- package/build/v1/antifraud/admin/commands/admin-set-preset.command.js.map +1 -0
- package/build/v1/antifraud/admin/commands/index.d.ts +1 -0
- package/build/v1/antifraud/admin/commands/index.js +18 -0
- package/build/v1/antifraud/admin/commands/index.js.map +1 -0
- package/build/v1/antifraud/admin/index.d.ts +5 -0
- package/build/v1/antifraud/admin/index.js +25 -0
- package/build/v1/antifraud/admin/index.js.map +1 -0
- package/build/v1/antifraud/admin/queries/admin-get-preset-history.query.d.ts +17 -0
- package/build/v1/antifraud/admin/queries/admin-get-preset-history.query.js +13 -0
- package/build/v1/antifraud/admin/queries/admin-get-preset-history.query.js.map +1 -0
- package/build/v1/antifraud/admin/queries/admin-get-settings.query.d.ts +14 -0
- package/build/v1/antifraud/admin/queries/admin-get-settings.query.js +13 -0
- package/build/v1/antifraud/admin/queries/admin-get-settings.query.js.map +1 -0
- package/build/v1/antifraud/admin/queries/index.d.ts +2 -0
- package/build/v1/antifraud/admin/queries/index.js +19 -0
- package/build/v1/antifraud/admin/queries/index.js.map +1 -0
- package/build/v1/antifraud/admin/schemas/admin-antifraud-settings-response.schema.d.ts +10 -0
- package/build/v1/antifraud/admin/schemas/admin-antifraud-settings-response.schema.js +13 -0
- package/build/v1/antifraud/admin/schemas/admin-antifraud-settings-response.schema.js.map +1 -0
- package/build/v1/antifraud/admin/schemas/admin-preset-history-response.schema.d.ts +22 -0
- package/build/v1/antifraud/admin/schemas/admin-preset-history-response.schema.js +17 -0
- package/build/v1/antifraud/admin/schemas/admin-preset-history-response.schema.js.map +1 -0
- package/build/v1/antifraud/admin/schemas/admin-set-preset-request.schema.d.ts +7 -0
- package/build/v1/antifraud/admin/schemas/admin-set-preset-request.schema.js +15 -0
- package/build/v1/antifraud/admin/schemas/admin-set-preset-request.schema.js.map +1 -0
- package/build/v1/antifraud/admin/schemas/index.d.ts +3 -0
- package/build/v1/antifraud/admin/schemas/index.js +20 -0
- package/build/v1/antifraud/admin/schemas/index.js.map +1 -0
- package/build/v1/antifraud/antifraud.errors.d.ts +21 -0
- package/build/v1/antifraud/antifraud.errors.js +94 -0
- package/build/v1/antifraud/antifraud.errors.js.map +1 -0
- package/build/v1/antifraud/enums/ai-classification-decision.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/ai-classification-decision.enum.js +10 -0
- package/build/v1/antifraud/enums/ai-classification-decision.enum.js.map +1 -0
- package/build/v1/antifraud/enums/antifraud-preset-name.enum.d.ts +7 -0
- package/build/v1/antifraud/enums/antifraud-preset-name.enum.js +12 -0
- package/build/v1/antifraud/enums/antifraud-preset-name.enum.js.map +1 -0
- package/build/v1/antifraud/enums/bonus-kind.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/bonus-kind.enum.js +10 -0
- package/build/v1/antifraud/enums/bonus-kind.enum.js.map +1 -0
- package/build/v1/antifraud/enums/bonus-unavailable-reason.enum.d.ts +10 -0
- package/build/v1/antifraud/enums/bonus-unavailable-reason.enum.js +15 -0
- package/build/v1/antifraud/enums/bonus-unavailable-reason.enum.js.map +1 -0
- package/build/v1/antifraud/enums/country-tier.enum.d.ts +8 -0
- package/build/v1/antifraud/enums/country-tier.enum.js +13 -0
- package/build/v1/antifraud/enums/country-tier.enum.js.map +1 -0
- package/build/v1/antifraud/enums/cta-action.enum.d.ts +8 -0
- package/build/v1/antifraud/enums/cta-action.enum.js +13 -0
- package/build/v1/antifraud/enums/cta-action.enum.js.map +1 -0
- package/build/v1/antifraud/enums/email-delivery-issue-code.enum.d.ts +11 -0
- package/build/v1/antifraud/enums/email-delivery-issue-code.enum.js +16 -0
- package/build/v1/antifraud/enums/email-delivery-issue-code.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-case-resolution.enum.d.ts +7 -0
- package/build/v1/antifraud/enums/fraud-case-resolution.enum.js +12 -0
- package/build/v1/antifraud/enums/fraud-case-resolution.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-case-subject-type.enum.d.ts +4 -0
- package/build/v1/antifraud/enums/fraud-case-subject-type.enum.js +9 -0
- package/build/v1/antifraud/enums/fraud-case-subject-type.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-reason-code.enum.d.ts +23 -0
- package/build/v1/antifraud/enums/fraud-reason-code.enum.js +28 -0
- package/build/v1/antifraud/enums/fraud-reason-code.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-rule-code.enum.d.ts +15 -0
- package/build/v1/antifraud/enums/fraud-rule-code.enum.js +20 -0
- package/build/v1/antifraud/enums/fraud-rule-code.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-rule-severity.enum.d.ts +4 -0
- package/build/v1/antifraud/enums/fraud-rule-severity.enum.js +9 -0
- package/build/v1/antifraud/enums/fraud-rule-severity.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-stage.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/fraud-stage.enum.js +10 -0
- package/build/v1/antifraud/enums/fraud-stage.enum.js.map +1 -0
- package/build/v1/antifraud/enums/fraud-verdict.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/fraud-verdict.enum.js +10 -0
- package/build/v1/antifraud/enums/fraud-verdict.enum.js.map +1 -0
- package/build/v1/antifraud/enums/index.d.ts +20 -0
- package/build/v1/antifraud/enums/index.js +37 -0
- package/build/v1/antifraud/enums/index.js.map +1 -0
- package/build/v1/antifraud/enums/social-identity-event-type.enum.d.ts +4 -0
- package/build/v1/antifraud/enums/social-identity-event-type.enum.js +9 -0
- package/build/v1/antifraud/enums/social-identity-event-type.enum.js.map +1 -0
- package/build/v1/antifraud/enums/social-identity-history-reason.enum.d.ts +7 -0
- package/build/v1/antifraud/enums/social-identity-history-reason.enum.js +12 -0
- package/build/v1/antifraud/enums/social-identity-history-reason.enum.js.map +1 -0
- package/build/v1/antifraud/enums/social-provider.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/social-provider.enum.js +10 -0
- package/build/v1/antifraud/enums/social-provider.enum.js.map +1 -0
- package/build/v1/antifraud/enums/trust-level-change-trigger.enum.d.ts +10 -0
- package/build/v1/antifraud/enums/trust-level-change-trigger.enum.js +15 -0
- package/build/v1/antifraud/enums/trust-level-change-trigger.enum.js.map +1 -0
- package/build/v1/antifraud/enums/trust-level.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/trust-level.enum.js +10 -0
- package/build/v1/antifraud/enums/trust-level.enum.js.map +1 -0
- package/build/v1/antifraud/enums/trust-verification-method.enum.d.ts +5 -0
- package/build/v1/antifraud/enums/trust-verification-method.enum.js +10 -0
- package/build/v1/antifraud/enums/trust-verification-method.enum.js.map +1 -0
- package/build/v1/antifraud/events/fraud-case-opened.event-contract.d.ts +21 -0
- package/build/v1/antifraud/events/fraud-case-opened.event-contract.js +24 -0
- package/build/v1/antifraud/events/fraud-case-opened.event-contract.js.map +1 -0
- package/build/v1/antifraud/events/fraud-case-resolved.event-contract.d.ts +12 -0
- package/build/v1/antifraud/events/fraud-case-resolved.event-contract.js +15 -0
- package/build/v1/antifraud/events/fraud-case-resolved.event-contract.js.map +1 -0
- package/build/v1/antifraud/events/index.d.ts +3 -0
- package/build/v1/antifraud/events/index.js +20 -0
- package/build/v1/antifraud/events/index.js.map +1 -0
- package/build/v1/antifraud/events/user-trust-level-changed.event-contract.d.ts +11 -0
- package/build/v1/antifraud/events/user-trust-level-changed.event-contract.js +14 -0
- package/build/v1/antifraud/events/user-trust-level-changed.event-contract.js.map +1 -0
- package/build/v1/antifraud/index.d.ts +5 -0
- package/build/v1/antifraud/index.js +22 -0
- package/build/v1/antifraud/index.js.map +1 -0
- package/build/v1/antifraud/schemas/bonus-availability.schema.d.ts +9 -0
- package/build/v1/antifraud/schemas/bonus-availability.schema.js +12 -0
- package/build/v1/antifraud/schemas/bonus-availability.schema.js.map +1 -0
- package/build/v1/antifraud/schemas/email-status.schema.d.ts +10 -0
- package/build/v1/antifraud/schemas/email-status.schema.js +13 -0
- package/build/v1/antifraud/schemas/email-status.schema.js.map +1 -0
- package/build/v1/antifraud/schemas/fraud-case.schema.d.ts +35 -0
- package/build/v1/antifraud/schemas/fraud-case.schema.js +40 -0
- package/build/v1/antifraud/schemas/fraud-case.schema.js.map +1 -0
- package/build/v1/antifraud/schemas/index.d.ts +4 -0
- package/build/v1/antifraud/schemas/index.js +21 -0
- package/build/v1/antifraud/schemas/index.js.map +1 -0
- package/build/v1/antifraud/schemas/trust-profile.schema.d.ts +24 -0
- package/build/v1/antifraud/schemas/trust-profile.schema.js +27 -0
- package/build/v1/antifraud/schemas/trust-profile.schema.js.map +1 -0
- package/build/v1/auth/commands/signup.command.d.ts +7 -0
- package/build/v1/auth/commands/signup.command.js +1 -1
- package/build/v1/auth/commands/signup.command.js.map +1 -1
- package/build/v1/auth/schemas/auth-response.schema.d.ts +29 -0
- package/build/v1/auth/schemas/auth-response.schema.js +10 -1
- package/build/v1/auth/schemas/auth-response.schema.js.map +1 -1
- package/build/v1/billing/billing.errors.d.ts +1 -0
- package/build/v1/billing/billing.errors.js +5 -0
- package/build/v1/billing/billing.errors.js.map +1 -1
- package/build/v1/chat/commands/create-reg-chat.command.d.ts +3 -0
- package/build/v1/chat/commands/create-unreg-chat.command.d.ts +3 -0
- package/build/v1/chat/commands/update-chat-title.command.d.ts +3 -0
- package/build/v1/chat/commands/update-chat.command.d.ts +3 -0
- package/build/v1/chat/queries/get-last-active-chat.query.d.ts +3 -0
- package/build/v1/chat/queries/get-reg-chat.query.d.ts +3 -0
- package/build/v1/chat/queries/get-unreg-chat.query.d.ts +3 -0
- package/build/v1/chat/schemas/chat-with-messages-response.schema.d.ts +3 -0
- package/build/v1/client-file/commands/client-file-attach.command.d.ts +1 -0
- package/build/v1/client-file/commands/client-file-upload.command.d.ts +1 -0
- package/build/v1/client-file/queries/client-file-list.query.d.ts +1 -0
- package/build/v1/client-file/queries/user-files-list.query.d.ts +1 -0
- package/build/v1/client-file/schemas/client-file-attach-response.schema.d.ts +3 -0
- package/build/v1/client-file/schemas/client-file-attach-response.schema.js +2 -0
- package/build/v1/client-file/schemas/client-file-attach-response.schema.js.map +1 -1
- package/build/v1/client-file/schemas/client-file-item-response.schema.d.ts +2 -0
- package/build/v1/client-file/schemas/client-file-item-response.schema.js +2 -0
- package/build/v1/client-file/schemas/client-file-item-response.schema.js.map +1 -1
- package/build/v1/client-file/schemas/client-file-list-response.schema.d.ts +1 -0
- package/build/v1/client-file/schemas/client-file-mark.enum.d.ts +3 -0
- package/build/v1/client-file/schemas/client-file-mark.enum.js +8 -0
- package/build/v1/client-file/schemas/client-file-mark.enum.js.map +1 -0
- package/build/v1/client-file/schemas/client-file-upload-query.schema.d.ts +6 -0
- package/build/v1/client-file/schemas/client-file-upload-query.schema.js +16 -0
- package/build/v1/client-file/schemas/client-file-upload-query.schema.js.map +1 -0
- package/build/v1/client-file/schemas/client-file-upload-response.schema.d.ts +1 -0
- package/build/v1/client-file/schemas/index.d.ts +2 -0
- package/build/v1/client-file/schemas/index.js +2 -0
- package/build/v1/client-file/schemas/index.js.map +1 -1
- package/build/v1/client-file/schemas/user-file-item-response.schema.d.ts +2 -0
- package/build/v1/client-file/schemas/user-file-item-response.schema.js +2 -0
- package/build/v1/client-file/schemas/user-file-item-response.schema.js.map +1 -1
- package/build/v1/client-file/schemas/user-files-list-response.schema.d.ts +1 -0
- package/build/v1/index.d.ts +1 -0
- package/build/v1/index.js +1 -0
- package/build/v1/index.js.map +1 -1
- package/build/v1/message/commands/create-message.command.d.ts +14 -0
- package/build/v1/message/commands/index.d.ts +0 -1
- package/build/v1/message/commands/index.js +1 -3
- package/build/v1/message/commands/index.js.map +1 -1
- package/build/v1/message/queries/get-message-stream-reg.query.d.ts +10 -0
- package/build/v1/message/queries/get-message-stream-unreg.query.d.ts +10 -0
- package/build/v1/message/schemas/budget-promo-step-content.schema.d.ts +52 -0
- package/build/v1/message/schemas/budget-promo-step-content.schema.js +46 -0
- package/build/v1/message/schemas/budget-promo-step-content.schema.js.map +1 -0
- package/build/v1/message/schemas/generation-step-type.enum.d.ts +2 -1
- package/build/v1/message/schemas/generation-step-type.enum.js +1 -0
- package/build/v1/message/schemas/generation-step-type.enum.js.map +1 -1
- package/build/v1/message/schemas/index.d.ts +4 -1
- package/build/v1/message/schemas/index.js +15 -2
- package/build/v1/message/schemas/index.js.map +1 -1
- package/build/v1/message/schemas/message-attachment-response.schema.d.ts +3 -0
- package/build/v1/message/schemas/message-attachment-response.schema.js +2 -0
- package/build/v1/message/schemas/message-attachment-response.schema.js.map +1 -1
- package/build/v1/message/schemas/message-response.schema.d.ts +3 -0
- package/build/v1/message/schemas/message-step-response.schema.d.ts +4 -0
- package/build/v1/message/schemas/message-step-response.schema.js +2 -0
- package/build/v1/message/schemas/message-step-response.schema.js.map +1 -1
- package/build/v1/message/schemas/message-step-status.enum.d.ts +2 -1
- package/build/v1/message/schemas/message-step-status.enum.js +1 -0
- package/build/v1/message/schemas/message-step-status.enum.js.map +1 -1
- package/build/v1/message/schemas/model-attributed-step-types.const.d.ts +3 -0
- package/build/v1/message/schemas/model-attributed-step-types.const.js +16 -0
- package/build/v1/message/schemas/model-attributed-step-types.const.js.map +1 -0
- package/build/v1/message/schemas/stream-events.schema.d.ts +25 -0
- package/build/v1/message/schemas/stream-events.schema.js +17 -1
- package/build/v1/message/schemas/stream-events.schema.js.map +1 -1
- package/build/v1/s2s/queries/index.d.ts +1 -0
- package/build/v1/s2s/queries/index.js +1 -0
- package/build/v1/s2s/queries/index.js.map +1 -1
- package/build/v1/s2s/queries/list-client-files.query.d.ts +30 -0
- package/build/v1/s2s/queries/list-client-files.query.js +17 -0
- package/build/v1/s2s/queries/list-client-files.query.js.map +1 -0
- package/build/v1/s2s/schemas/index.d.ts +2 -0
- package/build/v1/s2s/schemas/index.js +2 -0
- package/build/v1/s2s/schemas/index.js.map +1 -1
- package/build/v1/s2s/schemas/s2s-list-client-files-params.schema.d.ts +5 -0
- package/build/v1/s2s/schemas/s2s-list-client-files-params.schema.js +11 -0
- package/build/v1/s2s/schemas/s2s-list-client-files-params.schema.js.map +1 -0
- package/build/v1/s2s/schemas/s2s-list-client-files-query.schema.d.ts +7 -0
- package/build/v1/s2s/schemas/s2s-list-client-files-query.schema.js +15 -0
- package/build/v1/s2s/schemas/s2s-list-client-files-query.schema.js.map +1 -0
- package/build/v1/tasks/schemas/task-code.enum.d.ts +2 -0
- package/build/v1/tasks/schemas/task-code.enum.js +2 -0
- package/build/v1/tasks/schemas/task-code.enum.js.map +1 -1
- package/build/v1/telegram-profile/commands/index.d.ts +0 -1
- package/build/v1/telegram-profile/commands/index.js +0 -1
- package/build/v1/telegram-profile/commands/index.js.map +1 -1
- package/build/v1/tool/public/queries/get-tool-availability.query.d.ts +0 -2
- package/build/v1/tool/schemas/tool.schema.d.ts +0 -10
- package/build/v1/tool/schemas/tool.schema.js +1 -1
- package/build/v1/tool/schemas/tool.schema.js.map +1 -1
- package/build/v1/tool/unreg/queries/get-tool-availability-unreg.query.d.ts +0 -2
- package/build/v1/users/schemas/email-profile-delivery-status.enum.d.ts +7 -0
- package/build/v1/users/schemas/email-profile-delivery-status.enum.js +16 -0
- package/build/v1/users/schemas/email-profile-delivery-status.enum.js.map +1 -0
- package/build/v1/users/schemas/index.d.ts +1 -0
- package/build/v1/users/schemas/index.js +1 -0
- package/build/v1/users/schemas/index.js.map +1 -1
- package/build/v1/vk-profile/commands/index.d.ts +0 -1
- package/build/v1/vk-profile/commands/index.js +0 -1
- package/build/v1/vk-profile/commands/index.js.map +1 -1
- package/build/v1/wallet/index.d.ts +1 -0
- package/build/v1/wallet/index.js +1 -0
- package/build/v1/wallet/index.js.map +1 -1
- package/build/v1/wallet/unreg/index.d.ts +3 -0
- package/build/v1/wallet/unreg/index.js +23 -0
- package/build/v1/wallet/unreg/index.js.map +1 -0
- package/build/v1/wallet/unreg/queries/get-balance-summary.query.d.ts +34 -0
- package/build/v1/wallet/unreg/queries/get-balance-summary.query.js +15 -0
- package/build/v1/wallet/unreg/queries/get-balance-summary.query.js.map +1 -0
- package/build/v1/wallet/unreg/queries/index.d.ts +1 -0
- package/build/v1/wallet/unreg/queries/index.js +6 -0
- package/build/v1/wallet/unreg/queries/index.js.map +1 -0
- package/build/v1/yandex-profile/commands/index.d.ts +0 -1
- package/build/v1/yandex-profile/commands/index.js +0 -1
- package/build/v1/yandex-profile/commands/index.js.map +1 -1
- package/package.json +1 -1
- package/build/v1/message/commands/cancel-stream.command.d.ts +0 -12
- package/build/v1/message/commands/cancel-stream.command.js +0 -15
- package/build/v1/message/commands/cancel-stream.command.js.map +0 -1
- package/build/v1/telegram-profile/commands/unlink-telegram.command.d.ts +0 -8
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js +0 -13
- package/build/v1/telegram-profile/commands/unlink-telegram.command.js.map +0 -1
- package/build/v1/vk-profile/commands/unlink-vk.command.d.ts +0 -8
- package/build/v1/vk-profile/commands/unlink-vk.command.js +0 -13
- package/build/v1/vk-profile/commands/unlink-vk.command.js.map +0 -1
- package/build/v1/yandex-profile/commands/unlink-yandex.command.d.ts +0 -8
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js +0 -13
- package/build/v1/yandex-profile/commands/unlink-yandex.command.js.map +0 -1
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientFileMark = void 0;
|
|
4
|
+
var ClientFileMark;
|
|
5
|
+
(function (ClientFileMark) {
|
|
6
|
+
ClientFileMark["PASTED"] = "PASTED";
|
|
7
|
+
})(ClientFileMark || (exports.ClientFileMark = ClientFileMark = {}));
|
|
8
|
+
//# sourceMappingURL=client-file-mark.enum.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-file-mark.enum.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/client-file-mark.enum.ts"],"names":[],"mappings":";;;AAMA,IAAY,cAMX;AAND,WAAY,cAAc;IAKtB,mCAAiB,CAAA;AACrB,CAAC,EANW,cAAc,8BAAd,cAAc,QAMzB"}
|
|
@@ -0,0 +1,6 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { ClientFileMark } from './client-file-mark.enum';
|
|
3
|
+
export declare const ClientFileUploadQuerySchema: z.ZodObject<{
|
|
4
|
+
marks: z.ZodPipe<z.ZodOptional<z.ZodUnion<readonly [z.ZodEnum<typeof ClientFileMark>, z.ZodArray<z.ZodEnum<typeof ClientFileMark>>]>>, z.ZodTransform<ClientFileMark[], ClientFileMark.PASTED | ClientFileMark.PASTED[] | undefined>>;
|
|
5
|
+
}, z.core.$strip>;
|
|
6
|
+
export type ClientFileUploadQueryDto = z.infer<typeof ClientFileUploadQuerySchema>;
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.ClientFileUploadQuerySchema = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const client_file_mark_enum_1 = require("./client-file-mark.enum");
|
|
6
|
+
exports.ClientFileUploadQuerySchema = zod_1.z.object({
|
|
7
|
+
marks: zod_1.z
|
|
8
|
+
.union([zod_1.z.enum(client_file_mark_enum_1.ClientFileMark), zod_1.z.array(zod_1.z.enum(client_file_mark_enum_1.ClientFileMark))])
|
|
9
|
+
.optional()
|
|
10
|
+
.transform((value) => {
|
|
11
|
+
if (value === undefined)
|
|
12
|
+
return [];
|
|
13
|
+
return Array.isArray(value) ? value : [value];
|
|
14
|
+
}),
|
|
15
|
+
});
|
|
16
|
+
//# sourceMappingURL=client-file-upload-query.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"client-file-upload-query.schema.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/client-file-upload-query.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,mEAAyD;AAU5C,QAAA,2BAA2B,GAAG,OAAC,CAAC,MAAM,CAAC;IAChD,KAAK,EAAE,OAAC;SACH,KAAK,CAAC,CAAC,OAAC,CAAC,IAAI,CAAC,sCAAc,CAAC,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,IAAI,CAAC,sCAAc,CAAC,CAAC,CAAC,CAAC;SAChE,QAAQ,EAAE;SACV,SAAS,CAAC,CAAC,KAAK,EAAoB,EAAE;QACnC,IAAI,KAAK,KAAK,SAAS;YAAE,OAAO,EAAE,CAAC;QACnC,OAAO,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC,CAAC,CAAC,KAAK,CAAC,CAAC;IAClD,CAAC,CAAC;CACT,CAAC,CAAC"}
|
|
@@ -8,4 +8,5 @@ export declare const ClientFileUploadResponseSchema: import("zod").ZodObject<{
|
|
|
8
8
|
originalSize: import("zod").ZodNumber;
|
|
9
9
|
originalFilename: import("zod").ZodString;
|
|
10
10
|
originalContentType: import("zod").ZodString;
|
|
11
|
+
marks: import("zod").ZodArray<import("zod").ZodEnum<typeof import("./client-file-mark.enum").ClientFileMark>>;
|
|
11
12
|
}, import("zod/v4/core").$strip>;
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
export * from './client-file-type.enum';
|
|
2
2
|
export * from './client-file-status.enum';
|
|
3
|
+
export * from './client-file-mark.enum';
|
|
3
4
|
export * from './client-file-id-param.schema';
|
|
4
5
|
export * from './client-file-chat-params.schema';
|
|
5
6
|
export * from './client-file-by-id-params.schema';
|
|
6
7
|
export * from './client-file-item-response.schema';
|
|
7
8
|
export * from './client-file-list-response.schema';
|
|
8
9
|
export * from './client-file-upload-response.schema';
|
|
10
|
+
export * from './client-file-upload-query.schema';
|
|
9
11
|
export * from './client-file-delete-response.schema';
|
|
10
12
|
export * from './client-file-attach-request.schema';
|
|
11
13
|
export * from './client-file-attach-response.schema';
|
|
@@ -16,12 +16,14 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
17
|
__exportStar(require("./client-file-type.enum"), exports);
|
|
18
18
|
__exportStar(require("./client-file-status.enum"), exports);
|
|
19
|
+
__exportStar(require("./client-file-mark.enum"), exports);
|
|
19
20
|
__exportStar(require("./client-file-id-param.schema"), exports);
|
|
20
21
|
__exportStar(require("./client-file-chat-params.schema"), exports);
|
|
21
22
|
__exportStar(require("./client-file-by-id-params.schema"), exports);
|
|
22
23
|
__exportStar(require("./client-file-item-response.schema"), exports);
|
|
23
24
|
__exportStar(require("./client-file-list-response.schema"), exports);
|
|
24
25
|
__exportStar(require("./client-file-upload-response.schema"), exports);
|
|
26
|
+
__exportStar(require("./client-file-upload-query.schema"), exports);
|
|
25
27
|
__exportStar(require("./client-file-delete-response.schema"), exports);
|
|
26
28
|
__exportStar(require("./client-file-attach-request.schema"), exports);
|
|
27
29
|
__exportStar(require("./client-file-attach-response.schema"), exports);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,4DAA0C;AAC1C,gEAA8C;AAC9C,mEAAiD;AACjD,oEAAkD;AAClD,qEAAmD;AACnD,qEAAmD;AACnD,uEAAqD;AACrD,uEAAqD;AACrD,sEAAoD;AACpD,uEAAqD;AACrD,2DAAyC;AACzC,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,oEAAkD;AAClD,qEAAmD"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,0DAAwC;AACxC,4DAA0C;AAC1C,0DAAwC;AACxC,gEAA8C;AAC9C,mEAAiD;AACjD,oEAAkD;AAClD,qEAAmD;AACnD,qEAAmD;AACnD,uEAAqD;AACrD,oEAAkD;AAClD,uEAAqD;AACrD,sEAAoD;AACpD,uEAAqD;AACrD,2DAAyC;AACzC,6DAA2C;AAC3C,mEAAiD;AACjD,mEAAiD;AACjD,oEAAkD;AAClD,qEAAmD"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
import { z } from 'zod';
|
|
2
2
|
import { ClientFileType } from './client-file-type.enum';
|
|
3
3
|
import { ClientFileStatus } from './client-file-status.enum';
|
|
4
|
+
import { ClientFileMark } from './client-file-mark.enum';
|
|
4
5
|
import { FileProcessingCategory } from './processing-category.enum';
|
|
5
6
|
export declare const UserFileItemResponseSchema: z.ZodObject<{
|
|
6
7
|
uuid: z.ZodString;
|
|
@@ -19,6 +20,7 @@ export declare const UserFileItemResponseSchema: z.ZodObject<{
|
|
|
19
20
|
id: z.ZodString;
|
|
20
21
|
}, z.core.$strip>>;
|
|
21
22
|
processingCategory: z.ZodNullable<z.ZodEnum<typeof FileProcessingCategory>>;
|
|
23
|
+
marks: z.ZodArray<z.ZodEnum<typeof ClientFileMark>>;
|
|
22
24
|
createdAt: z.ZodString;
|
|
23
25
|
updatedAt: z.ZodString;
|
|
24
26
|
}, z.core.$strip>;
|
|
@@ -5,6 +5,7 @@ const zod_1 = require("zod");
|
|
|
5
5
|
const shared_1 = require("../../../shared");
|
|
6
6
|
const client_file_type_enum_1 = require("./client-file-type.enum");
|
|
7
7
|
const client_file_status_enum_1 = require("./client-file-status.enum");
|
|
8
|
+
const client_file_mark_enum_1 = require("./client-file-mark.enum");
|
|
8
9
|
const processing_category_enum_1 = require("./processing-category.enum");
|
|
9
10
|
exports.UserFileItemResponseSchema = zod_1.z.object({
|
|
10
11
|
uuid: zod_1.z.string().regex(shared_1.UUID_REGEX),
|
|
@@ -25,6 +26,7 @@ exports.UserFileItemResponseSchema = zod_1.z.object({
|
|
|
25
26
|
})
|
|
26
27
|
.nullable(),
|
|
27
28
|
processingCategory: zod_1.z.enum(processing_category_enum_1.FileProcessingCategory).nullable(),
|
|
29
|
+
marks: zod_1.z.array(zod_1.z.enum(client_file_mark_enum_1.ClientFileMark)),
|
|
28
30
|
createdAt: zod_1.z.string().datetime(),
|
|
29
31
|
updatedAt: zod_1.z.string().datetime(),
|
|
30
32
|
});
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"user-file-item-response.schema.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/user-file-item-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAC7C,mEAAyD;AACzD,uEAA6D;AAC7D,yEAAoE;AAUvD,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;IAClC,IAAI,EAAE,OAAC,CAAC,IAAI,CAAC,sCAAc,CAAC;IAC5B,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,0CAAgB,CAAC;IAChC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACpC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAC5C,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACnC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACtC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QACd,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;KACnC,CAAC;IACF,UAAU,EAAE,OAAC;SACR,MAAM,CAAC;QACJ,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;KACnC,CAAC;SACD,QAAQ,EAAE;IACf,kBAAkB,EAAE,OAAC,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC,QAAQ,EAAE;IAC7D,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
|
|
1
|
+
{"version":3,"file":"user-file-item-response.schema.js","sourceRoot":"","sources":["../../../../v1/client-file/schemas/user-file-item-response.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,4CAA6C;AAC7C,mEAAyD;AACzD,uEAA6D;AAC7D,mEAAyD;AACzD,yEAAoE;AAUvD,QAAA,0BAA0B,GAAG,OAAC,CAAC,MAAM,CAAC;IAC/C,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;IAClC,IAAI,EAAE,OAAC,CAAC,IAAI,CAAC,sCAAc,CAAC;IAC5B,MAAM,EAAE,OAAC,CAAC,IAAI,CAAC,0CAAgB,CAAC;IAChC,KAAK,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE;IACvB,WAAW,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IAC9B,IAAI,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IACpC,YAAY,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAC5C,gBAAgB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACnC,mBAAmB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACtC,OAAO,EAAE,OAAC,CAAC,MAAM,CAAC;QACd,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;KACnC,CAAC;IACF,UAAU,EAAE,OAAC;SACR,MAAM,CAAC;QACJ,EAAE,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,KAAK,CAAC,mBAAU,CAAC;KACnC,CAAC;SACD,QAAQ,EAAE;IACf,kBAAkB,EAAE,OAAC,CAAC,IAAI,CAAC,iDAAsB,CAAC,CAAC,QAAQ,EAAE;IAC7D,KAAK,EAAE,OAAC,CAAC,KAAK,CAAC,OAAC,CAAC,IAAI,CAAC,sCAAc,CAAC,CAAC;IACtC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;IAChC,SAAS,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,QAAQ,EAAE;CACnC,CAAC,CAAC"}
|
|
@@ -17,6 +17,7 @@ export declare const UserFilesListResponseSchema: z.ZodObject<{
|
|
|
17
17
|
id: z.ZodString;
|
|
18
18
|
}, z.core.$strip>>;
|
|
19
19
|
processingCategory: z.ZodNullable<z.ZodEnum<typeof import("./processing-category.enum").FileProcessingCategory>>;
|
|
20
|
+
marks: z.ZodArray<z.ZodEnum<typeof import("./client-file-mark.enum").ClientFileMark>>;
|
|
20
21
|
createdAt: z.ZodString;
|
|
21
22
|
updatedAt: z.ZodString;
|
|
22
23
|
}, z.core.$strip>>;
|
package/build/v1/index.d.ts
CHANGED
package/build/v1/index.js
CHANGED
|
@@ -60,4 +60,5 @@ __exportStar(require("./tasks"), exports);
|
|
|
60
60
|
__exportStar(require("./kie-integration"), exports);
|
|
61
61
|
__exportStar(require("./model-route"), exports);
|
|
62
62
|
__exportStar(require("./email-profile"), exports);
|
|
63
|
+
__exportStar(require("./antifraud"), exports);
|
|
63
64
|
//# sourceMappingURL=index.js.map
|
package/build/v1/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,yCAAuB;AACvB,uDAAqC;AACrC,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB;AACxB,kDAAgC;AAChC,sDAAoC;AACpC,gDAA8B;AAC9B,+CAA6B;AAC7B,yDAAuC;AACvC,oDAAkC;AAClC,8CAA4B;AAC5B,gDAA8B;AAC9B,6CAA2B;AAC3B,yCAAuB;AACvB,iDAA+B;AAC/B,yCAAuB;AACvB,4CAA0B;AAC1B,uCAAqB;AACrB,iDAA+B;AAC/B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,8CAA4B;AAC5B,qDAAmC;AACnC,uCAAqB;AACrB,wCAAsB;AACtB,kDAAgC;AAChC,qDAAmC;AACnC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,gDAA8B;AAC9B,2CAAyB;AACzB,yCAAuB;AACvB,0CAAwB;AACxB,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,gDAA8B;AAC9B,kDAAgC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../v1/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB;AACzB,yCAAuB;AACvB,uDAAqC;AACrC,yCAAuB;AACvB,0CAAwB;AACxB,0CAAwB;AACxB,kDAAgC;AAChC,sDAAoC;AACpC,gDAA8B;AAC9B,+CAA6B;AAC7B,yDAAuC;AACvC,oDAAkC;AAClC,8CAA4B;AAC5B,gDAA8B;AAC9B,6CAA2B;AAC3B,yCAAuB;AACvB,iDAA+B;AAC/B,yCAAuB;AACvB,4CAA0B;AAC1B,uCAAqB;AACrB,iDAA+B;AAC/B,4CAA0B;AAC1B,2CAAyB;AACzB,4CAA0B;AAC1B,8CAA4B;AAC5B,qDAAmC;AACnC,uCAAqB;AACrB,wCAAsB;AACtB,kDAAgC;AAChC,qDAAmC;AACnC,iDAA+B;AAC/B,4CAA0B;AAC1B,+CAA6B;AAC7B,gDAA8B;AAC9B,mDAAiC;AACjC,+CAA6B;AAC7B,gDAA8B;AAC9B,2CAAyB;AACzB,yCAAuB;AACvB,0CAAwB;AACxB,+CAA6B;AAC7B,kDAAgC;AAChC,0CAAwB;AACxB,oDAAkC;AAClC,gDAA8B;AAC9B,kDAAgC;AAChC,8CAA4B"}
|
|
@@ -29,6 +29,7 @@ export declare namespace CreateMessageCommand {
|
|
|
29
29
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
30
30
|
stepId: z.ZodString;
|
|
31
31
|
stepIndex: z.ZodNumber;
|
|
32
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
32
33
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
33
34
|
queries: z.ZodArray<z.ZodString>;
|
|
34
35
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -47,6 +48,7 @@ export declare namespace CreateMessageCommand {
|
|
|
47
48
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
48
49
|
stepId: z.ZodString;
|
|
49
50
|
chunk: z.ZodString;
|
|
51
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
50
52
|
metadata: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
51
53
|
kind: z.ZodLiteral<import("../schemas").StepChunkKind.ARGS>;
|
|
52
54
|
primitiveType: z.ZodEnum<typeof import("../..").SandboxPrimitiveType>;
|
|
@@ -108,6 +110,7 @@ export declare namespace CreateMessageCommand {
|
|
|
108
110
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
109
111
|
stepId: z.ZodString;
|
|
110
112
|
stepIndex: z.ZodNumber;
|
|
113
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
111
114
|
errorCode: z.ZodString;
|
|
112
115
|
errorMessage: z.ZodOptional<z.ZodString>;
|
|
113
116
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -118,6 +121,7 @@ export declare namespace CreateMessageCommand {
|
|
|
118
121
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
119
122
|
stepId: z.ZodString;
|
|
120
123
|
stepIndex: z.ZodNumber;
|
|
124
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
121
125
|
fullContent: z.ZodOptional<z.ZodString>;
|
|
122
126
|
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
123
127
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -169,6 +173,8 @@ export declare namespace CreateMessageCommand {
|
|
|
169
173
|
stepId: z.ZodString;
|
|
170
174
|
stepTokens: z.ZodNumber;
|
|
171
175
|
heldTokens: z.ZodNumber;
|
|
176
|
+
requestedTokens: z.ZodOptional<z.ZodNumber>;
|
|
177
|
+
discountTokens: z.ZodOptional<z.ZodNumber>;
|
|
172
178
|
}, z.core.$strip>, z.ZodObject<{
|
|
173
179
|
id: z.ZodNumber;
|
|
174
180
|
chatId: z.ZodString;
|
|
@@ -181,6 +187,10 @@ export declare namespace CreateMessageCommand {
|
|
|
181
187
|
messageId: z.ZodString;
|
|
182
188
|
type: z.ZodLiteral<import("../schemas").StreamEventType.CANCELLED>;
|
|
183
189
|
chargedTokens: z.ZodOptional<z.ZodNumber>;
|
|
190
|
+
reason: z.ZodOptional<z.ZodEnum<typeof import("../schemas").StreamCancellationReason>>;
|
|
191
|
+
failedStepType: z.ZodOptional<z.ZodEnum<typeof import("../schemas").GenerationStepType>>;
|
|
192
|
+
requiredTokens: z.ZodOptional<z.ZodNumber>;
|
|
193
|
+
shortfallTokens: z.ZodOptional<z.ZodNumber>;
|
|
184
194
|
}, z.core.$strip>, z.ZodObject<{
|
|
185
195
|
id: z.ZodNumber;
|
|
186
196
|
chatId: z.ZodString;
|
|
@@ -196,6 +206,7 @@ export declare namespace CreateMessageCommand {
|
|
|
196
206
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
197
207
|
stepId: z.ZodString;
|
|
198
208
|
stepIndex: z.ZodNumber;
|
|
209
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
199
210
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
200
211
|
queries: z.ZodArray<z.ZodString>;
|
|
201
212
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -215,6 +226,7 @@ export declare namespace CreateMessageCommand {
|
|
|
215
226
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
216
227
|
stepId: z.ZodString;
|
|
217
228
|
chunk: z.ZodString;
|
|
229
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
218
230
|
metadata: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
219
231
|
kind: z.ZodLiteral<import("../schemas").StepChunkKind.ARGS>;
|
|
220
232
|
primitiveType: z.ZodEnum<typeof import("../..").SandboxPrimitiveType>;
|
|
@@ -277,6 +289,7 @@ export declare namespace CreateMessageCommand {
|
|
|
277
289
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
278
290
|
stepId: z.ZodString;
|
|
279
291
|
stepIndex: z.ZodNumber;
|
|
292
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
280
293
|
errorCode: z.ZodString;
|
|
281
294
|
errorMessage: z.ZodOptional<z.ZodString>;
|
|
282
295
|
}, z.core.$strip>;
|
|
@@ -288,6 +301,7 @@ export declare namespace CreateMessageCommand {
|
|
|
288
301
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
289
302
|
stepId: z.ZodString;
|
|
290
303
|
stepIndex: z.ZodNumber;
|
|
304
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
291
305
|
fullContent: z.ZodOptional<z.ZodString>;
|
|
292
306
|
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
293
307
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -5,4 +5,3 @@ export { DeleteMessageRegCommand } from './delete-message-reg.command';
|
|
|
5
5
|
export { DeleteMessageUnregCommand } from './delete-message-unreg.command';
|
|
6
6
|
export { CancelStreamRegCommand } from './cancel-stream-reg.command';
|
|
7
7
|
export { CancelStreamUnregCommand } from './cancel-stream-unreg.command';
|
|
8
|
-
export { CancelStreamCommand } from './cancel-stream.command';
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.CancelStreamUnregCommand = exports.CancelStreamRegCommand = exports.DeleteMessageUnregCommand = exports.DeleteMessageRegCommand = exports.RateMessageUnregCommand = exports.RateMessageRegCommand = exports.CreateMessageCommand = void 0;
|
|
4
4
|
var create_message_command_1 = require("./create-message.command");
|
|
5
5
|
Object.defineProperty(exports, "CreateMessageCommand", { enumerable: true, get: function () { return create_message_command_1.CreateMessageCommand; } });
|
|
6
6
|
var rate_message_reg_command_1 = require("./rate-message-reg.command");
|
|
@@ -15,6 +15,4 @@ var cancel_stream_reg_command_1 = require("./cancel-stream-reg.command");
|
|
|
15
15
|
Object.defineProperty(exports, "CancelStreamRegCommand", { enumerable: true, get: function () { return cancel_stream_reg_command_1.CancelStreamRegCommand; } });
|
|
16
16
|
var cancel_stream_unreg_command_1 = require("./cancel-stream-unreg.command");
|
|
17
17
|
Object.defineProperty(exports, "CancelStreamUnregCommand", { enumerable: true, get: function () { return cancel_stream_unreg_command_1.CancelStreamUnregCommand; } });
|
|
18
|
-
var cancel_stream_command_1 = require("./cancel-stream.command");
|
|
19
|
-
Object.defineProperty(exports, "CancelStreamCommand", { enumerable: true, get: function () { return cancel_stream_command_1.CancelStreamCommand; } });
|
|
20
18
|
//# sourceMappingURL=index.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/message/commands/index.ts"],"names":[],"mappings":";;;AAAA,mEAAgE;AAAvD,8HAAA,oBAAoB,OAAA;AAC7B,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,2EAAuE;AAA9D,qIAAA,uBAAuB,OAAA;AAChC,2EAAuE;AAA9D,qIAAA,uBAAuB,OAAA;AAChC,+EAA2E;AAAlE,yIAAA,yBAAyB,OAAA;AAClC,yEAAqE;AAA5D,mIAAA,sBAAsB,OAAA;AAC/B,6EAAyE;AAAhE,uIAAA,wBAAwB,OAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/message/commands/index.ts"],"names":[],"mappings":";;;AAAA,mEAAgE;AAAvD,8HAAA,oBAAoB,OAAA;AAC7B,uEAAmE;AAA1D,iIAAA,qBAAqB,OAAA;AAC9B,2EAAuE;AAA9D,qIAAA,uBAAuB,OAAA;AAChC,2EAAuE;AAA9D,qIAAA,uBAAuB,OAAA;AAChC,+EAA2E;AAAlE,yIAAA,yBAAyB,OAAA;AAClC,yEAAqE;AAA5D,mIAAA,sBAAsB,OAAA;AAC/B,6EAAyE;AAAhE,uIAAA,wBAAwB,OAAA"}
|
|
@@ -10,6 +10,7 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
10
10
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
11
11
|
stepId: z.ZodString;
|
|
12
12
|
stepIndex: z.ZodNumber;
|
|
13
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
13
14
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
14
15
|
queries: z.ZodArray<z.ZodString>;
|
|
15
16
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -28,6 +29,7 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
28
29
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
29
30
|
stepId: z.ZodString;
|
|
30
31
|
chunk: z.ZodString;
|
|
32
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
31
33
|
metadata: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
32
34
|
kind: z.ZodLiteral<import("../schemas").StepChunkKind.ARGS>;
|
|
33
35
|
primitiveType: z.ZodEnum<typeof import("../..").SandboxPrimitiveType>;
|
|
@@ -89,6 +91,7 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
89
91
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
90
92
|
stepId: z.ZodString;
|
|
91
93
|
stepIndex: z.ZodNumber;
|
|
94
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
92
95
|
errorCode: z.ZodString;
|
|
93
96
|
errorMessage: z.ZodOptional<z.ZodString>;
|
|
94
97
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -99,6 +102,7 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
99
102
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
100
103
|
stepId: z.ZodString;
|
|
101
104
|
stepIndex: z.ZodNumber;
|
|
105
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
102
106
|
fullContent: z.ZodOptional<z.ZodString>;
|
|
103
107
|
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
104
108
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -150,6 +154,8 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
150
154
|
stepId: z.ZodString;
|
|
151
155
|
stepTokens: z.ZodNumber;
|
|
152
156
|
heldTokens: z.ZodNumber;
|
|
157
|
+
requestedTokens: z.ZodOptional<z.ZodNumber>;
|
|
158
|
+
discountTokens: z.ZodOptional<z.ZodNumber>;
|
|
153
159
|
}, z.core.$strip>, z.ZodObject<{
|
|
154
160
|
id: z.ZodNumber;
|
|
155
161
|
chatId: z.ZodString;
|
|
@@ -162,6 +168,10 @@ export declare namespace GetMessageStreamRegQuery {
|
|
|
162
168
|
messageId: z.ZodString;
|
|
163
169
|
type: z.ZodLiteral<import("../schemas").StreamEventType.CANCELLED>;
|
|
164
170
|
chargedTokens: z.ZodOptional<z.ZodNumber>;
|
|
171
|
+
reason: z.ZodOptional<z.ZodEnum<typeof import("../schemas").StreamCancellationReason>>;
|
|
172
|
+
failedStepType: z.ZodOptional<z.ZodEnum<typeof import("../schemas").GenerationStepType>>;
|
|
173
|
+
requiredTokens: z.ZodOptional<z.ZodNumber>;
|
|
174
|
+
shortfallTokens: z.ZodOptional<z.ZodNumber>;
|
|
165
175
|
}, z.core.$strip>, z.ZodObject<{
|
|
166
176
|
id: z.ZodNumber;
|
|
167
177
|
chatId: z.ZodString;
|
|
@@ -10,6 +10,7 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
10
10
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
11
11
|
stepId: z.ZodString;
|
|
12
12
|
stepIndex: z.ZodNumber;
|
|
13
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
13
14
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
14
15
|
queries: z.ZodArray<z.ZodString>;
|
|
15
16
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -28,6 +29,7 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
28
29
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
29
30
|
stepId: z.ZodString;
|
|
30
31
|
chunk: z.ZodString;
|
|
32
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
31
33
|
metadata: z.ZodOptional<z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
32
34
|
kind: z.ZodLiteral<import("../schemas").StepChunkKind.ARGS>;
|
|
33
35
|
primitiveType: z.ZodEnum<typeof import("../..").SandboxPrimitiveType>;
|
|
@@ -89,6 +91,7 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
89
91
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
90
92
|
stepId: z.ZodString;
|
|
91
93
|
stepIndex: z.ZodNumber;
|
|
94
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
92
95
|
errorCode: z.ZodString;
|
|
93
96
|
errorMessage: z.ZodOptional<z.ZodString>;
|
|
94
97
|
}, z.core.$strip>, z.ZodObject<{
|
|
@@ -99,6 +102,7 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
99
102
|
stepType: z.ZodEnum<typeof import("../schemas").GenerationStepType>;
|
|
100
103
|
stepId: z.ZodString;
|
|
101
104
|
stepIndex: z.ZodNumber;
|
|
105
|
+
modelUuid: z.ZodDefault<z.ZodNullable<z.ZodString>>;
|
|
102
106
|
fullContent: z.ZodOptional<z.ZodString>;
|
|
103
107
|
structuredContent: z.ZodOptional<z.ZodRecord<z.ZodString, z.ZodUnknown>>;
|
|
104
108
|
metadata: z.ZodOptional<z.ZodUnion<readonly [z.ZodObject<{
|
|
@@ -150,6 +154,8 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
150
154
|
stepId: z.ZodString;
|
|
151
155
|
stepTokens: z.ZodNumber;
|
|
152
156
|
heldTokens: z.ZodNumber;
|
|
157
|
+
requestedTokens: z.ZodOptional<z.ZodNumber>;
|
|
158
|
+
discountTokens: z.ZodOptional<z.ZodNumber>;
|
|
153
159
|
}, z.core.$strip>, z.ZodObject<{
|
|
154
160
|
id: z.ZodNumber;
|
|
155
161
|
chatId: z.ZodString;
|
|
@@ -162,6 +168,10 @@ export declare namespace GetMessageStreamUnregQuery {
|
|
|
162
168
|
messageId: z.ZodString;
|
|
163
169
|
type: z.ZodLiteral<import("../schemas").StreamEventType.CANCELLED>;
|
|
164
170
|
chargedTokens: z.ZodOptional<z.ZodNumber>;
|
|
171
|
+
reason: z.ZodOptional<z.ZodEnum<typeof import("../schemas").StreamCancellationReason>>;
|
|
172
|
+
failedStepType: z.ZodOptional<z.ZodEnum<typeof import("../schemas").GenerationStepType>>;
|
|
173
|
+
requiredTokens: z.ZodOptional<z.ZodNumber>;
|
|
174
|
+
shortfallTokens: z.ZodOptional<z.ZodNumber>;
|
|
165
175
|
}, z.core.$strip>, z.ZodObject<{
|
|
166
176
|
id: z.ZodNumber;
|
|
167
177
|
chatId: z.ZodString;
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
import { z } from 'zod';
|
|
2
|
+
import { GenerationStepType } from './generation-step-type.enum';
|
|
3
|
+
export declare enum BudgetPromoMessageKey {
|
|
4
|
+
DISCOUNT_APPLIED_REGISTER = "BUDGET_PROMO.DISCOUNT_APPLIED.REGISTER",
|
|
5
|
+
DISCOUNT_APPLIED_TOPUP = "BUDGET_PROMO.DISCOUNT_APPLIED.TOPUP",
|
|
6
|
+
BUDGET_CUTOFF_REGISTER = "BUDGET_PROMO.BUDGET_CUTOFF.REGISTER",
|
|
7
|
+
BUDGET_CUTOFF_TOPUP = "BUDGET_PROMO.BUDGET_CUTOFF.TOPUP"
|
|
8
|
+
}
|
|
9
|
+
export declare enum BudgetPromoKind {
|
|
10
|
+
DISCOUNT_APPLIED = "DISCOUNT_APPLIED",
|
|
11
|
+
BUDGET_CUTOFF = "BUDGET_CUTOFF"
|
|
12
|
+
}
|
|
13
|
+
export declare enum BudgetPromoCta {
|
|
14
|
+
REGISTER = "REGISTER",
|
|
15
|
+
TOPUP = "TOPUP"
|
|
16
|
+
}
|
|
17
|
+
export declare const BudgetPromoDiscountAppliedSchema: z.ZodObject<{
|
|
18
|
+
cta: z.ZodEnum<typeof BudgetPromoCta>;
|
|
19
|
+
messageKey: z.ZodOptional<z.ZodEnum<typeof BudgetPromoMessageKey>>;
|
|
20
|
+
kind: z.ZodLiteral<BudgetPromoKind.DISCOUNT_APPLIED>;
|
|
21
|
+
discountTokens: z.ZodNumber;
|
|
22
|
+
chargedTokens: z.ZodNumber;
|
|
23
|
+
requestedTokens: z.ZodNumber;
|
|
24
|
+
}, z.core.$strip>;
|
|
25
|
+
export declare const BudgetPromoBudgetCutoffSchema: z.ZodObject<{
|
|
26
|
+
cta: z.ZodEnum<typeof BudgetPromoCta>;
|
|
27
|
+
messageKey: z.ZodOptional<z.ZodEnum<typeof BudgetPromoMessageKey>>;
|
|
28
|
+
kind: z.ZodLiteral<BudgetPromoKind.BUDGET_CUTOFF>;
|
|
29
|
+
failedStepType: z.ZodEnum<typeof GenerationStepType>;
|
|
30
|
+
requiredTokens: z.ZodNumber;
|
|
31
|
+
shortfallTokens: z.ZodNumber;
|
|
32
|
+
suggestedTopupTokens: z.ZodOptional<z.ZodNumber>;
|
|
33
|
+
}, z.core.$strip>;
|
|
34
|
+
export declare const BudgetPromoStepContentSchema: z.ZodDiscriminatedUnion<[z.ZodObject<{
|
|
35
|
+
cta: z.ZodEnum<typeof BudgetPromoCta>;
|
|
36
|
+
messageKey: z.ZodOptional<z.ZodEnum<typeof BudgetPromoMessageKey>>;
|
|
37
|
+
kind: z.ZodLiteral<BudgetPromoKind.DISCOUNT_APPLIED>;
|
|
38
|
+
discountTokens: z.ZodNumber;
|
|
39
|
+
chargedTokens: z.ZodNumber;
|
|
40
|
+
requestedTokens: z.ZodNumber;
|
|
41
|
+
}, z.core.$strip>, z.ZodObject<{
|
|
42
|
+
cta: z.ZodEnum<typeof BudgetPromoCta>;
|
|
43
|
+
messageKey: z.ZodOptional<z.ZodEnum<typeof BudgetPromoMessageKey>>;
|
|
44
|
+
kind: z.ZodLiteral<BudgetPromoKind.BUDGET_CUTOFF>;
|
|
45
|
+
failedStepType: z.ZodEnum<typeof GenerationStepType>;
|
|
46
|
+
requiredTokens: z.ZodNumber;
|
|
47
|
+
shortfallTokens: z.ZodNumber;
|
|
48
|
+
suggestedTopupTokens: z.ZodOptional<z.ZodNumber>;
|
|
49
|
+
}, z.core.$strip>], "kind">;
|
|
50
|
+
export type BudgetPromoStepContent = z.infer<typeof BudgetPromoStepContentSchema>;
|
|
51
|
+
export type BudgetPromoDiscountApplied = z.infer<typeof BudgetPromoDiscountAppliedSchema>;
|
|
52
|
+
export type BudgetPromoBudgetCutoff = z.infer<typeof BudgetPromoBudgetCutoffSchema>;
|
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.BudgetPromoStepContentSchema = exports.BudgetPromoBudgetCutoffSchema = exports.BudgetPromoDiscountAppliedSchema = exports.BudgetPromoCta = exports.BudgetPromoKind = exports.BudgetPromoMessageKey = void 0;
|
|
4
|
+
const zod_1 = require("zod");
|
|
5
|
+
const generation_step_type_enum_1 = require("./generation-step-type.enum");
|
|
6
|
+
var BudgetPromoMessageKey;
|
|
7
|
+
(function (BudgetPromoMessageKey) {
|
|
8
|
+
BudgetPromoMessageKey["DISCOUNT_APPLIED_REGISTER"] = "BUDGET_PROMO.DISCOUNT_APPLIED.REGISTER";
|
|
9
|
+
BudgetPromoMessageKey["DISCOUNT_APPLIED_TOPUP"] = "BUDGET_PROMO.DISCOUNT_APPLIED.TOPUP";
|
|
10
|
+
BudgetPromoMessageKey["BUDGET_CUTOFF_REGISTER"] = "BUDGET_PROMO.BUDGET_CUTOFF.REGISTER";
|
|
11
|
+
BudgetPromoMessageKey["BUDGET_CUTOFF_TOPUP"] = "BUDGET_PROMO.BUDGET_CUTOFF.TOPUP";
|
|
12
|
+
})(BudgetPromoMessageKey || (exports.BudgetPromoMessageKey = BudgetPromoMessageKey = {}));
|
|
13
|
+
var BudgetPromoKind;
|
|
14
|
+
(function (BudgetPromoKind) {
|
|
15
|
+
BudgetPromoKind["DISCOUNT_APPLIED"] = "DISCOUNT_APPLIED";
|
|
16
|
+
BudgetPromoKind["BUDGET_CUTOFF"] = "BUDGET_CUTOFF";
|
|
17
|
+
})(BudgetPromoKind || (exports.BudgetPromoKind = BudgetPromoKind = {}));
|
|
18
|
+
var BudgetPromoCta;
|
|
19
|
+
(function (BudgetPromoCta) {
|
|
20
|
+
BudgetPromoCta["REGISTER"] = "REGISTER";
|
|
21
|
+
BudgetPromoCta["TOPUP"] = "TOPUP";
|
|
22
|
+
})(BudgetPromoCta || (exports.BudgetPromoCta = BudgetPromoCta = {}));
|
|
23
|
+
const BudgetPromoCommonShape = {
|
|
24
|
+
cta: zod_1.z.enum(BudgetPromoCta),
|
|
25
|
+
messageKey: zod_1.z.enum(BudgetPromoMessageKey).optional(),
|
|
26
|
+
};
|
|
27
|
+
exports.BudgetPromoDiscountAppliedSchema = zod_1.z.object({
|
|
28
|
+
kind: zod_1.z.literal(BudgetPromoKind.DISCOUNT_APPLIED),
|
|
29
|
+
discountTokens: zod_1.z.number().int().nonnegative(),
|
|
30
|
+
chargedTokens: zod_1.z.number().int().nonnegative(),
|
|
31
|
+
requestedTokens: zod_1.z.number().int().nonnegative(),
|
|
32
|
+
...BudgetPromoCommonShape,
|
|
33
|
+
});
|
|
34
|
+
exports.BudgetPromoBudgetCutoffSchema = zod_1.z.object({
|
|
35
|
+
kind: zod_1.z.literal(BudgetPromoKind.BUDGET_CUTOFF),
|
|
36
|
+
failedStepType: zod_1.z.enum(generation_step_type_enum_1.GenerationStepType),
|
|
37
|
+
requiredTokens: zod_1.z.number().int().nonnegative(),
|
|
38
|
+
shortfallTokens: zod_1.z.number().int().nonnegative(),
|
|
39
|
+
suggestedTopupTokens: zod_1.z.number().int().positive().optional(),
|
|
40
|
+
...BudgetPromoCommonShape,
|
|
41
|
+
});
|
|
42
|
+
exports.BudgetPromoStepContentSchema = zod_1.z.discriminatedUnion('kind', [
|
|
43
|
+
exports.BudgetPromoDiscountAppliedSchema,
|
|
44
|
+
exports.BudgetPromoBudgetCutoffSchema,
|
|
45
|
+
]);
|
|
46
|
+
//# sourceMappingURL=budget-promo-step-content.schema.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"budget-promo-step-content.schema.js","sourceRoot":"","sources":["../../../../v1/message/schemas/budget-promo-step-content.schema.ts"],"names":[],"mappings":";;;AAAA,6BAAwB;AACxB,2EAAiE;AAajE,IAAY,qBAKX;AALD,WAAY,qBAAqB;IAC7B,6FAAoE,CAAA;IACpE,uFAA8D,CAAA;IAC9D,uFAA8D,CAAA;IAC9D,iFAAwD,CAAA;AAC5D,CAAC,EALW,qBAAqB,qCAArB,qBAAqB,QAKhC;AAaD,IAAY,eAGX;AAHD,WAAY,eAAe;IACvB,wDAAqC,CAAA;IACrC,kDAA+B,CAAA;AACnC,CAAC,EAHW,eAAe,+BAAf,eAAe,QAG1B;AAOD,IAAY,cAKX;AALD,WAAY,cAAc;IAEtB,uCAAqB,CAAA;IAErB,iCAAe,CAAA;AACnB,CAAC,EALW,cAAc,8BAAd,cAAc,QAKzB;AAED,MAAM,sBAAsB,GAAG;IAC3B,GAAG,EAAE,OAAC,CAAC,IAAI,CAAC,cAAc,CAAC;IAQ3B,UAAU,EAAE,OAAC,CAAC,IAAI,CAAC,qBAAqB,CAAC,CAAC,QAAQ,EAAE;CACvD,CAAC;AAMW,QAAA,gCAAgC,GAAG,OAAC,CAAC,MAAM,CAAC;IACrD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,eAAe,CAAC,gBAAgB,CAAC;IAEjD,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAE9C,aAAa,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAE7C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAC/C,GAAG,sBAAsB;CAC5B,CAAC,CAAC;AAMU,QAAA,6BAA6B,GAAG,OAAC,CAAC,MAAM,CAAC;IAClD,IAAI,EAAE,OAAC,CAAC,OAAO,CAAC,eAAe,CAAC,aAAa,CAAC;IAE9C,cAAc,EAAE,OAAC,CAAC,IAAI,CAAC,8CAAkB,CAAC;IAE1C,cAAc,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAE9C,eAAe,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,WAAW,EAAE;IAO/C,oBAAoB,EAAE,OAAC,CAAC,MAAM,EAAE,CAAC,GAAG,EAAE,CAAC,QAAQ,EAAE,CAAC,QAAQ,EAAE;IAC5D,GAAG,sBAAsB;CAC5B,CAAC,CAAC;AAOU,QAAA,4BAA4B,GAAG,OAAC,CAAC,kBAAkB,CAAC,MAAM,EAAE;IACrE,wCAAgC;IAChC,qCAA6B;CAChC,CAAC,CAAC"}
|
|
@@ -17,5 +17,6 @@ var GenerationStepType;
|
|
|
17
17
|
GenerationStepType["VIEW_FILE"] = "VIEW_FILE";
|
|
18
18
|
GenerationStepType["FIND_IN_CHAT"] = "FIND_IN_CHAT";
|
|
19
19
|
GenerationStepType["SEND_FILE"] = "SEND_FILE";
|
|
20
|
+
GenerationStepType["BUDGET_PROMO"] = "BUDGET_PROMO";
|
|
20
21
|
})(GenerationStepType || (exports.GenerationStepType = GenerationStepType = {}));
|
|
21
22
|
//# sourceMappingURL=generation-step-type.enum.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"generation-step-type.enum.js","sourceRoot":"","sources":["../../../../v1/message/schemas/generation-step-type.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,
|
|
1
|
+
{"version":3,"file":"generation-step-type.enum.js","sourceRoot":"","sources":["../../../../v1/message/schemas/generation-step-type.enum.ts"],"names":[],"mappings":";;;AAGA,IAAY,kBAwCX;AAxCD,WAAY,kBAAkB;IAE1B,6CAAuB,CAAA;IAEvB,6DAAuC,CAAA;IAEvC,uEAAiD,CAAA;IAEjD,yDAAmC,CAAA;IAEnC,2DAAqC,CAAA;IAErC,+CAAyB,CAAA;IAEzB,uCAAiB,CAAA;IAEjB,+CAAyB,CAAA;IAEzB,uDAAiC,CAAA;IAEjC,+DAAyC,CAAA;IAEzC,uDAAiC,CAAA;IAEjC,6CAAuB,CAAA;IAEvB,mDAA6B,CAAA;IAE7B,6CAAuB,CAAA;IAWvB,mDAA6B,CAAA;AACjC,CAAC,EAxCW,kBAAkB,kCAAlB,kBAAkB,QAwC7B"}
|
|
@@ -11,7 +11,7 @@ export type { MessageAttachmentResponse, MessageAttachmentsResponse, AttachmentM
|
|
|
11
11
|
export { MessageCitationResponseSchema, MessageCitationsResponseSchema, } from './message-citation-response.schema';
|
|
12
12
|
export type { MessageCitationResponse, MessageCitationsResponse, } from './message-citation-response.schema';
|
|
13
13
|
export { StreamEventType } from './stream-event-type.enum';
|
|
14
|
-
export { StreamEventSchema, StreamStepStartEventSchema, StreamStepChunkEventSchema, StreamStepErrorEventSchema, StreamStepDoneEventSchema, StreamImageEventSchema, StreamImageGenerationErrorEventSchema, StreamCitationsEventSchema, StreamHeartbeatEventSchema, StreamDoneEventSchema, StreamCancelledEventSchema, StreamErrorEventSchema, } from './stream-events.schema';
|
|
14
|
+
export { StreamEventSchema, StreamStepStartEventSchema, StreamStepChunkEventSchema, StreamStepErrorEventSchema, StreamStepDoneEventSchema, StreamStepBilledEventSchema, StreamBillingEstimateEventSchema, StreamImageEventSchema, StreamImageGenerationErrorEventSchema, StreamCitationsEventSchema, StreamHeartbeatEventSchema, StreamDoneEventSchema, StreamCancelledEventSchema, StreamErrorEventSchema, StreamCancellationReason, } from './stream-events.schema';
|
|
15
15
|
export { CitationStatus } from './citation-status.enum';
|
|
16
16
|
export { CitationSchema, type Citation } from './citation.schema';
|
|
17
17
|
export { StepStartMetadataSchema, StepDoneMetadataSchema, WebSearchStepStartMetadataSchema, ImageEditStepStartMetadataSchema, VideoAnalysisStepStartMetadataSchema, CodeExecutionStepStartMetadataSchema, UploadStepDoneMetadataSchema, StepStartMetadataByType, StepDoneMetadataByType, } from './step-metadata.schema';
|
|
@@ -26,7 +26,10 @@ export { AttachmentStatus } from './attachment-status.enum';
|
|
|
26
26
|
export { AttachmentSchema, AttachmentsSchema, } from './message-attachment.schema';
|
|
27
27
|
export type { Attachment, Attachments } from './message-attachment.schema';
|
|
28
28
|
export { GenerationStepType } from './generation-step-type.enum';
|
|
29
|
+
export { MODEL_ATTRIBUTED_STEP_TYPES, isModelAttributedStepType, } from './model-attributed-step-types.const';
|
|
29
30
|
export { MessageStepStatus } from './message-step-status.enum';
|
|
31
|
+
export { BudgetPromoKind, BudgetPromoCta, BudgetPromoMessageKey, BudgetPromoStepContentSchema, BudgetPromoDiscountAppliedSchema, BudgetPromoBudgetCutoffSchema, } from './budget-promo-step-content.schema';
|
|
32
|
+
export type { BudgetPromoStepContent, BudgetPromoDiscountApplied, BudgetPromoBudgetCutoff, } from './budget-promo-step-content.schema';
|
|
30
33
|
export { GenerationStepSchema } from './generation-step.schema';
|
|
31
34
|
export type { GenerationStep } from './generation-step.schema';
|
|
32
35
|
export { RateMessageRequestSchema, RateMessageResponseSchema, RateMessageParamsSchema, } from './rate-message.schema';
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.CancelStreamResponseSchema = exports.DeleteMessageResponseSchema = exports.DeleteMessageParamsSchema = exports.RateMessageParamsSchema = exports.RateMessageResponseSchema = exports.RateMessageRequestSchema = exports.GenerationStepSchema = exports.MessageStepStatus = exports.GenerationStepType = exports.AttachmentsSchema = exports.AttachmentSchema = exports.AttachmentStatus = exports.AttachmentType = exports.AttachmentSource = exports.ViewChunkMetadataSchema = exports.StrReplaceChunkMetadataSchema = exports.CreateFileChunkMetadataSchema = exports.BashChunkMetadataSchema = exports.DescribeChunkMetadataSchema = void 0;
|
|
3
|
+
exports.STEP_CHUNK_LINE_MAX_LENGTH = exports.BashChunkStream = exports.StepChunkKind = exports.StepDoneMetadataByType = exports.StepStartMetadataByType = exports.UploadStepDoneMetadataSchema = exports.CodeExecutionStepStartMetadataSchema = exports.VideoAnalysisStepStartMetadataSchema = exports.ImageEditStepStartMetadataSchema = exports.WebSearchStepStartMetadataSchema = exports.StepDoneMetadataSchema = exports.StepStartMetadataSchema = exports.CitationSchema = exports.CitationStatus = exports.StreamCancellationReason = exports.StreamErrorEventSchema = exports.StreamCancelledEventSchema = exports.StreamDoneEventSchema = exports.StreamHeartbeatEventSchema = exports.StreamCitationsEventSchema = exports.StreamImageGenerationErrorEventSchema = exports.StreamImageEventSchema = exports.StreamBillingEstimateEventSchema = exports.StreamStepBilledEventSchema = exports.StreamStepDoneEventSchema = exports.StreamStepErrorEventSchema = exports.StreamStepChunkEventSchema = exports.StreamStepStartEventSchema = exports.StreamEventSchema = exports.StreamEventType = exports.MessageCitationsResponseSchema = exports.MessageCitationResponseSchema = exports.AttachmentMetaResponseSchema = exports.MessageAttachmentsResponseSchema = exports.MessageAttachmentResponseSchema = exports.CodeExecutionStepContentResponseSchema = exports.UploadStepContentSchema = exports.ImageGenStepContentSchema = exports.WebSearchStepContentSchema = exports.WebSearchCitationSchema = exports.TextStepContentSchema = exports.StepContentResponseSchema = exports.MessageStepsResponseSchema = exports.MessageStepResponseSchema = exports.MessageResponseSchema = exports.CreateMessageResponseSchema = exports.CreateMessageRequestSchema = exports.UserRating = exports.MessageStatus = exports.MessageRole = void 0;
|
|
4
|
+
exports.CancelStreamResponseSchema = exports.DeleteMessageResponseSchema = exports.DeleteMessageParamsSchema = exports.RateMessageParamsSchema = exports.RateMessageResponseSchema = exports.RateMessageRequestSchema = exports.GenerationStepSchema = exports.BudgetPromoBudgetCutoffSchema = exports.BudgetPromoDiscountAppliedSchema = exports.BudgetPromoStepContentSchema = exports.BudgetPromoMessageKey = exports.BudgetPromoCta = exports.BudgetPromoKind = exports.MessageStepStatus = exports.isModelAttributedStepType = exports.MODEL_ATTRIBUTED_STEP_TYPES = exports.GenerationStepType = exports.AttachmentsSchema = exports.AttachmentSchema = exports.AttachmentStatus = exports.AttachmentType = exports.AttachmentSource = exports.ViewChunkMetadataSchema = exports.StrReplaceChunkMetadataSchema = exports.CreateFileChunkMetadataSchema = exports.BashChunkMetadataSchema = exports.DescribeChunkMetadataSchema = exports.ArgsChunkMetadataSchema = exports.StepChunkMetadataSchema = exports.STEP_CHUNK_LINES_MAX_ITEMS = void 0;
|
|
5
5
|
var message_role_enum_1 = require("./message-role.enum");
|
|
6
6
|
Object.defineProperty(exports, "MessageRole", { enumerable: true, get: function () { return message_role_enum_1.MessageRole; } });
|
|
7
7
|
var message_status_enum_1 = require("./message-status.enum");
|
|
@@ -39,6 +39,8 @@ Object.defineProperty(exports, "StreamStepStartEventSchema", { enumerable: true,
|
|
|
39
39
|
Object.defineProperty(exports, "StreamStepChunkEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamStepChunkEventSchema; } });
|
|
40
40
|
Object.defineProperty(exports, "StreamStepErrorEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamStepErrorEventSchema; } });
|
|
41
41
|
Object.defineProperty(exports, "StreamStepDoneEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamStepDoneEventSchema; } });
|
|
42
|
+
Object.defineProperty(exports, "StreamStepBilledEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamStepBilledEventSchema; } });
|
|
43
|
+
Object.defineProperty(exports, "StreamBillingEstimateEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamBillingEstimateEventSchema; } });
|
|
42
44
|
Object.defineProperty(exports, "StreamImageEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamImageEventSchema; } });
|
|
43
45
|
Object.defineProperty(exports, "StreamImageGenerationErrorEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamImageGenerationErrorEventSchema; } });
|
|
44
46
|
Object.defineProperty(exports, "StreamCitationsEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamCitationsEventSchema; } });
|
|
@@ -46,6 +48,7 @@ Object.defineProperty(exports, "StreamHeartbeatEventSchema", { enumerable: true,
|
|
|
46
48
|
Object.defineProperty(exports, "StreamDoneEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamDoneEventSchema; } });
|
|
47
49
|
Object.defineProperty(exports, "StreamCancelledEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamCancelledEventSchema; } });
|
|
48
50
|
Object.defineProperty(exports, "StreamErrorEventSchema", { enumerable: true, get: function () { return stream_events_schema_1.StreamErrorEventSchema; } });
|
|
51
|
+
Object.defineProperty(exports, "StreamCancellationReason", { enumerable: true, get: function () { return stream_events_schema_1.StreamCancellationReason; } });
|
|
49
52
|
var citation_status_enum_1 = require("./citation-status.enum");
|
|
50
53
|
Object.defineProperty(exports, "CitationStatus", { enumerable: true, get: function () { return citation_status_enum_1.CitationStatus; } });
|
|
51
54
|
var citation_schema_1 = require("./citation.schema");
|
|
@@ -85,8 +88,18 @@ Object.defineProperty(exports, "AttachmentSchema", { enumerable: true, get: func
|
|
|
85
88
|
Object.defineProperty(exports, "AttachmentsSchema", { enumerable: true, get: function () { return message_attachment_schema_1.AttachmentsSchema; } });
|
|
86
89
|
var generation_step_type_enum_1 = require("./generation-step-type.enum");
|
|
87
90
|
Object.defineProperty(exports, "GenerationStepType", { enumerable: true, get: function () { return generation_step_type_enum_1.GenerationStepType; } });
|
|
91
|
+
var model_attributed_step_types_const_1 = require("./model-attributed-step-types.const");
|
|
92
|
+
Object.defineProperty(exports, "MODEL_ATTRIBUTED_STEP_TYPES", { enumerable: true, get: function () { return model_attributed_step_types_const_1.MODEL_ATTRIBUTED_STEP_TYPES; } });
|
|
93
|
+
Object.defineProperty(exports, "isModelAttributedStepType", { enumerable: true, get: function () { return model_attributed_step_types_const_1.isModelAttributedStepType; } });
|
|
88
94
|
var message_step_status_enum_1 = require("./message-step-status.enum");
|
|
89
95
|
Object.defineProperty(exports, "MessageStepStatus", { enumerable: true, get: function () { return message_step_status_enum_1.MessageStepStatus; } });
|
|
96
|
+
var budget_promo_step_content_schema_1 = require("./budget-promo-step-content.schema");
|
|
97
|
+
Object.defineProperty(exports, "BudgetPromoKind", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoKind; } });
|
|
98
|
+
Object.defineProperty(exports, "BudgetPromoCta", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoCta; } });
|
|
99
|
+
Object.defineProperty(exports, "BudgetPromoMessageKey", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoMessageKey; } });
|
|
100
|
+
Object.defineProperty(exports, "BudgetPromoStepContentSchema", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoStepContentSchema; } });
|
|
101
|
+
Object.defineProperty(exports, "BudgetPromoDiscountAppliedSchema", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoDiscountAppliedSchema; } });
|
|
102
|
+
Object.defineProperty(exports, "BudgetPromoBudgetCutoffSchema", { enumerable: true, get: function () { return budget_promo_step_content_schema_1.BudgetPromoBudgetCutoffSchema; } });
|
|
90
103
|
var generation_step_schema_1 = require("./generation-step.schema");
|
|
91
104
|
Object.defineProperty(exports, "GenerationStepSchema", { enumerable: true, get: function () { return generation_step_schema_1.GenerationStepSchema; } });
|
|
92
105
|
var rate_message_schema_1 = require("./rate-message.schema");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/message/schemas/index.ts"],"names":[],"mappings":";;;;AAAA,yDAAkD;AAAzC,gHAAA,WAAW,OAAA;AACpB,6DAAsD;AAA7C,oHAAA,aAAa,OAAA;AACtB,uDAAgD;AAAvC,8GAAA,UAAU,OAAA;AACnB,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA;AACnC,mFAA+E;AAAtE,6IAAA,2BAA2B,OAAA;AACpC,qEAAkE;AAAzD,gIAAA,qBAAqB,OAAA;AAC9B,+EAUwC;AATpC,yIAAA,yBAAyB,OAAA;AACzB,0IAAA,0BAA0B,OAAA;AAC1B,yIAAA,yBAAyB,OAAA;AACzB,qIAAA,qBAAqB,OAAA;AACrB,uIAAA,uBAAuB,OAAA;AACvB,0IAAA,0BAA0B,OAAA;AAC1B,yIAAA,yBAAyB,OAAA;AACzB,uIAAA,uBAAuB,OAAA;AACvB,sJAAA,sCAAsC,OAAA;AAa1C,2FAI8C;AAH1C,qJAAA,+BAA+B,OAAA;AAC/B,sJAAA,gCAAgC,OAAA;AAChC,kJAAA,4BAA4B,OAAA;AAOhC,uFAG4C;AAFxC,iJAAA,6BAA6B,OAAA;AAC7B,kJAAA,8BAA8B,OAAA;AAMlC,mEAA2D;AAAlD,yHAAA,eAAe,OAAA;AACxB,+
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../v1/message/schemas/index.ts"],"names":[],"mappings":";;;;AAAA,yDAAkD;AAAzC,gHAAA,WAAW,OAAA;AACpB,6DAAsD;AAA7C,oHAAA,aAAa,OAAA;AACtB,uDAAgD;AAAvC,8GAAA,UAAU,OAAA;AACnB,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA;AACnC,mFAA+E;AAAtE,6IAAA,2BAA2B,OAAA;AACpC,qEAAkE;AAAzD,gIAAA,qBAAqB,OAAA;AAC9B,+EAUwC;AATpC,yIAAA,yBAAyB,OAAA;AACzB,0IAAA,0BAA0B,OAAA;AAC1B,yIAAA,yBAAyB,OAAA;AACzB,qIAAA,qBAAqB,OAAA;AACrB,uIAAA,uBAAuB,OAAA;AACvB,0IAAA,0BAA0B,OAAA;AAC1B,yIAAA,yBAAyB,OAAA;AACzB,uIAAA,uBAAuB,OAAA;AACvB,sJAAA,sCAAsC,OAAA;AAa1C,2FAI8C;AAH1C,qJAAA,+BAA+B,OAAA;AAC/B,sJAAA,gCAAgC,OAAA;AAChC,kJAAA,4BAA4B,OAAA;AAOhC,uFAG4C;AAFxC,iJAAA,6BAA6B,OAAA;AAC7B,kJAAA,8BAA8B,OAAA;AAMlC,mEAA2D;AAAlD,yHAAA,eAAe,OAAA;AACxB,+DAgBgC;AAf5B,yHAAA,iBAAiB,OAAA;AACjB,kIAAA,0BAA0B,OAAA;AAC1B,kIAAA,0BAA0B,OAAA;AAC1B,kIAAA,0BAA0B,OAAA;AAC1B,iIAAA,yBAAyB,OAAA;AACzB,mIAAA,2BAA2B,OAAA;AAC3B,wIAAA,gCAAgC,OAAA;AAChC,8HAAA,sBAAsB,OAAA;AACtB,6IAAA,qCAAqC,OAAA;AACrC,kIAAA,0BAA0B,OAAA;AAC1B,kIAAA,0BAA0B,OAAA;AAC1B,6HAAA,qBAAqB,OAAA;AACrB,kIAAA,0BAA0B,OAAA;AAC1B,8HAAA,sBAAsB,OAAA;AACtB,gIAAA,wBAAwB,OAAA;AAE5B,+DAAwD;AAA/C,sHAAA,cAAc,OAAA;AACvB,qDAAkE;AAAzD,iHAAA,cAAc,OAAA;AACvB,+DAUgC;AAT5B,+HAAA,uBAAuB,OAAA;AACvB,8HAAA,sBAAsB,OAAA;AACtB,wIAAA,gCAAgC,OAAA;AAChC,wIAAA,gCAAgC,OAAA;AAChC,4IAAA,oCAAoC,OAAA;AACpC,4IAAA,oCAAoC,OAAA;AACpC,oIAAA,4BAA4B,OAAA;AAC5B,+HAAA,uBAAuB,OAAA;AACvB,8HAAA,sBAAsB,OAAA;AAW1B,+DAAuD;AAA9C,qHAAA,aAAa,OAAA;AACtB,mEAA2D;AAAlD,yHAAA,eAAe,OAAA;AACxB,2EAUsC;AATlC,wIAAA,0BAA0B,OAAA;AAC1B,wIAAA,0BAA0B,OAAA;AAC1B,qIAAA,uBAAuB,OAAA;AACvB,qIAAA,uBAAuB,OAAA;AACvB,yIAAA,2BAA2B,OAAA;AAC3B,qIAAA,uBAAuB,OAAA;AACvB,2IAAA,6BAA6B,OAAA;AAC7B,2IAAA,6BAA6B,OAAA;AAC7B,qIAAA,uBAAuB,OAAA;AAW3B,mEAA4D;AAAnD,0HAAA,gBAAgB,OAAA;AACzB,+DAAwD;AAA/C,sHAAA,cAAc,OAAA;AACvB,mEAA4D;AAAnD,0HAAA,gBAAgB,OAAA;AACzB,yEAGqC;AAFjC,6HAAA,gBAAgB,OAAA;AAChB,8HAAA,iBAAiB,OAAA;AAGrB,yEAAiE;AAAxD,+HAAA,kBAAkB,OAAA;AAC3B,yFAG6C;AAFzC,gJAAA,2BAA2B,OAAA;AAC3B,8IAAA,yBAAyB,OAAA;AAE7B,uEAA+D;AAAtD,6HAAA,iBAAiB,OAAA;AAC1B,uFAO4C;AANxC,mIAAA,eAAe,OAAA;AACf,kIAAA,cAAc,OAAA;AACd,yIAAA,qBAAqB,OAAA;AACrB,gJAAA,4BAA4B,OAAA;AAC5B,oJAAA,gCAAgC,OAAA;AAChC,iJAAA,6BAA6B,OAAA;AAOjC,mEAAgE;AAAvD,8HAAA,oBAAoB,OAAA;AAE7B,6DAI+B;AAH3B,+HAAA,wBAAwB,OAAA;AACxB,gIAAA,yBAAyB,OAAA;AACzB,8HAAA,uBAAuB,OAAA;AAO3B,iEAAiG;AAAxF,kIAAA,yBAAyB,OAAA;AAAE,oIAAA,2BAA2B,OAAA;AAE/D,iFAA6E;AAApE,2IAAA,0BAA0B,OAAA"}
|