-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #544 from salesforcecli/patch/1.63.1
Release PR for 1.63.1
- Loading branch information
Showing
10 changed files
with
135 additions
and
88 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
47 changes: 47 additions & 0 deletions
47
schemas/@salesforce/plugin-sobject/schema-generate-platformevent.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
{ | ||
"$schema": "http://json-schema.org/draft-07/schema#", | ||
"$ref": "#/definitions/PlatformEventGenerateResult", | ||
"definitions": { | ||
"PlatformEventGenerateResult": { | ||
"type": "object", | ||
"properties": { | ||
"object": { | ||
"$ref": "#/definitions/SaveablePlatformEvent" | ||
}, | ||
"path": { | ||
"type": "string" | ||
} | ||
}, | ||
"required": ["object", "path"], | ||
"additionalProperties": false | ||
}, | ||
"SaveablePlatformEvent": { | ||
"type": "object", | ||
"properties": { | ||
"fullName": { | ||
"type": ["string", "null"] | ||
}, | ||
"label": { | ||
"type": ["string", "null"] | ||
}, | ||
"deploymentStatus": { | ||
"type": ["string", "null"] | ||
}, | ||
"description": { | ||
"type": ["string", "null"] | ||
}, | ||
"pluralLabel": { | ||
"type": ["string", "null"] | ||
}, | ||
"eventType": { | ||
"type": ["string", "null"] | ||
}, | ||
"publishBehavior": { | ||
"type": ["string", "null"] | ||
} | ||
}, | ||
"additionalProperties": false, | ||
"description": "There are a lot of properties that we don't, and some that jsforce thinks are mandatory that aren't. Many apply to the various sub-species (mdt, external, events)\n\nThis type represents a PlatformEvent that can deploy." | ||
} | ||
} | ||
} |
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -911,7 +911,7 @@ | |
read-package-json-fast "^2.0.3" | ||
which "^2.0.2" | ||
|
||
"@oclif/color@^1.0.2", "@oclif/color@^1.0.3": | ||
"@oclif/color@^1.0.3": | ||
version "1.0.3" | ||
resolved "https://registry.yarnpkg.com/@oclif/color/-/color-1.0.3.tgz#1a303b533a832a0af563006eb9a6883ebe3b77ed" | ||
integrity sha512-E+KKAE5CKhXRBZEoZLe5yNR0VHmba1m1fxz8HlpcWjHF5Pdhhf6W/0XMmed6vwQCmyzL/YLwdspCRfu0A1cgGA== | ||
|
@@ -1559,10 +1559,10 @@ | |
"@salesforce/sf-plugins-core" "^1.21.5" | ||
tslib "^2" | ||
|
||
"@salesforce/[email protected].15": | ||
version "2.0.15" | ||
resolved "https://registry.yarnpkg.com/@salesforce/plugin-custom-metadata/-/plugin-custom-metadata-2.0.15.tgz#74ce123afb2a8755912b70d75c0a92cacf8c7e18" | ||
integrity sha512-GBXv+Ro5VrAdfZ+KzA1EgUSgzVl5kVACvbqe3xRrYpWh5DVH8g7I6Q/NVipx7g7HOYdc2wnwue8R0DpwXLqpXA== | ||
"@salesforce/[email protected].16": | ||
version "2.0.16" | ||
resolved "https://registry.yarnpkg.com/@salesforce/plugin-custom-metadata/-/plugin-custom-metadata-2.0.16.tgz#db0f3fa2039ec54f4fba29a29562ccf1a2187eab" | ||
integrity sha512-0lySU9s7K77+KjknwOHLPOJaORcraY5oHlWlwS31+0h7jsL8dfg7jlHybMPfno0rfhm85NMJAqTqw72coT7XjQ== | ||
dependencies: | ||
"@oclif/core" "^1.22.0" | ||
"@salesforce/core" "^3.33.0" | ||
|
@@ -1769,10 +1769,10 @@ | |
change-case "^4.1.2" | ||
tslib "^2" | ||
|
||
"@salesforce/[email protected].41": | ||
version "0.0.41" | ||
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.0.41.tgz#dd0ab987a502167c63314ad3345d1f47fa8ef36c" | ||
integrity sha512-pUGw7/XDVkPuZS9MUN9lsNMZ9ae2YAs4un6ht/oSYrboKoNlEFZkOeysm6oDSE/OKjdI/JdsI3IV8SQvMOu7Sw== | ||
"@salesforce/[email protected].42": | ||
version "0.0.42" | ||
resolved "https://registry.yarnpkg.com/@salesforce/plugin-sobject/-/plugin-sobject-0.0.42.tgz#a0857141690e961a9f4a7cc49d30ca257e5f1514" | ||
integrity sha512-fzXluysLF2DRXcrMVle29iEzaYIHSPQc4KcsDAAj41eCVoXnbRK7xbw0RqQy88xnLAyF3IV4tHfxEUX/foSs8g== | ||
dependencies: | ||
"@oclif/core" "^1.23.1" | ||
"@salesforce/core" "^3.32.13" | ||
|