From 99eca8bba5090f589822932f07daac8178b31b28 Mon Sep 17 00:00:00 2001 From: soridalac Date: Tue, 24 Sep 2024 12:08:10 -0700 Subject: [PATCH] fix: remove the name fields --- src/org/org.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/org/org.ts b/src/org/org.ts index aa3606e9a..d23507be6 100644 --- a/src/org/org.ts +++ b/src/org/org.ts @@ -132,9 +132,7 @@ export type SandboxRequest = { SourceId?: string; Description?: string; ApexClassId?: string; - ApexClassName?: string; ActivationUserGroupId?: string; - ActivationUserGroupName?: string; }; export type ResumeSandboxRequest = { SandboxName?: string;