@happyvertical/smrt-images 0.44.0 → 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.
- package/dist/index.js +1 -1
- package/dist/manifest.json +1 -543
- package/dist/smrt-knowledge.json +665 -344
- package/package.json +9 -9
package/dist/smrt-knowledge.json
CHANGED
|
@@ -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.
|
|
6
|
+
"packageVersion": "0.45.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
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,103 +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
|
-
"returns": "Promise<void>"
|
|
360
|
-
},
|
|
361
|
-
{
|
|
362
|
-
"name": "describe",
|
|
363
|
-
"async": true,
|
|
364
|
-
"params": [
|
|
365
|
-
"options?: AiOperationOptions"
|
|
366
|
-
],
|
|
367
|
-
"returns": "any"
|
|
368
|
-
},
|
|
369
|
-
{
|
|
370
|
-
"name": "destroy",
|
|
371
|
-
"returns": "void"
|
|
372
|
-
},
|
|
373
|
-
{
|
|
374
|
-
"name": "do",
|
|
375
|
-
"async": true,
|
|
376
|
-
"params": [
|
|
377
|
-
"instructions: string",
|
|
378
|
-
"options?: AiOperationOptions"
|
|
379
|
-
],
|
|
380
|
-
"returns": "any"
|
|
381
|
-
},
|
|
382
|
-
{
|
|
383
|
-
"name": "executeToolCall",
|
|
384
|
-
"async": true,
|
|
385
|
-
"params": [
|
|
386
|
-
"toolCall: ToolCall"
|
|
387
|
-
],
|
|
388
|
-
"returns": "Promise<ToolCallResult>"
|
|
389
|
-
},
|
|
390
|
-
{
|
|
391
|
-
"name": "forget",
|
|
392
|
-
"async": true,
|
|
393
|
-
"params": [
|
|
394
|
-
"options: object"
|
|
395
|
-
],
|
|
396
|
-
"returns": "Promise<void>"
|
|
397
|
-
},
|
|
398
|
-
{
|
|
399
|
-
"name": "forgetScope",
|
|
400
|
-
"async": true,
|
|
401
|
-
"params": [
|
|
402
|
-
"options: object"
|
|
403
|
-
],
|
|
404
|
-
"returns": "Promise<number>"
|
|
405
|
-
},
|
|
406
283
|
{
|
|
407
284
|
"name": "generateAltText",
|
|
408
285
|
"async": true,
|
|
409
286
|
"returns": "Promise<string>"
|
|
410
287
|
},
|
|
411
|
-
{
|
|
412
|
-
"name": "generateEmbeddings",
|
|
413
|
-
"async": true,
|
|
414
|
-
"params": [
|
|
415
|
-
"options?: GenerateEmbeddingsOptions"
|
|
416
|
-
],
|
|
417
|
-
"returns": "Promise<void>"
|
|
418
|
-
},
|
|
419
|
-
{
|
|
420
|
-
"name": "getAiUsageSnapshot",
|
|
421
|
-
"returns": "AiUsageSnapshot | undefined"
|
|
422
|
-
},
|
|
423
288
|
{
|
|
424
289
|
"name": "getAssociations",
|
|
425
290
|
"async": true,
|
|
426
291
|
"returns": "Promise<AssetAssociation[]>"
|
|
427
292
|
},
|
|
428
|
-
{
|
|
429
|
-
"name": "getAvailableTools",
|
|
430
|
-
"returns": "AITool[]"
|
|
431
|
-
},
|
|
432
293
|
{
|
|
433
294
|
"name": "getBySlug",
|
|
434
295
|
"async": true,
|
|
@@ -443,15 +304,6 @@
|
|
|
443
304
|
"async": true,
|
|
444
305
|
"returns": "Promise<Asset[]>"
|
|
445
306
|
},
|
|
446
|
-
{
|
|
447
|
-
"name": "getEmbedding",
|
|
448
|
-
"async": true,
|
|
449
|
-
"params": [
|
|
450
|
-
"fieldName: string",
|
|
451
|
-
"model?: string"
|
|
452
|
-
],
|
|
453
|
-
"returns": "Promise<number[] | null>"
|
|
454
|
-
},
|
|
455
307
|
{
|
|
456
308
|
"name": "getExternalRef",
|
|
457
309
|
"params": [
|
|
@@ -463,39 +315,10 @@
|
|
|
463
315
|
"name": "getExternalRefs",
|
|
464
316
|
"returns": "Record<string, AssetExternalReference>"
|
|
465
317
|
},
|
|
466
|
-
{
|
|
467
|
-
"name": "getFields",
|
|
468
|
-
"async": true,
|
|
469
|
-
"returns": "Promise<any>"
|
|
470
|
-
},
|
|
471
|
-
{
|
|
472
|
-
"name": "getId",
|
|
473
|
-
"async": true,
|
|
474
|
-
"returns": "any"
|
|
475
|
-
},
|
|
476
318
|
{
|
|
477
319
|
"name": "getMetadata",
|
|
478
320
|
"returns": "Record<string>"
|
|
479
321
|
},
|
|
480
|
-
{
|
|
481
|
-
"name": "getRelated",
|
|
482
|
-
"async": true,
|
|
483
|
-
"params": [
|
|
484
|
-
"fieldName: string",
|
|
485
|
-
"opts?: LoadRelatedOptions"
|
|
486
|
-
],
|
|
487
|
-
"returns": "Promise<any>"
|
|
488
|
-
},
|
|
489
|
-
{
|
|
490
|
-
"name": "getSavedId",
|
|
491
|
-
"async": true,
|
|
492
|
-
"returns": "any"
|
|
493
|
-
},
|
|
494
|
-
{
|
|
495
|
-
"name": "getSlug",
|
|
496
|
-
"async": true,
|
|
497
|
-
"returns": "any"
|
|
498
|
-
},
|
|
499
322
|
{
|
|
500
323
|
"name": "getSource",
|
|
501
324
|
"async": true,
|
|
@@ -516,11 +339,6 @@
|
|
|
516
339
|
"async": true,
|
|
517
340
|
"returns": "Promise<AssetType | null>"
|
|
518
341
|
},
|
|
519
|
-
{
|
|
520
|
-
"name": "hasStaleEmbeddings",
|
|
521
|
-
"async": true,
|
|
522
|
-
"returns": "Promise<boolean>"
|
|
523
|
-
},
|
|
524
342
|
{
|
|
525
343
|
"name": "hasTag",
|
|
526
344
|
"async": true,
|
|
@@ -529,88 +347,14 @@
|
|
|
529
347
|
],
|
|
530
348
|
"returns": "Promise<boolean>"
|
|
531
349
|
},
|
|
532
|
-
{
|
|
533
|
-
"name": "initialize",
|
|
534
|
-
"async": true,
|
|
535
|
-
"returns": "Promise"
|
|
536
|
-
},
|
|
537
|
-
{
|
|
538
|
-
"name": "is",
|
|
539
|
-
"async": true,
|
|
540
|
-
"params": [
|
|
541
|
-
"criteria: string",
|
|
542
|
-
"options?: AiOperationOptions"
|
|
543
|
-
],
|
|
544
|
-
"returns": "any"
|
|
545
|
-
},
|
|
546
350
|
{
|
|
547
351
|
"name": "isHighResolution",
|
|
548
352
|
"returns": "boolean"
|
|
549
353
|
},
|
|
550
|
-
{
|
|
551
|
-
"name": "isRelatedLoaded",
|
|
552
|
-
"params": [
|
|
553
|
-
"fieldName: string"
|
|
554
|
-
],
|
|
555
|
-
"returns": "boolean"
|
|
556
|
-
},
|
|
557
|
-
{
|
|
558
|
-
"name": "isSaved",
|
|
559
|
-
"async": true,
|
|
560
|
-
"returns": "any"
|
|
561
|
-
},
|
|
562
354
|
{
|
|
563
355
|
"name": "isValidImageFormat",
|
|
564
356
|
"returns": "boolean"
|
|
565
357
|
},
|
|
566
|
-
{
|
|
567
|
-
"name": "listAiUsage",
|
|
568
|
-
"async": true,
|
|
569
|
-
"params": [
|
|
570
|
-
"options?: AiUsageListOptions"
|
|
571
|
-
],
|
|
572
|
-
"returns": "Promise<SmrtAiUsageRecord[]>"
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "loadDataFromDb",
|
|
576
|
-
"async": true,
|
|
577
|
-
"params": [
|
|
578
|
-
"data: Record<string>"
|
|
579
|
-
],
|
|
580
|
-
"returns": "any"
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "loadFromId",
|
|
584
|
-
"async": true,
|
|
585
|
-
"returns": "any"
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"name": "loadFromSlug",
|
|
589
|
-
"async": true,
|
|
590
|
-
"returns": "any"
|
|
591
|
-
},
|
|
592
|
-
{
|
|
593
|
-
"name": "loadRelated",
|
|
594
|
-
"async": true,
|
|
595
|
-
"params": [
|
|
596
|
-
"fieldName: string",
|
|
597
|
-
"opts?: LoadRelatedOptions"
|
|
598
|
-
],
|
|
599
|
-
"returns": "Promise<any>"
|
|
600
|
-
},
|
|
601
|
-
{
|
|
602
|
-
"name": "loadRelatedMany",
|
|
603
|
-
"async": true,
|
|
604
|
-
"params": [
|
|
605
|
-
"fieldName: string",
|
|
606
|
-
"opts?: LoadRelatedOptions"
|
|
607
|
-
],
|
|
608
|
-
"returns": "Promise<any[]>"
|
|
609
|
-
},
|
|
610
|
-
{
|
|
611
|
-
"name": "markAsPersisted",
|
|
612
|
-
"returns": "void"
|
|
613
|
-
},
|
|
614
358
|
{
|
|
615
359
|
"name": "mergeMetadata",
|
|
616
360
|
"params": [
|
|
@@ -618,46 +362,6 @@
|
|
|
618
362
|
],
|
|
619
363
|
"returns": "void"
|
|
620
364
|
},
|
|
621
|
-
{
|
|
622
|
-
"name": "recall",
|
|
623
|
-
"async": true,
|
|
624
|
-
"params": [
|
|
625
|
-
"options: object"
|
|
626
|
-
],
|
|
627
|
-
"returns": "Promise"
|
|
628
|
-
},
|
|
629
|
-
{
|
|
630
|
-
"name": "recallAll",
|
|
631
|
-
"async": true,
|
|
632
|
-
"params": [
|
|
633
|
-
"options?: object"
|
|
634
|
-
],
|
|
635
|
-
"returns": "Promise<Map<string>>"
|
|
636
|
-
},
|
|
637
|
-
{
|
|
638
|
-
"name": "remember",
|
|
639
|
-
"async": true,
|
|
640
|
-
"params": [
|
|
641
|
-
"options: object"
|
|
642
|
-
],
|
|
643
|
-
"returns": "Promise<void>"
|
|
644
|
-
},
|
|
645
|
-
{
|
|
646
|
-
"name": "requireInsertOnSave",
|
|
647
|
-
"returns": "void"
|
|
648
|
-
},
|
|
649
|
-
{
|
|
650
|
-
"name": "resetAiUsage",
|
|
651
|
-
"returns": "void"
|
|
652
|
-
},
|
|
653
|
-
{
|
|
654
|
-
"name": "save",
|
|
655
|
-
"async": true,
|
|
656
|
-
"params": [
|
|
657
|
-
"options?: SmrtSaveOptions"
|
|
658
|
-
],
|
|
659
|
-
"returns": "any"
|
|
660
|
-
},
|
|
661
365
|
{
|
|
662
366
|
"name": "setExternalRef",
|
|
663
367
|
"params": [
|
|
@@ -672,46 +376,6 @@
|
|
|
672
376
|
"metadata: Record<string>"
|
|
673
377
|
],
|
|
674
378
|
"returns": "void"
|
|
675
|
-
},
|
|
676
|
-
{
|
|
677
|
-
"name": "summarizeAiUsage",
|
|
678
|
-
"async": true,
|
|
679
|
-
"params": [
|
|
680
|
-
"options?: AiUsageSummaryOptions"
|
|
681
|
-
],
|
|
682
|
-
"returns": "Promise<Record<string, AiUsageStats>>"
|
|
683
|
-
},
|
|
684
|
-
{
|
|
685
|
-
"name": "toJSON",
|
|
686
|
-
"returns": "any"
|
|
687
|
-
},
|
|
688
|
-
{
|
|
689
|
-
"name": "toPlainObject",
|
|
690
|
-
"returns": "Record<string>"
|
|
691
|
-
},
|
|
692
|
-
{
|
|
693
|
-
"name": "toPublicJSON",
|
|
694
|
-
"params": [
|
|
695
|
-
"options?: PublicJsonOptions"
|
|
696
|
-
],
|
|
697
|
-
"returns": "Record<string>"
|
|
698
|
-
},
|
|
699
|
-
{
|
|
700
|
-
"name": "withDatabase",
|
|
701
|
-
"async": true,
|
|
702
|
-
"params": [
|
|
703
|
-
"db: DatabaseInterface",
|
|
704
|
-
"operation: Function"
|
|
705
|
-
],
|
|
706
|
-
"returns": "Promise<T>"
|
|
707
|
-
},
|
|
708
|
-
{
|
|
709
|
-
"name": "withTransaction",
|
|
710
|
-
"async": true,
|
|
711
|
-
"params": [
|
|
712
|
-
"operation: Function"
|
|
713
|
-
],
|
|
714
|
-
"returns": "Promise<T>"
|
|
715
379
|
}
|
|
716
380
|
],
|
|
717
381
|
"tenant": {
|
|
@@ -791,6 +455,114 @@
|
|
|
791
455
|
"operation": "delete",
|
|
792
456
|
"objectName": "@happyvertical/smrt-images:Image"
|
|
793
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
|
+
},
|
|
794
566
|
{
|
|
795
567
|
"kind": "mcp",
|
|
796
568
|
"name": "image_list",
|
|
@@ -817,7 +589,7 @@
|
|
|
817
589
|
},
|
|
818
590
|
{
|
|
819
591
|
"kind": "mcp",
|
|
820
|
-
"name": "
|
|
592
|
+
"name": "image_generatealttext",
|
|
821
593
|
"operation": "generateAltText",
|
|
822
594
|
"objectName": "@happyvertical/smrt-images:Image"
|
|
823
595
|
}
|
|
@@ -927,8 +699,229 @@
|
|
|
927
699
|
"returns": "Promise<Image[]>"
|
|
928
700
|
}
|
|
929
701
|
],
|
|
930
|
-
"surfaces": [
|
|
931
|
-
|
|
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
|
+
],
|
|
924
|
+
"relationshipFeatures": [
|
|
932
925
|
"uuidColumns"
|
|
933
926
|
],
|
|
934
927
|
"tags": [],
|
|
@@ -1006,6 +999,114 @@
|
|
|
1006
999
|
"operation": "delete",
|
|
1007
1000
|
"objectName": "@happyvertical/smrt-images:Image"
|
|
1008
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
|
+
},
|
|
1009
1110
|
{
|
|
1010
1111
|
"kind": "mcp",
|
|
1011
1112
|
"name": "image_list",
|
|
@@ -1032,9 +1133,229 @@
|
|
|
1032
1133
|
},
|
|
1033
1134
|
{
|
|
1034
1135
|
"kind": "mcp",
|
|
1035
|
-
"name": "
|
|
1136
|
+
"name": "image_generatealttext",
|
|
1036
1137
|
"operation": "generateAltText",
|
|
1037
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"
|
|
1038
1359
|
}
|
|
1039
1360
|
],
|
|
1040
1361
|
"prompts": [
|