nowaikit 4.4.0 → 4.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -46,6 +46,44 @@ export declare function getTools(): ({
46
46
  };
47
47
  required: string[];
48
48
  };
49
+ } | {
50
+ name: string;
51
+ description: string;
52
+ inputSchema: {
53
+ type: string;
54
+ properties: {
55
+ table: {
56
+ type: string;
57
+ description: string;
58
+ };
59
+ sys_id: {
60
+ type: string;
61
+ description: string;
62
+ };
63
+ fields: {
64
+ type: string;
65
+ description: string;
66
+ };
67
+ query?: undefined;
68
+ limit?: undefined;
69
+ orderBy?: undefined;
70
+ dry_run?: undefined;
71
+ user_identifier?: undefined;
72
+ group_identifier?: undefined;
73
+ ci_sys_id?: undefined;
74
+ active_only?: undefined;
75
+ service_sys_id?: undefined;
76
+ instruction?: undefined;
77
+ name?: undefined;
78
+ parent?: undefined;
79
+ child?: undefined;
80
+ type?: undefined;
81
+ depth?: undefined;
82
+ schedule_id?: undefined;
83
+ mid_server?: undefined;
84
+ };
85
+ required: string[];
86
+ };
49
87
  } | {
50
88
  name: string;
51
89
  description: string;
@@ -84,6 +122,85 @@ export declare function getTools(): ({
84
122
  };
85
123
  required: string[];
86
124
  };
125
+ } | {
126
+ name: string;
127
+ description: string;
128
+ inputSchema: {
129
+ type: string;
130
+ properties: {
131
+ table: {
132
+ type: string;
133
+ description: string;
134
+ };
135
+ sys_id: {
136
+ type: string;
137
+ description: string;
138
+ };
139
+ fields: {
140
+ type: string;
141
+ description: string;
142
+ };
143
+ dry_run: {
144
+ type: string;
145
+ description: string;
146
+ };
147
+ query?: undefined;
148
+ limit?: undefined;
149
+ orderBy?: undefined;
150
+ user_identifier?: undefined;
151
+ group_identifier?: undefined;
152
+ ci_sys_id?: undefined;
153
+ active_only?: undefined;
154
+ service_sys_id?: undefined;
155
+ instruction?: undefined;
156
+ name?: undefined;
157
+ parent?: undefined;
158
+ child?: undefined;
159
+ type?: undefined;
160
+ depth?: undefined;
161
+ schedule_id?: undefined;
162
+ mid_server?: undefined;
163
+ };
164
+ required: string[];
165
+ };
166
+ } | {
167
+ name: string;
168
+ description: string;
169
+ inputSchema: {
170
+ type: string;
171
+ properties: {
172
+ table: {
173
+ type: string;
174
+ description: string;
175
+ };
176
+ sys_id: {
177
+ type: string;
178
+ description: string;
179
+ };
180
+ dry_run: {
181
+ type: string;
182
+ description: string;
183
+ };
184
+ query?: undefined;
185
+ fields?: undefined;
186
+ limit?: undefined;
187
+ orderBy?: undefined;
188
+ user_identifier?: undefined;
189
+ group_identifier?: undefined;
190
+ ci_sys_id?: undefined;
191
+ active_only?: undefined;
192
+ service_sys_id?: undefined;
193
+ instruction?: undefined;
194
+ name?: undefined;
195
+ parent?: undefined;
196
+ child?: undefined;
197
+ type?: undefined;
198
+ depth?: undefined;
199
+ schedule_id?: undefined;
200
+ mid_server?: undefined;
201
+ };
202
+ required: string[];
203
+ };
87
204
  } | {
88
205
  name: string;
89
206
  description: string;
@@ -247,6 +364,67 @@ export declare function getTools(): ({
247
364
  };
248
365
  required: string[];
249
366
  };
367
+ } | {
368
+ name: string;
369
+ description: string;
370
+ inputSchema: {
371
+ type: string;
372
+ properties: {
373
+ active_only: {
374
+ type: string;
375
+ description: string;
376
+ };
377
+ table?: undefined;
378
+ query?: undefined;
379
+ fields?: undefined;
380
+ limit?: undefined;
381
+ orderBy?: undefined;
382
+ sys_id?: undefined;
383
+ dry_run?: undefined;
384
+ user_identifier?: undefined;
385
+ group_identifier?: undefined;
386
+ ci_sys_id?: undefined;
387
+ service_sys_id?: undefined;
388
+ instruction?: undefined;
389
+ name?: undefined;
390
+ parent?: undefined;
391
+ child?: undefined;
392
+ type?: undefined;
393
+ depth?: undefined;
394
+ schedule_id?: undefined;
395
+ mid_server?: undefined;
396
+ };
397
+ required: never[];
398
+ };
399
+ } | {
400
+ name: string;
401
+ description: string;
402
+ inputSchema: {
403
+ type: string;
404
+ properties: {
405
+ table?: undefined;
406
+ query?: undefined;
407
+ fields?: undefined;
408
+ limit?: undefined;
409
+ orderBy?: undefined;
410
+ sys_id?: undefined;
411
+ dry_run?: undefined;
412
+ user_identifier?: undefined;
413
+ group_identifier?: undefined;
414
+ ci_sys_id?: undefined;
415
+ active_only?: undefined;
416
+ service_sys_id?: undefined;
417
+ instruction?: undefined;
418
+ name?: undefined;
419
+ parent?: undefined;
420
+ child?: undefined;
421
+ type?: undefined;
422
+ depth?: undefined;
423
+ schedule_id?: undefined;
424
+ mid_server?: undefined;
425
+ };
426
+ required: never[];
427
+ };
250
428
  } | {
251
429
  name: string;
252
430
  description: string;
@@ -731,6 +909,76 @@ export declare function getTools(): ({
731
909
  };
732
910
  required: string[];
733
911
  };
912
+ } | {
913
+ name: string;
914
+ description: string;
915
+ inputSchema: {
916
+ type: string;
917
+ properties: {
918
+ table: {
919
+ type: string;
920
+ description: string;
921
+ };
922
+ sys_id: {
923
+ type: string;
924
+ description: string;
925
+ };
926
+ note: {
927
+ type: string;
928
+ description: string;
929
+ };
930
+ short_description?: undefined;
931
+ urgency?: undefined;
932
+ impact?: undefined;
933
+ priority?: undefined;
934
+ description?: undefined;
935
+ assignment_group?: undefined;
936
+ caller_id?: undefined;
937
+ category?: undefined;
938
+ subcategory?: undefined;
939
+ number_or_sysid?: undefined;
940
+ fields?: undefined;
941
+ resolution_code?: undefined;
942
+ resolution_notes?: undefined;
943
+ comment?: undefined;
944
+ };
945
+ required: string[];
946
+ };
947
+ } | {
948
+ name: string;
949
+ description: string;
950
+ inputSchema: {
951
+ type: string;
952
+ properties: {
953
+ table: {
954
+ type: string;
955
+ description: string;
956
+ };
957
+ sys_id: {
958
+ type: string;
959
+ description: string;
960
+ };
961
+ comment: {
962
+ type: string;
963
+ description: string;
964
+ };
965
+ short_description?: undefined;
966
+ urgency?: undefined;
967
+ impact?: undefined;
968
+ priority?: undefined;
969
+ description?: undefined;
970
+ assignment_group?: undefined;
971
+ caller_id?: undefined;
972
+ category?: undefined;
973
+ subcategory?: undefined;
974
+ number_or_sysid?: undefined;
975
+ fields?: undefined;
976
+ resolution_code?: undefined;
977
+ resolution_notes?: undefined;
978
+ note?: undefined;
979
+ };
980
+ required: string[];
981
+ };
734
982
  } | {
735
983
  name: string;
736
984
  description: string;
@@ -1225,6 +1473,50 @@ export declare function getTools(): ({
1225
1473
  };
1226
1474
  required: string[];
1227
1475
  };
1476
+ } | {
1477
+ name: string;
1478
+ description: string;
1479
+ inputSchema: {
1480
+ type: string;
1481
+ properties: {
1482
+ category: {
1483
+ type: string;
1484
+ description: string;
1485
+ };
1486
+ limit: {
1487
+ type: string;
1488
+ description: string;
1489
+ };
1490
+ query?: undefined;
1491
+ sys_id_or_name?: undefined;
1492
+ name?: undefined;
1493
+ short_description?: undefined;
1494
+ description?: undefined;
1495
+ price?: undefined;
1496
+ delivery_time?: undefined;
1497
+ active?: undefined;
1498
+ roles?: undefined;
1499
+ sys_id?: undefined;
1500
+ fields?: undefined;
1501
+ quantity?: undefined;
1502
+ variables?: undefined;
1503
+ table?: undefined;
1504
+ approver_type?: undefined;
1505
+ approver?: undefined;
1506
+ condition?: undefined;
1507
+ order?: undefined;
1508
+ state?: undefined;
1509
+ comments?: undefined;
1510
+ task_sys_id?: undefined;
1511
+ cat_item_id?: undefined;
1512
+ question_text?: undefined;
1513
+ type?: undefined;
1514
+ mandatory?: undefined;
1515
+ conditions?: undefined;
1516
+ reverse_if_false?: undefined;
1517
+ };
1518
+ required: never[];
1519
+ };
1228
1520
  } | {
1229
1521
  name: string;
1230
1522
  description: string;
@@ -1478,6 +1770,47 @@ export declare function getTools(): ({
1478
1770
  };
1479
1771
  required: string[];
1480
1772
  };
1773
+ } | {
1774
+ name: string;
1775
+ description: string;
1776
+ inputSchema: {
1777
+ type: string;
1778
+ properties: {
1779
+ state: {
1780
+ type: string;
1781
+ description: string;
1782
+ };
1783
+ category?: undefined;
1784
+ limit?: undefined;
1785
+ query?: undefined;
1786
+ sys_id_or_name?: undefined;
1787
+ name?: undefined;
1788
+ short_description?: undefined;
1789
+ description?: undefined;
1790
+ price?: undefined;
1791
+ delivery_time?: undefined;
1792
+ active?: undefined;
1793
+ roles?: undefined;
1794
+ sys_id?: undefined;
1795
+ fields?: undefined;
1796
+ quantity?: undefined;
1797
+ variables?: undefined;
1798
+ table?: undefined;
1799
+ approver_type?: undefined;
1800
+ approver?: undefined;
1801
+ condition?: undefined;
1802
+ order?: undefined;
1803
+ comments?: undefined;
1804
+ task_sys_id?: undefined;
1805
+ cat_item_id?: undefined;
1806
+ question_text?: undefined;
1807
+ type?: undefined;
1808
+ mandatory?: undefined;
1809
+ conditions?: undefined;
1810
+ reverse_if_false?: undefined;
1811
+ };
1812
+ required: never[];
1813
+ };
1481
1814
  } | {
1482
1815
  name: string;
1483
1816
  description: string;
@@ -1836,6 +2169,63 @@ export declare function getTools(): ({
1836
2169
  };
1837
2170
  required: string[];
1838
2171
  };
2172
+ } | {
2173
+ name: string;
2174
+ description: string;
2175
+ inputSchema: {
2176
+ type: string;
2177
+ properties: {
2178
+ search: {
2179
+ type: string;
2180
+ description: string;
2181
+ };
2182
+ category: {
2183
+ type: string;
2184
+ description: string;
2185
+ };
2186
+ limit: {
2187
+ type: string;
2188
+ description: string;
2189
+ };
2190
+ sys_id_or_name?: undefined;
2191
+ table?: undefined;
2192
+ group_by?: undefined;
2193
+ aggregate?: undefined;
2194
+ query?: undefined;
2195
+ date_field?: undefined;
2196
+ periods?: undefined;
2197
+ indicator_sys_id?: undefined;
2198
+ widget_sys_id?: undefined;
2199
+ from?: undefined;
2200
+ to?: undefined;
2201
+ fields?: undefined;
2202
+ active?: undefined;
2203
+ name?: undefined;
2204
+ script?: undefined;
2205
+ run_type?: undefined;
2206
+ run_time?: undefined;
2207
+ run_period?: undefined;
2208
+ sys_id?: undefined;
2209
+ title?: undefined;
2210
+ type?: undefined;
2211
+ field?: undefined;
2212
+ roles?: undefined;
2213
+ job_sys_id?: undefined;
2214
+ status?: undefined;
2215
+ report_id?: undefined;
2216
+ frequency?: undefined;
2217
+ recipients?: undefined;
2218
+ day_of_week?: undefined;
2219
+ day_of_month?: undefined;
2220
+ format?: undefined;
2221
+ conditions?: undefined;
2222
+ unit?: undefined;
2223
+ content?: undefined;
2224
+ sections?: undefined;
2225
+ capability?: undefined;
2226
+ };
2227
+ required: never[];
2228
+ };
1839
2229
  } | {
1840
2230
  name: string;
1841
2231
  description: string;
@@ -1905,11 +2295,70 @@ export declare function getTools(): ({
1905
2295
  type: string;
1906
2296
  description: string;
1907
2297
  };
1908
- query: {
2298
+ query: {
2299
+ type: string;
2300
+ description: string;
2301
+ };
2302
+ periods: {
2303
+ type: string;
2304
+ description: string;
2305
+ };
2306
+ search?: undefined;
2307
+ category?: undefined;
2308
+ limit?: undefined;
2309
+ sys_id_or_name?: undefined;
2310
+ aggregate?: undefined;
2311
+ indicator_sys_id?: undefined;
2312
+ widget_sys_id?: undefined;
2313
+ from?: undefined;
2314
+ to?: undefined;
2315
+ fields?: undefined;
2316
+ active?: undefined;
2317
+ name?: undefined;
2318
+ script?: undefined;
2319
+ run_type?: undefined;
2320
+ run_time?: undefined;
2321
+ run_period?: undefined;
2322
+ sys_id?: undefined;
2323
+ title?: undefined;
2324
+ type?: undefined;
2325
+ field?: undefined;
2326
+ roles?: undefined;
2327
+ job_sys_id?: undefined;
2328
+ status?: undefined;
2329
+ report_id?: undefined;
2330
+ frequency?: undefined;
2331
+ recipients?: undefined;
2332
+ day_of_week?: undefined;
2333
+ day_of_month?: undefined;
2334
+ format?: undefined;
2335
+ conditions?: undefined;
2336
+ unit?: undefined;
2337
+ content?: undefined;
2338
+ sections?: undefined;
2339
+ capability?: undefined;
2340
+ };
2341
+ required: string[];
2342
+ };
2343
+ } | {
2344
+ name: string;
2345
+ description: string;
2346
+ inputSchema: {
2347
+ type: string;
2348
+ properties: {
2349
+ indicator_sys_id: {
2350
+ type: string;
2351
+ description: string;
2352
+ };
2353
+ widget_sys_id: {
2354
+ type: string;
2355
+ description: string;
2356
+ };
2357
+ from: {
1909
2358
  type: string;
1910
2359
  description: string;
1911
2360
  };
1912
- periods: {
2361
+ to: {
1913
2362
  type: string;
1914
2363
  description: string;
1915
2364
  };
@@ -1917,11 +2366,12 @@ export declare function getTools(): ({
1917
2366
  category?: undefined;
1918
2367
  limit?: undefined;
1919
2368
  sys_id_or_name?: undefined;
2369
+ table?: undefined;
2370
+ group_by?: undefined;
1920
2371
  aggregate?: undefined;
1921
- indicator_sys_id?: undefined;
1922
- widget_sys_id?: undefined;
1923
- from?: undefined;
1924
- to?: undefined;
2372
+ query?: undefined;
2373
+ date_field?: undefined;
2374
+ periods?: undefined;
1925
2375
  fields?: undefined;
1926
2376
  active?: undefined;
1927
2377
  name?: undefined;
@@ -1948,7 +2398,7 @@ export declare function getTools(): ({
1948
2398
  sections?: undefined;
1949
2399
  capability?: undefined;
1950
2400
  };
1951
- required: string[];
2401
+ required: never[];
1952
2402
  };
1953
2403
  } | {
1954
2404
  name: string;
@@ -2193,6 +2643,63 @@ export declare function getTools(): ({
2193
2643
  };
2194
2644
  required: string[];
2195
2645
  };
2646
+ } | {
2647
+ name: string;
2648
+ description: string;
2649
+ inputSchema: {
2650
+ type: string;
2651
+ properties: {
2652
+ job_sys_id: {
2653
+ type: string;
2654
+ description: string;
2655
+ };
2656
+ status: {
2657
+ type: string;
2658
+ description: string;
2659
+ };
2660
+ limit: {
2661
+ type: string;
2662
+ description: string;
2663
+ };
2664
+ search?: undefined;
2665
+ category?: undefined;
2666
+ sys_id_or_name?: undefined;
2667
+ table?: undefined;
2668
+ group_by?: undefined;
2669
+ aggregate?: undefined;
2670
+ query?: undefined;
2671
+ date_field?: undefined;
2672
+ periods?: undefined;
2673
+ indicator_sys_id?: undefined;
2674
+ widget_sys_id?: undefined;
2675
+ from?: undefined;
2676
+ to?: undefined;
2677
+ fields?: undefined;
2678
+ active?: undefined;
2679
+ name?: undefined;
2680
+ script?: undefined;
2681
+ run_type?: undefined;
2682
+ run_time?: undefined;
2683
+ run_period?: undefined;
2684
+ sys_id?: undefined;
2685
+ title?: undefined;
2686
+ type?: undefined;
2687
+ field?: undefined;
2688
+ roles?: undefined;
2689
+ report_id?: undefined;
2690
+ frequency?: undefined;
2691
+ recipients?: undefined;
2692
+ day_of_week?: undefined;
2693
+ day_of_month?: undefined;
2694
+ format?: undefined;
2695
+ conditions?: undefined;
2696
+ unit?: undefined;
2697
+ content?: undefined;
2698
+ sections?: undefined;
2699
+ capability?: undefined;
2700
+ };
2701
+ required: never[];
2702
+ };
2196
2703
  } | {
2197
2704
  name: string;
2198
2705
  description: string;
@@ -2962,6 +3469,49 @@ export declare function getTools(): ({
2962
3469
  };
2963
3470
  required: never[];
2964
3471
  };
3472
+ } | {
3473
+ name: string;
3474
+ description: string;
3475
+ inputSchema: {
3476
+ type: string;
3477
+ properties: {
3478
+ state: {
3479
+ type: string;
3480
+ description: string;
3481
+ };
3482
+ limit: {
3483
+ type: string;
3484
+ description: string;
3485
+ };
3486
+ table?: undefined;
3487
+ active?: undefined;
3488
+ sys_id?: undefined;
3489
+ name?: undefined;
3490
+ when?: undefined;
3491
+ script?: undefined;
3492
+ condition?: undefined;
3493
+ order?: undefined;
3494
+ fields?: undefined;
3495
+ query?: undefined;
3496
+ sys_id_or_name?: undefined;
3497
+ api_name?: undefined;
3498
+ access?: undefined;
3499
+ type?: undefined;
3500
+ field_name?: undefined;
3501
+ global?: undefined;
3502
+ short_description?: undefined;
3503
+ conditions?: undefined;
3504
+ run_scripts?: undefined;
3505
+ action_name?: undefined;
3506
+ form_button?: undefined;
3507
+ list_button?: undefined;
3508
+ operation?: undefined;
3509
+ admin_overrides?: undefined;
3510
+ roles?: undefined;
3511
+ description?: undefined;
3512
+ };
3513
+ required: never[];
3514
+ };
2965
3515
  } | {
2966
3516
  name: string;
2967
3517
  description: string;
@@ -6162,6 +6712,53 @@ export declare function getTools(): ({
6162
6712
  };
6163
6713
  required: string[];
6164
6714
  };
6715
+ } | {
6716
+ name: string;
6717
+ description: string;
6718
+ inputSchema: {
6719
+ type: string;
6720
+ properties: {
6721
+ state: {
6722
+ type: string;
6723
+ description: string;
6724
+ };
6725
+ recipient: {
6726
+ type: string;
6727
+ description: string;
6728
+ };
6729
+ subject: {
6730
+ type: string;
6731
+ description: string;
6732
+ };
6733
+ limit: {
6734
+ type: string;
6735
+ description: string;
6736
+ };
6737
+ query?: undefined;
6738
+ table?: undefined;
6739
+ event?: undefined;
6740
+ active?: undefined;
6741
+ sys_id_or_name?: undefined;
6742
+ name?: undefined;
6743
+ message_html?: undefined;
6744
+ recipients?: undefined;
6745
+ condition?: undefined;
6746
+ sys_id?: undefined;
6747
+ fields?: undefined;
6748
+ record_sys_id?: undefined;
6749
+ attachment_sys_id?: undefined;
6750
+ file_name?: undefined;
6751
+ content_type?: undefined;
6752
+ content_base64?: undefined;
6753
+ user_sys_id?: undefined;
6754
+ notification_sys_id?: undefined;
6755
+ body?: undefined;
6756
+ channels?: undefined;
6757
+ notification_id?: undefined;
6758
+ schedule?: undefined;
6759
+ };
6760
+ required: never[];
6761
+ };
6165
6762
  } | {
6166
6763
  name: string;
6167
6764
  description: string;
@@ -6332,6 +6929,50 @@ export declare function getTools(): ({
6332
6929
  };
6333
6930
  required: string[];
6334
6931
  };
6932
+ } | {
6933
+ name: string;
6934
+ description: string;
6935
+ inputSchema: {
6936
+ type: string;
6937
+ properties: {
6938
+ user_sys_id: {
6939
+ type: string;
6940
+ description: string;
6941
+ };
6942
+ notification_sys_id: {
6943
+ type: string;
6944
+ description: string;
6945
+ };
6946
+ limit: {
6947
+ type: string;
6948
+ description: string;
6949
+ };
6950
+ query?: undefined;
6951
+ table?: undefined;
6952
+ event?: undefined;
6953
+ active?: undefined;
6954
+ sys_id_or_name?: undefined;
6955
+ name?: undefined;
6956
+ subject?: undefined;
6957
+ message_html?: undefined;
6958
+ recipients?: undefined;
6959
+ condition?: undefined;
6960
+ sys_id?: undefined;
6961
+ fields?: undefined;
6962
+ state?: undefined;
6963
+ recipient?: undefined;
6964
+ record_sys_id?: undefined;
6965
+ attachment_sys_id?: undefined;
6966
+ file_name?: undefined;
6967
+ content_type?: undefined;
6968
+ content_base64?: undefined;
6969
+ body?: undefined;
6970
+ channels?: undefined;
6971
+ notification_id?: undefined;
6972
+ schedule?: undefined;
6973
+ };
6974
+ required: never[];
6975
+ };
6335
6976
  } | {
6336
6977
  name: string;
6337
6978
  description: string;
@@ -10605,6 +11246,7 @@ export declare function getTools(): ({
10605
11246
  table?: undefined;
10606
11247
  sys_id?: undefined;
10607
11248
  fields?: undefined;
11249
+ expected_updated_on?: undefined;
10608
11250
  };
10609
11251
  required: never[];
10610
11252
  };
@@ -10623,6 +11265,32 @@ export declare function getTools(): ({
10623
11265
  description: string;
10624
11266
  };
10625
11267
  fields?: undefined;
11268
+ expected_updated_on?: undefined;
11269
+ };
11270
+ required: string[];
11271
+ };
11272
+ } | {
11273
+ name: string;
11274
+ description: string;
11275
+ inputSchema: {
11276
+ type: string;
11277
+ properties: {
11278
+ table: {
11279
+ type: string;
11280
+ description: string;
11281
+ };
11282
+ sys_id: {
11283
+ type: string;
11284
+ description: string;
11285
+ };
11286
+ fields: {
11287
+ type: string;
11288
+ description: string;
11289
+ };
11290
+ expected_updated_on: {
11291
+ type: string;
11292
+ description: string;
11293
+ };
10626
11294
  };
10627
11295
  required: string[];
10628
11296
  };
@@ -10644,6 +11312,39 @@ export declare function getTools(): ({
10644
11312
  type: string;
10645
11313
  description: string;
10646
11314
  };
11315
+ expected_updated_on?: undefined;
11316
+ };
11317
+ required: string[];
11318
+ };
11319
+ } | {
11320
+ name: string;
11321
+ description: string;
11322
+ inputSchema: {
11323
+ type: string;
11324
+ properties: {
11325
+ table: {
11326
+ type: string;
11327
+ description: string;
11328
+ };
11329
+ date_field: {
11330
+ type: string;
11331
+ description: string;
11332
+ };
11333
+ interval: {
11334
+ type: string;
11335
+ description: string;
11336
+ };
11337
+ query: {
11338
+ type: string;
11339
+ description: string;
11340
+ };
11341
+ title: {
11342
+ type: string;
11343
+ description: string;
11344
+ };
11345
+ group_by?: undefined;
11346
+ chart_type?: undefined;
11347
+ limit?: undefined;
10647
11348
  };
10648
11349
  required: string[];
10649
11350
  };