@opra/core 1.0.0-alpha.1 → 1.0.0-alpha.2
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 +2 -2
- package/i18n/i18n/en/error.json +0 -21
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@opra/core",
|
|
3
|
-
"version": "1.0.0-alpha.
|
|
3
|
+
"version": "1.0.0-alpha.2",
|
|
4
4
|
"description": "Opra schema package",
|
|
5
5
|
"author": "Panates",
|
|
6
6
|
"license": "MIT",
|
|
@@ -31,7 +31,7 @@
|
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
33
|
"@browsery/type-is": "^1.6.18-r2",
|
|
34
|
-
"@opra/common": "^0.
|
|
34
|
+
"@opra/common": "^1.0.0-alpha.2",
|
|
35
35
|
"@types/formidable": "^3.4.5",
|
|
36
36
|
"accepts": "^1.3.8",
|
|
37
37
|
"base64-stream": "^1.0.0",
|
package/i18n/i18n/en/error.json
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"BAD_REQUEST": "Bad request",
|
|
3
|
-
"FAILED_DEPENDENCY": "The request failed due to failure of a previous request",
|
|
4
|
-
"FORBIDDEN": "You are not authorized to perform this action",
|
|
5
|
-
"INTERNAL_SERVER_ERROR": "Internal server error",
|
|
6
|
-
"METHOD_NOT_ALLOWED": "Method not allowed",
|
|
7
|
-
"NOT_ACCEPTABLE": "Not acceptable",
|
|
8
|
-
"NOT_FOUND": "Not found",
|
|
9
|
-
"UNAUTHORIZED": "You have not been authenticated to perform this action",
|
|
10
|
-
"UNPROCESSABLE_ENTITY": "Unprocessable entity",
|
|
11
|
-
"REQUEST_VALIDATION": "Request validation failed",
|
|
12
|
-
"RESPONSE_VALIDATION": "Response validation failed",
|
|
13
|
-
"RESOURCE_NOT_AVAILABLE": "Resource is not available or you dont have access",
|
|
14
|
-
"RESOURCE_CONFLICT": "There is already an other {{resource}} resource with same field values ({{fields}})",
|
|
15
|
-
"OPERATION_FORBIDDEN": "The {{resource}} resource does not accept '{{operation}}' operations",
|
|
16
|
-
"ACTION_NOT_FOUND": "The {{resource}} resource doesn't have an action named '{{action}}'",
|
|
17
|
-
"UNKNOWN_FIELD": "Unknown field '{{field}}'",
|
|
18
|
-
"UNACCEPTED_SORT_FIELD": "Field '{{field}}' is not available for sort operation",
|
|
19
|
-
"UNACCEPTED_FILTER_FIELD": "Field '{{field}}' is not available for filter operation",
|
|
20
|
-
"UNACCEPTED_FILTER_OPERATION": "'{{operation}}' for field '{{field}}' is not available for filter operation"
|
|
21
|
-
}
|