@timardex/cluemart-shared 1.5.532 → 1.5.533
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/graphql/index.d.mts +2 -1
- package/dist/graphql/index.d.ts +2 -1
- package/dist/hooks/index.d.mts +2 -1
- package/dist/hooks/index.d.ts +2 -1
- package/dist/index.d.mts +58 -61
- package/dist/index.d.ts +58 -61
- package/dist/{post-DZ_wwOQN.d.ts → post-CISTnZDs.d.ts} +10 -5
- package/dist/{post-BRychs8s.d.mts → post-Dpg2AwRf.d.mts} +10 -5
- package/dist/types/index.d.mts +3 -9
- package/dist/types/index.d.ts +3 -9
- package/package.json +1 -1
package/dist/graphql/index.d.mts
CHANGED
|
@@ -2,9 +2,10 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.mjs';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-MMBYi34A.mjs';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, e as SchoolReturnType, f as SchoolType } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, e as SchoolReturnType, f as SchoolType } from '../post-Dpg2AwRf.mjs';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-CC5mxG64.mjs';
|
|
7
7
|
import 'react-hook-form';
|
|
8
|
+
import '../images/index.mjs';
|
|
8
9
|
|
|
9
10
|
declare const useAdminUpdateResourceType: () => {
|
|
10
11
|
adminUpdateResourceType: (options?: _apollo_client.MutationFunctionOptions<{
|
package/dist/graphql/index.d.ts
CHANGED
|
@@ -2,9 +2,10 @@ import * as _apollo_client from '@apollo/client';
|
|
|
2
2
|
import { EnumResourceType } from '../enums/index.js';
|
|
3
3
|
import { C as ChatType, R as ReportChatUser, N as NotificationCount, a as NotificationType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
4
|
import { E as EventType, c as EventListItemType, d as EventInfoType, e as RelationType, f as ResourceConnectionsType, U as UnregisteredVendorType, V as VendorType, g as VendorInfoType, h as UserLicenceType } from '../global-B0WdAD-8.js';
|
|
5
|
-
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, e as SchoolReturnType, f as SchoolType } from '../post-
|
|
5
|
+
import { U as UserType, P as PartnerType, R as ResourceByUser, A as AdType, E as EnumAdStatus, S as SubscriptionPlansResponse, a as SubscriptionStatusData, b as PostType, c as EnumPostType, d as AppSettingsType, e as SchoolReturnType, f as SchoolType } from '../post-CISTnZDs.js';
|
|
6
6
|
import { G as GameDocType, a as GameLeaderboard } from '../game-DhiKOr9_.js';
|
|
7
7
|
import 'react-hook-form';
|
|
8
|
+
import '../images/index.js';
|
|
8
9
|
|
|
9
10
|
declare const useAdminUpdateResourceType: () => {
|
|
10
11
|
adminUpdateResourceType: (options?: _apollo_client.MutationFunctionOptions<{
|
package/dist/hooks/index.d.mts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-MMBYi34A.mjs';
|
|
2
|
-
import { g as UserFormData, C as CreateUserFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData, p as SchoolFormData, q as CreateSchoolFormData } from '../post-
|
|
2
|
+
import { g as UserFormData, C as CreateUserFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData, p as SchoolFormData, q as CreateSchoolFormData } from '../post-Dpg2AwRf.mjs';
|
|
3
3
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-DtPfNKc4.mjs';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.mjs';
|
|
6
|
+
import '../images/index.mjs';
|
|
6
7
|
import '../game-CC5mxG64.mjs';
|
|
7
8
|
|
|
8
9
|
interface PlacePrediction {
|
package/dist/hooks/index.d.ts
CHANGED
|
@@ -1,8 +1,9 @@
|
|
|
1
1
|
import { L as LocationType, i as VendorFormData, j as CreateVendorFormData, k as VendorInfoFormData, l as CreateVendorInfoFormData, m as EventFormData, n as CreateEventFormData, o as EventInfoFormData, p as CreateEventInfoFormData, q as UnregisteredVendorFormData, B as BaseResourceTypeFormData } from '../global-B0WdAD-8.js';
|
|
2
|
-
import { g as UserFormData, C as CreateUserFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData, p as SchoolFormData, q as CreateSchoolFormData } from '../post-
|
|
2
|
+
import { g as UserFormData, C as CreateUserFormData, h as PartnerFormData, i as AdFormData, j as CreateAdFormData, k as CreatePartnerFormData, l as PostFormData, m as CreatePostFormData, n as AppSettingsFormData, o as CreateAppSettingsFormData, p as SchoolFormData, q as CreateSchoolFormData } from '../post-CISTnZDs.js';
|
|
3
3
|
import { C as CreateLoginFormData, a as CreateRegisterFormData, b as CreateRequestPasswordResetFormData, c as CreateValidateVerificationTokenFormData, d as CreateResetPasswordFormData, e as ContactUsFormData, f as CreateContactUsFormData } from '../auth-B5tprOIL.js';
|
|
4
4
|
import 'react-hook-form';
|
|
5
5
|
import '../enums/index.js';
|
|
6
|
+
import '../images/index.js';
|
|
6
7
|
import '../game-DhiKOr9_.js';
|
|
7
8
|
|
|
8
9
|
interface PlacePrediction {
|
package/dist/index.d.mts
CHANGED
|
@@ -751,9 +751,65 @@ type CreateBulkNotificationInput = {
|
|
|
751
751
|
userIds: string[];
|
|
752
752
|
};
|
|
753
753
|
|
|
754
|
+
declare const PKG: "@timardex/cluemart-shared";
|
|
755
|
+
declare const IMAGE_EXTENSION: ".webp";
|
|
756
|
+
/**
|
|
757
|
+
* Basenames under the shared images directory — use with `getSharedImagePath` from `@timardex/cluemart-shared/images/node` (Express / Node).
|
|
758
|
+
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
759
|
+
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
760
|
+
*/
|
|
761
|
+
declare const posterIds: readonly ["poster1", "poster2", "poster3"];
|
|
762
|
+
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
763
|
+
/**
|
|
764
|
+
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
|
765
|
+
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
766
|
+
*/
|
|
767
|
+
declare const cluiIds: readonly ["cluiTui", "sima", "tablas", "telefonos", "ugralos"];
|
|
768
|
+
declare const cluiFiles: { readonly [K in (typeof cluiIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
769
|
+
declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-icon", "instagram", "meet", "poll", "tiktok", "tip", "waze-maps-icon", "website", "youtube"];
|
|
770
|
+
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
771
|
+
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
772
|
+
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
773
|
+
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-atr"];
|
|
774
|
+
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
775
|
+
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
776
|
+
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
777
|
+
/**
|
|
778
|
+
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
|
779
|
+
* so your bundler resolves the file, e.g.
|
|
780
|
+
* `import poster1 from "@timardex/cluemart-shared/images/poster1.webp"`
|
|
781
|
+
* or `require("@timardex/cluemart-shared/images/poster1.webp")` (React Native / Metro).
|
|
782
|
+
*
|
|
783
|
+
* Derived from `posterFiles` so keys and filenames stay aligned.
|
|
784
|
+
*/
|
|
785
|
+
declare const posters: { readonly [K in keyof typeof posterFiles]: `${typeof PKG}/images/${(typeof posterFiles)[K]}`; };
|
|
786
|
+
/**
|
|
787
|
+
* Module specifiers for Clui assets (same flat `@…/images/<file>.webp` pattern as posters), e.g.
|
|
788
|
+
* `import clui from "@timardex/cluemart-shared/images/cluiTui.webp"`.
|
|
789
|
+
*/
|
|
790
|
+
declare const cluiImages: { readonly [K in keyof typeof cluiFiles]: `${typeof PKG}/images/${(typeof cluiFiles)[K]}`; };
|
|
791
|
+
declare const icons: { readonly [K in keyof typeof iconFiles]: `${typeof PKG}/images/${(typeof iconFiles)[K]}`; };
|
|
792
|
+
declare const badges: { readonly [K in keyof typeof badgeFiles]: `${typeof PKG}/images/${(typeof badgeFiles)[K]}`; };
|
|
793
|
+
declare const logos: { readonly [K in keyof typeof logoFiles]: `${typeof PKG}/images/${(typeof logoFiles)[K]}`; };
|
|
794
|
+
declare const otherImages: { readonly [K in keyof typeof otherImagesFiles]: `${typeof PKG}/images/${(typeof otherImagesFiles)[K]}`; };
|
|
795
|
+
type PosterAssetId = keyof typeof posters;
|
|
796
|
+
/** A single filename under the shared images directory (values of `posterFiles`). */
|
|
797
|
+
type PosterImageBasename = (typeof posterFiles)[PosterAssetId];
|
|
798
|
+
type CluiImageId = keyof typeof cluiImages;
|
|
799
|
+
/** Basename under the shared images directory (values of `cluiFiles`). */
|
|
800
|
+
type CluiImageBasename = (typeof cluiFiles)[CluiImageId];
|
|
801
|
+
type IconId = keyof typeof icons;
|
|
802
|
+
type IconBasename = (typeof iconFiles)[IconId];
|
|
803
|
+
type BadgeId = keyof typeof badges;
|
|
804
|
+
type BadgeBasename = (typeof badgeFiles)[BadgeId];
|
|
805
|
+
type LogoId = keyof typeof logos;
|
|
806
|
+
type LogoBasename = (typeof logoFiles)[LogoId];
|
|
807
|
+
type OtherImagesId = keyof typeof otherImages;
|
|
808
|
+
type OtherImagesBasename = (typeof otherImagesFiles)[OtherImagesId];
|
|
809
|
+
|
|
754
810
|
interface PosterInputType {
|
|
755
811
|
description: string;
|
|
756
|
-
posterName:
|
|
812
|
+
posterName: PosterAssetId;
|
|
757
813
|
resourceId: string;
|
|
758
814
|
resourceType: EnumResourceType;
|
|
759
815
|
}
|
|
@@ -1245,10 +1301,7 @@ type SchoolReturnType = {
|
|
|
1245
1301
|
school: SchoolType;
|
|
1246
1302
|
users: SchoolRegisteredUserType[];
|
|
1247
1303
|
};
|
|
1248
|
-
|
|
1249
|
-
posterName: string;
|
|
1250
|
-
resourceId: string;
|
|
1251
|
-
}
|
|
1304
|
+
type MarketingMaterialRequestInputType = Pick<PosterInputType, "resourceId" | "posterName">;
|
|
1252
1305
|
|
|
1253
1306
|
declare const vendorElectricity: {
|
|
1254
1307
|
details: FormField;
|
|
@@ -2477,62 +2530,6 @@ declare function useAppSettingsForm(data?: AppSettingsFormData): CreateAppSettin
|
|
|
2477
2530
|
|
|
2478
2531
|
declare function useSchoolForm(data?: SchoolFormData): CreateSchoolFormData;
|
|
2479
2532
|
|
|
2480
|
-
declare const PKG: "@timardex/cluemart-shared";
|
|
2481
|
-
declare const IMAGE_EXTENSION: ".webp";
|
|
2482
|
-
/**
|
|
2483
|
-
* Basenames under the shared images directory — use with `getSharedImagePath` from `@timardex/cluemart-shared/images/node` (Express / Node).
|
|
2484
|
-
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
2485
|
-
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
2486
|
-
*/
|
|
2487
|
-
declare const posterIds: readonly ["poster1", "poster2", "poster3"];
|
|
2488
|
-
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2489
|
-
/**
|
|
2490
|
-
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
|
2491
|
-
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
2492
|
-
*/
|
|
2493
|
-
declare const cluiIds: readonly ["cluiTui", "sima", "tablas", "telefonos", "ugralos"];
|
|
2494
|
-
declare const cluiFiles: { readonly [K in (typeof cluiIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2495
|
-
declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-icon", "instagram", "meet", "poll", "tiktok", "tip", "waze-maps-icon", "website", "youtube"];
|
|
2496
|
-
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2497
|
-
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
2498
|
-
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2499
|
-
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-atr"];
|
|
2500
|
-
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2501
|
-
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
2502
|
-
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2503
|
-
/**
|
|
2504
|
-
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
|
2505
|
-
* so your bundler resolves the file, e.g.
|
|
2506
|
-
* `import poster1 from "@timardex/cluemart-shared/images/poster1.webp"`
|
|
2507
|
-
* or `require("@timardex/cluemart-shared/images/poster1.webp")` (React Native / Metro).
|
|
2508
|
-
*
|
|
2509
|
-
* Derived from `posterFiles` so keys and filenames stay aligned.
|
|
2510
|
-
*/
|
|
2511
|
-
declare const posters: { readonly [K in keyof typeof posterFiles]: `${typeof PKG}/images/${(typeof posterFiles)[K]}`; };
|
|
2512
|
-
/**
|
|
2513
|
-
* Module specifiers for Clui assets (same flat `@…/images/<file>.webp` pattern as posters), e.g.
|
|
2514
|
-
* `import clui from "@timardex/cluemart-shared/images/cluiTui.webp"`.
|
|
2515
|
-
*/
|
|
2516
|
-
declare const cluiImages: { readonly [K in keyof typeof cluiFiles]: `${typeof PKG}/images/${(typeof cluiFiles)[K]}`; };
|
|
2517
|
-
declare const icons: { readonly [K in keyof typeof iconFiles]: `${typeof PKG}/images/${(typeof iconFiles)[K]}`; };
|
|
2518
|
-
declare const badges: { readonly [K in keyof typeof badgeFiles]: `${typeof PKG}/images/${(typeof badgeFiles)[K]}`; };
|
|
2519
|
-
declare const logos: { readonly [K in keyof typeof logoFiles]: `${typeof PKG}/images/${(typeof logoFiles)[K]}`; };
|
|
2520
|
-
declare const otherImages: { readonly [K in keyof typeof otherImagesFiles]: `${typeof PKG}/images/${(typeof otherImagesFiles)[K]}`; };
|
|
2521
|
-
type PosterAssetId = keyof typeof posters;
|
|
2522
|
-
/** A single filename under the shared images directory (values of `posterFiles`). */
|
|
2523
|
-
type PosterImageBasename = (typeof posterFiles)[PosterAssetId];
|
|
2524
|
-
type CluiImageId = keyof typeof cluiImages;
|
|
2525
|
-
/** Basename under the shared images directory (values of `cluiFiles`). */
|
|
2526
|
-
type CluiImageBasename = (typeof cluiFiles)[CluiImageId];
|
|
2527
|
-
type IconId = keyof typeof icons;
|
|
2528
|
-
type IconBasename = (typeof iconFiles)[IconId];
|
|
2529
|
-
type BadgeId = keyof typeof badges;
|
|
2530
|
-
type BadgeBasename = (typeof badgeFiles)[BadgeId];
|
|
2531
|
-
type LogoId = keyof typeof logos;
|
|
2532
|
-
type LogoBasename = (typeof logoFiles)[LogoId];
|
|
2533
|
-
type OtherImagesId = keyof typeof otherImages;
|
|
2534
|
-
type OtherImagesBasename = (typeof otherImagesFiles)[OtherImagesId];
|
|
2535
|
-
|
|
2536
2533
|
declare const SAVED_PASSWORD_KEY = "savedPassword";
|
|
2537
2534
|
declare const SAVED_EMAIL_KEY = "savedEmail";
|
|
2538
2535
|
declare const SAVED_TOKEN_KEY = "savedToken";
|
package/dist/index.d.ts
CHANGED
|
@@ -751,9 +751,65 @@ type CreateBulkNotificationInput = {
|
|
|
751
751
|
userIds: string[];
|
|
752
752
|
};
|
|
753
753
|
|
|
754
|
+
declare const PKG: "@timardex/cluemart-shared";
|
|
755
|
+
declare const IMAGE_EXTENSION: ".webp";
|
|
756
|
+
/**
|
|
757
|
+
* Basenames under the shared images directory — use with `getSharedImagePath` from `@timardex/cluemart-shared/images/node` (Express / Node).
|
|
758
|
+
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
759
|
+
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
760
|
+
*/
|
|
761
|
+
declare const posterIds: readonly ["poster1", "poster2", "poster3"];
|
|
762
|
+
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
763
|
+
/**
|
|
764
|
+
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
|
765
|
+
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
766
|
+
*/
|
|
767
|
+
declare const cluiIds: readonly ["cluiTui", "sima", "tablas", "telefonos", "ugralos"];
|
|
768
|
+
declare const cluiFiles: { readonly [K in (typeof cluiIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
769
|
+
declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-icon", "instagram", "meet", "poll", "tiktok", "tip", "waze-maps-icon", "website", "youtube"];
|
|
770
|
+
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
771
|
+
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
772
|
+
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
773
|
+
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-atr"];
|
|
774
|
+
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
775
|
+
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
776
|
+
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
777
|
+
/**
|
|
778
|
+
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
|
779
|
+
* so your bundler resolves the file, e.g.
|
|
780
|
+
* `import poster1 from "@timardex/cluemart-shared/images/poster1.webp"`
|
|
781
|
+
* or `require("@timardex/cluemart-shared/images/poster1.webp")` (React Native / Metro).
|
|
782
|
+
*
|
|
783
|
+
* Derived from `posterFiles` so keys and filenames stay aligned.
|
|
784
|
+
*/
|
|
785
|
+
declare const posters: { readonly [K in keyof typeof posterFiles]: `${typeof PKG}/images/${(typeof posterFiles)[K]}`; };
|
|
786
|
+
/**
|
|
787
|
+
* Module specifiers for Clui assets (same flat `@…/images/<file>.webp` pattern as posters), e.g.
|
|
788
|
+
* `import clui from "@timardex/cluemart-shared/images/cluiTui.webp"`.
|
|
789
|
+
*/
|
|
790
|
+
declare const cluiImages: { readonly [K in keyof typeof cluiFiles]: `${typeof PKG}/images/${(typeof cluiFiles)[K]}`; };
|
|
791
|
+
declare const icons: { readonly [K in keyof typeof iconFiles]: `${typeof PKG}/images/${(typeof iconFiles)[K]}`; };
|
|
792
|
+
declare const badges: { readonly [K in keyof typeof badgeFiles]: `${typeof PKG}/images/${(typeof badgeFiles)[K]}`; };
|
|
793
|
+
declare const logos: { readonly [K in keyof typeof logoFiles]: `${typeof PKG}/images/${(typeof logoFiles)[K]}`; };
|
|
794
|
+
declare const otherImages: { readonly [K in keyof typeof otherImagesFiles]: `${typeof PKG}/images/${(typeof otherImagesFiles)[K]}`; };
|
|
795
|
+
type PosterAssetId = keyof typeof posters;
|
|
796
|
+
/** A single filename under the shared images directory (values of `posterFiles`). */
|
|
797
|
+
type PosterImageBasename = (typeof posterFiles)[PosterAssetId];
|
|
798
|
+
type CluiImageId = keyof typeof cluiImages;
|
|
799
|
+
/** Basename under the shared images directory (values of `cluiFiles`). */
|
|
800
|
+
type CluiImageBasename = (typeof cluiFiles)[CluiImageId];
|
|
801
|
+
type IconId = keyof typeof icons;
|
|
802
|
+
type IconBasename = (typeof iconFiles)[IconId];
|
|
803
|
+
type BadgeId = keyof typeof badges;
|
|
804
|
+
type BadgeBasename = (typeof badgeFiles)[BadgeId];
|
|
805
|
+
type LogoId = keyof typeof logos;
|
|
806
|
+
type LogoBasename = (typeof logoFiles)[LogoId];
|
|
807
|
+
type OtherImagesId = keyof typeof otherImages;
|
|
808
|
+
type OtherImagesBasename = (typeof otherImagesFiles)[OtherImagesId];
|
|
809
|
+
|
|
754
810
|
interface PosterInputType {
|
|
755
811
|
description: string;
|
|
756
|
-
posterName:
|
|
812
|
+
posterName: PosterAssetId;
|
|
757
813
|
resourceId: string;
|
|
758
814
|
resourceType: EnumResourceType;
|
|
759
815
|
}
|
|
@@ -1245,10 +1301,7 @@ type SchoolReturnType = {
|
|
|
1245
1301
|
school: SchoolType;
|
|
1246
1302
|
users: SchoolRegisteredUserType[];
|
|
1247
1303
|
};
|
|
1248
|
-
|
|
1249
|
-
posterName: string;
|
|
1250
|
-
resourceId: string;
|
|
1251
|
-
}
|
|
1304
|
+
type MarketingMaterialRequestInputType = Pick<PosterInputType, "resourceId" | "posterName">;
|
|
1252
1305
|
|
|
1253
1306
|
declare const vendorElectricity: {
|
|
1254
1307
|
details: FormField;
|
|
@@ -2477,62 +2530,6 @@ declare function useAppSettingsForm(data?: AppSettingsFormData): CreateAppSettin
|
|
|
2477
2530
|
|
|
2478
2531
|
declare function useSchoolForm(data?: SchoolFormData): CreateSchoolFormData;
|
|
2479
2532
|
|
|
2480
|
-
declare const PKG: "@timardex/cluemart-shared";
|
|
2481
|
-
declare const IMAGE_EXTENSION: ".webp";
|
|
2482
|
-
/**
|
|
2483
|
-
* Basenames under the shared images directory — use with `getSharedImagePath` from `@timardex/cluemart-shared/images/node` (Express / Node).
|
|
2484
|
-
* This object is the single source of poster keys; `posters` is derived from it. Add an image with `IMAGE_EXTENSION` under `src/images/posters/` when adding an entry.
|
|
2485
|
-
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
2486
|
-
*/
|
|
2487
|
-
declare const posterIds: readonly ["poster1", "poster2", "poster3"];
|
|
2488
|
-
declare const posterFiles: { readonly [K in (typeof posterIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2489
|
-
/**
|
|
2490
|
-
* Basenames for assets under `src/images/clui/` in source; they are copied flat into `dist/images/` (same as posters).
|
|
2491
|
-
* `images/node` reads this at runtime for `getSharedImagePath` allow-listing.
|
|
2492
|
-
*/
|
|
2493
|
-
declare const cluiIds: readonly ["cluiTui", "sima", "tablas", "telefonos", "ugralos"];
|
|
2494
|
-
declare const cluiFiles: { readonly [K in (typeof cluiIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2495
|
-
declare const iconIds: readonly ["apple-maps-icon", "facebook", "google-maps-icon", "instagram", "meet", "poll", "tiktok", "tip", "waze-maps-icon", "website", "youtube"];
|
|
2496
|
-
declare const iconFiles: { readonly [K in (typeof iconIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2497
|
-
declare const badgeIds: readonly ["corporate", "private", "school"];
|
|
2498
|
-
declare const badgeFiles: { readonly [K in (typeof badgeIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2499
|
-
declare const logoIds: readonly ["googleMaps-logo-dark", "googleMaps-logo-light", "logo", "logo-atr"];
|
|
2500
|
-
declare const logoFiles: { readonly [K in (typeof logoIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2501
|
-
declare const otherImagesIds: readonly ["banner-horizontal", "banner-vertical", "qr-code", "store-android", "store-ios"];
|
|
2502
|
-
declare const otherImagesFiles: { readonly [K in (typeof otherImagesIds)[number]]: `${K}${typeof IMAGE_EXTENSION}`; };
|
|
2503
|
-
/**
|
|
2504
|
-
* Module specifiers for each poster (not resolved file URLs). Use a static import or require with these paths
|
|
2505
|
-
* so your bundler resolves the file, e.g.
|
|
2506
|
-
* `import poster1 from "@timardex/cluemart-shared/images/poster1.webp"`
|
|
2507
|
-
* or `require("@timardex/cluemart-shared/images/poster1.webp")` (React Native / Metro).
|
|
2508
|
-
*
|
|
2509
|
-
* Derived from `posterFiles` so keys and filenames stay aligned.
|
|
2510
|
-
*/
|
|
2511
|
-
declare const posters: { readonly [K in keyof typeof posterFiles]: `${typeof PKG}/images/${(typeof posterFiles)[K]}`; };
|
|
2512
|
-
/**
|
|
2513
|
-
* Module specifiers for Clui assets (same flat `@…/images/<file>.webp` pattern as posters), e.g.
|
|
2514
|
-
* `import clui from "@timardex/cluemart-shared/images/cluiTui.webp"`.
|
|
2515
|
-
*/
|
|
2516
|
-
declare const cluiImages: { readonly [K in keyof typeof cluiFiles]: `${typeof PKG}/images/${(typeof cluiFiles)[K]}`; };
|
|
2517
|
-
declare const icons: { readonly [K in keyof typeof iconFiles]: `${typeof PKG}/images/${(typeof iconFiles)[K]}`; };
|
|
2518
|
-
declare const badges: { readonly [K in keyof typeof badgeFiles]: `${typeof PKG}/images/${(typeof badgeFiles)[K]}`; };
|
|
2519
|
-
declare const logos: { readonly [K in keyof typeof logoFiles]: `${typeof PKG}/images/${(typeof logoFiles)[K]}`; };
|
|
2520
|
-
declare const otherImages: { readonly [K in keyof typeof otherImagesFiles]: `${typeof PKG}/images/${(typeof otherImagesFiles)[K]}`; };
|
|
2521
|
-
type PosterAssetId = keyof typeof posters;
|
|
2522
|
-
/** A single filename under the shared images directory (values of `posterFiles`). */
|
|
2523
|
-
type PosterImageBasename = (typeof posterFiles)[PosterAssetId];
|
|
2524
|
-
type CluiImageId = keyof typeof cluiImages;
|
|
2525
|
-
/** Basename under the shared images directory (values of `cluiFiles`). */
|
|
2526
|
-
type CluiImageBasename = (typeof cluiFiles)[CluiImageId];
|
|
2527
|
-
type IconId = keyof typeof icons;
|
|
2528
|
-
type IconBasename = (typeof iconFiles)[IconId];
|
|
2529
|
-
type BadgeId = keyof typeof badges;
|
|
2530
|
-
type BadgeBasename = (typeof badgeFiles)[BadgeId];
|
|
2531
|
-
type LogoId = keyof typeof logos;
|
|
2532
|
-
type LogoBasename = (typeof logoFiles)[LogoId];
|
|
2533
|
-
type OtherImagesId = keyof typeof otherImages;
|
|
2534
|
-
type OtherImagesBasename = (typeof otherImagesFiles)[OtherImagesId];
|
|
2535
|
-
|
|
2536
2533
|
declare const SAVED_PASSWORD_KEY = "savedPassword";
|
|
2537
2534
|
declare const SAVED_EMAIL_KEY = "savedEmail";
|
|
2538
2535
|
declare const SAVED_TOKEN_KEY = "savedToken";
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.js';
|
|
2
2
|
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, T as SocialMediaType, y as OwnerType } from './global-B0WdAD-8.js';
|
|
3
|
+
import { PosterAssetId } from './images/index.js';
|
|
3
4
|
import { B as BaseGame } from './game-DhiKOr9_.js';
|
|
4
5
|
|
|
5
6
|
type UserFormData = {
|
|
@@ -139,6 +140,13 @@ type AppSettingsType = AppSettingsFormData & {
|
|
|
139
140
|
updatedAt: Date | null;
|
|
140
141
|
};
|
|
141
142
|
|
|
143
|
+
interface PosterInputType {
|
|
144
|
+
description: string;
|
|
145
|
+
posterName: PosterAssetId;
|
|
146
|
+
resourceId: string;
|
|
147
|
+
resourceType: EnumResourceType;
|
|
148
|
+
}
|
|
149
|
+
|
|
142
150
|
interface SchoolFormData {
|
|
143
151
|
_id?: string;
|
|
144
152
|
active: boolean;
|
|
@@ -168,10 +176,7 @@ type SchoolReturnType = {
|
|
|
168
176
|
school: SchoolType;
|
|
169
177
|
users: SchoolRegisteredUserType[];
|
|
170
178
|
};
|
|
171
|
-
|
|
172
|
-
posterName: string;
|
|
173
|
-
resourceId: string;
|
|
174
|
-
}
|
|
179
|
+
type MarketingMaterialRequestInputType = Pick<PosterInputType, "resourceId" | "posterName">;
|
|
175
180
|
|
|
176
181
|
declare enum EnumAdShowOn {
|
|
177
182
|
EVENTS_PAGE = "Events_page",
|
|
@@ -297,4 +302,4 @@ type PostType = Omit<PostFormData, "content" | "coverUpload"> & {
|
|
|
297
302
|
updatedAt: Date | null;
|
|
298
303
|
};
|
|
299
304
|
|
|
300
|
-
export { type AdType as A, type PostContentList as B, type CreateUserFormData as C, type PostContentTextarea as D, EnumAdStatus as E, type PostContentType as F, type PostContentVideo as G, type PostFileInput as H, type
|
|
305
|
+
export { type AdType as A, type PostContentList as B, type CreateUserFormData as C, type PostContentTextarea as D, EnumAdStatus as E, type PostContentType as F, type PostContentVideo as G, type PostFileInput as H, type PosterInputType as I, type SchoolRegisteredUserType as J, type StripeSubscription as K, type SubscriptionPlanData as L, type MarketingMaterialRequestInputType as M, type SubscriptionPricingData as N, type UserActivity as O, type PartnerType as P, type UserActivityEvent as Q, type ResourceByUser as R, type SubscriptionPlansResponse as S, type UserType as U, type SubscriptionStatusData as a, type PostType as b, EnumPostType as c, type AppSettingsType as d, type SchoolReturnType as e, type SchoolType as f, type UserFormData as g, type PartnerFormData as h, type AdFormData as i, type CreateAdFormData as j, type CreatePartnerFormData as k, type PostFormData as l, type CreatePostFormData as m, type AppSettingsFormData as n, type CreateAppSettingsFormData as o, type SchoolFormData as p, type CreateSchoolFormData as q, type AdResource as r, EnumAdShowOn as s, EnumAdStyle as t, EnumAdType as u, EnumPostContentType as v, type PostContentData as w, type PostContentFormData as x, type PostContentGame as y, type PostContentImage as z };
|
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
import { EnumOSPlatform, EnumUserRole, EnumSubscriptionStatus, EnumUserLicence, EnumResourceType, EnumPartnerType } from './enums/index.mjs';
|
|
2
2
|
import { A as AssociateType, Q as ResourceImageType, h as UserLicenceType, Y as TermsAgreement, D as DateTimeType, s as CreateFormData, r as BaseResourceType, L as LocationType, B as BaseResourceTypeFormData, K as ResourceContactDetailsType, T as SocialMediaType, y as OwnerType } from './global-MMBYi34A.mjs';
|
|
3
|
+
import { PosterAssetId } from './images/index.mjs';
|
|
3
4
|
import { B as BaseGame } from './game-CC5mxG64.mjs';
|
|
4
5
|
|
|
5
6
|
type UserFormData = {
|
|
@@ -139,6 +140,13 @@ type AppSettingsType = AppSettingsFormData & {
|
|
|
139
140
|
updatedAt: Date | null;
|
|
140
141
|
};
|
|
141
142
|
|
|
143
|
+
interface PosterInputType {
|
|
144
|
+
description: string;
|
|
145
|
+
posterName: PosterAssetId;
|
|
146
|
+
resourceId: string;
|
|
147
|
+
resourceType: EnumResourceType;
|
|
148
|
+
}
|
|
149
|
+
|
|
142
150
|
interface SchoolFormData {
|
|
143
151
|
_id?: string;
|
|
144
152
|
active: boolean;
|
|
@@ -168,10 +176,7 @@ type SchoolReturnType = {
|
|
|
168
176
|
school: SchoolType;
|
|
169
177
|
users: SchoolRegisteredUserType[];
|
|
170
178
|
};
|
|
171
|
-
|
|
172
|
-
posterName: string;
|
|
173
|
-
resourceId: string;
|
|
174
|
-
}
|
|
179
|
+
type MarketingMaterialRequestInputType = Pick<PosterInputType, "resourceId" | "posterName">;
|
|
175
180
|
|
|
176
181
|
declare enum EnumAdShowOn {
|
|
177
182
|
EVENTS_PAGE = "Events_page",
|
|
@@ -297,4 +302,4 @@ type PostType = Omit<PostFormData, "content" | "coverUpload"> & {
|
|
|
297
302
|
updatedAt: Date | null;
|
|
298
303
|
};
|
|
299
304
|
|
|
300
|
-
export { type AdType as A, type PostContentList as B, type CreateUserFormData as C, type PostContentTextarea as D, EnumAdStatus as E, type PostContentType as F, type PostContentVideo as G, type PostFileInput as H, type
|
|
305
|
+
export { type AdType as A, type PostContentList as B, type CreateUserFormData as C, type PostContentTextarea as D, EnumAdStatus as E, type PostContentType as F, type PostContentVideo as G, type PostFileInput as H, type PosterInputType as I, type SchoolRegisteredUserType as J, type StripeSubscription as K, type SubscriptionPlanData as L, type MarketingMaterialRequestInputType as M, type SubscriptionPricingData as N, type UserActivity as O, type PartnerType as P, type UserActivityEvent as Q, type ResourceByUser as R, type SubscriptionPlansResponse as S, type UserType as U, type SubscriptionStatusData as a, type PostType as b, EnumPostType as c, type AppSettingsType as d, type SchoolReturnType as e, type SchoolType as f, type UserFormData as g, type PartnerFormData as h, type AdFormData as i, type CreateAdFormData as j, type CreatePartnerFormData as k, type PostFormData as l, type CreatePostFormData as m, type AppSettingsFormData as n, type CreateAppSettingsFormData as o, type SchoolFormData as p, type CreateSchoolFormData as q, type AdResource as r, EnumAdShowOn as s, EnumAdStyle as t, EnumAdType as u, EnumPostContentType as v, type PostContentData as w, type PostContentFormData as x, type PostContentGame as y, type PostContentImage as z };
|
package/dist/types/index.d.mts
CHANGED
|
@@ -3,9 +3,10 @@ export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginF
|
|
|
3
3
|
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-CqrscA5x.mjs';
|
|
4
4
|
import { c as EventListItemType } from '../global-MMBYi34A.mjs';
|
|
5
5
|
export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, s as CreateFormData, t as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, D as DateTimeType, u as DateTimeWithPriceType, v as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, w as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, x as LocationGeoType, L as LocationType, N as Nullable, O as OptionItem, y as OwnerType, P as PaymentInfoType, z as PosterUsageType, R as RefundPolicy, H as Region, J as RelationDate, e as RelationType, b as Requirement, f as ResourceConnectionsType, K as ResourceContactDetailsType, M as ResourceDetails, Q as ResourceImageType, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, $ as VendorCalendarData, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, a0 as VendorProductList, V as VendorType } from '../global-MMBYi34A.mjs';
|
|
6
|
-
export { i as AdFormData, r as AdResource, A as AdType, n as AppSettingsFormData, d as AppSettingsType, j as CreateAdFormData, o as CreateAppSettingsFormData, k as CreatePartnerFormData, m as CreatePostFormData, q as CreateSchoolFormData, C as CreateUserFormData, s as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, u as EnumAdType, v as EnumPostContentType, c as EnumPostType, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, w as PostContentData, x as PostContentFormData, y as PostContentGame, z as PostContentImage, B as PostContentList, D as PostContentTextarea, F as PostContentType, G as PostContentVideo, H as PostFileInput, l as PostFormData, b as PostType, R as ResourceByUser, p as SchoolFormData,
|
|
6
|
+
export { i as AdFormData, r as AdResource, A as AdType, n as AppSettingsFormData, d as AppSettingsType, j as CreateAdFormData, o as CreateAppSettingsFormData, k as CreatePartnerFormData, m as CreatePostFormData, q as CreateSchoolFormData, C as CreateUserFormData, s as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, u as EnumAdType, v as EnumPostContentType, c as EnumPostType, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, w as PostContentData, x as PostContentFormData, y as PostContentGame, z as PostContentImage, B as PostContentList, D as PostContentTextarea, F as PostContentType, G as PostContentVideo, H as PostFileInput, l as PostFormData, b as PostType, I as PosterInputType, R as ResourceByUser, p as SchoolFormData, J as SchoolRegisteredUserType, e as SchoolReturnType, f as SchoolType, K as StripeSubscription, L as SubscriptionPlanData, S as SubscriptionPlansResponse, N as SubscriptionPricingData, a as SubscriptionStatusData, O as UserActivity, Q as UserActivityEvent, g as UserFormData, U as UserType } from '../post-Dpg2AwRf.mjs';
|
|
7
7
|
export { B as BaseGame, D as DailyClueGameData, E as EnumGameStatus, b as EnumGameType, c as GameDate, G as GameDocType, d as GameHistory, a as GameLeaderboard, e as GamePlacement, f as GamePlacementClue, g as GameType, h as gameScreenIdentifierList, i as gameTypeToDisplayName } from '../game-CC5mxG64.mjs';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
+
import '../images/index.mjs';
|
|
9
10
|
|
|
10
11
|
interface AdminUpdateResourceType {
|
|
11
12
|
active: boolean;
|
|
@@ -13,13 +14,6 @@ interface AdminUpdateResourceType {
|
|
|
13
14
|
resourceType: EnumResourceType;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
interface PosterInputType {
|
|
17
|
-
description: string;
|
|
18
|
-
posterName: string;
|
|
19
|
-
resourceId: string;
|
|
20
|
-
resourceType: EnumResourceType;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
17
|
type GoogleAddressComponent = {
|
|
24
18
|
longName?: string;
|
|
25
19
|
shortName?: string;
|
|
@@ -39,4 +33,4 @@ interface GoogleImportedMarket extends EventListItemType {
|
|
|
39
33
|
website?: string;
|
|
40
34
|
}
|
|
41
35
|
|
|
42
|
-
export { type AdminUpdateResourceType, EventListItemType, type GoogleAddressComponent, type GoogleImportedMarket
|
|
36
|
+
export { type AdminUpdateResourceType, EventListItemType, type GoogleAddressComponent, type GoogleImportedMarket };
|
package/dist/types/index.d.ts
CHANGED
|
@@ -3,9 +3,10 @@ export { e as ContactUsFormData, f as CreateContactUsFormData, C as CreateLoginF
|
|
|
3
3
|
export { c as ChatMessageInput, d as ChatMessageReaction, e as ChatMessageReplyPreview, f as ChatMessageSeen, g as ChatMessageType, C as ChatType, h as CreateBulkNotificationInput, E as EnumActivity, N as NotificationCount, i as NotificationDataType, a as NotificationType, P as ParticipantType, R as ReportChatUser, j as ResourceActivityEntry, k as ResourceActivityInputType, b as ResourceActivityType } from '../resourceActivities-2FaGRW-i.js';
|
|
4
4
|
import { c as EventListItemType } from '../global-B0WdAD-8.js';
|
|
5
5
|
export { A as AssociateType, r as BaseResourceType, B as BaseResourceTypeFormData, C as Category, n as CreateEventFormData, p as CreateEventInfoFormData, s as CreateFormData, t as CreateUnregisteredVendorFormData, j as CreateVendorFormData, l as CreateVendorInfoFormData, D as DateTimeType, u as DateTimeWithPriceType, v as DeviceInfo, m as EventFormData, o as EventInfoFormData, d as EventInfoType, w as EventStatusType, E as EventType, a as FormDateField, F as FormField, G as GeocodeLocation, I as ImageObjectType, x as LocationGeoType, L as LocationType, N as Nullable, O as OptionItem, y as OwnerType, P as PaymentInfoType, z as PosterUsageType, R as RefundPolicy, H as Region, J as RelationDate, e as RelationType, b as Requirement, f as ResourceConnectionsType, K as ResourceContactDetailsType, M as ResourceDetails, Q as ResourceImageType, T as SocialMediaType, S as StallType, W as Subcategory, X as SubcategoryItems, Y as TermsAgreement, q as UnregisteredVendorFormData, Z as UnregisteredVendorInvitationType, U as UnregisteredVendorType, h as UserLicenceType, _ as VendorAttributes, $ as VendorCalendarData, i as VendorFormData, k as VendorInfoFormData, g as VendorInfoType, a0 as VendorProductList, V as VendorType } from '../global-B0WdAD-8.js';
|
|
6
|
-
export { i as AdFormData, r as AdResource, A as AdType, n as AppSettingsFormData, d as AppSettingsType, j as CreateAdFormData, o as CreateAppSettingsFormData, k as CreatePartnerFormData, m as CreatePostFormData, q as CreateSchoolFormData, C as CreateUserFormData, s as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, u as EnumAdType, v as EnumPostContentType, c as EnumPostType, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, w as PostContentData, x as PostContentFormData, y as PostContentGame, z as PostContentImage, B as PostContentList, D as PostContentTextarea, F as PostContentType, G as PostContentVideo, H as PostFileInput, l as PostFormData, b as PostType, R as ResourceByUser, p as SchoolFormData,
|
|
6
|
+
export { i as AdFormData, r as AdResource, A as AdType, n as AppSettingsFormData, d as AppSettingsType, j as CreateAdFormData, o as CreateAppSettingsFormData, k as CreatePartnerFormData, m as CreatePostFormData, q as CreateSchoolFormData, C as CreateUserFormData, s as EnumAdShowOn, E as EnumAdStatus, t as EnumAdStyle, u as EnumAdType, v as EnumPostContentType, c as EnumPostType, M as MarketingMaterialRequestInputType, h as PartnerFormData, P as PartnerType, w as PostContentData, x as PostContentFormData, y as PostContentGame, z as PostContentImage, B as PostContentList, D as PostContentTextarea, F as PostContentType, G as PostContentVideo, H as PostFileInput, l as PostFormData, b as PostType, I as PosterInputType, R as ResourceByUser, p as SchoolFormData, J as SchoolRegisteredUserType, e as SchoolReturnType, f as SchoolType, K as StripeSubscription, L as SubscriptionPlanData, S as SubscriptionPlansResponse, N as SubscriptionPricingData, a as SubscriptionStatusData, O as UserActivity, Q as UserActivityEvent, g as UserFormData, U as UserType } from '../post-CISTnZDs.js';
|
|
7
7
|
export { B as BaseGame, D as DailyClueGameData, E as EnumGameStatus, b as EnumGameType, c as GameDate, G as GameDocType, d as GameHistory, a as GameLeaderboard, e as GamePlacement, f as GamePlacementClue, g as GameType, h as gameScreenIdentifierList, i as gameTypeToDisplayName } from '../game-DhiKOr9_.js';
|
|
8
8
|
import 'react-hook-form';
|
|
9
|
+
import '../images/index.js';
|
|
9
10
|
|
|
10
11
|
interface AdminUpdateResourceType {
|
|
11
12
|
active: boolean;
|
|
@@ -13,13 +14,6 @@ interface AdminUpdateResourceType {
|
|
|
13
14
|
resourceType: EnumResourceType;
|
|
14
15
|
}
|
|
15
16
|
|
|
16
|
-
interface PosterInputType {
|
|
17
|
-
description: string;
|
|
18
|
-
posterName: string;
|
|
19
|
-
resourceId: string;
|
|
20
|
-
resourceType: EnumResourceType;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
17
|
type GoogleAddressComponent = {
|
|
24
18
|
longName?: string;
|
|
25
19
|
shortName?: string;
|
|
@@ -39,4 +33,4 @@ interface GoogleImportedMarket extends EventListItemType {
|
|
|
39
33
|
website?: string;
|
|
40
34
|
}
|
|
41
35
|
|
|
42
|
-
export { type AdminUpdateResourceType, EventListItemType, type GoogleAddressComponent, type GoogleImportedMarket
|
|
36
|
+
export { type AdminUpdateResourceType, EventListItemType, type GoogleAddressComponent, type GoogleImportedMarket };
|