ftc_events_client 0.1.0 → 0.2.0

Sign up to get free protection for your applications and to get access to all the features.
Files changed (143) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +351 -101
  3. data/Rakefile +0 -2
  4. data/config.json +1 -1
  5. data/docs/AllianceModelVersion2.md +10 -28
  6. data/docs/AllianceScore2020.md +37 -82
  7. data/docs/AllianceSelectionApi.md +14 -14
  8. data/docs/AllianceSelectionModelVersion2.md +4 -16
  9. data/docs/ApiIndexModel.md +11 -30
  10. data/docs/AutoNavigatedStatus.md +6 -0
  11. data/docs/AwardAssignmentModel.md +13 -34
  12. data/docs/AwardsApi.md +47 -49
  13. data/docs/AwardsModel.md +3 -14
  14. data/docs/BarcodeElement.md +6 -0
  15. data/docs/EndgameParkedStatus.md +6 -0
  16. data/docs/EventMatchResultsModelVersion2.md +3 -14
  17. data/docs/EventRankingsModel.md +3 -14
  18. data/docs/EventScheduleHybridModelVersion2.md +3 -14
  19. data/docs/EventScheduleModelVersion2.md +3 -14
  20. data/docs/FTCEventLevel.md +6 -0
  21. data/docs/GeneralApi.md +9 -11
  22. data/docs/LeagueMemberListModel.md +7 -0
  23. data/docs/LeaguesApi.md +179 -0
  24. data/docs/MatchResultModelVersion2.md +16 -40
  25. data/docs/MatchResultTeamModelVersion2.md +6 -18
  26. data/docs/MatchResultsApi.md +33 -35
  27. data/docs/MatchScoresModel.md +3 -14
  28. data/docs/MatchScoresModelMatchScoresOneOf.md +5 -1
  29. data/docs/OneOfMatchScoresModelMatchScoresItems.md +6 -0
  30. data/docs/RankingsApi.md +16 -17
  31. data/docs/ScheduleApi.md +30 -32
  32. data/docs/ScheduleHybridModelTeamVersion2.md +8 -22
  33. data/docs/ScheduleHybridModelVersion2.md +18 -40
  34. data/docs/ScheduledMatchModelVersion2.md +10 -28
  35. data/docs/ScheduledMatchTeamModelVersion2.md +6 -20
  36. data/docs/ScoreDetailAllianceModel2020.md +39 -86
  37. data/docs/ScoreDetailAllianceModel2021.md +48 -0
  38. data/docs/ScoreDetailModel2019.md +6 -18
  39. data/docs/ScoreDetailModel2020.md +6 -18
  40. data/docs/ScoreDetailModel2021.md +10 -0
  41. data/docs/ScoreDetailModelAlliance2019.md +36 -80
  42. data/docs/ScoreDetailModelSinglePlayer2020.md +6 -20
  43. data/docs/ScoreDetailModelSinglePlayer2021.md +10 -0
  44. data/docs/ScoreDetailSinglePlayer2021.md +39 -0
  45. data/docs/SeasonAwardListingsModel.md +3 -14
  46. data/docs/SeasonAwardsModel.md +6 -20
  47. data/docs/SeasonDataApi.md +35 -37
  48. data/docs/SeasonEventListingsModelVersion2.md +4 -16
  49. data/docs/SeasonEventModelVersion2.md +24 -46
  50. data/docs/SeasonLeagueListingsModelVersion2.md +8 -0
  51. data/docs/SeasonLeagueModelVersion2.md +11 -0
  52. data/docs/SeasonSummaryModelChampionship.md +5 -18
  53. data/docs/SeasonSummaryModelVersion2.md +8 -24
  54. data/docs/SeasonTeamListingsModelVersion2.md +7 -22
  55. data/docs/SeasonTeamModelVersion2.md +14 -36
  56. data/docs/Stone.md +2 -11
  57. data/docs/TeamRankingModel.md +17 -42
  58. data/ftc_events_client.gemspec +5 -5
  59. data/git_push.sh +7 -10
  60. data/lib/ftc_events_client/api/alliance_selection_api.rb +17 -22
  61. data/lib/ftc_events_client/api/awards_api.rb +52 -74
  62. data/lib/ftc_events_client/api/general_api.rb +8 -17
  63. data/lib/ftc_events_client/api/leagues_api.rb +218 -0
  64. data/lib/ftc_events_client/api/match_results_api.rb +44 -45
  65. data/lib/ftc_events_client/api/rankings_api.rb +17 -22
  66. data/lib/ftc_events_client/api/schedule_api.rb +44 -45
  67. data/lib/ftc_events_client/api/season_data_api.rb +30 -53
  68. data/lib/ftc_events_client/api_client.rb +52 -54
  69. data/lib/ftc_events_client/api_error.rb +4 -4
  70. data/lib/ftc_events_client/configuration.rb +6 -76
  71. data/lib/ftc_events_client/models/alliance_model_version2.rb +19 -31
  72. data/lib/ftc_events_client/models/{alliance_score2020.rb → alliance_score_2020.rb} +46 -58
  73. data/lib/ftc_events_client/models/alliance_selection_model_version2.rb +13 -25
  74. data/lib/ftc_events_client/models/api_index_model.rb +20 -32
  75. data/lib/ftc_events_client/models/{tournament_level.rb → auto_navigated_status.rb} +11 -21
  76. data/lib/ftc_events_client/models/award_assignment_model.rb +22 -34
  77. data/lib/ftc_events_client/models/awards_model.rb +12 -24
  78. data/lib/ftc_events_client/models/barcode_element.rb +28 -0
  79. data/lib/ftc_events_client/models/endgame_parked_status.rb +29 -0
  80. data/lib/ftc_events_client/models/event_match_results_model_version2.rb +12 -24
  81. data/lib/ftc_events_client/models/event_rankings_model.rb +12 -24
  82. data/lib/ftc_events_client/models/event_schedule_hybrid_model_version2.rb +12 -24
  83. data/lib/ftc_events_client/models/event_schedule_model_version2.rb +12 -24
  84. data/lib/ftc_events_client/models/ftc_event_level.rb +31 -0
  85. data/lib/ftc_events_client/models/league_member_list_model.rb +209 -0
  86. data/lib/ftc_events_client/models/match_result_model_version2.rb +25 -37
  87. data/lib/ftc_events_client/models/match_result_team_model_version2.rb +26 -29
  88. data/lib/ftc_events_client/models/match_scores_model.rb +12 -24
  89. data/lib/ftc_events_client/models/one_of_match_scores_model_match_scores_items.rb +197 -0
  90. data/lib/ftc_events_client/models/schedule_hybrid_model_team_version2.rb +30 -32
  91. data/lib/ftc_events_client/models/schedule_hybrid_model_version2.rb +46 -38
  92. data/lib/ftc_events_client/models/scheduled_match_model_version2.rb +19 -31
  93. data/lib/ftc_events_client/models/scheduled_match_team_model_version2.rb +15 -27
  94. data/lib/ftc_events_client/models/{score_detail_alliance_model2020.rb → score_detail_alliance_model_2020.rb} +48 -60
  95. data/lib/ftc_events_client/models/score_detail_alliance_model_2021.rb +576 -0
  96. data/lib/ftc_events_client/models/{score_detail_model2019.rb → score_detail_model_2019.rb} +24 -27
  97. data/lib/ftc_events_client/models/{score_detail_model2020.rb → score_detail_model_2020.rb} +24 -27
  98. data/lib/ftc_events_client/models/score_detail_model_2021.rb +236 -0
  99. data/lib/ftc_events_client/models/{score_detail_model_alliance2019.rb → score_detail_model_alliance_2019.rb} +45 -57
  100. data/lib/ftc_events_client/models/{score_detail_model_single_player2020.rb → score_detail_model_single_player_2020.rb} +15 -27
  101. data/lib/ftc_events_client/models/score_detail_model_single_player_2021.rb +233 -0
  102. data/lib/ftc_events_client/models/score_detail_single_player_2021.rb +494 -0
  103. data/lib/ftc_events_client/models/season_award_listings_model.rb +12 -24
  104. data/lib/ftc_events_client/models/season_awards_model.rb +22 -34
  105. data/lib/ftc_events_client/models/season_event_listings_model_version2.rb +13 -25
  106. data/lib/ftc_events_client/models/season_event_model_version2.rb +77 -41
  107. data/lib/ftc_events_client/models/season_league_listings_model_version2.rb +218 -0
  108. data/lib/ftc_events_client/models/season_league_model_version2.rb +247 -0
  109. data/lib/ftc_events_client/models/season_summary_model_championship.rb +14 -26
  110. data/lib/ftc_events_client/models/season_summary_model_version2.rb +17 -29
  111. data/lib/ftc_events_client/models/season_team_listings_model_version2.rb +16 -28
  112. data/lib/ftc_events_client/models/season_team_model_version2.rb +23 -35
  113. data/lib/ftc_events_client/models/stone.rb +6 -15
  114. data/lib/ftc_events_client/models/team_ranking_model.rb +26 -38
  115. data/lib/ftc_events_client/version.rb +4 -5
  116. data/lib/ftc_events_client.rb +22 -12
  117. data/spec/api/leagues_api_spec.rb +77 -0
  118. data/spec/base_object_spec.rb +109 -0
  119. data/spec/configuration_spec.rb +3 -3
  120. data/spec/models/alliance_score_2020_spec.rb +244 -0
  121. data/spec/models/auto_navigated_status_spec.rb +28 -0
  122. data/spec/models/barcode_element_spec.rb +28 -0
  123. data/spec/models/endgame_parked_status_spec.rb +28 -0
  124. data/spec/models/ftc_event_level_spec.rb +28 -0
  125. data/spec/models/league_member_list_model_spec.rb +34 -0
  126. data/spec/models/one_of_match_scores_model_match_scores_items_spec.rb +34 -0
  127. data/spec/models/score_detail_alliance_model2021_spec.rb +280 -0
  128. data/spec/models/score_detail_alliance_model_2020_spec.rb +256 -0
  129. data/spec/models/score_detail_alliance_model_2021_spec.rb +286 -0
  130. data/spec/models/score_detail_model2021_spec.rb +52 -0
  131. data/spec/models/score_detail_model_2019_spec.rb +58 -0
  132. data/spec/models/score_detail_model_2020_spec.rb +58 -0
  133. data/spec/models/score_detail_model_2021_spec.rb +58 -0
  134. data/spec/models/score_detail_model_alliance_2019_spec.rb +238 -0
  135. data/spec/models/score_detail_model_single_player2021_spec.rb +52 -0
  136. data/spec/models/score_detail_model_single_player_2020_spec.rb +58 -0
  137. data/spec/models/score_detail_model_single_player_2021_spec.rb +58 -0
  138. data/spec/models/score_detail_single_player2021_spec.rb +226 -0
  139. data/spec/models/score_detail_single_player_2021_spec.rb +232 -0
  140. data/spec/models/season_league_listings_model_version2_spec.rb +40 -0
  141. data/{lib/ftc_events_client/models/match_scores_model_match_scores_one_of.rb → spec/models/season_league_model_version2_spec.rb} +35 -83
  142. data/update.sh +2 -2
  143. metadata +103 -11
data/docs/ScheduleApi.md CHANGED
@@ -1,15 +1,13 @@
1
1
  # FtcEventsClient::ScheduleApi
2
2
 
3
- All URIs are relative to *http://localhost*
3
+ All URIs are relative to *http://ftc-api.firstinspires.org*
4
4
 
5
- | Method | HTTP request | Description |
6
- | ------ | ------------ | ----------- |
7
- | [**v20_season_schedule_event_code_get**](ScheduleApi.md#v20_season_schedule_event_code_get) | **GET** /v2.0/{season}/schedule/{eventCode} | Event Schedule |
8
- | [**v20_season_schedule_event_code_tournament_level_hybrid_get**](ScheduleApi.md#v20_season_schedule_event_code_tournament_level_hybrid_get) | **GET** /v2.0/{season}/schedule/{eventCode}/{tournamentLevel}/hybrid | Hybrid Schedule |
9
-
10
-
11
- ## v20_season_schedule_event_code_get
5
+ Method | HTTP request | Description
6
+ ------------- | ------------- | -------------
7
+ [**v20_season_schedule_event_code_get**](ScheduleApi.md#v20_season_schedule_event_code_get) | **GET** /v2.0/{season}/schedule/{eventCode} | Event Schedule
8
+ [**v20_season_schedule_event_code_tournament_level_hybrid_get**](ScheduleApi.md#v20_season_schedule_event_code_tournament_level_hybrid_get) | **GET** /v2.0/{season}/schedule/{eventCode}/{tournamentLevel}/hybrid | Hybrid Schedule
12
9
 
10
+ # **v20_season_schedule_event_code_get**
13
11
  > EventScheduleModelVersion2 v20_season_schedule_event_code_get(season, event_code, opts)
14
12
 
15
13
  Event Schedule
@@ -17,7 +15,6 @@ Event Schedule
17
15
  The schedule API returns the match schedule for the desired tournament level of a particular event in a particular season. You must also specify a `tournamentLevel` from which to return the results. Alternately, you can specify a `teamNumber` to filter the results to only those in which a particular team is participating. There is no validation that the `teamNumber` you request is actually competing at the event, if they are not, the response will be empty. You can also specify the parameters together, but cannot make a request without at least one of the two.
18
16
 
19
17
  ### Example
20
-
21
18
  ```ruby
22
19
  # load the gem
23
20
  require 'ftc_events_client'
@@ -31,7 +28,7 @@ end
31
28
  api_instance = FtcEventsClient::ScheduleApi.new
32
29
  season = 56 # Integer | Numeric year of the event from which the schedule is requested. Must be 4 digits
33
30
  event_code = 'event_code_example' # String | Case insensitive alphanumeric `eventCode` of the event from which the schedule are requested. Must be at least 3 characters.
34
- opts = {
31
+ opts = {
35
32
  tournament_level: '0', # String | Required tournamentLevel of desired score details.
36
33
  team_number: 0, # Integer | `teamNumber` to search for within the schedule. Only returns matches in which the requested team participated.
37
34
  start: 0, # Integer | `start` match number for subset of results to return (inclusive).
@@ -49,14 +46,14 @@ end
49
46
 
50
47
  ### Parameters
51
48
 
52
- | Name | Type | Description | Notes |
53
- | ---- | ---- | ----------- | ----- |
54
- | **season** | **Integer** | Numeric year of the event from which the schedule is requested. Must be 4 digits | |
55
- | **event_code** | **String** | Case insensitive alphanumeric `eventCode` of the event from which the schedule are requested. Must be at least 3 characters. | |
56
- | **tournament_level** | **String** | Required tournamentLevel of desired score details. | [optional][default to '0'] |
57
- | **team_number** | **Integer** | `teamNumber` to search for within the schedule. Only returns matches in which the requested team participated. | [optional][default to 0] |
58
- | **start** | **Integer** | `start` match number for subset of results to return (inclusive). | [optional][default to 0] |
59
- | **_end** | **Integer** | `end` match number for subset of results to return (inclusive). | [optional][default to 999] |
49
+ Name | Type | Description | Notes
50
+ ------------- | ------------- | ------------- | -------------
51
+ **season** | **Integer**| Numeric year of the event from which the schedule is requested. Must be 4 digits |
52
+ **event_code** | **String**| Case insensitive alphanumeric `eventCode` of the event from which the schedule are requested. Must be at least 3 characters. |
53
+ **tournament_level** | **String**| Required tournamentLevel of desired score details. | [optional] [default to 0]
54
+ **team_number** | **Integer**| `teamNumber` to search for within the schedule. Only returns matches in which the requested team participated. | [optional] [default to 0]
55
+ **start** | **Integer**| `start` match number for subset of results to return (inclusive). | [optional] [default to 0]
56
+ **_end** | **Integer**| `end` match number for subset of results to return (inclusive). | [optional] [default to 999]
60
57
 
61
58
  ### Return type
62
59
 
@@ -68,12 +65,12 @@ end
68
65
 
69
66
  ### HTTP request headers
70
67
 
71
- - **Content-Type**: Not defined
72
- - **Accept**: application/json
68
+ - **Content-Type**: Not defined
69
+ - **Accept**: application/json
73
70
 
74
71
 
75
- ## v20_season_schedule_event_code_tournament_level_hybrid_get
76
72
 
73
+ # **v20_season_schedule_event_code_tournament_level_hybrid_get**
77
74
  > EventScheduleHybridModelVersion2 v20_season_schedule_event_code_tournament_level_hybrid_get(season, event_code, tournament_level, opts)
78
75
 
79
76
  Hybrid Schedule
@@ -81,7 +78,6 @@ Hybrid Schedule
81
78
  The schedule API returns the match schedule for the desired tournament level of a particular event in a particular season in the hybrid format. When a match has been played, the match result related details will be filled. When a match has not yet happened, match result related fields will be null. All parameters, except start and end, are required for the hybrid schedule.
82
79
 
83
80
  ### Example
84
-
85
81
  ```ruby
86
82
  # load the gem
87
83
  require 'ftc_events_client'
@@ -96,7 +92,7 @@ api_instance = FtcEventsClient::ScheduleApi.new
96
92
  season = 56 # Integer | Numeric year of the event from which the hybrid schedule is requested. Must be 4 digits
97
93
  event_code = 'event_code_example' # String | Case insensitive alphanumeric eventCode of the event from which the hybrid schedule is requested. Must be at least 3 characters.
98
94
  tournament_level = 'tournament_level_example' # String | Required tournamentLevel of desired score details.
99
- opts = {
95
+ opts = {
100
96
  start: 0, # Integer | `start` match number for subset of results to return (inclusive).
101
97
  _end: 999 # Integer | `end` match number for subset of results to return (inclusive).
102
98
  }
@@ -112,13 +108,13 @@ end
112
108
 
113
109
  ### Parameters
114
110
 
115
- | Name | Type | Description | Notes |
116
- | ---- | ---- | ----------- | ----- |
117
- | **season** | **Integer** | Numeric year of the event from which the hybrid schedule is requested. Must be 4 digits | |
118
- | **event_code** | **String** | Case insensitive alphanumeric eventCode of the event from which the hybrid schedule is requested. Must be at least 3 characters. | |
119
- | **tournament_level** | **String** | Required tournamentLevel of desired score details. | |
120
- | **start** | **Integer** | `start` match number for subset of results to return (inclusive). | [optional][default to 0] |
121
- | **_end** | **Integer** | `end` match number for subset of results to return (inclusive). | [optional][default to 999] |
111
+ Name | Type | Description | Notes
112
+ ------------- | ------------- | ------------- | -------------
113
+ **season** | **Integer**| Numeric year of the event from which the hybrid schedule is requested. Must be 4 digits |
114
+ **event_code** | **String**| Case insensitive alphanumeric eventCode of the event from which the hybrid schedule is requested. Must be at least 3 characters. |
115
+ **tournament_level** | **String**| Required tournamentLevel of desired score details. |
116
+ **start** | **Integer**| `start` match number for subset of results to return (inclusive). | [optional] [default to 0]
117
+ **_end** | **Integer**| `end` match number for subset of results to return (inclusive). | [optional] [default to 999]
122
118
 
123
119
  ### Return type
124
120
 
@@ -130,6 +126,8 @@ end
130
126
 
131
127
  ### HTTP request headers
132
128
 
133
- - **Content-Type**: Not defined
134
- - **Accept**: application/json
129
+ - **Content-Type**: Not defined
130
+ - **Accept**: application/json
131
+
132
+
135
133
 
@@ -1,26 +1,12 @@
1
1
  # FtcEventsClient::ScheduleHybridModelTeamVersion2
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **team_number** | **Integer** | | [optional] |
8
- | **station** | **String** | | [optional] |
9
- | **surrogate** | **Boolean** | | [optional] |
10
- | **no_show** | **Boolean** | | [optional] |
11
- | **dq** | **Boolean** | | [optional] |
12
-
13
- ## Code Sample
14
-
15
- ```ruby
16
- require 'ftc_events_client'
17
-
18
- instance = FtcEventsClient::ScheduleHybridModelTeamVersion2.new(
19
- team_number: null,
20
- station: null,
21
- surrogate: null,
22
- no_show: null,
23
- dq: null
24
- )
25
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **team_number** | **Integer** | | [optional]
7
+ **station** | **String** | | [optional]
8
+ **surrogate** | **BOOLEAN** | | [optional]
9
+ **no_show** | **BOOLEAN** | | [optional]
10
+ **dq** | **BOOLEAN** | | [optional]
11
+ **on_field** | **BOOLEAN** | | [optional]
26
12
 
@@ -1,44 +1,22 @@
1
1
  # FtcEventsClient::ScheduleHybridModelVersion2
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **description** | **String** | | [optional] |
8
- | **tournament_level** | **String** | | [optional] |
9
- | **series** | **Integer** | | [optional] |
10
- | **match_number** | **Integer** | | [optional] |
11
- | **start_time** | **Time** | | [optional] |
12
- | **actual_start_time** | **Time** | | [optional] |
13
- | **post_result_time** | **Time** | | [optional] |
14
- | **score_red_final** | **Integer** | | [optional] |
15
- | **score_red_foul** | **Integer** | | [optional] |
16
- | **score_red_auto** | **Integer** | | [optional] |
17
- | **score_blue_final** | **Integer** | | [optional] |
18
- | **score_blue_foul** | **Integer** | | [optional] |
19
- | **score_blue_auto** | **Integer** | | [optional] |
20
- | **teams** | [**Array<ScheduleHybridModelTeamVersion2>**](ScheduleHybridModelTeamVersion2.md) | | [optional] |
21
-
22
- ## Code Sample
23
-
24
- ```ruby
25
- require 'ftc_events_client'
26
-
27
- instance = FtcEventsClient::ScheduleHybridModelVersion2.new(
28
- description: null,
29
- tournament_level: null,
30
- series: null,
31
- match_number: null,
32
- start_time: null,
33
- actual_start_time: null,
34
- post_result_time: null,
35
- score_red_final: null,
36
- score_red_foul: null,
37
- score_red_auto: null,
38
- score_blue_final: null,
39
- score_blue_foul: null,
40
- score_blue_auto: null,
41
- teams: null
42
- )
43
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **description** | **String** | | [optional]
7
+ **tournament_level** | **String** | | [optional]
8
+ **series** | **Integer** | | [optional]
9
+ **match_number** | **Integer** | | [optional]
10
+ **start_time** | **DateTime** | | [optional]
11
+ **actual_start_time** | **DateTime** | | [optional]
12
+ **post_result_time** | **DateTime** | | [optional]
13
+ **score_red_final** | **Integer** | | [optional]
14
+ **score_red_foul** | **Integer** | | [optional]
15
+ **score_red_auto** | **Integer** | | [optional]
16
+ **score_blue_final** | **Integer** | | [optional]
17
+ **score_blue_foul** | **Integer** | | [optional]
18
+ **score_blue_auto** | **Integer** | | [optional]
19
+ **score_blue_drive_controlled** | **Integer** | | [optional]
20
+ **score_blue_endgame** | **Integer** | | [optional]
21
+ **teams** | [**Array<ScheduleHybridModelTeamVersion2>**](ScheduleHybridModelTeamVersion2.md) | | [optional]
44
22
 
@@ -1,32 +1,14 @@
1
1
  # FtcEventsClient::ScheduledMatchModelVersion2
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **description** | **String** | | [optional] |
8
- | **field** | **String** | | [optional] |
9
- | **tournament_level** | **String** | | [optional] |
10
- | **start_time** | **Time** | | [optional] |
11
- | **series** | **Integer** | | [optional] |
12
- | **match_number** | **Integer** | | [optional] |
13
- | **teams** | [**Array<ScheduledMatchTeamModelVersion2>**](ScheduledMatchTeamModelVersion2.md) | | [optional] |
14
- | **modified_on** | **Time** | | [optional] |
15
-
16
- ## Code Sample
17
-
18
- ```ruby
19
- require 'ftc_events_client'
20
-
21
- instance = FtcEventsClient::ScheduledMatchModelVersion2.new(
22
- description: null,
23
- field: null,
24
- tournament_level: null,
25
- start_time: null,
26
- series: null,
27
- match_number: null,
28
- teams: null,
29
- modified_on: null
30
- )
31
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **description** | **String** | | [optional]
7
+ **field** | **String** | | [optional]
8
+ **tournament_level** | **String** | | [optional]
9
+ **start_time** | **DateTime** | | [optional]
10
+ **series** | **Integer** | | [optional]
11
+ **match_number** | **Integer** | | [optional]
12
+ **teams** | [**Array<ScheduledMatchTeamModelVersion2>**](ScheduledMatchTeamModelVersion2.md) | | [optional]
13
+ **modified_on** | **DateTime** | | [optional]
32
14
 
@@ -1,24 +1,10 @@
1
1
  # FtcEventsClient::ScheduledMatchTeamModelVersion2
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **team_number** | **Integer** | | [optional] |
8
- | **station** | **String** | | [optional] |
9
- | **surrogate** | **Boolean** | | [optional] |
10
- | **no_show** | **Boolean** | | [optional] |
11
-
12
- ## Code Sample
13
-
14
- ```ruby
15
- require 'ftc_events_client'
16
-
17
- instance = FtcEventsClient::ScheduledMatchTeamModelVersion2.new(
18
- team_number: null,
19
- station: null,
20
- surrogate: null,
21
- no_show: null
22
- )
23
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **team_number** | **Integer** | | [optional]
7
+ **station** | **String** | | [optional]
8
+ **surrogate** | **BOOLEAN** | | [optional]
9
+ **no_show** | **BOOLEAN** | | [optional]
24
10
 
@@ -1,90 +1,43 @@
1
1
  # FtcEventsClient::ScoreDetailAllianceModel2020
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **adjust** | **Integer** | | [optional] |
8
- | **dc_points** | **Integer** | | [optional] |
9
- | **auto_points** | **Integer** | | [optional] |
10
- | **dc_tower_low** | **Integer** | | [optional] |
11
- | **dc_tower_mid** | **Integer** | | [optional] |
12
- | **dc_tower_high** | **Integer** | | [optional] |
13
- | **navigated1** | **Boolean** | | [optional] |
14
- | **navigated2** | **Boolean** | | [optional] |
15
- | **wobble_delivered1** | **Boolean** | | [optional] |
16
- | **wobble_delivered2** | **Boolean** | | [optional] |
17
- | **auto_tower_low** | **Integer** | | [optional] |
18
- | **auto_tower_mid** | **Integer** | | [optional] |
19
- | **auto_tower_high** | **Integer** | | [optional] |
20
- | **auto_tower_points** | **Integer** | | [optional] |
21
- | **auto_power_shot_left** | **Boolean** | | [optional] |
22
- | **auto_power_shot_center** | **Boolean** | | [optional] |
23
- | **auto_power_shot_right** | **Boolean** | | [optional] |
24
- | **auto_power_shot_points** | **Integer** | | [optional] |
25
- | **wobble_rings1** | **Integer** | | [optional] |
26
- | **wobble_rings2** | **Integer** | | [optional] |
27
- | **wobble_end1** | **Integer** | | [optional] |
28
- | **wobble_end2** | **Integer** | | [optional] |
29
- | **wobble_end_points** | **Integer** | | [optional] |
30
- | **wobble_ring_points** | **Integer** | | [optional] |
31
- | **auto_wobble_points** | **Integer** | | [optional] |
32
- | **end_power_shot_left** | **Boolean** | | [optional] |
33
- | **end_power_shot_center** | **Boolean** | | [optional] |
34
- | **end_power_shot_right** | **Boolean** | | [optional] |
35
- | **end_power_shot_points** | **Integer** | | [optional] |
36
- | **penalty_points** | **Integer** | | [optional] |
37
- | **major_penalties** | **Integer** | | [optional] |
38
- | **minor_penalties** | **Integer** | | [optional] |
39
- | **navigation_points** | **Integer** | | [optional] |
40
- | **endgame_points** | **Integer** | | [optional] |
41
- | **total_points** | **Integer** | | [optional] |
42
- | **alliance** | **String** | | [optional] |
43
- | **team** | **Integer** | | [optional] |
44
-
45
- ## Code Sample
46
-
47
- ```ruby
48
- require 'ftc_events_client'
49
-
50
- instance = FtcEventsClient::ScoreDetailAllianceModel2020.new(
51
- adjust: null,
52
- dc_points: null,
53
- auto_points: null,
54
- dc_tower_low: null,
55
- dc_tower_mid: null,
56
- dc_tower_high: null,
57
- navigated1: null,
58
- navigated2: null,
59
- wobble_delivered1: null,
60
- wobble_delivered2: null,
61
- auto_tower_low: null,
62
- auto_tower_mid: null,
63
- auto_tower_high: null,
64
- auto_tower_points: null,
65
- auto_power_shot_left: null,
66
- auto_power_shot_center: null,
67
- auto_power_shot_right: null,
68
- auto_power_shot_points: null,
69
- wobble_rings1: null,
70
- wobble_rings2: null,
71
- wobble_end1: null,
72
- wobble_end2: null,
73
- wobble_end_points: null,
74
- wobble_ring_points: null,
75
- auto_wobble_points: null,
76
- end_power_shot_left: null,
77
- end_power_shot_center: null,
78
- end_power_shot_right: null,
79
- end_power_shot_points: null,
80
- penalty_points: null,
81
- major_penalties: null,
82
- minor_penalties: null,
83
- navigation_points: null,
84
- endgame_points: null,
85
- total_points: null,
86
- alliance: null,
87
- team: null
88
- )
89
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **adjust** | **Integer** | | [optional]
7
+ **dc_points** | **Integer** | | [optional]
8
+ **auto_points** | **Integer** | | [optional]
9
+ **dc_tower_low** | **Integer** | | [optional]
10
+ **dc_tower_mid** | **Integer** | | [optional]
11
+ **dc_tower_high** | **Integer** | | [optional]
12
+ **navigated1** | **BOOLEAN** | | [optional]
13
+ **navigated2** | **BOOLEAN** | | [optional]
14
+ **wobble_delivered1** | **BOOLEAN** | | [optional]
15
+ **wobble_delivered2** | **BOOLEAN** | | [optional]
16
+ **auto_tower_low** | **Integer** | | [optional]
17
+ **auto_tower_mid** | **Integer** | | [optional]
18
+ **auto_tower_high** | **Integer** | | [optional]
19
+ **auto_tower_points** | **Integer** | | [optional]
20
+ **auto_power_shot_left** | **BOOLEAN** | | [optional]
21
+ **auto_power_shot_center** | **BOOLEAN** | | [optional]
22
+ **auto_power_shot_right** | **BOOLEAN** | | [optional]
23
+ **auto_power_shot_points** | **Integer** | | [optional]
24
+ **wobble_rings1** | **Integer** | | [optional]
25
+ **wobble_rings2** | **Integer** | | [optional]
26
+ **wobble_end1** | **Integer** | | [optional]
27
+ **wobble_end2** | **Integer** | | [optional]
28
+ **wobble_end_points** | **Integer** | | [optional]
29
+ **wobble_ring_points** | **Integer** | | [optional]
30
+ **auto_wobble_points** | **Integer** | | [optional]
31
+ **end_power_shot_left** | **BOOLEAN** | | [optional]
32
+ **end_power_shot_center** | **BOOLEAN** | | [optional]
33
+ **end_power_shot_right** | **BOOLEAN** | | [optional]
34
+ **end_power_shot_points** | **Integer** | | [optional]
35
+ **penalty_points** | **Integer** | | [optional]
36
+ **major_penalties** | **Integer** | | [optional]
37
+ **minor_penalties** | **Integer** | | [optional]
38
+ **navigation_points** | **Integer** | | [optional]
39
+ **endgame_points** | **Integer** | | [optional]
40
+ **total_points** | **Integer** | | [optional]
41
+ **alliance** | **String** | | [optional]
42
+ **team** | **Integer** | | [optional]
90
43
 
@@ -0,0 +1,48 @@
1
+ # FtcEventsClient::ScoreDetailAllianceModel2021
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **alliance** | **String** | | [optional]
7
+ **barcode_element1** | [**BarcodeElement**](BarcodeElement.md) | | [optional]
8
+ **barcode_element2** | [**BarcodeElement**](BarcodeElement.md) | | [optional]
9
+ **carousel** | **BOOLEAN** | | [optional]
10
+ **auto_navigated1** | [**AutoNavigatedStatus**](AutoNavigatedStatus.md) | | [optional]
11
+ **auto_navigated2** | [**AutoNavigatedStatus**](AutoNavigatedStatus.md) | | [optional]
12
+ **auto_bonus1** | **BOOLEAN** | | [optional]
13
+ **auto_bonus2** | **BOOLEAN** | | [optional]
14
+ **auto_storage_freight** | **Integer** | | [optional]
15
+ **auto_freight1** | **Integer** | | [optional]
16
+ **auto_freight2** | **Integer** | | [optional]
17
+ **auto_freight3** | **Integer** | | [optional]
18
+ **driver_controlled_storage_freight** | **Integer** | | [optional]
19
+ **driver_controlled_freight1** | **Integer** | | [optional]
20
+ **driver_controlled_freight2** | **Integer** | | [optional]
21
+ **driver_controlled_freight3** | **Integer** | | [optional]
22
+ **shared_freight** | **Integer** | | [optional]
23
+ **endgame_delivered** | **Integer** | | [optional]
24
+ **alliance_balanced** | **BOOLEAN** | | [optional]
25
+ **shared_unbalanced** | **BOOLEAN** | | [optional]
26
+ **endgame_parked1** | [**EndgameParkedStatus**](EndgameParkedStatus.md) | | [optional]
27
+ **endgame_parked2** | [**EndgameParkedStatus**](EndgameParkedStatus.md) | | [optional]
28
+ **capped** | **Integer** | | [optional]
29
+ **minor_penalties** | **Integer** | | [optional]
30
+ **major_penalties** | **Integer** | | [optional]
31
+ **carousel_points** | **Integer** | | [optional]
32
+ **auto_navigation_points** | **Integer** | | [optional]
33
+ **auto_freight_points** | **Integer** | | [optional]
34
+ **auto_bonus_points** | **Integer** | | [optional]
35
+ **driver_controlled_alliance_hub_points** | **Integer** | | [optional]
36
+ **driver_controlled_shared_hub_points** | **Integer** | | [optional]
37
+ **driver_controlled_storage_points** | **Integer** | | [optional]
38
+ **endgame_delivery_points** | **Integer** | | [optional]
39
+ **alliance_balanced_points** | **Integer** | | [optional]
40
+ **shared_unbalanced_points** | **Integer** | | [optional]
41
+ **endgame_parking_points** | **Integer** | | [optional]
42
+ **capping_points** | **Integer** | | [optional]
43
+ **auto_points** | **Integer** | | [optional]
44
+ **driver_controlled_points** | **Integer** | | [optional]
45
+ **endgame_points** | **Integer** | | [optional]
46
+ **penalty_points** | **Integer** | | [optional]
47
+ **total_points** | **Integer** | | [optional]
48
+
@@ -1,22 +1,10 @@
1
1
  # FtcEventsClient::ScoreDetailModel2019
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **match_level** | [**TournamentLevel**](TournamentLevel.md) | | [optional] |
8
- | **match_number** | **Integer** | | [optional] |
9
- | **alliances** | [**Array<ScoreDetailModelAlliance2019>**](ScoreDetailModelAlliance2019.md) | | [optional] |
10
-
11
- ## Code Sample
12
-
13
- ```ruby
14
- require 'ftc_events_client'
15
-
16
- instance = FtcEventsClient::ScoreDetailModel2019.new(
17
- match_level: null,
18
- match_number: null,
19
- alliances: null
20
- )
21
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
7
+ **match_series** | **Integer** | | [optional]
8
+ **match_number** | **Integer** | | [optional]
9
+ **alliances** | [**Array<ScoreDetailModelAlliance2019>**](ScoreDetailModelAlliance2019.md) | | [optional]
22
10
 
@@ -1,22 +1,10 @@
1
1
  # FtcEventsClient::ScoreDetailModel2020
2
2
 
3
3
  ## Properties
4
-
5
- | Name | Type | Description | Notes |
6
- | ---- | ---- | ----------- | ----- |
7
- | **match_level** | [**TournamentLevel**](TournamentLevel.md) | | [optional] |
8
- | **match_number** | **Integer** | | [optional] |
9
- | **alliances** | [**Array<ScoreDetailAllianceModel2020>**](ScoreDetailAllianceModel2020.md) | | [optional] |
10
-
11
- ## Code Sample
12
-
13
- ```ruby
14
- require 'ftc_events_client'
15
-
16
- instance = FtcEventsClient::ScoreDetailModel2020.new(
17
- match_level: null,
18
- match_number: null,
19
- alliances: null
20
- )
21
- ```
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
7
+ **match_series** | **Integer** | | [optional]
8
+ **match_number** | **Integer** | | [optional]
9
+ **alliances** | [**Array<ScoreDetailAllianceModel2020>**](ScoreDetailAllianceModel2020.md) | | [optional]
22
10
 
@@ -0,0 +1,10 @@
1
+ # FtcEventsClient::ScoreDetailModel2021
2
+
3
+ ## Properties
4
+ Name | Type | Description | Notes
5
+ ------------ | ------------- | ------------- | -------------
6
+ **match_level** | [**FTCEventLevel**](FTCEventLevel.md) | | [optional]
7
+ **match_series** | **Integer** | | [optional]
8
+ **match_number** | **Integer** | | [optional]
9
+ **alliances** | [**Array<ScoreDetailAllianceModel2021>**](ScoreDetailAllianceModel2021.md) | | [optional]
10
+