@kubun/protocol 0.3.11 → 0.4.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- 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/services/graph.d.ts +2066 -1576
- package/lib/services/graph.d.ts.map +1 -1
- package/lib/services/graph.js +12 -11
- 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
|
};
|
|
@@ -1027,7 +1108,7 @@ export declare const deployGraphResult: {
|
|
|
1027
1108
|
readonly id: {
|
|
1028
1109
|
readonly type: "string";
|
|
1029
1110
|
};
|
|
1030
|
-
readonly
|
|
1111
|
+
readonly record: {
|
|
1031
1112
|
readonly type: "object";
|
|
1032
1113
|
readonly additionalProperties: {
|
|
1033
1114
|
readonly $id: "urn:kubun:protocol:model:document";
|
|
@@ -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
|
};
|
|
@@ -2009,8 +2171,14 @@ export declare const deployGraphResult: {
|
|
|
2009
2171
|
}];
|
|
2010
2172
|
};
|
|
2011
2173
|
};
|
|
2174
|
+
readonly aliases: {
|
|
2175
|
+
readonly type: "object";
|
|
2176
|
+
readonly additionalProperties: {
|
|
2177
|
+
readonly type: "string";
|
|
2178
|
+
};
|
|
2179
|
+
};
|
|
2012
2180
|
};
|
|
2013
|
-
readonly required: readonly ["id", "
|
|
2181
|
+
readonly required: readonly ["id", "record", "aliases"];
|
|
2014
2182
|
readonly additionalProperties: false;
|
|
2015
2183
|
};
|
|
2016
2184
|
export type DeployGraphResult = FromSchema<typeof deployGraphResult>;
|
|
@@ -2052,321 +2220,345 @@ export type LoadGraphParams = FromSchema<typeof loadGraphParams>;
|
|
|
2052
2220
|
export declare const loadGraphResult: {
|
|
2053
2221
|
readonly type: "object";
|
|
2054
2222
|
readonly properties: {
|
|
2055
|
-
readonly
|
|
2056
|
-
readonly
|
|
2057
|
-
|
|
2058
|
-
readonly
|
|
2059
|
-
|
|
2060
|
-
readonly
|
|
2061
|
-
|
|
2062
|
-
readonly
|
|
2063
|
-
readonly
|
|
2064
|
-
|
|
2065
|
-
|
|
2066
|
-
|
|
2067
|
-
readonly
|
|
2068
|
-
|
|
2069
|
-
|
|
2070
|
-
|
|
2071
|
-
readonly
|
|
2223
|
+
readonly record: {
|
|
2224
|
+
readonly type: "object";
|
|
2225
|
+
readonly additionalProperties: {
|
|
2226
|
+
readonly $id: "urn:kubun:protocol:model:document";
|
|
2227
|
+
readonly anyOf: readonly [{
|
|
2228
|
+
readonly type: "object";
|
|
2229
|
+
readonly properties: {
|
|
2230
|
+
readonly behavior: {
|
|
2231
|
+
readonly type: "string";
|
|
2232
|
+
readonly const: "default";
|
|
2233
|
+
};
|
|
2234
|
+
readonly name: {
|
|
2235
|
+
readonly type: "string";
|
|
2236
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2237
|
+
};
|
|
2238
|
+
readonly version: {
|
|
2239
|
+
readonly type: "string";
|
|
2240
|
+
readonly const: "1.0";
|
|
2241
|
+
};
|
|
2242
|
+
readonly interfaces: {
|
|
2243
|
+
readonly type: "array";
|
|
2244
|
+
readonly items: {
|
|
2072
2245
|
readonly type: "string";
|
|
2073
|
-
readonly const: "1.0";
|
|
2074
|
-
};
|
|
2075
|
-
readonly interfaces: {
|
|
2076
|
-
readonly type: "array";
|
|
2077
|
-
readonly items: {
|
|
2078
|
-
readonly type: "string";
|
|
2079
|
-
};
|
|
2080
2246
|
};
|
|
2081
|
-
|
|
2082
|
-
|
|
2083
|
-
|
|
2084
|
-
|
|
2085
|
-
|
|
2086
|
-
|
|
2247
|
+
};
|
|
2248
|
+
readonly schema: {
|
|
2249
|
+
readonly type: "object";
|
|
2250
|
+
readonly properties: {
|
|
2251
|
+
readonly $defs: {
|
|
2252
|
+
readonly type: "object";
|
|
2253
|
+
readonly additionalProperties: {
|
|
2254
|
+
readonly anyOf: readonly [{
|
|
2087
2255
|
readonly anyOf: readonly [{
|
|
2256
|
+
readonly type: "object";
|
|
2257
|
+
readonly properties: {
|
|
2258
|
+
readonly type: {
|
|
2259
|
+
readonly type: "string";
|
|
2260
|
+
readonly const: "boolean";
|
|
2261
|
+
};
|
|
2262
|
+
readonly default: {
|
|
2263
|
+
readonly type: "boolean";
|
|
2264
|
+
};
|
|
2265
|
+
};
|
|
2266
|
+
readonly required: readonly ["type"];
|
|
2267
|
+
readonly additionalProperties: false;
|
|
2268
|
+
}, {
|
|
2269
|
+
readonly type: "object";
|
|
2270
|
+
readonly properties: {
|
|
2271
|
+
readonly type: {
|
|
2272
|
+
readonly type: "string";
|
|
2273
|
+
readonly const: "integer";
|
|
2274
|
+
};
|
|
2275
|
+
readonly default: {
|
|
2276
|
+
readonly type: "integer";
|
|
2277
|
+
};
|
|
2278
|
+
readonly minimum: {
|
|
2279
|
+
readonly type: "integer";
|
|
2280
|
+
};
|
|
2281
|
+
readonly maximum: {
|
|
2282
|
+
readonly type: "integer";
|
|
2283
|
+
};
|
|
2284
|
+
};
|
|
2285
|
+
readonly required: readonly ["type"];
|
|
2286
|
+
readonly additionalProperties: false;
|
|
2287
|
+
}, {
|
|
2288
|
+
readonly type: "object";
|
|
2289
|
+
readonly properties: {
|
|
2290
|
+
readonly type: {
|
|
2291
|
+
readonly type: "string";
|
|
2292
|
+
readonly const: "number";
|
|
2293
|
+
};
|
|
2294
|
+
readonly default: {
|
|
2295
|
+
readonly type: "number";
|
|
2296
|
+
};
|
|
2297
|
+
readonly min: {
|
|
2298
|
+
readonly type: "number";
|
|
2299
|
+
};
|
|
2300
|
+
readonly max: {
|
|
2301
|
+
readonly type: "number";
|
|
2302
|
+
};
|
|
2303
|
+
};
|
|
2304
|
+
readonly required: readonly ["type"];
|
|
2305
|
+
readonly additionalProperties: false;
|
|
2306
|
+
}, {
|
|
2088
2307
|
readonly anyOf: readonly [{
|
|
2089
2308
|
readonly type: "object";
|
|
2090
2309
|
readonly properties: {
|
|
2091
2310
|
readonly type: {
|
|
2092
2311
|
readonly type: "string";
|
|
2093
|
-
readonly const: "
|
|
2094
|
-
};
|
|
2095
|
-
readonly default: {
|
|
2096
|
-
readonly type: "boolean";
|
|
2312
|
+
readonly const: "string";
|
|
2097
2313
|
};
|
|
2098
|
-
|
|
2099
|
-
readonly required: readonly ["type"];
|
|
2100
|
-
readonly additionalProperties: false;
|
|
2101
|
-
}, {
|
|
2102
|
-
readonly type: "object";
|
|
2103
|
-
readonly properties: {
|
|
2104
|
-
readonly type: {
|
|
2314
|
+
readonly title: {
|
|
2105
2315
|
readonly type: "string";
|
|
2106
|
-
readonly const: "integer";
|
|
2107
|
-
};
|
|
2108
|
-
readonly default: {
|
|
2109
|
-
readonly type: "integer";
|
|
2110
|
-
};
|
|
2111
|
-
readonly minimum: {
|
|
2112
|
-
readonly type: "integer";
|
|
2113
|
-
};
|
|
2114
|
-
readonly maximum: {
|
|
2115
|
-
readonly type: "integer";
|
|
2116
2316
|
};
|
|
2117
|
-
|
|
2118
|
-
readonly required: readonly ["type"];
|
|
2119
|
-
readonly additionalProperties: false;
|
|
2120
|
-
}, {
|
|
2121
|
-
readonly type: "object";
|
|
2122
|
-
readonly properties: {
|
|
2123
|
-
readonly type: {
|
|
2317
|
+
readonly const: {
|
|
2124
2318
|
readonly type: "string";
|
|
2125
|
-
readonly const: "number";
|
|
2126
2319
|
};
|
|
2127
2320
|
readonly default: {
|
|
2128
|
-
readonly type: "
|
|
2129
|
-
};
|
|
2130
|
-
readonly min: {
|
|
2131
|
-
readonly type: "number";
|
|
2132
|
-
};
|
|
2133
|
-
readonly max: {
|
|
2134
|
-
readonly type: "number";
|
|
2321
|
+
readonly type: "string";
|
|
2135
2322
|
};
|
|
2136
2323
|
};
|
|
2137
|
-
readonly required: readonly ["type"];
|
|
2324
|
+
readonly required: readonly ["type", "const"];
|
|
2138
2325
|
readonly additionalProperties: false;
|
|
2139
2326
|
}, {
|
|
2140
|
-
readonly anyOf: readonly [{
|
|
2141
|
-
readonly type: "object";
|
|
2142
|
-
readonly properties: {
|
|
2143
|
-
readonly type: {
|
|
2144
|
-
readonly type: "string";
|
|
2145
|
-
readonly const: "string";
|
|
2146
|
-
};
|
|
2147
|
-
readonly title: {
|
|
2148
|
-
readonly type: "string";
|
|
2149
|
-
};
|
|
2150
|
-
readonly const: {
|
|
2151
|
-
readonly type: "string";
|
|
2152
|
-
};
|
|
2153
|
-
readonly default: {
|
|
2154
|
-
readonly type: "string";
|
|
2155
|
-
};
|
|
2156
|
-
};
|
|
2157
|
-
readonly required: readonly ["type", "const"];
|
|
2158
|
-
readonly additionalProperties: false;
|
|
2159
|
-
}, {
|
|
2160
|
-
readonly type: "object";
|
|
2161
|
-
readonly properties: {
|
|
2162
|
-
readonly type: {
|
|
2163
|
-
readonly type: "string";
|
|
2164
|
-
readonly const: "string";
|
|
2165
|
-
};
|
|
2166
|
-
readonly title: {
|
|
2167
|
-
readonly type: "string";
|
|
2168
|
-
};
|
|
2169
|
-
readonly pattern: {
|
|
2170
|
-
readonly type: "string";
|
|
2171
|
-
};
|
|
2172
|
-
readonly default: {
|
|
2173
|
-
readonly type: "string";
|
|
2174
|
-
};
|
|
2175
|
-
readonly minLength: {
|
|
2176
|
-
readonly type: "integer";
|
|
2177
|
-
};
|
|
2178
|
-
readonly maxLength: {
|
|
2179
|
-
readonly type: "integer";
|
|
2180
|
-
};
|
|
2181
|
-
};
|
|
2182
|
-
readonly required: readonly ["type"];
|
|
2183
|
-
readonly additionalProperties: false;
|
|
2184
|
-
}, {
|
|
2185
|
-
readonly type: "object";
|
|
2186
|
-
readonly properties: {
|
|
2187
|
-
readonly type: {
|
|
2188
|
-
readonly type: "string";
|
|
2189
|
-
readonly const: "string";
|
|
2190
|
-
};
|
|
2191
|
-
readonly title: {
|
|
2192
|
-
readonly type: "string";
|
|
2193
|
-
};
|
|
2194
|
-
readonly enum: {
|
|
2195
|
-
readonly type: "array";
|
|
2196
|
-
readonly items: {
|
|
2197
|
-
readonly type: "string";
|
|
2198
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2199
|
-
};
|
|
2200
|
-
};
|
|
2201
|
-
readonly default: {
|
|
2202
|
-
readonly type: "string";
|
|
2203
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2204
|
-
};
|
|
2205
|
-
};
|
|
2206
|
-
readonly required: readonly ["type", "title", "enum"];
|
|
2207
|
-
readonly additionalProperties: false;
|
|
2208
|
-
}, {
|
|
2209
|
-
readonly type: "object";
|
|
2210
|
-
readonly properties: {
|
|
2211
|
-
readonly type: {
|
|
2212
|
-
readonly type: "string";
|
|
2213
|
-
readonly const: "string";
|
|
2214
|
-
};
|
|
2215
|
-
readonly format: {
|
|
2216
|
-
readonly type: "string";
|
|
2217
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2218
|
-
};
|
|
2219
|
-
readonly title: {
|
|
2220
|
-
readonly type: "string";
|
|
2221
|
-
};
|
|
2222
|
-
readonly default: {
|
|
2223
|
-
readonly type: "string";
|
|
2224
|
-
};
|
|
2225
|
-
readonly minLength: {
|
|
2226
|
-
readonly type: "integer";
|
|
2227
|
-
};
|
|
2228
|
-
readonly maxLength: {
|
|
2229
|
-
readonly type: "integer";
|
|
2230
|
-
};
|
|
2231
|
-
};
|
|
2232
|
-
readonly required: readonly ["type", "format"];
|
|
2233
|
-
readonly additionalProperties: false;
|
|
2234
|
-
}];
|
|
2235
|
-
}];
|
|
2236
|
-
}, {
|
|
2237
|
-
readonly anyOf: readonly [{
|
|
2238
2327
|
readonly type: "object";
|
|
2239
2328
|
readonly properties: {
|
|
2240
2329
|
readonly type: {
|
|
2241
2330
|
readonly type: "string";
|
|
2242
|
-
readonly const: "
|
|
2331
|
+
readonly const: "string";
|
|
2243
2332
|
};
|
|
2244
2333
|
readonly title: {
|
|
2245
2334
|
readonly type: "string";
|
|
2246
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2247
2335
|
};
|
|
2248
|
-
readonly
|
|
2249
|
-
readonly type: "
|
|
2250
|
-
readonly properties: {
|
|
2251
|
-
readonly $ref: {
|
|
2252
|
-
readonly type: "string";
|
|
2253
|
-
};
|
|
2254
|
-
};
|
|
2255
|
-
readonly required: readonly ["$ref"];
|
|
2256
|
-
readonly additionalProperties: false;
|
|
2336
|
+
readonly pattern: {
|
|
2337
|
+
readonly type: "string";
|
|
2257
2338
|
};
|
|
2258
|
-
readonly
|
|
2259
|
-
readonly type: "
|
|
2339
|
+
readonly default: {
|
|
2340
|
+
readonly type: "string";
|
|
2260
2341
|
};
|
|
2261
|
-
readonly
|
|
2342
|
+
readonly minLength: {
|
|
2262
2343
|
readonly type: "integer";
|
|
2263
2344
|
};
|
|
2264
|
-
readonly
|
|
2345
|
+
readonly maxLength: {
|
|
2265
2346
|
readonly type: "integer";
|
|
2266
2347
|
};
|
|
2267
2348
|
};
|
|
2268
|
-
readonly required: readonly ["type"
|
|
2349
|
+
readonly required: readonly ["type"];
|
|
2269
2350
|
readonly additionalProperties: false;
|
|
2270
2351
|
}, {
|
|
2271
2352
|
readonly type: "object";
|
|
2272
2353
|
readonly properties: {
|
|
2273
|
-
readonly title: {
|
|
2274
|
-
readonly type: "string";
|
|
2275
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2276
|
-
};
|
|
2277
2354
|
readonly type: {
|
|
2278
2355
|
readonly type: "string";
|
|
2279
|
-
readonly const: "
|
|
2356
|
+
readonly const: "string";
|
|
2280
2357
|
};
|
|
2281
|
-
readonly
|
|
2282
|
-
readonly type: "
|
|
2283
|
-
readonly patternProperties: {
|
|
2284
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2285
|
-
readonly type: "object";
|
|
2286
|
-
readonly properties: {
|
|
2287
|
-
readonly $ref: {
|
|
2288
|
-
readonly type: "string";
|
|
2289
|
-
};
|
|
2290
|
-
};
|
|
2291
|
-
readonly required: readonly ["$ref"];
|
|
2292
|
-
readonly additionalProperties: false;
|
|
2293
|
-
};
|
|
2294
|
-
};
|
|
2295
|
-
readonly additionalProperties: false;
|
|
2358
|
+
readonly title: {
|
|
2359
|
+
readonly type: "string";
|
|
2296
2360
|
};
|
|
2297
|
-
readonly
|
|
2361
|
+
readonly enum: {
|
|
2298
2362
|
readonly type: "array";
|
|
2299
2363
|
readonly items: {
|
|
2300
2364
|
readonly type: "string";
|
|
2365
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2301
2366
|
};
|
|
2302
2367
|
};
|
|
2303
|
-
readonly
|
|
2304
|
-
readonly type: "
|
|
2368
|
+
readonly default: {
|
|
2369
|
+
readonly type: "string";
|
|
2370
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2305
2371
|
};
|
|
2306
2372
|
};
|
|
2307
|
-
readonly required: readonly ["type", "
|
|
2373
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
2308
2374
|
readonly additionalProperties: false;
|
|
2309
2375
|
}, {
|
|
2310
2376
|
readonly type: "object";
|
|
2311
2377
|
readonly properties: {
|
|
2312
2378
|
readonly type: {
|
|
2313
2379
|
readonly type: "string";
|
|
2314
|
-
readonly const: "
|
|
2380
|
+
readonly const: "string";
|
|
2381
|
+
};
|
|
2382
|
+
readonly format: {
|
|
2383
|
+
readonly type: "string";
|
|
2384
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2315
2385
|
};
|
|
2316
2386
|
readonly title: {
|
|
2317
2387
|
readonly type: "string";
|
|
2318
|
-
readonly const: "JSONObject";
|
|
2319
2388
|
};
|
|
2320
|
-
readonly
|
|
2321
|
-
readonly type: "
|
|
2322
|
-
|
|
2389
|
+
readonly default: {
|
|
2390
|
+
readonly type: "string";
|
|
2391
|
+
};
|
|
2392
|
+
readonly minLength: {
|
|
2393
|
+
readonly type: "integer";
|
|
2394
|
+
};
|
|
2395
|
+
readonly maxLength: {
|
|
2396
|
+
readonly type: "integer";
|
|
2323
2397
|
};
|
|
2324
2398
|
};
|
|
2325
|
-
readonly required: readonly ["type", "
|
|
2399
|
+
readonly required: readonly ["type", "format"];
|
|
2326
2400
|
readonly additionalProperties: false;
|
|
2327
2401
|
}];
|
|
2328
2402
|
}];
|
|
2329
|
-
}
|
|
2330
|
-
|
|
2331
|
-
readonly type: {
|
|
2332
|
-
readonly type: "string";
|
|
2333
|
-
readonly const: "object";
|
|
2334
|
-
};
|
|
2335
|
-
readonly properties: {
|
|
2336
|
-
readonly type: "object";
|
|
2337
|
-
readonly patternProperties: {
|
|
2338
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2403
|
+
}, {
|
|
2404
|
+
readonly anyOf: readonly [{
|
|
2339
2405
|
readonly type: "object";
|
|
2340
2406
|
readonly properties: {
|
|
2341
|
-
readonly
|
|
2407
|
+
readonly type: {
|
|
2342
2408
|
readonly type: "string";
|
|
2409
|
+
readonly const: "array";
|
|
2343
2410
|
};
|
|
2344
|
-
|
|
2345
|
-
|
|
2346
|
-
|
|
2347
|
-
|
|
2348
|
-
|
|
2349
|
-
|
|
2350
|
-
|
|
2351
|
-
|
|
2352
|
-
|
|
2353
|
-
|
|
2354
|
-
|
|
2355
|
-
|
|
2356
|
-
|
|
2357
|
-
|
|
2358
|
-
|
|
2359
|
-
|
|
2360
|
-
|
|
2361
|
-
|
|
2362
|
-
|
|
2363
|
-
|
|
2364
|
-
|
|
2365
|
-
|
|
2366
|
-
|
|
2411
|
+
readonly title: {
|
|
2412
|
+
readonly type: "string";
|
|
2413
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2414
|
+
};
|
|
2415
|
+
readonly items: {
|
|
2416
|
+
readonly type: "object";
|
|
2417
|
+
readonly properties: {
|
|
2418
|
+
readonly $ref: {
|
|
2419
|
+
readonly type: "string";
|
|
2420
|
+
};
|
|
2421
|
+
};
|
|
2422
|
+
readonly required: readonly ["$ref"];
|
|
2423
|
+
readonly additionalProperties: false;
|
|
2424
|
+
};
|
|
2425
|
+
readonly uniqueItems: {
|
|
2426
|
+
readonly type: "boolean";
|
|
2427
|
+
};
|
|
2428
|
+
readonly minItems: {
|
|
2429
|
+
readonly type: "integer";
|
|
2430
|
+
};
|
|
2431
|
+
readonly maxItems: {
|
|
2432
|
+
readonly type: "integer";
|
|
2433
|
+
};
|
|
2434
|
+
};
|
|
2435
|
+
readonly required: readonly ["type", "title", "items"];
|
|
2436
|
+
readonly additionalProperties: false;
|
|
2437
|
+
}, {
|
|
2438
|
+
readonly type: "object";
|
|
2439
|
+
readonly properties: {
|
|
2440
|
+
readonly title: {
|
|
2441
|
+
readonly type: "string";
|
|
2442
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2443
|
+
};
|
|
2444
|
+
readonly type: {
|
|
2445
|
+
readonly type: "string";
|
|
2446
|
+
readonly const: "object";
|
|
2447
|
+
};
|
|
2448
|
+
readonly properties: {
|
|
2449
|
+
readonly type: "object";
|
|
2450
|
+
readonly patternProperties: {
|
|
2451
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2452
|
+
readonly type: "object";
|
|
2453
|
+
readonly properties: {
|
|
2454
|
+
readonly $ref: {
|
|
2455
|
+
readonly type: "string";
|
|
2456
|
+
};
|
|
2457
|
+
};
|
|
2458
|
+
readonly required: readonly ["$ref"];
|
|
2459
|
+
readonly additionalProperties: false;
|
|
2460
|
+
};
|
|
2461
|
+
};
|
|
2462
|
+
readonly additionalProperties: false;
|
|
2463
|
+
};
|
|
2464
|
+
readonly required: {
|
|
2465
|
+
readonly type: "array";
|
|
2466
|
+
readonly items: {
|
|
2467
|
+
readonly type: "string";
|
|
2468
|
+
};
|
|
2469
|
+
};
|
|
2470
|
+
readonly additionalProperties: {
|
|
2471
|
+
readonly type: "boolean";
|
|
2472
|
+
};
|
|
2473
|
+
};
|
|
2474
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2475
|
+
readonly additionalProperties: false;
|
|
2476
|
+
}, {
|
|
2477
|
+
readonly type: "object";
|
|
2478
|
+
readonly properties: {
|
|
2479
|
+
readonly type: {
|
|
2480
|
+
readonly type: "string";
|
|
2481
|
+
readonly const: "object";
|
|
2482
|
+
};
|
|
2483
|
+
readonly title: {
|
|
2484
|
+
readonly type: "string";
|
|
2485
|
+
readonly const: "JSONObject";
|
|
2486
|
+
};
|
|
2487
|
+
readonly additionalProperties: {
|
|
2488
|
+
readonly type: "boolean";
|
|
2489
|
+
readonly const: true;
|
|
2490
|
+
};
|
|
2491
|
+
};
|
|
2492
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
2493
|
+
readonly additionalProperties: false;
|
|
2494
|
+
}];
|
|
2495
|
+
}];
|
|
2496
|
+
};
|
|
2497
|
+
};
|
|
2498
|
+
readonly type: {
|
|
2499
|
+
readonly type: "string";
|
|
2500
|
+
readonly const: "object";
|
|
2501
|
+
};
|
|
2502
|
+
readonly properties: {
|
|
2503
|
+
readonly type: "object";
|
|
2504
|
+
readonly patternProperties: {
|
|
2505
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2506
|
+
readonly type: "object";
|
|
2507
|
+
readonly properties: {
|
|
2508
|
+
readonly $ref: {
|
|
2509
|
+
readonly type: "string";
|
|
2510
|
+
};
|
|
2511
|
+
};
|
|
2512
|
+
readonly required: readonly ["$ref"];
|
|
2513
|
+
readonly additionalProperties: false;
|
|
2514
|
+
};
|
|
2515
|
+
};
|
|
2516
|
+
readonly additionalProperties: false;
|
|
2517
|
+
};
|
|
2518
|
+
readonly required: {
|
|
2519
|
+
readonly type: "array";
|
|
2520
|
+
readonly items: {
|
|
2521
|
+
readonly type: "string";
|
|
2522
|
+
};
|
|
2523
|
+
};
|
|
2524
|
+
readonly additionalProperties: {
|
|
2525
|
+
readonly type: "boolean";
|
|
2526
|
+
};
|
|
2527
|
+
};
|
|
2528
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2529
|
+
readonly additionalProperties: false;
|
|
2530
|
+
};
|
|
2531
|
+
readonly fieldsMeta: {
|
|
2532
|
+
readonly type: "object";
|
|
2533
|
+
readonly additionalProperties: {
|
|
2534
|
+
readonly anyOf: readonly [{
|
|
2535
|
+
readonly type: "object";
|
|
2536
|
+
readonly properties: {
|
|
2537
|
+
readonly type: {
|
|
2538
|
+
readonly type: "string";
|
|
2539
|
+
readonly const: "account";
|
|
2540
|
+
};
|
|
2541
|
+
};
|
|
2542
|
+
readonly required: readonly ["type"];
|
|
2543
|
+
readonly additionalProperties: false;
|
|
2544
|
+
}, {
|
|
2545
|
+
readonly type: "object";
|
|
2546
|
+
readonly properties: {
|
|
2547
|
+
readonly type: {
|
|
2548
|
+
readonly type: "string";
|
|
2549
|
+
readonly const: "attachment";
|
|
2550
|
+
};
|
|
2551
|
+
};
|
|
2552
|
+
readonly required: readonly ["type"];
|
|
2553
|
+
readonly additionalProperties: false;
|
|
2554
|
+
}, {
|
|
2367
2555
|
readonly type: "object";
|
|
2368
2556
|
readonly properties: {
|
|
2369
|
-
readonly
|
|
2557
|
+
readonly type: {
|
|
2558
|
+
readonly type: "string";
|
|
2559
|
+
readonly const: "document";
|
|
2560
|
+
};
|
|
2561
|
+
readonly model: {
|
|
2370
2562
|
readonly anyOf: readonly [{
|
|
2371
2563
|
readonly type: "string";
|
|
2372
2564
|
}, {
|
|
@@ -2374,322 +2566,349 @@ export declare const loadGraphResult: {
|
|
|
2374
2566
|
}];
|
|
2375
2567
|
};
|
|
2376
2568
|
};
|
|
2569
|
+
readonly required: readonly ["type", "model"];
|
|
2377
2570
|
readonly additionalProperties: false;
|
|
2378
|
-
};
|
|
2571
|
+
}];
|
|
2379
2572
|
};
|
|
2380
2573
|
};
|
|
2381
|
-
|
|
2382
|
-
|
|
2383
|
-
|
|
2384
|
-
|
|
2385
|
-
|
|
2386
|
-
|
|
2387
|
-
|
|
2388
|
-
|
|
2389
|
-
|
|
2390
|
-
|
|
2391
|
-
|
|
2392
|
-
|
|
2393
|
-
|
|
2394
|
-
|
|
2574
|
+
};
|
|
2575
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
2576
|
+
readonly additionalProperties: false;
|
|
2577
|
+
}, {
|
|
2578
|
+
readonly type: "object";
|
|
2579
|
+
readonly properties: {
|
|
2580
|
+
readonly behavior: {
|
|
2581
|
+
readonly type: "string";
|
|
2582
|
+
readonly const: "interface";
|
|
2583
|
+
};
|
|
2584
|
+
readonly name: {
|
|
2585
|
+
readonly type: "string";
|
|
2586
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2587
|
+
};
|
|
2588
|
+
readonly version: {
|
|
2589
|
+
readonly type: "string";
|
|
2590
|
+
readonly const: "1.0";
|
|
2591
|
+
};
|
|
2592
|
+
readonly interfaces: {
|
|
2593
|
+
readonly type: "array";
|
|
2594
|
+
readonly items: {
|
|
2395
2595
|
readonly type: "string";
|
|
2396
|
-
readonly const: "1.0";
|
|
2397
|
-
};
|
|
2398
|
-
readonly interfaces: {
|
|
2399
|
-
readonly type: "array";
|
|
2400
|
-
readonly items: {
|
|
2401
|
-
readonly type: "string";
|
|
2402
|
-
};
|
|
2403
2596
|
};
|
|
2404
|
-
|
|
2405
|
-
|
|
2406
|
-
|
|
2407
|
-
|
|
2408
|
-
|
|
2409
|
-
|
|
2597
|
+
};
|
|
2598
|
+
readonly schema: {
|
|
2599
|
+
readonly type: "object";
|
|
2600
|
+
readonly properties: {
|
|
2601
|
+
readonly $defs: {
|
|
2602
|
+
readonly type: "object";
|
|
2603
|
+
readonly additionalProperties: {
|
|
2604
|
+
readonly anyOf: readonly [{
|
|
2410
2605
|
readonly anyOf: readonly [{
|
|
2606
|
+
readonly type: "object";
|
|
2607
|
+
readonly properties: {
|
|
2608
|
+
readonly type: {
|
|
2609
|
+
readonly type: "string";
|
|
2610
|
+
readonly const: "boolean";
|
|
2611
|
+
};
|
|
2612
|
+
readonly default: {
|
|
2613
|
+
readonly type: "boolean";
|
|
2614
|
+
};
|
|
2615
|
+
};
|
|
2616
|
+
readonly required: readonly ["type"];
|
|
2617
|
+
readonly additionalProperties: false;
|
|
2618
|
+
}, {
|
|
2619
|
+
readonly type: "object";
|
|
2620
|
+
readonly properties: {
|
|
2621
|
+
readonly type: {
|
|
2622
|
+
readonly type: "string";
|
|
2623
|
+
readonly const: "integer";
|
|
2624
|
+
};
|
|
2625
|
+
readonly default: {
|
|
2626
|
+
readonly type: "integer";
|
|
2627
|
+
};
|
|
2628
|
+
readonly minimum: {
|
|
2629
|
+
readonly type: "integer";
|
|
2630
|
+
};
|
|
2631
|
+
readonly maximum: {
|
|
2632
|
+
readonly type: "integer";
|
|
2633
|
+
};
|
|
2634
|
+
};
|
|
2635
|
+
readonly required: readonly ["type"];
|
|
2636
|
+
readonly additionalProperties: false;
|
|
2637
|
+
}, {
|
|
2638
|
+
readonly type: "object";
|
|
2639
|
+
readonly properties: {
|
|
2640
|
+
readonly type: {
|
|
2641
|
+
readonly type: "string";
|
|
2642
|
+
readonly const: "number";
|
|
2643
|
+
};
|
|
2644
|
+
readonly default: {
|
|
2645
|
+
readonly type: "number";
|
|
2646
|
+
};
|
|
2647
|
+
readonly min: {
|
|
2648
|
+
readonly type: "number";
|
|
2649
|
+
};
|
|
2650
|
+
readonly max: {
|
|
2651
|
+
readonly type: "number";
|
|
2652
|
+
};
|
|
2653
|
+
};
|
|
2654
|
+
readonly required: readonly ["type"];
|
|
2655
|
+
readonly additionalProperties: false;
|
|
2656
|
+
}, {
|
|
2411
2657
|
readonly anyOf: readonly [{
|
|
2412
2658
|
readonly type: "object";
|
|
2413
2659
|
readonly properties: {
|
|
2414
2660
|
readonly type: {
|
|
2415
2661
|
readonly type: "string";
|
|
2416
|
-
readonly const: "
|
|
2662
|
+
readonly const: "string";
|
|
2663
|
+
};
|
|
2664
|
+
readonly title: {
|
|
2665
|
+
readonly type: "string";
|
|
2666
|
+
};
|
|
2667
|
+
readonly const: {
|
|
2668
|
+
readonly type: "string";
|
|
2417
2669
|
};
|
|
2418
2670
|
readonly default: {
|
|
2419
|
-
readonly type: "
|
|
2671
|
+
readonly type: "string";
|
|
2420
2672
|
};
|
|
2421
2673
|
};
|
|
2422
|
-
readonly required: readonly ["type"];
|
|
2674
|
+
readonly required: readonly ["type", "const"];
|
|
2423
2675
|
readonly additionalProperties: false;
|
|
2424
2676
|
}, {
|
|
2425
2677
|
readonly type: "object";
|
|
2426
2678
|
readonly properties: {
|
|
2427
2679
|
readonly type: {
|
|
2428
2680
|
readonly type: "string";
|
|
2429
|
-
readonly const: "
|
|
2430
|
-
};
|
|
2431
|
-
readonly default: {
|
|
2432
|
-
readonly type: "integer";
|
|
2681
|
+
readonly const: "string";
|
|
2433
2682
|
};
|
|
2434
|
-
readonly
|
|
2435
|
-
readonly type: "
|
|
2683
|
+
readonly title: {
|
|
2684
|
+
readonly type: "string";
|
|
2436
2685
|
};
|
|
2437
|
-
readonly
|
|
2438
|
-
readonly type: "integer";
|
|
2439
|
-
};
|
|
2440
|
-
};
|
|
2441
|
-
readonly required: readonly ["type"];
|
|
2442
|
-
readonly additionalProperties: false;
|
|
2443
|
-
}, {
|
|
2444
|
-
readonly type: "object";
|
|
2445
|
-
readonly properties: {
|
|
2446
|
-
readonly type: {
|
|
2686
|
+
readonly pattern: {
|
|
2447
2687
|
readonly type: "string";
|
|
2448
|
-
readonly const: "number";
|
|
2449
2688
|
};
|
|
2450
2689
|
readonly default: {
|
|
2451
|
-
readonly type: "
|
|
2690
|
+
readonly type: "string";
|
|
2452
2691
|
};
|
|
2453
|
-
readonly
|
|
2454
|
-
readonly type: "
|
|
2692
|
+
readonly minLength: {
|
|
2693
|
+
readonly type: "integer";
|
|
2455
2694
|
};
|
|
2456
|
-
readonly
|
|
2457
|
-
readonly type: "
|
|
2695
|
+
readonly maxLength: {
|
|
2696
|
+
readonly type: "integer";
|
|
2458
2697
|
};
|
|
2459
2698
|
};
|
|
2460
2699
|
readonly required: readonly ["type"];
|
|
2461
2700
|
readonly additionalProperties: false;
|
|
2462
2701
|
}, {
|
|
2463
|
-
readonly
|
|
2464
|
-
|
|
2465
|
-
readonly
|
|
2466
|
-
readonly type:
|
|
2467
|
-
|
|
2468
|
-
readonly const: "string";
|
|
2469
|
-
};
|
|
2470
|
-
readonly title: {
|
|
2471
|
-
readonly type: "string";
|
|
2472
|
-
};
|
|
2473
|
-
readonly const: {
|
|
2474
|
-
readonly type: "string";
|
|
2475
|
-
};
|
|
2476
|
-
readonly default: {
|
|
2477
|
-
readonly type: "string";
|
|
2478
|
-
};
|
|
2702
|
+
readonly type: "object";
|
|
2703
|
+
readonly properties: {
|
|
2704
|
+
readonly type: {
|
|
2705
|
+
readonly type: "string";
|
|
2706
|
+
readonly const: "string";
|
|
2479
2707
|
};
|
|
2480
|
-
readonly
|
|
2481
|
-
|
|
2482
|
-
}, {
|
|
2483
|
-
readonly type: "object";
|
|
2484
|
-
readonly properties: {
|
|
2485
|
-
readonly type: {
|
|
2486
|
-
readonly type: "string";
|
|
2487
|
-
readonly const: "string";
|
|
2488
|
-
};
|
|
2489
|
-
readonly title: {
|
|
2490
|
-
readonly type: "string";
|
|
2491
|
-
};
|
|
2492
|
-
readonly pattern: {
|
|
2493
|
-
readonly type: "string";
|
|
2494
|
-
};
|
|
2495
|
-
readonly default: {
|
|
2496
|
-
readonly type: "string";
|
|
2497
|
-
};
|
|
2498
|
-
readonly minLength: {
|
|
2499
|
-
readonly type: "integer";
|
|
2500
|
-
};
|
|
2501
|
-
readonly maxLength: {
|
|
2502
|
-
readonly type: "integer";
|
|
2503
|
-
};
|
|
2708
|
+
readonly title: {
|
|
2709
|
+
readonly type: "string";
|
|
2504
2710
|
};
|
|
2505
|
-
readonly
|
|
2506
|
-
|
|
2507
|
-
|
|
2508
|
-
readonly type: "object";
|
|
2509
|
-
readonly properties: {
|
|
2510
|
-
readonly type: {
|
|
2511
|
-
readonly type: "string";
|
|
2512
|
-
readonly const: "string";
|
|
2513
|
-
};
|
|
2514
|
-
readonly title: {
|
|
2515
|
-
readonly type: "string";
|
|
2516
|
-
};
|
|
2517
|
-
readonly enum: {
|
|
2518
|
-
readonly type: "array";
|
|
2519
|
-
readonly items: {
|
|
2520
|
-
readonly type: "string";
|
|
2521
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2522
|
-
};
|
|
2523
|
-
};
|
|
2524
|
-
readonly default: {
|
|
2711
|
+
readonly enum: {
|
|
2712
|
+
readonly type: "array";
|
|
2713
|
+
readonly items: {
|
|
2525
2714
|
readonly type: "string";
|
|
2526
2715
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2527
2716
|
};
|
|
2528
2717
|
};
|
|
2529
|
-
readonly
|
|
2530
|
-
|
|
2531
|
-
|
|
2532
|
-
readonly type: "object";
|
|
2533
|
-
readonly properties: {
|
|
2534
|
-
readonly type: {
|
|
2535
|
-
readonly type: "string";
|
|
2536
|
-
readonly const: "string";
|
|
2537
|
-
};
|
|
2538
|
-
readonly format: {
|
|
2539
|
-
readonly type: "string";
|
|
2540
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2541
|
-
};
|
|
2542
|
-
readonly title: {
|
|
2543
|
-
readonly type: "string";
|
|
2544
|
-
};
|
|
2545
|
-
readonly default: {
|
|
2546
|
-
readonly type: "string";
|
|
2547
|
-
};
|
|
2548
|
-
readonly minLength: {
|
|
2549
|
-
readonly type: "integer";
|
|
2550
|
-
};
|
|
2551
|
-
readonly maxLength: {
|
|
2552
|
-
readonly type: "integer";
|
|
2553
|
-
};
|
|
2718
|
+
readonly default: {
|
|
2719
|
+
readonly type: "string";
|
|
2720
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2554
2721
|
};
|
|
2555
|
-
|
|
2556
|
-
|
|
2557
|
-
|
|
2558
|
-
}
|
|
2559
|
-
}, {
|
|
2560
|
-
readonly anyOf: readonly [{
|
|
2722
|
+
};
|
|
2723
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
2724
|
+
readonly additionalProperties: false;
|
|
2725
|
+
}, {
|
|
2561
2726
|
readonly type: "object";
|
|
2562
2727
|
readonly properties: {
|
|
2563
2728
|
readonly type: {
|
|
2564
2729
|
readonly type: "string";
|
|
2565
|
-
readonly const: "
|
|
2730
|
+
readonly const: "string";
|
|
2566
2731
|
};
|
|
2567
|
-
readonly
|
|
2732
|
+
readonly format: {
|
|
2568
2733
|
readonly type: "string";
|
|
2569
|
-
readonly
|
|
2734
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2570
2735
|
};
|
|
2571
|
-
readonly
|
|
2572
|
-
readonly type: "
|
|
2573
|
-
readonly properties: {
|
|
2574
|
-
readonly $ref: {
|
|
2575
|
-
readonly type: "string";
|
|
2576
|
-
};
|
|
2577
|
-
};
|
|
2578
|
-
readonly required: readonly ["$ref"];
|
|
2579
|
-
readonly additionalProperties: false;
|
|
2736
|
+
readonly title: {
|
|
2737
|
+
readonly type: "string";
|
|
2580
2738
|
};
|
|
2581
|
-
readonly
|
|
2582
|
-
readonly type: "
|
|
2739
|
+
readonly default: {
|
|
2740
|
+
readonly type: "string";
|
|
2583
2741
|
};
|
|
2584
|
-
readonly
|
|
2742
|
+
readonly minLength: {
|
|
2585
2743
|
readonly type: "integer";
|
|
2586
2744
|
};
|
|
2587
|
-
readonly
|
|
2745
|
+
readonly maxLength: {
|
|
2588
2746
|
readonly type: "integer";
|
|
2589
2747
|
};
|
|
2590
2748
|
};
|
|
2591
|
-
readonly required: readonly ["type", "
|
|
2749
|
+
readonly required: readonly ["type", "format"];
|
|
2592
2750
|
readonly additionalProperties: false;
|
|
2593
|
-
}
|
|
2594
|
-
|
|
2595
|
-
|
|
2596
|
-
|
|
2597
|
-
|
|
2598
|
-
|
|
2599
|
-
|
|
2600
|
-
readonly type:
|
|
2601
|
-
|
|
2602
|
-
|
|
2603
|
-
|
|
2751
|
+
}];
|
|
2752
|
+
}];
|
|
2753
|
+
}, {
|
|
2754
|
+
readonly anyOf: readonly [{
|
|
2755
|
+
readonly type: "object";
|
|
2756
|
+
readonly properties: {
|
|
2757
|
+
readonly type: {
|
|
2758
|
+
readonly type: "string";
|
|
2759
|
+
readonly const: "array";
|
|
2760
|
+
};
|
|
2761
|
+
readonly title: {
|
|
2762
|
+
readonly type: "string";
|
|
2763
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2764
|
+
};
|
|
2765
|
+
readonly items: {
|
|
2766
|
+
readonly type: "object";
|
|
2604
2767
|
readonly properties: {
|
|
2605
|
-
readonly
|
|
2606
|
-
readonly patternProperties: {
|
|
2607
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2608
|
-
readonly type: "object";
|
|
2609
|
-
readonly properties: {
|
|
2610
|
-
readonly $ref: {
|
|
2611
|
-
readonly type: "string";
|
|
2612
|
-
};
|
|
2613
|
-
};
|
|
2614
|
-
readonly required: readonly ["$ref"];
|
|
2615
|
-
readonly additionalProperties: false;
|
|
2616
|
-
};
|
|
2617
|
-
};
|
|
2618
|
-
readonly additionalProperties: false;
|
|
2619
|
-
};
|
|
2620
|
-
readonly required: {
|
|
2621
|
-
readonly type: "array";
|
|
2622
|
-
readonly items: {
|
|
2768
|
+
readonly $ref: {
|
|
2623
2769
|
readonly type: "string";
|
|
2624
2770
|
};
|
|
2625
2771
|
};
|
|
2626
|
-
readonly
|
|
2627
|
-
|
|
2628
|
-
|
|
2772
|
+
readonly required: readonly ["$ref"];
|
|
2773
|
+
readonly additionalProperties: false;
|
|
2774
|
+
};
|
|
2775
|
+
readonly uniqueItems: {
|
|
2776
|
+
readonly type: "boolean";
|
|
2777
|
+
};
|
|
2778
|
+
readonly minItems: {
|
|
2779
|
+
readonly type: "integer";
|
|
2780
|
+
};
|
|
2781
|
+
readonly maxItems: {
|
|
2782
|
+
readonly type: "integer";
|
|
2783
|
+
};
|
|
2784
|
+
};
|
|
2785
|
+
readonly required: readonly ["type", "title", "items"];
|
|
2786
|
+
readonly additionalProperties: false;
|
|
2787
|
+
}, {
|
|
2788
|
+
readonly type: "object";
|
|
2789
|
+
readonly properties: {
|
|
2790
|
+
readonly title: {
|
|
2791
|
+
readonly type: "string";
|
|
2792
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2793
|
+
};
|
|
2794
|
+
readonly type: {
|
|
2795
|
+
readonly type: "string";
|
|
2796
|
+
readonly const: "object";
|
|
2629
2797
|
};
|
|
2630
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2631
|
-
readonly additionalProperties: false;
|
|
2632
|
-
}, {
|
|
2633
|
-
readonly type: "object";
|
|
2634
2798
|
readonly properties: {
|
|
2635
|
-
readonly type:
|
|
2636
|
-
|
|
2637
|
-
readonly
|
|
2799
|
+
readonly type: "object";
|
|
2800
|
+
readonly patternProperties: {
|
|
2801
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2802
|
+
readonly type: "object";
|
|
2803
|
+
readonly properties: {
|
|
2804
|
+
readonly $ref: {
|
|
2805
|
+
readonly type: "string";
|
|
2806
|
+
};
|
|
2807
|
+
};
|
|
2808
|
+
readonly required: readonly ["$ref"];
|
|
2809
|
+
readonly additionalProperties: false;
|
|
2810
|
+
};
|
|
2638
2811
|
};
|
|
2639
|
-
readonly
|
|
2812
|
+
readonly additionalProperties: false;
|
|
2813
|
+
};
|
|
2814
|
+
readonly required: {
|
|
2815
|
+
readonly type: "array";
|
|
2816
|
+
readonly items: {
|
|
2640
2817
|
readonly type: "string";
|
|
2641
|
-
readonly const: "JSONObject";
|
|
2642
|
-
};
|
|
2643
|
-
readonly additionalProperties: {
|
|
2644
|
-
readonly type: "boolean";
|
|
2645
|
-
readonly const: true;
|
|
2646
2818
|
};
|
|
2647
2819
|
};
|
|
2648
|
-
readonly
|
|
2649
|
-
|
|
2650
|
-
|
|
2651
|
-
|
|
2652
|
-
|
|
2653
|
-
|
|
2654
|
-
|
|
2655
|
-
readonly type: "string";
|
|
2656
|
-
readonly const: "object";
|
|
2657
|
-
};
|
|
2658
|
-
readonly properties: {
|
|
2659
|
-
readonly type: "object";
|
|
2660
|
-
readonly patternProperties: {
|
|
2661
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2820
|
+
readonly additionalProperties: {
|
|
2821
|
+
readonly type: "boolean";
|
|
2822
|
+
};
|
|
2823
|
+
};
|
|
2824
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
2825
|
+
readonly additionalProperties: false;
|
|
2826
|
+
}, {
|
|
2662
2827
|
readonly type: "object";
|
|
2663
2828
|
readonly properties: {
|
|
2664
|
-
readonly
|
|
2829
|
+
readonly type: {
|
|
2830
|
+
readonly type: "string";
|
|
2831
|
+
readonly const: "object";
|
|
2832
|
+
};
|
|
2833
|
+
readonly title: {
|
|
2665
2834
|
readonly type: "string";
|
|
2835
|
+
readonly const: "JSONObject";
|
|
2836
|
+
};
|
|
2837
|
+
readonly additionalProperties: {
|
|
2838
|
+
readonly type: "boolean";
|
|
2839
|
+
readonly const: true;
|
|
2666
2840
|
};
|
|
2667
2841
|
};
|
|
2668
|
-
readonly required: readonly ["
|
|
2842
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
2669
2843
|
readonly additionalProperties: false;
|
|
2670
|
-
};
|
|
2671
|
-
};
|
|
2672
|
-
readonly additionalProperties: false;
|
|
2673
|
-
};
|
|
2674
|
-
readonly required: {
|
|
2675
|
-
readonly type: "array";
|
|
2676
|
-
readonly items: {
|
|
2677
|
-
readonly type: "string";
|
|
2678
|
-
};
|
|
2844
|
+
}];
|
|
2845
|
+
}];
|
|
2679
2846
|
};
|
|
2680
|
-
|
|
2681
|
-
|
|
2847
|
+
};
|
|
2848
|
+
readonly type: {
|
|
2849
|
+
readonly type: "string";
|
|
2850
|
+
readonly const: "object";
|
|
2851
|
+
};
|
|
2852
|
+
readonly properties: {
|
|
2853
|
+
readonly type: "object";
|
|
2854
|
+
readonly patternProperties: {
|
|
2855
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2856
|
+
readonly type: "object";
|
|
2857
|
+
readonly properties: {
|
|
2858
|
+
readonly $ref: {
|
|
2859
|
+
readonly type: "string";
|
|
2860
|
+
};
|
|
2861
|
+
};
|
|
2862
|
+
readonly required: readonly ["$ref"];
|
|
2863
|
+
readonly additionalProperties: false;
|
|
2864
|
+
};
|
|
2865
|
+
};
|
|
2866
|
+
readonly additionalProperties: false;
|
|
2867
|
+
};
|
|
2868
|
+
readonly required: {
|
|
2869
|
+
readonly type: "array";
|
|
2870
|
+
readonly items: {
|
|
2871
|
+
readonly type: "string";
|
|
2682
2872
|
};
|
|
2683
2873
|
};
|
|
2684
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2685
|
-
readonly additionalProperties: false;
|
|
2686
|
-
};
|
|
2687
|
-
readonly fieldsMeta: {
|
|
2688
|
-
readonly type: "object";
|
|
2689
2874
|
readonly additionalProperties: {
|
|
2875
|
+
readonly type: "boolean";
|
|
2876
|
+
};
|
|
2877
|
+
};
|
|
2878
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
2879
|
+
readonly additionalProperties: false;
|
|
2880
|
+
};
|
|
2881
|
+
readonly fieldsMeta: {
|
|
2882
|
+
readonly type: "object";
|
|
2883
|
+
readonly additionalProperties: {
|
|
2884
|
+
readonly anyOf: readonly [{
|
|
2885
|
+
readonly type: "object";
|
|
2886
|
+
readonly properties: {
|
|
2887
|
+
readonly type: {
|
|
2888
|
+
readonly type: "string";
|
|
2889
|
+
readonly const: "account";
|
|
2890
|
+
};
|
|
2891
|
+
};
|
|
2892
|
+
readonly required: readonly ["type"];
|
|
2893
|
+
readonly additionalProperties: false;
|
|
2894
|
+
}, {
|
|
2895
|
+
readonly type: "object";
|
|
2896
|
+
readonly properties: {
|
|
2897
|
+
readonly type: {
|
|
2898
|
+
readonly type: "string";
|
|
2899
|
+
readonly const: "attachment";
|
|
2900
|
+
};
|
|
2901
|
+
};
|
|
2902
|
+
readonly required: readonly ["type"];
|
|
2903
|
+
readonly additionalProperties: false;
|
|
2904
|
+
}, {
|
|
2690
2905
|
readonly type: "object";
|
|
2691
2906
|
readonly properties: {
|
|
2692
|
-
readonly
|
|
2907
|
+
readonly type: {
|
|
2908
|
+
readonly type: "string";
|
|
2909
|
+
readonly const: "document";
|
|
2910
|
+
};
|
|
2911
|
+
readonly model: {
|
|
2693
2912
|
readonly anyOf: readonly [{
|
|
2694
2913
|
readonly type: "string";
|
|
2695
2914
|
}, {
|
|
@@ -2697,73 +2916,139 @@ export declare const loadGraphResult: {
|
|
|
2697
2916
|
}];
|
|
2698
2917
|
};
|
|
2699
2918
|
};
|
|
2919
|
+
readonly required: readonly ["type", "model"];
|
|
2700
2920
|
readonly additionalProperties: false;
|
|
2701
|
-
};
|
|
2921
|
+
}];
|
|
2702
2922
|
};
|
|
2703
2923
|
};
|
|
2704
|
-
|
|
2705
|
-
|
|
2706
|
-
|
|
2707
|
-
|
|
2708
|
-
|
|
2709
|
-
|
|
2710
|
-
|
|
2711
|
-
|
|
2712
|
-
|
|
2713
|
-
|
|
2714
|
-
|
|
2715
|
-
|
|
2716
|
-
|
|
2717
|
-
};
|
|
2718
|
-
};
|
|
2719
|
-
readonly name: {
|
|
2924
|
+
};
|
|
2925
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
2926
|
+
readonly additionalProperties: false;
|
|
2927
|
+
}, {
|
|
2928
|
+
readonly type: "object";
|
|
2929
|
+
readonly properties: {
|
|
2930
|
+
readonly behavior: {
|
|
2931
|
+
readonly type: "string";
|
|
2932
|
+
readonly const: "unique";
|
|
2933
|
+
};
|
|
2934
|
+
readonly uniqueFields: {
|
|
2935
|
+
readonly type: "array";
|
|
2936
|
+
readonly items: {
|
|
2720
2937
|
readonly type: "string";
|
|
2721
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2722
2938
|
};
|
|
2723
|
-
|
|
2939
|
+
};
|
|
2940
|
+
readonly name: {
|
|
2941
|
+
readonly type: "string";
|
|
2942
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2943
|
+
};
|
|
2944
|
+
readonly version: {
|
|
2945
|
+
readonly type: "string";
|
|
2946
|
+
readonly const: "1.0";
|
|
2947
|
+
};
|
|
2948
|
+
readonly interfaces: {
|
|
2949
|
+
readonly type: "array";
|
|
2950
|
+
readonly items: {
|
|
2724
2951
|
readonly type: "string";
|
|
2725
|
-
readonly const: "1.0";
|
|
2726
|
-
};
|
|
2727
|
-
readonly interfaces: {
|
|
2728
|
-
readonly type: "array";
|
|
2729
|
-
readonly items: {
|
|
2730
|
-
readonly type: "string";
|
|
2731
|
-
};
|
|
2732
2952
|
};
|
|
2733
|
-
|
|
2734
|
-
|
|
2735
|
-
|
|
2736
|
-
|
|
2737
|
-
|
|
2738
|
-
|
|
2953
|
+
};
|
|
2954
|
+
readonly schema: {
|
|
2955
|
+
readonly type: "object";
|
|
2956
|
+
readonly properties: {
|
|
2957
|
+
readonly $defs: {
|
|
2958
|
+
readonly type: "object";
|
|
2959
|
+
readonly additionalProperties: {
|
|
2960
|
+
readonly anyOf: readonly [{
|
|
2739
2961
|
readonly anyOf: readonly [{
|
|
2962
|
+
readonly type: "object";
|
|
2963
|
+
readonly properties: {
|
|
2964
|
+
readonly type: {
|
|
2965
|
+
readonly type: "string";
|
|
2966
|
+
readonly const: "boolean";
|
|
2967
|
+
};
|
|
2968
|
+
readonly default: {
|
|
2969
|
+
readonly type: "boolean";
|
|
2970
|
+
};
|
|
2971
|
+
};
|
|
2972
|
+
readonly required: readonly ["type"];
|
|
2973
|
+
readonly additionalProperties: false;
|
|
2974
|
+
}, {
|
|
2975
|
+
readonly type: "object";
|
|
2976
|
+
readonly properties: {
|
|
2977
|
+
readonly type: {
|
|
2978
|
+
readonly type: "string";
|
|
2979
|
+
readonly const: "integer";
|
|
2980
|
+
};
|
|
2981
|
+
readonly default: {
|
|
2982
|
+
readonly type: "integer";
|
|
2983
|
+
};
|
|
2984
|
+
readonly minimum: {
|
|
2985
|
+
readonly type: "integer";
|
|
2986
|
+
};
|
|
2987
|
+
readonly maximum: {
|
|
2988
|
+
readonly type: "integer";
|
|
2989
|
+
};
|
|
2990
|
+
};
|
|
2991
|
+
readonly required: readonly ["type"];
|
|
2992
|
+
readonly additionalProperties: false;
|
|
2993
|
+
}, {
|
|
2994
|
+
readonly type: "object";
|
|
2995
|
+
readonly properties: {
|
|
2996
|
+
readonly type: {
|
|
2997
|
+
readonly type: "string";
|
|
2998
|
+
readonly const: "number";
|
|
2999
|
+
};
|
|
3000
|
+
readonly default: {
|
|
3001
|
+
readonly type: "number";
|
|
3002
|
+
};
|
|
3003
|
+
readonly min: {
|
|
3004
|
+
readonly type: "number";
|
|
3005
|
+
};
|
|
3006
|
+
readonly max: {
|
|
3007
|
+
readonly type: "number";
|
|
3008
|
+
};
|
|
3009
|
+
};
|
|
3010
|
+
readonly required: readonly ["type"];
|
|
3011
|
+
readonly additionalProperties: false;
|
|
3012
|
+
}, {
|
|
2740
3013
|
readonly anyOf: readonly [{
|
|
2741
3014
|
readonly type: "object";
|
|
2742
3015
|
readonly properties: {
|
|
2743
3016
|
readonly type: {
|
|
2744
3017
|
readonly type: "string";
|
|
2745
|
-
readonly const: "
|
|
3018
|
+
readonly const: "string";
|
|
3019
|
+
};
|
|
3020
|
+
readonly title: {
|
|
3021
|
+
readonly type: "string";
|
|
3022
|
+
};
|
|
3023
|
+
readonly const: {
|
|
3024
|
+
readonly type: "string";
|
|
2746
3025
|
};
|
|
2747
3026
|
readonly default: {
|
|
2748
|
-
readonly type: "
|
|
3027
|
+
readonly type: "string";
|
|
2749
3028
|
};
|
|
2750
3029
|
};
|
|
2751
|
-
readonly required: readonly ["type"];
|
|
3030
|
+
readonly required: readonly ["type", "const"];
|
|
2752
3031
|
readonly additionalProperties: false;
|
|
2753
3032
|
}, {
|
|
2754
3033
|
readonly type: "object";
|
|
2755
3034
|
readonly properties: {
|
|
2756
3035
|
readonly type: {
|
|
2757
3036
|
readonly type: "string";
|
|
2758
|
-
readonly const: "
|
|
3037
|
+
readonly const: "string";
|
|
3038
|
+
};
|
|
3039
|
+
readonly title: {
|
|
3040
|
+
readonly type: "string";
|
|
3041
|
+
};
|
|
3042
|
+
readonly pattern: {
|
|
3043
|
+
readonly type: "string";
|
|
2759
3044
|
};
|
|
2760
3045
|
readonly default: {
|
|
2761
|
-
readonly type: "
|
|
3046
|
+
readonly type: "string";
|
|
2762
3047
|
};
|
|
2763
|
-
readonly
|
|
3048
|
+
readonly minLength: {
|
|
2764
3049
|
readonly type: "integer";
|
|
2765
3050
|
};
|
|
2766
|
-
readonly
|
|
3051
|
+
readonly maxLength: {
|
|
2767
3052
|
readonly type: "integer";
|
|
2768
3053
|
};
|
|
2769
3054
|
};
|
|
@@ -2774,251 +3059,212 @@ export declare const loadGraphResult: {
|
|
|
2774
3059
|
readonly properties: {
|
|
2775
3060
|
readonly type: {
|
|
2776
3061
|
readonly type: "string";
|
|
2777
|
-
readonly const: "
|
|
3062
|
+
readonly const: "string";
|
|
2778
3063
|
};
|
|
2779
|
-
readonly
|
|
2780
|
-
readonly type: "
|
|
3064
|
+
readonly title: {
|
|
3065
|
+
readonly type: "string";
|
|
2781
3066
|
};
|
|
2782
|
-
readonly
|
|
2783
|
-
readonly type: "
|
|
3067
|
+
readonly enum: {
|
|
3068
|
+
readonly type: "array";
|
|
3069
|
+
readonly items: {
|
|
3070
|
+
readonly type: "string";
|
|
3071
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
3072
|
+
};
|
|
2784
3073
|
};
|
|
2785
|
-
readonly
|
|
2786
|
-
readonly type: "
|
|
3074
|
+
readonly default: {
|
|
3075
|
+
readonly type: "string";
|
|
3076
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2787
3077
|
};
|
|
2788
3078
|
};
|
|
2789
|
-
readonly required: readonly ["type"];
|
|
3079
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
2790
3080
|
readonly additionalProperties: false;
|
|
2791
3081
|
}, {
|
|
2792
|
-
readonly
|
|
3082
|
+
readonly type: "object";
|
|
3083
|
+
readonly properties: {
|
|
3084
|
+
readonly type: {
|
|
3085
|
+
readonly type: "string";
|
|
3086
|
+
readonly const: "string";
|
|
3087
|
+
};
|
|
3088
|
+
readonly format: {
|
|
3089
|
+
readonly type: "string";
|
|
3090
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
3091
|
+
};
|
|
3092
|
+
readonly title: {
|
|
3093
|
+
readonly type: "string";
|
|
3094
|
+
};
|
|
3095
|
+
readonly default: {
|
|
3096
|
+
readonly type: "string";
|
|
3097
|
+
};
|
|
3098
|
+
readonly minLength: {
|
|
3099
|
+
readonly type: "integer";
|
|
3100
|
+
};
|
|
3101
|
+
readonly maxLength: {
|
|
3102
|
+
readonly type: "integer";
|
|
3103
|
+
};
|
|
3104
|
+
};
|
|
3105
|
+
readonly required: readonly ["type", "format"];
|
|
3106
|
+
readonly additionalProperties: false;
|
|
3107
|
+
}];
|
|
3108
|
+
}];
|
|
3109
|
+
}, {
|
|
3110
|
+
readonly anyOf: readonly [{
|
|
3111
|
+
readonly type: "object";
|
|
3112
|
+
readonly properties: {
|
|
3113
|
+
readonly type: {
|
|
3114
|
+
readonly type: "string";
|
|
3115
|
+
readonly const: "array";
|
|
3116
|
+
};
|
|
3117
|
+
readonly title: {
|
|
3118
|
+
readonly type: "string";
|
|
3119
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
3120
|
+
};
|
|
3121
|
+
readonly items: {
|
|
2793
3122
|
readonly type: "object";
|
|
2794
3123
|
readonly properties: {
|
|
2795
|
-
readonly
|
|
2796
|
-
readonly type: "string";
|
|
2797
|
-
readonly const: "string";
|
|
2798
|
-
};
|
|
2799
|
-
readonly title: {
|
|
2800
|
-
readonly type: "string";
|
|
2801
|
-
};
|
|
2802
|
-
readonly const: {
|
|
2803
|
-
readonly type: "string";
|
|
2804
|
-
};
|
|
2805
|
-
readonly default: {
|
|
3124
|
+
readonly $ref: {
|
|
2806
3125
|
readonly type: "string";
|
|
2807
3126
|
};
|
|
2808
3127
|
};
|
|
2809
|
-
readonly required: readonly ["
|
|
3128
|
+
readonly required: readonly ["$ref"];
|
|
2810
3129
|
readonly additionalProperties: false;
|
|
2811
|
-
}
|
|
2812
|
-
|
|
2813
|
-
readonly
|
|
2814
|
-
|
|
2815
|
-
|
|
2816
|
-
|
|
2817
|
-
|
|
2818
|
-
|
|
2819
|
-
|
|
2820
|
-
|
|
2821
|
-
|
|
2822
|
-
|
|
2823
|
-
|
|
2824
|
-
readonly default: {
|
|
2825
|
-
readonly type: "string";
|
|
2826
|
-
};
|
|
2827
|
-
readonly minLength: {
|
|
2828
|
-
readonly type: "integer";
|
|
2829
|
-
};
|
|
2830
|
-
readonly maxLength: {
|
|
2831
|
-
readonly type: "integer";
|
|
2832
|
-
};
|
|
2833
|
-
};
|
|
2834
|
-
readonly required: readonly ["type"];
|
|
2835
|
-
readonly additionalProperties: false;
|
|
2836
|
-
}, {
|
|
2837
|
-
readonly type: "object";
|
|
2838
|
-
readonly properties: {
|
|
2839
|
-
readonly type: {
|
|
2840
|
-
readonly type: "string";
|
|
2841
|
-
readonly const: "string";
|
|
2842
|
-
};
|
|
2843
|
-
readonly title: {
|
|
2844
|
-
readonly type: "string";
|
|
2845
|
-
};
|
|
2846
|
-
readonly enum: {
|
|
2847
|
-
readonly type: "array";
|
|
2848
|
-
readonly items: {
|
|
2849
|
-
readonly type: "string";
|
|
2850
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2851
|
-
};
|
|
2852
|
-
};
|
|
2853
|
-
readonly default: {
|
|
2854
|
-
readonly type: "string";
|
|
2855
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
2856
|
-
};
|
|
2857
|
-
};
|
|
2858
|
-
readonly required: readonly ["type", "title", "enum"];
|
|
2859
|
-
readonly additionalProperties: false;
|
|
2860
|
-
}, {
|
|
2861
|
-
readonly type: "object";
|
|
2862
|
-
readonly properties: {
|
|
2863
|
-
readonly type: {
|
|
2864
|
-
readonly type: "string";
|
|
2865
|
-
readonly const: "string";
|
|
2866
|
-
};
|
|
2867
|
-
readonly format: {
|
|
2868
|
-
readonly type: "string";
|
|
2869
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
2870
|
-
};
|
|
2871
|
-
readonly title: {
|
|
2872
|
-
readonly type: "string";
|
|
2873
|
-
};
|
|
2874
|
-
readonly default: {
|
|
2875
|
-
readonly type: "string";
|
|
2876
|
-
};
|
|
2877
|
-
readonly minLength: {
|
|
2878
|
-
readonly type: "integer";
|
|
2879
|
-
};
|
|
2880
|
-
readonly maxLength: {
|
|
2881
|
-
readonly type: "integer";
|
|
2882
|
-
};
|
|
2883
|
-
};
|
|
2884
|
-
readonly required: readonly ["type", "format"];
|
|
2885
|
-
readonly additionalProperties: false;
|
|
2886
|
-
}];
|
|
2887
|
-
}];
|
|
3130
|
+
};
|
|
3131
|
+
readonly uniqueItems: {
|
|
3132
|
+
readonly type: "boolean";
|
|
3133
|
+
};
|
|
3134
|
+
readonly minItems: {
|
|
3135
|
+
readonly type: "integer";
|
|
3136
|
+
};
|
|
3137
|
+
readonly maxItems: {
|
|
3138
|
+
readonly type: "integer";
|
|
3139
|
+
};
|
|
3140
|
+
};
|
|
3141
|
+
readonly required: readonly ["type", "title", "items"];
|
|
3142
|
+
readonly additionalProperties: false;
|
|
2888
3143
|
}, {
|
|
2889
|
-
readonly
|
|
2890
|
-
|
|
2891
|
-
readonly
|
|
2892
|
-
readonly type:
|
|
2893
|
-
|
|
2894
|
-
|
|
2895
|
-
|
|
2896
|
-
readonly
|
|
2897
|
-
|
|
2898
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
2899
|
-
};
|
|
2900
|
-
readonly items: {
|
|
2901
|
-
readonly type: "object";
|
|
2902
|
-
readonly properties: {
|
|
2903
|
-
readonly $ref: {
|
|
2904
|
-
readonly type: "string";
|
|
2905
|
-
};
|
|
2906
|
-
};
|
|
2907
|
-
readonly required: readonly ["$ref"];
|
|
2908
|
-
readonly additionalProperties: false;
|
|
2909
|
-
};
|
|
2910
|
-
readonly uniqueItems: {
|
|
2911
|
-
readonly type: "boolean";
|
|
2912
|
-
};
|
|
2913
|
-
readonly minItems: {
|
|
2914
|
-
readonly type: "integer";
|
|
2915
|
-
};
|
|
2916
|
-
readonly maxItems: {
|
|
2917
|
-
readonly type: "integer";
|
|
2918
|
-
};
|
|
3144
|
+
readonly type: "object";
|
|
3145
|
+
readonly properties: {
|
|
3146
|
+
readonly title: {
|
|
3147
|
+
readonly type: "string";
|
|
3148
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
3149
|
+
};
|
|
3150
|
+
readonly type: {
|
|
3151
|
+
readonly type: "string";
|
|
3152
|
+
readonly const: "object";
|
|
2919
3153
|
};
|
|
2920
|
-
readonly required: readonly ["type", "title", "items"];
|
|
2921
|
-
readonly additionalProperties: false;
|
|
2922
|
-
}, {
|
|
2923
|
-
readonly type: "object";
|
|
2924
3154
|
readonly properties: {
|
|
2925
|
-
readonly
|
|
2926
|
-
|
|
2927
|
-
readonly
|
|
2928
|
-
|
|
2929
|
-
|
|
2930
|
-
|
|
2931
|
-
|
|
2932
|
-
};
|
|
2933
|
-
readonly properties: {
|
|
2934
|
-
readonly type: "object";
|
|
2935
|
-
readonly patternProperties: {
|
|
2936
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
2937
|
-
readonly type: "object";
|
|
2938
|
-
readonly properties: {
|
|
2939
|
-
readonly $ref: {
|
|
2940
|
-
readonly type: "string";
|
|
2941
|
-
};
|
|
3155
|
+
readonly type: "object";
|
|
3156
|
+
readonly patternProperties: {
|
|
3157
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3158
|
+
readonly type: "object";
|
|
3159
|
+
readonly properties: {
|
|
3160
|
+
readonly $ref: {
|
|
3161
|
+
readonly type: "string";
|
|
2942
3162
|
};
|
|
2943
|
-
readonly required: readonly ["$ref"];
|
|
2944
|
-
readonly additionalProperties: false;
|
|
2945
3163
|
};
|
|
3164
|
+
readonly required: readonly ["$ref"];
|
|
3165
|
+
readonly additionalProperties: false;
|
|
2946
3166
|
};
|
|
2947
|
-
readonly additionalProperties: false;
|
|
2948
|
-
};
|
|
2949
|
-
readonly required: {
|
|
2950
|
-
readonly type: "array";
|
|
2951
|
-
readonly items: {
|
|
2952
|
-
readonly type: "string";
|
|
2953
|
-
};
|
|
2954
|
-
};
|
|
2955
|
-
readonly additionalProperties: {
|
|
2956
|
-
readonly type: "boolean";
|
|
2957
3167
|
};
|
|
3168
|
+
readonly additionalProperties: false;
|
|
2958
3169
|
};
|
|
2959
|
-
readonly required:
|
|
2960
|
-
|
|
2961
|
-
|
|
2962
|
-
readonly type: "object";
|
|
2963
|
-
readonly properties: {
|
|
2964
|
-
readonly type: {
|
|
2965
|
-
readonly type: "string";
|
|
2966
|
-
readonly const: "object";
|
|
2967
|
-
};
|
|
2968
|
-
readonly title: {
|
|
3170
|
+
readonly required: {
|
|
3171
|
+
readonly type: "array";
|
|
3172
|
+
readonly items: {
|
|
2969
3173
|
readonly type: "string";
|
|
2970
|
-
readonly const: "JSONObject";
|
|
2971
|
-
};
|
|
2972
|
-
readonly additionalProperties: {
|
|
2973
|
-
readonly type: "boolean";
|
|
2974
|
-
readonly const: true;
|
|
2975
3174
|
};
|
|
2976
3175
|
};
|
|
2977
|
-
readonly
|
|
2978
|
-
|
|
2979
|
-
|
|
2980
|
-
|
|
2981
|
-
|
|
2982
|
-
|
|
2983
|
-
|
|
2984
|
-
readonly type: "string";
|
|
2985
|
-
readonly const: "object";
|
|
2986
|
-
};
|
|
2987
|
-
readonly properties: {
|
|
2988
|
-
readonly type: "object";
|
|
2989
|
-
readonly patternProperties: {
|
|
2990
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3176
|
+
readonly additionalProperties: {
|
|
3177
|
+
readonly type: "boolean";
|
|
3178
|
+
};
|
|
3179
|
+
};
|
|
3180
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
3181
|
+
readonly additionalProperties: false;
|
|
3182
|
+
}, {
|
|
2991
3183
|
readonly type: "object";
|
|
2992
3184
|
readonly properties: {
|
|
2993
|
-
readonly
|
|
3185
|
+
readonly type: {
|
|
3186
|
+
readonly type: "string";
|
|
3187
|
+
readonly const: "object";
|
|
3188
|
+
};
|
|
3189
|
+
readonly title: {
|
|
2994
3190
|
readonly type: "string";
|
|
3191
|
+
readonly const: "JSONObject";
|
|
3192
|
+
};
|
|
3193
|
+
readonly additionalProperties: {
|
|
3194
|
+
readonly type: "boolean";
|
|
3195
|
+
readonly const: true;
|
|
2995
3196
|
};
|
|
2996
3197
|
};
|
|
2997
|
-
readonly required: readonly ["
|
|
3198
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
2998
3199
|
readonly additionalProperties: false;
|
|
3200
|
+
}];
|
|
3201
|
+
}];
|
|
3202
|
+
};
|
|
3203
|
+
};
|
|
3204
|
+
readonly type: {
|
|
3205
|
+
readonly type: "string";
|
|
3206
|
+
readonly const: "object";
|
|
3207
|
+
};
|
|
3208
|
+
readonly properties: {
|
|
3209
|
+
readonly type: "object";
|
|
3210
|
+
readonly patternProperties: {
|
|
3211
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
3212
|
+
readonly type: "object";
|
|
3213
|
+
readonly properties: {
|
|
3214
|
+
readonly $ref: {
|
|
3215
|
+
readonly type: "string";
|
|
3216
|
+
};
|
|
2999
3217
|
};
|
|
3218
|
+
readonly required: readonly ["$ref"];
|
|
3219
|
+
readonly additionalProperties: false;
|
|
3000
3220
|
};
|
|
3001
|
-
readonly additionalProperties: false;
|
|
3002
3221
|
};
|
|
3003
|
-
readonly
|
|
3004
|
-
|
|
3005
|
-
|
|
3222
|
+
readonly additionalProperties: false;
|
|
3223
|
+
};
|
|
3224
|
+
readonly required: {
|
|
3225
|
+
readonly type: "array";
|
|
3226
|
+
readonly items: {
|
|
3227
|
+
readonly type: "string";
|
|
3228
|
+
};
|
|
3229
|
+
};
|
|
3230
|
+
readonly additionalProperties: {
|
|
3231
|
+
readonly type: "boolean";
|
|
3232
|
+
};
|
|
3233
|
+
};
|
|
3234
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
3235
|
+
readonly additionalProperties: false;
|
|
3236
|
+
};
|
|
3237
|
+
readonly fieldsMeta: {
|
|
3238
|
+
readonly type: "object";
|
|
3239
|
+
readonly additionalProperties: {
|
|
3240
|
+
readonly anyOf: readonly [{
|
|
3241
|
+
readonly type: "object";
|
|
3242
|
+
readonly properties: {
|
|
3243
|
+
readonly type: {
|
|
3006
3244
|
readonly type: "string";
|
|
3245
|
+
readonly const: "account";
|
|
3007
3246
|
};
|
|
3008
3247
|
};
|
|
3009
|
-
readonly
|
|
3010
|
-
|
|
3248
|
+
readonly required: readonly ["type"];
|
|
3249
|
+
readonly additionalProperties: false;
|
|
3250
|
+
}, {
|
|
3251
|
+
readonly type: "object";
|
|
3252
|
+
readonly properties: {
|
|
3253
|
+
readonly type: {
|
|
3254
|
+
readonly type: "string";
|
|
3255
|
+
readonly const: "attachment";
|
|
3256
|
+
};
|
|
3011
3257
|
};
|
|
3012
|
-
|
|
3013
|
-
|
|
3014
|
-
|
|
3015
|
-
};
|
|
3016
|
-
readonly fieldsMeta: {
|
|
3017
|
-
readonly type: "object";
|
|
3018
|
-
readonly additionalProperties: {
|
|
3258
|
+
readonly required: readonly ["type"];
|
|
3259
|
+
readonly additionalProperties: false;
|
|
3260
|
+
}, {
|
|
3019
3261
|
readonly type: "object";
|
|
3020
3262
|
readonly properties: {
|
|
3021
|
-
readonly
|
|
3263
|
+
readonly type: {
|
|
3264
|
+
readonly type: "string";
|
|
3265
|
+
readonly const: "document";
|
|
3266
|
+
};
|
|
3267
|
+
readonly model: {
|
|
3022
3268
|
readonly anyOf: readonly [{
|
|
3023
3269
|
readonly type: "string";
|
|
3024
3270
|
}, {
|
|
@@ -3026,17 +3272,16 @@ export declare const loadGraphResult: {
|
|
|
3026
3272
|
}];
|
|
3027
3273
|
};
|
|
3028
3274
|
};
|
|
3275
|
+
readonly required: readonly ["type", "model"];
|
|
3029
3276
|
readonly additionalProperties: false;
|
|
3030
|
-
};
|
|
3277
|
+
}];
|
|
3031
3278
|
};
|
|
3032
3279
|
};
|
|
3033
|
-
|
|
3034
|
-
|
|
3035
|
-
|
|
3036
|
-
};
|
|
3037
|
-
}
|
|
3038
|
-
readonly type: "null";
|
|
3039
|
-
}];
|
|
3280
|
+
};
|
|
3281
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior", "uniqueFields"];
|
|
3282
|
+
readonly additionalProperties: false;
|
|
3283
|
+
}];
|
|
3284
|
+
};
|
|
3040
3285
|
};
|
|
3041
3286
|
readonly aliases: {
|
|
3042
3287
|
readonly type: "object";
|
|
@@ -3045,7 +3290,7 @@ export declare const loadGraphResult: {
|
|
|
3045
3290
|
};
|
|
3046
3291
|
};
|
|
3047
3292
|
};
|
|
3048
|
-
readonly required: readonly ["
|
|
3293
|
+
readonly required: readonly ["record", "aliases"];
|
|
3049
3294
|
readonly additionalProperties: false;
|
|
3050
3295
|
};
|
|
3051
3296
|
export type LoadGraphResult = FromSchema<typeof loadGraphResult>;
|
|
@@ -3520,17 +3765,44 @@ export declare const graphProtocol: {
|
|
|
3520
3765
|
readonly fieldsMeta: {
|
|
3521
3766
|
readonly type: "object";
|
|
3522
3767
|
readonly additionalProperties: {
|
|
3523
|
-
readonly
|
|
3524
|
-
|
|
3525
|
-
readonly
|
|
3526
|
-
readonly
|
|
3768
|
+
readonly anyOf: readonly [{
|
|
3769
|
+
readonly type: "object";
|
|
3770
|
+
readonly properties: {
|
|
3771
|
+
readonly type: {
|
|
3527
3772
|
readonly type: "string";
|
|
3528
|
-
|
|
3529
|
-
|
|
3530
|
-
}];
|
|
3773
|
+
readonly const: "account";
|
|
3774
|
+
};
|
|
3531
3775
|
};
|
|
3532
|
-
|
|
3533
|
-
|
|
3776
|
+
readonly required: readonly ["type"];
|
|
3777
|
+
readonly additionalProperties: false;
|
|
3778
|
+
}, {
|
|
3779
|
+
readonly type: "object";
|
|
3780
|
+
readonly properties: {
|
|
3781
|
+
readonly type: {
|
|
3782
|
+
readonly type: "string";
|
|
3783
|
+
readonly const: "attachment";
|
|
3784
|
+
};
|
|
3785
|
+
};
|
|
3786
|
+
readonly required: readonly ["type"];
|
|
3787
|
+
readonly additionalProperties: false;
|
|
3788
|
+
}, {
|
|
3789
|
+
readonly type: "object";
|
|
3790
|
+
readonly properties: {
|
|
3791
|
+
readonly type: {
|
|
3792
|
+
readonly type: "string";
|
|
3793
|
+
readonly const: "document";
|
|
3794
|
+
};
|
|
3795
|
+
readonly model: {
|
|
3796
|
+
readonly anyOf: readonly [{
|
|
3797
|
+
readonly type: "string";
|
|
3798
|
+
}, {
|
|
3799
|
+
readonly type: "null";
|
|
3800
|
+
}];
|
|
3801
|
+
};
|
|
3802
|
+
};
|
|
3803
|
+
readonly required: readonly ["type", "model"];
|
|
3804
|
+
readonly additionalProperties: false;
|
|
3805
|
+
}];
|
|
3534
3806
|
};
|
|
3535
3807
|
};
|
|
3536
3808
|
};
|
|
@@ -3843,17 +4115,44 @@ export declare const graphProtocol: {
|
|
|
3843
4115
|
readonly fieldsMeta: {
|
|
3844
4116
|
readonly type: "object";
|
|
3845
4117
|
readonly additionalProperties: {
|
|
3846
|
-
readonly
|
|
3847
|
-
|
|
3848
|
-
readonly
|
|
3849
|
-
readonly
|
|
4118
|
+
readonly anyOf: readonly [{
|
|
4119
|
+
readonly type: "object";
|
|
4120
|
+
readonly properties: {
|
|
4121
|
+
readonly type: {
|
|
3850
4122
|
readonly type: "string";
|
|
3851
|
-
|
|
3852
|
-
|
|
3853
|
-
}];
|
|
4123
|
+
readonly const: "account";
|
|
4124
|
+
};
|
|
3854
4125
|
};
|
|
3855
|
-
|
|
3856
|
-
|
|
4126
|
+
readonly required: readonly ["type"];
|
|
4127
|
+
readonly additionalProperties: false;
|
|
4128
|
+
}, {
|
|
4129
|
+
readonly type: "object";
|
|
4130
|
+
readonly properties: {
|
|
4131
|
+
readonly type: {
|
|
4132
|
+
readonly type: "string";
|
|
4133
|
+
readonly const: "attachment";
|
|
4134
|
+
};
|
|
4135
|
+
};
|
|
4136
|
+
readonly required: readonly ["type"];
|
|
4137
|
+
readonly additionalProperties: false;
|
|
4138
|
+
}, {
|
|
4139
|
+
readonly type: "object";
|
|
4140
|
+
readonly properties: {
|
|
4141
|
+
readonly type: {
|
|
4142
|
+
readonly type: "string";
|
|
4143
|
+
readonly const: "document";
|
|
4144
|
+
};
|
|
4145
|
+
readonly model: {
|
|
4146
|
+
readonly anyOf: readonly [{
|
|
4147
|
+
readonly type: "string";
|
|
4148
|
+
}, {
|
|
4149
|
+
readonly type: "null";
|
|
4150
|
+
}];
|
|
4151
|
+
};
|
|
4152
|
+
};
|
|
4153
|
+
readonly required: readonly ["type", "model"];
|
|
4154
|
+
readonly additionalProperties: false;
|
|
4155
|
+
}];
|
|
3857
4156
|
};
|
|
3858
4157
|
};
|
|
3859
4158
|
};
|
|
@@ -4172,17 +4471,44 @@ export declare const graphProtocol: {
|
|
|
4172
4471
|
readonly fieldsMeta: {
|
|
4173
4472
|
readonly type: "object";
|
|
4174
4473
|
readonly additionalProperties: {
|
|
4175
|
-
readonly
|
|
4176
|
-
|
|
4177
|
-
readonly
|
|
4178
|
-
readonly
|
|
4474
|
+
readonly anyOf: readonly [{
|
|
4475
|
+
readonly type: "object";
|
|
4476
|
+
readonly properties: {
|
|
4477
|
+
readonly type: {
|
|
4179
4478
|
readonly type: "string";
|
|
4180
|
-
|
|
4181
|
-
|
|
4182
|
-
}];
|
|
4479
|
+
readonly const: "account";
|
|
4480
|
+
};
|
|
4183
4481
|
};
|
|
4184
|
-
|
|
4185
|
-
|
|
4482
|
+
readonly required: readonly ["type"];
|
|
4483
|
+
readonly additionalProperties: false;
|
|
4484
|
+
}, {
|
|
4485
|
+
readonly type: "object";
|
|
4486
|
+
readonly properties: {
|
|
4487
|
+
readonly type: {
|
|
4488
|
+
readonly type: "string";
|
|
4489
|
+
readonly const: "attachment";
|
|
4490
|
+
};
|
|
4491
|
+
};
|
|
4492
|
+
readonly required: readonly ["type"];
|
|
4493
|
+
readonly additionalProperties: false;
|
|
4494
|
+
}, {
|
|
4495
|
+
readonly type: "object";
|
|
4496
|
+
readonly properties: {
|
|
4497
|
+
readonly type: {
|
|
4498
|
+
readonly type: "string";
|
|
4499
|
+
readonly const: "document";
|
|
4500
|
+
};
|
|
4501
|
+
readonly model: {
|
|
4502
|
+
readonly anyOf: readonly [{
|
|
4503
|
+
readonly type: "string";
|
|
4504
|
+
}, {
|
|
4505
|
+
readonly type: "null";
|
|
4506
|
+
}];
|
|
4507
|
+
};
|
|
4508
|
+
};
|
|
4509
|
+
readonly required: readonly ["type", "model"];
|
|
4510
|
+
readonly additionalProperties: false;
|
|
4511
|
+
}];
|
|
4186
4512
|
};
|
|
4187
4513
|
};
|
|
4188
4514
|
};
|
|
@@ -4222,7 +4548,7 @@ export declare const graphProtocol: {
|
|
|
4222
4548
|
readonly id: {
|
|
4223
4549
|
readonly type: "string";
|
|
4224
4550
|
};
|
|
4225
|
-
readonly
|
|
4551
|
+
readonly record: {
|
|
4226
4552
|
readonly type: "object";
|
|
4227
4553
|
readonly additionalProperties: {
|
|
4228
4554
|
readonly $id: "urn:kubun:protocol:model:document";
|
|
@@ -4533,17 +4859,44 @@ export declare const graphProtocol: {
|
|
|
4533
4859
|
readonly fieldsMeta: {
|
|
4534
4860
|
readonly type: "object";
|
|
4535
4861
|
readonly additionalProperties: {
|
|
4536
|
-
readonly
|
|
4537
|
-
|
|
4538
|
-
readonly
|
|
4539
|
-
readonly
|
|
4862
|
+
readonly anyOf: readonly [{
|
|
4863
|
+
readonly type: "object";
|
|
4864
|
+
readonly properties: {
|
|
4865
|
+
readonly type: {
|
|
4540
4866
|
readonly type: "string";
|
|
4541
|
-
|
|
4542
|
-
|
|
4543
|
-
}];
|
|
4867
|
+
readonly const: "account";
|
|
4868
|
+
};
|
|
4544
4869
|
};
|
|
4545
|
-
|
|
4546
|
-
|
|
4870
|
+
readonly required: readonly ["type"];
|
|
4871
|
+
readonly additionalProperties: false;
|
|
4872
|
+
}, {
|
|
4873
|
+
readonly type: "object";
|
|
4874
|
+
readonly properties: {
|
|
4875
|
+
readonly type: {
|
|
4876
|
+
readonly type: "string";
|
|
4877
|
+
readonly const: "attachment";
|
|
4878
|
+
};
|
|
4879
|
+
};
|
|
4880
|
+
readonly required: readonly ["type"];
|
|
4881
|
+
readonly additionalProperties: false;
|
|
4882
|
+
}, {
|
|
4883
|
+
readonly type: "object";
|
|
4884
|
+
readonly properties: {
|
|
4885
|
+
readonly type: {
|
|
4886
|
+
readonly type: "string";
|
|
4887
|
+
readonly const: "document";
|
|
4888
|
+
};
|
|
4889
|
+
readonly model: {
|
|
4890
|
+
readonly anyOf: readonly [{
|
|
4891
|
+
readonly type: "string";
|
|
4892
|
+
}, {
|
|
4893
|
+
readonly type: "null";
|
|
4894
|
+
}];
|
|
4895
|
+
};
|
|
4896
|
+
};
|
|
4897
|
+
readonly required: readonly ["type", "model"];
|
|
4898
|
+
readonly additionalProperties: false;
|
|
4899
|
+
}];
|
|
4547
4900
|
};
|
|
4548
4901
|
};
|
|
4549
4902
|
};
|
|
@@ -4856,17 +5209,44 @@ export declare const graphProtocol: {
|
|
|
4856
5209
|
readonly fieldsMeta: {
|
|
4857
5210
|
readonly type: "object";
|
|
4858
5211
|
readonly additionalProperties: {
|
|
4859
|
-
readonly
|
|
4860
|
-
|
|
4861
|
-
readonly
|
|
4862
|
-
readonly
|
|
5212
|
+
readonly anyOf: readonly [{
|
|
5213
|
+
readonly type: "object";
|
|
5214
|
+
readonly properties: {
|
|
5215
|
+
readonly type: {
|
|
4863
5216
|
readonly type: "string";
|
|
4864
|
-
|
|
4865
|
-
|
|
4866
|
-
}];
|
|
5217
|
+
readonly const: "account";
|
|
5218
|
+
};
|
|
4867
5219
|
};
|
|
4868
|
-
|
|
4869
|
-
|
|
5220
|
+
readonly required: readonly ["type"];
|
|
5221
|
+
readonly additionalProperties: false;
|
|
5222
|
+
}, {
|
|
5223
|
+
readonly type: "object";
|
|
5224
|
+
readonly properties: {
|
|
5225
|
+
readonly type: {
|
|
5226
|
+
readonly type: "string";
|
|
5227
|
+
readonly const: "attachment";
|
|
5228
|
+
};
|
|
5229
|
+
};
|
|
5230
|
+
readonly required: readonly ["type"];
|
|
5231
|
+
readonly additionalProperties: false;
|
|
5232
|
+
}, {
|
|
5233
|
+
readonly type: "object";
|
|
5234
|
+
readonly properties: {
|
|
5235
|
+
readonly type: {
|
|
5236
|
+
readonly type: "string";
|
|
5237
|
+
readonly const: "document";
|
|
5238
|
+
};
|
|
5239
|
+
readonly model: {
|
|
5240
|
+
readonly anyOf: readonly [{
|
|
5241
|
+
readonly type: "string";
|
|
5242
|
+
}, {
|
|
5243
|
+
readonly type: "null";
|
|
5244
|
+
}];
|
|
5245
|
+
};
|
|
5246
|
+
};
|
|
5247
|
+
readonly required: readonly ["type", "model"];
|
|
5248
|
+
readonly additionalProperties: false;
|
|
5249
|
+
}];
|
|
4870
5250
|
};
|
|
4871
5251
|
};
|
|
4872
5252
|
};
|
|
@@ -5185,17 +5565,44 @@ export declare const graphProtocol: {
|
|
|
5185
5565
|
readonly fieldsMeta: {
|
|
5186
5566
|
readonly type: "object";
|
|
5187
5567
|
readonly additionalProperties: {
|
|
5188
|
-
readonly
|
|
5189
|
-
|
|
5190
|
-
readonly
|
|
5191
|
-
readonly
|
|
5568
|
+
readonly anyOf: readonly [{
|
|
5569
|
+
readonly type: "object";
|
|
5570
|
+
readonly properties: {
|
|
5571
|
+
readonly type: {
|
|
5192
5572
|
readonly type: "string";
|
|
5193
|
-
|
|
5194
|
-
|
|
5195
|
-
}];
|
|
5573
|
+
readonly const: "account";
|
|
5574
|
+
};
|
|
5196
5575
|
};
|
|
5197
|
-
|
|
5198
|
-
|
|
5576
|
+
readonly required: readonly ["type"];
|
|
5577
|
+
readonly additionalProperties: false;
|
|
5578
|
+
}, {
|
|
5579
|
+
readonly type: "object";
|
|
5580
|
+
readonly properties: {
|
|
5581
|
+
readonly type: {
|
|
5582
|
+
readonly type: "string";
|
|
5583
|
+
readonly const: "attachment";
|
|
5584
|
+
};
|
|
5585
|
+
};
|
|
5586
|
+
readonly required: readonly ["type"];
|
|
5587
|
+
readonly additionalProperties: false;
|
|
5588
|
+
}, {
|
|
5589
|
+
readonly type: "object";
|
|
5590
|
+
readonly properties: {
|
|
5591
|
+
readonly type: {
|
|
5592
|
+
readonly type: "string";
|
|
5593
|
+
readonly const: "document";
|
|
5594
|
+
};
|
|
5595
|
+
readonly model: {
|
|
5596
|
+
readonly anyOf: readonly [{
|
|
5597
|
+
readonly type: "string";
|
|
5598
|
+
}, {
|
|
5599
|
+
readonly type: "null";
|
|
5600
|
+
}];
|
|
5601
|
+
};
|
|
5602
|
+
};
|
|
5603
|
+
readonly required: readonly ["type", "model"];
|
|
5604
|
+
readonly additionalProperties: false;
|
|
5605
|
+
}];
|
|
5199
5606
|
};
|
|
5200
5607
|
};
|
|
5201
5608
|
};
|
|
@@ -5204,8 +5611,14 @@ export declare const graphProtocol: {
|
|
|
5204
5611
|
}];
|
|
5205
5612
|
};
|
|
5206
5613
|
};
|
|
5614
|
+
readonly aliases: {
|
|
5615
|
+
readonly type: "object";
|
|
5616
|
+
readonly additionalProperties: {
|
|
5617
|
+
readonly type: "string";
|
|
5618
|
+
};
|
|
5619
|
+
};
|
|
5207
5620
|
};
|
|
5208
|
-
readonly required: readonly ["id", "
|
|
5621
|
+
readonly required: readonly ["id", "record", "aliases"];
|
|
5209
5622
|
readonly additionalProperties: false;
|
|
5210
5623
|
};
|
|
5211
5624
|
};
|
|
@@ -5250,66 +5663,129 @@ export declare const graphProtocol: {
|
|
|
5250
5663
|
readonly result: {
|
|
5251
5664
|
readonly type: "object";
|
|
5252
5665
|
readonly properties: {
|
|
5253
|
-
readonly
|
|
5254
|
-
readonly
|
|
5255
|
-
|
|
5256
|
-
readonly
|
|
5257
|
-
|
|
5258
|
-
readonly
|
|
5259
|
-
|
|
5260
|
-
readonly
|
|
5261
|
-
readonly
|
|
5262
|
-
|
|
5263
|
-
|
|
5264
|
-
|
|
5265
|
-
readonly
|
|
5266
|
-
|
|
5267
|
-
|
|
5268
|
-
|
|
5269
|
-
readonly
|
|
5666
|
+
readonly record: {
|
|
5667
|
+
readonly type: "object";
|
|
5668
|
+
readonly additionalProperties: {
|
|
5669
|
+
readonly $id: "urn:kubun:protocol:model:document";
|
|
5670
|
+
readonly anyOf: readonly [{
|
|
5671
|
+
readonly type: "object";
|
|
5672
|
+
readonly properties: {
|
|
5673
|
+
readonly behavior: {
|
|
5674
|
+
readonly type: "string";
|
|
5675
|
+
readonly const: "default";
|
|
5676
|
+
};
|
|
5677
|
+
readonly name: {
|
|
5678
|
+
readonly type: "string";
|
|
5679
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5680
|
+
};
|
|
5681
|
+
readonly version: {
|
|
5682
|
+
readonly type: "string";
|
|
5683
|
+
readonly const: "1.0";
|
|
5684
|
+
};
|
|
5685
|
+
readonly interfaces: {
|
|
5686
|
+
readonly type: "array";
|
|
5687
|
+
readonly items: {
|
|
5270
5688
|
readonly type: "string";
|
|
5271
|
-
readonly const: "1.0";
|
|
5272
|
-
};
|
|
5273
|
-
readonly interfaces: {
|
|
5274
|
-
readonly type: "array";
|
|
5275
|
-
readonly items: {
|
|
5276
|
-
readonly type: "string";
|
|
5277
|
-
};
|
|
5278
5689
|
};
|
|
5279
|
-
|
|
5280
|
-
|
|
5281
|
-
|
|
5282
|
-
|
|
5283
|
-
|
|
5284
|
-
|
|
5690
|
+
};
|
|
5691
|
+
readonly schema: {
|
|
5692
|
+
readonly type: "object";
|
|
5693
|
+
readonly properties: {
|
|
5694
|
+
readonly $defs: {
|
|
5695
|
+
readonly type: "object";
|
|
5696
|
+
readonly additionalProperties: {
|
|
5697
|
+
readonly anyOf: readonly [{
|
|
5285
5698
|
readonly anyOf: readonly [{
|
|
5699
|
+
readonly type: "object";
|
|
5700
|
+
readonly properties: {
|
|
5701
|
+
readonly type: {
|
|
5702
|
+
readonly type: "string";
|
|
5703
|
+
readonly const: "boolean";
|
|
5704
|
+
};
|
|
5705
|
+
readonly default: {
|
|
5706
|
+
readonly type: "boolean";
|
|
5707
|
+
};
|
|
5708
|
+
};
|
|
5709
|
+
readonly required: readonly ["type"];
|
|
5710
|
+
readonly additionalProperties: false;
|
|
5711
|
+
}, {
|
|
5712
|
+
readonly type: "object";
|
|
5713
|
+
readonly properties: {
|
|
5714
|
+
readonly type: {
|
|
5715
|
+
readonly type: "string";
|
|
5716
|
+
readonly const: "integer";
|
|
5717
|
+
};
|
|
5718
|
+
readonly default: {
|
|
5719
|
+
readonly type: "integer";
|
|
5720
|
+
};
|
|
5721
|
+
readonly minimum: {
|
|
5722
|
+
readonly type: "integer";
|
|
5723
|
+
};
|
|
5724
|
+
readonly maximum: {
|
|
5725
|
+
readonly type: "integer";
|
|
5726
|
+
};
|
|
5727
|
+
};
|
|
5728
|
+
readonly required: readonly ["type"];
|
|
5729
|
+
readonly additionalProperties: false;
|
|
5730
|
+
}, {
|
|
5731
|
+
readonly type: "object";
|
|
5732
|
+
readonly properties: {
|
|
5733
|
+
readonly type: {
|
|
5734
|
+
readonly type: "string";
|
|
5735
|
+
readonly const: "number";
|
|
5736
|
+
};
|
|
5737
|
+
readonly default: {
|
|
5738
|
+
readonly type: "number";
|
|
5739
|
+
};
|
|
5740
|
+
readonly min: {
|
|
5741
|
+
readonly type: "number";
|
|
5742
|
+
};
|
|
5743
|
+
readonly max: {
|
|
5744
|
+
readonly type: "number";
|
|
5745
|
+
};
|
|
5746
|
+
};
|
|
5747
|
+
readonly required: readonly ["type"];
|
|
5748
|
+
readonly additionalProperties: false;
|
|
5749
|
+
}, {
|
|
5286
5750
|
readonly anyOf: readonly [{
|
|
5287
5751
|
readonly type: "object";
|
|
5288
5752
|
readonly properties: {
|
|
5289
5753
|
readonly type: {
|
|
5290
5754
|
readonly type: "string";
|
|
5291
|
-
readonly const: "
|
|
5755
|
+
readonly const: "string";
|
|
5756
|
+
};
|
|
5757
|
+
readonly title: {
|
|
5758
|
+
readonly type: "string";
|
|
5759
|
+
};
|
|
5760
|
+
readonly const: {
|
|
5761
|
+
readonly type: "string";
|
|
5292
5762
|
};
|
|
5293
5763
|
readonly default: {
|
|
5294
|
-
readonly type: "
|
|
5764
|
+
readonly type: "string";
|
|
5295
5765
|
};
|
|
5296
5766
|
};
|
|
5297
|
-
readonly required: readonly ["type"];
|
|
5767
|
+
readonly required: readonly ["type", "const"];
|
|
5298
5768
|
readonly additionalProperties: false;
|
|
5299
5769
|
}, {
|
|
5300
5770
|
readonly type: "object";
|
|
5301
5771
|
readonly properties: {
|
|
5302
5772
|
readonly type: {
|
|
5303
5773
|
readonly type: "string";
|
|
5304
|
-
readonly const: "
|
|
5774
|
+
readonly const: "string";
|
|
5775
|
+
};
|
|
5776
|
+
readonly title: {
|
|
5777
|
+
readonly type: "string";
|
|
5778
|
+
};
|
|
5779
|
+
readonly pattern: {
|
|
5780
|
+
readonly type: "string";
|
|
5305
5781
|
};
|
|
5306
5782
|
readonly default: {
|
|
5307
|
-
readonly type: "
|
|
5783
|
+
readonly type: "string";
|
|
5308
5784
|
};
|
|
5309
|
-
readonly
|
|
5785
|
+
readonly minLength: {
|
|
5310
5786
|
readonly type: "integer";
|
|
5311
5787
|
};
|
|
5312
|
-
readonly
|
|
5788
|
+
readonly maxLength: {
|
|
5313
5789
|
readonly type: "integer";
|
|
5314
5790
|
};
|
|
5315
5791
|
};
|
|
@@ -5320,251 +5796,212 @@ export declare const graphProtocol: {
|
|
|
5320
5796
|
readonly properties: {
|
|
5321
5797
|
readonly type: {
|
|
5322
5798
|
readonly type: "string";
|
|
5323
|
-
readonly const: "
|
|
5324
|
-
};
|
|
5325
|
-
readonly default: {
|
|
5326
|
-
readonly type: "number";
|
|
5327
|
-
};
|
|
5328
|
-
readonly min: {
|
|
5329
|
-
readonly type: "number";
|
|
5330
|
-
};
|
|
5331
|
-
readonly max: {
|
|
5332
|
-
readonly type: "number";
|
|
5333
|
-
};
|
|
5334
|
-
};
|
|
5335
|
-
readonly required: readonly ["type"];
|
|
5336
|
-
readonly additionalProperties: false;
|
|
5337
|
-
}, {
|
|
5338
|
-
readonly anyOf: readonly [{
|
|
5339
|
-
readonly type: "object";
|
|
5340
|
-
readonly properties: {
|
|
5341
|
-
readonly type: {
|
|
5342
|
-
readonly type: "string";
|
|
5343
|
-
readonly const: "string";
|
|
5344
|
-
};
|
|
5345
|
-
readonly title: {
|
|
5346
|
-
readonly type: "string";
|
|
5347
|
-
};
|
|
5348
|
-
readonly const: {
|
|
5349
|
-
readonly type: "string";
|
|
5350
|
-
};
|
|
5351
|
-
readonly default: {
|
|
5352
|
-
readonly type: "string";
|
|
5353
|
-
};
|
|
5799
|
+
readonly const: "string";
|
|
5354
5800
|
};
|
|
5355
|
-
readonly
|
|
5356
|
-
|
|
5357
|
-
}, {
|
|
5358
|
-
readonly type: "object";
|
|
5359
|
-
readonly properties: {
|
|
5360
|
-
readonly type: {
|
|
5361
|
-
readonly type: "string";
|
|
5362
|
-
readonly const: "string";
|
|
5363
|
-
};
|
|
5364
|
-
readonly title: {
|
|
5365
|
-
readonly type: "string";
|
|
5366
|
-
};
|
|
5367
|
-
readonly pattern: {
|
|
5368
|
-
readonly type: "string";
|
|
5369
|
-
};
|
|
5370
|
-
readonly default: {
|
|
5371
|
-
readonly type: "string";
|
|
5372
|
-
};
|
|
5373
|
-
readonly minLength: {
|
|
5374
|
-
readonly type: "integer";
|
|
5375
|
-
};
|
|
5376
|
-
readonly maxLength: {
|
|
5377
|
-
readonly type: "integer";
|
|
5378
|
-
};
|
|
5801
|
+
readonly title: {
|
|
5802
|
+
readonly type: "string";
|
|
5379
5803
|
};
|
|
5380
|
-
readonly
|
|
5381
|
-
|
|
5382
|
-
|
|
5383
|
-
readonly type: "object";
|
|
5384
|
-
readonly properties: {
|
|
5385
|
-
readonly type: {
|
|
5386
|
-
readonly type: "string";
|
|
5387
|
-
readonly const: "string";
|
|
5388
|
-
};
|
|
5389
|
-
readonly title: {
|
|
5390
|
-
readonly type: "string";
|
|
5391
|
-
};
|
|
5392
|
-
readonly enum: {
|
|
5393
|
-
readonly type: "array";
|
|
5394
|
-
readonly items: {
|
|
5395
|
-
readonly type: "string";
|
|
5396
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5397
|
-
};
|
|
5398
|
-
};
|
|
5399
|
-
readonly default: {
|
|
5804
|
+
readonly enum: {
|
|
5805
|
+
readonly type: "array";
|
|
5806
|
+
readonly items: {
|
|
5400
5807
|
readonly type: "string";
|
|
5401
5808
|
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5402
5809
|
};
|
|
5403
5810
|
};
|
|
5404
|
-
readonly
|
|
5405
|
-
|
|
5406
|
-
|
|
5407
|
-
readonly type: "object";
|
|
5408
|
-
readonly properties: {
|
|
5409
|
-
readonly type: {
|
|
5410
|
-
readonly type: "string";
|
|
5411
|
-
readonly const: "string";
|
|
5412
|
-
};
|
|
5413
|
-
readonly format: {
|
|
5414
|
-
readonly type: "string";
|
|
5415
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5416
|
-
};
|
|
5417
|
-
readonly title: {
|
|
5418
|
-
readonly type: "string";
|
|
5419
|
-
};
|
|
5420
|
-
readonly default: {
|
|
5421
|
-
readonly type: "string";
|
|
5422
|
-
};
|
|
5423
|
-
readonly minLength: {
|
|
5424
|
-
readonly type: "integer";
|
|
5425
|
-
};
|
|
5426
|
-
readonly maxLength: {
|
|
5427
|
-
readonly type: "integer";
|
|
5428
|
-
};
|
|
5811
|
+
readonly default: {
|
|
5812
|
+
readonly type: "string";
|
|
5813
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5429
5814
|
};
|
|
5430
|
-
|
|
5431
|
-
|
|
5432
|
-
|
|
5433
|
-
}
|
|
5434
|
-
}, {
|
|
5435
|
-
readonly anyOf: readonly [{
|
|
5815
|
+
};
|
|
5816
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
5817
|
+
readonly additionalProperties: false;
|
|
5818
|
+
}, {
|
|
5436
5819
|
readonly type: "object";
|
|
5437
5820
|
readonly properties: {
|
|
5438
5821
|
readonly type: {
|
|
5439
5822
|
readonly type: "string";
|
|
5440
|
-
readonly const: "
|
|
5823
|
+
readonly const: "string";
|
|
5441
5824
|
};
|
|
5442
|
-
readonly
|
|
5825
|
+
readonly format: {
|
|
5443
5826
|
readonly type: "string";
|
|
5444
|
-
readonly
|
|
5827
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5445
5828
|
};
|
|
5446
|
-
readonly
|
|
5447
|
-
readonly type: "
|
|
5448
|
-
readonly properties: {
|
|
5449
|
-
readonly $ref: {
|
|
5450
|
-
readonly type: "string";
|
|
5451
|
-
};
|
|
5452
|
-
};
|
|
5453
|
-
readonly required: readonly ["$ref"];
|
|
5454
|
-
readonly additionalProperties: false;
|
|
5829
|
+
readonly title: {
|
|
5830
|
+
readonly type: "string";
|
|
5455
5831
|
};
|
|
5456
|
-
readonly
|
|
5457
|
-
readonly type: "
|
|
5832
|
+
readonly default: {
|
|
5833
|
+
readonly type: "string";
|
|
5458
5834
|
};
|
|
5459
|
-
readonly
|
|
5835
|
+
readonly minLength: {
|
|
5460
5836
|
readonly type: "integer";
|
|
5461
5837
|
};
|
|
5462
|
-
readonly
|
|
5838
|
+
readonly maxLength: {
|
|
5463
5839
|
readonly type: "integer";
|
|
5464
5840
|
};
|
|
5465
5841
|
};
|
|
5466
|
-
readonly required: readonly ["type", "
|
|
5842
|
+
readonly required: readonly ["type", "format"];
|
|
5467
5843
|
readonly additionalProperties: false;
|
|
5468
|
-
}
|
|
5469
|
-
|
|
5470
|
-
|
|
5471
|
-
|
|
5472
|
-
|
|
5473
|
-
|
|
5474
|
-
|
|
5475
|
-
readonly type:
|
|
5476
|
-
|
|
5477
|
-
|
|
5478
|
-
|
|
5479
|
-
readonly
|
|
5480
|
-
|
|
5481
|
-
|
|
5482
|
-
|
|
5483
|
-
|
|
5484
|
-
|
|
5485
|
-
|
|
5486
|
-
readonly type: "string";
|
|
5487
|
-
};
|
|
5488
|
-
};
|
|
5489
|
-
readonly required: readonly ["$ref"];
|
|
5490
|
-
readonly additionalProperties: false;
|
|
5491
|
-
};
|
|
5492
|
-
};
|
|
5493
|
-
readonly additionalProperties: false;
|
|
5494
|
-
};
|
|
5495
|
-
readonly required: {
|
|
5496
|
-
readonly type: "array";
|
|
5497
|
-
readonly items: {
|
|
5844
|
+
}];
|
|
5845
|
+
}];
|
|
5846
|
+
}, {
|
|
5847
|
+
readonly anyOf: readonly [{
|
|
5848
|
+
readonly type: "object";
|
|
5849
|
+
readonly properties: {
|
|
5850
|
+
readonly type: {
|
|
5851
|
+
readonly type: "string";
|
|
5852
|
+
readonly const: "array";
|
|
5853
|
+
};
|
|
5854
|
+
readonly title: {
|
|
5855
|
+
readonly type: "string";
|
|
5856
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5857
|
+
};
|
|
5858
|
+
readonly items: {
|
|
5859
|
+
readonly type: "object";
|
|
5860
|
+
readonly properties: {
|
|
5861
|
+
readonly $ref: {
|
|
5498
5862
|
readonly type: "string";
|
|
5499
5863
|
};
|
|
5500
5864
|
};
|
|
5501
|
-
readonly
|
|
5502
|
-
|
|
5503
|
-
|
|
5865
|
+
readonly required: readonly ["$ref"];
|
|
5866
|
+
readonly additionalProperties: false;
|
|
5867
|
+
};
|
|
5868
|
+
readonly uniqueItems: {
|
|
5869
|
+
readonly type: "boolean";
|
|
5870
|
+
};
|
|
5871
|
+
readonly minItems: {
|
|
5872
|
+
readonly type: "integer";
|
|
5873
|
+
};
|
|
5874
|
+
readonly maxItems: {
|
|
5875
|
+
readonly type: "integer";
|
|
5876
|
+
};
|
|
5877
|
+
};
|
|
5878
|
+
readonly required: readonly ["type", "title", "items"];
|
|
5879
|
+
readonly additionalProperties: false;
|
|
5880
|
+
}, {
|
|
5881
|
+
readonly type: "object";
|
|
5882
|
+
readonly properties: {
|
|
5883
|
+
readonly title: {
|
|
5884
|
+
readonly type: "string";
|
|
5885
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5886
|
+
};
|
|
5887
|
+
readonly type: {
|
|
5888
|
+
readonly type: "string";
|
|
5889
|
+
readonly const: "object";
|
|
5504
5890
|
};
|
|
5505
|
-
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
5506
|
-
readonly additionalProperties: false;
|
|
5507
|
-
}, {
|
|
5508
|
-
readonly type: "object";
|
|
5509
5891
|
readonly properties: {
|
|
5510
|
-
readonly type:
|
|
5511
|
-
|
|
5512
|
-
readonly
|
|
5892
|
+
readonly type: "object";
|
|
5893
|
+
readonly patternProperties: {
|
|
5894
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5895
|
+
readonly type: "object";
|
|
5896
|
+
readonly properties: {
|
|
5897
|
+
readonly $ref: {
|
|
5898
|
+
readonly type: "string";
|
|
5899
|
+
};
|
|
5900
|
+
};
|
|
5901
|
+
readonly required: readonly ["$ref"];
|
|
5902
|
+
readonly additionalProperties: false;
|
|
5903
|
+
};
|
|
5513
5904
|
};
|
|
5514
|
-
readonly
|
|
5905
|
+
readonly additionalProperties: false;
|
|
5906
|
+
};
|
|
5907
|
+
readonly required: {
|
|
5908
|
+
readonly type: "array";
|
|
5909
|
+
readonly items: {
|
|
5515
5910
|
readonly type: "string";
|
|
5516
|
-
readonly const: "JSONObject";
|
|
5517
|
-
};
|
|
5518
|
-
readonly additionalProperties: {
|
|
5519
|
-
readonly type: "boolean";
|
|
5520
|
-
readonly const: true;
|
|
5521
5911
|
};
|
|
5522
5912
|
};
|
|
5523
|
-
readonly
|
|
5524
|
-
|
|
5525
|
-
|
|
5526
|
-
|
|
5527
|
-
|
|
5528
|
-
|
|
5529
|
-
|
|
5530
|
-
readonly type: "string";
|
|
5531
|
-
readonly const: "object";
|
|
5532
|
-
};
|
|
5533
|
-
readonly properties: {
|
|
5534
|
-
readonly type: "object";
|
|
5535
|
-
readonly patternProperties: {
|
|
5536
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5913
|
+
readonly additionalProperties: {
|
|
5914
|
+
readonly type: "boolean";
|
|
5915
|
+
};
|
|
5916
|
+
};
|
|
5917
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
5918
|
+
readonly additionalProperties: false;
|
|
5919
|
+
}, {
|
|
5537
5920
|
readonly type: "object";
|
|
5538
5921
|
readonly properties: {
|
|
5539
|
-
readonly
|
|
5922
|
+
readonly type: {
|
|
5540
5923
|
readonly type: "string";
|
|
5924
|
+
readonly const: "object";
|
|
5925
|
+
};
|
|
5926
|
+
readonly title: {
|
|
5927
|
+
readonly type: "string";
|
|
5928
|
+
readonly const: "JSONObject";
|
|
5929
|
+
};
|
|
5930
|
+
readonly additionalProperties: {
|
|
5931
|
+
readonly type: "boolean";
|
|
5932
|
+
readonly const: true;
|
|
5541
5933
|
};
|
|
5542
5934
|
};
|
|
5543
|
-
readonly required: readonly ["
|
|
5935
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
5544
5936
|
readonly additionalProperties: false;
|
|
5937
|
+
}];
|
|
5938
|
+
}];
|
|
5939
|
+
};
|
|
5940
|
+
};
|
|
5941
|
+
readonly type: {
|
|
5942
|
+
readonly type: "string";
|
|
5943
|
+
readonly const: "object";
|
|
5944
|
+
};
|
|
5945
|
+
readonly properties: {
|
|
5946
|
+
readonly type: "object";
|
|
5947
|
+
readonly patternProperties: {
|
|
5948
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5949
|
+
readonly type: "object";
|
|
5950
|
+
readonly properties: {
|
|
5951
|
+
readonly $ref: {
|
|
5952
|
+
readonly type: "string";
|
|
5953
|
+
};
|
|
5545
5954
|
};
|
|
5955
|
+
readonly required: readonly ["$ref"];
|
|
5956
|
+
readonly additionalProperties: false;
|
|
5546
5957
|
};
|
|
5547
|
-
readonly additionalProperties: false;
|
|
5548
5958
|
};
|
|
5549
|
-
readonly
|
|
5550
|
-
|
|
5551
|
-
|
|
5959
|
+
readonly additionalProperties: false;
|
|
5960
|
+
};
|
|
5961
|
+
readonly required: {
|
|
5962
|
+
readonly type: "array";
|
|
5963
|
+
readonly items: {
|
|
5964
|
+
readonly type: "string";
|
|
5965
|
+
};
|
|
5966
|
+
};
|
|
5967
|
+
readonly additionalProperties: {
|
|
5968
|
+
readonly type: "boolean";
|
|
5969
|
+
};
|
|
5970
|
+
};
|
|
5971
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
5972
|
+
readonly additionalProperties: false;
|
|
5973
|
+
};
|
|
5974
|
+
readonly fieldsMeta: {
|
|
5975
|
+
readonly type: "object";
|
|
5976
|
+
readonly additionalProperties: {
|
|
5977
|
+
readonly anyOf: readonly [{
|
|
5978
|
+
readonly type: "object";
|
|
5979
|
+
readonly properties: {
|
|
5980
|
+
readonly type: {
|
|
5552
5981
|
readonly type: "string";
|
|
5982
|
+
readonly const: "account";
|
|
5553
5983
|
};
|
|
5554
5984
|
};
|
|
5555
|
-
readonly
|
|
5556
|
-
|
|
5985
|
+
readonly required: readonly ["type"];
|
|
5986
|
+
readonly additionalProperties: false;
|
|
5987
|
+
}, {
|
|
5988
|
+
readonly type: "object";
|
|
5989
|
+
readonly properties: {
|
|
5990
|
+
readonly type: {
|
|
5991
|
+
readonly type: "string";
|
|
5992
|
+
readonly const: "attachment";
|
|
5993
|
+
};
|
|
5557
5994
|
};
|
|
5558
|
-
|
|
5559
|
-
|
|
5560
|
-
|
|
5561
|
-
};
|
|
5562
|
-
readonly fieldsMeta: {
|
|
5563
|
-
readonly type: "object";
|
|
5564
|
-
readonly additionalProperties: {
|
|
5995
|
+
readonly required: readonly ["type"];
|
|
5996
|
+
readonly additionalProperties: false;
|
|
5997
|
+
}, {
|
|
5565
5998
|
readonly type: "object";
|
|
5566
5999
|
readonly properties: {
|
|
5567
|
-
readonly
|
|
6000
|
+
readonly type: {
|
|
6001
|
+
readonly type: "string";
|
|
6002
|
+
readonly const: "document";
|
|
6003
|
+
};
|
|
6004
|
+
readonly model: {
|
|
5568
6005
|
readonly anyOf: readonly [{
|
|
5569
6006
|
readonly type: "string";
|
|
5570
6007
|
}, {
|
|
@@ -5572,322 +6009,349 @@ export declare const graphProtocol: {
|
|
|
5572
6009
|
}];
|
|
5573
6010
|
};
|
|
5574
6011
|
};
|
|
6012
|
+
readonly required: readonly ["type", "model"];
|
|
5575
6013
|
readonly additionalProperties: false;
|
|
5576
|
-
};
|
|
6014
|
+
}];
|
|
5577
6015
|
};
|
|
5578
6016
|
};
|
|
5579
|
-
|
|
5580
|
-
|
|
5581
|
-
|
|
5582
|
-
|
|
5583
|
-
|
|
5584
|
-
|
|
5585
|
-
|
|
5586
|
-
|
|
5587
|
-
|
|
5588
|
-
|
|
5589
|
-
|
|
5590
|
-
|
|
5591
|
-
|
|
5592
|
-
|
|
6017
|
+
};
|
|
6018
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
6019
|
+
readonly additionalProperties: false;
|
|
6020
|
+
}, {
|
|
6021
|
+
readonly type: "object";
|
|
6022
|
+
readonly properties: {
|
|
6023
|
+
readonly behavior: {
|
|
6024
|
+
readonly type: "string";
|
|
6025
|
+
readonly const: "interface";
|
|
6026
|
+
};
|
|
6027
|
+
readonly name: {
|
|
6028
|
+
readonly type: "string";
|
|
6029
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6030
|
+
};
|
|
6031
|
+
readonly version: {
|
|
6032
|
+
readonly type: "string";
|
|
6033
|
+
readonly const: "1.0";
|
|
6034
|
+
};
|
|
6035
|
+
readonly interfaces: {
|
|
6036
|
+
readonly type: "array";
|
|
6037
|
+
readonly items: {
|
|
5593
6038
|
readonly type: "string";
|
|
5594
|
-
readonly const: "1.0";
|
|
5595
6039
|
};
|
|
5596
|
-
|
|
5597
|
-
|
|
5598
|
-
|
|
5599
|
-
|
|
5600
|
-
|
|
5601
|
-
|
|
5602
|
-
|
|
5603
|
-
|
|
5604
|
-
readonly properties: {
|
|
5605
|
-
readonly $defs: {
|
|
5606
|
-
readonly type: "object";
|
|
5607
|
-
readonly additionalProperties: {
|
|
6040
|
+
};
|
|
6041
|
+
readonly schema: {
|
|
6042
|
+
readonly type: "object";
|
|
6043
|
+
readonly properties: {
|
|
6044
|
+
readonly $defs: {
|
|
6045
|
+
readonly type: "object";
|
|
6046
|
+
readonly additionalProperties: {
|
|
6047
|
+
readonly anyOf: readonly [{
|
|
5608
6048
|
readonly anyOf: readonly [{
|
|
5609
|
-
readonly
|
|
5610
|
-
|
|
5611
|
-
readonly
|
|
5612
|
-
readonly type:
|
|
5613
|
-
|
|
5614
|
-
readonly const: "boolean";
|
|
5615
|
-
};
|
|
5616
|
-
readonly default: {
|
|
5617
|
-
readonly type: "boolean";
|
|
5618
|
-
};
|
|
6049
|
+
readonly type: "object";
|
|
6050
|
+
readonly properties: {
|
|
6051
|
+
readonly type: {
|
|
6052
|
+
readonly type: "string";
|
|
6053
|
+
readonly const: "boolean";
|
|
5619
6054
|
};
|
|
5620
|
-
readonly
|
|
5621
|
-
|
|
5622
|
-
}, {
|
|
5623
|
-
readonly type: "object";
|
|
5624
|
-
readonly properties: {
|
|
5625
|
-
readonly type: {
|
|
5626
|
-
readonly type: "string";
|
|
5627
|
-
readonly const: "integer";
|
|
5628
|
-
};
|
|
5629
|
-
readonly default: {
|
|
5630
|
-
readonly type: "integer";
|
|
5631
|
-
};
|
|
5632
|
-
readonly minimum: {
|
|
5633
|
-
readonly type: "integer";
|
|
5634
|
-
};
|
|
5635
|
-
readonly maximum: {
|
|
5636
|
-
readonly type: "integer";
|
|
5637
|
-
};
|
|
6055
|
+
readonly default: {
|
|
6056
|
+
readonly type: "boolean";
|
|
5638
6057
|
};
|
|
5639
|
-
|
|
5640
|
-
|
|
5641
|
-
|
|
6058
|
+
};
|
|
6059
|
+
readonly required: readonly ["type"];
|
|
6060
|
+
readonly additionalProperties: false;
|
|
6061
|
+
}, {
|
|
6062
|
+
readonly type: "object";
|
|
6063
|
+
readonly properties: {
|
|
6064
|
+
readonly type: {
|
|
6065
|
+
readonly type: "string";
|
|
6066
|
+
readonly const: "integer";
|
|
6067
|
+
};
|
|
6068
|
+
readonly default: {
|
|
6069
|
+
readonly type: "integer";
|
|
6070
|
+
};
|
|
6071
|
+
readonly minimum: {
|
|
6072
|
+
readonly type: "integer";
|
|
6073
|
+
};
|
|
6074
|
+
readonly maximum: {
|
|
6075
|
+
readonly type: "integer";
|
|
6076
|
+
};
|
|
6077
|
+
};
|
|
6078
|
+
readonly required: readonly ["type"];
|
|
6079
|
+
readonly additionalProperties: false;
|
|
6080
|
+
}, {
|
|
6081
|
+
readonly type: "object";
|
|
6082
|
+
readonly properties: {
|
|
6083
|
+
readonly type: {
|
|
6084
|
+
readonly type: "string";
|
|
6085
|
+
readonly const: "number";
|
|
6086
|
+
};
|
|
6087
|
+
readonly default: {
|
|
6088
|
+
readonly type: "number";
|
|
6089
|
+
};
|
|
6090
|
+
readonly min: {
|
|
6091
|
+
readonly type: "number";
|
|
6092
|
+
};
|
|
6093
|
+
readonly max: {
|
|
6094
|
+
readonly type: "number";
|
|
6095
|
+
};
|
|
6096
|
+
};
|
|
6097
|
+
readonly required: readonly ["type"];
|
|
6098
|
+
readonly additionalProperties: false;
|
|
6099
|
+
}, {
|
|
6100
|
+
readonly anyOf: readonly [{
|
|
5642
6101
|
readonly type: "object";
|
|
5643
6102
|
readonly properties: {
|
|
5644
6103
|
readonly type: {
|
|
5645
6104
|
readonly type: "string";
|
|
5646
|
-
readonly const: "
|
|
6105
|
+
readonly const: "string";
|
|
5647
6106
|
};
|
|
5648
|
-
readonly
|
|
5649
|
-
readonly type: "
|
|
6107
|
+
readonly title: {
|
|
6108
|
+
readonly type: "string";
|
|
5650
6109
|
};
|
|
5651
|
-
readonly
|
|
5652
|
-
readonly type: "
|
|
6110
|
+
readonly const: {
|
|
6111
|
+
readonly type: "string";
|
|
5653
6112
|
};
|
|
5654
|
-
readonly
|
|
5655
|
-
readonly type: "
|
|
6113
|
+
readonly default: {
|
|
6114
|
+
readonly type: "string";
|
|
5656
6115
|
};
|
|
5657
6116
|
};
|
|
5658
|
-
readonly required: readonly ["type"];
|
|
6117
|
+
readonly required: readonly ["type", "const"];
|
|
5659
6118
|
readonly additionalProperties: false;
|
|
5660
6119
|
}, {
|
|
5661
|
-
readonly anyOf: readonly [{
|
|
5662
|
-
readonly type: "object";
|
|
5663
|
-
readonly properties: {
|
|
5664
|
-
readonly type: {
|
|
5665
|
-
readonly type: "string";
|
|
5666
|
-
readonly const: "string";
|
|
5667
|
-
};
|
|
5668
|
-
readonly title: {
|
|
5669
|
-
readonly type: "string";
|
|
5670
|
-
};
|
|
5671
|
-
readonly const: {
|
|
5672
|
-
readonly type: "string";
|
|
5673
|
-
};
|
|
5674
|
-
readonly default: {
|
|
5675
|
-
readonly type: "string";
|
|
5676
|
-
};
|
|
5677
|
-
};
|
|
5678
|
-
readonly required: readonly ["type", "const"];
|
|
5679
|
-
readonly additionalProperties: false;
|
|
5680
|
-
}, {
|
|
5681
|
-
readonly type: "object";
|
|
5682
|
-
readonly properties: {
|
|
5683
|
-
readonly type: {
|
|
5684
|
-
readonly type: "string";
|
|
5685
|
-
readonly const: "string";
|
|
5686
|
-
};
|
|
5687
|
-
readonly title: {
|
|
5688
|
-
readonly type: "string";
|
|
5689
|
-
};
|
|
5690
|
-
readonly pattern: {
|
|
5691
|
-
readonly type: "string";
|
|
5692
|
-
};
|
|
5693
|
-
readonly default: {
|
|
5694
|
-
readonly type: "string";
|
|
5695
|
-
};
|
|
5696
|
-
readonly minLength: {
|
|
5697
|
-
readonly type: "integer";
|
|
5698
|
-
};
|
|
5699
|
-
readonly maxLength: {
|
|
5700
|
-
readonly type: "integer";
|
|
5701
|
-
};
|
|
5702
|
-
};
|
|
5703
|
-
readonly required: readonly ["type"];
|
|
5704
|
-
readonly additionalProperties: false;
|
|
5705
|
-
}, {
|
|
5706
|
-
readonly type: "object";
|
|
5707
|
-
readonly properties: {
|
|
5708
|
-
readonly type: {
|
|
5709
|
-
readonly type: "string";
|
|
5710
|
-
readonly const: "string";
|
|
5711
|
-
};
|
|
5712
|
-
readonly title: {
|
|
5713
|
-
readonly type: "string";
|
|
5714
|
-
};
|
|
5715
|
-
readonly enum: {
|
|
5716
|
-
readonly type: "array";
|
|
5717
|
-
readonly items: {
|
|
5718
|
-
readonly type: "string";
|
|
5719
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5720
|
-
};
|
|
5721
|
-
};
|
|
5722
|
-
readonly default: {
|
|
5723
|
-
readonly type: "string";
|
|
5724
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5725
|
-
};
|
|
5726
|
-
};
|
|
5727
|
-
readonly required: readonly ["type", "title", "enum"];
|
|
5728
|
-
readonly additionalProperties: false;
|
|
5729
|
-
}, {
|
|
5730
|
-
readonly type: "object";
|
|
5731
|
-
readonly properties: {
|
|
5732
|
-
readonly type: {
|
|
5733
|
-
readonly type: "string";
|
|
5734
|
-
readonly const: "string";
|
|
5735
|
-
};
|
|
5736
|
-
readonly format: {
|
|
5737
|
-
readonly type: "string";
|
|
5738
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5739
|
-
};
|
|
5740
|
-
readonly title: {
|
|
5741
|
-
readonly type: "string";
|
|
5742
|
-
};
|
|
5743
|
-
readonly default: {
|
|
5744
|
-
readonly type: "string";
|
|
5745
|
-
};
|
|
5746
|
-
readonly minLength: {
|
|
5747
|
-
readonly type: "integer";
|
|
5748
|
-
};
|
|
5749
|
-
readonly maxLength: {
|
|
5750
|
-
readonly type: "integer";
|
|
5751
|
-
};
|
|
5752
|
-
};
|
|
5753
|
-
readonly required: readonly ["type", "format"];
|
|
5754
|
-
readonly additionalProperties: false;
|
|
5755
|
-
}];
|
|
5756
|
-
}];
|
|
5757
|
-
}, {
|
|
5758
|
-
readonly anyOf: readonly [{
|
|
5759
6120
|
readonly type: "object";
|
|
5760
6121
|
readonly properties: {
|
|
5761
6122
|
readonly type: {
|
|
5762
6123
|
readonly type: "string";
|
|
5763
|
-
readonly const: "
|
|
6124
|
+
readonly const: "string";
|
|
5764
6125
|
};
|
|
5765
6126
|
readonly title: {
|
|
5766
6127
|
readonly type: "string";
|
|
5767
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5768
6128
|
};
|
|
5769
|
-
readonly
|
|
5770
|
-
readonly type: "
|
|
5771
|
-
readonly properties: {
|
|
5772
|
-
readonly $ref: {
|
|
5773
|
-
readonly type: "string";
|
|
5774
|
-
};
|
|
5775
|
-
};
|
|
5776
|
-
readonly required: readonly ["$ref"];
|
|
5777
|
-
readonly additionalProperties: false;
|
|
6129
|
+
readonly pattern: {
|
|
6130
|
+
readonly type: "string";
|
|
5778
6131
|
};
|
|
5779
|
-
readonly
|
|
5780
|
-
readonly type: "
|
|
6132
|
+
readonly default: {
|
|
6133
|
+
readonly type: "string";
|
|
5781
6134
|
};
|
|
5782
|
-
readonly
|
|
6135
|
+
readonly minLength: {
|
|
5783
6136
|
readonly type: "integer";
|
|
5784
6137
|
};
|
|
5785
|
-
readonly
|
|
6138
|
+
readonly maxLength: {
|
|
5786
6139
|
readonly type: "integer";
|
|
5787
6140
|
};
|
|
5788
6141
|
};
|
|
5789
|
-
readonly required: readonly ["type"
|
|
6142
|
+
readonly required: readonly ["type"];
|
|
5790
6143
|
readonly additionalProperties: false;
|
|
5791
6144
|
}, {
|
|
5792
6145
|
readonly type: "object";
|
|
5793
6146
|
readonly properties: {
|
|
5794
|
-
readonly title: {
|
|
5795
|
-
readonly type: "string";
|
|
5796
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5797
|
-
};
|
|
5798
6147
|
readonly type: {
|
|
5799
6148
|
readonly type: "string";
|
|
5800
|
-
readonly const: "
|
|
6149
|
+
readonly const: "string";
|
|
5801
6150
|
};
|
|
5802
|
-
readonly
|
|
5803
|
-
readonly type: "
|
|
5804
|
-
readonly patternProperties: {
|
|
5805
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
5806
|
-
readonly type: "object";
|
|
5807
|
-
readonly properties: {
|
|
5808
|
-
readonly $ref: {
|
|
5809
|
-
readonly type: "string";
|
|
5810
|
-
};
|
|
5811
|
-
};
|
|
5812
|
-
readonly required: readonly ["$ref"];
|
|
5813
|
-
readonly additionalProperties: false;
|
|
5814
|
-
};
|
|
5815
|
-
};
|
|
5816
|
-
readonly additionalProperties: false;
|
|
6151
|
+
readonly title: {
|
|
6152
|
+
readonly type: "string";
|
|
5817
6153
|
};
|
|
5818
|
-
readonly
|
|
6154
|
+
readonly enum: {
|
|
5819
6155
|
readonly type: "array";
|
|
5820
6156
|
readonly items: {
|
|
5821
6157
|
readonly type: "string";
|
|
6158
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5822
6159
|
};
|
|
5823
6160
|
};
|
|
5824
|
-
readonly
|
|
5825
|
-
readonly type: "
|
|
6161
|
+
readonly default: {
|
|
6162
|
+
readonly type: "string";
|
|
6163
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
5826
6164
|
};
|
|
5827
6165
|
};
|
|
5828
|
-
readonly required: readonly ["type", "
|
|
6166
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
5829
6167
|
readonly additionalProperties: false;
|
|
5830
6168
|
}, {
|
|
5831
6169
|
readonly type: "object";
|
|
5832
6170
|
readonly properties: {
|
|
5833
6171
|
readonly type: {
|
|
5834
6172
|
readonly type: "string";
|
|
5835
|
-
readonly const: "
|
|
6173
|
+
readonly const: "string";
|
|
6174
|
+
};
|
|
6175
|
+
readonly format: {
|
|
6176
|
+
readonly type: "string";
|
|
6177
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
5836
6178
|
};
|
|
5837
6179
|
readonly title: {
|
|
5838
6180
|
readonly type: "string";
|
|
5839
|
-
readonly const: "JSONObject";
|
|
5840
6181
|
};
|
|
5841
|
-
readonly
|
|
5842
|
-
readonly type: "
|
|
5843
|
-
|
|
6182
|
+
readonly default: {
|
|
6183
|
+
readonly type: "string";
|
|
6184
|
+
};
|
|
6185
|
+
readonly minLength: {
|
|
6186
|
+
readonly type: "integer";
|
|
6187
|
+
};
|
|
6188
|
+
readonly maxLength: {
|
|
6189
|
+
readonly type: "integer";
|
|
5844
6190
|
};
|
|
5845
6191
|
};
|
|
5846
|
-
readonly required: readonly ["type", "
|
|
6192
|
+
readonly required: readonly ["type", "format"];
|
|
5847
6193
|
readonly additionalProperties: false;
|
|
5848
6194
|
}];
|
|
5849
6195
|
}];
|
|
5850
|
-
}
|
|
5851
|
-
|
|
5852
|
-
readonly type: {
|
|
5853
|
-
readonly type: "string";
|
|
5854
|
-
readonly const: "object";
|
|
5855
|
-
};
|
|
5856
|
-
readonly properties: {
|
|
5857
|
-
readonly type: "object";
|
|
5858
|
-
readonly patternProperties: {
|
|
5859
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6196
|
+
}, {
|
|
6197
|
+
readonly anyOf: readonly [{
|
|
5860
6198
|
readonly type: "object";
|
|
5861
6199
|
readonly properties: {
|
|
5862
|
-
readonly
|
|
6200
|
+
readonly type: {
|
|
6201
|
+
readonly type: "string";
|
|
6202
|
+
readonly const: "array";
|
|
6203
|
+
};
|
|
6204
|
+
readonly title: {
|
|
5863
6205
|
readonly type: "string";
|
|
6206
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6207
|
+
};
|
|
6208
|
+
readonly items: {
|
|
6209
|
+
readonly type: "object";
|
|
6210
|
+
readonly properties: {
|
|
6211
|
+
readonly $ref: {
|
|
6212
|
+
readonly type: "string";
|
|
6213
|
+
};
|
|
6214
|
+
};
|
|
6215
|
+
readonly required: readonly ["$ref"];
|
|
6216
|
+
readonly additionalProperties: false;
|
|
6217
|
+
};
|
|
6218
|
+
readonly uniqueItems: {
|
|
6219
|
+
readonly type: "boolean";
|
|
6220
|
+
};
|
|
6221
|
+
readonly minItems: {
|
|
6222
|
+
readonly type: "integer";
|
|
6223
|
+
};
|
|
6224
|
+
readonly maxItems: {
|
|
6225
|
+
readonly type: "integer";
|
|
5864
6226
|
};
|
|
5865
6227
|
};
|
|
5866
|
-
readonly required: readonly ["
|
|
6228
|
+
readonly required: readonly ["type", "title", "items"];
|
|
6229
|
+
readonly additionalProperties: false;
|
|
6230
|
+
}, {
|
|
6231
|
+
readonly type: "object";
|
|
6232
|
+
readonly properties: {
|
|
6233
|
+
readonly title: {
|
|
6234
|
+
readonly type: "string";
|
|
6235
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6236
|
+
};
|
|
6237
|
+
readonly type: {
|
|
6238
|
+
readonly type: "string";
|
|
6239
|
+
readonly const: "object";
|
|
6240
|
+
};
|
|
6241
|
+
readonly properties: {
|
|
6242
|
+
readonly type: "object";
|
|
6243
|
+
readonly patternProperties: {
|
|
6244
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6245
|
+
readonly type: "object";
|
|
6246
|
+
readonly properties: {
|
|
6247
|
+
readonly $ref: {
|
|
6248
|
+
readonly type: "string";
|
|
6249
|
+
};
|
|
6250
|
+
};
|
|
6251
|
+
readonly required: readonly ["$ref"];
|
|
6252
|
+
readonly additionalProperties: false;
|
|
6253
|
+
};
|
|
6254
|
+
};
|
|
6255
|
+
readonly additionalProperties: false;
|
|
6256
|
+
};
|
|
6257
|
+
readonly required: {
|
|
6258
|
+
readonly type: "array";
|
|
6259
|
+
readonly items: {
|
|
6260
|
+
readonly type: "string";
|
|
6261
|
+
};
|
|
6262
|
+
};
|
|
6263
|
+
readonly additionalProperties: {
|
|
6264
|
+
readonly type: "boolean";
|
|
6265
|
+
};
|
|
6266
|
+
};
|
|
6267
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
6268
|
+
readonly additionalProperties: false;
|
|
6269
|
+
}, {
|
|
6270
|
+
readonly type: "object";
|
|
6271
|
+
readonly properties: {
|
|
6272
|
+
readonly type: {
|
|
6273
|
+
readonly type: "string";
|
|
6274
|
+
readonly const: "object";
|
|
6275
|
+
};
|
|
6276
|
+
readonly title: {
|
|
6277
|
+
readonly type: "string";
|
|
6278
|
+
readonly const: "JSONObject";
|
|
6279
|
+
};
|
|
6280
|
+
readonly additionalProperties: {
|
|
6281
|
+
readonly type: "boolean";
|
|
6282
|
+
readonly const: true;
|
|
6283
|
+
};
|
|
6284
|
+
};
|
|
6285
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
5867
6286
|
readonly additionalProperties: false;
|
|
6287
|
+
}];
|
|
6288
|
+
}];
|
|
6289
|
+
};
|
|
6290
|
+
};
|
|
6291
|
+
readonly type: {
|
|
6292
|
+
readonly type: "string";
|
|
6293
|
+
readonly const: "object";
|
|
6294
|
+
};
|
|
6295
|
+
readonly properties: {
|
|
6296
|
+
readonly type: "object";
|
|
6297
|
+
readonly patternProperties: {
|
|
6298
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6299
|
+
readonly type: "object";
|
|
6300
|
+
readonly properties: {
|
|
6301
|
+
readonly $ref: {
|
|
6302
|
+
readonly type: "string";
|
|
6303
|
+
};
|
|
5868
6304
|
};
|
|
6305
|
+
readonly required: readonly ["$ref"];
|
|
6306
|
+
readonly additionalProperties: false;
|
|
5869
6307
|
};
|
|
5870
|
-
readonly additionalProperties: false;
|
|
5871
6308
|
};
|
|
5872
|
-
readonly
|
|
5873
|
-
|
|
5874
|
-
|
|
6309
|
+
readonly additionalProperties: false;
|
|
6310
|
+
};
|
|
6311
|
+
readonly required: {
|
|
6312
|
+
readonly type: "array";
|
|
6313
|
+
readonly items: {
|
|
6314
|
+
readonly type: "string";
|
|
6315
|
+
};
|
|
6316
|
+
};
|
|
6317
|
+
readonly additionalProperties: {
|
|
6318
|
+
readonly type: "boolean";
|
|
6319
|
+
};
|
|
6320
|
+
};
|
|
6321
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6322
|
+
readonly additionalProperties: false;
|
|
6323
|
+
};
|
|
6324
|
+
readonly fieldsMeta: {
|
|
6325
|
+
readonly type: "object";
|
|
6326
|
+
readonly additionalProperties: {
|
|
6327
|
+
readonly anyOf: readonly [{
|
|
6328
|
+
readonly type: "object";
|
|
6329
|
+
readonly properties: {
|
|
6330
|
+
readonly type: {
|
|
5875
6331
|
readonly type: "string";
|
|
6332
|
+
readonly const: "account";
|
|
5876
6333
|
};
|
|
5877
6334
|
};
|
|
5878
|
-
readonly
|
|
5879
|
-
|
|
6335
|
+
readonly required: readonly ["type"];
|
|
6336
|
+
readonly additionalProperties: false;
|
|
6337
|
+
}, {
|
|
6338
|
+
readonly type: "object";
|
|
6339
|
+
readonly properties: {
|
|
6340
|
+
readonly type: {
|
|
6341
|
+
readonly type: "string";
|
|
6342
|
+
readonly const: "attachment";
|
|
6343
|
+
};
|
|
5880
6344
|
};
|
|
5881
|
-
|
|
5882
|
-
|
|
5883
|
-
|
|
5884
|
-
};
|
|
5885
|
-
readonly fieldsMeta: {
|
|
5886
|
-
readonly type: "object";
|
|
5887
|
-
readonly additionalProperties: {
|
|
6345
|
+
readonly required: readonly ["type"];
|
|
6346
|
+
readonly additionalProperties: false;
|
|
6347
|
+
}, {
|
|
5888
6348
|
readonly type: "object";
|
|
5889
6349
|
readonly properties: {
|
|
5890
|
-
readonly
|
|
6350
|
+
readonly type: {
|
|
6351
|
+
readonly type: "string";
|
|
6352
|
+
readonly const: "document";
|
|
6353
|
+
};
|
|
6354
|
+
readonly model: {
|
|
5891
6355
|
readonly anyOf: readonly [{
|
|
5892
6356
|
readonly type: "string";
|
|
5893
6357
|
}, {
|
|
@@ -5895,328 +6359,355 @@ export declare const graphProtocol: {
|
|
|
5895
6359
|
}];
|
|
5896
6360
|
};
|
|
5897
6361
|
};
|
|
6362
|
+
readonly required: readonly ["type", "model"];
|
|
5898
6363
|
readonly additionalProperties: false;
|
|
5899
|
-
};
|
|
6364
|
+
}];
|
|
5900
6365
|
};
|
|
5901
6366
|
};
|
|
5902
|
-
|
|
5903
|
-
|
|
5904
|
-
|
|
5905
|
-
|
|
5906
|
-
|
|
5907
|
-
|
|
5908
|
-
|
|
5909
|
-
|
|
5910
|
-
|
|
5911
|
-
|
|
5912
|
-
|
|
5913
|
-
|
|
5914
|
-
|
|
5915
|
-
};
|
|
5916
|
-
};
|
|
5917
|
-
readonly name: {
|
|
6367
|
+
};
|
|
6368
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior"];
|
|
6369
|
+
readonly additionalProperties: false;
|
|
6370
|
+
}, {
|
|
6371
|
+
readonly type: "object";
|
|
6372
|
+
readonly properties: {
|
|
6373
|
+
readonly behavior: {
|
|
6374
|
+
readonly type: "string";
|
|
6375
|
+
readonly const: "unique";
|
|
6376
|
+
};
|
|
6377
|
+
readonly uniqueFields: {
|
|
6378
|
+
readonly type: "array";
|
|
6379
|
+
readonly items: {
|
|
5918
6380
|
readonly type: "string";
|
|
5919
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
5920
6381
|
};
|
|
5921
|
-
|
|
6382
|
+
};
|
|
6383
|
+
readonly name: {
|
|
6384
|
+
readonly type: "string";
|
|
6385
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6386
|
+
};
|
|
6387
|
+
readonly version: {
|
|
6388
|
+
readonly type: "string";
|
|
6389
|
+
readonly const: "1.0";
|
|
6390
|
+
};
|
|
6391
|
+
readonly interfaces: {
|
|
6392
|
+
readonly type: "array";
|
|
6393
|
+
readonly items: {
|
|
5922
6394
|
readonly type: "string";
|
|
5923
|
-
readonly const: "1.0";
|
|
5924
|
-
};
|
|
5925
|
-
readonly interfaces: {
|
|
5926
|
-
readonly type: "array";
|
|
5927
|
-
readonly items: {
|
|
5928
|
-
readonly type: "string";
|
|
5929
|
-
};
|
|
5930
6395
|
};
|
|
5931
|
-
|
|
5932
|
-
|
|
5933
|
-
|
|
5934
|
-
|
|
5935
|
-
|
|
5936
|
-
|
|
6396
|
+
};
|
|
6397
|
+
readonly schema: {
|
|
6398
|
+
readonly type: "object";
|
|
6399
|
+
readonly properties: {
|
|
6400
|
+
readonly $defs: {
|
|
6401
|
+
readonly type: "object";
|
|
6402
|
+
readonly additionalProperties: {
|
|
6403
|
+
readonly anyOf: readonly [{
|
|
5937
6404
|
readonly anyOf: readonly [{
|
|
6405
|
+
readonly type: "object";
|
|
6406
|
+
readonly properties: {
|
|
6407
|
+
readonly type: {
|
|
6408
|
+
readonly type: "string";
|
|
6409
|
+
readonly const: "boolean";
|
|
6410
|
+
};
|
|
6411
|
+
readonly default: {
|
|
6412
|
+
readonly type: "boolean";
|
|
6413
|
+
};
|
|
6414
|
+
};
|
|
6415
|
+
readonly required: readonly ["type"];
|
|
6416
|
+
readonly additionalProperties: false;
|
|
6417
|
+
}, {
|
|
6418
|
+
readonly type: "object";
|
|
6419
|
+
readonly properties: {
|
|
6420
|
+
readonly type: {
|
|
6421
|
+
readonly type: "string";
|
|
6422
|
+
readonly const: "integer";
|
|
6423
|
+
};
|
|
6424
|
+
readonly default: {
|
|
6425
|
+
readonly type: "integer";
|
|
6426
|
+
};
|
|
6427
|
+
readonly minimum: {
|
|
6428
|
+
readonly type: "integer";
|
|
6429
|
+
};
|
|
6430
|
+
readonly maximum: {
|
|
6431
|
+
readonly type: "integer";
|
|
6432
|
+
};
|
|
6433
|
+
};
|
|
6434
|
+
readonly required: readonly ["type"];
|
|
6435
|
+
readonly additionalProperties: false;
|
|
6436
|
+
}, {
|
|
6437
|
+
readonly type: "object";
|
|
6438
|
+
readonly properties: {
|
|
6439
|
+
readonly type: {
|
|
6440
|
+
readonly type: "string";
|
|
6441
|
+
readonly const: "number";
|
|
6442
|
+
};
|
|
6443
|
+
readonly default: {
|
|
6444
|
+
readonly type: "number";
|
|
6445
|
+
};
|
|
6446
|
+
readonly min: {
|
|
6447
|
+
readonly type: "number";
|
|
6448
|
+
};
|
|
6449
|
+
readonly max: {
|
|
6450
|
+
readonly type: "number";
|
|
6451
|
+
};
|
|
6452
|
+
};
|
|
6453
|
+
readonly required: readonly ["type"];
|
|
6454
|
+
readonly additionalProperties: false;
|
|
6455
|
+
}, {
|
|
5938
6456
|
readonly anyOf: readonly [{
|
|
5939
6457
|
readonly type: "object";
|
|
5940
6458
|
readonly properties: {
|
|
5941
6459
|
readonly type: {
|
|
5942
6460
|
readonly type: "string";
|
|
5943
|
-
readonly const: "
|
|
5944
|
-
};
|
|
5945
|
-
readonly default: {
|
|
5946
|
-
readonly type: "boolean";
|
|
6461
|
+
readonly const: "string";
|
|
5947
6462
|
};
|
|
5948
|
-
|
|
5949
|
-
readonly required: readonly ["type"];
|
|
5950
|
-
readonly additionalProperties: false;
|
|
5951
|
-
}, {
|
|
5952
|
-
readonly type: "object";
|
|
5953
|
-
readonly properties: {
|
|
5954
|
-
readonly type: {
|
|
6463
|
+
readonly title: {
|
|
5955
6464
|
readonly type: "string";
|
|
5956
|
-
readonly const: "integer";
|
|
5957
|
-
};
|
|
5958
|
-
readonly default: {
|
|
5959
|
-
readonly type: "integer";
|
|
5960
|
-
};
|
|
5961
|
-
readonly minimum: {
|
|
5962
|
-
readonly type: "integer";
|
|
5963
6465
|
};
|
|
5964
|
-
readonly
|
|
5965
|
-
readonly type: "integer";
|
|
5966
|
-
};
|
|
5967
|
-
};
|
|
5968
|
-
readonly required: readonly ["type"];
|
|
5969
|
-
readonly additionalProperties: false;
|
|
5970
|
-
}, {
|
|
5971
|
-
readonly type: "object";
|
|
5972
|
-
readonly properties: {
|
|
5973
|
-
readonly type: {
|
|
6466
|
+
readonly const: {
|
|
5974
6467
|
readonly type: "string";
|
|
5975
|
-
readonly const: "number";
|
|
5976
6468
|
};
|
|
5977
6469
|
readonly default: {
|
|
5978
|
-
readonly type: "
|
|
5979
|
-
};
|
|
5980
|
-
|
|
5981
|
-
|
|
5982
|
-
|
|
5983
|
-
|
|
5984
|
-
readonly type: "number";
|
|
5985
|
-
};
|
|
5986
|
-
};
|
|
5987
|
-
readonly required: readonly ["type"];
|
|
5988
|
-
readonly additionalProperties: false;
|
|
5989
|
-
}, {
|
|
5990
|
-
readonly anyOf: readonly [{
|
|
5991
|
-
readonly type: "object";
|
|
5992
|
-
readonly properties: {
|
|
5993
|
-
readonly type: {
|
|
5994
|
-
readonly type: "string";
|
|
5995
|
-
readonly const: "string";
|
|
5996
|
-
};
|
|
5997
|
-
readonly title: {
|
|
5998
|
-
readonly type: "string";
|
|
5999
|
-
};
|
|
6000
|
-
readonly const: {
|
|
6001
|
-
readonly type: "string";
|
|
6002
|
-
};
|
|
6003
|
-
readonly default: {
|
|
6004
|
-
readonly type: "string";
|
|
6005
|
-
};
|
|
6006
|
-
};
|
|
6007
|
-
readonly required: readonly ["type", "const"];
|
|
6008
|
-
readonly additionalProperties: false;
|
|
6009
|
-
}, {
|
|
6010
|
-
readonly type: "object";
|
|
6011
|
-
readonly properties: {
|
|
6012
|
-
readonly type: {
|
|
6013
|
-
readonly type: "string";
|
|
6014
|
-
readonly const: "string";
|
|
6015
|
-
};
|
|
6016
|
-
readonly title: {
|
|
6017
|
-
readonly type: "string";
|
|
6018
|
-
};
|
|
6019
|
-
readonly pattern: {
|
|
6020
|
-
readonly type: "string";
|
|
6021
|
-
};
|
|
6022
|
-
readonly default: {
|
|
6023
|
-
readonly type: "string";
|
|
6024
|
-
};
|
|
6025
|
-
readonly minLength: {
|
|
6026
|
-
readonly type: "integer";
|
|
6027
|
-
};
|
|
6028
|
-
readonly maxLength: {
|
|
6029
|
-
readonly type: "integer";
|
|
6030
|
-
};
|
|
6031
|
-
};
|
|
6032
|
-
readonly required: readonly ["type"];
|
|
6033
|
-
readonly additionalProperties: false;
|
|
6034
|
-
}, {
|
|
6035
|
-
readonly type: "object";
|
|
6036
|
-
readonly properties: {
|
|
6037
|
-
readonly type: {
|
|
6038
|
-
readonly type: "string";
|
|
6039
|
-
readonly const: "string";
|
|
6040
|
-
};
|
|
6041
|
-
readonly title: {
|
|
6042
|
-
readonly type: "string";
|
|
6043
|
-
};
|
|
6044
|
-
readonly enum: {
|
|
6045
|
-
readonly type: "array";
|
|
6046
|
-
readonly items: {
|
|
6047
|
-
readonly type: "string";
|
|
6048
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6049
|
-
};
|
|
6050
|
-
};
|
|
6051
|
-
readonly default: {
|
|
6052
|
-
readonly type: "string";
|
|
6053
|
-
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6054
|
-
};
|
|
6055
|
-
};
|
|
6056
|
-
readonly required: readonly ["type", "title", "enum"];
|
|
6057
|
-
readonly additionalProperties: false;
|
|
6058
|
-
}, {
|
|
6059
|
-
readonly type: "object";
|
|
6060
|
-
readonly properties: {
|
|
6061
|
-
readonly type: {
|
|
6062
|
-
readonly type: "string";
|
|
6063
|
-
readonly const: "string";
|
|
6064
|
-
};
|
|
6065
|
-
readonly format: {
|
|
6066
|
-
readonly type: "string";
|
|
6067
|
-
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6068
|
-
};
|
|
6069
|
-
readonly title: {
|
|
6070
|
-
readonly type: "string";
|
|
6071
|
-
};
|
|
6072
|
-
readonly default: {
|
|
6073
|
-
readonly type: "string";
|
|
6074
|
-
};
|
|
6075
|
-
readonly minLength: {
|
|
6076
|
-
readonly type: "integer";
|
|
6077
|
-
};
|
|
6078
|
-
readonly maxLength: {
|
|
6079
|
-
readonly type: "integer";
|
|
6080
|
-
};
|
|
6081
|
-
};
|
|
6082
|
-
readonly required: readonly ["type", "format"];
|
|
6083
|
-
readonly additionalProperties: false;
|
|
6084
|
-
}];
|
|
6085
|
-
}];
|
|
6086
|
-
}, {
|
|
6087
|
-
readonly anyOf: readonly [{
|
|
6470
|
+
readonly type: "string";
|
|
6471
|
+
};
|
|
6472
|
+
};
|
|
6473
|
+
readonly required: readonly ["type", "const"];
|
|
6474
|
+
readonly additionalProperties: false;
|
|
6475
|
+
}, {
|
|
6088
6476
|
readonly type: "object";
|
|
6089
6477
|
readonly properties: {
|
|
6090
6478
|
readonly type: {
|
|
6091
6479
|
readonly type: "string";
|
|
6092
|
-
readonly const: "
|
|
6480
|
+
readonly const: "string";
|
|
6093
6481
|
};
|
|
6094
6482
|
readonly title: {
|
|
6095
6483
|
readonly type: "string";
|
|
6096
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6097
6484
|
};
|
|
6098
|
-
readonly
|
|
6099
|
-
readonly type: "
|
|
6100
|
-
readonly properties: {
|
|
6101
|
-
readonly $ref: {
|
|
6102
|
-
readonly type: "string";
|
|
6103
|
-
};
|
|
6104
|
-
};
|
|
6105
|
-
readonly required: readonly ["$ref"];
|
|
6106
|
-
readonly additionalProperties: false;
|
|
6485
|
+
readonly pattern: {
|
|
6486
|
+
readonly type: "string";
|
|
6107
6487
|
};
|
|
6108
|
-
readonly
|
|
6109
|
-
readonly type: "
|
|
6488
|
+
readonly default: {
|
|
6489
|
+
readonly type: "string";
|
|
6110
6490
|
};
|
|
6111
|
-
readonly
|
|
6491
|
+
readonly minLength: {
|
|
6112
6492
|
readonly type: "integer";
|
|
6113
6493
|
};
|
|
6114
|
-
readonly
|
|
6494
|
+
readonly maxLength: {
|
|
6115
6495
|
readonly type: "integer";
|
|
6116
6496
|
};
|
|
6117
6497
|
};
|
|
6118
|
-
readonly required: readonly ["type"
|
|
6498
|
+
readonly required: readonly ["type"];
|
|
6119
6499
|
readonly additionalProperties: false;
|
|
6120
6500
|
}, {
|
|
6121
6501
|
readonly type: "object";
|
|
6122
6502
|
readonly properties: {
|
|
6123
|
-
readonly title: {
|
|
6124
|
-
readonly type: "string";
|
|
6125
|
-
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6126
|
-
};
|
|
6127
6503
|
readonly type: {
|
|
6128
6504
|
readonly type: "string";
|
|
6129
|
-
readonly const: "
|
|
6505
|
+
readonly const: "string";
|
|
6130
6506
|
};
|
|
6131
|
-
readonly
|
|
6132
|
-
readonly type: "
|
|
6133
|
-
readonly patternProperties: {
|
|
6134
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6135
|
-
readonly type: "object";
|
|
6136
|
-
readonly properties: {
|
|
6137
|
-
readonly $ref: {
|
|
6138
|
-
readonly type: "string";
|
|
6139
|
-
};
|
|
6140
|
-
};
|
|
6141
|
-
readonly required: readonly ["$ref"];
|
|
6142
|
-
readonly additionalProperties: false;
|
|
6143
|
-
};
|
|
6144
|
-
};
|
|
6145
|
-
readonly additionalProperties: false;
|
|
6507
|
+
readonly title: {
|
|
6508
|
+
readonly type: "string";
|
|
6146
6509
|
};
|
|
6147
|
-
readonly
|
|
6510
|
+
readonly enum: {
|
|
6148
6511
|
readonly type: "array";
|
|
6149
6512
|
readonly items: {
|
|
6150
6513
|
readonly type: "string";
|
|
6514
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6151
6515
|
};
|
|
6152
6516
|
};
|
|
6153
|
-
readonly
|
|
6154
|
-
readonly type: "
|
|
6517
|
+
readonly default: {
|
|
6518
|
+
readonly type: "string";
|
|
6519
|
+
readonly pattern: "^[A-Z]+[A-Z_]+[A-Z]$";
|
|
6155
6520
|
};
|
|
6156
6521
|
};
|
|
6157
|
-
readonly required: readonly ["type", "
|
|
6522
|
+
readonly required: readonly ["type", "title", "enum"];
|
|
6158
6523
|
readonly additionalProperties: false;
|
|
6159
6524
|
}, {
|
|
6160
6525
|
readonly type: "object";
|
|
6161
6526
|
readonly properties: {
|
|
6162
6527
|
readonly type: {
|
|
6163
6528
|
readonly type: "string";
|
|
6164
|
-
readonly const: "
|
|
6529
|
+
readonly const: "string";
|
|
6530
|
+
};
|
|
6531
|
+
readonly format: {
|
|
6532
|
+
readonly type: "string";
|
|
6533
|
+
readonly enum: readonly ["date", "date-time", "duration", "email", "time", "uri"];
|
|
6165
6534
|
};
|
|
6166
6535
|
readonly title: {
|
|
6167
6536
|
readonly type: "string";
|
|
6168
|
-
readonly const: "JSONObject";
|
|
6169
6537
|
};
|
|
6170
|
-
readonly
|
|
6171
|
-
readonly type: "
|
|
6172
|
-
|
|
6538
|
+
readonly default: {
|
|
6539
|
+
readonly type: "string";
|
|
6540
|
+
};
|
|
6541
|
+
readonly minLength: {
|
|
6542
|
+
readonly type: "integer";
|
|
6543
|
+
};
|
|
6544
|
+
readonly maxLength: {
|
|
6545
|
+
readonly type: "integer";
|
|
6173
6546
|
};
|
|
6174
6547
|
};
|
|
6175
|
-
readonly required: readonly ["type", "
|
|
6548
|
+
readonly required: readonly ["type", "format"];
|
|
6176
6549
|
readonly additionalProperties: false;
|
|
6177
6550
|
}];
|
|
6178
6551
|
}];
|
|
6179
|
-
}
|
|
6180
|
-
|
|
6181
|
-
readonly type: {
|
|
6182
|
-
readonly type: "string";
|
|
6183
|
-
readonly const: "object";
|
|
6184
|
-
};
|
|
6185
|
-
readonly properties: {
|
|
6186
|
-
readonly type: "object";
|
|
6187
|
-
readonly patternProperties: {
|
|
6188
|
-
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6552
|
+
}, {
|
|
6553
|
+
readonly anyOf: readonly [{
|
|
6189
6554
|
readonly type: "object";
|
|
6190
6555
|
readonly properties: {
|
|
6191
|
-
readonly
|
|
6556
|
+
readonly type: {
|
|
6192
6557
|
readonly type: "string";
|
|
6558
|
+
readonly const: "array";
|
|
6559
|
+
};
|
|
6560
|
+
readonly title: {
|
|
6561
|
+
readonly type: "string";
|
|
6562
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6563
|
+
};
|
|
6564
|
+
readonly items: {
|
|
6565
|
+
readonly type: "object";
|
|
6566
|
+
readonly properties: {
|
|
6567
|
+
readonly $ref: {
|
|
6568
|
+
readonly type: "string";
|
|
6569
|
+
};
|
|
6570
|
+
};
|
|
6571
|
+
readonly required: readonly ["$ref"];
|
|
6572
|
+
readonly additionalProperties: false;
|
|
6573
|
+
};
|
|
6574
|
+
readonly uniqueItems: {
|
|
6575
|
+
readonly type: "boolean";
|
|
6576
|
+
};
|
|
6577
|
+
readonly minItems: {
|
|
6578
|
+
readonly type: "integer";
|
|
6579
|
+
};
|
|
6580
|
+
readonly maxItems: {
|
|
6581
|
+
readonly type: "integer";
|
|
6193
6582
|
};
|
|
6194
6583
|
};
|
|
6195
|
-
readonly required: readonly ["
|
|
6584
|
+
readonly required: readonly ["type", "title", "items"];
|
|
6585
|
+
readonly additionalProperties: false;
|
|
6586
|
+
}, {
|
|
6587
|
+
readonly type: "object";
|
|
6588
|
+
readonly properties: {
|
|
6589
|
+
readonly title: {
|
|
6590
|
+
readonly type: "string";
|
|
6591
|
+
readonly pattern: "^[A-Z]+[A-Za-z0-9]+$";
|
|
6592
|
+
};
|
|
6593
|
+
readonly type: {
|
|
6594
|
+
readonly type: "string";
|
|
6595
|
+
readonly const: "object";
|
|
6596
|
+
};
|
|
6597
|
+
readonly properties: {
|
|
6598
|
+
readonly type: "object";
|
|
6599
|
+
readonly patternProperties: {
|
|
6600
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6601
|
+
readonly type: "object";
|
|
6602
|
+
readonly properties: {
|
|
6603
|
+
readonly $ref: {
|
|
6604
|
+
readonly type: "string";
|
|
6605
|
+
};
|
|
6606
|
+
};
|
|
6607
|
+
readonly required: readonly ["$ref"];
|
|
6608
|
+
readonly additionalProperties: false;
|
|
6609
|
+
};
|
|
6610
|
+
};
|
|
6611
|
+
readonly additionalProperties: false;
|
|
6612
|
+
};
|
|
6613
|
+
readonly required: {
|
|
6614
|
+
readonly type: "array";
|
|
6615
|
+
readonly items: {
|
|
6616
|
+
readonly type: "string";
|
|
6617
|
+
};
|
|
6618
|
+
};
|
|
6619
|
+
readonly additionalProperties: {
|
|
6620
|
+
readonly type: "boolean";
|
|
6621
|
+
};
|
|
6622
|
+
};
|
|
6623
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "title"];
|
|
6624
|
+
readonly additionalProperties: false;
|
|
6625
|
+
}, {
|
|
6626
|
+
readonly type: "object";
|
|
6627
|
+
readonly properties: {
|
|
6628
|
+
readonly type: {
|
|
6629
|
+
readonly type: "string";
|
|
6630
|
+
readonly const: "object";
|
|
6631
|
+
};
|
|
6632
|
+
readonly title: {
|
|
6633
|
+
readonly type: "string";
|
|
6634
|
+
readonly const: "JSONObject";
|
|
6635
|
+
};
|
|
6636
|
+
readonly additionalProperties: {
|
|
6637
|
+
readonly type: "boolean";
|
|
6638
|
+
readonly const: true;
|
|
6639
|
+
};
|
|
6640
|
+
};
|
|
6641
|
+
readonly required: readonly ["type", "title", "additionalProperties"];
|
|
6196
6642
|
readonly additionalProperties: false;
|
|
6643
|
+
}];
|
|
6644
|
+
}];
|
|
6645
|
+
};
|
|
6646
|
+
};
|
|
6647
|
+
readonly type: {
|
|
6648
|
+
readonly type: "string";
|
|
6649
|
+
readonly const: "object";
|
|
6650
|
+
};
|
|
6651
|
+
readonly properties: {
|
|
6652
|
+
readonly type: "object";
|
|
6653
|
+
readonly patternProperties: {
|
|
6654
|
+
readonly '^[a-z]+[A-Za-z0-9]+$': {
|
|
6655
|
+
readonly type: "object";
|
|
6656
|
+
readonly properties: {
|
|
6657
|
+
readonly $ref: {
|
|
6658
|
+
readonly type: "string";
|
|
6659
|
+
};
|
|
6197
6660
|
};
|
|
6661
|
+
readonly required: readonly ["$ref"];
|
|
6662
|
+
readonly additionalProperties: false;
|
|
6198
6663
|
};
|
|
6199
|
-
readonly additionalProperties: false;
|
|
6200
6664
|
};
|
|
6201
|
-
readonly
|
|
6202
|
-
|
|
6203
|
-
|
|
6665
|
+
readonly additionalProperties: false;
|
|
6666
|
+
};
|
|
6667
|
+
readonly required: {
|
|
6668
|
+
readonly type: "array";
|
|
6669
|
+
readonly items: {
|
|
6670
|
+
readonly type: "string";
|
|
6671
|
+
};
|
|
6672
|
+
};
|
|
6673
|
+
readonly additionalProperties: {
|
|
6674
|
+
readonly type: "boolean";
|
|
6675
|
+
};
|
|
6676
|
+
};
|
|
6677
|
+
readonly required: readonly ["type", "properties", "required", "additionalProperties", "$defs"];
|
|
6678
|
+
readonly additionalProperties: false;
|
|
6679
|
+
};
|
|
6680
|
+
readonly fieldsMeta: {
|
|
6681
|
+
readonly type: "object";
|
|
6682
|
+
readonly additionalProperties: {
|
|
6683
|
+
readonly anyOf: readonly [{
|
|
6684
|
+
readonly type: "object";
|
|
6685
|
+
readonly properties: {
|
|
6686
|
+
readonly type: {
|
|
6204
6687
|
readonly type: "string";
|
|
6688
|
+
readonly const: "account";
|
|
6205
6689
|
};
|
|
6206
6690
|
};
|
|
6207
|
-
readonly
|
|
6208
|
-
|
|
6691
|
+
readonly required: readonly ["type"];
|
|
6692
|
+
readonly additionalProperties: false;
|
|
6693
|
+
}, {
|
|
6694
|
+
readonly type: "object";
|
|
6695
|
+
readonly properties: {
|
|
6696
|
+
readonly type: {
|
|
6697
|
+
readonly type: "string";
|
|
6698
|
+
readonly const: "attachment";
|
|
6699
|
+
};
|
|
6209
6700
|
};
|
|
6210
|
-
|
|
6211
|
-
|
|
6212
|
-
|
|
6213
|
-
};
|
|
6214
|
-
readonly fieldsMeta: {
|
|
6215
|
-
readonly type: "object";
|
|
6216
|
-
readonly additionalProperties: {
|
|
6701
|
+
readonly required: readonly ["type"];
|
|
6702
|
+
readonly additionalProperties: false;
|
|
6703
|
+
}, {
|
|
6217
6704
|
readonly type: "object";
|
|
6218
6705
|
readonly properties: {
|
|
6219
|
-
readonly
|
|
6706
|
+
readonly type: {
|
|
6707
|
+
readonly type: "string";
|
|
6708
|
+
readonly const: "document";
|
|
6709
|
+
};
|
|
6710
|
+
readonly model: {
|
|
6220
6711
|
readonly anyOf: readonly [{
|
|
6221
6712
|
readonly type: "string";
|
|
6222
6713
|
}, {
|
|
@@ -6224,17 +6715,16 @@ export declare const graphProtocol: {
|
|
|
6224
6715
|
}];
|
|
6225
6716
|
};
|
|
6226
6717
|
};
|
|
6718
|
+
readonly required: readonly ["type", "model"];
|
|
6227
6719
|
readonly additionalProperties: false;
|
|
6228
|
-
};
|
|
6720
|
+
}];
|
|
6229
6721
|
};
|
|
6230
6722
|
};
|
|
6231
|
-
|
|
6232
|
-
|
|
6233
|
-
|
|
6234
|
-
};
|
|
6235
|
-
}
|
|
6236
|
-
readonly type: "null";
|
|
6237
|
-
}];
|
|
6723
|
+
};
|
|
6724
|
+
readonly required: readonly ["name", "version", "interfaces", "schema", "fieldsMeta", "behavior", "uniqueFields"];
|
|
6725
|
+
readonly additionalProperties: false;
|
|
6726
|
+
}];
|
|
6727
|
+
};
|
|
6238
6728
|
};
|
|
6239
6729
|
readonly aliases: {
|
|
6240
6730
|
readonly type: "object";
|
|
@@ -6243,7 +6733,7 @@ export declare const graphProtocol: {
|
|
|
6243
6733
|
};
|
|
6244
6734
|
};
|
|
6245
6735
|
};
|
|
6246
|
-
readonly required: readonly ["
|
|
6736
|
+
readonly required: readonly ["record", "aliases"];
|
|
6247
6737
|
readonly additionalProperties: false;
|
|
6248
6738
|
};
|
|
6249
6739
|
};
|