@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.
- package/dist/{chunk-EJSVR77W.mjs → chunk-IDDG4XZS.mjs} +2 -2
- package/dist/{chunk-RO2IWCW2.mjs → chunk-Q6CO7TFK.mjs} +39 -20
- package/dist/chunk-Q6CO7TFK.mjs.map +1 -0
- package/dist/{chunk-6WV7CECU.mjs → chunk-W4FADQMS.mjs} +2 -2
- package/dist/formFields/index.cjs +38 -19
- package/dist/formFields/index.cjs.map +1 -1
- package/dist/formFields/index.mjs +3 -3
- package/dist/{game-Dn5SH8_0.d.ts → game-BzOJ4f7U.d.ts} +38 -19
- package/dist/{game-BR9xpQkt.d.mts → game-CoVv7iyf.d.mts} +38 -19
- package/dist/graphql/index.d.mts +2 -2
- package/dist/graphql/index.d.ts +2 -2
- package/dist/hooks/index.cjs +38 -19
- package/dist/hooks/index.cjs.map +1 -1
- package/dist/hooks/index.d.mts +2 -2
- package/dist/hooks/index.d.ts +2 -2
- package/dist/hooks/index.mjs +3 -3
- package/dist/index.cjs +38 -19
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.mts +38 -19
- package/dist/index.d.ts +38 -19
- package/dist/index.mjs +38 -19
- package/dist/index.mjs.map +1 -1
- package/dist/{post-BBYcN5xv.d.mts → post-CcJowEi5.d.mts} +1 -1
- package/dist/{post-CWZFxlP7.d.ts → post-D9_1FbFI.d.ts} +1 -1
- package/dist/types/index.cjs +38 -19
- package/dist/types/index.cjs.map +1 -1
- package/dist/types/index.d.mts +2 -2
- package/dist/types/index.d.ts +2 -2
- package/dist/types/index.mjs +1 -1
- package/dist/utils/index.cjs +38 -19
- package/dist/utils/index.cjs.map +1 -1
- package/dist/utils/index.d.mts +1 -1
- package/dist/utils/index.d.ts +1 -1
- package/dist/utils/index.mjs +2 -2
- package/package.json +1 -1
- package/dist/chunk-RO2IWCW2.mjs.map +0 -1
- /package/dist/{chunk-EJSVR77W.mjs.map → chunk-IDDG4XZS.mjs.map} +0 -0
- /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: "
|
|
964
|
+
readonly id: "activities";
|
|
965
|
+
readonly match: "/profile/activities";
|
|
965
966
|
}, {
|
|
966
967
|
readonly clue: "Where conversations happen without speaking.";
|
|
967
|
-
readonly id: "
|
|
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: "
|
|
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:
|
|
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: "
|
|
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: "
|
|
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:
|
|
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: "
|
|
992
|
+
readonly id: "events-search";
|
|
993
|
+
readonly match: "/events/search";
|
|
986
994
|
}, {
|
|
987
995
|
readonly clue: "Where fun becomes a challenge.";
|
|
988
|
-
readonly id: "
|
|
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: "
|
|
1004
|
+
readonly id: "notifications";
|
|
1005
|
+
readonly match: "/notifications";
|
|
995
1006
|
}, {
|
|
996
1007
|
readonly clue: "Where you fine-tune your experience.";
|
|
997
|
-
readonly id: "
|
|
1008
|
+
readonly id: "options";
|
|
1009
|
+
readonly match: "/options";
|
|
998
1010
|
}, {
|
|
999
1011
|
readonly clue: "A single collaborator in the ecosystem.";
|
|
1000
|
-
readonly id:
|
|
1012
|
+
readonly id: "single-partner";
|
|
1013
|
+
readonly match: RegExp;
|
|
1001
1014
|
}, {
|
|
1002
1015
|
readonly clue: "The network behind the scenes.";
|
|
1003
|
-
readonly id: "
|
|
1016
|
+
readonly id: "partners";
|
|
1017
|
+
readonly match: "/partners";
|
|
1004
1018
|
}, {
|
|
1005
1019
|
readonly clue: "Where you share something with everyone.";
|
|
1006
|
-
readonly id:
|
|
1020
|
+
readonly id: "single-visitor-post";
|
|
1021
|
+
readonly match: RegExp;
|
|
1007
1022
|
}, {
|
|
1008
1023
|
readonly clue: "Your identity, on display.";
|
|
1009
|
-
readonly id: "
|
|
1024
|
+
readonly id: "profile";
|
|
1025
|
+
readonly match: "/profile";
|
|
1010
1026
|
}, {
|
|
1011
1027
|
readonly clue: "One provider offering something valuable.";
|
|
1012
|
-
readonly id:
|
|
1028
|
+
readonly id: "single-vendor";
|
|
1029
|
+
readonly match: RegExp;
|
|
1013
1030
|
}, {
|
|
1014
1031
|
readonly clue: "A marketplace of providers.";
|
|
1015
|
-
readonly id: "
|
|
1032
|
+
readonly id: "vendors";
|
|
1033
|
+
readonly match: "/vendors";
|
|
1016
1034
|
}, {
|
|
1017
1035
|
readonly clue: "People who stopped by to see you.";
|
|
1018
|
-
readonly id: "
|
|
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: "
|
|
964
|
+
readonly id: "activities";
|
|
965
|
+
readonly match: "/profile/activities";
|
|
965
966
|
}, {
|
|
966
967
|
readonly clue: "Where conversations happen without speaking.";
|
|
967
|
-
readonly id: "
|
|
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: "
|
|
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:
|
|
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: "
|
|
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: "
|
|
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:
|
|
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: "
|
|
992
|
+
readonly id: "events-search";
|
|
993
|
+
readonly match: "/events/search";
|
|
986
994
|
}, {
|
|
987
995
|
readonly clue: "Where fun becomes a challenge.";
|
|
988
|
-
readonly id: "
|
|
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: "
|
|
1004
|
+
readonly id: "notifications";
|
|
1005
|
+
readonly match: "/notifications";
|
|
995
1006
|
}, {
|
|
996
1007
|
readonly clue: "Where you fine-tune your experience.";
|
|
997
|
-
readonly id: "
|
|
1008
|
+
readonly id: "options";
|
|
1009
|
+
readonly match: "/options";
|
|
998
1010
|
}, {
|
|
999
1011
|
readonly clue: "A single collaborator in the ecosystem.";
|
|
1000
|
-
readonly id:
|
|
1012
|
+
readonly id: "single-partner";
|
|
1013
|
+
readonly match: RegExp;
|
|
1001
1014
|
}, {
|
|
1002
1015
|
readonly clue: "The network behind the scenes.";
|
|
1003
|
-
readonly id: "
|
|
1016
|
+
readonly id: "partners";
|
|
1017
|
+
readonly match: "/partners";
|
|
1004
1018
|
}, {
|
|
1005
1019
|
readonly clue: "Where you share something with everyone.";
|
|
1006
|
-
readonly id:
|
|
1020
|
+
readonly id: "single-visitor-post";
|
|
1021
|
+
readonly match: RegExp;
|
|
1007
1022
|
}, {
|
|
1008
1023
|
readonly clue: "Your identity, on display.";
|
|
1009
|
-
readonly id: "
|
|
1024
|
+
readonly id: "profile";
|
|
1025
|
+
readonly match: "/profile";
|
|
1010
1026
|
}, {
|
|
1011
1027
|
readonly clue: "One provider offering something valuable.";
|
|
1012
|
-
readonly id:
|
|
1028
|
+
readonly id: "single-vendor";
|
|
1029
|
+
readonly match: RegExp;
|
|
1013
1030
|
}, {
|
|
1014
1031
|
readonly clue: "A marketplace of providers.";
|
|
1015
|
-
readonly id: "
|
|
1032
|
+
readonly id: "vendors";
|
|
1033
|
+
readonly match: "/vendors";
|
|
1016
1034
|
}, {
|
|
1017
1035
|
readonly clue: "People who stopped by to see you.";
|
|
1018
|
-
readonly id: "
|
|
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: "
|
|
454
|
+
id: "activities",
|
|
455
|
+
match: "/profile/activities"
|
|
455
456
|
},
|
|
456
457
|
{
|
|
457
458
|
clue: "Where conversations happen without speaking.",
|
|
458
|
-
id: "
|
|
459
|
+
id: "chat",
|
|
460
|
+
match: "/profile/chat"
|
|
459
461
|
},
|
|
460
462
|
{
|
|
461
463
|
clue: "The place to redefine who you are.",
|
|
462
|
-
id: "
|
|
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:
|
|
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: "
|
|
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: "
|
|
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:
|
|
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: "
|
|
489
|
+
id: "events-search",
|
|
490
|
+
match: "/events/search"
|
|
483
491
|
},
|
|
484
492
|
{
|
|
485
493
|
clue: "Where fun becomes a challenge.",
|
|
486
|
-
id: "
|
|
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: "
|
|
504
|
+
id: "notifications",
|
|
505
|
+
match: "/notifications"
|
|
495
506
|
},
|
|
496
507
|
{
|
|
497
508
|
clue: "Where you fine-tune your experience.",
|
|
498
|
-
id: "
|
|
509
|
+
id: "options",
|
|
510
|
+
match: "/options"
|
|
499
511
|
},
|
|
500
512
|
{
|
|
501
513
|
clue: "A single collaborator in the ecosystem.",
|
|
502
|
-
id:
|
|
514
|
+
id: "single-partner",
|
|
515
|
+
match: createRouteMatcher("partners", "mongoId")
|
|
503
516
|
},
|
|
504
517
|
{
|
|
505
518
|
clue: "The network behind the scenes.",
|
|
506
|
-
id: "
|
|
519
|
+
id: "partners",
|
|
520
|
+
match: "/partners"
|
|
507
521
|
},
|
|
508
522
|
{
|
|
509
523
|
clue: "Where you share something with everyone.",
|
|
510
|
-
id:
|
|
524
|
+
id: "single-visitor-post",
|
|
525
|
+
match: createRouteMatcher("visitors/posts", "mongoId")
|
|
511
526
|
},
|
|
512
527
|
{
|
|
513
528
|
clue: "Your identity, on display.",
|
|
514
|
-
id: "
|
|
529
|
+
id: "profile",
|
|
530
|
+
match: "/profile"
|
|
515
531
|
},
|
|
516
532
|
{
|
|
517
533
|
clue: "One provider offering something valuable.",
|
|
518
|
-
id:
|
|
534
|
+
id: "single-vendor",
|
|
535
|
+
match: createRouteMatcher("vendors", "mongoId")
|
|
519
536
|
},
|
|
520
537
|
{
|
|
521
538
|
clue: "A marketplace of providers.",
|
|
522
|
-
id: "
|
|
539
|
+
id: "vendors",
|
|
540
|
+
match: "/vendors"
|
|
523
541
|
},
|
|
524
542
|
{
|
|
525
543
|
clue: "People who stopped by to see you.",
|
|
526
|
-
id: "
|
|
544
|
+
id: "visitors",
|
|
545
|
+
match: "/visitors"
|
|
527
546
|
}
|
|
528
547
|
];
|
|
529
548
|
var EnumGameType = /* @__PURE__ */ ((EnumGameType2) => {
|