@passly-nl/data 1.0.0-beta.2 → 1.0.0-beta.3
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/dist/adapter/AuthAdapter.d.ts +1 -1
- package/dist/adapter/BuyerAdapter.d.ts +1 -1
- package/dist/adapter/CommonAdapter.d.ts +1 -1
- package/dist/adapter/EventAdapter.d.ts +1 -1
- package/dist/adapter/FileSystemAdapter.d.ts +1 -1
- package/dist/adapter/FinanceAdapter.d.ts +1 -1
- package/dist/adapter/MerchantAdapter.d.ts +1 -1
- package/dist/adapter/MerchantDashboardAdapter.d.ts +1 -1
- package/dist/adapter/OrderAdapter.d.ts +1 -1
- package/dist/adapter/PaymentAdapter.d.ts +1 -1
- package/dist/adapter/ProductAdapter.d.ts +1 -1
- package/dist/adapter/PublicPayAdapter.d.ts +1 -1
- package/dist/adapter/PublicShopAdapter.d.ts +1 -1
- package/dist/adapter/ReservationAdapter.d.ts +1 -1
- package/dist/adapter/TicketAdapter.d.ts +1 -1
- package/dist/dto/auth/UserDto.d.ts +1 -1
- package/dist/dto/auth/UserTokenDto.d.ts +2 -2
- package/dist/dto/event/EventDto.d.ts +2 -2
- package/dist/dto/event/EventStatisticsFinancialDto.d.ts +1 -1
- package/dist/dto/event/EventStatisticsOrdersDto.d.ts +1 -1
- package/dist/dto/event/EventStatisticsScansDto.d.ts +1 -1
- package/dist/dto/event/ShopDto.d.ts +2 -2
- package/dist/dto/event/ShopElementButtonDto.d.ts +1 -1
- package/dist/dto/event/ShopElementDividerDto.d.ts +1 -1
- package/dist/dto/event/ShopElementDto.d.ts +1 -1
- package/dist/dto/event/ShopElementHeadingDto.d.ts +2 -2
- package/dist/dto/event/ShopElementNoticeDto.d.ts +2 -2
- package/dist/dto/event/ShopElementProductDto.d.ts +1 -1
- package/dist/dto/event/ShopElementTextDto.d.ts +1 -1
- package/dist/dto/event/StockOverviewDto.d.ts +1 -1
- package/dist/dto/event/StockOverviewItemDto.d.ts +1 -1
- package/dist/dto/event/TicketTemplateDto.d.ts +2 -2
- package/dist/dto/finance/FinanceOverviewDto.d.ts +1 -1
- package/dist/dto/finance/InvoiceDto.d.ts +2 -2
- package/dist/dto/finance/InvoiceLineDto.d.ts +2 -2
- package/dist/dto/merchant/ContractDto.d.ts +1 -1
- package/dist/dto/merchant/InvitationDto.d.ts +2 -2
- package/dist/dto/merchant/MerchantDashboardKeyMetricsDto.d.ts +1 -1
- package/dist/dto/merchant/MerchantDashboardUpcomingEventDto.d.ts +2 -2
- package/dist/dto/merchant/MerchantDto.d.ts +1 -1
- package/dist/dto/merchant/MerchantUserDto.d.ts +1 -1
- package/dist/dto/order/BuyerDto.d.ts +2 -2
- package/dist/dto/order/OrderDto.d.ts +2 -2
- package/dist/dto/order/OrderLineDto.d.ts +1 -1
- package/dist/dto/payment/PaymentProviderDto.d.ts +2 -2
- package/dist/dto/payment/TransactionDto.d.ts +2 -2
- package/dist/dto/product/ProductDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopElementButtonDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopElementDividerDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopElementDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopElementHeadingDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopElementNoticeDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopElementProductDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopElementTextDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopEventDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopProductDto.d.ts +2 -2
- package/dist/dto/publicShop/PublicShopReservationDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopReservationProductDetailsDto.d.ts +1 -1
- package/dist/dto/publicShop/PublicShopReservationProductDto.d.ts +1 -1
- package/dist/dto/reservation/ReservationDto.d.ts +1 -1
- package/dist/dto/reservation/ReservationItemDto.d.ts +1 -1
- package/dist/dto/reservation/ReservationProductDto.d.ts +1 -1
- package/dist/dto/ticket/TicketDto.d.ts +2 -2
- package/dist/index.js +2 -2
- package/dist/index.js.map +103 -103
- package/dist/service/AuthService.d.ts +2 -2
- package/dist/service/InvitationService.d.ts +1 -1
- package/dist/service/MeService.d.ts +1 -1
- package/dist/service/MerchantBuyerService.d.ts +1 -1
- package/dist/service/MerchantBuyersService.d.ts +1 -1
- package/dist/service/MerchantDashboardService.d.ts +1 -1
- package/dist/service/MerchantEventProductService.d.ts +1 -1
- package/dist/service/MerchantEventProductsService.d.ts +1 -1
- package/dist/service/MerchantEventService.d.ts +1 -1
- package/dist/service/MerchantEventShopService.d.ts +1 -1
- package/dist/service/MerchantEventShopsService.d.ts +1 -1
- package/dist/service/MerchantEventStatisticsService.d.ts +1 -1
- package/dist/service/MerchantEventStockPoolsService.d.ts +1 -1
- package/dist/service/MerchantEventTicketTemplateService.d.ts +2 -2
- package/dist/service/MerchantEventTicketTemplatesService.d.ts +2 -2
- package/dist/service/MerchantEventsService.d.ts +1 -1
- package/dist/service/MerchantFinanceInvoiceService.d.ts +1 -1
- package/dist/service/MerchantFinanceInvoicesService.d.ts +1 -1
- package/dist/service/MerchantFinanceService.d.ts +2 -2
- package/dist/service/MerchantOrderService.d.ts +1 -1
- package/dist/service/MerchantOrdersService.d.ts +1 -1
- package/dist/service/MerchantService.d.ts +2 -2
- package/dist/service/MerchantTicketService.d.ts +1 -1
- package/dist/service/MerchantTicketsService.d.ts +1 -1
- package/dist/service/MerchantUsersService.d.ts +2 -2
- package/dist/service/MerchantsService.d.ts +1 -1
- package/dist/service/PublicOrderService.d.ts +1 -1
- package/dist/service/PublicShopService.d.ts +2 -2
- package/dist/service/ReservationService.d.ts +1 -1
- package/package.json +1 -4
- package/src/adapter/AddressAdapter.ts +1 -1
- package/src/adapter/AuthAdapter.ts +3 -3
- package/src/adapter/BuyerAdapter.ts +3 -3
- package/src/adapter/CommonAdapter.ts +1 -1
- package/src/adapter/EventAdapter.ts +3 -3
- package/src/adapter/FileSystemAdapter.ts +1 -1
- package/src/adapter/FinanceAdapter.ts +3 -3
- package/src/adapter/MerchantAdapter.ts +3 -3
- package/src/adapter/MerchantDashboardAdapter.ts +2 -2
- package/src/adapter/OrderAdapter.ts +3 -3
- package/src/adapter/PaymentAdapter.ts +3 -3
- package/src/adapter/ProductAdapter.ts +3 -3
- package/src/adapter/PublicPayAdapter.ts +1 -1
- package/src/adapter/PublicShopAdapter.ts +3 -3
- package/src/adapter/ReservationAdapter.ts +3 -3
- package/src/adapter/TicketAdapter.ts +3 -3
- package/src/dto/auth/UserDto.ts +1 -1
- package/src/dto/auth/UserTokenDto.ts +2 -2
- package/src/dto/event/EventDto.ts +2 -2
- package/src/dto/event/EventStatisticsFinancialDto.ts +1 -1
- package/src/dto/event/EventStatisticsOrdersDto.ts +1 -1
- package/src/dto/event/EventStatisticsScansDto.ts +1 -1
- package/src/dto/event/ShopDto.ts +2 -2
- package/src/dto/event/ShopElementButtonDto.ts +1 -1
- package/src/dto/event/ShopElementDividerDto.ts +1 -1
- package/src/dto/event/ShopElementDto.ts +1 -1
- package/src/dto/event/ShopElementHeadingDto.ts +2 -2
- package/src/dto/event/ShopElementNoticeDto.ts +2 -2
- package/src/dto/event/ShopElementProductDto.ts +1 -1
- package/src/dto/event/ShopElementTextDto.ts +1 -1
- package/src/dto/event/StockOverviewDto.ts +1 -1
- package/src/dto/event/StockOverviewItemDto.ts +1 -1
- package/src/dto/event/TicketTemplateDto.ts +2 -2
- package/src/dto/finance/FinanceOverviewDto.ts +1 -1
- package/src/dto/finance/InvoiceDto.ts +2 -2
- package/src/dto/finance/InvoiceLineDto.ts +2 -2
- package/src/dto/merchant/ContractDto.ts +1 -1
- package/src/dto/merchant/InvitationDto.ts +2 -2
- package/src/dto/merchant/MerchantDashboardKeyMetricsDto.ts +1 -1
- package/src/dto/merchant/MerchantDashboardUpcomingEventDto.ts +2 -2
- package/src/dto/merchant/MerchantDto.ts +1 -1
- package/src/dto/merchant/MerchantUserDto.ts +1 -1
- package/src/dto/order/BuyerDto.ts +2 -2
- package/src/dto/order/OrderDto.ts +2 -2
- package/src/dto/order/OrderLineDto.ts +1 -1
- package/src/dto/payment/PaymentProviderDto.ts +2 -2
- package/src/dto/payment/TransactionDto.ts +2 -2
- package/src/dto/product/ProductDto.ts +2 -2
- package/src/dto/publicShop/PublicShopDto.ts +2 -2
- package/src/dto/publicShop/PublicShopElementButtonDto.ts +1 -1
- package/src/dto/publicShop/PublicShopElementDividerDto.ts +1 -1
- package/src/dto/publicShop/PublicShopElementDto.ts +1 -1
- package/src/dto/publicShop/PublicShopElementHeadingDto.ts +2 -2
- package/src/dto/publicShop/PublicShopElementNoticeDto.ts +2 -2
- package/src/dto/publicShop/PublicShopElementProductDto.ts +1 -1
- package/src/dto/publicShop/PublicShopElementTextDto.ts +1 -1
- package/src/dto/publicShop/PublicShopEventDto.ts +2 -2
- package/src/dto/publicShop/PublicShopProductDto.ts +2 -2
- package/src/dto/publicShop/PublicShopReservationDto.ts +1 -1
- package/src/dto/publicShop/PublicShopReservationProductDetailsDto.ts +1 -1
- package/src/dto/publicShop/PublicShopReservationProductDto.ts +1 -1
- package/src/dto/reservation/ReservationDto.ts +1 -1
- package/src/dto/reservation/ReservationItemDto.ts +1 -1
- package/src/dto/reservation/ReservationProductDto.ts +1 -1
- package/src/dto/ticket/TicketDto.ts +2 -2
- package/src/service/AuthService.ts +3 -3
- package/src/service/InvitationService.ts +2 -2
- package/src/service/MeService.ts +2 -2
- package/src/service/MerchantBuyerService.ts +2 -2
- package/src/service/MerchantBuyersService.ts +2 -2
- package/src/service/MerchantDashboardService.ts +2 -2
- package/src/service/MerchantEventProductService.ts +2 -2
- package/src/service/MerchantEventProductsService.ts +2 -2
- package/src/service/MerchantEventService.ts +3 -3
- package/src/service/MerchantEventShopService.ts +2 -2
- package/src/service/MerchantEventShopsService.ts +2 -2
- package/src/service/MerchantEventStatisticsService.ts +2 -2
- package/src/service/MerchantEventStockPoolsService.ts +2 -2
- package/src/service/MerchantEventTicketTemplateService.ts +3 -3
- package/src/service/MerchantEventTicketTemplatesService.ts +4 -4
- package/src/service/MerchantEventsService.ts +2 -2
- package/src/service/MerchantFinanceInvoiceService.ts +2 -2
- package/src/service/MerchantFinanceInvoicesService.ts +2 -2
- package/src/service/MerchantFinanceService.ts +3 -3
- package/src/service/MerchantOrderService.ts +2 -2
- package/src/service/MerchantOrdersService.ts +2 -2
- package/src/service/MerchantService.ts +4 -4
- package/src/service/MerchantTicketService.ts +2 -2
- package/src/service/MerchantTicketsService.ts +2 -2
- package/src/service/MerchantUsersService.ts +3 -3
- package/src/service/MerchantsService.ts +2 -2
- package/src/service/PublicOrderService.ts +2 -2
- package/src/service/PublicShopService.ts +3 -3
- package/src/service/ReservationService.ts +2 -2
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { TotpStateDto, UserDto, UserTokenDto } from "
|
|
1
|
+
import { TotpStateDto, UserDto, UserTokenDto } from "../dto";
|
|
2
2
|
export declare class AuthAdapter {
|
|
3
3
|
static parseTotpStateFromObject(state: Record<string, any>): TotpStateDto;
|
|
4
4
|
static parseUserFromObject(user: Record<string, any>): UserDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { EventAvailabilityDto, EventCountersDto, EventDto, EventStatisticsAttendanceDto, EventStatisticsBuyerTotalsDto, EventStatisticsFinancialDto, EventStatisticsOrdersDto, EventStatisticsOrderTotalsDto, EventStatisticsScansDto, EventStatisticsScansPerAppTeamDto, EventStatisticsScanTotalsDto, EventStatisticsSwapTotalsDto, ShopDesignDto, ShopDto, ShopElementDto, StockOverviewDto, StockOverviewItemDto, StockPoolDto, TicketTemplateDto } from "
|
|
1
|
+
import { EventAvailabilityDto, EventCountersDto, EventDto, EventStatisticsAttendanceDto, EventStatisticsBuyerTotalsDto, EventStatisticsFinancialDto, EventStatisticsOrdersDto, EventStatisticsOrderTotalsDto, EventStatisticsScansDto, EventStatisticsScansPerAppTeamDto, EventStatisticsScanTotalsDto, EventStatisticsSwapTotalsDto, ShopDesignDto, ShopDto, ShopElementDto, StockOverviewDto, StockOverviewItemDto, StockPoolDto, TicketTemplateDto } from "../dto";
|
|
2
2
|
export declare class EventAdapter {
|
|
3
3
|
static parseEventFromObject(event: Record<string, any>): EventDto;
|
|
4
4
|
static parseEventAvailabilityFromObject(availability: Record<string, any>): EventAvailabilityDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { FinanceOverviewDto, InvoiceDto, InvoiceLineDto } from "
|
|
1
|
+
import { FinanceOverviewDto, InvoiceDto, InvoiceLineDto } from "../dto";
|
|
2
2
|
export declare class FinanceAdapter {
|
|
3
3
|
static parseFinanceOverviewFromObject(overview: Record<string, any>): FinanceOverviewDto;
|
|
4
4
|
static parseInvoiceFromObject(invoice: Record<string, any>): InvoiceDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ContractDto, InvitationDto, MerchantDto, MerchantUserDto, VatNumberDto } from "
|
|
1
|
+
import { ContractDto, InvitationDto, MerchantDto, MerchantUserDto, VatNumberDto } from "../dto";
|
|
2
2
|
export declare class MerchantAdapter {
|
|
3
3
|
static parseContractFromObject(contract: Record<string, any>): ContractDto;
|
|
4
4
|
static parseInvitationFromObject(invitation: Record<string, any>): InvitationDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { MerchantDashboardKeyMetricsDto, MerchantDashboardUpcomingEventDto } from "
|
|
1
|
+
import { MerchantDashboardKeyMetricsDto, MerchantDashboardUpcomingEventDto } from "../dto";
|
|
2
2
|
export declare class MerchantDashboardAdapter {
|
|
3
3
|
static parseKeyMetricsFromObject(keyMetrics: Record<string, any>): MerchantDashboardKeyMetricsDto;
|
|
4
4
|
static parseUpcomingEventFromObject(event: Record<string, any>): MerchantDashboardUpcomingEventDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { OrderDto, OrderLineDto, OrderPaymentProviderDto, OrderProductDto } from "
|
|
1
|
+
import { OrderDto, OrderLineDto, OrderPaymentProviderDto, OrderProductDto } from "../dto";
|
|
2
2
|
export declare class OrderAdapter {
|
|
3
3
|
static parseOrderFromObject(order: Record<string, any>): OrderDto;
|
|
4
4
|
static parseOrderLineFromObject(line: Record<string, any>): OrderLineDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { CostDto, PaymentMethodDto, PaymentProviderDto, TransactionDto } from "
|
|
1
|
+
import { CostDto, PaymentMethodDto, PaymentProviderDto, TransactionDto } from "../dto";
|
|
2
2
|
export declare class PaymentAdapter {
|
|
3
3
|
static parseCostFromObject(cost: Record<string, any>): CostDto;
|
|
4
4
|
static parsePaymentMethodFromObject(method: Record<string, any>): PaymentMethodDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PublicShopDesignDto, PublicShopDto, PublicShopElementDto, PublicShopEventDto, PublicShopMerchantDto, PublicShopProductDto, PublicShopReservationDto, PublicShopReservationProductDetailsDto, PublicShopReservationProductDto, PublicShopTimeSlotDto } from "
|
|
1
|
+
import { PublicShopDesignDto, PublicShopDto, PublicShopElementDto, PublicShopEventDto, PublicShopMerchantDto, PublicShopProductDto, PublicShopReservationDto, PublicShopReservationProductDetailsDto, PublicShopReservationProductDto, PublicShopTimeSlotDto } from "../dto";
|
|
2
2
|
export declare class PublicShopAdapter {
|
|
3
3
|
static parsePublicShopFromObject(shop: Record<string, any>): PublicShopDto;
|
|
4
4
|
static parsePublicShopDesignFromObject(design: Record<string, any>): PublicShopDesignDto;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { ReservationDto, ReservationItemDto, ReservationProductDto } from "
|
|
1
|
+
import { ReservationDto, ReservationItemDto, ReservationProductDto } from "../dto";
|
|
2
2
|
export declare class ReservationAdapter {
|
|
3
3
|
static parseReservationFromObject(reservation: Record<string, any>): ReservationDto;
|
|
4
4
|
static parseReservationItemFromObject(item: Record<string, any>): ReservationItemDto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { UserDto } from "
|
|
3
|
-
import type { BrowserType, OperatingSystemType, UserTokenType } from "
|
|
2
|
+
import type { UserDto } from "../../dto";
|
|
3
|
+
import type { BrowserType, OperatingSystemType, UserTokenType } from "../../types";
|
|
4
4
|
export declare class UserTokenDto {
|
|
5
5
|
#private;
|
|
6
6
|
get token(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { AddressDto, PictureDto } from "
|
|
3
|
-
import type { EventStatus } from "
|
|
2
|
+
import type { AddressDto, PictureDto } from "../../dto";
|
|
3
|
+
import type { EventStatus } from "../../types";
|
|
4
4
|
export declare class EventDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { ApexOptions } from "apexcharts";
|
|
2
|
-
import type { EventStatisticsScansPerAppTeamDto, EventStatisticsScanTotalsDto } from "
|
|
2
|
+
import type { EventStatisticsScansPerAppTeamDto, EventStatisticsScanTotalsDto } from "../../dto";
|
|
3
3
|
export declare class EventStatisticsScansDto {
|
|
4
4
|
#private;
|
|
5
5
|
get appTeams(): EventStatisticsScansPerAppTeamDto[];
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { EventDto, MerchantDto, ShopDesignDto } from "
|
|
3
|
-
import type { ShopFieldRequirement, ShopStatus } from "
|
|
2
|
+
import type { EventDto, MerchantDto, ShopDesignDto } from "../../dto";
|
|
3
|
+
import type { ShopFieldRequirement, ShopStatus } from "../../types";
|
|
4
4
|
export declare class ShopDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { ShopElementDto } from "
|
|
2
|
-
import type { HeadingLevel } from "
|
|
1
|
+
import { ShopElementDto } from "../../dto";
|
|
2
|
+
import type { HeadingLevel } from "../../types";
|
|
3
3
|
export declare class ShopElementHeadingDto extends ShopElementDto {
|
|
4
4
|
#private;
|
|
5
5
|
get headingLevel(): HeadingLevel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { FluxIconName } from "@flux-ui/types";
|
|
2
|
-
import { ShopElementDto } from "
|
|
3
|
-
import type { NoticeType } from "
|
|
2
|
+
import { ShopElementDto } from "../../dto";
|
|
3
|
+
import type { NoticeType } from "../../types";
|
|
4
4
|
export declare class ShopElementNoticeDto extends ShopElementDto {
|
|
5
5
|
#private;
|
|
6
6
|
get icon(): FluxIconName;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PictureDto, ProductDto } from "
|
|
2
|
-
import type { TicketTemplateType } from "
|
|
1
|
+
import type { PictureDto, ProductDto } from "../../dto";
|
|
2
|
+
import type { TicketTemplateType } from "../../types";
|
|
3
3
|
export declare class TicketTemplateDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { CostDto, InvoiceLineDto } from "
|
|
3
|
-
import type { TransactionStatus } from "
|
|
2
|
+
import type { CostDto, InvoiceLineDto } from "../../dto";
|
|
3
|
+
import type { TransactionStatus } from "../../types";
|
|
4
4
|
export declare class InvoiceDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { CostDto } from "
|
|
3
|
-
import type { InvoiceLineType } from "
|
|
2
|
+
import type { CostDto } from "../../dto";
|
|
3
|
+
import type { InvoiceLineType } from "../../types";
|
|
4
4
|
export declare class InvoiceLineDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { MerchantDto, UserDto } from "
|
|
3
|
-
import type { Claim } from "
|
|
2
|
+
import type { MerchantDto, UserDto } from "../../dto";
|
|
3
|
+
import type { Claim } from "../../types";
|
|
4
4
|
export declare class InvitationDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { PictureDto } from "
|
|
3
|
-
import type { EventStatus } from "
|
|
2
|
+
import type { PictureDto } from "../../dto";
|
|
3
|
+
import type { EventStatus } from "../../types";
|
|
4
4
|
export declare class MerchantDashboardUpcomingEventDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { AddressDto } from "
|
|
3
|
-
import type { Gender } from "
|
|
2
|
+
import type { AddressDto } from "../../dto";
|
|
3
|
+
import type { Gender } from "../../types";
|
|
4
4
|
export declare class BuyerDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { BuyerDto, CostDto, EventDto, OrderLineDto, OrderPaymentProviderDto, PublicShopDto, TransactionDto } from "
|
|
3
|
-
import type { OrderOrigin, OrderType } from "
|
|
2
|
+
import type { BuyerDto, CostDto, EventDto, OrderLineDto, OrderPaymentProviderDto, PublicShopDto, TransactionDto } from "../../dto";
|
|
3
|
+
import type { OrderOrigin, OrderType } from "../../types";
|
|
4
4
|
export declare class OrderDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { PaymentMethodDto } from "
|
|
2
|
-
import type { PaymentProviderType } from "
|
|
1
|
+
import type { PaymentMethodDto } from "../../dto";
|
|
2
|
+
import type { PaymentProviderType } from "../../types";
|
|
3
3
|
export declare class PaymentProviderDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CostDto, OrderDto, PaymentMethodDto } from "
|
|
2
|
-
import type { TransactionStatus } from "
|
|
1
|
+
import type { CostDto, OrderDto, PaymentMethodDto } from "../../dto";
|
|
2
|
+
import type { TransactionStatus } from "../../types";
|
|
3
3
|
export declare class TransactionDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CostDto, PictureDto, StockPoolDto } from "
|
|
2
|
-
import type { ProductType } from "
|
|
1
|
+
import type { CostDto, PictureDto, StockPoolDto } from "../../dto";
|
|
2
|
+
import type { ProductType } from "../../types";
|
|
3
3
|
export declare class ProductDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { PublicShopDesignDto, PublicShopElementDto, PublicShopEventDto, PublicShopMerchantDto } from "
|
|
3
|
-
import type { ShopFieldRequirement } from "
|
|
2
|
+
import type { PublicShopDesignDto, PublicShopElementDto, PublicShopEventDto, PublicShopMerchantDto } from "../../dto";
|
|
3
|
+
import type { ShopFieldRequirement } from "../../types";
|
|
4
4
|
export declare class PublicShopDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FluxIconName } from "@flux-ui/types";
|
|
2
|
-
import { PublicShopElementDto } from "
|
|
2
|
+
import { PublicShopElementDto } from "../../dto";
|
|
3
3
|
export declare class PublicShopElementButtonDto extends PublicShopElementDto {
|
|
4
4
|
#private;
|
|
5
5
|
get icon(): FluxIconName | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import type { FluxIconName } from "@flux-ui/types";
|
|
2
|
-
import { PublicShopElementDto } from "
|
|
2
|
+
import { PublicShopElementDto } from "../../dto";
|
|
3
3
|
export declare class PublicShopElementDividerDto extends PublicShopElementDto {
|
|
4
4
|
#private;
|
|
5
5
|
get icon(): FluxIconName | null;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import { PublicShopElementDto } from "
|
|
2
|
-
import type { HeadingLevel } from "
|
|
1
|
+
import { PublicShopElementDto } from "../../dto";
|
|
2
|
+
import type { HeadingLevel } from "../../types";
|
|
3
3
|
export declare class PublicShopElementHeadingDto extends PublicShopElementDto {
|
|
4
4
|
#private;
|
|
5
5
|
get headingLevel(): HeadingLevel;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { FluxIconName } from "@flux-ui/types";
|
|
2
|
-
import { PublicShopElementDto } from "
|
|
3
|
-
import type { NoticeType } from "
|
|
2
|
+
import { PublicShopElementDto } from "../../dto";
|
|
3
|
+
import type { NoticeType } from "../../types";
|
|
4
4
|
export declare class PublicShopElementNoticeDto extends PublicShopElementDto {
|
|
5
5
|
#private;
|
|
6
6
|
get icon(): FluxIconName;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { PublicShopElementDto, type PublicShopProductDto } from "
|
|
1
|
+
import { PublicShopElementDto, type PublicShopProductDto } from "../../dto";
|
|
2
2
|
export declare class PublicShopElementProductDto extends PublicShopElementDto {
|
|
3
3
|
#private;
|
|
4
4
|
get product(): PublicShopProductDto;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { AddressDto, PictureDto } from "
|
|
2
|
-
import type { EventStatus } from "
|
|
1
|
+
import type { AddressDto, PictureDto } from "../../dto";
|
|
2
|
+
import type { EventStatus } from "../../types";
|
|
3
3
|
export declare class PublicShopEventDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
|
-
import type { CostDto, PictureDto, PublicShopTimeSlotDto } from "
|
|
2
|
-
import type { ProductType } from "
|
|
1
|
+
import type { CostDto, PictureDto, PublicShopTimeSlotDto } from "../../dto";
|
|
2
|
+
import type { ProductType } from "../../types";
|
|
3
3
|
export declare class PublicShopProductDto {
|
|
4
4
|
#private;
|
|
5
5
|
get id(): string;
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import type { PublicShopReservationProductDetailsDto } from "
|
|
1
|
+
import type { PublicShopReservationProductDetailsDto } from "../../dto";
|
|
2
2
|
export declare class PublicShopReservationProductDto {
|
|
3
3
|
#private;
|
|
4
4
|
get product(): PublicShopReservationProductDetailsDto;
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import type { DateTime } from "luxon";
|
|
2
|
-
import type { BuyerDto, EventDto, OrderDto, ProductDto } from "
|
|
3
|
-
import type { ScanStatus, TicketValidity } from "
|
|
2
|
+
import type { BuyerDto, EventDto, OrderDto, ProductDto } from "../../dto";
|
|
3
|
+
import type { ScanStatus, TicketValidity } from "../../types";
|
|
4
4
|
export declare class TicketDto {
|
|
5
5
|
#private;
|
|
6
6
|
get id(): string;
|