@happyvertical/smrt-images 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-images",
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": "1056613b5daa1565e9da9674018ac74c0bb80b901e8f875863d87f62f1a9e260",
11
- "packageJson": "f6f67c32ae5a6f9faff44a191c4bb90aad48b558ec8eee3a0ad4cdf99e6a59a8",
10
+ "manifest": "e72f03a30075c600ad9e031eecc87f3fc3fb399035a3628c9f9b9ffcd6bb386c",
11
+ "packageJson": "05479260b3953063b5fe98e3b9656ac16a1f96bbdd3dc0a1850e360e5d7e02cf",
12
12
  "agents": "b0cf63bd78f00cc1729ea7f1425291f8e23ab5591161cbbf0d08f4b16ace07fd"
13
13
  },
14
14
  "exports": [
@@ -250,78 +250,26 @@
250
250
  }
251
251
  ],
252
252
  "methods": [
253
- "_setLoadedRelationship",
254
253
  "associateWith",
255
- "claimRevision",
256
- "classifyConstraintError",
257
- "clearEmbeddings",
258
- "delete",
259
- "describe",
260
- "destroy",
261
- "do",
262
- "executeToolCall",
263
- "forget",
264
- "forgetScope",
265
254
  "generateAltText",
266
- "generateEmbeddings",
267
- "getAiUsageSnapshot",
268
255
  "getAssociations",
269
- "getAvailableTools",
270
256
  "getBySlug",
271
257
  "getDerivatives",
272
- "getEmbedding",
273
258
  "getExternalRef",
274
259
  "getExternalRefs",
275
- "getFields",
276
- "getId",
277
260
  "getMetadata",
278
- "getRelated",
279
- "getSavedId",
280
- "getSlug",
281
261
  "getSource",
282
262
  "getStatus",
283
263
  "getTags",
284
264
  "getType",
285
- "hasStaleEmbeddings",
286
265
  "hasTag",
287
- "initialize",
288
- "is",
289
266
  "isHighResolution",
290
- "isRelatedLoaded",
291
- "isSaved",
292
267
  "isValidImageFormat",
293
- "listAiUsage",
294
- "loadDataFromDb",
295
- "loadFromId",
296
- "loadFromSlug",
297
- "loadRelated",
298
- "loadRelatedMany",
299
- "markAsPersisted",
300
268
  "mergeMetadata",
301
- "recall",
302
- "recallAll",
303
- "remember",
304
- "requireInsertOnSave",
305
- "resetAiUsage",
306
- "save",
307
269
  "setExternalRef",
308
- "setMetadata",
309
- "summarizeAiUsage",
310
- "toJSON",
311
- "toPlainObject",
312
- "toPublicJSON",
313
- "withDatabase",
314
- "withTransaction"
270
+ "setMetadata"
315
271
  ],
316
272
  "methodSignatures": [
317
- {
318
- "name": "_setLoadedRelationship",
319
- "params": [
320
- "fieldName: string",
321
- "value: any"
322
- ],
323
- "returns": "void"
324
- },
325
273
  {
326
274
  "name": "associateWith",
327
275
  "async": true,
@@ -332,106 +280,16 @@
332
280
  ],
333
281
  "returns": "Promise<AssetAssociation>"
334
282
  },
335
- {
336
- "name": "claimRevision",
337
- "async": true,
338
- "params": [
339
- "expectedUpdatedAt: Date | string"
340
- ],
341
- "returns": "Promise"
342
- },
343
- {
344
- "name": "classifyConstraintError",
345
- "static": true,
346
- "params": [
347
- "message: string"
348
- ],
349
- "returns": "'unique' | 'not_null' | null"
350
- },
351
- {
352
- "name": "clearEmbeddings",
353
- "async": true,
354
- "returns": "Promise<void>"
355
- },
356
- {
357
- "name": "delete",
358
- "async": true,
359
- "params": [
360
- "options?: SmrtDeleteOptions"
361
- ],
362
- "returns": "Promise<void>"
363
- },
364
- {
365
- "name": "describe",
366
- "async": true,
367
- "params": [
368
- "options?: AiOperationOptions"
369
- ],
370
- "returns": "any"
371
- },
372
- {
373
- "name": "destroy",
374
- "returns": "void"
375
- },
376
- {
377
- "name": "do",
378
- "async": true,
379
- "params": [
380
- "instructions: string",
381
- "options?: AiOperationOptions"
382
- ],
383
- "returns": "any"
384
- },
385
- {
386
- "name": "executeToolCall",
387
- "async": true,
388
- "params": [
389
- "toolCall: ToolCall"
390
- ],
391
- "returns": "Promise<ToolCallResult>"
392
- },
393
- {
394
- "name": "forget",
395
- "async": true,
396
- "params": [
397
- "options: object"
398
- ],
399
- "returns": "Promise<void>"
400
- },
401
- {
402
- "name": "forgetScope",
403
- "async": true,
404
- "params": [
405
- "options: object"
406
- ],
407
- "returns": "Promise<number>"
408
- },
409
283
  {
410
284
  "name": "generateAltText",
411
285
  "async": true,
412
286
  "returns": "Promise<string>"
413
287
  },
414
- {
415
- "name": "generateEmbeddings",
416
- "async": true,
417
- "params": [
418
- "options?: GenerateEmbeddingsOptions"
419
- ],
420
- "returns": "Promise<void>"
421
- },
422
- {
423
- "name": "getAiUsageSnapshot",
424
- "returns": "AiUsageSnapshot | undefined"
425
- },
426
288
  {
427
289
  "name": "getAssociations",
428
290
  "async": true,
429
291
  "returns": "Promise<AssetAssociation[]>"
430
292
  },
431
- {
432
- "name": "getAvailableTools",
433
- "returns": "AITool[]"
434
- },
435
293
  {
436
294
  "name": "getBySlug",
437
295
  "async": true,
@@ -446,15 +304,6 @@
446
304
  "async": true,
447
305
  "returns": "Promise<Asset[]>"
448
306
  },
449
- {
450
- "name": "getEmbedding",
451
- "async": true,
452
- "params": [
453
- "fieldName: string",
454
- "model?: string"
455
- ],
456
- "returns": "Promise<number[] | null>"
457
- },
458
307
  {
459
308
  "name": "getExternalRef",
460
309
  "params": [
@@ -466,39 +315,10 @@
466
315
  "name": "getExternalRefs",
467
316
  "returns": "Record<string, AssetExternalReference>"
468
317
  },
469
- {
470
- "name": "getFields",
471
- "async": true,
472
- "returns": "Promise<any>"
473
- },
474
- {
475
- "name": "getId",
476
- "async": true,
477
- "returns": "any"
478
- },
479
318
  {
480
319
  "name": "getMetadata",
481
320
  "returns": "Record<string>"
482
321
  },
483
- {
484
- "name": "getRelated",
485
- "async": true,
486
- "params": [
487
- "fieldName: string",
488
- "opts?: LoadRelatedOptions"
489
- ],
490
- "returns": "Promise<any>"
491
- },
492
- {
493
- "name": "getSavedId",
494
- "async": true,
495
- "returns": "any"
496
- },
497
- {
498
- "name": "getSlug",
499
- "async": true,
500
- "returns": "any"
501
- },
502
322
  {
503
323
  "name": "getSource",
504
324
  "async": true,
@@ -519,11 +339,6 @@
519
339
  "async": true,
520
340
  "returns": "Promise<AssetType | null>"
521
341
  },
522
- {
523
- "name": "hasStaleEmbeddings",
524
- "async": true,
525
- "returns": "Promise<boolean>"
526
- },
527
342
  {
528
343
  "name": "hasTag",
529
344
  "async": true,
@@ -532,88 +347,14 @@
532
347
  ],
533
348
  "returns": "Promise<boolean>"
534
349
  },
535
- {
536
- "name": "initialize",
537
- "async": true,
538
- "returns": "Promise"
539
- },
540
- {
541
- "name": "is",
542
- "async": true,
543
- "params": [
544
- "criteria: string",
545
- "options?: AiOperationOptions"
546
- ],
547
- "returns": "any"
548
- },
549
350
  {
550
351
  "name": "isHighResolution",
551
352
  "returns": "boolean"
552
353
  },
553
- {
554
- "name": "isRelatedLoaded",
555
- "params": [
556
- "fieldName: string"
557
- ],
558
- "returns": "boolean"
559
- },
560
- {
561
- "name": "isSaved",
562
- "async": true,
563
- "returns": "any"
564
- },
565
354
  {
566
355
  "name": "isValidImageFormat",
567
356
  "returns": "boolean"
568
357
  },
569
- {
570
- "name": "listAiUsage",
571
- "async": true,
572
- "params": [
573
- "options?: AiUsageListOptions"
574
- ],
575
- "returns": "Promise<SmrtAiUsageRecord[]>"
576
- },
577
- {
578
- "name": "loadDataFromDb",
579
- "async": true,
580
- "params": [
581
- "data: Record<string>"
582
- ],
583
- "returns": "any"
584
- },
585
- {
586
- "name": "loadFromId",
587
- "async": true,
588
- "returns": "any"
589
- },
590
- {
591
- "name": "loadFromSlug",
592
- "async": true,
593
- "returns": "any"
594
- },
595
- {
596
- "name": "loadRelated",
597
- "async": true,
598
- "params": [
599
- "fieldName: string",
600
- "opts?: LoadRelatedOptions"
601
- ],
602
- "returns": "Promise<any>"
603
- },
604
- {
605
- "name": "loadRelatedMany",
606
- "async": true,
607
- "params": [
608
- "fieldName: string",
609
- "opts?: LoadRelatedOptions"
610
- ],
611
- "returns": "Promise<any[]>"
612
- },
613
- {
614
- "name": "markAsPersisted",
615
- "returns": "void"
616
- },
617
358
  {
618
359
  "name": "mergeMetadata",
619
360
  "params": [
@@ -621,46 +362,6 @@
621
362
  ],
622
363
  "returns": "void"
623
364
  },
624
- {
625
- "name": "recall",
626
- "async": true,
627
- "params": [
628
- "options: object"
629
- ],
630
- "returns": "Promise"
631
- },
632
- {
633
- "name": "recallAll",
634
- "async": true,
635
- "params": [
636
- "options?: object"
637
- ],
638
- "returns": "Promise<Map<string>>"
639
- },
640
- {
641
- "name": "remember",
642
- "async": true,
643
- "params": [
644
- "options: object"
645
- ],
646
- "returns": "Promise<void>"
647
- },
648
- {
649
- "name": "requireInsertOnSave",
650
- "returns": "void"
651
- },
652
- {
653
- "name": "resetAiUsage",
654
- "returns": "void"
655
- },
656
- {
657
- "name": "save",
658
- "async": true,
659
- "params": [
660
- "options?: SmrtSaveOptions"
661
- ],
662
- "returns": "any"
663
- },
664
365
  {
665
366
  "name": "setExternalRef",
666
367
  "params": [
@@ -675,46 +376,6 @@
675
376
  "metadata: Record<string>"
676
377
  ],
677
378
  "returns": "void"
678
- },
679
- {
680
- "name": "summarizeAiUsage",
681
- "async": true,
682
- "params": [
683
- "options?: AiUsageSummaryOptions"
684
- ],
685
- "returns": "Promise<Record<string, AiUsageStats>>"
686
- },
687
- {
688
- "name": "toJSON",
689
- "returns": "any"
690
- },
691
- {
692
- "name": "toPlainObject",
693
- "returns": "Record<string>"
694
- },
695
- {
696
- "name": "toPublicJSON",
697
- "params": [
698
- "options?: PublicJsonOptions"
699
- ],
700
- "returns": "Record<string>"
701
- },
702
- {
703
- "name": "withDatabase",
704
- "async": true,
705
- "params": [
706
- "db: DatabaseInterface",
707
- "operation: Function"
708
- ],
709
- "returns": "Promise<T>"
710
- },
711
- {
712
- "name": "withTransaction",
713
- "async": true,
714
- "params": [
715
- "operation: Function"
716
- ],
717
- "returns": "Promise<T>"
718
379
  }
719
380
  ],
720
381
  "tenant": {
@@ -794,6 +455,114 @@
794
455
  "operation": "delete",
795
456
  "objectName": "@happyvertical/smrt-images:Image"
796
457
  },
458
+ {
459
+ "kind": "cli",
460
+ "name": "image_getMetadata",
461
+ "operation": "getMetadata",
462
+ "objectName": "@happyvertical/smrt-images:Image"
463
+ },
464
+ {
465
+ "kind": "cli",
466
+ "name": "image_setMetadata",
467
+ "operation": "setMetadata",
468
+ "objectName": "@happyvertical/smrt-images:Image"
469
+ },
470
+ {
471
+ "kind": "cli",
472
+ "name": "image_mergeMetadata",
473
+ "operation": "mergeMetadata",
474
+ "objectName": "@happyvertical/smrt-images:Image"
475
+ },
476
+ {
477
+ "kind": "cli",
478
+ "name": "image_getExternalRefs",
479
+ "operation": "getExternalRefs",
480
+ "objectName": "@happyvertical/smrt-images:Image"
481
+ },
482
+ {
483
+ "kind": "cli",
484
+ "name": "image_getExternalRef",
485
+ "operation": "getExternalRef",
486
+ "objectName": "@happyvertical/smrt-images:Image"
487
+ },
488
+ {
489
+ "kind": "cli",
490
+ "name": "image_setExternalRef",
491
+ "operation": "setExternalRef",
492
+ "objectName": "@happyvertical/smrt-images:Image"
493
+ },
494
+ {
495
+ "kind": "cli",
496
+ "name": "image_getTags",
497
+ "operation": "getTags",
498
+ "objectName": "@happyvertical/smrt-images:Image"
499
+ },
500
+ {
501
+ "kind": "cli",
502
+ "name": "image_hasTag",
503
+ "operation": "hasTag",
504
+ "objectName": "@happyvertical/smrt-images:Image"
505
+ },
506
+ {
507
+ "kind": "cli",
508
+ "name": "image_getSource",
509
+ "operation": "getSource",
510
+ "objectName": "@happyvertical/smrt-images:Image"
511
+ },
512
+ {
513
+ "kind": "cli",
514
+ "name": "image_getDerivatives",
515
+ "operation": "getDerivatives",
516
+ "objectName": "@happyvertical/smrt-images:Image"
517
+ },
518
+ {
519
+ "kind": "cli",
520
+ "name": "image_getType",
521
+ "operation": "getType",
522
+ "objectName": "@happyvertical/smrt-images:Image"
523
+ },
524
+ {
525
+ "kind": "cli",
526
+ "name": "image_getStatus",
527
+ "operation": "getStatus",
528
+ "objectName": "@happyvertical/smrt-images:Image"
529
+ },
530
+ {
531
+ "kind": "cli",
532
+ "name": "image_getAssociations",
533
+ "operation": "getAssociations",
534
+ "objectName": "@happyvertical/smrt-images:Image"
535
+ },
536
+ {
537
+ "kind": "cli",
538
+ "name": "image_associateWith",
539
+ "operation": "associateWith",
540
+ "objectName": "@happyvertical/smrt-images:Image"
541
+ },
542
+ {
543
+ "kind": "cli",
544
+ "name": "image_getBySlug",
545
+ "operation": "getBySlug",
546
+ "objectName": "@happyvertical/smrt-images:Image"
547
+ },
548
+ {
549
+ "kind": "cli",
550
+ "name": "image_isValidImageFormat",
551
+ "operation": "isValidImageFormat",
552
+ "objectName": "@happyvertical/smrt-images:Image"
553
+ },
554
+ {
555
+ "kind": "cli",
556
+ "name": "image_isHighResolution",
557
+ "operation": "isHighResolution",
558
+ "objectName": "@happyvertical/smrt-images:Image"
559
+ },
560
+ {
561
+ "kind": "cli",
562
+ "name": "image_generateAltText",
563
+ "operation": "generateAltText",
564
+ "objectName": "@happyvertical/smrt-images:Image"
565
+ },
797
566
  {
798
567
  "kind": "mcp",
799
568
  "name": "image_list",
@@ -820,7 +589,7 @@
820
589
  },
821
590
  {
822
591
  "kind": "mcp",
823
- "name": "image_generateAltText",
592
+ "name": "image_generatealttext",
824
593
  "operation": "generateAltText",
825
594
  "objectName": "@happyvertical/smrt-images:Image"
826
595
  }
@@ -930,7 +699,228 @@
930
699
  "returns": "Promise<Image[]>"
931
700
  }
932
701
  ],
933
- "surfaces": [],
702
+ "surfaces": [
703
+ {
704
+ "kind": "api",
705
+ "name": "assets.findByTenant",
706
+ "operation": "findByTenant",
707
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
708
+ "path": "/assets/findByTenant",
709
+ "method": "POST"
710
+ },
711
+ {
712
+ "kind": "api",
713
+ "name": "assets.findGlobal",
714
+ "operation": "findGlobal",
715
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
716
+ "path": "/assets/findGlobal",
717
+ "method": "POST"
718
+ },
719
+ {
720
+ "kind": "api",
721
+ "name": "assets.findWithGlobals",
722
+ "operation": "findWithGlobals",
723
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
724
+ "path": "/assets/findWithGlobals",
725
+ "method": "POST"
726
+ },
727
+ {
728
+ "kind": "api",
729
+ "name": "assets.getByMinDimensions",
730
+ "operation": "getByMinDimensions",
731
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
732
+ "path": "/assets/getByMinDimensions",
733
+ "method": "POST"
734
+ },
735
+ {
736
+ "kind": "api",
737
+ "name": "assets.getByMaxDimensions",
738
+ "operation": "getByMaxDimensions",
739
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
740
+ "path": "/assets/getByMaxDimensions",
741
+ "method": "POST"
742
+ },
743
+ {
744
+ "kind": "api",
745
+ "name": "assets.getLandscape",
746
+ "operation": "getLandscape",
747
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
748
+ "path": "/assets/getLandscape",
749
+ "method": "POST"
750
+ },
751
+ {
752
+ "kind": "api",
753
+ "name": "assets.getPortrait",
754
+ "operation": "getPortrait",
755
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
756
+ "path": "/assets/getPortrait",
757
+ "method": "POST"
758
+ },
759
+ {
760
+ "kind": "api",
761
+ "name": "assets.getSquare",
762
+ "operation": "getSquare",
763
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
764
+ "path": "/assets/getSquare",
765
+ "method": "POST"
766
+ },
767
+ {
768
+ "kind": "api",
769
+ "name": "assets.getMissingAltText",
770
+ "operation": "getMissingAltText",
771
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
772
+ "path": "/assets/getMissingAltText",
773
+ "method": "POST"
774
+ },
775
+ {
776
+ "kind": "api",
777
+ "name": "assets.getHighResolution",
778
+ "operation": "getHighResolution",
779
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
780
+ "path": "/assets/getHighResolution",
781
+ "method": "POST"
782
+ },
783
+ {
784
+ "kind": "api",
785
+ "name": "assets.getByAspectRatio",
786
+ "operation": "getByAspectRatio",
787
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
788
+ "path": "/assets/getByAspectRatio",
789
+ "method": "POST"
790
+ },
791
+ {
792
+ "kind": "cli",
793
+ "name": "imagecollection_findByTenant",
794
+ "operation": "findByTenant",
795
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
796
+ },
797
+ {
798
+ "kind": "cli",
799
+ "name": "imagecollection_findGlobal",
800
+ "operation": "findGlobal",
801
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
802
+ },
803
+ {
804
+ "kind": "cli",
805
+ "name": "imagecollection_findWithGlobals",
806
+ "operation": "findWithGlobals",
807
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
808
+ },
809
+ {
810
+ "kind": "cli",
811
+ "name": "imagecollection_getByMinDimensions",
812
+ "operation": "getByMinDimensions",
813
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
814
+ },
815
+ {
816
+ "kind": "cli",
817
+ "name": "imagecollection_getByMaxDimensions",
818
+ "operation": "getByMaxDimensions",
819
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
820
+ },
821
+ {
822
+ "kind": "cli",
823
+ "name": "imagecollection_getLandscape",
824
+ "operation": "getLandscape",
825
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
826
+ },
827
+ {
828
+ "kind": "cli",
829
+ "name": "imagecollection_getPortrait",
830
+ "operation": "getPortrait",
831
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
832
+ },
833
+ {
834
+ "kind": "cli",
835
+ "name": "imagecollection_getSquare",
836
+ "operation": "getSquare",
837
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
838
+ },
839
+ {
840
+ "kind": "cli",
841
+ "name": "imagecollection_getMissingAltText",
842
+ "operation": "getMissingAltText",
843
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
844
+ },
845
+ {
846
+ "kind": "cli",
847
+ "name": "imagecollection_getHighResolution",
848
+ "operation": "getHighResolution",
849
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
850
+ },
851
+ {
852
+ "kind": "cli",
853
+ "name": "imagecollection_getByAspectRatio",
854
+ "operation": "getByAspectRatio",
855
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
856
+ },
857
+ {
858
+ "kind": "mcp",
859
+ "name": "imagecollection_findbytenant",
860
+ "operation": "findByTenant",
861
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
862
+ },
863
+ {
864
+ "kind": "mcp",
865
+ "name": "imagecollection_findglobal",
866
+ "operation": "findGlobal",
867
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
868
+ },
869
+ {
870
+ "kind": "mcp",
871
+ "name": "imagecollection_findwithglobals",
872
+ "operation": "findWithGlobals",
873
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
874
+ },
875
+ {
876
+ "kind": "mcp",
877
+ "name": "imagecollection_getbymindimensions",
878
+ "operation": "getByMinDimensions",
879
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
880
+ },
881
+ {
882
+ "kind": "mcp",
883
+ "name": "imagecollection_getbymaxdimensions",
884
+ "operation": "getByMaxDimensions",
885
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
886
+ },
887
+ {
888
+ "kind": "mcp",
889
+ "name": "imagecollection_getlandscape",
890
+ "operation": "getLandscape",
891
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
892
+ },
893
+ {
894
+ "kind": "mcp",
895
+ "name": "imagecollection_getportrait",
896
+ "operation": "getPortrait",
897
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
898
+ },
899
+ {
900
+ "kind": "mcp",
901
+ "name": "imagecollection_getsquare",
902
+ "operation": "getSquare",
903
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
904
+ },
905
+ {
906
+ "kind": "mcp",
907
+ "name": "imagecollection_getmissingalttext",
908
+ "operation": "getMissingAltText",
909
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
910
+ },
911
+ {
912
+ "kind": "mcp",
913
+ "name": "imagecollection_gethighresolution",
914
+ "operation": "getHighResolution",
915
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
916
+ },
917
+ {
918
+ "kind": "mcp",
919
+ "name": "imagecollection_getbyaspectratio",
920
+ "operation": "getByAspectRatio",
921
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
922
+ }
923
+ ],
934
924
  "relationshipFeatures": [
935
925
  "uuidColumns"
936
926
  ],
@@ -1009,6 +999,114 @@
1009
999
  "operation": "delete",
1010
1000
  "objectName": "@happyvertical/smrt-images:Image"
1011
1001
  },
1002
+ {
1003
+ "kind": "cli",
1004
+ "name": "image_getMetadata",
1005
+ "operation": "getMetadata",
1006
+ "objectName": "@happyvertical/smrt-images:Image"
1007
+ },
1008
+ {
1009
+ "kind": "cli",
1010
+ "name": "image_setMetadata",
1011
+ "operation": "setMetadata",
1012
+ "objectName": "@happyvertical/smrt-images:Image"
1013
+ },
1014
+ {
1015
+ "kind": "cli",
1016
+ "name": "image_mergeMetadata",
1017
+ "operation": "mergeMetadata",
1018
+ "objectName": "@happyvertical/smrt-images:Image"
1019
+ },
1020
+ {
1021
+ "kind": "cli",
1022
+ "name": "image_getExternalRefs",
1023
+ "operation": "getExternalRefs",
1024
+ "objectName": "@happyvertical/smrt-images:Image"
1025
+ },
1026
+ {
1027
+ "kind": "cli",
1028
+ "name": "image_getExternalRef",
1029
+ "operation": "getExternalRef",
1030
+ "objectName": "@happyvertical/smrt-images:Image"
1031
+ },
1032
+ {
1033
+ "kind": "cli",
1034
+ "name": "image_setExternalRef",
1035
+ "operation": "setExternalRef",
1036
+ "objectName": "@happyvertical/smrt-images:Image"
1037
+ },
1038
+ {
1039
+ "kind": "cli",
1040
+ "name": "image_getTags",
1041
+ "operation": "getTags",
1042
+ "objectName": "@happyvertical/smrt-images:Image"
1043
+ },
1044
+ {
1045
+ "kind": "cli",
1046
+ "name": "image_hasTag",
1047
+ "operation": "hasTag",
1048
+ "objectName": "@happyvertical/smrt-images:Image"
1049
+ },
1050
+ {
1051
+ "kind": "cli",
1052
+ "name": "image_getSource",
1053
+ "operation": "getSource",
1054
+ "objectName": "@happyvertical/smrt-images:Image"
1055
+ },
1056
+ {
1057
+ "kind": "cli",
1058
+ "name": "image_getDerivatives",
1059
+ "operation": "getDerivatives",
1060
+ "objectName": "@happyvertical/smrt-images:Image"
1061
+ },
1062
+ {
1063
+ "kind": "cli",
1064
+ "name": "image_getType",
1065
+ "operation": "getType",
1066
+ "objectName": "@happyvertical/smrt-images:Image"
1067
+ },
1068
+ {
1069
+ "kind": "cli",
1070
+ "name": "image_getStatus",
1071
+ "operation": "getStatus",
1072
+ "objectName": "@happyvertical/smrt-images:Image"
1073
+ },
1074
+ {
1075
+ "kind": "cli",
1076
+ "name": "image_getAssociations",
1077
+ "operation": "getAssociations",
1078
+ "objectName": "@happyvertical/smrt-images:Image"
1079
+ },
1080
+ {
1081
+ "kind": "cli",
1082
+ "name": "image_associateWith",
1083
+ "operation": "associateWith",
1084
+ "objectName": "@happyvertical/smrt-images:Image"
1085
+ },
1086
+ {
1087
+ "kind": "cli",
1088
+ "name": "image_getBySlug",
1089
+ "operation": "getBySlug",
1090
+ "objectName": "@happyvertical/smrt-images:Image"
1091
+ },
1092
+ {
1093
+ "kind": "cli",
1094
+ "name": "image_isValidImageFormat",
1095
+ "operation": "isValidImageFormat",
1096
+ "objectName": "@happyvertical/smrt-images:Image"
1097
+ },
1098
+ {
1099
+ "kind": "cli",
1100
+ "name": "image_isHighResolution",
1101
+ "operation": "isHighResolution",
1102
+ "objectName": "@happyvertical/smrt-images:Image"
1103
+ },
1104
+ {
1105
+ "kind": "cli",
1106
+ "name": "image_generateAltText",
1107
+ "operation": "generateAltText",
1108
+ "objectName": "@happyvertical/smrt-images:Image"
1109
+ },
1012
1110
  {
1013
1111
  "kind": "mcp",
1014
1112
  "name": "image_list",
@@ -1035,9 +1133,229 @@
1035
1133
  },
1036
1134
  {
1037
1135
  "kind": "mcp",
1038
- "name": "image_generateAltText",
1136
+ "name": "image_generatealttext",
1039
1137
  "operation": "generateAltText",
1040
1138
  "objectName": "@happyvertical/smrt-images:Image"
1139
+ },
1140
+ {
1141
+ "kind": "api",
1142
+ "name": "assets.findByTenant",
1143
+ "operation": "findByTenant",
1144
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1145
+ "path": "/assets/findByTenant",
1146
+ "method": "POST"
1147
+ },
1148
+ {
1149
+ "kind": "api",
1150
+ "name": "assets.findGlobal",
1151
+ "operation": "findGlobal",
1152
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1153
+ "path": "/assets/findGlobal",
1154
+ "method": "POST"
1155
+ },
1156
+ {
1157
+ "kind": "api",
1158
+ "name": "assets.findWithGlobals",
1159
+ "operation": "findWithGlobals",
1160
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1161
+ "path": "/assets/findWithGlobals",
1162
+ "method": "POST"
1163
+ },
1164
+ {
1165
+ "kind": "api",
1166
+ "name": "assets.getByMinDimensions",
1167
+ "operation": "getByMinDimensions",
1168
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1169
+ "path": "/assets/getByMinDimensions",
1170
+ "method": "POST"
1171
+ },
1172
+ {
1173
+ "kind": "api",
1174
+ "name": "assets.getByMaxDimensions",
1175
+ "operation": "getByMaxDimensions",
1176
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1177
+ "path": "/assets/getByMaxDimensions",
1178
+ "method": "POST"
1179
+ },
1180
+ {
1181
+ "kind": "api",
1182
+ "name": "assets.getLandscape",
1183
+ "operation": "getLandscape",
1184
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1185
+ "path": "/assets/getLandscape",
1186
+ "method": "POST"
1187
+ },
1188
+ {
1189
+ "kind": "api",
1190
+ "name": "assets.getPortrait",
1191
+ "operation": "getPortrait",
1192
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1193
+ "path": "/assets/getPortrait",
1194
+ "method": "POST"
1195
+ },
1196
+ {
1197
+ "kind": "api",
1198
+ "name": "assets.getSquare",
1199
+ "operation": "getSquare",
1200
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1201
+ "path": "/assets/getSquare",
1202
+ "method": "POST"
1203
+ },
1204
+ {
1205
+ "kind": "api",
1206
+ "name": "assets.getMissingAltText",
1207
+ "operation": "getMissingAltText",
1208
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1209
+ "path": "/assets/getMissingAltText",
1210
+ "method": "POST"
1211
+ },
1212
+ {
1213
+ "kind": "api",
1214
+ "name": "assets.getHighResolution",
1215
+ "operation": "getHighResolution",
1216
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1217
+ "path": "/assets/getHighResolution",
1218
+ "method": "POST"
1219
+ },
1220
+ {
1221
+ "kind": "api",
1222
+ "name": "assets.getByAspectRatio",
1223
+ "operation": "getByAspectRatio",
1224
+ "objectName": "@happyvertical/smrt-images:ImageCollection",
1225
+ "path": "/assets/getByAspectRatio",
1226
+ "method": "POST"
1227
+ },
1228
+ {
1229
+ "kind": "cli",
1230
+ "name": "imagecollection_findByTenant",
1231
+ "operation": "findByTenant",
1232
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1233
+ },
1234
+ {
1235
+ "kind": "cli",
1236
+ "name": "imagecollection_findGlobal",
1237
+ "operation": "findGlobal",
1238
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1239
+ },
1240
+ {
1241
+ "kind": "cli",
1242
+ "name": "imagecollection_findWithGlobals",
1243
+ "operation": "findWithGlobals",
1244
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1245
+ },
1246
+ {
1247
+ "kind": "cli",
1248
+ "name": "imagecollection_getByMinDimensions",
1249
+ "operation": "getByMinDimensions",
1250
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1251
+ },
1252
+ {
1253
+ "kind": "cli",
1254
+ "name": "imagecollection_getByMaxDimensions",
1255
+ "operation": "getByMaxDimensions",
1256
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1257
+ },
1258
+ {
1259
+ "kind": "cli",
1260
+ "name": "imagecollection_getLandscape",
1261
+ "operation": "getLandscape",
1262
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1263
+ },
1264
+ {
1265
+ "kind": "cli",
1266
+ "name": "imagecollection_getPortrait",
1267
+ "operation": "getPortrait",
1268
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1269
+ },
1270
+ {
1271
+ "kind": "cli",
1272
+ "name": "imagecollection_getSquare",
1273
+ "operation": "getSquare",
1274
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1275
+ },
1276
+ {
1277
+ "kind": "cli",
1278
+ "name": "imagecollection_getMissingAltText",
1279
+ "operation": "getMissingAltText",
1280
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1281
+ },
1282
+ {
1283
+ "kind": "cli",
1284
+ "name": "imagecollection_getHighResolution",
1285
+ "operation": "getHighResolution",
1286
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1287
+ },
1288
+ {
1289
+ "kind": "cli",
1290
+ "name": "imagecollection_getByAspectRatio",
1291
+ "operation": "getByAspectRatio",
1292
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1293
+ },
1294
+ {
1295
+ "kind": "mcp",
1296
+ "name": "imagecollection_findbytenant",
1297
+ "operation": "findByTenant",
1298
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1299
+ },
1300
+ {
1301
+ "kind": "mcp",
1302
+ "name": "imagecollection_findglobal",
1303
+ "operation": "findGlobal",
1304
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1305
+ },
1306
+ {
1307
+ "kind": "mcp",
1308
+ "name": "imagecollection_findwithglobals",
1309
+ "operation": "findWithGlobals",
1310
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1311
+ },
1312
+ {
1313
+ "kind": "mcp",
1314
+ "name": "imagecollection_getbymindimensions",
1315
+ "operation": "getByMinDimensions",
1316
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1317
+ },
1318
+ {
1319
+ "kind": "mcp",
1320
+ "name": "imagecollection_getbymaxdimensions",
1321
+ "operation": "getByMaxDimensions",
1322
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1323
+ },
1324
+ {
1325
+ "kind": "mcp",
1326
+ "name": "imagecollection_getlandscape",
1327
+ "operation": "getLandscape",
1328
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1329
+ },
1330
+ {
1331
+ "kind": "mcp",
1332
+ "name": "imagecollection_getportrait",
1333
+ "operation": "getPortrait",
1334
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1335
+ },
1336
+ {
1337
+ "kind": "mcp",
1338
+ "name": "imagecollection_getsquare",
1339
+ "operation": "getSquare",
1340
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1341
+ },
1342
+ {
1343
+ "kind": "mcp",
1344
+ "name": "imagecollection_getmissingalttext",
1345
+ "operation": "getMissingAltText",
1346
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1347
+ },
1348
+ {
1349
+ "kind": "mcp",
1350
+ "name": "imagecollection_gethighresolution",
1351
+ "operation": "getHighResolution",
1352
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1353
+ },
1354
+ {
1355
+ "kind": "mcp",
1356
+ "name": "imagecollection_getbyaspectratio",
1357
+ "operation": "getByAspectRatio",
1358
+ "objectName": "@happyvertical/smrt-images:ImageCollection"
1041
1359
  }
1042
1360
  ],
1043
1361
  "prompts": [