1.0.0
This commit is contained in:
commit
f076ae3790
82 changed files with 7250 additions and 0 deletions
64
.openapi-generator/FILES
Normal file
64
.openapi-generator/FILES
Normal file
|
|
@ -0,0 +1,64 @@
|
|||
.gitignore
|
||||
.openapi-generator-ignore
|
||||
README.md
|
||||
analysis_options.yaml
|
||||
doc/AccessTokenResponse.md
|
||||
doc/AuthModel.md
|
||||
doc/BodyUpdateItemInTableItemsTableNamePost.md
|
||||
doc/ColumnConditionCompat.md
|
||||
doc/CreateAssetResponse.md
|
||||
doc/CreateUserDefinition.md
|
||||
doc/DefaultApi.md
|
||||
doc/ErrorResponse.md
|
||||
doc/HTTPValidationError.md
|
||||
doc/ItemsFieldSelectorList.md
|
||||
doc/LocationInner.md
|
||||
doc/OkResponse.md
|
||||
doc/TableDefinition.md
|
||||
doc/TableItemsResponse.md
|
||||
doc/UserUpdateDefinition.md
|
||||
doc/ValidationError.md
|
||||
lib/src/api.dart
|
||||
lib/src/api/default_api.dart
|
||||
lib/src/api_util.dart
|
||||
lib/src/auth/api_key_auth.dart
|
||||
lib/src/auth/auth.dart
|
||||
lib/src/auth/basic_auth.dart
|
||||
lib/src/auth/bearer_auth.dart
|
||||
lib/src/auth/oauth.dart
|
||||
lib/src/date_serializer.dart
|
||||
lib/src/model/access_token_response.dart
|
||||
lib/src/model/auth_model.dart
|
||||
lib/src/model/body_update_item_in_table_items_table_name_post.dart
|
||||
lib/src/model/column_condition_compat.dart
|
||||
lib/src/model/create_asset_response.dart
|
||||
lib/src/model/create_user_definition.dart
|
||||
lib/src/model/date.dart
|
||||
lib/src/model/error_response.dart
|
||||
lib/src/model/http_validation_error.dart
|
||||
lib/src/model/items_field_selector_list.dart
|
||||
lib/src/model/location_inner.dart
|
||||
lib/src/model/ok_response.dart
|
||||
lib/src/model/table_definition.dart
|
||||
lib/src/model/table_items_response.dart
|
||||
lib/src/model/user_update_definition.dart
|
||||
lib/src/model/validation_error.dart
|
||||
lib/src/serializers.dart
|
||||
lib/tuuli_api.dart
|
||||
pubspec.yaml
|
||||
test/access_token_response_test.dart
|
||||
test/auth_model_test.dart
|
||||
test/body_update_item_in_table_items_table_name_post_test.dart
|
||||
test/column_condition_compat_test.dart
|
||||
test/create_asset_response_test.dart
|
||||
test/create_user_definition_test.dart
|
||||
test/default_api_test.dart
|
||||
test/error_response_test.dart
|
||||
test/http_validation_error_test.dart
|
||||
test/items_field_selector_list_test.dart
|
||||
test/location_inner_test.dart
|
||||
test/ok_response_test.dart
|
||||
test/table_definition_test.dart
|
||||
test/table_items_response_test.dart
|
||||
test/user_update_definition_test.dart
|
||||
test/validation_error_test.dart
|
||||
1
.openapi-generator/VERSION
Normal file
1
.openapi-generator/VERSION
Normal file
|
|
@ -0,0 +1 @@
|
|||
6.5.0
|
||||
Loading…
Add table
Add a link
Reference in a new issue