@happyvertical/smrt-properties 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 +1319 -373
- package/package.json +6 -6
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-properties",
|
|
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": "3de15aa46936b1fc05e0f43da74350c74f3425a74b8ba5f3fe7fe7f1e113a3c8",
|
|
11
|
+
"packageJson": "7fa087ced794940070dc1937a07386f810dd31fd6c6dca0a8a4ecffcac87ba9f",
|
|
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,482 +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
|
-
"
|
|
325
|
-
"
|
|
326
|
-
"
|
|
327
|
-
"
|
|
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
|
-
"
|
|
331
|
-
"
|
|
332
|
-
"
|
|
333
|
-
"
|
|
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
|
-
"
|
|
337
|
-
"
|
|
338
|
-
"
|
|
339
|
-
"
|
|
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
|
-
"
|
|
343
|
-
"
|
|
344
|
-
"
|
|
345
|
-
"
|
|
346
|
-
"
|
|
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
|
-
"
|
|
350
|
-
"
|
|
351
|
-
"
|
|
352
|
-
"
|
|
353
|
-
"
|
|
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
|
-
"
|
|
357
|
-
"
|
|
358
|
-
"
|
|
359
|
-
"
|
|
360
|
-
"
|
|
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
|
-
"
|
|
364
|
-
"
|
|
365
|
-
"
|
|
366
|
-
"
|
|
367
|
-
"
|
|
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
|
-
"
|
|
371
|
-
"
|
|
372
|
-
"
|
|
373
|
-
"
|
|
374
|
-
"
|
|
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
|
-
"
|
|
378
|
-
"
|
|
379
|
-
"
|
|
380
|
-
"
|
|
381
|
-
"
|
|
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
|
-
"
|
|
385
|
-
"
|
|
386
|
-
"
|
|
387
|
-
"
|
|
388
|
-
"
|
|
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
|
-
"
|
|
392
|
-
"
|
|
393
|
-
"
|
|
394
|
-
"
|
|
395
|
-
"
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
"relationships": [
|
|
591
|
+
"kind": "api",
|
|
592
|
+
"name": "zones.findByAllowedFormat",
|
|
593
|
+
"operation": "findByAllowedFormat",
|
|
594
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
595
|
+
"path": "/zones/findByAllowedFormat",
|
|
596
|
+
"method": "POST"
|
|
597
|
+
},
|
|
399
598
|
{
|
|
400
|
-
"
|
|
401
|
-
"
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
599
|
+
"kind": "api",
|
|
600
|
+
"name": "zones.moveZone",
|
|
601
|
+
"operation": "moveZone",
|
|
602
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
603
|
+
"path": "/zones/moveZone",
|
|
604
|
+
"method": "POST"
|
|
405
605
|
},
|
|
406
606
|
{
|
|
407
|
-
"
|
|
408
|
-
"
|
|
409
|
-
"
|
|
410
|
-
"
|
|
411
|
-
"
|
|
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": [
|
|
607
|
+
"kind": "api",
|
|
608
|
+
"name": "zones.deleteZone",
|
|
609
|
+
"operation": "deleteZone",
|
|
610
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
611
|
+
"path": "/zones/deleteZone",
|
|
612
|
+
"method": "POST"
|
|
613
|
+
},
|
|
466
614
|
{
|
|
467
|
-
"
|
|
468
|
-
"
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
"
|
|
615
|
+
"kind": "api",
|
|
616
|
+
"name": "zones.findByTenant",
|
|
617
|
+
"operation": "findByTenant",
|
|
618
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
619
|
+
"path": "/zones/findByTenant",
|
|
620
|
+
"method": "POST"
|
|
473
621
|
},
|
|
474
622
|
{
|
|
475
|
-
"
|
|
476
|
-
"
|
|
477
|
-
"
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
"
|
|
623
|
+
"kind": "api",
|
|
624
|
+
"name": "zones.findGlobal",
|
|
625
|
+
"operation": "findGlobal",
|
|
626
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
627
|
+
"path": "/zones/findGlobal",
|
|
628
|
+
"method": "POST"
|
|
481
629
|
},
|
|
482
630
|
{
|
|
483
|
-
"
|
|
484
|
-
"
|
|
485
|
-
"
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
"
|
|
631
|
+
"kind": "api",
|
|
632
|
+
"name": "zones.findWithGlobals",
|
|
633
|
+
"operation": "findWithGlobals",
|
|
634
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection",
|
|
635
|
+
"path": "/zones/findWithGlobals",
|
|
636
|
+
"method": "POST"
|
|
489
637
|
},
|
|
490
638
|
{
|
|
491
|
-
"
|
|
492
|
-
"
|
|
493
|
-
"
|
|
639
|
+
"kind": "cli",
|
|
640
|
+
"name": "zonecollection_findByProperty",
|
|
641
|
+
"operation": "findByProperty",
|
|
642
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
494
643
|
},
|
|
495
644
|
{
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"
|
|
499
|
-
|
|
500
|
-
],
|
|
501
|
-
"returns": "Promise"
|
|
645
|
+
"kind": "cli",
|
|
646
|
+
"name": "zonecollection_findTopLevel",
|
|
647
|
+
"operation": "findTopLevel",
|
|
648
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
502
649
|
},
|
|
503
650
|
{
|
|
504
|
-
"
|
|
505
|
-
"
|
|
506
|
-
"
|
|
651
|
+
"kind": "cli",
|
|
652
|
+
"name": "zonecollection_findChildren",
|
|
653
|
+
"operation": "findChildren",
|
|
654
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
507
655
|
},
|
|
508
656
|
{
|
|
509
|
-
"
|
|
510
|
-
"
|
|
511
|
-
"
|
|
512
|
-
|
|
513
|
-
],
|
|
514
|
-
"returns": "any"
|
|
657
|
+
"kind": "cli",
|
|
658
|
+
"name": "zonecollection_findByPath",
|
|
659
|
+
"operation": "findByPath",
|
|
660
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
515
661
|
},
|
|
516
662
|
{
|
|
517
|
-
"
|
|
518
|
-
"
|
|
663
|
+
"kind": "cli",
|
|
664
|
+
"name": "zonecollection_findByType",
|
|
665
|
+
"operation": "findByType",
|
|
666
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
519
667
|
},
|
|
520
668
|
{
|
|
521
|
-
"
|
|
522
|
-
"
|
|
523
|
-
"
|
|
524
|
-
|
|
525
|
-
"options?: AiOperationOptions"
|
|
526
|
-
],
|
|
527
|
-
"returns": "any"
|
|
669
|
+
"kind": "cli",
|
|
670
|
+
"name": "zonecollection_getTree",
|
|
671
|
+
"operation": "getTree",
|
|
672
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
528
673
|
},
|
|
529
674
|
{
|
|
530
|
-
"
|
|
531
|
-
"
|
|
532
|
-
"
|
|
533
|
-
|
|
534
|
-
],
|
|
535
|
-
"returns": "Promise<ToolCallResult>"
|
|
675
|
+
"kind": "cli",
|
|
676
|
+
"name": "zonecollection_getAncestors",
|
|
677
|
+
"operation": "getAncestors",
|
|
678
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
536
679
|
},
|
|
537
680
|
{
|
|
538
|
-
"
|
|
539
|
-
"
|
|
540
|
-
"
|
|
541
|
-
|
|
542
|
-
],
|
|
543
|
-
"returns": "Promise<void>"
|
|
681
|
+
"kind": "cli",
|
|
682
|
+
"name": "zonecollection_getDescendants",
|
|
683
|
+
"operation": "getDescendants",
|
|
684
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
544
685
|
},
|
|
545
686
|
{
|
|
546
|
-
"
|
|
547
|
-
"
|
|
548
|
-
"
|
|
549
|
-
|
|
550
|
-
],
|
|
551
|
-
"returns": "Promise<number>"
|
|
687
|
+
"kind": "cli",
|
|
688
|
+
"name": "zonecollection_getMaxDepth",
|
|
689
|
+
"operation": "getMaxDepth",
|
|
690
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
552
691
|
},
|
|
553
692
|
{
|
|
554
|
-
"
|
|
555
|
-
"
|
|
556
|
-
"
|
|
557
|
-
|
|
558
|
-
],
|
|
559
|
-
"returns": "Promise<void>"
|
|
693
|
+
"kind": "cli",
|
|
694
|
+
"name": "zonecollection_findByDimensions",
|
|
695
|
+
"operation": "findByDimensions",
|
|
696
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
560
697
|
},
|
|
561
698
|
{
|
|
562
|
-
"
|
|
563
|
-
"
|
|
699
|
+
"kind": "cli",
|
|
700
|
+
"name": "zonecollection_findByAllowedFormat",
|
|
701
|
+
"operation": "findByAllowedFormat",
|
|
702
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
564
703
|
},
|
|
565
704
|
{
|
|
566
|
-
"
|
|
567
|
-
"
|
|
705
|
+
"kind": "cli",
|
|
706
|
+
"name": "zonecollection_moveZone",
|
|
707
|
+
"operation": "moveZone",
|
|
708
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
568
709
|
},
|
|
569
710
|
{
|
|
570
|
-
"
|
|
571
|
-
"
|
|
572
|
-
"
|
|
573
|
-
|
|
574
|
-
"model?: string"
|
|
575
|
-
],
|
|
576
|
-
"returns": "Promise<number[] | null>"
|
|
711
|
+
"kind": "cli",
|
|
712
|
+
"name": "zonecollection_deleteZone",
|
|
713
|
+
"operation": "deleteZone",
|
|
714
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
577
715
|
},
|
|
578
716
|
{
|
|
579
|
-
"
|
|
580
|
-
"
|
|
581
|
-
"
|
|
717
|
+
"kind": "cli",
|
|
718
|
+
"name": "zonecollection_findByTenant",
|
|
719
|
+
"operation": "findByTenant",
|
|
720
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
582
721
|
},
|
|
583
722
|
{
|
|
584
|
-
"
|
|
585
|
-
"
|
|
586
|
-
"
|
|
723
|
+
"kind": "cli",
|
|
724
|
+
"name": "zonecollection_findGlobal",
|
|
725
|
+
"operation": "findGlobal",
|
|
726
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
587
727
|
},
|
|
588
728
|
{
|
|
589
|
-
"
|
|
590
|
-
"
|
|
591
|
-
"
|
|
592
|
-
|
|
593
|
-
"opts?: LoadRelatedOptions"
|
|
594
|
-
],
|
|
595
|
-
"returns": "Promise<any>"
|
|
729
|
+
"kind": "cli",
|
|
730
|
+
"name": "zonecollection_findWithGlobals",
|
|
731
|
+
"operation": "findWithGlobals",
|
|
732
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
596
733
|
},
|
|
597
734
|
{
|
|
598
|
-
"
|
|
599
|
-
"
|
|
600
|
-
"
|
|
735
|
+
"kind": "mcp",
|
|
736
|
+
"name": "zonecollection_findbyproperty",
|
|
737
|
+
"operation": "findByProperty",
|
|
738
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
601
739
|
},
|
|
602
740
|
{
|
|
603
|
-
"
|
|
604
|
-
"
|
|
605
|
-
"
|
|
741
|
+
"kind": "mcp",
|
|
742
|
+
"name": "zonecollection_findtoplevel",
|
|
743
|
+
"operation": "findTopLevel",
|
|
744
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
606
745
|
},
|
|
607
746
|
{
|
|
608
|
-
"
|
|
609
|
-
"
|
|
610
|
-
"
|
|
747
|
+
"kind": "mcp",
|
|
748
|
+
"name": "zonecollection_findchildren",
|
|
749
|
+
"operation": "findChildren",
|
|
750
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
611
751
|
},
|
|
612
752
|
{
|
|
613
|
-
"
|
|
614
|
-
"
|
|
615
|
-
"
|
|
753
|
+
"kind": "mcp",
|
|
754
|
+
"name": "zonecollection_findbypath",
|
|
755
|
+
"operation": "findByPath",
|
|
756
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
616
757
|
},
|
|
617
758
|
{
|
|
618
|
-
"
|
|
619
|
-
"
|
|
620
|
-
"
|
|
759
|
+
"kind": "mcp",
|
|
760
|
+
"name": "zonecollection_findbytype",
|
|
761
|
+
"operation": "findByType",
|
|
762
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
621
763
|
},
|
|
622
764
|
{
|
|
623
|
-
"
|
|
624
|
-
"
|
|
625
|
-
"
|
|
765
|
+
"kind": "mcp",
|
|
766
|
+
"name": "zonecollection_gettree",
|
|
767
|
+
"operation": "getTree",
|
|
768
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
626
769
|
},
|
|
627
770
|
{
|
|
628
|
-
"
|
|
629
|
-
"
|
|
630
|
-
"
|
|
631
|
-
|
|
632
|
-
"options?: AiOperationOptions"
|
|
633
|
-
],
|
|
634
|
-
"returns": "any"
|
|
771
|
+
"kind": "mcp",
|
|
772
|
+
"name": "zonecollection_getancestors",
|
|
773
|
+
"operation": "getAncestors",
|
|
774
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
635
775
|
},
|
|
636
776
|
{
|
|
637
|
-
"
|
|
638
|
-
"
|
|
777
|
+
"kind": "mcp",
|
|
778
|
+
"name": "zonecollection_getdescendants",
|
|
779
|
+
"operation": "getDescendants",
|
|
780
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
639
781
|
},
|
|
640
782
|
{
|
|
641
|
-
"
|
|
642
|
-
"
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
"returns": "boolean"
|
|
783
|
+
"kind": "mcp",
|
|
784
|
+
"name": "zonecollection_getmaxdepth",
|
|
785
|
+
"operation": "getMaxDepth",
|
|
786
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
646
787
|
},
|
|
647
788
|
{
|
|
648
|
-
"
|
|
649
|
-
"
|
|
650
|
-
"
|
|
789
|
+
"kind": "mcp",
|
|
790
|
+
"name": "zonecollection_findbydimensions",
|
|
791
|
+
"operation": "findByDimensions",
|
|
792
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
651
793
|
},
|
|
652
794
|
{
|
|
653
|
-
"
|
|
654
|
-
"
|
|
655
|
-
"
|
|
656
|
-
|
|
657
|
-
],
|
|
658
|
-
"returns": "Promise<SmrtAiUsageRecord[]>"
|
|
795
|
+
"kind": "mcp",
|
|
796
|
+
"name": "zonecollection_findbyallowedformat",
|
|
797
|
+
"operation": "findByAllowedFormat",
|
|
798
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
659
799
|
},
|
|
660
800
|
{
|
|
661
|
-
"
|
|
662
|
-
"
|
|
663
|
-
"
|
|
664
|
-
|
|
665
|
-
],
|
|
666
|
-
"returns": "any"
|
|
801
|
+
"kind": "mcp",
|
|
802
|
+
"name": "zonecollection_movezone",
|
|
803
|
+
"operation": "moveZone",
|
|
804
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
667
805
|
},
|
|
668
806
|
{
|
|
669
|
-
"
|
|
670
|
-
"
|
|
671
|
-
"
|
|
807
|
+
"kind": "mcp",
|
|
808
|
+
"name": "zonecollection_deletezone",
|
|
809
|
+
"operation": "deleteZone",
|
|
810
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
672
811
|
},
|
|
673
812
|
{
|
|
674
|
-
"
|
|
675
|
-
"
|
|
676
|
-
"
|
|
813
|
+
"kind": "mcp",
|
|
814
|
+
"name": "zonecollection_findbytenant",
|
|
815
|
+
"operation": "findByTenant",
|
|
816
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
677
817
|
},
|
|
678
818
|
{
|
|
679
|
-
"
|
|
680
|
-
"
|
|
681
|
-
"
|
|
682
|
-
|
|
683
|
-
"opts?: LoadRelatedOptions"
|
|
684
|
-
],
|
|
685
|
-
"returns": "Promise<any>"
|
|
819
|
+
"kind": "mcp",
|
|
820
|
+
"name": "zonecollection_findglobal",
|
|
821
|
+
"operation": "findGlobal",
|
|
822
|
+
"objectName": "@happyvertical/smrt-properties:ZoneCollection"
|
|
686
823
|
},
|
|
687
824
|
{
|
|
688
|
-
"
|
|
689
|
-
"
|
|
690
|
-
"
|
|
691
|
-
|
|
692
|
-
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
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": [
|
|
696
845
|
{
|
|
697
|
-
"name": "
|
|
698
|
-
"
|
|
846
|
+
"name": "created_at",
|
|
847
|
+
"type": "datetime",
|
|
848
|
+
"required": false,
|
|
849
|
+
"columnType": "TIMESTAMP"
|
|
699
850
|
},
|
|
700
851
|
{
|
|
701
|
-
"name": "
|
|
702
|
-
"
|
|
703
|
-
"
|
|
704
|
-
|
|
705
|
-
],
|
|
706
|
-
"returns": "Promise"
|
|
852
|
+
"name": "updated_at",
|
|
853
|
+
"type": "datetime",
|
|
854
|
+
"required": false,
|
|
855
|
+
"columnType": "TIMESTAMP"
|
|
707
856
|
},
|
|
708
857
|
{
|
|
709
|
-
"name": "
|
|
710
|
-
"
|
|
711
|
-
"
|
|
712
|
-
|
|
713
|
-
],
|
|
714
|
-
"returns": "Promise<Map<string>>"
|
|
858
|
+
"name": "tenantId",
|
|
859
|
+
"type": "text",
|
|
860
|
+
"required": false,
|
|
861
|
+
"columnType": "UUID"
|
|
715
862
|
},
|
|
716
863
|
{
|
|
717
|
-
"name": "
|
|
718
|
-
"
|
|
719
|
-
"
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
"returns": "Promise<void>"
|
|
864
|
+
"name": "name",
|
|
865
|
+
"type": "text",
|
|
866
|
+
"required": false,
|
|
867
|
+
"columnType": "TEXT",
|
|
868
|
+
"default": ""
|
|
723
869
|
},
|
|
724
870
|
{
|
|
725
|
-
"name": "
|
|
726
|
-
"
|
|
871
|
+
"name": "domain",
|
|
872
|
+
"type": "text",
|
|
873
|
+
"required": false,
|
|
874
|
+
"columnType": "TEXT",
|
|
875
|
+
"default": ""
|
|
727
876
|
},
|
|
728
877
|
{
|
|
729
|
-
"name": "
|
|
730
|
-
"
|
|
878
|
+
"name": "url",
|
|
879
|
+
"type": "text",
|
|
880
|
+
"required": false,
|
|
881
|
+
"columnType": "TEXT",
|
|
882
|
+
"default": ""
|
|
731
883
|
},
|
|
732
884
|
{
|
|
733
|
-
"name": "
|
|
734
|
-
"
|
|
735
|
-
"
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
"returns": "any"
|
|
885
|
+
"name": "description",
|
|
886
|
+
"type": "text",
|
|
887
|
+
"required": false,
|
|
888
|
+
"columnType": "TEXT",
|
|
889
|
+
"default": ""
|
|
739
890
|
},
|
|
740
891
|
{
|
|
741
|
-
"name": "
|
|
742
|
-
"
|
|
743
|
-
"
|
|
892
|
+
"name": "repositoryId",
|
|
893
|
+
"type": "crossPackageRef",
|
|
894
|
+
"required": false,
|
|
895
|
+
"related": "@happyvertical/smrt-projects:Repository",
|
|
896
|
+
"columnType": "UUID"
|
|
744
897
|
},
|
|
745
898
|
{
|
|
746
|
-
"name": "
|
|
747
|
-
"
|
|
748
|
-
"
|
|
749
|
-
|
|
750
|
-
|
|
751
|
-
"returns": "Promise<Record<string, AiUsageStats>>"
|
|
899
|
+
"name": "ownerId",
|
|
900
|
+
"type": "crossPackageRef",
|
|
901
|
+
"required": false,
|
|
902
|
+
"related": "@happyvertical/smrt-profiles:Profile",
|
|
903
|
+
"columnType": "UUID"
|
|
752
904
|
},
|
|
753
905
|
{
|
|
754
|
-
"name": "
|
|
755
|
-
"
|
|
906
|
+
"name": "status",
|
|
907
|
+
"type": "text",
|
|
908
|
+
"required": false,
|
|
909
|
+
"columnType": "TEXT",
|
|
910
|
+
"default": "active"
|
|
756
911
|
},
|
|
757
912
|
{
|
|
758
|
-
"name": "
|
|
759
|
-
"
|
|
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"
|
|
760
927
|
},
|
|
761
928
|
{
|
|
762
|
-
"name": "
|
|
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,
|
|
763
947
|
"params": [
|
|
764
|
-
"options
|
|
948
|
+
"options: Omit<'propertyId'>"
|
|
765
949
|
],
|
|
766
|
-
"returns": "
|
|
950
|
+
"returns": "Promise"
|
|
767
951
|
},
|
|
768
952
|
{
|
|
769
|
-
"name": "
|
|
953
|
+
"name": "getZones",
|
|
770
954
|
"async": true,
|
|
771
|
-
"
|
|
772
|
-
"db: DatabaseInterface",
|
|
773
|
-
"operation: Function"
|
|
774
|
-
],
|
|
775
|
-
"returns": "Promise<T>"
|
|
955
|
+
"returns": "Promise"
|
|
776
956
|
},
|
|
777
957
|
{
|
|
778
|
-
"name": "
|
|
958
|
+
"name": "getZoneTree",
|
|
779
959
|
"async": true,
|
|
780
|
-
"
|
|
781
|
-
|
|
782
|
-
|
|
783
|
-
"
|
|
960
|
+
"returns": "Promise"
|
|
961
|
+
},
|
|
962
|
+
{
|
|
963
|
+
"name": "isActive",
|
|
964
|
+
"returns": "boolean"
|
|
965
|
+
},
|
|
966
|
+
{
|
|
967
|
+
"name": "summarize",
|
|
968
|
+
"async": true,
|
|
969
|
+
"returns": "Promise<string>"
|
|
784
970
|
}
|
|
785
971
|
],
|
|
786
972
|
"tenant": {
|
|
@@ -866,6 +1052,36 @@
|
|
|
866
1052
|
"operation": "delete",
|
|
867
1053
|
"objectName": "@happyvertical/smrt-properties:Property"
|
|
868
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
|
+
},
|
|
869
1085
|
{
|
|
870
1086
|
"kind": "mcp",
|
|
871
1087
|
"name": "property_list",
|
|
@@ -1185,34 +1401,644 @@
|
|
|
1185
1401
|
"objectName": "@happyvertical/smrt-properties:Zone"
|
|
1186
1402
|
},
|
|
1187
1403
|
{
|
|
1188
|
-
"kind": "
|
|
1189
|
-
"name": "
|
|
1190
|
-
"operation": "
|
|
1404
|
+
"kind": "cli",
|
|
1405
|
+
"name": "zone_getParent",
|
|
1406
|
+
"operation": "getParent",
|
|
1191
1407
|
"objectName": "@happyvertical/smrt-properties:Zone"
|
|
1192
1408
|
},
|
|
1193
1409
|
{
|
|
1194
|
-
"kind": "
|
|
1195
|
-
"name": "
|
|
1196
|
-
"operation": "
|
|
1410
|
+
"kind": "cli",
|
|
1411
|
+
"name": "zone_getChildren",
|
|
1412
|
+
"operation": "getChildren",
|
|
1197
1413
|
"objectName": "@happyvertical/smrt-properties:Zone"
|
|
1198
1414
|
},
|
|
1199
1415
|
{
|
|
1200
|
-
"kind": "
|
|
1201
|
-
"name": "
|
|
1202
|
-
"operation": "
|
|
1416
|
+
"kind": "cli",
|
|
1417
|
+
"name": "zone_getAncestors",
|
|
1418
|
+
"operation": "getAncestors",
|
|
1203
1419
|
"objectName": "@happyvertical/smrt-properties:Zone"
|
|
1204
|
-
}
|
|
1205
|
-
|
|
1206
|
-
|
|
1207
|
-
|
|
1208
|
-
|
|
1209
|
-
|
|
1210
|
-
|
|
1211
|
-
|
|
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"
|
|
1516
|
+
],
|
|
1517
|
+
"tags": [],
|
|
1212
1518
|
"risks": []
|
|
1213
1519
|
}
|
|
1214
1520
|
],
|
|
1215
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
|
+
},
|
|
1216
2042
|
{
|
|
1217
2043
|
"kind": "api",
|
|
1218
2044
|
"name": "properties.list",
|
|
@@ -1283,6 +2109,36 @@
|
|
|
1283
2109
|
"operation": "delete",
|
|
1284
2110
|
"objectName": "@happyvertical/smrt-properties:Property"
|
|
1285
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
|
+
},
|
|
1286
2142
|
{
|
|
1287
2143
|
"kind": "mcp",
|
|
1288
2144
|
"name": "property_list",
|
|
@@ -1371,6 +2227,96 @@
|
|
|
1371
2227
|
"operation": "delete",
|
|
1372
2228
|
"objectName": "@happyvertical/smrt-properties:Zone"
|
|
1373
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
|
+
},
|
|
1374
2320
|
{
|
|
1375
2321
|
"kind": "mcp",
|
|
1376
2322
|
"name": "zone_list",
|