@salesforce/vscode-services 65.17.3 → 66.0.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.
package/out/icons.d.ts ADDED
@@ -0,0 +1,14 @@
1
+ /** Well-known icon IDs for VS Code UI strings. */
2
+ export declare const ICONS: {
3
+ readonly SF_DEFAULT_ORG: "$(sf-org-leaf)";
4
+ readonly SF_DEFAULT_HUB: "$(sf-org-tree)";
5
+ readonly ORG_TYPE_DEVHUB: "$(server)";
6
+ readonly ORG_TYPE_SANDBOX: "$(beaker)";
7
+ readonly ORG_TYPE_SCRATCH: "$(zap)";
8
+ readonly ORG_TYPE_ORG: "$(cloud)";
9
+ readonly ADD: "$(plus)";
10
+ readonly BROWSER: "$(browser)";
11
+ readonly WARNING: "$(warning)";
12
+ };
13
+ export type IconId = (typeof ICONS)[keyof typeof ICONS];
14
+ //# sourceMappingURL=icons.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.d.ts","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":"AAQA,kDAAkD;AAClD,eAAO,MAAM,KAAK;;;;;;;;;;CAUR,CAAC;AAEX,MAAM,MAAM,MAAM,GAAG,CAAC,OAAO,KAAK,CAAC,CAAC,MAAM,OAAO,KAAK,CAAC,CAAC"}
package/out/icons.js ADDED
@@ -0,0 +1,23 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2025, salesforce.com, inc.
4
+ * All rights reserved.
5
+ * Licensed under the BSD 3-Clause license.
6
+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ICONS = void 0;
10
+ // This file is auto-generated. Do not edit manually.
11
+ /** Well-known icon IDs for VS Code UI strings. */
12
+ exports.ICONS = {
13
+ SF_DEFAULT_ORG: '$(sf-org-leaf)',
14
+ SF_DEFAULT_HUB: '$(sf-org-tree)',
15
+ ORG_TYPE_DEVHUB: '$(server)',
16
+ ORG_TYPE_SANDBOX: '$(beaker)',
17
+ ORG_TYPE_SCRATCH: '$(zap)',
18
+ ORG_TYPE_ORG: '$(cloud)',
19
+ ADD: '$(plus)',
20
+ BROWSER: '$(browser)',
21
+ WARNING: '$(warning)'
22
+ };
23
+ //# sourceMappingURL=icons.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"icons.js","sourceRoot":"","sources":["../src/icons.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAEH,qDAAqD;AACrD,kDAAkD;AACrC,QAAA,KAAK,GAAG;IACnB,cAAc,EAAE,gBAAgB;IAChC,cAAc,EAAE,gBAAgB;IAChC,eAAe,EAAE,WAAW;IAC5B,gBAAgB,EAAE,WAAW;IAC7B,gBAAgB,EAAE,QAAQ;IAC1B,YAAY,EAAE,UAAU;IACxB,GAAG,EAAE,SAAS;IACd,OAAO,EAAE,YAAY;IACrB,OAAO,EAAE,YAAY;CACb,CAAC"}
package/out/index.d.ts CHANGED
@@ -1,2 +1,4 @@
1
1
  export type { SalesforceVSCodeServicesApi } from '../../salesforcedx-vscode-services/out/src/index';
2
+ export { DefaultOrgInfoSchema } from '../../salesforcedx-vscode-services/out/src/core/schemas/defaultOrgInfo';
3
+ export { ICONS, type IconId } from './icons';
2
4
  //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAQA,YAAY,EAAE,2BAA2B,EAAE,MAAM,kDAAkD,CAAC;AACpG,OAAO,EAAE,oBAAoB,EAAE,MAAM,wEAAwE,CAAC;AAC9G,OAAO,EAAE,KAAK,EAAE,KAAK,MAAM,EAAE,MAAM,SAAS,CAAC"}
package/out/index.js ADDED
@@ -0,0 +1,14 @@
1
+ "use strict";
2
+ /*
3
+ * Copyright (c) 2025, salesforce.com, inc.
4
+ * All rights reserved.
5
+ * Licensed under the BSD 3-Clause license.
6
+ * For full license text, see LICENSE.txt file in the repo root or https://opensource.org/licenses/BSD-3-Clause
7
+ */
8
+ Object.defineProperty(exports, "__esModule", { value: true });
9
+ exports.ICONS = exports.DefaultOrgInfoSchema = void 0;
10
+ var defaultOrgInfo_1 = require("../../salesforcedx-vscode-services/out/src/core/schemas/defaultOrgInfo");
11
+ Object.defineProperty(exports, "DefaultOrgInfoSchema", { enumerable: true, get: function () { return defaultOrgInfo_1.DefaultOrgInfoSchema; } });
12
+ var icons_1 = require("./icons");
13
+ Object.defineProperty(exports, "ICONS", { enumerable: true, get: function () { return icons_1.ICONS; } });
14
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";AAAA;;;;;GAKG;;;AAIH,yGAA8G;AAArG,sHAAA,oBAAoB,OAAA;AAC7B,iCAA6C;AAApC,8FAAA,KAAK,OAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/vscode-services",
3
- "version": "65.17.3",
3
+ "version": "66.0.0",
4
4
  "description": "TypeScript type definitions for Salesforce VS Code Services extension API",
5
5
  "author": "Salesforce",
6
6
  "license": "BSD-3-Clause",
@@ -12,14 +12,16 @@
12
12
  "url": "https://github.com/forcedotcom/salesforcedx-vscode/issues"
13
13
  },
14
14
  "homepage": "https://github.com/forcedotcom/salesforcedx-vscode/tree/develop/packages/salesforcedx-vscode-services-types",
15
+ "main": "out/index.js",
15
16
  "types": "out/index.d.ts",
16
17
  "exports": {
17
18
  ".": {
18
- "types": "./out/index.d.ts"
19
+ "types": "./out/index.d.ts",
20
+ "default": "./out/index.js"
19
21
  }
20
22
  },
21
23
  "files": [
22
- "out/**/*.d.ts",
24
+ "out/**",
23
25
  "README.md",
24
26
  "LICENSE.txt"
25
27
  ],
@@ -40,7 +42,8 @@
40
42
  "scripts/*.ts"
41
43
  ],
42
44
  "output": [
43
- "src/index.ts"
45
+ "src/index.ts",
46
+ "src/icons.ts"
44
47
  ]
45
48
  },
46
49
  "compile": {
@@ -74,7 +77,7 @@
74
77
  "@opentelemetry/sdk-trace-node": "2.2.0",
75
78
  "@opentelemetry/sdk-trace-web": "2.2.0",
76
79
  "@salesforce/core": "^8.23.4",
77
- "@salesforce/source-deploy-retrieve": "^12.31.9",
80
+ "@salesforce/source-deploy-retrieve": "^12.31.12",
78
81
  "@salesforce/source-tracking": "^7.8.1",
79
82
  "@types/vscode": "^1.90.0",
80
83
  "effect": "^3.19.14",