@schandlergarcia/sf-web-components 1.9.4 → 1.9.6

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.
Files changed (62) hide show
  1. package/dist/types/conversation.d.ts +21 -2
  2. package/package.json +2 -2
  3. package/scripts/postinstall.mjs +5 -0
  4. package/src/types/conversation.ts +21 -2
  5. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Account.cls +0 -196
  6. package/src/components/library/.sfdx/tools/sobjects/standardObjects/AccountHistory.cls +0 -25
  7. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Asset.cls +0 -138
  8. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Attachment.cls +0 -35
  9. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Case.cls +0 -111
  10. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contact.cls +0 -167
  11. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Contract.cls +0 -96
  12. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Domain.cls +0 -29
  13. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Lead.cls +0 -128
  14. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Note.cls +0 -32
  15. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Opportunity.cls +0 -113
  16. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Order.cls +0 -127
  17. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Pricebook2.cls +0 -47
  18. package/src/components/library/.sfdx/tools/sobjects/standardObjects/PricebookEntry.cls +0 -47
  19. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Product2.cls +0 -91
  20. package/src/components/library/.sfdx/tools/sobjects/standardObjects/RecordType.cls +0 -35
  21. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Report.cls +0 -47
  22. package/src/components/library/.sfdx/tools/sobjects/standardObjects/Task.cls +0 -79
  23. package/src/components/library/.sfdx/tools/sobjects/standardObjects/User.cls +0 -2318
  24. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Account.json +0 -2952
  25. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/AccountHistory.json +0 -875
  26. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Asset.json +0 -1699
  27. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Attachment.json +0 -362
  28. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Case.json +0 -1371
  29. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contact.json +0 -2309
  30. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Contract.json +0 -1304
  31. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Domain.json +0 -293
  32. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Lead.json +0 -1977
  33. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Note.json +0 -303
  34. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Opportunity.json +0 -1470
  35. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Order.json +0 -1646
  36. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Pricebook2.json +0 -482
  37. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/PricebookEntry.json +0 -433
  38. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Product2.json +0 -1039
  39. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/RecordType.json +0 -2576
  40. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Report.json +0 -486
  41. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/Task.json +0 -4296
  42. package/src/components/library/.sfdx/tools/soqlMetadata/standardObjects/User.json +0 -30415
  43. package/src/components/library/.sfdx/tools/soqlMetadata/typeNames.json +0 -78
  44. package/src/components/library/.sfdx/typings/lwc/sobjects/Account.d.ts +0 -264
  45. package/src/components/library/.sfdx/typings/lwc/sobjects/AccountHistory.d.ts +0 -44
  46. package/src/components/library/.sfdx/typings/lwc/sobjects/Asset.d.ts +0 -240
  47. package/src/components/library/.sfdx/typings/lwc/sobjects/Attachment.d.ts +0 -76
  48. package/src/components/library/.sfdx/typings/lwc/sobjects/Case.d.ts +0 -172
  49. package/src/components/library/.sfdx/typings/lwc/sobjects/Contact.d.ts +0 -264
  50. package/src/components/library/.sfdx/typings/lwc/sobjects/Contract.d.ts +0 -188
  51. package/src/components/library/.sfdx/typings/lwc/sobjects/Domain.d.ts +0 -52
  52. package/src/components/library/.sfdx/typings/lwc/sobjects/Lead.d.ts +0 -252
  53. package/src/components/library/.sfdx/typings/lwc/sobjects/Note.d.ts +0 -64
  54. package/src/components/library/.sfdx/typings/lwc/sobjects/Opportunity.d.ts +0 -200
  55. package/src/components/library/.sfdx/typings/lwc/sobjects/Order.d.ts +0 -260
  56. package/src/components/library/.sfdx/typings/lwc/sobjects/Pricebook2.d.ts +0 -64
  57. package/src/components/library/.sfdx/typings/lwc/sobjects/PricebookEntry.d.ts +0 -76
  58. package/src/components/library/.sfdx/typings/lwc/sobjects/Product2.d.ts +0 -96
  59. package/src/components/library/.sfdx/typings/lwc/sobjects/RecordType.d.ts +0 -64
  60. package/src/components/library/.sfdx/typings/lwc/sobjects/Report.d.ts +0 -80
  61. package/src/components/library/.sfdx/typings/lwc/sobjects/Task.d.ts +0 -184
  62. package/src/components/library/.sfdx/typings/lwc/sobjects/User.d.ts +0 -752
@@ -1,293 +0,0 @@
1
- {
2
- "fields": [
3
- {
4
- "aggregatable": true,
5
- "custom": false,
6
- "defaultValue": null,
7
- "extraTypeInfo": null,
8
- "filterable": true,
9
- "groupable": true,
10
- "inlineHelpText": null,
11
- "label": "Domain ID",
12
- "name": "Id",
13
- "nillable": false,
14
- "picklistValues": [],
15
- "referenceTo": [],
16
- "relationshipName": null,
17
- "sortable": true,
18
- "type": "id"
19
- },
20
- {
21
- "aggregatable": true,
22
- "custom": false,
23
- "defaultValue": null,
24
- "extraTypeInfo": null,
25
- "filterable": true,
26
- "groupable": true,
27
- "inlineHelpText": null,
28
- "label": "Domain Type",
29
- "name": "DomainType",
30
- "nillable": false,
31
- "picklistValues": [
32
- {
33
- "active": true,
34
- "defaultValue": false,
35
- "label": "Domain Name System (DNS)",
36
- "validFor": null,
37
- "value": "DNS"
38
- }
39
- ],
40
- "referenceTo": [],
41
- "relationshipName": null,
42
- "sortable": true,
43
- "type": "picklist"
44
- },
45
- {
46
- "aggregatable": true,
47
- "custom": false,
48
- "defaultValue": null,
49
- "extraTypeInfo": null,
50
- "filterable": true,
51
- "groupable": false,
52
- "inlineHelpText": null,
53
- "label": "Domain Name",
54
- "name": "Domain",
55
- "nillable": false,
56
- "picklistValues": [],
57
- "referenceTo": [],
58
- "relationshipName": null,
59
- "sortable": true,
60
- "type": "string"
61
- },
62
- {
63
- "aggregatable": false,
64
- "custom": false,
65
- "defaultValue": null,
66
- "extraTypeInfo": null,
67
- "filterable": true,
68
- "groupable": false,
69
- "inlineHelpText": null,
70
- "label": "Allow Strict Transport Security preloading",
71
- "name": "OptionsHstsPreload",
72
- "nillable": false,
73
- "picklistValues": [],
74
- "referenceTo": [],
75
- "relationshipName": null,
76
- "sortable": false,
77
- "type": "boolean"
78
- },
79
- {
80
- "aggregatable": true,
81
- "custom": false,
82
- "defaultValue": null,
83
- "extraTypeInfo": null,
84
- "filterable": true,
85
- "groupable": false,
86
- "inlineHelpText": null,
87
- "label": "CNAME Target",
88
- "name": "CnameTarget",
89
- "nillable": true,
90
- "picklistValues": [],
91
- "referenceTo": [],
92
- "relationshipName": null,
93
- "sortable": true,
94
- "type": "string"
95
- },
96
- {
97
- "aggregatable": true,
98
- "custom": false,
99
- "defaultValue": null,
100
- "extraTypeInfo": null,
101
- "filterable": true,
102
- "groupable": true,
103
- "inlineHelpText": null,
104
- "label": "Current HTTPS Option",
105
- "name": "HttpsOption",
106
- "nillable": true,
107
- "picklistValues": [
108
- {
109
- "active": true,
110
- "defaultValue": false,
111
- "label": "Content Delivery Network (CDN) partner of Salesforce",
112
- "validFor": null,
113
- "value": "CdnPartner"
114
- },
115
- {
116
- "active": true,
117
- "defaultValue": false,
118
- "label": "Salesforce Cloud",
119
- "validFor": null,
120
- "value": "SitesRuntime"
121
- },
122
- {
123
- "active": true,
124
- "defaultValue": false,
125
- "label": "Domain is served by an external host",
126
- "validFor": null,
127
- "value": "ExternalHttps"
128
- },
129
- {
130
- "active": true,
131
- "defaultValue": false,
132
- "label": "No HTTPS (Temporary)",
133
- "validFor": null,
134
- "value": "NoHttps"
135
- },
136
- {
137
- "active": true,
138
- "defaultValue": false,
139
- "label": "Experience Cloud Sites Force.com Domain",
140
- "validFor": null,
141
- "value": "Community"
142
- },
143
- {
144
- "active": true,
145
- "defaultValue": false,
146
- "label": "Experience Cloud Sites Domain",
147
- "validFor": null,
148
- "value": "CommunityAlt"
149
- },
150
- {
151
- "active": true,
152
- "defaultValue": false,
153
- "label": "Salesforce Sites Domain",
154
- "validFor": null,
155
- "value": "SitesAlt"
156
- },
157
- {
158
- "active": true,
159
- "defaultValue": false,
160
- "label": "Salesforce Sites Force.com Domain",
161
- "validFor": null,
162
- "value": "Sites"
163
- },
164
- {
165
- "active": true,
166
- "defaultValue": false,
167
- "label": "My Domain",
168
- "validFor": null,
169
- "value": "OrgDomain"
170
- }
171
- ],
172
- "referenceTo": [],
173
- "relationshipName": null,
174
- "sortable": true,
175
- "type": "picklist"
176
- },
177
- {
178
- "aggregatable": true,
179
- "custom": false,
180
- "defaultValue": null,
181
- "extraTypeInfo": null,
182
- "filterable": true,
183
- "groupable": false,
184
- "inlineHelpText": null,
185
- "label": "Created Date",
186
- "name": "CreatedDate",
187
- "nillable": false,
188
- "picklistValues": [],
189
- "referenceTo": [],
190
- "relationshipName": null,
191
- "sortable": true,
192
- "type": "datetime"
193
- },
194
- {
195
- "aggregatable": true,
196
- "custom": false,
197
- "defaultValue": null,
198
- "extraTypeInfo": null,
199
- "filterable": true,
200
- "groupable": true,
201
- "inlineHelpText": null,
202
- "label": "Created By ID",
203
- "name": "CreatedById",
204
- "nillable": false,
205
- "picklistValues": [],
206
- "referenceTo": [
207
- "User"
208
- ],
209
- "relationshipName": "CreatedBy",
210
- "sortable": true,
211
- "type": "reference"
212
- },
213
- {
214
- "aggregatable": true,
215
- "custom": false,
216
- "defaultValue": null,
217
- "extraTypeInfo": null,
218
- "filterable": true,
219
- "groupable": false,
220
- "inlineHelpText": null,
221
- "label": "Last Modified Date",
222
- "name": "LastModifiedDate",
223
- "nillable": false,
224
- "picklistValues": [],
225
- "referenceTo": [],
226
- "relationshipName": null,
227
- "sortable": true,
228
- "type": "datetime"
229
- },
230
- {
231
- "aggregatable": true,
232
- "custom": false,
233
- "defaultValue": null,
234
- "extraTypeInfo": null,
235
- "filterable": true,
236
- "groupable": true,
237
- "inlineHelpText": null,
238
- "label": "Last Modified By ID",
239
- "name": "LastModifiedById",
240
- "nillable": false,
241
- "picklistValues": [],
242
- "referenceTo": [
243
- "User"
244
- ],
245
- "relationshipName": "LastModifiedBy",
246
- "sortable": true,
247
- "type": "reference"
248
- },
249
- {
250
- "aggregatable": true,
251
- "custom": false,
252
- "defaultValue": null,
253
- "extraTypeInfo": null,
254
- "filterable": true,
255
- "groupable": false,
256
- "inlineHelpText": null,
257
- "label": "System Modstamp",
258
- "name": "SystemModstamp",
259
- "nillable": false,
260
- "picklistValues": [],
261
- "referenceTo": [],
262
- "relationshipName": null,
263
- "sortable": true,
264
- "type": "datetime"
265
- }
266
- ],
267
- "label": "Domain",
268
- "childRelationships": [
269
- {
270
- "cascadeDelete": true,
271
- "childSObject": "DomainSite",
272
- "deprecatedAndHidden": false,
273
- "field": "DomainId",
274
- "junctionIdListNames": [],
275
- "junctionReferenceTo": [],
276
- "relationshipName": "DomainSites",
277
- "restrictedDelete": false
278
- },
279
- {
280
- "cascadeDelete": false,
281
- "childSObject": "ManagedContentChannel",
282
- "deprecatedAndHidden": false,
283
- "field": "Domain",
284
- "junctionIdListNames": [],
285
- "junctionReferenceTo": [],
286
- "relationshipName": null,
287
- "restrictedDelete": true
288
- }
289
- ],
290
- "custom": false,
291
- "name": "Domain",
292
- "queryable": true
293
- }