@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,433 +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": "Price Book Entry 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": "Product Name",
29
- "name": "Name",
30
- "nillable": true,
31
- "picklistValues": [],
32
- "referenceTo": [],
33
- "relationshipName": null,
34
- "sortable": true,
35
- "type": "string"
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": "Price Book ID",
46
- "name": "Pricebook2Id",
47
- "nillable": false,
48
- "picklistValues": [],
49
- "referenceTo": [
50
- "Pricebook2"
51
- ],
52
- "relationshipName": "Pricebook2",
53
- "sortable": true,
54
- "type": "reference"
55
- },
56
- {
57
- "aggregatable": true,
58
- "custom": false,
59
- "defaultValue": null,
60
- "extraTypeInfo": null,
61
- "filterable": true,
62
- "groupable": true,
63
- "inlineHelpText": null,
64
- "label": "Product ID",
65
- "name": "Product2Id",
66
- "nillable": false,
67
- "picklistValues": [],
68
- "referenceTo": [
69
- "Product2"
70
- ],
71
- "relationshipName": "Product2",
72
- "sortable": true,
73
- "type": "reference"
74
- },
75
- {
76
- "aggregatable": true,
77
- "custom": false,
78
- "defaultValue": null,
79
- "extraTypeInfo": null,
80
- "filterable": true,
81
- "groupable": false,
82
- "inlineHelpText": null,
83
- "label": "List Price",
84
- "name": "UnitPrice",
85
- "nillable": false,
86
- "picklistValues": [],
87
- "referenceTo": [],
88
- "relationshipName": null,
89
- "sortable": true,
90
- "type": "currency"
91
- },
92
- {
93
- "aggregatable": false,
94
- "custom": false,
95
- "defaultValue": null,
96
- "extraTypeInfo": null,
97
- "filterable": true,
98
- "groupable": true,
99
- "inlineHelpText": null,
100
- "label": "Active",
101
- "name": "IsActive",
102
- "nillable": false,
103
- "picklistValues": [],
104
- "referenceTo": [],
105
- "relationshipName": null,
106
- "sortable": true,
107
- "type": "boolean"
108
- },
109
- {
110
- "aggregatable": false,
111
- "custom": false,
112
- "defaultValue": null,
113
- "extraTypeInfo": null,
114
- "filterable": true,
115
- "groupable": true,
116
- "inlineHelpText": null,
117
- "label": "Use Standard Price",
118
- "name": "UseStandardPrice",
119
- "nillable": false,
120
- "picklistValues": [],
121
- "referenceTo": [],
122
- "relationshipName": null,
123
- "sortable": true,
124
- "type": "boolean"
125
- },
126
- {
127
- "aggregatable": true,
128
- "custom": false,
129
- "defaultValue": null,
130
- "extraTypeInfo": null,
131
- "filterable": true,
132
- "groupable": false,
133
- "inlineHelpText": null,
134
- "label": "Created Date",
135
- "name": "CreatedDate",
136
- "nillable": false,
137
- "picklistValues": [],
138
- "referenceTo": [],
139
- "relationshipName": null,
140
- "sortable": true,
141
- "type": "datetime"
142
- },
143
- {
144
- "aggregatable": true,
145
- "custom": false,
146
- "defaultValue": null,
147
- "extraTypeInfo": null,
148
- "filterable": true,
149
- "groupable": true,
150
- "inlineHelpText": null,
151
- "label": "Created By ID",
152
- "name": "CreatedById",
153
- "nillable": false,
154
- "picklistValues": [],
155
- "referenceTo": [
156
- "User"
157
- ],
158
- "relationshipName": "CreatedBy",
159
- "sortable": true,
160
- "type": "reference"
161
- },
162
- {
163
- "aggregatable": true,
164
- "custom": false,
165
- "defaultValue": null,
166
- "extraTypeInfo": null,
167
- "filterable": true,
168
- "groupable": false,
169
- "inlineHelpText": null,
170
- "label": "Last Modified Date",
171
- "name": "LastModifiedDate",
172
- "nillable": false,
173
- "picklistValues": [],
174
- "referenceTo": [],
175
- "relationshipName": null,
176
- "sortable": true,
177
- "type": "datetime"
178
- },
179
- {
180
- "aggregatable": true,
181
- "custom": false,
182
- "defaultValue": null,
183
- "extraTypeInfo": null,
184
- "filterable": true,
185
- "groupable": true,
186
- "inlineHelpText": null,
187
- "label": "Last Modified By ID",
188
- "name": "LastModifiedById",
189
- "nillable": false,
190
- "picklistValues": [],
191
- "referenceTo": [
192
- "User"
193
- ],
194
- "relationshipName": "LastModifiedBy",
195
- "sortable": true,
196
- "type": "reference"
197
- },
198
- {
199
- "aggregatable": true,
200
- "custom": false,
201
- "defaultValue": null,
202
- "extraTypeInfo": null,
203
- "filterable": true,
204
- "groupable": false,
205
- "inlineHelpText": null,
206
- "label": "System Modstamp",
207
- "name": "SystemModstamp",
208
- "nillable": false,
209
- "picklistValues": [],
210
- "referenceTo": [],
211
- "relationshipName": null,
212
- "sortable": true,
213
- "type": "datetime"
214
- },
215
- {
216
- "aggregatable": true,
217
- "custom": false,
218
- "defaultValue": null,
219
- "extraTypeInfo": null,
220
- "filterable": true,
221
- "groupable": true,
222
- "inlineHelpText": null,
223
- "label": "Product Code",
224
- "name": "ProductCode",
225
- "nillable": true,
226
- "picklistValues": [],
227
- "referenceTo": [],
228
- "relationshipName": null,
229
- "sortable": true,
230
- "type": "string"
231
- },
232
- {
233
- "aggregatable": false,
234
- "custom": false,
235
- "defaultValue": null,
236
- "extraTypeInfo": null,
237
- "filterable": true,
238
- "groupable": true,
239
- "inlineHelpText": null,
240
- "label": "Deleted",
241
- "name": "IsDeleted",
242
- "nillable": false,
243
- "picklistValues": [],
244
- "referenceTo": [],
245
- "relationshipName": null,
246
- "sortable": true,
247
- "type": "boolean"
248
- },
249
- {
250
- "aggregatable": false,
251
- "custom": false,
252
- "defaultValue": null,
253
- "extraTypeInfo": null,
254
- "filterable": true,
255
- "groupable": true,
256
- "inlineHelpText": null,
257
- "label": "Archived",
258
- "name": "IsArchived",
259
- "nillable": false,
260
- "picklistValues": [],
261
- "referenceTo": [],
262
- "relationshipName": null,
263
- "sortable": true,
264
- "type": "boolean"
265
- }
266
- ],
267
- "label": "Price Book Entry",
268
- "childRelationships": [
269
- {
270
- "cascadeDelete": true,
271
- "childSObject": "AIInsightValue",
272
- "deprecatedAndHidden": false,
273
- "field": "SobjectLookupValueId",
274
- "junctionIdListNames": [],
275
- "junctionReferenceTo": [],
276
- "relationshipName": null,
277
- "restrictedDelete": false
278
- },
279
- {
280
- "cascadeDelete": true,
281
- "childSObject": "AIRecordInsight",
282
- "deprecatedAndHidden": false,
283
- "field": "TargetId",
284
- "junctionIdListNames": [],
285
- "junctionReferenceTo": [],
286
- "relationshipName": null,
287
- "restrictedDelete": false
288
- },
289
- {
290
- "cascadeDelete": false,
291
- "childSObject": "ContractLineItem",
292
- "deprecatedAndHidden": false,
293
- "field": "PricebookEntryId",
294
- "junctionIdListNames": [],
295
- "junctionReferenceTo": [],
296
- "relationshipName": "ContractLineItems",
297
- "restrictedDelete": true
298
- },
299
- {
300
- "cascadeDelete": false,
301
- "childSObject": "ContractLineItemChangeEvent",
302
- "deprecatedAndHidden": false,
303
- "field": "PricebookEntryId",
304
- "junctionIdListNames": [],
305
- "junctionReferenceTo": [],
306
- "relationshipName": null,
307
- "restrictedDelete": false
308
- },
309
- {
310
- "cascadeDelete": false,
311
- "childSObject": "FlowExecutionErrorEvent",
312
- "deprecatedAndHidden": false,
313
- "field": "ContextRecordId",
314
- "junctionIdListNames": [],
315
- "junctionReferenceTo": [],
316
- "relationshipName": null,
317
- "restrictedDelete": false
318
- },
319
- {
320
- "cascadeDelete": false,
321
- "childSObject": "FlowRecordRelation",
322
- "deprecatedAndHidden": false,
323
- "field": "RelatedRecordId",
324
- "junctionIdListNames": [],
325
- "junctionReferenceTo": [],
326
- "relationshipName": null,
327
- "restrictedDelete": false
328
- },
329
- {
330
- "cascadeDelete": false,
331
- "childSObject": "OpportunityLineItem",
332
- "deprecatedAndHidden": false,
333
- "field": "PricebookEntryId",
334
- "junctionIdListNames": [],
335
- "junctionReferenceTo": [],
336
- "relationshipName": "OpportunityLineItems",
337
- "restrictedDelete": true
338
- },
339
- {
340
- "cascadeDelete": false,
341
- "childSObject": "OrderItem",
342
- "deprecatedAndHidden": false,
343
- "field": "PricebookEntryId",
344
- "junctionIdListNames": [],
345
- "junctionReferenceTo": [],
346
- "relationshipName": "OrderItems",
347
- "restrictedDelete": true
348
- },
349
- {
350
- "cascadeDelete": false,
351
- "childSObject": "OrderItemChangeEvent",
352
- "deprecatedAndHidden": false,
353
- "field": "PricebookEntryId",
354
- "junctionIdListNames": [],
355
- "junctionReferenceTo": [],
356
- "relationshipName": null,
357
- "restrictedDelete": false
358
- },
359
- {
360
- "cascadeDelete": true,
361
- "childSObject": "PricebookEntryHistory",
362
- "deprecatedAndHidden": false,
363
- "field": "PricebookEntryId",
364
- "junctionIdListNames": [],
365
- "junctionReferenceTo": [],
366
- "relationshipName": "Histories",
367
- "restrictedDelete": false
368
- },
369
- {
370
- "cascadeDelete": false,
371
- "childSObject": "ProductConsumed",
372
- "deprecatedAndHidden": false,
373
- "field": "PricebookEntryId",
374
- "junctionIdListNames": [],
375
- "junctionReferenceTo": [],
376
- "relationshipName": "ProductsConsumed",
377
- "restrictedDelete": true
378
- },
379
- {
380
- "cascadeDelete": false,
381
- "childSObject": "ProductConsumedChangeEvent",
382
- "deprecatedAndHidden": false,
383
- "field": "PricebookEntryId",
384
- "junctionIdListNames": [],
385
- "junctionReferenceTo": [],
386
- "relationshipName": null,
387
- "restrictedDelete": false
388
- },
389
- {
390
- "cascadeDelete": true,
391
- "childSObject": "RecordAction",
392
- "deprecatedAndHidden": false,
393
- "field": "RecordId",
394
- "junctionIdListNames": [],
395
- "junctionReferenceTo": [],
396
- "relationshipName": "RecordActions",
397
- "restrictedDelete": false
398
- },
399
- {
400
- "cascadeDelete": false,
401
- "childSObject": "RecordActionHistory",
402
- "deprecatedAndHidden": false,
403
- "field": "ParentRecordId",
404
- "junctionIdListNames": [],
405
- "junctionReferenceTo": [],
406
- "relationshipName": "RecordActionHistories",
407
- "restrictedDelete": false
408
- },
409
- {
410
- "cascadeDelete": false,
411
- "childSObject": "WorkOrderLineItem",
412
- "deprecatedAndHidden": false,
413
- "field": "PricebookEntryId",
414
- "junctionIdListNames": [],
415
- "junctionReferenceTo": [],
416
- "relationshipName": "WorkOrderLineItems",
417
- "restrictedDelete": false
418
- },
419
- {
420
- "cascadeDelete": false,
421
- "childSObject": "WorkOrderLineItemChangeEvent",
422
- "deprecatedAndHidden": false,
423
- "field": "PricebookEntryId",
424
- "junctionIdListNames": [],
425
- "junctionReferenceTo": [],
426
- "relationshipName": null,
427
- "restrictedDelete": false
428
- }
429
- ],
430
- "custom": false,
431
- "name": "PricebookEntry",
432
- "queryable": true
433
- }