UNPKG

@ability-ocean/dtos

Version:

Re-usable `Data Transfer Objects` that can be used when communicating with our API.

164 lines (163 loc) 9.57 kB
export * from './lib/global/api-response.dto'; export * from './lib/global/api-response-object.dto'; export * from './lib/global/api-response-array.dto'; export * from './lib/global/base.dto'; export * from './lib/global/search.dto'; export * from './lib/global/search-result.dto'; export * from './lib/global/bug-report.dto'; export * from './lib/global/bug-diagnostics.dto'; export * from './lib/auth/auth-login.dto'; export * from './lib/auth/auth-login-result.dto'; export * from './lib/auth/auth-reset.dto'; export * from './lib/auth/auth-reset-verify.dto'; export * from './lib/user/user-edit.dto'; export * from './lib/user/user.dto'; export * from './lib/user/user-dialog.dto'; export * from './lib/user/user-list.dto'; export * from './lib/user/user-search.dto'; export * from './lib/tenant/tenant.dto'; export * from './lib/tenant/tenant-connection.dto'; export * from './lib/tenant/tenant-edit.dto'; export * from './lib/tenant/tenant-list.dto'; export * from './lib/tenant/tenant-search.dto'; export * from './lib/tenant/tenant-verify.dto'; export * from './lib/ability-pricelist/ability-pricelist.dto'; export * from './lib/ability-pricelist/ability-pricelist-edit.dto'; export * from './lib/ability-pricelist/ability-pricelist-list.dto'; export * from './lib/ability-pricelist/ability-pricelist-search.dto'; export * from './lib/ability-pricelist-item/ability-pricelist-item.dto'; export * from './lib/ability-pricelist-item/ability-pricelist-item-edit.dto'; export * from './lib/ability-pricelist-item/ability-pricelist-item-list.dto'; export * from './lib/ability-pricelist-item/ability-pricelist-item-search.dto'; export * from './lib/team/team.dto'; export * from './lib/team/team-edit.dto'; export * from './lib/team/team-search.dto'; export * from './lib/team/team-list.dto'; export * from './lib/team/team-access.dto'; export * from './lib/team/team-access-edit.dto'; export * from './lib/route-parameters/route-id.dto'; export * from './lib/route-parameters/route-pagination.dto'; export * from './lib/route-parameters/route-entity-type.dto'; export * from './lib/route-parameters/route-demo-data-type.dto'; export * from './lib/route-parameters/route-parameter-type.dto'; export * from './lib/route-parameters/route-trade-request-offer-action.dto'; export * from './lib/route-parameters/route-team-type.dto'; export * from './lib/parameter/parameter.dto'; export * from './lib/parameter/parameter-list.dto'; export * from './lib/parameter/parameter-edit.dto'; export * from './lib/parameter/parameter-key-query.dto'; export * from './lib/qualification/qualification.dto'; export * from './lib/qualification/qualification-edit.dto'; export * from './lib/qualification/qualification-search.dto'; export * from './lib/qualification/qualification-list.dto'; export * from './lib/resource/resource.dto'; export * from './lib/resource/resource-edit.dto'; export * from './lib/resource/resource-search.dto'; export * from './lib/resource/resource-list.dto'; export * from './lib/resource-group/resource-group.dto'; export * from './lib/resource-group/resource-group-edit.dto'; export * from './lib/resource-group/resource-group-search.dto'; export * from './lib/resource-group/resource-group-list.dto'; export * from './lib/message/message.dto'; export * from './lib/message/message-edit.dto'; export * from './lib/message/message-search.dto'; export * from './lib/comment/comment.dto'; export * from './lib/comment/comment-edit.dto'; export * from './lib/notification/notification.dto'; export * from './lib/notification/notification-edit.dto'; export * from './lib/notification/notification-search.dto'; export * from './lib/subscription/subscription-list.dto'; export * from './lib/profile/profile.dto'; export * from './lib/profile/profile-edit.dto'; export * from './lib/profile/profile-verification-code.dto'; export * from './lib/profile/profile-change-password.dto'; export * from './lib/profile/profile-twofactor.dto'; export * from './lib/profile/profile-change-twofactor-status.dto'; export * from './lib/collective-agreement/collective-agreement.dto'; export * from './lib/collective-agreement/collective-agreement-list.dto'; export * from './lib/collective-agreement/collective-agreement-search.dto'; export * from './lib/collective-agreement/collective-agreement-edit.dto'; export * from './lib/collective-agreement-rate/collective-agreement-rate.dto'; export * from './lib/collective-agreement-rate/collective-agreement-rate-list.dto'; export * from './lib/collective-agreement-rate/collective-agreement-rate-search.dto'; export * from './lib/collective-agreement-rate/collective-agreement-rate-edit.dto'; export * from './lib/dashboard/dashboard.dto'; export * from './lib/dashboard/dashboard-notification-history.dto'; export * from './lib/dashboard/dashboard-message-list.dto'; export * from './lib/dashboard/dashboard-enabled-widgets.dto'; export * from './lib/dashboard/dashboard-parameters.dto'; export * from './lib/scheduling/team-user-query.dto'; export * from './lib/scheduling/resource-group-resource-query.dto'; export * from './lib/scheduling/scheduling-resource-list.dto'; export * from './lib/scheduling/scheduling-events-query.dto'; export * from './lib/calendar-event/calendar-event.dto'; export * from './lib/calendar-event/calendar-event-edit.dto'; export * from './lib/calendar-event/calendar-event-category.dto'; export * from './lib/calendar-event/calendar-event-category-list.dto'; export * from './lib/calendar-event/calendar-event-excluded-date.dto'; export * from './lib/calendar-event/calendar-event-excluded-date-list.dto'; export * from './lib/calendar-event/calendar-event-reminder.dto'; export * from './lib/calendar-event/calendar-event-reminder-list.dto'; export * from './lib/calendar-event/calendar-event-deploy-pending.dto'; export * from './lib/calendar-event/calendar-event-date-change.dto'; export * from './lib/calendar-event/fullcalendar-event.dto'; export * from './lib/calendar-event/calendar-event-date-range.dto'; export * from './lib/calendar-event/calendar-event-user-events.dto'; export * from './lib/calendar-event/participant-list.dto'; export * from './lib/calendar-event/owner-calendar-events.dto'; export * from './lib/calendar-event/calendar-event-user-events.dto'; export * from './lib/calendar-event/calendar-event-list.dto'; export * from './lib/calendar-event/calendar-event-edit-participants.dto'; export * from './lib/calendar-event/calendar-event-search.dto'; export * from './lib/calendar-event/calendar-event-edit-dates-only.dto'; export * from './lib/news/news.dto'; export * from './lib/trade-request/trade-request-edit.dto'; export * from './lib/trade-request/trade-request-event-list.dto'; export * from './lib/trade-request/trade-request-event-participants-list.dto'; export * from './lib/trade-request/trade-request-event-resource-list.dto'; export * from './lib/trade-request/trade-request-offer-list.dto'; export * from './lib/trade-request/trade-request.dto'; export * from './lib/trade-offer/trade-offer-edit.dto'; export * from './lib/case/case-edit.dto'; export * from './lib/address/address.dto'; export * from './lib/address/address-list.dto'; export * from './lib/address/address-edit.dto'; export * from './lib/address/address-search.dto'; export * from './lib/contact/contact.dto'; export * from './lib/contact/contact-list.dto'; export * from './lib/contact/contact-edit.dto'; export * from './lib/contact/contact-search.dto'; export * from './lib/position/position.dto'; export * from './lib/position/position-edit.dto'; export * from './lib/position/position-list.dto'; export * from './lib/position/position-search.dto'; export * from './lib/account/account.dto'; export * from './lib/account/account-edit.dto'; export * from './lib/account/account-list.dto'; export * from './lib/account/account-search.dto'; export * from './lib/pricelist/pricelist-edit.dto'; export * from './lib/pricelist/pricelist.dto'; export * from './lib/pricelist/pricelist-list.dto'; export * from './lib/pricelist/pricelist-search.dto'; export * from './lib/pricelist-item/pricelist-item.dto'; export * from './lib/pricelist-item/pricelist-item-list.dto'; export * from './lib/pricelist-item/pricelist-item-edit.dto'; export * from './lib/pricelist-item/pricelist-item-search.dto'; export * from './lib/product/product-list.dto'; export * from './lib/product/product-edit.dto'; export * from './lib/product/product.dto'; export * from './lib/product/product-search.dto'; export * from './lib/product-version/product-version-list.dto'; export * from './lib/product-version/product-version-edit.dto'; export * from './lib/product-version/product-version.dto'; export * from './lib/product-test/product-test-list.dto'; export * from './lib/product-group/product-group-dto'; export * from './lib/product-group/product-group-edit.dto'; export * from './lib/product-group/product-group-list.dto'; export * from './lib/product-group/product-group-search.dto'; export * from './lib/product-checkpoint/product-checkpoint-list.dto'; export * from './lib/product-checkpoint/product-checkpoint.dto'; export * from './lib/product-checkpoint/product-checkpoint-edit.dto'; export * from './lib/product-checkpoint-question/product-checkpoint-question.dto'; export * from './lib/product-checkpoint-question/product-checkpoint-question-edit.dto'; export * from './lib/product-checkpoint-question/product-checkpoint-question-list.dto';