meadow 2.0.42 → 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 (67) 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 +13 -6
  61. package/scripts/bookstore-seed.js +136 -1
  62. package/scripts/meadow-test-cleanup.sh +1 -0
  63. package/scripts/oracle-test-db.sh +128 -0
  64. package/source/providers/Meadow-Provider-MeadowEndpoints.js +36 -7
  65. package/source/providers/Meadow-Provider-Oracle.js +5 -1
  66. package/test/Meadow-Provider-MeadowEndpoints-Session_tests.js +123 -0
  67. package/test/Meadow-Provider-Oracle_tests.js +877 -0
@@ -0,0 +1,1305 @@
1
+ {
2
+ "type": "excalidraw",
3
+ "version": 2,
4
+ "source": "pict-section-excalidraw/notebook-generator",
5
+ "elements": [
6
+ {
7
+ "id": "shape-A-000000ak",
8
+ "type": "rectangle",
9
+ "x": 16,
10
+ "y": 16,
11
+ "width": 495,
12
+ "height": 103,
13
+ "angle": 0,
14
+ "strokeColor": "#1B1F23",
15
+ "backgroundColor": "transparent",
16
+ "fillStyle": "solid",
17
+ "strokeWidth": 2,
18
+ "strokeStyle": "solid",
19
+ "roughness": 1,
20
+ "opacity": 100,
21
+ "groupIds": [],
22
+ "frameId": null,
23
+ "roundness": {
24
+ "type": 3
25
+ },
26
+ "seed": 380,
27
+ "version": 1,
28
+ "versionNonce": 380,
29
+ "isDeleted": false,
30
+ "boundElements": [
31
+ {
32
+ "id": "arrow-A-B-0000008o",
33
+ "type": "arrow"
34
+ }
35
+ ],
36
+ "updated": 1,
37
+ "link": null,
38
+ "locked": false,
39
+ "index": null
40
+ },
41
+ {
42
+ "id": "label-A-0000009c",
43
+ "type": "text",
44
+ "x": 16,
45
+ "y": 60,
46
+ "width": 495,
47
+ "height": 40,
48
+ "angle": 0,
49
+ "strokeColor": "#1B1F23",
50
+ "backgroundColor": "transparent",
51
+ "fillStyle": "solid",
52
+ "strokeWidth": 1,
53
+ "strokeStyle": "solid",
54
+ "roughness": 1,
55
+ "opacity": 100,
56
+ "groupIds": [],
57
+ "frameId": null,
58
+ "roundness": null,
59
+ "seed": 336,
60
+ "version": 1,
61
+ "versionNonce": 336,
62
+ "isDeleted": false,
63
+ "boundElements": null,
64
+ "updated": 1,
65
+ "link": null,
66
+ "locked": false,
67
+ "text": "meadow.doCreate / doRead / doReads /\ndoUpdate / doDelete / doUndelete / doCount",
68
+ "fontSize": 16,
69
+ "fontFamily": 5,
70
+ "textAlign": "center",
71
+ "verticalAlign": "top",
72
+ "baseline": 15,
73
+ "containerId": null,
74
+ "originalText": "meadow.doCreate / doRead / doReads /\ndoUpdate / doDelete / doUndelete / doCount",
75
+ "autoResize": true,
76
+ "lineHeight": 1.25,
77
+ "index": null
78
+ },
79
+ {
80
+ "id": "shape-B-000000m9",
81
+ "type": "rectangle",
82
+ "x": 154,
83
+ "y": 209,
84
+ "width": 220,
85
+ "height": 78,
86
+ "angle": 0,
87
+ "strokeColor": "#1B1F23",
88
+ "backgroundColor": "transparent",
89
+ "fillStyle": "solid",
90
+ "strokeWidth": 2,
91
+ "strokeStyle": "solid",
92
+ "roughness": 1,
93
+ "opacity": 100,
94
+ "groupIds": [],
95
+ "frameId": null,
96
+ "roundness": {
97
+ "type": 3
98
+ },
99
+ "seed": 801,
100
+ "version": 1,
101
+ "versionNonce": 801,
102
+ "isDeleted": false,
103
+ "boundElements": [
104
+ {
105
+ "id": "arrow-A-B-0000008o",
106
+ "type": "arrow"
107
+ },
108
+ {
109
+ "id": "arrow-B-C-000000ko",
110
+ "type": "arrow"
111
+ }
112
+ ],
113
+ "updated": 1,
114
+ "link": null,
115
+ "locked": false,
116
+ "index": null
117
+ },
118
+ {
119
+ "id": "label-B-000000jc",
120
+ "type": "text",
121
+ "x": 154,
122
+ "y": 250.5,
123
+ "width": 220,
124
+ "height": 20,
125
+ "angle": 0,
126
+ "strokeColor": "#1B1F23",
127
+ "backgroundColor": "transparent",
128
+ "fillStyle": "solid",
129
+ "strokeWidth": 1,
130
+ "strokeStyle": "solid",
131
+ "roughness": 1,
132
+ "opacity": 100,
133
+ "groupIds": [],
134
+ "frameId": null,
135
+ "roundness": null,
136
+ "seed": 696,
137
+ "version": 1,
138
+ "versionNonce": 696,
139
+ "isDeleted": false,
140
+ "boundElements": null,
141
+ "updated": 1,
142
+ "link": null,
143
+ "locked": false,
144
+ "text": "(async waterfall)",
145
+ "fontSize": 16,
146
+ "fontFamily": 5,
147
+ "textAlign": "center",
148
+ "verticalAlign": "top",
149
+ "baseline": 15,
150
+ "containerId": null,
151
+ "originalText": "(async waterfall)",
152
+ "autoResize": true,
153
+ "lineHeight": 1.25,
154
+ "index": null
155
+ },
156
+ {
157
+ "id": "shape-C-0000005g",
158
+ "type": "rectangle",
159
+ "x": 60,
160
+ "y": 377,
161
+ "width": 407,
162
+ "height": 78,
163
+ "angle": 0,
164
+ "strokeColor": "#1B1F23",
165
+ "backgroundColor": "transparent",
166
+ "fillStyle": "solid",
167
+ "strokeWidth": 2,
168
+ "strokeStyle": "solid",
169
+ "roughness": 1,
170
+ "opacity": 100,
171
+ "groupIds": [],
172
+ "frameId": null,
173
+ "roundness": {
174
+ "type": 3
175
+ },
176
+ "seed": 196,
177
+ "version": 1,
178
+ "versionNonce": 196,
179
+ "isDeleted": false,
180
+ "boundElements": [
181
+ {
182
+ "id": "arrow-B-C-000000ko",
183
+ "type": "arrow"
184
+ },
185
+ {
186
+ "id": "arrow-C-D-00000098",
187
+ "type": "arrow"
188
+ }
189
+ ],
190
+ "updated": 1,
191
+ "link": null,
192
+ "locked": false,
193
+ "index": null
194
+ },
195
+ {
196
+ "id": "label-C-0000004c",
197
+ "type": "text",
198
+ "x": 60,
199
+ "y": 418.5,
200
+ "width": 407,
201
+ "height": 20,
202
+ "angle": 0,
203
+ "strokeColor": "#1B1F23",
204
+ "backgroundColor": "transparent",
205
+ "fillStyle": "solid",
206
+ "strokeWidth": 1,
207
+ "strokeStyle": "solid",
208
+ "roughness": 1,
209
+ "opacity": 100,
210
+ "groupIds": [],
211
+ "frameId": null,
212
+ "roundness": null,
213
+ "seed": 156,
214
+ "version": 1,
215
+ "versionNonce": 156,
216
+ "isDeleted": false,
217
+ "boundElements": null,
218
+ "updated": 1,
219
+ "link": null,
220
+ "locked": false,
221
+ "text": "Update / Delete / Undelete / Count",
222
+ "fontSize": 16,
223
+ "fontFamily": 5,
224
+ "textAlign": "center",
225
+ "verticalAlign": "top",
226
+ "baseline": 15,
227
+ "containerId": null,
228
+ "originalText": "Update / Delete / Undelete / Count",
229
+ "autoResize": true,
230
+ "lineHeight": 1.25,
231
+ "index": null
232
+ },
233
+ {
234
+ "id": "shape-D-000000bd",
235
+ "type": "rectangle",
236
+ "x": 165,
237
+ "y": 545,
238
+ "width": 197,
239
+ "height": 56,
240
+ "angle": 0,
241
+ "strokeColor": "#1B1F23",
242
+ "backgroundColor": "transparent",
243
+ "fillStyle": "solid",
244
+ "strokeWidth": 2,
245
+ "strokeStyle": "solid",
246
+ "roughness": 1,
247
+ "opacity": 100,
248
+ "groupIds": [],
249
+ "frameId": null,
250
+ "roundness": {
251
+ "type": 3
252
+ },
253
+ "seed": 409,
254
+ "version": 1,
255
+ "versionNonce": 409,
256
+ "isDeleted": false,
257
+ "boundElements": [
258
+ {
259
+ "id": "label-D-0000007w",
260
+ "type": "text"
261
+ },
262
+ {
263
+ "id": "arrow-C-D-00000098",
264
+ "type": "arrow"
265
+ },
266
+ {
267
+ "id": "arrow-D-E-000000ds",
268
+ "type": "arrow"
269
+ }
270
+ ],
271
+ "updated": 1,
272
+ "link": null,
273
+ "locked": false,
274
+ "index": null
275
+ },
276
+ {
277
+ "id": "label-D-0000007w",
278
+ "type": "text",
279
+ "x": 173,
280
+ "y": 560.5,
281
+ "width": 181,
282
+ "height": 25,
283
+ "angle": 0,
284
+ "strokeColor": "#1B1F23",
285
+ "backgroundColor": "transparent",
286
+ "fillStyle": "solid",
287
+ "strokeWidth": 1,
288
+ "strokeStyle": "solid",
289
+ "roughness": 1,
290
+ "opacity": 100,
291
+ "groupIds": [],
292
+ "frameId": null,
293
+ "roundness": null,
294
+ "seed": 284,
295
+ "version": 1,
296
+ "versionNonce": 284,
297
+ "isDeleted": false,
298
+ "boundElements": null,
299
+ "updated": 1,
300
+ "link": null,
301
+ "locked": false,
302
+ "text": "Database Result",
303
+ "fontSize": 20,
304
+ "fontFamily": 5,
305
+ "textAlign": "center",
306
+ "verticalAlign": "middle",
307
+ "baseline": 15,
308
+ "containerId": "shape-D-000000bd",
309
+ "originalText": "Database Result",
310
+ "autoResize": true,
311
+ "lineHeight": 1.25,
312
+ "index": null
313
+ },
314
+ {
315
+ "id": "shape-E-000000j2",
316
+ "type": "rectangle",
317
+ "x": 66,
318
+ "y": 691,
319
+ "width": 396,
320
+ "height": 78,
321
+ "angle": 0,
322
+ "strokeColor": "#1B1F23",
323
+ "backgroundColor": "transparent",
324
+ "fillStyle": "solid",
325
+ "strokeWidth": 2,
326
+ "strokeStyle": "solid",
327
+ "roughness": 1,
328
+ "opacity": 100,
329
+ "groupIds": [],
330
+ "frameId": null,
331
+ "roundness": {
332
+ "type": 3
333
+ },
334
+ "seed": 686,
335
+ "version": 1,
336
+ "versionNonce": 686,
337
+ "isDeleted": false,
338
+ "boundElements": [
339
+ {
340
+ "id": "arrow-D-E-000000ds",
341
+ "type": "arrow"
342
+ },
343
+ {
344
+ "id": "arrow-E-F-000000qt",
345
+ "type": "arrow"
346
+ }
347
+ ],
348
+ "updated": 1,
349
+ "link": null,
350
+ "locked": false,
351
+ "index": null
352
+ },
353
+ {
354
+ "id": "label-E-000000i8",
355
+ "type": "text",
356
+ "x": 66,
357
+ "y": 732.5,
358
+ "width": 396,
359
+ "height": 20,
360
+ "angle": 0,
361
+ "strokeColor": "#1B1F23",
362
+ "backgroundColor": "transparent",
363
+ "fillStyle": "solid",
364
+ "strokeWidth": 1,
365
+ "strokeStyle": "solid",
366
+ "roughness": 1,
367
+ "opacity": 100,
368
+ "groupIds": [],
369
+ "frameId": null,
370
+ "roundness": null,
371
+ "seed": 656,
372
+ "version": 1,
373
+ "versionNonce": 656,
374
+ "isDeleted": false,
375
+ "boundElements": null,
376
+ "updated": 1,
377
+ "link": null,
378
+ "locked": false,
379
+ "text": "(marshalRecordFromSourceToObject)",
380
+ "fontSize": 16,
381
+ "fontFamily": 5,
382
+ "textAlign": "center",
383
+ "verticalAlign": "top",
384
+ "baseline": 15,
385
+ "containerId": null,
386
+ "originalText": "(marshalRecordFromSourceToObject)",
387
+ "autoResize": true,
388
+ "lineHeight": 1.25,
389
+ "index": null
390
+ },
391
+ {
392
+ "id": "shape-F-000000hm",
393
+ "type": "rectangle",
394
+ "x": 110,
395
+ "y": 859,
396
+ "width": 307,
397
+ "height": 78,
398
+ "angle": 0,
399
+ "strokeColor": "#1B1F23",
400
+ "backgroundColor": "transparent",
401
+ "fillStyle": "solid",
402
+ "strokeWidth": 2,
403
+ "strokeStyle": "solid",
404
+ "roughness": 1,
405
+ "opacity": 100,
406
+ "groupIds": [],
407
+ "frameId": null,
408
+ "roundness": {
409
+ "type": 3
410
+ },
411
+ "seed": 634,
412
+ "version": 1,
413
+ "versionNonce": 634,
414
+ "isDeleted": false,
415
+ "boundElements": [
416
+ {
417
+ "id": "arrow-E-F-000000qt",
418
+ "type": "arrow"
419
+ }
420
+ ],
421
+ "updated": 1,
422
+ "link": null,
423
+ "locked": false,
424
+ "index": null
425
+ },
426
+ {
427
+ "id": "label-F-000000jo",
428
+ "type": "text",
429
+ "x": 110,
430
+ "y": 900.5,
431
+ "width": 307,
432
+ "height": 20,
433
+ "angle": 0,
434
+ "strokeColor": "#1B1F23",
435
+ "backgroundColor": "transparent",
436
+ "fillStyle": "solid",
437
+ "strokeWidth": 1,
438
+ "strokeStyle": "solid",
439
+ "roughness": 1,
440
+ "opacity": 100,
441
+ "groupIds": [],
442
+ "frameId": null,
443
+ "roundness": null,
444
+ "seed": 708,
445
+ "version": 1,
446
+ "versionNonce": 708,
447
+ "isDeleted": false,
448
+ "boundElements": null,
449
+ "updated": 1,
450
+ "link": null,
451
+ "locked": false,
452
+ "text": "(pError, pQuery, pRecord)",
453
+ "fontSize": 16,
454
+ "fontFamily": 5,
455
+ "textAlign": "center",
456
+ "verticalAlign": "top",
457
+ "baseline": 15,
458
+ "containerId": null,
459
+ "originalText": "(pError, pQuery, pRecord)",
460
+ "autoResize": true,
461
+ "lineHeight": 1.25,
462
+ "index": null
463
+ },
464
+ {
465
+ "id": "arrow-A-B-0000008o",
466
+ "type": "arrow",
467
+ "x": 263.5,
468
+ "y": 119,
469
+ "width": 0.5,
470
+ "height": 90,
471
+ "angle": 0,
472
+ "strokeColor": "#2E7D74",
473
+ "backgroundColor": "transparent",
474
+ "fillStyle": "solid",
475
+ "strokeWidth": 2,
476
+ "strokeStyle": "solid",
477
+ "roughness": 1,
478
+ "opacity": 100,
479
+ "groupIds": [],
480
+ "frameId": null,
481
+ "roundness": null,
482
+ "seed": 312,
483
+ "version": 1,
484
+ "versionNonce": 312,
485
+ "isDeleted": false,
486
+ "boundElements": [],
487
+ "updated": 1,
488
+ "link": null,
489
+ "locked": false,
490
+ "points": [
491
+ [
492
+ 0,
493
+ 0
494
+ ],
495
+ [
496
+ 0,
497
+ 16
498
+ ],
499
+ [
500
+ 0.004458161865557031,
501
+ 19.875171467764062
502
+ ],
503
+ [
504
+ 0.017146776405979836,
505
+ 23.519890260631
506
+ ],
507
+ [
508
+ 0.03703703703706651,
509
+ 26.962962962962962
510
+ ],
511
+ [
512
+ 0.06310013717421725,
513
+ 30.23319615912206
514
+ ],
515
+ [
516
+ 0.09430727023323016,
517
+ 33.35939643347052
518
+ ],
519
+ [
520
+ 0.12962962962967595,
521
+ 36.37037037037038
522
+ ],
523
+ [
524
+ 0.1680384087791822,
525
+ 39.29492455418381
526
+ ],
527
+ [
528
+ 0.2085048010974333,
529
+ 42.161865569273004
530
+ ],
531
+ [
532
+ 0.25,
533
+ 45
534
+ ],
535
+ [
536
+ 0.29149519890262354,
537
+ 47.83813443072705
538
+ ],
539
+ [
540
+ 0.3319615912208178,
541
+ 50.70507544581619
542
+ ],
543
+ [
544
+ 0.3703703703703809,
545
+ 53.62962962962962
546
+ ],
547
+ [
548
+ 0.4056927297668267,
549
+ 56.64060356652951
550
+ ],
551
+ [
552
+ 0.4368998628258396,
553
+ 59.76680384087791
554
+ ],
555
+ [
556
+ 0.4629629629629335,
557
+ 63.03703703703707
558
+ ],
559
+ [
560
+ 0.4828532235939633,
561
+ 66.480109739369
562
+ ],
563
+ [
564
+ 0.49554183813444297,
565
+ 70.12482853223594
566
+ ],
567
+ [
568
+ 0.5,
569
+ 74
570
+ ],
571
+ [
572
+ 0.5,
573
+ 90
574
+ ]
575
+ ],
576
+ "lastCommittedPoint": null,
577
+ "startBinding": {
578
+ "elementId": "shape-A-000000ak",
579
+ "focus": 0,
580
+ "gap": 8
581
+ },
582
+ "endBinding": {
583
+ "elementId": "shape-B-000000m9",
584
+ "focus": 0,
585
+ "gap": 8
586
+ },
587
+ "startArrowhead": null,
588
+ "endArrowhead": "arrow",
589
+ "elbowed": false,
590
+ "index": null
591
+ },
592
+ {
593
+ "id": "arrow-B-C-000000ko",
594
+ "type": "arrow",
595
+ "x": 264,
596
+ "y": 287,
597
+ "width": 0.5,
598
+ "height": 90,
599
+ "angle": 0,
600
+ "strokeColor": "#2E7D74",
601
+ "backgroundColor": "transparent",
602
+ "fillStyle": "solid",
603
+ "strokeWidth": 2,
604
+ "strokeStyle": "solid",
605
+ "roughness": 1,
606
+ "opacity": 100,
607
+ "groupIds": [],
608
+ "frameId": null,
609
+ "roundness": null,
610
+ "seed": 744,
611
+ "version": 1,
612
+ "versionNonce": 744,
613
+ "isDeleted": false,
614
+ "boundElements": [],
615
+ "updated": 1,
616
+ "link": null,
617
+ "locked": false,
618
+ "points": [
619
+ [
620
+ 0,
621
+ 0
622
+ ],
623
+ [
624
+ 0,
625
+ 16
626
+ ],
627
+ [
628
+ -0.004458161865613874,
629
+ 19.875171467764005
630
+ ],
631
+ [
632
+ -0.017146776406093522,
633
+ 23.519890260630973
634
+ ],
635
+ [
636
+ -0.03703703703706651,
637
+ 26.96296296296299
638
+ ],
639
+ [
640
+ -0.06310013717421725,
641
+ 30.233196159122087
642
+ ],
643
+ [
644
+ -0.09430727023317331,
645
+ 33.359396433470465
646
+ ],
647
+ [
648
+ -0.1296296296296191,
649
+ 36.37037037037038
650
+ ],
651
+ [
652
+ -0.16803840877912535,
653
+ 39.294924554183865
654
+ ],
655
+ [
656
+ -0.20850480109737646,
657
+ 42.161865569273004
658
+ ],
659
+ [
660
+ -0.25,
661
+ 45
662
+ ],
663
+ [
664
+ -0.29149519890262354,
665
+ 47.83813443072705
666
+ ],
667
+ [
668
+ -0.33196159122087465,
669
+ 50.70507544581619
670
+ ],
671
+ [
672
+ -0.3703703703703809,
673
+ 53.629629629629676
674
+ ],
675
+ [
676
+ -0.40569272976676984,
677
+ 56.640603566529535
678
+ ],
679
+ [
680
+ -0.43689986282578275,
681
+ 59.76680384087791
682
+ ],
683
+ [
684
+ -0.4629629629629335,
685
+ 63.03703703703707
686
+ ],
687
+ [
688
+ -0.4828532235939633,
689
+ 66.48010973936903
690
+ ],
691
+ [
692
+ -0.49554183813444297,
693
+ 70.12482853223594
694
+ ],
695
+ [
696
+ -0.5,
697
+ 74
698
+ ],
699
+ [
700
+ -0.5,
701
+ 90
702
+ ]
703
+ ],
704
+ "lastCommittedPoint": null,
705
+ "startBinding": {
706
+ "elementId": "shape-B-000000m9",
707
+ "focus": 0,
708
+ "gap": 8
709
+ },
710
+ "endBinding": {
711
+ "elementId": "shape-C-0000005g",
712
+ "focus": 0,
713
+ "gap": 8
714
+ },
715
+ "startArrowhead": null,
716
+ "endArrowhead": "arrow",
717
+ "elbowed": false,
718
+ "index": null
719
+ },
720
+ {
721
+ "id": "arrow-C-D-00000098",
722
+ "type": "arrow",
723
+ "x": 263.5,
724
+ "y": 455,
725
+ "width": 1.1368683772161603e-13,
726
+ "height": 90,
727
+ "angle": 0,
728
+ "strokeColor": "#2E7D74",
729
+ "backgroundColor": "transparent",
730
+ "fillStyle": "solid",
731
+ "strokeWidth": 2,
732
+ "strokeStyle": "solid",
733
+ "roughness": 1,
734
+ "opacity": 100,
735
+ "groupIds": [],
736
+ "frameId": null,
737
+ "roundness": null,
738
+ "seed": 332,
739
+ "version": 1,
740
+ "versionNonce": 332,
741
+ "isDeleted": false,
742
+ "boundElements": [],
743
+ "updated": 1,
744
+ "link": null,
745
+ "locked": false,
746
+ "points": [
747
+ [
748
+ 0,
749
+ 0
750
+ ],
751
+ [
752
+ 0,
753
+ 16
754
+ ],
755
+ [
756
+ -5.684341886080802e-14,
757
+ 19.875171467764005
758
+ ],
759
+ [
760
+ -5.684341886080802e-14,
761
+ 23.519890260630973
762
+ ],
763
+ [
764
+ 0,
765
+ 26.962962962963047
766
+ ],
767
+ [
768
+ 0,
769
+ 30.233196159122087
770
+ ],
771
+ [
772
+ 0,
773
+ 33.35939643347058
774
+ ],
775
+ [
776
+ 0,
777
+ 36.370370370370495
778
+ ],
779
+ [
780
+ 0,
781
+ 39.294924554183865
782
+ ],
783
+ [
784
+ 5.684341886080802e-14,
785
+ 42.161865569273004
786
+ ],
787
+ [
788
+ 0,
789
+ 45
790
+ ],
791
+ [
792
+ 0,
793
+ 47.83813443072705
794
+ ],
795
+ [
796
+ 0,
797
+ 50.70507544581619
798
+ ],
799
+ [
800
+ 0,
801
+ 53.629629629629676
802
+ ],
803
+ [
804
+ 0,
805
+ 56.640603566529535
806
+ ],
807
+ [
808
+ 0,
809
+ 59.76680384087797
810
+ ],
811
+ [
812
+ 0,
813
+ 63.03703703703718
814
+ ],
815
+ [
816
+ 0,
817
+ 66.48010973936903
818
+ ],
819
+ [
820
+ 0,
821
+ 70.12482853223594
822
+ ],
823
+ [
824
+ 0,
825
+ 74
826
+ ],
827
+ [
828
+ 0,
829
+ 90
830
+ ]
831
+ ],
832
+ "lastCommittedPoint": null,
833
+ "startBinding": {
834
+ "elementId": "shape-C-0000005g",
835
+ "focus": 0,
836
+ "gap": 8
837
+ },
838
+ "endBinding": {
839
+ "elementId": "shape-D-000000bd",
840
+ "focus": 0,
841
+ "gap": 8
842
+ },
843
+ "startArrowhead": null,
844
+ "endArrowhead": "arrow",
845
+ "elbowed": false,
846
+ "index": null
847
+ },
848
+ {
849
+ "id": "arrow-D-E-000000ds",
850
+ "type": "arrow",
851
+ "x": 263.5,
852
+ "y": 601,
853
+ "width": 0.5,
854
+ "height": 90,
855
+ "angle": 0,
856
+ "strokeColor": "#2E7D74",
857
+ "backgroundColor": "transparent",
858
+ "fillStyle": "solid",
859
+ "strokeWidth": 2,
860
+ "strokeStyle": "solid",
861
+ "roughness": 1,
862
+ "opacity": 100,
863
+ "groupIds": [],
864
+ "frameId": null,
865
+ "roundness": null,
866
+ "seed": 496,
867
+ "version": 1,
868
+ "versionNonce": 496,
869
+ "isDeleted": false,
870
+ "boundElements": [],
871
+ "updated": 1,
872
+ "link": null,
873
+ "locked": false,
874
+ "points": [
875
+ [
876
+ 0,
877
+ 0
878
+ ],
879
+ [
880
+ 0,
881
+ 16
882
+ ],
883
+ [
884
+ 0.004458161865557031,
885
+ 19.87517146776395
886
+ ],
887
+ [
888
+ 0.017146776405979836,
889
+ 23.519890260631087
890
+ ],
891
+ [
892
+ 0.03703703703706651,
893
+ 26.962962962963047
894
+ ],
895
+ [
896
+ 0.06310013717421725,
897
+ 30.23319615912203
898
+ ],
899
+ [
900
+ 0.09430727023323016,
901
+ 33.35939643347058
902
+ ],
903
+ [
904
+ 0.12962962962967595,
905
+ 36.37037037037044
906
+ ],
907
+ [
908
+ 0.1680384087791822,
909
+ 39.29492455418381
910
+ ],
911
+ [
912
+ 0.2085048010974333,
913
+ 42.161865569273004
914
+ ],
915
+ [
916
+ 0.25,
917
+ 45
918
+ ],
919
+ [
920
+ 0.29149519890262354,
921
+ 47.83813443072711
922
+ ],
923
+ [
924
+ 0.3319615912208178,
925
+ 50.70507544581619
926
+ ],
927
+ [
928
+ 0.3703703703703809,
929
+ 53.62962962962956
930
+ ],
931
+ [
932
+ 0.4056927297668267,
933
+ 56.640603566529535
934
+ ],
935
+ [
936
+ 0.4368998628258396,
937
+ 59.766803840877856
938
+ ],
939
+ [
940
+ 0.4629629629629335,
941
+ 63.03703703703718
942
+ ],
943
+ [
944
+ 0.4828532235939633,
945
+ 66.48010973936903
946
+ ],
947
+ [
948
+ 0.49554183813444297,
949
+ 70.12482853223594
950
+ ],
951
+ [
952
+ 0.5,
953
+ 74
954
+ ],
955
+ [
956
+ 0.5,
957
+ 90
958
+ ]
959
+ ],
960
+ "lastCommittedPoint": null,
961
+ "startBinding": {
962
+ "elementId": "shape-D-000000bd",
963
+ "focus": 0,
964
+ "gap": 8
965
+ },
966
+ "endBinding": {
967
+ "elementId": "shape-E-000000j2",
968
+ "focus": 0,
969
+ "gap": 8
970
+ },
971
+ "startArrowhead": null,
972
+ "endArrowhead": "arrow",
973
+ "elbowed": false,
974
+ "index": null
975
+ },
976
+ {
977
+ "id": "arrow-E-F-000000qt",
978
+ "type": "arrow",
979
+ "x": 264,
980
+ "y": 769,
981
+ "width": 0.5,
982
+ "height": 90,
983
+ "angle": 0,
984
+ "strokeColor": "#2E7D74",
985
+ "backgroundColor": "transparent",
986
+ "fillStyle": "solid",
987
+ "strokeWidth": 2,
988
+ "strokeStyle": "solid",
989
+ "roughness": 1,
990
+ "opacity": 100,
991
+ "groupIds": [],
992
+ "frameId": null,
993
+ "roundness": null,
994
+ "seed": 965,
995
+ "version": 1,
996
+ "versionNonce": 965,
997
+ "isDeleted": false,
998
+ "boundElements": [],
999
+ "updated": 1,
1000
+ "link": null,
1001
+ "locked": false,
1002
+ "points": [
1003
+ [
1004
+ 0,
1005
+ 0
1006
+ ],
1007
+ [
1008
+ 0,
1009
+ 16
1010
+ ],
1011
+ [
1012
+ -0.004458161865613874,
1013
+ 19.87517146776395
1014
+ ],
1015
+ [
1016
+ -0.017146776406093522,
1017
+ 23.51989026063086
1018
+ ],
1019
+ [
1020
+ -0.03703703703706651,
1021
+ 26.962962962963047
1022
+ ],
1023
+ [
1024
+ -0.06310013717421725,
1025
+ 30.23319615912203
1026
+ ],
1027
+ [
1028
+ -0.09430727023317331,
1029
+ 33.35939643347058
1030
+ ],
1031
+ [
1032
+ -0.1296296296296191,
1033
+ 36.37037037037044
1034
+ ],
1035
+ [
1036
+ -0.16803840877912535,
1037
+ 39.29492455418392
1038
+ ],
1039
+ [
1040
+ -0.20850480109737646,
1041
+ 42.16186556927289
1042
+ ],
1043
+ [
1044
+ -0.25,
1045
+ 45
1046
+ ],
1047
+ [
1048
+ -0.29149519890262354,
1049
+ 47.83813443072711
1050
+ ],
1051
+ [
1052
+ -0.33196159122087465,
1053
+ 50.70507544581619
1054
+ ],
1055
+ [
1056
+ -0.3703703703703809,
1057
+ 53.62962962962956
1058
+ ],
1059
+ [
1060
+ -0.40569272976676984,
1061
+ 56.640603566529535
1062
+ ],
1063
+ [
1064
+ -0.43689986282578275,
1065
+ 59.766803840877856
1066
+ ],
1067
+ [
1068
+ -0.4629629629629335,
1069
+ 63.03703703703718
1070
+ ],
1071
+ [
1072
+ -0.4828532235939633,
1073
+ 66.48010973936903
1074
+ ],
1075
+ [
1076
+ -0.49554183813444297,
1077
+ 70.12482853223594
1078
+ ],
1079
+ [
1080
+ -0.5,
1081
+ 74
1082
+ ],
1083
+ [
1084
+ -0.5,
1085
+ 90
1086
+ ]
1087
+ ],
1088
+ "lastCommittedPoint": null,
1089
+ "startBinding": {
1090
+ "elementId": "shape-E-000000j2",
1091
+ "focus": 0,
1092
+ "gap": 8
1093
+ },
1094
+ "endBinding": {
1095
+ "elementId": "shape-F-000000hm",
1096
+ "focus": 0,
1097
+ "gap": 8
1098
+ },
1099
+ "startArrowhead": null,
1100
+ "endArrowhead": "arrow",
1101
+ "elbowed": false,
1102
+ "index": null
1103
+ },
1104
+ {
1105
+ "id": "label-A-0000009c_title",
1106
+ "type": "text",
1107
+ "x": 16,
1108
+ "y": 35,
1109
+ "width": 495,
1110
+ "height": 25,
1111
+ "angle": 0,
1112
+ "strokeColor": "#1B1F23",
1113
+ "backgroundColor": "transparent",
1114
+ "fillStyle": "solid",
1115
+ "strokeWidth": 1,
1116
+ "strokeStyle": "solid",
1117
+ "roughness": 1,
1118
+ "opacity": 100,
1119
+ "groupIds": [],
1120
+ "frameId": null,
1121
+ "roundness": null,
1122
+ "seed": 664,
1123
+ "version": 1,
1124
+ "versionNonce": 336,
1125
+ "isDeleted": false,
1126
+ "boundElements": null,
1127
+ "updated": 1,
1128
+ "link": null,
1129
+ "locked": false,
1130
+ "text": "Application calls",
1131
+ "fontSize": 20,
1132
+ "fontFamily": 5,
1133
+ "textAlign": "center",
1134
+ "verticalAlign": "top",
1135
+ "baseline": 15,
1136
+ "containerId": null,
1137
+ "originalText": "Application calls",
1138
+ "autoResize": true,
1139
+ "lineHeight": 1.25,
1140
+ "index": null
1141
+ },
1142
+ {
1143
+ "id": "label-B-000000jc_title",
1144
+ "type": "text",
1145
+ "x": 154,
1146
+ "y": 225.5,
1147
+ "width": 220,
1148
+ "height": 25,
1149
+ "angle": 0,
1150
+ "strokeColor": "#1B1F23",
1151
+ "backgroundColor": "transparent",
1152
+ "fillStyle": "solid",
1153
+ "strokeWidth": 1,
1154
+ "strokeStyle": "solid",
1155
+ "roughness": 1,
1156
+ "opacity": 100,
1157
+ "groupIds": [],
1158
+ "frameId": null,
1159
+ "roundness": null,
1160
+ "seed": 240,
1161
+ "version": 1,
1162
+ "versionNonce": 696,
1163
+ "isDeleted": false,
1164
+ "boundElements": null,
1165
+ "updated": 1,
1166
+ "link": null,
1167
+ "locked": false,
1168
+ "text": "Behavior Module",
1169
+ "fontSize": 20,
1170
+ "fontFamily": 5,
1171
+ "textAlign": "center",
1172
+ "verticalAlign": "top",
1173
+ "baseline": 15,
1174
+ "containerId": null,
1175
+ "originalText": "Behavior Module",
1176
+ "autoResize": true,
1177
+ "lineHeight": 1.25,
1178
+ "index": null
1179
+ },
1180
+ {
1181
+ "id": "label-C-0000004c_title",
1182
+ "type": "text",
1183
+ "x": 60,
1184
+ "y": 393.5,
1185
+ "width": 407,
1186
+ "height": 25,
1187
+ "angle": 0,
1188
+ "strokeColor": "#1B1F23",
1189
+ "backgroundColor": "transparent",
1190
+ "fillStyle": "solid",
1191
+ "strokeWidth": 1,
1192
+ "strokeStyle": "solid",
1193
+ "roughness": 1,
1194
+ "opacity": 100,
1195
+ "groupIds": [],
1196
+ "frameId": null,
1197
+ "roundness": null,
1198
+ "seed": 885,
1199
+ "version": 1,
1200
+ "versionNonce": 156,
1201
+ "isDeleted": false,
1202
+ "boundElements": null,
1203
+ "updated": 1,
1204
+ "link": null,
1205
+ "locked": false,
1206
+ "text": "Provider.Create / Read /",
1207
+ "fontSize": 20,
1208
+ "fontFamily": 5,
1209
+ "textAlign": "center",
1210
+ "verticalAlign": "top",
1211
+ "baseline": 15,
1212
+ "containerId": null,
1213
+ "originalText": "Provider.Create / Read /",
1214
+ "autoResize": true,
1215
+ "lineHeight": 1.25,
1216
+ "index": null
1217
+ },
1218
+ {
1219
+ "id": "label-E-000000i8_title",
1220
+ "type": "text",
1221
+ "x": 66,
1222
+ "y": 707.5,
1223
+ "width": 396,
1224
+ "height": 25,
1225
+ "angle": 0,
1226
+ "strokeColor": "#1B1F23",
1227
+ "backgroundColor": "transparent",
1228
+ "fillStyle": "solid",
1229
+ "strokeWidth": 1,
1230
+ "strokeStyle": "solid",
1231
+ "roughness": 1,
1232
+ "opacity": 100,
1233
+ "groupIds": [],
1234
+ "frameId": null,
1235
+ "roundness": null,
1236
+ "seed": 400,
1237
+ "version": 1,
1238
+ "versionNonce": 656,
1239
+ "isDeleted": false,
1240
+ "boundElements": null,
1241
+ "updated": 1,
1242
+ "link": null,
1243
+ "locked": false,
1244
+ "text": "Marshal Record",
1245
+ "fontSize": 20,
1246
+ "fontFamily": 5,
1247
+ "textAlign": "center",
1248
+ "verticalAlign": "top",
1249
+ "baseline": 15,
1250
+ "containerId": null,
1251
+ "originalText": "Marshal Record",
1252
+ "autoResize": true,
1253
+ "lineHeight": 1.25,
1254
+ "index": null
1255
+ },
1256
+ {
1257
+ "id": "label-F-000000jo_title",
1258
+ "type": "text",
1259
+ "x": 110,
1260
+ "y": 875.5,
1261
+ "width": 307,
1262
+ "height": 25,
1263
+ "angle": 0,
1264
+ "strokeColor": "#1B1F23",
1265
+ "backgroundColor": "transparent",
1266
+ "fillStyle": "solid",
1267
+ "strokeWidth": 1,
1268
+ "strokeStyle": "solid",
1269
+ "roughness": 1,
1270
+ "opacity": 100,
1271
+ "groupIds": [],
1272
+ "frameId": null,
1273
+ "roundness": null,
1274
+ "seed": 236,
1275
+ "version": 1,
1276
+ "versionNonce": 708,
1277
+ "isDeleted": false,
1278
+ "boundElements": null,
1279
+ "updated": 1,
1280
+ "link": null,
1281
+ "locked": false,
1282
+ "text": "Callback",
1283
+ "fontSize": 20,
1284
+ "fontFamily": 5,
1285
+ "textAlign": "center",
1286
+ "verticalAlign": "top",
1287
+ "baseline": 15,
1288
+ "containerId": null,
1289
+ "originalText": "Callback",
1290
+ "autoResize": true,
1291
+ "lineHeight": 1.25,
1292
+ "index": null
1293
+ }
1294
+ ],
1295
+ "appState": {
1296
+ "viewBackgroundColor": "#FBF7EE",
1297
+ "theme": "light",
1298
+ "gridSize": null,
1299
+ "exportBackground": true,
1300
+ "exportEmbedScene": true,
1301
+ "exportScale": 1,
1302
+ "currentItemFontFamily": 5
1303
+ },
1304
+ "files": {}
1305
+ }