From c3e536c3f8cfb93d2afc70aef15885e8982dbd95 Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Wed, 7 Jan 2026 09:03:58 -0600 Subject: [PATCH 1/3] fix: removed inaccessible fields from sandboxinfo query @W-20690643@ --- src/commands/org/refresh/sandbox.ts | 2 -- 1 file changed, 2 deletions(-) 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 From e594dfa406522b23976a8e21ba4ec0e7c5a7a63b Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Wed, 7 Jan 2026 13:39:08 -0600 Subject: [PATCH 2/3] chore: ci re-run From 9e47b256e9e03afaf02ab3aab3598642779bbcb7 Mon Sep 17 00:00:00 2001 From: Joshua Feingold Date: Wed, 7 Jan 2026 14:19:55 -0600 Subject: [PATCH 3/3] fix: fixing broken NUT @W-20690643@ --- test/shared/sandboxMockUtils.ts | 2 -- 1 file changed, 2 deletions(-) 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,