@happyvertical/smrt-profiles 0.35.1 → 0.35.3
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.
- package/dist/chunks/ApiKey-B2LKEaP8.js.map +1 -1
- package/dist/chunks/AuditLogCollection-BYqCj0uE.js.map +1 -1
- package/dist/chunks/NostrIdentityCollection-DadQBHWy.js.map +1 -1
- package/dist/chunks/{ProfileAssetCollection-ChX4kLjN.js → ProfileAssetCollection-CUM5QfuJ.js} +2 -2
- package/dist/chunks/{ProfileAssetCollection-ChX4kLjN.js.map → ProfileAssetCollection-CUM5QfuJ.js.map} +1 -1
- package/dist/chunks/{ProfileCollection-DQD1uJEc.js → ProfileCollection-M2PK8bp-.js} +49 -35
- package/dist/chunks/ProfileCollection-M2PK8bp-.js.map +1 -0
- package/dist/chunks/ProfileMetadataCollection-DEhmljMY.js.map +1 -1
- package/dist/chunks/ProfileMetafieldCollection-DMKhSHXX.js.map +1 -1
- package/dist/chunks/{ProfileRelationshipCollection-C0IM8UQR.js → ProfileRelationshipCollection-_TsY7MHL.js} +17 -5
- package/dist/chunks/ProfileRelationshipCollection-_TsY7MHL.js.map +1 -0
- package/dist/chunks/{index-DHLYp075.js → index-B9lXQy7N.js} +9 -9
- package/dist/chunks/index-B9lXQy7N.js.map +1 -0
- package/dist/index.d.ts +29 -35
- package/dist/index.js +4 -4
- package/dist/manifest.json +52 -54
- package/dist/smrt-knowledge.json +4 -4
- package/dist/types.d.ts +645 -5
- package/dist/utils.d.ts +718 -13
- package/dist/utils.js +7 -10
- package/dist/utils.js.map +1 -1
- package/package.json +6 -6
- package/dist/chunks/ProfileCollection-DQD1uJEc.js.map +0 -1
- package/dist/chunks/ProfileRelationshipCollection-C0IM8UQR.js.map +0 -1
- package/dist/chunks/index-DHLYp075.js.map +0 -1
package/dist/manifest.json
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": "1.0.0",
|
|
3
|
-
"timestamp":
|
|
3
|
+
"timestamp": 1782345874794,
|
|
4
4
|
"packageName": "@happyvertical/smrt-profiles",
|
|
5
|
-
"packageVersion": "0.35.
|
|
5
|
+
"packageVersion": "0.35.3",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-profiles:ApiKeyCollection": {
|
|
8
8
|
"name": "apikeycollection",
|
|
@@ -1285,7 +1285,7 @@
|
|
|
1285
1285
|
"optional": false
|
|
1286
1286
|
}
|
|
1287
1287
|
],
|
|
1288
|
-
"returnType": "Promise<Map<string, Record<string,
|
|
1288
|
+
"returnType": "Promise<Map<string, Record<string, string>>>",
|
|
1289
1289
|
"isStatic": false,
|
|
1290
1290
|
"isPublic": true
|
|
1291
1291
|
},
|
|
@@ -1538,7 +1538,7 @@
|
|
|
1538
1538
|
"optional": false
|
|
1539
1539
|
}
|
|
1540
1540
|
],
|
|
1541
|
-
"returnType": "Promise<Record<string,
|
|
1541
|
+
"returnType": "Promise<Record<string, string>>",
|
|
1542
1542
|
"isStatic": false,
|
|
1543
1543
|
"isPublic": true
|
|
1544
1544
|
},
|
|
@@ -4077,7 +4077,7 @@
|
|
|
4077
4077
|
"name": "getMetadata",
|
|
4078
4078
|
"async": true,
|
|
4079
4079
|
"parameters": [],
|
|
4080
|
-
"returnType": "Promise<Record<string,
|
|
4080
|
+
"returnType": "Promise<Record<string, string>>",
|
|
4081
4081
|
"isStatic": false,
|
|
4082
4082
|
"isPublic": true
|
|
4083
4083
|
},
|
|
@@ -4087,7 +4087,7 @@
|
|
|
4087
4087
|
"parameters": [
|
|
4088
4088
|
{
|
|
4089
4089
|
"name": "metadata",
|
|
4090
|
-
"type": "Record<string
|
|
4090
|
+
"type": "Record<string>",
|
|
4091
4091
|
"optional": false
|
|
4092
4092
|
}
|
|
4093
4093
|
],
|
|
@@ -4330,7 +4330,7 @@
|
|
|
4330
4330
|
"name": "getApiKeys",
|
|
4331
4331
|
"async": true,
|
|
4332
4332
|
"parameters": [],
|
|
4333
|
-
"returnType": "Promise<
|
|
4333
|
+
"returnType": "Promise<ApiKey[]>",
|
|
4334
4334
|
"isStatic": false,
|
|
4335
4335
|
"isPublic": true
|
|
4336
4336
|
},
|
|
@@ -4338,7 +4338,7 @@
|
|
|
4338
4338
|
"name": "getActiveApiKeys",
|
|
4339
4339
|
"async": true,
|
|
4340
4340
|
"parameters": [],
|
|
4341
|
-
"returnType": "Promise<
|
|
4341
|
+
"returnType": "Promise<ApiKey[]>",
|
|
4342
4342
|
"isStatic": false,
|
|
4343
4343
|
"isPublic": true
|
|
4344
4344
|
},
|
|
@@ -4352,7 +4352,7 @@
|
|
|
4352
4352
|
"optional": false
|
|
4353
4353
|
}
|
|
4354
4354
|
],
|
|
4355
|
-
"returnType": "Promise<
|
|
4355
|
+
"returnType": "Promise<GenerateKeyResult>",
|
|
4356
4356
|
"isStatic": false,
|
|
4357
4357
|
"isPublic": true
|
|
4358
4358
|
},
|
|
@@ -4360,7 +4360,7 @@
|
|
|
4360
4360
|
"name": "getOidcIdentities",
|
|
4361
4361
|
"async": true,
|
|
4362
4362
|
"parameters": [],
|
|
4363
|
-
"returnType": "Promise<
|
|
4363
|
+
"returnType": "Promise<OidcIdentity[]>",
|
|
4364
4364
|
"isStatic": false,
|
|
4365
4365
|
"isPublic": true
|
|
4366
4366
|
},
|
|
@@ -4374,7 +4374,7 @@
|
|
|
4374
4374
|
"optional": false
|
|
4375
4375
|
}
|
|
4376
4376
|
],
|
|
4377
|
-
"returnType": "Promise<
|
|
4377
|
+
"returnType": "Promise<OidcIdentity>",
|
|
4378
4378
|
"isStatic": false,
|
|
4379
4379
|
"isPublic": true
|
|
4380
4380
|
},
|
|
@@ -4382,7 +4382,7 @@
|
|
|
4382
4382
|
"name": "getNostrIdentities",
|
|
4383
4383
|
"async": true,
|
|
4384
4384
|
"parameters": [],
|
|
4385
|
-
"returnType": "Promise<
|
|
4385
|
+
"returnType": "Promise<NostrIdentity[]>",
|
|
4386
4386
|
"isStatic": false,
|
|
4387
4387
|
"isPublic": true
|
|
4388
4388
|
},
|
|
@@ -4396,7 +4396,7 @@
|
|
|
4396
4396
|
"optional": false
|
|
4397
4397
|
}
|
|
4398
4398
|
],
|
|
4399
|
-
"returnType": "Promise<
|
|
4399
|
+
"returnType": "Promise<NostrIdentity>",
|
|
4400
4400
|
"isStatic": false,
|
|
4401
4401
|
"isPublic": true
|
|
4402
4402
|
},
|
|
@@ -4410,7 +4410,7 @@
|
|
|
4410
4410
|
"optional": true
|
|
4411
4411
|
}
|
|
4412
4412
|
],
|
|
4413
|
-
"returnType": "Promise<
|
|
4413
|
+
"returnType": "Promise<AuditLog[]>",
|
|
4414
4414
|
"isStatic": false,
|
|
4415
4415
|
"isPublic": true
|
|
4416
4416
|
},
|
|
@@ -4424,7 +4424,7 @@
|
|
|
4424
4424
|
"optional": false
|
|
4425
4425
|
}
|
|
4426
4426
|
],
|
|
4427
|
-
"returnType": "Promise<
|
|
4427
|
+
"returnType": "Promise<AuditLog>",
|
|
4428
4428
|
"isStatic": false,
|
|
4429
4429
|
"isPublic": true
|
|
4430
4430
|
}
|
|
@@ -5433,8 +5433,7 @@
|
|
|
5433
5433
|
},
|
|
5434
5434
|
"validation": {
|
|
5435
5435
|
"type": "json",
|
|
5436
|
-
"required": false
|
|
5437
|
-
"default": {}
|
|
5436
|
+
"required": false
|
|
5438
5437
|
}
|
|
5439
5438
|
},
|
|
5440
5439
|
"methods": {
|
|
@@ -5989,7 +5988,7 @@
|
|
|
5989
5988
|
],
|
|
5990
5989
|
"schema": {
|
|
5991
5990
|
"tableName": "profile_metafields",
|
|
5992
|
-
"ddl": "CREATE TABLE IF NOT EXISTS \"profile_metafields\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"name\" TEXT DEFAULT '',\n \"description\" TEXT,\n \"validation\" JSON
|
|
5991
|
+
"ddl": "CREATE TABLE IF NOT EXISTS \"profile_metafields\" (\n \"id\" UUID PRIMARY KEY NOT NULL,\n \"slug\" TEXT NOT NULL,\n \"context\" TEXT NOT NULL DEFAULT '',\n \"_meta_type\" TEXT NOT NULL,\n \"_meta_data\" JSON,\n \"created_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"updated_at\" TIMESTAMP NOT NULL DEFAULT current_timestamp,\n \"tenant_id\" UUID,\n \"name\" TEXT DEFAULT '',\n \"description\" TEXT,\n \"validation\" JSON\n);",
|
|
5993
5992
|
"columns": {
|
|
5994
5993
|
"id": {
|
|
5995
5994
|
"type": "UUID",
|
|
@@ -6040,8 +6039,7 @@
|
|
|
6040
6039
|
},
|
|
6041
6040
|
"validation": {
|
|
6042
6041
|
"type": "JSON",
|
|
6043
|
-
"notNull": false
|
|
6044
|
-
"default": {}
|
|
6042
|
+
"notNull": false
|
|
6045
6043
|
}
|
|
6046
6044
|
},
|
|
6047
6045
|
"indexes": [
|
|
@@ -6067,7 +6065,7 @@
|
|
|
6067
6065
|
]
|
|
6068
6066
|
}
|
|
6069
6067
|
],
|
|
6070
|
-
"version": "
|
|
6068
|
+
"version": "afe420df"
|
|
6071
6069
|
}
|
|
6072
6070
|
},
|
|
6073
6071
|
"@happyvertical/smrt-profiles:ProfileRelationship": {
|
|
@@ -9280,7 +9278,7 @@
|
|
|
9280
9278
|
"name": "getMetadata",
|
|
9281
9279
|
"async": true,
|
|
9282
9280
|
"parameters": [],
|
|
9283
|
-
"returnType": "Promise<Record<string,
|
|
9281
|
+
"returnType": "Promise<Record<string, string>>",
|
|
9284
9282
|
"isStatic": false,
|
|
9285
9283
|
"isPublic": true
|
|
9286
9284
|
},
|
|
@@ -9290,7 +9288,7 @@
|
|
|
9290
9288
|
"parameters": [
|
|
9291
9289
|
{
|
|
9292
9290
|
"name": "metadata",
|
|
9293
|
-
"type": "Record<string
|
|
9291
|
+
"type": "Record<string>",
|
|
9294
9292
|
"optional": false
|
|
9295
9293
|
}
|
|
9296
9294
|
],
|
|
@@ -9533,7 +9531,7 @@
|
|
|
9533
9531
|
"name": "getApiKeys",
|
|
9534
9532
|
"async": true,
|
|
9535
9533
|
"parameters": [],
|
|
9536
|
-
"returnType": "Promise<
|
|
9534
|
+
"returnType": "Promise<ApiKey[]>",
|
|
9537
9535
|
"isStatic": false,
|
|
9538
9536
|
"isPublic": true
|
|
9539
9537
|
},
|
|
@@ -9541,7 +9539,7 @@
|
|
|
9541
9539
|
"name": "getActiveApiKeys",
|
|
9542
9540
|
"async": true,
|
|
9543
9541
|
"parameters": [],
|
|
9544
|
-
"returnType": "Promise<
|
|
9542
|
+
"returnType": "Promise<ApiKey[]>",
|
|
9545
9543
|
"isStatic": false,
|
|
9546
9544
|
"isPublic": true
|
|
9547
9545
|
},
|
|
@@ -9555,7 +9553,7 @@
|
|
|
9555
9553
|
"optional": false
|
|
9556
9554
|
}
|
|
9557
9555
|
],
|
|
9558
|
-
"returnType": "Promise<
|
|
9556
|
+
"returnType": "Promise<GenerateKeyResult>",
|
|
9559
9557
|
"isStatic": false,
|
|
9560
9558
|
"isPublic": true
|
|
9561
9559
|
},
|
|
@@ -9563,7 +9561,7 @@
|
|
|
9563
9561
|
"name": "getOidcIdentities",
|
|
9564
9562
|
"async": true,
|
|
9565
9563
|
"parameters": [],
|
|
9566
|
-
"returnType": "Promise<
|
|
9564
|
+
"returnType": "Promise<OidcIdentity[]>",
|
|
9567
9565
|
"isStatic": false,
|
|
9568
9566
|
"isPublic": true
|
|
9569
9567
|
},
|
|
@@ -9577,7 +9575,7 @@
|
|
|
9577
9575
|
"optional": false
|
|
9578
9576
|
}
|
|
9579
9577
|
],
|
|
9580
|
-
"returnType": "Promise<
|
|
9578
|
+
"returnType": "Promise<OidcIdentity>",
|
|
9581
9579
|
"isStatic": false,
|
|
9582
9580
|
"isPublic": true
|
|
9583
9581
|
},
|
|
@@ -9585,7 +9583,7 @@
|
|
|
9585
9583
|
"name": "getNostrIdentities",
|
|
9586
9584
|
"async": true,
|
|
9587
9585
|
"parameters": [],
|
|
9588
|
-
"returnType": "Promise<
|
|
9586
|
+
"returnType": "Promise<NostrIdentity[]>",
|
|
9589
9587
|
"isStatic": false,
|
|
9590
9588
|
"isPublic": true
|
|
9591
9589
|
},
|
|
@@ -9599,7 +9597,7 @@
|
|
|
9599
9597
|
"optional": false
|
|
9600
9598
|
}
|
|
9601
9599
|
],
|
|
9602
|
-
"returnType": "Promise<
|
|
9600
|
+
"returnType": "Promise<NostrIdentity>",
|
|
9603
9601
|
"isStatic": false,
|
|
9604
9602
|
"isPublic": true
|
|
9605
9603
|
},
|
|
@@ -9613,7 +9611,7 @@
|
|
|
9613
9611
|
"optional": true
|
|
9614
9612
|
}
|
|
9615
9613
|
],
|
|
9616
|
-
"returnType": "Promise<
|
|
9614
|
+
"returnType": "Promise<AuditLog[]>",
|
|
9617
9615
|
"isStatic": false,
|
|
9618
9616
|
"isPublic": true
|
|
9619
9617
|
},
|
|
@@ -9627,7 +9625,7 @@
|
|
|
9627
9625
|
"optional": false
|
|
9628
9626
|
}
|
|
9629
9627
|
],
|
|
9630
|
-
"returnType": "Promise<
|
|
9628
|
+
"returnType": "Promise<AuditLog>",
|
|
9631
9629
|
"isStatic": false,
|
|
9632
9630
|
"isPublic": true
|
|
9633
9631
|
}
|
|
@@ -10320,7 +10318,7 @@
|
|
|
10320
10318
|
"name": "getMetadata",
|
|
10321
10319
|
"async": true,
|
|
10322
10320
|
"parameters": [],
|
|
10323
|
-
"returnType": "Promise<Record<string,
|
|
10321
|
+
"returnType": "Promise<Record<string, string>>",
|
|
10324
10322
|
"isStatic": false,
|
|
10325
10323
|
"isPublic": true
|
|
10326
10324
|
},
|
|
@@ -10330,7 +10328,7 @@
|
|
|
10330
10328
|
"parameters": [
|
|
10331
10329
|
{
|
|
10332
10330
|
"name": "metadata",
|
|
10333
|
-
"type": "Record<string
|
|
10331
|
+
"type": "Record<string>",
|
|
10334
10332
|
"optional": false
|
|
10335
10333
|
}
|
|
10336
10334
|
],
|
|
@@ -10573,7 +10571,7 @@
|
|
|
10573
10571
|
"name": "getApiKeys",
|
|
10574
10572
|
"async": true,
|
|
10575
10573
|
"parameters": [],
|
|
10576
|
-
"returnType": "Promise<
|
|
10574
|
+
"returnType": "Promise<ApiKey[]>",
|
|
10577
10575
|
"isStatic": false,
|
|
10578
10576
|
"isPublic": true
|
|
10579
10577
|
},
|
|
@@ -10581,7 +10579,7 @@
|
|
|
10581
10579
|
"name": "getActiveApiKeys",
|
|
10582
10580
|
"async": true,
|
|
10583
10581
|
"parameters": [],
|
|
10584
|
-
"returnType": "Promise<
|
|
10582
|
+
"returnType": "Promise<ApiKey[]>",
|
|
10585
10583
|
"isStatic": false,
|
|
10586
10584
|
"isPublic": true
|
|
10587
10585
|
},
|
|
@@ -10595,7 +10593,7 @@
|
|
|
10595
10593
|
"optional": false
|
|
10596
10594
|
}
|
|
10597
10595
|
],
|
|
10598
|
-
"returnType": "Promise<
|
|
10596
|
+
"returnType": "Promise<GenerateKeyResult>",
|
|
10599
10597
|
"isStatic": false,
|
|
10600
10598
|
"isPublic": true
|
|
10601
10599
|
},
|
|
@@ -10603,7 +10601,7 @@
|
|
|
10603
10601
|
"name": "getOidcIdentities",
|
|
10604
10602
|
"async": true,
|
|
10605
10603
|
"parameters": [],
|
|
10606
|
-
"returnType": "Promise<
|
|
10604
|
+
"returnType": "Promise<OidcIdentity[]>",
|
|
10607
10605
|
"isStatic": false,
|
|
10608
10606
|
"isPublic": true
|
|
10609
10607
|
},
|
|
@@ -10617,7 +10615,7 @@
|
|
|
10617
10615
|
"optional": false
|
|
10618
10616
|
}
|
|
10619
10617
|
],
|
|
10620
|
-
"returnType": "Promise<
|
|
10618
|
+
"returnType": "Promise<OidcIdentity>",
|
|
10621
10619
|
"isStatic": false,
|
|
10622
10620
|
"isPublic": true
|
|
10623
10621
|
},
|
|
@@ -10625,7 +10623,7 @@
|
|
|
10625
10623
|
"name": "getNostrIdentities",
|
|
10626
10624
|
"async": true,
|
|
10627
10625
|
"parameters": [],
|
|
10628
|
-
"returnType": "Promise<
|
|
10626
|
+
"returnType": "Promise<NostrIdentity[]>",
|
|
10629
10627
|
"isStatic": false,
|
|
10630
10628
|
"isPublic": true
|
|
10631
10629
|
},
|
|
@@ -10639,7 +10637,7 @@
|
|
|
10639
10637
|
"optional": false
|
|
10640
10638
|
}
|
|
10641
10639
|
],
|
|
10642
|
-
"returnType": "Promise<
|
|
10640
|
+
"returnType": "Promise<NostrIdentity>",
|
|
10643
10641
|
"isStatic": false,
|
|
10644
10642
|
"isPublic": true
|
|
10645
10643
|
},
|
|
@@ -10653,7 +10651,7 @@
|
|
|
10653
10651
|
"optional": true
|
|
10654
10652
|
}
|
|
10655
10653
|
],
|
|
10656
|
-
"returnType": "Promise<
|
|
10654
|
+
"returnType": "Promise<AuditLog[]>",
|
|
10657
10655
|
"isStatic": false,
|
|
10658
10656
|
"isPublic": true
|
|
10659
10657
|
},
|
|
@@ -10667,7 +10665,7 @@
|
|
|
10667
10665
|
"optional": false
|
|
10668
10666
|
}
|
|
10669
10667
|
],
|
|
10670
|
-
"returnType": "Promise<
|
|
10668
|
+
"returnType": "Promise<AuditLog>",
|
|
10671
10669
|
"isStatic": false,
|
|
10672
10670
|
"isPublic": true
|
|
10673
10671
|
}
|
|
@@ -11360,7 +11358,7 @@
|
|
|
11360
11358
|
"name": "getMetadata",
|
|
11361
11359
|
"async": true,
|
|
11362
11360
|
"parameters": [],
|
|
11363
|
-
"returnType": "Promise<Record<string,
|
|
11361
|
+
"returnType": "Promise<Record<string, string>>",
|
|
11364
11362
|
"isStatic": false,
|
|
11365
11363
|
"isPublic": true
|
|
11366
11364
|
},
|
|
@@ -11370,7 +11368,7 @@
|
|
|
11370
11368
|
"parameters": [
|
|
11371
11369
|
{
|
|
11372
11370
|
"name": "metadata",
|
|
11373
|
-
"type": "Record<string
|
|
11371
|
+
"type": "Record<string>",
|
|
11374
11372
|
"optional": false
|
|
11375
11373
|
}
|
|
11376
11374
|
],
|
|
@@ -11613,7 +11611,7 @@
|
|
|
11613
11611
|
"name": "getApiKeys",
|
|
11614
11612
|
"async": true,
|
|
11615
11613
|
"parameters": [],
|
|
11616
|
-
"returnType": "Promise<
|
|
11614
|
+
"returnType": "Promise<ApiKey[]>",
|
|
11617
11615
|
"isStatic": false,
|
|
11618
11616
|
"isPublic": true
|
|
11619
11617
|
},
|
|
@@ -11621,7 +11619,7 @@
|
|
|
11621
11619
|
"name": "getActiveApiKeys",
|
|
11622
11620
|
"async": true,
|
|
11623
11621
|
"parameters": [],
|
|
11624
|
-
"returnType": "Promise<
|
|
11622
|
+
"returnType": "Promise<ApiKey[]>",
|
|
11625
11623
|
"isStatic": false,
|
|
11626
11624
|
"isPublic": true
|
|
11627
11625
|
},
|
|
@@ -11635,7 +11633,7 @@
|
|
|
11635
11633
|
"optional": false
|
|
11636
11634
|
}
|
|
11637
11635
|
],
|
|
11638
|
-
"returnType": "Promise<
|
|
11636
|
+
"returnType": "Promise<GenerateKeyResult>",
|
|
11639
11637
|
"isStatic": false,
|
|
11640
11638
|
"isPublic": true
|
|
11641
11639
|
},
|
|
@@ -11643,7 +11641,7 @@
|
|
|
11643
11641
|
"name": "getOidcIdentities",
|
|
11644
11642
|
"async": true,
|
|
11645
11643
|
"parameters": [],
|
|
11646
|
-
"returnType": "Promise<
|
|
11644
|
+
"returnType": "Promise<OidcIdentity[]>",
|
|
11647
11645
|
"isStatic": false,
|
|
11648
11646
|
"isPublic": true
|
|
11649
11647
|
},
|
|
@@ -11657,7 +11655,7 @@
|
|
|
11657
11655
|
"optional": false
|
|
11658
11656
|
}
|
|
11659
11657
|
],
|
|
11660
|
-
"returnType": "Promise<
|
|
11658
|
+
"returnType": "Promise<OidcIdentity>",
|
|
11661
11659
|
"isStatic": false,
|
|
11662
11660
|
"isPublic": true
|
|
11663
11661
|
},
|
|
@@ -11665,7 +11663,7 @@
|
|
|
11665
11663
|
"name": "getNostrIdentities",
|
|
11666
11664
|
"async": true,
|
|
11667
11665
|
"parameters": [],
|
|
11668
|
-
"returnType": "Promise<
|
|
11666
|
+
"returnType": "Promise<NostrIdentity[]>",
|
|
11669
11667
|
"isStatic": false,
|
|
11670
11668
|
"isPublic": true
|
|
11671
11669
|
},
|
|
@@ -11679,7 +11677,7 @@
|
|
|
11679
11677
|
"optional": false
|
|
11680
11678
|
}
|
|
11681
11679
|
],
|
|
11682
|
-
"returnType": "Promise<
|
|
11680
|
+
"returnType": "Promise<NostrIdentity>",
|
|
11683
11681
|
"isStatic": false,
|
|
11684
11682
|
"isPublic": true
|
|
11685
11683
|
},
|
|
@@ -11693,7 +11691,7 @@
|
|
|
11693
11691
|
"optional": true
|
|
11694
11692
|
}
|
|
11695
11693
|
],
|
|
11696
|
-
"returnType": "Promise<
|
|
11694
|
+
"returnType": "Promise<AuditLog[]>",
|
|
11697
11695
|
"isStatic": false,
|
|
11698
11696
|
"isPublic": true
|
|
11699
11697
|
},
|
|
@@ -11707,7 +11705,7 @@
|
|
|
11707
11705
|
"optional": false
|
|
11708
11706
|
}
|
|
11709
11707
|
],
|
|
11710
|
-
"returnType": "Promise<
|
|
11708
|
+
"returnType": "Promise<AuditLog>",
|
|
11711
11709
|
"isStatic": false,
|
|
11712
11710
|
"isPublic": true
|
|
11713
11711
|
}
|
package/dist/smrt-knowledge.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"schemaVersion": 1,
|
|
3
|
-
"generatedAt": "2026-06-
|
|
3
|
+
"generatedAt": "2026-06-25T00:04:38.354Z",
|
|
4
4
|
"packageName": "@happyvertical/smrt-profiles",
|
|
5
|
-
"packageVersion": "0.35.
|
|
5
|
+
"packageVersion": "0.35.3",
|
|
6
6
|
"sourceManifestPath": "dist/manifest.json",
|
|
7
7
|
"agentDocPath": "AGENTS.md",
|
|
8
8
|
"sourceHashes": {
|
|
9
|
-
"manifest": "
|
|
10
|
-
"packageJson": "
|
|
9
|
+
"manifest": "878e9b37b287bbacf2f034c3e845e3e4b517c41fee4d1aaa1500208ae5664c93",
|
|
10
|
+
"packageJson": "a92e49be72929bb21e4b4a894e1961ab87fa0cd07f27c3980b93f9c6a652e56d",
|
|
11
11
|
"agents": "3c18e895a2e065f761aabf31779c71a138f0a75261ab223464c3b2a5fbbe6b16"
|
|
12
12
|
},
|
|
13
13
|
"exports": [
|