@happyvertical/smrt-events 0.44.1 → 0.45.0

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.
@@ -3,12 +3,12 @@
3
3
  "sensitiveFieldsExcluded": true,
4
4
  "generatedAt": "1970-01-01T00:00:00.000Z",
5
5
  "packageName": "@happyvertical/smrt-events",
6
- "packageVersion": "0.44.1",
6
+ "packageVersion": "0.45.0",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "68d86de0dd81a9120f40c64b4cd5add1aac47b81b42c51decc14a0a647d97c28",
11
- "packageJson": "db059a78609411e0c5e6e0da0222e0e59e522b35ab310d5e3b027ff778819980",
10
+ "manifest": "12eb19c0efeae38a8e27038ab051d9657a1441cdd23f739632b9dbd768d5e803",
11
+ "packageJson": "253f6168f4b3158e85427b695860f576c7b066ffc5eeaf6e259a36ba0644795b",
12
12
  "agents": "c020c54c72cc890a8fccc8d784f0fde9edde4b62df91a038b401de97c2ce47cf"
13
13
  },
14
14
  "exports": [
@@ -336,7 +336,348 @@
336
336
  "returns": "Promise<Event[]>"
337
337
  }
338
338
  ],
339
- "surfaces": [],
339
+ "surfaces": [
340
+ {
341
+ "kind": "api",
342
+ "name": "events.getBySeriesId",
343
+ "operation": "getBySeriesId",
344
+ "objectName": "@happyvertical/smrt-events:EventCollection",
345
+ "path": "/events/getBySeriesId",
346
+ "method": "POST"
347
+ },
348
+ {
349
+ "kind": "api",
350
+ "name": "events.getByPlace",
351
+ "operation": "getByPlace",
352
+ "objectName": "@happyvertical/smrt-events:EventCollection",
353
+ "path": "/events/getByPlace",
354
+ "method": "POST"
355
+ },
356
+ {
357
+ "kind": "api",
358
+ "name": "events.getByDateRange",
359
+ "operation": "getByDateRange",
360
+ "objectName": "@happyvertical/smrt-events:EventCollection",
361
+ "path": "/events/getByDateRange",
362
+ "method": "POST"
363
+ },
364
+ {
365
+ "kind": "api",
366
+ "name": "events.getUpcoming",
367
+ "operation": "getUpcoming",
368
+ "objectName": "@happyvertical/smrt-events:EventCollection",
369
+ "path": "/events/getUpcoming",
370
+ "method": "POST"
371
+ },
372
+ {
373
+ "kind": "api",
374
+ "name": "events.getByStatus",
375
+ "operation": "getByStatus",
376
+ "objectName": "@happyvertical/smrt-events:EventCollection",
377
+ "path": "/events/getByStatus",
378
+ "method": "POST"
379
+ },
380
+ {
381
+ "kind": "api",
382
+ "name": "events.getByType",
383
+ "operation": "getByType",
384
+ "objectName": "@happyvertical/smrt-events:EventCollection",
385
+ "path": "/events/getByType",
386
+ "method": "POST"
387
+ },
388
+ {
389
+ "kind": "api",
390
+ "name": "events.getRootEvents",
391
+ "operation": "getRootEvents",
392
+ "objectName": "@happyvertical/smrt-events:EventCollection",
393
+ "path": "/events/getRootEvents",
394
+ "method": "POST"
395
+ },
396
+ {
397
+ "kind": "api",
398
+ "name": "events.getByParent",
399
+ "operation": "getByParent",
400
+ "objectName": "@happyvertical/smrt-events:EventCollection",
401
+ "path": "/events/getByParent",
402
+ "method": "POST"
403
+ },
404
+ {
405
+ "kind": "api",
406
+ "name": "events.getEventTree",
407
+ "operation": "getEventTree",
408
+ "objectName": "@happyvertical/smrt-events:EventCollection",
409
+ "path": "/events/getEventTree",
410
+ "method": "POST"
411
+ },
412
+ {
413
+ "kind": "api",
414
+ "name": "events.getAssets",
415
+ "operation": "getAssets",
416
+ "objectName": "@happyvertical/smrt-events:EventCollection",
417
+ "path": "/events/getAssets",
418
+ "method": "POST"
419
+ },
420
+ {
421
+ "kind": "api",
422
+ "name": "events.addAsset",
423
+ "operation": "addAsset",
424
+ "objectName": "@happyvertical/smrt-events:EventCollection",
425
+ "path": "/events/addAsset",
426
+ "method": "POST"
427
+ },
428
+ {
429
+ "kind": "api",
430
+ "name": "events.removeAsset",
431
+ "operation": "removeAsset",
432
+ "objectName": "@happyvertical/smrt-events:EventCollection",
433
+ "path": "/events/removeAsset",
434
+ "method": "POST"
435
+ },
436
+ {
437
+ "kind": "api",
438
+ "name": "events.search",
439
+ "operation": "search",
440
+ "objectName": "@happyvertical/smrt-events:EventCollection",
441
+ "path": "/events/search",
442
+ "method": "POST"
443
+ },
444
+ {
445
+ "kind": "api",
446
+ "name": "events.getInProgress",
447
+ "operation": "getInProgress",
448
+ "objectName": "@happyvertical/smrt-events:EventCollection",
449
+ "path": "/events/getInProgress",
450
+ "method": "POST"
451
+ },
452
+ {
453
+ "kind": "api",
454
+ "name": "events.findByTenant",
455
+ "operation": "findByTenant",
456
+ "objectName": "@happyvertical/smrt-events:EventCollection",
457
+ "path": "/events/findByTenant",
458
+ "method": "POST"
459
+ },
460
+ {
461
+ "kind": "api",
462
+ "name": "events.findGlobal",
463
+ "operation": "findGlobal",
464
+ "objectName": "@happyvertical/smrt-events:EventCollection",
465
+ "path": "/events/findGlobal",
466
+ "method": "POST"
467
+ },
468
+ {
469
+ "kind": "api",
470
+ "name": "events.findWithGlobals",
471
+ "operation": "findWithGlobals",
472
+ "objectName": "@happyvertical/smrt-events:EventCollection",
473
+ "path": "/events/findWithGlobals",
474
+ "method": "POST"
475
+ },
476
+ {
477
+ "kind": "cli",
478
+ "name": "eventcollection_getBySeriesId",
479
+ "operation": "getBySeriesId",
480
+ "objectName": "@happyvertical/smrt-events:EventCollection"
481
+ },
482
+ {
483
+ "kind": "cli",
484
+ "name": "eventcollection_getByPlace",
485
+ "operation": "getByPlace",
486
+ "objectName": "@happyvertical/smrt-events:EventCollection"
487
+ },
488
+ {
489
+ "kind": "cli",
490
+ "name": "eventcollection_getByDateRange",
491
+ "operation": "getByDateRange",
492
+ "objectName": "@happyvertical/smrt-events:EventCollection"
493
+ },
494
+ {
495
+ "kind": "cli",
496
+ "name": "eventcollection_getUpcoming",
497
+ "operation": "getUpcoming",
498
+ "objectName": "@happyvertical/smrt-events:EventCollection"
499
+ },
500
+ {
501
+ "kind": "cli",
502
+ "name": "eventcollection_getByStatus",
503
+ "operation": "getByStatus",
504
+ "objectName": "@happyvertical/smrt-events:EventCollection"
505
+ },
506
+ {
507
+ "kind": "cli",
508
+ "name": "eventcollection_getByType",
509
+ "operation": "getByType",
510
+ "objectName": "@happyvertical/smrt-events:EventCollection"
511
+ },
512
+ {
513
+ "kind": "cli",
514
+ "name": "eventcollection_getRootEvents",
515
+ "operation": "getRootEvents",
516
+ "objectName": "@happyvertical/smrt-events:EventCollection"
517
+ },
518
+ {
519
+ "kind": "cli",
520
+ "name": "eventcollection_getByParent",
521
+ "operation": "getByParent",
522
+ "objectName": "@happyvertical/smrt-events:EventCollection"
523
+ },
524
+ {
525
+ "kind": "cli",
526
+ "name": "eventcollection_getEventTree",
527
+ "operation": "getEventTree",
528
+ "objectName": "@happyvertical/smrt-events:EventCollection"
529
+ },
530
+ {
531
+ "kind": "cli",
532
+ "name": "eventcollection_getAssets",
533
+ "operation": "getAssets",
534
+ "objectName": "@happyvertical/smrt-events:EventCollection"
535
+ },
536
+ {
537
+ "kind": "cli",
538
+ "name": "eventcollection_addAsset",
539
+ "operation": "addAsset",
540
+ "objectName": "@happyvertical/smrt-events:EventCollection"
541
+ },
542
+ {
543
+ "kind": "cli",
544
+ "name": "eventcollection_removeAsset",
545
+ "operation": "removeAsset",
546
+ "objectName": "@happyvertical/smrt-events:EventCollection"
547
+ },
548
+ {
549
+ "kind": "cli",
550
+ "name": "eventcollection_search",
551
+ "operation": "search",
552
+ "objectName": "@happyvertical/smrt-events:EventCollection"
553
+ },
554
+ {
555
+ "kind": "cli",
556
+ "name": "eventcollection_getInProgress",
557
+ "operation": "getInProgress",
558
+ "objectName": "@happyvertical/smrt-events:EventCollection"
559
+ },
560
+ {
561
+ "kind": "cli",
562
+ "name": "eventcollection_findByTenant",
563
+ "operation": "findByTenant",
564
+ "objectName": "@happyvertical/smrt-events:EventCollection"
565
+ },
566
+ {
567
+ "kind": "cli",
568
+ "name": "eventcollection_findGlobal",
569
+ "operation": "findGlobal",
570
+ "objectName": "@happyvertical/smrt-events:EventCollection"
571
+ },
572
+ {
573
+ "kind": "cli",
574
+ "name": "eventcollection_findWithGlobals",
575
+ "operation": "findWithGlobals",
576
+ "objectName": "@happyvertical/smrt-events:EventCollection"
577
+ },
578
+ {
579
+ "kind": "mcp",
580
+ "name": "eventcollection_getbyseriesid",
581
+ "operation": "getBySeriesId",
582
+ "objectName": "@happyvertical/smrt-events:EventCollection"
583
+ },
584
+ {
585
+ "kind": "mcp",
586
+ "name": "eventcollection_getbyplace",
587
+ "operation": "getByPlace",
588
+ "objectName": "@happyvertical/smrt-events:EventCollection"
589
+ },
590
+ {
591
+ "kind": "mcp",
592
+ "name": "eventcollection_getbydaterange",
593
+ "operation": "getByDateRange",
594
+ "objectName": "@happyvertical/smrt-events:EventCollection"
595
+ },
596
+ {
597
+ "kind": "mcp",
598
+ "name": "eventcollection_getupcoming",
599
+ "operation": "getUpcoming",
600
+ "objectName": "@happyvertical/smrt-events:EventCollection"
601
+ },
602
+ {
603
+ "kind": "mcp",
604
+ "name": "eventcollection_getbystatus",
605
+ "operation": "getByStatus",
606
+ "objectName": "@happyvertical/smrt-events:EventCollection"
607
+ },
608
+ {
609
+ "kind": "mcp",
610
+ "name": "eventcollection_getbytype",
611
+ "operation": "getByType",
612
+ "objectName": "@happyvertical/smrt-events:EventCollection"
613
+ },
614
+ {
615
+ "kind": "mcp",
616
+ "name": "eventcollection_getrootevents",
617
+ "operation": "getRootEvents",
618
+ "objectName": "@happyvertical/smrt-events:EventCollection"
619
+ },
620
+ {
621
+ "kind": "mcp",
622
+ "name": "eventcollection_getbyparent",
623
+ "operation": "getByParent",
624
+ "objectName": "@happyvertical/smrt-events:EventCollection"
625
+ },
626
+ {
627
+ "kind": "mcp",
628
+ "name": "eventcollection_geteventtree",
629
+ "operation": "getEventTree",
630
+ "objectName": "@happyvertical/smrt-events:EventCollection"
631
+ },
632
+ {
633
+ "kind": "mcp",
634
+ "name": "eventcollection_getassets",
635
+ "operation": "getAssets",
636
+ "objectName": "@happyvertical/smrt-events:EventCollection"
637
+ },
638
+ {
639
+ "kind": "mcp",
640
+ "name": "eventcollection_addasset",
641
+ "operation": "addAsset",
642
+ "objectName": "@happyvertical/smrt-events:EventCollection"
643
+ },
644
+ {
645
+ "kind": "mcp",
646
+ "name": "eventcollection_removeasset",
647
+ "operation": "removeAsset",
648
+ "objectName": "@happyvertical/smrt-events:EventCollection"
649
+ },
650
+ {
651
+ "kind": "mcp",
652
+ "name": "eventcollection_search",
653
+ "operation": "search",
654
+ "objectName": "@happyvertical/smrt-events:EventCollection"
655
+ },
656
+ {
657
+ "kind": "mcp",
658
+ "name": "eventcollection_getinprogress",
659
+ "operation": "getInProgress",
660
+ "objectName": "@happyvertical/smrt-events:EventCollection"
661
+ },
662
+ {
663
+ "kind": "mcp",
664
+ "name": "eventcollection_findbytenant",
665
+ "operation": "findByTenant",
666
+ "objectName": "@happyvertical/smrt-events:EventCollection"
667
+ },
668
+ {
669
+ "kind": "mcp",
670
+ "name": "eventcollection_findglobal",
671
+ "operation": "findGlobal",
672
+ "objectName": "@happyvertical/smrt-events:EventCollection"
673
+ },
674
+ {
675
+ "kind": "mcp",
676
+ "name": "eventcollection_findwithglobals",
677
+ "operation": "findWithGlobals",
678
+ "objectName": "@happyvertical/smrt-events:EventCollection"
679
+ }
680
+ ],
340
681
  "relationshipFeatures": [
341
682
  "uuidColumns"
342
683
  ],
@@ -489,106 +830,300 @@
489
830
  "returns": "Promise<void>"
490
831
  }
491
832
  ],
492
- "surfaces": [],
493
- "relationshipFeatures": [
494
- "SmrtJunction",
495
- "uuidColumns"
496
- ],
497
- "tags": [],
498
- "risks": []
499
- },
500
- {
501
- "name": "EventSeriesCollection",
502
- "qualifiedName": "@happyvertical/smrt-events:EventSeriesCollection",
503
- "collection": "eventserieses",
504
- "tableName": "event_series_collections",
505
- "packageName": "@happyvertical/smrt-events",
506
- "extends": "SmrtCollection",
507
- "fields": [],
508
- "relationships": [],
509
- "methods": [
510
- "findByTenant",
511
- "findGlobal",
512
- "findWithGlobals",
513
- "getActive",
514
- "getByOrganizer",
515
- "getByType",
516
- "getUpcoming",
517
- "search"
518
- ],
519
- "methodSignatures": [
833
+ "surfaces": [
520
834
  {
521
- "name": "findByTenant",
522
- "async": true,
523
- "params": [
524
- "tenantId: string"
525
- ],
526
- "returns": "Promise<EventSeries[]>"
835
+ "kind": "api",
836
+ "name": "eventparticipants.byLeft",
837
+ "operation": "byLeft",
838
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
839
+ "path": "/eventparticipants/byLeft",
840
+ "method": "POST"
527
841
  },
528
842
  {
529
- "name": "findGlobal",
530
- "async": true,
531
- "returns": "Promise<EventSeries[]>"
843
+ "kind": "api",
844
+ "name": "eventparticipants.byRight",
845
+ "operation": "byRight",
846
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
847
+ "path": "/eventparticipants/byRight",
848
+ "method": "POST"
532
849
  },
533
850
  {
534
- "name": "findWithGlobals",
535
- "async": true,
536
- "params": [
537
- "tenantId: string"
538
- ],
539
- "returns": "Promise<EventSeries[]>"
851
+ "kind": "api",
852
+ "name": "eventparticipants.attach",
853
+ "operation": "attach",
854
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
855
+ "path": "/eventparticipants/attach",
856
+ "method": "POST"
540
857
  },
541
858
  {
542
- "name": "getActive",
543
- "async": true,
544
- "returns": "Promise<EventSeries[]>"
859
+ "kind": "api",
860
+ "name": "eventparticipants.detach",
861
+ "operation": "detach",
862
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
863
+ "path": "/eventparticipants/detach",
864
+ "method": "POST"
545
865
  },
546
866
  {
547
- "name": "getByOrganizer",
548
- "async": true,
549
- "params": [
550
- "organizerId: string"
551
- ],
552
- "returns": "Promise<EventSeries[]>"
867
+ "kind": "api",
868
+ "name": "eventparticipants.setLinks",
869
+ "operation": "setLinks",
870
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
871
+ "path": "/eventparticipants/setLinks",
872
+ "method": "POST"
553
873
  },
554
874
  {
555
- "name": "getByType",
556
- "async": true,
557
- "params": [
558
- "typeId: string"
559
- ],
560
- "returns": "Promise<EventSeries[]>"
875
+ "kind": "api",
876
+ "name": "eventparticipants.getByPlacement",
877
+ "operation": "getByPlacement",
878
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
879
+ "path": "/eventparticipants/getByPlacement",
880
+ "method": "POST"
561
881
  },
562
882
  {
563
- "name": "getUpcoming",
564
- "async": true,
565
- "params": [
566
- "limit?: number"
567
- ],
568
- "returns": "Promise<EventSeries[]>"
883
+ "kind": "api",
884
+ "name": "eventparticipants.getByGroup",
885
+ "operation": "getByGroup",
886
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
887
+ "path": "/eventparticipants/getByGroup",
888
+ "method": "POST"
569
889
  },
570
890
  {
571
- "name": "search",
572
- "async": true,
573
- "params": [
574
- "query: string",
575
- "filters?: EventSeriesSearchFilters"
576
- ],
577
- "returns": "Promise<EventSeries[]>"
891
+ "kind": "api",
892
+ "name": "eventparticipants.getHome",
893
+ "operation": "getHome",
894
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
895
+ "path": "/eventparticipants/getHome",
896
+ "method": "POST"
897
+ },
898
+ {
899
+ "kind": "api",
900
+ "name": "eventparticipants.getAway",
901
+ "operation": "getAway",
902
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
903
+ "path": "/eventparticipants/getAway",
904
+ "method": "POST"
905
+ },
906
+ {
907
+ "kind": "api",
908
+ "name": "eventparticipants.search",
909
+ "operation": "search",
910
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
911
+ "path": "/eventparticipants/search",
912
+ "method": "POST"
913
+ },
914
+ {
915
+ "kind": "api",
916
+ "name": "eventparticipants.getParticipantStats",
917
+ "operation": "getParticipantStats",
918
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
919
+ "path": "/eventparticipants/getParticipantStats",
920
+ "method": "POST"
921
+ },
922
+ {
923
+ "kind": "api",
924
+ "name": "eventparticipants.findByTenant",
925
+ "operation": "findByTenant",
926
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
927
+ "path": "/eventparticipants/findByTenant",
928
+ "method": "POST"
929
+ },
930
+ {
931
+ "kind": "api",
932
+ "name": "eventparticipants.findGlobal",
933
+ "operation": "findGlobal",
934
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
935
+ "path": "/eventparticipants/findGlobal",
936
+ "method": "POST"
937
+ },
938
+ {
939
+ "kind": "api",
940
+ "name": "eventparticipants.findWithGlobals",
941
+ "operation": "findWithGlobals",
942
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
943
+ "path": "/eventparticipants/findWithGlobals",
944
+ "method": "POST"
945
+ },
946
+ {
947
+ "kind": "cli",
948
+ "name": "eventparticipantcollection_byLeft",
949
+ "operation": "byLeft",
950
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
951
+ },
952
+ {
953
+ "kind": "cli",
954
+ "name": "eventparticipantcollection_byRight",
955
+ "operation": "byRight",
956
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
957
+ },
958
+ {
959
+ "kind": "cli",
960
+ "name": "eventparticipantcollection_attach",
961
+ "operation": "attach",
962
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
963
+ },
964
+ {
965
+ "kind": "cli",
966
+ "name": "eventparticipantcollection_detach",
967
+ "operation": "detach",
968
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
969
+ },
970
+ {
971
+ "kind": "cli",
972
+ "name": "eventparticipantcollection_setLinks",
973
+ "operation": "setLinks",
974
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
975
+ },
976
+ {
977
+ "kind": "cli",
978
+ "name": "eventparticipantcollection_getByPlacement",
979
+ "operation": "getByPlacement",
980
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
981
+ },
982
+ {
983
+ "kind": "cli",
984
+ "name": "eventparticipantcollection_getByGroup",
985
+ "operation": "getByGroup",
986
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
987
+ },
988
+ {
989
+ "kind": "cli",
990
+ "name": "eventparticipantcollection_getHome",
991
+ "operation": "getHome",
992
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
993
+ },
994
+ {
995
+ "kind": "cli",
996
+ "name": "eventparticipantcollection_getAway",
997
+ "operation": "getAway",
998
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
999
+ },
1000
+ {
1001
+ "kind": "cli",
1002
+ "name": "eventparticipantcollection_search",
1003
+ "operation": "search",
1004
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1005
+ },
1006
+ {
1007
+ "kind": "cli",
1008
+ "name": "eventparticipantcollection_getParticipantStats",
1009
+ "operation": "getParticipantStats",
1010
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1011
+ },
1012
+ {
1013
+ "kind": "cli",
1014
+ "name": "eventparticipantcollection_findByTenant",
1015
+ "operation": "findByTenant",
1016
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1017
+ },
1018
+ {
1019
+ "kind": "cli",
1020
+ "name": "eventparticipantcollection_findGlobal",
1021
+ "operation": "findGlobal",
1022
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1023
+ },
1024
+ {
1025
+ "kind": "cli",
1026
+ "name": "eventparticipantcollection_findWithGlobals",
1027
+ "operation": "findWithGlobals",
1028
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1029
+ },
1030
+ {
1031
+ "kind": "mcp",
1032
+ "name": "eventparticipantcollection_byleft",
1033
+ "operation": "byLeft",
1034
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1035
+ },
1036
+ {
1037
+ "kind": "mcp",
1038
+ "name": "eventparticipantcollection_byright",
1039
+ "operation": "byRight",
1040
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1041
+ },
1042
+ {
1043
+ "kind": "mcp",
1044
+ "name": "eventparticipantcollection_attach",
1045
+ "operation": "attach",
1046
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1047
+ },
1048
+ {
1049
+ "kind": "mcp",
1050
+ "name": "eventparticipantcollection_detach",
1051
+ "operation": "detach",
1052
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1053
+ },
1054
+ {
1055
+ "kind": "mcp",
1056
+ "name": "eventparticipantcollection_setlinks",
1057
+ "operation": "setLinks",
1058
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1059
+ },
1060
+ {
1061
+ "kind": "mcp",
1062
+ "name": "eventparticipantcollection_getbyplacement",
1063
+ "operation": "getByPlacement",
1064
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1065
+ },
1066
+ {
1067
+ "kind": "mcp",
1068
+ "name": "eventparticipantcollection_getbygroup",
1069
+ "operation": "getByGroup",
1070
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1071
+ },
1072
+ {
1073
+ "kind": "mcp",
1074
+ "name": "eventparticipantcollection_gethome",
1075
+ "operation": "getHome",
1076
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1077
+ },
1078
+ {
1079
+ "kind": "mcp",
1080
+ "name": "eventparticipantcollection_getaway",
1081
+ "operation": "getAway",
1082
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1083
+ },
1084
+ {
1085
+ "kind": "mcp",
1086
+ "name": "eventparticipantcollection_search",
1087
+ "operation": "search",
1088
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1089
+ },
1090
+ {
1091
+ "kind": "mcp",
1092
+ "name": "eventparticipantcollection_getparticipantstats",
1093
+ "operation": "getParticipantStats",
1094
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1095
+ },
1096
+ {
1097
+ "kind": "mcp",
1098
+ "name": "eventparticipantcollection_findbytenant",
1099
+ "operation": "findByTenant",
1100
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1101
+ },
1102
+ {
1103
+ "kind": "mcp",
1104
+ "name": "eventparticipantcollection_findglobal",
1105
+ "operation": "findGlobal",
1106
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
1107
+ },
1108
+ {
1109
+ "kind": "mcp",
1110
+ "name": "eventparticipantcollection_findwithglobals",
1111
+ "operation": "findWithGlobals",
1112
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
578
1113
  }
579
1114
  ],
580
- "surfaces": [],
581
1115
  "relationshipFeatures": [
1116
+ "SmrtJunction",
582
1117
  "uuidColumns"
583
1118
  ],
584
1119
  "tags": [],
585
1120
  "risks": []
586
1121
  },
587
1122
  {
588
- "name": "EventTypeCollection",
589
- "qualifiedName": "@happyvertical/smrt-events:EventTypeCollection",
590
- "collection": "eventtypes",
591
- "tableName": "event_type_collections",
1123
+ "name": "EventSeriesCollection",
1124
+ "qualifiedName": "@happyvertical/smrt-events:EventSeriesCollection",
1125
+ "collection": "eventserieses",
1126
+ "tableName": "event_series_collections",
592
1127
  "packageName": "@happyvertical/smrt-events",
593
1128
  "extends": "SmrtCollection",
594
1129
  "fields": [],
@@ -597,9 +1132,11 @@
597
1132
  "findByTenant",
598
1133
  "findGlobal",
599
1134
  "findWithGlobals",
600
- "getBySlug",
601
- "getOrCreate",
602
- "initializeDefaults"
1135
+ "getActive",
1136
+ "getByOrganizer",
1137
+ "getByType",
1138
+ "getUpcoming",
1139
+ "search"
603
1140
  ],
604
1141
  "methodSignatures": [
605
1142
  {
@@ -608,12 +1145,12 @@
608
1145
  "params": [
609
1146
  "tenantId: string"
610
1147
  ],
611
- "returns": "Promise<EventType[]>"
1148
+ "returns": "Promise<EventSeries[]>"
612
1149
  },
613
1150
  {
614
1151
  "name": "findGlobal",
615
1152
  "async": true,
616
- "returns": "Promise<EventType[]>"
1153
+ "returns": "Promise<EventSeries[]>"
617
1154
  },
618
1155
  {
619
1156
  "name": "findWithGlobals",
@@ -621,119 +1158,486 @@
621
1158
  "params": [
622
1159
  "tenantId: string"
623
1160
  ],
624
- "returns": "Promise<EventType[]>"
1161
+ "returns": "Promise<EventSeries[]>"
625
1162
  },
626
1163
  {
627
- "name": "getBySlug",
1164
+ "name": "getActive",
1165
+ "async": true,
1166
+ "returns": "Promise<EventSeries[]>"
1167
+ },
1168
+ {
1169
+ "name": "getByOrganizer",
628
1170
  "async": true,
629
1171
  "params": [
630
- "slug: string"
1172
+ "organizerId: string"
631
1173
  ],
632
- "returns": "Promise<EventType | null>"
1174
+ "returns": "Promise<EventSeries[]>"
633
1175
  },
634
1176
  {
635
- "name": "getOrCreate",
1177
+ "name": "getByType",
636
1178
  "async": true,
637
1179
  "params": [
638
- "slug: string",
639
- "name?: string"
1180
+ "typeId: string"
640
1181
  ],
641
- "returns": "Promise<EventType>"
1182
+ "returns": "Promise<EventSeries[]>"
642
1183
  },
643
1184
  {
644
- "name": "initializeDefaults",
1185
+ "name": "getUpcoming",
645
1186
  "async": true,
646
- "returns": "Promise<EventType[]>"
1187
+ "params": [
1188
+ "limit?: number"
1189
+ ],
1190
+ "returns": "Promise<EventSeries[]>"
1191
+ },
1192
+ {
1193
+ "name": "search",
1194
+ "async": true,
1195
+ "params": [
1196
+ "query: string",
1197
+ "filters?: EventSeriesSearchFilters"
1198
+ ],
1199
+ "returns": "Promise<EventSeries[]>"
647
1200
  }
648
1201
  ],
649
- "surfaces": [],
650
- "relationshipFeatures": [
651
- "uuidColumns"
652
- ],
653
- "tags": [],
654
- "risks": []
655
- },
656
- {
657
- "name": "Event",
658
- "qualifiedName": "@happyvertical/smrt-events:Event",
659
- "collection": "events",
660
- "tableName": "events",
661
- "packageName": "@happyvertical/smrt-events",
662
- "extends": "SmrtHierarchical",
663
- "fields": [
1202
+ "surfaces": [
664
1203
  {
665
- "name": "created_at",
666
- "type": "datetime",
667
- "required": false,
668
- "columnType": "TIMESTAMP"
1204
+ "kind": "api",
1205
+ "name": "eventserieses.getByOrganizer",
1206
+ "operation": "getByOrganizer",
1207
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1208
+ "path": "/eventserieses/getByOrganizer",
1209
+ "method": "POST"
669
1210
  },
670
1211
  {
671
- "name": "updated_at",
672
- "type": "datetime",
673
- "required": false,
674
- "columnType": "TIMESTAMP"
1212
+ "kind": "api",
1213
+ "name": "eventserieses.getActive",
1214
+ "operation": "getActive",
1215
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1216
+ "path": "/eventserieses/getActive",
1217
+ "method": "POST"
675
1218
  },
676
1219
  {
677
- "name": "parentId",
678
- "type": "foreignKey",
679
- "required": false,
680
- "related": "Event",
681
- "columnType": "UUID"
1220
+ "kind": "api",
1221
+ "name": "eventserieses.getUpcoming",
1222
+ "operation": "getUpcoming",
1223
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1224
+ "path": "/eventserieses/getUpcoming",
1225
+ "method": "POST"
682
1226
  },
683
1227
  {
684
- "name": "tenantId",
685
- "type": "text",
686
- "required": false,
687
- "columnType": "UUID"
1228
+ "kind": "api",
1229
+ "name": "eventserieses.getByType",
1230
+ "operation": "getByType",
1231
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1232
+ "path": "/eventserieses/getByType",
1233
+ "method": "POST"
688
1234
  },
689
1235
  {
690
- "name": "name",
691
- "type": "text",
692
- "required": false,
693
- "columnType": "TEXT",
694
- "default": ""
1236
+ "kind": "api",
1237
+ "name": "eventserieses.search",
1238
+ "operation": "search",
1239
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1240
+ "path": "/eventserieses/search",
1241
+ "method": "POST"
695
1242
  },
696
1243
  {
697
- "name": "seriesId",
698
- "type": "foreignKey",
699
- "required": false,
700
- "related": "EventSeries",
701
- "columnType": "UUID"
1244
+ "kind": "api",
1245
+ "name": "eventserieses.findByTenant",
1246
+ "operation": "findByTenant",
1247
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1248
+ "path": "/eventserieses/findByTenant",
1249
+ "method": "POST"
702
1250
  },
703
1251
  {
704
- "name": "typeId",
705
- "type": "foreignKey",
706
- "required": false,
707
- "related": "EventType",
708
- "columnType": "UUID"
1252
+ "kind": "api",
1253
+ "name": "eventserieses.findGlobal",
1254
+ "operation": "findGlobal",
1255
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1256
+ "path": "/eventserieses/findGlobal",
1257
+ "method": "POST"
709
1258
  },
710
1259
  {
711
- "name": "placeId",
712
- "type": "crossPackageRef",
713
- "required": false,
714
- "related": "@happyvertical/smrt-places:Place",
715
- "columnType": "UUID"
1260
+ "kind": "api",
1261
+ "name": "eventserieses.findWithGlobals",
1262
+ "operation": "findWithGlobals",
1263
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
1264
+ "path": "/eventserieses/findWithGlobals",
1265
+ "method": "POST"
716
1266
  },
717
1267
  {
718
- "name": "description",
719
- "type": "text",
720
- "required": false,
721
- "columnType": "TEXT"
1268
+ "kind": "cli",
1269
+ "name": "eventseriescollection_getByOrganizer",
1270
+ "operation": "getByOrganizer",
1271
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
722
1272
  },
723
1273
  {
724
- "name": "startDate",
725
- "type": "datetime",
726
- "required": false,
727
- "columnType": "TIMESTAMP"
1274
+ "kind": "cli",
1275
+ "name": "eventseriescollection_getActive",
1276
+ "operation": "getActive",
1277
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
728
1278
  },
729
1279
  {
730
- "name": "endDate",
731
- "type": "datetime",
732
- "required": false,
733
- "columnType": "TIMESTAMP"
1280
+ "kind": "cli",
1281
+ "name": "eventseriescollection_getUpcoming",
1282
+ "operation": "getUpcoming",
1283
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
734
1284
  },
735
1285
  {
736
- "name": "status",
1286
+ "kind": "cli",
1287
+ "name": "eventseriescollection_getByType",
1288
+ "operation": "getByType",
1289
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1290
+ },
1291
+ {
1292
+ "kind": "cli",
1293
+ "name": "eventseriescollection_search",
1294
+ "operation": "search",
1295
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1296
+ },
1297
+ {
1298
+ "kind": "cli",
1299
+ "name": "eventseriescollection_findByTenant",
1300
+ "operation": "findByTenant",
1301
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1302
+ },
1303
+ {
1304
+ "kind": "cli",
1305
+ "name": "eventseriescollection_findGlobal",
1306
+ "operation": "findGlobal",
1307
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1308
+ },
1309
+ {
1310
+ "kind": "cli",
1311
+ "name": "eventseriescollection_findWithGlobals",
1312
+ "operation": "findWithGlobals",
1313
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1314
+ },
1315
+ {
1316
+ "kind": "mcp",
1317
+ "name": "eventseriescollection_getbyorganizer",
1318
+ "operation": "getByOrganizer",
1319
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1320
+ },
1321
+ {
1322
+ "kind": "mcp",
1323
+ "name": "eventseriescollection_getactive",
1324
+ "operation": "getActive",
1325
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1326
+ },
1327
+ {
1328
+ "kind": "mcp",
1329
+ "name": "eventseriescollection_getupcoming",
1330
+ "operation": "getUpcoming",
1331
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1332
+ },
1333
+ {
1334
+ "kind": "mcp",
1335
+ "name": "eventseriescollection_getbytype",
1336
+ "operation": "getByType",
1337
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1338
+ },
1339
+ {
1340
+ "kind": "mcp",
1341
+ "name": "eventseriescollection_search",
1342
+ "operation": "search",
1343
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1344
+ },
1345
+ {
1346
+ "kind": "mcp",
1347
+ "name": "eventseriescollection_findbytenant",
1348
+ "operation": "findByTenant",
1349
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1350
+ },
1351
+ {
1352
+ "kind": "mcp",
1353
+ "name": "eventseriescollection_findglobal",
1354
+ "operation": "findGlobal",
1355
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1356
+ },
1357
+ {
1358
+ "kind": "mcp",
1359
+ "name": "eventseriescollection_findwithglobals",
1360
+ "operation": "findWithGlobals",
1361
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
1362
+ }
1363
+ ],
1364
+ "relationshipFeatures": [
1365
+ "uuidColumns"
1366
+ ],
1367
+ "tags": [],
1368
+ "risks": []
1369
+ },
1370
+ {
1371
+ "name": "EventTypeCollection",
1372
+ "qualifiedName": "@happyvertical/smrt-events:EventTypeCollection",
1373
+ "collection": "eventtypes",
1374
+ "tableName": "event_type_collections",
1375
+ "packageName": "@happyvertical/smrt-events",
1376
+ "extends": "SmrtCollection",
1377
+ "fields": [],
1378
+ "relationships": [],
1379
+ "methods": [
1380
+ "findByTenant",
1381
+ "findGlobal",
1382
+ "findWithGlobals",
1383
+ "getBySlug",
1384
+ "getOrCreate",
1385
+ "initializeDefaults"
1386
+ ],
1387
+ "methodSignatures": [
1388
+ {
1389
+ "name": "findByTenant",
1390
+ "async": true,
1391
+ "params": [
1392
+ "tenantId: string"
1393
+ ],
1394
+ "returns": "Promise<EventType[]>"
1395
+ },
1396
+ {
1397
+ "name": "findGlobal",
1398
+ "async": true,
1399
+ "returns": "Promise<EventType[]>"
1400
+ },
1401
+ {
1402
+ "name": "findWithGlobals",
1403
+ "async": true,
1404
+ "params": [
1405
+ "tenantId: string"
1406
+ ],
1407
+ "returns": "Promise<EventType[]>"
1408
+ },
1409
+ {
1410
+ "name": "getBySlug",
1411
+ "async": true,
1412
+ "params": [
1413
+ "slug: string"
1414
+ ],
1415
+ "returns": "Promise<EventType | null>"
1416
+ },
1417
+ {
1418
+ "name": "getOrCreate",
1419
+ "async": true,
1420
+ "params": [
1421
+ "slug: string",
1422
+ "name?: string"
1423
+ ],
1424
+ "returns": "Promise<EventType>"
1425
+ },
1426
+ {
1427
+ "name": "initializeDefaults",
1428
+ "async": true,
1429
+ "returns": "Promise<EventType[]>"
1430
+ }
1431
+ ],
1432
+ "surfaces": [
1433
+ {
1434
+ "kind": "api",
1435
+ "name": "eventtypes.getOrCreate",
1436
+ "operation": "getOrCreate",
1437
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1438
+ "path": "/eventtypes/getOrCreate",
1439
+ "method": "POST"
1440
+ },
1441
+ {
1442
+ "kind": "api",
1443
+ "name": "eventtypes.getBySlug",
1444
+ "operation": "getBySlug",
1445
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1446
+ "path": "/eventtypes/getBySlug",
1447
+ "method": "POST"
1448
+ },
1449
+ {
1450
+ "kind": "api",
1451
+ "name": "eventtypes.initializeDefaults",
1452
+ "operation": "initializeDefaults",
1453
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1454
+ "path": "/eventtypes/initializeDefaults",
1455
+ "method": "POST"
1456
+ },
1457
+ {
1458
+ "kind": "api",
1459
+ "name": "eventtypes.findByTenant",
1460
+ "operation": "findByTenant",
1461
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1462
+ "path": "/eventtypes/findByTenant",
1463
+ "method": "POST"
1464
+ },
1465
+ {
1466
+ "kind": "api",
1467
+ "name": "eventtypes.findGlobal",
1468
+ "operation": "findGlobal",
1469
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1470
+ "path": "/eventtypes/findGlobal",
1471
+ "method": "POST"
1472
+ },
1473
+ {
1474
+ "kind": "api",
1475
+ "name": "eventtypes.findWithGlobals",
1476
+ "operation": "findWithGlobals",
1477
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
1478
+ "path": "/eventtypes/findWithGlobals",
1479
+ "method": "POST"
1480
+ },
1481
+ {
1482
+ "kind": "cli",
1483
+ "name": "eventtypecollection_getOrCreate",
1484
+ "operation": "getOrCreate",
1485
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1486
+ },
1487
+ {
1488
+ "kind": "cli",
1489
+ "name": "eventtypecollection_getBySlug",
1490
+ "operation": "getBySlug",
1491
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1492
+ },
1493
+ {
1494
+ "kind": "cli",
1495
+ "name": "eventtypecollection_initializeDefaults",
1496
+ "operation": "initializeDefaults",
1497
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1498
+ },
1499
+ {
1500
+ "kind": "cli",
1501
+ "name": "eventtypecollection_findByTenant",
1502
+ "operation": "findByTenant",
1503
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1504
+ },
1505
+ {
1506
+ "kind": "cli",
1507
+ "name": "eventtypecollection_findGlobal",
1508
+ "operation": "findGlobal",
1509
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1510
+ },
1511
+ {
1512
+ "kind": "cli",
1513
+ "name": "eventtypecollection_findWithGlobals",
1514
+ "operation": "findWithGlobals",
1515
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1516
+ },
1517
+ {
1518
+ "kind": "mcp",
1519
+ "name": "eventtypecollection_getorcreate",
1520
+ "operation": "getOrCreate",
1521
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1522
+ },
1523
+ {
1524
+ "kind": "mcp",
1525
+ "name": "eventtypecollection_getbyslug",
1526
+ "operation": "getBySlug",
1527
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1528
+ },
1529
+ {
1530
+ "kind": "mcp",
1531
+ "name": "eventtypecollection_initializedefaults",
1532
+ "operation": "initializeDefaults",
1533
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1534
+ },
1535
+ {
1536
+ "kind": "mcp",
1537
+ "name": "eventtypecollection_findbytenant",
1538
+ "operation": "findByTenant",
1539
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1540
+ },
1541
+ {
1542
+ "kind": "mcp",
1543
+ "name": "eventtypecollection_findglobal",
1544
+ "operation": "findGlobal",
1545
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1546
+ },
1547
+ {
1548
+ "kind": "mcp",
1549
+ "name": "eventtypecollection_findwithglobals",
1550
+ "operation": "findWithGlobals",
1551
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
1552
+ }
1553
+ ],
1554
+ "relationshipFeatures": [
1555
+ "uuidColumns"
1556
+ ],
1557
+ "tags": [],
1558
+ "risks": []
1559
+ },
1560
+ {
1561
+ "name": "Event",
1562
+ "qualifiedName": "@happyvertical/smrt-events:Event",
1563
+ "collection": "events",
1564
+ "tableName": "events",
1565
+ "packageName": "@happyvertical/smrt-events",
1566
+ "extends": "SmrtHierarchical",
1567
+ "fields": [
1568
+ {
1569
+ "name": "created_at",
1570
+ "type": "datetime",
1571
+ "required": false,
1572
+ "columnType": "TIMESTAMP"
1573
+ },
1574
+ {
1575
+ "name": "updated_at",
1576
+ "type": "datetime",
1577
+ "required": false,
1578
+ "columnType": "TIMESTAMP"
1579
+ },
1580
+ {
1581
+ "name": "parentId",
1582
+ "type": "foreignKey",
1583
+ "required": false,
1584
+ "related": "Event",
1585
+ "columnType": "UUID"
1586
+ },
1587
+ {
1588
+ "name": "tenantId",
1589
+ "type": "text",
1590
+ "required": false,
1591
+ "columnType": "UUID"
1592
+ },
1593
+ {
1594
+ "name": "name",
1595
+ "type": "text",
1596
+ "required": false,
1597
+ "columnType": "TEXT",
1598
+ "default": ""
1599
+ },
1600
+ {
1601
+ "name": "seriesId",
1602
+ "type": "foreignKey",
1603
+ "required": false,
1604
+ "related": "EventSeries",
1605
+ "columnType": "UUID"
1606
+ },
1607
+ {
1608
+ "name": "typeId",
1609
+ "type": "foreignKey",
1610
+ "required": false,
1611
+ "related": "EventType",
1612
+ "columnType": "UUID"
1613
+ },
1614
+ {
1615
+ "name": "placeId",
1616
+ "type": "crossPackageRef",
1617
+ "required": false,
1618
+ "related": "@happyvertical/smrt-places:Place",
1619
+ "columnType": "UUID"
1620
+ },
1621
+ {
1622
+ "name": "description",
1623
+ "type": "text",
1624
+ "required": false,
1625
+ "columnType": "TEXT"
1626
+ },
1627
+ {
1628
+ "name": "startDate",
1629
+ "type": "datetime",
1630
+ "required": false,
1631
+ "columnType": "TIMESTAMP"
1632
+ },
1633
+ {
1634
+ "name": "endDate",
1635
+ "type": "datetime",
1636
+ "required": false,
1637
+ "columnType": "TIMESTAMP"
1638
+ },
1639
+ {
1640
+ "name": "status",
737
1641
  "type": "text",
738
1642
  "required": false,
739
1643
  "columnType": "TEXT",
@@ -807,80 +1711,28 @@
807
1711
  }
808
1712
  ],
809
1713
  "methods": [
810
- "_setLoadedRelationship",
811
1714
  "addAsset",
812
- "claimRevision",
813
- "classifyConstraintError",
814
- "clearEmbeddings",
815
- "delete",
816
- "describe",
817
- "destroy",
818
- "do",
819
- "executeToolCall",
820
- "forget",
821
- "forgetScope",
822
- "generateEmbeddings",
823
- "getAiUsageSnapshot",
824
1715
  "getAncestors",
825
1716
  "getAssets",
826
- "getAvailableTools",
827
1717
  "getChildren",
828
1718
  "getDescendants",
829
- "getEmbedding",
830
- "getFields",
831
1719
  "getHierarchy",
832
- "getId",
833
1720
  "getMetadata",
834
1721
  "getParent",
835
1722
  "getParticipants",
836
1723
  "getPlace",
837
- "getRelated",
838
1724
  "getRootEvent",
839
- "getSavedId",
840
1725
  "getSeries",
841
- "getSlug",
842
1726
  "getType",
843
- "hasStaleEmbeddings",
844
- "initialize",
845
- "is",
846
1727
  "isInProgress",
847
- "isRelatedLoaded",
848
1728
  "isRoot",
849
- "isSaved",
850
- "listAiUsage",
851
- "loadDataFromDb",
852
- "loadFromId",
853
- "loadFromSlug",
854
- "loadRelated",
855
- "loadRelatedMany",
856
- "markAsPersisted",
857
1729
  "moveTo",
858
- "recall",
859
- "recallAll",
860
- "remember",
861
1730
  "removeAsset",
862
- "requireInsertOnSave",
863
- "resetAiUsage",
864
- "save",
865
1731
  "setMetadata",
866
- "summarizeAiUsage",
867
- "toJSON",
868
- "toPlainObject",
869
- "toPublicJSON",
870
1732
  "updateMetadata",
871
- "updateStatus",
872
- "withDatabase",
873
- "withTransaction"
1733
+ "updateStatus"
874
1734
  ],
875
1735
  "methodSignatures": [
876
- {
877
- "name": "_setLoadedRelationship",
878
- "params": [
879
- "fieldName: string",
880
- "value: any"
881
- ],
882
- "returns": "void"
883
- },
884
1736
  {
885
1737
  "name": "addAsset",
886
1738
  "async": true,
@@ -891,92 +1743,6 @@
891
1743
  ],
892
1744
  "returns": "Promise<void>"
893
1745
  },
894
- {
895
- "name": "claimRevision",
896
- "async": true,
897
- "params": [
898
- "expectedUpdatedAt: Date | string"
899
- ],
900
- "returns": "Promise"
901
- },
902
- {
903
- "name": "classifyConstraintError",
904
- "static": true,
905
- "params": [
906
- "message: string"
907
- ],
908
- "returns": "'unique' | 'not_null' | null"
909
- },
910
- {
911
- "name": "clearEmbeddings",
912
- "async": true,
913
- "returns": "Promise<void>"
914
- },
915
- {
916
- "name": "delete",
917
- "async": true,
918
- "params": [
919
- "options?: SmrtDeleteOptions"
920
- ],
921
- "returns": "Promise<void>"
922
- },
923
- {
924
- "name": "describe",
925
- "async": true,
926
- "params": [
927
- "options?: AiOperationOptions"
928
- ],
929
- "returns": "any"
930
- },
931
- {
932
- "name": "destroy",
933
- "returns": "void"
934
- },
935
- {
936
- "name": "do",
937
- "async": true,
938
- "params": [
939
- "instructions: string",
940
- "options?: AiOperationOptions"
941
- ],
942
- "returns": "any"
943
- },
944
- {
945
- "name": "executeToolCall",
946
- "async": true,
947
- "params": [
948
- "toolCall: ToolCall"
949
- ],
950
- "returns": "Promise<ToolCallResult>"
951
- },
952
- {
953
- "name": "forget",
954
- "async": true,
955
- "params": [
956
- "options: object"
957
- ],
958
- "returns": "Promise<void>"
959
- },
960
- {
961
- "name": "forgetScope",
962
- "async": true,
963
- "params": [
964
- "options: object"
965
- ],
966
- "returns": "Promise<number>"
967
- },
968
- {
969
- "name": "generateEmbeddings",
970
- "async": true,
971
- "params": [
972
- "options?: GenerateEmbeddingsOptions"
973
- ],
974
- "returns": "Promise<void>"
975
- },
976
- {
977
- "name": "getAiUsageSnapshot",
978
- "returns": "AiUsageSnapshot | undefined"
979
- },
980
1746
  {
981
1747
  "name": "getAncestors",
982
1748
  "async": true,
@@ -990,10 +1756,6 @@
990
1756
  ],
991
1757
  "returns": "Promise<Asset[]>"
992
1758
  },
993
- {
994
- "name": "getAvailableTools",
995
- "returns": "AITool[]"
996
- },
997
1759
  {
998
1760
  "name": "getChildren",
999
1761
  "async": true,
@@ -1004,30 +1766,11 @@
1004
1766
  "async": true,
1005
1767
  "returns": "Promise"
1006
1768
  },
1007
- {
1008
- "name": "getEmbedding",
1009
- "async": true,
1010
- "params": [
1011
- "fieldName: string",
1012
- "model?: string"
1013
- ],
1014
- "returns": "Promise<number[] | null>"
1015
- },
1016
- {
1017
- "name": "getFields",
1018
- "async": true,
1019
- "returns": "Promise<any>"
1020
- },
1021
1769
  {
1022
1770
  "name": "getHierarchy",
1023
1771
  "async": true,
1024
1772
  "returns": "Promise<HierarchyView>"
1025
1773
  },
1026
- {
1027
- "name": "getId",
1028
- "async": true,
1029
- "returns": "any"
1030
- },
1031
1774
  {
1032
1775
  "name": "getMetadata",
1033
1776
  "returns": "Record<string>"
@@ -1047,127 +1790,29 @@
1047
1790
  "async": true,
1048
1791
  "returns": "any"
1049
1792
  },
1050
- {
1051
- "name": "getRelated",
1052
- "async": true,
1053
- "params": [
1054
- "fieldName: string",
1055
- "opts?: LoadRelatedOptions"
1056
- ],
1057
- "returns": "Promise<any>"
1058
- },
1059
1793
  {
1060
1794
  "name": "getRootEvent",
1061
1795
  "async": true,
1062
1796
  "returns": "Promise<Event>"
1063
1797
  },
1064
- {
1065
- "name": "getSavedId",
1066
- "async": true,
1067
- "returns": "any"
1068
- },
1069
1798
  {
1070
1799
  "name": "getSeries",
1071
1800
  "async": true,
1072
1801
  "returns": "any"
1073
1802
  },
1074
- {
1075
- "name": "getSlug",
1076
- "async": true,
1077
- "returns": "any"
1078
- },
1079
1803
  {
1080
1804
  "name": "getType",
1081
1805
  "async": true,
1082
1806
  "returns": "any"
1083
1807
  },
1084
- {
1085
- "name": "hasStaleEmbeddings",
1086
- "async": true,
1087
- "returns": "Promise<boolean>"
1088
- },
1089
- {
1090
- "name": "initialize",
1091
- "async": true,
1092
- "returns": "Promise"
1093
- },
1094
- {
1095
- "name": "is",
1096
- "async": true,
1097
- "params": [
1098
- "criteria: string",
1099
- "options?: AiOperationOptions"
1100
- ],
1101
- "returns": "any"
1102
- },
1103
1808
  {
1104
1809
  "name": "isInProgress",
1105
1810
  "returns": "boolean"
1106
1811
  },
1107
- {
1108
- "name": "isRelatedLoaded",
1109
- "params": [
1110
- "fieldName: string"
1111
- ],
1112
- "returns": "boolean"
1113
- },
1114
1812
  {
1115
1813
  "name": "isRoot",
1116
1814
  "returns": "boolean"
1117
1815
  },
1118
- {
1119
- "name": "isSaved",
1120
- "async": true,
1121
- "returns": "any"
1122
- },
1123
- {
1124
- "name": "listAiUsage",
1125
- "async": true,
1126
- "params": [
1127
- "options?: AiUsageListOptions"
1128
- ],
1129
- "returns": "Promise<SmrtAiUsageRecord[]>"
1130
- },
1131
- {
1132
- "name": "loadDataFromDb",
1133
- "async": true,
1134
- "params": [
1135
- "data: Record<string>"
1136
- ],
1137
- "returns": "any"
1138
- },
1139
- {
1140
- "name": "loadFromId",
1141
- "async": true,
1142
- "returns": "any"
1143
- },
1144
- {
1145
- "name": "loadFromSlug",
1146
- "async": true,
1147
- "returns": "any"
1148
- },
1149
- {
1150
- "name": "loadRelated",
1151
- "async": true,
1152
- "params": [
1153
- "fieldName: string",
1154
- "opts?: LoadRelatedOptions"
1155
- ],
1156
- "returns": "Promise<any>"
1157
- },
1158
- {
1159
- "name": "loadRelatedMany",
1160
- "async": true,
1161
- "params": [
1162
- "fieldName: string",
1163
- "opts?: LoadRelatedOptions"
1164
- ],
1165
- "returns": "Promise<any[]>"
1166
- },
1167
- {
1168
- "name": "markAsPersisted",
1169
- "returns": "void"
1170
- },
1171
1816
  {
1172
1817
  "name": "moveTo",
1173
1818
  "async": true,
@@ -1176,30 +1821,6 @@
1176
1821
  ],
1177
1822
  "returns": "Promise<void>"
1178
1823
  },
1179
- {
1180
- "name": "recall",
1181
- "async": true,
1182
- "params": [
1183
- "options: object"
1184
- ],
1185
- "returns": "Promise"
1186
- },
1187
- {
1188
- "name": "recallAll",
1189
- "async": true,
1190
- "params": [
1191
- "options?: object"
1192
- ],
1193
- "returns": "Promise<Map<string>>"
1194
- },
1195
- {
1196
- "name": "remember",
1197
- "async": true,
1198
- "params": [
1199
- "options: object"
1200
- ],
1201
- "returns": "Promise<void>"
1202
- },
1203
1824
  {
1204
1825
  "name": "removeAsset",
1205
1826
  "async": true,
@@ -1209,22 +1830,6 @@
1209
1830
  ],
1210
1831
  "returns": "Promise<void>"
1211
1832
  },
1212
- {
1213
- "name": "requireInsertOnSave",
1214
- "returns": "void"
1215
- },
1216
- {
1217
- "name": "resetAiUsage",
1218
- "returns": "void"
1219
- },
1220
- {
1221
- "name": "save",
1222
- "async": true,
1223
- "params": [
1224
- "options?: SmrtSaveOptions"
1225
- ],
1226
- "returns": "any"
1227
- },
1228
1833
  {
1229
1834
  "name": "setMetadata",
1230
1835
  "params": [
@@ -1232,29 +1837,6 @@
1232
1837
  ],
1233
1838
  "returns": "void"
1234
1839
  },
1235
- {
1236
- "name": "summarizeAiUsage",
1237
- "async": true,
1238
- "params": [
1239
- "options?: AiUsageSummaryOptions"
1240
- ],
1241
- "returns": "Promise<Record<string, AiUsageStats>>"
1242
- },
1243
- {
1244
- "name": "toJSON",
1245
- "returns": "any"
1246
- },
1247
- {
1248
- "name": "toPlainObject",
1249
- "returns": "Record<string>"
1250
- },
1251
- {
1252
- "name": "toPublicJSON",
1253
- "params": [
1254
- "options?: PublicJsonOptions"
1255
- ],
1256
- "returns": "Record<string>"
1257
- },
1258
1840
  {
1259
1841
  "name": "updateMetadata",
1260
1842
  "params": [
@@ -1269,23 +1851,6 @@
1269
1851
  "newStatus: EventStatus"
1270
1852
  ],
1271
1853
  "returns": "Promise<void>"
1272
- },
1273
- {
1274
- "name": "withDatabase",
1275
- "async": true,
1276
- "params": [
1277
- "db: DatabaseInterface",
1278
- "operation: Function"
1279
- ],
1280
- "returns": "Promise<T>"
1281
- },
1282
- {
1283
- "name": "withTransaction",
1284
- "async": true,
1285
- "params": [
1286
- "operation: Function"
1287
- ],
1288
- "returns": "Promise<T>"
1289
1854
  }
1290
1855
  ],
1291
1856
  "tenant": {
@@ -1372,66 +1937,186 @@
1372
1937
  "objectName": "@happyvertical/smrt-events:Event"
1373
1938
  },
1374
1939
  {
1375
- "kind": "mcp",
1376
- "name": "event_list",
1377
- "operation": "list",
1940
+ "kind": "cli",
1941
+ "name": "event_getParent",
1942
+ "operation": "getParent",
1378
1943
  "objectName": "@happyvertical/smrt-events:Event"
1379
1944
  },
1380
1945
  {
1381
- "kind": "mcp",
1382
- "name": "event_get",
1383
- "operation": "get",
1946
+ "kind": "cli",
1947
+ "name": "event_getChildren",
1948
+ "operation": "getChildren",
1384
1949
  "objectName": "@happyvertical/smrt-events:Event"
1385
1950
  },
1386
1951
  {
1387
- "kind": "mcp",
1388
- "name": "event_create",
1389
- "operation": "create",
1952
+ "kind": "cli",
1953
+ "name": "event_getAncestors",
1954
+ "operation": "getAncestors",
1390
1955
  "objectName": "@happyvertical/smrt-events:Event"
1391
1956
  },
1392
1957
  {
1393
- "kind": "mcp",
1394
- "name": "event_update",
1395
- "operation": "update",
1958
+ "kind": "cli",
1959
+ "name": "event_getDescendants",
1960
+ "operation": "getDescendants",
1396
1961
  "objectName": "@happyvertical/smrt-events:Event"
1397
- }
1398
- ],
1399
- "relationshipFeatures": [
1400
- "SmrtHierarchical",
1401
- "crossPackageRef",
1402
- "foreignKey",
1403
- "uuidColumns"
1404
- ],
1405
- "tags": [],
1406
- "risks": []
1407
- },
1408
- {
1409
- "name": "EventAsset",
1410
- "qualifiedName": "@happyvertical/smrt-events:EventAsset",
1411
- "collection": "eventassets",
1412
- "tableName": "event_assets",
1413
- "packageName": "@happyvertical/smrt-events",
1414
- "extends": "SmrtObject",
1415
- "fields": [
1416
- {
1417
- "name": "tenantId",
1418
- "type": "text",
1419
- "required": false,
1420
- "columnType": "UUID"
1421
1962
  },
1422
1963
  {
1423
- "name": "eventId",
1424
- "type": "foreignKey",
1425
- "required": true,
1426
- "related": "Event",
1427
- "columnType": "UUID"
1964
+ "kind": "cli",
1965
+ "name": "event_getHierarchy",
1966
+ "operation": "getHierarchy",
1967
+ "objectName": "@happyvertical/smrt-events:Event"
1428
1968
  },
1429
1969
  {
1430
- "name": "assetId",
1431
- "type": "crossPackageRef",
1432
- "required": true,
1433
- "related": "@happyvertical/smrt-assets:Asset",
1434
- "columnType": "UUID"
1970
+ "kind": "cli",
1971
+ "name": "event_moveTo",
1972
+ "operation": "moveTo",
1973
+ "objectName": "@happyvertical/smrt-events:Event"
1974
+ },
1975
+ {
1976
+ "kind": "cli",
1977
+ "name": "event_getMetadata",
1978
+ "operation": "getMetadata",
1979
+ "objectName": "@happyvertical/smrt-events:Event"
1980
+ },
1981
+ {
1982
+ "kind": "cli",
1983
+ "name": "event_setMetadata",
1984
+ "operation": "setMetadata",
1985
+ "objectName": "@happyvertical/smrt-events:Event"
1986
+ },
1987
+ {
1988
+ "kind": "cli",
1989
+ "name": "event_updateMetadata",
1990
+ "operation": "updateMetadata",
1991
+ "objectName": "@happyvertical/smrt-events:Event"
1992
+ },
1993
+ {
1994
+ "kind": "cli",
1995
+ "name": "event_updateStatus",
1996
+ "operation": "updateStatus",
1997
+ "objectName": "@happyvertical/smrt-events:Event"
1998
+ },
1999
+ {
2000
+ "kind": "cli",
2001
+ "name": "event_getSeries",
2002
+ "operation": "getSeries",
2003
+ "objectName": "@happyvertical/smrt-events:Event"
2004
+ },
2005
+ {
2006
+ "kind": "cli",
2007
+ "name": "event_getType",
2008
+ "operation": "getType",
2009
+ "objectName": "@happyvertical/smrt-events:Event"
2010
+ },
2011
+ {
2012
+ "kind": "cli",
2013
+ "name": "event_getPlace",
2014
+ "operation": "getPlace",
2015
+ "objectName": "@happyvertical/smrt-events:Event"
2016
+ },
2017
+ {
2018
+ "kind": "cli",
2019
+ "name": "event_getRootEvent",
2020
+ "operation": "getRootEvent",
2021
+ "objectName": "@happyvertical/smrt-events:Event"
2022
+ },
2023
+ {
2024
+ "kind": "cli",
2025
+ "name": "event_getParticipants",
2026
+ "operation": "getParticipants",
2027
+ "objectName": "@happyvertical/smrt-events:Event"
2028
+ },
2029
+ {
2030
+ "kind": "cli",
2031
+ "name": "event_getAssets",
2032
+ "operation": "getAssets",
2033
+ "objectName": "@happyvertical/smrt-events:Event"
2034
+ },
2035
+ {
2036
+ "kind": "cli",
2037
+ "name": "event_addAsset",
2038
+ "operation": "addAsset",
2039
+ "objectName": "@happyvertical/smrt-events:Event"
2040
+ },
2041
+ {
2042
+ "kind": "cli",
2043
+ "name": "event_removeAsset",
2044
+ "operation": "removeAsset",
2045
+ "objectName": "@happyvertical/smrt-events:Event"
2046
+ },
2047
+ {
2048
+ "kind": "cli",
2049
+ "name": "event_isInProgress",
2050
+ "operation": "isInProgress",
2051
+ "objectName": "@happyvertical/smrt-events:Event"
2052
+ },
2053
+ {
2054
+ "kind": "cli",
2055
+ "name": "event_isRoot",
2056
+ "operation": "isRoot",
2057
+ "objectName": "@happyvertical/smrt-events:Event"
2058
+ },
2059
+ {
2060
+ "kind": "mcp",
2061
+ "name": "event_list",
2062
+ "operation": "list",
2063
+ "objectName": "@happyvertical/smrt-events:Event"
2064
+ },
2065
+ {
2066
+ "kind": "mcp",
2067
+ "name": "event_get",
2068
+ "operation": "get",
2069
+ "objectName": "@happyvertical/smrt-events:Event"
2070
+ },
2071
+ {
2072
+ "kind": "mcp",
2073
+ "name": "event_create",
2074
+ "operation": "create",
2075
+ "objectName": "@happyvertical/smrt-events:Event"
2076
+ },
2077
+ {
2078
+ "kind": "mcp",
2079
+ "name": "event_update",
2080
+ "operation": "update",
2081
+ "objectName": "@happyvertical/smrt-events:Event"
2082
+ }
2083
+ ],
2084
+ "relationshipFeatures": [
2085
+ "SmrtHierarchical",
2086
+ "crossPackageRef",
2087
+ "foreignKey",
2088
+ "uuidColumns"
2089
+ ],
2090
+ "tags": [],
2091
+ "risks": []
2092
+ },
2093
+ {
2094
+ "name": "EventAsset",
2095
+ "qualifiedName": "@happyvertical/smrt-events:EventAsset",
2096
+ "collection": "eventassets",
2097
+ "tableName": "event_assets",
2098
+ "packageName": "@happyvertical/smrt-events",
2099
+ "extends": "SmrtObject",
2100
+ "fields": [
2101
+ {
2102
+ "name": "tenantId",
2103
+ "type": "text",
2104
+ "required": false,
2105
+ "columnType": "UUID"
2106
+ },
2107
+ {
2108
+ "name": "eventId",
2109
+ "type": "foreignKey",
2110
+ "required": true,
2111
+ "related": "Event",
2112
+ "columnType": "UUID"
2113
+ },
2114
+ {
2115
+ "name": "assetId",
2116
+ "type": "crossPackageRef",
2117
+ "required": true,
2118
+ "related": "@happyvertical/smrt-assets:Asset",
2119
+ "columnType": "UUID"
1435
2120
  },
1436
2121
  {
1437
2122
  "name": "relationship",
@@ -1711,6 +2396,54 @@
1711
2396
  "operation": "delete",
1712
2397
  "objectName": "@happyvertical/smrt-events:EventParticipant"
1713
2398
  },
2399
+ {
2400
+ "kind": "cli",
2401
+ "name": "eventparticipant_getMetadata",
2402
+ "operation": "getMetadata",
2403
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2404
+ },
2405
+ {
2406
+ "kind": "cli",
2407
+ "name": "eventparticipant_setMetadata",
2408
+ "operation": "setMetadata",
2409
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2410
+ },
2411
+ {
2412
+ "kind": "cli",
2413
+ "name": "eventparticipant_updateMetadata",
2414
+ "operation": "updateMetadata",
2415
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2416
+ },
2417
+ {
2418
+ "kind": "cli",
2419
+ "name": "eventparticipant_getEvent",
2420
+ "operation": "getEvent",
2421
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2422
+ },
2423
+ {
2424
+ "kind": "cli",
2425
+ "name": "eventparticipant_getProfile",
2426
+ "operation": "getProfile",
2427
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2428
+ },
2429
+ {
2430
+ "kind": "cli",
2431
+ "name": "eventparticipant_getGroupParticipants",
2432
+ "operation": "getGroupParticipants",
2433
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2434
+ },
2435
+ {
2436
+ "kind": "cli",
2437
+ "name": "eventparticipant_isHome",
2438
+ "operation": "isHome",
2439
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2440
+ },
2441
+ {
2442
+ "kind": "cli",
2443
+ "name": "eventparticipant_isAway",
2444
+ "operation": "isAway",
2445
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
2446
+ },
1714
2447
  {
1715
2448
  "kind": "mcp",
1716
2449
  "name": "eventparticipant_list",
@@ -1863,486 +2596,201 @@
1863
2596
  }
1864
2597
  ],
1865
2598
  "methods": [
1866
- "_setLoadedRelationship",
1867
- "claimRevision",
1868
- "classifyConstraintError",
1869
- "clearEmbeddings",
1870
- "delete",
1871
- "describe",
1872
- "destroy",
1873
- "do",
1874
- "executeToolCall",
1875
- "forget",
1876
- "forgetScope",
1877
- "generateEmbeddings",
1878
- "getAiUsageSnapshot",
1879
- "getAvailableTools",
1880
- "getEmbedding",
1881
2599
  "getEvents",
1882
- "getFields",
1883
- "getId",
1884
2600
  "getMetadata",
1885
2601
  "getOrganizer",
1886
2602
  "getRecurrence",
1887
- "getRelated",
1888
- "getSavedId",
1889
- "getSlug",
1890
2603
  "getType",
1891
- "hasStaleEmbeddings",
1892
- "initialize",
1893
- "is",
1894
2604
  "isActive",
1895
- "isRelatedLoaded",
1896
- "isSaved",
1897
- "listAiUsage",
1898
- "loadDataFromDb",
1899
- "loadFromId",
1900
- "loadFromSlug",
1901
- "loadRelated",
1902
- "loadRelatedMany",
1903
- "markAsPersisted",
1904
- "recall",
1905
- "recallAll",
1906
- "remember",
1907
- "requireInsertOnSave",
1908
- "resetAiUsage",
1909
- "save",
1910
2605
  "setMetadata",
1911
2606
  "setRecurrence",
1912
- "summarizeAiUsage",
1913
- "toJSON",
1914
- "toPlainObject",
1915
- "toPublicJSON",
1916
- "updateMetadata",
1917
- "withDatabase",
1918
- "withTransaction"
2607
+ "updateMetadata"
1919
2608
  ],
1920
2609
  "methodSignatures": [
1921
2610
  {
1922
- "name": "_setLoadedRelationship",
1923
- "params": [
1924
- "fieldName: string",
1925
- "value: any"
1926
- ],
1927
- "returns": "void"
1928
- },
1929
- {
1930
- "name": "claimRevision",
2611
+ "name": "getEvents",
1931
2612
  "async": true,
1932
- "params": [
1933
- "expectedUpdatedAt: Date | string"
1934
- ],
1935
- "returns": "Promise"
2613
+ "returns": "any"
1936
2614
  },
1937
2615
  {
1938
- "name": "classifyConstraintError",
1939
- "static": true,
1940
- "params": [
1941
- "message: string"
1942
- ],
1943
- "returns": "'unique' | 'not_null' | null"
2616
+ "name": "getMetadata",
2617
+ "returns": "Record<string>"
1944
2618
  },
1945
2619
  {
1946
- "name": "clearEmbeddings",
2620
+ "name": "getOrganizer",
1947
2621
  "async": true,
1948
- "returns": "Promise<void>"
2622
+ "returns": "any"
1949
2623
  },
1950
2624
  {
1951
- "name": "delete",
1952
- "async": true,
1953
- "params": [
1954
- "options?: SmrtDeleteOptions"
1955
- ],
1956
- "returns": "Promise<void>"
2625
+ "name": "getRecurrence",
2626
+ "returns": "RecurrencePattern | null"
1957
2627
  },
1958
2628
  {
1959
- "name": "describe",
2629
+ "name": "getType",
1960
2630
  "async": true,
1961
- "params": [
1962
- "options?: AiOperationOptions"
1963
- ],
1964
2631
  "returns": "any"
1965
2632
  },
1966
2633
  {
1967
- "name": "destroy",
1968
- "returns": "void"
2634
+ "name": "isActive",
2635
+ "returns": "boolean"
1969
2636
  },
1970
2637
  {
1971
- "name": "do",
1972
- "async": true,
2638
+ "name": "setMetadata",
1973
2639
  "params": [
1974
- "instructions: string",
1975
- "options?: AiOperationOptions"
2640
+ "data: Record<string>"
1976
2641
  ],
1977
- "returns": "any"
2642
+ "returns": "void"
1978
2643
  },
1979
2644
  {
1980
- "name": "executeToolCall",
1981
- "async": true,
2645
+ "name": "setRecurrence",
1982
2646
  "params": [
1983
- "toolCall: ToolCall"
2647
+ "pattern: RecurrencePattern"
1984
2648
  ],
1985
- "returns": "Promise<ToolCallResult>"
2649
+ "returns": "void"
1986
2650
  },
1987
2651
  {
1988
- "name": "forget",
1989
- "async": true,
2652
+ "name": "updateMetadata",
1990
2653
  "params": [
1991
- "options: object"
2654
+ "updates: Record<string>"
1992
2655
  ],
1993
- "returns": "Promise<void>"
2656
+ "returns": "void"
2657
+ }
2658
+ ],
2659
+ "tenant": {
2660
+ "scoped": true,
2661
+ "mode": "optional",
2662
+ "field": "tenantId"
2663
+ },
2664
+ "tableStrategy": "sti",
2665
+ "conflictColumns": [
2666
+ "tenant_id",
2667
+ "slug",
2668
+ "context",
2669
+ "_meta_type"
2670
+ ],
2671
+ "surfaces": [
2672
+ {
2673
+ "kind": "api",
2674
+ "name": "eventserieses.list",
2675
+ "operation": "list",
2676
+ "objectName": "@happyvertical/smrt-events:EventSeries",
2677
+ "path": "/eventserieses",
2678
+ "method": "GET"
1994
2679
  },
1995
2680
  {
1996
- "name": "forgetScope",
1997
- "async": true,
1998
- "params": [
1999
- "options: object"
2000
- ],
2001
- "returns": "Promise<number>"
2681
+ "kind": "api",
2682
+ "name": "eventserieses.get",
2683
+ "operation": "get",
2684
+ "objectName": "@happyvertical/smrt-events:EventSeries",
2685
+ "path": "/eventserieses/[id]",
2686
+ "method": "GET"
2002
2687
  },
2003
2688
  {
2004
- "name": "generateEmbeddings",
2005
- "async": true,
2006
- "params": [
2007
- "options?: GenerateEmbeddingsOptions"
2008
- ],
2009
- "returns": "Promise<void>"
2689
+ "kind": "api",
2690
+ "name": "eventserieses.create",
2691
+ "operation": "create",
2692
+ "objectName": "@happyvertical/smrt-events:EventSeries",
2693
+ "path": "/eventserieses",
2694
+ "method": "POST"
2010
2695
  },
2011
2696
  {
2012
- "name": "getAiUsageSnapshot",
2013
- "returns": "AiUsageSnapshot | undefined"
2697
+ "kind": "api",
2698
+ "name": "eventserieses.update",
2699
+ "operation": "update",
2700
+ "objectName": "@happyvertical/smrt-events:EventSeries",
2701
+ "path": "/eventserieses/[id]",
2702
+ "method": "PATCH"
2014
2703
  },
2015
2704
  {
2016
- "name": "getAvailableTools",
2017
- "returns": "AITool[]"
2705
+ "kind": "api",
2706
+ "name": "eventserieses.delete",
2707
+ "operation": "delete",
2708
+ "objectName": "@happyvertical/smrt-events:EventSeries",
2709
+ "path": "/eventserieses/[id]",
2710
+ "method": "DELETE"
2018
2711
  },
2019
2712
  {
2020
- "name": "getEmbedding",
2021
- "async": true,
2022
- "params": [
2023
- "fieldName: string",
2024
- "model?: string"
2025
- ],
2026
- "returns": "Promise<number[] | null>"
2713
+ "kind": "cli",
2714
+ "name": "eventseries_list",
2715
+ "operation": "list",
2716
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2027
2717
  },
2028
2718
  {
2029
- "name": "getEvents",
2030
- "async": true,
2031
- "returns": "any"
2032
- },
2033
- {
2034
- "name": "getFields",
2035
- "async": true,
2036
- "returns": "Promise<any>"
2037
- },
2038
- {
2039
- "name": "getId",
2040
- "async": true,
2041
- "returns": "any"
2042
- },
2043
- {
2044
- "name": "getMetadata",
2045
- "returns": "Record<string>"
2046
- },
2047
- {
2048
- "name": "getOrganizer",
2049
- "async": true,
2050
- "returns": "any"
2051
- },
2052
- {
2053
- "name": "getRecurrence",
2054
- "returns": "RecurrencePattern | null"
2055
- },
2056
- {
2057
- "name": "getRelated",
2058
- "async": true,
2059
- "params": [
2060
- "fieldName: string",
2061
- "opts?: LoadRelatedOptions"
2062
- ],
2063
- "returns": "Promise<any>"
2064
- },
2065
- {
2066
- "name": "getSavedId",
2067
- "async": true,
2068
- "returns": "any"
2069
- },
2070
- {
2071
- "name": "getSlug",
2072
- "async": true,
2073
- "returns": "any"
2074
- },
2075
- {
2076
- "name": "getType",
2077
- "async": true,
2078
- "returns": "any"
2079
- },
2080
- {
2081
- "name": "hasStaleEmbeddings",
2082
- "async": true,
2083
- "returns": "Promise<boolean>"
2084
- },
2085
- {
2086
- "name": "initialize",
2087
- "async": true,
2088
- "returns": "Promise"
2089
- },
2090
- {
2091
- "name": "is",
2092
- "async": true,
2093
- "params": [
2094
- "criteria: string",
2095
- "options?: AiOperationOptions"
2096
- ],
2097
- "returns": "any"
2098
- },
2099
- {
2100
- "name": "isActive",
2101
- "returns": "boolean"
2102
- },
2103
- {
2104
- "name": "isRelatedLoaded",
2105
- "params": [
2106
- "fieldName: string"
2107
- ],
2108
- "returns": "boolean"
2109
- },
2110
- {
2111
- "name": "isSaved",
2112
- "async": true,
2113
- "returns": "any"
2114
- },
2115
- {
2116
- "name": "listAiUsage",
2117
- "async": true,
2118
- "params": [
2119
- "options?: AiUsageListOptions"
2120
- ],
2121
- "returns": "Promise<SmrtAiUsageRecord[]>"
2122
- },
2123
- {
2124
- "name": "loadDataFromDb",
2125
- "async": true,
2126
- "params": [
2127
- "data: Record<string>"
2128
- ],
2129
- "returns": "any"
2130
- },
2131
- {
2132
- "name": "loadFromId",
2133
- "async": true,
2134
- "returns": "any"
2135
- },
2136
- {
2137
- "name": "loadFromSlug",
2138
- "async": true,
2139
- "returns": "any"
2140
- },
2141
- {
2142
- "name": "loadRelated",
2143
- "async": true,
2144
- "params": [
2145
- "fieldName: string",
2146
- "opts?: LoadRelatedOptions"
2147
- ],
2148
- "returns": "Promise<any>"
2149
- },
2150
- {
2151
- "name": "loadRelatedMany",
2152
- "async": true,
2153
- "params": [
2154
- "fieldName: string",
2155
- "opts?: LoadRelatedOptions"
2156
- ],
2157
- "returns": "Promise<any[]>"
2158
- },
2159
- {
2160
- "name": "markAsPersisted",
2161
- "returns": "void"
2162
- },
2163
- {
2164
- "name": "recall",
2165
- "async": true,
2166
- "params": [
2167
- "options: object"
2168
- ],
2169
- "returns": "Promise"
2170
- },
2171
- {
2172
- "name": "recallAll",
2173
- "async": true,
2174
- "params": [
2175
- "options?: object"
2176
- ],
2177
- "returns": "Promise<Map<string>>"
2178
- },
2179
- {
2180
- "name": "remember",
2181
- "async": true,
2182
- "params": [
2183
- "options: object"
2184
- ],
2185
- "returns": "Promise<void>"
2186
- },
2187
- {
2188
- "name": "requireInsertOnSave",
2189
- "returns": "void"
2190
- },
2191
- {
2192
- "name": "resetAiUsage",
2193
- "returns": "void"
2194
- },
2195
- {
2196
- "name": "save",
2197
- "async": true,
2198
- "params": [
2199
- "options?: SmrtSaveOptions"
2200
- ],
2201
- "returns": "any"
2202
- },
2203
- {
2204
- "name": "setMetadata",
2205
- "params": [
2206
- "data: Record<string>"
2207
- ],
2208
- "returns": "void"
2209
- },
2210
- {
2211
- "name": "setRecurrence",
2212
- "params": [
2213
- "pattern: RecurrencePattern"
2214
- ],
2215
- "returns": "void"
2216
- },
2217
- {
2218
- "name": "summarizeAiUsage",
2219
- "async": true,
2220
- "params": [
2221
- "options?: AiUsageSummaryOptions"
2222
- ],
2223
- "returns": "Promise<Record<string, AiUsageStats>>"
2224
- },
2225
- {
2226
- "name": "toJSON",
2227
- "returns": "any"
2228
- },
2229
- {
2230
- "name": "toPlainObject",
2231
- "returns": "Record<string>"
2232
- },
2233
- {
2234
- "name": "toPublicJSON",
2235
- "params": [
2236
- "options?: PublicJsonOptions"
2237
- ],
2238
- "returns": "Record<string>"
2719
+ "kind": "cli",
2720
+ "name": "eventseries_get",
2721
+ "operation": "get",
2722
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2239
2723
  },
2240
2724
  {
2241
- "name": "updateMetadata",
2242
- "params": [
2243
- "updates: Record<string>"
2244
- ],
2245
- "returns": "void"
2725
+ "kind": "cli",
2726
+ "name": "eventseries_create",
2727
+ "operation": "create",
2728
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2246
2729
  },
2247
2730
  {
2248
- "name": "withDatabase",
2249
- "async": true,
2250
- "params": [
2251
- "db: DatabaseInterface",
2252
- "operation: Function"
2253
- ],
2254
- "returns": "Promise<T>"
2731
+ "kind": "cli",
2732
+ "name": "eventseries_update",
2733
+ "operation": "update",
2734
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2255
2735
  },
2256
2736
  {
2257
- "name": "withTransaction",
2258
- "async": true,
2259
- "params": [
2260
- "operation: Function"
2261
- ],
2262
- "returns": "Promise<T>"
2263
- }
2264
- ],
2265
- "tenant": {
2266
- "scoped": true,
2267
- "mode": "optional",
2268
- "field": "tenantId"
2269
- },
2270
- "tableStrategy": "sti",
2271
- "conflictColumns": [
2272
- "tenant_id",
2273
- "slug",
2274
- "context",
2275
- "_meta_type"
2276
- ],
2277
- "surfaces": [
2278
- {
2279
- "kind": "api",
2280
- "name": "eventserieses.list",
2281
- "operation": "list",
2282
- "objectName": "@happyvertical/smrt-events:EventSeries",
2283
- "path": "/eventserieses",
2284
- "method": "GET"
2737
+ "kind": "cli",
2738
+ "name": "eventseries_delete",
2739
+ "operation": "delete",
2740
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2285
2741
  },
2286
2742
  {
2287
- "kind": "api",
2288
- "name": "eventserieses.get",
2289
- "operation": "get",
2290
- "objectName": "@happyvertical/smrt-events:EventSeries",
2291
- "path": "/eventserieses/[id]",
2292
- "method": "GET"
2743
+ "kind": "cli",
2744
+ "name": "eventseries_getRecurrence",
2745
+ "operation": "getRecurrence",
2746
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2293
2747
  },
2294
2748
  {
2295
- "kind": "api",
2296
- "name": "eventserieses.create",
2297
- "operation": "create",
2298
- "objectName": "@happyvertical/smrt-events:EventSeries",
2299
- "path": "/eventserieses",
2300
- "method": "POST"
2749
+ "kind": "cli",
2750
+ "name": "eventseries_setRecurrence",
2751
+ "operation": "setRecurrence",
2752
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2301
2753
  },
2302
2754
  {
2303
- "kind": "api",
2304
- "name": "eventserieses.update",
2305
- "operation": "update",
2306
- "objectName": "@happyvertical/smrt-events:EventSeries",
2307
- "path": "/eventserieses/[id]",
2308
- "method": "PATCH"
2755
+ "kind": "cli",
2756
+ "name": "eventseries_getMetadata",
2757
+ "operation": "getMetadata",
2758
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2309
2759
  },
2310
2760
  {
2311
- "kind": "api",
2312
- "name": "eventserieses.delete",
2313
- "operation": "delete",
2314
- "objectName": "@happyvertical/smrt-events:EventSeries",
2315
- "path": "/eventserieses/[id]",
2316
- "method": "DELETE"
2761
+ "kind": "cli",
2762
+ "name": "eventseries_setMetadata",
2763
+ "operation": "setMetadata",
2764
+ "objectName": "@happyvertical/smrt-events:EventSeries"
2317
2765
  },
2318
2766
  {
2319
2767
  "kind": "cli",
2320
- "name": "eventseries_list",
2321
- "operation": "list",
2768
+ "name": "eventseries_updateMetadata",
2769
+ "operation": "updateMetadata",
2322
2770
  "objectName": "@happyvertical/smrt-events:EventSeries"
2323
2771
  },
2324
2772
  {
2325
2773
  "kind": "cli",
2326
- "name": "eventseries_get",
2327
- "operation": "get",
2774
+ "name": "eventseries_getType",
2775
+ "operation": "getType",
2328
2776
  "objectName": "@happyvertical/smrt-events:EventSeries"
2329
2777
  },
2330
2778
  {
2331
2779
  "kind": "cli",
2332
- "name": "eventseries_create",
2333
- "operation": "create",
2780
+ "name": "eventseries_getOrganizer",
2781
+ "operation": "getOrganizer",
2334
2782
  "objectName": "@happyvertical/smrt-events:EventSeries"
2335
2783
  },
2336
2784
  {
2337
2785
  "kind": "cli",
2338
- "name": "eventseries_update",
2339
- "operation": "update",
2786
+ "name": "eventseries_getEvents",
2787
+ "operation": "getEvents",
2340
2788
  "objectName": "@happyvertical/smrt-events:EventSeries"
2341
2789
  },
2342
2790
  {
2343
2791
  "kind": "cli",
2344
- "name": "eventseries_delete",
2345
- "operation": "delete",
2792
+ "name": "eventseries_isActive",
2793
+ "operation": "isActive",
2346
2794
  "objectName": "@happyvertical/smrt-events:EventSeries"
2347
2795
  },
2348
2796
  {
@@ -2447,329 +2895,30 @@
2447
2895
  ],
2448
2896
  "relationships": [],
2449
2897
  "methods": [
2450
- "_setLoadedRelationship",
2451
- "claimRevision",
2452
- "classifyConstraintError",
2453
- "clearEmbeddings",
2454
- "delete",
2455
- "describe",
2456
- "destroy",
2457
- "do",
2458
- "executeToolCall",
2459
- "forget",
2460
- "forgetScope",
2461
- "generateEmbeddings",
2462
- "getAiUsageSnapshot",
2463
- "getAvailableTools",
2464
2898
  "getBySlug",
2465
- "getEmbedding",
2466
- "getFields",
2467
- "getId",
2468
2899
  "getParticipantSchema",
2469
- "getRelated",
2470
- "getSavedId",
2471
2900
  "getSchema",
2472
- "getSlug",
2473
- "hasStaleEmbeddings",
2474
- "initialize",
2475
- "is",
2476
- "isRelatedLoaded",
2477
- "isSaved",
2478
- "listAiUsage",
2479
- "loadDataFromDb",
2480
- "loadFromId",
2481
- "loadFromSlug",
2482
- "loadRelated",
2483
- "loadRelatedMany",
2484
- "markAsPersisted",
2485
- "recall",
2486
- "recallAll",
2487
- "remember",
2488
- "requireInsertOnSave",
2489
- "resetAiUsage",
2490
- "save",
2491
2901
  "setParticipantSchema",
2492
- "setSchema",
2493
- "summarizeAiUsage",
2494
- "toJSON",
2495
- "toPlainObject",
2496
- "toPublicJSON",
2497
- "withDatabase",
2498
- "withTransaction"
2902
+ "setSchema"
2499
2903
  ],
2500
2904
  "methodSignatures": [
2501
2905
  {
2502
- "name": "_setLoadedRelationship",
2906
+ "name": "getBySlug",
2907
+ "async": true,
2908
+ "static": true,
2503
2909
  "params": [
2504
- "fieldName: string",
2505
- "value: any"
2910
+ "_slug: string"
2506
2911
  ],
2507
- "returns": "void"
2508
- },
2509
- {
2510
- "name": "claimRevision",
2511
- "async": true,
2512
- "params": [
2513
- "expectedUpdatedAt: Date | string"
2514
- ],
2515
- "returns": "Promise"
2516
- },
2517
- {
2518
- "name": "classifyConstraintError",
2519
- "static": true,
2520
- "params": [
2521
- "message: string"
2522
- ],
2523
- "returns": "'unique' | 'not_null' | null"
2524
- },
2525
- {
2526
- "name": "clearEmbeddings",
2527
- "async": true,
2528
- "returns": "Promise<void>"
2529
- },
2530
- {
2531
- "name": "delete",
2532
- "async": true,
2533
- "params": [
2534
- "options?: SmrtDeleteOptions"
2535
- ],
2536
- "returns": "Promise<void>"
2537
- },
2538
- {
2539
- "name": "describe",
2540
- "async": true,
2541
- "params": [
2542
- "options?: AiOperationOptions"
2543
- ],
2544
- "returns": "any"
2545
- },
2546
- {
2547
- "name": "destroy",
2548
- "returns": "void"
2549
- },
2550
- {
2551
- "name": "do",
2552
- "async": true,
2553
- "params": [
2554
- "instructions: string",
2555
- "options?: AiOperationOptions"
2556
- ],
2557
- "returns": "any"
2558
- },
2559
- {
2560
- "name": "executeToolCall",
2561
- "async": true,
2562
- "params": [
2563
- "toolCall: ToolCall"
2564
- ],
2565
- "returns": "Promise<ToolCallResult>"
2566
- },
2567
- {
2568
- "name": "forget",
2569
- "async": true,
2570
- "params": [
2571
- "options: object"
2572
- ],
2573
- "returns": "Promise<void>"
2574
- },
2575
- {
2576
- "name": "forgetScope",
2577
- "async": true,
2578
- "params": [
2579
- "options: object"
2580
- ],
2581
- "returns": "Promise<number>"
2582
- },
2583
- {
2584
- "name": "generateEmbeddings",
2585
- "async": true,
2586
- "params": [
2587
- "options?: GenerateEmbeddingsOptions"
2588
- ],
2589
- "returns": "Promise<void>"
2590
- },
2591
- {
2592
- "name": "getAiUsageSnapshot",
2593
- "returns": "AiUsageSnapshot | undefined"
2594
- },
2595
- {
2596
- "name": "getAvailableTools",
2597
- "returns": "AITool[]"
2598
- },
2599
- {
2600
- "name": "getBySlug",
2601
- "async": true,
2602
- "static": true,
2603
- "params": [
2604
- "_slug: string"
2605
- ],
2606
- "returns": "Promise<EventType | null>"
2607
- },
2608
- {
2609
- "name": "getEmbedding",
2610
- "async": true,
2611
- "params": [
2612
- "fieldName: string",
2613
- "model?: string"
2614
- ],
2615
- "returns": "Promise<number[] | null>"
2616
- },
2617
- {
2618
- "name": "getFields",
2619
- "async": true,
2620
- "returns": "Promise<any>"
2621
- },
2622
- {
2623
- "name": "getId",
2624
- "async": true,
2625
- "returns": "any"
2912
+ "returns": "Promise<EventType | null>"
2626
2913
  },
2627
2914
  {
2628
2915
  "name": "getParticipantSchema",
2629
2916
  "returns": "Record<string>"
2630
2917
  },
2631
- {
2632
- "name": "getRelated",
2633
- "async": true,
2634
- "params": [
2635
- "fieldName: string",
2636
- "opts?: LoadRelatedOptions"
2637
- ],
2638
- "returns": "Promise<any>"
2639
- },
2640
- {
2641
- "name": "getSavedId",
2642
- "async": true,
2643
- "returns": "any"
2644
- },
2645
2918
  {
2646
2919
  "name": "getSchema",
2647
2920
  "returns": "Record<string>"
2648
2921
  },
2649
- {
2650
- "name": "getSlug",
2651
- "async": true,
2652
- "returns": "any"
2653
- },
2654
- {
2655
- "name": "hasStaleEmbeddings",
2656
- "async": true,
2657
- "returns": "Promise<boolean>"
2658
- },
2659
- {
2660
- "name": "initialize",
2661
- "async": true,
2662
- "returns": "Promise"
2663
- },
2664
- {
2665
- "name": "is",
2666
- "async": true,
2667
- "params": [
2668
- "criteria: string",
2669
- "options?: AiOperationOptions"
2670
- ],
2671
- "returns": "any"
2672
- },
2673
- {
2674
- "name": "isRelatedLoaded",
2675
- "params": [
2676
- "fieldName: string"
2677
- ],
2678
- "returns": "boolean"
2679
- },
2680
- {
2681
- "name": "isSaved",
2682
- "async": true,
2683
- "returns": "any"
2684
- },
2685
- {
2686
- "name": "listAiUsage",
2687
- "async": true,
2688
- "params": [
2689
- "options?: AiUsageListOptions"
2690
- ],
2691
- "returns": "Promise<SmrtAiUsageRecord[]>"
2692
- },
2693
- {
2694
- "name": "loadDataFromDb",
2695
- "async": true,
2696
- "params": [
2697
- "data: Record<string>"
2698
- ],
2699
- "returns": "any"
2700
- },
2701
- {
2702
- "name": "loadFromId",
2703
- "async": true,
2704
- "returns": "any"
2705
- },
2706
- {
2707
- "name": "loadFromSlug",
2708
- "async": true,
2709
- "returns": "any"
2710
- },
2711
- {
2712
- "name": "loadRelated",
2713
- "async": true,
2714
- "params": [
2715
- "fieldName: string",
2716
- "opts?: LoadRelatedOptions"
2717
- ],
2718
- "returns": "Promise<any>"
2719
- },
2720
- {
2721
- "name": "loadRelatedMany",
2722
- "async": true,
2723
- "params": [
2724
- "fieldName: string",
2725
- "opts?: LoadRelatedOptions"
2726
- ],
2727
- "returns": "Promise<any[]>"
2728
- },
2729
- {
2730
- "name": "markAsPersisted",
2731
- "returns": "void"
2732
- },
2733
- {
2734
- "name": "recall",
2735
- "async": true,
2736
- "params": [
2737
- "options: object"
2738
- ],
2739
- "returns": "Promise"
2740
- },
2741
- {
2742
- "name": "recallAll",
2743
- "async": true,
2744
- "params": [
2745
- "options?: object"
2746
- ],
2747
- "returns": "Promise<Map<string>>"
2748
- },
2749
- {
2750
- "name": "remember",
2751
- "async": true,
2752
- "params": [
2753
- "options: object"
2754
- ],
2755
- "returns": "Promise<void>"
2756
- },
2757
- {
2758
- "name": "requireInsertOnSave",
2759
- "returns": "void"
2760
- },
2761
- {
2762
- "name": "resetAiUsage",
2763
- "returns": "void"
2764
- },
2765
- {
2766
- "name": "save",
2767
- "async": true,
2768
- "params": [
2769
- "options?: SmrtSaveOptions"
2770
- ],
2771
- "returns": "any"
2772
- },
2773
2922
  {
2774
2923
  "name": "setParticipantSchema",
2775
2924
  "params": [
@@ -2783,46 +2932,6 @@
2783
2932
  "data: Record<string>"
2784
2933
  ],
2785
2934
  "returns": "void"
2786
- },
2787
- {
2788
- "name": "summarizeAiUsage",
2789
- "async": true,
2790
- "params": [
2791
- "options?: AiUsageSummaryOptions"
2792
- ],
2793
- "returns": "Promise<Record<string, AiUsageStats>>"
2794
- },
2795
- {
2796
- "name": "toJSON",
2797
- "returns": "any"
2798
- },
2799
- {
2800
- "name": "toPlainObject",
2801
- "returns": "Record<string>"
2802
- },
2803
- {
2804
- "name": "toPublicJSON",
2805
- "params": [
2806
- "options?: PublicJsonOptions"
2807
- ],
2808
- "returns": "Record<string>"
2809
- },
2810
- {
2811
- "name": "withDatabase",
2812
- "async": true,
2813
- "params": [
2814
- "db: DatabaseInterface",
2815
- "operation: Function"
2816
- ],
2817
- "returns": "Promise<T>"
2818
- },
2819
- {
2820
- "name": "withTransaction",
2821
- "async": true,
2822
- "params": [
2823
- "operation: Function"
2824
- ],
2825
- "returns": "Promise<T>"
2826
2935
  }
2827
2936
  ],
2828
2937
  "tenant": {
@@ -2908,6 +3017,36 @@
2908
3017
  "operation": "delete",
2909
3018
  "objectName": "@happyvertical/smrt-events:EventType"
2910
3019
  },
3020
+ {
3021
+ "kind": "cli",
3022
+ "name": "eventtype_getSchema",
3023
+ "operation": "getSchema",
3024
+ "objectName": "@happyvertical/smrt-events:EventType"
3025
+ },
3026
+ {
3027
+ "kind": "cli",
3028
+ "name": "eventtype_setSchema",
3029
+ "operation": "setSchema",
3030
+ "objectName": "@happyvertical/smrt-events:EventType"
3031
+ },
3032
+ {
3033
+ "kind": "cli",
3034
+ "name": "eventtype_getParticipantSchema",
3035
+ "operation": "getParticipantSchema",
3036
+ "objectName": "@happyvertical/smrt-events:EventType"
3037
+ },
3038
+ {
3039
+ "kind": "cli",
3040
+ "name": "eventtype_setParticipantSchema",
3041
+ "operation": "setParticipantSchema",
3042
+ "objectName": "@happyvertical/smrt-events:EventType"
3043
+ },
3044
+ {
3045
+ "kind": "cli",
3046
+ "name": "eventtype_getBySlug",
3047
+ "operation": "getBySlug",
3048
+ "objectName": "@happyvertical/smrt-events:EventType"
3049
+ },
2911
3050
  {
2912
3051
  "kind": "mcp",
2913
3052
  "name": "eventtype_list",
@@ -2935,6 +3074,906 @@
2935
3074
  }
2936
3075
  ],
2937
3076
  "surfaces": [
3077
+ {
3078
+ "kind": "api",
3079
+ "name": "events.getBySeriesId",
3080
+ "operation": "getBySeriesId",
3081
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3082
+ "path": "/events/getBySeriesId",
3083
+ "method": "POST"
3084
+ },
3085
+ {
3086
+ "kind": "api",
3087
+ "name": "events.getByPlace",
3088
+ "operation": "getByPlace",
3089
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3090
+ "path": "/events/getByPlace",
3091
+ "method": "POST"
3092
+ },
3093
+ {
3094
+ "kind": "api",
3095
+ "name": "events.getByDateRange",
3096
+ "operation": "getByDateRange",
3097
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3098
+ "path": "/events/getByDateRange",
3099
+ "method": "POST"
3100
+ },
3101
+ {
3102
+ "kind": "api",
3103
+ "name": "events.getUpcoming",
3104
+ "operation": "getUpcoming",
3105
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3106
+ "path": "/events/getUpcoming",
3107
+ "method": "POST"
3108
+ },
3109
+ {
3110
+ "kind": "api",
3111
+ "name": "events.getByStatus",
3112
+ "operation": "getByStatus",
3113
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3114
+ "path": "/events/getByStatus",
3115
+ "method": "POST"
3116
+ },
3117
+ {
3118
+ "kind": "api",
3119
+ "name": "events.getByType",
3120
+ "operation": "getByType",
3121
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3122
+ "path": "/events/getByType",
3123
+ "method": "POST"
3124
+ },
3125
+ {
3126
+ "kind": "api",
3127
+ "name": "events.getRootEvents",
3128
+ "operation": "getRootEvents",
3129
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3130
+ "path": "/events/getRootEvents",
3131
+ "method": "POST"
3132
+ },
3133
+ {
3134
+ "kind": "api",
3135
+ "name": "events.getByParent",
3136
+ "operation": "getByParent",
3137
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3138
+ "path": "/events/getByParent",
3139
+ "method": "POST"
3140
+ },
3141
+ {
3142
+ "kind": "api",
3143
+ "name": "events.getEventTree",
3144
+ "operation": "getEventTree",
3145
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3146
+ "path": "/events/getEventTree",
3147
+ "method": "POST"
3148
+ },
3149
+ {
3150
+ "kind": "api",
3151
+ "name": "events.getAssets",
3152
+ "operation": "getAssets",
3153
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3154
+ "path": "/events/getAssets",
3155
+ "method": "POST"
3156
+ },
3157
+ {
3158
+ "kind": "api",
3159
+ "name": "events.addAsset",
3160
+ "operation": "addAsset",
3161
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3162
+ "path": "/events/addAsset",
3163
+ "method": "POST"
3164
+ },
3165
+ {
3166
+ "kind": "api",
3167
+ "name": "events.removeAsset",
3168
+ "operation": "removeAsset",
3169
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3170
+ "path": "/events/removeAsset",
3171
+ "method": "POST"
3172
+ },
3173
+ {
3174
+ "kind": "api",
3175
+ "name": "events.search",
3176
+ "operation": "search",
3177
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3178
+ "path": "/events/search",
3179
+ "method": "POST"
3180
+ },
3181
+ {
3182
+ "kind": "api",
3183
+ "name": "events.getInProgress",
3184
+ "operation": "getInProgress",
3185
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3186
+ "path": "/events/getInProgress",
3187
+ "method": "POST"
3188
+ },
3189
+ {
3190
+ "kind": "api",
3191
+ "name": "events.findByTenant",
3192
+ "operation": "findByTenant",
3193
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3194
+ "path": "/events/findByTenant",
3195
+ "method": "POST"
3196
+ },
3197
+ {
3198
+ "kind": "api",
3199
+ "name": "events.findGlobal",
3200
+ "operation": "findGlobal",
3201
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3202
+ "path": "/events/findGlobal",
3203
+ "method": "POST"
3204
+ },
3205
+ {
3206
+ "kind": "api",
3207
+ "name": "events.findWithGlobals",
3208
+ "operation": "findWithGlobals",
3209
+ "objectName": "@happyvertical/smrt-events:EventCollection",
3210
+ "path": "/events/findWithGlobals",
3211
+ "method": "POST"
3212
+ },
3213
+ {
3214
+ "kind": "cli",
3215
+ "name": "eventcollection_getBySeriesId",
3216
+ "operation": "getBySeriesId",
3217
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3218
+ },
3219
+ {
3220
+ "kind": "cli",
3221
+ "name": "eventcollection_getByPlace",
3222
+ "operation": "getByPlace",
3223
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3224
+ },
3225
+ {
3226
+ "kind": "cli",
3227
+ "name": "eventcollection_getByDateRange",
3228
+ "operation": "getByDateRange",
3229
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3230
+ },
3231
+ {
3232
+ "kind": "cli",
3233
+ "name": "eventcollection_getUpcoming",
3234
+ "operation": "getUpcoming",
3235
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3236
+ },
3237
+ {
3238
+ "kind": "cli",
3239
+ "name": "eventcollection_getByStatus",
3240
+ "operation": "getByStatus",
3241
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3242
+ },
3243
+ {
3244
+ "kind": "cli",
3245
+ "name": "eventcollection_getByType",
3246
+ "operation": "getByType",
3247
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3248
+ },
3249
+ {
3250
+ "kind": "cli",
3251
+ "name": "eventcollection_getRootEvents",
3252
+ "operation": "getRootEvents",
3253
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3254
+ },
3255
+ {
3256
+ "kind": "cli",
3257
+ "name": "eventcollection_getByParent",
3258
+ "operation": "getByParent",
3259
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3260
+ },
3261
+ {
3262
+ "kind": "cli",
3263
+ "name": "eventcollection_getEventTree",
3264
+ "operation": "getEventTree",
3265
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3266
+ },
3267
+ {
3268
+ "kind": "cli",
3269
+ "name": "eventcollection_getAssets",
3270
+ "operation": "getAssets",
3271
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3272
+ },
3273
+ {
3274
+ "kind": "cli",
3275
+ "name": "eventcollection_addAsset",
3276
+ "operation": "addAsset",
3277
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3278
+ },
3279
+ {
3280
+ "kind": "cli",
3281
+ "name": "eventcollection_removeAsset",
3282
+ "operation": "removeAsset",
3283
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3284
+ },
3285
+ {
3286
+ "kind": "cli",
3287
+ "name": "eventcollection_search",
3288
+ "operation": "search",
3289
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3290
+ },
3291
+ {
3292
+ "kind": "cli",
3293
+ "name": "eventcollection_getInProgress",
3294
+ "operation": "getInProgress",
3295
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3296
+ },
3297
+ {
3298
+ "kind": "cli",
3299
+ "name": "eventcollection_findByTenant",
3300
+ "operation": "findByTenant",
3301
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3302
+ },
3303
+ {
3304
+ "kind": "cli",
3305
+ "name": "eventcollection_findGlobal",
3306
+ "operation": "findGlobal",
3307
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3308
+ },
3309
+ {
3310
+ "kind": "cli",
3311
+ "name": "eventcollection_findWithGlobals",
3312
+ "operation": "findWithGlobals",
3313
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3314
+ },
3315
+ {
3316
+ "kind": "mcp",
3317
+ "name": "eventcollection_getbyseriesid",
3318
+ "operation": "getBySeriesId",
3319
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3320
+ },
3321
+ {
3322
+ "kind": "mcp",
3323
+ "name": "eventcollection_getbyplace",
3324
+ "operation": "getByPlace",
3325
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3326
+ },
3327
+ {
3328
+ "kind": "mcp",
3329
+ "name": "eventcollection_getbydaterange",
3330
+ "operation": "getByDateRange",
3331
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3332
+ },
3333
+ {
3334
+ "kind": "mcp",
3335
+ "name": "eventcollection_getupcoming",
3336
+ "operation": "getUpcoming",
3337
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3338
+ },
3339
+ {
3340
+ "kind": "mcp",
3341
+ "name": "eventcollection_getbystatus",
3342
+ "operation": "getByStatus",
3343
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3344
+ },
3345
+ {
3346
+ "kind": "mcp",
3347
+ "name": "eventcollection_getbytype",
3348
+ "operation": "getByType",
3349
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3350
+ },
3351
+ {
3352
+ "kind": "mcp",
3353
+ "name": "eventcollection_getrootevents",
3354
+ "operation": "getRootEvents",
3355
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3356
+ },
3357
+ {
3358
+ "kind": "mcp",
3359
+ "name": "eventcollection_getbyparent",
3360
+ "operation": "getByParent",
3361
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3362
+ },
3363
+ {
3364
+ "kind": "mcp",
3365
+ "name": "eventcollection_geteventtree",
3366
+ "operation": "getEventTree",
3367
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3368
+ },
3369
+ {
3370
+ "kind": "mcp",
3371
+ "name": "eventcollection_getassets",
3372
+ "operation": "getAssets",
3373
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3374
+ },
3375
+ {
3376
+ "kind": "mcp",
3377
+ "name": "eventcollection_addasset",
3378
+ "operation": "addAsset",
3379
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3380
+ },
3381
+ {
3382
+ "kind": "mcp",
3383
+ "name": "eventcollection_removeasset",
3384
+ "operation": "removeAsset",
3385
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3386
+ },
3387
+ {
3388
+ "kind": "mcp",
3389
+ "name": "eventcollection_search",
3390
+ "operation": "search",
3391
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3392
+ },
3393
+ {
3394
+ "kind": "mcp",
3395
+ "name": "eventcollection_getinprogress",
3396
+ "operation": "getInProgress",
3397
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3398
+ },
3399
+ {
3400
+ "kind": "mcp",
3401
+ "name": "eventcollection_findbytenant",
3402
+ "operation": "findByTenant",
3403
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3404
+ },
3405
+ {
3406
+ "kind": "mcp",
3407
+ "name": "eventcollection_findglobal",
3408
+ "operation": "findGlobal",
3409
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3410
+ },
3411
+ {
3412
+ "kind": "mcp",
3413
+ "name": "eventcollection_findwithglobals",
3414
+ "operation": "findWithGlobals",
3415
+ "objectName": "@happyvertical/smrt-events:EventCollection"
3416
+ },
3417
+ {
3418
+ "kind": "api",
3419
+ "name": "eventparticipants.byLeft",
3420
+ "operation": "byLeft",
3421
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3422
+ "path": "/eventparticipants/byLeft",
3423
+ "method": "POST"
3424
+ },
3425
+ {
3426
+ "kind": "api",
3427
+ "name": "eventparticipants.byRight",
3428
+ "operation": "byRight",
3429
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3430
+ "path": "/eventparticipants/byRight",
3431
+ "method": "POST"
3432
+ },
3433
+ {
3434
+ "kind": "api",
3435
+ "name": "eventparticipants.attach",
3436
+ "operation": "attach",
3437
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3438
+ "path": "/eventparticipants/attach",
3439
+ "method": "POST"
3440
+ },
3441
+ {
3442
+ "kind": "api",
3443
+ "name": "eventparticipants.detach",
3444
+ "operation": "detach",
3445
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3446
+ "path": "/eventparticipants/detach",
3447
+ "method": "POST"
3448
+ },
3449
+ {
3450
+ "kind": "api",
3451
+ "name": "eventparticipants.setLinks",
3452
+ "operation": "setLinks",
3453
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3454
+ "path": "/eventparticipants/setLinks",
3455
+ "method": "POST"
3456
+ },
3457
+ {
3458
+ "kind": "api",
3459
+ "name": "eventparticipants.getByPlacement",
3460
+ "operation": "getByPlacement",
3461
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3462
+ "path": "/eventparticipants/getByPlacement",
3463
+ "method": "POST"
3464
+ },
3465
+ {
3466
+ "kind": "api",
3467
+ "name": "eventparticipants.getByGroup",
3468
+ "operation": "getByGroup",
3469
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3470
+ "path": "/eventparticipants/getByGroup",
3471
+ "method": "POST"
3472
+ },
3473
+ {
3474
+ "kind": "api",
3475
+ "name": "eventparticipants.getHome",
3476
+ "operation": "getHome",
3477
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3478
+ "path": "/eventparticipants/getHome",
3479
+ "method": "POST"
3480
+ },
3481
+ {
3482
+ "kind": "api",
3483
+ "name": "eventparticipants.getAway",
3484
+ "operation": "getAway",
3485
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3486
+ "path": "/eventparticipants/getAway",
3487
+ "method": "POST"
3488
+ },
3489
+ {
3490
+ "kind": "api",
3491
+ "name": "eventparticipants.search",
3492
+ "operation": "search",
3493
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3494
+ "path": "/eventparticipants/search",
3495
+ "method": "POST"
3496
+ },
3497
+ {
3498
+ "kind": "api",
3499
+ "name": "eventparticipants.getParticipantStats",
3500
+ "operation": "getParticipantStats",
3501
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3502
+ "path": "/eventparticipants/getParticipantStats",
3503
+ "method": "POST"
3504
+ },
3505
+ {
3506
+ "kind": "api",
3507
+ "name": "eventparticipants.findByTenant",
3508
+ "operation": "findByTenant",
3509
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3510
+ "path": "/eventparticipants/findByTenant",
3511
+ "method": "POST"
3512
+ },
3513
+ {
3514
+ "kind": "api",
3515
+ "name": "eventparticipants.findGlobal",
3516
+ "operation": "findGlobal",
3517
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3518
+ "path": "/eventparticipants/findGlobal",
3519
+ "method": "POST"
3520
+ },
3521
+ {
3522
+ "kind": "api",
3523
+ "name": "eventparticipants.findWithGlobals",
3524
+ "operation": "findWithGlobals",
3525
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection",
3526
+ "path": "/eventparticipants/findWithGlobals",
3527
+ "method": "POST"
3528
+ },
3529
+ {
3530
+ "kind": "cli",
3531
+ "name": "eventparticipantcollection_byLeft",
3532
+ "operation": "byLeft",
3533
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3534
+ },
3535
+ {
3536
+ "kind": "cli",
3537
+ "name": "eventparticipantcollection_byRight",
3538
+ "operation": "byRight",
3539
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3540
+ },
3541
+ {
3542
+ "kind": "cli",
3543
+ "name": "eventparticipantcollection_attach",
3544
+ "operation": "attach",
3545
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3546
+ },
3547
+ {
3548
+ "kind": "cli",
3549
+ "name": "eventparticipantcollection_detach",
3550
+ "operation": "detach",
3551
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3552
+ },
3553
+ {
3554
+ "kind": "cli",
3555
+ "name": "eventparticipantcollection_setLinks",
3556
+ "operation": "setLinks",
3557
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3558
+ },
3559
+ {
3560
+ "kind": "cli",
3561
+ "name": "eventparticipantcollection_getByPlacement",
3562
+ "operation": "getByPlacement",
3563
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3564
+ },
3565
+ {
3566
+ "kind": "cli",
3567
+ "name": "eventparticipantcollection_getByGroup",
3568
+ "operation": "getByGroup",
3569
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3570
+ },
3571
+ {
3572
+ "kind": "cli",
3573
+ "name": "eventparticipantcollection_getHome",
3574
+ "operation": "getHome",
3575
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3576
+ },
3577
+ {
3578
+ "kind": "cli",
3579
+ "name": "eventparticipantcollection_getAway",
3580
+ "operation": "getAway",
3581
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3582
+ },
3583
+ {
3584
+ "kind": "cli",
3585
+ "name": "eventparticipantcollection_search",
3586
+ "operation": "search",
3587
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3588
+ },
3589
+ {
3590
+ "kind": "cli",
3591
+ "name": "eventparticipantcollection_getParticipantStats",
3592
+ "operation": "getParticipantStats",
3593
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3594
+ },
3595
+ {
3596
+ "kind": "cli",
3597
+ "name": "eventparticipantcollection_findByTenant",
3598
+ "operation": "findByTenant",
3599
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3600
+ },
3601
+ {
3602
+ "kind": "cli",
3603
+ "name": "eventparticipantcollection_findGlobal",
3604
+ "operation": "findGlobal",
3605
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3606
+ },
3607
+ {
3608
+ "kind": "cli",
3609
+ "name": "eventparticipantcollection_findWithGlobals",
3610
+ "operation": "findWithGlobals",
3611
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3612
+ },
3613
+ {
3614
+ "kind": "mcp",
3615
+ "name": "eventparticipantcollection_byleft",
3616
+ "operation": "byLeft",
3617
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3618
+ },
3619
+ {
3620
+ "kind": "mcp",
3621
+ "name": "eventparticipantcollection_byright",
3622
+ "operation": "byRight",
3623
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3624
+ },
3625
+ {
3626
+ "kind": "mcp",
3627
+ "name": "eventparticipantcollection_attach",
3628
+ "operation": "attach",
3629
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3630
+ },
3631
+ {
3632
+ "kind": "mcp",
3633
+ "name": "eventparticipantcollection_detach",
3634
+ "operation": "detach",
3635
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3636
+ },
3637
+ {
3638
+ "kind": "mcp",
3639
+ "name": "eventparticipantcollection_setlinks",
3640
+ "operation": "setLinks",
3641
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3642
+ },
3643
+ {
3644
+ "kind": "mcp",
3645
+ "name": "eventparticipantcollection_getbyplacement",
3646
+ "operation": "getByPlacement",
3647
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3648
+ },
3649
+ {
3650
+ "kind": "mcp",
3651
+ "name": "eventparticipantcollection_getbygroup",
3652
+ "operation": "getByGroup",
3653
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3654
+ },
3655
+ {
3656
+ "kind": "mcp",
3657
+ "name": "eventparticipantcollection_gethome",
3658
+ "operation": "getHome",
3659
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3660
+ },
3661
+ {
3662
+ "kind": "mcp",
3663
+ "name": "eventparticipantcollection_getaway",
3664
+ "operation": "getAway",
3665
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3666
+ },
3667
+ {
3668
+ "kind": "mcp",
3669
+ "name": "eventparticipantcollection_search",
3670
+ "operation": "search",
3671
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3672
+ },
3673
+ {
3674
+ "kind": "mcp",
3675
+ "name": "eventparticipantcollection_getparticipantstats",
3676
+ "operation": "getParticipantStats",
3677
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3678
+ },
3679
+ {
3680
+ "kind": "mcp",
3681
+ "name": "eventparticipantcollection_findbytenant",
3682
+ "operation": "findByTenant",
3683
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3684
+ },
3685
+ {
3686
+ "kind": "mcp",
3687
+ "name": "eventparticipantcollection_findglobal",
3688
+ "operation": "findGlobal",
3689
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3690
+ },
3691
+ {
3692
+ "kind": "mcp",
3693
+ "name": "eventparticipantcollection_findwithglobals",
3694
+ "operation": "findWithGlobals",
3695
+ "objectName": "@happyvertical/smrt-events:EventParticipantCollection"
3696
+ },
3697
+ {
3698
+ "kind": "api",
3699
+ "name": "eventserieses.getByOrganizer",
3700
+ "operation": "getByOrganizer",
3701
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3702
+ "path": "/eventserieses/getByOrganizer",
3703
+ "method": "POST"
3704
+ },
3705
+ {
3706
+ "kind": "api",
3707
+ "name": "eventserieses.getActive",
3708
+ "operation": "getActive",
3709
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3710
+ "path": "/eventserieses/getActive",
3711
+ "method": "POST"
3712
+ },
3713
+ {
3714
+ "kind": "api",
3715
+ "name": "eventserieses.getUpcoming",
3716
+ "operation": "getUpcoming",
3717
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3718
+ "path": "/eventserieses/getUpcoming",
3719
+ "method": "POST"
3720
+ },
3721
+ {
3722
+ "kind": "api",
3723
+ "name": "eventserieses.getByType",
3724
+ "operation": "getByType",
3725
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3726
+ "path": "/eventserieses/getByType",
3727
+ "method": "POST"
3728
+ },
3729
+ {
3730
+ "kind": "api",
3731
+ "name": "eventserieses.search",
3732
+ "operation": "search",
3733
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3734
+ "path": "/eventserieses/search",
3735
+ "method": "POST"
3736
+ },
3737
+ {
3738
+ "kind": "api",
3739
+ "name": "eventserieses.findByTenant",
3740
+ "operation": "findByTenant",
3741
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3742
+ "path": "/eventserieses/findByTenant",
3743
+ "method": "POST"
3744
+ },
3745
+ {
3746
+ "kind": "api",
3747
+ "name": "eventserieses.findGlobal",
3748
+ "operation": "findGlobal",
3749
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3750
+ "path": "/eventserieses/findGlobal",
3751
+ "method": "POST"
3752
+ },
3753
+ {
3754
+ "kind": "api",
3755
+ "name": "eventserieses.findWithGlobals",
3756
+ "operation": "findWithGlobals",
3757
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection",
3758
+ "path": "/eventserieses/findWithGlobals",
3759
+ "method": "POST"
3760
+ },
3761
+ {
3762
+ "kind": "cli",
3763
+ "name": "eventseriescollection_getByOrganizer",
3764
+ "operation": "getByOrganizer",
3765
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3766
+ },
3767
+ {
3768
+ "kind": "cli",
3769
+ "name": "eventseriescollection_getActive",
3770
+ "operation": "getActive",
3771
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3772
+ },
3773
+ {
3774
+ "kind": "cli",
3775
+ "name": "eventseriescollection_getUpcoming",
3776
+ "operation": "getUpcoming",
3777
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3778
+ },
3779
+ {
3780
+ "kind": "cli",
3781
+ "name": "eventseriescollection_getByType",
3782
+ "operation": "getByType",
3783
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3784
+ },
3785
+ {
3786
+ "kind": "cli",
3787
+ "name": "eventseriescollection_search",
3788
+ "operation": "search",
3789
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3790
+ },
3791
+ {
3792
+ "kind": "cli",
3793
+ "name": "eventseriescollection_findByTenant",
3794
+ "operation": "findByTenant",
3795
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3796
+ },
3797
+ {
3798
+ "kind": "cli",
3799
+ "name": "eventseriescollection_findGlobal",
3800
+ "operation": "findGlobal",
3801
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3802
+ },
3803
+ {
3804
+ "kind": "cli",
3805
+ "name": "eventseriescollection_findWithGlobals",
3806
+ "operation": "findWithGlobals",
3807
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3808
+ },
3809
+ {
3810
+ "kind": "mcp",
3811
+ "name": "eventseriescollection_getbyorganizer",
3812
+ "operation": "getByOrganizer",
3813
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3814
+ },
3815
+ {
3816
+ "kind": "mcp",
3817
+ "name": "eventseriescollection_getactive",
3818
+ "operation": "getActive",
3819
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3820
+ },
3821
+ {
3822
+ "kind": "mcp",
3823
+ "name": "eventseriescollection_getupcoming",
3824
+ "operation": "getUpcoming",
3825
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3826
+ },
3827
+ {
3828
+ "kind": "mcp",
3829
+ "name": "eventseriescollection_getbytype",
3830
+ "operation": "getByType",
3831
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3832
+ },
3833
+ {
3834
+ "kind": "mcp",
3835
+ "name": "eventseriescollection_search",
3836
+ "operation": "search",
3837
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3838
+ },
3839
+ {
3840
+ "kind": "mcp",
3841
+ "name": "eventseriescollection_findbytenant",
3842
+ "operation": "findByTenant",
3843
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3844
+ },
3845
+ {
3846
+ "kind": "mcp",
3847
+ "name": "eventseriescollection_findglobal",
3848
+ "operation": "findGlobal",
3849
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3850
+ },
3851
+ {
3852
+ "kind": "mcp",
3853
+ "name": "eventseriescollection_findwithglobals",
3854
+ "operation": "findWithGlobals",
3855
+ "objectName": "@happyvertical/smrt-events:EventSeriesCollection"
3856
+ },
3857
+ {
3858
+ "kind": "api",
3859
+ "name": "eventtypes.getOrCreate",
3860
+ "operation": "getOrCreate",
3861
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3862
+ "path": "/eventtypes/getOrCreate",
3863
+ "method": "POST"
3864
+ },
3865
+ {
3866
+ "kind": "api",
3867
+ "name": "eventtypes.getBySlug",
3868
+ "operation": "getBySlug",
3869
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3870
+ "path": "/eventtypes/getBySlug",
3871
+ "method": "POST"
3872
+ },
3873
+ {
3874
+ "kind": "api",
3875
+ "name": "eventtypes.initializeDefaults",
3876
+ "operation": "initializeDefaults",
3877
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3878
+ "path": "/eventtypes/initializeDefaults",
3879
+ "method": "POST"
3880
+ },
3881
+ {
3882
+ "kind": "api",
3883
+ "name": "eventtypes.findByTenant",
3884
+ "operation": "findByTenant",
3885
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3886
+ "path": "/eventtypes/findByTenant",
3887
+ "method": "POST"
3888
+ },
3889
+ {
3890
+ "kind": "api",
3891
+ "name": "eventtypes.findGlobal",
3892
+ "operation": "findGlobal",
3893
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3894
+ "path": "/eventtypes/findGlobal",
3895
+ "method": "POST"
3896
+ },
3897
+ {
3898
+ "kind": "api",
3899
+ "name": "eventtypes.findWithGlobals",
3900
+ "operation": "findWithGlobals",
3901
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection",
3902
+ "path": "/eventtypes/findWithGlobals",
3903
+ "method": "POST"
3904
+ },
3905
+ {
3906
+ "kind": "cli",
3907
+ "name": "eventtypecollection_getOrCreate",
3908
+ "operation": "getOrCreate",
3909
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3910
+ },
3911
+ {
3912
+ "kind": "cli",
3913
+ "name": "eventtypecollection_getBySlug",
3914
+ "operation": "getBySlug",
3915
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3916
+ },
3917
+ {
3918
+ "kind": "cli",
3919
+ "name": "eventtypecollection_initializeDefaults",
3920
+ "operation": "initializeDefaults",
3921
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3922
+ },
3923
+ {
3924
+ "kind": "cli",
3925
+ "name": "eventtypecollection_findByTenant",
3926
+ "operation": "findByTenant",
3927
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3928
+ },
3929
+ {
3930
+ "kind": "cli",
3931
+ "name": "eventtypecollection_findGlobal",
3932
+ "operation": "findGlobal",
3933
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3934
+ },
3935
+ {
3936
+ "kind": "cli",
3937
+ "name": "eventtypecollection_findWithGlobals",
3938
+ "operation": "findWithGlobals",
3939
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3940
+ },
3941
+ {
3942
+ "kind": "mcp",
3943
+ "name": "eventtypecollection_getorcreate",
3944
+ "operation": "getOrCreate",
3945
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3946
+ },
3947
+ {
3948
+ "kind": "mcp",
3949
+ "name": "eventtypecollection_getbyslug",
3950
+ "operation": "getBySlug",
3951
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3952
+ },
3953
+ {
3954
+ "kind": "mcp",
3955
+ "name": "eventtypecollection_initializedefaults",
3956
+ "operation": "initializeDefaults",
3957
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3958
+ },
3959
+ {
3960
+ "kind": "mcp",
3961
+ "name": "eventtypecollection_findbytenant",
3962
+ "operation": "findByTenant",
3963
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3964
+ },
3965
+ {
3966
+ "kind": "mcp",
3967
+ "name": "eventtypecollection_findglobal",
3968
+ "operation": "findGlobal",
3969
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3970
+ },
3971
+ {
3972
+ "kind": "mcp",
3973
+ "name": "eventtypecollection_findwithglobals",
3974
+ "operation": "findWithGlobals",
3975
+ "objectName": "@happyvertical/smrt-events:EventTypeCollection"
3976
+ },
2938
3977
  {
2939
3978
  "kind": "api",
2940
3979
  "name": "events.list",
@@ -3005,6 +4044,126 @@
3005
4044
  "operation": "delete",
3006
4045
  "objectName": "@happyvertical/smrt-events:Event"
3007
4046
  },
4047
+ {
4048
+ "kind": "cli",
4049
+ "name": "event_getParent",
4050
+ "operation": "getParent",
4051
+ "objectName": "@happyvertical/smrt-events:Event"
4052
+ },
4053
+ {
4054
+ "kind": "cli",
4055
+ "name": "event_getChildren",
4056
+ "operation": "getChildren",
4057
+ "objectName": "@happyvertical/smrt-events:Event"
4058
+ },
4059
+ {
4060
+ "kind": "cli",
4061
+ "name": "event_getAncestors",
4062
+ "operation": "getAncestors",
4063
+ "objectName": "@happyvertical/smrt-events:Event"
4064
+ },
4065
+ {
4066
+ "kind": "cli",
4067
+ "name": "event_getDescendants",
4068
+ "operation": "getDescendants",
4069
+ "objectName": "@happyvertical/smrt-events:Event"
4070
+ },
4071
+ {
4072
+ "kind": "cli",
4073
+ "name": "event_getHierarchy",
4074
+ "operation": "getHierarchy",
4075
+ "objectName": "@happyvertical/smrt-events:Event"
4076
+ },
4077
+ {
4078
+ "kind": "cli",
4079
+ "name": "event_moveTo",
4080
+ "operation": "moveTo",
4081
+ "objectName": "@happyvertical/smrt-events:Event"
4082
+ },
4083
+ {
4084
+ "kind": "cli",
4085
+ "name": "event_getMetadata",
4086
+ "operation": "getMetadata",
4087
+ "objectName": "@happyvertical/smrt-events:Event"
4088
+ },
4089
+ {
4090
+ "kind": "cli",
4091
+ "name": "event_setMetadata",
4092
+ "operation": "setMetadata",
4093
+ "objectName": "@happyvertical/smrt-events:Event"
4094
+ },
4095
+ {
4096
+ "kind": "cli",
4097
+ "name": "event_updateMetadata",
4098
+ "operation": "updateMetadata",
4099
+ "objectName": "@happyvertical/smrt-events:Event"
4100
+ },
4101
+ {
4102
+ "kind": "cli",
4103
+ "name": "event_updateStatus",
4104
+ "operation": "updateStatus",
4105
+ "objectName": "@happyvertical/smrt-events:Event"
4106
+ },
4107
+ {
4108
+ "kind": "cli",
4109
+ "name": "event_getSeries",
4110
+ "operation": "getSeries",
4111
+ "objectName": "@happyvertical/smrt-events:Event"
4112
+ },
4113
+ {
4114
+ "kind": "cli",
4115
+ "name": "event_getType",
4116
+ "operation": "getType",
4117
+ "objectName": "@happyvertical/smrt-events:Event"
4118
+ },
4119
+ {
4120
+ "kind": "cli",
4121
+ "name": "event_getPlace",
4122
+ "operation": "getPlace",
4123
+ "objectName": "@happyvertical/smrt-events:Event"
4124
+ },
4125
+ {
4126
+ "kind": "cli",
4127
+ "name": "event_getRootEvent",
4128
+ "operation": "getRootEvent",
4129
+ "objectName": "@happyvertical/smrt-events:Event"
4130
+ },
4131
+ {
4132
+ "kind": "cli",
4133
+ "name": "event_getParticipants",
4134
+ "operation": "getParticipants",
4135
+ "objectName": "@happyvertical/smrt-events:Event"
4136
+ },
4137
+ {
4138
+ "kind": "cli",
4139
+ "name": "event_getAssets",
4140
+ "operation": "getAssets",
4141
+ "objectName": "@happyvertical/smrt-events:Event"
4142
+ },
4143
+ {
4144
+ "kind": "cli",
4145
+ "name": "event_addAsset",
4146
+ "operation": "addAsset",
4147
+ "objectName": "@happyvertical/smrt-events:Event"
4148
+ },
4149
+ {
4150
+ "kind": "cli",
4151
+ "name": "event_removeAsset",
4152
+ "operation": "removeAsset",
4153
+ "objectName": "@happyvertical/smrt-events:Event"
4154
+ },
4155
+ {
4156
+ "kind": "cli",
4157
+ "name": "event_isInProgress",
4158
+ "operation": "isInProgress",
4159
+ "objectName": "@happyvertical/smrt-events:Event"
4160
+ },
4161
+ {
4162
+ "kind": "cli",
4163
+ "name": "event_isRoot",
4164
+ "operation": "isRoot",
4165
+ "objectName": "@happyvertical/smrt-events:Event"
4166
+ },
3008
4167
  {
3009
4168
  "kind": "mcp",
3010
4169
  "name": "event_list",
@@ -3099,6 +4258,54 @@
3099
4258
  "operation": "delete",
3100
4259
  "objectName": "@happyvertical/smrt-events:EventParticipant"
3101
4260
  },
4261
+ {
4262
+ "kind": "cli",
4263
+ "name": "eventparticipant_getMetadata",
4264
+ "operation": "getMetadata",
4265
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4266
+ },
4267
+ {
4268
+ "kind": "cli",
4269
+ "name": "eventparticipant_setMetadata",
4270
+ "operation": "setMetadata",
4271
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4272
+ },
4273
+ {
4274
+ "kind": "cli",
4275
+ "name": "eventparticipant_updateMetadata",
4276
+ "operation": "updateMetadata",
4277
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4278
+ },
4279
+ {
4280
+ "kind": "cli",
4281
+ "name": "eventparticipant_getEvent",
4282
+ "operation": "getEvent",
4283
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4284
+ },
4285
+ {
4286
+ "kind": "cli",
4287
+ "name": "eventparticipant_getProfile",
4288
+ "operation": "getProfile",
4289
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4290
+ },
4291
+ {
4292
+ "kind": "cli",
4293
+ "name": "eventparticipant_getGroupParticipants",
4294
+ "operation": "getGroupParticipants",
4295
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4296
+ },
4297
+ {
4298
+ "kind": "cli",
4299
+ "name": "eventparticipant_isHome",
4300
+ "operation": "isHome",
4301
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4302
+ },
4303
+ {
4304
+ "kind": "cli",
4305
+ "name": "eventparticipant_isAway",
4306
+ "operation": "isAway",
4307
+ "objectName": "@happyvertical/smrt-events:EventParticipant"
4308
+ },
3102
4309
  {
3103
4310
  "kind": "mcp",
3104
4311
  "name": "eventparticipant_list",
@@ -3193,6 +4400,60 @@
3193
4400
  "operation": "delete",
3194
4401
  "objectName": "@happyvertical/smrt-events:EventSeries"
3195
4402
  },
4403
+ {
4404
+ "kind": "cli",
4405
+ "name": "eventseries_getRecurrence",
4406
+ "operation": "getRecurrence",
4407
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4408
+ },
4409
+ {
4410
+ "kind": "cli",
4411
+ "name": "eventseries_setRecurrence",
4412
+ "operation": "setRecurrence",
4413
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4414
+ },
4415
+ {
4416
+ "kind": "cli",
4417
+ "name": "eventseries_getMetadata",
4418
+ "operation": "getMetadata",
4419
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4420
+ },
4421
+ {
4422
+ "kind": "cli",
4423
+ "name": "eventseries_setMetadata",
4424
+ "operation": "setMetadata",
4425
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4426
+ },
4427
+ {
4428
+ "kind": "cli",
4429
+ "name": "eventseries_updateMetadata",
4430
+ "operation": "updateMetadata",
4431
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4432
+ },
4433
+ {
4434
+ "kind": "cli",
4435
+ "name": "eventseries_getType",
4436
+ "operation": "getType",
4437
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4438
+ },
4439
+ {
4440
+ "kind": "cli",
4441
+ "name": "eventseries_getOrganizer",
4442
+ "operation": "getOrganizer",
4443
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4444
+ },
4445
+ {
4446
+ "kind": "cli",
4447
+ "name": "eventseries_getEvents",
4448
+ "operation": "getEvents",
4449
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4450
+ },
4451
+ {
4452
+ "kind": "cli",
4453
+ "name": "eventseries_isActive",
4454
+ "operation": "isActive",
4455
+ "objectName": "@happyvertical/smrt-events:EventSeries"
4456
+ },
3196
4457
  {
3197
4458
  "kind": "mcp",
3198
4459
  "name": "eventseries_list",
@@ -3287,6 +4548,36 @@
3287
4548
  "operation": "delete",
3288
4549
  "objectName": "@happyvertical/smrt-events:EventType"
3289
4550
  },
4551
+ {
4552
+ "kind": "cli",
4553
+ "name": "eventtype_getSchema",
4554
+ "operation": "getSchema",
4555
+ "objectName": "@happyvertical/smrt-events:EventType"
4556
+ },
4557
+ {
4558
+ "kind": "cli",
4559
+ "name": "eventtype_setSchema",
4560
+ "operation": "setSchema",
4561
+ "objectName": "@happyvertical/smrt-events:EventType"
4562
+ },
4563
+ {
4564
+ "kind": "cli",
4565
+ "name": "eventtype_getParticipantSchema",
4566
+ "operation": "getParticipantSchema",
4567
+ "objectName": "@happyvertical/smrt-events:EventType"
4568
+ },
4569
+ {
4570
+ "kind": "cli",
4571
+ "name": "eventtype_setParticipantSchema",
4572
+ "operation": "setParticipantSchema",
4573
+ "objectName": "@happyvertical/smrt-events:EventType"
4574
+ },
4575
+ {
4576
+ "kind": "cli",
4577
+ "name": "eventtype_getBySlug",
4578
+ "operation": "getBySlug",
4579
+ "objectName": "@happyvertical/smrt-events:EventType"
4580
+ },
3290
4581
  {
3291
4582
  "kind": "mcp",
3292
4583
  "name": "eventtype_list",