Make JS client case sensitive wrt. reserved words (#8905)

Fixes #8904
This commit is contained in:
delenius
2021-03-06 02:40:06 -08:00
committed by GitHub
parent e25fa8ed7d
commit 7b5a583345
25 changed files with 761 additions and 98 deletions

View File

@@ -7,14 +7,14 @@ Name | Type | Description | Notes
**integer** | **Number** | | [optional]
**int32** | **Number** | | [optional]
**int64** | **Number** | | [optional]
**_number** | **Number** | |
**number** | **Number** | |
**_float** | **Number** | | [optional]
**_double** | **Number** | | [optional]
**decimal** | **Number** | | [optional]
**_string** | **String** | | [optional]
**string** | **String** | | [optional]
**_byte** | **Blob** | |
**binary** | **File** | | [optional]
**_date** | **Date** | |
**date** | **Date** | |
**dateTime** | **Date** | | [optional]
**uuid** | **String** | | [optional]
**password** | **String** | |