@timardex/cluemart-shared 1.5.499 → 1.5.500

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 (38) hide show
  1. package/dist/{chunk-EJSVR77W.mjs → chunk-IDDG4XZS.mjs} +2 -2
  2. package/dist/{chunk-RO2IWCW2.mjs → chunk-Q6CO7TFK.mjs} +39 -20
  3. package/dist/chunk-Q6CO7TFK.mjs.map +1 -0
  4. package/dist/{chunk-6WV7CECU.mjs → chunk-W4FADQMS.mjs} +2 -2
  5. package/dist/formFields/index.cjs +38 -19
  6. package/dist/formFields/index.cjs.map +1 -1
  7. package/dist/formFields/index.mjs +3 -3
  8. package/dist/{game-Dn5SH8_0.d.ts → game-BzOJ4f7U.d.ts} +38 -19
  9. package/dist/{game-BR9xpQkt.d.mts → game-CoVv7iyf.d.mts} +38 -19
  10. package/dist/graphql/index.d.mts +2 -2
  11. package/dist/graphql/index.d.ts +2 -2
  12. package/dist/hooks/index.cjs +38 -19
  13. package/dist/hooks/index.cjs.map +1 -1
  14. package/dist/hooks/index.d.mts +2 -2
  15. package/dist/hooks/index.d.ts +2 -2
  16. package/dist/hooks/index.mjs +3 -3
  17. package/dist/index.cjs +38 -19
  18. package/dist/index.cjs.map +1 -1
  19. package/dist/index.d.mts +38 -19
  20. package/dist/index.d.ts +38 -19
  21. package/dist/index.mjs +38 -19
  22. package/dist/index.mjs.map +1 -1
  23. package/dist/{post-BBYcN5xv.d.mts → post-CcJowEi5.d.mts} +1 -1
  24. package/dist/{post-CWZFxlP7.d.ts → post-D9_1FbFI.d.ts} +1 -1
  25. package/dist/types/index.cjs +38 -19
  26. package/dist/types/index.cjs.map +1 -1
  27. package/dist/types/index.d.mts +2 -2
  28. package/dist/types/index.d.ts +2 -2
  29. package/dist/types/index.mjs +1 -1
  30. package/dist/utils/index.cjs +38 -19
  31. package/dist/utils/index.cjs.map +1 -1
  32. package/dist/utils/index.d.mts +1 -1
  33. package/dist/utils/index.d.ts +1 -1
  34. package/dist/utils/index.mjs +2 -2
  35. package/package.json +1 -1
  36. package/dist/chunk-RO2IWCW2.mjs.map +0 -1
  37. /package/dist/{chunk-EJSVR77W.mjs.map → chunk-IDDG4XZS.mjs.map} +0 -0
  38. /package/dist/{chunk-6WV7CECU.mjs.map → chunk-W4FADQMS.mjs.map} +0 -0
package/dist/index.d.mts CHANGED
@@ -961,61 +961,80 @@ interface PartnerType extends BaseResourceType {
961
961
 
962
962
  declare const gameScreenIdentifierList: readonly [{
963
963
  readonly clue: "Where your actions turn into a timeline.";
964
- readonly id: "/profile/activities";
964
+ readonly id: "activities";
965
+ readonly match: "/profile/activities";
965
966
  }, {
966
967
  readonly clue: "Where conversations happen without speaking.";
967
- readonly id: "/profile/chat";
968
+ readonly id: "chat";
969
+ readonly match: "/profile/chat";
968
970
  }, {
969
971
  readonly clue: "The place to redefine who you are.";
970
- readonly id: "/profile/edit-profile";
972
+ readonly id: "edit-profile";
973
+ readonly match: "/profile/edit-profile";
971
974
  }, {
972
975
  readonly clue: "A single moment worth showing up for.";
973
- readonly id: RegExp;
976
+ readonly id: "single-event";
977
+ readonly match: RegExp;
974
978
  }, {
975
979
  readonly clue: "What’s happening around you, right now.";
976
- readonly id: "/events/events-near-me";
980
+ readonly id: "events-near-me";
981
+ readonly match: "/events/events-near-me";
977
982
  }, {
978
983
  readonly clue: "A collection of things worth attending.";
979
- readonly id: "/events";
984
+ readonly id: "events";
985
+ readonly match: "/events";
980
986
  }, {
981
987
  readonly clue: "What’s happening in a wider area—not just nearby.";
982
- readonly id: RegExp;
988
+ readonly id: "events-region";
989
+ readonly match: RegExp;
983
990
  }, {
984
991
  readonly clue: "Where you go to find something specific.";
985
- readonly id: "/events/search";
992
+ readonly id: "events-search";
993
+ readonly match: "/events/search";
986
994
  }, {
987
995
  readonly clue: "Where fun becomes a challenge.";
988
- readonly id: "/games";
996
+ readonly id: "games";
997
+ readonly match: "/games";
989
998
  }, {
990
999
  readonly clue: "Your starting point for everything.";
991
- readonly id: "/";
1000
+ readonly id: "home";
1001
+ readonly match: "/";
992
1002
  }, {
993
1003
  readonly clue: "Where the app taps you on the shoulder.";
994
- readonly id: "/notifications";
1004
+ readonly id: "notifications";
1005
+ readonly match: "/notifications";
995
1006
  }, {
996
1007
  readonly clue: "Where you fine-tune your experience.";
997
- readonly id: "/options";
1008
+ readonly id: "options";
1009
+ readonly match: "/options";
998
1010
  }, {
999
1011
  readonly clue: "A single collaborator in the ecosystem.";
1000
- readonly id: RegExp;
1012
+ readonly id: "single-partner";
1013
+ readonly match: RegExp;
1001
1014
  }, {
1002
1015
  readonly clue: "The network behind the scenes.";
1003
- readonly id: "/partners";
1016
+ readonly id: "partners";
1017
+ readonly match: "/partners";
1004
1018
  }, {
1005
1019
  readonly clue: "Where you share something with everyone.";
1006
- readonly id: RegExp;
1020
+ readonly id: "single-visitor-post";
1021
+ readonly match: RegExp;
1007
1022
  }, {
1008
1023
  readonly clue: "Your identity, on display.";
1009
- readonly id: "/profile";
1024
+ readonly id: "profile";
1025
+ readonly match: "/profile";
1010
1026
  }, {
1011
1027
  readonly clue: "One provider offering something valuable.";
1012
- readonly id: RegExp;
1028
+ readonly id: "single-vendor";
1029
+ readonly match: RegExp;
1013
1030
  }, {
1014
1031
  readonly clue: "A marketplace of providers.";
1015
- readonly id: "/vendors";
1032
+ readonly id: "vendors";
1033
+ readonly match: "/vendors";
1016
1034
  }, {
1017
1035
  readonly clue: "People who stopped by to see you.";
1018
- readonly id: "/visitors";
1036
+ readonly id: "visitors";
1037
+ readonly match: "/visitors";
1019
1038
  }];
1020
1039
  type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
1021
1040
  type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
package/dist/index.d.ts CHANGED
@@ -961,61 +961,80 @@ interface PartnerType extends BaseResourceType {
961
961
 
962
962
  declare const gameScreenIdentifierList: readonly [{
963
963
  readonly clue: "Where your actions turn into a timeline.";
964
- readonly id: "/profile/activities";
964
+ readonly id: "activities";
965
+ readonly match: "/profile/activities";
965
966
  }, {
966
967
  readonly clue: "Where conversations happen without speaking.";
967
- readonly id: "/profile/chat";
968
+ readonly id: "chat";
969
+ readonly match: "/profile/chat";
968
970
  }, {
969
971
  readonly clue: "The place to redefine who you are.";
970
- readonly id: "/profile/edit-profile";
972
+ readonly id: "edit-profile";
973
+ readonly match: "/profile/edit-profile";
971
974
  }, {
972
975
  readonly clue: "A single moment worth showing up for.";
973
- readonly id: RegExp;
976
+ readonly id: "single-event";
977
+ readonly match: RegExp;
974
978
  }, {
975
979
  readonly clue: "What’s happening around you, right now.";
976
- readonly id: "/events/events-near-me";
980
+ readonly id: "events-near-me";
981
+ readonly match: "/events/events-near-me";
977
982
  }, {
978
983
  readonly clue: "A collection of things worth attending.";
979
- readonly id: "/events";
984
+ readonly id: "events";
985
+ readonly match: "/events";
980
986
  }, {
981
987
  readonly clue: "What’s happening in a wider area—not just nearby.";
982
- readonly id: RegExp;
988
+ readonly id: "events-region";
989
+ readonly match: RegExp;
983
990
  }, {
984
991
  readonly clue: "Where you go to find something specific.";
985
- readonly id: "/events/search";
992
+ readonly id: "events-search";
993
+ readonly match: "/events/search";
986
994
  }, {
987
995
  readonly clue: "Where fun becomes a challenge.";
988
- readonly id: "/games";
996
+ readonly id: "games";
997
+ readonly match: "/games";
989
998
  }, {
990
999
  readonly clue: "Your starting point for everything.";
991
- readonly id: "/";
1000
+ readonly id: "home";
1001
+ readonly match: "/";
992
1002
  }, {
993
1003
  readonly clue: "Where the app taps you on the shoulder.";
994
- readonly id: "/notifications";
1004
+ readonly id: "notifications";
1005
+ readonly match: "/notifications";
995
1006
  }, {
996
1007
  readonly clue: "Where you fine-tune your experience.";
997
- readonly id: "/options";
1008
+ readonly id: "options";
1009
+ readonly match: "/options";
998
1010
  }, {
999
1011
  readonly clue: "A single collaborator in the ecosystem.";
1000
- readonly id: RegExp;
1012
+ readonly id: "single-partner";
1013
+ readonly match: RegExp;
1001
1014
  }, {
1002
1015
  readonly clue: "The network behind the scenes.";
1003
- readonly id: "/partners";
1016
+ readonly id: "partners";
1017
+ readonly match: "/partners";
1004
1018
  }, {
1005
1019
  readonly clue: "Where you share something with everyone.";
1006
- readonly id: RegExp;
1020
+ readonly id: "single-visitor-post";
1021
+ readonly match: RegExp;
1007
1022
  }, {
1008
1023
  readonly clue: "Your identity, on display.";
1009
- readonly id: "/profile";
1024
+ readonly id: "profile";
1025
+ readonly match: "/profile";
1010
1026
  }, {
1011
1027
  readonly clue: "One provider offering something valuable.";
1012
- readonly id: RegExp;
1028
+ readonly id: "single-vendor";
1029
+ readonly match: RegExp;
1013
1030
  }, {
1014
1031
  readonly clue: "A marketplace of providers.";
1015
- readonly id: "/vendors";
1032
+ readonly id: "vendors";
1033
+ readonly match: "/vendors";
1016
1034
  }, {
1017
1035
  readonly clue: "People who stopped by to see you.";
1018
- readonly id: "/visitors";
1036
+ readonly id: "visitors";
1037
+ readonly match: "/visitors";
1019
1038
  }];
1020
1039
  type GamePlacement = (typeof gameScreenIdentifierList)[number]["id"];
1021
1040
  type GamePlacementClue = (typeof gameScreenIdentifierList)[number]["clue"];
package/dist/index.mjs CHANGED
@@ -451,79 +451,98 @@ var createRouteMatcher = (base, type) => {
451
451
  var gameScreenIdentifierList = [
452
452
  {
453
453
  clue: "Where your actions turn into a timeline.",
454
- id: "/profile/activities"
454
+ id: "activities",
455
+ match: "/profile/activities"
455
456
  },
456
457
  {
457
458
  clue: "Where conversations happen without speaking.",
458
- id: "/profile/chat"
459
+ id: "chat",
460
+ match: "/profile/chat"
459
461
  },
460
462
  {
461
463
  clue: "The place to redefine who you are.",
462
- id: "/profile/edit-profile"
464
+ id: "edit-profile",
465
+ match: "/profile/edit-profile"
463
466
  },
464
467
  {
465
468
  clue: "A single moment worth showing up for.",
466
- id: createRouteMatcher("events", "mongoId")
469
+ id: "single-event",
470
+ match: createRouteMatcher("events", "mongoId")
467
471
  },
468
472
  {
469
473
  clue: "What\u2019s happening around you, right now.",
470
- id: "/events/events-near-me"
474
+ id: "events-near-me",
475
+ match: "/events/events-near-me"
471
476
  },
472
477
  {
473
478
  clue: "A collection of things worth attending.",
474
- id: "/events"
479
+ id: "events",
480
+ match: "/events"
475
481
  },
476
482
  {
477
483
  clue: "What\u2019s happening in a wider area\u2014not just nearby.",
478
- id: createRouteMatcher("events/region", "slug")
484
+ id: "events-region",
485
+ match: createRouteMatcher("events/region", "slug")
479
486
  },
480
487
  {
481
488
  clue: "Where you go to find something specific.",
482
- id: "/events/search"
489
+ id: "events-search",
490
+ match: "/events/search"
483
491
  },
484
492
  {
485
493
  clue: "Where fun becomes a challenge.",
486
- id: "/games"
494
+ id: "games",
495
+ match: "/games"
487
496
  },
488
497
  {
489
498
  clue: "Your starting point for everything.",
490
- id: "/"
499
+ id: "home",
500
+ match: "/"
491
501
  },
492
502
  {
493
503
  clue: "Where the app taps you on the shoulder.",
494
- id: "/notifications"
504
+ id: "notifications",
505
+ match: "/notifications"
495
506
  },
496
507
  {
497
508
  clue: "Where you fine-tune your experience.",
498
- id: "/options"
509
+ id: "options",
510
+ match: "/options"
499
511
  },
500
512
  {
501
513
  clue: "A single collaborator in the ecosystem.",
502
- id: createRouteMatcher("partners", "mongoId")
514
+ id: "single-partner",
515
+ match: createRouteMatcher("partners", "mongoId")
503
516
  },
504
517
  {
505
518
  clue: "The network behind the scenes.",
506
- id: "/partners"
519
+ id: "partners",
520
+ match: "/partners"
507
521
  },
508
522
  {
509
523
  clue: "Where you share something with everyone.",
510
- id: createRouteMatcher("visitors/posts", "mongoId")
524
+ id: "single-visitor-post",
525
+ match: createRouteMatcher("visitors/posts", "mongoId")
511
526
  },
512
527
  {
513
528
  clue: "Your identity, on display.",
514
- id: "/profile"
529
+ id: "profile",
530
+ match: "/profile"
515
531
  },
516
532
  {
517
533
  clue: "One provider offering something valuable.",
518
- id: createRouteMatcher("vendors", "mongoId")
534
+ id: "single-vendor",
535
+ match: createRouteMatcher("vendors", "mongoId")
519
536
  },
520
537
  {
521
538
  clue: "A marketplace of providers.",
522
- id: "/vendors"
539
+ id: "vendors",
540
+ match: "/vendors"
523
541
  },
524
542
  {
525
543
  clue: "People who stopped by to see you.",
526
- id: "/visitors"
544
+ id: "visitors",
545
+ match: "/visitors"
527
546
  }
528
547
  ];
529
548
  var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {