@forge/manifest 3.0.0 → 3.1.0-next.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/CHANGELOG.md +10 -0
- package/out/schema/manifest-schema.json +3 -4
- package/out/schema/manifest.d.ts +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -8735,8 +8735,8 @@
|
|
|
8735
8735
|
"required": [
|
|
8736
8736
|
"key",
|
|
8737
8737
|
"name",
|
|
8738
|
-
"bearerMethod",
|
|
8739
8738
|
"integration",
|
|
8739
|
+
"bearerMethod",
|
|
8740
8740
|
"clientId",
|
|
8741
8741
|
"remotes"
|
|
8742
8742
|
],
|
|
@@ -8789,10 +8789,9 @@
|
|
|
8789
8789
|
"key",
|
|
8790
8790
|
"type",
|
|
8791
8791
|
"name",
|
|
8792
|
-
"clientId",
|
|
8793
|
-
"actions",
|
|
8794
8792
|
"bearerMethod",
|
|
8795
|
-
"
|
|
8793
|
+
"clientId",
|
|
8794
|
+
"actions"
|
|
8796
8795
|
],
|
|
8797
8796
|
"properties": {
|
|
8798
8797
|
"key": {
|
package/out/schema/manifest.d.ts
CHANGED
|
@@ -51810,7 +51810,7 @@ export interface AuthProviderCustom {
|
|
|
51810
51810
|
bearerMethod: BearerMethodSchema;
|
|
51811
51811
|
clientId: string;
|
|
51812
51812
|
scopes?: string[];
|
|
51813
|
-
remotes
|
|
51813
|
+
remotes?: ModuleKeySchema[];
|
|
51814
51814
|
actions: {
|
|
51815
51815
|
authorization: AuthorizeActionDefinition;
|
|
51816
51816
|
exchange: ExchangeActionDefinition;
|