@happyvertical/smrt-messages 0.37.9 → 0.37.11

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.
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-07-03T13:42:47.130Z",
3
+ "generatedAt": "2026-07-03T18:34:07.566Z",
4
4
  "packageName": "@happyvertical/smrt-messages",
5
- "packageVersion": "0.37.9",
5
+ "packageVersion": "0.37.11",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "a272269f9e7009282667d281f301b481c3774d2c1f66cf9cee67ceb983f4dd04",
10
- "packageJson": "9f7565ed210547553582313308e1b09ed59b03e5406110c1d57a79a7202a33a9",
9
+ "manifest": "7753baaf760592a277cd718f034bbfaf7d5b20f71018c8c00463a54c3dbcc3ed",
10
+ "packageJson": "f1975fbb0622746a95594cd7a9954bd1a2a39293ac2d3a797db871ff019c7396",
11
11
  "agents": "32563a30ceeb21bd8732042f894e2a148fd83727caffc1eec7c97540005c6fdc"
12
12
  },
13
13
  "exports": [
@@ -63,276 +63,6 @@
63
63
  "tags": [],
64
64
  "risks": [],
65
65
  "objects": [
66
- {
67
- "name": "AccountCollection",
68
- "qualifiedName": "@happyvertical/smrt-messages:AccountCollection",
69
- "collection": "accounts",
70
- "tableName": "account_collections",
71
- "packageName": "@happyvertical/smrt-messages",
72
- "extends": "SmrtCollection",
73
- "fields": [],
74
- "relationships": [],
75
- "methods": [
76
- "findByTenant",
77
- "findGlobal",
78
- "findWithGlobals",
79
- "getActive",
80
- "getByProviderType",
81
- "getByType",
82
- "getInactive",
83
- "getStats",
84
- "search"
85
- ],
86
- "surfaces": [],
87
- "relationshipFeatures": [
88
- "uuidColumns"
89
- ],
90
- "tags": [],
91
- "risks": []
92
- },
93
- {
94
- "name": "AttachmentCollection",
95
- "qualifiedName": "@happyvertical/smrt-messages:AttachmentCollection",
96
- "collection": "attachments",
97
- "tableName": "attachment_collections",
98
- "packageName": "@happyvertical/smrt-messages",
99
- "extends": "SmrtCollection",
100
- "fields": [],
101
- "relationships": [],
102
- "methods": [
103
- "deleteByMessage",
104
- "findByTenant",
105
- "findGlobal",
106
- "findWithGlobals",
107
- "getByContentType",
108
- "getByExtension",
109
- "getByMessage",
110
- "getImages",
111
- "getInline",
112
- "getLargest",
113
- "getPdfs",
114
- "getRegular",
115
- "getStats",
116
- "getTotalSize",
117
- "getWithExternalFiles",
118
- "searchByFilename"
119
- ],
120
- "surfaces": [],
121
- "relationshipFeatures": [
122
- "uuidColumns"
123
- ],
124
- "tags": [],
125
- "risks": []
126
- },
127
- {
128
- "name": "BlacklistCollection",
129
- "qualifiedName": "@happyvertical/smrt-messages:BlacklistCollection",
130
- "collection": "blacklists",
131
- "tableName": "blacklist_collections",
132
- "packageName": "@happyvertical/smrt-messages",
133
- "extends": "SmrtCollection",
134
- "fields": [],
135
- "relationships": [],
136
- "methods": [
137
- "getMatchingEntry",
138
- "isBlacklisted"
139
- ],
140
- "surfaces": [],
141
- "relationshipFeatures": [
142
- "uuidColumns"
143
- ],
144
- "tags": [],
145
- "risks": []
146
- },
147
- {
148
- "name": "EmailAccountCollection",
149
- "qualifiedName": "@happyvertical/smrt-messages:EmailAccountCollection",
150
- "collection": "accounts",
151
- "tableName": "accounts",
152
- "packageName": "@happyvertical/smrt-messages",
153
- "extends": "AccountCollection",
154
- "fields": [],
155
- "relationships": [],
156
- "methods": [
157
- "findByTenant",
158
- "findGlobal",
159
- "findWithGlobals",
160
- "getActive",
161
- "getByEmail",
162
- "getByEmailProviderType",
163
- "getByProviderType",
164
- "getEmailStats",
165
- "getInactive",
166
- "getNeedingSync",
167
- "getStats",
168
- "getTotalUnreadCount",
169
- "search",
170
- "searchEmailAccounts",
171
- "syncAll"
172
- ],
173
- "surfaces": [],
174
- "relationshipFeatures": [
175
- "uuidColumns"
176
- ],
177
- "tags": [],
178
- "risks": []
179
- },
180
- {
181
- "name": "EmailAttachmentCollection",
182
- "qualifiedName": "@happyvertical/smrt-messages:EmailAttachmentCollection",
183
- "collection": "emailattachments",
184
- "tableName": "email_attachment_collections",
185
- "packageName": "@happyvertical/smrt-messages",
186
- "extends": "AttachmentCollection",
187
- "fields": [],
188
- "relationships": [],
189
- "methods": [
190
- "deleteByEmail",
191
- "findByTenant",
192
- "findGlobal",
193
- "findWithGlobals",
194
- "getByEmail",
195
- "getImages",
196
- "getInline",
197
- "getPdfs",
198
- "getRegular"
199
- ],
200
- "surfaces": [],
201
- "relationshipFeatures": [
202
- "uuidColumns"
203
- ],
204
- "tags": [],
205
- "risks": []
206
- },
207
- {
208
- "name": "EmailCollection",
209
- "qualifiedName": "@happyvertical/smrt-messages:EmailCollection",
210
- "collection": "messages",
211
- "tableName": "messages",
212
- "packageName": "@happyvertical/smrt-messages",
213
- "extends": "MessageCollection",
214
- "fields": [],
215
- "relationships": [],
216
- "methods": [
217
- "countByFolder",
218
- "countUnreadByAccount",
219
- "countUnreadByFolder",
220
- "deleteByFolder",
221
- "findByTenant",
222
- "findGlobal",
223
- "findWithGlobals",
224
- "getAccountStats",
225
- "getByAccount",
226
- "getByFolder",
227
- "getByMessageId",
228
- "getByThread",
229
- "getFlagged",
230
- "getRecent",
231
- "getUnread",
232
- "getWithAttachments",
233
- "markFolderRead",
234
- "search",
235
- "searchEmails"
236
- ],
237
- "surfaces": [],
238
- "relationshipFeatures": [
239
- "uuidColumns"
240
- ],
241
- "tags": [],
242
- "risks": []
243
- },
244
- {
245
- "name": "EmailFolderCollection",
246
- "qualifiedName": "@happyvertical/smrt-messages:EmailFolderCollection",
247
- "collection": "emailfolders",
248
- "tableName": "email_folder_collections",
249
- "packageName": "@happyvertical/smrt-messages",
250
- "extends": "SmrtCollection",
251
- "fields": [],
252
- "relationships": [],
253
- "methods": [
254
- "createSystemFolders",
255
- "findByTenant",
256
- "findGlobal",
257
- "findWithGlobals",
258
- "getAccountStats",
259
- "getByAccount",
260
- "getByPath",
261
- "getDrafts",
262
- "getInbox",
263
- "getSent",
264
- "getSpam",
265
- "getSubscribed",
266
- "getSystemFolders",
267
- "getTrash",
268
- "getUserFolders",
269
- "getWithUnread",
270
- "refreshAllCounts",
271
- "search"
272
- ],
273
- "surfaces": [],
274
- "relationshipFeatures": [
275
- "uuidColumns"
276
- ],
277
- "tags": [],
278
- "risks": []
279
- },
280
- {
281
- "name": "MessageCollection",
282
- "qualifiedName": "@happyvertical/smrt-messages:MessageCollection",
283
- "collection": "messages",
284
- "tableName": "message_collections",
285
- "packageName": "@happyvertical/smrt-messages",
286
- "extends": "SmrtCollection",
287
- "fields": [],
288
- "relationships": [],
289
- "methods": [
290
- "findByTenant",
291
- "findGlobal",
292
- "findWithGlobals",
293
- "getAccountStats",
294
- "getByAccounts",
295
- "getByThread",
296
- "getByType",
297
- "getDrafts",
298
- "getFailedSends",
299
- "getFlagged",
300
- "getOutbox",
301
- "getRecent",
302
- "getScheduled",
303
- "getSent",
304
- "getUnread",
305
- "markAllRead",
306
- "search"
307
- ],
308
- "surfaces": [],
309
- "relationshipFeatures": [
310
- "uuidColumns"
311
- ],
312
- "tags": [],
313
- "risks": []
314
- },
315
- {
316
- "name": "WhitelistCollection",
317
- "qualifiedName": "@happyvertical/smrt-messages:WhitelistCollection",
318
- "collection": "whitelists",
319
- "tableName": "whitelist_collections",
320
- "packageName": "@happyvertical/smrt-messages",
321
- "extends": "SmrtCollection",
322
- "fields": [],
323
- "relationships": [],
324
- "methods": [
325
- "getByCategory",
326
- "getMatchingEntry",
327
- "isWhitelisted"
328
- ],
329
- "surfaces": [],
330
- "relationshipFeatures": [
331
- "uuidColumns"
332
- ],
333
- "tags": [],
334
- "risks": []
335
- },
336
66
  {
337
67
  "name": "Account",
338
68
  "qualifiedName": "@happyvertical/smrt-messages:Account",
@@ -3218,120 +2948,390 @@
3218
2948
  "risks": []
3219
2949
  },
3220
2950
  {
3221
- "name": "Whitelist",
3222
- "qualifiedName": "@happyvertical/smrt-messages:Whitelist",
3223
- "collection": "whitelists",
3224
- "tableName": "whitelists",
2951
+ "name": "Whitelist",
2952
+ "qualifiedName": "@happyvertical/smrt-messages:Whitelist",
2953
+ "collection": "whitelists",
2954
+ "tableName": "whitelists",
2955
+ "packageName": "@happyvertical/smrt-messages",
2956
+ "extends": "SmrtObject",
2957
+ "fields": [
2958
+ {
2959
+ "name": "pattern",
2960
+ "type": "text",
2961
+ "required": false,
2962
+ "columnType": "TEXT"
2963
+ },
2964
+ {
2965
+ "name": "type",
2966
+ "type": "text",
2967
+ "required": false,
2968
+ "columnType": "TEXT"
2969
+ },
2970
+ {
2971
+ "name": "category",
2972
+ "type": "text",
2973
+ "required": false,
2974
+ "columnType": "TEXT"
2975
+ },
2976
+ {
2977
+ "name": "description",
2978
+ "type": "text",
2979
+ "required": false,
2980
+ "columnType": "TEXT"
2981
+ },
2982
+ {
2983
+ "name": "tenantId",
2984
+ "type": "text",
2985
+ "required": false,
2986
+ "columnType": "UUID"
2987
+ }
2988
+ ],
2989
+ "relationships": [],
2990
+ "methods": [
2991
+ "matches"
2992
+ ],
2993
+ "surfaces": [
2994
+ {
2995
+ "kind": "api",
2996
+ "name": "whitelists.list",
2997
+ "operation": "list",
2998
+ "objectName": "@happyvertical/smrt-messages:Whitelist",
2999
+ "path": "/whitelists",
3000
+ "method": "GET"
3001
+ },
3002
+ {
3003
+ "kind": "api",
3004
+ "name": "whitelists.get",
3005
+ "operation": "get",
3006
+ "objectName": "@happyvertical/smrt-messages:Whitelist",
3007
+ "path": "/whitelists/[id]",
3008
+ "method": "GET"
3009
+ },
3010
+ {
3011
+ "kind": "api",
3012
+ "name": "whitelists.create",
3013
+ "operation": "create",
3014
+ "objectName": "@happyvertical/smrt-messages:Whitelist",
3015
+ "path": "/whitelists",
3016
+ "method": "POST"
3017
+ },
3018
+ {
3019
+ "kind": "api",
3020
+ "name": "whitelists.update",
3021
+ "operation": "update",
3022
+ "objectName": "@happyvertical/smrt-messages:Whitelist",
3023
+ "path": "/whitelists/[id]",
3024
+ "method": "PATCH"
3025
+ },
3026
+ {
3027
+ "kind": "api",
3028
+ "name": "whitelists.delete",
3029
+ "operation": "delete",
3030
+ "objectName": "@happyvertical/smrt-messages:Whitelist",
3031
+ "path": "/whitelists/[id]",
3032
+ "method": "DELETE"
3033
+ },
3034
+ {
3035
+ "kind": "cli",
3036
+ "name": "whitelist_list",
3037
+ "operation": "list",
3038
+ "objectName": "@happyvertical/smrt-messages:Whitelist"
3039
+ },
3040
+ {
3041
+ "kind": "cli",
3042
+ "name": "whitelist_get",
3043
+ "operation": "get",
3044
+ "objectName": "@happyvertical/smrt-messages:Whitelist"
3045
+ },
3046
+ {
3047
+ "kind": "cli",
3048
+ "name": "whitelist_create",
3049
+ "operation": "create",
3050
+ "objectName": "@happyvertical/smrt-messages:Whitelist"
3051
+ },
3052
+ {
3053
+ "kind": "cli",
3054
+ "name": "whitelist_update",
3055
+ "operation": "update",
3056
+ "objectName": "@happyvertical/smrt-messages:Whitelist"
3057
+ },
3058
+ {
3059
+ "kind": "cli",
3060
+ "name": "whitelist_delete",
3061
+ "operation": "delete",
3062
+ "objectName": "@happyvertical/smrt-messages:Whitelist"
3063
+ }
3064
+ ],
3065
+ "relationshipFeatures": [
3066
+ "uuidColumns"
3067
+ ],
3068
+ "tags": [],
3069
+ "risks": []
3070
+ },
3071
+ {
3072
+ "name": "AccountCollection",
3073
+ "qualifiedName": "@happyvertical/smrt-messages:AccountCollection",
3074
+ "collection": "accounts",
3075
+ "tableName": "account_collections",
3076
+ "packageName": "@happyvertical/smrt-messages",
3077
+ "extends": "SmrtCollection",
3078
+ "fields": [],
3079
+ "relationships": [],
3080
+ "methods": [
3081
+ "findByTenant",
3082
+ "findGlobal",
3083
+ "findWithGlobals",
3084
+ "getActive",
3085
+ "getByProviderType",
3086
+ "getByType",
3087
+ "getInactive",
3088
+ "getStats",
3089
+ "search"
3090
+ ],
3091
+ "surfaces": [],
3092
+ "relationshipFeatures": [
3093
+ "uuidColumns"
3094
+ ],
3095
+ "tags": [],
3096
+ "risks": []
3097
+ },
3098
+ {
3099
+ "name": "AttachmentCollection",
3100
+ "qualifiedName": "@happyvertical/smrt-messages:AttachmentCollection",
3101
+ "collection": "attachments",
3102
+ "tableName": "attachment_collections",
3103
+ "packageName": "@happyvertical/smrt-messages",
3104
+ "extends": "SmrtCollection",
3105
+ "fields": [],
3106
+ "relationships": [],
3107
+ "methods": [
3108
+ "deleteByMessage",
3109
+ "findByTenant",
3110
+ "findGlobal",
3111
+ "findWithGlobals",
3112
+ "getByContentType",
3113
+ "getByExtension",
3114
+ "getByMessage",
3115
+ "getImages",
3116
+ "getInline",
3117
+ "getLargest",
3118
+ "getPdfs",
3119
+ "getRegular",
3120
+ "getStats",
3121
+ "getTotalSize",
3122
+ "getWithExternalFiles",
3123
+ "searchByFilename"
3124
+ ],
3125
+ "surfaces": [],
3126
+ "relationshipFeatures": [
3127
+ "uuidColumns"
3128
+ ],
3129
+ "tags": [],
3130
+ "risks": []
3131
+ },
3132
+ {
3133
+ "name": "BlacklistCollection",
3134
+ "qualifiedName": "@happyvertical/smrt-messages:BlacklistCollection",
3135
+ "collection": "blacklists",
3136
+ "tableName": "blacklist_collections",
3137
+ "packageName": "@happyvertical/smrt-messages",
3138
+ "extends": "SmrtCollection",
3139
+ "fields": [],
3140
+ "relationships": [],
3141
+ "methods": [
3142
+ "getMatchingEntry",
3143
+ "isBlacklisted"
3144
+ ],
3145
+ "surfaces": [],
3146
+ "relationshipFeatures": [
3147
+ "uuidColumns"
3148
+ ],
3149
+ "tags": [],
3150
+ "risks": []
3151
+ },
3152
+ {
3153
+ "name": "EmailAccountCollection",
3154
+ "qualifiedName": "@happyvertical/smrt-messages:EmailAccountCollection",
3155
+ "collection": "accounts",
3156
+ "tableName": "accounts",
3157
+ "packageName": "@happyvertical/smrt-messages",
3158
+ "extends": "AccountCollection",
3159
+ "fields": [],
3160
+ "relationships": [],
3161
+ "methods": [
3162
+ "findByTenant",
3163
+ "findGlobal",
3164
+ "findWithGlobals",
3165
+ "getActive",
3166
+ "getByEmail",
3167
+ "getByEmailProviderType",
3168
+ "getByProviderType",
3169
+ "getEmailStats",
3170
+ "getInactive",
3171
+ "getNeedingSync",
3172
+ "getStats",
3173
+ "getTotalUnreadCount",
3174
+ "search",
3175
+ "searchEmailAccounts",
3176
+ "syncAll"
3177
+ ],
3178
+ "surfaces": [],
3179
+ "relationshipFeatures": [
3180
+ "uuidColumns"
3181
+ ],
3182
+ "tags": [],
3183
+ "risks": []
3184
+ },
3185
+ {
3186
+ "name": "EmailAttachmentCollection",
3187
+ "qualifiedName": "@happyvertical/smrt-messages:EmailAttachmentCollection",
3188
+ "collection": "emailattachments",
3189
+ "tableName": "email_attachment_collections",
3225
3190
  "packageName": "@happyvertical/smrt-messages",
3226
- "extends": "SmrtObject",
3227
- "fields": [
3228
- {
3229
- "name": "pattern",
3230
- "type": "text",
3231
- "required": false,
3232
- "columnType": "TEXT"
3233
- },
3234
- {
3235
- "name": "type",
3236
- "type": "text",
3237
- "required": false,
3238
- "columnType": "TEXT"
3239
- },
3240
- {
3241
- "name": "category",
3242
- "type": "text",
3243
- "required": false,
3244
- "columnType": "TEXT"
3245
- },
3246
- {
3247
- "name": "description",
3248
- "type": "text",
3249
- "required": false,
3250
- "columnType": "TEXT"
3251
- },
3252
- {
3253
- "name": "tenantId",
3254
- "type": "text",
3255
- "required": false,
3256
- "columnType": "UUID"
3257
- }
3191
+ "extends": "AttachmentCollection",
3192
+ "fields": [],
3193
+ "relationships": [],
3194
+ "methods": [
3195
+ "deleteByEmail",
3196
+ "findByTenant",
3197
+ "findGlobal",
3198
+ "findWithGlobals",
3199
+ "getByEmail",
3200
+ "getImages",
3201
+ "getInline",
3202
+ "getPdfs",
3203
+ "getRegular"
3204
+ ],
3205
+ "surfaces": [],
3206
+ "relationshipFeatures": [
3207
+ "uuidColumns"
3258
3208
  ],
3209
+ "tags": [],
3210
+ "risks": []
3211
+ },
3212
+ {
3213
+ "name": "EmailCollection",
3214
+ "qualifiedName": "@happyvertical/smrt-messages:EmailCollection",
3215
+ "collection": "messages",
3216
+ "tableName": "messages",
3217
+ "packageName": "@happyvertical/smrt-messages",
3218
+ "extends": "MessageCollection",
3219
+ "fields": [],
3259
3220
  "relationships": [],
3260
3221
  "methods": [
3261
- "matches"
3222
+ "countByFolder",
3223
+ "countUnreadByAccount",
3224
+ "countUnreadByFolder",
3225
+ "deleteByFolder",
3226
+ "findByTenant",
3227
+ "findGlobal",
3228
+ "findWithGlobals",
3229
+ "getAccountStats",
3230
+ "getByAccount",
3231
+ "getByFolder",
3232
+ "getByMessageId",
3233
+ "getByThread",
3234
+ "getFlagged",
3235
+ "getRecent",
3236
+ "getUnread",
3237
+ "getWithAttachments",
3238
+ "markFolderRead",
3239
+ "search",
3240
+ "searchEmails"
3262
3241
  ],
3263
- "surfaces": [
3264
- {
3265
- "kind": "api",
3266
- "name": "whitelists.list",
3267
- "operation": "list",
3268
- "objectName": "@happyvertical/smrt-messages:Whitelist",
3269
- "path": "/whitelists",
3270
- "method": "GET"
3271
- },
3272
- {
3273
- "kind": "api",
3274
- "name": "whitelists.get",
3275
- "operation": "get",
3276
- "objectName": "@happyvertical/smrt-messages:Whitelist",
3277
- "path": "/whitelists/[id]",
3278
- "method": "GET"
3279
- },
3280
- {
3281
- "kind": "api",
3282
- "name": "whitelists.create",
3283
- "operation": "create",
3284
- "objectName": "@happyvertical/smrt-messages:Whitelist",
3285
- "path": "/whitelists",
3286
- "method": "POST"
3287
- },
3288
- {
3289
- "kind": "api",
3290
- "name": "whitelists.update",
3291
- "operation": "update",
3292
- "objectName": "@happyvertical/smrt-messages:Whitelist",
3293
- "path": "/whitelists/[id]",
3294
- "method": "PATCH"
3295
- },
3296
- {
3297
- "kind": "api",
3298
- "name": "whitelists.delete",
3299
- "operation": "delete",
3300
- "objectName": "@happyvertical/smrt-messages:Whitelist",
3301
- "path": "/whitelists/[id]",
3302
- "method": "DELETE"
3303
- },
3304
- {
3305
- "kind": "cli",
3306
- "name": "whitelist_list",
3307
- "operation": "list",
3308
- "objectName": "@happyvertical/smrt-messages:Whitelist"
3309
- },
3310
- {
3311
- "kind": "cli",
3312
- "name": "whitelist_get",
3313
- "operation": "get",
3314
- "objectName": "@happyvertical/smrt-messages:Whitelist"
3315
- },
3316
- {
3317
- "kind": "cli",
3318
- "name": "whitelist_create",
3319
- "operation": "create",
3320
- "objectName": "@happyvertical/smrt-messages:Whitelist"
3321
- },
3322
- {
3323
- "kind": "cli",
3324
- "name": "whitelist_update",
3325
- "operation": "update",
3326
- "objectName": "@happyvertical/smrt-messages:Whitelist"
3327
- },
3328
- {
3329
- "kind": "cli",
3330
- "name": "whitelist_delete",
3331
- "operation": "delete",
3332
- "objectName": "@happyvertical/smrt-messages:Whitelist"
3333
- }
3242
+ "surfaces": [],
3243
+ "relationshipFeatures": [
3244
+ "uuidColumns"
3245
+ ],
3246
+ "tags": [],
3247
+ "risks": []
3248
+ },
3249
+ {
3250
+ "name": "EmailFolderCollection",
3251
+ "qualifiedName": "@happyvertical/smrt-messages:EmailFolderCollection",
3252
+ "collection": "emailfolders",
3253
+ "tableName": "email_folder_collections",
3254
+ "packageName": "@happyvertical/smrt-messages",
3255
+ "extends": "SmrtCollection",
3256
+ "fields": [],
3257
+ "relationships": [],
3258
+ "methods": [
3259
+ "createSystemFolders",
3260
+ "findByTenant",
3261
+ "findGlobal",
3262
+ "findWithGlobals",
3263
+ "getAccountStats",
3264
+ "getByAccount",
3265
+ "getByPath",
3266
+ "getDrafts",
3267
+ "getInbox",
3268
+ "getSent",
3269
+ "getSpam",
3270
+ "getSubscribed",
3271
+ "getSystemFolders",
3272
+ "getTrash",
3273
+ "getUserFolders",
3274
+ "getWithUnread",
3275
+ "refreshAllCounts",
3276
+ "search"
3277
+ ],
3278
+ "surfaces": [],
3279
+ "relationshipFeatures": [
3280
+ "uuidColumns"
3281
+ ],
3282
+ "tags": [],
3283
+ "risks": []
3284
+ },
3285
+ {
3286
+ "name": "MessageCollection",
3287
+ "qualifiedName": "@happyvertical/smrt-messages:MessageCollection",
3288
+ "collection": "messages",
3289
+ "tableName": "message_collections",
3290
+ "packageName": "@happyvertical/smrt-messages",
3291
+ "extends": "SmrtCollection",
3292
+ "fields": [],
3293
+ "relationships": [],
3294
+ "methods": [
3295
+ "findByTenant",
3296
+ "findGlobal",
3297
+ "findWithGlobals",
3298
+ "getAccountStats",
3299
+ "getByAccounts",
3300
+ "getByThread",
3301
+ "getByType",
3302
+ "getDrafts",
3303
+ "getFailedSends",
3304
+ "getFlagged",
3305
+ "getOutbox",
3306
+ "getRecent",
3307
+ "getScheduled",
3308
+ "getSent",
3309
+ "getUnread",
3310
+ "markAllRead",
3311
+ "search"
3312
+ ],
3313
+ "surfaces": [],
3314
+ "relationshipFeatures": [
3315
+ "uuidColumns"
3316
+ ],
3317
+ "tags": [],
3318
+ "risks": []
3319
+ },
3320
+ {
3321
+ "name": "WhitelistCollection",
3322
+ "qualifiedName": "@happyvertical/smrt-messages:WhitelistCollection",
3323
+ "collection": "whitelists",
3324
+ "tableName": "whitelist_collections",
3325
+ "packageName": "@happyvertical/smrt-messages",
3326
+ "extends": "SmrtCollection",
3327
+ "fields": [],
3328
+ "relationships": [],
3329
+ "methods": [
3330
+ "getByCategory",
3331
+ "getMatchingEntry",
3332
+ "isWhitelisted"
3334
3333
  ],
3334
+ "surfaces": [],
3335
3335
  "relationshipFeatures": [
3336
3336
  "uuidColumns"
3337
3337
  ],