@salesforce/lds-adapters-apex 1.425.0 → 1.427.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/package.json +5 -5
- package/sfdc/index.js +1 -1
- package/src/raml/api.raml +0 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salesforce/lds-adapters-apex",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.427.0",
|
|
4
4
|
"license": "SEE LICENSE IN LICENSE.txt",
|
|
5
5
|
"description": "Wire adapters for Apex",
|
|
6
6
|
"main": "dist/es/es2018/apex-service.js",
|
|
@@ -30,12 +30,12 @@
|
|
|
30
30
|
]
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@salesforce/lds-bindings": "^1.
|
|
34
|
-
"@salesforce/lds-default-luvio": "^1.
|
|
33
|
+
"@salesforce/lds-bindings": "^1.427.0",
|
|
34
|
+
"@salesforce/lds-default-luvio": "^1.427.0"
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
|
-
"@salesforce/lds-compiler-plugins": "^1.
|
|
38
|
-
"@salesforce/lds-karma": "^1.
|
|
37
|
+
"@salesforce/lds-compiler-plugins": "^1.427.0",
|
|
38
|
+
"@salesforce/lds-karma": "^1.427.0"
|
|
39
39
|
},
|
|
40
40
|
"nx": {
|
|
41
41
|
"targets": {
|
package/sfdc/index.js
CHANGED
|
@@ -686,4 +686,4 @@ const getApexInvoker = function (namespace, classname, method, isContinuation, i
|
|
|
686
686
|
};
|
|
687
687
|
|
|
688
688
|
export { factory as GetApexWireAdapterFactory, getApexInvoker, getApexInvoker_imperative, refreshApex, registerPrefetcher };
|
|
689
|
-
// version: 1.
|
|
689
|
+
// version: 1.427.0-d53a098e46
|
package/src/raml/api.raml
CHANGED
|
@@ -16,7 +16,6 @@ securitySchemes:
|
|
|
16
16
|
headers:
|
|
17
17
|
Authorization:
|
|
18
18
|
description: Used to send a valid OAuth 2 access token.
|
|
19
|
-
example: 00Dxx0000001gEb!AQ4AQLlMunyjVCe5qEdoFJOtZG8fiypuvjsVZMqKHZFmKgv3SEfompm3_JBzYeAEdDbvV_o5q4oxo.Ese_5jI2E1lDjDDUZ
|
|
20
19
|
type: string
|
|
21
20
|
SID Cookie:
|
|
22
21
|
type: Basic Authentication
|
|
@@ -24,7 +23,6 @@ securitySchemes:
|
|
|
24
23
|
headers:
|
|
25
24
|
Cookie:
|
|
26
25
|
description: sid
|
|
27
|
-
example: 00DT0000000Dpvc!AQYAQG9Ut2qLrt7dV0Jh1z.nan7W04yLGUnBiKRxp6oaDQ4B988Wh24yhtnNHB3innkFy7Sd0HTAiBRh487mZ7p1.GT7td3r
|
|
28
26
|
type: string
|
|
29
27
|
settings: {}
|
|
30
28
|
title: Apex Adapter API
|