happyco_json 2.0.0
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.
- checksums.yaml +7 -0
- data/Gemfile +7 -0
- data/README.md +215 -0
- data/Rakefile +8 -0
- data/docs/AccountProvisioningServiceApi.md +98 -0
- data/docs/AccountServiceApi.md +98 -0
- data/docs/AccountUsersServiceApi.md +188 -0
- data/docs/AssetServiceApi.md +233 -0
- data/docs/CreateAccountsRequestAccountWithAdmin.md +9 -0
- data/docs/CreateAccountsResponseAccountIDWithAdminID.md +9 -0
- data/docs/FolderServiceApi.md +188 -0
- data/docs/InspectionServiceApi.md +329 -0
- data/docs/InspectionStatusChangeStatus.md +7 -0
- data/docs/InspectionStatusChangesEventInspectionStatusChange.md +10 -0
- data/docs/TemplateServiceApi.md +233 -0
- data/docs/UpdateAccountsRequestAccountWithAdminId.md +9 -0
- data/docs/V1Account.md +17 -0
- data/docs/V1AddInspectionPhotoRequest.md +11 -0
- data/docs/V1AddInspectionPhotoResponse.md +9 -0
- data/docs/V1AddInspectionPhotosRequest.md +9 -0
- data/docs/V1AddInspectionPhotosResponse.md +8 -0
- data/docs/V1AddUsersRequest.md +9 -0
- data/docs/V1AddUsersResponse.md +8 -0
- data/docs/V1Asset.md +17 -0
- data/docs/V1CreateAccountsRequest.md +8 -0
- data/docs/V1CreateAccountsResponse.md +8 -0
- data/docs/V1CreateAssetsRequest.md +10 -0
- data/docs/V1CreateAssetsResponse.md +8 -0
- data/docs/V1CreateDelegatedInspectionLinkRequest.md +12 -0
- data/docs/V1CreateDelegatedInspectionLinkResponse.md +9 -0
- data/docs/V1CreateDelegatedInspectionLinksRequest.md +13 -0
- data/docs/V1CreateDelegatedInspectionLinksResponse.md +8 -0
- data/docs/V1CreateFoldersRequest.md +9 -0
- data/docs/V1CreateFoldersResponse.md +8 -0
- data/docs/V1CreateInspectionsRequest.md +9 -0
- data/docs/V1CreateInspectionsResponse.md +8 -0
- data/docs/V1CreateTemplatesRequest.md +10 -0
- data/docs/V1CreateTemplatesResponse.md +8 -0
- data/docs/V1DateTime.md +13 -0
- data/docs/V1Event.md +8 -0
- data/docs/V1EventAck.md +10 -0
- data/docs/V1EventHandlerOptions.md +8 -0
- data/docs/V1FloatArray.md +8 -0
- data/docs/V1Folder.md +11 -0
- data/docs/V1FolderType.md +7 -0
- data/docs/V1FooterField.md +10 -0
- data/docs/V1HeaderField.md +10 -0
- data/docs/V1Inspection.md +16 -0
- data/docs/V1InspectionData.md +15 -0
- data/docs/V1InspectionStatusChangesEvent.md +9 -0
- data/docs/V1InspectionStatusChangesEventAck.md +8 -0
- data/docs/V1InspectionStatusChangesEventAckResponse.md +7 -0
- data/docs/V1InspectionStatusChangesEventRequest.md +9 -0
- data/docs/V1IntegrationID.md +10 -0
- data/docs/V1Item.md +14 -0
- data/docs/V1ListAccountsRequest.md +10 -0
- data/docs/V1ListAccountsResponse.md +9 -0
- data/docs/V1ListAssetsRequest.md +12 -0
- data/docs/V1ListAssetsResponse.md +9 -0
- data/docs/V1ListFoldersRequest.md +11 -0
- data/docs/V1ListFoldersResponse.md +9 -0
- data/docs/V1ListInspectionsRequest.md +13 -0
- data/docs/V1ListInspectionsResponse.md +10 -0
- data/docs/V1ListTemplatesRequest.md +12 -0
- data/docs/V1ListTemplatesResponse.md +10 -0
- data/docs/V1ListUsersRequest.md +11 -0
- data/docs/V1ListUsersResponse.md +9 -0
- data/docs/V1Paging.md +7 -0
- data/docs/V1PagingResponse.md +7 -0
- data/docs/V1Photo.md +9 -0
- data/docs/V1Property.md +8 -0
- data/docs/V1RatingCheckbox.md +12 -0
- data/docs/V1RatingControl.md +11 -0
- data/docs/V1RatingDropDown.md +9 -0
- data/docs/V1RatingDropDownOption.md +12 -0
- data/docs/V1RatingGroups.md +9 -0
- data/docs/V1RatingImage.md +7 -0
- data/docs/V1RatingRadioGroup.md +9 -0
- data/docs/V1RatingRadioGroupOption.md +11 -0
- data/docs/V1RatingValues.md +9 -0
- data/docs/V1ScheduledInspection.md +11 -0
- data/docs/V1Section.md +9 -0
- data/docs/V1SetAssetsArchivedRequest.md +10 -0
- data/docs/V1SetAssetsArchivedResponse.md +7 -0
- data/docs/V1SetInspectionsArchivedRequest.md +9 -0
- data/docs/V1SetInspectionsArchivedResponse.md +7 -0
- data/docs/V1SetTemplatesArchivedRequest.md +10 -0
- data/docs/V1SetTemplatesArchivedResponse.md +7 -0
- data/docs/V1StringArray.md +8 -0
- data/docs/V1Template.md +18 -0
- data/docs/V1Unit.md +9 -0
- data/docs/V1UpdateAccountStatusesRequest.md +9 -0
- data/docs/V1UpdateAccountStatusesResponse.md +7 -0
- data/docs/V1UpdateAccountsRequest.md +8 -0
- data/docs/V1UpdateAccountsResponse.md +7 -0
- data/docs/V1UpdateAssetsRequest.md +10 -0
- data/docs/V1UpdateAssetsResponse.md +7 -0
- data/docs/V1UpdateFolderStatusesRequest.md +10 -0
- data/docs/V1UpdateFolderStatusesResponse.md +7 -0
- data/docs/V1UpdateFoldersRequest.md +9 -0
- data/docs/V1UpdateFoldersResponse.md +8 -0
- data/docs/V1UpdateInspectionsRequest.md +9 -0
- data/docs/V1UpdateInspectionsResponse.md +7 -0
- data/docs/V1UpdateTemplatesRequest.md +10 -0
- data/docs/V1UpdateTemplatesResponse.md +7 -0
- data/docs/V1UpdateUserStatusesRequest.md +10 -0
- data/docs/V1UpdateUserStatusesResponse.md +7 -0
- data/docs/V1UpdateUsersRequest.md +9 -0
- data/docs/V1UpdateUsersResponse.md +8 -0
- data/docs/V1User.md +13 -0
- data/git_push.sh +55 -0
- data/happyco_json.gemspec +45 -0
- data/lib/happyco_json/api/account_provisioning_service_api.rb +128 -0
- data/lib/happyco_json/api/account_service_api.rb +128 -0
- data/lib/happyco_json/api/account_users_service_api.rb +234 -0
- data/lib/happyco_json/api/asset_service_api.rb +287 -0
- data/lib/happyco_json/api/folder_service_api.rb +234 -0
- data/lib/happyco_json/api/inspection_service_api.rb +393 -0
- data/lib/happyco_json/api/template_service_api.rb +287 -0
- data/lib/happyco_json/api_client.rb +375 -0
- data/lib/happyco_json/api_error.rb +37 -0
- data/lib/happyco_json/configuration.rb +195 -0
- data/lib/happyco_json/helpers.rb +30 -0
- data/lib/happyco_json/models/create_accounts_request_account_with_admin.rb +196 -0
- data/lib/happyco_json/models/create_accounts_response_account_id_with_admin_id.rb +196 -0
- data/lib/happyco_json/models/inspection_status_change_status.rb +22 -0
- data/lib/happyco_json/models/inspection_status_changes_event_inspection_status_change.rb +256 -0
- data/lib/happyco_json/models/update_accounts_request_account_with_admin_id.rb +196 -0
- data/lib/happyco_json/models/v1_account.rb +268 -0
- data/lib/happyco_json/models/v1_add_inspection_photo_request.rb +216 -0
- data/lib/happyco_json/models/v1_add_inspection_photo_response.rb +197 -0
- data/lib/happyco_json/models/v1_add_inspection_photos_request.rb +200 -0
- data/lib/happyco_json/models/v1_add_inspection_photos_response.rb +190 -0
- data/lib/happyco_json/models/v1_add_users_request.rb +198 -0
- data/lib/happyco_json/models/v1_add_users_response.rb +189 -0
- data/lib/happyco_json/models/v1_asset.rb +268 -0
- data/lib/happyco_json/models/v1_create_accounts_request.rb +189 -0
- data/lib/happyco_json/models/v1_create_accounts_response.rb +189 -0
- data/lib/happyco_json/models/v1_create_assets_request.rb +207 -0
- data/lib/happyco_json/models/v1_create_assets_response.rb +189 -0
- data/lib/happyco_json/models/v1_create_delegated_inspection_link_request.rb +223 -0
- data/lib/happyco_json/models/v1_create_delegated_inspection_link_response.rb +196 -0
- data/lib/happyco_json/models/v1_create_delegated_inspection_links_request.rb +234 -0
- data/lib/happyco_json/models/v1_create_delegated_inspection_links_response.rb +189 -0
- data/lib/happyco_json/models/v1_create_folders_request.rb +198 -0
- data/lib/happyco_json/models/v1_create_folders_response.rb +189 -0
- data/lib/happyco_json/models/v1_create_inspections_request.rb +200 -0
- data/lib/happyco_json/models/v1_create_inspections_response.rb +189 -0
- data/lib/happyco_json/models/v1_create_templates_request.rb +207 -0
- data/lib/happyco_json/models/v1_create_templates_response.rb +189 -0
- data/lib/happyco_json/models/v1_date_time.rb +232 -0
- data/lib/happyco_json/models/v1_event.rb +187 -0
- data/lib/happyco_json/models/v1_event_ack.rb +207 -0
- data/lib/happyco_json/models/v1_event_handler_options.rb +187 -0
- data/lib/happyco_json/models/v1_float_array.rb +189 -0
- data/lib/happyco_json/models/v1_folder.rb +249 -0
- data/lib/happyco_json/models/v1_folder_type.rb +21 -0
- data/lib/happyco_json/models/v1_footer_field.rb +208 -0
- data/lib/happyco_json/models/v1_header_field.rb +208 -0
- data/lib/happyco_json/models/v1_inspection.rb +264 -0
- data/lib/happyco_json/models/v1_inspection_data.rb +266 -0
- data/lib/happyco_json/models/v1_inspection_status_changes_event.rb +198 -0
- data/lib/happyco_json/models/v1_inspection_status_changes_event_ack.rb +188 -0
- data/lib/happyco_json/models/v1_inspection_status_changes_event_ack_response.rb +178 -0
- data/lib/happyco_json/models/v1_inspection_status_changes_event_request.rb +198 -0
- data/lib/happyco_json/models/v1_integration_id.rb +205 -0
- data/lib/happyco_json/models/v1_item.rb +254 -0
- data/lib/happyco_json/models/v1_list_accounts_request.rb +207 -0
- data/lib/happyco_json/models/v1_list_accounts_response.rb +198 -0
- data/lib/happyco_json/models/v1_list_assets_request.rb +225 -0
- data/lib/happyco_json/models/v1_list_assets_response.rb +198 -0
- data/lib/happyco_json/models/v1_list_folders_request.rb +216 -0
- data/lib/happyco_json/models/v1_list_folders_response.rb +198 -0
- data/lib/happyco_json/models/v1_list_inspections_request.rb +244 -0
- data/lib/happyco_json/models/v1_list_inspections_response.rb +210 -0
- data/lib/happyco_json/models/v1_list_templates_request.rb +227 -0
- data/lib/happyco_json/models/v1_list_templates_response.rb +207 -0
- data/lib/happyco_json/models/v1_list_users_request.rb +216 -0
- data/lib/happyco_json/models/v1_list_users_response.rb +198 -0
- data/lib/happyco_json/models/v1_paging.rb +178 -0
- data/lib/happyco_json/models/v1_paging_response.rb +178 -0
- data/lib/happyco_json/models/v1_photo.rb +196 -0
- data/lib/happyco_json/models/v1_property.rb +187 -0
- data/lib/happyco_json/models/v1_rating_checkbox.rb +261 -0
- data/lib/happyco_json/models/v1_rating_control.rb +215 -0
- data/lib/happyco_json/models/v1_rating_drop_down.rb +199 -0
- data/lib/happyco_json/models/v1_rating_drop_down_option.rb +261 -0
- data/lib/happyco_json/models/v1_rating_groups.rb +200 -0
- data/lib/happyco_json/models/v1_rating_image.rb +137 -0
- data/lib/happyco_json/models/v1_rating_radio_group.rb +199 -0
- data/lib/happyco_json/models/v1_rating_radio_group_option.rb +251 -0
- data/lib/happyco_json/models/v1_rating_values.rb +196 -0
- data/lib/happyco_json/models/v1_scheduled_inspection.rb +223 -0
- data/lib/happyco_json/models/v1_section.rb +200 -0
- data/lib/happyco_json/models/v1_set_assets_archived_request.rb +207 -0
- data/lib/happyco_json/models/v1_set_assets_archived_response.rb +178 -0
- data/lib/happyco_json/models/v1_set_inspections_archived_request.rb +200 -0
- data/lib/happyco_json/models/v1_set_inspections_archived_response.rb +178 -0
- data/lib/happyco_json/models/v1_set_templates_archived_request.rb +207 -0
- data/lib/happyco_json/models/v1_set_templates_archived_response.rb +178 -0
- data/lib/happyco_json/models/v1_string_array.rb +189 -0
- data/lib/happyco_json/models/v1_template.rb +287 -0
- data/lib/happyco_json/models/v1_unit.rb +196 -0
- data/lib/happyco_json/models/v1_update_account_statuses_request.rb +198 -0
- data/lib/happyco_json/models/v1_update_account_statuses_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_accounts_request.rb +189 -0
- data/lib/happyco_json/models/v1_update_accounts_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_assets_request.rb +207 -0
- data/lib/happyco_json/models/v1_update_assets_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_folder_statuses_request.rb +207 -0
- data/lib/happyco_json/models/v1_update_folder_statuses_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_folders_request.rb +198 -0
- data/lib/happyco_json/models/v1_update_folders_response.rb +189 -0
- data/lib/happyco_json/models/v1_update_inspections_request.rb +200 -0
- data/lib/happyco_json/models/v1_update_inspections_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_templates_request.rb +207 -0
- data/lib/happyco_json/models/v1_update_templates_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_user_statuses_request.rb +207 -0
- data/lib/happyco_json/models/v1_update_user_statuses_response.rb +178 -0
- data/lib/happyco_json/models/v1_update_users_request.rb +198 -0
- data/lib/happyco_json/models/v1_update_users_response.rb +189 -0
- data/lib/happyco_json/models/v1_user.rb +232 -0
- data/lib/happyco_json/version.rb +14 -0
- data/lib/happyco_json.rb +145 -0
- data/spec/api/account_provisioning_service_api_spec.rb +58 -0
- data/spec/api/account_service_api_spec.rb +58 -0
- data/spec/api/account_users_service_api_spec.rb +82 -0
- data/spec/api/asset_service_api_spec.rb +94 -0
- data/spec/api/folder_service_api_spec.rb +82 -0
- data/spec/api/inspection_service_api_spec.rb +118 -0
- data/spec/api/template_service_api_spec.rb +94 -0
- data/spec/api_client_spec.rb +225 -0
- data/spec/configuration_spec.rb +41 -0
- data/spec/models/create_accounts_request_account_with_admin_spec.rb +47 -0
- data/spec/models/create_accounts_response_account_id_with_admin_id_spec.rb +47 -0
- data/spec/models/inspection_status_change_status_spec.rb +35 -0
- data/spec/models/inspection_status_changes_event_inspection_status_change_spec.rb +61 -0
- data/spec/models/update_accounts_request_account_with_admin_id_spec.rb +47 -0
- data/spec/models/v1_account_spec.rb +95 -0
- data/spec/models/v1_add_inspection_photo_request_spec.rb +59 -0
- data/spec/models/v1_add_inspection_photo_response_spec.rb +47 -0
- data/spec/models/v1_add_inspection_photos_request_spec.rb +47 -0
- data/spec/models/v1_add_inspection_photos_response_spec.rb +41 -0
- data/spec/models/v1_add_users_request_spec.rb +47 -0
- data/spec/models/v1_add_users_response_spec.rb +41 -0
- data/spec/models/v1_asset_spec.rb +95 -0
- data/spec/models/v1_create_accounts_request_spec.rb +41 -0
- data/spec/models/v1_create_accounts_response_spec.rb +41 -0
- data/spec/models/v1_create_assets_request_spec.rb +53 -0
- data/spec/models/v1_create_assets_response_spec.rb +41 -0
- data/spec/models/v1_create_delegated_inspection_link_request_spec.rb +65 -0
- data/spec/models/v1_create_delegated_inspection_link_response_spec.rb +47 -0
- data/spec/models/v1_create_delegated_inspection_links_request_spec.rb +71 -0
- data/spec/models/v1_create_delegated_inspection_links_response_spec.rb +41 -0
- data/spec/models/v1_create_folders_request_spec.rb +47 -0
- data/spec/models/v1_create_folders_response_spec.rb +41 -0
- data/spec/models/v1_create_inspections_request_spec.rb +47 -0
- data/spec/models/v1_create_inspections_response_spec.rb +41 -0
- data/spec/models/v1_create_templates_request_spec.rb +53 -0
- data/spec/models/v1_create_templates_response_spec.rb +41 -0
- data/spec/models/v1_date_time_spec.rb +71 -0
- data/spec/models/v1_event_ack_spec.rb +53 -0
- data/spec/models/v1_event_handler_options_spec.rb +41 -0
- data/spec/models/v1_event_spec.rb +41 -0
- data/spec/models/v1_float_array_spec.rb +41 -0
- data/spec/models/v1_folder_spec.rb +63 -0
- data/spec/models/v1_folder_type_spec.rb +35 -0
- data/spec/models/v1_footer_field_spec.rb +53 -0
- data/spec/models/v1_header_field_spec.rb +53 -0
- data/spec/models/v1_inspection_data_spec.rb +83 -0
- data/spec/models/v1_inspection_spec.rb +89 -0
- data/spec/models/v1_inspection_status_changes_event_ack_response_spec.rb +35 -0
- data/spec/models/v1_inspection_status_changes_event_ack_spec.rb +41 -0
- data/spec/models/v1_inspection_status_changes_event_request_spec.rb +47 -0
- data/spec/models/v1_inspection_status_changes_event_spec.rb +47 -0
- data/spec/models/v1_integration_id_spec.rb +53 -0
- data/spec/models/v1_item_spec.rb +77 -0
- data/spec/models/v1_list_accounts_request_spec.rb +53 -0
- data/spec/models/v1_list_accounts_response_spec.rb +47 -0
- data/spec/models/v1_list_assets_request_spec.rb +65 -0
- data/spec/models/v1_list_assets_response_spec.rb +47 -0
- data/spec/models/v1_list_folders_request_spec.rb +59 -0
- data/spec/models/v1_list_folders_response_spec.rb +47 -0
- data/spec/models/v1_list_inspections_request_spec.rb +71 -0
- data/spec/models/v1_list_inspections_response_spec.rb +53 -0
- data/spec/models/v1_list_templates_request_spec.rb +65 -0
- data/spec/models/v1_list_templates_response_spec.rb +53 -0
- data/spec/models/v1_list_users_request_spec.rb +59 -0
- data/spec/models/v1_list_users_response_spec.rb +47 -0
- data/spec/models/v1_paging_response_spec.rb +35 -0
- data/spec/models/v1_paging_spec.rb +35 -0
- data/spec/models/v1_photo_spec.rb +47 -0
- data/spec/models/v1_property_spec.rb +41 -0
- data/spec/models/v1_rating_checkbox_spec.rb +69 -0
- data/spec/models/v1_rating_control_spec.rb +59 -0
- data/spec/models/v1_rating_drop_down_option_spec.rb +69 -0
- data/spec/models/v1_rating_drop_down_spec.rb +47 -0
- data/spec/models/v1_rating_groups_spec.rb +47 -0
- data/spec/models/v1_rating_image_spec.rb +35 -0
- data/spec/models/v1_rating_radio_group_option_spec.rb +63 -0
- data/spec/models/v1_rating_radio_group_spec.rb +47 -0
- data/spec/models/v1_rating_values_spec.rb +47 -0
- data/spec/models/v1_scheduled_inspection_spec.rb +59 -0
- data/spec/models/v1_section_spec.rb +47 -0
- data/spec/models/v1_set_assets_archived_request_spec.rb +53 -0
- data/spec/models/v1_set_assets_archived_response_spec.rb +35 -0
- data/spec/models/v1_set_inspections_archived_request_spec.rb +47 -0
- data/spec/models/v1_set_inspections_archived_response_spec.rb +35 -0
- data/spec/models/v1_set_templates_archived_request_spec.rb +53 -0
- data/spec/models/v1_set_templates_archived_response_spec.rb +35 -0
- data/spec/models/v1_string_array_spec.rb +41 -0
- data/spec/models/v1_template_spec.rb +101 -0
- data/spec/models/v1_unit_spec.rb +47 -0
- data/spec/models/v1_update_account_statuses_request_spec.rb +47 -0
- data/spec/models/v1_update_account_statuses_response_spec.rb +35 -0
- data/spec/models/v1_update_accounts_request_spec.rb +41 -0
- data/spec/models/v1_update_accounts_response_spec.rb +35 -0
- data/spec/models/v1_update_assets_request_spec.rb +53 -0
- data/spec/models/v1_update_assets_response_spec.rb +35 -0
- data/spec/models/v1_update_folder_statuses_request_spec.rb +53 -0
- data/spec/models/v1_update_folder_statuses_response_spec.rb +35 -0
- data/spec/models/v1_update_folders_request_spec.rb +47 -0
- data/spec/models/v1_update_folders_response_spec.rb +41 -0
- data/spec/models/v1_update_inspections_request_spec.rb +47 -0
- data/spec/models/v1_update_inspections_response_spec.rb +35 -0
- data/spec/models/v1_update_templates_request_spec.rb +53 -0
- data/spec/models/v1_update_templates_response_spec.rb +35 -0
- data/spec/models/v1_update_user_statuses_request_spec.rb +53 -0
- data/spec/models/v1_update_user_statuses_response_spec.rb +35 -0
- data/spec/models/v1_update_users_request_spec.rb +47 -0
- data/spec/models/v1_update_users_response_spec.rb +41 -0
- data/spec/models/v1_user_spec.rb +71 -0
- data/spec/spec_helper.rb +110 -0
- metadata +658 -0
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# HappyCo::V1CreateAccountsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id_with_admin_ids** | [**Array<CreateAccountsResponseAccountIDWithAdminID>**](CreateAccountsResponseAccountIDWithAdminID.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1CreateAssetsRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folder_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**assets** | [**Array<V1Asset>**](V1Asset.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# HappyCo::V1CreateDelegatedInspectionLinkRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**email** | **String** | | [optional]
|
|
7
|
+
**first_name** | **String** | | [optional]
|
|
8
|
+
**last_name** | **String** | | [optional]
|
|
9
|
+
**inspection_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
10
|
+
**expiry** | [**V1DateTime**](V1DateTime.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# HappyCo::V1CreateDelegatedInspectionLinksRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**requests** | [**Array<V1CreateDelegatedInspectionLinkRequest>**](V1CreateDelegatedInspectionLinkRequest.md) | | [optional]
|
|
8
|
+
**send_email** | **BOOLEAN** | | [optional]
|
|
9
|
+
**email_subject_template** | **String** | | [optional]
|
|
10
|
+
**email_template_html** | **String** | | [optional]
|
|
11
|
+
**email_template_text** | **String** | | [optional]
|
|
12
|
+
|
|
13
|
+
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
# HappyCo::V1CreateDelegatedInspectionLinksResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**responses** | [**Array<V1CreateDelegatedInspectionLinkResponse>**](V1CreateDelegatedInspectionLinkResponse.md) | | [optional]
|
|
7
|
+
|
|
8
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1CreateFoldersRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folders** | [**Array<V1Folder>**](V1Folder.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1CreateInspectionsRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Account ID that the request applies to. For custom integrations (i.e. not integration partners) it can be omitted. | [optional]
|
|
7
|
+
**inspections** | [**Array<V1Inspection>**](V1Inspection.md) | * Inspections to be created. | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1CreateTemplatesRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folder_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**templates** | [**Array<V1Template>**](V1Template.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/V1DateTime.md
ADDED
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# HappyCo::V1DateTime
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**year** | **Integer** | | [optional]
|
|
7
|
+
**month** | **Integer** | | [optional]
|
|
8
|
+
**day** | **Integer** | | [optional]
|
|
9
|
+
**hour24** | **Integer** | | [optional]
|
|
10
|
+
**minute** | **Integer** | | [optional]
|
|
11
|
+
**second** | **Integer** | | [optional]
|
|
12
|
+
|
|
13
|
+
|
data/docs/V1Event.md
ADDED
data/docs/V1EventAck.md
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1EventAck
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**event_ids** | **Array<Integer>** | | [optional]
|
|
7
|
+
**ack** | **BOOLEAN** | | [optional]
|
|
8
|
+
**extend_timeout_seconds** | **Integer** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/V1Folder.md
ADDED
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# HappyCo::V1Folder
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**inactive** | **BOOLEAN** | | [optional]
|
|
8
|
+
**name** | **String** | | [optional]
|
|
9
|
+
**type** | **String** | | [optional] [default to "MULTI_FAMILY"]
|
|
10
|
+
|
|
11
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1FooterField
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is required and is shown on both the inspection and reports. Example values include: File #, Key Number, etc. | [optional]
|
|
7
|
+
**type** | **String** | * Type is required an must be set to 'text'. | [optional]
|
|
8
|
+
**value** | **String** | * Value is optional and is shown on both the inspection and reports. It can be changed during the inspection. | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1HeaderField
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is required and is shown on both the inspection and reports. Example values include: File #, Key Number, etc. | [optional]
|
|
7
|
+
**type** | **String** | * Type is required an must be set to 'text'. | [optional]
|
|
8
|
+
**value** | **String** | Value is optional and is shown on both the inspection and reports. It can be changed during the inspection. | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# HappyCo::V1Inspection
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**id** | [**V1IntegrationID**](V1IntegrationID.md) | * ID of inspection. | [optional]
|
|
7
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Account ID that the inspection belongs to. | [optional]
|
|
8
|
+
**folder_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
9
|
+
**asset_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Asset is the parent that inspection is attached to. This field must reference a non archived asset in the same folder as the template referenced below. | [optional]
|
|
10
|
+
**template_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Template is the prototype of an inspection thats allow it to be configured on the fly. This field must reference a non archived template in the same folder as the parent asset referenced above. | [optional]
|
|
11
|
+
**template_outline** | **String** | * Template outline when set on a scheduled inspection forces a different outline prototype to be used when the inspection moves from scheduled to in_progress. | [optional]
|
|
12
|
+
**scheduled** | [**V1ScheduledInspection**](V1ScheduledInspection.md) | | [optional]
|
|
13
|
+
**in_progress** | [**V1InspectionData**](V1InspectionData.md) | | [optional]
|
|
14
|
+
**completed** | [**V1InspectionData**](V1InspectionData.md) | | [optional]
|
|
15
|
+
|
|
16
|
+
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# HappyCo::V1InspectionData
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**started_at** | [**V1DateTime**](V1DateTime.md) | * Started at is a non optional field that is set to the actual time that an inspection transitions from scheduled to in_progress. This time comes from the device where the transition occurs on as the user may be offline. | [optional]
|
|
7
|
+
**ended_at** | [**V1DateTime**](V1DateTime.md) | * Ended at is an optional field for in_progress inspections but required for completed inspections. It is set to the actual time that an inspection transtions from in_progress to complete. This time comes from the device where the transition occurs as the suer may be offline. | [optional]
|
|
8
|
+
**user_started_at** | [**V1DateTime**](V1DateTime.md) | * User started at is an optional field that can appear on reports. This can be updated by the user to a specific time. When an inspection transitions from scheduled to in_progress the schedule_date becomes this field. | [optional]
|
|
9
|
+
**user_ended_at** | [**V1DateTime**](V1DateTime.md) | * User ended at is an optional field that can appear on reports. This can be updated by the user to a specific time. | [optional]
|
|
10
|
+
**header_fields** | [**Array<V1HeaderField>**](V1HeaderField.md) | * HeaderFields are shown on the top of an inspection and reports generated from it. | [optional]
|
|
11
|
+
**sections** | [**Array<V1Section>**](V1Section.md) | * Sections and their items hold most of the inspection data; selected ratings, notes, and photos. | [optional]
|
|
12
|
+
**footer_fields** | [**Array<V1FooterField>**](V1FooterField.md) | * FooterFields are shown at the end of an inspection and reports generated from it. | [optional]
|
|
13
|
+
**rating_groups** | [**Hash<String, V1RatingGroups>**](V1RatingGroups.md) | * Rating groups is a map of unique keys within an inspection to rating groups. Each item within this inspection must reference a rating group with a key in this map. | [optional]
|
|
14
|
+
|
|
15
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1InspectionStatusChangesEvent
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**event** | [**V1Event**](V1Event.md) | | [optional]
|
|
7
|
+
**changes** | [**Array<InspectionStatusChangesEventInspectionStatusChange>**](InspectionStatusChangesEventInspectionStatusChange.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1InspectionStatusChangesEventRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Account ID that the request applies to. For custom integrations (i.e. not integration partners) it can be omitted. | [optional]
|
|
7
|
+
**options** | [**V1EventHandlerOptions**](V1EventHandlerOptions.md) | * Options the client can set to configure the returned event stream. See EventHandlerOptions for more details. | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1IntegrationID
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**id** | **String** | | [optional]
|
|
7
|
+
**external_id** | **String** | | [optional]
|
|
8
|
+
**sync_token** | **Integer** | | [optional]
|
|
9
|
+
|
|
10
|
+
|
data/docs/V1Item.md
ADDED
|
@@ -0,0 +1,14 @@
|
|
|
1
|
+
# HappyCo::V1Item
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**name** | **String** | * Name is an optional field but should be set to something that makes sense in context of the parent section. For example; 'Kitchen': 'Sink', 'Floor 1': 'Water Heater'. | [optional]
|
|
7
|
+
**notes** | **String** | * Notes is an optional field where inspectors can type custom notes (optionally using SnapText) that pertain to this item. | [optional]
|
|
8
|
+
**info** | **String** | * Info is an optional field that can be used to provide helpful information to the inspector. It is not shown on the report and is primarily used to help training. | [optional]
|
|
9
|
+
**photos** | [**Array<V1Photo>**](V1Photo.md) | * Photos data can be added with the AddInspectionPhotos api. | [optional]
|
|
10
|
+
**rating_group_key** | **String** | * Rating group key is a string that can be used to access a rating group from the parent inspection. A rating group must exist for this key within the inspection for the value to be valid. | [optional]
|
|
11
|
+
**values** | [**Hash<String, V1RatingValues>**](V1RatingValues.md) | * Values are a map of rating keys and the selected value(s). That can be referenced using the item's associated rating group. | [optional]
|
|
12
|
+
**scores** | [**Hash<String, V1FloatArray>**](V1FloatArray.md) | * Scores are a map of rating keys and the selected score(s). That can be referenced using the item's associated rating group. | [optional]
|
|
13
|
+
|
|
14
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1ListAccountsRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**include_inactive** | **BOOLEAN** | | [optional]
|
|
8
|
+
**paging** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1ListAccountsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**accounts** | [**Array<V1Account>**](V1Account.md) | | [optional]
|
|
7
|
+
**paging** | [**V1PagingResponse**](V1PagingResponse.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# HappyCo::V1ListAssetsRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folder_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**asset_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
9
|
+
**include_archived** | **BOOLEAN** | | [optional]
|
|
10
|
+
**paging** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1ListAssetsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**assets** | [**Array<V1Asset>**](V1Asset.md) | | [optional]
|
|
7
|
+
**paging** | [**V1PagingResponse**](V1PagingResponse.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# HappyCo::V1ListFoldersRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folder_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**include_inactive** | **BOOLEAN** | | [optional]
|
|
9
|
+
**paging** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
10
|
+
|
|
11
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1ListFoldersResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**folders** | [**Array<V1Folder>**](V1Folder.md) | | [optional]
|
|
7
|
+
**paging** | [**V1PagingResponse**](V1PagingResponse.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
# HappyCo::V1ListInspectionsRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | * Account ID that the request applies to. For custom integrations (i.e. not integration partners) it can be omitted. | [optional]
|
|
7
|
+
**folder_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | * Folder IDs is an optional filter that lists inspections only for specific folders. | [optional]
|
|
8
|
+
**asset_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | * Asset IDs is an optional filter that lists inspections only for specific assets. | [optional]
|
|
9
|
+
**inspection_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | * Inspection IDs is an optional filter that lists only specific inspections. This is commonly used to get a single inspection. | [optional]
|
|
10
|
+
**archived** | **BOOLEAN** | * Archived when set to true returns archived inspections only. | [optional]
|
|
11
|
+
**paging** | [**V1Paging**](V1Paging.md) | * Paging message that contains information about the page being requested. This message is usually copied from a previous list request's response. | [optional]
|
|
12
|
+
|
|
13
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1ListInspectionsResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**inspections** | [**Array<V1Inspection>**](V1Inspection.md) | * Inspections contains the results for this page. | [optional]
|
|
7
|
+
**previous_page** | [**V1Paging**](V1Paging.md) | * Previous page is an token that will be present for all pages after the first. | [optional]
|
|
8
|
+
**next_page** | [**V1Paging**](V1Paging.md) | * Next page is an token that will be present for all pages except the last. | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# HappyCo::V1ListTemplatesRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**folder_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**template_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
9
|
+
**archived** | **BOOLEAN** | | [optional]
|
|
10
|
+
**paging** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
# HappyCo::V1ListTemplatesResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**templates** | [**Array<V1Template>**](V1Template.md) | | [optional]
|
|
7
|
+
**previous_page** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
8
|
+
**next_page** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
9
|
+
|
|
10
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# HappyCo::V1ListUsersRequest
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**account_id** | [**V1IntegrationID**](V1IntegrationID.md) | | [optional]
|
|
7
|
+
**user_ids** | [**Array<V1IntegrationID>**](V1IntegrationID.md) | | [optional]
|
|
8
|
+
**include_inactive** | **BOOLEAN** | | [optional]
|
|
9
|
+
**paging** | [**V1Paging**](V1Paging.md) | | [optional]
|
|
10
|
+
|
|
11
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1ListUsersResponse
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**users** | [**Array<V1User>**](V1User.md) | | [optional]
|
|
7
|
+
**paging** | [**V1PagingResponse**](V1PagingResponse.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
data/docs/V1Paging.md
ADDED
data/docs/V1Photo.md
ADDED
data/docs/V1Property.md
ADDED
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# HappyCo::V1RatingCheckbox
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is an optional field that will override key as the user to be displayed. This is useful for localization of inspections. | [optional]
|
|
7
|
+
**value** | **String** | * Value is a required field that will be inserted into the item and shown on reports if the checkbox is toggled on. | [optional]
|
|
8
|
+
**score** | **Float** | * Score is an optional field that will be inserted into the item and can be shown on reports if the checkbox is toggled on. | [optional]
|
|
9
|
+
**color** | **String** | | [optional]
|
|
10
|
+
**image** | **String** | | [optional] [default to "UNDEFINED"]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# HappyCo::V1RatingControl
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**key** | **String** | * Key is a required field. It is used when a control has a selected value. The key and its selected value(s) will be inserted into an item's values map field and the key and the selected score(s) will be inserted into the item's scores map field. It is also the default string displayed to the user unless custom label(s) are set (see each control type). | [optional]
|
|
7
|
+
**checkbox** | [**V1RatingCheckbox**](V1RatingCheckbox.md) | | [optional]
|
|
8
|
+
**radio_group** | [**V1RatingRadioGroup**](V1RatingRadioGroup.md) | | [optional]
|
|
9
|
+
**drop_down** | [**V1RatingDropDown**](V1RatingDropDown.md) | | [optional]
|
|
10
|
+
|
|
11
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1RatingDropDown
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is an optional field that will override key as the user to be displayed. This is useful for localization of inspections. | [optional]
|
|
7
|
+
**options** | [**Array<V1RatingDropDownOption>**](V1RatingDropDownOption.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
# HappyCo::V1RatingDropDownOption
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is an optional field that will override the value as the defaul option to be displayed to the user for this option. This is useful for localization of inspections. | [optional]
|
|
7
|
+
**value** | **String** | * Value is a required field that will be inserted into the item and shown on reports if this radio option is selected. No two options in the same drop down can have the same value. | [optional]
|
|
8
|
+
**score** | **Float** | * Score is an optional field that will be inserted into the item and can be shown on reports if this drop down option is selected. | [optional]
|
|
9
|
+
**color** | **String** | | [optional]
|
|
10
|
+
**image** | **String** | | [optional] [default to "UNDEFINED"]
|
|
11
|
+
|
|
12
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1RatingGroups
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is an optional field that can help users that need to update inspections on the fly. | [optional]
|
|
7
|
+
**ratings** | [**Array<V1RatingControl>**](V1RatingControl.md) | * Ratings are the ordered set of rating controls an inspector sees for an item that references this rating group. | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
# HappyCo::V1RatingRadioGroup
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**label** | **String** | * Label is an optional field that will override key as the user to be displayed. This is useful for localization of inspections. | [optional]
|
|
7
|
+
**options** | [**Array<V1RatingRadioGroupOption>**](V1RatingRadioGroupOption.md) | | [optional]
|
|
8
|
+
|
|
9
|
+
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
# HappyCo::V1RatingRadioGroupOption
|
|
2
|
+
|
|
3
|
+
## Properties
|
|
4
|
+
Name | Type | Description | Notes
|
|
5
|
+
------------ | ------------- | ------------- | -------------
|
|
6
|
+
**value** | **String** | * Value is a required field that will be inserted into the item and shown on reports if this radio option is selected. No two options in the same radio group can have the same value. | [optional]
|
|
7
|
+
**score** | **Float** | * Score is an optional field that will be inserted into the item and can be shown on reports if this radio option is selected. | [optional]
|
|
8
|
+
**color** | **String** | | [optional]
|
|
9
|
+
**image** | **String** | | [optional] [default to "UNDEFINED"]
|
|
10
|
+
|
|
11
|
+
|