@happyvertical/smrt-messages 0.45.3 → 0.47.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.
- package/dist/manifest.json +104 -62
- package/dist/smrt-knowledge.json +1340 -99
- package/package.json +10 -10
package/dist/smrt-knowledge.json
CHANGED
|
@@ -3,12 +3,12 @@
|
|
|
3
3
|
"sensitiveFieldsExcluded": true,
|
|
4
4
|
"generatedAt": "1970-01-01T00:00:00.000Z",
|
|
5
5
|
"packageName": "@happyvertical/smrt-messages",
|
|
6
|
-
"packageVersion": "0.
|
|
6
|
+
"packageVersion": "0.47.0",
|
|
7
7
|
"sourceManifestPath": "dist/manifest.json",
|
|
8
8
|
"agentDocPath": "AGENTS.md",
|
|
9
9
|
"sourceHashes": {
|
|
10
|
-
"manifest": "
|
|
11
|
-
"packageJson": "
|
|
10
|
+
"manifest": "4eb2335a07c27187e81ee80dbf7c8eec52e669b3bc2bc23724dff8fdae6985bc",
|
|
11
|
+
"packageJson": "ed93cf303505ade6da75449ca7b695e9beb4638cca6c437ebb0a3d71de1dc43b",
|
|
12
12
|
"agents": "712dcc2f244d01db8b49d764b8c076e94cb9274fa4b458d7c902434a0473f127"
|
|
13
13
|
},
|
|
14
14
|
"exports": [
|
|
@@ -4039,21 +4039,21 @@
|
|
|
4039
4039
|
},
|
|
4040
4040
|
{
|
|
4041
4041
|
"name": "getConfiguration",
|
|
4042
|
-
"returns": "Record<string>"
|
|
4042
|
+
"returns": "Record<string, unknown>"
|
|
4043
4043
|
},
|
|
4044
4044
|
{
|
|
4045
4045
|
"name": "getCredentials",
|
|
4046
4046
|
"async": true,
|
|
4047
|
-
"returns": "Promise<Record<string> | null>"
|
|
4047
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
4048
4048
|
},
|
|
4049
4049
|
{
|
|
4050
4050
|
"name": "getSettings",
|
|
4051
|
-
"returns": "Record<string>"
|
|
4051
|
+
"returns": "Record<string, unknown>"
|
|
4052
4052
|
},
|
|
4053
4053
|
{
|
|
4054
4054
|
"name": "setConfiguration",
|
|
4055
4055
|
"params": [
|
|
4056
|
-
"configuration: Record<string>"
|
|
4056
|
+
"configuration: Record<string, unknown>"
|
|
4057
4057
|
],
|
|
4058
4058
|
"returns": "void"
|
|
4059
4059
|
},
|
|
@@ -4061,7 +4061,7 @@
|
|
|
4061
4061
|
"name": "setCredentials",
|
|
4062
4062
|
"async": true,
|
|
4063
4063
|
"params": [
|
|
4064
|
-
"credentials: Record<string>",
|
|
4064
|
+
"credentials: Record<string, unknown>",
|
|
4065
4065
|
"options?: object"
|
|
4066
4066
|
],
|
|
4067
4067
|
"returns": "Promise<void>"
|
|
@@ -4069,7 +4069,7 @@
|
|
|
4069
4069
|
{
|
|
4070
4070
|
"name": "setSettings",
|
|
4071
4071
|
"params": [
|
|
4072
|
-
"settings: Record<string>"
|
|
4072
|
+
"settings: Record<string, unknown>"
|
|
4073
4073
|
],
|
|
4074
4074
|
"returns": "void"
|
|
4075
4075
|
}
|
|
@@ -4128,6 +4128,71 @@
|
|
|
4128
4128
|
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4129
4129
|
}
|
|
4130
4130
|
],
|
|
4131
|
+
"withheldSurfaces": [
|
|
4132
|
+
{
|
|
4133
|
+
"kind": "api",
|
|
4134
|
+
"operation": "activate",
|
|
4135
|
+
"code": "not-included",
|
|
4136
|
+
"reason": "not listed in api.include",
|
|
4137
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4138
|
+
},
|
|
4139
|
+
{
|
|
4140
|
+
"kind": "api",
|
|
4141
|
+
"operation": "createSender",
|
|
4142
|
+
"code": "not-included",
|
|
4143
|
+
"reason": "not listed in api.include",
|
|
4144
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4145
|
+
},
|
|
4146
|
+
{
|
|
4147
|
+
"kind": "api",
|
|
4148
|
+
"operation": "deactivate",
|
|
4149
|
+
"code": "not-included",
|
|
4150
|
+
"reason": "not listed in api.include",
|
|
4151
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4152
|
+
},
|
|
4153
|
+
{
|
|
4154
|
+
"kind": "api",
|
|
4155
|
+
"operation": "getConfiguration",
|
|
4156
|
+
"code": "not-included",
|
|
4157
|
+
"reason": "not listed in api.include",
|
|
4158
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4159
|
+
},
|
|
4160
|
+
{
|
|
4161
|
+
"kind": "api",
|
|
4162
|
+
"operation": "getCredentials",
|
|
4163
|
+
"code": "not-included",
|
|
4164
|
+
"reason": "not listed in api.include",
|
|
4165
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4166
|
+
},
|
|
4167
|
+
{
|
|
4168
|
+
"kind": "api",
|
|
4169
|
+
"operation": "getSettings",
|
|
4170
|
+
"code": "not-included",
|
|
4171
|
+
"reason": "not listed in api.include",
|
|
4172
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4173
|
+
},
|
|
4174
|
+
{
|
|
4175
|
+
"kind": "api",
|
|
4176
|
+
"operation": "setConfiguration",
|
|
4177
|
+
"code": "not-included",
|
|
4178
|
+
"reason": "not listed in api.include",
|
|
4179
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4180
|
+
},
|
|
4181
|
+
{
|
|
4182
|
+
"kind": "api",
|
|
4183
|
+
"operation": "setCredentials",
|
|
4184
|
+
"code": "not-included",
|
|
4185
|
+
"reason": "not listed in api.include",
|
|
4186
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4187
|
+
},
|
|
4188
|
+
{
|
|
4189
|
+
"kind": "api",
|
|
4190
|
+
"operation": "setSettings",
|
|
4191
|
+
"code": "not-included",
|
|
4192
|
+
"reason": "not listed in api.include",
|
|
4193
|
+
"objectName": "@happyvertical/smrt-messages:Account"
|
|
4194
|
+
}
|
|
4195
|
+
],
|
|
4131
4196
|
"relationshipFeatures": [
|
|
4132
4197
|
"uuidColumns"
|
|
4133
4198
|
],
|
|
@@ -4395,6 +4460,64 @@
|
|
|
4395
4460
|
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4396
4461
|
}
|
|
4397
4462
|
],
|
|
4463
|
+
"withheldSurfaces": [
|
|
4464
|
+
{
|
|
4465
|
+
"kind": "api",
|
|
4466
|
+
"operation": "getExtension",
|
|
4467
|
+
"code": "not-included",
|
|
4468
|
+
"reason": "not listed in api.include",
|
|
4469
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4470
|
+
},
|
|
4471
|
+
{
|
|
4472
|
+
"kind": "api",
|
|
4473
|
+
"operation": "getFormattedSize",
|
|
4474
|
+
"code": "not-included",
|
|
4475
|
+
"reason": "not listed in api.include",
|
|
4476
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4477
|
+
},
|
|
4478
|
+
{
|
|
4479
|
+
"kind": "api",
|
|
4480
|
+
"operation": "getMessage",
|
|
4481
|
+
"code": "not-included",
|
|
4482
|
+
"reason": "not listed in api.include",
|
|
4483
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4484
|
+
},
|
|
4485
|
+
{
|
|
4486
|
+
"kind": "api",
|
|
4487
|
+
"operation": "hasExternalFile",
|
|
4488
|
+
"code": "not-included",
|
|
4489
|
+
"reason": "not listed in api.include",
|
|
4490
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4491
|
+
},
|
|
4492
|
+
{
|
|
4493
|
+
"kind": "api",
|
|
4494
|
+
"operation": "isImage",
|
|
4495
|
+
"code": "not-included",
|
|
4496
|
+
"reason": "not listed in api.include",
|
|
4497
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4498
|
+
},
|
|
4499
|
+
{
|
|
4500
|
+
"kind": "api",
|
|
4501
|
+
"operation": "isInline",
|
|
4502
|
+
"code": "not-included",
|
|
4503
|
+
"reason": "not listed in api.include",
|
|
4504
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4505
|
+
},
|
|
4506
|
+
{
|
|
4507
|
+
"kind": "api",
|
|
4508
|
+
"operation": "isPdf",
|
|
4509
|
+
"code": "not-included",
|
|
4510
|
+
"reason": "not listed in api.include",
|
|
4511
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4512
|
+
},
|
|
4513
|
+
{
|
|
4514
|
+
"kind": "api",
|
|
4515
|
+
"operation": "readContent",
|
|
4516
|
+
"code": "not-included",
|
|
4517
|
+
"reason": "not listed in api.include",
|
|
4518
|
+
"objectName": "@happyvertical/smrt-messages:Attachment"
|
|
4519
|
+
}
|
|
4520
|
+
],
|
|
4398
4521
|
"relationshipFeatures": [
|
|
4399
4522
|
"foreignKey",
|
|
4400
4523
|
"uuidColumns"
|
|
@@ -4582,6 +4705,15 @@
|
|
|
4582
4705
|
"objectName": "@happyvertical/smrt-messages:Blacklist"
|
|
4583
4706
|
}
|
|
4584
4707
|
],
|
|
4708
|
+
"withheldSurfaces": [
|
|
4709
|
+
{
|
|
4710
|
+
"kind": "api",
|
|
4711
|
+
"operation": "matches",
|
|
4712
|
+
"code": "not-included",
|
|
4713
|
+
"reason": "not listed in api.include",
|
|
4714
|
+
"objectName": "@happyvertical/smrt-messages:Blacklist"
|
|
4715
|
+
}
|
|
4716
|
+
],
|
|
4585
4717
|
"relationshipFeatures": [
|
|
4586
4718
|
"uuidColumns"
|
|
4587
4719
|
],
|
|
@@ -4988,7 +5120,7 @@
|
|
|
4988
5120
|
},
|
|
4989
5121
|
{
|
|
4990
5122
|
"name": "getMetadata",
|
|
4991
|
-
"returns": "Record<string>"
|
|
5123
|
+
"returns": "Record<string, unknown>"
|
|
4992
5124
|
},
|
|
4993
5125
|
{
|
|
4994
5126
|
"name": "getPreview",
|
|
@@ -5069,7 +5201,7 @@
|
|
|
5069
5201
|
{
|
|
5070
5202
|
"name": "setMetadata",
|
|
5071
5203
|
"params": [
|
|
5072
|
-
"data: Record<string>"
|
|
5204
|
+
"data: Record<string, unknown>"
|
|
5073
5205
|
],
|
|
5074
5206
|
"returns": "void"
|
|
5075
5207
|
},
|
|
@@ -5339,6 +5471,204 @@
|
|
|
5339
5471
|
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5340
5472
|
}
|
|
5341
5473
|
],
|
|
5474
|
+
"withheldSurfaces": [
|
|
5475
|
+
{
|
|
5476
|
+
"kind": "api",
|
|
5477
|
+
"operation": "createForward",
|
|
5478
|
+
"code": "not-included",
|
|
5479
|
+
"reason": "not listed in api.include",
|
|
5480
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5481
|
+
},
|
|
5482
|
+
{
|
|
5483
|
+
"kind": "api",
|
|
5484
|
+
"operation": "createReply",
|
|
5485
|
+
"code": "not-included",
|
|
5486
|
+
"reason": "not listed in api.include",
|
|
5487
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5488
|
+
},
|
|
5489
|
+
{
|
|
5490
|
+
"kind": "api",
|
|
5491
|
+
"operation": "getAccount",
|
|
5492
|
+
"code": "not-included",
|
|
5493
|
+
"reason": "not listed in api.include",
|
|
5494
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5495
|
+
},
|
|
5496
|
+
{
|
|
5497
|
+
"kind": "api",
|
|
5498
|
+
"operation": "getAttachments",
|
|
5499
|
+
"code": "not-included",
|
|
5500
|
+
"reason": "not listed in api.include",
|
|
5501
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5502
|
+
},
|
|
5503
|
+
{
|
|
5504
|
+
"kind": "api",
|
|
5505
|
+
"operation": "getBccAddresses",
|
|
5506
|
+
"code": "not-included",
|
|
5507
|
+
"reason": "not listed in api.include",
|
|
5508
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5509
|
+
},
|
|
5510
|
+
{
|
|
5511
|
+
"kind": "api",
|
|
5512
|
+
"operation": "getCcAddresses",
|
|
5513
|
+
"code": "not-included",
|
|
5514
|
+
"reason": "not listed in api.include",
|
|
5515
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5516
|
+
},
|
|
5517
|
+
{
|
|
5518
|
+
"kind": "api",
|
|
5519
|
+
"operation": "getEndpoint",
|
|
5520
|
+
"code": "not-included",
|
|
5521
|
+
"reason": "not listed in api.include",
|
|
5522
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5523
|
+
},
|
|
5524
|
+
{
|
|
5525
|
+
"kind": "api",
|
|
5526
|
+
"operation": "getFlags",
|
|
5527
|
+
"code": "not-included",
|
|
5528
|
+
"reason": "not listed in api.include",
|
|
5529
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5530
|
+
},
|
|
5531
|
+
{
|
|
5532
|
+
"kind": "api",
|
|
5533
|
+
"operation": "getFolder",
|
|
5534
|
+
"code": "not-included",
|
|
5535
|
+
"reason": "not listed in api.include",
|
|
5536
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5537
|
+
},
|
|
5538
|
+
{
|
|
5539
|
+
"kind": "api",
|
|
5540
|
+
"operation": "getHeaders",
|
|
5541
|
+
"code": "not-included",
|
|
5542
|
+
"reason": "not listed in api.include",
|
|
5543
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5544
|
+
},
|
|
5545
|
+
{
|
|
5546
|
+
"kind": "api",
|
|
5547
|
+
"operation": "getLabels",
|
|
5548
|
+
"code": "not-included",
|
|
5549
|
+
"reason": "not listed in api.include",
|
|
5550
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5551
|
+
},
|
|
5552
|
+
{
|
|
5553
|
+
"kind": "api",
|
|
5554
|
+
"operation": "getMetadata",
|
|
5555
|
+
"code": "not-included",
|
|
5556
|
+
"reason": "not listed in api.include",
|
|
5557
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5558
|
+
},
|
|
5559
|
+
{
|
|
5560
|
+
"kind": "api",
|
|
5561
|
+
"operation": "getPreview",
|
|
5562
|
+
"code": "not-included",
|
|
5563
|
+
"reason": "not listed in api.include",
|
|
5564
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5565
|
+
},
|
|
5566
|
+
{
|
|
5567
|
+
"kind": "api",
|
|
5568
|
+
"operation": "getReferences",
|
|
5569
|
+
"code": "not-included",
|
|
5570
|
+
"reason": "not listed in api.include",
|
|
5571
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5572
|
+
},
|
|
5573
|
+
{
|
|
5574
|
+
"kind": "api",
|
|
5575
|
+
"operation": "getThreadEmails",
|
|
5576
|
+
"code": "not-included",
|
|
5577
|
+
"reason": "not listed in api.include",
|
|
5578
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5579
|
+
},
|
|
5580
|
+
{
|
|
5581
|
+
"kind": "api",
|
|
5582
|
+
"operation": "getThreadMessages",
|
|
5583
|
+
"code": "not-included",
|
|
5584
|
+
"reason": "not listed in api.include",
|
|
5585
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5586
|
+
},
|
|
5587
|
+
{
|
|
5588
|
+
"kind": "api",
|
|
5589
|
+
"operation": "getToAddresses",
|
|
5590
|
+
"code": "not-included",
|
|
5591
|
+
"reason": "not listed in api.include",
|
|
5592
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5593
|
+
},
|
|
5594
|
+
{
|
|
5595
|
+
"kind": "api",
|
|
5596
|
+
"operation": "isUnread",
|
|
5597
|
+
"code": "not-included",
|
|
5598
|
+
"reason": "not listed in api.include",
|
|
5599
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5600
|
+
},
|
|
5601
|
+
{
|
|
5602
|
+
"kind": "api",
|
|
5603
|
+
"operation": "markRead",
|
|
5604
|
+
"code": "not-included",
|
|
5605
|
+
"reason": "not listed in api.include",
|
|
5606
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5607
|
+
},
|
|
5608
|
+
{
|
|
5609
|
+
"kind": "api",
|
|
5610
|
+
"operation": "markUnread",
|
|
5611
|
+
"code": "not-included",
|
|
5612
|
+
"reason": "not listed in api.include",
|
|
5613
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5614
|
+
},
|
|
5615
|
+
{
|
|
5616
|
+
"kind": "api",
|
|
5617
|
+
"operation": "retrySend",
|
|
5618
|
+
"code": "not-included",
|
|
5619
|
+
"reason": "not listed in api.include",
|
|
5620
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5621
|
+
},
|
|
5622
|
+
{
|
|
5623
|
+
"kind": "api",
|
|
5624
|
+
"operation": "send",
|
|
5625
|
+
"code": "not-included",
|
|
5626
|
+
"reason": "not listed in api.include",
|
|
5627
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5628
|
+
},
|
|
5629
|
+
{
|
|
5630
|
+
"kind": "api",
|
|
5631
|
+
"operation": "setFlags",
|
|
5632
|
+
"code": "not-included",
|
|
5633
|
+
"reason": "not listed in api.include",
|
|
5634
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5635
|
+
},
|
|
5636
|
+
{
|
|
5637
|
+
"kind": "api",
|
|
5638
|
+
"operation": "setHeaders",
|
|
5639
|
+
"code": "not-included",
|
|
5640
|
+
"reason": "not listed in api.include",
|
|
5641
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5642
|
+
},
|
|
5643
|
+
{
|
|
5644
|
+
"kind": "api",
|
|
5645
|
+
"operation": "setLabels",
|
|
5646
|
+
"code": "not-included",
|
|
5647
|
+
"reason": "not listed in api.include",
|
|
5648
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5649
|
+
},
|
|
5650
|
+
{
|
|
5651
|
+
"kind": "api",
|
|
5652
|
+
"operation": "setMetadata",
|
|
5653
|
+
"code": "not-included",
|
|
5654
|
+
"reason": "not listed in api.include",
|
|
5655
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5656
|
+
},
|
|
5657
|
+
{
|
|
5658
|
+
"kind": "api",
|
|
5659
|
+
"operation": "setToAddresses",
|
|
5660
|
+
"code": "not-included",
|
|
5661
|
+
"reason": "not listed in api.include",
|
|
5662
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5663
|
+
},
|
|
5664
|
+
{
|
|
5665
|
+
"kind": "api",
|
|
5666
|
+
"operation": "toggleFlagged",
|
|
5667
|
+
"code": "not-included",
|
|
5668
|
+
"reason": "not listed in api.include",
|
|
5669
|
+
"objectName": "@happyvertical/smrt-messages:Email"
|
|
5670
|
+
}
|
|
5671
|
+
],
|
|
5342
5672
|
"relationshipFeatures": [
|
|
5343
5673
|
"crossPackageRef",
|
|
5344
5674
|
"foreignKey",
|
|
@@ -5478,12 +5808,12 @@
|
|
|
5478
5808
|
},
|
|
5479
5809
|
{
|
|
5480
5810
|
"name": "getConfiguration",
|
|
5481
|
-
"returns": "Record<string>"
|
|
5811
|
+
"returns": "Record<string, unknown>"
|
|
5482
5812
|
},
|
|
5483
5813
|
{
|
|
5484
5814
|
"name": "getCredentials",
|
|
5485
5815
|
"async": true,
|
|
5486
|
-
"returns": "Promise<Record<string> | null>"
|
|
5816
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
5487
5817
|
},
|
|
5488
5818
|
{
|
|
5489
5819
|
"name": "getEmails",
|
|
@@ -5500,7 +5830,7 @@
|
|
|
5500
5830
|
},
|
|
5501
5831
|
{
|
|
5502
5832
|
"name": "getSettings",
|
|
5503
|
-
"returns": "Record<string>"
|
|
5833
|
+
"returns": "Record<string, unknown>"
|
|
5504
5834
|
},
|
|
5505
5835
|
{
|
|
5506
5836
|
"name": "getUnreadCount",
|
|
@@ -5515,7 +5845,7 @@
|
|
|
5515
5845
|
{
|
|
5516
5846
|
"name": "setConfiguration",
|
|
5517
5847
|
"params": [
|
|
5518
|
-
"configuration: Record<string>"
|
|
5848
|
+
"configuration: Record<string, unknown>"
|
|
5519
5849
|
],
|
|
5520
5850
|
"returns": "void"
|
|
5521
5851
|
},
|
|
@@ -5523,7 +5853,7 @@
|
|
|
5523
5853
|
"name": "setCredentials",
|
|
5524
5854
|
"async": true,
|
|
5525
5855
|
"params": [
|
|
5526
|
-
"credentials: Record<string>",
|
|
5856
|
+
"credentials: Record<string, unknown>",
|
|
5527
5857
|
"options?: object"
|
|
5528
5858
|
],
|
|
5529
5859
|
"returns": "Promise<void>"
|
|
@@ -5531,7 +5861,7 @@
|
|
|
5531
5861
|
{
|
|
5532
5862
|
"name": "setSettings",
|
|
5533
5863
|
"params": [
|
|
5534
|
-
"settings: Record<string>"
|
|
5864
|
+
"settings: Record<string, unknown>"
|
|
5535
5865
|
],
|
|
5536
5866
|
"returns": "void"
|
|
5537
5867
|
},
|
|
@@ -5539,7 +5869,7 @@
|
|
|
5539
5869
|
"name": "syncAll",
|
|
5540
5870
|
"async": true,
|
|
5541
5871
|
"params": [
|
|
5542
|
-
"args?: Record<string>"
|
|
5872
|
+
"args?: Record<string, unknown>"
|
|
5543
5873
|
],
|
|
5544
5874
|
"returns": "Promise<Map<string, object>>"
|
|
5545
5875
|
},
|
|
@@ -5595,38 +5925,152 @@
|
|
|
5595
5925
|
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5596
5926
|
}
|
|
5597
5927
|
],
|
|
5598
|
-
"
|
|
5599
|
-
"uuidColumns"
|
|
5600
|
-
],
|
|
5601
|
-
"tags": [],
|
|
5602
|
-
"risks": []
|
|
5603
|
-
},
|
|
5604
|
-
{
|
|
5605
|
-
"name": "EmailAttachment",
|
|
5606
|
-
"qualifiedName": "@happyvertical/smrt-messages:EmailAttachment",
|
|
5607
|
-
"collection": "emailattachments",
|
|
5608
|
-
"tableName": "email_attachments",
|
|
5609
|
-
"packageName": "@happyvertical/smrt-messages",
|
|
5610
|
-
"extends": "Attachment",
|
|
5611
|
-
"fields": [],
|
|
5612
|
-
"relationships": [],
|
|
5613
|
-
"methods": [
|
|
5614
|
-
"getEmail",
|
|
5615
|
-
"getExtension",
|
|
5616
|
-
"getFormattedSize",
|
|
5617
|
-
"getMessage",
|
|
5618
|
-
"hasExternalFile",
|
|
5619
|
-
"isImage",
|
|
5620
|
-
"isInline",
|
|
5621
|
-
"isPdf",
|
|
5622
|
-
"readContent"
|
|
5623
|
-
],
|
|
5624
|
-
"methodSignatures": [
|
|
5928
|
+
"withheldSurfaces": [
|
|
5625
5929
|
{
|
|
5626
|
-
"
|
|
5627
|
-
"
|
|
5628
|
-
"
|
|
5629
|
-
|
|
5930
|
+
"kind": "api",
|
|
5931
|
+
"operation": "activate",
|
|
5932
|
+
"code": "not-included",
|
|
5933
|
+
"reason": "not listed in api.include",
|
|
5934
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5935
|
+
},
|
|
5936
|
+
{
|
|
5937
|
+
"kind": "api",
|
|
5938
|
+
"operation": "createClient",
|
|
5939
|
+
"code": "not-included",
|
|
5940
|
+
"reason": "not listed in api.include",
|
|
5941
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5942
|
+
},
|
|
5943
|
+
{
|
|
5944
|
+
"kind": "api",
|
|
5945
|
+
"operation": "createSender",
|
|
5946
|
+
"code": "not-included",
|
|
5947
|
+
"reason": "not listed in api.include",
|
|
5948
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5949
|
+
},
|
|
5950
|
+
{
|
|
5951
|
+
"kind": "api",
|
|
5952
|
+
"operation": "deactivate",
|
|
5953
|
+
"code": "not-included",
|
|
5954
|
+
"reason": "not listed in api.include",
|
|
5955
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5956
|
+
},
|
|
5957
|
+
{
|
|
5958
|
+
"kind": "api",
|
|
5959
|
+
"operation": "getConfiguration",
|
|
5960
|
+
"code": "not-included",
|
|
5961
|
+
"reason": "not listed in api.include",
|
|
5962
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5963
|
+
},
|
|
5964
|
+
{
|
|
5965
|
+
"kind": "api",
|
|
5966
|
+
"operation": "getCredentials",
|
|
5967
|
+
"code": "not-included",
|
|
5968
|
+
"reason": "not listed in api.include",
|
|
5969
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5970
|
+
},
|
|
5971
|
+
{
|
|
5972
|
+
"kind": "api",
|
|
5973
|
+
"operation": "getEmails",
|
|
5974
|
+
"code": "not-included",
|
|
5975
|
+
"reason": "not listed in api.include",
|
|
5976
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5977
|
+
},
|
|
5978
|
+
{
|
|
5979
|
+
"kind": "api",
|
|
5980
|
+
"operation": "getFolders",
|
|
5981
|
+
"code": "not-included",
|
|
5982
|
+
"reason": "not listed in api.include",
|
|
5983
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5984
|
+
},
|
|
5985
|
+
{
|
|
5986
|
+
"kind": "api",
|
|
5987
|
+
"operation": "getSettings",
|
|
5988
|
+
"code": "not-included",
|
|
5989
|
+
"reason": "not listed in api.include",
|
|
5990
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5991
|
+
},
|
|
5992
|
+
{
|
|
5993
|
+
"kind": "api",
|
|
5994
|
+
"operation": "getUnreadCount",
|
|
5995
|
+
"code": "not-included",
|
|
5996
|
+
"reason": "not listed in api.include",
|
|
5997
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
5998
|
+
},
|
|
5999
|
+
{
|
|
6000
|
+
"kind": "api",
|
|
6001
|
+
"operation": "migrateToSecrets",
|
|
6002
|
+
"code": "not-included",
|
|
6003
|
+
"reason": "not listed in api.include",
|
|
6004
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6005
|
+
},
|
|
6006
|
+
{
|
|
6007
|
+
"kind": "api",
|
|
6008
|
+
"operation": "setConfiguration",
|
|
6009
|
+
"code": "not-included",
|
|
6010
|
+
"reason": "not listed in api.include",
|
|
6011
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6012
|
+
},
|
|
6013
|
+
{
|
|
6014
|
+
"kind": "api",
|
|
6015
|
+
"operation": "setCredentials",
|
|
6016
|
+
"code": "not-included",
|
|
6017
|
+
"reason": "not listed in api.include",
|
|
6018
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6019
|
+
},
|
|
6020
|
+
{
|
|
6021
|
+
"kind": "api",
|
|
6022
|
+
"operation": "setSettings",
|
|
6023
|
+
"code": "not-included",
|
|
6024
|
+
"reason": "not listed in api.include",
|
|
6025
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6026
|
+
},
|
|
6027
|
+
{
|
|
6028
|
+
"kind": "api",
|
|
6029
|
+
"operation": "syncAll",
|
|
6030
|
+
"code": "not-included",
|
|
6031
|
+
"reason": "not listed in api.include",
|
|
6032
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6033
|
+
},
|
|
6034
|
+
{
|
|
6035
|
+
"kind": "api",
|
|
6036
|
+
"operation": "syncFrom",
|
|
6037
|
+
"code": "not-included",
|
|
6038
|
+
"reason": "not listed in api.include",
|
|
6039
|
+
"objectName": "@happyvertical/smrt-messages:EmailAccount"
|
|
6040
|
+
}
|
|
6041
|
+
],
|
|
6042
|
+
"relationshipFeatures": [
|
|
6043
|
+
"uuidColumns"
|
|
6044
|
+
],
|
|
6045
|
+
"tags": [],
|
|
6046
|
+
"risks": []
|
|
6047
|
+
},
|
|
6048
|
+
{
|
|
6049
|
+
"name": "EmailAttachment",
|
|
6050
|
+
"qualifiedName": "@happyvertical/smrt-messages:EmailAttachment",
|
|
6051
|
+
"collection": "emailattachments",
|
|
6052
|
+
"tableName": "email_attachments",
|
|
6053
|
+
"packageName": "@happyvertical/smrt-messages",
|
|
6054
|
+
"extends": "Attachment",
|
|
6055
|
+
"fields": [],
|
|
6056
|
+
"relationships": [],
|
|
6057
|
+
"methods": [
|
|
6058
|
+
"getEmail",
|
|
6059
|
+
"getExtension",
|
|
6060
|
+
"getFormattedSize",
|
|
6061
|
+
"getMessage",
|
|
6062
|
+
"hasExternalFile",
|
|
6063
|
+
"isImage",
|
|
6064
|
+
"isInline",
|
|
6065
|
+
"isPdf",
|
|
6066
|
+
"readContent"
|
|
6067
|
+
],
|
|
6068
|
+
"methodSignatures": [
|
|
6069
|
+
{
|
|
6070
|
+
"name": "getEmail",
|
|
6071
|
+
"async": true,
|
|
6072
|
+
"returns": "any"
|
|
6073
|
+
},
|
|
5630
6074
|
{
|
|
5631
6075
|
"name": "getExtension",
|
|
5632
6076
|
"returns": "string"
|
|
@@ -6280,6 +6724,92 @@
|
|
|
6280
6724
|
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6281
6725
|
}
|
|
6282
6726
|
],
|
|
6727
|
+
"withheldSurfaces": [
|
|
6728
|
+
{
|
|
6729
|
+
"kind": "api",
|
|
6730
|
+
"operation": "getAccount",
|
|
6731
|
+
"code": "not-included",
|
|
6732
|
+
"reason": "not listed in api.include",
|
|
6733
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6734
|
+
},
|
|
6735
|
+
{
|
|
6736
|
+
"kind": "api",
|
|
6737
|
+
"operation": "getEmails",
|
|
6738
|
+
"code": "not-included",
|
|
6739
|
+
"reason": "not listed in api.include",
|
|
6740
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6741
|
+
},
|
|
6742
|
+
{
|
|
6743
|
+
"kind": "api",
|
|
6744
|
+
"operation": "getUnreadEmails",
|
|
6745
|
+
"code": "not-included",
|
|
6746
|
+
"reason": "not listed in api.include",
|
|
6747
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6748
|
+
},
|
|
6749
|
+
{
|
|
6750
|
+
"kind": "api",
|
|
6751
|
+
"operation": "isDrafts",
|
|
6752
|
+
"code": "not-included",
|
|
6753
|
+
"reason": "not listed in api.include",
|
|
6754
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6755
|
+
},
|
|
6756
|
+
{
|
|
6757
|
+
"kind": "api",
|
|
6758
|
+
"operation": "isInbox",
|
|
6759
|
+
"code": "not-included",
|
|
6760
|
+
"reason": "not listed in api.include",
|
|
6761
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6762
|
+
},
|
|
6763
|
+
{
|
|
6764
|
+
"kind": "api",
|
|
6765
|
+
"operation": "isSent",
|
|
6766
|
+
"code": "not-included",
|
|
6767
|
+
"reason": "not listed in api.include",
|
|
6768
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6769
|
+
},
|
|
6770
|
+
{
|
|
6771
|
+
"kind": "api",
|
|
6772
|
+
"operation": "isSpam",
|
|
6773
|
+
"code": "not-included",
|
|
6774
|
+
"reason": "not listed in api.include",
|
|
6775
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6776
|
+
},
|
|
6777
|
+
{
|
|
6778
|
+
"kind": "api",
|
|
6779
|
+
"operation": "isSystemFolder",
|
|
6780
|
+
"code": "not-included",
|
|
6781
|
+
"reason": "not listed in api.include",
|
|
6782
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6783
|
+
},
|
|
6784
|
+
{
|
|
6785
|
+
"kind": "api",
|
|
6786
|
+
"operation": "isTrash",
|
|
6787
|
+
"code": "not-included",
|
|
6788
|
+
"reason": "not listed in api.include",
|
|
6789
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6790
|
+
},
|
|
6791
|
+
{
|
|
6792
|
+
"kind": "api",
|
|
6793
|
+
"operation": "refreshCounts",
|
|
6794
|
+
"code": "not-included",
|
|
6795
|
+
"reason": "not listed in api.include",
|
|
6796
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6797
|
+
},
|
|
6798
|
+
{
|
|
6799
|
+
"kind": "api",
|
|
6800
|
+
"operation": "subscribe",
|
|
6801
|
+
"code": "not-included",
|
|
6802
|
+
"reason": "not listed in api.include",
|
|
6803
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6804
|
+
},
|
|
6805
|
+
{
|
|
6806
|
+
"kind": "api",
|
|
6807
|
+
"operation": "unsubscribe",
|
|
6808
|
+
"code": "not-included",
|
|
6809
|
+
"reason": "not listed in api.include",
|
|
6810
|
+
"objectName": "@happyvertical/smrt-messages:EmailFolder"
|
|
6811
|
+
}
|
|
6812
|
+
],
|
|
6283
6813
|
"relationshipFeatures": [
|
|
6284
6814
|
"foreignKey",
|
|
6285
6815
|
"uuidColumns"
|
|
@@ -6553,7 +7083,7 @@
|
|
|
6553
7083
|
},
|
|
6554
7084
|
{
|
|
6555
7085
|
"name": "getMetadata",
|
|
6556
|
-
"returns": "Record<string>"
|
|
7086
|
+
"returns": "Record<string, unknown>"
|
|
6557
7087
|
},
|
|
6558
7088
|
{
|
|
6559
7089
|
"name": "getPreview",
|
|
@@ -6604,7 +7134,7 @@
|
|
|
6604
7134
|
{
|
|
6605
7135
|
"name": "setMetadata",
|
|
6606
7136
|
"params": [
|
|
6607
|
-
"data: Record<string>"
|
|
7137
|
+
"data: Record<string, unknown>"
|
|
6608
7138
|
],
|
|
6609
7139
|
"returns": "void"
|
|
6610
7140
|
},
|
|
@@ -6795,6 +7325,127 @@
|
|
|
6795
7325
|
"objectName": "@happyvertical/smrt-messages:Message"
|
|
6796
7326
|
}
|
|
6797
7327
|
],
|
|
7328
|
+
"withheldSurfaces": [
|
|
7329
|
+
{
|
|
7330
|
+
"kind": "api",
|
|
7331
|
+
"operation": "createForward",
|
|
7332
|
+
"code": "not-included",
|
|
7333
|
+
"reason": "not listed in api.include",
|
|
7334
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7335
|
+
},
|
|
7336
|
+
{
|
|
7337
|
+
"kind": "api",
|
|
7338
|
+
"operation": "createReply",
|
|
7339
|
+
"code": "not-included",
|
|
7340
|
+
"reason": "not listed in api.include",
|
|
7341
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7342
|
+
},
|
|
7343
|
+
{
|
|
7344
|
+
"kind": "api",
|
|
7345
|
+
"operation": "getAccount",
|
|
7346
|
+
"code": "not-included",
|
|
7347
|
+
"reason": "not listed in api.include",
|
|
7348
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7349
|
+
},
|
|
7350
|
+
{
|
|
7351
|
+
"kind": "api",
|
|
7352
|
+
"operation": "getAttachments",
|
|
7353
|
+
"code": "not-included",
|
|
7354
|
+
"reason": "not listed in api.include",
|
|
7355
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7356
|
+
},
|
|
7357
|
+
{
|
|
7358
|
+
"kind": "api",
|
|
7359
|
+
"operation": "getEndpoint",
|
|
7360
|
+
"code": "not-included",
|
|
7361
|
+
"reason": "not listed in api.include",
|
|
7362
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7363
|
+
},
|
|
7364
|
+
{
|
|
7365
|
+
"kind": "api",
|
|
7366
|
+
"operation": "getMetadata",
|
|
7367
|
+
"code": "not-included",
|
|
7368
|
+
"reason": "not listed in api.include",
|
|
7369
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7370
|
+
},
|
|
7371
|
+
{
|
|
7372
|
+
"kind": "api",
|
|
7373
|
+
"operation": "getPreview",
|
|
7374
|
+
"code": "not-included",
|
|
7375
|
+
"reason": "not listed in api.include",
|
|
7376
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7377
|
+
},
|
|
7378
|
+
{
|
|
7379
|
+
"kind": "api",
|
|
7380
|
+
"operation": "getThreadMessages",
|
|
7381
|
+
"code": "not-included",
|
|
7382
|
+
"reason": "not listed in api.include",
|
|
7383
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7384
|
+
},
|
|
7385
|
+
{
|
|
7386
|
+
"kind": "api",
|
|
7387
|
+
"operation": "getToAddresses",
|
|
7388
|
+
"code": "not-included",
|
|
7389
|
+
"reason": "not listed in api.include",
|
|
7390
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7391
|
+
},
|
|
7392
|
+
{
|
|
7393
|
+
"kind": "api",
|
|
7394
|
+
"operation": "isUnread",
|
|
7395
|
+
"code": "not-included",
|
|
7396
|
+
"reason": "not listed in api.include",
|
|
7397
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7398
|
+
},
|
|
7399
|
+
{
|
|
7400
|
+
"kind": "api",
|
|
7401
|
+
"operation": "markRead",
|
|
7402
|
+
"code": "not-included",
|
|
7403
|
+
"reason": "not listed in api.include",
|
|
7404
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7405
|
+
},
|
|
7406
|
+
{
|
|
7407
|
+
"kind": "api",
|
|
7408
|
+
"operation": "markUnread",
|
|
7409
|
+
"code": "not-included",
|
|
7410
|
+
"reason": "not listed in api.include",
|
|
7411
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7412
|
+
},
|
|
7413
|
+
{
|
|
7414
|
+
"kind": "api",
|
|
7415
|
+
"operation": "retrySend",
|
|
7416
|
+
"code": "not-included",
|
|
7417
|
+
"reason": "not listed in api.include",
|
|
7418
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7419
|
+
},
|
|
7420
|
+
{
|
|
7421
|
+
"kind": "api",
|
|
7422
|
+
"operation": "send",
|
|
7423
|
+
"code": "not-included",
|
|
7424
|
+
"reason": "not listed in api.include",
|
|
7425
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7426
|
+
},
|
|
7427
|
+
{
|
|
7428
|
+
"kind": "api",
|
|
7429
|
+
"operation": "setMetadata",
|
|
7430
|
+
"code": "not-included",
|
|
7431
|
+
"reason": "not listed in api.include",
|
|
7432
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7433
|
+
},
|
|
7434
|
+
{
|
|
7435
|
+
"kind": "api",
|
|
7436
|
+
"operation": "setToAddresses",
|
|
7437
|
+
"code": "not-included",
|
|
7438
|
+
"reason": "not listed in api.include",
|
|
7439
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7440
|
+
},
|
|
7441
|
+
{
|
|
7442
|
+
"kind": "api",
|
|
7443
|
+
"operation": "toggleFlagged",
|
|
7444
|
+
"code": "not-included",
|
|
7445
|
+
"reason": "not listed in api.include",
|
|
7446
|
+
"objectName": "@happyvertical/smrt-messages:Message"
|
|
7447
|
+
}
|
|
7448
|
+
],
|
|
6798
7449
|
"relationshipFeatures": [
|
|
6799
7450
|
"crossPackageRef",
|
|
6800
7451
|
"foreignKey",
|
|
@@ -6889,7 +7540,7 @@
|
|
|
6889
7540
|
{
|
|
6890
7541
|
"name": "setAddress",
|
|
6891
7542
|
"params": [
|
|
6892
|
-
"address: Record<string>"
|
|
7543
|
+
"address: Record<string, unknown>"
|
|
6893
7544
|
],
|
|
6894
7545
|
"returns": "void"
|
|
6895
7546
|
}
|
|
@@ -6946,6 +7597,29 @@
|
|
|
6946
7597
|
"objectName": "@happyvertical/smrt-messages:MessagingEndpoint"
|
|
6947
7598
|
}
|
|
6948
7599
|
],
|
|
7600
|
+
"withheldSurfaces": [
|
|
7601
|
+
{
|
|
7602
|
+
"kind": "api",
|
|
7603
|
+
"operation": "getAddress",
|
|
7604
|
+
"code": "not-included",
|
|
7605
|
+
"reason": "not listed in api.include",
|
|
7606
|
+
"objectName": "@happyvertical/smrt-messages:MessagingEndpoint"
|
|
7607
|
+
},
|
|
7608
|
+
{
|
|
7609
|
+
"kind": "api",
|
|
7610
|
+
"operation": "getMaskedAddress",
|
|
7611
|
+
"code": "not-included",
|
|
7612
|
+
"reason": "not listed in api.include",
|
|
7613
|
+
"objectName": "@happyvertical/smrt-messages:MessagingEndpoint"
|
|
7614
|
+
},
|
|
7615
|
+
{
|
|
7616
|
+
"kind": "api",
|
|
7617
|
+
"operation": "setAddress",
|
|
7618
|
+
"code": "not-included",
|
|
7619
|
+
"reason": "not listed in api.include",
|
|
7620
|
+
"objectName": "@happyvertical/smrt-messages:MessagingEndpoint"
|
|
7621
|
+
}
|
|
7622
|
+
],
|
|
6949
7623
|
"relationshipFeatures": [
|
|
6950
7624
|
"crossPackageRef",
|
|
6951
7625
|
"uuidColumns"
|
|
@@ -7231,21 +7905,21 @@
|
|
|
7231
7905
|
},
|
|
7232
7906
|
{
|
|
7233
7907
|
"name": "getConfiguration",
|
|
7234
|
-
"returns": "Record<string>"
|
|
7908
|
+
"returns": "Record<string, unknown>"
|
|
7235
7909
|
},
|
|
7236
7910
|
{
|
|
7237
7911
|
"name": "getCredentials",
|
|
7238
7912
|
"async": true,
|
|
7239
|
-
"returns": "Promise<Record<string> | null>"
|
|
7913
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
7240
7914
|
},
|
|
7241
7915
|
{
|
|
7242
7916
|
"name": "getSettings",
|
|
7243
|
-
"returns": "Record<string>"
|
|
7917
|
+
"returns": "Record<string, unknown>"
|
|
7244
7918
|
},
|
|
7245
7919
|
{
|
|
7246
7920
|
"name": "setConfiguration",
|
|
7247
7921
|
"params": [
|
|
7248
|
-
"configuration: Record<string>"
|
|
7922
|
+
"configuration: Record<string, unknown>"
|
|
7249
7923
|
],
|
|
7250
7924
|
"returns": "void"
|
|
7251
7925
|
},
|
|
@@ -7253,7 +7927,7 @@
|
|
|
7253
7927
|
"name": "setCredentials",
|
|
7254
7928
|
"async": true,
|
|
7255
7929
|
"params": [
|
|
7256
|
-
"credentials: Record<string>",
|
|
7930
|
+
"credentials: Record<string, unknown>",
|
|
7257
7931
|
"options?: object"
|
|
7258
7932
|
],
|
|
7259
7933
|
"returns": "Promise<void>"
|
|
@@ -7261,7 +7935,7 @@
|
|
|
7261
7935
|
{
|
|
7262
7936
|
"name": "setSettings",
|
|
7263
7937
|
"params": [
|
|
7264
|
-
"settings: Record<string>"
|
|
7938
|
+
"settings: Record<string, unknown>"
|
|
7265
7939
|
],
|
|
7266
7940
|
"returns": "void"
|
|
7267
7941
|
}
|
|
@@ -7309,6 +7983,71 @@
|
|
|
7309
7983
|
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
7310
7984
|
}
|
|
7311
7985
|
],
|
|
7986
|
+
"withheldSurfaces": [
|
|
7987
|
+
{
|
|
7988
|
+
"kind": "api",
|
|
7989
|
+
"operation": "activate",
|
|
7990
|
+
"code": "not-included",
|
|
7991
|
+
"reason": "not listed in api.include",
|
|
7992
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
7993
|
+
},
|
|
7994
|
+
{
|
|
7995
|
+
"kind": "api",
|
|
7996
|
+
"operation": "createSender",
|
|
7997
|
+
"code": "not-included",
|
|
7998
|
+
"reason": "not listed in api.include",
|
|
7999
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8000
|
+
},
|
|
8001
|
+
{
|
|
8002
|
+
"kind": "api",
|
|
8003
|
+
"operation": "deactivate",
|
|
8004
|
+
"code": "not-included",
|
|
8005
|
+
"reason": "not listed in api.include",
|
|
8006
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8007
|
+
},
|
|
8008
|
+
{
|
|
8009
|
+
"kind": "api",
|
|
8010
|
+
"operation": "getConfiguration",
|
|
8011
|
+
"code": "not-included",
|
|
8012
|
+
"reason": "not listed in api.include",
|
|
8013
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8014
|
+
},
|
|
8015
|
+
{
|
|
8016
|
+
"kind": "api",
|
|
8017
|
+
"operation": "getCredentials",
|
|
8018
|
+
"code": "not-included",
|
|
8019
|
+
"reason": "not listed in api.include",
|
|
8020
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8021
|
+
},
|
|
8022
|
+
{
|
|
8023
|
+
"kind": "api",
|
|
8024
|
+
"operation": "getSettings",
|
|
8025
|
+
"code": "not-included",
|
|
8026
|
+
"reason": "not listed in api.include",
|
|
8027
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8028
|
+
},
|
|
8029
|
+
{
|
|
8030
|
+
"kind": "api",
|
|
8031
|
+
"operation": "setConfiguration",
|
|
8032
|
+
"code": "not-included",
|
|
8033
|
+
"reason": "not listed in api.include",
|
|
8034
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8035
|
+
},
|
|
8036
|
+
{
|
|
8037
|
+
"kind": "api",
|
|
8038
|
+
"operation": "setCredentials",
|
|
8039
|
+
"code": "not-included",
|
|
8040
|
+
"reason": "not listed in api.include",
|
|
8041
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8042
|
+
},
|
|
8043
|
+
{
|
|
8044
|
+
"kind": "api",
|
|
8045
|
+
"operation": "setSettings",
|
|
8046
|
+
"code": "not-included",
|
|
8047
|
+
"reason": "not listed in api.include",
|
|
8048
|
+
"objectName": "@happyvertical/smrt-messages:SlackAccount"
|
|
8049
|
+
}
|
|
8050
|
+
],
|
|
7312
8051
|
"relationshipFeatures": [
|
|
7313
8052
|
"uuidColumns"
|
|
7314
8053
|
],
|
|
@@ -7629,7 +8368,7 @@
|
|
|
7629
8368
|
},
|
|
7630
8369
|
{
|
|
7631
8370
|
"name": "getBlocks",
|
|
7632
|
-
"returns": "Record<string>[]"
|
|
8371
|
+
"returns": "Record<string, unknown>[]"
|
|
7633
8372
|
},
|
|
7634
8373
|
{
|
|
7635
8374
|
"name": "getEndpoint",
|
|
@@ -7638,7 +8377,7 @@
|
|
|
7638
8377
|
},
|
|
7639
8378
|
{
|
|
7640
8379
|
"name": "getMetadata",
|
|
7641
|
-
"returns": "Record<string>"
|
|
8380
|
+
"returns": "Record<string, unknown>"
|
|
7642
8381
|
},
|
|
7643
8382
|
{
|
|
7644
8383
|
"name": "getPreview",
|
|
@@ -7701,7 +8440,7 @@
|
|
|
7701
8440
|
{
|
|
7702
8441
|
"name": "setMetadata",
|
|
7703
8442
|
"params": [
|
|
7704
|
-
"data: Record<string>"
|
|
8443
|
+
"data: Record<string, unknown>"
|
|
7705
8444
|
],
|
|
7706
8445
|
"returns": "void"
|
|
7707
8446
|
},
|
|
@@ -7877,39 +8616,188 @@
|
|
|
7877
8616
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7878
8617
|
},
|
|
7879
8618
|
{
|
|
7880
|
-
"kind": "cli",
|
|
7881
|
-
"name": "slackmessage_getReactions",
|
|
7882
|
-
"operation": "getReactions",
|
|
8619
|
+
"kind": "cli",
|
|
8620
|
+
"name": "slackmessage_getReactions",
|
|
8621
|
+
"operation": "getReactions",
|
|
8622
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8623
|
+
},
|
|
8624
|
+
{
|
|
8625
|
+
"kind": "cli",
|
|
8626
|
+
"name": "slackmessage_getBlocks",
|
|
8627
|
+
"operation": "getBlocks",
|
|
8628
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8629
|
+
},
|
|
8630
|
+
{
|
|
8631
|
+
"kind": "cli",
|
|
8632
|
+
"name": "slackmessage_isInThread",
|
|
8633
|
+
"operation": "isInThread",
|
|
8634
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8635
|
+
},
|
|
8636
|
+
{
|
|
8637
|
+
"kind": "cli",
|
|
8638
|
+
"name": "slackmessage_getTotalReactions",
|
|
8639
|
+
"operation": "getTotalReactions",
|
|
8640
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8641
|
+
},
|
|
8642
|
+
{
|
|
8643
|
+
"kind": "mcp",
|
|
8644
|
+
"name": "slackmessage_list",
|
|
8645
|
+
"operation": "list",
|
|
8646
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8647
|
+
},
|
|
8648
|
+
{
|
|
8649
|
+
"kind": "mcp",
|
|
8650
|
+
"name": "slackmessage_get",
|
|
8651
|
+
"operation": "get",
|
|
8652
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8653
|
+
}
|
|
8654
|
+
],
|
|
8655
|
+
"withheldSurfaces": [
|
|
8656
|
+
{
|
|
8657
|
+
"kind": "api",
|
|
8658
|
+
"operation": "createForward",
|
|
8659
|
+
"code": "not-included",
|
|
8660
|
+
"reason": "not listed in api.include",
|
|
8661
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8662
|
+
},
|
|
8663
|
+
{
|
|
8664
|
+
"kind": "api",
|
|
8665
|
+
"operation": "createReply",
|
|
8666
|
+
"code": "not-included",
|
|
8667
|
+
"reason": "not listed in api.include",
|
|
8668
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8669
|
+
},
|
|
8670
|
+
{
|
|
8671
|
+
"kind": "api",
|
|
8672
|
+
"operation": "getAccount",
|
|
8673
|
+
"code": "not-included",
|
|
8674
|
+
"reason": "not listed in api.include",
|
|
8675
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8676
|
+
},
|
|
8677
|
+
{
|
|
8678
|
+
"kind": "api",
|
|
8679
|
+
"operation": "getAttachments",
|
|
8680
|
+
"code": "not-included",
|
|
8681
|
+
"reason": "not listed in api.include",
|
|
8682
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8683
|
+
},
|
|
8684
|
+
{
|
|
8685
|
+
"kind": "api",
|
|
8686
|
+
"operation": "getBlocks",
|
|
8687
|
+
"code": "not-included",
|
|
8688
|
+
"reason": "not listed in api.include",
|
|
8689
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8690
|
+
},
|
|
8691
|
+
{
|
|
8692
|
+
"kind": "api",
|
|
8693
|
+
"operation": "getEndpoint",
|
|
8694
|
+
"code": "not-included",
|
|
8695
|
+
"reason": "not listed in api.include",
|
|
8696
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8697
|
+
},
|
|
8698
|
+
{
|
|
8699
|
+
"kind": "api",
|
|
8700
|
+
"operation": "getMetadata",
|
|
8701
|
+
"code": "not-included",
|
|
8702
|
+
"reason": "not listed in api.include",
|
|
8703
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8704
|
+
},
|
|
8705
|
+
{
|
|
8706
|
+
"kind": "api",
|
|
8707
|
+
"operation": "getPreview",
|
|
8708
|
+
"code": "not-included",
|
|
8709
|
+
"reason": "not listed in api.include",
|
|
8710
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8711
|
+
},
|
|
8712
|
+
{
|
|
8713
|
+
"kind": "api",
|
|
8714
|
+
"operation": "getReactions",
|
|
8715
|
+
"code": "not-included",
|
|
8716
|
+
"reason": "not listed in api.include",
|
|
8717
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8718
|
+
},
|
|
8719
|
+
{
|
|
8720
|
+
"kind": "api",
|
|
8721
|
+
"operation": "getThreadMessages",
|
|
8722
|
+
"code": "not-included",
|
|
8723
|
+
"reason": "not listed in api.include",
|
|
8724
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8725
|
+
},
|
|
8726
|
+
{
|
|
8727
|
+
"kind": "api",
|
|
8728
|
+
"operation": "getToAddresses",
|
|
8729
|
+
"code": "not-included",
|
|
8730
|
+
"reason": "not listed in api.include",
|
|
8731
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8732
|
+
},
|
|
8733
|
+
{
|
|
8734
|
+
"kind": "api",
|
|
8735
|
+
"operation": "getTotalReactions",
|
|
8736
|
+
"code": "not-included",
|
|
8737
|
+
"reason": "not listed in api.include",
|
|
8738
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8739
|
+
},
|
|
8740
|
+
{
|
|
8741
|
+
"kind": "api",
|
|
8742
|
+
"operation": "isInThread",
|
|
8743
|
+
"code": "not-included",
|
|
8744
|
+
"reason": "not listed in api.include",
|
|
8745
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8746
|
+
},
|
|
8747
|
+
{
|
|
8748
|
+
"kind": "api",
|
|
8749
|
+
"operation": "isUnread",
|
|
8750
|
+
"code": "not-included",
|
|
8751
|
+
"reason": "not listed in api.include",
|
|
8752
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8753
|
+
},
|
|
8754
|
+
{
|
|
8755
|
+
"kind": "api",
|
|
8756
|
+
"operation": "markRead",
|
|
8757
|
+
"code": "not-included",
|
|
8758
|
+
"reason": "not listed in api.include",
|
|
8759
|
+
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
8760
|
+
},
|
|
8761
|
+
{
|
|
8762
|
+
"kind": "api",
|
|
8763
|
+
"operation": "markUnread",
|
|
8764
|
+
"code": "not-included",
|
|
8765
|
+
"reason": "not listed in api.include",
|
|
7883
8766
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7884
8767
|
},
|
|
7885
8768
|
{
|
|
7886
|
-
"kind": "
|
|
7887
|
-
"
|
|
7888
|
-
"
|
|
8769
|
+
"kind": "api",
|
|
8770
|
+
"operation": "retrySend",
|
|
8771
|
+
"code": "not-included",
|
|
8772
|
+
"reason": "not listed in api.include",
|
|
7889
8773
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7890
8774
|
},
|
|
7891
8775
|
{
|
|
7892
|
-
"kind": "
|
|
7893
|
-
"
|
|
7894
|
-
"
|
|
8776
|
+
"kind": "api",
|
|
8777
|
+
"operation": "send",
|
|
8778
|
+
"code": "not-included",
|
|
8779
|
+
"reason": "not listed in api.include",
|
|
7895
8780
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7896
8781
|
},
|
|
7897
8782
|
{
|
|
7898
|
-
"kind": "
|
|
7899
|
-
"
|
|
7900
|
-
"
|
|
8783
|
+
"kind": "api",
|
|
8784
|
+
"operation": "setMetadata",
|
|
8785
|
+
"code": "not-included",
|
|
8786
|
+
"reason": "not listed in api.include",
|
|
7901
8787
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7902
8788
|
},
|
|
7903
8789
|
{
|
|
7904
|
-
"kind": "
|
|
7905
|
-
"
|
|
7906
|
-
"
|
|
8790
|
+
"kind": "api",
|
|
8791
|
+
"operation": "setToAddresses",
|
|
8792
|
+
"code": "not-included",
|
|
8793
|
+
"reason": "not listed in api.include",
|
|
7907
8794
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7908
8795
|
},
|
|
7909
8796
|
{
|
|
7910
|
-
"kind": "
|
|
7911
|
-
"
|
|
7912
|
-
"
|
|
8797
|
+
"kind": "api",
|
|
8798
|
+
"operation": "toggleFlagged",
|
|
8799
|
+
"code": "not-included",
|
|
8800
|
+
"reason": "not listed in api.include",
|
|
7913
8801
|
"objectName": "@happyvertical/smrt-messages:SlackMessage"
|
|
7914
8802
|
}
|
|
7915
8803
|
],
|
|
@@ -8027,21 +8915,21 @@
|
|
|
8027
8915
|
},
|
|
8028
8916
|
{
|
|
8029
8917
|
"name": "getConfiguration",
|
|
8030
|
-
"returns": "Record<string>"
|
|
8918
|
+
"returns": "Record<string, unknown>"
|
|
8031
8919
|
},
|
|
8032
8920
|
{
|
|
8033
8921
|
"name": "getCredentials",
|
|
8034
8922
|
"async": true,
|
|
8035
|
-
"returns": "Promise<Record<string> | null>"
|
|
8923
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
8036
8924
|
},
|
|
8037
8925
|
{
|
|
8038
8926
|
"name": "getSettings",
|
|
8039
|
-
"returns": "Record<string>"
|
|
8927
|
+
"returns": "Record<string, unknown>"
|
|
8040
8928
|
},
|
|
8041
8929
|
{
|
|
8042
8930
|
"name": "setConfiguration",
|
|
8043
8931
|
"params": [
|
|
8044
|
-
"configuration: Record<string>"
|
|
8932
|
+
"configuration: Record<string, unknown>"
|
|
8045
8933
|
],
|
|
8046
8934
|
"returns": "void"
|
|
8047
8935
|
},
|
|
@@ -8049,7 +8937,7 @@
|
|
|
8049
8937
|
"name": "setCredentials",
|
|
8050
8938
|
"async": true,
|
|
8051
8939
|
"params": [
|
|
8052
|
-
"credentials: Record<string>",
|
|
8940
|
+
"credentials: Record<string, unknown>",
|
|
8053
8941
|
"options?: object"
|
|
8054
8942
|
],
|
|
8055
8943
|
"returns": "Promise<void>"
|
|
@@ -8057,7 +8945,7 @@
|
|
|
8057
8945
|
{
|
|
8058
8946
|
"name": "setSettings",
|
|
8059
8947
|
"params": [
|
|
8060
|
-
"settings: Record<string>"
|
|
8948
|
+
"settings: Record<string, unknown>"
|
|
8061
8949
|
],
|
|
8062
8950
|
"returns": "void"
|
|
8063
8951
|
}
|
|
@@ -8105,6 +8993,71 @@
|
|
|
8105
8993
|
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
8106
8994
|
}
|
|
8107
8995
|
],
|
|
8996
|
+
"withheldSurfaces": [
|
|
8997
|
+
{
|
|
8998
|
+
"kind": "api",
|
|
8999
|
+
"operation": "activate",
|
|
9000
|
+
"code": "not-included",
|
|
9001
|
+
"reason": "not listed in api.include",
|
|
9002
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9003
|
+
},
|
|
9004
|
+
{
|
|
9005
|
+
"kind": "api",
|
|
9006
|
+
"operation": "createSender",
|
|
9007
|
+
"code": "not-included",
|
|
9008
|
+
"reason": "not listed in api.include",
|
|
9009
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9010
|
+
},
|
|
9011
|
+
{
|
|
9012
|
+
"kind": "api",
|
|
9013
|
+
"operation": "deactivate",
|
|
9014
|
+
"code": "not-included",
|
|
9015
|
+
"reason": "not listed in api.include",
|
|
9016
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9017
|
+
},
|
|
9018
|
+
{
|
|
9019
|
+
"kind": "api",
|
|
9020
|
+
"operation": "getConfiguration",
|
|
9021
|
+
"code": "not-included",
|
|
9022
|
+
"reason": "not listed in api.include",
|
|
9023
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9024
|
+
},
|
|
9025
|
+
{
|
|
9026
|
+
"kind": "api",
|
|
9027
|
+
"operation": "getCredentials",
|
|
9028
|
+
"code": "not-included",
|
|
9029
|
+
"reason": "not listed in api.include",
|
|
9030
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9031
|
+
},
|
|
9032
|
+
{
|
|
9033
|
+
"kind": "api",
|
|
9034
|
+
"operation": "getSettings",
|
|
9035
|
+
"code": "not-included",
|
|
9036
|
+
"reason": "not listed in api.include",
|
|
9037
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9038
|
+
},
|
|
9039
|
+
{
|
|
9040
|
+
"kind": "api",
|
|
9041
|
+
"operation": "setConfiguration",
|
|
9042
|
+
"code": "not-included",
|
|
9043
|
+
"reason": "not listed in api.include",
|
|
9044
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9045
|
+
},
|
|
9046
|
+
{
|
|
9047
|
+
"kind": "api",
|
|
9048
|
+
"operation": "setCredentials",
|
|
9049
|
+
"code": "not-included",
|
|
9050
|
+
"reason": "not listed in api.include",
|
|
9051
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9052
|
+
},
|
|
9053
|
+
{
|
|
9054
|
+
"kind": "api",
|
|
9055
|
+
"operation": "setSettings",
|
|
9056
|
+
"code": "not-included",
|
|
9057
|
+
"reason": "not listed in api.include",
|
|
9058
|
+
"objectName": "@happyvertical/smrt-messages:TelegramAccount"
|
|
9059
|
+
}
|
|
9060
|
+
],
|
|
8108
9061
|
"relationshipFeatures": [
|
|
8109
9062
|
"uuidColumns"
|
|
8110
9063
|
],
|
|
@@ -8456,7 +9409,7 @@
|
|
|
8456
9409
|
},
|
|
8457
9410
|
{
|
|
8458
9411
|
"name": "getMetadata",
|
|
8459
|
-
"returns": "Record<string>"
|
|
9412
|
+
"returns": "Record<string, unknown>"
|
|
8460
9413
|
},
|
|
8461
9414
|
{
|
|
8462
9415
|
"name": "getPreview",
|
|
@@ -8507,7 +9460,7 @@
|
|
|
8507
9460
|
{
|
|
8508
9461
|
"name": "setMetadata",
|
|
8509
9462
|
"params": [
|
|
8510
|
-
"data: Record<string>"
|
|
9463
|
+
"data: Record<string, unknown>"
|
|
8511
9464
|
],
|
|
8512
9465
|
"returns": "void"
|
|
8513
9466
|
},
|
|
@@ -8719,6 +9672,155 @@
|
|
|
8719
9672
|
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
8720
9673
|
}
|
|
8721
9674
|
],
|
|
9675
|
+
"withheldSurfaces": [
|
|
9676
|
+
{
|
|
9677
|
+
"kind": "api",
|
|
9678
|
+
"operation": "createForward",
|
|
9679
|
+
"code": "not-included",
|
|
9680
|
+
"reason": "not listed in api.include",
|
|
9681
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9682
|
+
},
|
|
9683
|
+
{
|
|
9684
|
+
"kind": "api",
|
|
9685
|
+
"operation": "createReply",
|
|
9686
|
+
"code": "not-included",
|
|
9687
|
+
"reason": "not listed in api.include",
|
|
9688
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9689
|
+
},
|
|
9690
|
+
{
|
|
9691
|
+
"kind": "api",
|
|
9692
|
+
"operation": "getAccount",
|
|
9693
|
+
"code": "not-included",
|
|
9694
|
+
"reason": "not listed in api.include",
|
|
9695
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9696
|
+
},
|
|
9697
|
+
{
|
|
9698
|
+
"kind": "api",
|
|
9699
|
+
"operation": "getAttachments",
|
|
9700
|
+
"code": "not-included",
|
|
9701
|
+
"reason": "not listed in api.include",
|
|
9702
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9703
|
+
},
|
|
9704
|
+
{
|
|
9705
|
+
"kind": "api",
|
|
9706
|
+
"operation": "getEndpoint",
|
|
9707
|
+
"code": "not-included",
|
|
9708
|
+
"reason": "not listed in api.include",
|
|
9709
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9710
|
+
},
|
|
9711
|
+
{
|
|
9712
|
+
"kind": "api",
|
|
9713
|
+
"operation": "getEngagement",
|
|
9714
|
+
"code": "not-included",
|
|
9715
|
+
"reason": "not listed in api.include",
|
|
9716
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9717
|
+
},
|
|
9718
|
+
{
|
|
9719
|
+
"kind": "api",
|
|
9720
|
+
"operation": "getHashtags",
|
|
9721
|
+
"code": "not-included",
|
|
9722
|
+
"reason": "not listed in api.include",
|
|
9723
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9724
|
+
},
|
|
9725
|
+
{
|
|
9726
|
+
"kind": "api",
|
|
9727
|
+
"operation": "getMediaUrls",
|
|
9728
|
+
"code": "not-included",
|
|
9729
|
+
"reason": "not listed in api.include",
|
|
9730
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9731
|
+
},
|
|
9732
|
+
{
|
|
9733
|
+
"kind": "api",
|
|
9734
|
+
"operation": "getMentions",
|
|
9735
|
+
"code": "not-included",
|
|
9736
|
+
"reason": "not listed in api.include",
|
|
9737
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9738
|
+
},
|
|
9739
|
+
{
|
|
9740
|
+
"kind": "api",
|
|
9741
|
+
"operation": "getMetadata",
|
|
9742
|
+
"code": "not-included",
|
|
9743
|
+
"reason": "not listed in api.include",
|
|
9744
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9745
|
+
},
|
|
9746
|
+
{
|
|
9747
|
+
"kind": "api",
|
|
9748
|
+
"operation": "getPreview",
|
|
9749
|
+
"code": "not-included",
|
|
9750
|
+
"reason": "not listed in api.include",
|
|
9751
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9752
|
+
},
|
|
9753
|
+
{
|
|
9754
|
+
"kind": "api",
|
|
9755
|
+
"operation": "getThreadMessages",
|
|
9756
|
+
"code": "not-included",
|
|
9757
|
+
"reason": "not listed in api.include",
|
|
9758
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9759
|
+
},
|
|
9760
|
+
{
|
|
9761
|
+
"kind": "api",
|
|
9762
|
+
"operation": "getToAddresses",
|
|
9763
|
+
"code": "not-included",
|
|
9764
|
+
"reason": "not listed in api.include",
|
|
9765
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9766
|
+
},
|
|
9767
|
+
{
|
|
9768
|
+
"kind": "api",
|
|
9769
|
+
"operation": "isUnread",
|
|
9770
|
+
"code": "not-included",
|
|
9771
|
+
"reason": "not listed in api.include",
|
|
9772
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9773
|
+
},
|
|
9774
|
+
{
|
|
9775
|
+
"kind": "api",
|
|
9776
|
+
"operation": "markRead",
|
|
9777
|
+
"code": "not-included",
|
|
9778
|
+
"reason": "not listed in api.include",
|
|
9779
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9780
|
+
},
|
|
9781
|
+
{
|
|
9782
|
+
"kind": "api",
|
|
9783
|
+
"operation": "markUnread",
|
|
9784
|
+
"code": "not-included",
|
|
9785
|
+
"reason": "not listed in api.include",
|
|
9786
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9787
|
+
},
|
|
9788
|
+
{
|
|
9789
|
+
"kind": "api",
|
|
9790
|
+
"operation": "retrySend",
|
|
9791
|
+
"code": "not-included",
|
|
9792
|
+
"reason": "not listed in api.include",
|
|
9793
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9794
|
+
},
|
|
9795
|
+
{
|
|
9796
|
+
"kind": "api",
|
|
9797
|
+
"operation": "send",
|
|
9798
|
+
"code": "not-included",
|
|
9799
|
+
"reason": "not listed in api.include",
|
|
9800
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9801
|
+
},
|
|
9802
|
+
{
|
|
9803
|
+
"kind": "api",
|
|
9804
|
+
"operation": "setMetadata",
|
|
9805
|
+
"code": "not-included",
|
|
9806
|
+
"reason": "not listed in api.include",
|
|
9807
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
"kind": "api",
|
|
9811
|
+
"operation": "setToAddresses",
|
|
9812
|
+
"code": "not-included",
|
|
9813
|
+
"reason": "not listed in api.include",
|
|
9814
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9815
|
+
},
|
|
9816
|
+
{
|
|
9817
|
+
"kind": "api",
|
|
9818
|
+
"operation": "toggleFlagged",
|
|
9819
|
+
"code": "not-included",
|
|
9820
|
+
"reason": "not listed in api.include",
|
|
9821
|
+
"objectName": "@happyvertical/smrt-messages:Tweet"
|
|
9822
|
+
}
|
|
9823
|
+
],
|
|
8722
9824
|
"relationshipFeatures": [
|
|
8723
9825
|
"crossPackageRef",
|
|
8724
9826
|
"foreignKey",
|
|
@@ -8845,21 +9947,21 @@
|
|
|
8845
9947
|
},
|
|
8846
9948
|
{
|
|
8847
9949
|
"name": "getConfiguration",
|
|
8848
|
-
"returns": "Record<string>"
|
|
9950
|
+
"returns": "Record<string, unknown>"
|
|
8849
9951
|
},
|
|
8850
9952
|
{
|
|
8851
9953
|
"name": "getCredentials",
|
|
8852
9954
|
"async": true,
|
|
8853
|
-
"returns": "Promise<Record<string> | null>"
|
|
9955
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
8854
9956
|
},
|
|
8855
9957
|
{
|
|
8856
9958
|
"name": "getSettings",
|
|
8857
|
-
"returns": "Record<string>"
|
|
9959
|
+
"returns": "Record<string, unknown>"
|
|
8858
9960
|
},
|
|
8859
9961
|
{
|
|
8860
9962
|
"name": "setConfiguration",
|
|
8861
9963
|
"params": [
|
|
8862
|
-
"configuration: Record<string>"
|
|
9964
|
+
"configuration: Record<string, unknown>"
|
|
8863
9965
|
],
|
|
8864
9966
|
"returns": "void"
|
|
8865
9967
|
},
|
|
@@ -8867,7 +9969,7 @@
|
|
|
8867
9969
|
"name": "setCredentials",
|
|
8868
9970
|
"async": true,
|
|
8869
9971
|
"params": [
|
|
8870
|
-
"credentials: Record<string>",
|
|
9972
|
+
"credentials: Record<string, unknown>",
|
|
8871
9973
|
"options?: object"
|
|
8872
9974
|
],
|
|
8873
9975
|
"returns": "Promise<void>"
|
|
@@ -8875,7 +9977,7 @@
|
|
|
8875
9977
|
{
|
|
8876
9978
|
"name": "setSettings",
|
|
8877
9979
|
"params": [
|
|
8878
|
-
"settings: Record<string>"
|
|
9980
|
+
"settings: Record<string, unknown>"
|
|
8879
9981
|
],
|
|
8880
9982
|
"returns": "void"
|
|
8881
9983
|
}
|
|
@@ -8923,6 +10025,71 @@
|
|
|
8923
10025
|
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
8924
10026
|
}
|
|
8925
10027
|
],
|
|
10028
|
+
"withheldSurfaces": [
|
|
10029
|
+
{
|
|
10030
|
+
"kind": "api",
|
|
10031
|
+
"operation": "activate",
|
|
10032
|
+
"code": "not-included",
|
|
10033
|
+
"reason": "not listed in api.include",
|
|
10034
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10035
|
+
},
|
|
10036
|
+
{
|
|
10037
|
+
"kind": "api",
|
|
10038
|
+
"operation": "createSender",
|
|
10039
|
+
"code": "not-included",
|
|
10040
|
+
"reason": "not listed in api.include",
|
|
10041
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10042
|
+
},
|
|
10043
|
+
{
|
|
10044
|
+
"kind": "api",
|
|
10045
|
+
"operation": "deactivate",
|
|
10046
|
+
"code": "not-included",
|
|
10047
|
+
"reason": "not listed in api.include",
|
|
10048
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10049
|
+
},
|
|
10050
|
+
{
|
|
10051
|
+
"kind": "api",
|
|
10052
|
+
"operation": "getConfiguration",
|
|
10053
|
+
"code": "not-included",
|
|
10054
|
+
"reason": "not listed in api.include",
|
|
10055
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10056
|
+
},
|
|
10057
|
+
{
|
|
10058
|
+
"kind": "api",
|
|
10059
|
+
"operation": "getCredentials",
|
|
10060
|
+
"code": "not-included",
|
|
10061
|
+
"reason": "not listed in api.include",
|
|
10062
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10063
|
+
},
|
|
10064
|
+
{
|
|
10065
|
+
"kind": "api",
|
|
10066
|
+
"operation": "getSettings",
|
|
10067
|
+
"code": "not-included",
|
|
10068
|
+
"reason": "not listed in api.include",
|
|
10069
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10070
|
+
},
|
|
10071
|
+
{
|
|
10072
|
+
"kind": "api",
|
|
10073
|
+
"operation": "setConfiguration",
|
|
10074
|
+
"code": "not-included",
|
|
10075
|
+
"reason": "not listed in api.include",
|
|
10076
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10077
|
+
},
|
|
10078
|
+
{
|
|
10079
|
+
"kind": "api",
|
|
10080
|
+
"operation": "setCredentials",
|
|
10081
|
+
"code": "not-included",
|
|
10082
|
+
"reason": "not listed in api.include",
|
|
10083
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10084
|
+
},
|
|
10085
|
+
{
|
|
10086
|
+
"kind": "api",
|
|
10087
|
+
"operation": "setSettings",
|
|
10088
|
+
"code": "not-included",
|
|
10089
|
+
"reason": "not listed in api.include",
|
|
10090
|
+
"objectName": "@happyvertical/smrt-messages:TwitterAccount"
|
|
10091
|
+
}
|
|
10092
|
+
],
|
|
8926
10093
|
"relationshipFeatures": [
|
|
8927
10094
|
"uuidColumns"
|
|
8928
10095
|
],
|
|
@@ -9108,6 +10275,15 @@
|
|
|
9108
10275
|
"objectName": "@happyvertical/smrt-messages:Whitelist"
|
|
9109
10276
|
}
|
|
9110
10277
|
],
|
|
10278
|
+
"withheldSurfaces": [
|
|
10279
|
+
{
|
|
10280
|
+
"kind": "api",
|
|
10281
|
+
"operation": "matches",
|
|
10282
|
+
"code": "not-included",
|
|
10283
|
+
"reason": "not listed in api.include",
|
|
10284
|
+
"objectName": "@happyvertical/smrt-messages:Whitelist"
|
|
10285
|
+
}
|
|
10286
|
+
],
|
|
9111
10287
|
"relationshipFeatures": [
|
|
9112
10288
|
"uuidColumns"
|
|
9113
10289
|
],
|
|
@@ -9220,21 +10396,21 @@
|
|
|
9220
10396
|
},
|
|
9221
10397
|
{
|
|
9222
10398
|
"name": "getConfiguration",
|
|
9223
|
-
"returns": "Record<string>"
|
|
10399
|
+
"returns": "Record<string, unknown>"
|
|
9224
10400
|
},
|
|
9225
10401
|
{
|
|
9226
10402
|
"name": "getCredentials",
|
|
9227
10403
|
"async": true,
|
|
9228
|
-
"returns": "Promise<Record<string> | null>"
|
|
10404
|
+
"returns": "Promise<Record<string, unknown> | null>"
|
|
9229
10405
|
},
|
|
9230
10406
|
{
|
|
9231
10407
|
"name": "getSettings",
|
|
9232
|
-
"returns": "Record<string>"
|
|
10408
|
+
"returns": "Record<string, unknown>"
|
|
9233
10409
|
},
|
|
9234
10410
|
{
|
|
9235
10411
|
"name": "setConfiguration",
|
|
9236
10412
|
"params": [
|
|
9237
|
-
"configuration: Record<string>"
|
|
10413
|
+
"configuration: Record<string, unknown>"
|
|
9238
10414
|
],
|
|
9239
10415
|
"returns": "void"
|
|
9240
10416
|
},
|
|
@@ -9242,7 +10418,7 @@
|
|
|
9242
10418
|
"name": "setCredentials",
|
|
9243
10419
|
"async": true,
|
|
9244
10420
|
"params": [
|
|
9245
|
-
"credentials: Record<string>",
|
|
10421
|
+
"credentials: Record<string, unknown>",
|
|
9246
10422
|
"options?: object"
|
|
9247
10423
|
],
|
|
9248
10424
|
"returns": "Promise<void>"
|
|
@@ -9250,7 +10426,7 @@
|
|
|
9250
10426
|
{
|
|
9251
10427
|
"name": "setSettings",
|
|
9252
10428
|
"params": [
|
|
9253
|
-
"settings: Record<string>"
|
|
10429
|
+
"settings: Record<string, unknown>"
|
|
9254
10430
|
],
|
|
9255
10431
|
"returns": "void"
|
|
9256
10432
|
}
|
|
@@ -9298,6 +10474,71 @@
|
|
|
9298
10474
|
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
9299
10475
|
}
|
|
9300
10476
|
],
|
|
10477
|
+
"withheldSurfaces": [
|
|
10478
|
+
{
|
|
10479
|
+
"kind": "api",
|
|
10480
|
+
"operation": "activate",
|
|
10481
|
+
"code": "not-included",
|
|
10482
|
+
"reason": "not listed in api.include",
|
|
10483
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10484
|
+
},
|
|
10485
|
+
{
|
|
10486
|
+
"kind": "api",
|
|
10487
|
+
"operation": "createSender",
|
|
10488
|
+
"code": "not-included",
|
|
10489
|
+
"reason": "not listed in api.include",
|
|
10490
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10491
|
+
},
|
|
10492
|
+
{
|
|
10493
|
+
"kind": "api",
|
|
10494
|
+
"operation": "deactivate",
|
|
10495
|
+
"code": "not-included",
|
|
10496
|
+
"reason": "not listed in api.include",
|
|
10497
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10498
|
+
},
|
|
10499
|
+
{
|
|
10500
|
+
"kind": "api",
|
|
10501
|
+
"operation": "getConfiguration",
|
|
10502
|
+
"code": "not-included",
|
|
10503
|
+
"reason": "not listed in api.include",
|
|
10504
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10505
|
+
},
|
|
10506
|
+
{
|
|
10507
|
+
"kind": "api",
|
|
10508
|
+
"operation": "getCredentials",
|
|
10509
|
+
"code": "not-included",
|
|
10510
|
+
"reason": "not listed in api.include",
|
|
10511
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10512
|
+
},
|
|
10513
|
+
{
|
|
10514
|
+
"kind": "api",
|
|
10515
|
+
"operation": "getSettings",
|
|
10516
|
+
"code": "not-included",
|
|
10517
|
+
"reason": "not listed in api.include",
|
|
10518
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10519
|
+
},
|
|
10520
|
+
{
|
|
10521
|
+
"kind": "api",
|
|
10522
|
+
"operation": "setConfiguration",
|
|
10523
|
+
"code": "not-included",
|
|
10524
|
+
"reason": "not listed in api.include",
|
|
10525
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10526
|
+
},
|
|
10527
|
+
{
|
|
10528
|
+
"kind": "api",
|
|
10529
|
+
"operation": "setCredentials",
|
|
10530
|
+
"code": "not-included",
|
|
10531
|
+
"reason": "not listed in api.include",
|
|
10532
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10533
|
+
},
|
|
10534
|
+
{
|
|
10535
|
+
"kind": "api",
|
|
10536
|
+
"operation": "setSettings",
|
|
10537
|
+
"code": "not-included",
|
|
10538
|
+
"reason": "not listed in api.include",
|
|
10539
|
+
"objectName": "@happyvertical/smrt-messages:ZulipAccount"
|
|
10540
|
+
}
|
|
10541
|
+
],
|
|
9301
10542
|
"relationshipFeatures": [
|
|
9302
10543
|
"uuidColumns"
|
|
9303
10544
|
],
|