@happyvertical/smrt-properties 0.44.1 → 0.45.1

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-properties",
6
- "packageVersion": "0.44.1",
6
+ "packageVersion": "0.45.1",
7
7
  "sourceManifestPath": "dist/manifest.json",
8
8
  "agentDocPath": "AGENTS.md",
9
9
  "sourceHashes": {
10
- "manifest": "e999a4e7a7e98695beca6bef476f4dbb683a36b4943883b2feb5e2148482ca32",
11
- "packageJson": "8b83cee244cb1350315919acc4590b378e2471724806b1458cd181a3d5865cd6",
10
+ "manifest": "800f2d82cdf1eeb7c5c436389b90e30f2c97559f99a3a29450a49e23df000b26",
11
+ "packageJson": "592d0f42843a49f3a06723daf3078c7da08ca54b819444695534e10310ad0e87",
12
12
  "agents": "a0f6fb35fa6c32a8c94158511c5f1722e1a96c2fcc01e790ec4b424d02845743"
13
13
  },
14
14
  "exports": [
@@ -137,7 +137,208 @@
137
137
  "returns": "Promise<Property>"
138
138
  }
139
139
  ],
140
- "surfaces": [],
140
+ "surfaces": [
141
+ {
142
+ "kind": "api",
143
+ "name": "properties.findByDomain",
144
+ "operation": "findByDomain",
145
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
146
+ "path": "/properties/findByDomain",
147
+ "method": "POST"
148
+ },
149
+ {
150
+ "kind": "api",
151
+ "name": "properties.findByRepository",
152
+ "operation": "findByRepository",
153
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
154
+ "path": "/properties/findByRepository",
155
+ "method": "POST"
156
+ },
157
+ {
158
+ "kind": "api",
159
+ "name": "properties.findByOwner",
160
+ "operation": "findByOwner",
161
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
162
+ "path": "/properties/findByOwner",
163
+ "method": "POST"
164
+ },
165
+ {
166
+ "kind": "api",
167
+ "name": "properties.findActive",
168
+ "operation": "findActive",
169
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
170
+ "path": "/properties/findActive",
171
+ "method": "POST"
172
+ },
173
+ {
174
+ "kind": "api",
175
+ "name": "properties.findByStatus",
176
+ "operation": "findByStatus",
177
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
178
+ "path": "/properties/findByStatus",
179
+ "method": "POST"
180
+ },
181
+ {
182
+ "kind": "api",
183
+ "name": "properties.getOrCreateByDomain",
184
+ "operation": "getOrCreateByDomain",
185
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
186
+ "path": "/properties/getOrCreateByDomain",
187
+ "method": "POST"
188
+ },
189
+ {
190
+ "kind": "api",
191
+ "name": "properties.countByStatus",
192
+ "operation": "countByStatus",
193
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
194
+ "path": "/properties/countByStatus",
195
+ "method": "POST"
196
+ },
197
+ {
198
+ "kind": "api",
199
+ "name": "properties.findByTenant",
200
+ "operation": "findByTenant",
201
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
202
+ "path": "/properties/findByTenant",
203
+ "method": "POST"
204
+ },
205
+ {
206
+ "kind": "api",
207
+ "name": "properties.findGlobal",
208
+ "operation": "findGlobal",
209
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
210
+ "path": "/properties/findGlobal",
211
+ "method": "POST"
212
+ },
213
+ {
214
+ "kind": "api",
215
+ "name": "properties.findWithGlobals",
216
+ "operation": "findWithGlobals",
217
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
218
+ "path": "/properties/findWithGlobals",
219
+ "method": "POST"
220
+ },
221
+ {
222
+ "kind": "cli",
223
+ "name": "propertycollection_findByDomain",
224
+ "operation": "findByDomain",
225
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
226
+ },
227
+ {
228
+ "kind": "cli",
229
+ "name": "propertycollection_findByRepository",
230
+ "operation": "findByRepository",
231
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
232
+ },
233
+ {
234
+ "kind": "cli",
235
+ "name": "propertycollection_findByOwner",
236
+ "operation": "findByOwner",
237
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
238
+ },
239
+ {
240
+ "kind": "cli",
241
+ "name": "propertycollection_findActive",
242
+ "operation": "findActive",
243
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
244
+ },
245
+ {
246
+ "kind": "cli",
247
+ "name": "propertycollection_findByStatus",
248
+ "operation": "findByStatus",
249
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
250
+ },
251
+ {
252
+ "kind": "cli",
253
+ "name": "propertycollection_getOrCreateByDomain",
254
+ "operation": "getOrCreateByDomain",
255
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
256
+ },
257
+ {
258
+ "kind": "cli",
259
+ "name": "propertycollection_countByStatus",
260
+ "operation": "countByStatus",
261
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
262
+ },
263
+ {
264
+ "kind": "cli",
265
+ "name": "propertycollection_findByTenant",
266
+ "operation": "findByTenant",
267
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
268
+ },
269
+ {
270
+ "kind": "cli",
271
+ "name": "propertycollection_findGlobal",
272
+ "operation": "findGlobal",
273
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
274
+ },
275
+ {
276
+ "kind": "cli",
277
+ "name": "propertycollection_findWithGlobals",
278
+ "operation": "findWithGlobals",
279
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
280
+ },
281
+ {
282
+ "kind": "mcp",
283
+ "name": "propertycollection_findbydomain",
284
+ "operation": "findByDomain",
285
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
286
+ },
287
+ {
288
+ "kind": "mcp",
289
+ "name": "propertycollection_findbyrepository",
290
+ "operation": "findByRepository",
291
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
292
+ },
293
+ {
294
+ "kind": "mcp",
295
+ "name": "propertycollection_findbyowner",
296
+ "operation": "findByOwner",
297
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
298
+ },
299
+ {
300
+ "kind": "mcp",
301
+ "name": "propertycollection_findactive",
302
+ "operation": "findActive",
303
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
304
+ },
305
+ {
306
+ "kind": "mcp",
307
+ "name": "propertycollection_findbystatus",
308
+ "operation": "findByStatus",
309
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
310
+ },
311
+ {
312
+ "kind": "mcp",
313
+ "name": "propertycollection_getorcreatebydomain",
314
+ "operation": "getOrCreateByDomain",
315
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
316
+ },
317
+ {
318
+ "kind": "mcp",
319
+ "name": "propertycollection_countbystatus",
320
+ "operation": "countByStatus",
321
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
322
+ },
323
+ {
324
+ "kind": "mcp",
325
+ "name": "propertycollection_findbytenant",
326
+ "operation": "findByTenant",
327
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
328
+ },
329
+ {
330
+ "kind": "mcp",
331
+ "name": "propertycollection_findglobal",
332
+ "operation": "findGlobal",
333
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
334
+ },
335
+ {
336
+ "kind": "mcp",
337
+ "name": "propertycollection_findwithglobals",
338
+ "operation": "findWithGlobals",
339
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
340
+ }
341
+ ],
141
342
  "relationshipFeatures": [
142
343
  "uuidColumns"
143
344
  ],
@@ -305,485 +506,467 @@
305
506
  "returns": "Promise<Zone | null>"
306
507
  }
307
508
  ],
308
- "surfaces": [],
309
- "relationshipFeatures": [
310
- "uuidColumns"
311
- ],
312
- "tags": [],
313
- "risks": []
314
- },
315
- {
316
- "name": "Property",
317
- "qualifiedName": "@happyvertical/smrt-properties:Property",
318
- "collection": "properties",
319
- "tableName": "properties",
320
- "packageName": "@happyvertical/smrt-properties",
321
- "extends": "SmrtObject",
322
- "fields": [
509
+ "surfaces": [
323
510
  {
324
- "name": "created_at",
325
- "type": "datetime",
326
- "required": false,
327
- "columnType": "TIMESTAMP"
511
+ "kind": "api",
512
+ "name": "zones.findByProperty",
513
+ "operation": "findByProperty",
514
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
515
+ "path": "/zones/findByProperty",
516
+ "method": "POST"
328
517
  },
329
518
  {
330
- "name": "updated_at",
331
- "type": "datetime",
332
- "required": false,
333
- "columnType": "TIMESTAMP"
519
+ "kind": "api",
520
+ "name": "zones.findTopLevel",
521
+ "operation": "findTopLevel",
522
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
523
+ "path": "/zones/findTopLevel",
524
+ "method": "POST"
334
525
  },
335
526
  {
336
- "name": "tenantId",
337
- "type": "text",
338
- "required": false,
339
- "columnType": "UUID"
527
+ "kind": "api",
528
+ "name": "zones.findChildren",
529
+ "operation": "findChildren",
530
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
531
+ "path": "/zones/findChildren",
532
+ "method": "POST"
340
533
  },
341
534
  {
342
- "name": "name",
343
- "type": "text",
344
- "required": false,
345
- "columnType": "TEXT",
346
- "default": ""
535
+ "kind": "api",
536
+ "name": "zones.findByPath",
537
+ "operation": "findByPath",
538
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
539
+ "path": "/zones/findByPath",
540
+ "method": "POST"
347
541
  },
348
542
  {
349
- "name": "domain",
350
- "type": "text",
351
- "required": false,
352
- "columnType": "TEXT",
353
- "default": ""
543
+ "kind": "api",
544
+ "name": "zones.findByType",
545
+ "operation": "findByType",
546
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
547
+ "path": "/zones/findByType",
548
+ "method": "POST"
354
549
  },
355
550
  {
356
- "name": "url",
357
- "type": "text",
358
- "required": false,
359
- "columnType": "TEXT",
360
- "default": ""
551
+ "kind": "api",
552
+ "name": "zones.getTree",
553
+ "operation": "getTree",
554
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
555
+ "path": "/zones/getTree",
556
+ "method": "POST"
361
557
  },
362
558
  {
363
- "name": "description",
364
- "type": "text",
365
- "required": false,
366
- "columnType": "TEXT",
367
- "default": ""
559
+ "kind": "api",
560
+ "name": "zones.getAncestors",
561
+ "operation": "getAncestors",
562
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
563
+ "path": "/zones/getAncestors",
564
+ "method": "POST"
368
565
  },
369
566
  {
370
- "name": "repositoryId",
371
- "type": "crossPackageRef",
372
- "required": false,
373
- "related": "@happyvertical/smrt-projects:Repository",
374
- "columnType": "UUID"
567
+ "kind": "api",
568
+ "name": "zones.getDescendants",
569
+ "operation": "getDescendants",
570
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
571
+ "path": "/zones/getDescendants",
572
+ "method": "POST"
375
573
  },
376
574
  {
377
- "name": "ownerId",
378
- "type": "crossPackageRef",
379
- "required": false,
380
- "related": "@happyvertical/smrt-profiles:Profile",
381
- "columnType": "UUID"
575
+ "kind": "api",
576
+ "name": "zones.getMaxDepth",
577
+ "operation": "getMaxDepth",
578
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
579
+ "path": "/zones/getMaxDepth",
580
+ "method": "POST"
382
581
  },
383
582
  {
384
- "name": "status",
385
- "type": "text",
386
- "required": false,
387
- "columnType": "TEXT",
388
- "default": "active"
583
+ "kind": "api",
584
+ "name": "zones.findByDimensions",
585
+ "operation": "findByDimensions",
586
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
587
+ "path": "/zones/findByDimensions",
588
+ "method": "POST"
389
589
  },
390
590
  {
391
- "name": "metadata",
392
- "type": "json",
393
- "required": false,
394
- "columnType": "JSON",
395
- "default": {}
396
- }
397
- ],
398
- "relationships": [
399
- {
400
- "name": "repositoryId",
401
- "type": "crossPackageRef",
402
- "required": false,
403
- "related": "@happyvertical/smrt-projects:Repository",
404
- "columnType": "UUID"
591
+ "kind": "api",
592
+ "name": "zones.findByAllowedFormat",
593
+ "operation": "findByAllowedFormat",
594
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
595
+ "path": "/zones/findByAllowedFormat",
596
+ "method": "POST"
405
597
  },
406
598
  {
407
- "name": "ownerId",
408
- "type": "crossPackageRef",
409
- "required": false,
410
- "related": "@happyvertical/smrt-profiles:Profile",
411
- "columnType": "UUID"
412
- }
413
- ],
414
- "methods": [
415
- "_setLoadedRelationship",
416
- "claimRevision",
417
- "classifyConstraintError",
418
- "clearEmbeddings",
419
- "createZone",
420
- "delete",
421
- "describe",
422
- "destroy",
423
- "do",
424
- "executeToolCall",
425
- "forget",
426
- "forgetScope",
427
- "generateEmbeddings",
428
- "getAiUsageSnapshot",
429
- "getAvailableTools",
430
- "getEmbedding",
431
- "getFields",
432
- "getId",
433
- "getRelated",
434
- "getSavedId",
435
- "getSlug",
436
- "getZoneTree",
437
- "getZones",
438
- "hasStaleEmbeddings",
439
- "initialize",
440
- "is",
441
- "isActive",
442
- "isRelatedLoaded",
443
- "isSaved",
444
- "listAiUsage",
445
- "loadDataFromDb",
446
- "loadFromId",
447
- "loadFromSlug",
448
- "loadRelated",
449
- "loadRelatedMany",
450
- "markAsPersisted",
451
- "recall",
452
- "recallAll",
453
- "remember",
454
- "requireInsertOnSave",
455
- "resetAiUsage",
456
- "save",
457
- "summarize",
458
- "summarizeAiUsage",
459
- "toJSON",
460
- "toPlainObject",
461
- "toPublicJSON",
462
- "withDatabase",
463
- "withTransaction"
464
- ],
465
- "methodSignatures": [
599
+ "kind": "api",
600
+ "name": "zones.moveZone",
601
+ "operation": "moveZone",
602
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
603
+ "path": "/zones/moveZone",
604
+ "method": "POST"
605
+ },
466
606
  {
467
- "name": "_setLoadedRelationship",
468
- "params": [
469
- "fieldName: string",
470
- "value: any"
471
- ],
472
- "returns": "void"
607
+ "kind": "api",
608
+ "name": "zones.deleteZone",
609
+ "operation": "deleteZone",
610
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
611
+ "path": "/zones/deleteZone",
612
+ "method": "POST"
473
613
  },
474
614
  {
475
- "name": "claimRevision",
476
- "async": true,
477
- "params": [
478
- "expectedUpdatedAt: Date | string"
479
- ],
480
- "returns": "Promise"
615
+ "kind": "api",
616
+ "name": "zones.findByTenant",
617
+ "operation": "findByTenant",
618
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
619
+ "path": "/zones/findByTenant",
620
+ "method": "POST"
481
621
  },
482
622
  {
483
- "name": "classifyConstraintError",
484
- "static": true,
485
- "params": [
486
- "message: string"
487
- ],
488
- "returns": "'unique' | 'not_null' | null"
623
+ "kind": "api",
624
+ "name": "zones.findGlobal",
625
+ "operation": "findGlobal",
626
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
627
+ "path": "/zones/findGlobal",
628
+ "method": "POST"
489
629
  },
490
630
  {
491
- "name": "clearEmbeddings",
492
- "async": true,
493
- "returns": "Promise<void>"
631
+ "kind": "api",
632
+ "name": "zones.findWithGlobals",
633
+ "operation": "findWithGlobals",
634
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
635
+ "path": "/zones/findWithGlobals",
636
+ "method": "POST"
494
637
  },
495
638
  {
496
- "name": "createZone",
497
- "async": true,
498
- "params": [
499
- "options: Omit<'propertyId'>"
500
- ],
501
- "returns": "Promise"
639
+ "kind": "cli",
640
+ "name": "zonecollection_findByProperty",
641
+ "operation": "findByProperty",
642
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
502
643
  },
503
644
  {
504
- "name": "delete",
505
- "async": true,
506
- "params": [
507
- "options?: SmrtDeleteOptions"
508
- ],
509
- "returns": "Promise<void>"
645
+ "kind": "cli",
646
+ "name": "zonecollection_findTopLevel",
647
+ "operation": "findTopLevel",
648
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
510
649
  },
511
650
  {
512
- "name": "describe",
513
- "async": true,
514
- "params": [
515
- "options?: AiOperationOptions"
516
- ],
517
- "returns": "any"
651
+ "kind": "cli",
652
+ "name": "zonecollection_findChildren",
653
+ "operation": "findChildren",
654
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
518
655
  },
519
656
  {
520
- "name": "destroy",
521
- "returns": "void"
657
+ "kind": "cli",
658
+ "name": "zonecollection_findByPath",
659
+ "operation": "findByPath",
660
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
522
661
  },
523
662
  {
524
- "name": "do",
525
- "async": true,
526
- "params": [
527
- "instructions: string",
528
- "options?: AiOperationOptions"
529
- ],
530
- "returns": "any"
663
+ "kind": "cli",
664
+ "name": "zonecollection_findByType",
665
+ "operation": "findByType",
666
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
531
667
  },
532
668
  {
533
- "name": "executeToolCall",
534
- "async": true,
535
- "params": [
536
- "toolCall: ToolCall"
537
- ],
538
- "returns": "Promise<ToolCallResult>"
669
+ "kind": "cli",
670
+ "name": "zonecollection_getTree",
671
+ "operation": "getTree",
672
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
539
673
  },
540
674
  {
541
- "name": "forget",
542
- "async": true,
543
- "params": [
544
- "options: object"
545
- ],
546
- "returns": "Promise<void>"
675
+ "kind": "cli",
676
+ "name": "zonecollection_getAncestors",
677
+ "operation": "getAncestors",
678
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
547
679
  },
548
680
  {
549
- "name": "forgetScope",
550
- "async": true,
551
- "params": [
552
- "options: object"
553
- ],
554
- "returns": "Promise<number>"
681
+ "kind": "cli",
682
+ "name": "zonecollection_getDescendants",
683
+ "operation": "getDescendants",
684
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
555
685
  },
556
686
  {
557
- "name": "generateEmbeddings",
558
- "async": true,
559
- "params": [
560
- "options?: GenerateEmbeddingsOptions"
561
- ],
562
- "returns": "Promise<void>"
687
+ "kind": "cli",
688
+ "name": "zonecollection_getMaxDepth",
689
+ "operation": "getMaxDepth",
690
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
563
691
  },
564
692
  {
565
- "name": "getAiUsageSnapshot",
566
- "returns": "AiUsageSnapshot | undefined"
693
+ "kind": "cli",
694
+ "name": "zonecollection_findByDimensions",
695
+ "operation": "findByDimensions",
696
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
567
697
  },
568
698
  {
569
- "name": "getAvailableTools",
570
- "returns": "AITool[]"
699
+ "kind": "cli",
700
+ "name": "zonecollection_findByAllowedFormat",
701
+ "operation": "findByAllowedFormat",
702
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
571
703
  },
572
704
  {
573
- "name": "getEmbedding",
574
- "async": true,
575
- "params": [
576
- "fieldName: string",
577
- "model?: string"
578
- ],
579
- "returns": "Promise<number[] | null>"
705
+ "kind": "cli",
706
+ "name": "zonecollection_moveZone",
707
+ "operation": "moveZone",
708
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
580
709
  },
581
710
  {
582
- "name": "getFields",
583
- "async": true,
584
- "returns": "Promise<any>"
711
+ "kind": "cli",
712
+ "name": "zonecollection_deleteZone",
713
+ "operation": "deleteZone",
714
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
585
715
  },
586
716
  {
587
- "name": "getId",
588
- "async": true,
589
- "returns": "any"
717
+ "kind": "cli",
718
+ "name": "zonecollection_findByTenant",
719
+ "operation": "findByTenant",
720
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
590
721
  },
591
722
  {
592
- "name": "getRelated",
593
- "async": true,
594
- "params": [
595
- "fieldName: string",
596
- "opts?: LoadRelatedOptions"
597
- ],
598
- "returns": "Promise<any>"
723
+ "kind": "cli",
724
+ "name": "zonecollection_findGlobal",
725
+ "operation": "findGlobal",
726
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
599
727
  },
600
728
  {
601
- "name": "getSavedId",
602
- "async": true,
603
- "returns": "any"
729
+ "kind": "cli",
730
+ "name": "zonecollection_findWithGlobals",
731
+ "operation": "findWithGlobals",
732
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
604
733
  },
605
734
  {
606
- "name": "getSlug",
607
- "async": true,
608
- "returns": "any"
735
+ "kind": "mcp",
736
+ "name": "zonecollection_findbyproperty",
737
+ "operation": "findByProperty",
738
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
609
739
  },
610
740
  {
611
- "name": "getZones",
612
- "async": true,
613
- "returns": "Promise"
741
+ "kind": "mcp",
742
+ "name": "zonecollection_findtoplevel",
743
+ "operation": "findTopLevel",
744
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
614
745
  },
615
746
  {
616
- "name": "getZoneTree",
617
- "async": true,
618
- "returns": "Promise"
747
+ "kind": "mcp",
748
+ "name": "zonecollection_findchildren",
749
+ "operation": "findChildren",
750
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
619
751
  },
620
752
  {
621
- "name": "hasStaleEmbeddings",
622
- "async": true,
623
- "returns": "Promise<boolean>"
753
+ "kind": "mcp",
754
+ "name": "zonecollection_findbypath",
755
+ "operation": "findByPath",
756
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
624
757
  },
625
758
  {
626
- "name": "initialize",
627
- "async": true,
628
- "returns": "Promise"
759
+ "kind": "mcp",
760
+ "name": "zonecollection_findbytype",
761
+ "operation": "findByType",
762
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
629
763
  },
630
764
  {
631
- "name": "is",
632
- "async": true,
633
- "params": [
634
- "criteria: string",
635
- "options?: AiOperationOptions"
636
- ],
637
- "returns": "any"
765
+ "kind": "mcp",
766
+ "name": "zonecollection_gettree",
767
+ "operation": "getTree",
768
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
638
769
  },
639
770
  {
640
- "name": "isActive",
641
- "returns": "boolean"
771
+ "kind": "mcp",
772
+ "name": "zonecollection_getancestors",
773
+ "operation": "getAncestors",
774
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
642
775
  },
643
776
  {
644
- "name": "isRelatedLoaded",
645
- "params": [
646
- "fieldName: string"
647
- ],
648
- "returns": "boolean"
777
+ "kind": "mcp",
778
+ "name": "zonecollection_getdescendants",
779
+ "operation": "getDescendants",
780
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
649
781
  },
650
782
  {
651
- "name": "isSaved",
652
- "async": true,
653
- "returns": "any"
783
+ "kind": "mcp",
784
+ "name": "zonecollection_getmaxdepth",
785
+ "operation": "getMaxDepth",
786
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
654
787
  },
655
788
  {
656
- "name": "listAiUsage",
657
- "async": true,
658
- "params": [
659
- "options?: AiUsageListOptions"
660
- ],
661
- "returns": "Promise<SmrtAiUsageRecord[]>"
789
+ "kind": "mcp",
790
+ "name": "zonecollection_findbydimensions",
791
+ "operation": "findByDimensions",
792
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
662
793
  },
663
794
  {
664
- "name": "loadDataFromDb",
665
- "async": true,
666
- "params": [
667
- "data: Record<string>"
668
- ],
669
- "returns": "any"
795
+ "kind": "mcp",
796
+ "name": "zonecollection_findbyallowedformat",
797
+ "operation": "findByAllowedFormat",
798
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
670
799
  },
671
800
  {
672
- "name": "loadFromId",
673
- "async": true,
674
- "returns": "any"
801
+ "kind": "mcp",
802
+ "name": "zonecollection_movezone",
803
+ "operation": "moveZone",
804
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
675
805
  },
676
806
  {
677
- "name": "loadFromSlug",
678
- "async": true,
679
- "returns": "any"
807
+ "kind": "mcp",
808
+ "name": "zonecollection_deletezone",
809
+ "operation": "deleteZone",
810
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
680
811
  },
681
812
  {
682
- "name": "loadRelated",
683
- "async": true,
684
- "params": [
685
- "fieldName: string",
686
- "opts?: LoadRelatedOptions"
687
- ],
688
- "returns": "Promise<any>"
813
+ "kind": "mcp",
814
+ "name": "zonecollection_findbytenant",
815
+ "operation": "findByTenant",
816
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
689
817
  },
690
818
  {
691
- "name": "loadRelatedMany",
692
- "async": true,
693
- "params": [
694
- "fieldName: string",
695
- "opts?: LoadRelatedOptions"
696
- ],
697
- "returns": "Promise<any[]>"
819
+ "kind": "mcp",
820
+ "name": "zonecollection_findglobal",
821
+ "operation": "findGlobal",
822
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
698
823
  },
699
824
  {
700
- "name": "markAsPersisted",
701
- "returns": "void"
825
+ "kind": "mcp",
826
+ "name": "zonecollection_findwithglobals",
827
+ "operation": "findWithGlobals",
828
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
829
+ }
830
+ ],
831
+ "relationshipFeatures": [
832
+ "uuidColumns"
833
+ ],
834
+ "tags": [],
835
+ "risks": []
836
+ },
837
+ {
838
+ "name": "Property",
839
+ "qualifiedName": "@happyvertical/smrt-properties:Property",
840
+ "collection": "properties",
841
+ "tableName": "properties",
842
+ "packageName": "@happyvertical/smrt-properties",
843
+ "extends": "SmrtObject",
844
+ "fields": [
845
+ {
846
+ "name": "created_at",
847
+ "type": "datetime",
848
+ "required": false,
849
+ "columnType": "TIMESTAMP"
702
850
  },
703
851
  {
704
- "name": "recall",
705
- "async": true,
706
- "params": [
707
- "options: object"
708
- ],
709
- "returns": "Promise"
852
+ "name": "updated_at",
853
+ "type": "datetime",
854
+ "required": false,
855
+ "columnType": "TIMESTAMP"
710
856
  },
711
857
  {
712
- "name": "recallAll",
713
- "async": true,
714
- "params": [
715
- "options?: object"
716
- ],
717
- "returns": "Promise<Map<string>>"
858
+ "name": "tenantId",
859
+ "type": "text",
860
+ "required": false,
861
+ "columnType": "UUID"
718
862
  },
719
863
  {
720
- "name": "remember",
721
- "async": true,
722
- "params": [
723
- "options: object"
724
- ],
725
- "returns": "Promise<void>"
864
+ "name": "name",
865
+ "type": "text",
866
+ "required": false,
867
+ "columnType": "TEXT",
868
+ "default": ""
726
869
  },
727
870
  {
728
- "name": "requireInsertOnSave",
729
- "returns": "void"
871
+ "name": "domain",
872
+ "type": "text",
873
+ "required": false,
874
+ "columnType": "TEXT",
875
+ "default": ""
730
876
  },
731
877
  {
732
- "name": "resetAiUsage",
733
- "returns": "void"
878
+ "name": "url",
879
+ "type": "text",
880
+ "required": false,
881
+ "columnType": "TEXT",
882
+ "default": ""
734
883
  },
735
884
  {
736
- "name": "save",
737
- "async": true,
738
- "params": [
739
- "options?: SmrtSaveOptions"
740
- ],
741
- "returns": "any"
885
+ "name": "description",
886
+ "type": "text",
887
+ "required": false,
888
+ "columnType": "TEXT",
889
+ "default": ""
742
890
  },
743
891
  {
744
- "name": "summarize",
745
- "async": true,
746
- "returns": "Promise<string>"
892
+ "name": "repositoryId",
893
+ "type": "crossPackageRef",
894
+ "required": false,
895
+ "related": "@happyvertical/smrt-projects:Repository",
896
+ "columnType": "UUID"
747
897
  },
748
898
  {
749
- "name": "summarizeAiUsage",
750
- "async": true,
751
- "params": [
752
- "options?: AiUsageSummaryOptions"
753
- ],
754
- "returns": "Promise<Record<string, AiUsageStats>>"
899
+ "name": "ownerId",
900
+ "type": "crossPackageRef",
901
+ "required": false,
902
+ "related": "@happyvertical/smrt-profiles:Profile",
903
+ "columnType": "UUID"
755
904
  },
756
905
  {
757
- "name": "toJSON",
758
- "returns": "any"
906
+ "name": "status",
907
+ "type": "text",
908
+ "required": false,
909
+ "columnType": "TEXT",
910
+ "default": "active"
759
911
  },
760
912
  {
761
- "name": "toPlainObject",
762
- "returns": "Record<string>"
913
+ "name": "metadata",
914
+ "type": "json",
915
+ "required": false,
916
+ "columnType": "JSON",
917
+ "default": {}
918
+ }
919
+ ],
920
+ "relationships": [
921
+ {
922
+ "name": "repositoryId",
923
+ "type": "crossPackageRef",
924
+ "required": false,
925
+ "related": "@happyvertical/smrt-projects:Repository",
926
+ "columnType": "UUID"
763
927
  },
764
928
  {
765
- "name": "toPublicJSON",
929
+ "name": "ownerId",
930
+ "type": "crossPackageRef",
931
+ "required": false,
932
+ "related": "@happyvertical/smrt-profiles:Profile",
933
+ "columnType": "UUID"
934
+ }
935
+ ],
936
+ "methods": [
937
+ "createZone",
938
+ "getZoneTree",
939
+ "getZones",
940
+ "isActive",
941
+ "summarize"
942
+ ],
943
+ "methodSignatures": [
944
+ {
945
+ "name": "createZone",
946
+ "async": true,
766
947
  "params": [
767
- "options?: PublicJsonOptions"
948
+ "options: Omit<'propertyId'>"
768
949
  ],
769
- "returns": "Record<string>"
950
+ "returns": "Promise"
770
951
  },
771
952
  {
772
- "name": "withDatabase",
953
+ "name": "getZones",
773
954
  "async": true,
774
- "params": [
775
- "db: DatabaseInterface",
776
- "operation: Function"
777
- ],
778
- "returns": "Promise<T>"
955
+ "returns": "Promise"
779
956
  },
780
957
  {
781
- "name": "withTransaction",
958
+ "name": "getZoneTree",
782
959
  "async": true,
783
- "params": [
784
- "operation: Function"
785
- ],
786
- "returns": "Promise<T>"
960
+ "returns": "Promise"
961
+ },
962
+ {
963
+ "name": "isActive",
964
+ "returns": "boolean"
965
+ },
966
+ {
967
+ "name": "summarize",
968
+ "async": true,
969
+ "returns": "Promise<string>"
787
970
  }
788
971
  ],
789
972
  "tenant": {
@@ -869,6 +1052,36 @@
869
1052
  "operation": "delete",
870
1053
  "objectName": "@happyvertical/smrt-properties:Property"
871
1054
  },
1055
+ {
1056
+ "kind": "cli",
1057
+ "name": "property_getZones",
1058
+ "operation": "getZones",
1059
+ "objectName": "@happyvertical/smrt-properties:Property"
1060
+ },
1061
+ {
1062
+ "kind": "cli",
1063
+ "name": "property_getZoneTree",
1064
+ "operation": "getZoneTree",
1065
+ "objectName": "@happyvertical/smrt-properties:Property"
1066
+ },
1067
+ {
1068
+ "kind": "cli",
1069
+ "name": "property_createZone",
1070
+ "operation": "createZone",
1071
+ "objectName": "@happyvertical/smrt-properties:Property"
1072
+ },
1073
+ {
1074
+ "kind": "cli",
1075
+ "name": "property_isActive",
1076
+ "operation": "isActive",
1077
+ "objectName": "@happyvertical/smrt-properties:Property"
1078
+ },
1079
+ {
1080
+ "kind": "cli",
1081
+ "name": "property_summarize",
1082
+ "operation": "summarize",
1083
+ "objectName": "@happyvertical/smrt-properties:Property"
1084
+ },
872
1085
  {
873
1086
  "kind": "mcp",
874
1087
  "name": "property_list",
@@ -1188,34 +1401,644 @@
1188
1401
  "objectName": "@happyvertical/smrt-properties:Zone"
1189
1402
  },
1190
1403
  {
1191
- "kind": "mcp",
1192
- "name": "zone_list",
1193
- "operation": "list",
1404
+ "kind": "cli",
1405
+ "name": "zone_getParent",
1406
+ "operation": "getParent",
1194
1407
  "objectName": "@happyvertical/smrt-properties:Zone"
1195
1408
  },
1196
1409
  {
1197
- "kind": "mcp",
1198
- "name": "zone_get",
1199
- "operation": "get",
1410
+ "kind": "cli",
1411
+ "name": "zone_getChildren",
1412
+ "operation": "getChildren",
1200
1413
  "objectName": "@happyvertical/smrt-properties:Zone"
1201
1414
  },
1202
1415
  {
1203
- "kind": "mcp",
1204
- "name": "zone_create",
1205
- "operation": "create",
1416
+ "kind": "cli",
1417
+ "name": "zone_getAncestors",
1418
+ "operation": "getAncestors",
1206
1419
  "objectName": "@happyvertical/smrt-properties:Zone"
1207
- }
1208
- ],
1209
- "relationshipFeatures": [
1210
- "SmrtHierarchical",
1211
- "foreignKey",
1212
- "uuidColumns"
1420
+ },
1421
+ {
1422
+ "kind": "cli",
1423
+ "name": "zone_getDescendants",
1424
+ "operation": "getDescendants",
1425
+ "objectName": "@happyvertical/smrt-properties:Zone"
1426
+ },
1427
+ {
1428
+ "kind": "cli",
1429
+ "name": "zone_getHierarchy",
1430
+ "operation": "getHierarchy",
1431
+ "objectName": "@happyvertical/smrt-properties:Zone"
1432
+ },
1433
+ {
1434
+ "kind": "cli",
1435
+ "name": "zone_moveTo",
1436
+ "operation": "moveTo",
1437
+ "objectName": "@happyvertical/smrt-properties:Zone"
1438
+ },
1439
+ {
1440
+ "kind": "cli",
1441
+ "name": "zone_isTopLevel",
1442
+ "operation": "isTopLevel",
1443
+ "objectName": "@happyvertical/smrt-properties:Zone"
1444
+ },
1445
+ {
1446
+ "kind": "cli",
1447
+ "name": "zone_hasDimensions",
1448
+ "operation": "hasDimensions",
1449
+ "objectName": "@happyvertical/smrt-properties:Zone"
1450
+ },
1451
+ {
1452
+ "kind": "cli",
1453
+ "name": "zone_getDimensionString",
1454
+ "operation": "getDimensionString",
1455
+ "objectName": "@happyvertical/smrt-properties:Zone"
1456
+ },
1457
+ {
1458
+ "kind": "cli",
1459
+ "name": "zone_getProperty",
1460
+ "operation": "getProperty",
1461
+ "objectName": "@happyvertical/smrt-properties:Zone"
1462
+ },
1463
+ {
1464
+ "kind": "cli",
1465
+ "name": "zone_getFullPath",
1466
+ "operation": "getFullPath",
1467
+ "objectName": "@happyvertical/smrt-properties:Zone"
1468
+ },
1469
+ {
1470
+ "kind": "cli",
1471
+ "name": "zone_getDepth",
1472
+ "operation": "getDepth",
1473
+ "objectName": "@happyvertical/smrt-properties:Zone"
1474
+ },
1475
+ {
1476
+ "kind": "cli",
1477
+ "name": "zone_createChild",
1478
+ "operation": "createChild",
1479
+ "objectName": "@happyvertical/smrt-properties:Zone"
1480
+ },
1481
+ {
1482
+ "kind": "cli",
1483
+ "name": "zone_toTreeNode",
1484
+ "operation": "toTreeNode",
1485
+ "objectName": "@happyvertical/smrt-properties:Zone"
1486
+ },
1487
+ {
1488
+ "kind": "cli",
1489
+ "name": "zone_isFormatAllowed",
1490
+ "operation": "isFormatAllowed",
1491
+ "objectName": "@happyvertical/smrt-properties:Zone"
1492
+ },
1493
+ {
1494
+ "kind": "mcp",
1495
+ "name": "zone_list",
1496
+ "operation": "list",
1497
+ "objectName": "@happyvertical/smrt-properties:Zone"
1498
+ },
1499
+ {
1500
+ "kind": "mcp",
1501
+ "name": "zone_get",
1502
+ "operation": "get",
1503
+ "objectName": "@happyvertical/smrt-properties:Zone"
1504
+ },
1505
+ {
1506
+ "kind": "mcp",
1507
+ "name": "zone_create",
1508
+ "operation": "create",
1509
+ "objectName": "@happyvertical/smrt-properties:Zone"
1510
+ }
1511
+ ],
1512
+ "relationshipFeatures": [
1513
+ "SmrtHierarchical",
1514
+ "foreignKey",
1515
+ "uuidColumns"
1213
1516
  ],
1214
1517
  "tags": [],
1215
1518
  "risks": []
1216
1519
  }
1217
1520
  ],
1218
1521
  "surfaces": [
1522
+ {
1523
+ "kind": "api",
1524
+ "name": "properties.findByDomain",
1525
+ "operation": "findByDomain",
1526
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1527
+ "path": "/properties/findByDomain",
1528
+ "method": "POST"
1529
+ },
1530
+ {
1531
+ "kind": "api",
1532
+ "name": "properties.findByRepository",
1533
+ "operation": "findByRepository",
1534
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1535
+ "path": "/properties/findByRepository",
1536
+ "method": "POST"
1537
+ },
1538
+ {
1539
+ "kind": "api",
1540
+ "name": "properties.findByOwner",
1541
+ "operation": "findByOwner",
1542
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1543
+ "path": "/properties/findByOwner",
1544
+ "method": "POST"
1545
+ },
1546
+ {
1547
+ "kind": "api",
1548
+ "name": "properties.findActive",
1549
+ "operation": "findActive",
1550
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1551
+ "path": "/properties/findActive",
1552
+ "method": "POST"
1553
+ },
1554
+ {
1555
+ "kind": "api",
1556
+ "name": "properties.findByStatus",
1557
+ "operation": "findByStatus",
1558
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1559
+ "path": "/properties/findByStatus",
1560
+ "method": "POST"
1561
+ },
1562
+ {
1563
+ "kind": "api",
1564
+ "name": "properties.getOrCreateByDomain",
1565
+ "operation": "getOrCreateByDomain",
1566
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1567
+ "path": "/properties/getOrCreateByDomain",
1568
+ "method": "POST"
1569
+ },
1570
+ {
1571
+ "kind": "api",
1572
+ "name": "properties.countByStatus",
1573
+ "operation": "countByStatus",
1574
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1575
+ "path": "/properties/countByStatus",
1576
+ "method": "POST"
1577
+ },
1578
+ {
1579
+ "kind": "api",
1580
+ "name": "properties.findByTenant",
1581
+ "operation": "findByTenant",
1582
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1583
+ "path": "/properties/findByTenant",
1584
+ "method": "POST"
1585
+ },
1586
+ {
1587
+ "kind": "api",
1588
+ "name": "properties.findGlobal",
1589
+ "operation": "findGlobal",
1590
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1591
+ "path": "/properties/findGlobal",
1592
+ "method": "POST"
1593
+ },
1594
+ {
1595
+ "kind": "api",
1596
+ "name": "properties.findWithGlobals",
1597
+ "operation": "findWithGlobals",
1598
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection",
1599
+ "path": "/properties/findWithGlobals",
1600
+ "method": "POST"
1601
+ },
1602
+ {
1603
+ "kind": "cli",
1604
+ "name": "propertycollection_findByDomain",
1605
+ "operation": "findByDomain",
1606
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1607
+ },
1608
+ {
1609
+ "kind": "cli",
1610
+ "name": "propertycollection_findByRepository",
1611
+ "operation": "findByRepository",
1612
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1613
+ },
1614
+ {
1615
+ "kind": "cli",
1616
+ "name": "propertycollection_findByOwner",
1617
+ "operation": "findByOwner",
1618
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1619
+ },
1620
+ {
1621
+ "kind": "cli",
1622
+ "name": "propertycollection_findActive",
1623
+ "operation": "findActive",
1624
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1625
+ },
1626
+ {
1627
+ "kind": "cli",
1628
+ "name": "propertycollection_findByStatus",
1629
+ "operation": "findByStatus",
1630
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1631
+ },
1632
+ {
1633
+ "kind": "cli",
1634
+ "name": "propertycollection_getOrCreateByDomain",
1635
+ "operation": "getOrCreateByDomain",
1636
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1637
+ },
1638
+ {
1639
+ "kind": "cli",
1640
+ "name": "propertycollection_countByStatus",
1641
+ "operation": "countByStatus",
1642
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1643
+ },
1644
+ {
1645
+ "kind": "cli",
1646
+ "name": "propertycollection_findByTenant",
1647
+ "operation": "findByTenant",
1648
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1649
+ },
1650
+ {
1651
+ "kind": "cli",
1652
+ "name": "propertycollection_findGlobal",
1653
+ "operation": "findGlobal",
1654
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1655
+ },
1656
+ {
1657
+ "kind": "cli",
1658
+ "name": "propertycollection_findWithGlobals",
1659
+ "operation": "findWithGlobals",
1660
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1661
+ },
1662
+ {
1663
+ "kind": "mcp",
1664
+ "name": "propertycollection_findbydomain",
1665
+ "operation": "findByDomain",
1666
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1667
+ },
1668
+ {
1669
+ "kind": "mcp",
1670
+ "name": "propertycollection_findbyrepository",
1671
+ "operation": "findByRepository",
1672
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1673
+ },
1674
+ {
1675
+ "kind": "mcp",
1676
+ "name": "propertycollection_findbyowner",
1677
+ "operation": "findByOwner",
1678
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1679
+ },
1680
+ {
1681
+ "kind": "mcp",
1682
+ "name": "propertycollection_findactive",
1683
+ "operation": "findActive",
1684
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1685
+ },
1686
+ {
1687
+ "kind": "mcp",
1688
+ "name": "propertycollection_findbystatus",
1689
+ "operation": "findByStatus",
1690
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1691
+ },
1692
+ {
1693
+ "kind": "mcp",
1694
+ "name": "propertycollection_getorcreatebydomain",
1695
+ "operation": "getOrCreateByDomain",
1696
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1697
+ },
1698
+ {
1699
+ "kind": "mcp",
1700
+ "name": "propertycollection_countbystatus",
1701
+ "operation": "countByStatus",
1702
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1703
+ },
1704
+ {
1705
+ "kind": "mcp",
1706
+ "name": "propertycollection_findbytenant",
1707
+ "operation": "findByTenant",
1708
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1709
+ },
1710
+ {
1711
+ "kind": "mcp",
1712
+ "name": "propertycollection_findglobal",
1713
+ "operation": "findGlobal",
1714
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1715
+ },
1716
+ {
1717
+ "kind": "mcp",
1718
+ "name": "propertycollection_findwithglobals",
1719
+ "operation": "findWithGlobals",
1720
+ "objectName": "@happyvertical/smrt-properties:PropertyCollection"
1721
+ },
1722
+ {
1723
+ "kind": "api",
1724
+ "name": "zones.findByProperty",
1725
+ "operation": "findByProperty",
1726
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1727
+ "path": "/zones/findByProperty",
1728
+ "method": "POST"
1729
+ },
1730
+ {
1731
+ "kind": "api",
1732
+ "name": "zones.findTopLevel",
1733
+ "operation": "findTopLevel",
1734
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1735
+ "path": "/zones/findTopLevel",
1736
+ "method": "POST"
1737
+ },
1738
+ {
1739
+ "kind": "api",
1740
+ "name": "zones.findChildren",
1741
+ "operation": "findChildren",
1742
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1743
+ "path": "/zones/findChildren",
1744
+ "method": "POST"
1745
+ },
1746
+ {
1747
+ "kind": "api",
1748
+ "name": "zones.findByPath",
1749
+ "operation": "findByPath",
1750
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1751
+ "path": "/zones/findByPath",
1752
+ "method": "POST"
1753
+ },
1754
+ {
1755
+ "kind": "api",
1756
+ "name": "zones.findByType",
1757
+ "operation": "findByType",
1758
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1759
+ "path": "/zones/findByType",
1760
+ "method": "POST"
1761
+ },
1762
+ {
1763
+ "kind": "api",
1764
+ "name": "zones.getTree",
1765
+ "operation": "getTree",
1766
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1767
+ "path": "/zones/getTree",
1768
+ "method": "POST"
1769
+ },
1770
+ {
1771
+ "kind": "api",
1772
+ "name": "zones.getAncestors",
1773
+ "operation": "getAncestors",
1774
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1775
+ "path": "/zones/getAncestors",
1776
+ "method": "POST"
1777
+ },
1778
+ {
1779
+ "kind": "api",
1780
+ "name": "zones.getDescendants",
1781
+ "operation": "getDescendants",
1782
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1783
+ "path": "/zones/getDescendants",
1784
+ "method": "POST"
1785
+ },
1786
+ {
1787
+ "kind": "api",
1788
+ "name": "zones.getMaxDepth",
1789
+ "operation": "getMaxDepth",
1790
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1791
+ "path": "/zones/getMaxDepth",
1792
+ "method": "POST"
1793
+ },
1794
+ {
1795
+ "kind": "api",
1796
+ "name": "zones.findByDimensions",
1797
+ "operation": "findByDimensions",
1798
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1799
+ "path": "/zones/findByDimensions",
1800
+ "method": "POST"
1801
+ },
1802
+ {
1803
+ "kind": "api",
1804
+ "name": "zones.findByAllowedFormat",
1805
+ "operation": "findByAllowedFormat",
1806
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1807
+ "path": "/zones/findByAllowedFormat",
1808
+ "method": "POST"
1809
+ },
1810
+ {
1811
+ "kind": "api",
1812
+ "name": "zones.moveZone",
1813
+ "operation": "moveZone",
1814
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1815
+ "path": "/zones/moveZone",
1816
+ "method": "POST"
1817
+ },
1818
+ {
1819
+ "kind": "api",
1820
+ "name": "zones.deleteZone",
1821
+ "operation": "deleteZone",
1822
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1823
+ "path": "/zones/deleteZone",
1824
+ "method": "POST"
1825
+ },
1826
+ {
1827
+ "kind": "api",
1828
+ "name": "zones.findByTenant",
1829
+ "operation": "findByTenant",
1830
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1831
+ "path": "/zones/findByTenant",
1832
+ "method": "POST"
1833
+ },
1834
+ {
1835
+ "kind": "api",
1836
+ "name": "zones.findGlobal",
1837
+ "operation": "findGlobal",
1838
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1839
+ "path": "/zones/findGlobal",
1840
+ "method": "POST"
1841
+ },
1842
+ {
1843
+ "kind": "api",
1844
+ "name": "zones.findWithGlobals",
1845
+ "operation": "findWithGlobals",
1846
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection",
1847
+ "path": "/zones/findWithGlobals",
1848
+ "method": "POST"
1849
+ },
1850
+ {
1851
+ "kind": "cli",
1852
+ "name": "zonecollection_findByProperty",
1853
+ "operation": "findByProperty",
1854
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1855
+ },
1856
+ {
1857
+ "kind": "cli",
1858
+ "name": "zonecollection_findTopLevel",
1859
+ "operation": "findTopLevel",
1860
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1861
+ },
1862
+ {
1863
+ "kind": "cli",
1864
+ "name": "zonecollection_findChildren",
1865
+ "operation": "findChildren",
1866
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1867
+ },
1868
+ {
1869
+ "kind": "cli",
1870
+ "name": "zonecollection_findByPath",
1871
+ "operation": "findByPath",
1872
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1873
+ },
1874
+ {
1875
+ "kind": "cli",
1876
+ "name": "zonecollection_findByType",
1877
+ "operation": "findByType",
1878
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1879
+ },
1880
+ {
1881
+ "kind": "cli",
1882
+ "name": "zonecollection_getTree",
1883
+ "operation": "getTree",
1884
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1885
+ },
1886
+ {
1887
+ "kind": "cli",
1888
+ "name": "zonecollection_getAncestors",
1889
+ "operation": "getAncestors",
1890
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1891
+ },
1892
+ {
1893
+ "kind": "cli",
1894
+ "name": "zonecollection_getDescendants",
1895
+ "operation": "getDescendants",
1896
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1897
+ },
1898
+ {
1899
+ "kind": "cli",
1900
+ "name": "zonecollection_getMaxDepth",
1901
+ "operation": "getMaxDepth",
1902
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1903
+ },
1904
+ {
1905
+ "kind": "cli",
1906
+ "name": "zonecollection_findByDimensions",
1907
+ "operation": "findByDimensions",
1908
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1909
+ },
1910
+ {
1911
+ "kind": "cli",
1912
+ "name": "zonecollection_findByAllowedFormat",
1913
+ "operation": "findByAllowedFormat",
1914
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1915
+ },
1916
+ {
1917
+ "kind": "cli",
1918
+ "name": "zonecollection_moveZone",
1919
+ "operation": "moveZone",
1920
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1921
+ },
1922
+ {
1923
+ "kind": "cli",
1924
+ "name": "zonecollection_deleteZone",
1925
+ "operation": "deleteZone",
1926
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1927
+ },
1928
+ {
1929
+ "kind": "cli",
1930
+ "name": "zonecollection_findByTenant",
1931
+ "operation": "findByTenant",
1932
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1933
+ },
1934
+ {
1935
+ "kind": "cli",
1936
+ "name": "zonecollection_findGlobal",
1937
+ "operation": "findGlobal",
1938
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1939
+ },
1940
+ {
1941
+ "kind": "cli",
1942
+ "name": "zonecollection_findWithGlobals",
1943
+ "operation": "findWithGlobals",
1944
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1945
+ },
1946
+ {
1947
+ "kind": "mcp",
1948
+ "name": "zonecollection_findbyproperty",
1949
+ "operation": "findByProperty",
1950
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1951
+ },
1952
+ {
1953
+ "kind": "mcp",
1954
+ "name": "zonecollection_findtoplevel",
1955
+ "operation": "findTopLevel",
1956
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1957
+ },
1958
+ {
1959
+ "kind": "mcp",
1960
+ "name": "zonecollection_findchildren",
1961
+ "operation": "findChildren",
1962
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1963
+ },
1964
+ {
1965
+ "kind": "mcp",
1966
+ "name": "zonecollection_findbypath",
1967
+ "operation": "findByPath",
1968
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1969
+ },
1970
+ {
1971
+ "kind": "mcp",
1972
+ "name": "zonecollection_findbytype",
1973
+ "operation": "findByType",
1974
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1975
+ },
1976
+ {
1977
+ "kind": "mcp",
1978
+ "name": "zonecollection_gettree",
1979
+ "operation": "getTree",
1980
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1981
+ },
1982
+ {
1983
+ "kind": "mcp",
1984
+ "name": "zonecollection_getancestors",
1985
+ "operation": "getAncestors",
1986
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1987
+ },
1988
+ {
1989
+ "kind": "mcp",
1990
+ "name": "zonecollection_getdescendants",
1991
+ "operation": "getDescendants",
1992
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1993
+ },
1994
+ {
1995
+ "kind": "mcp",
1996
+ "name": "zonecollection_getmaxdepth",
1997
+ "operation": "getMaxDepth",
1998
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
1999
+ },
2000
+ {
2001
+ "kind": "mcp",
2002
+ "name": "zonecollection_findbydimensions",
2003
+ "operation": "findByDimensions",
2004
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2005
+ },
2006
+ {
2007
+ "kind": "mcp",
2008
+ "name": "zonecollection_findbyallowedformat",
2009
+ "operation": "findByAllowedFormat",
2010
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2011
+ },
2012
+ {
2013
+ "kind": "mcp",
2014
+ "name": "zonecollection_movezone",
2015
+ "operation": "moveZone",
2016
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2017
+ },
2018
+ {
2019
+ "kind": "mcp",
2020
+ "name": "zonecollection_deletezone",
2021
+ "operation": "deleteZone",
2022
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2023
+ },
2024
+ {
2025
+ "kind": "mcp",
2026
+ "name": "zonecollection_findbytenant",
2027
+ "operation": "findByTenant",
2028
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2029
+ },
2030
+ {
2031
+ "kind": "mcp",
2032
+ "name": "zonecollection_findglobal",
2033
+ "operation": "findGlobal",
2034
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2035
+ },
2036
+ {
2037
+ "kind": "mcp",
2038
+ "name": "zonecollection_findwithglobals",
2039
+ "operation": "findWithGlobals",
2040
+ "objectName": "@happyvertical/smrt-properties:ZoneCollection"
2041
+ },
1219
2042
  {
1220
2043
  "kind": "api",
1221
2044
  "name": "properties.list",
@@ -1286,6 +2109,36 @@
1286
2109
  "operation": "delete",
1287
2110
  "objectName": "@happyvertical/smrt-properties:Property"
1288
2111
  },
2112
+ {
2113
+ "kind": "cli",
2114
+ "name": "property_getZones",
2115
+ "operation": "getZones",
2116
+ "objectName": "@happyvertical/smrt-properties:Property"
2117
+ },
2118
+ {
2119
+ "kind": "cli",
2120
+ "name": "property_getZoneTree",
2121
+ "operation": "getZoneTree",
2122
+ "objectName": "@happyvertical/smrt-properties:Property"
2123
+ },
2124
+ {
2125
+ "kind": "cli",
2126
+ "name": "property_createZone",
2127
+ "operation": "createZone",
2128
+ "objectName": "@happyvertical/smrt-properties:Property"
2129
+ },
2130
+ {
2131
+ "kind": "cli",
2132
+ "name": "property_isActive",
2133
+ "operation": "isActive",
2134
+ "objectName": "@happyvertical/smrt-properties:Property"
2135
+ },
2136
+ {
2137
+ "kind": "cli",
2138
+ "name": "property_summarize",
2139
+ "operation": "summarize",
2140
+ "objectName": "@happyvertical/smrt-properties:Property"
2141
+ },
1289
2142
  {
1290
2143
  "kind": "mcp",
1291
2144
  "name": "property_list",
@@ -1374,6 +2227,96 @@
1374
2227
  "operation": "delete",
1375
2228
  "objectName": "@happyvertical/smrt-properties:Zone"
1376
2229
  },
2230
+ {
2231
+ "kind": "cli",
2232
+ "name": "zone_getParent",
2233
+ "operation": "getParent",
2234
+ "objectName": "@happyvertical/smrt-properties:Zone"
2235
+ },
2236
+ {
2237
+ "kind": "cli",
2238
+ "name": "zone_getChildren",
2239
+ "operation": "getChildren",
2240
+ "objectName": "@happyvertical/smrt-properties:Zone"
2241
+ },
2242
+ {
2243
+ "kind": "cli",
2244
+ "name": "zone_getAncestors",
2245
+ "operation": "getAncestors",
2246
+ "objectName": "@happyvertical/smrt-properties:Zone"
2247
+ },
2248
+ {
2249
+ "kind": "cli",
2250
+ "name": "zone_getDescendants",
2251
+ "operation": "getDescendants",
2252
+ "objectName": "@happyvertical/smrt-properties:Zone"
2253
+ },
2254
+ {
2255
+ "kind": "cli",
2256
+ "name": "zone_getHierarchy",
2257
+ "operation": "getHierarchy",
2258
+ "objectName": "@happyvertical/smrt-properties:Zone"
2259
+ },
2260
+ {
2261
+ "kind": "cli",
2262
+ "name": "zone_moveTo",
2263
+ "operation": "moveTo",
2264
+ "objectName": "@happyvertical/smrt-properties:Zone"
2265
+ },
2266
+ {
2267
+ "kind": "cli",
2268
+ "name": "zone_isTopLevel",
2269
+ "operation": "isTopLevel",
2270
+ "objectName": "@happyvertical/smrt-properties:Zone"
2271
+ },
2272
+ {
2273
+ "kind": "cli",
2274
+ "name": "zone_hasDimensions",
2275
+ "operation": "hasDimensions",
2276
+ "objectName": "@happyvertical/smrt-properties:Zone"
2277
+ },
2278
+ {
2279
+ "kind": "cli",
2280
+ "name": "zone_getDimensionString",
2281
+ "operation": "getDimensionString",
2282
+ "objectName": "@happyvertical/smrt-properties:Zone"
2283
+ },
2284
+ {
2285
+ "kind": "cli",
2286
+ "name": "zone_getProperty",
2287
+ "operation": "getProperty",
2288
+ "objectName": "@happyvertical/smrt-properties:Zone"
2289
+ },
2290
+ {
2291
+ "kind": "cli",
2292
+ "name": "zone_getFullPath",
2293
+ "operation": "getFullPath",
2294
+ "objectName": "@happyvertical/smrt-properties:Zone"
2295
+ },
2296
+ {
2297
+ "kind": "cli",
2298
+ "name": "zone_getDepth",
2299
+ "operation": "getDepth",
2300
+ "objectName": "@happyvertical/smrt-properties:Zone"
2301
+ },
2302
+ {
2303
+ "kind": "cli",
2304
+ "name": "zone_createChild",
2305
+ "operation": "createChild",
2306
+ "objectName": "@happyvertical/smrt-properties:Zone"
2307
+ },
2308
+ {
2309
+ "kind": "cli",
2310
+ "name": "zone_toTreeNode",
2311
+ "operation": "toTreeNode",
2312
+ "objectName": "@happyvertical/smrt-properties:Zone"
2313
+ },
2314
+ {
2315
+ "kind": "cli",
2316
+ "name": "zone_isFormatAllowed",
2317
+ "operation": "isFormatAllowed",
2318
+ "objectName": "@happyvertical/smrt-properties:Zone"
2319
+ },
1377
2320
  {
1378
2321
  "kind": "mcp",
1379
2322
  "name": "zone_list",