@passly-nl/data 1.0.0-beta.1 → 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.
Files changed (190) hide show
  1. package/dist/adapter/AuthAdapter.d.ts +1 -1
  2. package/dist/adapter/BuyerAdapter.d.ts +1 -1
  3. package/dist/adapter/CommonAdapter.d.ts +1 -1
  4. package/dist/adapter/EventAdapter.d.ts +1 -1
  5. package/dist/adapter/FileSystemAdapter.d.ts +1 -1
  6. package/dist/adapter/FinanceAdapter.d.ts +1 -1
  7. package/dist/adapter/MerchantAdapter.d.ts +1 -1
  8. package/dist/adapter/MerchantDashboardAdapter.d.ts +1 -1
  9. package/dist/adapter/OrderAdapter.d.ts +1 -1
  10. package/dist/adapter/PaymentAdapter.d.ts +1 -1
  11. package/dist/adapter/ProductAdapter.d.ts +1 -1
  12. package/dist/adapter/PublicPayAdapter.d.ts +1 -1
  13. package/dist/adapter/PublicShopAdapter.d.ts +1 -1
  14. package/dist/adapter/ReservationAdapter.d.ts +1 -1
  15. package/dist/adapter/TicketAdapter.d.ts +1 -1
  16. package/dist/dto/auth/UserDto.d.ts +1 -1
  17. package/dist/dto/auth/UserTokenDto.d.ts +2 -2
  18. package/dist/dto/event/EventDto.d.ts +2 -2
  19. package/dist/dto/event/EventStatisticsFinancialDto.d.ts +1 -1
  20. package/dist/dto/event/EventStatisticsOrdersDto.d.ts +1 -1
  21. package/dist/dto/event/EventStatisticsScansDto.d.ts +1 -1
  22. package/dist/dto/event/ShopDto.d.ts +2 -2
  23. package/dist/dto/event/ShopElementButtonDto.d.ts +1 -1
  24. package/dist/dto/event/ShopElementDividerDto.d.ts +1 -1
  25. package/dist/dto/event/ShopElementDto.d.ts +1 -1
  26. package/dist/dto/event/ShopElementHeadingDto.d.ts +2 -2
  27. package/dist/dto/event/ShopElementNoticeDto.d.ts +2 -2
  28. package/dist/dto/event/ShopElementProductDto.d.ts +1 -1
  29. package/dist/dto/event/ShopElementTextDto.d.ts +1 -1
  30. package/dist/dto/event/StockOverviewDto.d.ts +1 -1
  31. package/dist/dto/event/StockOverviewItemDto.d.ts +1 -1
  32. package/dist/dto/event/TicketTemplateDto.d.ts +2 -2
  33. package/dist/dto/finance/FinanceOverviewDto.d.ts +1 -1
  34. package/dist/dto/finance/InvoiceDto.d.ts +2 -2
  35. package/dist/dto/finance/InvoiceLineDto.d.ts +2 -2
  36. package/dist/dto/merchant/ContractDto.d.ts +1 -1
  37. package/dist/dto/merchant/InvitationDto.d.ts +2 -2
  38. package/dist/dto/merchant/MerchantDashboardKeyMetricsDto.d.ts +1 -1
  39. package/dist/dto/merchant/MerchantDashboardUpcomingEventDto.d.ts +2 -2
  40. package/dist/dto/merchant/MerchantDto.d.ts +1 -1
  41. package/dist/dto/merchant/MerchantUserDto.d.ts +1 -1
  42. package/dist/dto/order/BuyerDto.d.ts +2 -2
  43. package/dist/dto/order/OrderDto.d.ts +2 -2
  44. package/dist/dto/order/OrderLineDto.d.ts +1 -1
  45. package/dist/dto/payment/PaymentProviderDto.d.ts +2 -2
  46. package/dist/dto/payment/TransactionDto.d.ts +2 -2
  47. package/dist/dto/product/ProductDto.d.ts +2 -2
  48. package/dist/dto/publicShop/PublicShopDto.d.ts +2 -2
  49. package/dist/dto/publicShop/PublicShopElementButtonDto.d.ts +1 -1
  50. package/dist/dto/publicShop/PublicShopElementDividerDto.d.ts +1 -1
  51. package/dist/dto/publicShop/PublicShopElementDto.d.ts +1 -1
  52. package/dist/dto/publicShop/PublicShopElementHeadingDto.d.ts +2 -2
  53. package/dist/dto/publicShop/PublicShopElementNoticeDto.d.ts +2 -2
  54. package/dist/dto/publicShop/PublicShopElementProductDto.d.ts +1 -1
  55. package/dist/dto/publicShop/PublicShopElementTextDto.d.ts +1 -1
  56. package/dist/dto/publicShop/PublicShopEventDto.d.ts +2 -2
  57. package/dist/dto/publicShop/PublicShopProductDto.d.ts +2 -2
  58. package/dist/dto/publicShop/PublicShopReservationDto.d.ts +1 -1
  59. package/dist/dto/publicShop/PublicShopReservationProductDetailsDto.d.ts +1 -1
  60. package/dist/dto/publicShop/PublicShopReservationProductDto.d.ts +1 -1
  61. package/dist/dto/reservation/ReservationDto.d.ts +1 -1
  62. package/dist/dto/reservation/ReservationItemDto.d.ts +1 -1
  63. package/dist/dto/reservation/ReservationProductDto.d.ts +1 -1
  64. package/dist/dto/ticket/TicketDto.d.ts +2 -2
  65. package/dist/index.js +2 -2
  66. package/dist/index.js.map +103 -103
  67. package/dist/service/AuthService.d.ts +2 -2
  68. package/dist/service/InvitationService.d.ts +1 -1
  69. package/dist/service/MeService.d.ts +1 -1
  70. package/dist/service/MerchantBuyerService.d.ts +1 -1
  71. package/dist/service/MerchantBuyersService.d.ts +1 -1
  72. package/dist/service/MerchantDashboardService.d.ts +1 -1
  73. package/dist/service/MerchantEventProductService.d.ts +1 -1
  74. package/dist/service/MerchantEventProductsService.d.ts +1 -1
  75. package/dist/service/MerchantEventService.d.ts +1 -1
  76. package/dist/service/MerchantEventShopService.d.ts +1 -1
  77. package/dist/service/MerchantEventShopsService.d.ts +1 -1
  78. package/dist/service/MerchantEventStatisticsService.d.ts +1 -1
  79. package/dist/service/MerchantEventStockPoolsService.d.ts +1 -1
  80. package/dist/service/MerchantEventTicketTemplateService.d.ts +2 -2
  81. package/dist/service/MerchantEventTicketTemplatesService.d.ts +2 -2
  82. package/dist/service/MerchantEventsService.d.ts +1 -1
  83. package/dist/service/MerchantFinanceInvoiceService.d.ts +1 -1
  84. package/dist/service/MerchantFinanceInvoicesService.d.ts +1 -1
  85. package/dist/service/MerchantFinanceService.d.ts +2 -2
  86. package/dist/service/MerchantOrderService.d.ts +1 -1
  87. package/dist/service/MerchantOrdersService.d.ts +1 -1
  88. package/dist/service/MerchantService.d.ts +2 -2
  89. package/dist/service/MerchantTicketService.d.ts +1 -1
  90. package/dist/service/MerchantTicketsService.d.ts +1 -1
  91. package/dist/service/MerchantUsersService.d.ts +2 -2
  92. package/dist/service/MerchantsService.d.ts +1 -1
  93. package/dist/service/PublicOrderService.d.ts +1 -1
  94. package/dist/service/PublicShopService.d.ts +2 -2
  95. package/dist/service/ReservationService.d.ts +1 -1
  96. package/package.json +1 -4
  97. package/src/adapter/AddressAdapter.ts +1 -1
  98. package/src/adapter/AuthAdapter.ts +3 -3
  99. package/src/adapter/BuyerAdapter.ts +3 -3
  100. package/src/adapter/CommonAdapter.ts +1 -1
  101. package/src/adapter/EventAdapter.ts +3 -3
  102. package/src/adapter/FileSystemAdapter.ts +1 -1
  103. package/src/adapter/FinanceAdapter.ts +3 -3
  104. package/src/adapter/MerchantAdapter.ts +3 -3
  105. package/src/adapter/MerchantDashboardAdapter.ts +2 -2
  106. package/src/adapter/OrderAdapter.ts +3 -3
  107. package/src/adapter/PaymentAdapter.ts +3 -3
  108. package/src/adapter/ProductAdapter.ts +3 -3
  109. package/src/adapter/PublicPayAdapter.ts +1 -1
  110. package/src/adapter/PublicShopAdapter.ts +3 -3
  111. package/src/adapter/ReservationAdapter.ts +3 -3
  112. package/src/adapter/TicketAdapter.ts +3 -3
  113. package/src/dto/auth/UserDto.ts +1 -1
  114. package/src/dto/auth/UserTokenDto.ts +2 -2
  115. package/src/dto/event/EventDto.ts +2 -2
  116. package/src/dto/event/EventStatisticsFinancialDto.ts +1 -1
  117. package/src/dto/event/EventStatisticsOrdersDto.ts +1 -1
  118. package/src/dto/event/EventStatisticsScansDto.ts +1 -1
  119. package/src/dto/event/ShopDto.ts +2 -2
  120. package/src/dto/event/ShopElementButtonDto.ts +1 -1
  121. package/src/dto/event/ShopElementDividerDto.ts +1 -1
  122. package/src/dto/event/ShopElementDto.ts +1 -1
  123. package/src/dto/event/ShopElementHeadingDto.ts +2 -2
  124. package/src/dto/event/ShopElementNoticeDto.ts +2 -2
  125. package/src/dto/event/ShopElementProductDto.ts +1 -1
  126. package/src/dto/event/ShopElementTextDto.ts +1 -1
  127. package/src/dto/event/StockOverviewDto.ts +1 -1
  128. package/src/dto/event/StockOverviewItemDto.ts +1 -1
  129. package/src/dto/event/TicketTemplateDto.ts +2 -2
  130. package/src/dto/finance/FinanceOverviewDto.ts +1 -1
  131. package/src/dto/finance/InvoiceDto.ts +2 -2
  132. package/src/dto/finance/InvoiceLineDto.ts +2 -2
  133. package/src/dto/merchant/ContractDto.ts +1 -1
  134. package/src/dto/merchant/InvitationDto.ts +2 -2
  135. package/src/dto/merchant/MerchantDashboardKeyMetricsDto.ts +1 -1
  136. package/src/dto/merchant/MerchantDashboardUpcomingEventDto.ts +2 -2
  137. package/src/dto/merchant/MerchantDto.ts +1 -1
  138. package/src/dto/merchant/MerchantUserDto.ts +1 -1
  139. package/src/dto/order/BuyerDto.ts +2 -2
  140. package/src/dto/order/OrderDto.ts +2 -2
  141. package/src/dto/order/OrderLineDto.ts +1 -1
  142. package/src/dto/payment/PaymentProviderDto.ts +2 -2
  143. package/src/dto/payment/TransactionDto.ts +2 -2
  144. package/src/dto/product/ProductDto.ts +2 -2
  145. package/src/dto/publicShop/PublicShopDto.ts +2 -2
  146. package/src/dto/publicShop/PublicShopElementButtonDto.ts +1 -1
  147. package/src/dto/publicShop/PublicShopElementDividerDto.ts +1 -1
  148. package/src/dto/publicShop/PublicShopElementDto.ts +1 -1
  149. package/src/dto/publicShop/PublicShopElementHeadingDto.ts +2 -2
  150. package/src/dto/publicShop/PublicShopElementNoticeDto.ts +2 -2
  151. package/src/dto/publicShop/PublicShopElementProductDto.ts +1 -1
  152. package/src/dto/publicShop/PublicShopElementTextDto.ts +1 -1
  153. package/src/dto/publicShop/PublicShopEventDto.ts +2 -2
  154. package/src/dto/publicShop/PublicShopProductDto.ts +2 -2
  155. package/src/dto/publicShop/PublicShopReservationDto.ts +1 -1
  156. package/src/dto/publicShop/PublicShopReservationProductDetailsDto.ts +1 -1
  157. package/src/dto/publicShop/PublicShopReservationProductDto.ts +1 -1
  158. package/src/dto/reservation/ReservationDto.ts +1 -1
  159. package/src/dto/reservation/ReservationItemDto.ts +1 -1
  160. package/src/dto/reservation/ReservationProductDto.ts +1 -1
  161. package/src/dto/ticket/TicketDto.ts +2 -2
  162. package/src/service/AuthService.ts +3 -3
  163. package/src/service/InvitationService.ts +2 -2
  164. package/src/service/MeService.ts +2 -2
  165. package/src/service/MerchantBuyerService.ts +2 -2
  166. package/src/service/MerchantBuyersService.ts +2 -2
  167. package/src/service/MerchantDashboardService.ts +2 -2
  168. package/src/service/MerchantEventProductService.ts +2 -2
  169. package/src/service/MerchantEventProductsService.ts +2 -2
  170. package/src/service/MerchantEventService.ts +3 -3
  171. package/src/service/MerchantEventShopService.ts +2 -2
  172. package/src/service/MerchantEventShopsService.ts +2 -2
  173. package/src/service/MerchantEventStatisticsService.ts +2 -2
  174. package/src/service/MerchantEventStockPoolsService.ts +2 -2
  175. package/src/service/MerchantEventTicketTemplateService.ts +3 -3
  176. package/src/service/MerchantEventTicketTemplatesService.ts +4 -4
  177. package/src/service/MerchantEventsService.ts +2 -2
  178. package/src/service/MerchantFinanceInvoiceService.ts +2 -2
  179. package/src/service/MerchantFinanceInvoicesService.ts +2 -2
  180. package/src/service/MerchantFinanceService.ts +3 -3
  181. package/src/service/MerchantOrderService.ts +2 -2
  182. package/src/service/MerchantOrdersService.ts +2 -2
  183. package/src/service/MerchantService.ts +4 -4
  184. package/src/service/MerchantTicketService.ts +2 -2
  185. package/src/service/MerchantTicketsService.ts +2 -2
  186. package/src/service/MerchantUsersService.ts +3 -3
  187. package/src/service/MerchantsService.ts +2 -2
  188. package/src/service/PublicOrderService.ts +2 -2
  189. package/src/service/PublicShopService.ts +3 -3
  190. package/src/service/ReservationService.ts +2 -2
@@ -1,4 +1,4 @@
1
- import { TotpStateDto, UserDto, UserTokenDto } from "#data/dto";
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 { BuyerDto } from "#data/dto";
1
+ import { BuyerDto } from "../dto";
2
2
  export declare class BuyerAdapter {
3
3
  static parseBuyerFromObject(buyer: Record<string, any>): BuyerDto;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { StatusResponseDto } from "#data/dto";
1
+ import { StatusResponseDto } from "../dto";
2
2
  export declare class CommonAdapter {
3
3
  static parseStatusResponseFromObject(response: Record<string, any>): StatusResponseDto;
4
4
  }
@@ -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 "#data/dto";
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 { PictureDto } from "#data/dto";
1
+ import { PictureDto } from "../dto";
2
2
  export declare class FileSystemAdapter {
3
3
  static parsePictureFromObject(picture: Record<string, any>): PictureDto;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { FinanceOverviewDto, InvoiceDto, InvoiceLineDto } from "#data/dto";
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 "#data/dto";
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 "#data/dto";
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 "#data/dto";
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 "#data/dto";
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 { ProductDto } from "#data/dto";
1
+ import { ProductDto } from "../dto";
2
2
  export declare class ProductAdapter {
3
3
  static parseProductFromObject(product: Record<string, any>): ProductDto;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { PublicPaymentMethodDto } from "#data/dto";
1
+ import { PublicPaymentMethodDto } from "../dto";
2
2
  export declare class PublicPayAdapter {
3
3
  static parsePublicPaymentMethodFromObject(method: Record<string, any>): PublicPaymentMethodDto;
4
4
  }
@@ -1,4 +1,4 @@
1
- import { PublicShopDesignDto, PublicShopDto, PublicShopElementDto, PublicShopEventDto, PublicShopMerchantDto, PublicShopProductDto, PublicShopReservationDto, PublicShopReservationProductDetailsDto, PublicShopReservationProductDto, PublicShopTimeSlotDto } from "#data/dto";
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 "#data/dto";
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,4 +1,4 @@
1
- import { TicketDto } from "#data/dto";
1
+ import { TicketDto } from "../dto";
2
2
  export declare class TicketAdapter {
3
3
  static parseTicketFromObject(ticket: Record<string, any>): TicketDto;
4
4
  }
@@ -1,4 +1,4 @@
1
- import type { PictureDto } from "#data/dto";
1
+ import type { PictureDto } from "../../dto";
2
2
  export declare class UserDto {
3
3
  #private;
4
4
  get id(): string;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { UserDto } from "#data/dto";
3
- import type { BrowserType, OperatingSystemType, UserTokenType } from "#data/types";
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 "#data/dto";
3
- import type { EventStatus } from "#data/types";
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,4 +1,4 @@
1
- import type { CostDto } from "#data/dto";
1
+ import type { CostDto } from "../../dto";
2
2
  export declare class EventStatisticsFinancialDto {
3
3
  #private;
4
4
  get platformCost(): CostDto;
@@ -1,5 +1,5 @@
1
1
  import type { ApexOptions } from "apexcharts";
2
- import type { EventStatisticsOrderTotalsDto } from "#data/dto";
2
+ import type { EventStatisticsOrderTotalsDto } from "../../dto";
3
3
  export declare class EventStatisticsOrdersDto {
4
4
  #private;
5
5
  get chart(): ApexOptions;
@@ -1,5 +1,5 @@
1
1
  import type { ApexOptions } from "apexcharts";
2
- import type { EventStatisticsScansPerAppTeamDto, EventStatisticsScanTotalsDto } from "#data/dto";
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 "#data/dto";
3
- import type { ShopFieldRequirement, ShopStatus } from "#data/types";
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
1
  import type { FluxIconName } from "@flux-ui/types";
2
- import { ShopElementDto } from "#data/dto";
2
+ import { ShopElementDto } from "../../dto";
3
3
  export declare class ShopElementButtonDto extends ShopElementDto {
4
4
  #private;
5
5
  get icon(): FluxIconName | null;
@@ -1,5 +1,5 @@
1
1
  import type { FluxIconName } from "@flux-ui/types";
2
- import { ShopElementDto } from "#data/dto";
2
+ import { ShopElementDto } from "../../dto";
3
3
  export declare class ShopElementDividerDto extends ShopElementDto {
4
4
  #private;
5
5
  get icon(): FluxIconName | null;
@@ -1,4 +1,4 @@
1
- import type { ShopElementType } from "#data/types";
1
+ import type { ShopElementType } from "../../types";
2
2
  export declare abstract class ShopElementDto {
3
3
  #private;
4
4
  get id(): string;
@@ -1,5 +1,5 @@
1
- import { ShopElementDto } from "#data/dto";
2
- import type { HeadingLevel } from "#data/types";
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 "#data/dto";
3
- import type { NoticeType } from "#data/types";
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,4 +1,4 @@
1
- import { type ProductDto, ShopElementDto } from "#data/dto";
1
+ import { type ProductDto, ShopElementDto } from "../../dto";
2
2
  export declare class ShopElementProductDto extends ShopElementDto {
3
3
  #private;
4
4
  get product(): ProductDto;
@@ -1,4 +1,4 @@
1
- import { ShopElementDto } from "#data/dto";
1
+ import { ShopElementDto } from "../../dto";
2
2
  export declare class ShopElementTextDto extends ShopElementDto {
3
3
  #private;
4
4
  get text(): string;
@@ -1,4 +1,4 @@
1
- import type { StockOverviewItemDto } from "#data/dto";
1
+ import type { StockOverviewItemDto } from "../../dto";
2
2
  export declare class StockOverviewDto {
3
3
  #private;
4
4
  get total(): number;
@@ -1,4 +1,4 @@
1
- import type { ProductDto, StockPoolDto } from "#data/dto";
1
+ import type { ProductDto, StockPoolDto } from "../../dto";
2
2
  export declare class StockOverviewItemDto {
3
3
  #private;
4
4
  get pool(): StockPoolDto;
@@ -1,5 +1,5 @@
1
- import type { PictureDto, ProductDto } from "#data/dto";
2
- import type { TicketTemplateType } from "#data/types";
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,4 +1,4 @@
1
- import type { CostDto } from "#data/dto";
1
+ import type { CostDto } from "../../dto";
2
2
  export declare class FinanceOverviewDto {
3
3
  #private;
4
4
  get estimatedPaymentCost(): CostDto;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { CostDto, InvoiceLineDto } from "#data/dto";
3
- import type { TransactionStatus } from "#data/types";
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 "#data/dto";
3
- import type { InvoiceLineType } from "#data/types";
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,5 +1,5 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { CostDto } from "#data/dto";
2
+ import type { CostDto } from "../../dto";
3
3
  export declare class ContractDto {
4
4
  #private;
5
5
  get id(): string;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { MerchantDto, UserDto } from "#data/dto";
3
- import type { Claim } from "#data/types";
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,4 +1,4 @@
1
- import type { CostDto } from "#data/dto";
1
+ import type { CostDto } from "../../dto";
2
2
  type RevenueGrowth = {
3
3
  readonly value: CostDto;
4
4
  readonly growth: number;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { PictureDto } from "#data/dto";
3
- import type { EventStatus } from "#data/types";
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,5 +1,5 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { AddressDto, ContractDto, PictureDto } from "#data/dto";
2
+ import type { AddressDto, ContractDto, PictureDto } from "../../dto";
3
3
  export declare class MerchantDto {
4
4
  #private;
5
5
  get id(): string;
@@ -1,5 +1,5 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { UserDto } from "#data/dto";
2
+ import type { UserDto } from "../../dto";
3
3
  export declare class MerchantUserDto {
4
4
  #private;
5
5
  get isManager(): boolean;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { AddressDto } from "#data/dto";
3
- import type { Gender } from "#data/types";
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 "#data/dto";
3
- import type { OrderOrigin, OrderType } from "#data/types";
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
1
  import type { DateTime } from "luxon";
2
- import type { CostDto, OrderProductDto } from "#data/dto";
2
+ import type { CostDto, OrderProductDto } from "../../dto";
3
3
  export declare class OrderLineDto {
4
4
  #private;
5
5
  get id(): string;
@@ -1,5 +1,5 @@
1
- import type { PaymentMethodDto } from "#data/dto";
2
- import type { PaymentProviderType } from "#data/types";
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 "#data/dto";
2
- import type { TransactionStatus } from "#data/types";
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 "#data/dto";
2
- import type { ProductType } from "#data/types";
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 "#data/dto";
3
- import type { ShopFieldRequirement } from "#data/types";
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 "#data/dto";
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 "#data/dto";
2
+ import { PublicShopElementDto } from "../../dto";
3
3
  export declare class PublicShopElementDividerDto extends PublicShopElementDto {
4
4
  #private;
5
5
  get icon(): FluxIconName | null;
@@ -1,4 +1,4 @@
1
- import type { PublicShopElementType } from "#data/types";
1
+ import type { PublicShopElementType } from "../../types";
2
2
  export declare abstract class PublicShopElementDto {
3
3
  #private;
4
4
  get id(): string;
@@ -1,5 +1,5 @@
1
- import { PublicShopElementDto } from "#data/dto";
2
- import type { HeadingLevel } from "#data/types";
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 "#data/dto";
3
- import type { NoticeType } from "#data/types";
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 "#data/dto";
1
+ import { PublicShopElementDto, type PublicShopProductDto } from "../../dto";
2
2
  export declare class PublicShopElementProductDto extends PublicShopElementDto {
3
3
  #private;
4
4
  get product(): PublicShopProductDto;
@@ -1,4 +1,4 @@
1
- import { PublicShopElementDto } from "#data/dto";
1
+ import { PublicShopElementDto } from "../../dto";
2
2
  export declare class PublicShopElementTextDto extends PublicShopElementDto {
3
3
  #private;
4
4
  get text(): string;
@@ -1,5 +1,5 @@
1
- import type { AddressDto, PictureDto } from "#data/dto";
2
- import type { EventStatus } from "#data/types";
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 "#data/dto";
2
- import type { ProductType } from "#data/types";
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,5 +1,5 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { PublicShopReservationProductDto } from "#data/dto";
2
+ import type { PublicShopReservationProductDto } from "../../dto";
3
3
  export declare class PublicShopReservationDto {
4
4
  #private;
5
5
  get id(): string;
@@ -1,4 +1,4 @@
1
- import type { PictureDto } from "#data/dto";
1
+ import type { PictureDto } from "../../dto";
2
2
  export declare class PublicShopReservationProductDetailsDto {
3
3
  #private;
4
4
  get id(): string;
@@ -1,4 +1,4 @@
1
- import type { PublicShopReservationProductDetailsDto } from "#data/dto";
1
+ import type { PublicShopReservationProductDetailsDto } from "../../dto";
2
2
  export declare class PublicShopReservationProductDto {
3
3
  #private;
4
4
  get product(): PublicShopReservationProductDetailsDto;
@@ -1,5 +1,5 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { ReservationItemDto } from "#data/dto";
2
+ import type { ReservationItemDto } from "../../dto";
3
3
  export declare class ReservationDto {
4
4
  #private;
5
5
  get id(): string;
@@ -1,4 +1,4 @@
1
- import type { ReservationProductDto } from "#data/dto";
1
+ import type { ReservationProductDto } from "../../dto";
2
2
  export declare class ReservationItemDto {
3
3
  #private;
4
4
  get quantity(): number;
@@ -1,4 +1,4 @@
1
- import type { PictureDto } from "#data/dto";
1
+ import type { PictureDto } from "../../dto";
2
2
  export declare class ReservationProductDto {
3
3
  #private;
4
4
  get id(): string;
@@ -1,6 +1,6 @@
1
1
  import type { DateTime } from "luxon";
2
- import type { BuyerDto, EventDto, OrderDto, ProductDto } from "#data/dto";
3
- import type { ScanStatus, TicketValidity } from "#data/types";
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;