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,2016 @@
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": 412,
10
+ "y": 16,
11
+ "width": 473,
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": "label-A-0000009c",
33
+ "type": "text"
34
+ },
35
+ {
36
+ "id": "arrow-A-B-0000008o",
37
+ "type": "arrow"
38
+ }
39
+ ],
40
+ "updated": 1,
41
+ "link": null,
42
+ "locked": false,
43
+ "index": null
44
+ },
45
+ {
46
+ "id": "label-A-0000009c",
47
+ "type": "text",
48
+ "x": 420,
49
+ "y": 30,
50
+ "width": 457,
51
+ "height": 75,
52
+ "angle": 0,
53
+ "strokeColor": "#1B1F23",
54
+ "backgroundColor": "transparent",
55
+ "fillStyle": "solid",
56
+ "strokeWidth": 1,
57
+ "strokeStyle": "solid",
58
+ "roughness": 1,
59
+ "opacity": 100,
60
+ "groupIds": [],
61
+ "frameId": null,
62
+ "roundness": null,
63
+ "seed": 336,
64
+ "version": 1,
65
+ "versionNonce": 336,
66
+ "isDeleted": false,
67
+ "boundElements": null,
68
+ "updated": 1,
69
+ "link": null,
70
+ "locked": false,
71
+ "text": "Step 0: GUID Uniqueness Check\nIf GUID is provided and >= 5 chars,\nquery for existing record with same GUID",
72
+ "fontSize": 20,
73
+ "fontFamily": 5,
74
+ "textAlign": "center",
75
+ "verticalAlign": "middle",
76
+ "baseline": 15,
77
+ "containerId": "shape-A-000000ak",
78
+ "originalText": "Step 0: GUID Uniqueness Check\nIf GUID is provided and >= 5 chars,\nquery for existing record with same GUID",
79
+ "autoResize": true,
80
+ "lineHeight": 1.25,
81
+ "index": null
82
+ },
83
+ {
84
+ "id": "shape-B-000000m9",
85
+ "type": "diamond",
86
+ "x": 550,
87
+ "y": 209,
88
+ "width": 197,
89
+ "height": 78,
90
+ "angle": 0,
91
+ "strokeColor": "#1B1F23",
92
+ "backgroundColor": "transparent",
93
+ "fillStyle": "solid",
94
+ "strokeWidth": 2,
95
+ "strokeStyle": "solid",
96
+ "roughness": 1,
97
+ "opacity": 100,
98
+ "groupIds": [],
99
+ "frameId": null,
100
+ "roundness": {
101
+ "type": 3
102
+ },
103
+ "seed": 801,
104
+ "version": 1,
105
+ "versionNonce": 801,
106
+ "isDeleted": false,
107
+ "boundElements": [
108
+ {
109
+ "id": "arrow-A-B-0000008o",
110
+ "type": "arrow"
111
+ },
112
+ {
113
+ "id": "arrow-B-C-000000ko",
114
+ "type": "arrow"
115
+ },
116
+ {
117
+ "id": "arrow-B-D-000000ns",
118
+ "type": "arrow"
119
+ }
120
+ ],
121
+ "updated": 1,
122
+ "link": null,
123
+ "locked": false,
124
+ "index": null
125
+ },
126
+ {
127
+ "id": "label-B-000000jc",
128
+ "type": "text",
129
+ "x": 550,
130
+ "y": 250.5,
131
+ "width": 197,
132
+ "height": 20,
133
+ "angle": 0,
134
+ "strokeColor": "#1B1F23",
135
+ "backgroundColor": "transparent",
136
+ "fillStyle": "solid",
137
+ "strokeWidth": 1,
138
+ "strokeStyle": "solid",
139
+ "roughness": 1,
140
+ "opacity": 100,
141
+ "groupIds": [],
142
+ "frameId": null,
143
+ "roundness": null,
144
+ "seed": 696,
145
+ "version": 1,
146
+ "versionNonce": 696,
147
+ "isDeleted": false,
148
+ "boundElements": null,
149
+ "updated": 1,
150
+ "link": null,
151
+ "locked": false,
152
+ "text": "already exists?",
153
+ "fontSize": 16,
154
+ "fontFamily": 5,
155
+ "textAlign": "center",
156
+ "verticalAlign": "top",
157
+ "baseline": 15,
158
+ "containerId": null,
159
+ "originalText": "already exists?",
160
+ "autoResize": true,
161
+ "lineHeight": 1.25,
162
+ "index": null
163
+ },
164
+ {
165
+ "id": "shape-C-0000005g",
166
+ "type": "rectangle",
167
+ "x": 162,
168
+ "y": 401,
169
+ "width": 451,
170
+ "height": 56,
171
+ "angle": 0,
172
+ "strokeColor": "#1B1F23",
173
+ "backgroundColor": "transparent",
174
+ "fillStyle": "solid",
175
+ "strokeWidth": 2,
176
+ "strokeStyle": "solid",
177
+ "roughness": 1,
178
+ "opacity": 100,
179
+ "groupIds": [],
180
+ "frameId": null,
181
+ "roundness": {
182
+ "type": 3
183
+ },
184
+ "seed": 196,
185
+ "version": 1,
186
+ "versionNonce": 196,
187
+ "isDeleted": false,
188
+ "boundElements": [
189
+ {
190
+ "id": "label-C-0000004c",
191
+ "type": "text"
192
+ },
193
+ {
194
+ "id": "arrow-B-C-000000ko",
195
+ "type": "arrow"
196
+ }
197
+ ],
198
+ "updated": 1,
199
+ "link": null,
200
+ "locked": false,
201
+ "index": null
202
+ },
203
+ {
204
+ "id": "label-C-0000004c",
205
+ "type": "text",
206
+ "x": 170,
207
+ "y": 416.5,
208
+ "width": 435,
209
+ "height": 25,
210
+ "angle": 0,
211
+ "strokeColor": "#1B1F23",
212
+ "backgroundColor": "transparent",
213
+ "fillStyle": "solid",
214
+ "strokeWidth": 1,
215
+ "strokeStyle": "solid",
216
+ "roughness": 1,
217
+ "opacity": 100,
218
+ "groupIds": [],
219
+ "frameId": null,
220
+ "roundness": null,
221
+ "seed": 156,
222
+ "version": 1,
223
+ "versionNonce": 156,
224
+ "isDeleted": false,
225
+ "boundElements": null,
226
+ "updated": 1,
227
+ "link": null,
228
+ "locked": false,
229
+ "text": "Error: Record with GUID already exists",
230
+ "fontSize": 20,
231
+ "fontFamily": 5,
232
+ "textAlign": "center",
233
+ "verticalAlign": "middle",
234
+ "baseline": 15,
235
+ "containerId": "shape-C-0000005g",
236
+ "originalText": "Error: Record with GUID already exists",
237
+ "autoResize": true,
238
+ "lineHeight": 1.25,
239
+ "index": null
240
+ },
241
+ {
242
+ "id": "shape-D-000000bd",
243
+ "type": "rectangle",
244
+ "x": 658,
245
+ "y": 377,
246
+ "width": 506,
247
+ "height": 103,
248
+ "angle": 0,
249
+ "strokeColor": "#1B1F23",
250
+ "backgroundColor": "transparent",
251
+ "fillStyle": "solid",
252
+ "strokeWidth": 2,
253
+ "strokeStyle": "solid",
254
+ "roughness": 1,
255
+ "opacity": 100,
256
+ "groupIds": [],
257
+ "frameId": null,
258
+ "roundness": {
259
+ "type": 3
260
+ },
261
+ "seed": 409,
262
+ "version": 1,
263
+ "versionNonce": 409,
264
+ "isDeleted": false,
265
+ "boundElements": [
266
+ {
267
+ "id": "label-D-0000007w",
268
+ "type": "text"
269
+ },
270
+ {
271
+ "id": "arrow-B-D-000000ns",
272
+ "type": "arrow"
273
+ },
274
+ {
275
+ "id": "arrow-D-E-000000ds",
276
+ "type": "arrow"
277
+ }
278
+ ],
279
+ "updated": 1,
280
+ "link": null,
281
+ "locked": false,
282
+ "index": null
283
+ },
284
+ {
285
+ "id": "label-D-0000007w",
286
+ "type": "text",
287
+ "x": 666,
288
+ "y": 391,
289
+ "width": 490,
290
+ "height": 75,
291
+ "angle": 0,
292
+ "strokeColor": "#1B1F23",
293
+ "backgroundColor": "transparent",
294
+ "fillStyle": "solid",
295
+ "strokeWidth": 1,
296
+ "strokeStyle": "solid",
297
+ "roughness": 1,
298
+ "opacity": 100,
299
+ "groupIds": [],
300
+ "frameId": null,
301
+ "roundness": null,
302
+ "seed": 284,
303
+ "version": 1,
304
+ "versionNonce": 284,
305
+ "isDeleted": false,
306
+ "boundElements": null,
307
+ "updated": 1,
308
+ "link": null,
309
+ "locked": false,
310
+ "text": "Step 1: Insert Record\nMerge default object with submitted record,\nset IDUser, call Provider.Create",
311
+ "fontSize": 20,
312
+ "fontFamily": 5,
313
+ "textAlign": "center",
314
+ "verticalAlign": "middle",
315
+ "baseline": 15,
316
+ "containerId": "shape-D-000000bd",
317
+ "originalText": "Step 1: Insert Record\nMerge default object with submitted record,\nset IDUser, call Provider.Create",
318
+ "autoResize": true,
319
+ "lineHeight": 1.25,
320
+ "index": null
321
+ },
322
+ {
323
+ "id": "shape-E-000000j2",
324
+ "type": "diamond",
325
+ "x": 316,
326
+ "y": 570,
327
+ "width": 142,
328
+ "height": 78,
329
+ "angle": 0,
330
+ "strokeColor": "#1B1F23",
331
+ "backgroundColor": "transparent",
332
+ "fillStyle": "solid",
333
+ "strokeWidth": 2,
334
+ "strokeStyle": "solid",
335
+ "roughness": 1,
336
+ "opacity": 100,
337
+ "groupIds": [],
338
+ "frameId": null,
339
+ "roundness": {
340
+ "type": 3
341
+ },
342
+ "seed": 686,
343
+ "version": 1,
344
+ "versionNonce": 686,
345
+ "isDeleted": false,
346
+ "boundElements": [
347
+ {
348
+ "id": "arrow-D-E-000000ds",
349
+ "type": "arrow"
350
+ },
351
+ {
352
+ "id": "arrow-E-F-000000qt",
353
+ "type": "arrow"
354
+ },
355
+ {
356
+ "id": "arrow-E-G-000000qd",
357
+ "type": "arrow"
358
+ }
359
+ ],
360
+ "updated": 1,
361
+ "link": null,
362
+ "locked": false,
363
+ "index": null
364
+ },
365
+ {
366
+ "id": "label-E-000000i8",
367
+ "type": "text",
368
+ "x": 316,
369
+ "y": 611.5,
370
+ "width": 142,
371
+ "height": 20,
372
+ "angle": 0,
373
+ "strokeColor": "#1B1F23",
374
+ "backgroundColor": "transparent",
375
+ "fillStyle": "solid",
376
+ "strokeWidth": 1,
377
+ "strokeStyle": "solid",
378
+ "roughness": 1,
379
+ "opacity": 100,
380
+ "groupIds": [],
381
+ "frameId": null,
382
+ "roundness": null,
383
+ "seed": 656,
384
+ "version": 1,
385
+ "versionNonce": 656,
386
+ "isDeleted": false,
387
+ "boundElements": null,
388
+ "updated": 1,
389
+ "link": null,
390
+ "locked": false,
391
+ "text": "succeeded?",
392
+ "fontSize": 16,
393
+ "fontFamily": 5,
394
+ "textAlign": "center",
395
+ "verticalAlign": "top",
396
+ "baseline": 15,
397
+ "containerId": null,
398
+ "originalText": "succeeded?",
399
+ "autoResize": true,
400
+ "lineHeight": 1.25,
401
+ "index": null
402
+ },
403
+ {
404
+ "id": "shape-F-000000hm",
405
+ "type": "rectangle",
406
+ "x": 66,
407
+ "y": 762,
408
+ "width": 274,
409
+ "height": 56,
410
+ "angle": 0,
411
+ "strokeColor": "#1B1F23",
412
+ "backgroundColor": "transparent",
413
+ "fillStyle": "solid",
414
+ "strokeWidth": 2,
415
+ "strokeStyle": "solid",
416
+ "roughness": 1,
417
+ "opacity": 100,
418
+ "groupIds": [],
419
+ "frameId": null,
420
+ "roundness": {
421
+ "type": 3
422
+ },
423
+ "seed": 634,
424
+ "version": 1,
425
+ "versionNonce": 634,
426
+ "isDeleted": false,
427
+ "boundElements": [
428
+ {
429
+ "id": "label-F-000000jo",
430
+ "type": "text"
431
+ },
432
+ {
433
+ "id": "arrow-E-F-000000qt",
434
+ "type": "arrow"
435
+ }
436
+ ],
437
+ "updated": 1,
438
+ "link": null,
439
+ "locked": false,
440
+ "index": null
441
+ },
442
+ {
443
+ "id": "label-F-000000jo",
444
+ "type": "text",
445
+ "x": 74,
446
+ "y": 777.5,
447
+ "width": 258,
448
+ "height": 25,
449
+ "angle": 0,
450
+ "strokeColor": "#1B1F23",
451
+ "backgroundColor": "transparent",
452
+ "fillStyle": "solid",
453
+ "strokeWidth": 1,
454
+ "strokeStyle": "solid",
455
+ "roughness": 1,
456
+ "opacity": 100,
457
+ "groupIds": [],
458
+ "frameId": null,
459
+ "roundness": null,
460
+ "seed": 708,
461
+ "version": 1,
462
+ "versionNonce": 708,
463
+ "isDeleted": false,
464
+ "boundElements": null,
465
+ "updated": 1,
466
+ "link": null,
467
+ "locked": false,
468
+ "text": "Error: Creation failed",
469
+ "fontSize": 20,
470
+ "fontFamily": 5,
471
+ "textAlign": "center",
472
+ "verticalAlign": "middle",
473
+ "baseline": 15,
474
+ "containerId": "shape-F-000000hm",
475
+ "originalText": "Error: Creation failed",
476
+ "autoResize": true,
477
+ "lineHeight": 1.25,
478
+ "index": null
479
+ },
480
+ {
481
+ "id": "shape-G-0000004a",
482
+ "type": "rectangle",
483
+ "x": 385,
484
+ "y": 738,
485
+ "width": 373,
486
+ "height": 103,
487
+ "angle": 0,
488
+ "strokeColor": "#1B1F23",
489
+ "backgroundColor": "transparent",
490
+ "fillStyle": "solid",
491
+ "strokeWidth": 2,
492
+ "strokeStyle": "solid",
493
+ "roughness": 1,
494
+ "opacity": 100,
495
+ "groupIds": [],
496
+ "frameId": null,
497
+ "roundness": {
498
+ "type": 3
499
+ },
500
+ "seed": 154,
501
+ "version": 1,
502
+ "versionNonce": 154,
503
+ "isDeleted": false,
504
+ "boundElements": [
505
+ {
506
+ "id": "label-G-000000aw",
507
+ "type": "text"
508
+ },
509
+ {
510
+ "id": "arrow-E-G-000000qd",
511
+ "type": "arrow"
512
+ },
513
+ {
514
+ "id": "arrow-G-H-0000007s",
515
+ "type": "arrow"
516
+ }
517
+ ],
518
+ "updated": 1,
519
+ "link": null,
520
+ "locked": false,
521
+ "index": null
522
+ },
523
+ {
524
+ "id": "label-G-000000aw",
525
+ "type": "text",
526
+ "x": 393,
527
+ "y": 752,
528
+ "width": 357,
529
+ "height": 75,
530
+ "angle": 0,
531
+ "strokeColor": "#1B1F23",
532
+ "backgroundColor": "transparent",
533
+ "fillStyle": "solid",
534
+ "strokeWidth": 1,
535
+ "strokeStyle": "solid",
536
+ "roughness": 1,
537
+ "opacity": 100,
538
+ "groupIds": [],
539
+ "frameId": null,
540
+ "roundness": null,
541
+ "seed": 392,
542
+ "version": 1,
543
+ "versionNonce": 392,
544
+ "isDeleted": false,
545
+ "boundElements": null,
546
+ "updated": 1,
547
+ "link": null,
548
+ "locked": false,
549
+ "text": "Step 2: Read Back\nQuery by new auto-increment ID,\ncall Provider.Read",
550
+ "fontSize": 20,
551
+ "fontFamily": 5,
552
+ "textAlign": "center",
553
+ "verticalAlign": "middle",
554
+ "baseline": 15,
555
+ "containerId": "shape-G-0000004a",
556
+ "originalText": "Step 2: Read Back\nQuery by new auto-increment ID,\ncall Provider.Read",
557
+ "autoResize": true,
558
+ "lineHeight": 1.25,
559
+ "index": null
560
+ },
561
+ {
562
+ "id": "shape-H-000000ju",
563
+ "type": "rectangle",
564
+ "x": 16,
565
+ "y": 931,
566
+ "width": 373,
567
+ "height": 103,
568
+ "angle": 0,
569
+ "strokeColor": "#1B1F23",
570
+ "backgroundColor": "transparent",
571
+ "fillStyle": "solid",
572
+ "strokeWidth": 2,
573
+ "strokeStyle": "solid",
574
+ "roughness": 1,
575
+ "opacity": 100,
576
+ "groupIds": [],
577
+ "frameId": null,
578
+ "roundness": {
579
+ "type": 3
580
+ },
581
+ "seed": 714,
582
+ "version": 1,
583
+ "versionNonce": 714,
584
+ "isDeleted": false,
585
+ "boundElements": [
586
+ {
587
+ "id": "label-H-0000009d",
588
+ "type": "text"
589
+ },
590
+ {
591
+ "id": "arrow-G-H-0000007s",
592
+ "type": "arrow"
593
+ },
594
+ {
595
+ "id": "arrow-H-I-000000ng",
596
+ "type": "arrow"
597
+ }
598
+ ],
599
+ "updated": 1,
600
+ "link": null,
601
+ "locked": false,
602
+ "index": null
603
+ },
604
+ {
605
+ "id": "label-H-0000009d",
606
+ "type": "text",
607
+ "x": 24,
608
+ "y": 945,
609
+ "width": 357,
610
+ "height": 75,
611
+ "angle": 0,
612
+ "strokeColor": "#1B1F23",
613
+ "backgroundColor": "transparent",
614
+ "fillStyle": "solid",
615
+ "strokeWidth": 1,
616
+ "strokeStyle": "solid",
617
+ "roughness": 1,
618
+ "opacity": 100,
619
+ "groupIds": [],
620
+ "frameId": null,
621
+ "roundness": null,
622
+ "seed": 337,
623
+ "version": 1,
624
+ "versionNonce": 337,
625
+ "isDeleted": false,
626
+ "boundElements": null,
627
+ "updated": 1,
628
+ "link": null,
629
+ "locked": false,
630
+ "text": "Step 3: Marshal\nmarshalRecordFromSourceToObject\nreturns plain JavaScript object",
631
+ "fontSize": 20,
632
+ "fontFamily": 5,
633
+ "textAlign": "center",
634
+ "verticalAlign": "middle",
635
+ "baseline": 15,
636
+ "containerId": "shape-H-000000ju",
637
+ "originalText": "Step 3: Marshal\nmarshalRecordFromSourceToObject\nreturns plain JavaScript object",
638
+ "autoResize": true,
639
+ "lineHeight": 1.25,
640
+ "index": null
641
+ },
642
+ {
643
+ "id": "shape-I-000000ng",
644
+ "type": "rectangle",
645
+ "x": 110,
646
+ "y": 1124,
647
+ "width": 186,
648
+ "height": 78,
649
+ "angle": 0,
650
+ "strokeColor": "#1B1F23",
651
+ "backgroundColor": "transparent",
652
+ "fillStyle": "solid",
653
+ "strokeWidth": 2,
654
+ "strokeStyle": "solid",
655
+ "roughness": 1,
656
+ "opacity": 100,
657
+ "groupIds": [],
658
+ "frameId": null,
659
+ "roundness": {
660
+ "type": 3
661
+ },
662
+ "seed": 844,
663
+ "version": 1,
664
+ "versionNonce": 844,
665
+ "isDeleted": false,
666
+ "boundElements": [
667
+ {
668
+ "id": "arrow-H-I-000000ng",
669
+ "type": "arrow"
670
+ }
671
+ ],
672
+ "updated": 1,
673
+ "link": null,
674
+ "locked": false,
675
+ "index": null
676
+ },
677
+ {
678
+ "id": "label-I-000000m8",
679
+ "type": "text",
680
+ "x": 110,
681
+ "y": 1165.5,
682
+ "width": 186,
683
+ "height": 20,
684
+ "angle": 0,
685
+ "strokeColor": "#1B1F23",
686
+ "backgroundColor": "transparent",
687
+ "fillStyle": "solid",
688
+ "strokeWidth": 1,
689
+ "strokeStyle": "solid",
690
+ "roughness": 1,
691
+ "opacity": 100,
692
+ "groupIds": [],
693
+ "frameId": null,
694
+ "roundness": null,
695
+ "seed": 800,
696
+ "version": 1,
697
+ "versionNonce": 800,
698
+ "isDeleted": false,
699
+ "boundElements": null,
700
+ "updated": 1,
701
+ "link": null,
702
+ "locked": false,
703
+ "text": "created record",
704
+ "fontSize": 16,
705
+ "fontFamily": 5,
706
+ "textAlign": "center",
707
+ "verticalAlign": "top",
708
+ "baseline": 15,
709
+ "containerId": null,
710
+ "originalText": "created record",
711
+ "autoResize": true,
712
+ "lineHeight": 1.25,
713
+ "index": null
714
+ },
715
+ {
716
+ "id": "arrow-A-B-0000008o",
717
+ "type": "arrow",
718
+ "x": 648.5,
719
+ "y": 119,
720
+ "width": 2.2737367544323206e-13,
721
+ "height": 90,
722
+ "angle": 0,
723
+ "strokeColor": "#2E7D74",
724
+ "backgroundColor": "transparent",
725
+ "fillStyle": "solid",
726
+ "strokeWidth": 2,
727
+ "strokeStyle": "solid",
728
+ "roughness": 1,
729
+ "opacity": 100,
730
+ "groupIds": [],
731
+ "frameId": null,
732
+ "roundness": null,
733
+ "seed": 312,
734
+ "version": 1,
735
+ "versionNonce": 312,
736
+ "isDeleted": false,
737
+ "boundElements": [],
738
+ "updated": 1,
739
+ "link": null,
740
+ "locked": false,
741
+ "points": [
742
+ [
743
+ 0,
744
+ 0
745
+ ],
746
+ [
747
+ 0,
748
+ 16
749
+ ],
750
+ [
751
+ -1.1368683772161603e-13,
752
+ 19.875171467764062
753
+ ],
754
+ [
755
+ -1.1368683772161603e-13,
756
+ 23.519890260631
757
+ ],
758
+ [
759
+ 0,
760
+ 26.962962962962962
761
+ ],
762
+ [
763
+ 0,
764
+ 30.23319615912206
765
+ ],
766
+ [
767
+ 0,
768
+ 33.35939643347052
769
+ ],
770
+ [
771
+ 0,
772
+ 36.37037037037038
773
+ ],
774
+ [
775
+ 0,
776
+ 39.29492455418381
777
+ ],
778
+ [
779
+ 1.1368683772161603e-13,
780
+ 42.161865569273004
781
+ ],
782
+ [
783
+ 0,
784
+ 45
785
+ ],
786
+ [
787
+ 1.1368683772161603e-13,
788
+ 47.83813443072705
789
+ ],
790
+ [
791
+ 0,
792
+ 50.70507544581619
793
+ ],
794
+ [
795
+ 0,
796
+ 53.62962962962962
797
+ ],
798
+ [
799
+ 0,
800
+ 56.64060356652951
801
+ ],
802
+ [
803
+ 0,
804
+ 59.76680384087791
805
+ ],
806
+ [
807
+ 1.1368683772161603e-13,
808
+ 63.03703703703707
809
+ ],
810
+ [
811
+ 0,
812
+ 66.480109739369
813
+ ],
814
+ [
815
+ 0,
816
+ 70.12482853223594
817
+ ],
818
+ [
819
+ 0,
820
+ 74
821
+ ],
822
+ [
823
+ 0,
824
+ 90
825
+ ]
826
+ ],
827
+ "lastCommittedPoint": null,
828
+ "startBinding": {
829
+ "elementId": "shape-A-000000ak",
830
+ "focus": 0,
831
+ "gap": 8
832
+ },
833
+ "endBinding": {
834
+ "elementId": "shape-B-000000m9",
835
+ "focus": 0,
836
+ "gap": 8
837
+ },
838
+ "startArrowhead": null,
839
+ "endArrowhead": "arrow",
840
+ "elbowed": false,
841
+ "index": null
842
+ },
843
+ {
844
+ "id": "arrow-B-C-000000ko",
845
+ "type": "arrow",
846
+ "x": 627.4866666666667,
847
+ "y": 287,
848
+ "width": 239.98666666666668,
849
+ "height": 114,
850
+ "angle": 0,
851
+ "strokeColor": "#2E7D74",
852
+ "backgroundColor": "transparent",
853
+ "fillStyle": "solid",
854
+ "strokeWidth": 2,
855
+ "strokeStyle": "solid",
856
+ "roughness": 1,
857
+ "opacity": 100,
858
+ "groupIds": [],
859
+ "frameId": null,
860
+ "roundness": null,
861
+ "seed": 744,
862
+ "version": 1,
863
+ "versionNonce": 744,
864
+ "isDeleted": false,
865
+ "boundElements": [],
866
+ "updated": 1,
867
+ "link": null,
868
+ "locked": false,
869
+ "points": [
870
+ [
871
+ 0,
872
+ 0
873
+ ],
874
+ [
875
+ 0,
876
+ 16
877
+ ],
878
+ [
879
+ -2.1397988111568793,
880
+ 20.746776406035565
881
+ ],
882
+ [
883
+ -8.229995427526433,
884
+ 25.426063100137128
885
+ ],
886
+ [
887
+ -17.77679012345675,
888
+ 30.046296296296305
889
+ ],
890
+ [
891
+ -30.286383173296713,
892
+ 34.615912208504824
893
+ ],
894
+ [
895
+ -45.26497485139453,
896
+ 39.14334705075447
897
+ ],
898
+ [
899
+ -62.218765432098735,
900
+ 43.63703703703703
901
+ ],
902
+ [
903
+ -80.65395518975765,
904
+ 48.10541838134435
905
+ ],
906
+ [
907
+ -100.07674439871971,
908
+ 52.55692729766804
909
+ ],
910
+ [
911
+ -119.99333333333334,
912
+ 57
913
+ ],
914
+ [
915
+ -139.90992226794697,
916
+ 61.44307270233196
917
+ ],
918
+ [
919
+ -159.33271147690903,
920
+ 65.8945816186557
921
+ ],
922
+ [
923
+ -177.76790123456794,
924
+ 70.36296296296297
925
+ ],
926
+ [
927
+ -194.72169181527204,
928
+ 74.85665294924559
929
+ ],
930
+ [
931
+ -209.70028349336997,
932
+ 79.38408779149518
933
+ ],
934
+ [
935
+ -222.20987654320982,
936
+ 83.95370370370375
937
+ ],
938
+ [
939
+ -231.75667123914036,
940
+ 88.57393689986287
941
+ ],
942
+ [
943
+ -237.84686785550986,
944
+ 93.25322359396432
945
+ ],
946
+ [
947
+ -239.98666666666668,
948
+ 98
949
+ ],
950
+ [
951
+ -239.98666666666668,
952
+ 114
953
+ ]
954
+ ],
955
+ "lastCommittedPoint": null,
956
+ "startBinding": {
957
+ "elementId": "shape-B-000000m9",
958
+ "focus": 0,
959
+ "gap": 8
960
+ },
961
+ "endBinding": {
962
+ "elementId": "shape-C-0000005g",
963
+ "focus": 0,
964
+ "gap": 8
965
+ },
966
+ "startArrowhead": null,
967
+ "endArrowhead": "arrow",
968
+ "elbowed": false,
969
+ "index": null
970
+ },
971
+ {
972
+ "id": "edge-label-B-C-000000gs",
973
+ "type": "text",
974
+ "x": 435,
975
+ "y": 323,
976
+ "width": 40,
977
+ "height": 20,
978
+ "angle": 0,
979
+ "strokeColor": "#2E7D74",
980
+ "backgroundColor": "transparent",
981
+ "fillStyle": "solid",
982
+ "strokeWidth": 1,
983
+ "strokeStyle": "solid",
984
+ "roughness": 1,
985
+ "opacity": 100,
986
+ "groupIds": [],
987
+ "frameId": null,
988
+ "roundness": null,
989
+ "seed": 604,
990
+ "version": 1,
991
+ "versionNonce": 604,
992
+ "isDeleted": false,
993
+ "boundElements": null,
994
+ "updated": 1,
995
+ "link": null,
996
+ "locked": false,
997
+ "text": "Yes",
998
+ "fontSize": 16,
999
+ "fontFamily": 5,
1000
+ "textAlign": "center",
1001
+ "verticalAlign": "middle",
1002
+ "baseline": 12,
1003
+ "containerId": null,
1004
+ "originalText": "Yes",
1005
+ "autoResize": true,
1006
+ "lineHeight": 1.25,
1007
+ "index": null
1008
+ },
1009
+ {
1010
+ "id": "arrow-B-D-000000ns",
1011
+ "type": "arrow",
1012
+ "x": 669.5133333333333,
1013
+ "y": 287,
1014
+ "width": 241.48666666666668,
1015
+ "height": 90,
1016
+ "angle": 0,
1017
+ "strokeColor": "#2E7D74",
1018
+ "backgroundColor": "transparent",
1019
+ "fillStyle": "solid",
1020
+ "strokeWidth": 2,
1021
+ "strokeStyle": "solid",
1022
+ "roughness": 1,
1023
+ "opacity": 100,
1024
+ "groupIds": [],
1025
+ "frameId": null,
1026
+ "roundness": null,
1027
+ "seed": 856,
1028
+ "version": 1,
1029
+ "versionNonce": 856,
1030
+ "isDeleted": false,
1031
+ "boundElements": [],
1032
+ "updated": 1,
1033
+ "link": null,
1034
+ "locked": false,
1035
+ "points": [
1036
+ [
1037
+ 0,
1038
+ 0
1039
+ ],
1040
+ [
1041
+ 0,
1042
+ 16
1043
+ ],
1044
+ [
1045
+ 2.15317329675338,
1046
+ 19.875171467764005
1047
+ ],
1048
+ [
1049
+ 8.281435756744372,
1050
+ 23.519890260630973
1051
+ ],
1052
+ [
1053
+ 17.887901234568062,
1054
+ 26.96296296296299
1055
+ ],
1056
+ [
1057
+ 30.475683584819308,
1058
+ 30.233196159122087
1059
+ ],
1060
+ [
1061
+ 45.54789666209433,
1062
+ 33.359396433470465
1063
+ ],
1064
+ [
1065
+ 62.60765432098776,
1066
+ 36.37037037037038
1067
+ ],
1068
+ [
1069
+ 81.15807041609514,
1070
+ 39.294924554183865
1071
+ ],
1072
+ [
1073
+ 100.7022588020119,
1074
+ 42.161865569273004
1075
+ ],
1076
+ [
1077
+ 120.74333333333334,
1078
+ 45
1079
+ ],
1080
+ [
1081
+ 140.78440786465478,
1082
+ 47.83813443072705
1083
+ ],
1084
+ [
1085
+ 160.32859625057154,
1086
+ 50.70507544581619
1087
+ ],
1088
+ [
1089
+ 178.87901234567903,
1090
+ 53.629629629629676
1091
+ ],
1092
+ [
1093
+ 195.93877000457246,
1094
+ 56.640603566529535
1095
+ ],
1096
+ [
1097
+ 211.01098308184737,
1098
+ 59.76680384087791
1099
+ ],
1100
+ [
1101
+ 223.59876543209896,
1102
+ 63.03703703703707
1103
+ ],
1104
+ [
1105
+ 233.2052309099223,
1106
+ 66.48010973936903
1107
+ ],
1108
+ [
1109
+ 239.33349336991307,
1110
+ 70.12482853223594
1111
+ ],
1112
+ [
1113
+ 241.48666666666668,
1114
+ 74
1115
+ ],
1116
+ [
1117
+ 241.48666666666668,
1118
+ 90
1119
+ ]
1120
+ ],
1121
+ "lastCommittedPoint": null,
1122
+ "startBinding": {
1123
+ "elementId": "shape-B-000000m9",
1124
+ "focus": 0,
1125
+ "gap": 8
1126
+ },
1127
+ "endBinding": {
1128
+ "elementId": "shape-D-000000bd",
1129
+ "focus": 0,
1130
+ "gap": 8
1131
+ },
1132
+ "startArrowhead": null,
1133
+ "endArrowhead": "arrow",
1134
+ "elbowed": false,
1135
+ "index": null
1136
+ },
1137
+ {
1138
+ "id": "edge-label-B-D-000000bs",
1139
+ "type": "text",
1140
+ "x": 683,
1141
+ "y": 322,
1142
+ "width": 40,
1143
+ "height": 20,
1144
+ "angle": 0,
1145
+ "strokeColor": "#2E7D74",
1146
+ "backgroundColor": "transparent",
1147
+ "fillStyle": "solid",
1148
+ "strokeWidth": 1,
1149
+ "strokeStyle": "solid",
1150
+ "roughness": 1,
1151
+ "opacity": 100,
1152
+ "groupIds": [],
1153
+ "frameId": null,
1154
+ "roundness": null,
1155
+ "seed": 424,
1156
+ "version": 1,
1157
+ "versionNonce": 424,
1158
+ "isDeleted": false,
1159
+ "boundElements": null,
1160
+ "updated": 1,
1161
+ "link": null,
1162
+ "locked": false,
1163
+ "text": "No",
1164
+ "fontSize": 16,
1165
+ "fontFamily": 5,
1166
+ "textAlign": "center",
1167
+ "verticalAlign": "middle",
1168
+ "baseline": 12,
1169
+ "containerId": null,
1170
+ "originalText": "No",
1171
+ "autoResize": true,
1172
+ "lineHeight": 1.25,
1173
+ "index": null
1174
+ },
1175
+ {
1176
+ "id": "arrow-D-E-000000ds",
1177
+ "type": "arrow",
1178
+ "x": 658,
1179
+ "y": 428.5,
1180
+ "width": 200,
1181
+ "height": 180.5,
1182
+ "angle": 0,
1183
+ "strokeColor": "#2E7D74",
1184
+ "backgroundColor": "transparent",
1185
+ "fillStyle": "solid",
1186
+ "strokeWidth": 2,
1187
+ "strokeStyle": "solid",
1188
+ "roughness": 1,
1189
+ "opacity": 100,
1190
+ "groupIds": [],
1191
+ "frameId": null,
1192
+ "roundness": null,
1193
+ "seed": 496,
1194
+ "version": 1,
1195
+ "versionNonce": 496,
1196
+ "isDeleted": false,
1197
+ "boundElements": [],
1198
+ "updated": 1,
1199
+ "link": null,
1200
+ "locked": false,
1201
+ "points": [
1202
+ [
1203
+ 0,
1204
+ 0
1205
+ ],
1206
+ [
1207
+ -16,
1208
+ 0
1209
+ ],
1210
+ [
1211
+ -25.725102880658483,
1212
+ 1.6093964334704651
1213
+ ],
1214
+ [
1215
+ -35.311934156378584,
1216
+ 6.189986282578843
1217
+ ],
1218
+ [
1219
+ -44.777777777777715,
1220
+ 13.370370370370495
1221
+ ],
1222
+ [
1223
+ -54.13991769547329,
1224
+ 22.779149519890325
1225
+ ],
1226
+ [
1227
+ -63.415637860082256,
1228
+ 34.044924554183865
1229
+ ],
1230
+ [
1231
+ -72.62222222222215,
1232
+ 46.796296296296305
1233
+ ],
1234
+ [
1235
+ -81.77695473251026,
1236
+ 60.661865569273004
1237
+ ],
1238
+ [
1239
+ -90.89711934156378,
1240
+ 75.2702331961591
1241
+ ],
1242
+ [
1243
+ -100,
1244
+ 90.25
1245
+ ],
1246
+ [
1247
+ -109.10288065843622,
1248
+ 105.2297668038409
1249
+ ],
1250
+ [
1251
+ -118.22304526748974,
1252
+ 119.838134430727
1253
+ ],
1254
+ [
1255
+ -127.37777777777785,
1256
+ 133.7037037037037
1257
+ ],
1258
+ [
1259
+ -136.58436213991763,
1260
+ 146.4550754458162
1261
+ ],
1262
+ [
1263
+ -145.8600823045267,
1264
+ 157.7208504801098
1265
+ ],
1266
+ [
1267
+ -155.22222222222223,
1268
+ 167.12962962962968
1269
+ ],
1270
+ [
1271
+ -164.68806584362142,
1272
+ 174.31001371742116
1273
+ ],
1274
+ [
1275
+ -174.27489711934157,
1276
+ 178.89060356652953
1277
+ ],
1278
+ [
1279
+ -184,
1280
+ 180.5
1281
+ ],
1282
+ [
1283
+ -200,
1284
+ 180.5
1285
+ ]
1286
+ ],
1287
+ "lastCommittedPoint": null,
1288
+ "startBinding": {
1289
+ "elementId": "shape-D-000000bd",
1290
+ "focus": 0,
1291
+ "gap": 8
1292
+ },
1293
+ "endBinding": {
1294
+ "elementId": "shape-E-000000j2",
1295
+ "focus": 0,
1296
+ "gap": 8
1297
+ },
1298
+ "startArrowhead": null,
1299
+ "endArrowhead": "arrow",
1300
+ "elbowed": false,
1301
+ "index": null
1302
+ },
1303
+ {
1304
+ "id": "arrow-E-F-000000qt",
1305
+ "type": "arrow",
1306
+ "x": 371.85333333333335,
1307
+ "y": 648,
1308
+ "width": 168.85333333333335,
1309
+ "height": 114,
1310
+ "angle": 0,
1311
+ "strokeColor": "#2E7D74",
1312
+ "backgroundColor": "transparent",
1313
+ "fillStyle": "solid",
1314
+ "strokeWidth": 2,
1315
+ "strokeStyle": "solid",
1316
+ "roughness": 1,
1317
+ "opacity": 100,
1318
+ "groupIds": [],
1319
+ "frameId": null,
1320
+ "roundness": null,
1321
+ "seed": 965,
1322
+ "version": 1,
1323
+ "versionNonce": 965,
1324
+ "isDeleted": false,
1325
+ "boundElements": [],
1326
+ "updated": 1,
1327
+ "link": null,
1328
+ "locked": false,
1329
+ "points": [
1330
+ [
1331
+ 0,
1332
+ 0
1333
+ ],
1334
+ [
1335
+ 0,
1336
+ 16
1337
+ ],
1338
+ [
1339
+ -1.5055509830818892,
1340
+ 20.74677640603568
1341
+ ],
1342
+ [
1343
+ -5.790580704161016,
1344
+ 25.426063100137185
1345
+ ],
1346
+ [
1347
+ -12.507654320987626,
1348
+ 30.04629629629642
1349
+ ],
1350
+ [
1351
+ -21.30933699131225,
1352
+ 34.615912208504824
1353
+ ],
1354
+ [
1355
+ -31.848193872885247,
1356
+ 39.14334705075453
1357
+ ],
1358
+ [
1359
+ -43.776790123456806,
1360
+ 43.6370370370372
1361
+ ],
1362
+ [
1363
+ -56.747690900777286,
1364
+ 48.10541838134441
1365
+ ],
1366
+ [
1367
+ -70.41346136259716,
1368
+ 52.55692729766815
1369
+ ],
1370
+ [
1371
+ -84.42666666666668,
1372
+ 57
1373
+ ],
1374
+ [
1375
+ -98.43987197073619,
1376
+ 61.443072702332074
1377
+ ],
1378
+ [
1379
+ -112.10564243255607,
1380
+ 65.8945816186557
1381
+ ],
1382
+ [
1383
+ -125.07654320987655,
1384
+ 70.36296296296302
1385
+ ],
1386
+ [
1387
+ -137.0051394604481,
1388
+ 74.85665294924559
1389
+ ],
1390
+ [
1391
+ -147.54399634202105,
1392
+ 79.38408779149518
1393
+ ],
1394
+ [
1395
+ -156.34567901234567,
1396
+ 83.9537037037037
1397
+ ],
1398
+ [
1399
+ -163.0627526291724,
1400
+ 88.57393689986293
1401
+ ],
1402
+ [
1403
+ -167.34778235025152,
1404
+ 93.25322359396432
1405
+ ],
1406
+ [
1407
+ -168.85333333333335,
1408
+ 98
1409
+ ],
1410
+ [
1411
+ -168.85333333333335,
1412
+ 114
1413
+ ]
1414
+ ],
1415
+ "lastCommittedPoint": null,
1416
+ "startBinding": {
1417
+ "elementId": "shape-E-000000j2",
1418
+ "focus": 0,
1419
+ "gap": 8
1420
+ },
1421
+ "endBinding": {
1422
+ "elementId": "shape-F-000000hm",
1423
+ "focus": 0,
1424
+ "gap": 8
1425
+ },
1426
+ "startArrowhead": null,
1427
+ "endArrowhead": "arrow",
1428
+ "elbowed": false,
1429
+ "index": null
1430
+ },
1431
+ {
1432
+ "id": "edge-label-E-F-000000jc",
1433
+ "type": "text",
1434
+ "x": 242,
1435
+ "y": 684,
1436
+ "width": 40,
1437
+ "height": 20,
1438
+ "angle": 0,
1439
+ "strokeColor": "#2E7D74",
1440
+ "backgroundColor": "transparent",
1441
+ "fillStyle": "solid",
1442
+ "strokeWidth": 1,
1443
+ "strokeStyle": "solid",
1444
+ "roughness": 1,
1445
+ "opacity": 100,
1446
+ "groupIds": [],
1447
+ "frameId": null,
1448
+ "roundness": null,
1449
+ "seed": 696,
1450
+ "version": 1,
1451
+ "versionNonce": 696,
1452
+ "isDeleted": false,
1453
+ "boundElements": null,
1454
+ "updated": 1,
1455
+ "link": null,
1456
+ "locked": false,
1457
+ "text": "No",
1458
+ "fontSize": 16,
1459
+ "fontFamily": 5,
1460
+ "textAlign": "center",
1461
+ "verticalAlign": "middle",
1462
+ "baseline": 12,
1463
+ "containerId": null,
1464
+ "originalText": "No",
1465
+ "autoResize": true,
1466
+ "lineHeight": 1.25,
1467
+ "index": null
1468
+ },
1469
+ {
1470
+ "id": "arrow-E-G-000000qd",
1471
+ "type": "arrow",
1472
+ "x": 402.14666666666665,
1473
+ "y": 648,
1474
+ "width": 169.35333333333335,
1475
+ "height": 90,
1476
+ "angle": 0,
1477
+ "strokeColor": "#2E7D74",
1478
+ "backgroundColor": "transparent",
1479
+ "fillStyle": "solid",
1480
+ "strokeWidth": 2,
1481
+ "strokeStyle": "solid",
1482
+ "roughness": 1,
1483
+ "opacity": 100,
1484
+ "groupIds": [],
1485
+ "frameId": null,
1486
+ "roundness": null,
1487
+ "seed": 949,
1488
+ "version": 1,
1489
+ "versionNonce": 949,
1490
+ "isDeleted": false,
1491
+ "boundElements": [],
1492
+ "updated": 1,
1493
+ "link": null,
1494
+ "locked": false,
1495
+ "points": [
1496
+ [
1497
+ 0,
1498
+ 0
1499
+ ],
1500
+ [
1501
+ 0,
1502
+ 16
1503
+ ],
1504
+ [
1505
+ 1.5100091449473894,
1506
+ 19.87517146776395
1507
+ ],
1508
+ [
1509
+ 5.807727480566939,
1510
+ 23.519890260630973
1511
+ ],
1512
+ [
1513
+ 12.54469135802475,
1514
+ 26.962962962963047
1515
+ ],
1516
+ [
1517
+ 21.372437128486524,
1518
+ 30.23319615912203
1519
+ ],
1520
+ [
1521
+ 31.94250114311842,
1522
+ 33.359396433470465
1523
+ ],
1524
+ [
1525
+ 43.90641975308648,
1526
+ 36.37037037037044
1527
+ ],
1528
+ [
1529
+ 56.915729309556525,
1530
+ 39.29492455418392
1531
+ ],
1532
+ [
1533
+ 70.62196616369465,
1534
+ 42.161865569273004
1535
+ ],
1536
+ [
1537
+ 84.67666666666668,
1538
+ 45
1539
+ ],
1540
+ [
1541
+ 98.73136716963882,
1542
+ 47.838134430726996
1543
+ ],
1544
+ [
1545
+ 112.43760402377688,
1546
+ 50.70507544581619
1547
+ ],
1548
+ [
1549
+ 125.44691358024693,
1550
+ 53.62962962962956
1551
+ ],
1552
+ [
1553
+ 137.41083219021493,
1554
+ 56.640603566529535
1555
+ ],
1556
+ [
1557
+ 147.98089620484677,
1558
+ 59.766803840877856
1559
+ ],
1560
+ [
1561
+ 156.80864197530866,
1562
+ 63.03703703703718
1563
+ ],
1564
+ [
1565
+ 163.54560585276636,
1566
+ 66.48010973936903
1567
+ ],
1568
+ [
1569
+ 167.84332418838596,
1570
+ 70.12482853223582
1571
+ ],
1572
+ [
1573
+ 169.35333333333335,
1574
+ 74
1575
+ ],
1576
+ [
1577
+ 169.35333333333335,
1578
+ 90
1579
+ ]
1580
+ ],
1581
+ "lastCommittedPoint": null,
1582
+ "startBinding": {
1583
+ "elementId": "shape-E-000000j2",
1584
+ "focus": 0,
1585
+ "gap": 8
1586
+ },
1587
+ "endBinding": {
1588
+ "elementId": "shape-G-0000004a",
1589
+ "focus": 0,
1590
+ "gap": 8
1591
+ },
1592
+ "startArrowhead": null,
1593
+ "endArrowhead": "arrow",
1594
+ "elbowed": false,
1595
+ "index": null
1596
+ },
1597
+ {
1598
+ "id": "edge-label-E-G-000000hg",
1599
+ "type": "text",
1600
+ "x": 402,
1601
+ "y": 683,
1602
+ "width": 40,
1603
+ "height": 20,
1604
+ "angle": 0,
1605
+ "strokeColor": "#2E7D74",
1606
+ "backgroundColor": "transparent",
1607
+ "fillStyle": "solid",
1608
+ "strokeWidth": 1,
1609
+ "strokeStyle": "solid",
1610
+ "roughness": 1,
1611
+ "opacity": 100,
1612
+ "groupIds": [],
1613
+ "frameId": null,
1614
+ "roundness": null,
1615
+ "seed": 628,
1616
+ "version": 1,
1617
+ "versionNonce": 628,
1618
+ "isDeleted": false,
1619
+ "boundElements": null,
1620
+ "updated": 1,
1621
+ "link": null,
1622
+ "locked": false,
1623
+ "text": "Yes",
1624
+ "fontSize": 16,
1625
+ "fontFamily": 5,
1626
+ "textAlign": "center",
1627
+ "verticalAlign": "middle",
1628
+ "baseline": 12,
1629
+ "containerId": null,
1630
+ "originalText": "Yes",
1631
+ "autoResize": true,
1632
+ "lineHeight": 1.25,
1633
+ "index": null
1634
+ },
1635
+ {
1636
+ "id": "arrow-G-H-0000007s",
1637
+ "type": "arrow",
1638
+ "x": 571.5,
1639
+ "y": 841,
1640
+ "width": 369,
1641
+ "height": 90,
1642
+ "angle": 0,
1643
+ "strokeColor": "#2E7D74",
1644
+ "backgroundColor": "transparent",
1645
+ "fillStyle": "solid",
1646
+ "strokeWidth": 2,
1647
+ "strokeStyle": "solid",
1648
+ "roughness": 1,
1649
+ "opacity": 100,
1650
+ "groupIds": [],
1651
+ "frameId": null,
1652
+ "roundness": null,
1653
+ "seed": 280,
1654
+ "version": 1,
1655
+ "versionNonce": 280,
1656
+ "isDeleted": false,
1657
+ "boundElements": [],
1658
+ "updated": 1,
1659
+ "link": null,
1660
+ "locked": false,
1661
+ "points": [
1662
+ [
1663
+ 0,
1664
+ 0
1665
+ ],
1666
+ [
1667
+ 0,
1668
+ 16
1669
+ ],
1670
+ [
1671
+ -3.290123456790184,
1672
+ 19.875171467763835
1673
+ ],
1674
+ [
1675
+ -12.654320987654387,
1676
+ 23.519890260631087
1677
+ ],
1678
+ [
1679
+ -27.333333333333258,
1680
+ 26.962962962963047
1681
+ ],
1682
+ [
1683
+ -46.5679012345679,
1684
+ 30.23319615912203
1685
+ ],
1686
+ [
1687
+ -69.59876543209873,
1688
+ 33.35939643347058
1689
+ ],
1690
+ [
1691
+ -95.66666666666657,
1692
+ 36.37037037037055
1693
+ ],
1694
+ [
1695
+ -124.0123456790123,
1696
+ 39.29492455418392
1697
+ ],
1698
+ [
1699
+ -153.8765432098765,
1700
+ 42.16186556927289
1701
+ ],
1702
+ [
1703
+ -184.5,
1704
+ 45
1705
+ ],
1706
+ [
1707
+ -215.12345679012344,
1708
+ 47.83813443072711
1709
+ ],
1710
+ [
1711
+ -244.9876543209877,
1712
+ 50.70507544581619
1713
+ ],
1714
+ [
1715
+ -273.3333333333333,
1716
+ 53.629629629629676
1717
+ ],
1718
+ [
1719
+ -299.4012345679012,
1720
+ 56.640603566529535
1721
+ ],
1722
+ [
1723
+ -322.4320987654321,
1724
+ 59.766803840877856
1725
+ ],
1726
+ [
1727
+ -341.66666666666663,
1728
+ 63.03703703703718
1729
+ ],
1730
+ [
1731
+ -356.34567901234567,
1732
+ 66.48010973936903
1733
+ ],
1734
+ [
1735
+ -365.7098765432099,
1736
+ 70.12482853223605
1737
+ ],
1738
+ [
1739
+ -369,
1740
+ 74
1741
+ ],
1742
+ [
1743
+ -369,
1744
+ 90
1745
+ ]
1746
+ ],
1747
+ "lastCommittedPoint": null,
1748
+ "startBinding": {
1749
+ "elementId": "shape-G-0000004a",
1750
+ "focus": 0,
1751
+ "gap": 8
1752
+ },
1753
+ "endBinding": {
1754
+ "elementId": "shape-H-000000ju",
1755
+ "focus": 0,
1756
+ "gap": 8
1757
+ },
1758
+ "startArrowhead": null,
1759
+ "endArrowhead": "arrow",
1760
+ "elbowed": false,
1761
+ "index": null
1762
+ },
1763
+ {
1764
+ "id": "arrow-H-I-000000ng",
1765
+ "type": "arrow",
1766
+ "x": 202.5,
1767
+ "y": 1034,
1768
+ "width": 0.5,
1769
+ "height": 90,
1770
+ "angle": 0,
1771
+ "strokeColor": "#2E7D74",
1772
+ "backgroundColor": "transparent",
1773
+ "fillStyle": "solid",
1774
+ "strokeWidth": 2,
1775
+ "strokeStyle": "solid",
1776
+ "roughness": 1,
1777
+ "opacity": 100,
1778
+ "groupIds": [],
1779
+ "frameId": null,
1780
+ "roundness": null,
1781
+ "seed": 844,
1782
+ "version": 1,
1783
+ "versionNonce": 844,
1784
+ "isDeleted": false,
1785
+ "boundElements": [],
1786
+ "updated": 1,
1787
+ "link": null,
1788
+ "locked": false,
1789
+ "points": [
1790
+ [
1791
+ 0,
1792
+ 0
1793
+ ],
1794
+ [
1795
+ 0,
1796
+ 16
1797
+ ],
1798
+ [
1799
+ 0.004458161865557031,
1800
+ 19.875171467764176
1801
+ ],
1802
+ [
1803
+ 0.01714677640603668,
1804
+ 23.519890260630973
1805
+ ],
1806
+ [
1807
+ 0.03703703703706651,
1808
+ 26.962962962963047
1809
+ ],
1810
+ [
1811
+ 0.06310013717421725,
1812
+ 30.233196159122144
1813
+ ],
1814
+ [
1815
+ 0.09430727023320173,
1816
+ 33.359396433470465
1817
+ ],
1818
+ [
1819
+ 0.12962962962964752,
1820
+ 36.37037037037044
1821
+ ],
1822
+ [
1823
+ 0.16803840877915377,
1824
+ 39.294924554184036
1825
+ ],
1826
+ [
1827
+ 0.20850480109740488,
1828
+ 42.161865569273004
1829
+ ],
1830
+ [
1831
+ 0.25,
1832
+ 45
1833
+ ],
1834
+ [
1835
+ 0.29149519890262354,
1836
+ 47.838134430726996
1837
+ ],
1838
+ [
1839
+ 0.3319615912208178,
1840
+ 50.70507544581619
1841
+ ],
1842
+ [
1843
+ 0.3703703703703809,
1844
+ 53.62962962962956
1845
+ ],
1846
+ [
1847
+ 0.4056927297668267,
1848
+ 56.640603566529535
1849
+ ],
1850
+ [
1851
+ 0.43689986282578275,
1852
+ 59.766803840877856
1853
+ ],
1854
+ [
1855
+ 0.46296296296299033,
1856
+ 63.03703703703695
1857
+ ],
1858
+ [
1859
+ 0.4828532235939633,
1860
+ 66.48010973936903
1861
+ ],
1862
+ [
1863
+ 0.49554183813441455,
1864
+ 70.12482853223582
1865
+ ],
1866
+ [
1867
+ 0.5,
1868
+ 74
1869
+ ],
1870
+ [
1871
+ 0.5,
1872
+ 90
1873
+ ]
1874
+ ],
1875
+ "lastCommittedPoint": null,
1876
+ "startBinding": {
1877
+ "elementId": "shape-H-000000ju",
1878
+ "focus": 0,
1879
+ "gap": 8
1880
+ },
1881
+ "endBinding": {
1882
+ "elementId": "shape-I-000000ng",
1883
+ "focus": 0,
1884
+ "gap": 8
1885
+ },
1886
+ "startArrowhead": null,
1887
+ "endArrowhead": "arrow",
1888
+ "elbowed": false,
1889
+ "index": null
1890
+ },
1891
+ {
1892
+ "id": "label-B-000000jc_title",
1893
+ "type": "text",
1894
+ "x": 550,
1895
+ "y": 225.5,
1896
+ "width": 197,
1897
+ "height": 25,
1898
+ "angle": 0,
1899
+ "strokeColor": "#1B1F23",
1900
+ "backgroundColor": "transparent",
1901
+ "fillStyle": "solid",
1902
+ "strokeWidth": 1,
1903
+ "strokeStyle": "solid",
1904
+ "roughness": 1,
1905
+ "opacity": 100,
1906
+ "groupIds": [],
1907
+ "frameId": null,
1908
+ "roundness": null,
1909
+ "seed": 240,
1910
+ "version": 1,
1911
+ "versionNonce": 696,
1912
+ "isDeleted": false,
1913
+ "boundElements": null,
1914
+ "updated": 1,
1915
+ "link": null,
1916
+ "locked": false,
1917
+ "text": "GUID",
1918
+ "fontSize": 20,
1919
+ "fontFamily": 5,
1920
+ "textAlign": "center",
1921
+ "verticalAlign": "top",
1922
+ "baseline": 15,
1923
+ "containerId": null,
1924
+ "originalText": "GUID",
1925
+ "autoResize": true,
1926
+ "lineHeight": 1.25,
1927
+ "index": null
1928
+ },
1929
+ {
1930
+ "id": "label-E-000000i8_title",
1931
+ "type": "text",
1932
+ "x": 316,
1933
+ "y": 586.5,
1934
+ "width": 142,
1935
+ "height": 25,
1936
+ "angle": 0,
1937
+ "strokeColor": "#1B1F23",
1938
+ "backgroundColor": "transparent",
1939
+ "fillStyle": "solid",
1940
+ "strokeWidth": 1,
1941
+ "strokeStyle": "solid",
1942
+ "roughness": 1,
1943
+ "opacity": 100,
1944
+ "groupIds": [],
1945
+ "frameId": null,
1946
+ "roundness": null,
1947
+ "seed": 400,
1948
+ "version": 1,
1949
+ "versionNonce": 656,
1950
+ "isDeleted": false,
1951
+ "boundElements": null,
1952
+ "updated": 1,
1953
+ "link": null,
1954
+ "locked": false,
1955
+ "text": "Insert",
1956
+ "fontSize": 20,
1957
+ "fontFamily": 5,
1958
+ "textAlign": "center",
1959
+ "verticalAlign": "top",
1960
+ "baseline": 15,
1961
+ "containerId": null,
1962
+ "originalText": "Insert",
1963
+ "autoResize": true,
1964
+ "lineHeight": 1.25,
1965
+ "index": null
1966
+ },
1967
+ {
1968
+ "id": "label-I-000000m8_title",
1969
+ "type": "text",
1970
+ "x": 110,
1971
+ "y": 1140.5,
1972
+ "width": 186,
1973
+ "height": 25,
1974
+ "angle": 0,
1975
+ "strokeColor": "#1B1F23",
1976
+ "backgroundColor": "transparent",
1977
+ "fillStyle": "solid",
1978
+ "strokeWidth": 1,
1979
+ "strokeStyle": "solid",
1980
+ "roughness": 1,
1981
+ "opacity": 100,
1982
+ "groupIds": [],
1983
+ "frameId": null,
1984
+ "roundness": null,
1985
+ "seed": 616,
1986
+ "version": 1,
1987
+ "versionNonce": 800,
1988
+ "isDeleted": false,
1989
+ "boundElements": null,
1990
+ "updated": 1,
1991
+ "link": null,
1992
+ "locked": false,
1993
+ "text": "Callback with",
1994
+ "fontSize": 20,
1995
+ "fontFamily": 5,
1996
+ "textAlign": "center",
1997
+ "verticalAlign": "top",
1998
+ "baseline": 15,
1999
+ "containerId": null,
2000
+ "originalText": "Callback with",
2001
+ "autoResize": true,
2002
+ "lineHeight": 1.25,
2003
+ "index": null
2004
+ }
2005
+ ],
2006
+ "appState": {
2007
+ "viewBackgroundColor": "#FBF7EE",
2008
+ "theme": "light",
2009
+ "gridSize": null,
2010
+ "exportBackground": true,
2011
+ "exportEmbedScene": true,
2012
+ "exportScale": 1,
2013
+ "currentItemFontFamily": 5
2014
+ },
2015
+ "files": {}
2016
+ }