@happyvertical/smrt-messages 0.43.9 → 0.44.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (79) hide show
  1. package/dist/chunks/{Email-BwMhh-Dr.js → Email-BR0NkbZc.js} +2 -2
  2. package/dist/chunks/{Email-BwMhh-Dr.js.map → Email-BR0NkbZc.js.map} +1 -1
  3. package/dist/chunks/{Message-CORy3jwy.js → Message-68WwnJi0.js} +89 -35
  4. package/dist/chunks/Message-68WwnJi0.js.map +1 -0
  5. package/dist/chunks/{MessageCollection-D6zqQoJV.js → MessageCollection-Db1A7xHc.js} +2 -2
  6. package/dist/chunks/{MessageCollection-D6zqQoJV.js.map → MessageCollection-Db1A7xHc.js.map} +1 -1
  7. package/dist/index.js +5 -5
  8. package/dist/manifest.json +351 -11
  9. package/dist/models/Message.d.ts +1 -0
  10. package/dist/models/Message.d.ts.map +1 -1
  11. package/dist/smrt-knowledge.json +223 -13
  12. package/dist/svelte/components/AccountAvatar.svelte +3 -0
  13. package/dist/svelte/components/AccountAvatar.svelte.d.ts +3 -0
  14. package/dist/svelte/components/AccountAvatar.svelte.d.ts.map +1 -1
  15. package/dist/svelte/components/AccountCard.svelte +5 -0
  16. package/dist/svelte/components/AccountCard.svelte.d.ts +5 -0
  17. package/dist/svelte/components/AccountCard.svelte.d.ts.map +1 -1
  18. package/dist/svelte/components/AccountList.svelte +5 -0
  19. package/dist/svelte/components/AccountList.svelte.d.ts +5 -0
  20. package/dist/svelte/components/AccountList.svelte.d.ts.map +1 -1
  21. package/dist/svelte/components/AttachmentChip.svelte +2 -0
  22. package/dist/svelte/components/AttachmentChip.svelte.d.ts +2 -0
  23. package/dist/svelte/components/AttachmentChip.svelte.d.ts.map +1 -1
  24. package/dist/svelte/components/AttachmentUpload.svelte +4 -0
  25. package/dist/svelte/components/AttachmentUpload.svelte.d.ts +4 -0
  26. package/dist/svelte/components/AttachmentUpload.svelte.d.ts.map +1 -1
  27. package/dist/svelte/components/ComposeForm.svelte +6 -0
  28. package/dist/svelte/components/ComposeForm.svelte.d.ts +6 -0
  29. package/dist/svelte/components/ComposeForm.svelte.d.ts.map +1 -1
  30. package/dist/svelte/components/EmailAccountManager.svelte +5 -0
  31. package/dist/svelte/components/EmailAccountManager.svelte.d.ts +5 -0
  32. package/dist/svelte/components/EmailAccountManager.svelte.d.ts.map +1 -1
  33. package/dist/svelte/components/EmailFilterManager.svelte +7 -0
  34. package/dist/svelte/components/EmailFilterManager.svelte.d.ts +7 -0
  35. package/dist/svelte/components/EmailFilterManager.svelte.d.ts.map +1 -1
  36. package/dist/svelte/components/FolderNav.svelte +4 -0
  37. package/dist/svelte/components/FolderNav.svelte.d.ts +4 -0
  38. package/dist/svelte/components/FolderNav.svelte.d.ts.map +1 -1
  39. package/dist/svelte/components/ForwardForm.svelte +3 -0
  40. package/dist/svelte/components/ForwardForm.svelte.d.ts +3 -0
  41. package/dist/svelte/components/ForwardForm.svelte.d.ts.map +1 -1
  42. package/dist/svelte/components/MessageCard.svelte +10 -0
  43. package/dist/svelte/components/MessageCard.svelte.d.ts +10 -0
  44. package/dist/svelte/components/MessageCard.svelte.d.ts.map +1 -1
  45. package/dist/svelte/components/MessageDetail.svelte +8 -0
  46. package/dist/svelte/components/MessageDetail.svelte.d.ts +8 -0
  47. package/dist/svelte/components/MessageDetail.svelte.d.ts.map +1 -1
  48. package/dist/svelte/components/MessageFilters.svelte +6 -0
  49. package/dist/svelte/components/MessageFilters.svelte.d.ts +6 -0
  50. package/dist/svelte/components/MessageFilters.svelte.d.ts.map +1 -1
  51. package/dist/svelte/components/MessageList.svelte +13 -0
  52. package/dist/svelte/components/MessageList.svelte.d.ts +13 -0
  53. package/dist/svelte/components/MessageList.svelte.d.ts.map +1 -1
  54. package/dist/svelte/components/MessageStatusIndicator.svelte +5 -0
  55. package/dist/svelte/components/MessageStatusIndicator.svelte.d.ts +5 -0
  56. package/dist/svelte/components/MessageStatusIndicator.svelte.d.ts.map +1 -1
  57. package/dist/svelte/components/MessageToolbar.svelte +6 -0
  58. package/dist/svelte/components/MessageToolbar.svelte.d.ts +6 -0
  59. package/dist/svelte/components/MessageToolbar.svelte.d.ts.map +1 -1
  60. package/dist/svelte/components/MessageTypeBadge.svelte +2 -0
  61. package/dist/svelte/components/MessageTypeBadge.svelte.d.ts +2 -0
  62. package/dist/svelte/components/MessageTypeBadge.svelte.d.ts.map +1 -1
  63. package/dist/svelte/components/MessagingSettingsPanel.svelte +9 -0
  64. package/dist/svelte/components/MessagingSettingsPanel.svelte.d.ts +9 -0
  65. package/dist/svelte/components/MessagingSettingsPanel.svelte.d.ts.map +1 -1
  66. package/dist/svelte/components/RecipientInput.svelte +4 -0
  67. package/dist/svelte/components/RecipientInput.svelte.d.ts +4 -0
  68. package/dist/svelte/components/RecipientInput.svelte.d.ts.map +1 -1
  69. package/dist/svelte/components/ReplyForm.svelte +4 -0
  70. package/dist/svelte/components/ReplyForm.svelte.d.ts +4 -0
  71. package/dist/svelte/components/ReplyForm.svelte.d.ts.map +1 -1
  72. package/dist/svelte/components/SendStatusBadge.svelte +2 -0
  73. package/dist/svelte/components/SendStatusBadge.svelte.d.ts +2 -0
  74. package/dist/svelte/components/SendStatusBadge.svelte.d.ts.map +1 -1
  75. package/dist/svelte/components/ThreadView.svelte +5 -0
  76. package/dist/svelte/components/ThreadView.svelte.d.ts +5 -0
  77. package/dist/svelte/components/ThreadView.svelte.d.ts.map +1 -1
  78. package/package.json +9 -8
  79. package/dist/chunks/Message-CORy3jwy.js.map +0 -1
@@ -2,7 +2,7 @@
2
2
  "version": "1.0.0",
3
3
  "timestamp": 0,
4
4
  "packageName": "@happyvertical/smrt-messages",
5
- "packageVersion": "0.43.9",
5
+ "packageVersion": "0.44.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-messages:AccountCollection": {
8
8
  "name": "accountcollection",
@@ -2372,6 +2372,20 @@
2372
2372
  "isStatic": false,
2373
2373
  "isPublic": true
2374
2374
  },
2375
+ "withTransaction": {
2376
+ "name": "withTransaction",
2377
+ "async": true,
2378
+ "parameters": [
2379
+ {
2380
+ "name": "operation",
2381
+ "type": "Function",
2382
+ "optional": false
2383
+ }
2384
+ ],
2385
+ "returnType": "Promise<T>",
2386
+ "isStatic": false,
2387
+ "isPublic": true
2388
+ },
2375
2389
  "initialize": {
2376
2390
  "name": "initialize",
2377
2391
  "async": true,
@@ -2467,11 +2481,31 @@
2467
2481
  "save": {
2468
2482
  "name": "save",
2469
2483
  "async": true,
2470
- "parameters": [],
2484
+ "parameters": [
2485
+ {
2486
+ "name": "options",
2487
+ "type": "SmrtSaveOptions",
2488
+ "optional": true
2489
+ }
2490
+ ],
2471
2491
  "returnType": "any",
2472
2492
  "isStatic": false,
2473
2493
  "isPublic": true
2474
2494
  },
2495
+ "claimRevision": {
2496
+ "name": "claimRevision",
2497
+ "async": true,
2498
+ "parameters": [
2499
+ {
2500
+ "name": "expectedUpdatedAt",
2501
+ "type": "Date | string",
2502
+ "optional": false
2503
+ }
2504
+ ],
2505
+ "returnType": "Promise",
2506
+ "isStatic": false,
2507
+ "isPublic": true
2508
+ },
2475
2509
  "classifyConstraintError": {
2476
2510
  "name": "classifyConstraintError",
2477
2511
  "async": false,
@@ -3806,6 +3840,20 @@
3806
3840
  "isStatic": false,
3807
3841
  "isPublic": true
3808
3842
  },
3843
+ "withTransaction": {
3844
+ "name": "withTransaction",
3845
+ "async": true,
3846
+ "parameters": [
3847
+ {
3848
+ "name": "operation",
3849
+ "type": "Function",
3850
+ "optional": false
3851
+ }
3852
+ ],
3853
+ "returnType": "Promise<T>",
3854
+ "isStatic": false,
3855
+ "isPublic": true
3856
+ },
3809
3857
  "initialize": {
3810
3858
  "name": "initialize",
3811
3859
  "async": true,
@@ -3901,11 +3949,31 @@
3901
3949
  "save": {
3902
3950
  "name": "save",
3903
3951
  "async": true,
3904
- "parameters": [],
3952
+ "parameters": [
3953
+ {
3954
+ "name": "options",
3955
+ "type": "SmrtSaveOptions",
3956
+ "optional": true
3957
+ }
3958
+ ],
3905
3959
  "returnType": "any",
3906
3960
  "isStatic": false,
3907
3961
  "isPublic": true
3908
3962
  },
3963
+ "claimRevision": {
3964
+ "name": "claimRevision",
3965
+ "async": true,
3966
+ "parameters": [
3967
+ {
3968
+ "name": "expectedUpdatedAt",
3969
+ "type": "Date | string",
3970
+ "optional": false
3971
+ }
3972
+ ],
3973
+ "returnType": "Promise",
3974
+ "isStatic": false,
3975
+ "isPublic": true
3976
+ },
3909
3977
  "classifyConstraintError": {
3910
3978
  "name": "classifyConstraintError",
3911
3979
  "async": false,
@@ -5109,6 +5177,20 @@
5109
5177
  "isStatic": false,
5110
5178
  "isPublic": true
5111
5179
  },
5180
+ "withTransaction": {
5181
+ "name": "withTransaction",
5182
+ "async": true,
5183
+ "parameters": [
5184
+ {
5185
+ "name": "operation",
5186
+ "type": "Function",
5187
+ "optional": false
5188
+ }
5189
+ ],
5190
+ "returnType": "Promise<T>",
5191
+ "isStatic": false,
5192
+ "isPublic": true
5193
+ },
5112
5194
  "initialize": {
5113
5195
  "name": "initialize",
5114
5196
  "async": true,
@@ -5204,11 +5286,31 @@
5204
5286
  "save": {
5205
5287
  "name": "save",
5206
5288
  "async": true,
5207
- "parameters": [],
5289
+ "parameters": [
5290
+ {
5291
+ "name": "options",
5292
+ "type": "SmrtSaveOptions",
5293
+ "optional": true
5294
+ }
5295
+ ],
5208
5296
  "returnType": "any",
5209
5297
  "isStatic": false,
5210
5298
  "isPublic": true
5211
5299
  },
5300
+ "claimRevision": {
5301
+ "name": "claimRevision",
5302
+ "async": true,
5303
+ "parameters": [
5304
+ {
5305
+ "name": "expectedUpdatedAt",
5306
+ "type": "Date | string",
5307
+ "optional": false
5308
+ }
5309
+ ],
5310
+ "returnType": "Promise",
5311
+ "isStatic": false,
5312
+ "isPublic": true
5313
+ },
5212
5314
  "classifyConstraintError": {
5213
5315
  "name": "classifyConstraintError",
5214
5316
  "async": false,
@@ -6518,6 +6620,20 @@
6518
6620
  "isStatic": false,
6519
6621
  "isPublic": true
6520
6622
  },
6623
+ "withTransaction": {
6624
+ "name": "withTransaction",
6625
+ "async": true,
6626
+ "parameters": [
6627
+ {
6628
+ "name": "operation",
6629
+ "type": "Function",
6630
+ "optional": false
6631
+ }
6632
+ ],
6633
+ "returnType": "Promise<T>",
6634
+ "isStatic": false,
6635
+ "isPublic": true
6636
+ },
6521
6637
  "initialize": {
6522
6638
  "name": "initialize",
6523
6639
  "async": true,
@@ -6613,11 +6729,31 @@
6613
6729
  "save": {
6614
6730
  "name": "save",
6615
6731
  "async": true,
6616
- "parameters": [],
6732
+ "parameters": [
6733
+ {
6734
+ "name": "options",
6735
+ "type": "SmrtSaveOptions",
6736
+ "optional": true
6737
+ }
6738
+ ],
6617
6739
  "returnType": "any",
6618
6740
  "isStatic": false,
6619
6741
  "isPublic": true
6620
6742
  },
6743
+ "claimRevision": {
6744
+ "name": "claimRevision",
6745
+ "async": true,
6746
+ "parameters": [
6747
+ {
6748
+ "name": "expectedUpdatedAt",
6749
+ "type": "Date | string",
6750
+ "optional": false
6751
+ }
6752
+ ],
6753
+ "returnType": "Promise",
6754
+ "isStatic": false,
6755
+ "isPublic": true
6756
+ },
6621
6757
  "classifyConstraintError": {
6622
6758
  "name": "classifyConstraintError",
6623
6759
  "async": false,
@@ -8247,6 +8383,20 @@
8247
8383
  "isStatic": false,
8248
8384
  "isPublic": true
8249
8385
  },
8386
+ "withTransaction": {
8387
+ "name": "withTransaction",
8388
+ "async": true,
8389
+ "parameters": [
8390
+ {
8391
+ "name": "operation",
8392
+ "type": "Function",
8393
+ "optional": false
8394
+ }
8395
+ ],
8396
+ "returnType": "Promise<T>",
8397
+ "isStatic": false,
8398
+ "isPublic": true
8399
+ },
8250
8400
  "initialize": {
8251
8401
  "name": "initialize",
8252
8402
  "async": true,
@@ -8342,11 +8492,31 @@
8342
8492
  "save": {
8343
8493
  "name": "save",
8344
8494
  "async": true,
8345
- "parameters": [],
8495
+ "parameters": [
8496
+ {
8497
+ "name": "options",
8498
+ "type": "SmrtSaveOptions",
8499
+ "optional": true
8500
+ }
8501
+ ],
8346
8502
  "returnType": "any",
8347
8503
  "isStatic": false,
8348
8504
  "isPublic": true
8349
8505
  },
8506
+ "claimRevision": {
8507
+ "name": "claimRevision",
8508
+ "async": true,
8509
+ "parameters": [
8510
+ {
8511
+ "name": "expectedUpdatedAt",
8512
+ "type": "Date | string",
8513
+ "optional": false
8514
+ }
8515
+ ],
8516
+ "returnType": "Promise",
8517
+ "isStatic": false,
8518
+ "isPublic": true
8519
+ },
8350
8520
  "classifyConstraintError": {
8351
8521
  "name": "classifyConstraintError",
8352
8522
  "async": false,
@@ -9196,6 +9366,20 @@
9196
9366
  "isStatic": false,
9197
9367
  "isPublic": true
9198
9368
  },
9369
+ "withTransaction": {
9370
+ "name": "withTransaction",
9371
+ "async": true,
9372
+ "parameters": [
9373
+ {
9374
+ "name": "operation",
9375
+ "type": "Function",
9376
+ "optional": false
9377
+ }
9378
+ ],
9379
+ "returnType": "Promise<T>",
9380
+ "isStatic": false,
9381
+ "isPublic": true
9382
+ },
9199
9383
  "initialize": {
9200
9384
  "name": "initialize",
9201
9385
  "async": true,
@@ -9291,11 +9475,31 @@
9291
9475
  "save": {
9292
9476
  "name": "save",
9293
9477
  "async": true,
9294
- "parameters": [],
9478
+ "parameters": [
9479
+ {
9480
+ "name": "options",
9481
+ "type": "SmrtSaveOptions",
9482
+ "optional": true
9483
+ }
9484
+ ],
9295
9485
  "returnType": "any",
9296
9486
  "isStatic": false,
9297
9487
  "isPublic": true
9298
9488
  },
9489
+ "claimRevision": {
9490
+ "name": "claimRevision",
9491
+ "async": true,
9492
+ "parameters": [
9493
+ {
9494
+ "name": "expectedUpdatedAt",
9495
+ "type": "Date | string",
9496
+ "optional": false
9497
+ }
9498
+ ],
9499
+ "returnType": "Promise",
9500
+ "isStatic": false,
9501
+ "isPublic": true
9502
+ },
9299
9503
  "classifyConstraintError": {
9300
9504
  "name": "classifyConstraintError",
9301
9505
  "async": false,
@@ -10409,6 +10613,20 @@
10409
10613
  "isStatic": false,
10410
10614
  "isPublic": true
10411
10615
  },
10616
+ "withTransaction": {
10617
+ "name": "withTransaction",
10618
+ "async": true,
10619
+ "parameters": [
10620
+ {
10621
+ "name": "operation",
10622
+ "type": "Function",
10623
+ "optional": false
10624
+ }
10625
+ ],
10626
+ "returnType": "Promise<T>",
10627
+ "isStatic": false,
10628
+ "isPublic": true
10629
+ },
10412
10630
  "initialize": {
10413
10631
  "name": "initialize",
10414
10632
  "async": true,
@@ -10504,11 +10722,31 @@
10504
10722
  "save": {
10505
10723
  "name": "save",
10506
10724
  "async": true,
10507
- "parameters": [],
10725
+ "parameters": [
10726
+ {
10727
+ "name": "options",
10728
+ "type": "SmrtSaveOptions",
10729
+ "optional": true
10730
+ }
10731
+ ],
10508
10732
  "returnType": "any",
10509
10733
  "isStatic": false,
10510
10734
  "isPublic": true
10511
10735
  },
10736
+ "claimRevision": {
10737
+ "name": "claimRevision",
10738
+ "async": true,
10739
+ "parameters": [
10740
+ {
10741
+ "name": "expectedUpdatedAt",
10742
+ "type": "Date | string",
10743
+ "optional": false
10744
+ }
10745
+ ],
10746
+ "returnType": "Promise",
10747
+ "isStatic": false,
10748
+ "isPublic": true
10749
+ },
10512
10750
  "classifyConstraintError": {
10513
10751
  "name": "classifyConstraintError",
10514
10752
  "async": false,
@@ -11366,6 +11604,20 @@
11366
11604
  "isStatic": false,
11367
11605
  "isPublic": true
11368
11606
  },
11607
+ "withTransaction": {
11608
+ "name": "withTransaction",
11609
+ "async": true,
11610
+ "parameters": [
11611
+ {
11612
+ "name": "operation",
11613
+ "type": "Function",
11614
+ "optional": false
11615
+ }
11616
+ ],
11617
+ "returnType": "Promise<T>",
11618
+ "isStatic": false,
11619
+ "isPublic": true
11620
+ },
11369
11621
  "initialize": {
11370
11622
  "name": "initialize",
11371
11623
  "async": true,
@@ -11461,11 +11713,31 @@
11461
11713
  "save": {
11462
11714
  "name": "save",
11463
11715
  "async": true,
11464
- "parameters": [],
11716
+ "parameters": [
11717
+ {
11718
+ "name": "options",
11719
+ "type": "SmrtSaveOptions",
11720
+ "optional": true
11721
+ }
11722
+ ],
11465
11723
  "returnType": "any",
11466
11724
  "isStatic": false,
11467
11725
  "isPublic": true
11468
11726
  },
11727
+ "claimRevision": {
11728
+ "name": "claimRevision",
11729
+ "async": true,
11730
+ "parameters": [
11731
+ {
11732
+ "name": "expectedUpdatedAt",
11733
+ "type": "Date | string",
11734
+ "optional": false
11735
+ }
11736
+ ],
11737
+ "returnType": "Promise",
11738
+ "isStatic": false,
11739
+ "isPublic": true
11740
+ },
11469
11741
  "classifyConstraintError": {
11470
11742
  "name": "classifyConstraintError",
11471
11743
  "async": false,
@@ -12607,6 +12879,20 @@
12607
12879
  "isStatic": false,
12608
12880
  "isPublic": true
12609
12881
  },
12882
+ "withTransaction": {
12883
+ "name": "withTransaction",
12884
+ "async": true,
12885
+ "parameters": [
12886
+ {
12887
+ "name": "operation",
12888
+ "type": "Function",
12889
+ "optional": false
12890
+ }
12891
+ ],
12892
+ "returnType": "Promise<T>",
12893
+ "isStatic": false,
12894
+ "isPublic": true
12895
+ },
12610
12896
  "initialize": {
12611
12897
  "name": "initialize",
12612
12898
  "async": true,
@@ -12702,11 +12988,31 @@
12702
12988
  "save": {
12703
12989
  "name": "save",
12704
12990
  "async": true,
12705
- "parameters": [],
12991
+ "parameters": [
12992
+ {
12993
+ "name": "options",
12994
+ "type": "SmrtSaveOptions",
12995
+ "optional": true
12996
+ }
12997
+ ],
12706
12998
  "returnType": "any",
12707
12999
  "isStatic": false,
12708
13000
  "isPublic": true
12709
13001
  },
13002
+ "claimRevision": {
13003
+ "name": "claimRevision",
13004
+ "async": true,
13005
+ "parameters": [
13006
+ {
13007
+ "name": "expectedUpdatedAt",
13008
+ "type": "Date | string",
13009
+ "optional": false
13010
+ }
13011
+ ],
13012
+ "returnType": "Promise",
13013
+ "isStatic": false,
13014
+ "isPublic": true
13015
+ },
12710
13016
  "classifyConstraintError": {
12711
13017
  "name": "classifyConstraintError",
12712
13018
  "async": false,
@@ -13625,6 +13931,20 @@
13625
13931
  "isStatic": false,
13626
13932
  "isPublic": true
13627
13933
  },
13934
+ "withTransaction": {
13935
+ "name": "withTransaction",
13936
+ "async": true,
13937
+ "parameters": [
13938
+ {
13939
+ "name": "operation",
13940
+ "type": "Function",
13941
+ "optional": false
13942
+ }
13943
+ ],
13944
+ "returnType": "Promise<T>",
13945
+ "isStatic": false,
13946
+ "isPublic": true
13947
+ },
13628
13948
  "initialize": {
13629
13949
  "name": "initialize",
13630
13950
  "async": true,
@@ -13720,11 +14040,31 @@
13720
14040
  "save": {
13721
14041
  "name": "save",
13722
14042
  "async": true,
13723
- "parameters": [],
14043
+ "parameters": [
14044
+ {
14045
+ "name": "options",
14046
+ "type": "SmrtSaveOptions",
14047
+ "optional": true
14048
+ }
14049
+ ],
13724
14050
  "returnType": "any",
13725
14051
  "isStatic": false,
13726
14052
  "isPublic": true
13727
14053
  },
14054
+ "claimRevision": {
14055
+ "name": "claimRevision",
14056
+ "async": true,
14057
+ "parameters": [
14058
+ {
14059
+ "name": "expectedUpdatedAt",
14060
+ "type": "Date | string",
14061
+ "optional": false
14062
+ }
14063
+ ],
14064
+ "returnType": "Promise",
14065
+ "isStatic": false,
14066
+ "isPublic": true
14067
+ },
13728
14068
  "classifyConstraintError": {
13729
14069
  "name": "classifyConstraintError",
13730
14070
  "async": false,
@@ -28,6 +28,7 @@ export declare class Message extends SmrtObject {
28
28
  createdAt: Date;
29
29
  updatedAt: Date;
30
30
  constructor(options?: MessageOptions);
31
+ private finalizeSendLifecycle;
31
32
  /**
32
33
  * Get to addresses as parsed array
33
34
  */
@@ -1 +1 @@
1
- {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../src/models/Message.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAGL,UAAU,EAEX,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,UAAU,EACX,MAAM,UAAU,CAAC;AAElB,qBAOa,OAAQ,SAAQ,UAAU;IAErC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAG/B,SAAS,SAAM;IAIf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEhC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjC,aAAa,SAAM;IACnB,QAAQ,SAAM;IACd,OAAO,SAAM;IACb,IAAI,SAAM;IACV,WAAW,SAAM;IACjB,QAAQ,SAAM;IACd,WAAW,SAAM;IACjB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IACzB,MAAM,UAAS;IACf,SAAS,UAAS;IAClB,cAAc,UAAS;IACvB,IAAI,SAAK;IACT,QAAQ,SAAM;IAGd,UAAU,EAAE,UAAU,CAAW;IACjC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC3B,SAAS,SAAM;IACf,UAAU,SAAK;IACf,UAAU,SAAK;IACf,eAAe,EAAE,IAAI,GAAG,IAAI,CAAQ;IAEpC,kBAAkB,SAAM;IAGxB,SAAS,OAAc;IACvB,SAAS,OAAc;gBAEX,OAAO,GAAE,cAAmB;IAqCxC;;OAEG;IACH,cAAc,IAAI,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAS3D;;OAEG;IACH,cAAc,CAAC,SAAS,EAAE,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAI1E;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAStC;;OAEG;IACH,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAIhD;;OAEG;IACG,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAM/B;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAMjC;;OAEG;IACG,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAMpC;;OAEG;IACH,QAAQ,IAAI,OAAO;IAInB;;OAEG;IACH,UAAU,CAAC,SAAS,SAAM,GAAG,MAAM;IAMnC;;OAEG;IACG,UAAU;IAWV,WAAW;IASjB;;OAEG;IACG,iBAAiB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAW7C;;OAEG;IACG,cAAc;IAapB;;OAEG;IACG,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAoHpE;;OAEG;IACG,SAAS,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAwBzE;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IASjD;;OAEG;IACH,WAAW,CAAC,QAAQ,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IA0BvD;;OAEG;IACH,aAAa,IAAI,OAAO;IAyBxB;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,MAAM;CAapC"}
1
+ {"version":3,"file":"Message.d.ts","sourceRoot":"","sources":["../../src/models/Message.ts"],"names":[],"mappings":"AAAA;;;;GAIG;AAEH,OAAO,EAGL,UAAU,EAIX,MAAM,0BAA0B,CAAC;AAElC,OAAO,KAAK,EACV,cAAc,EACd,iBAAiB,EACjB,kBAAkB,EAClB,UAAU,EACX,MAAM,UAAU,CAAC;AAElB,qBAOa,OAAQ,SAAQ,UAAU;IAErC,QAAQ,EAAE,MAAM,GAAG,IAAI,CAAQ;IAG/B,SAAS,SAAM;IAIf,SAAS,EAAE,MAAM,GAAG,IAAI,CAAQ;IAEhC,UAAU,EAAE,MAAM,GAAG,IAAI,CAAQ;IACjC,aAAa,SAAM;IACnB,QAAQ,SAAM;IACd,OAAO,SAAM;IACb,IAAI,SAAM;IACV,WAAW,SAAM;IACjB,QAAQ,SAAM;IACd,WAAW,SAAM;IACjB,IAAI,EAAE,IAAI,GAAG,IAAI,CAAQ;IACzB,MAAM,UAAS;IACf,SAAS,UAAS;IAClB,cAAc,UAAS;IACvB,IAAI,SAAK;IACT,QAAQ,SAAM;IAGd,UAAU,EAAE,UAAU,CAAW;IACjC,MAAM,EAAE,IAAI,GAAG,IAAI,CAAQ;IAC3B,SAAS,SAAM;IACf,UAAU,SAAK;IACf,UAAU,SAAK;IACf,eAAe,EAAE,IAAI,GAAG,IAAI,CAAQ;IAEpC,kBAAkB,SAAM;IAGxB,SAAS,OAAc;IACvB,SAAS,OAAc;gBAEX,OAAO,GAAE,cAAmB;YAqC1B,qBAAqB;IAuDnC;;OAEG;IACH,cAAc,IAAI,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC;IAS3D;;OAEG;IACH,cAAc,CAAC,SAAS,EAAE,KAAK,CAAC;QAAE,OAAO,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI;IAI1E;;OAEG;IACH,WAAW,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IAStC;;OAEG;IACH,WAAW,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,GAAG,IAAI;IAIhD;;OAEG;IACG,QAAQ,IAAI,OAAO,CAAC,IAAI,CAAC;IAM/B;;OAEG;IACG,UAAU,IAAI,OAAO,CAAC,IAAI,CAAC;IAMjC;;OAEG;IACG,aAAa,IAAI,OAAO,CAAC,IAAI,CAAC;IAMpC;;OAEG;IACH,QAAQ,IAAI,OAAO;IAInB;;OAEG;IACH,UAAU,CAAC,SAAS,SAAM,GAAG,MAAM;IAMnC;;OAEG;IACG,UAAU;IAWV,WAAW;IASjB;;OAEG;IACG,iBAAiB,IAAI,OAAO,CAAC,OAAO,EAAE,CAAC;IAW7C;;OAEG;IACG,cAAc;IAapB;;OAEG;IACG,IAAI,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAkJpE;;OAEG;IACG,SAAS,CAAC,OAAO,CAAC,EAAE,kBAAkB,GAAG,OAAO,CAAC,iBAAiB,CAAC;IAwBzE;;;;;;;;OAQG;IACH,SAAS,CAAC,YAAY,IAAI,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC;IASjD;;OAEG;IACH,WAAW,CAAC,QAAQ,CAAC,EAAE;QAAE,QAAQ,CAAC,EAAE,OAAO,CAAA;KAAE,GAAG,OAAO;IA0BvD;;OAEG;IACH,aAAa,IAAI,OAAO;IAyBxB;;OAEG;IACH,SAAS,CAAC,eAAe,IAAI,MAAM;CAapC"}