@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,303 +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": "Note Id",
12
- "name": "Id",
13
- "nillable": false,
14
- "picklistValues": [],
15
- "referenceTo": [],
16
- "relationshipName": null,
17
- "sortable": true,
18
- "type": "id"
19
- },
20
- {
21
- "aggregatable": false,
22
- "custom": false,
23
- "defaultValue": null,
24
- "extraTypeInfo": null,
25
- "filterable": true,
26
- "groupable": true,
27
- "inlineHelpText": null,
28
- "label": "Deleted",
29
- "name": "IsDeleted",
30
- "nillable": false,
31
- "picklistValues": [],
32
- "referenceTo": [],
33
- "relationshipName": null,
34
- "sortable": true,
35
- "type": "boolean"
36
- },
37
- {
38
- "aggregatable": true,
39
- "custom": false,
40
- "defaultValue": null,
41
- "extraTypeInfo": null,
42
- "filterable": true,
43
- "groupable": true,
44
- "inlineHelpText": null,
45
- "label": "Parent ID",
46
- "name": "ParentId",
47
- "nillable": false,
48
- "picklistValues": [],
49
- "referenceTo": [
50
- "Account",
51
- "ApptBundleAggrDurDnscale",
52
- "ApptBundleAggrPolicy",
53
- "ApptBundleConfig",
54
- "ApptBundlePolicy",
55
- "ApptBundlePolicySvcTerr",
56
- "ApptBundlePropagatePolicy",
57
- "ApptBundleRestrictPolicy",
58
- "ApptBundleSortPolicy",
59
- "Asset",
60
- "AssetDowntimePeriod",
61
- "AssetWarranty",
62
- "AttributeDefinition",
63
- "Broker__c",
64
- "CommSubscription",
65
- "CommSubscriptionChannelType",
66
- "CommSubscriptionConsent",
67
- "CommSubscriptionTiming",
68
- "Contact",
69
- "Contract",
70
- "ContractLineItem",
71
- "ContractLineOutcome",
72
- "CreditMemo",
73
- "EngagementChannelType",
74
- "Entitlement",
75
- "Image",
76
- "Invoice",
77
- "JobProfile",
78
- "Lead",
79
- "LegalEntity",
80
- "Location",
81
- "MaintenancePlan",
82
- "Opportunity",
83
- "Order",
84
- "Product2",
85
- "ProductConsumed",
86
- "ProductItem",
87
- "ProductRequest",
88
- "ProductRequestLineItem",
89
- "ProductRequired",
90
- "ProductServiceCampaign",
91
- "ProductServiceCampaignItem",
92
- "ProductTransfer",
93
- "ProductWarrantyTerm",
94
- "Property__c",
95
- "ReturnOrder",
96
- "ReturnOrderLineItem",
97
- "SerializedProduct",
98
- "SerializedProductTransaction",
99
- "ServiceAppointment",
100
- "ServiceContract",
101
- "ServiceResource",
102
- "Shift",
103
- "TravelMode",
104
- "WarrantyTerm",
105
- "WorkOrder",
106
- "WorkOrderLineItem",
107
- "WorkPlan",
108
- "WorkPlanSelectionRule",
109
- "WorkPlanTemplate",
110
- "WorkStep",
111
- "WorkStepTemplate"
112
- ],
113
- "relationshipName": "Parent",
114
- "sortable": true,
115
- "type": "reference"
116
- },
117
- {
118
- "aggregatable": true,
119
- "custom": false,
120
- "defaultValue": null,
121
- "extraTypeInfo": null,
122
- "filterable": true,
123
- "groupable": true,
124
- "inlineHelpText": null,
125
- "label": "Title",
126
- "name": "Title",
127
- "nillable": false,
128
- "picklistValues": [],
129
- "referenceTo": [],
130
- "relationshipName": null,
131
- "sortable": true,
132
- "type": "string"
133
- },
134
- {
135
- "aggregatable": false,
136
- "custom": false,
137
- "defaultValue": null,
138
- "extraTypeInfo": null,
139
- "filterable": true,
140
- "groupable": true,
141
- "inlineHelpText": null,
142
- "label": "Private",
143
- "name": "IsPrivate",
144
- "nillable": false,
145
- "picklistValues": [],
146
- "referenceTo": [],
147
- "relationshipName": null,
148
- "sortable": true,
149
- "type": "boolean"
150
- },
151
- {
152
- "aggregatable": false,
153
- "custom": false,
154
- "defaultValue": null,
155
- "extraTypeInfo": "plaintextarea",
156
- "filterable": false,
157
- "groupable": false,
158
- "inlineHelpText": null,
159
- "label": "Body",
160
- "name": "Body",
161
- "nillable": true,
162
- "picklistValues": [],
163
- "referenceTo": [],
164
- "relationshipName": null,
165
- "sortable": false,
166
- "type": "textarea"
167
- },
168
- {
169
- "aggregatable": true,
170
- "custom": false,
171
- "defaultValue": null,
172
- "extraTypeInfo": null,
173
- "filterable": true,
174
- "groupable": true,
175
- "inlineHelpText": null,
176
- "label": "Owner ID",
177
- "name": "OwnerId",
178
- "nillable": false,
179
- "picklistValues": [],
180
- "referenceTo": [
181
- "User"
182
- ],
183
- "relationshipName": "Owner",
184
- "sortable": true,
185
- "type": "reference"
186
- },
187
- {
188
- "aggregatable": true,
189
- "custom": false,
190
- "defaultValue": null,
191
- "extraTypeInfo": null,
192
- "filterable": true,
193
- "groupable": false,
194
- "inlineHelpText": null,
195
- "label": "Created Date",
196
- "name": "CreatedDate",
197
- "nillable": false,
198
- "picklistValues": [],
199
- "referenceTo": [],
200
- "relationshipName": null,
201
- "sortable": true,
202
- "type": "datetime"
203
- },
204
- {
205
- "aggregatable": true,
206
- "custom": false,
207
- "defaultValue": null,
208
- "extraTypeInfo": null,
209
- "filterable": true,
210
- "groupable": true,
211
- "inlineHelpText": null,
212
- "label": "Created By ID",
213
- "name": "CreatedById",
214
- "nillable": false,
215
- "picklistValues": [],
216
- "referenceTo": [
217
- "User"
218
- ],
219
- "relationshipName": "CreatedBy",
220
- "sortable": true,
221
- "type": "reference"
222
- },
223
- {
224
- "aggregatable": true,
225
- "custom": false,
226
- "defaultValue": null,
227
- "extraTypeInfo": null,
228
- "filterable": true,
229
- "groupable": false,
230
- "inlineHelpText": null,
231
- "label": "Last Modified Date",
232
- "name": "LastModifiedDate",
233
- "nillable": false,
234
- "picklistValues": [],
235
- "referenceTo": [],
236
- "relationshipName": null,
237
- "sortable": true,
238
- "type": "datetime"
239
- },
240
- {
241
- "aggregatable": true,
242
- "custom": false,
243
- "defaultValue": null,
244
- "extraTypeInfo": null,
245
- "filterable": true,
246
- "groupable": true,
247
- "inlineHelpText": null,
248
- "label": "Last Modified By ID",
249
- "name": "LastModifiedById",
250
- "nillable": false,
251
- "picklistValues": [],
252
- "referenceTo": [
253
- "User"
254
- ],
255
- "relationshipName": "LastModifiedBy",
256
- "sortable": true,
257
- "type": "reference"
258
- },
259
- {
260
- "aggregatable": true,
261
- "custom": false,
262
- "defaultValue": null,
263
- "extraTypeInfo": null,
264
- "filterable": true,
265
- "groupable": false,
266
- "inlineHelpText": null,
267
- "label": "System Modstamp",
268
- "name": "SystemModstamp",
269
- "nillable": false,
270
- "picklistValues": [],
271
- "referenceTo": [],
272
- "relationshipName": null,
273
- "sortable": true,
274
- "type": "datetime"
275
- }
276
- ],
277
- "label": "Note",
278
- "childRelationships": [
279
- {
280
- "cascadeDelete": false,
281
- "childSObject": "FlowExecutionErrorEvent",
282
- "deprecatedAndHidden": false,
283
- "field": "ContextRecordId",
284
- "junctionIdListNames": [],
285
- "junctionReferenceTo": [],
286
- "relationshipName": null,
287
- "restrictedDelete": false
288
- },
289
- {
290
- "cascadeDelete": false,
291
- "childSObject": "FlowRecordRelation",
292
- "deprecatedAndHidden": false,
293
- "field": "RelatedRecordId",
294
- "junctionIdListNames": [],
295
- "junctionReferenceTo": [],
296
- "relationshipName": null,
297
- "restrictedDelete": false
298
- }
299
- ],
300
- "custom": false,
301
- "name": "Note",
302
- "queryable": true
303
- }