@kubun/protocol 0.3.10 → 0.4.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/lib/models/cluster.d.ts +134 -300
- package/lib/models/cluster.d.ts.map +1 -1
- package/lib/models/cluster.js +14 -201
- package/lib/models/document.d.ts +890 -148
- package/lib/models/document.d.ts.map +1 -1
- package/lib/models/document.js +300 -2
- package/lib/models/graph.d.ts +1 -0
- package/lib/models/graph.d.ts.map +1 -1
- package/lib/models/graph.js +8 -0
- package/lib/services/graph.d.ts +648 -162
- package/lib/services/graph.d.ts.map +1 -1
- package/package.json +3 -2
package/lib/services/graph.d.ts
CHANGED
|
@@ -324,17 +324,44 @@ export declare const deployGraphParams: {
|
|
|
324
324
|
readonly fieldsMeta: {
|
|
325
325
|
readonly type: "object";
|
|
326
326
|
readonly additionalProperties: {
|
|
327
|
-
readonly
|
|
328
|
-
|
|
329
|
-
readonly
|
|
330
|
-
readonly
|
|
327
|
+
readonly anyOf: readonly [{
|
|
328
|
+
readonly type: "object";
|
|
329
|
+
readonly properties: {
|
|
330
|
+
readonly type: {
|
|
331
331
|
readonly type: "string";
|
|
332
|
-
|
|
333
|
-
|
|
334
|
-
}];
|
|
332
|
+
readonly const: "account";
|
|
333
|
+
};
|
|
335
334
|
};
|
|
336
|
-
|
|
337
|
-
|
|
335
|
+
readonly required: readonly ["type"];
|
|
336
|
+
readonly additionalProperties: false;
|
|
337
|
+
}, {
|
|
338
|
+
readonly type: "object";
|
|
339
|
+
readonly properties: {
|
|
340
|
+
readonly type: {
|
|
341
|
+
readonly type: "string";
|
|
342
|
+
readonly const: "attachment";
|
|
343
|
+
};
|
|
344
|
+
};
|
|
345
|
+
readonly required: readonly ["type"];
|
|
346
|
+
readonly additionalProperties: false;
|
|
347
|
+
}, {
|
|
348
|
+
readonly type: "object";
|
|
349
|
+
readonly properties: {
|
|
350
|
+
readonly type: {
|
|
351
|
+
readonly type: "string";
|
|
352
|
+
readonly const: "document";
|
|
353
|
+
};
|
|
354
|
+
readonly model: {
|
|
355
|
+
readonly anyOf: readonly [{
|
|
356
|
+
readonly type: "string";
|
|
357
|
+
}, {
|
|
358
|
+
readonly type: "null";
|
|
359
|
+
}];
|
|
360
|
+
};
|
|
361
|
+
};
|
|
362
|
+
readonly required: readonly ["type", "model"];
|
|
363
|
+
readonly additionalProperties: false;
|
|
364
|
+
}];
|
|
338
365
|
};
|
|
339
366
|
};
|
|
340
367
|
};
|
|
@@ -647,17 +674,44 @@ export declare const deployGraphParams: {
|
|
|
647
674
|
readonly fieldsMeta: {
|
|
648
675
|
readonly type: "object";
|
|
649
676
|
readonly additionalProperties: {
|
|
650
|
-
readonly
|
|
651
|
-
|
|
652
|
-
readonly
|
|
653
|
-
readonly
|
|
677
|
+
readonly anyOf: readonly [{
|
|
678
|
+
readonly type: "object";
|
|
679
|
+
readonly properties: {
|
|
680
|
+
readonly type: {
|
|
654
681
|
readonly type: "string";
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
}];
|
|
682
|
+
readonly const: "account";
|
|
683
|
+
};
|
|
658
684
|
};
|
|
659
|
-
|
|
660
|
-
|
|
685
|
+
readonly required: readonly ["type"];
|
|
686
|
+
readonly additionalProperties: false;
|
|
687
|
+
}, {
|
|
688
|
+
readonly type: "object";
|
|
689
|
+
readonly properties: {
|
|
690
|
+
readonly type: {
|
|
691
|
+
readonly type: "string";
|
|
692
|
+
readonly const: "attachment";
|
|
693
|
+
};
|
|
694
|
+
};
|
|
695
|
+
readonly required: readonly ["type"];
|
|
696
|
+
readonly additionalProperties: false;
|
|
697
|
+
}, {
|
|
698
|
+
readonly type: "object";
|
|
699
|
+
readonly properties: {
|
|
700
|
+
readonly type: {
|
|
701
|
+
readonly type: "string";
|
|
702
|
+
readonly const: "document";
|
|
703
|
+
};
|
|
704
|
+
readonly model: {
|
|
705
|
+
readonly anyOf: readonly [{
|
|
706
|
+
readonly type: "string";
|
|
707
|
+
}, {
|
|
708
|
+
readonly type: "null";
|
|
709
|
+
}];
|
|
710
|
+
};
|
|
711
|
+
};
|
|
712
|
+
readonly required: readonly ["type", "model"];
|
|
713
|
+
readonly additionalProperties: false;
|
|
714
|
+
}];
|
|
661
715
|
};
|
|
662
716
|
};
|
|
663
717
|
};
|
|
@@ -976,17 +1030,44 @@ export declare const deployGraphParams: {
|
|
|
976
1030
|
readonly fieldsMeta: {
|
|
977
1031
|
readonly type: "object";
|
|
978
1032
|
readonly additionalProperties: {
|
|
979
|
-
readonly
|
|
980
|
-
|
|
981
|
-
readonly
|
|
982
|
-
readonly
|
|
1033
|
+
readonly anyOf: readonly [{
|
|
1034
|
+
readonly type: "object";
|
|
1035
|
+
readonly properties: {
|
|
1036
|
+
readonly type: {
|
|
983
1037
|
readonly type: "string";
|
|
984
|
-
|
|
985
|
-
|
|
986
|
-
}];
|
|
1038
|
+
readonly const: "account";
|
|
1039
|
+
};
|
|
987
1040
|
};
|
|
988
|
-
|
|
989
|
-
|
|
1041
|
+
readonly required: readonly ["type"];
|
|
1042
|
+
readonly additionalProperties: false;
|
|
1043
|
+
}, {
|
|
1044
|
+
readonly type: "object";
|
|
1045
|
+
readonly properties: {
|
|
1046
|
+
readonly type: {
|
|
1047
|
+
readonly type: "string";
|
|
1048
|
+
readonly const: "attachment";
|
|
1049
|
+
};
|
|
1050
|
+
};
|
|
1051
|
+
readonly required: readonly ["type"];
|
|
1052
|
+
readonly additionalProperties: false;
|
|
1053
|
+
}, {
|
|
1054
|
+
readonly type: "object";
|
|
1055
|
+
readonly properties: {
|
|
1056
|
+
readonly type: {
|
|
1057
|
+
readonly type: "string";
|
|
1058
|
+
readonly const: "document";
|
|
1059
|
+
};
|
|
1060
|
+
readonly model: {
|
|
1061
|
+
readonly anyOf: readonly [{
|
|
1062
|
+
readonly type: "string";
|
|
1063
|
+
}, {
|
|
1064
|
+
readonly type: "null";
|
|
1065
|
+
}];
|
|
1066
|
+
};
|
|
1067
|
+
};
|
|
1068
|
+
readonly required: readonly ["type", "model"];
|
|
1069
|
+
readonly additionalProperties: false;
|
|
1070
|
+
}];
|
|
990
1071
|
};
|
|
991
1072
|
};
|
|
992
1073
|
};
|
|
@@ -1338,17 +1419,44 @@ export declare const deployGraphResult: {
|
|
|
1338
1419
|
readonly fieldsMeta: {
|
|
1339
1420
|
readonly type: "object";
|
|
1340
1421
|
readonly additionalProperties: {
|
|
1341
|
-
readonly
|
|
1342
|
-
|
|
1343
|
-
readonly
|
|
1344
|
-
readonly
|
|
1422
|
+
readonly anyOf: readonly [{
|
|
1423
|
+
readonly type: "object";
|
|
1424
|
+
readonly properties: {
|
|
1425
|
+
readonly type: {
|
|
1345
1426
|
readonly type: "string";
|
|
1346
|
-
|
|
1347
|
-
|
|
1348
|
-
}];
|
|
1427
|
+
readonly const: "account";
|
|
1428
|
+
};
|
|
1349
1429
|
};
|
|
1350
|
-
|
|
1351
|
-
|
|
1430
|
+
readonly required: readonly ["type"];
|
|
1431
|
+
readonly additionalProperties: false;
|
|
1432
|
+
}, {
|
|
1433
|
+
readonly type: "object";
|
|
1434
|
+
readonly properties: {
|
|
1435
|
+
readonly type: {
|
|
1436
|
+
readonly type: "string";
|
|
1437
|
+
readonly const: "attachment";
|
|
1438
|
+
};
|
|
1439
|
+
};
|
|
1440
|
+
readonly required: readonly ["type"];
|
|
1441
|
+
readonly additionalProperties: false;
|
|
1442
|
+
}, {
|
|
1443
|
+
readonly type: "object";
|
|
1444
|
+
readonly properties: {
|
|
1445
|
+
readonly type: {
|
|
1446
|
+
readonly type: "string";
|
|
1447
|
+
readonly const: "document";
|
|
1448
|
+
};
|
|
1449
|
+
readonly model: {
|
|
1450
|
+
readonly anyOf: readonly [{
|
|
1451
|
+
readonly type: "string";
|
|
1452
|
+
}, {
|
|
1453
|
+
readonly type: "null";
|
|
1454
|
+
}];
|
|
1455
|
+
};
|
|
1456
|
+
};
|
|
1457
|
+
readonly required: readonly ["type", "model"];
|
|
1458
|
+
readonly additionalProperties: false;
|
|
1459
|
+
}];
|
|
1352
1460
|
};
|
|
1353
1461
|
};
|
|
1354
1462
|
};
|
|
@@ -1661,17 +1769,44 @@ export declare const deployGraphResult: {
|
|
|
1661
1769
|
readonly fieldsMeta: {
|
|
1662
1770
|
readonly type: "object";
|
|
1663
1771
|
readonly additionalProperties: {
|
|
1664
|
-
readonly
|
|
1665
|
-
|
|
1666
|
-
readonly
|
|
1667
|
-
readonly
|
|
1772
|
+
readonly anyOf: readonly [{
|
|
1773
|
+
readonly type: "object";
|
|
1774
|
+
readonly properties: {
|
|
1775
|
+
readonly type: {
|
|
1668
1776
|
readonly type: "string";
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
}];
|
|
1777
|
+
readonly const: "account";
|
|
1778
|
+
};
|
|
1672
1779
|
};
|
|
1673
|
-
|
|
1674
|
-
|
|
1780
|
+
readonly required: readonly ["type"];
|
|
1781
|
+
readonly additionalProperties: false;
|
|
1782
|
+
}, {
|
|
1783
|
+
readonly type: "object";
|
|
1784
|
+
readonly properties: {
|
|
1785
|
+
readonly type: {
|
|
1786
|
+
readonly type: "string";
|
|
1787
|
+
readonly const: "attachment";
|
|
1788
|
+
};
|
|
1789
|
+
};
|
|
1790
|
+
readonly required: readonly ["type"];
|
|
1791
|
+
readonly additionalProperties: false;
|
|
1792
|
+
}, {
|
|
1793
|
+
readonly type: "object";
|
|
1794
|
+
readonly properties: {
|
|
1795
|
+
readonly type: {
|
|
1796
|
+
readonly type: "string";
|
|
1797
|
+
readonly const: "document";
|
|
1798
|
+
};
|
|
1799
|
+
readonly model: {
|
|
1800
|
+
readonly anyOf: readonly [{
|
|
1801
|
+
readonly type: "string";
|
|
1802
|
+
}, {
|
|
1803
|
+
readonly type: "null";
|
|
1804
|
+
}];
|
|
1805
|
+
};
|
|
1806
|
+
};
|
|
1807
|
+
readonly required: readonly ["type", "model"];
|
|
1808
|
+
readonly additionalProperties: false;
|
|
1809
|
+
}];
|
|
1675
1810
|
};
|
|
1676
1811
|
};
|
|
1677
1812
|
};
|
|
@@ -1990,17 +2125,44 @@ export declare const deployGraphResult: {
|
|
|
1990
2125
|
readonly fieldsMeta: {
|
|
1991
2126
|
readonly type: "object";
|
|
1992
2127
|
readonly additionalProperties: {
|
|
1993
|
-
readonly
|
|
1994
|
-
|
|
1995
|
-
readonly
|
|
1996
|
-
readonly
|
|
2128
|
+
readonly anyOf: readonly [{
|
|
2129
|
+
readonly type: "object";
|
|
2130
|
+
readonly properties: {
|
|
2131
|
+
readonly type: {
|
|
1997
2132
|
readonly type: "string";
|
|
1998
|
-
|
|
1999
|
-
|
|
2000
|
-
}];
|
|
2133
|
+
readonly const: "account";
|
|
2134
|
+
};
|
|
2001
2135
|
};
|
|
2002
|
-
|
|
2003
|
-
|
|
2136
|
+
readonly required: readonly ["type"];
|
|
2137
|
+
readonly additionalProperties: false;
|
|
2138
|
+
}, {
|
|
2139
|
+
readonly type: "object";
|
|
2140
|
+
readonly properties: {
|
|
2141
|
+
readonly type: {
|
|
2142
|
+
readonly type: "string";
|
|
2143
|
+
readonly const: "attachment";
|
|
2144
|
+
};
|
|
2145
|
+
};
|
|
2146
|
+
readonly required: readonly ["type"];
|
|
2147
|
+
readonly additionalProperties: false;
|
|
2148
|
+
}, {
|
|
2149
|
+
readonly type: "object";
|
|
2150
|
+
readonly properties: {
|
|
2151
|
+
readonly type: {
|
|
2152
|
+
readonly type: "string";
|
|
2153
|
+
readonly const: "document";
|
|
2154
|
+
};
|
|
2155
|
+
readonly model: {
|
|
2156
|
+
readonly anyOf: readonly [{
|
|
2157
|
+
readonly type: "string";
|
|
2158
|
+
}, {
|
|
2159
|
+
readonly type: "null";
|
|
2160
|
+
}];
|
|
2161
|
+
};
|
|
2162
|
+
};
|
|
2163
|
+
readonly required: readonly ["type", "model"];
|
|
2164
|
+
readonly additionalProperties: false;
|
|
2165
|
+
}];
|
|
2004
2166
|
};
|
|
2005
2167
|
};
|
|
2006
2168
|
};
|
|
@@ -2364,17 +2526,44 @@ export declare const loadGraphResult: {
|
|
|
2364
2526
|
readonly fieldsMeta: {
|
|
2365
2527
|
readonly type: "object";
|
|
2366
2528
|
readonly additionalProperties: {
|
|
2367
|
-
readonly
|
|
2368
|
-
|
|
2369
|
-
readonly
|
|
2370
|
-
readonly
|
|
2529
|
+
readonly anyOf: readonly [{
|
|
2530
|
+
readonly type: "object";
|
|
2531
|
+
readonly properties: {
|
|
2532
|
+
readonly type: {
|
|
2371
2533
|
readonly type: "string";
|
|
2372
|
-
|
|
2373
|
-
|
|
2374
|
-
}];
|
|
2534
|
+
readonly const: "account";
|
|
2535
|
+
};
|
|
2375
2536
|
};
|
|
2376
|
-
|
|
2377
|
-
|
|
2537
|
+
readonly required: readonly ["type"];
|
|
2538
|
+
readonly additionalProperties: false;
|
|
2539
|
+
}, {
|
|
2540
|
+
readonly type: "object";
|
|
2541
|
+
readonly properties: {
|
|
2542
|
+
readonly type: {
|
|
2543
|
+
readonly type: "string";
|
|
2544
|
+
readonly const: "attachment";
|
|
2545
|
+
};
|
|
2546
|
+
};
|
|
2547
|
+
readonly required: readonly ["type"];
|
|
2548
|
+
readonly additionalProperties: false;
|
|
2549
|
+
}, {
|
|
2550
|
+
readonly type: "object";
|
|
2551
|
+
readonly properties: {
|
|
2552
|
+
readonly type: {
|
|
2553
|
+
readonly type: "string";
|
|
2554
|
+
readonly const: "document";
|
|
2555
|
+
};
|
|
2556
|
+
readonly model: {
|
|
2557
|
+
readonly anyOf: readonly [{
|
|
2558
|
+
readonly type: "string";
|
|
2559
|
+
}, {
|
|
2560
|
+
readonly type: "null";
|
|
2561
|
+
}];
|
|
2562
|
+
};
|
|
2563
|
+
};
|
|
2564
|
+
readonly required: readonly ["type", "model"];
|
|
2565
|
+
readonly additionalProperties: false;
|
|
2566
|
+
}];
|
|
2378
2567
|
};
|
|
2379
2568
|
};
|
|
2380
2569
|
};
|
|
@@ -2687,17 +2876,44 @@ export declare const loadGraphResult: {
|
|
|
2687
2876
|
readonly fieldsMeta: {
|
|
2688
2877
|
readonly type: "object";
|
|
2689
2878
|
readonly additionalProperties: {
|
|
2690
|
-
readonly
|
|
2691
|
-
|
|
2692
|
-
readonly
|
|
2693
|
-
readonly
|
|
2879
|
+
readonly anyOf: readonly [{
|
|
2880
|
+
readonly type: "object";
|
|
2881
|
+
readonly properties: {
|
|
2882
|
+
readonly type: {
|
|
2694
2883
|
readonly type: "string";
|
|
2695
|
-
|
|
2696
|
-
|
|
2697
|
-
}];
|
|
2884
|
+
readonly const: "account";
|
|
2885
|
+
};
|
|
2698
2886
|
};
|
|
2699
|
-
|
|
2700
|
-
|
|
2887
|
+
readonly required: readonly ["type"];
|
|
2888
|
+
readonly additionalProperties: false;
|
|
2889
|
+
}, {
|
|
2890
|
+
readonly type: "object";
|
|
2891
|
+
readonly properties: {
|
|
2892
|
+
readonly type: {
|
|
2893
|
+
readonly type: "string";
|
|
2894
|
+
readonly const: "attachment";
|
|
2895
|
+
};
|
|
2896
|
+
};
|
|
2897
|
+
readonly required: readonly ["type"];
|
|
2898
|
+
readonly additionalProperties: false;
|
|
2899
|
+
}, {
|
|
2900
|
+
readonly type: "object";
|
|
2901
|
+
readonly properties: {
|
|
2902
|
+
readonly type: {
|
|
2903
|
+
readonly type: "string";
|
|
2904
|
+
readonly const: "document";
|
|
2905
|
+
};
|
|
2906
|
+
readonly model: {
|
|
2907
|
+
readonly anyOf: readonly [{
|
|
2908
|
+
readonly type: "string";
|
|
2909
|
+
}, {
|
|
2910
|
+
readonly type: "null";
|
|
2911
|
+
}];
|
|
2912
|
+
};
|
|
2913
|
+
};
|
|
2914
|
+
readonly required: readonly ["type", "model"];
|
|
2915
|
+
readonly additionalProperties: false;
|
|
2916
|
+
}];
|
|
2701
2917
|
};
|
|
2702
2918
|
};
|
|
2703
2919
|
};
|
|
@@ -3016,17 +3232,44 @@ export declare const loadGraphResult: {
|
|
|
3016
3232
|
readonly fieldsMeta: {
|
|
3017
3233
|
readonly type: "object";
|
|
3018
3234
|
readonly additionalProperties: {
|
|
3019
|
-
readonly
|
|
3020
|
-
|
|
3021
|
-
readonly
|
|
3022
|
-
readonly
|
|
3235
|
+
readonly anyOf: readonly [{
|
|
3236
|
+
readonly type: "object";
|
|
3237
|
+
readonly properties: {
|
|
3238
|
+
readonly type: {
|
|
3023
3239
|
readonly type: "string";
|
|
3024
|
-
|
|
3025
|
-
|
|
3026
|
-
}];
|
|
3240
|
+
readonly const: "account";
|
|
3241
|
+
};
|
|
3027
3242
|
};
|
|
3028
|
-
|
|
3029
|
-
|
|
3243
|
+
readonly required: readonly ["type"];
|
|
3244
|
+
readonly additionalProperties: false;
|
|
3245
|
+
}, {
|
|
3246
|
+
readonly type: "object";
|
|
3247
|
+
readonly properties: {
|
|
3248
|
+
readonly type: {
|
|
3249
|
+
readonly type: "string";
|
|
3250
|
+
readonly const: "attachment";
|
|
3251
|
+
};
|
|
3252
|
+
};
|
|
3253
|
+
readonly required: readonly ["type"];
|
|
3254
|
+
readonly additionalProperties: false;
|
|
3255
|
+
}, {
|
|
3256
|
+
readonly type: "object";
|
|
3257
|
+
readonly properties: {
|
|
3258
|
+
readonly type: {
|
|
3259
|
+
readonly type: "string";
|
|
3260
|
+
readonly const: "document";
|
|
3261
|
+
};
|
|
3262
|
+
readonly model: {
|
|
3263
|
+
readonly anyOf: readonly [{
|
|
3264
|
+
readonly type: "string";
|
|
3265
|
+
}, {
|
|
3266
|
+
readonly type: "null";
|
|
3267
|
+
}];
|
|
3268
|
+
};
|
|
3269
|
+
};
|
|
3270
|
+
readonly required: readonly ["type", "model"];
|
|
3271
|
+
readonly additionalProperties: false;
|
|
3272
|
+
}];
|
|
3030
3273
|
};
|
|
3031
3274
|
};
|
|
3032
3275
|
};
|
|
@@ -3520,17 +3763,44 @@ export declare const graphProtocol: {
|
|
|
3520
3763
|
readonly fieldsMeta: {
|
|
3521
3764
|
readonly type: "object";
|
|
3522
3765
|
readonly additionalProperties: {
|
|
3523
|
-
readonly
|
|
3524
|
-
|
|
3525
|
-
readonly
|
|
3526
|
-
readonly
|
|
3766
|
+
readonly anyOf: readonly [{
|
|
3767
|
+
readonly type: "object";
|
|
3768
|
+
readonly properties: {
|
|
3769
|
+
readonly type: {
|
|
3527
3770
|
readonly type: "string";
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
}];
|
|
3771
|
+
readonly const: "account";
|
|
3772
|
+
};
|
|
3531
3773
|
};
|
|
3532
|
-
|
|
3533
|
-
|
|
3774
|
+
readonly required: readonly ["type"];
|
|
3775
|
+
readonly additionalProperties: false;
|
|
3776
|
+
}, {
|
|
3777
|
+
readonly type: "object";
|
|
3778
|
+
readonly properties: {
|
|
3779
|
+
readonly type: {
|
|
3780
|
+
readonly type: "string";
|
|
3781
|
+
readonly const: "attachment";
|
|
3782
|
+
};
|
|
3783
|
+
};
|
|
3784
|
+
readonly required: readonly ["type"];
|
|
3785
|
+
readonly additionalProperties: false;
|
|
3786
|
+
}, {
|
|
3787
|
+
readonly type: "object";
|
|
3788
|
+
readonly properties: {
|
|
3789
|
+
readonly type: {
|
|
3790
|
+
readonly type: "string";
|
|
3791
|
+
readonly const: "document";
|
|
3792
|
+
};
|
|
3793
|
+
readonly model: {
|
|
3794
|
+
readonly anyOf: readonly [{
|
|
3795
|
+
readonly type: "string";
|
|
3796
|
+
}, {
|
|
3797
|
+
readonly type: "null";
|
|
3798
|
+
}];
|
|
3799
|
+
};
|
|
3800
|
+
};
|
|
3801
|
+
readonly required: readonly ["type", "model"];
|
|
3802
|
+
readonly additionalProperties: false;
|
|
3803
|
+
}];
|
|
3534
3804
|
};
|
|
3535
3805
|
};
|
|
3536
3806
|
};
|
|
@@ -3843,17 +4113,44 @@ export declare const graphProtocol: {
|
|
|
3843
4113
|
readonly fieldsMeta: {
|
|
3844
4114
|
readonly type: "object";
|
|
3845
4115
|
readonly additionalProperties: {
|
|
3846
|
-
readonly
|
|
3847
|
-
|
|
3848
|
-
readonly
|
|
3849
|
-
readonly
|
|
4116
|
+
readonly anyOf: readonly [{
|
|
4117
|
+
readonly type: "object";
|
|
4118
|
+
readonly properties: {
|
|
4119
|
+
readonly type: {
|
|
3850
4120
|
readonly type: "string";
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
}];
|
|
4121
|
+
readonly const: "account";
|
|
4122
|
+
};
|
|
3854
4123
|
};
|
|
3855
|
-
|
|
3856
|
-
|
|
4124
|
+
readonly required: readonly ["type"];
|
|
4125
|
+
readonly additionalProperties: false;
|
|
4126
|
+
}, {
|
|
4127
|
+
readonly type: "object";
|
|
4128
|
+
readonly properties: {
|
|
4129
|
+
readonly type: {
|
|
4130
|
+
readonly type: "string";
|
|
4131
|
+
readonly const: "attachment";
|
|
4132
|
+
};
|
|
4133
|
+
};
|
|
4134
|
+
readonly required: readonly ["type"];
|
|
4135
|
+
readonly additionalProperties: false;
|
|
4136
|
+
}, {
|
|
4137
|
+
readonly type: "object";
|
|
4138
|
+
readonly properties: {
|
|
4139
|
+
readonly type: {
|
|
4140
|
+
readonly type: "string";
|
|
4141
|
+
readonly const: "document";
|
|
4142
|
+
};
|
|
4143
|
+
readonly model: {
|
|
4144
|
+
readonly anyOf: readonly [{
|
|
4145
|
+
readonly type: "string";
|
|
4146
|
+
}, {
|
|
4147
|
+
readonly type: "null";
|
|
4148
|
+
}];
|
|
4149
|
+
};
|
|
4150
|
+
};
|
|
4151
|
+
readonly required: readonly ["type", "model"];
|
|
4152
|
+
readonly additionalProperties: false;
|
|
4153
|
+
}];
|
|
3857
4154
|
};
|
|
3858
4155
|
};
|
|
3859
4156
|
};
|
|
@@ -4172,17 +4469,44 @@ export declare const graphProtocol: {
|
|
|
4172
4469
|
readonly fieldsMeta: {
|
|
4173
4470
|
readonly type: "object";
|
|
4174
4471
|
readonly additionalProperties: {
|
|
4175
|
-
readonly
|
|
4176
|
-
|
|
4177
|
-
readonly
|
|
4178
|
-
readonly
|
|
4472
|
+
readonly anyOf: readonly [{
|
|
4473
|
+
readonly type: "object";
|
|
4474
|
+
readonly properties: {
|
|
4475
|
+
readonly type: {
|
|
4179
4476
|
readonly type: "string";
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
}];
|
|
4477
|
+
readonly const: "account";
|
|
4478
|
+
};
|
|
4183
4479
|
};
|
|
4184
|
-
|
|
4185
|
-
|
|
4480
|
+
readonly required: readonly ["type"];
|
|
4481
|
+
readonly additionalProperties: false;
|
|
4482
|
+
}, {
|
|
4483
|
+
readonly type: "object";
|
|
4484
|
+
readonly properties: {
|
|
4485
|
+
readonly type: {
|
|
4486
|
+
readonly type: "string";
|
|
4487
|
+
readonly const: "attachment";
|
|
4488
|
+
};
|
|
4489
|
+
};
|
|
4490
|
+
readonly required: readonly ["type"];
|
|
4491
|
+
readonly additionalProperties: false;
|
|
4492
|
+
}, {
|
|
4493
|
+
readonly type: "object";
|
|
4494
|
+
readonly properties: {
|
|
4495
|
+
readonly type: {
|
|
4496
|
+
readonly type: "string";
|
|
4497
|
+
readonly const: "document";
|
|
4498
|
+
};
|
|
4499
|
+
readonly model: {
|
|
4500
|
+
readonly anyOf: readonly [{
|
|
4501
|
+
readonly type: "string";
|
|
4502
|
+
}, {
|
|
4503
|
+
readonly type: "null";
|
|
4504
|
+
}];
|
|
4505
|
+
};
|
|
4506
|
+
};
|
|
4507
|
+
readonly required: readonly ["type", "model"];
|
|
4508
|
+
readonly additionalProperties: false;
|
|
4509
|
+
}];
|
|
4186
4510
|
};
|
|
4187
4511
|
};
|
|
4188
4512
|
};
|
|
@@ -4533,17 +4857,44 @@ export declare const graphProtocol: {
|
|
|
4533
4857
|
readonly fieldsMeta: {
|
|
4534
4858
|
readonly type: "object";
|
|
4535
4859
|
readonly additionalProperties: {
|
|
4536
|
-
readonly
|
|
4537
|
-
|
|
4538
|
-
readonly
|
|
4539
|
-
readonly
|
|
4860
|
+
readonly anyOf: readonly [{
|
|
4861
|
+
readonly type: "object";
|
|
4862
|
+
readonly properties: {
|
|
4863
|
+
readonly type: {
|
|
4540
4864
|
readonly type: "string";
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
}];
|
|
4865
|
+
readonly const: "account";
|
|
4866
|
+
};
|
|
4544
4867
|
};
|
|
4545
|
-
|
|
4546
|
-
|
|
4868
|
+
readonly required: readonly ["type"];
|
|
4869
|
+
readonly additionalProperties: false;
|
|
4870
|
+
}, {
|
|
4871
|
+
readonly type: "object";
|
|
4872
|
+
readonly properties: {
|
|
4873
|
+
readonly type: {
|
|
4874
|
+
readonly type: "string";
|
|
4875
|
+
readonly const: "attachment";
|
|
4876
|
+
};
|
|
4877
|
+
};
|
|
4878
|
+
readonly required: readonly ["type"];
|
|
4879
|
+
readonly additionalProperties: false;
|
|
4880
|
+
}, {
|
|
4881
|
+
readonly type: "object";
|
|
4882
|
+
readonly properties: {
|
|
4883
|
+
readonly type: {
|
|
4884
|
+
readonly type: "string";
|
|
4885
|
+
readonly const: "document";
|
|
4886
|
+
};
|
|
4887
|
+
readonly model: {
|
|
4888
|
+
readonly anyOf: readonly [{
|
|
4889
|
+
readonly type: "string";
|
|
4890
|
+
}, {
|
|
4891
|
+
readonly type: "null";
|
|
4892
|
+
}];
|
|
4893
|
+
};
|
|
4894
|
+
};
|
|
4895
|
+
readonly required: readonly ["type", "model"];
|
|
4896
|
+
readonly additionalProperties: false;
|
|
4897
|
+
}];
|
|
4547
4898
|
};
|
|
4548
4899
|
};
|
|
4549
4900
|
};
|
|
@@ -4856,17 +5207,44 @@ export declare const graphProtocol: {
|
|
|
4856
5207
|
readonly fieldsMeta: {
|
|
4857
5208
|
readonly type: "object";
|
|
4858
5209
|
readonly additionalProperties: {
|
|
4859
|
-
readonly
|
|
4860
|
-
|
|
4861
|
-
readonly
|
|
4862
|
-
readonly
|
|
5210
|
+
readonly anyOf: readonly [{
|
|
5211
|
+
readonly type: "object";
|
|
5212
|
+
readonly properties: {
|
|
5213
|
+
readonly type: {
|
|
4863
5214
|
readonly type: "string";
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
}];
|
|
5215
|
+
readonly const: "account";
|
|
5216
|
+
};
|
|
4867
5217
|
};
|
|
4868
|
-
|
|
4869
|
-
|
|
5218
|
+
readonly required: readonly ["type"];
|
|
5219
|
+
readonly additionalProperties: false;
|
|
5220
|
+
}, {
|
|
5221
|
+
readonly type: "object";
|
|
5222
|
+
readonly properties: {
|
|
5223
|
+
readonly type: {
|
|
5224
|
+
readonly type: "string";
|
|
5225
|
+
readonly const: "attachment";
|
|
5226
|
+
};
|
|
5227
|
+
};
|
|
5228
|
+
readonly required: readonly ["type"];
|
|
5229
|
+
readonly additionalProperties: false;
|
|
5230
|
+
}, {
|
|
5231
|
+
readonly type: "object";
|
|
5232
|
+
readonly properties: {
|
|
5233
|
+
readonly type: {
|
|
5234
|
+
readonly type: "string";
|
|
5235
|
+
readonly const: "document";
|
|
5236
|
+
};
|
|
5237
|
+
readonly model: {
|
|
5238
|
+
readonly anyOf: readonly [{
|
|
5239
|
+
readonly type: "string";
|
|
5240
|
+
}, {
|
|
5241
|
+
readonly type: "null";
|
|
5242
|
+
}];
|
|
5243
|
+
};
|
|
5244
|
+
};
|
|
5245
|
+
readonly required: readonly ["type", "model"];
|
|
5246
|
+
readonly additionalProperties: false;
|
|
5247
|
+
}];
|
|
4870
5248
|
};
|
|
4871
5249
|
};
|
|
4872
5250
|
};
|
|
@@ -5185,17 +5563,44 @@ export declare const graphProtocol: {
|
|
|
5185
5563
|
readonly fieldsMeta: {
|
|
5186
5564
|
readonly type: "object";
|
|
5187
5565
|
readonly additionalProperties: {
|
|
5188
|
-
readonly
|
|
5189
|
-
|
|
5190
|
-
readonly
|
|
5191
|
-
readonly
|
|
5566
|
+
readonly anyOf: readonly [{
|
|
5567
|
+
readonly type: "object";
|
|
5568
|
+
readonly properties: {
|
|
5569
|
+
readonly type: {
|
|
5192
5570
|
readonly type: "string";
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
}];
|
|
5571
|
+
readonly const: "account";
|
|
5572
|
+
};
|
|
5196
5573
|
};
|
|
5197
|
-
|
|
5198
|
-
|
|
5574
|
+
readonly required: readonly ["type"];
|
|
5575
|
+
readonly additionalProperties: false;
|
|
5576
|
+
}, {
|
|
5577
|
+
readonly type: "object";
|
|
5578
|
+
readonly properties: {
|
|
5579
|
+
readonly type: {
|
|
5580
|
+
readonly type: "string";
|
|
5581
|
+
readonly const: "attachment";
|
|
5582
|
+
};
|
|
5583
|
+
};
|
|
5584
|
+
readonly required: readonly ["type"];
|
|
5585
|
+
readonly additionalProperties: false;
|
|
5586
|
+
}, {
|
|
5587
|
+
readonly type: "object";
|
|
5588
|
+
readonly properties: {
|
|
5589
|
+
readonly type: {
|
|
5590
|
+
readonly type: "string";
|
|
5591
|
+
readonly const: "document";
|
|
5592
|
+
};
|
|
5593
|
+
readonly model: {
|
|
5594
|
+
readonly anyOf: readonly [{
|
|
5595
|
+
readonly type: "string";
|
|
5596
|
+
}, {
|
|
5597
|
+
readonly type: "null";
|
|
5598
|
+
}];
|
|
5599
|
+
};
|
|
5600
|
+
};
|
|
5601
|
+
readonly required: readonly ["type", "model"];
|
|
5602
|
+
readonly additionalProperties: false;
|
|
5603
|
+
}];
|
|
5199
5604
|
};
|
|
5200
5605
|
};
|
|
5201
5606
|
};
|
|
@@ -5562,17 +5967,44 @@ export declare const graphProtocol: {
|
|
|
5562
5967
|
readonly fieldsMeta: {
|
|
5563
5968
|
readonly type: "object";
|
|
5564
5969
|
readonly additionalProperties: {
|
|
5565
|
-
readonly
|
|
5566
|
-
|
|
5567
|
-
readonly
|
|
5568
|
-
readonly
|
|
5970
|
+
readonly anyOf: readonly [{
|
|
5971
|
+
readonly type: "object";
|
|
5972
|
+
readonly properties: {
|
|
5973
|
+
readonly type: {
|
|
5569
5974
|
readonly type: "string";
|
|
5570
|
-
|
|
5571
|
-
|
|
5572
|
-
}];
|
|
5975
|
+
readonly const: "account";
|
|
5976
|
+
};
|
|
5573
5977
|
};
|
|
5574
|
-
|
|
5575
|
-
|
|
5978
|
+
readonly required: readonly ["type"];
|
|
5979
|
+
readonly additionalProperties: false;
|
|
5980
|
+
}, {
|
|
5981
|
+
readonly type: "object";
|
|
5982
|
+
readonly properties: {
|
|
5983
|
+
readonly type: {
|
|
5984
|
+
readonly type: "string";
|
|
5985
|
+
readonly const: "attachment";
|
|
5986
|
+
};
|
|
5987
|
+
};
|
|
5988
|
+
readonly required: readonly ["type"];
|
|
5989
|
+
readonly additionalProperties: false;
|
|
5990
|
+
}, {
|
|
5991
|
+
readonly type: "object";
|
|
5992
|
+
readonly properties: {
|
|
5993
|
+
readonly type: {
|
|
5994
|
+
readonly type: "string";
|
|
5995
|
+
readonly const: "document";
|
|
5996
|
+
};
|
|
5997
|
+
readonly model: {
|
|
5998
|
+
readonly anyOf: readonly [{
|
|
5999
|
+
readonly type: "string";
|
|
6000
|
+
}, {
|
|
6001
|
+
readonly type: "null";
|
|
6002
|
+
}];
|
|
6003
|
+
};
|
|
6004
|
+
};
|
|
6005
|
+
readonly required: readonly ["type", "model"];
|
|
6006
|
+
readonly additionalProperties: false;
|
|
6007
|
+
}];
|
|
5576
6008
|
};
|
|
5577
6009
|
};
|
|
5578
6010
|
};
|
|
@@ -5885,17 +6317,44 @@ export declare const graphProtocol: {
|
|
|
5885
6317
|
readonly fieldsMeta: {
|
|
5886
6318
|
readonly type: "object";
|
|
5887
6319
|
readonly additionalProperties: {
|
|
5888
|
-
readonly
|
|
5889
|
-
|
|
5890
|
-
readonly
|
|
5891
|
-
readonly
|
|
6320
|
+
readonly anyOf: readonly [{
|
|
6321
|
+
readonly type: "object";
|
|
6322
|
+
readonly properties: {
|
|
6323
|
+
readonly type: {
|
|
5892
6324
|
readonly type: "string";
|
|
5893
|
-
|
|
5894
|
-
|
|
5895
|
-
}];
|
|
6325
|
+
readonly const: "account";
|
|
6326
|
+
};
|
|
5896
6327
|
};
|
|
5897
|
-
|
|
5898
|
-
|
|
6328
|
+
readonly required: readonly ["type"];
|
|
6329
|
+
readonly additionalProperties: false;
|
|
6330
|
+
}, {
|
|
6331
|
+
readonly type: "object";
|
|
6332
|
+
readonly properties: {
|
|
6333
|
+
readonly type: {
|
|
6334
|
+
readonly type: "string";
|
|
6335
|
+
readonly const: "attachment";
|
|
6336
|
+
};
|
|
6337
|
+
};
|
|
6338
|
+
readonly required: readonly ["type"];
|
|
6339
|
+
readonly additionalProperties: false;
|
|
6340
|
+
}, {
|
|
6341
|
+
readonly type: "object";
|
|
6342
|
+
readonly properties: {
|
|
6343
|
+
readonly type: {
|
|
6344
|
+
readonly type: "string";
|
|
6345
|
+
readonly const: "document";
|
|
6346
|
+
};
|
|
6347
|
+
readonly model: {
|
|
6348
|
+
readonly anyOf: readonly [{
|
|
6349
|
+
readonly type: "string";
|
|
6350
|
+
}, {
|
|
6351
|
+
readonly type: "null";
|
|
6352
|
+
}];
|
|
6353
|
+
};
|
|
6354
|
+
};
|
|
6355
|
+
readonly required: readonly ["type", "model"];
|
|
6356
|
+
readonly additionalProperties: false;
|
|
6357
|
+
}];
|
|
5899
6358
|
};
|
|
5900
6359
|
};
|
|
5901
6360
|
};
|
|
@@ -6214,17 +6673,44 @@ export declare const graphProtocol: {
|
|
|
6214
6673
|
readonly fieldsMeta: {
|
|
6215
6674
|
readonly type: "object";
|
|
6216
6675
|
readonly additionalProperties: {
|
|
6217
|
-
readonly
|
|
6218
|
-
|
|
6219
|
-
readonly
|
|
6220
|
-
readonly
|
|
6676
|
+
readonly anyOf: readonly [{
|
|
6677
|
+
readonly type: "object";
|
|
6678
|
+
readonly properties: {
|
|
6679
|
+
readonly type: {
|
|
6221
6680
|
readonly type: "string";
|
|
6222
|
-
|
|
6223
|
-
|
|
6224
|
-
}];
|
|
6681
|
+
readonly const: "account";
|
|
6682
|
+
};
|
|
6225
6683
|
};
|
|
6226
|
-
|
|
6227
|
-
|
|
6684
|
+
readonly required: readonly ["type"];
|
|
6685
|
+
readonly additionalProperties: false;
|
|
6686
|
+
}, {
|
|
6687
|
+
readonly type: "object";
|
|
6688
|
+
readonly properties: {
|
|
6689
|
+
readonly type: {
|
|
6690
|
+
readonly type: "string";
|
|
6691
|
+
readonly const: "attachment";
|
|
6692
|
+
};
|
|
6693
|
+
};
|
|
6694
|
+
readonly required: readonly ["type"];
|
|
6695
|
+
readonly additionalProperties: false;
|
|
6696
|
+
}, {
|
|
6697
|
+
readonly type: "object";
|
|
6698
|
+
readonly properties: {
|
|
6699
|
+
readonly type: {
|
|
6700
|
+
readonly type: "string";
|
|
6701
|
+
readonly const: "document";
|
|
6702
|
+
};
|
|
6703
|
+
readonly model: {
|
|
6704
|
+
readonly anyOf: readonly [{
|
|
6705
|
+
readonly type: "string";
|
|
6706
|
+
}, {
|
|
6707
|
+
readonly type: "null";
|
|
6708
|
+
}];
|
|
6709
|
+
};
|
|
6710
|
+
};
|
|
6711
|
+
readonly required: readonly ["type", "model"];
|
|
6712
|
+
readonly additionalProperties: false;
|
|
6713
|
+
}];
|
|
6228
6714
|
};
|
|
6229
6715
|
};
|
|
6230
6716
|
};
|