@salesforce/plugin-sobject 1.1.7 → 1.1.8
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 +15 -15
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
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.8/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.8/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.8/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.8/src/commands/schema/generate/tab.ts)_
|
|
295
295
|
|
|
296
296
|
<!-- commandsstop -->
|
package/oclif.lock
CHANGED
|
@@ -1952,10 +1952,10 @@
|
|
|
1952
1952
|
strip-ansi "6.0.1"
|
|
1953
1953
|
ts-retry-promise "^0.8.0"
|
|
1954
1954
|
|
|
1955
|
-
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.1":
|
|
1956
|
-
version "6.5.
|
|
1957
|
-
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.
|
|
1958
|
-
integrity sha512
|
|
1955
|
+
"@salesforce/core@^6.4.1", "@salesforce/core@^6.4.4", "@salesforce/core@^6.4.7", "@salesforce/core@^6.5.0", "@salesforce/core@^6.5.1":
|
|
1956
|
+
version "6.5.2"
|
|
1957
|
+
resolved "https://registry.yarnpkg.com/@salesforce/core/-/core-6.5.2.tgz#4b64f8fadd443c3a0f254e14e45218e1c4440810"
|
|
1958
|
+
integrity sha512-/tviKhMQRMNZlbG/IldCXy6dLAOtCX9gysdiVeCoEsgWcXT72rj02fJg4PQMtc69GAu2vnRSbaRewfrC8Mrw8g==
|
|
1959
1959
|
dependencies:
|
|
1960
1960
|
"@salesforce/kit" "^3.0.15"
|
|
1961
1961
|
"@salesforce/schemas" "^1.6.1"
|
|
@@ -1969,7 +1969,7 @@
|
|
|
1969
1969
|
jsforce "^2.0.0-beta.29"
|
|
1970
1970
|
jsonwebtoken "9.0.2"
|
|
1971
1971
|
jszip "3.10.1"
|
|
1972
|
-
pino "^8.
|
|
1972
|
+
pino "^8.18.0"
|
|
1973
1973
|
pino-abstract-transport "^1.1.0"
|
|
1974
1974
|
pino-pretty "^10.3.1"
|
|
1975
1975
|
proper-lockfile "^4.1.2"
|
|
@@ -2058,15 +2058,15 @@
|
|
|
2058
2058
|
chalk "^4"
|
|
2059
2059
|
inquirer "^8.2.5"
|
|
2060
2060
|
|
|
2061
|
-
"@salesforce/sf-plugins-core@^7.1.
|
|
2062
|
-
version "7.1.
|
|
2063
|
-
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.
|
|
2064
|
-
integrity sha512-
|
|
2061
|
+
"@salesforce/sf-plugins-core@^7.1.5":
|
|
2062
|
+
version "7.1.5"
|
|
2063
|
+
resolved "https://registry.yarnpkg.com/@salesforce/sf-plugins-core/-/sf-plugins-core-7.1.5.tgz#344bc919a51027bdb8ee9fb1799ca70716bf43e7"
|
|
2064
|
+
integrity sha512-qFUPkhQNmuv1CoCmTYNNNFG5CSNLCLrJdTuKO9uEGCVGh7cNqfkgv9hv3WV6jVDFnBesld2PGXUwxNLzOMjMPQ==
|
|
2065
2065
|
dependencies:
|
|
2066
2066
|
"@inquirer/confirm" "^2.0.15"
|
|
2067
2067
|
"@inquirer/password" "^1.1.14"
|
|
2068
|
-
"@oclif/core" "^3.18.
|
|
2069
|
-
"@salesforce/core" "^6.
|
|
2068
|
+
"@oclif/core" "^3.18.2"
|
|
2069
|
+
"@salesforce/core" "^6.5.0"
|
|
2070
2070
|
"@salesforce/kit" "^3.0.15"
|
|
2071
2071
|
"@salesforce/ts-types" "^2.0.9"
|
|
2072
2072
|
chalk "^5.3.0"
|
|
@@ -8065,10 +8065,10 @@ pino-std-serializers@^6.0.0:
|
|
|
8065
8065
|
resolved "https://registry.yarnpkg.com/pino-std-serializers/-/pino-std-serializers-6.2.2.tgz#d9a9b5f2b9a402486a5fc4db0a737570a860aab3"
|
|
8066
8066
|
integrity sha512-cHjPPsE+vhj/tnhCy/wiMh3M3z3h/j15zHQX+S9GkTBgqJuTuJzYJ4gUyACLhDaJ7kk9ba9iRDmbH2tJU03OiA==
|
|
8067
8067
|
|
|
8068
|
-
pino@^8.
|
|
8069
|
-
version "8.
|
|
8070
|
-
resolved "https://registry.yarnpkg.com/pino/-/pino-8.
|
|
8071
|
-
integrity sha512-
|
|
8068
|
+
pino@^8.18.0:
|
|
8069
|
+
version "8.18.0"
|
|
8070
|
+
resolved "https://registry.yarnpkg.com/pino/-/pino-8.18.0.tgz#f2bfbb4e827ed2049ee1e88372268efdcd1505f6"
|
|
8071
|
+
integrity sha512-Mz/gKiRyuXu4HnpHgi1YWdHQCoWMufapzooisvFn78zl4dZciAxS+YeRkUxXl1ee/SzU80YCz1zpECCh4oC6Aw==
|
|
8072
8072
|
dependencies:
|
|
8073
8073
|
atomic-sleep "^1.0.0"
|
|
8074
8074
|
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.8",
|
|
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.18.2",
|
|
12
12
|
"@salesforce/core": "^6.4.4",
|
|
13
13
|
"@salesforce/kit": "^3.0.15",
|
|
14
|
-
"@salesforce/sf-plugins-core": "^7.1.
|
|
14
|
+
"@salesforce/sf-plugins-core": "^7.1.5",
|
|
15
15
|
"fast-glob": "^3.3.2",
|
|
16
16
|
"fast-xml-parser": "^4.3.3",
|
|
17
17
|
"js2xmlparser": "^4.0.2"
|
|
@@ -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.8.crt",
|
|
216
|
+
"signatureUrl": "https://developer.salesforce.com/media/salesforce-cli/security/@salesforce/plugin-sobject/1.1.8.sig"
|
|
217
217
|
}
|
|
218
218
|
}
|