@happyvertical/smrt-messages 0.46.0 → 0.47.1
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/manifest.json +104 -62
- package/dist/smrt-knowledge.json +1340 -99
- package/package.json +15 -15
package/dist/manifest.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"version": "1.0.0",
|
|
3
3
|
"timestamp": 0,
|
|
4
4
|
"packageName": "@happyvertical/smrt-messages",
|
|
5
|
-
"packageVersion": "0.
|
|
5
|
+
"packageVersion": "0.47.1",
|
|
6
6
|
"objects": {
|
|
7
7
|
"@happyvertical/smrt-messages:AccountCollection": {
|
|
8
8
|
"name": "accountcollection",
|
|
@@ -2529,7 +2529,7 @@
|
|
|
2529
2529
|
"name": "getSettings",
|
|
2530
2530
|
"async": false,
|
|
2531
2531
|
"parameters": [],
|
|
2532
|
-
"returnType": "Record<string>",
|
|
2532
|
+
"returnType": "Record<string, unknown>",
|
|
2533
2533
|
"isStatic": false,
|
|
2534
2534
|
"isPublic": true
|
|
2535
2535
|
},
|
|
@@ -2539,7 +2539,7 @@
|
|
|
2539
2539
|
"parameters": [
|
|
2540
2540
|
{
|
|
2541
2541
|
"name": "settings",
|
|
2542
|
-
"type": "Record<string>",
|
|
2542
|
+
"type": "Record<string, unknown>",
|
|
2543
2543
|
"optional": false
|
|
2544
2544
|
}
|
|
2545
2545
|
],
|
|
@@ -2551,7 +2551,7 @@
|
|
|
2551
2551
|
"name": "getConfiguration",
|
|
2552
2552
|
"async": false,
|
|
2553
2553
|
"parameters": [],
|
|
2554
|
-
"returnType": "Record<string>",
|
|
2554
|
+
"returnType": "Record<string, unknown>",
|
|
2555
2555
|
"isStatic": false,
|
|
2556
2556
|
"isPublic": true
|
|
2557
2557
|
},
|
|
@@ -2561,7 +2561,7 @@
|
|
|
2561
2561
|
"parameters": [
|
|
2562
2562
|
{
|
|
2563
2563
|
"name": "configuration",
|
|
2564
|
-
"type": "Record<string>",
|
|
2564
|
+
"type": "Record<string, unknown>",
|
|
2565
2565
|
"optional": false
|
|
2566
2566
|
}
|
|
2567
2567
|
],
|
|
@@ -2591,13 +2591,16 @@
|
|
|
2591
2591
|
"parameters": [
|
|
2592
2592
|
{
|
|
2593
2593
|
"name": "credentials",
|
|
2594
|
-
"type": "Record<string>",
|
|
2594
|
+
"type": "Record<string, unknown>",
|
|
2595
2595
|
"optional": false
|
|
2596
2596
|
},
|
|
2597
2597
|
{
|
|
2598
2598
|
"name": "options",
|
|
2599
2599
|
"type": "object",
|
|
2600
|
-
"optional": true
|
|
2600
|
+
"optional": true,
|
|
2601
|
+
"memberTypes": [
|
|
2602
|
+
"string"
|
|
2603
|
+
]
|
|
2601
2604
|
}
|
|
2602
2605
|
],
|
|
2603
2606
|
"returnType": "Promise<void>",
|
|
@@ -2616,7 +2619,7 @@
|
|
|
2616
2619
|
"name": "getCredentials",
|
|
2617
2620
|
"async": true,
|
|
2618
2621
|
"parameters": [],
|
|
2619
|
-
"returnType": "Promise<Record<string> | null>",
|
|
2622
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
2620
2623
|
"isStatic": false,
|
|
2621
2624
|
"isPublic": true
|
|
2622
2625
|
}
|
|
@@ -3470,7 +3473,10 @@
|
|
|
3470
3473
|
{
|
|
3471
3474
|
"name": "addresses",
|
|
3472
3475
|
"type": "Array<object>",
|
|
3473
|
-
"optional": false
|
|
3476
|
+
"optional": false,
|
|
3477
|
+
"memberTypes": [
|
|
3478
|
+
"string"
|
|
3479
|
+
]
|
|
3474
3480
|
}
|
|
3475
3481
|
],
|
|
3476
3482
|
"returnType": "void",
|
|
@@ -3481,7 +3487,7 @@
|
|
|
3481
3487
|
"name": "getMetadata",
|
|
3482
3488
|
"async": false,
|
|
3483
3489
|
"parameters": [],
|
|
3484
|
-
"returnType": "Record<string>",
|
|
3490
|
+
"returnType": "Record<string, unknown>",
|
|
3485
3491
|
"isStatic": false,
|
|
3486
3492
|
"isPublic": true
|
|
3487
3493
|
},
|
|
@@ -3491,7 +3497,7 @@
|
|
|
3491
3497
|
"parameters": [
|
|
3492
3498
|
{
|
|
3493
3499
|
"name": "data",
|
|
3494
|
-
"type": "Record<string>",
|
|
3500
|
+
"type": "Record<string, unknown>",
|
|
3495
3501
|
"optional": false
|
|
3496
3502
|
}
|
|
3497
3503
|
],
|
|
@@ -3612,7 +3618,10 @@
|
|
|
3612
3618
|
{
|
|
3613
3619
|
"name": "options",
|
|
3614
3620
|
"type": "object",
|
|
3615
|
-
"optional": true
|
|
3621
|
+
"optional": true,
|
|
3622
|
+
"memberTypes": [
|
|
3623
|
+
"boolean"
|
|
3624
|
+
]
|
|
3616
3625
|
}
|
|
3617
3626
|
],
|
|
3618
3627
|
"returnType": "Email",
|
|
@@ -4256,7 +4265,7 @@
|
|
|
4256
4265
|
"name": "getSettings",
|
|
4257
4266
|
"async": false,
|
|
4258
4267
|
"parameters": [],
|
|
4259
|
-
"returnType": "Record<string>",
|
|
4268
|
+
"returnType": "Record<string, unknown>",
|
|
4260
4269
|
"isStatic": false,
|
|
4261
4270
|
"isPublic": true
|
|
4262
4271
|
},
|
|
@@ -4266,7 +4275,7 @@
|
|
|
4266
4275
|
"parameters": [
|
|
4267
4276
|
{
|
|
4268
4277
|
"name": "settings",
|
|
4269
|
-
"type": "Record<string>",
|
|
4278
|
+
"type": "Record<string, unknown>",
|
|
4270
4279
|
"optional": false
|
|
4271
4280
|
}
|
|
4272
4281
|
],
|
|
@@ -4278,7 +4287,7 @@
|
|
|
4278
4287
|
"name": "getConfiguration",
|
|
4279
4288
|
"async": false,
|
|
4280
4289
|
"parameters": [],
|
|
4281
|
-
"returnType": "Record<string>",
|
|
4290
|
+
"returnType": "Record<string, unknown>",
|
|
4282
4291
|
"isStatic": false,
|
|
4283
4292
|
"isPublic": true
|
|
4284
4293
|
},
|
|
@@ -4288,7 +4297,7 @@
|
|
|
4288
4297
|
"parameters": [
|
|
4289
4298
|
{
|
|
4290
4299
|
"name": "configuration",
|
|
4291
|
-
"type": "Record<string>",
|
|
4300
|
+
"type": "Record<string, unknown>",
|
|
4292
4301
|
"optional": false
|
|
4293
4302
|
}
|
|
4294
4303
|
],
|
|
@@ -4318,13 +4327,16 @@
|
|
|
4318
4327
|
"parameters": [
|
|
4319
4328
|
{
|
|
4320
4329
|
"name": "credentials",
|
|
4321
|
-
"type": "Record<string>",
|
|
4330
|
+
"type": "Record<string, unknown>",
|
|
4322
4331
|
"optional": false
|
|
4323
4332
|
},
|
|
4324
4333
|
{
|
|
4325
4334
|
"name": "options",
|
|
4326
4335
|
"type": "object",
|
|
4327
|
-
"optional": true
|
|
4336
|
+
"optional": true,
|
|
4337
|
+
"memberTypes": [
|
|
4338
|
+
"string"
|
|
4339
|
+
]
|
|
4328
4340
|
}
|
|
4329
4341
|
],
|
|
4330
4342
|
"returnType": "Promise<void>",
|
|
@@ -4343,7 +4355,7 @@
|
|
|
4343
4355
|
"name": "getCredentials",
|
|
4344
4356
|
"async": true,
|
|
4345
4357
|
"parameters": [],
|
|
4346
|
-
"returnType": "Promise<Record<string> | null>",
|
|
4358
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
4347
4359
|
"isStatic": false,
|
|
4348
4360
|
"isPublic": true
|
|
4349
4361
|
},
|
|
@@ -4405,7 +4417,7 @@
|
|
|
4405
4417
|
"parameters": [
|
|
4406
4418
|
{
|
|
4407
4419
|
"name": "args",
|
|
4408
|
-
"type": "Record<string>",
|
|
4420
|
+
"type": "Record<string, unknown>",
|
|
4409
4421
|
"optional": true
|
|
4410
4422
|
}
|
|
4411
4423
|
],
|
|
@@ -5234,7 +5246,10 @@
|
|
|
5234
5246
|
{
|
|
5235
5247
|
"name": "addresses",
|
|
5236
5248
|
"type": "Array<object>",
|
|
5237
|
-
"optional": false
|
|
5249
|
+
"optional": false,
|
|
5250
|
+
"memberTypes": [
|
|
5251
|
+
"string"
|
|
5252
|
+
]
|
|
5238
5253
|
}
|
|
5239
5254
|
],
|
|
5240
5255
|
"returnType": "void",
|
|
@@ -5245,7 +5260,7 @@
|
|
|
5245
5260
|
"name": "getMetadata",
|
|
5246
5261
|
"async": false,
|
|
5247
5262
|
"parameters": [],
|
|
5248
|
-
"returnType": "Record<string>",
|
|
5263
|
+
"returnType": "Record<string, unknown>",
|
|
5249
5264
|
"isStatic": false,
|
|
5250
5265
|
"isPublic": true
|
|
5251
5266
|
},
|
|
@@ -5255,7 +5270,7 @@
|
|
|
5255
5270
|
"parameters": [
|
|
5256
5271
|
{
|
|
5257
5272
|
"name": "data",
|
|
5258
|
-
"type": "Record<string>",
|
|
5273
|
+
"type": "Record<string, unknown>",
|
|
5259
5274
|
"optional": false
|
|
5260
5275
|
}
|
|
5261
5276
|
],
|
|
@@ -5376,7 +5391,10 @@
|
|
|
5376
5391
|
{
|
|
5377
5392
|
"name": "_options",
|
|
5378
5393
|
"type": "object",
|
|
5379
|
-
"optional": true
|
|
5394
|
+
"optional": true,
|
|
5395
|
+
"memberTypes": [
|
|
5396
|
+
"boolean"
|
|
5397
|
+
]
|
|
5380
5398
|
}
|
|
5381
5399
|
],
|
|
5382
5400
|
"returnType": "Message",
|
|
@@ -5900,7 +5918,7 @@
|
|
|
5900
5918
|
"parameters": [
|
|
5901
5919
|
{
|
|
5902
5920
|
"name": "address",
|
|
5903
|
-
"type": "Record<string>",
|
|
5921
|
+
"type": "Record<string, unknown>",
|
|
5904
5922
|
"optional": false
|
|
5905
5923
|
}
|
|
5906
5924
|
],
|
|
@@ -6446,7 +6464,7 @@
|
|
|
6446
6464
|
"name": "getSettings",
|
|
6447
6465
|
"async": false,
|
|
6448
6466
|
"parameters": [],
|
|
6449
|
-
"returnType": "Record<string>",
|
|
6467
|
+
"returnType": "Record<string, unknown>",
|
|
6450
6468
|
"isStatic": false,
|
|
6451
6469
|
"isPublic": true
|
|
6452
6470
|
},
|
|
@@ -6456,7 +6474,7 @@
|
|
|
6456
6474
|
"parameters": [
|
|
6457
6475
|
{
|
|
6458
6476
|
"name": "settings",
|
|
6459
|
-
"type": "Record<string>",
|
|
6477
|
+
"type": "Record<string, unknown>",
|
|
6460
6478
|
"optional": false
|
|
6461
6479
|
}
|
|
6462
6480
|
],
|
|
@@ -6468,7 +6486,7 @@
|
|
|
6468
6486
|
"name": "getConfiguration",
|
|
6469
6487
|
"async": false,
|
|
6470
6488
|
"parameters": [],
|
|
6471
|
-
"returnType": "Record<string>",
|
|
6489
|
+
"returnType": "Record<string, unknown>",
|
|
6472
6490
|
"isStatic": false,
|
|
6473
6491
|
"isPublic": true
|
|
6474
6492
|
},
|
|
@@ -6478,7 +6496,7 @@
|
|
|
6478
6496
|
"parameters": [
|
|
6479
6497
|
{
|
|
6480
6498
|
"name": "configuration",
|
|
6481
|
-
"type": "Record<string>",
|
|
6499
|
+
"type": "Record<string, unknown>",
|
|
6482
6500
|
"optional": false
|
|
6483
6501
|
}
|
|
6484
6502
|
],
|
|
@@ -6508,13 +6526,16 @@
|
|
|
6508
6526
|
"parameters": [
|
|
6509
6527
|
{
|
|
6510
6528
|
"name": "credentials",
|
|
6511
|
-
"type": "Record<string>",
|
|
6529
|
+
"type": "Record<string, unknown>",
|
|
6512
6530
|
"optional": false
|
|
6513
6531
|
},
|
|
6514
6532
|
{
|
|
6515
6533
|
"name": "options",
|
|
6516
6534
|
"type": "object",
|
|
6517
|
-
"optional": true
|
|
6535
|
+
"optional": true,
|
|
6536
|
+
"memberTypes": [
|
|
6537
|
+
"string"
|
|
6538
|
+
]
|
|
6518
6539
|
}
|
|
6519
6540
|
],
|
|
6520
6541
|
"returnType": "Promise<void>",
|
|
@@ -6533,7 +6554,7 @@
|
|
|
6533
6554
|
"name": "getCredentials",
|
|
6534
6555
|
"async": true,
|
|
6535
6556
|
"parameters": [],
|
|
6536
|
-
"returnType": "Promise<Record<string> | null>",
|
|
6557
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
6537
6558
|
"isStatic": false,
|
|
6538
6559
|
"isPublic": true
|
|
6539
6560
|
}
|
|
@@ -6898,7 +6919,10 @@
|
|
|
6898
6919
|
{
|
|
6899
6920
|
"name": "addresses",
|
|
6900
6921
|
"type": "Array<object>",
|
|
6901
|
-
"optional": false
|
|
6922
|
+
"optional": false,
|
|
6923
|
+
"memberTypes": [
|
|
6924
|
+
"string"
|
|
6925
|
+
]
|
|
6902
6926
|
}
|
|
6903
6927
|
],
|
|
6904
6928
|
"returnType": "void",
|
|
@@ -6909,7 +6933,7 @@
|
|
|
6909
6933
|
"name": "getMetadata",
|
|
6910
6934
|
"async": false,
|
|
6911
6935
|
"parameters": [],
|
|
6912
|
-
"returnType": "Record<string>",
|
|
6936
|
+
"returnType": "Record<string, unknown>",
|
|
6913
6937
|
"isStatic": false,
|
|
6914
6938
|
"isPublic": true
|
|
6915
6939
|
},
|
|
@@ -6919,7 +6943,7 @@
|
|
|
6919
6943
|
"parameters": [
|
|
6920
6944
|
{
|
|
6921
6945
|
"name": "data",
|
|
6922
|
-
"type": "Record<string>",
|
|
6946
|
+
"type": "Record<string, unknown>",
|
|
6923
6947
|
"optional": false
|
|
6924
6948
|
}
|
|
6925
6949
|
],
|
|
@@ -7040,7 +7064,10 @@
|
|
|
7040
7064
|
{
|
|
7041
7065
|
"name": "_options",
|
|
7042
7066
|
"type": "object",
|
|
7043
|
-
"optional": true
|
|
7067
|
+
"optional": true,
|
|
7068
|
+
"memberTypes": [
|
|
7069
|
+
"boolean"
|
|
7070
|
+
]
|
|
7044
7071
|
}
|
|
7045
7072
|
],
|
|
7046
7073
|
"returnType": "Message",
|
|
@@ -7067,7 +7094,7 @@
|
|
|
7067
7094
|
"name": "getBlocks",
|
|
7068
7095
|
"async": false,
|
|
7069
7096
|
"parameters": [],
|
|
7070
|
-
"returnType": "Record<string>[]",
|
|
7097
|
+
"returnType": "Record<string, unknown>[]",
|
|
7071
7098
|
"isStatic": false,
|
|
7072
7099
|
"isPublic": true
|
|
7073
7100
|
},
|
|
@@ -7594,7 +7621,7 @@
|
|
|
7594
7621
|
"name": "getSettings",
|
|
7595
7622
|
"async": false,
|
|
7596
7623
|
"parameters": [],
|
|
7597
|
-
"returnType": "Record<string>",
|
|
7624
|
+
"returnType": "Record<string, unknown>",
|
|
7598
7625
|
"isStatic": false,
|
|
7599
7626
|
"isPublic": true
|
|
7600
7627
|
},
|
|
@@ -7604,7 +7631,7 @@
|
|
|
7604
7631
|
"parameters": [
|
|
7605
7632
|
{
|
|
7606
7633
|
"name": "settings",
|
|
7607
|
-
"type": "Record<string>",
|
|
7634
|
+
"type": "Record<string, unknown>",
|
|
7608
7635
|
"optional": false
|
|
7609
7636
|
}
|
|
7610
7637
|
],
|
|
@@ -7616,7 +7643,7 @@
|
|
|
7616
7643
|
"name": "getConfiguration",
|
|
7617
7644
|
"async": false,
|
|
7618
7645
|
"parameters": [],
|
|
7619
|
-
"returnType": "Record<string>",
|
|
7646
|
+
"returnType": "Record<string, unknown>",
|
|
7620
7647
|
"isStatic": false,
|
|
7621
7648
|
"isPublic": true
|
|
7622
7649
|
},
|
|
@@ -7626,7 +7653,7 @@
|
|
|
7626
7653
|
"parameters": [
|
|
7627
7654
|
{
|
|
7628
7655
|
"name": "configuration",
|
|
7629
|
-
"type": "Record<string>",
|
|
7656
|
+
"type": "Record<string, unknown>",
|
|
7630
7657
|
"optional": false
|
|
7631
7658
|
}
|
|
7632
7659
|
],
|
|
@@ -7656,13 +7683,16 @@
|
|
|
7656
7683
|
"parameters": [
|
|
7657
7684
|
{
|
|
7658
7685
|
"name": "credentials",
|
|
7659
|
-
"type": "Record<string>",
|
|
7686
|
+
"type": "Record<string, unknown>",
|
|
7660
7687
|
"optional": false
|
|
7661
7688
|
},
|
|
7662
7689
|
{
|
|
7663
7690
|
"name": "options",
|
|
7664
7691
|
"type": "object",
|
|
7665
|
-
"optional": true
|
|
7692
|
+
"optional": true,
|
|
7693
|
+
"memberTypes": [
|
|
7694
|
+
"string"
|
|
7695
|
+
]
|
|
7666
7696
|
}
|
|
7667
7697
|
],
|
|
7668
7698
|
"returnType": "Promise<void>",
|
|
@@ -7681,7 +7711,7 @@
|
|
|
7681
7711
|
"name": "getCredentials",
|
|
7682
7712
|
"async": true,
|
|
7683
7713
|
"parameters": [],
|
|
7684
|
-
"returnType": "Promise<Record<string> | null>",
|
|
7714
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
7685
7715
|
"isStatic": false,
|
|
7686
7716
|
"isPublic": true
|
|
7687
7717
|
}
|
|
@@ -8054,7 +8084,10 @@
|
|
|
8054
8084
|
{
|
|
8055
8085
|
"name": "addresses",
|
|
8056
8086
|
"type": "Array<object>",
|
|
8057
|
-
"optional": false
|
|
8087
|
+
"optional": false,
|
|
8088
|
+
"memberTypes": [
|
|
8089
|
+
"string"
|
|
8090
|
+
]
|
|
8058
8091
|
}
|
|
8059
8092
|
],
|
|
8060
8093
|
"returnType": "void",
|
|
@@ -8065,7 +8098,7 @@
|
|
|
8065
8098
|
"name": "getMetadata",
|
|
8066
8099
|
"async": false,
|
|
8067
8100
|
"parameters": [],
|
|
8068
|
-
"returnType": "Record<string>",
|
|
8101
|
+
"returnType": "Record<string, unknown>",
|
|
8069
8102
|
"isStatic": false,
|
|
8070
8103
|
"isPublic": true
|
|
8071
8104
|
},
|
|
@@ -8075,7 +8108,7 @@
|
|
|
8075
8108
|
"parameters": [
|
|
8076
8109
|
{
|
|
8077
8110
|
"name": "data",
|
|
8078
|
-
"type": "Record<string>",
|
|
8111
|
+
"type": "Record<string, unknown>",
|
|
8079
8112
|
"optional": false
|
|
8080
8113
|
}
|
|
8081
8114
|
],
|
|
@@ -8196,7 +8229,10 @@
|
|
|
8196
8229
|
{
|
|
8197
8230
|
"name": "_options",
|
|
8198
8231
|
"type": "object",
|
|
8199
|
-
"optional": true
|
|
8232
|
+
"optional": true,
|
|
8233
|
+
"memberTypes": [
|
|
8234
|
+
"boolean"
|
|
8235
|
+
]
|
|
8200
8236
|
}
|
|
8201
8237
|
],
|
|
8202
8238
|
"returnType": "Message",
|
|
@@ -8778,7 +8814,7 @@
|
|
|
8778
8814
|
"name": "getSettings",
|
|
8779
8815
|
"async": false,
|
|
8780
8816
|
"parameters": [],
|
|
8781
|
-
"returnType": "Record<string>",
|
|
8817
|
+
"returnType": "Record<string, unknown>",
|
|
8782
8818
|
"isStatic": false,
|
|
8783
8819
|
"isPublic": true
|
|
8784
8820
|
},
|
|
@@ -8788,7 +8824,7 @@
|
|
|
8788
8824
|
"parameters": [
|
|
8789
8825
|
{
|
|
8790
8826
|
"name": "settings",
|
|
8791
|
-
"type": "Record<string>",
|
|
8827
|
+
"type": "Record<string, unknown>",
|
|
8792
8828
|
"optional": false
|
|
8793
8829
|
}
|
|
8794
8830
|
],
|
|
@@ -8800,7 +8836,7 @@
|
|
|
8800
8836
|
"name": "getConfiguration",
|
|
8801
8837
|
"async": false,
|
|
8802
8838
|
"parameters": [],
|
|
8803
|
-
"returnType": "Record<string>",
|
|
8839
|
+
"returnType": "Record<string, unknown>",
|
|
8804
8840
|
"isStatic": false,
|
|
8805
8841
|
"isPublic": true
|
|
8806
8842
|
},
|
|
@@ -8810,7 +8846,7 @@
|
|
|
8810
8846
|
"parameters": [
|
|
8811
8847
|
{
|
|
8812
8848
|
"name": "configuration",
|
|
8813
|
-
"type": "Record<string>",
|
|
8849
|
+
"type": "Record<string, unknown>",
|
|
8814
8850
|
"optional": false
|
|
8815
8851
|
}
|
|
8816
8852
|
],
|
|
@@ -8840,13 +8876,16 @@
|
|
|
8840
8876
|
"parameters": [
|
|
8841
8877
|
{
|
|
8842
8878
|
"name": "credentials",
|
|
8843
|
-
"type": "Record<string>",
|
|
8879
|
+
"type": "Record<string, unknown>",
|
|
8844
8880
|
"optional": false
|
|
8845
8881
|
},
|
|
8846
8882
|
{
|
|
8847
8883
|
"name": "options",
|
|
8848
8884
|
"type": "object",
|
|
8849
|
-
"optional": true
|
|
8885
|
+
"optional": true,
|
|
8886
|
+
"memberTypes": [
|
|
8887
|
+
"string"
|
|
8888
|
+
]
|
|
8850
8889
|
}
|
|
8851
8890
|
],
|
|
8852
8891
|
"returnType": "Promise<void>",
|
|
@@ -8865,7 +8904,7 @@
|
|
|
8865
8904
|
"name": "getCredentials",
|
|
8866
8905
|
"async": true,
|
|
8867
8906
|
"parameters": [],
|
|
8868
|
-
"returnType": "Promise<Record<string> | null>",
|
|
8907
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
8869
8908
|
"isStatic": false,
|
|
8870
8909
|
"isPublic": true
|
|
8871
8910
|
}
|
|
@@ -9290,7 +9329,7 @@
|
|
|
9290
9329
|
"name": "getSettings",
|
|
9291
9330
|
"async": false,
|
|
9292
9331
|
"parameters": [],
|
|
9293
|
-
"returnType": "Record<string>",
|
|
9332
|
+
"returnType": "Record<string, unknown>",
|
|
9294
9333
|
"isStatic": false,
|
|
9295
9334
|
"isPublic": true
|
|
9296
9335
|
},
|
|
@@ -9300,7 +9339,7 @@
|
|
|
9300
9339
|
"parameters": [
|
|
9301
9340
|
{
|
|
9302
9341
|
"name": "settings",
|
|
9303
|
-
"type": "Record<string>",
|
|
9342
|
+
"type": "Record<string, unknown>",
|
|
9304
9343
|
"optional": false
|
|
9305
9344
|
}
|
|
9306
9345
|
],
|
|
@@ -9312,7 +9351,7 @@
|
|
|
9312
9351
|
"name": "getConfiguration",
|
|
9313
9352
|
"async": false,
|
|
9314
9353
|
"parameters": [],
|
|
9315
|
-
"returnType": "Record<string>",
|
|
9354
|
+
"returnType": "Record<string, unknown>",
|
|
9316
9355
|
"isStatic": false,
|
|
9317
9356
|
"isPublic": true
|
|
9318
9357
|
},
|
|
@@ -9322,7 +9361,7 @@
|
|
|
9322
9361
|
"parameters": [
|
|
9323
9362
|
{
|
|
9324
9363
|
"name": "configuration",
|
|
9325
|
-
"type": "Record<string>",
|
|
9364
|
+
"type": "Record<string, unknown>",
|
|
9326
9365
|
"optional": false
|
|
9327
9366
|
}
|
|
9328
9367
|
],
|
|
@@ -9352,13 +9391,16 @@
|
|
|
9352
9391
|
"parameters": [
|
|
9353
9392
|
{
|
|
9354
9393
|
"name": "credentials",
|
|
9355
|
-
"type": "Record<string>",
|
|
9394
|
+
"type": "Record<string, unknown>",
|
|
9356
9395
|
"optional": false
|
|
9357
9396
|
},
|
|
9358
9397
|
{
|
|
9359
9398
|
"name": "options",
|
|
9360
9399
|
"type": "object",
|
|
9361
|
-
"optional": true
|
|
9400
|
+
"optional": true,
|
|
9401
|
+
"memberTypes": [
|
|
9402
|
+
"string"
|
|
9403
|
+
]
|
|
9362
9404
|
}
|
|
9363
9405
|
],
|
|
9364
9406
|
"returnType": "Promise<void>",
|
|
@@ -9377,7 +9419,7 @@
|
|
|
9377
9419
|
"name": "getCredentials",
|
|
9378
9420
|
"async": true,
|
|
9379
9421
|
"parameters": [],
|
|
9380
|
-
"returnType": "Promise<Record<string> | null>",
|
|
9422
|
+
"returnType": "Promise<Record<string, unknown> | null>",
|
|
9381
9423
|
"isStatic": false,
|
|
9382
9424
|
"isPublic": true
|
|
9383
9425
|
}
|