@salesforce/plugin-sobject 1.1.14 → 1.1.16

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 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.14/src/commands/schema/generate/field.ts)_
164
+ _See code: [src/commands/schema/generate/field.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.16/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.14/src/commands/schema/generate/platformevent.ts)_
193
+ _See code: [src/commands/schema/generate/platformevent.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.16/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.14/src/commands/schema/generate/sobject.ts)_
247
+ _See code: [src/commands/schema/generate/sobject.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.16/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.14/src/commands/schema/generate/tab.ts)_
294
+ _See code: [src/commands/schema/generate/tab.ts](https://github.com/salesforcecli/plugin-sobject/blob/1.1.16/src/commands/schema/generate/tab.ts)_
295
295
 
296
296
  <!-- commandsstop -->