meadow 2.0.43 → 2.0.44

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.
Files changed (62) hide show
  1. package/README.md +2 -3
  2. package/docs/architecture.md +10 -99
  3. package/docs/diagrams/create-waterfall.excalidraw +2016 -0
  4. package/docs/diagrams/create-waterfall.mmd +19 -0
  5. package/docs/diagrams/create-waterfall.svg +2 -0
  6. package/docs/diagrams/crud-behavior-flow.excalidraw +1305 -0
  7. package/docs/diagrams/crud-behavior-flow.mmd +13 -0
  8. package/docs/diagrams/crud-behavior-flow.svg +2 -0
  9. package/docs/diagrams/module-hierarchy.excalidraw +1582 -0
  10. package/docs/diagrams/module-hierarchy.mmd +15 -0
  11. package/docs/diagrams/module-hierarchy.svg +2 -0
  12. package/docs/diagrams/query-lifecycle.excalidraw +1808 -0
  13. package/docs/diagrams/query-lifecycle.mmd +21 -0
  14. package/docs/diagrams/query-lifecycle.svg +2 -0
  15. package/docs/diagrams/schema-system.excalidraw +2034 -0
  16. package/docs/diagrams/schema-system.mmd +21 -0
  17. package/docs/diagrams/schema-system.svg +2 -0
  18. package/docs/providers/README.md +6 -14
  19. package/docs/providers/diagrams/overview.excalidraw +1324 -0
  20. package/docs/providers/diagrams/overview.mmd +8 -0
  21. package/docs/providers/diagrams/overview.svg +2 -0
  22. package/docs/providers/diagrams/use-case-unified-client-server-interface.excalidraw +919 -0
  23. package/docs/providers/diagrams/use-case-unified-client-server-interface.mmd +12 -0
  24. package/docs/providers/diagrams/use-case-unified-client-server-interface.svg +2 -0
  25. package/docs/providers/meadow-endpoints.md +5 -17
  26. package/docs/providers/mongodb.md +2 -2
  27. package/docs/providers/mssql.md +1 -1
  28. package/docs/providers/mysql.md +1 -1
  29. package/docs/providers/postgresql.md +2 -2
  30. package/docs/providers/rocksdb.md +1 -1
  31. package/docs/providers/sqlite.md +1 -1
  32. package/docs/query/README.md +1 -1
  33. package/docs/query/count.md +2 -8
  34. package/docs/query/create.md +2 -12
  35. package/docs/query/diagrams/how-it-works-2.excalidraw +1097 -0
  36. package/docs/query/diagrams/how-it-works-2.mmd +10 -0
  37. package/docs/query/diagrams/how-it-works-2.svg +2 -0
  38. package/docs/query/diagrams/how-it-works-3.excalidraw +665 -0
  39. package/docs/query/diagrams/how-it-works-3.mmd +6 -0
  40. package/docs/query/diagrams/how-it-works-3.svg +2 -0
  41. package/docs/query/diagrams/how-it-works-4.excalidraw +881 -0
  42. package/docs/query/diagrams/how-it-works-4.mmd +8 -0
  43. package/docs/query/diagrams/how-it-works-4.svg +2 -0
  44. package/docs/query/diagrams/how-it-works-5.excalidraw +881 -0
  45. package/docs/query/diagrams/how-it-works-5.mmd +8 -0
  46. package/docs/query/diagrams/how-it-works-5.svg +2 -0
  47. package/docs/query/diagrams/how-it-works.excalidraw +665 -0
  48. package/docs/query/diagrams/how-it-works.mmd +6 -0
  49. package/docs/query/diagrams/how-it-works.svg +2 -0
  50. package/docs/query/read.md +4 -18
  51. package/docs/query/update.md +2 -10
  52. package/docs/query-dsl.md +1 -1
  53. package/docs/quick-start.md +1 -1
  54. package/docs/retold-catalog.json +1 -1
  55. package/docs/retold-keyword-index.json +1 -1
  56. package/docs/schema/README.md +2 -7
  57. package/docs/schema/diagrams/overview.excalidraw +834 -0
  58. package/docs/schema/diagrams/overview.mmd +5 -0
  59. package/docs/schema/diagrams/overview.svg +2 -0
  60. package/package.json +3 -3
  61. package/source/providers/Meadow-Provider-MeadowEndpoints.js +36 -7
  62. package/test/Meadow-Provider-MeadowEndpoints-Session_tests.js +123 -0
@@ -0,0 +1,919 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "cluster-Server",
8
+ "type": "rectangle",
9
+ "x": 345,
10
+ "y": 144,
11
+ "width": 757,
12
+ "height": 197,
13
+ "angle": 0,
14
+ "strokeColor": "#8A7F72",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 1,
18
+ "strokeStyle": "dashed",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 469,
27
+ "version": 1,
28
+ "versionNonce": 469,
29
+ "isDeleted": false,
30
+ "boundElements": [],
31
+ "updated": 1,
32
+ "link": null,
33
+ "locked": false,
34
+ "index": null
35
+ },
36
+ {
37
+ "id": "cluster-label-Server",
38
+ "type": "text",
39
+ "x": 345,
40
+ "y": 149,
41
+ "width": 757,
42
+ "height": 21,
43
+ "angle": 0,
44
+ "strokeColor": "#8A7F72",
45
+ "backgroundColor": "transparent",
46
+ "fillStyle": "solid",
47
+ "strokeWidth": 1,
48
+ "strokeStyle": "solid",
49
+ "roughness": 1,
50
+ "opacity": 100,
51
+ "groupIds": [],
52
+ "frameId": null,
53
+ "roundness": null,
54
+ "seed": 469,
55
+ "version": 1,
56
+ "versionNonce": 469,
57
+ "isDeleted": false,
58
+ "boundElements": null,
59
+ "updated": 1,
60
+ "link": null,
61
+ "locked": false,
62
+ "text": "Server",
63
+ "fontSize": 15,
64
+ "fontFamily": 5,
65
+ "textAlign": "center",
66
+ "verticalAlign": "top",
67
+ "containerId": null,
68
+ "originalText": "Server",
69
+ "autoResize": true,
70
+ "lineHeight": 1.25,
71
+ "index": null
72
+ },
73
+ {
74
+ "id": "cluster-Browser",
75
+ "type": "rectangle",
76
+ "x": 2,
77
+ "y": -19,
78
+ "width": 768,
79
+ "height": 192,
80
+ "angle": 0,
81
+ "strokeColor": "#8A7F72",
82
+ "backgroundColor": "transparent",
83
+ "fillStyle": "solid",
84
+ "strokeWidth": 1,
85
+ "strokeStyle": "dashed",
86
+ "roughness": 1,
87
+ "opacity": 100,
88
+ "groupIds": [],
89
+ "frameId": null,
90
+ "roundness": {
91
+ "type": 3
92
+ },
93
+ "seed": 577,
94
+ "version": 1,
95
+ "versionNonce": 577,
96
+ "isDeleted": false,
97
+ "boundElements": [],
98
+ "updated": 1,
99
+ "link": null,
100
+ "locked": false,
101
+ "index": null
102
+ },
103
+ {
104
+ "id": "cluster-label-Browser",
105
+ "type": "text",
106
+ "x": 2,
107
+ "y": -14,
108
+ "width": 768,
109
+ "height": 21,
110
+ "angle": 0,
111
+ "strokeColor": "#8A7F72",
112
+ "backgroundColor": "transparent",
113
+ "fillStyle": "solid",
114
+ "strokeWidth": 1,
115
+ "strokeStyle": "solid",
116
+ "roughness": 1,
117
+ "opacity": 100,
118
+ "groupIds": [],
119
+ "frameId": null,
120
+ "roundness": null,
121
+ "seed": 577,
122
+ "version": 1,
123
+ "versionNonce": 577,
124
+ "isDeleted": false,
125
+ "boundElements": null,
126
+ "updated": 1,
127
+ "link": null,
128
+ "locked": false,
129
+ "text": "Browser / Client",
130
+ "fontSize": 15,
131
+ "fontFamily": 5,
132
+ "textAlign": "center",
133
+ "verticalAlign": "top",
134
+ "containerId": null,
135
+ "originalText": "Browser / Client",
136
+ "autoResize": true,
137
+ "lineHeight": 1.25,
138
+ "index": null
139
+ },
140
+ {
141
+ "id": "shape-AC1-000000ho",
142
+ "type": "rectangle",
143
+ "x": 61,
144
+ "y": 60,
145
+ "width": 208,
146
+ "height": 56,
147
+ "angle": 0,
148
+ "strokeColor": "#1B1F23",
149
+ "backgroundColor": "transparent",
150
+ "fillStyle": "solid",
151
+ "strokeWidth": 2,
152
+ "strokeStyle": "solid",
153
+ "roughness": 1,
154
+ "opacity": 100,
155
+ "groupIds": [],
156
+ "frameId": null,
157
+ "roundness": {
158
+ "type": 3
159
+ },
160
+ "seed": 636,
161
+ "version": 1,
162
+ "versionNonce": 636,
163
+ "isDeleted": false,
164
+ "boundElements": [
165
+ {
166
+ "id": "label-AC1-000000jo",
167
+ "type": "text"
168
+ },
169
+ {
170
+ "id": "arrow-AC1-ME-000000h0",
171
+ "type": "arrow"
172
+ }
173
+ ],
174
+ "updated": 1,
175
+ "link": null,
176
+ "locked": false,
177
+ "index": null
178
+ },
179
+ {
180
+ "id": "label-AC1-000000jo",
181
+ "type": "text",
182
+ "x": 69,
183
+ "y": 75.5,
184
+ "width": 192,
185
+ "height": 25,
186
+ "angle": 0,
187
+ "strokeColor": "#1B1F23",
188
+ "backgroundColor": "transparent",
189
+ "fillStyle": "solid",
190
+ "strokeWidth": 1,
191
+ "strokeStyle": "solid",
192
+ "roughness": 1,
193
+ "opacity": 100,
194
+ "groupIds": [],
195
+ "frameId": null,
196
+ "roundness": null,
197
+ "seed": 708,
198
+ "version": 1,
199
+ "versionNonce": 708,
200
+ "isDeleted": false,
201
+ "boundElements": null,
202
+ "updated": 1,
203
+ "link": null,
204
+ "locked": false,
205
+ "text": "Application Code",
206
+ "fontSize": 20,
207
+ "fontFamily": 5,
208
+ "textAlign": "center",
209
+ "verticalAlign": "middle",
210
+ "baseline": 15,
211
+ "containerId": "shape-AC1-000000ho",
212
+ "originalText": "Application Code",
213
+ "autoResize": true,
214
+ "lineHeight": 1.25,
215
+ "index": null
216
+ },
217
+ {
218
+ "id": "shape-ME-000000dc",
219
+ "type": "rectangle",
220
+ "x": 404,
221
+ "y": 49,
222
+ "width": 307,
223
+ "height": 78,
224
+ "angle": 0,
225
+ "strokeColor": "#1B1F23",
226
+ "backgroundColor": "transparent",
227
+ "fillStyle": "solid",
228
+ "strokeWidth": 2,
229
+ "strokeStyle": "solid",
230
+ "roughness": 1,
231
+ "opacity": 100,
232
+ "groupIds": [],
233
+ "frameId": null,
234
+ "roundness": {
235
+ "type": 3
236
+ },
237
+ "seed": 480,
238
+ "version": 1,
239
+ "versionNonce": 480,
240
+ "isDeleted": false,
241
+ "boundElements": [
242
+ {
243
+ "id": "arrow-AC1-ME-000000h0",
244
+ "type": "arrow"
245
+ },
246
+ {
247
+ "id": "arrow-ME-MY-000000mw",
248
+ "type": "arrow"
249
+ }
250
+ ],
251
+ "updated": 1,
252
+ "link": null,
253
+ "locked": false,
254
+ "index": null
255
+ },
256
+ {
257
+ "id": "label-ME-000000pe",
258
+ "type": "text",
259
+ "x": 404,
260
+ "y": 90.5,
261
+ "width": 307,
262
+ "height": 20,
263
+ "angle": 0,
264
+ "strokeColor": "#1B1F23",
265
+ "backgroundColor": "transparent",
266
+ "fillStyle": "solid",
267
+ "strokeWidth": 1,
268
+ "strokeStyle": "solid",
269
+ "roughness": 1,
270
+ "opacity": 100,
271
+ "groupIds": [],
272
+ "frameId": null,
273
+ "roundness": null,
274
+ "seed": 914,
275
+ "version": 1,
276
+ "versionNonce": 914,
277
+ "isDeleted": false,
278
+ "boundElements": null,
279
+ "updated": 1,
280
+ "link": null,
281
+ "locked": false,
282
+ "text": "Provider: MeadowEndpoints",
283
+ "fontSize": 16,
284
+ "fontFamily": 5,
285
+ "textAlign": "center",
286
+ "verticalAlign": "top",
287
+ "baseline": 15,
288
+ "containerId": null,
289
+ "originalText": "Provider: MeadowEndpoints",
290
+ "autoResize": true,
291
+ "lineHeight": 1.25,
292
+ "index": null
293
+ },
294
+ {
295
+ "id": "shape-AC2-000000j4",
296
+ "type": "rectangle",
297
+ "x": 454,
298
+ "y": 233,
299
+ "width": 208,
300
+ "height": 56,
301
+ "angle": 0,
302
+ "strokeColor": "#1B1F23",
303
+ "backgroundColor": "transparent",
304
+ "fillStyle": "solid",
305
+ "strokeWidth": 2,
306
+ "strokeStyle": "solid",
307
+ "roughness": 1,
308
+ "opacity": 100,
309
+ "groupIds": [],
310
+ "frameId": null,
311
+ "roundness": {
312
+ "type": 3
313
+ },
314
+ "seed": 688,
315
+ "version": 1,
316
+ "versionNonce": 688,
317
+ "isDeleted": false,
318
+ "boundElements": [
319
+ {
320
+ "id": "label-AC2-0000007o",
321
+ "type": "text"
322
+ },
323
+ {
324
+ "id": "arrow-AC2-MY-000000ns",
325
+ "type": "arrow"
326
+ }
327
+ ],
328
+ "updated": 1,
329
+ "link": null,
330
+ "locked": false,
331
+ "index": null
332
+ },
333
+ {
334
+ "id": "label-AC2-0000007o",
335
+ "type": "text",
336
+ "x": 462,
337
+ "y": 248.5,
338
+ "width": 192,
339
+ "height": 25,
340
+ "angle": 0,
341
+ "strokeColor": "#1B1F23",
342
+ "backgroundColor": "transparent",
343
+ "fillStyle": "solid",
344
+ "strokeWidth": 1,
345
+ "strokeStyle": "solid",
346
+ "roughness": 1,
347
+ "opacity": 100,
348
+ "groupIds": [],
349
+ "frameId": null,
350
+ "roundness": null,
351
+ "seed": 276,
352
+ "version": 1,
353
+ "versionNonce": 276,
354
+ "isDeleted": false,
355
+ "boundElements": null,
356
+ "updated": 1,
357
+ "link": null,
358
+ "locked": false,
359
+ "text": "Application Code",
360
+ "fontSize": 20,
361
+ "fontFamily": 5,
362
+ "textAlign": "center",
363
+ "verticalAlign": "middle",
364
+ "baseline": 15,
365
+ "containerId": "shape-AC2-000000j4",
366
+ "originalText": "Application Code",
367
+ "autoResize": true,
368
+ "lineHeight": 1.25,
369
+ "index": null
370
+ },
371
+ {
372
+ "id": "shape-MY-000000c8",
373
+ "type": "rectangle",
374
+ "x": 846,
375
+ "y": 212,
376
+ "width": 197,
377
+ "height": 78,
378
+ "angle": 0,
379
+ "strokeColor": "#1B1F23",
380
+ "backgroundColor": "transparent",
381
+ "fillStyle": "solid",
382
+ "strokeWidth": 2,
383
+ "strokeStyle": "solid",
384
+ "roughness": 1,
385
+ "opacity": 100,
386
+ "groupIds": [],
387
+ "frameId": null,
388
+ "roundness": {
389
+ "type": 3
390
+ },
391
+ "seed": 440,
392
+ "version": 1,
393
+ "versionNonce": 440,
394
+ "isDeleted": false,
395
+ "boundElements": [
396
+ {
397
+ "id": "arrow-AC2-MY-000000ns",
398
+ "type": "arrow"
399
+ },
400
+ {
401
+ "id": "arrow-ME-MY-000000mw",
402
+ "type": "arrow"
403
+ }
404
+ ],
405
+ "updated": 1,
406
+ "link": null,
407
+ "locked": false,
408
+ "index": null
409
+ },
410
+ {
411
+ "id": "label-MY-0000006c",
412
+ "type": "text",
413
+ "x": 846,
414
+ "y": 253.5,
415
+ "width": 197,
416
+ "height": 20,
417
+ "angle": 0,
418
+ "strokeColor": "#1B1F23",
419
+ "backgroundColor": "transparent",
420
+ "fillStyle": "solid",
421
+ "strokeWidth": 1,
422
+ "strokeStyle": "solid",
423
+ "roughness": 1,
424
+ "opacity": 100,
425
+ "groupIds": [],
426
+ "frameId": null,
427
+ "roundness": null,
428
+ "seed": 228,
429
+ "version": 1,
430
+ "versionNonce": 228,
431
+ "isDeleted": false,
432
+ "boundElements": null,
433
+ "updated": 1,
434
+ "link": null,
435
+ "locked": false,
436
+ "text": "Provider: MySQL",
437
+ "fontSize": 16,
438
+ "fontFamily": 5,
439
+ "textAlign": "center",
440
+ "verticalAlign": "top",
441
+ "baseline": 15,
442
+ "containerId": null,
443
+ "originalText": "Provider: MySQL",
444
+ "autoResize": true,
445
+ "lineHeight": 1.25,
446
+ "index": null
447
+ },
448
+ {
449
+ "id": "arrow-AC1-ME-000000h0",
450
+ "type": "arrow",
451
+ "x": 269,
452
+ "y": 88,
453
+ "width": 135,
454
+ "height": 2.842170943040401e-14,
455
+ "angle": 0,
456
+ "strokeColor": "#2E7D74",
457
+ "backgroundColor": "transparent",
458
+ "fillStyle": "solid",
459
+ "strokeWidth": 2,
460
+ "strokeStyle": "solid",
461
+ "roughness": 1,
462
+ "opacity": 100,
463
+ "groupIds": [],
464
+ "frameId": null,
465
+ "roundness": null,
466
+ "seed": 612,
467
+ "version": 1,
468
+ "versionNonce": 612,
469
+ "isDeleted": false,
470
+ "boundElements": [],
471
+ "updated": 1,
472
+ "link": null,
473
+ "locked": false,
474
+ "points": [
475
+ [
476
+ 0,
477
+ 0
478
+ ],
479
+ [
480
+ 16,
481
+ 0
482
+ ],
483
+ [
484
+ 21.96241426611789,
485
+ -1.4210854715202004e-14
486
+ ],
487
+ [
488
+ 27.84005486968448,
489
+ -1.4210854715202004e-14
490
+ ],
491
+ [
492
+ 33.64351851851859,
493
+ 1.4210854715202004e-14
494
+ ],
495
+ [
496
+ 39.383401920438985,
497
+ 0
498
+ ],
499
+ [
500
+ 45.07030178326477,
501
+ 1.4210854715202004e-14
502
+ ],
503
+ [
504
+ 50.71481481481487,
505
+ 0
506
+ ],
507
+ [
508
+ 56.32753772290812,
509
+ 0
510
+ ],
511
+ [
512
+ 61.919067215363555,
513
+ 0
514
+ ],
515
+ [
516
+ 67.5,
517
+ 0
518
+ ],
519
+ [
520
+ 73.0809327846365,
521
+ 0
522
+ ],
523
+ [
524
+ 78.67246227709188,
525
+ 0
526
+ ],
527
+ [
528
+ 84.28518518518518,
529
+ 0
530
+ ],
531
+ [
532
+ 89.92969821673523,
533
+ 1.4210854715202004e-14
534
+ ],
535
+ [
536
+ 95.61659807956107,
537
+ 0
538
+ ],
539
+ [
540
+ 101.35648148148152,
541
+ 0
542
+ ],
543
+ [
544
+ 107.15994513031552,
545
+ 1.4210854715202004e-14
546
+ ],
547
+ [
548
+ 113.037585733882,
549
+ 0
550
+ ],
551
+ [
552
+ 119,
553
+ 0
554
+ ],
555
+ [
556
+ 135,
557
+ 0
558
+ ]
559
+ ],
560
+ "lastCommittedPoint": null,
561
+ "startBinding": {
562
+ "elementId": "shape-AC1-000000ho",
563
+ "focus": 0,
564
+ "gap": 8
565
+ },
566
+ "endBinding": {
567
+ "elementId": "shape-ME-000000dc",
568
+ "focus": 0,
569
+ "gap": 8
570
+ },
571
+ "startArrowhead": null,
572
+ "endArrowhead": "arrow",
573
+ "elbowed": false,
574
+ "index": null
575
+ },
576
+ {
577
+ "id": "arrow-AC2-MY-000000ns",
578
+ "type": "arrow",
579
+ "x": 662,
580
+ "y": 261,
581
+ "width": 184,
582
+ "height": 1.6800000000000068,
583
+ "angle": 0,
584
+ "strokeColor": "#2E7D74",
585
+ "backgroundColor": "transparent",
586
+ "fillStyle": "solid",
587
+ "strokeWidth": 2,
588
+ "strokeStyle": "solid",
589
+ "roughness": 1,
590
+ "opacity": 100,
591
+ "groupIds": [],
592
+ "frameId": null,
593
+ "roundness": null,
594
+ "seed": 856,
595
+ "version": 1,
596
+ "versionNonce": 856,
597
+ "isDeleted": false,
598
+ "boundElements": [],
599
+ "updated": 1,
600
+ "link": null,
601
+ "locked": false,
602
+ "points": [
603
+ [
604
+ 0,
605
+ 0
606
+ ],
607
+ [
608
+ 16,
609
+ 0
610
+ ],
611
+ [
612
+ 24.798902606309866,
613
+ -0.014979423868339836
614
+ ],
615
+ [
616
+ 33.4727023319615,
617
+ -0.05761316872428779
618
+ ],
619
+ [
620
+ 42.03703703703718,
621
+ -0.12444444444435021
622
+ ],
623
+ [
624
+ 50.50754458161873,
625
+ -0.21201646090537452
626
+ ],
627
+ [
628
+ 58.89986282578889,
629
+ -0.316872427983526
630
+ ],
631
+ [
632
+ 67.22962962962981,
633
+ -0.4355555555555384
634
+ ],
635
+ [
636
+ 75.51248285322367,
637
+ -0.5646090534979749
638
+ ],
639
+ [
640
+ 83.76406035665298,
641
+ -0.7005761316872281
642
+ ],
643
+ [
644
+ 92,
645
+ -0.839999999999975
646
+ ],
647
+ [
648
+ 100.23593964334714,
649
+ -0.9794238683127787
650
+ ],
651
+ [
652
+ 108.48751714677633,
653
+ -1.1153909465020888
654
+ ],
655
+ [
656
+ 116.7703703703703,
657
+ -1.2444444444444116
658
+ ],
659
+ [
660
+ 125.10013717421134,
661
+ -1.363127572016424
662
+ ],
663
+ [
664
+ 133.49245541838127,
665
+ -1.4679835390946323
666
+ ],
667
+ [
668
+ 141.96296296296305,
669
+ -1.555555555555543
670
+ ],
671
+ [
672
+ 150.5272976680384,
673
+ -1.622386831275719
674
+ ],
675
+ [
676
+ 159.2010973936899,
677
+ -1.6650205761317238
678
+ ],
679
+ [
680
+ 168,
681
+ -1.6800000000000068
682
+ ],
683
+ [
684
+ 184,
685
+ -1.6800000000000068
686
+ ]
687
+ ],
688
+ "lastCommittedPoint": null,
689
+ "startBinding": {
690
+ "elementId": "shape-AC2-000000j4",
691
+ "focus": 0,
692
+ "gap": 8
693
+ },
694
+ "endBinding": {
695
+ "elementId": "shape-MY-000000c8",
696
+ "focus": 0,
697
+ "gap": 8
698
+ },
699
+ "startArrowhead": null,
700
+ "endArrowhead": "arrow",
701
+ "elbowed": false,
702
+ "index": null
703
+ },
704
+ {
705
+ "id": "arrow-ME-MY-000000mw",
706
+ "type": "arrow",
707
+ "x": 711,
708
+ "y": 88,
709
+ "width": 135,
710
+ "height": 154.68,
711
+ "angle": 0,
712
+ "strokeColor": "#2E7D74",
713
+ "backgroundColor": "transparent",
714
+ "fillStyle": "solid",
715
+ "strokeWidth": 2,
716
+ "strokeStyle": "solid",
717
+ "roughness": 1,
718
+ "opacity": 100,
719
+ "groupIds": [],
720
+ "frameId": null,
721
+ "roundness": null,
722
+ "seed": 824,
723
+ "version": 1,
724
+ "versionNonce": 824,
725
+ "isDeleted": false,
726
+ "boundElements": [],
727
+ "updated": 1,
728
+ "link": null,
729
+ "locked": false,
730
+ "points": [
731
+ [
732
+ 0,
733
+ 0
734
+ ],
735
+ [
736
+ 16,
737
+ 0
738
+ ],
739
+ [
740
+ 21.962414266117776,
741
+ 1.3791769547325003
742
+ ],
743
+ [
744
+ 27.840054869684423,
745
+ 5.304526748971185
746
+ ],
747
+ [
748
+ 33.64351851851859,
749
+ 11.457777777777792
750
+ ],
751
+ [
752
+ 39.38340192043893,
753
+ 19.520658436213992
754
+ ],
755
+ [
756
+ 45.07030178326477,
757
+ 29.17489711934158
758
+ ],
759
+ [
760
+ 50.714814814814986,
761
+ 40.102222222222224
762
+ ],
763
+ [
764
+ 56.32753772290812,
765
+ 51.98436213991772
766
+ ],
767
+ [
768
+ 61.91906721536361,
769
+ 64.50304526748971
770
+ ],
771
+ [
772
+ 67.5,
773
+ 77.34
774
+ ],
775
+ [
776
+ 73.0809327846365,
777
+ 90.1769547325103
778
+ ],
779
+ [
780
+ 78.67246227709188,
781
+ 102.69563786008231
782
+ ],
783
+ [
784
+ 84.28518518518513,
785
+ 114.57777777777778
786
+ ],
787
+ [
788
+ 89.92969821673535,
789
+ 125.50510288065846
790
+ ],
791
+ [
792
+ 95.61659807956107,
793
+ 135.15934156378603
794
+ ],
795
+ [
796
+ 101.35648148148152,
797
+ 143.22222222222223
798
+ ],
799
+ [
800
+ 107.15994513031546,
801
+ 149.37547325102884
802
+ ],
803
+ [
804
+ 113.037585733882,
805
+ 153.3008230452675
806
+ ],
807
+ [
808
+ 119,
809
+ 154.68
810
+ ],
811
+ [
812
+ 135,
813
+ 154.68
814
+ ]
815
+ ],
816
+ "lastCommittedPoint": null,
817
+ "startBinding": {
818
+ "elementId": "shape-ME-000000dc",
819
+ "focus": 0,
820
+ "gap": 8
821
+ },
822
+ "endBinding": {
823
+ "elementId": "shape-MY-000000c8",
824
+ "focus": 0,
825
+ "gap": 8
826
+ },
827
+ "startArrowhead": null,
828
+ "endArrowhead": "arrow",
829
+ "elbowed": false,
830
+ "index": null
831
+ },
832
+ {
833
+ "id": "label-ME-000000pe_title",
834
+ "type": "text",
835
+ "x": 404,
836
+ "y": 65.5,
837
+ "width": 307,
838
+ "height": 25,
839
+ "angle": 0,
840
+ "strokeColor": "#1B1F23",
841
+ "backgroundColor": "transparent",
842
+ "fillStyle": "solid",
843
+ "strokeWidth": 1,
844
+ "strokeStyle": "solid",
845
+ "roughness": 1,
846
+ "opacity": 100,
847
+ "groupIds": [],
848
+ "frameId": null,
849
+ "roundness": null,
850
+ "seed": 252,
851
+ "version": 1,
852
+ "versionNonce": 914,
853
+ "isDeleted": false,
854
+ "boundElements": null,
855
+ "updated": 1,
856
+ "link": null,
857
+ "locked": false,
858
+ "text": "Meadow DAL",
859
+ "fontSize": 20,
860
+ "fontFamily": 5,
861
+ "textAlign": "center",
862
+ "verticalAlign": "top",
863
+ "baseline": 15,
864
+ "containerId": null,
865
+ "originalText": "Meadow DAL",
866
+ "autoResize": true,
867
+ "lineHeight": 1.25,
868
+ "index": null
869
+ },
870
+ {
871
+ "id": "label-MY-0000006c_title",
872
+ "type": "text",
873
+ "x": 846,
874
+ "y": 228.5,
875
+ "width": 197,
876
+ "height": 25,
877
+ "angle": 0,
878
+ "strokeColor": "#1B1F23",
879
+ "backgroundColor": "transparent",
880
+ "fillStyle": "solid",
881
+ "strokeWidth": 1,
882
+ "strokeStyle": "solid",
883
+ "roughness": 1,
884
+ "opacity": 100,
885
+ "groupIds": [],
886
+ "frameId": null,
887
+ "roundness": null,
888
+ "seed": 628,
889
+ "version": 1,
890
+ "versionNonce": 228,
891
+ "isDeleted": false,
892
+ "boundElements": null,
893
+ "updated": 1,
894
+ "link": null,
895
+ "locked": false,
896
+ "text": "Meadow DAL",
897
+ "fontSize": 20,
898
+ "fontFamily": 5,
899
+ "textAlign": "center",
900
+ "verticalAlign": "top",
901
+ "baseline": 15,
902
+ "containerId": null,
903
+ "originalText": "Meadow DAL",
904
+ "autoResize": true,
905
+ "lineHeight": 1.25,
906
+ "index": null
907
+ }
908
+ ],
909
+ "appState": {
910
+ "viewBackgroundColor": "#FBF7EE",
911
+ "theme": "light",
912
+ "gridSize": null,
913
+ "exportBackground": true,
914
+ "exportEmbedScene": true,
915
+ "exportScale": 1,
916
+ "currentItemFontFamily": 5
917
+ },
918
+ "files": {}
919
+ }