@happyvertical/smrt-video 0.36.8 → 0.37.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/manifest.json +392 -107
- package/dist/smrt-knowledge.json +19 -4
- package/package.json +9 -9
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782683618137,
|
|
4
4
|
"packageName": "@happyvertical/smrt-video",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.37.0",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-video:CharacterAsset": {
|
|
8
8
|
"name": "characterasset",
|
|
@@ -197,7 +197,7 @@
|
|
|
197
197
|
"parameters": [
|
|
198
198
|
{
|
|
199
199
|
"name": "data",
|
|
200
|
-
"type": "
|
|
200
|
+
"type": "Record<string>",
|
|
201
201
|
"optional": false
|
|
202
202
|
}
|
|
203
203
|
],
|
|
@@ -209,7 +209,7 @@
|
|
|
209
209
|
"name": "getFields",
|
|
210
210
|
"async": true,
|
|
211
211
|
"parameters": [],
|
|
212
|
-
"returnType": "any",
|
|
212
|
+
"returnType": "Promise<any>",
|
|
213
213
|
"isStatic": false,
|
|
214
214
|
"isPublic": true
|
|
215
215
|
},
|
|
@@ -318,7 +318,7 @@
|
|
|
318
318
|
},
|
|
319
319
|
{
|
|
320
320
|
"name": "options",
|
|
321
|
-
"type": "
|
|
321
|
+
"type": "AiOperationOptions",
|
|
322
322
|
"optional": true
|
|
323
323
|
}
|
|
324
324
|
],
|
|
@@ -337,7 +337,7 @@
|
|
|
337
337
|
},
|
|
338
338
|
{
|
|
339
339
|
"name": "options",
|
|
340
|
-
"type": "
|
|
340
|
+
"type": "AiOperationOptions",
|
|
341
341
|
"optional": true
|
|
342
342
|
}
|
|
343
343
|
],
|
|
@@ -351,7 +351,7 @@
|
|
|
351
351
|
"parameters": [
|
|
352
352
|
{
|
|
353
353
|
"name": "options",
|
|
354
|
-
"type": "
|
|
354
|
+
"type": "AiOperationOptions",
|
|
355
355
|
"optional": true
|
|
356
356
|
}
|
|
357
357
|
],
|
|
@@ -381,6 +381,25 @@
|
|
|
381
381
|
"isStatic": false,
|
|
382
382
|
"isPublic": true
|
|
383
383
|
},
|
|
384
|
+
"_setLoadedRelationship": {
|
|
385
|
+
"name": "_setLoadedRelationship",
|
|
386
|
+
"async": false,
|
|
387
|
+
"parameters": [
|
|
388
|
+
{
|
|
389
|
+
"name": "fieldName",
|
|
390
|
+
"type": "string",
|
|
391
|
+
"optional": false
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
"name": "value",
|
|
395
|
+
"type": "any",
|
|
396
|
+
"optional": false
|
|
397
|
+
}
|
|
398
|
+
],
|
|
399
|
+
"returnType": "void",
|
|
400
|
+
"isStatic": false,
|
|
401
|
+
"isPublic": true
|
|
402
|
+
},
|
|
384
403
|
"loadRelated": {
|
|
385
404
|
"name": "loadRelated",
|
|
386
405
|
"async": true,
|
|
@@ -484,7 +503,7 @@
|
|
|
484
503
|
"optional": false
|
|
485
504
|
}
|
|
486
505
|
],
|
|
487
|
-
"returnType": "Promise
|
|
506
|
+
"returnType": "Promise",
|
|
488
507
|
"isStatic": false,
|
|
489
508
|
"isPublic": true
|
|
490
509
|
},
|
|
@@ -498,7 +517,7 @@
|
|
|
498
517
|
"optional": true
|
|
499
518
|
}
|
|
500
519
|
],
|
|
501
|
-
"returnType": "Promise<Map<string
|
|
520
|
+
"returnType": "Promise<Map<string>>",
|
|
502
521
|
"isStatic": false,
|
|
503
522
|
"isPublic": true
|
|
504
523
|
},
|
|
@@ -1448,7 +1467,7 @@
|
|
|
1448
1467
|
"parameters": [
|
|
1449
1468
|
{
|
|
1450
1469
|
"name": "data",
|
|
1451
|
-
"type": "
|
|
1470
|
+
"type": "Record<string>",
|
|
1452
1471
|
"optional": false
|
|
1453
1472
|
}
|
|
1454
1473
|
],
|
|
@@ -1460,7 +1479,7 @@
|
|
|
1460
1479
|
"name": "getFields",
|
|
1461
1480
|
"async": true,
|
|
1462
1481
|
"parameters": [],
|
|
1463
|
-
"returnType": "any",
|
|
1482
|
+
"returnType": "Promise<any>",
|
|
1464
1483
|
"isStatic": false,
|
|
1465
1484
|
"isPublic": true
|
|
1466
1485
|
},
|
|
@@ -1569,7 +1588,7 @@
|
|
|
1569
1588
|
},
|
|
1570
1589
|
{
|
|
1571
1590
|
"name": "options",
|
|
1572
|
-
"type": "
|
|
1591
|
+
"type": "AiOperationOptions",
|
|
1573
1592
|
"optional": true
|
|
1574
1593
|
}
|
|
1575
1594
|
],
|
|
@@ -1588,7 +1607,7 @@
|
|
|
1588
1607
|
},
|
|
1589
1608
|
{
|
|
1590
1609
|
"name": "options",
|
|
1591
|
-
"type": "
|
|
1610
|
+
"type": "AiOperationOptions",
|
|
1592
1611
|
"optional": true
|
|
1593
1612
|
}
|
|
1594
1613
|
],
|
|
@@ -1602,7 +1621,7 @@
|
|
|
1602
1621
|
"parameters": [
|
|
1603
1622
|
{
|
|
1604
1623
|
"name": "options",
|
|
1605
|
-
"type": "
|
|
1624
|
+
"type": "AiOperationOptions",
|
|
1606
1625
|
"optional": true
|
|
1607
1626
|
}
|
|
1608
1627
|
],
|
|
@@ -1632,6 +1651,25 @@
|
|
|
1632
1651
|
"isStatic": false,
|
|
1633
1652
|
"isPublic": true
|
|
1634
1653
|
},
|
|
1654
|
+
"_setLoadedRelationship": {
|
|
1655
|
+
"name": "_setLoadedRelationship",
|
|
1656
|
+
"async": false,
|
|
1657
|
+
"parameters": [
|
|
1658
|
+
{
|
|
1659
|
+
"name": "fieldName",
|
|
1660
|
+
"type": "string",
|
|
1661
|
+
"optional": false
|
|
1662
|
+
},
|
|
1663
|
+
{
|
|
1664
|
+
"name": "value",
|
|
1665
|
+
"type": "any",
|
|
1666
|
+
"optional": false
|
|
1667
|
+
}
|
|
1668
|
+
],
|
|
1669
|
+
"returnType": "void",
|
|
1670
|
+
"isStatic": false,
|
|
1671
|
+
"isPublic": true
|
|
1672
|
+
},
|
|
1635
1673
|
"loadRelated": {
|
|
1636
1674
|
"name": "loadRelated",
|
|
1637
1675
|
"async": true,
|
|
@@ -1735,7 +1773,7 @@
|
|
|
1735
1773
|
"optional": false
|
|
1736
1774
|
}
|
|
1737
1775
|
],
|
|
1738
|
-
"returnType": "Promise
|
|
1776
|
+
"returnType": "Promise",
|
|
1739
1777
|
"isStatic": false,
|
|
1740
1778
|
"isPublic": true
|
|
1741
1779
|
},
|
|
@@ -1749,7 +1787,7 @@
|
|
|
1749
1787
|
"optional": true
|
|
1750
1788
|
}
|
|
1751
1789
|
],
|
|
1752
|
-
"returnType": "Promise<Map<string
|
|
1790
|
+
"returnType": "Promise<Map<string>>",
|
|
1753
1791
|
"isStatic": false,
|
|
1754
1792
|
"isPublic": true
|
|
1755
1793
|
},
|
|
@@ -2315,7 +2353,7 @@
|
|
|
2315
2353
|
"parameters": [
|
|
2316
2354
|
{
|
|
2317
2355
|
"name": "data",
|
|
2318
|
-
"type": "
|
|
2356
|
+
"type": "Record<string>",
|
|
2319
2357
|
"optional": false
|
|
2320
2358
|
}
|
|
2321
2359
|
],
|
|
@@ -2327,7 +2365,7 @@
|
|
|
2327
2365
|
"name": "getFields",
|
|
2328
2366
|
"async": true,
|
|
2329
2367
|
"parameters": [],
|
|
2330
|
-
"returnType": "any",
|
|
2368
|
+
"returnType": "Promise<any>",
|
|
2331
2369
|
"isStatic": false,
|
|
2332
2370
|
"isPublic": true
|
|
2333
2371
|
},
|
|
@@ -2436,7 +2474,7 @@
|
|
|
2436
2474
|
},
|
|
2437
2475
|
{
|
|
2438
2476
|
"name": "options",
|
|
2439
|
-
"type": "
|
|
2477
|
+
"type": "AiOperationOptions",
|
|
2440
2478
|
"optional": true
|
|
2441
2479
|
}
|
|
2442
2480
|
],
|
|
@@ -2455,7 +2493,7 @@
|
|
|
2455
2493
|
},
|
|
2456
2494
|
{
|
|
2457
2495
|
"name": "options",
|
|
2458
|
-
"type": "
|
|
2496
|
+
"type": "AiOperationOptions",
|
|
2459
2497
|
"optional": true
|
|
2460
2498
|
}
|
|
2461
2499
|
],
|
|
@@ -2469,7 +2507,7 @@
|
|
|
2469
2507
|
"parameters": [
|
|
2470
2508
|
{
|
|
2471
2509
|
"name": "options",
|
|
2472
|
-
"type": "
|
|
2510
|
+
"type": "AiOperationOptions",
|
|
2473
2511
|
"optional": true
|
|
2474
2512
|
}
|
|
2475
2513
|
],
|
|
@@ -2499,6 +2537,25 @@
|
|
|
2499
2537
|
"isStatic": false,
|
|
2500
2538
|
"isPublic": true
|
|
2501
2539
|
},
|
|
2540
|
+
"_setLoadedRelationship": {
|
|
2541
|
+
"name": "_setLoadedRelationship",
|
|
2542
|
+
"async": false,
|
|
2543
|
+
"parameters": [
|
|
2544
|
+
{
|
|
2545
|
+
"name": "fieldName",
|
|
2546
|
+
"type": "string",
|
|
2547
|
+
"optional": false
|
|
2548
|
+
},
|
|
2549
|
+
{
|
|
2550
|
+
"name": "value",
|
|
2551
|
+
"type": "any",
|
|
2552
|
+
"optional": false
|
|
2553
|
+
}
|
|
2554
|
+
],
|
|
2555
|
+
"returnType": "void",
|
|
2556
|
+
"isStatic": false,
|
|
2557
|
+
"isPublic": true
|
|
2558
|
+
},
|
|
2502
2559
|
"loadRelated": {
|
|
2503
2560
|
"name": "loadRelated",
|
|
2504
2561
|
"async": true,
|
|
@@ -2602,7 +2659,7 @@
|
|
|
2602
2659
|
"optional": false
|
|
2603
2660
|
}
|
|
2604
2661
|
],
|
|
2605
|
-
"returnType": "Promise
|
|
2662
|
+
"returnType": "Promise",
|
|
2606
2663
|
"isStatic": false,
|
|
2607
2664
|
"isPublic": true
|
|
2608
2665
|
},
|
|
@@ -2616,7 +2673,7 @@
|
|
|
2616
2673
|
"optional": true
|
|
2617
2674
|
}
|
|
2618
2675
|
],
|
|
2619
|
-
"returnType": "Promise<Map<string
|
|
2676
|
+
"returnType": "Promise<Map<string>>",
|
|
2620
2677
|
"isStatic": false,
|
|
2621
2678
|
"isPublic": true
|
|
2622
2679
|
},
|
|
@@ -3031,7 +3088,7 @@
|
|
|
3031
3088
|
"parameters": [
|
|
3032
3089
|
{
|
|
3033
3090
|
"name": "data",
|
|
3034
|
-
"type": "
|
|
3091
|
+
"type": "Record<string>",
|
|
3035
3092
|
"optional": false
|
|
3036
3093
|
}
|
|
3037
3094
|
],
|
|
@@ -3043,7 +3100,7 @@
|
|
|
3043
3100
|
"name": "getFields",
|
|
3044
3101
|
"async": true,
|
|
3045
3102
|
"parameters": [],
|
|
3046
|
-
"returnType": "any",
|
|
3103
|
+
"returnType": "Promise<any>",
|
|
3047
3104
|
"isStatic": false,
|
|
3048
3105
|
"isPublic": true
|
|
3049
3106
|
},
|
|
@@ -3152,7 +3209,7 @@
|
|
|
3152
3209
|
},
|
|
3153
3210
|
{
|
|
3154
3211
|
"name": "options",
|
|
3155
|
-
"type": "
|
|
3212
|
+
"type": "AiOperationOptions",
|
|
3156
3213
|
"optional": true
|
|
3157
3214
|
}
|
|
3158
3215
|
],
|
|
@@ -3171,7 +3228,7 @@
|
|
|
3171
3228
|
},
|
|
3172
3229
|
{
|
|
3173
3230
|
"name": "options",
|
|
3174
|
-
"type": "
|
|
3231
|
+
"type": "AiOperationOptions",
|
|
3175
3232
|
"optional": true
|
|
3176
3233
|
}
|
|
3177
3234
|
],
|
|
@@ -3185,7 +3242,7 @@
|
|
|
3185
3242
|
"parameters": [
|
|
3186
3243
|
{
|
|
3187
3244
|
"name": "options",
|
|
3188
|
-
"type": "
|
|
3245
|
+
"type": "AiOperationOptions",
|
|
3189
3246
|
"optional": true
|
|
3190
3247
|
}
|
|
3191
3248
|
],
|
|
@@ -3215,6 +3272,25 @@
|
|
|
3215
3272
|
"isStatic": false,
|
|
3216
3273
|
"isPublic": true
|
|
3217
3274
|
},
|
|
3275
|
+
"_setLoadedRelationship": {
|
|
3276
|
+
"name": "_setLoadedRelationship",
|
|
3277
|
+
"async": false,
|
|
3278
|
+
"parameters": [
|
|
3279
|
+
{
|
|
3280
|
+
"name": "fieldName",
|
|
3281
|
+
"type": "string",
|
|
3282
|
+
"optional": false
|
|
3283
|
+
},
|
|
3284
|
+
{
|
|
3285
|
+
"name": "value",
|
|
3286
|
+
"type": "any",
|
|
3287
|
+
"optional": false
|
|
3288
|
+
}
|
|
3289
|
+
],
|
|
3290
|
+
"returnType": "void",
|
|
3291
|
+
"isStatic": false,
|
|
3292
|
+
"isPublic": true
|
|
3293
|
+
},
|
|
3218
3294
|
"loadRelated": {
|
|
3219
3295
|
"name": "loadRelated",
|
|
3220
3296
|
"async": true,
|
|
@@ -3318,7 +3394,7 @@
|
|
|
3318
3394
|
"optional": false
|
|
3319
3395
|
}
|
|
3320
3396
|
],
|
|
3321
|
-
"returnType": "Promise
|
|
3397
|
+
"returnType": "Promise",
|
|
3322
3398
|
"isStatic": false,
|
|
3323
3399
|
"isPublic": true
|
|
3324
3400
|
},
|
|
@@ -3332,7 +3408,7 @@
|
|
|
3332
3408
|
"optional": true
|
|
3333
3409
|
}
|
|
3334
3410
|
],
|
|
3335
|
-
"returnType": "Promise<Map<string
|
|
3411
|
+
"returnType": "Promise<Map<string>>",
|
|
3336
3412
|
"isStatic": false,
|
|
3337
3413
|
"isPublic": true
|
|
3338
3414
|
},
|
|
@@ -4267,7 +4343,7 @@
|
|
|
4267
4343
|
"parameters": [
|
|
4268
4344
|
{
|
|
4269
4345
|
"name": "data",
|
|
4270
|
-
"type": "
|
|
4346
|
+
"type": "Record<string>",
|
|
4271
4347
|
"optional": false
|
|
4272
4348
|
}
|
|
4273
4349
|
],
|
|
@@ -4279,7 +4355,7 @@
|
|
|
4279
4355
|
"name": "getFields",
|
|
4280
4356
|
"async": true,
|
|
4281
4357
|
"parameters": [],
|
|
4282
|
-
"returnType": "any",
|
|
4358
|
+
"returnType": "Promise<any>",
|
|
4283
4359
|
"isStatic": false,
|
|
4284
4360
|
"isPublic": true
|
|
4285
4361
|
},
|
|
@@ -4388,7 +4464,7 @@
|
|
|
4388
4464
|
},
|
|
4389
4465
|
{
|
|
4390
4466
|
"name": "options",
|
|
4391
|
-
"type": "
|
|
4467
|
+
"type": "AiOperationOptions",
|
|
4392
4468
|
"optional": true
|
|
4393
4469
|
}
|
|
4394
4470
|
],
|
|
@@ -4407,7 +4483,7 @@
|
|
|
4407
4483
|
},
|
|
4408
4484
|
{
|
|
4409
4485
|
"name": "options",
|
|
4410
|
-
"type": "
|
|
4486
|
+
"type": "AiOperationOptions",
|
|
4411
4487
|
"optional": true
|
|
4412
4488
|
}
|
|
4413
4489
|
],
|
|
@@ -4421,7 +4497,7 @@
|
|
|
4421
4497
|
"parameters": [
|
|
4422
4498
|
{
|
|
4423
4499
|
"name": "options",
|
|
4424
|
-
"type": "
|
|
4500
|
+
"type": "AiOperationOptions",
|
|
4425
4501
|
"optional": true
|
|
4426
4502
|
}
|
|
4427
4503
|
],
|
|
@@ -4451,6 +4527,25 @@
|
|
|
4451
4527
|
"isStatic": false,
|
|
4452
4528
|
"isPublic": true
|
|
4453
4529
|
},
|
|
4530
|
+
"_setLoadedRelationship": {
|
|
4531
|
+
"name": "_setLoadedRelationship",
|
|
4532
|
+
"async": false,
|
|
4533
|
+
"parameters": [
|
|
4534
|
+
{
|
|
4535
|
+
"name": "fieldName",
|
|
4536
|
+
"type": "string",
|
|
4537
|
+
"optional": false
|
|
4538
|
+
},
|
|
4539
|
+
{
|
|
4540
|
+
"name": "value",
|
|
4541
|
+
"type": "any",
|
|
4542
|
+
"optional": false
|
|
4543
|
+
}
|
|
4544
|
+
],
|
|
4545
|
+
"returnType": "void",
|
|
4546
|
+
"isStatic": false,
|
|
4547
|
+
"isPublic": true
|
|
4548
|
+
},
|
|
4454
4549
|
"loadRelated": {
|
|
4455
4550
|
"name": "loadRelated",
|
|
4456
4551
|
"async": true,
|
|
@@ -4554,7 +4649,7 @@
|
|
|
4554
4649
|
"optional": false
|
|
4555
4650
|
}
|
|
4556
4651
|
],
|
|
4557
|
-
"returnType": "Promise
|
|
4652
|
+
"returnType": "Promise",
|
|
4558
4653
|
"isStatic": false,
|
|
4559
4654
|
"isPublic": true
|
|
4560
4655
|
},
|
|
@@ -4568,7 +4663,7 @@
|
|
|
4568
4663
|
"optional": true
|
|
4569
4664
|
}
|
|
4570
4665
|
],
|
|
4571
|
-
"returnType": "Promise<Map<string
|
|
4666
|
+
"returnType": "Promise<Map<string>>",
|
|
4572
4667
|
"isStatic": false,
|
|
4573
4668
|
"isPublic": true
|
|
4574
4669
|
},
|
|
@@ -5047,7 +5142,7 @@
|
|
|
5047
5142
|
"parameters": [
|
|
5048
5143
|
{
|
|
5049
5144
|
"name": "data",
|
|
5050
|
-
"type": "
|
|
5145
|
+
"type": "Record<string>",
|
|
5051
5146
|
"optional": false
|
|
5052
5147
|
}
|
|
5053
5148
|
],
|
|
@@ -5059,7 +5154,7 @@
|
|
|
5059
5154
|
"name": "getFields",
|
|
5060
5155
|
"async": true,
|
|
5061
5156
|
"parameters": [],
|
|
5062
|
-
"returnType": "any",
|
|
5157
|
+
"returnType": "Promise<any>",
|
|
5063
5158
|
"isStatic": false,
|
|
5064
5159
|
"isPublic": true
|
|
5065
5160
|
},
|
|
@@ -5168,7 +5263,7 @@
|
|
|
5168
5263
|
},
|
|
5169
5264
|
{
|
|
5170
5265
|
"name": "options",
|
|
5171
|
-
"type": "
|
|
5266
|
+
"type": "AiOperationOptions",
|
|
5172
5267
|
"optional": true
|
|
5173
5268
|
}
|
|
5174
5269
|
],
|
|
@@ -5187,7 +5282,7 @@
|
|
|
5187
5282
|
},
|
|
5188
5283
|
{
|
|
5189
5284
|
"name": "options",
|
|
5190
|
-
"type": "
|
|
5285
|
+
"type": "AiOperationOptions",
|
|
5191
5286
|
"optional": true
|
|
5192
5287
|
}
|
|
5193
5288
|
],
|
|
@@ -5201,7 +5296,7 @@
|
|
|
5201
5296
|
"parameters": [
|
|
5202
5297
|
{
|
|
5203
5298
|
"name": "options",
|
|
5204
|
-
"type": "
|
|
5299
|
+
"type": "AiOperationOptions",
|
|
5205
5300
|
"optional": true
|
|
5206
5301
|
}
|
|
5207
5302
|
],
|
|
@@ -5231,6 +5326,25 @@
|
|
|
5231
5326
|
"isStatic": false,
|
|
5232
5327
|
"isPublic": true
|
|
5233
5328
|
},
|
|
5329
|
+
"_setLoadedRelationship": {
|
|
5330
|
+
"name": "_setLoadedRelationship",
|
|
5331
|
+
"async": false,
|
|
5332
|
+
"parameters": [
|
|
5333
|
+
{
|
|
5334
|
+
"name": "fieldName",
|
|
5335
|
+
"type": "string",
|
|
5336
|
+
"optional": false
|
|
5337
|
+
},
|
|
5338
|
+
{
|
|
5339
|
+
"name": "value",
|
|
5340
|
+
"type": "any",
|
|
5341
|
+
"optional": false
|
|
5342
|
+
}
|
|
5343
|
+
],
|
|
5344
|
+
"returnType": "void",
|
|
5345
|
+
"isStatic": false,
|
|
5346
|
+
"isPublic": true
|
|
5347
|
+
},
|
|
5234
5348
|
"loadRelated": {
|
|
5235
5349
|
"name": "loadRelated",
|
|
5236
5350
|
"async": true,
|
|
@@ -5334,7 +5448,7 @@
|
|
|
5334
5448
|
"optional": false
|
|
5335
5449
|
}
|
|
5336
5450
|
],
|
|
5337
|
-
"returnType": "Promise
|
|
5451
|
+
"returnType": "Promise",
|
|
5338
5452
|
"isStatic": false,
|
|
5339
5453
|
"isPublic": true
|
|
5340
5454
|
},
|
|
@@ -5348,7 +5462,7 @@
|
|
|
5348
5462
|
"optional": true
|
|
5349
5463
|
}
|
|
5350
5464
|
],
|
|
5351
|
-
"returnType": "Promise<Map<string
|
|
5465
|
+
"returnType": "Promise<Map<string>>",
|
|
5352
5466
|
"isStatic": false,
|
|
5353
5467
|
"isPublic": true
|
|
5354
5468
|
},
|
|
@@ -6292,7 +6406,7 @@
|
|
|
6292
6406
|
"parameters": [
|
|
6293
6407
|
{
|
|
6294
6408
|
"name": "data",
|
|
6295
|
-
"type": "
|
|
6409
|
+
"type": "Record<string>",
|
|
6296
6410
|
"optional": false
|
|
6297
6411
|
}
|
|
6298
6412
|
],
|
|
@@ -6304,7 +6418,7 @@
|
|
|
6304
6418
|
"name": "getFields",
|
|
6305
6419
|
"async": true,
|
|
6306
6420
|
"parameters": [],
|
|
6307
|
-
"returnType": "any",
|
|
6421
|
+
"returnType": "Promise<any>",
|
|
6308
6422
|
"isStatic": false,
|
|
6309
6423
|
"isPublic": true
|
|
6310
6424
|
},
|
|
@@ -6413,7 +6527,7 @@
|
|
|
6413
6527
|
},
|
|
6414
6528
|
{
|
|
6415
6529
|
"name": "options",
|
|
6416
|
-
"type": "
|
|
6530
|
+
"type": "AiOperationOptions",
|
|
6417
6531
|
"optional": true
|
|
6418
6532
|
}
|
|
6419
6533
|
],
|
|
@@ -6432,7 +6546,7 @@
|
|
|
6432
6546
|
},
|
|
6433
6547
|
{
|
|
6434
6548
|
"name": "options",
|
|
6435
|
-
"type": "
|
|
6549
|
+
"type": "AiOperationOptions",
|
|
6436
6550
|
"optional": true
|
|
6437
6551
|
}
|
|
6438
6552
|
],
|
|
@@ -6446,7 +6560,7 @@
|
|
|
6446
6560
|
"parameters": [
|
|
6447
6561
|
{
|
|
6448
6562
|
"name": "options",
|
|
6449
|
-
"type": "
|
|
6563
|
+
"type": "AiOperationOptions",
|
|
6450
6564
|
"optional": true
|
|
6451
6565
|
}
|
|
6452
6566
|
],
|
|
@@ -6476,6 +6590,25 @@
|
|
|
6476
6590
|
"isStatic": false,
|
|
6477
6591
|
"isPublic": true
|
|
6478
6592
|
},
|
|
6593
|
+
"_setLoadedRelationship": {
|
|
6594
|
+
"name": "_setLoadedRelationship",
|
|
6595
|
+
"async": false,
|
|
6596
|
+
"parameters": [
|
|
6597
|
+
{
|
|
6598
|
+
"name": "fieldName",
|
|
6599
|
+
"type": "string",
|
|
6600
|
+
"optional": false
|
|
6601
|
+
},
|
|
6602
|
+
{
|
|
6603
|
+
"name": "value",
|
|
6604
|
+
"type": "any",
|
|
6605
|
+
"optional": false
|
|
6606
|
+
}
|
|
6607
|
+
],
|
|
6608
|
+
"returnType": "void",
|
|
6609
|
+
"isStatic": false,
|
|
6610
|
+
"isPublic": true
|
|
6611
|
+
},
|
|
6479
6612
|
"loadRelated": {
|
|
6480
6613
|
"name": "loadRelated",
|
|
6481
6614
|
"async": true,
|
|
@@ -6579,7 +6712,7 @@
|
|
|
6579
6712
|
"optional": false
|
|
6580
6713
|
}
|
|
6581
6714
|
],
|
|
6582
|
-
"returnType": "Promise
|
|
6715
|
+
"returnType": "Promise",
|
|
6583
6716
|
"isStatic": false,
|
|
6584
6717
|
"isPublic": true
|
|
6585
6718
|
},
|
|
@@ -6593,7 +6726,7 @@
|
|
|
6593
6726
|
"optional": true
|
|
6594
6727
|
}
|
|
6595
6728
|
],
|
|
6596
|
-
"returnType": "Promise<Map<string
|
|
6729
|
+
"returnType": "Promise<Map<string>>",
|
|
6597
6730
|
"isStatic": false,
|
|
6598
6731
|
"isPublic": true
|
|
6599
6732
|
},
|
|
@@ -7081,7 +7214,7 @@
|
|
|
7081
7214
|
"parameters": [
|
|
7082
7215
|
{
|
|
7083
7216
|
"name": "data",
|
|
7084
|
-
"type": "
|
|
7217
|
+
"type": "Record<string>",
|
|
7085
7218
|
"optional": false
|
|
7086
7219
|
}
|
|
7087
7220
|
],
|
|
@@ -7093,7 +7226,7 @@
|
|
|
7093
7226
|
"name": "getFields",
|
|
7094
7227
|
"async": true,
|
|
7095
7228
|
"parameters": [],
|
|
7096
|
-
"returnType": "any",
|
|
7229
|
+
"returnType": "Promise<any>",
|
|
7097
7230
|
"isStatic": false,
|
|
7098
7231
|
"isPublic": true
|
|
7099
7232
|
},
|
|
@@ -7202,7 +7335,7 @@
|
|
|
7202
7335
|
},
|
|
7203
7336
|
{
|
|
7204
7337
|
"name": "options",
|
|
7205
|
-
"type": "
|
|
7338
|
+
"type": "AiOperationOptions",
|
|
7206
7339
|
"optional": true
|
|
7207
7340
|
}
|
|
7208
7341
|
],
|
|
@@ -7221,7 +7354,7 @@
|
|
|
7221
7354
|
},
|
|
7222
7355
|
{
|
|
7223
7356
|
"name": "options",
|
|
7224
|
-
"type": "
|
|
7357
|
+
"type": "AiOperationOptions",
|
|
7225
7358
|
"optional": true
|
|
7226
7359
|
}
|
|
7227
7360
|
],
|
|
@@ -7235,7 +7368,7 @@
|
|
|
7235
7368
|
"parameters": [
|
|
7236
7369
|
{
|
|
7237
7370
|
"name": "options",
|
|
7238
|
-
"type": "
|
|
7371
|
+
"type": "AiOperationOptions",
|
|
7239
7372
|
"optional": true
|
|
7240
7373
|
}
|
|
7241
7374
|
],
|
|
@@ -7265,6 +7398,25 @@
|
|
|
7265
7398
|
"isStatic": false,
|
|
7266
7399
|
"isPublic": true
|
|
7267
7400
|
},
|
|
7401
|
+
"_setLoadedRelationship": {
|
|
7402
|
+
"name": "_setLoadedRelationship",
|
|
7403
|
+
"async": false,
|
|
7404
|
+
"parameters": [
|
|
7405
|
+
{
|
|
7406
|
+
"name": "fieldName",
|
|
7407
|
+
"type": "string",
|
|
7408
|
+
"optional": false
|
|
7409
|
+
},
|
|
7410
|
+
{
|
|
7411
|
+
"name": "value",
|
|
7412
|
+
"type": "any",
|
|
7413
|
+
"optional": false
|
|
7414
|
+
}
|
|
7415
|
+
],
|
|
7416
|
+
"returnType": "void",
|
|
7417
|
+
"isStatic": false,
|
|
7418
|
+
"isPublic": true
|
|
7419
|
+
},
|
|
7268
7420
|
"loadRelated": {
|
|
7269
7421
|
"name": "loadRelated",
|
|
7270
7422
|
"async": true,
|
|
@@ -7368,7 +7520,7 @@
|
|
|
7368
7520
|
"optional": false
|
|
7369
7521
|
}
|
|
7370
7522
|
],
|
|
7371
|
-
"returnType": "Promise
|
|
7523
|
+
"returnType": "Promise",
|
|
7372
7524
|
"isStatic": false,
|
|
7373
7525
|
"isPublic": true
|
|
7374
7526
|
},
|
|
@@ -7382,7 +7534,7 @@
|
|
|
7382
7534
|
"optional": true
|
|
7383
7535
|
}
|
|
7384
7536
|
],
|
|
7385
|
-
"returnType": "Promise<Map<string
|
|
7537
|
+
"returnType": "Promise<Map<string>>",
|
|
7386
7538
|
"isStatic": false,
|
|
7387
7539
|
"isPublic": true
|
|
7388
7540
|
},
|
|
@@ -8044,7 +8196,7 @@
|
|
|
8044
8196
|
"parameters": [
|
|
8045
8197
|
{
|
|
8046
8198
|
"name": "data",
|
|
8047
|
-
"type": "
|
|
8199
|
+
"type": "Record<string>",
|
|
8048
8200
|
"optional": false
|
|
8049
8201
|
}
|
|
8050
8202
|
],
|
|
@@ -8056,7 +8208,7 @@
|
|
|
8056
8208
|
"name": "getFields",
|
|
8057
8209
|
"async": true,
|
|
8058
8210
|
"parameters": [],
|
|
8059
|
-
"returnType": "any",
|
|
8211
|
+
"returnType": "Promise<any>",
|
|
8060
8212
|
"isStatic": false,
|
|
8061
8213
|
"isPublic": true
|
|
8062
8214
|
},
|
|
@@ -8165,7 +8317,7 @@
|
|
|
8165
8317
|
},
|
|
8166
8318
|
{
|
|
8167
8319
|
"name": "options",
|
|
8168
|
-
"type": "
|
|
8320
|
+
"type": "AiOperationOptions",
|
|
8169
8321
|
"optional": true
|
|
8170
8322
|
}
|
|
8171
8323
|
],
|
|
@@ -8184,7 +8336,7 @@
|
|
|
8184
8336
|
},
|
|
8185
8337
|
{
|
|
8186
8338
|
"name": "options",
|
|
8187
|
-
"type": "
|
|
8339
|
+
"type": "AiOperationOptions",
|
|
8188
8340
|
"optional": true
|
|
8189
8341
|
}
|
|
8190
8342
|
],
|
|
@@ -8198,7 +8350,7 @@
|
|
|
8198
8350
|
"parameters": [
|
|
8199
8351
|
{
|
|
8200
8352
|
"name": "options",
|
|
8201
|
-
"type": "
|
|
8353
|
+
"type": "AiOperationOptions",
|
|
8202
8354
|
"optional": true
|
|
8203
8355
|
}
|
|
8204
8356
|
],
|
|
@@ -8228,6 +8380,25 @@
|
|
|
8228
8380
|
"isStatic": false,
|
|
8229
8381
|
"isPublic": true
|
|
8230
8382
|
},
|
|
8383
|
+
"_setLoadedRelationship": {
|
|
8384
|
+
"name": "_setLoadedRelationship",
|
|
8385
|
+
"async": false,
|
|
8386
|
+
"parameters": [
|
|
8387
|
+
{
|
|
8388
|
+
"name": "fieldName",
|
|
8389
|
+
"type": "string",
|
|
8390
|
+
"optional": false
|
|
8391
|
+
},
|
|
8392
|
+
{
|
|
8393
|
+
"name": "value",
|
|
8394
|
+
"type": "any",
|
|
8395
|
+
"optional": false
|
|
8396
|
+
}
|
|
8397
|
+
],
|
|
8398
|
+
"returnType": "void",
|
|
8399
|
+
"isStatic": false,
|
|
8400
|
+
"isPublic": true
|
|
8401
|
+
},
|
|
8231
8402
|
"loadRelated": {
|
|
8232
8403
|
"name": "loadRelated",
|
|
8233
8404
|
"async": true,
|
|
@@ -8331,7 +8502,7 @@
|
|
|
8331
8502
|
"optional": false
|
|
8332
8503
|
}
|
|
8333
8504
|
],
|
|
8334
|
-
"returnType": "Promise
|
|
8505
|
+
"returnType": "Promise",
|
|
8335
8506
|
"isStatic": false,
|
|
8336
8507
|
"isPublic": true
|
|
8337
8508
|
},
|
|
@@ -8345,7 +8516,7 @@
|
|
|
8345
8516
|
"optional": true
|
|
8346
8517
|
}
|
|
8347
8518
|
],
|
|
8348
|
-
"returnType": "Promise<Map<string
|
|
8519
|
+
"returnType": "Promise<Map<string>>",
|
|
8349
8520
|
"isStatic": false,
|
|
8350
8521
|
"isPublic": true
|
|
8351
8522
|
},
|
|
@@ -9771,7 +9942,7 @@
|
|
|
9771
9942
|
"parameters": [
|
|
9772
9943
|
{
|
|
9773
9944
|
"name": "data",
|
|
9774
|
-
"type": "
|
|
9945
|
+
"type": "Record<string>",
|
|
9775
9946
|
"optional": false
|
|
9776
9947
|
}
|
|
9777
9948
|
],
|
|
@@ -9783,7 +9954,7 @@
|
|
|
9783
9954
|
"name": "getFields",
|
|
9784
9955
|
"async": true,
|
|
9785
9956
|
"parameters": [],
|
|
9786
|
-
"returnType": "any",
|
|
9957
|
+
"returnType": "Promise<any>",
|
|
9787
9958
|
"isStatic": false,
|
|
9788
9959
|
"isPublic": true
|
|
9789
9960
|
},
|
|
@@ -9892,7 +10063,7 @@
|
|
|
9892
10063
|
},
|
|
9893
10064
|
{
|
|
9894
10065
|
"name": "options",
|
|
9895
|
-
"type": "
|
|
10066
|
+
"type": "AiOperationOptions",
|
|
9896
10067
|
"optional": true
|
|
9897
10068
|
}
|
|
9898
10069
|
],
|
|
@@ -9911,7 +10082,7 @@
|
|
|
9911
10082
|
},
|
|
9912
10083
|
{
|
|
9913
10084
|
"name": "options",
|
|
9914
|
-
"type": "
|
|
10085
|
+
"type": "AiOperationOptions",
|
|
9915
10086
|
"optional": true
|
|
9916
10087
|
}
|
|
9917
10088
|
],
|
|
@@ -9925,7 +10096,7 @@
|
|
|
9925
10096
|
"parameters": [
|
|
9926
10097
|
{
|
|
9927
10098
|
"name": "options",
|
|
9928
|
-
"type": "
|
|
10099
|
+
"type": "AiOperationOptions",
|
|
9929
10100
|
"optional": true
|
|
9930
10101
|
}
|
|
9931
10102
|
],
|
|
@@ -9955,6 +10126,25 @@
|
|
|
9955
10126
|
"isStatic": false,
|
|
9956
10127
|
"isPublic": true
|
|
9957
10128
|
},
|
|
10129
|
+
"_setLoadedRelationship": {
|
|
10130
|
+
"name": "_setLoadedRelationship",
|
|
10131
|
+
"async": false,
|
|
10132
|
+
"parameters": [
|
|
10133
|
+
{
|
|
10134
|
+
"name": "fieldName",
|
|
10135
|
+
"type": "string",
|
|
10136
|
+
"optional": false
|
|
10137
|
+
},
|
|
10138
|
+
{
|
|
10139
|
+
"name": "value",
|
|
10140
|
+
"type": "any",
|
|
10141
|
+
"optional": false
|
|
10142
|
+
}
|
|
10143
|
+
],
|
|
10144
|
+
"returnType": "void",
|
|
10145
|
+
"isStatic": false,
|
|
10146
|
+
"isPublic": true
|
|
10147
|
+
},
|
|
9958
10148
|
"loadRelated": {
|
|
9959
10149
|
"name": "loadRelated",
|
|
9960
10150
|
"async": true,
|
|
@@ -10058,7 +10248,7 @@
|
|
|
10058
10248
|
"optional": false
|
|
10059
10249
|
}
|
|
10060
10250
|
],
|
|
10061
|
-
"returnType": "Promise
|
|
10251
|
+
"returnType": "Promise",
|
|
10062
10252
|
"isStatic": false,
|
|
10063
10253
|
"isPublic": true
|
|
10064
10254
|
},
|
|
@@ -10072,7 +10262,7 @@
|
|
|
10072
10262
|
"optional": true
|
|
10073
10263
|
}
|
|
10074
10264
|
],
|
|
10075
|
-
"returnType": "Promise<Map<string
|
|
10265
|
+
"returnType": "Promise<Map<string>>",
|
|
10076
10266
|
"isStatic": false,
|
|
10077
10267
|
"isPublic": true
|
|
10078
10268
|
},
|
|
@@ -10729,7 +10919,7 @@
|
|
|
10729
10919
|
"parameters": [
|
|
10730
10920
|
{
|
|
10731
10921
|
"name": "data",
|
|
10732
|
-
"type": "
|
|
10922
|
+
"type": "Record<string>",
|
|
10733
10923
|
"optional": false
|
|
10734
10924
|
}
|
|
10735
10925
|
],
|
|
@@ -10741,7 +10931,7 @@
|
|
|
10741
10931
|
"name": "getFields",
|
|
10742
10932
|
"async": true,
|
|
10743
10933
|
"parameters": [],
|
|
10744
|
-
"returnType": "any",
|
|
10934
|
+
"returnType": "Promise<any>",
|
|
10745
10935
|
"isStatic": false,
|
|
10746
10936
|
"isPublic": true
|
|
10747
10937
|
},
|
|
@@ -10850,7 +11040,7 @@
|
|
|
10850
11040
|
},
|
|
10851
11041
|
{
|
|
10852
11042
|
"name": "options",
|
|
10853
|
-
"type": "
|
|
11043
|
+
"type": "AiOperationOptions",
|
|
10854
11044
|
"optional": true
|
|
10855
11045
|
}
|
|
10856
11046
|
],
|
|
@@ -10869,7 +11059,7 @@
|
|
|
10869
11059
|
},
|
|
10870
11060
|
{
|
|
10871
11061
|
"name": "options",
|
|
10872
|
-
"type": "
|
|
11062
|
+
"type": "AiOperationOptions",
|
|
10873
11063
|
"optional": true
|
|
10874
11064
|
}
|
|
10875
11065
|
],
|
|
@@ -10883,7 +11073,7 @@
|
|
|
10883
11073
|
"parameters": [
|
|
10884
11074
|
{
|
|
10885
11075
|
"name": "options",
|
|
10886
|
-
"type": "
|
|
11076
|
+
"type": "AiOperationOptions",
|
|
10887
11077
|
"optional": true
|
|
10888
11078
|
}
|
|
10889
11079
|
],
|
|
@@ -10913,6 +11103,25 @@
|
|
|
10913
11103
|
"isStatic": false,
|
|
10914
11104
|
"isPublic": true
|
|
10915
11105
|
},
|
|
11106
|
+
"_setLoadedRelationship": {
|
|
11107
|
+
"name": "_setLoadedRelationship",
|
|
11108
|
+
"async": false,
|
|
11109
|
+
"parameters": [
|
|
11110
|
+
{
|
|
11111
|
+
"name": "fieldName",
|
|
11112
|
+
"type": "string",
|
|
11113
|
+
"optional": false
|
|
11114
|
+
},
|
|
11115
|
+
{
|
|
11116
|
+
"name": "value",
|
|
11117
|
+
"type": "any",
|
|
11118
|
+
"optional": false
|
|
11119
|
+
}
|
|
11120
|
+
],
|
|
11121
|
+
"returnType": "void",
|
|
11122
|
+
"isStatic": false,
|
|
11123
|
+
"isPublic": true
|
|
11124
|
+
},
|
|
10916
11125
|
"loadRelated": {
|
|
10917
11126
|
"name": "loadRelated",
|
|
10918
11127
|
"async": true,
|
|
@@ -11016,7 +11225,7 @@
|
|
|
11016
11225
|
"optional": false
|
|
11017
11226
|
}
|
|
11018
11227
|
],
|
|
11019
|
-
"returnType": "Promise
|
|
11228
|
+
"returnType": "Promise",
|
|
11020
11229
|
"isStatic": false,
|
|
11021
11230
|
"isPublic": true
|
|
11022
11231
|
},
|
|
@@ -11030,7 +11239,7 @@
|
|
|
11030
11239
|
"optional": true
|
|
11031
11240
|
}
|
|
11032
11241
|
],
|
|
11033
|
-
"returnType": "Promise<Map<string
|
|
11242
|
+
"returnType": "Promise<Map<string>>",
|
|
11034
11243
|
"isStatic": false,
|
|
11035
11244
|
"isPublic": true
|
|
11036
11245
|
},
|
|
@@ -12451,7 +12660,7 @@
|
|
|
12451
12660
|
"parameters": [
|
|
12452
12661
|
{
|
|
12453
12662
|
"name": "data",
|
|
12454
|
-
"type": "
|
|
12663
|
+
"type": "Record<string>",
|
|
12455
12664
|
"optional": false
|
|
12456
12665
|
}
|
|
12457
12666
|
],
|
|
@@ -12463,7 +12672,7 @@
|
|
|
12463
12672
|
"name": "getFields",
|
|
12464
12673
|
"async": true,
|
|
12465
12674
|
"parameters": [],
|
|
12466
|
-
"returnType": "any",
|
|
12675
|
+
"returnType": "Promise<any>",
|
|
12467
12676
|
"isStatic": false,
|
|
12468
12677
|
"isPublic": true
|
|
12469
12678
|
},
|
|
@@ -12572,7 +12781,7 @@
|
|
|
12572
12781
|
},
|
|
12573
12782
|
{
|
|
12574
12783
|
"name": "options",
|
|
12575
|
-
"type": "
|
|
12784
|
+
"type": "AiOperationOptions",
|
|
12576
12785
|
"optional": true
|
|
12577
12786
|
}
|
|
12578
12787
|
],
|
|
@@ -12591,7 +12800,7 @@
|
|
|
12591
12800
|
},
|
|
12592
12801
|
{
|
|
12593
12802
|
"name": "options",
|
|
12594
|
-
"type": "
|
|
12803
|
+
"type": "AiOperationOptions",
|
|
12595
12804
|
"optional": true
|
|
12596
12805
|
}
|
|
12597
12806
|
],
|
|
@@ -12605,7 +12814,7 @@
|
|
|
12605
12814
|
"parameters": [
|
|
12606
12815
|
{
|
|
12607
12816
|
"name": "options",
|
|
12608
|
-
"type": "
|
|
12817
|
+
"type": "AiOperationOptions",
|
|
12609
12818
|
"optional": true
|
|
12610
12819
|
}
|
|
12611
12820
|
],
|
|
@@ -12635,6 +12844,25 @@
|
|
|
12635
12844
|
"isStatic": false,
|
|
12636
12845
|
"isPublic": true
|
|
12637
12846
|
},
|
|
12847
|
+
"_setLoadedRelationship": {
|
|
12848
|
+
"name": "_setLoadedRelationship",
|
|
12849
|
+
"async": false,
|
|
12850
|
+
"parameters": [
|
|
12851
|
+
{
|
|
12852
|
+
"name": "fieldName",
|
|
12853
|
+
"type": "string",
|
|
12854
|
+
"optional": false
|
|
12855
|
+
},
|
|
12856
|
+
{
|
|
12857
|
+
"name": "value",
|
|
12858
|
+
"type": "any",
|
|
12859
|
+
"optional": false
|
|
12860
|
+
}
|
|
12861
|
+
],
|
|
12862
|
+
"returnType": "void",
|
|
12863
|
+
"isStatic": false,
|
|
12864
|
+
"isPublic": true
|
|
12865
|
+
},
|
|
12638
12866
|
"loadRelated": {
|
|
12639
12867
|
"name": "loadRelated",
|
|
12640
12868
|
"async": true,
|
|
@@ -12738,7 +12966,7 @@
|
|
|
12738
12966
|
"optional": false
|
|
12739
12967
|
}
|
|
12740
12968
|
],
|
|
12741
|
-
"returnType": "Promise
|
|
12969
|
+
"returnType": "Promise",
|
|
12742
12970
|
"isStatic": false,
|
|
12743
12971
|
"isPublic": true
|
|
12744
12972
|
},
|
|
@@ -12752,7 +12980,7 @@
|
|
|
12752
12980
|
"optional": true
|
|
12753
12981
|
}
|
|
12754
12982
|
],
|
|
12755
|
-
"returnType": "Promise<Map<string
|
|
12983
|
+
"returnType": "Promise<Map<string>>",
|
|
12756
12984
|
"isStatic": false,
|
|
12757
12985
|
"isPublic": true
|
|
12758
12986
|
},
|
|
@@ -13322,7 +13550,7 @@
|
|
|
13322
13550
|
"parameters": [
|
|
13323
13551
|
{
|
|
13324
13552
|
"name": "data",
|
|
13325
|
-
"type": "
|
|
13553
|
+
"type": "Record<string>",
|
|
13326
13554
|
"optional": false
|
|
13327
13555
|
}
|
|
13328
13556
|
],
|
|
@@ -13334,7 +13562,7 @@
|
|
|
13334
13562
|
"name": "getFields",
|
|
13335
13563
|
"async": true,
|
|
13336
13564
|
"parameters": [],
|
|
13337
|
-
"returnType": "any",
|
|
13565
|
+
"returnType": "Promise<any>",
|
|
13338
13566
|
"isStatic": false,
|
|
13339
13567
|
"isPublic": true
|
|
13340
13568
|
},
|
|
@@ -13443,7 +13671,7 @@
|
|
|
13443
13671
|
},
|
|
13444
13672
|
{
|
|
13445
13673
|
"name": "options",
|
|
13446
|
-
"type": "
|
|
13674
|
+
"type": "AiOperationOptions",
|
|
13447
13675
|
"optional": true
|
|
13448
13676
|
}
|
|
13449
13677
|
],
|
|
@@ -13462,7 +13690,7 @@
|
|
|
13462
13690
|
},
|
|
13463
13691
|
{
|
|
13464
13692
|
"name": "options",
|
|
13465
|
-
"type": "
|
|
13693
|
+
"type": "AiOperationOptions",
|
|
13466
13694
|
"optional": true
|
|
13467
13695
|
}
|
|
13468
13696
|
],
|
|
@@ -13476,7 +13704,7 @@
|
|
|
13476
13704
|
"parameters": [
|
|
13477
13705
|
{
|
|
13478
13706
|
"name": "options",
|
|
13479
|
-
"type": "
|
|
13707
|
+
"type": "AiOperationOptions",
|
|
13480
13708
|
"optional": true
|
|
13481
13709
|
}
|
|
13482
13710
|
],
|
|
@@ -13506,6 +13734,25 @@
|
|
|
13506
13734
|
"isStatic": false,
|
|
13507
13735
|
"isPublic": true
|
|
13508
13736
|
},
|
|
13737
|
+
"_setLoadedRelationship": {
|
|
13738
|
+
"name": "_setLoadedRelationship",
|
|
13739
|
+
"async": false,
|
|
13740
|
+
"parameters": [
|
|
13741
|
+
{
|
|
13742
|
+
"name": "fieldName",
|
|
13743
|
+
"type": "string",
|
|
13744
|
+
"optional": false
|
|
13745
|
+
},
|
|
13746
|
+
{
|
|
13747
|
+
"name": "value",
|
|
13748
|
+
"type": "any",
|
|
13749
|
+
"optional": false
|
|
13750
|
+
}
|
|
13751
|
+
],
|
|
13752
|
+
"returnType": "void",
|
|
13753
|
+
"isStatic": false,
|
|
13754
|
+
"isPublic": true
|
|
13755
|
+
},
|
|
13509
13756
|
"loadRelated": {
|
|
13510
13757
|
"name": "loadRelated",
|
|
13511
13758
|
"async": true,
|
|
@@ -13609,7 +13856,7 @@
|
|
|
13609
13856
|
"optional": false
|
|
13610
13857
|
}
|
|
13611
13858
|
],
|
|
13612
|
-
"returnType": "Promise
|
|
13859
|
+
"returnType": "Promise",
|
|
13613
13860
|
"isStatic": false,
|
|
13614
13861
|
"isPublic": true
|
|
13615
13862
|
},
|
|
@@ -13623,7 +13870,7 @@
|
|
|
13623
13870
|
"optional": true
|
|
13624
13871
|
}
|
|
13625
13872
|
],
|
|
13626
|
-
"returnType": "Promise<Map<string
|
|
13873
|
+
"returnType": "Promise<Map<string>>",
|
|
13627
13874
|
"isStatic": false,
|
|
13628
13875
|
"isPublic": true
|
|
13629
13876
|
},
|
|
@@ -14187,7 +14434,7 @@
|
|
|
14187
14434
|
"parameters": [
|
|
14188
14435
|
{
|
|
14189
14436
|
"name": "data",
|
|
14190
|
-
"type": "
|
|
14437
|
+
"type": "Record<string>",
|
|
14191
14438
|
"optional": false
|
|
14192
14439
|
}
|
|
14193
14440
|
],
|
|
@@ -14199,7 +14446,7 @@
|
|
|
14199
14446
|
"name": "getFields",
|
|
14200
14447
|
"async": true,
|
|
14201
14448
|
"parameters": [],
|
|
14202
|
-
"returnType": "any",
|
|
14449
|
+
"returnType": "Promise<any>",
|
|
14203
14450
|
"isStatic": false,
|
|
14204
14451
|
"isPublic": true
|
|
14205
14452
|
},
|
|
@@ -14308,7 +14555,7 @@
|
|
|
14308
14555
|
},
|
|
14309
14556
|
{
|
|
14310
14557
|
"name": "options",
|
|
14311
|
-
"type": "
|
|
14558
|
+
"type": "AiOperationOptions",
|
|
14312
14559
|
"optional": true
|
|
14313
14560
|
}
|
|
14314
14561
|
],
|
|
@@ -14327,7 +14574,7 @@
|
|
|
14327
14574
|
},
|
|
14328
14575
|
{
|
|
14329
14576
|
"name": "options",
|
|
14330
|
-
"type": "
|
|
14577
|
+
"type": "AiOperationOptions",
|
|
14331
14578
|
"optional": true
|
|
14332
14579
|
}
|
|
14333
14580
|
],
|
|
@@ -14341,7 +14588,7 @@
|
|
|
14341
14588
|
"parameters": [
|
|
14342
14589
|
{
|
|
14343
14590
|
"name": "options",
|
|
14344
|
-
"type": "
|
|
14591
|
+
"type": "AiOperationOptions",
|
|
14345
14592
|
"optional": true
|
|
14346
14593
|
}
|
|
14347
14594
|
],
|
|
@@ -14371,6 +14618,25 @@
|
|
|
14371
14618
|
"isStatic": false,
|
|
14372
14619
|
"isPublic": true
|
|
14373
14620
|
},
|
|
14621
|
+
"_setLoadedRelationship": {
|
|
14622
|
+
"name": "_setLoadedRelationship",
|
|
14623
|
+
"async": false,
|
|
14624
|
+
"parameters": [
|
|
14625
|
+
{
|
|
14626
|
+
"name": "fieldName",
|
|
14627
|
+
"type": "string",
|
|
14628
|
+
"optional": false
|
|
14629
|
+
},
|
|
14630
|
+
{
|
|
14631
|
+
"name": "value",
|
|
14632
|
+
"type": "any",
|
|
14633
|
+
"optional": false
|
|
14634
|
+
}
|
|
14635
|
+
],
|
|
14636
|
+
"returnType": "void",
|
|
14637
|
+
"isStatic": false,
|
|
14638
|
+
"isPublic": true
|
|
14639
|
+
},
|
|
14374
14640
|
"loadRelated": {
|
|
14375
14641
|
"name": "loadRelated",
|
|
14376
14642
|
"async": true,
|
|
@@ -14474,7 +14740,7 @@
|
|
|
14474
14740
|
"optional": false
|
|
14475
14741
|
}
|
|
14476
14742
|
],
|
|
14477
|
-
"returnType": "Promise
|
|
14743
|
+
"returnType": "Promise",
|
|
14478
14744
|
"isStatic": false,
|
|
14479
14745
|
"isPublic": true
|
|
14480
14746
|
},
|
|
@@ -14488,7 +14754,7 @@
|
|
|
14488
14754
|
"optional": true
|
|
14489
14755
|
}
|
|
14490
14756
|
],
|
|
14491
|
-
"returnType": "Promise<Map<string
|
|
14757
|
+
"returnType": "Promise<Map<string>>",
|
|
14492
14758
|
"isStatic": false,
|
|
14493
14759
|
"isPublic": true
|
|
14494
14760
|
},
|
|
@@ -15933,7 +16199,7 @@
|
|
|
15933
16199
|
"parameters": [
|
|
15934
16200
|
{
|
|
15935
16201
|
"name": "data",
|
|
15936
|
-
"type": "
|
|
16202
|
+
"type": "Record<string>",
|
|
15937
16203
|
"optional": false
|
|
15938
16204
|
}
|
|
15939
16205
|
],
|
|
@@ -15945,7 +16211,7 @@
|
|
|
15945
16211
|
"name": "getFields",
|
|
15946
16212
|
"async": true,
|
|
15947
16213
|
"parameters": [],
|
|
15948
|
-
"returnType": "any",
|
|
16214
|
+
"returnType": "Promise<any>",
|
|
15949
16215
|
"isStatic": false,
|
|
15950
16216
|
"isPublic": true
|
|
15951
16217
|
},
|
|
@@ -16054,7 +16320,7 @@
|
|
|
16054
16320
|
},
|
|
16055
16321
|
{
|
|
16056
16322
|
"name": "options",
|
|
16057
|
-
"type": "
|
|
16323
|
+
"type": "AiOperationOptions",
|
|
16058
16324
|
"optional": true
|
|
16059
16325
|
}
|
|
16060
16326
|
],
|
|
@@ -16073,7 +16339,7 @@
|
|
|
16073
16339
|
},
|
|
16074
16340
|
{
|
|
16075
16341
|
"name": "options",
|
|
16076
|
-
"type": "
|
|
16342
|
+
"type": "AiOperationOptions",
|
|
16077
16343
|
"optional": true
|
|
16078
16344
|
}
|
|
16079
16345
|
],
|
|
@@ -16087,7 +16353,7 @@
|
|
|
16087
16353
|
"parameters": [
|
|
16088
16354
|
{
|
|
16089
16355
|
"name": "options",
|
|
16090
|
-
"type": "
|
|
16356
|
+
"type": "AiOperationOptions",
|
|
16091
16357
|
"optional": true
|
|
16092
16358
|
}
|
|
16093
16359
|
],
|
|
@@ -16117,6 +16383,25 @@
|
|
|
16117
16383
|
"isStatic": false,
|
|
16118
16384
|
"isPublic": true
|
|
16119
16385
|
},
|
|
16386
|
+
"_setLoadedRelationship": {
|
|
16387
|
+
"name": "_setLoadedRelationship",
|
|
16388
|
+
"async": false,
|
|
16389
|
+
"parameters": [
|
|
16390
|
+
{
|
|
16391
|
+
"name": "fieldName",
|
|
16392
|
+
"type": "string",
|
|
16393
|
+
"optional": false
|
|
16394
|
+
},
|
|
16395
|
+
{
|
|
16396
|
+
"name": "value",
|
|
16397
|
+
"type": "any",
|
|
16398
|
+
"optional": false
|
|
16399
|
+
}
|
|
16400
|
+
],
|
|
16401
|
+
"returnType": "void",
|
|
16402
|
+
"isStatic": false,
|
|
16403
|
+
"isPublic": true
|
|
16404
|
+
},
|
|
16120
16405
|
"loadRelated": {
|
|
16121
16406
|
"name": "loadRelated",
|
|
16122
16407
|
"async": true,
|
|
@@ -16220,7 +16505,7 @@
|
|
|
16220
16505
|
"optional": false
|
|
16221
16506
|
}
|
|
16222
16507
|
],
|
|
16223
|
-
"returnType": "Promise
|
|
16508
|
+
"returnType": "Promise",
|
|
16224
16509
|
"isStatic": false,
|
|
16225
16510
|
"isPublic": true
|
|
16226
16511
|
},
|
|
@@ -16234,7 +16519,7 @@
|
|
|
16234
16519
|
"optional": true
|
|
16235
16520
|
}
|
|
16236
16521
|
],
|
|
16237
|
-
"returnType": "Promise<Map<string
|
|
16522
|
+
"returnType": "Promise<Map<string>>",
|
|
16238
16523
|
"isStatic": false,
|
|
16239
16524
|
"isPublic": true
|
|
16240
16525
|
},
|