@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
@@ -6,20 +6,39 @@ export interface ResolvedEmbedOptions {
6
6
  frontdoorUrl?: string;
7
7
  }
8
8
  export interface RenderingConfig {
9
- mode?: 'inline' | 'modal' | 'sidebar';
9
+ mode?: 'inline' | 'modal' | 'sidebar' | 'floating';
10
10
  theme?: 'light' | 'dark' | 'auto';
11
11
  width?: string | number;
12
12
  height?: string | number;
13
+ headerEnabled?: boolean;
13
14
  }
14
15
  export interface AgentforceClientConfig {
15
16
  agentId?: string;
16
17
  devName?: string;
17
18
  renderingConfig?: RenderingConfig;
18
19
  locale?: string;
20
+ styleTokens?: Record<string, string>;
19
21
  [key: string]: any;
20
22
  }
23
+ /**
24
+ * Props interface for AgentforceConversationClient component.
25
+ * Uses flat props that get normalized to AgentforceClientConfig internally.
26
+ */
21
27
  export interface AgentforceConversationClientProps {
22
- agentforceClientConfig?: AgentforceClientConfig;
28
+ /** Agent ID to load */
29
+ agentId?: string;
30
+ /** Whether to render inline (true) or floating (false) */
31
+ inline?: boolean;
32
+ /** Whether to show the header in the conversation UI */
33
+ headerEnabled?: boolean;
34
+ /** Width of the conversation UI */
35
+ width?: string | number;
36
+ /** Height of the conversation UI */
37
+ height?: string | number;
38
+ /** Custom style tokens for theming */
39
+ styleTokens?: Record<string, string>;
40
+ /** Salesforce origin URL */
23
41
  salesforceOrigin?: string;
42
+ /** Frontdoor URL for authentication */
24
43
  frontdoorUrl?: string;
25
44
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@schandlergarcia/sf-web-components",
3
- "version": "1.9.4",
3
+ "version": "1.9.6",
4
4
  "description": "Reusable Salesforce web components library with Tailwind CSS v4 and shadcn/ui",
5
5
  "type": "module",
6
6
  "main": "./dist/index.js",
@@ -68,7 +68,7 @@
68
68
  "@schandlergarcia/sf-web-components": "^1.9.0",
69
69
  "class-variance-authority": "^0.7.1",
70
70
  "clsx": "^2.1.1",
71
- "glob": "^11.0.0",
71
+ "glob": "^13.0.6",
72
72
  "tailwind-merge": "^3.5.0"
73
73
  },
74
74
  "devDependencies": {
@@ -49,6 +49,11 @@ function copyDirectoryRecursive(source, target) {
49
49
  const items = fs.readdirSync(source);
50
50
 
51
51
  for (const item of items) {
52
+ // Skip hidden directories and files (like .sfdx, .git, etc.)
53
+ if (item.startsWith('.')) {
54
+ continue;
55
+ }
56
+
52
57
  const sourcePath = path.join(source, item);
53
58
  const targetPath = path.join(target, item);
54
59
  const stat = fs.statSync(sourcePath);
@@ -8,10 +8,11 @@ export interface ResolvedEmbedOptions {
8
8
  }
9
9
 
10
10
  export interface RenderingConfig {
11
- mode?: 'inline' | 'modal' | 'sidebar';
11
+ mode?: 'inline' | 'modal' | 'sidebar' | 'floating';
12
12
  theme?: 'light' | 'dark' | 'auto';
13
13
  width?: string | number;
14
14
  height?: string | number;
15
+ headerEnabled?: boolean;
15
16
  }
16
17
 
17
18
  export interface AgentforceClientConfig {
@@ -19,11 +20,29 @@ export interface AgentforceClientConfig {
19
20
  devName?: string;
20
21
  renderingConfig?: RenderingConfig;
21
22
  locale?: string;
23
+ styleTokens?: Record<string, string>;
22
24
  [key: string]: any;
23
25
  }
24
26
 
27
+ /**
28
+ * Props interface for AgentforceConversationClient component.
29
+ * Uses flat props that get normalized to AgentforceClientConfig internally.
30
+ */
25
31
  export interface AgentforceConversationClientProps {
26
- agentforceClientConfig?: AgentforceClientConfig;
32
+ /** Agent ID to load */
33
+ agentId?: string;
34
+ /** Whether to render inline (true) or floating (false) */
35
+ inline?: boolean;
36
+ /** Whether to show the header in the conversation UI */
37
+ headerEnabled?: boolean;
38
+ /** Width of the conversation UI */
39
+ width?: string | number;
40
+ /** Height of the conversation UI */
41
+ height?: string | number;
42
+ /** Custom style tokens for theming */
43
+ styleTokens?: Record<string, string>;
44
+ /** Salesforce origin URL */
27
45
  salesforceOrigin?: string;
46
+ /** Frontdoor URL for authentication */
28
47
  frontdoorUrl?: string;
29
48
  }
@@ -1,196 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class Account {
10
- global Id Id;
11
- global Boolean IsDeleted;
12
- global Account MasterRecord;
13
- global Id MasterRecordId;
14
- global String Name;
15
- global String Type;
16
- global Account Parent;
17
- global Id ParentId;
18
- global String BillingStreet;
19
- global String BillingCity;
20
- global String BillingState;
21
- global String BillingPostalCode;
22
- global String BillingCountry;
23
- global Double BillingLatitude;
24
- global Double BillingLongitude;
25
- global String BillingGeocodeAccuracy;
26
- global Address BillingAddress;
27
- global String ShippingStreet;
28
- global String ShippingCity;
29
- global String ShippingState;
30
- global String ShippingPostalCode;
31
- global String ShippingCountry;
32
- global Double ShippingLatitude;
33
- global Double ShippingLongitude;
34
- global String ShippingGeocodeAccuracy;
35
- global Address ShippingAddress;
36
- global String Phone;
37
- global String Fax;
38
- global String AccountNumber;
39
- global String Website;
40
- global String PhotoUrl;
41
- global String Sic;
42
- global String Industry;
43
- global Decimal AnnualRevenue;
44
- global Integer NumberOfEmployees;
45
- global String Ownership;
46
- global String TickerSymbol;
47
- global String Description;
48
- global String Rating;
49
- global String Site;
50
- global User Owner;
51
- global Id OwnerId;
52
- global Datetime CreatedDate;
53
- global User CreatedBy;
54
- global Id CreatedById;
55
- global Datetime LastModifiedDate;
56
- global User LastModifiedBy;
57
- global Id LastModifiedById;
58
- global Datetime SystemModstamp;
59
- global Date LastActivityDate;
60
- global Datetime LastViewedDate;
61
- global Datetime LastReferencedDate;
62
- global String Jigsaw;
63
- global String JigsawCompanyId;
64
- global String CleanStatus;
65
- global String AccountSource;
66
- global String DunsNumber;
67
- global String Tradestyle;
68
- global String NaicsCode;
69
- global String NaicsDesc;
70
- global String YearStarted;
71
- global String SicDesc;
72
- global DandBCompany DandbCompany;
73
- global Id DandbCompanyId;
74
- global OperatingHours OperatingHours;
75
- global Id OperatingHoursId;
76
- global List<Account> ChildAccounts;
77
- global List<AccountCleanInfo> AccountCleanInfos;
78
- global List<AccountContactRole> AccountContactRoles;
79
- global List<AccountFeed> Feeds;
80
- global List<AccountHistory> Histories;
81
- global List<AccountPartner> AccountPartnersFrom;
82
- global List<AccountPartner> AccountPartnersTo;
83
- global List<AccountShare> Shares;
84
- global List<ActivityHistory> ActivityHistories;
85
- global List<AlternativePaymentMethod> AlternativePaymentMethods;
86
- global List<Asset> Assets;
87
- global List<Asset> ProvidedAssets;
88
- global List<Asset> ServicedAssets;
89
- global List<AssociatedLocation> AssociatedLocations;
90
- global List<AttachedContentDocument> AttachedContentDocuments;
91
- global List<Attachment> Attachments;
92
- global List<AuthorizationFormConsent> AuthorizationFormConsents;
93
- global List<AuthorizationFormConsent> RelatedAuthorizationFormConsents;
94
- global List<CardPaymentMethod> CardPaymentMethods;
95
- global List<Case> Cases;
96
- global List<CollaborationGroupRecord> RecordAssociatedGroups;
97
- global List<CombinedAttachment> CombinedAttachments;
98
- global List<CommSubscriptionConsent> CommSubscriptionConsents;
99
- global List<Contact> Contacts;
100
- global List<ContactPointAddress> ContactPointAddresses;
101
- global List<ContactPointEmail> ContactPointEmails;
102
- global List<ContactPointPhone> ContactPointPhones;
103
- global List<ContactRequest> ContactRequests;
104
- global List<ContentDocumentLink> ContentDocumentLinks;
105
- global List<Contract> Contracts;
106
- global List<CreditMemo> CreditMemos;
107
- global List<DigitalWallet> DigitalWallets;
108
- global List<DuplicateRecordItem> DuplicateRecordItems;
109
- global List<EmailMessage> Emails;
110
- global List<Entitlement> Entitlements;
111
- global List<EntitySubscription> FeedSubscriptionsForEntity;
112
- global List<Event> Events;
113
- global List<Expense> Expenses;
114
- global List<FinanceBalanceSnapshot> FinanceBalanceSnapshots;
115
- global List<FinanceTransaction> FinanceTransactions;
116
- global List<Invoice> Invoices;
117
- global List<MaintenancePlan> MaintenancePlans;
118
- global List<MessagingEndUser> MessagingEndUsers;
119
- global List<MessagingSession> MessagingSessions;
120
- global List<Note> Notes;
121
- global List<NoteAndAttachment> NotesAndAttachments;
122
- global List<OpenActivity> OpenActivities;
123
- global List<Opportunity> Opportunities;
124
- global List<OpportunityPartner> OpportunityPartnersTo;
125
- global List<Order> Orders;
126
- global List<Partner> PartnersFrom;
127
- global List<Partner> PartnersTo;
128
- global List<Payment> Payments;
129
- global List<PaymentAuthAdjustment> PaymentAuthAdjustments;
130
- global List<PaymentAuthorization> PaymentAuthorizations;
131
- global List<PaymentLineInvoice> PaymentLinesInvoice;
132
- global List<ProcessInstance> ProcessInstances;
133
- global List<ProcessInstanceHistory> ProcessSteps;
134
- global List<ProductRequest> ProductRequests;
135
- global List<ProductRequestLineItem> ProductRequestLineItems;
136
- global List<RecordAction> RecordActions;
137
- global List<RecordActionHistory> RecordActionHistories;
138
- global List<Refund> Refunds;
139
- global List<RefundLinePayment> RefundLinePayments;
140
- global List<ResourcePreference> ResourcePreferences;
141
- global List<ReturnOrder> ReturnOrders;
142
- global List<ScorecardAssociation> ScorecardAssociations;
143
- global List<ServiceAppointment> ServiceAppointmentAccount;
144
- global List<ServiceAppointment> ServiceAppointments;
145
- global List<ServiceContract> ServiceContracts;
146
- global List<ServiceResource> ServiceResources;
147
- global List<Swarm> Swarms;
148
- global List<SwarmMember> SwarmMembers;
149
- global List<Task> Tasks;
150
- global List<TopicAssignment> TopicAssignments;
151
- global List<User> Users;
152
- global List<WorkOrder> WorkOrders;
153
- global List<WorkPlanSelectionRule> WorkPlanSelectionRules;
154
- global List<AIInsightValue> SobjectLookupValue;
155
- global List<AIRecordInsight> Target;
156
- global List<AccountChangeEvent> Parent;
157
- global List<AccountContactRoleChangeEvent> Account;
158
- global List<AssetChangeEvent> AssetProvidedBy;
159
- global List<AssetChangeEvent> AssetServicedBy;
160
- global List<AuthorizationFormConsentChangeEvent> ConsentGiver;
161
- global List<AuthorizationFormConsentChangeEvent> RelatedRecord;
162
- global List<CampaignMember> LeadOrContact;
163
- global List<CaseChangeEvent> Account;
164
- global List<CommSubscriptionConsentChangeEvent> ConsentGiver;
165
- global List<ContactChangeEvent> Account;
166
- global List<ContactPointAddressChangeEvent> Parent;
167
- global List<ContentDistribution> RelatedRecord;
168
- global List<ContentDocumentLinkChangeEvent> LinkedEntity;
169
- global List<ContentVersion> FirstPublishLocation;
170
- global List<ContractChangeEvent> Account;
171
- global List<EmailMessageChangeEvent> RelatedTo;
172
- global List<EntitlementChangeEvent> Account;
173
- global List<EventChangeEvent> What;
174
- global List<EventRelationChangeEvent> Relation;
175
- global List<ExpenseChangeEvent> Account;
176
- global List<FeedComment> Parent;
177
- global List<FinanceBalanceSnapshotChangeEvent> Account;
178
- global List<FlowExecutionErrorEvent> ContextRecord;
179
- global List<FlowOrchestrationWorkItem> RelatedRecord;
180
- global List<Lead> ConvertedAccount;
181
- global List<MaintenancePlanChangeEvent> Account;
182
- global List<OutgoingEmail> RelatedTo;
183
- global List<PaymentMethod> Account;
184
- global List<ResourcePreferenceChangeEvent> RelatedRecord;
185
- global List<ReturnOrderChangeEvent> Account;
186
- global List<ServiceAppointmentChangeEvent> ParentRecord;
187
- global List<ServiceContractChangeEvent> Account;
188
- global List<TaskChangeEvent> What;
189
- global List<UserChangeEvent> Account;
190
- global List<UserRole> PortalAccount;
191
- global List<WorkOrderChangeEvent> Account;
192
-
193
- global Account ()
194
- {
195
- }
196
- }
@@ -1,25 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class AccountHistory {
10
- global Id Id;
11
- global Boolean IsDeleted;
12
- global Account Account;
13
- global Id AccountId;
14
- global User CreatedBy;
15
- global Id CreatedById;
16
- global Datetime CreatedDate;
17
- global String Field;
18
- global String DataType;
19
- global Object OldValue;
20
- global Object NewValue;
21
-
22
- global AccountHistory ()
23
- {
24
- }
25
- }
@@ -1,138 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class Asset {
10
- global Id Id;
11
- global Contact Contact;
12
- global Id ContactId;
13
- global Account Account;
14
- global Id AccountId;
15
- global Asset Parent;
16
- global Id ParentId;
17
- global Asset RootAsset;
18
- global Id RootAssetId;
19
- global Product2 Product2;
20
- global Id Product2Id;
21
- global String ProductCode;
22
- global Boolean IsCompetitorProduct;
23
- global Datetime CreatedDate;
24
- global User CreatedBy;
25
- global Id CreatedById;
26
- global Datetime LastModifiedDate;
27
- global User LastModifiedBy;
28
- global Id LastModifiedById;
29
- global Datetime SystemModstamp;
30
- global Boolean IsDeleted;
31
- global String Name;
32
- global String SerialNumber;
33
- global Date InstallDate;
34
- global Date PurchaseDate;
35
- global Date UsageEndDate;
36
- global Datetime LifecycleStartDate;
37
- global Datetime LifecycleEndDate;
38
- global String Status;
39
- global Decimal Price;
40
- global Double Quantity;
41
- global String Description;
42
- global User Owner;
43
- global Id OwnerId;
44
- global Location Location;
45
- global Id LocationId;
46
- global Account AssetProvidedBy;
47
- global Id AssetProvidedById;
48
- global Account AssetServicedBy;
49
- global Id AssetServicedById;
50
- global Boolean IsInternal;
51
- global Integer AssetLevel;
52
- global String StockKeepingUnit;
53
- global Boolean HasLifecycleManagement;
54
- global Decimal CurrentMrr;
55
- global Datetime CurrentLifecycleEndDate;
56
- global Double CurrentQuantity;
57
- global Decimal CurrentAmount;
58
- global Decimal TotalLifecycleAmount;
59
- global String Street;
60
- global String City;
61
- global String State;
62
- global String PostalCode;
63
- global String Country;
64
- global Double Latitude;
65
- global Double Longitude;
66
- global String GeocodeAccuracy;
67
- global Address Address;
68
- global Datetime LastViewedDate;
69
- global Datetime LastReferencedDate;
70
- global List<ActivityHistory> ActivityHistories;
71
- global List<Asset> ChildAssets;
72
- global List<AssetAction> AssetActions;
73
- global List<AssetAttribute> AssetAttributes;
74
- global List<AssetDowntimePeriod> AssetDowntimePeriods;
75
- global List<AssetFeed> Feeds;
76
- global List<AssetHistory> Histories;
77
- global List<AssetRelationship> PrimaryAssets;
78
- global List<AssetRelationship> RelatedAssets;
79
- global List<AssetShare> Shares;
80
- global List<AssetStatePeriod> AssetStatePeriods;
81
- global List<AssetWarranty> WarrantyAssets;
82
- global List<AttachedContentDocument> AttachedContentDocuments;
83
- global List<Attachment> Attachments;
84
- global List<Case> Cases;
85
- global List<CombinedAttachment> CombinedAttachments;
86
- global List<ContentDocumentLink> ContentDocumentLinks;
87
- global List<ContractLineItem> ContractLineItems;
88
- global List<EmailMessage> Emails;
89
- global List<Entitlement> Entitlements;
90
- global List<EntitySubscription> FeedSubscriptionsForEntity;
91
- global List<Event> Events;
92
- global List<MaintenanceAsset> MaintenanceAssets;
93
- global List<Note> Notes;
94
- global List<NoteAndAttachment> NotesAndAttachments;
95
- global List<OpenActivity> OpenActivities;
96
- global List<ProcessInstance> ProcessInstances;
97
- global List<ProcessInstanceHistory> ProcessSteps;
98
- global List<ProductServiceCampaignItem> ProductServiceCampaignItems;
99
- global List<RecordAction> RecordActions;
100
- global List<RecordActionHistory> RecordActionHistories;
101
- global List<RecordsetFltrCritMonitor> RecordsetFltrCritMonitors;
102
- global List<ResourcePreference> ResourcePreferences;
103
- global List<ReturnOrderLineItem> ReturnOrderLineItems;
104
- global List<SerializedProduct> SerializedProducts;
105
- global List<ServiceAppointment> ServiceAppointments;
106
- global List<Task> Tasks;
107
- global List<TopicAssignment> TopicAssignments;
108
- global List<WorkOrder> WorkOrders;
109
- global List<WorkOrderLineItem> WorkOrderLineItems;
110
- global List<WorkPlanSelectionRule> WorkPlanSelectionRules;
111
- global List<AIInsightValue> SobjectLookupValue;
112
- global List<AIRecordInsight> Target;
113
- global List<Asset> RootAsset;
114
- global List<AssetAttributeChangeEvent> Asset;
115
- global List<AssetChangeEvent> Parent;
116
- global List<AssetChangeEvent> RootAsset;
117
- global List<AssetTokenEvent> Asset;
118
- global List<ContentDocumentLinkChangeEvent> LinkedEntity;
119
- global List<ContentVersion> FirstPublishLocation;
120
- global List<ContractLineItemChangeEvent> Asset;
121
- global List<EmailMessageChangeEvent> RelatedTo;
122
- global List<EntitlementChangeEvent> Asset;
123
- global List<EventChangeEvent> What;
124
- global List<EventRelationChangeEvent> Relation;
125
- global List<FeedComment> Parent;
126
- global List<FlowExecutionErrorEvent> ContextRecord;
127
- global List<FlowOrchestrationWorkItem> RelatedRecord;
128
- global List<MaintenanceAssetChangeEvent> Asset;
129
- global List<OutgoingEmail> RelatedTo;
130
- global List<RecordsetFltrCritMonitorChangeEvent> Asset;
131
- global List<ServiceAppointmentChangeEvent> ParentRecord;
132
- global List<TaskChangeEvent> What;
133
- global List<WorkOrderChangeEvent> Asset;
134
-
135
- global Asset ()
136
- {
137
- }
138
- }
@@ -1,35 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class Attachment {
10
- global Id Id;
11
- global Boolean IsDeleted;
12
- global SObject Parent;
13
- global Id ParentId;
14
- global String Name;
15
- global Boolean IsPrivate;
16
- global String ContentType;
17
- global Integer BodyLength;
18
- global Blob Body;
19
- global SObject Owner;
20
- global Id OwnerId;
21
- global Datetime CreatedDate;
22
- global User CreatedBy;
23
- global Id CreatedById;
24
- global Datetime LastModifiedDate;
25
- global User LastModifiedBy;
26
- global Id LastModifiedById;
27
- global Datetime SystemModstamp;
28
- global String Description;
29
- global List<FlowExecutionErrorEvent> ContextRecord;
30
- global List<FlowRecordRelation> RelatedRecord;
31
-
32
- global Attachment ()
33
- {
34
- }
35
- }
@@ -1,111 +0,0 @@
1
- // This file is generated as an Apex representation of the
2
- // corresponding sObject and its fields.
3
- // This read-only file is used by the Apex Language Server to
4
- // provide code smartness, and is deleted each time you
5
- // refresh your sObject definitions.
6
- // To edit your sObjects and their fields, edit the corresponding
7
- // .object-meta.xml and .field-meta.xml files.
8
-
9
- global class Case {
10
- global Id Id;
11
- global Boolean IsDeleted;
12
- global Case MasterRecord;
13
- global Id MasterRecordId;
14
- global String CaseNumber;
15
- global Contact Contact;
16
- global Id ContactId;
17
- global Account Account;
18
- global Id AccountId;
19
- global Asset Asset;
20
- global Id AssetId;
21
- global Case Parent;
22
- global Id ParentId;
23
- global String SuppliedName;
24
- global String SuppliedEmail;
25
- global String SuppliedPhone;
26
- global String SuppliedCompany;
27
- global String Type;
28
- global String Status;
29
- global String Reason;
30
- global String Origin;
31
- global String Subject;
32
- global String Priority;
33
- global String Description;
34
- global Boolean IsClosed;
35
- global Datetime ClosedDate;
36
- global Boolean IsEscalated;
37
- global SObject Owner;
38
- global Id OwnerId;
39
- global Datetime CreatedDate;
40
- global User CreatedBy;
41
- global Id CreatedById;
42
- global Datetime LastModifiedDate;
43
- global User LastModifiedBy;
44
- global Id LastModifiedById;
45
- global Datetime SystemModstamp;
46
- global String ContactPhone;
47
- global String ContactMobile;
48
- global String ContactEmail;
49
- global String ContactFax;
50
- global String Comments;
51
- global Datetime LastViewedDate;
52
- global Datetime LastReferencedDate;
53
- global List<ActivityHistory> ActivityHistories;
54
- global List<AttachedContentDocument> AttachedContentDocuments;
55
- global List<Attachment> Attachments;
56
- global List<Case> Cases;
57
- global List<CaseComment> CaseComments;
58
- global List<CaseContactRole> CaseContactRoles;
59
- global List<CaseFeed> Feeds;
60
- global List<CaseHistory> Histories;
61
- global List<CaseMilestone> CaseMilestones;
62
- global List<CaseShare> Shares;
63
- global List<CaseSolution> CaseSolutions;
64
- global List<CaseTeamMember> TeamMembers;
65
- global List<CaseTeamTemplateRecord> TeamTemplateRecords;
66
- global List<CollaborationGroupRecord> RecordAssociatedGroups;
67
- global List<CombinedAttachment> CombinedAttachments;
68
- global List<ContactRequest> ContactRequests;
69
- global List<ContentDocumentLink> ContentDocumentLinks;
70
- global List<EmailMessage> EmailMessages;
71
- global List<EmailMessage> Emails;
72
- global List<EntitySubscription> FeedSubscriptionsForEntity;
73
- global List<Event> Events;
74
- global List<MessagingSession> MessagingSessions;
75
- global List<OpenActivity> OpenActivities;
76
- global List<ProcessException> ProcessExceptions;
77
- global List<ProcessInstance> ProcessInstances;
78
- global List<ProcessInstanceHistory> ProcessSteps;
79
- global List<ProductRequest> ProductRequests;
80
- global List<ProductRequestLineItem> ProductRequestLineItems;
81
- global List<RecordAction> RecordActions;
82
- global List<RecordActionHistory> RecordActionHistories;
83
- global List<ReturnOrder> ReturnOrders;
84
- global List<ServiceAppointment> ServiceAppointments;
85
- global List<Swarm> Swarms;
86
- global List<SwarmMember> SwarmMembers;
87
- global List<Task> Tasks;
88
- global List<TopicAssignment> TopicAssignments;
89
- global List<WorkOrder> WorkOrders;
90
- global List<AIInsightValue> SobjectLookupValue;
91
- global List<AIRecordInsight> Target;
92
- global List<CaseChangeEvent> Parent;
93
- global List<ContentDistribution> RelatedRecord;
94
- global List<ContentDocumentLinkChangeEvent> LinkedEntity;
95
- global List<ContentVersion> FirstPublishLocation;
96
- global List<EmailMessageChangeEvent> Parent;
97
- global List<EmailMessageChangeEvent> RelatedTo;
98
- global List<EventChangeEvent> What;
99
- global List<EventRelationChangeEvent> Relation;
100
- global List<FeedComment> Parent;
101
- global List<FlowExecutionErrorEvent> ContextRecord;
102
- global List<FlowOrchestrationWorkItem> RelatedRecord;
103
- global List<ProductRequestChangeEvent> Case;
104
- global List<ServiceAppointmentChangeEvent> ParentRecord;
105
- global List<TaskChangeEvent> What;
106
- global List<WorkOrderChangeEvent> Case;
107
-
108
- global Case ()
109
- {
110
- }
111
- }