Skip to content

Commit 780e712

Browse files
@W-22255905: Add clone sandbox option on VS Code
1 parent c120139 commit 780e712

67 files changed

Lines changed: 64454 additions & 15 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
'@salesforce/b2c-dx-docs': patch
3+
---
4+
5+
Updated plugin install examples to default to user scope
Lines changed: 196 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,196 @@
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+
}
Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
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+
}
Lines changed: 138 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,138 @@
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+
}

0 commit comments

Comments
 (0)