@kubun/protocol 0.2.1 → 0.2.2
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 +147 -0
- package/lib/models/cluster.d.ts.map +1 -1
- package/lib/models/document.d.ts +434 -0
- package/lib/models/document.d.ts.map +1 -1
- package/lib/models/json-schema.d.ts +157 -0
- package/lib/models/json-schema.d.ts.map +1 -1
- package/lib/models/json-schema.js +38 -1
- package/lib/services/graph.d.ts +566 -6
- package/lib/services/graph.d.ts.map +1 -1
- package/package.json +2 -2
package/lib/services/graph.d.ts
CHANGED
|
@@ -98,6 +98,25 @@ export declare const deployGraphParams: {
|
|
|
98
98
|
readonly additionalProperties: false;
|
|
99
99
|
}, {
|
|
100
100
|
readonly anyOf: readonly [{
|
|
101
|
+
readonly type: "object";
|
|
102
|
+
readonly properties: {
|
|
103
|
+
readonly type: {
|
|
104
|
+
readonly type: "string";
|
|
105
|
+
readonly const: "string";
|
|
106
|
+
};
|
|
107
|
+
readonly title: {
|
|
108
|
+
readonly type: "string";
|
|
109
|
+
};
|
|
110
|
+
readonly const: {
|
|
111
|
+
readonly type: "string";
|
|
112
|
+
};
|
|
113
|
+
readonly default: {
|
|
114
|
+
readonly type: "string";
|
|
115
|
+
};
|
|
116
|
+
};
|
|
117
|
+
readonly required: readonly ["type", "title", "const"];
|
|
118
|
+
readonly additionalProperties: false;
|
|
119
|
+
}, {
|
|
101
120
|
readonly type: "object";
|
|
102
121
|
readonly properties: {
|
|
103
122
|
readonly type: {
|
|
@@ -157,6 +176,18 @@ export declare const deployGraphParams: {
|
|
|
157
176
|
readonly type: "string";
|
|
158
177
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
159
178
|
};
|
|
179
|
+
readonly title: {
|
|
180
|
+
readonly type: "string";
|
|
181
|
+
};
|
|
182
|
+
readonly default: {
|
|
183
|
+
readonly type: "string";
|
|
184
|
+
};
|
|
185
|
+
readonly minLength: {
|
|
186
|
+
readonly type: "integer";
|
|
187
|
+
};
|
|
188
|
+
readonly maxLength: {
|
|
189
|
+
readonly type: "integer";
|
|
190
|
+
};
|
|
160
191
|
};
|
|
161
192
|
readonly required: readonly ["type", "format"];
|
|
162
193
|
readonly additionalProperties: false;
|
|
@@ -372,6 +403,25 @@ export declare const deployGraphParams: {
|
|
|
372
403
|
readonly additionalProperties: false;
|
|
373
404
|
}, {
|
|
374
405
|
readonly anyOf: readonly [{
|
|
406
|
+
readonly type: "object";
|
|
407
|
+
readonly properties: {
|
|
408
|
+
readonly type: {
|
|
409
|
+
readonly type: "string";
|
|
410
|
+
readonly const: "string";
|
|
411
|
+
};
|
|
412
|
+
readonly title: {
|
|
413
|
+
readonly type: "string";
|
|
414
|
+
};
|
|
415
|
+
readonly const: {
|
|
416
|
+
readonly type: "string";
|
|
417
|
+
};
|
|
418
|
+
readonly default: {
|
|
419
|
+
readonly type: "string";
|
|
420
|
+
};
|
|
421
|
+
};
|
|
422
|
+
readonly required: readonly ["type", "title", "const"];
|
|
423
|
+
readonly additionalProperties: false;
|
|
424
|
+
}, {
|
|
375
425
|
readonly type: "object";
|
|
376
426
|
readonly properties: {
|
|
377
427
|
readonly type: {
|
|
@@ -431,6 +481,18 @@ export declare const deployGraphParams: {
|
|
|
431
481
|
readonly type: "string";
|
|
432
482
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
433
483
|
};
|
|
484
|
+
readonly title: {
|
|
485
|
+
readonly type: "string";
|
|
486
|
+
};
|
|
487
|
+
readonly default: {
|
|
488
|
+
readonly type: "string";
|
|
489
|
+
};
|
|
490
|
+
readonly minLength: {
|
|
491
|
+
readonly type: "integer";
|
|
492
|
+
};
|
|
493
|
+
readonly maxLength: {
|
|
494
|
+
readonly type: "integer";
|
|
495
|
+
};
|
|
434
496
|
};
|
|
435
497
|
readonly required: readonly ["type", "format"];
|
|
436
498
|
readonly additionalProperties: false;
|
|
@@ -652,6 +714,25 @@ export declare const deployGraphParams: {
|
|
|
652
714
|
readonly additionalProperties: false;
|
|
653
715
|
}, {
|
|
654
716
|
readonly anyOf: readonly [{
|
|
717
|
+
readonly type: "object";
|
|
718
|
+
readonly properties: {
|
|
719
|
+
readonly type: {
|
|
720
|
+
readonly type: "string";
|
|
721
|
+
readonly const: "string";
|
|
722
|
+
};
|
|
723
|
+
readonly title: {
|
|
724
|
+
readonly type: "string";
|
|
725
|
+
};
|
|
726
|
+
readonly const: {
|
|
727
|
+
readonly type: "string";
|
|
728
|
+
};
|
|
729
|
+
readonly default: {
|
|
730
|
+
readonly type: "string";
|
|
731
|
+
};
|
|
732
|
+
};
|
|
733
|
+
readonly required: readonly ["type", "title", "const"];
|
|
734
|
+
readonly additionalProperties: false;
|
|
735
|
+
}, {
|
|
655
736
|
readonly type: "object";
|
|
656
737
|
readonly properties: {
|
|
657
738
|
readonly type: {
|
|
@@ -711,6 +792,18 @@ export declare const deployGraphParams: {
|
|
|
711
792
|
readonly type: "string";
|
|
712
793
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
713
794
|
};
|
|
795
|
+
readonly title: {
|
|
796
|
+
readonly type: "string";
|
|
797
|
+
};
|
|
798
|
+
readonly default: {
|
|
799
|
+
readonly type: "string";
|
|
800
|
+
};
|
|
801
|
+
readonly minLength: {
|
|
802
|
+
readonly type: "integer";
|
|
803
|
+
};
|
|
804
|
+
readonly maxLength: {
|
|
805
|
+
readonly type: "integer";
|
|
806
|
+
};
|
|
714
807
|
};
|
|
715
808
|
readonly required: readonly ["type", "format"];
|
|
716
809
|
readonly additionalProperties: false;
|
|
@@ -965,6 +1058,25 @@ export declare const deployGraphResult: {
|
|
|
965
1058
|
readonly additionalProperties: false;
|
|
966
1059
|
}, {
|
|
967
1060
|
readonly anyOf: readonly [{
|
|
1061
|
+
readonly type: "object";
|
|
1062
|
+
readonly properties: {
|
|
1063
|
+
readonly type: {
|
|
1064
|
+
readonly type: "string";
|
|
1065
|
+
readonly const: "string";
|
|
1066
|
+
};
|
|
1067
|
+
readonly title: {
|
|
1068
|
+
readonly type: "string";
|
|
1069
|
+
};
|
|
1070
|
+
readonly const: {
|
|
1071
|
+
readonly type: "string";
|
|
1072
|
+
};
|
|
1073
|
+
readonly default: {
|
|
1074
|
+
readonly type: "string";
|
|
1075
|
+
};
|
|
1076
|
+
};
|
|
1077
|
+
readonly required: readonly ["type", "title", "const"];
|
|
1078
|
+
readonly additionalProperties: false;
|
|
1079
|
+
}, {
|
|
968
1080
|
readonly type: "object";
|
|
969
1081
|
readonly properties: {
|
|
970
1082
|
readonly type: {
|
|
@@ -1024,6 +1136,18 @@ export declare const deployGraphResult: {
|
|
|
1024
1136
|
readonly type: "string";
|
|
1025
1137
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
1026
1138
|
};
|
|
1139
|
+
readonly title: {
|
|
1140
|
+
readonly type: "string";
|
|
1141
|
+
};
|
|
1142
|
+
readonly default: {
|
|
1143
|
+
readonly type: "string";
|
|
1144
|
+
};
|
|
1145
|
+
readonly minLength: {
|
|
1146
|
+
readonly type: "integer";
|
|
1147
|
+
};
|
|
1148
|
+
readonly maxLength: {
|
|
1149
|
+
readonly type: "integer";
|
|
1150
|
+
};
|
|
1027
1151
|
};
|
|
1028
1152
|
readonly required: readonly ["type", "format"];
|
|
1029
1153
|
readonly additionalProperties: false;
|
|
@@ -1239,6 +1363,25 @@ export declare const deployGraphResult: {
|
|
|
1239
1363
|
readonly additionalProperties: false;
|
|
1240
1364
|
}, {
|
|
1241
1365
|
readonly anyOf: readonly [{
|
|
1366
|
+
readonly type: "object";
|
|
1367
|
+
readonly properties: {
|
|
1368
|
+
readonly type: {
|
|
1369
|
+
readonly type: "string";
|
|
1370
|
+
readonly const: "string";
|
|
1371
|
+
};
|
|
1372
|
+
readonly title: {
|
|
1373
|
+
readonly type: "string";
|
|
1374
|
+
};
|
|
1375
|
+
readonly const: {
|
|
1376
|
+
readonly type: "string";
|
|
1377
|
+
};
|
|
1378
|
+
readonly default: {
|
|
1379
|
+
readonly type: "string";
|
|
1380
|
+
};
|
|
1381
|
+
};
|
|
1382
|
+
readonly required: readonly ["type", "title", "const"];
|
|
1383
|
+
readonly additionalProperties: false;
|
|
1384
|
+
}, {
|
|
1242
1385
|
readonly type: "object";
|
|
1243
1386
|
readonly properties: {
|
|
1244
1387
|
readonly type: {
|
|
@@ -1298,6 +1441,18 @@ export declare const deployGraphResult: {
|
|
|
1298
1441
|
readonly type: "string";
|
|
1299
1442
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
1300
1443
|
};
|
|
1444
|
+
readonly title: {
|
|
1445
|
+
readonly type: "string";
|
|
1446
|
+
};
|
|
1447
|
+
readonly default: {
|
|
1448
|
+
readonly type: "string";
|
|
1449
|
+
};
|
|
1450
|
+
readonly minLength: {
|
|
1451
|
+
readonly type: "integer";
|
|
1452
|
+
};
|
|
1453
|
+
readonly maxLength: {
|
|
1454
|
+
readonly type: "integer";
|
|
1455
|
+
};
|
|
1301
1456
|
};
|
|
1302
1457
|
readonly required: readonly ["type", "format"];
|
|
1303
1458
|
readonly additionalProperties: false;
|
|
@@ -1519,6 +1674,25 @@ export declare const deployGraphResult: {
|
|
|
1519
1674
|
readonly additionalProperties: false;
|
|
1520
1675
|
}, {
|
|
1521
1676
|
readonly anyOf: readonly [{
|
|
1677
|
+
readonly type: "object";
|
|
1678
|
+
readonly properties: {
|
|
1679
|
+
readonly type: {
|
|
1680
|
+
readonly type: "string";
|
|
1681
|
+
readonly const: "string";
|
|
1682
|
+
};
|
|
1683
|
+
readonly title: {
|
|
1684
|
+
readonly type: "string";
|
|
1685
|
+
};
|
|
1686
|
+
readonly const: {
|
|
1687
|
+
readonly type: "string";
|
|
1688
|
+
};
|
|
1689
|
+
readonly default: {
|
|
1690
|
+
readonly type: "string";
|
|
1691
|
+
};
|
|
1692
|
+
};
|
|
1693
|
+
readonly required: readonly ["type", "title", "const"];
|
|
1694
|
+
readonly additionalProperties: false;
|
|
1695
|
+
}, {
|
|
1522
1696
|
readonly type: "object";
|
|
1523
1697
|
readonly properties: {
|
|
1524
1698
|
readonly type: {
|
|
@@ -1578,6 +1752,18 @@ export declare const deployGraphResult: {
|
|
|
1578
1752
|
readonly type: "string";
|
|
1579
1753
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
1580
1754
|
};
|
|
1755
|
+
readonly title: {
|
|
1756
|
+
readonly type: "string";
|
|
1757
|
+
};
|
|
1758
|
+
readonly default: {
|
|
1759
|
+
readonly type: "string";
|
|
1760
|
+
};
|
|
1761
|
+
readonly minLength: {
|
|
1762
|
+
readonly type: "integer";
|
|
1763
|
+
};
|
|
1764
|
+
readonly maxLength: {
|
|
1765
|
+
readonly type: "integer";
|
|
1766
|
+
};
|
|
1581
1767
|
};
|
|
1582
1768
|
readonly required: readonly ["type", "format"];
|
|
1583
1769
|
readonly additionalProperties: false;
|
|
@@ -1844,6 +2030,25 @@ export declare const loadGraphResult: {
|
|
|
1844
2030
|
readonly additionalProperties: false;
|
|
1845
2031
|
}, {
|
|
1846
2032
|
readonly anyOf: readonly [{
|
|
2033
|
+
readonly type: "object";
|
|
2034
|
+
readonly properties: {
|
|
2035
|
+
readonly type: {
|
|
2036
|
+
readonly type: "string";
|
|
2037
|
+
readonly const: "string";
|
|
2038
|
+
};
|
|
2039
|
+
readonly title: {
|
|
2040
|
+
readonly type: "string";
|
|
2041
|
+
};
|
|
2042
|
+
readonly const: {
|
|
2043
|
+
readonly type: "string";
|
|
2044
|
+
};
|
|
2045
|
+
readonly default: {
|
|
2046
|
+
readonly type: "string";
|
|
2047
|
+
};
|
|
2048
|
+
};
|
|
2049
|
+
readonly required: readonly ["type", "title", "const"];
|
|
2050
|
+
readonly additionalProperties: false;
|
|
2051
|
+
}, {
|
|
1847
2052
|
readonly type: "object";
|
|
1848
2053
|
readonly properties: {
|
|
1849
2054
|
readonly type: {
|
|
@@ -1903,6 +2108,18 @@ export declare const loadGraphResult: {
|
|
|
1903
2108
|
readonly type: "string";
|
|
1904
2109
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
1905
2110
|
};
|
|
2111
|
+
readonly title: {
|
|
2112
|
+
readonly type: "string";
|
|
2113
|
+
};
|
|
2114
|
+
readonly default: {
|
|
2115
|
+
readonly type: "string";
|
|
2116
|
+
};
|
|
2117
|
+
readonly minLength: {
|
|
2118
|
+
readonly type: "integer";
|
|
2119
|
+
};
|
|
2120
|
+
readonly maxLength: {
|
|
2121
|
+
readonly type: "integer";
|
|
2122
|
+
};
|
|
1906
2123
|
};
|
|
1907
2124
|
readonly required: readonly ["type", "format"];
|
|
1908
2125
|
readonly additionalProperties: false;
|
|
@@ -2118,6 +2335,25 @@ export declare const loadGraphResult: {
|
|
|
2118
2335
|
readonly additionalProperties: false;
|
|
2119
2336
|
}, {
|
|
2120
2337
|
readonly anyOf: readonly [{
|
|
2338
|
+
readonly type: "object";
|
|
2339
|
+
readonly properties: {
|
|
2340
|
+
readonly type: {
|
|
2341
|
+
readonly type: "string";
|
|
2342
|
+
readonly const: "string";
|
|
2343
|
+
};
|
|
2344
|
+
readonly title: {
|
|
2345
|
+
readonly type: "string";
|
|
2346
|
+
};
|
|
2347
|
+
readonly const: {
|
|
2348
|
+
readonly type: "string";
|
|
2349
|
+
};
|
|
2350
|
+
readonly default: {
|
|
2351
|
+
readonly type: "string";
|
|
2352
|
+
};
|
|
2353
|
+
};
|
|
2354
|
+
readonly required: readonly ["type", "title", "const"];
|
|
2355
|
+
readonly additionalProperties: false;
|
|
2356
|
+
}, {
|
|
2121
2357
|
readonly type: "object";
|
|
2122
2358
|
readonly properties: {
|
|
2123
2359
|
readonly type: {
|
|
@@ -2177,6 +2413,18 @@ export declare const loadGraphResult: {
|
|
|
2177
2413
|
readonly type: "string";
|
|
2178
2414
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
2179
2415
|
};
|
|
2416
|
+
readonly title: {
|
|
2417
|
+
readonly type: "string";
|
|
2418
|
+
};
|
|
2419
|
+
readonly default: {
|
|
2420
|
+
readonly type: "string";
|
|
2421
|
+
};
|
|
2422
|
+
readonly minLength: {
|
|
2423
|
+
readonly type: "integer";
|
|
2424
|
+
};
|
|
2425
|
+
readonly maxLength: {
|
|
2426
|
+
readonly type: "integer";
|
|
2427
|
+
};
|
|
2180
2428
|
};
|
|
2181
2429
|
readonly required: readonly ["type", "format"];
|
|
2182
2430
|
readonly additionalProperties: false;
|
|
@@ -2398,6 +2646,25 @@ export declare const loadGraphResult: {
|
|
|
2398
2646
|
readonly additionalProperties: false;
|
|
2399
2647
|
}, {
|
|
2400
2648
|
readonly anyOf: readonly [{
|
|
2649
|
+
readonly type: "object";
|
|
2650
|
+
readonly properties: {
|
|
2651
|
+
readonly type: {
|
|
2652
|
+
readonly type: "string";
|
|
2653
|
+
readonly const: "string";
|
|
2654
|
+
};
|
|
2655
|
+
readonly title: {
|
|
2656
|
+
readonly type: "string";
|
|
2657
|
+
};
|
|
2658
|
+
readonly const: {
|
|
2659
|
+
readonly type: "string";
|
|
2660
|
+
};
|
|
2661
|
+
readonly default: {
|
|
2662
|
+
readonly type: "string";
|
|
2663
|
+
};
|
|
2664
|
+
};
|
|
2665
|
+
readonly required: readonly ["type", "title", "const"];
|
|
2666
|
+
readonly additionalProperties: false;
|
|
2667
|
+
}, {
|
|
2401
2668
|
readonly type: "object";
|
|
2402
2669
|
readonly properties: {
|
|
2403
2670
|
readonly type: {
|
|
@@ -2457,6 +2724,18 @@ export declare const loadGraphResult: {
|
|
|
2457
2724
|
readonly type: "string";
|
|
2458
2725
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
2459
2726
|
};
|
|
2727
|
+
readonly title: {
|
|
2728
|
+
readonly type: "string";
|
|
2729
|
+
};
|
|
2730
|
+
readonly default: {
|
|
2731
|
+
readonly type: "string";
|
|
2732
|
+
};
|
|
2733
|
+
readonly minLength: {
|
|
2734
|
+
readonly type: "integer";
|
|
2735
|
+
};
|
|
2736
|
+
readonly maxLength: {
|
|
2737
|
+
readonly type: "integer";
|
|
2738
|
+
};
|
|
2460
2739
|
};
|
|
2461
2740
|
readonly required: readonly ["type", "format"];
|
|
2462
2741
|
readonly additionalProperties: false;
|
|
@@ -2715,7 +2994,9 @@ export declare const executeGraphResult: {
|
|
|
2715
2994
|
};
|
|
2716
2995
|
readonly additionalProperties: false;
|
|
2717
2996
|
};
|
|
2718
|
-
export type ExecuteGraphResult = FromSchema<typeof executeGraphResult
|
|
2997
|
+
export type ExecuteGraphResult<Data extends Record<string, unknown> = Record<string, unknown>> = Omit<FromSchema<typeof executeGraphResult>, 'data'> & {
|
|
2998
|
+
data?: Data | null;
|
|
2999
|
+
};
|
|
2719
3000
|
export declare const mutateGraphParams: {
|
|
2720
3001
|
readonly type: "object";
|
|
2721
3002
|
readonly properties: {
|
|
@@ -2846,11 +3127,30 @@ export declare const graphProtocol: {
|
|
|
2846
3127
|
readonly max: {
|
|
2847
3128
|
readonly type: "number";
|
|
2848
3129
|
};
|
|
2849
|
-
};
|
|
2850
|
-
readonly required: readonly ["type"];
|
|
2851
|
-
readonly additionalProperties: false;
|
|
2852
|
-
}, {
|
|
2853
|
-
readonly anyOf: readonly [{
|
|
3130
|
+
};
|
|
3131
|
+
readonly required: readonly ["type"];
|
|
3132
|
+
readonly additionalProperties: false;
|
|
3133
|
+
}, {
|
|
3134
|
+
readonly anyOf: readonly [{
|
|
3135
|
+
readonly type: "object";
|
|
3136
|
+
readonly properties: {
|
|
3137
|
+
readonly type: {
|
|
3138
|
+
readonly type: "string";
|
|
3139
|
+
readonly const: "string";
|
|
3140
|
+
};
|
|
3141
|
+
readonly title: {
|
|
3142
|
+
readonly type: "string";
|
|
3143
|
+
};
|
|
3144
|
+
readonly const: {
|
|
3145
|
+
readonly type: "string";
|
|
3146
|
+
};
|
|
3147
|
+
readonly default: {
|
|
3148
|
+
readonly type: "string";
|
|
3149
|
+
};
|
|
3150
|
+
};
|
|
3151
|
+
readonly required: readonly ["type", "title", "const"];
|
|
3152
|
+
readonly additionalProperties: false;
|
|
3153
|
+
}, {
|
|
2854
3154
|
readonly type: "object";
|
|
2855
3155
|
readonly properties: {
|
|
2856
3156
|
readonly type: {
|
|
@@ -2910,6 +3210,18 @@ export declare const graphProtocol: {
|
|
|
2910
3210
|
readonly type: "string";
|
|
2911
3211
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
2912
3212
|
};
|
|
3213
|
+
readonly title: {
|
|
3214
|
+
readonly type: "string";
|
|
3215
|
+
};
|
|
3216
|
+
readonly default: {
|
|
3217
|
+
readonly type: "string";
|
|
3218
|
+
};
|
|
3219
|
+
readonly minLength: {
|
|
3220
|
+
readonly type: "integer";
|
|
3221
|
+
};
|
|
3222
|
+
readonly maxLength: {
|
|
3223
|
+
readonly type: "integer";
|
|
3224
|
+
};
|
|
2913
3225
|
};
|
|
2914
3226
|
readonly required: readonly ["type", "format"];
|
|
2915
3227
|
readonly additionalProperties: false;
|
|
@@ -3125,6 +3437,25 @@ export declare const graphProtocol: {
|
|
|
3125
3437
|
readonly additionalProperties: false;
|
|
3126
3438
|
}, {
|
|
3127
3439
|
readonly anyOf: readonly [{
|
|
3440
|
+
readonly type: "object";
|
|
3441
|
+
readonly properties: {
|
|
3442
|
+
readonly type: {
|
|
3443
|
+
readonly type: "string";
|
|
3444
|
+
readonly const: "string";
|
|
3445
|
+
};
|
|
3446
|
+
readonly title: {
|
|
3447
|
+
readonly type: "string";
|
|
3448
|
+
};
|
|
3449
|
+
readonly const: {
|
|
3450
|
+
readonly type: "string";
|
|
3451
|
+
};
|
|
3452
|
+
readonly default: {
|
|
3453
|
+
readonly type: "string";
|
|
3454
|
+
};
|
|
3455
|
+
};
|
|
3456
|
+
readonly required: readonly ["type", "title", "const"];
|
|
3457
|
+
readonly additionalProperties: false;
|
|
3458
|
+
}, {
|
|
3128
3459
|
readonly type: "object";
|
|
3129
3460
|
readonly properties: {
|
|
3130
3461
|
readonly type: {
|
|
@@ -3184,6 +3515,18 @@ export declare const graphProtocol: {
|
|
|
3184
3515
|
readonly type: "string";
|
|
3185
3516
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
3186
3517
|
};
|
|
3518
|
+
readonly title: {
|
|
3519
|
+
readonly type: "string";
|
|
3520
|
+
};
|
|
3521
|
+
readonly default: {
|
|
3522
|
+
readonly type: "string";
|
|
3523
|
+
};
|
|
3524
|
+
readonly minLength: {
|
|
3525
|
+
readonly type: "integer";
|
|
3526
|
+
};
|
|
3527
|
+
readonly maxLength: {
|
|
3528
|
+
readonly type: "integer";
|
|
3529
|
+
};
|
|
3187
3530
|
};
|
|
3188
3531
|
readonly required: readonly ["type", "format"];
|
|
3189
3532
|
readonly additionalProperties: false;
|
|
@@ -3405,6 +3748,25 @@ export declare const graphProtocol: {
|
|
|
3405
3748
|
readonly additionalProperties: false;
|
|
3406
3749
|
}, {
|
|
3407
3750
|
readonly anyOf: readonly [{
|
|
3751
|
+
readonly type: "object";
|
|
3752
|
+
readonly properties: {
|
|
3753
|
+
readonly type: {
|
|
3754
|
+
readonly type: "string";
|
|
3755
|
+
readonly const: "string";
|
|
3756
|
+
};
|
|
3757
|
+
readonly title: {
|
|
3758
|
+
readonly type: "string";
|
|
3759
|
+
};
|
|
3760
|
+
readonly const: {
|
|
3761
|
+
readonly type: "string";
|
|
3762
|
+
};
|
|
3763
|
+
readonly default: {
|
|
3764
|
+
readonly type: "string";
|
|
3765
|
+
};
|
|
3766
|
+
};
|
|
3767
|
+
readonly required: readonly ["type", "title", "const"];
|
|
3768
|
+
readonly additionalProperties: false;
|
|
3769
|
+
}, {
|
|
3408
3770
|
readonly type: "object";
|
|
3409
3771
|
readonly properties: {
|
|
3410
3772
|
readonly type: {
|
|
@@ -3464,6 +3826,18 @@ export declare const graphProtocol: {
|
|
|
3464
3826
|
readonly type: "string";
|
|
3465
3827
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
3466
3828
|
};
|
|
3829
|
+
readonly title: {
|
|
3830
|
+
readonly type: "string";
|
|
3831
|
+
};
|
|
3832
|
+
readonly default: {
|
|
3833
|
+
readonly type: "string";
|
|
3834
|
+
};
|
|
3835
|
+
readonly minLength: {
|
|
3836
|
+
readonly type: "integer";
|
|
3837
|
+
};
|
|
3838
|
+
readonly maxLength: {
|
|
3839
|
+
readonly type: "integer";
|
|
3840
|
+
};
|
|
3467
3841
|
};
|
|
3468
3842
|
readonly required: readonly ["type", "format"];
|
|
3469
3843
|
readonly additionalProperties: false;
|
|
@@ -3717,6 +4091,25 @@ export declare const graphProtocol: {
|
|
|
3717
4091
|
readonly additionalProperties: false;
|
|
3718
4092
|
}, {
|
|
3719
4093
|
readonly anyOf: readonly [{
|
|
4094
|
+
readonly type: "object";
|
|
4095
|
+
readonly properties: {
|
|
4096
|
+
readonly type: {
|
|
4097
|
+
readonly type: "string";
|
|
4098
|
+
readonly const: "string";
|
|
4099
|
+
};
|
|
4100
|
+
readonly title: {
|
|
4101
|
+
readonly type: "string";
|
|
4102
|
+
};
|
|
4103
|
+
readonly const: {
|
|
4104
|
+
readonly type: "string";
|
|
4105
|
+
};
|
|
4106
|
+
readonly default: {
|
|
4107
|
+
readonly type: "string";
|
|
4108
|
+
};
|
|
4109
|
+
};
|
|
4110
|
+
readonly required: readonly ["type", "title", "const"];
|
|
4111
|
+
readonly additionalProperties: false;
|
|
4112
|
+
}, {
|
|
3720
4113
|
readonly type: "object";
|
|
3721
4114
|
readonly properties: {
|
|
3722
4115
|
readonly type: {
|
|
@@ -3776,6 +4169,18 @@ export declare const graphProtocol: {
|
|
|
3776
4169
|
readonly type: "string";
|
|
3777
4170
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
3778
4171
|
};
|
|
4172
|
+
readonly title: {
|
|
4173
|
+
readonly type: "string";
|
|
4174
|
+
};
|
|
4175
|
+
readonly default: {
|
|
4176
|
+
readonly type: "string";
|
|
4177
|
+
};
|
|
4178
|
+
readonly minLength: {
|
|
4179
|
+
readonly type: "integer";
|
|
4180
|
+
};
|
|
4181
|
+
readonly maxLength: {
|
|
4182
|
+
readonly type: "integer";
|
|
4183
|
+
};
|
|
3779
4184
|
};
|
|
3780
4185
|
readonly required: readonly ["type", "format"];
|
|
3781
4186
|
readonly additionalProperties: false;
|
|
@@ -3991,6 +4396,25 @@ export declare const graphProtocol: {
|
|
|
3991
4396
|
readonly additionalProperties: false;
|
|
3992
4397
|
}, {
|
|
3993
4398
|
readonly anyOf: readonly [{
|
|
4399
|
+
readonly type: "object";
|
|
4400
|
+
readonly properties: {
|
|
4401
|
+
readonly type: {
|
|
4402
|
+
readonly type: "string";
|
|
4403
|
+
readonly const: "string";
|
|
4404
|
+
};
|
|
4405
|
+
readonly title: {
|
|
4406
|
+
readonly type: "string";
|
|
4407
|
+
};
|
|
4408
|
+
readonly const: {
|
|
4409
|
+
readonly type: "string";
|
|
4410
|
+
};
|
|
4411
|
+
readonly default: {
|
|
4412
|
+
readonly type: "string";
|
|
4413
|
+
};
|
|
4414
|
+
};
|
|
4415
|
+
readonly required: readonly ["type", "title", "const"];
|
|
4416
|
+
readonly additionalProperties: false;
|
|
4417
|
+
}, {
|
|
3994
4418
|
readonly type: "object";
|
|
3995
4419
|
readonly properties: {
|
|
3996
4420
|
readonly type: {
|
|
@@ -4050,6 +4474,18 @@ export declare const graphProtocol: {
|
|
|
4050
4474
|
readonly type: "string";
|
|
4051
4475
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
4052
4476
|
};
|
|
4477
|
+
readonly title: {
|
|
4478
|
+
readonly type: "string";
|
|
4479
|
+
};
|
|
4480
|
+
readonly default: {
|
|
4481
|
+
readonly type: "string";
|
|
4482
|
+
};
|
|
4483
|
+
readonly minLength: {
|
|
4484
|
+
readonly type: "integer";
|
|
4485
|
+
};
|
|
4486
|
+
readonly maxLength: {
|
|
4487
|
+
readonly type: "integer";
|
|
4488
|
+
};
|
|
4053
4489
|
};
|
|
4054
4490
|
readonly required: readonly ["type", "format"];
|
|
4055
4491
|
readonly additionalProperties: false;
|
|
@@ -4271,6 +4707,25 @@ export declare const graphProtocol: {
|
|
|
4271
4707
|
readonly additionalProperties: false;
|
|
4272
4708
|
}, {
|
|
4273
4709
|
readonly anyOf: readonly [{
|
|
4710
|
+
readonly type: "object";
|
|
4711
|
+
readonly properties: {
|
|
4712
|
+
readonly type: {
|
|
4713
|
+
readonly type: "string";
|
|
4714
|
+
readonly const: "string";
|
|
4715
|
+
};
|
|
4716
|
+
readonly title: {
|
|
4717
|
+
readonly type: "string";
|
|
4718
|
+
};
|
|
4719
|
+
readonly const: {
|
|
4720
|
+
readonly type: "string";
|
|
4721
|
+
};
|
|
4722
|
+
readonly default: {
|
|
4723
|
+
readonly type: "string";
|
|
4724
|
+
};
|
|
4725
|
+
};
|
|
4726
|
+
readonly required: readonly ["type", "title", "const"];
|
|
4727
|
+
readonly additionalProperties: false;
|
|
4728
|
+
}, {
|
|
4274
4729
|
readonly type: "object";
|
|
4275
4730
|
readonly properties: {
|
|
4276
4731
|
readonly type: {
|
|
@@ -4330,6 +4785,18 @@ export declare const graphProtocol: {
|
|
|
4330
4785
|
readonly type: "string";
|
|
4331
4786
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
4332
4787
|
};
|
|
4788
|
+
readonly title: {
|
|
4789
|
+
readonly type: "string";
|
|
4790
|
+
};
|
|
4791
|
+
readonly default: {
|
|
4792
|
+
readonly type: "string";
|
|
4793
|
+
};
|
|
4794
|
+
readonly minLength: {
|
|
4795
|
+
readonly type: "integer";
|
|
4796
|
+
};
|
|
4797
|
+
readonly maxLength: {
|
|
4798
|
+
readonly type: "integer";
|
|
4799
|
+
};
|
|
4333
4800
|
};
|
|
4334
4801
|
readonly required: readonly ["type", "format"];
|
|
4335
4802
|
readonly additionalProperties: false;
|
|
@@ -4599,6 +5066,25 @@ export declare const graphProtocol: {
|
|
|
4599
5066
|
readonly additionalProperties: false;
|
|
4600
5067
|
}, {
|
|
4601
5068
|
readonly anyOf: readonly [{
|
|
5069
|
+
readonly type: "object";
|
|
5070
|
+
readonly properties: {
|
|
5071
|
+
readonly type: {
|
|
5072
|
+
readonly type: "string";
|
|
5073
|
+
readonly const: "string";
|
|
5074
|
+
};
|
|
5075
|
+
readonly title: {
|
|
5076
|
+
readonly type: "string";
|
|
5077
|
+
};
|
|
5078
|
+
readonly const: {
|
|
5079
|
+
readonly type: "string";
|
|
5080
|
+
};
|
|
5081
|
+
readonly default: {
|
|
5082
|
+
readonly type: "string";
|
|
5083
|
+
};
|
|
5084
|
+
};
|
|
5085
|
+
readonly required: readonly ["type", "title", "const"];
|
|
5086
|
+
readonly additionalProperties: false;
|
|
5087
|
+
}, {
|
|
4602
5088
|
readonly type: "object";
|
|
4603
5089
|
readonly properties: {
|
|
4604
5090
|
readonly type: {
|
|
@@ -4658,6 +5144,18 @@ export declare const graphProtocol: {
|
|
|
4658
5144
|
readonly type: "string";
|
|
4659
5145
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
4660
5146
|
};
|
|
5147
|
+
readonly title: {
|
|
5148
|
+
readonly type: "string";
|
|
5149
|
+
};
|
|
5150
|
+
readonly default: {
|
|
5151
|
+
readonly type: "string";
|
|
5152
|
+
};
|
|
5153
|
+
readonly minLength: {
|
|
5154
|
+
readonly type: "integer";
|
|
5155
|
+
};
|
|
5156
|
+
readonly maxLength: {
|
|
5157
|
+
readonly type: "integer";
|
|
5158
|
+
};
|
|
4661
5159
|
};
|
|
4662
5160
|
readonly required: readonly ["type", "format"];
|
|
4663
5161
|
readonly additionalProperties: false;
|
|
@@ -4873,6 +5371,25 @@ export declare const graphProtocol: {
|
|
|
4873
5371
|
readonly additionalProperties: false;
|
|
4874
5372
|
}, {
|
|
4875
5373
|
readonly anyOf: readonly [{
|
|
5374
|
+
readonly type: "object";
|
|
5375
|
+
readonly properties: {
|
|
5376
|
+
readonly type: {
|
|
5377
|
+
readonly type: "string";
|
|
5378
|
+
readonly const: "string";
|
|
5379
|
+
};
|
|
5380
|
+
readonly title: {
|
|
5381
|
+
readonly type: "string";
|
|
5382
|
+
};
|
|
5383
|
+
readonly const: {
|
|
5384
|
+
readonly type: "string";
|
|
5385
|
+
};
|
|
5386
|
+
readonly default: {
|
|
5387
|
+
readonly type: "string";
|
|
5388
|
+
};
|
|
5389
|
+
};
|
|
5390
|
+
readonly required: readonly ["type", "title", "const"];
|
|
5391
|
+
readonly additionalProperties: false;
|
|
5392
|
+
}, {
|
|
4876
5393
|
readonly type: "object";
|
|
4877
5394
|
readonly properties: {
|
|
4878
5395
|
readonly type: {
|
|
@@ -4932,6 +5449,18 @@ export declare const graphProtocol: {
|
|
|
4932
5449
|
readonly type: "string";
|
|
4933
5450
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
4934
5451
|
};
|
|
5452
|
+
readonly title: {
|
|
5453
|
+
readonly type: "string";
|
|
5454
|
+
};
|
|
5455
|
+
readonly default: {
|
|
5456
|
+
readonly type: "string";
|
|
5457
|
+
};
|
|
5458
|
+
readonly minLength: {
|
|
5459
|
+
readonly type: "integer";
|
|
5460
|
+
};
|
|
5461
|
+
readonly maxLength: {
|
|
5462
|
+
readonly type: "integer";
|
|
5463
|
+
};
|
|
4935
5464
|
};
|
|
4936
5465
|
readonly required: readonly ["type", "format"];
|
|
4937
5466
|
readonly additionalProperties: false;
|
|
@@ -5153,6 +5682,25 @@ export declare const graphProtocol: {
|
|
|
5153
5682
|
readonly additionalProperties: false;
|
|
5154
5683
|
}, {
|
|
5155
5684
|
readonly anyOf: readonly [{
|
|
5685
|
+
readonly type: "object";
|
|
5686
|
+
readonly properties: {
|
|
5687
|
+
readonly type: {
|
|
5688
|
+
readonly type: "string";
|
|
5689
|
+
readonly const: "string";
|
|
5690
|
+
};
|
|
5691
|
+
readonly title: {
|
|
5692
|
+
readonly type: "string";
|
|
5693
|
+
};
|
|
5694
|
+
readonly const: {
|
|
5695
|
+
readonly type: "string";
|
|
5696
|
+
};
|
|
5697
|
+
readonly default: {
|
|
5698
|
+
readonly type: "string";
|
|
5699
|
+
};
|
|
5700
|
+
};
|
|
5701
|
+
readonly required: readonly ["type", "title", "const"];
|
|
5702
|
+
readonly additionalProperties: false;
|
|
5703
|
+
}, {
|
|
5156
5704
|
readonly type: "object";
|
|
5157
5705
|
readonly properties: {
|
|
5158
5706
|
readonly type: {
|
|
@@ -5212,6 +5760,18 @@ export declare const graphProtocol: {
|
|
|
5212
5760
|
readonly type: "string";
|
|
5213
5761
|
readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
|
|
5214
5762
|
};
|
|
5763
|
+
readonly title: {
|
|
5764
|
+
readonly type: "string";
|
|
5765
|
+
};
|
|
5766
|
+
readonly default: {
|
|
5767
|
+
readonly type: "string";
|
|
5768
|
+
};
|
|
5769
|
+
readonly minLength: {
|
|
5770
|
+
readonly type: "integer";
|
|
5771
|
+
};
|
|
5772
|
+
readonly maxLength: {
|
|
5773
|
+
readonly type: "integer";
|
|
5774
|
+
};
|
|
5215
5775
|
};
|
|
5216
5776
|
readonly required: readonly ["type", "format"];
|
|
5217
5777
|
readonly additionalProperties: false;
|