diff --git a/src/commands/org/refresh/sandbox.ts b/src/commands/org/refresh/sandbox.ts index 39638bd5..c889baac 100644 --- a/src/commands/org/refresh/sandbox.ts +++ b/src/commands/org/refresh/sandbox.ts @@ -25,11 +25,9 @@ const fields = [ 'Id', 'SandboxName', // (string) 'LicenseType', // (string) DEVELOPER | DEVELOPER PRO | PARTIAL | FULL - 'TemplateId', // (string) reference to PartitionLevelScheme 'HistoryDays', // (int) 'CopyChatter', // (boolean) 'AutoActivate', // (boolean) - 'ApexClassId', // (string) apex class ID 'Description', // (string) 'SourceId', // (string) SandboxInfoId as the source org used for a clone // 'ActivationUserGroupId', // Currently not supported but might be added in API v61.0 diff --git a/test/shared/sandboxMockUtils.ts b/test/shared/sandboxMockUtils.ts index 388cd44d..84eb8167 100644 --- a/test/shared/sandboxMockUtils.ts +++ b/test/shared/sandboxMockUtils.ts @@ -44,11 +44,9 @@ const sandboxInfoFields = [ 'Id', 'SandboxName', 'LicenseType', - 'TemplateId', 'HistoryDays', 'CopyChatter', 'AutoActivate', - 'ApexClassId', 'Description', 'SourceId', ...sandboxInfoUneditableFields,