-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[automated commit] Bump docs to version 0.45.0
- Loading branch information
1 parent
a6b2c9c
commit 050c439
Showing
120 changed files
with
179 additions
and
2 deletions.
There are no files selected for viewing
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,95 @@ | ||
# Platformatic Errors | ||
|
||
## @platformatic/service | ||
|
||
**No errors defined** | ||
|
||
## @platformatic/sql-mapper | ||
|
||
### PLT_SQL_MAPPER_CANNOT_FIND_ENTITY | ||
**Message:** Cannot find entity %s | ||
|
||
### PLT_SQL_MAPPER_SPECIFY_PROTOCOLS | ||
**Message:** You must specify either postgres, mysql or sqlite as protocols | ||
|
||
### PLT_SQL_MAPPER_CONNECTION_STRING_REQUIRED | ||
**Message:** connectionString is required | ||
|
||
### PLT_SQL_MAPPER_TABLE_MUST_BE_A_STRING | ||
**Message:** Table must be a string, got %s | ||
|
||
### PLT_SQL_MAPPER_UNKNOWN_FIELD | ||
**Message:** Unknown field %s | ||
|
||
### PLT_SQL_MAPPER_INPUT_NOT_PROVIDED | ||
**Message:** Input not provided. | ||
|
||
### PLT_SQL_MAPPER_UNSUPPORTED_WHERE_CLAUSE | ||
**Message:** Unsupported where clause %s | ||
|
||
### PLT_SQL_MAPPER_UNSUPPORTED_OPERATOR | ||
**Message:** Unsupported operator for Array field | ||
|
||
### PLT_SQL_MAPPER_UNSUPPORTED_OPERATOR_FOR_NON_ARRAY | ||
**Message:** Unsupported operator for non Array field | ||
|
||
### PLT_SQL_MAPPER_PARAM_NOT_ALLOWED | ||
**Message:** Param offset=%s not allowed. It must be not negative value. | ||
|
||
### PLT_SQL_MAPPER_INVALID_PRIMARY_KEY_TYPE | ||
**Message:** Invalid Primary Key type: "%s". We support the following: %s | ||
|
||
### PLT_SQL_MAPPER_PARAM_LIMIT_NOT_ALLOWED | ||
**Message:** Param limit=%s not allowed. Max accepted value %s. | ||
|
||
### PLT_SQL_MAPPER_PARAM_LIMIT_MUST_BE_NOT_NEGATIVE | ||
**Message:** Param limit=%s not allowed. It must be a not negative value. | ||
|
||
### PLT_SQL_MAPPER_MISSING_VALUE_FOR_PRIMARY_KEY | ||
**Message:** Missing value for primary key %s | ||
|
||
### PLT_SQL_MAPPER_SQLITE_ONLY_SUPPORTS_AUTO_INCREMENT_ON_ONE_COLUMN | ||
**Message:** SQLite only supports autoIncrement on one column | ||
|
||
## @platformatic/sql-openapi | ||
|
||
### PLT_SQL_OPENAPI_UNABLE_CREATE_ROUTE_FOR_REVERSE_RELATIONSHIP | ||
**Message:** Unable to create the route for the reverse relationship | ||
|
||
### PLT_SQL_OPENAPI_UNABLE_CREATE_ROUTE_FOR_PK_COL_RELATIONSHIP | ||
**Message:** Unable to create the route for the PK col relationship | ||
|
||
## @platformatic/sql-graphql | ||
|
||
### PLT_SQL_GRAPHQL_UNABLE_GENERATE_GRAPHQL_ENUM_TYPE | ||
**Message:** Unable to generate GraphQLEnumType | ||
|
||
### PLT_SQL_GRAPHQL_UNSUPPORTED_KIND | ||
**Message:** Unsupported kind: %s | ||
|
||
### PLT_SQL_GRAPHQL_ERROR_PRINTING_GRAPHQL_SCHEMA | ||
**Message:** Error printing the GraphQL schema | ||
|
||
## @platformatic/sql-events | ||
|
||
### PLT_SQL_EVENTS_OBJECT_IS_REQUIRED_UNDER_THE_DATA_PROPERTY | ||
**Message:** The object that will be published is required under the data property | ||
|
||
### PLT_SQL_EVENTS_PRIMARY_KEY_IS_NECESSARY_INSIDE_DATA | ||
**Message:** The primaryKey is necessary inside data | ||
|
||
### PLT_SQL_EVENTS_NO_SUCH_ACTION | ||
**Message:** No such action %s | ||
|
||
## @platformatic/sql-json-schema-mapper | ||
|
||
**No errors defined** | ||
|
||
## @platformatic/telemetry | ||
|
||
**No errors defined** | ||
|
||
## @platformatic/utils | ||
|
||
### PLT_SQL_UTILS_PATH_OPTION_REQUIRED | ||
**Message:** path option is required |
File renamed without changes.
File renamed without changes.
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
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
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 |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[ | ||
"0.45.0", | ||
"0.44.0", | ||
"0.43.1", | ||
"0.43.0", | ||
"0.42.3", | ||
"0.42.2" | ||
"0.42.3" | ||
] |