@ikas/storefront 0.3.0-alpha.1 → 1.0.1

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 (31) hide show
  1. package/build/__generated__/global-types.d.ts +0 -34
  2. package/build/api/index.d.ts +0 -1
  3. package/build/index.es.js +101 -1336
  4. package/build/index.js +100 -1347
  5. package/build/models/data/index.d.ts +0 -1
  6. package/build/models/theme/component/prop/index.d.ts +0 -2
  7. package/build/models/theme/index.d.ts +0 -2
  8. package/build/models/theme/page/index.d.ts +1 -4
  9. package/build/models/ui/index.d.ts +0 -2
  10. package/build/models/ui/validator/rules/index.d.ts +0 -4
  11. package/build/pages/index.d.ts +1 -4
  12. package/build/providers/page-data-init.d.ts +1 -7
  13. package/build/providers/placeholders.d.ts +1 -2
  14. package/build/providers/prop-value/custom.d.ts +0 -2
  15. package/build/store/customer.d.ts +0 -1
  16. package/package.json +1 -1
  17. package/build/api/raffle/__generated__/getRafflesByCustomerId.d.ts +0 -41
  18. package/build/api/raffle/__generated__/listRaffle.d.ts +0 -58
  19. package/build/api/raffle/__generated__/listRaffleMetaData.d.ts +0 -21
  20. package/build/api/raffle/__generated__/saveRaffleParticipant.d.ts +0 -30
  21. package/build/api/raffle/index.d.ts +0 -24
  22. package/build/models/data/raffle/index.d.ts +0 -63
  23. package/build/models/theme/page/component/prop-value/raffle-list.d.ts +0 -5
  24. package/build/models/theme/page/component/prop-value/raffle.d.ts +0 -5
  25. package/build/models/ui/raffle-list/index.d.ts +0 -54
  26. package/build/models/ui/validator/form/raffle-form.d.ts +0 -60
  27. package/build/pages/account/raffles.d.ts +0 -6
  28. package/build/pages/raffle/[slug].d.ts +0 -7
  29. package/build/pages/raffle/index.d.ts +0 -6
  30. package/build/providers/prop-value/raffle-list.d.ts +0 -5
  31. package/build/providers/prop-value/raffle.d.ts +0 -11
@@ -268,12 +268,6 @@ export declare enum ProductSearchShowStockOptionEnum {
268
268
  SHOW_ALL = "SHOW_ALL",
269
269
  SHOW_OUT_OF_STOCK_AT_END = "SHOW_OUT_OF_STOCK_AT_END"
270
270
  }
271
- /**
272
- * RaffleMetadataTargetTypeEnum
273
- */
274
- export declare enum RaffleMetadataTargetTypeEnum {
275
- RAFFLE = "RAFFLE"
276
- }
277
271
  /**
278
272
  * Shipping Method Enum
279
273
  */
@@ -346,17 +340,6 @@ export declare enum VariantSelectionTypeEnum {
346
340
  CHOICE = "CHOICE",
347
341
  COLOR = "COLOR"
348
342
  }
349
- /**
350
- * Verification Type Enum
351
- */
352
- export declare enum VerificationTypeEnum {
353
- EMAIL = "EMAIL",
354
- MERSIS = "MERSIS"
355
- }
356
- export interface AppliedProductInput {
357
- productId?: string | null;
358
- variantId: string;
359
- }
360
343
  export interface BlogMetadataTargetTypeEnumFilter {
361
344
  eq?: BlogMetadataTargetTypeEnum | null;
362
345
  in?: BlogMetadataTargetTypeEnum[] | null;
@@ -540,23 +523,6 @@ export interface ProductLastViewedInput {
540
523
  products: ProductItemInput[];
541
524
  updatedAt?: any | null;
542
525
  }
543
- export interface RaffleMetadataTargetTypeEnumFilter {
544
- eq?: RaffleMetadataTargetTypeEnum | null;
545
- in?: RaffleMetadataTargetTypeEnum[] | null;
546
- }
547
- export interface RaffleParticipantsInput {
548
- appliedProducts: AppliedProductInput[];
549
- createdAt?: any | null;
550
- deleted?: boolean | null;
551
- email: string;
552
- extraData?: any | null;
553
- firstName: string;
554
- id?: string | null;
555
- lastName: string;
556
- phone?: string | null;
557
- raffleId: string;
558
- updatedAt?: any | null;
559
- }
560
526
  export interface RetrieveInstallmentInfoInput {
561
527
  binNumber: string;
562
528
  paymentGatewayId: string;
@@ -17,6 +17,5 @@ export { IkasContactFormAPI } from "./contact-form/index";
17
17
  export { IkasStateAPI } from "./state/index";
18
18
  export { IkasVariantTypeAPI } from "./variant-type/index";
19
19
  export { IkasProductOptionSetAPI } from "./product-option-set/index";
20
- export { IkasRaffleAPI, ListRaffleParams } from "./raffle/index";
21
20
  export { IkasProductBackInStockReminderAPI } from "./back-in-stock-reminder/index";
22
21
  export { apollo } from "./apollo";