@kubun/protocol 0.2.0 → 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.
@@ -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;
@@ -187,6 +218,12 @@ export declare const deployGraphParams: {
187
218
  readonly uniqueItems: {
188
219
  readonly type: "boolean";
189
220
  };
221
+ readonly minItems: {
222
+ readonly type: "integer";
223
+ };
224
+ readonly maxItems: {
225
+ readonly type: "integer";
226
+ };
190
227
  };
191
228
  readonly required: readonly ["type", "title", "items"];
192
229
  readonly additionalProperties: false;
@@ -366,6 +403,25 @@ export declare const deployGraphParams: {
366
403
  readonly additionalProperties: false;
367
404
  }, {
368
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
+ }, {
369
425
  readonly type: "object";
370
426
  readonly properties: {
371
427
  readonly type: {
@@ -425,6 +481,18 @@ export declare const deployGraphParams: {
425
481
  readonly type: "string";
426
482
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
427
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
+ };
428
496
  };
429
497
  readonly required: readonly ["type", "format"];
430
498
  readonly additionalProperties: false;
@@ -455,6 +523,12 @@ export declare const deployGraphParams: {
455
523
  readonly uniqueItems: {
456
524
  readonly type: "boolean";
457
525
  };
526
+ readonly minItems: {
527
+ readonly type: "integer";
528
+ };
529
+ readonly maxItems: {
530
+ readonly type: "integer";
531
+ };
458
532
  };
459
533
  readonly required: readonly ["type", "title", "items"];
460
534
  readonly additionalProperties: false;
@@ -640,6 +714,25 @@ export declare const deployGraphParams: {
640
714
  readonly additionalProperties: false;
641
715
  }, {
642
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
+ }, {
643
736
  readonly type: "object";
644
737
  readonly properties: {
645
738
  readonly type: {
@@ -699,6 +792,18 @@ export declare const deployGraphParams: {
699
792
  readonly type: "string";
700
793
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
701
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
+ };
702
807
  };
703
808
  readonly required: readonly ["type", "format"];
704
809
  readonly additionalProperties: false;
@@ -729,6 +834,12 @@ export declare const deployGraphParams: {
729
834
  readonly uniqueItems: {
730
835
  readonly type: "boolean";
731
836
  };
837
+ readonly minItems: {
838
+ readonly type: "integer";
839
+ };
840
+ readonly maxItems: {
841
+ readonly type: "integer";
842
+ };
732
843
  };
733
844
  readonly required: readonly ["type", "title", "items"];
734
845
  readonly additionalProperties: false;
@@ -947,6 +1058,25 @@ export declare const deployGraphResult: {
947
1058
  readonly additionalProperties: false;
948
1059
  }, {
949
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
+ }, {
950
1080
  readonly type: "object";
951
1081
  readonly properties: {
952
1082
  readonly type: {
@@ -1006,6 +1136,18 @@ export declare const deployGraphResult: {
1006
1136
  readonly type: "string";
1007
1137
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
1008
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
+ };
1009
1151
  };
1010
1152
  readonly required: readonly ["type", "format"];
1011
1153
  readonly additionalProperties: false;
@@ -1036,6 +1178,12 @@ export declare const deployGraphResult: {
1036
1178
  readonly uniqueItems: {
1037
1179
  readonly type: "boolean";
1038
1180
  };
1181
+ readonly minItems: {
1182
+ readonly type: "integer";
1183
+ };
1184
+ readonly maxItems: {
1185
+ readonly type: "integer";
1186
+ };
1039
1187
  };
1040
1188
  readonly required: readonly ["type", "title", "items"];
1041
1189
  readonly additionalProperties: false;
@@ -1215,6 +1363,25 @@ export declare const deployGraphResult: {
1215
1363
  readonly additionalProperties: false;
1216
1364
  }, {
1217
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
+ }, {
1218
1385
  readonly type: "object";
1219
1386
  readonly properties: {
1220
1387
  readonly type: {
@@ -1274,6 +1441,18 @@ export declare const deployGraphResult: {
1274
1441
  readonly type: "string";
1275
1442
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
1276
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
+ };
1277
1456
  };
1278
1457
  readonly required: readonly ["type", "format"];
1279
1458
  readonly additionalProperties: false;
@@ -1304,6 +1483,12 @@ export declare const deployGraphResult: {
1304
1483
  readonly uniqueItems: {
1305
1484
  readonly type: "boolean";
1306
1485
  };
1486
+ readonly minItems: {
1487
+ readonly type: "integer";
1488
+ };
1489
+ readonly maxItems: {
1490
+ readonly type: "integer";
1491
+ };
1307
1492
  };
1308
1493
  readonly required: readonly ["type", "title", "items"];
1309
1494
  readonly additionalProperties: false;
@@ -1489,6 +1674,25 @@ export declare const deployGraphResult: {
1489
1674
  readonly additionalProperties: false;
1490
1675
  }, {
1491
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
+ }, {
1492
1696
  readonly type: "object";
1493
1697
  readonly properties: {
1494
1698
  readonly type: {
@@ -1548,6 +1752,18 @@ export declare const deployGraphResult: {
1548
1752
  readonly type: "string";
1549
1753
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
1550
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
+ };
1551
1767
  };
1552
1768
  readonly required: readonly ["type", "format"];
1553
1769
  readonly additionalProperties: false;
@@ -1578,6 +1794,12 @@ export declare const deployGraphResult: {
1578
1794
  readonly uniqueItems: {
1579
1795
  readonly type: "boolean";
1580
1796
  };
1797
+ readonly minItems: {
1798
+ readonly type: "integer";
1799
+ };
1800
+ readonly maxItems: {
1801
+ readonly type: "integer";
1802
+ };
1581
1803
  };
1582
1804
  readonly required: readonly ["type", "title", "items"];
1583
1805
  readonly additionalProperties: false;
@@ -1808,6 +2030,25 @@ export declare const loadGraphResult: {
1808
2030
  readonly additionalProperties: false;
1809
2031
  }, {
1810
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
+ }, {
1811
2052
  readonly type: "object";
1812
2053
  readonly properties: {
1813
2054
  readonly type: {
@@ -1867,6 +2108,18 @@ export declare const loadGraphResult: {
1867
2108
  readonly type: "string";
1868
2109
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
1869
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
+ };
1870
2123
  };
1871
2124
  readonly required: readonly ["type", "format"];
1872
2125
  readonly additionalProperties: false;
@@ -1897,6 +2150,12 @@ export declare const loadGraphResult: {
1897
2150
  readonly uniqueItems: {
1898
2151
  readonly type: "boolean";
1899
2152
  };
2153
+ readonly minItems: {
2154
+ readonly type: "integer";
2155
+ };
2156
+ readonly maxItems: {
2157
+ readonly type: "integer";
2158
+ };
1900
2159
  };
1901
2160
  readonly required: readonly ["type", "title", "items"];
1902
2161
  readonly additionalProperties: false;
@@ -2076,6 +2335,25 @@ export declare const loadGraphResult: {
2076
2335
  readonly additionalProperties: false;
2077
2336
  }, {
2078
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
+ }, {
2079
2357
  readonly type: "object";
2080
2358
  readonly properties: {
2081
2359
  readonly type: {
@@ -2135,6 +2413,18 @@ export declare const loadGraphResult: {
2135
2413
  readonly type: "string";
2136
2414
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
2137
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
+ };
2138
2428
  };
2139
2429
  readonly required: readonly ["type", "format"];
2140
2430
  readonly additionalProperties: false;
@@ -2165,6 +2455,12 @@ export declare const loadGraphResult: {
2165
2455
  readonly uniqueItems: {
2166
2456
  readonly type: "boolean";
2167
2457
  };
2458
+ readonly minItems: {
2459
+ readonly type: "integer";
2460
+ };
2461
+ readonly maxItems: {
2462
+ readonly type: "integer";
2463
+ };
2168
2464
  };
2169
2465
  readonly required: readonly ["type", "title", "items"];
2170
2466
  readonly additionalProperties: false;
@@ -2350,6 +2646,25 @@ export declare const loadGraphResult: {
2350
2646
  readonly additionalProperties: false;
2351
2647
  }, {
2352
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
+ }, {
2353
2668
  readonly type: "object";
2354
2669
  readonly properties: {
2355
2670
  readonly type: {
@@ -2409,6 +2724,18 @@ export declare const loadGraphResult: {
2409
2724
  readonly type: "string";
2410
2725
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
2411
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
+ };
2412
2739
  };
2413
2740
  readonly required: readonly ["type", "format"];
2414
2741
  readonly additionalProperties: false;
@@ -2439,6 +2766,12 @@ export declare const loadGraphResult: {
2439
2766
  readonly uniqueItems: {
2440
2767
  readonly type: "boolean";
2441
2768
  };
2769
+ readonly minItems: {
2770
+ readonly type: "integer";
2771
+ };
2772
+ readonly maxItems: {
2773
+ readonly type: "integer";
2774
+ };
2442
2775
  };
2443
2776
  readonly required: readonly ["type", "title", "items"];
2444
2777
  readonly additionalProperties: false;
@@ -2661,7 +2994,9 @@ export declare const executeGraphResult: {
2661
2994
  };
2662
2995
  readonly additionalProperties: false;
2663
2996
  };
2664
- 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
+ };
2665
3000
  export declare const mutateGraphParams: {
2666
3001
  readonly type: "object";
2667
3002
  readonly properties: {
@@ -2797,6 +3132,25 @@ export declare const graphProtocol: {
2797
3132
  readonly additionalProperties: false;
2798
3133
  }, {
2799
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
+ }, {
2800
3154
  readonly type: "object";
2801
3155
  readonly properties: {
2802
3156
  readonly type: {
@@ -2856,6 +3210,18 @@ export declare const graphProtocol: {
2856
3210
  readonly type: "string";
2857
3211
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
2858
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
+ };
2859
3225
  };
2860
3226
  readonly required: readonly ["type", "format"];
2861
3227
  readonly additionalProperties: false;
@@ -2886,6 +3252,12 @@ export declare const graphProtocol: {
2886
3252
  readonly uniqueItems: {
2887
3253
  readonly type: "boolean";
2888
3254
  };
3255
+ readonly minItems: {
3256
+ readonly type: "integer";
3257
+ };
3258
+ readonly maxItems: {
3259
+ readonly type: "integer";
3260
+ };
2889
3261
  };
2890
3262
  readonly required: readonly ["type", "title", "items"];
2891
3263
  readonly additionalProperties: false;
@@ -3060,11 +3432,30 @@ export declare const graphProtocol: {
3060
3432
  readonly max: {
3061
3433
  readonly type: "number";
3062
3434
  };
3063
- };
3064
- readonly required: readonly ["type"];
3065
- readonly additionalProperties: false;
3066
- }, {
3067
- readonly anyOf: readonly [{
3435
+ };
3436
+ readonly required: readonly ["type"];
3437
+ readonly additionalProperties: false;
3438
+ }, {
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
+ }, {
3068
3459
  readonly type: "object";
3069
3460
  readonly properties: {
3070
3461
  readonly type: {
@@ -3124,6 +3515,18 @@ export declare const graphProtocol: {
3124
3515
  readonly type: "string";
3125
3516
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
3126
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
+ };
3127
3530
  };
3128
3531
  readonly required: readonly ["type", "format"];
3129
3532
  readonly additionalProperties: false;
@@ -3154,6 +3557,12 @@ export declare const graphProtocol: {
3154
3557
  readonly uniqueItems: {
3155
3558
  readonly type: "boolean";
3156
3559
  };
3560
+ readonly minItems: {
3561
+ readonly type: "integer";
3562
+ };
3563
+ readonly maxItems: {
3564
+ readonly type: "integer";
3565
+ };
3157
3566
  };
3158
3567
  readonly required: readonly ["type", "title", "items"];
3159
3568
  readonly additionalProperties: false;
@@ -3339,6 +3748,25 @@ export declare const graphProtocol: {
3339
3748
  readonly additionalProperties: false;
3340
3749
  }, {
3341
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
+ }, {
3342
3770
  readonly type: "object";
3343
3771
  readonly properties: {
3344
3772
  readonly type: {
@@ -3398,6 +3826,18 @@ export declare const graphProtocol: {
3398
3826
  readonly type: "string";
3399
3827
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
3400
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
+ };
3401
3841
  };
3402
3842
  readonly required: readonly ["type", "format"];
3403
3843
  readonly additionalProperties: false;
@@ -3428,6 +3868,12 @@ export declare const graphProtocol: {
3428
3868
  readonly uniqueItems: {
3429
3869
  readonly type: "boolean";
3430
3870
  };
3871
+ readonly minItems: {
3872
+ readonly type: "integer";
3873
+ };
3874
+ readonly maxItems: {
3875
+ readonly type: "integer";
3876
+ };
3431
3877
  };
3432
3878
  readonly required: readonly ["type", "title", "items"];
3433
3879
  readonly additionalProperties: false;
@@ -3645,6 +4091,25 @@ export declare const graphProtocol: {
3645
4091
  readonly additionalProperties: false;
3646
4092
  }, {
3647
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
+ }, {
3648
4113
  readonly type: "object";
3649
4114
  readonly properties: {
3650
4115
  readonly type: {
@@ -3704,6 +4169,18 @@ export declare const graphProtocol: {
3704
4169
  readonly type: "string";
3705
4170
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
3706
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
+ };
3707
4184
  };
3708
4185
  readonly required: readonly ["type", "format"];
3709
4186
  readonly additionalProperties: false;
@@ -3734,6 +4211,12 @@ export declare const graphProtocol: {
3734
4211
  readonly uniqueItems: {
3735
4212
  readonly type: "boolean";
3736
4213
  };
4214
+ readonly minItems: {
4215
+ readonly type: "integer";
4216
+ };
4217
+ readonly maxItems: {
4218
+ readonly type: "integer";
4219
+ };
3737
4220
  };
3738
4221
  readonly required: readonly ["type", "title", "items"];
3739
4222
  readonly additionalProperties: false;
@@ -3913,6 +4396,25 @@ export declare const graphProtocol: {
3913
4396
  readonly additionalProperties: false;
3914
4397
  }, {
3915
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
+ }, {
3916
4418
  readonly type: "object";
3917
4419
  readonly properties: {
3918
4420
  readonly type: {
@@ -3972,6 +4474,18 @@ export declare const graphProtocol: {
3972
4474
  readonly type: "string";
3973
4475
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
3974
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
+ };
3975
4489
  };
3976
4490
  readonly required: readonly ["type", "format"];
3977
4491
  readonly additionalProperties: false;
@@ -4002,6 +4516,12 @@ export declare const graphProtocol: {
4002
4516
  readonly uniqueItems: {
4003
4517
  readonly type: "boolean";
4004
4518
  };
4519
+ readonly minItems: {
4520
+ readonly type: "integer";
4521
+ };
4522
+ readonly maxItems: {
4523
+ readonly type: "integer";
4524
+ };
4005
4525
  };
4006
4526
  readonly required: readonly ["type", "title", "items"];
4007
4527
  readonly additionalProperties: false;
@@ -4187,6 +4707,25 @@ export declare const graphProtocol: {
4187
4707
  readonly additionalProperties: false;
4188
4708
  }, {
4189
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
+ }, {
4190
4729
  readonly type: "object";
4191
4730
  readonly properties: {
4192
4731
  readonly type: {
@@ -4246,6 +4785,18 @@ export declare const graphProtocol: {
4246
4785
  readonly type: "string";
4247
4786
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
4248
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
+ };
4249
4800
  };
4250
4801
  readonly required: readonly ["type", "format"];
4251
4802
  readonly additionalProperties: false;
@@ -4276,6 +4827,12 @@ export declare const graphProtocol: {
4276
4827
  readonly uniqueItems: {
4277
4828
  readonly type: "boolean";
4278
4829
  };
4830
+ readonly minItems: {
4831
+ readonly type: "integer";
4832
+ };
4833
+ readonly maxItems: {
4834
+ readonly type: "integer";
4835
+ };
4279
4836
  };
4280
4837
  readonly required: readonly ["type", "title", "items"];
4281
4838
  readonly additionalProperties: false;
@@ -4509,6 +5066,25 @@ export declare const graphProtocol: {
4509
5066
  readonly additionalProperties: false;
4510
5067
  }, {
4511
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
+ }, {
4512
5088
  readonly type: "object";
4513
5089
  readonly properties: {
4514
5090
  readonly type: {
@@ -4568,6 +5144,18 @@ export declare const graphProtocol: {
4568
5144
  readonly type: "string";
4569
5145
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
4570
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
+ };
4571
5159
  };
4572
5160
  readonly required: readonly ["type", "format"];
4573
5161
  readonly additionalProperties: false;
@@ -4598,6 +5186,12 @@ export declare const graphProtocol: {
4598
5186
  readonly uniqueItems: {
4599
5187
  readonly type: "boolean";
4600
5188
  };
5189
+ readonly minItems: {
5190
+ readonly type: "integer";
5191
+ };
5192
+ readonly maxItems: {
5193
+ readonly type: "integer";
5194
+ };
4601
5195
  };
4602
5196
  readonly required: readonly ["type", "title", "items"];
4603
5197
  readonly additionalProperties: false;
@@ -4777,6 +5371,25 @@ export declare const graphProtocol: {
4777
5371
  readonly additionalProperties: false;
4778
5372
  }, {
4779
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
+ }, {
4780
5393
  readonly type: "object";
4781
5394
  readonly properties: {
4782
5395
  readonly type: {
@@ -4836,6 +5449,18 @@ export declare const graphProtocol: {
4836
5449
  readonly type: "string";
4837
5450
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
4838
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
+ };
4839
5464
  };
4840
5465
  readonly required: readonly ["type", "format"];
4841
5466
  readonly additionalProperties: false;
@@ -4866,6 +5491,12 @@ export declare const graphProtocol: {
4866
5491
  readonly uniqueItems: {
4867
5492
  readonly type: "boolean";
4868
5493
  };
5494
+ readonly minItems: {
5495
+ readonly type: "integer";
5496
+ };
5497
+ readonly maxItems: {
5498
+ readonly type: "integer";
5499
+ };
4869
5500
  };
4870
5501
  readonly required: readonly ["type", "title", "items"];
4871
5502
  readonly additionalProperties: false;
@@ -5051,6 +5682,25 @@ export declare const graphProtocol: {
5051
5682
  readonly additionalProperties: false;
5052
5683
  }, {
5053
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
+ }, {
5054
5704
  readonly type: "object";
5055
5705
  readonly properties: {
5056
5706
  readonly type: {
@@ -5110,6 +5760,18 @@ export declare const graphProtocol: {
5110
5760
  readonly type: "string";
5111
5761
  readonly enum: readonly ["date", "date-time", "duration", "time", "uri"];
5112
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
+ };
5113
5775
  };
5114
5776
  readonly required: readonly ["type", "format"];
5115
5777
  readonly additionalProperties: false;
@@ -5140,6 +5802,12 @@ export declare const graphProtocol: {
5140
5802
  readonly uniqueItems: {
5141
5803
  readonly type: "boolean";
5142
5804
  };
5805
+ readonly minItems: {
5806
+ readonly type: "integer";
5807
+ };
5808
+ readonly maxItems: {
5809
+ readonly type: "integer";
5810
+ };
5143
5811
  };
5144
5812
  readonly required: readonly ["type", "title", "items"];
5145
5813
  readonly additionalProperties: false;