@salesforce/core 8.5.7 → 8.6.0

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 (2) hide show
  1. package/lib/org/org.d.ts +5 -0
  2. package/package.json +3 -3
package/lib/org/org.d.ts CHANGED
@@ -66,6 +66,10 @@ export type SandboxRequest = {
66
66
  /** Should match a SandboxInfoId, not a SandboxProcessId */
67
67
  SourceId?: string;
68
68
  Description?: string;
69
+ ApexClassId?: string;
70
+ ApexClassName?: string;
71
+ ActivationUserGroupId?: string;
72
+ ActivationUserGroupName?: string;
69
73
  };
70
74
  export type ResumeSandboxRequest = {
71
75
  SandboxName?: string;
@@ -87,6 +91,7 @@ export type SandboxInfo = {
87
91
  ApexClassId?: string;
88
92
  Description?: string;
89
93
  SourceId?: string;
94
+ ActivationUserGroupId?: string;
90
95
  CopyArchivedActivities?: boolean;
91
96
  };
92
97
  export type ScratchOrgRequest = Omit<ScratchOrgCreateOptions, 'hubOrg'>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/core",
3
- "version": "8.5.7",
3
+ "version": "8.6.0",
4
4
  "description": "Core libraries to interact with SFDX projects, orgs, and APIs.",
5
5
  "main": "lib/index",
6
6
  "types": "lib/index.d.ts",
@@ -74,10 +74,10 @@
74
74
  },
75
75
  "devDependencies": {
76
76
  "@salesforce/dev-scripts": "^10.1.1",
77
- "@salesforce/ts-sinon": "^1.4.22",
77
+ "@salesforce/ts-sinon": "^1.4.27",
78
78
  "@types/benchmark": "^2.1.5",
79
79
  "@types/fast-levenshtein": "^0.0.4",
80
- "@types/jsonwebtoken": "9.0.6",
80
+ "@types/jsonwebtoken": "9.0.7",
81
81
  "@types/proper-lockfile": "^4.1.4",
82
82
  "@types/semver": "^7.5.8",
83
83
  "benchmark": "^2.1.4",