@salesforce/lds-adapters-uiapi-lex 1.329.1 → 1.331.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 CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@salesforce/lds-adapters-uiapi-lex",
3
- "version": "1.329.1",
3
+ "version": "1.331.0",
4
4
  "license": "SEE LICENSE IN LICENSE.txt",
5
5
  "description": "UIAPI LWC Adapters built for LEX",
6
6
  "repository": {
@@ -35,6 +35,20 @@ function satisfies(provided, requested) {
35
35
  return providedN[0] === requestedN[0] && providedN[1] >= requestedN[1];
36
36
  }
37
37
 
38
+ var HttpStatusCode;
39
+ (function (HttpStatusCode) {
40
+ HttpStatusCode[HttpStatusCode["Ok"] = 200] = "Ok";
41
+ HttpStatusCode[HttpStatusCode["Created"] = 201] = "Created";
42
+ HttpStatusCode[HttpStatusCode["NoContent"] = 204] = "NoContent";
43
+ HttpStatusCode[HttpStatusCode["NotModified"] = 304] = "NotModified";
44
+ HttpStatusCode[HttpStatusCode["BadRequest"] = 400] = "BadRequest";
45
+ HttpStatusCode[HttpStatusCode["Unauthorized"] = 401] = "Unauthorized";
46
+ HttpStatusCode[HttpStatusCode["Forbidden"] = 403] = "Forbidden";
47
+ HttpStatusCode[HttpStatusCode["NotFound"] = 404] = "NotFound";
48
+ HttpStatusCode[HttpStatusCode["ServerError"] = 500] = "ServerError";
49
+ HttpStatusCode[HttpStatusCode["GatewayTimeout"] = 504] = "GatewayTimeout";
50
+ })(HttpStatusCode || (HttpStatusCode = {}));
51
+
38
52
  /**
39
53
  * Copyright (c) 2022, Salesforce, Inc.,
40
54
  * All rights reserved.
@@ -551,4 +565,4 @@ racesync([getServices(serviceRequirements)]).then(
551
565
  );
552
566
 
553
567
  export { getObjectInfo, getObjectInfos };
554
- // version: 1.329.1-0d03c6aeee
568
+ // version: 1.331.0-fec0cd0317