@salesforce/plugin-sobject 1.1.12 → 1.1.14
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/README.md +4 -4
- package/oclif.lock +32 -27
- package/oclif.manifest.json +1 -1
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -161,7 +161,7 @@ FLAG DESCRIPTIONS
|
|
|
161
161
|
If you don't specify this flag, the command prompts you to choose from your local objects.
|
|
162
162
|
```
|
|
163
163
|
|
|
164
|
-
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
164
|
+
_See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.14/src/commands/schema/generate/field.ts)_
|
|
165
165
|
|
|
166
166
|
## `sf schema generate platformevent`
|
|
167
167
|
|
|
@@ -190,7 +190,7 @@ EXAMPLES
|
|
|
190
190
|
$ sf schema generate platformevent --label "My Platform Event"
|
|
191
191
|
```
|
|
192
192
|
|
|
193
|
-
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
193
|
+
_See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.14/src/commands/schema/generate/platformevent.ts)_
|
|
194
194
|
|
|
195
195
|
## `sf schema generate sobject`
|
|
196
196
|
|
|
@@ -244,7 +244,7 @@ FLAG DESCRIPTIONS
|
|
|
244
244
|
- Streaming API: With Bulk API and Sharing, classifies the custom object as an Enterprise Application object.
|
|
245
245
|
```
|
|
246
246
|
|
|
247
|
-
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
247
|
+
_See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.14/src/commands/schema/generate/sobject.ts)_
|
|
248
248
|
|
|
249
249
|
## `sf schema generate tab`
|
|
250
250
|
|
|
@@ -291,6 +291,6 @@ FLAG DESCRIPTIONS
|
|
|
291
291
|
The API name for a custom object always ends in `__c`, such as `MyObject__c`.
|
|
292
292
|
```
|
|
293
293
|
|
|
294
|
-
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.
|
|
294
|
+
_See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.14/src/commands/schema/generate/tab.ts)_
|
|
295
295
|
|
|
296
296
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -2002,15 +2002,15 @@
|
|
|
2002
2002
|
strip-ansi "6.0.1"
|
|
2003
2003
|
ts-retry-promise "^0.8.0"
|
|
2004
2004
|
|
|
2005
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.
|
|
2006
|
-
version "6.5.
|
|
2007
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
2008
|
-
integrity sha512-
|
|
2005
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.5.1", "@salesforce/core@^6.5.3", "@salesforce/core@^6.5.4":
|
|
2006
|
+
version "6.5.5"
|
|
2007
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.5.tgz#ddfab1f6a51808ed1cadc98be3b7235d25ea436f"
|
|
2008
|
+
integrity sha512-2zWTwc9m+LGJNSKXk6I01dzWEjWKkHyYZbROksIPzfWJ5lGfErzpvsTcGAAskBrJD9EpQ4/BtMSLhPSwskI7Fw==
|
|
2009
2009
|
dependencies:
|
|
2010
2010
|
"@salesforce/kit" "^3.0.15"
|
|
2011
2011
|
"@salesforce/schemas" "^1.6.1"
|
|
2012
2012
|
"@salesforce/ts-types" "^2.0.9"
|
|
2013
|
-
"@types/semver" "^7.5.
|
|
2013
|
+
"@types/semver" "^7.5.7"
|
|
2014
2014
|
ajv "^8.12.0"
|
|
2015
2015
|
change-case "^4.1.2"
|
|
2016
2016
|
faye "^1.4.0"
|
|
@@ -2019,11 +2019,11 @@
|
|
|
2019
2019
|
jsforce "^2.0.0-beta.29"
|
|
2020
2020
|
jsonwebtoken "9.0.2"
|
|
2021
2021
|
jszip "3.10.1"
|
|
2022
|
-
pino "^8.
|
|
2022
|
+
pino "^8.19.0"
|
|
2023
2023
|
pino-abstract-transport "^1.1.0"
|
|
2024
2024
|
pino-pretty "^10.3.1"
|
|
2025
2025
|
proper-lockfile "^4.1.2"
|
|
2026
|
-
semver "^7.
|
|
2026
|
+
semver "^7.6.0"
|
|
2027
2027
|
ts-retry-promise "^0.7.1"
|
|
2028
2028
|
|
|
2029
2029
|
"@salesforce/dev-config@^4.1.0":
|
|
@@ -2071,13 +2071,13 @@
|
|
|
2071
2071
|
"@salesforce/ts-types" "^2.0.9"
|
|
2072
2072
|
tslib "^2.6.2"
|
|
2073
2073
|
|
|
2074
|
-
"@salesforce/plugin-command-reference@^3.0.
|
|
2075
|
-
version "3.0.
|
|
2076
|
-
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.
|
|
2077
|
-
integrity sha512-
|
|
2074
|
+
"@salesforce/plugin-command-reference@^3.0.67":
|
|
2075
|
+
version "3.0.67"
|
|
2076
|
+
resolved "https://registry.yarnpkg.com/@salesforce/plugin-command-reference/-/plugin-command-reference-3.0.67.tgz#e05cdb1e68e035a27588abbaea2ea5ccdfe524ae"
|
|
2077
|
+
integrity sha512-wUfjiqgok2rshI2ZRnHgBthMHL0z0wb14t43rQrLbRuuKmAODJ9qbVlMVqh+jy9//SH3iBBeA3jHs7XFzsT6aA==
|
|
2078
2078
|
dependencies:
|
|
2079
|
-
"@oclif/core" "^3.
|
|
2080
|
-
"@salesforce/core" "^6.5.
|
|
2079
|
+
"@oclif/core" "^3.19.1"
|
|
2080
|
+
"@salesforce/core" "^6.5.3"
|
|
2081
2081
|
"@salesforce/kit" "^3.0.15"
|
|
2082
2082
|
"@salesforce/sf-plugins-core" "^5.0.13"
|
|
2083
2083
|
"@salesforce/ts-types" "^2.0.9"
|
|
@@ -2108,15 +2108,15 @@
|
|
|
2108
2108
|
chalk "^4"
|
|
2109
2109
|
inquirer "^8.2.5"
|
|
2110
2110
|
|
|
2111
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2112
|
-
version "7.1.
|
|
2113
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2114
|
-
integrity sha512-
|
|
2111
|
+
"@salesforce/sf-plugins-core@^7.1.11":
|
|
2112
|
+
version "7.1.11"
|
|
2113
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.11.tgz#63c0ca8cdc2f94b36b8e4bd5f107f9d806f9f5be"
|
|
2114
|
+
integrity sha512-2EAv1OYxGo5e/rZ+3k3G96oVZKK2FBPKK4CiFhgp8bQ7BB0+7+bmSyBjoQ26Q2AaEp4k0GQeNsh+0RN2ZhTuVg==
|
|
2115
2115
|
dependencies:
|
|
2116
2116
|
"@inquirer/confirm" "^2.0.17"
|
|
2117
2117
|
"@inquirer/password" "^1.1.16"
|
|
2118
|
-
"@oclif/core" "^3.19.
|
|
2119
|
-
"@salesforce/core" "^6.5.
|
|
2118
|
+
"@oclif/core" "^3.19.2"
|
|
2119
|
+
"@salesforce/core" "^6.5.4"
|
|
2120
2120
|
"@salesforce/kit" "^3.0.15"
|
|
2121
2121
|
"@salesforce/ts-types" "^2.0.9"
|
|
2122
2122
|
chalk "^5.3.0"
|
|
@@ -2895,11 +2895,16 @@
|
|
|
2895
2895
|
dependencies:
|
|
2896
2896
|
"@types/node" "*"
|
|
2897
2897
|
|
|
2898
|
-
"@types/semver@^7.5.0"
|
|
2898
|
+
"@types/semver@^7.5.0":
|
|
2899
2899
|
version "7.5.6"
|
|
2900
2900
|
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.6.tgz#c65b2bfce1bec346582c07724e3f8c1017a20339"
|
|
2901
2901
|
integrity sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==
|
|
2902
2902
|
|
|
2903
|
+
"@types/semver@^7.5.7":
|
|
2904
|
+
version "7.5.8"
|
|
2905
|
+
resolved "https://registry.yarnpkg.com/@types/semver/-/semver-7.5.8.tgz#8268a8c57a3e4abd25c165ecd36237db7948a55e"
|
|
2906
|
+
integrity sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==
|
|
2907
|
+
|
|
2903
2908
|
"@types/shelljs@^0.8.15":
|
|
2904
2909
|
version "0.8.15"
|
|
2905
2910
|
resolved "https://registry.yarnpkg.com/@types/shelljs/-/shelljs-0.8.15.tgz#22c6ab9dfe05cec57d8e6cb1a95ea173aee9fcac"
|
|
@@ -5704,9 +5709,9 @@ interpret@^1.0.0:
|
|
|
5704
5709
|
integrity sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==
|
|
5705
5710
|
|
|
5706
5711
|
ip@^2.0.0:
|
|
5707
|
-
version "2.0.
|
|
5708
|
-
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.
|
|
5709
|
-
integrity sha512-
|
|
5712
|
+
version "2.0.1"
|
|
5713
|
+
resolved "https://registry.yarnpkg.com/ip/-/ip-2.0.1.tgz#e8f3595d33a3ea66490204234b77636965307105"
|
|
5714
|
+
integrity sha512-lJUL9imLTNi1ZfXT+DU6rBBdbiKGBuay9B6xGSPVjUeQwaH1RIGqef8RZkUtHioLmSNpPR5M4HVKJGm1j8FWVQ==
|
|
5710
5715
|
|
|
5711
5716
|
is-array-buffer@^3.0.1, is-array-buffer@^3.0.2:
|
|
5712
5717
|
version "3.0.2"
|
|
@@ -7748,10 +7753,10 @@ pino-std-serializers@^6.0.0:
|
|
|
7748
7753
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
7749
7754
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
7750
7755
|
|
|
7751
|
-
pino@^8.
|
|
7752
|
-
version "8.
|
|
7753
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
7754
|
-
integrity sha512-
|
|
7756
|
+
pino@^8.19.0:
|
|
7757
|
+
version "8.19.0"
|
|
7758
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.19.0.tgz#ccc15ef736f103ec02cfbead0912bc436dc92ce4"
|
|
7759
|
+
integrity sha512-oswmokxkav9bADfJ2ifrvfHUwad6MLp73Uat0IkQWY3iAw5xTRoznXbXksZs8oaOUMpmhVWD+PZogNzllWpJaA==
|
|
7755
7760
|
dependencies:
|
|
7756
7761
|
atomic-sleep "^1.0.0"
|
|
7757
7762
|
fast-redact "^3.1.1"
|
package/oclif.manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/plugin-sobject",
|
|
3
3
|
"description": "Create objects, fields, tabs, etc",
|
|
4
|
-
"version": "1.1.
|
|
4
|
+
"version": "1.1.14",
|
|
5
5
|
"author": "Salesforce",
|
|
6
6
|
"bugs": "https://github.com/forcedotcom/cli/issues",
|
|
7
7
|
"dependencies": {
|
|
@@ -11,7 +11,7 @@
|
|
|
11
11
|
"@oclif/core": "^3.19.2",
|
|
12
12
|
"@salesforce/core": "^6.5.3",
|
|
13
13
|
"@salesforce/kit": "^3.0.15",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^7.1.11",
|
|
15
15
|
"fast-glob": "^3.3.2",
|
|
16
16
|
"fast-xml-parser": "^4.3.4",
|
|
17
17
|
"js2xmlparser": "^4.0.2"
|
|
@@ -20,7 +20,7 @@
|
|
|
20
20
|
"@oclif/plugin-command-snapshot": "^5.0.8",
|
|
21
21
|
"@salesforce/cli-plugins-testkit": "^5.1.9",
|
|
22
22
|
"@salesforce/dev-scripts": "^8.3.0",
|
|
23
|
-
"@salesforce/plugin-command-reference": "^3.0.
|
|
23
|
+
"@salesforce/plugin-command-reference": "^3.0.67",
|
|
24
24
|
"@types/inquirer": "^8.2.0",
|
|
25
25
|
"eslint-plugin-sf-plugin": "^1.17.3",
|
|
26
26
|
"oclif": "^4.4.13",
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
"exports": "./lib/index.js",
|
|
213
213
|
"type": "module",
|
|
214
214
|
"sfdx": {
|
|
215
|
-
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.
|
|
216
|
-
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.
|
|
215
|
+
"publicKeyUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.14.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.14.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|