@happyvertical/smrt-social 0.36.8 → 0.37.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.
@@ -1,8 +1,8 @@
1
1
  {
2
2
  "version": "1.0.0",
3
- "timestamp": 1782522973458,
3
+ "timestamp": 1782683627164,
4
4
  "packageName": "@happyvertical/smrt-social",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "objects": {
7
7
  "@happyvertical/smrt-social:OAuthState": {
8
8
  "name": "oauthstate",
@@ -142,7 +142,7 @@
142
142
  "parameters": [
143
143
  {
144
144
  "name": "data",
145
- "type": "any",
145
+ "type": "Record<string>",
146
146
  "optional": false
147
147
  }
148
148
  ],
@@ -154,7 +154,7 @@
154
154
  "name": "getFields",
155
155
  "async": true,
156
156
  "parameters": [],
157
- "returnType": "any",
157
+ "returnType": "Promise<any>",
158
158
  "isStatic": false,
159
159
  "isPublic": true
160
160
  },
@@ -263,7 +263,7 @@
263
263
  },
264
264
  {
265
265
  "name": "options",
266
- "type": "any",
266
+ "type": "AiOperationOptions",
267
267
  "optional": true
268
268
  }
269
269
  ],
@@ -282,7 +282,7 @@
282
282
  },
283
283
  {
284
284
  "name": "options",
285
- "type": "any",
285
+ "type": "AiOperationOptions",
286
286
  "optional": true
287
287
  }
288
288
  ],
@@ -296,7 +296,7 @@
296
296
  "parameters": [
297
297
  {
298
298
  "name": "options",
299
- "type": "any",
299
+ "type": "AiOperationOptions",
300
300
  "optional": true
301
301
  }
302
302
  ],
@@ -326,6 +326,25 @@
326
326
  "isStatic": false,
327
327
  "isPublic": true
328
328
  },
329
+ "_setLoadedRelationship": {
330
+ "name": "_setLoadedRelationship",
331
+ "async": false,
332
+ "parameters": [
333
+ {
334
+ "name": "fieldName",
335
+ "type": "string",
336
+ "optional": false
337
+ },
338
+ {
339
+ "name": "value",
340
+ "type": "any",
341
+ "optional": false
342
+ }
343
+ ],
344
+ "returnType": "void",
345
+ "isStatic": false,
346
+ "isPublic": true
347
+ },
329
348
  "loadRelated": {
330
349
  "name": "loadRelated",
331
350
  "async": true,
@@ -429,7 +448,7 @@
429
448
  "optional": false
430
449
  }
431
450
  ],
432
- "returnType": "Promise<any | null>",
451
+ "returnType": "Promise",
433
452
  "isStatic": false,
434
453
  "isPublic": true
435
454
  },
@@ -443,7 +462,7 @@
443
462
  "optional": true
444
463
  }
445
464
  ],
446
- "returnType": "Promise<Map<string, any>>",
465
+ "returnType": "Promise<Map<string>>",
447
466
  "isStatic": false,
448
467
  "isPublic": true
449
468
  },
@@ -885,7 +904,7 @@
885
904
  "parameters": [
886
905
  {
887
906
  "name": "data",
888
- "type": "any",
907
+ "type": "Record<string>",
889
908
  "optional": false
890
909
  }
891
910
  ],
@@ -897,7 +916,7 @@
897
916
  "name": "getFields",
898
917
  "async": true,
899
918
  "parameters": [],
900
- "returnType": "any",
919
+ "returnType": "Promise<any>",
901
920
  "isStatic": false,
902
921
  "isPublic": true
903
922
  },
@@ -1006,7 +1025,7 @@
1006
1025
  },
1007
1026
  {
1008
1027
  "name": "options",
1009
- "type": "any",
1028
+ "type": "AiOperationOptions",
1010
1029
  "optional": true
1011
1030
  }
1012
1031
  ],
@@ -1025,7 +1044,7 @@
1025
1044
  },
1026
1045
  {
1027
1046
  "name": "options",
1028
- "type": "any",
1047
+ "type": "AiOperationOptions",
1029
1048
  "optional": true
1030
1049
  }
1031
1050
  ],
@@ -1039,7 +1058,7 @@
1039
1058
  "parameters": [
1040
1059
  {
1041
1060
  "name": "options",
1042
- "type": "any",
1061
+ "type": "AiOperationOptions",
1043
1062
  "optional": true
1044
1063
  }
1045
1064
  ],
@@ -1069,6 +1088,25 @@
1069
1088
  "isStatic": false,
1070
1089
  "isPublic": true
1071
1090
  },
1091
+ "_setLoadedRelationship": {
1092
+ "name": "_setLoadedRelationship",
1093
+ "async": false,
1094
+ "parameters": [
1095
+ {
1096
+ "name": "fieldName",
1097
+ "type": "string",
1098
+ "optional": false
1099
+ },
1100
+ {
1101
+ "name": "value",
1102
+ "type": "any",
1103
+ "optional": false
1104
+ }
1105
+ ],
1106
+ "returnType": "void",
1107
+ "isStatic": false,
1108
+ "isPublic": true
1109
+ },
1072
1110
  "loadRelated": {
1073
1111
  "name": "loadRelated",
1074
1112
  "async": true,
@@ -1172,7 +1210,7 @@
1172
1210
  "optional": false
1173
1211
  }
1174
1212
  ],
1175
- "returnType": "Promise<any | null>",
1213
+ "returnType": "Promise",
1176
1214
  "isStatic": false,
1177
1215
  "isPublic": true
1178
1216
  },
@@ -1186,7 +1224,7 @@
1186
1224
  "optional": true
1187
1225
  }
1188
1226
  ],
1189
- "returnType": "Promise<Map<string, any>>",
1227
+ "returnType": "Promise<Map<string>>",
1190
1228
  "isStatic": false,
1191
1229
  "isPublic": true
1192
1230
  },
@@ -1616,7 +1654,7 @@
1616
1654
  "parameters": [
1617
1655
  {
1618
1656
  "name": "data",
1619
- "type": "any",
1657
+ "type": "Record<string>",
1620
1658
  "optional": false
1621
1659
  }
1622
1660
  ],
@@ -1628,7 +1666,7 @@
1628
1666
  "name": "getFields",
1629
1667
  "async": true,
1630
1668
  "parameters": [],
1631
- "returnType": "any",
1669
+ "returnType": "Promise<any>",
1632
1670
  "isStatic": false,
1633
1671
  "isPublic": true
1634
1672
  },
@@ -1737,7 +1775,7 @@
1737
1775
  },
1738
1776
  {
1739
1777
  "name": "options",
1740
- "type": "any",
1778
+ "type": "AiOperationOptions",
1741
1779
  "optional": true
1742
1780
  }
1743
1781
  ],
@@ -1756,7 +1794,7 @@
1756
1794
  },
1757
1795
  {
1758
1796
  "name": "options",
1759
- "type": "any",
1797
+ "type": "AiOperationOptions",
1760
1798
  "optional": true
1761
1799
  }
1762
1800
  ],
@@ -1770,7 +1808,7 @@
1770
1808
  "parameters": [
1771
1809
  {
1772
1810
  "name": "options",
1773
- "type": "any",
1811
+ "type": "AiOperationOptions",
1774
1812
  "optional": true
1775
1813
  }
1776
1814
  ],
@@ -1800,6 +1838,25 @@
1800
1838
  "isStatic": false,
1801
1839
  "isPublic": true
1802
1840
  },
1841
+ "_setLoadedRelationship": {
1842
+ "name": "_setLoadedRelationship",
1843
+ "async": false,
1844
+ "parameters": [
1845
+ {
1846
+ "name": "fieldName",
1847
+ "type": "string",
1848
+ "optional": false
1849
+ },
1850
+ {
1851
+ "name": "value",
1852
+ "type": "any",
1853
+ "optional": false
1854
+ }
1855
+ ],
1856
+ "returnType": "void",
1857
+ "isStatic": false,
1858
+ "isPublic": true
1859
+ },
1803
1860
  "loadRelated": {
1804
1861
  "name": "loadRelated",
1805
1862
  "async": true,
@@ -1903,7 +1960,7 @@
1903
1960
  "optional": false
1904
1961
  }
1905
1962
  ],
1906
- "returnType": "Promise<any | null>",
1963
+ "returnType": "Promise",
1907
1964
  "isStatic": false,
1908
1965
  "isPublic": true
1909
1966
  },
@@ -1917,7 +1974,7 @@
1917
1974
  "optional": true
1918
1975
  }
1919
1976
  ],
1920
- "returnType": "Promise<Map<string, any>>",
1977
+ "returnType": "Promise<Map<string>>",
1921
1978
  "isStatic": false,
1922
1979
  "isPublic": true
1923
1980
  },
@@ -2305,7 +2362,7 @@
2305
2362
  "parameters": [
2306
2363
  {
2307
2364
  "name": "data",
2308
- "type": "any",
2365
+ "type": "Record<string>",
2309
2366
  "optional": false
2310
2367
  }
2311
2368
  ],
@@ -2317,7 +2374,7 @@
2317
2374
  "name": "getFields",
2318
2375
  "async": true,
2319
2376
  "parameters": [],
2320
- "returnType": "any",
2377
+ "returnType": "Promise<any>",
2321
2378
  "isStatic": false,
2322
2379
  "isPublic": true
2323
2380
  },
@@ -2426,7 +2483,7 @@
2426
2483
  },
2427
2484
  {
2428
2485
  "name": "options",
2429
- "type": "any",
2486
+ "type": "AiOperationOptions",
2430
2487
  "optional": true
2431
2488
  }
2432
2489
  ],
@@ -2445,7 +2502,7 @@
2445
2502
  },
2446
2503
  {
2447
2504
  "name": "options",
2448
- "type": "any",
2505
+ "type": "AiOperationOptions",
2449
2506
  "optional": true
2450
2507
  }
2451
2508
  ],
@@ -2459,7 +2516,7 @@
2459
2516
  "parameters": [
2460
2517
  {
2461
2518
  "name": "options",
2462
- "type": "any",
2519
+ "type": "AiOperationOptions",
2463
2520
  "optional": true
2464
2521
  }
2465
2522
  ],
@@ -2489,6 +2546,25 @@
2489
2546
  "isStatic": false,
2490
2547
  "isPublic": true
2491
2548
  },
2549
+ "_setLoadedRelationship": {
2550
+ "name": "_setLoadedRelationship",
2551
+ "async": false,
2552
+ "parameters": [
2553
+ {
2554
+ "name": "fieldName",
2555
+ "type": "string",
2556
+ "optional": false
2557
+ },
2558
+ {
2559
+ "name": "value",
2560
+ "type": "any",
2561
+ "optional": false
2562
+ }
2563
+ ],
2564
+ "returnType": "void",
2565
+ "isStatic": false,
2566
+ "isPublic": true
2567
+ },
2492
2568
  "loadRelated": {
2493
2569
  "name": "loadRelated",
2494
2570
  "async": true,
@@ -2592,7 +2668,7 @@
2592
2668
  "optional": false
2593
2669
  }
2594
2670
  ],
2595
- "returnType": "Promise<any | null>",
2671
+ "returnType": "Promise",
2596
2672
  "isStatic": false,
2597
2673
  "isPublic": true
2598
2674
  },
@@ -2606,7 +2682,7 @@
2606
2682
  "optional": true
2607
2683
  }
2608
2684
  ],
2609
- "returnType": "Promise<Map<string, any>>",
2685
+ "returnType": "Promise<Map<string>>",
2610
2686
  "isStatic": false,
2611
2687
  "isPublic": true
2612
2688
  },
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "schemaVersion": 1,
3
- "generatedAt": "2026-06-27T01:16:13.728Z",
3
+ "generatedAt": "2026-06-28T21:53:47.578Z",
4
4
  "packageName": "@happyvertical/smrt-social",
5
- "packageVersion": "0.36.8",
5
+ "packageVersion": "0.37.0",
6
6
  "sourceManifestPath": "dist/manifest.json",
7
7
  "agentDocPath": "AGENTS.md",
8
8
  "sourceHashes": {
9
- "manifest": "79e2c951011959a468d2584e296071452b0495707e67083a3e611f7420ee9c75",
10
- "packageJson": "5760da241452580700b8e4e298aa54fb9eeec6927791ec4a6b2c0532ba690c1b",
9
+ "manifest": "16f88f6e0d35fb622a86a4988486ef350dd4eaa26d9b46772a1de9f2337362a3",
10
+ "packageJson": "9a79474f82947af041d61c309acc916807c30d7da63053a997f0f2f60bbf0bca",
11
11
  "agents": "e52e321d32201085477380f355cbb533f5d931e2701cd4d2ceeda0d7c8720957"
12
12
  },
13
13
  "exports": [
@@ -120,6 +120,7 @@
120
120
  ],
121
121
  "relationships": [],
122
122
  "methods": [
123
+ "_setLoadedRelationship",
123
124
  "classifyConstraintError",
124
125
  "clearEmbeddings",
125
126
  "delete",
@@ -383,6 +384,7 @@
383
384
  ],
384
385
  "relationships": [],
385
386
  "methods": [
387
+ "_setLoadedRelationship",
386
388
  "classifyConstraintError",
387
389
  "clearEmbeddings",
388
390
  "delete",
@@ -583,6 +585,7 @@
583
585
  }
584
586
  ],
585
587
  "methods": [
588
+ "_setLoadedRelationship",
586
589
  "classifyConstraintError",
587
590
  "clearEmbeddings",
588
591
  "delete",
@@ -862,6 +865,7 @@
862
865
  }
863
866
  ],
864
867
  "methods": [
868
+ "_setLoadedRelationship",
865
869
  "classifyConstraintError",
866
870
  "clearEmbeddings",
867
871
  "delete",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@happyvertical/smrt-social",
3
- "version": "0.36.8",
3
+ "version": "0.37.0",
4
4
  "type": "module",
5
5
  "smrtRawPrimitives": "strict",
6
6
  "description": "Social media account management for multi-platform publishing in the SMRT ecosystem",
@@ -40,13 +40,13 @@
40
40
  ],
41
41
  "dependencies": {
42
42
  "@happyvertical/utils": "^0.74.10",
43
- "@happyvertical/smrt-config": "0.36.8",
44
- "@happyvertical/smrt-core": "0.36.8",
45
- "@happyvertical/smrt-content": "0.36.8",
46
- "@happyvertical/smrt-secrets": "0.36.8",
47
- "@happyvertical/smrt-tenancy": "0.36.8",
48
- "@happyvertical/smrt-ui": "0.36.8",
49
- "@happyvertical/smrt-video": "0.36.8"
43
+ "@happyvertical/smrt-config": "0.37.0",
44
+ "@happyvertical/smrt-core": "0.37.0",
45
+ "@happyvertical/smrt-tenancy": "0.37.0",
46
+ "@happyvertical/smrt-secrets": "0.37.0",
47
+ "@happyvertical/smrt-content": "0.37.0",
48
+ "@happyvertical/smrt-ui": "0.37.0",
49
+ "@happyvertical/smrt-video": "0.37.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@happyvertical/logger": "^0.74.10",
@@ -58,7 +58,7 @@
58
58
  "typescript": "^5.9.3",
59
59
  "vite": "^7.3.1",
60
60
  "vitest": "^4.0.17",
61
- "@happyvertical/smrt-vitest": "0.36.8"
61
+ "@happyvertical/smrt-vitest": "0.37.0"
62
62
  },
63
63
  "keywords": [
64
64
  "social",