gong_api 1.0.0 → 1.1.1
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 +4 -4
- data/Gemfile +1 -7
- data/Gemfile.lock +69 -0
- data/README.md +72 -15
- data/config.json +3 -3
- data/docs/CallsApi.md +5 -5
- data/docs/UsersApi.md +5 -5
- data/gong_api.gemspec +6 -4
- data/lib/gong_api/api/auditing_api.rb +1 -1
- data/lib/gong_api/api/calls_api.rb +8 -8
- data/lib/gong_api/api/crm_api.rb +1 -1
- data/lib/gong_api/api/data_privacy_api.rb +1 -1
- data/lib/gong_api/api/engagement_in_beta_phase_api.rb +1 -1
- data/lib/gong_api/api/library_api.rb +1 -1
- data/lib/gong_api/api/meetings_in_beta_phase_api.rb +1 -1
- data/lib/gong_api/api/permissions_api.rb +1 -1
- data/lib/gong_api/api/settings_api.rb +1 -1
- data/lib/gong_api/api/stats_api.rb +1 -1
- data/lib/gong_api/api/users_api.rb +6 -6
- data/lib/gong_api/api_client.rb +1 -1
- data/lib/gong_api/api_error.rb +1 -2
- data/lib/gong_api/configuration.rb +2 -3
- data/lib/gong_api/models/actor.rb +1 -1
- data/lib/gong_api/models/aggregate_activity.rb +1 -1
- data/lib/gong_api/models/aggregate_activity_with_dates.rb +1 -1
- data/lib/gong_api/models/answer.rb +1 -1
- data/lib/gong_api/models/answered_scorecard.rb +1 -1
- data/lib/gong_api/models/answered_scorecards.rb +1 -1
- data/lib/gong_api/models/answered_scorecards_filter.rb +1 -1
- data/lib/gong_api/models/association_object.rb +1 -1
- data/lib/gong_api/models/async_processing_response.rb +1 -1
- data/lib/gong_api/models/base_response.rb +1 -1
- data/lib/gong_api/models/call.rb +1 -1
- data/lib/gong_api/models/call_access_details.rb +1 -1
- data/lib/gong_api/models/call_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/call_basic_data.rb +1 -1
- data/lib/gong_api/models/call_collaboration.rb +1 -1
- data/lib/gong_api/models/call_content.rb +1 -1
- data/lib/gong_api/models/call_context.rb +1 -1
- data/lib/gong_api/models/call_interaction.rb +1 -1
- data/lib/gong_api/models/call_participant.rb +1 -1
- data/lib/gong_api/models/call_reference.rb +1 -1
- data/lib/gong_api/models/call_transcript.rb +1 -1
- data/lib/gong_api/models/call_transcripts.rb +1 -1
- data/lib/gong_api/models/call_upload_context.rb +1 -1
- data/lib/gong_api/models/call_users_access_dto.rb +1 -1
- data/lib/gong_api/models/calls.rb +1 -1
- data/lib/gong_api/models/calls_access_details_response.rb +1 -1
- data/lib/gong_api/models/calls_access_get_dto.rb +1 -1
- data/lib/gong_api/models/calls_filter.rb +1 -1
- data/lib/gong_api/models/calls_request_filter_with_owners.rb +1 -1
- data/lib/gong_api/models/calls_response.rb +1 -1
- data/lib/gong_api/models/calls_users_access_add_dto.rb +1 -1
- data/lib/gong_api/models/calls_users_access_delete_dto.rb +1 -1
- data/lib/gong_api/models/coaching_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/collaboration.rb +1 -1
- data/lib/gong_api/models/comment.rb +1 -1
- data/lib/gong_api/models/company_users_aggregate_activity_response.rb +1 -1
- data/lib/gong_api/models/company_users_intercation_stats_response.rb +1 -1
- data/lib/gong_api/models/content.rb +1 -1
- data/lib/gong_api/models/content_selector.rb +1 -1
- data/lib/gong_api/models/content_shared_event.rb +1 -1
- data/lib/gong_api/models/content_viewed_event.rb +1 -1
- data/lib/gong_api/models/context_field.rb +1 -1
- data/lib/gong_api/models/crm_party_context_field.rb +1 -1
- data/lib/gong_api/models/custom_action_event.rb +1 -1
- data/lib/gong_api/models/customer_data.rb +1 -1
- data/lib/gong_api/models/customer_data_object.rb +1 -1
- data/lib/gong_api/models/customer_engagement.rb +1 -1
- data/lib/gong_api/models/daily_activity_with_dates.rb +1 -1
- data/lib/gong_api/models/deals_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/delete_meeting_request.rb +1 -1
- data/lib/gong_api/models/email_address_references.rb +1 -1
- data/lib/gong_api/models/email_message.rb +1 -1
- data/lib/gong_api/models/emails_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/error_response.rb +1 -1
- data/lib/gong_api/models/event_accepted_response.rb +1 -1
- data/lib/gong_api/models/exposed_fields.rb +1 -1
- data/lib/gong_api/models/external_call_object.rb +8 -8
- data/lib/gong_api/models/external_crm_call_object.rb +11 -11
- data/lib/gong_api/models/external_crm_party_object.rb +11 -11
- data/lib/gong_api/models/external_party_object.rb +8 -8
- data/lib/gong_api/models/external_system.rb +1 -1
- data/lib/gong_api/models/external_system_object.rb +1 -1
- data/lib/gong_api/models/forecast_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/generic_crm_integration.rb +1 -1
- data/lib/gong_api/models/generic_crm_registration_request.rb +1 -1
- data/lib/gong_api/models/generic_deal_stage_request.rb +1 -1
- data/lib/gong_api/models/generic_property.rb +1 -1
- data/lib/gong_api/models/generic_schema_field_request.rb +1 -1
- data/lib/gong_api/models/get_generic_crm_objects_response.rb +1 -1
- data/lib/gong_api/models/id_media_body.rb +1 -1
- data/lib/gong_api/models/insights_access_with_permission_level.rb +1 -1
- data/lib/gong_api/models/integration_status_request.rb +1 -1
- data/lib/gong_api/models/integration_status_response.rb +1 -1
- data/lib/gong_api/models/interaction.rb +1 -1
- data/lib/gong_api/models/interaction_stat.rb +1 -1
- data/lib/gong_api/models/interaction_stats.rb +1 -1
- data/lib/gong_api/models/library_call.rb +1 -1
- data/lib/gong_api/models/library_folder.rb +1 -1
- data/lib/gong_api/models/library_folder_access.rb +1 -1
- data/lib/gong_api/models/library_folder_list_of_calls_response.rb +1 -1
- data/lib/gong_api/models/library_response.rb +1 -1
- data/lib/gong_api/models/line_error_response.rb +1 -1
- data/lib/gong_api/models/list_generic_crm_integrations_response.rb +1 -1
- data/lib/gong_api/models/list_selected_fields_response.rb +1 -1
- data/lib/gong_api/models/log_entry.rb +1 -1
- data/lib/gong_api/models/logs_response.rb +1 -1
- data/lib/gong_api/models/manual_association_response.rb +1 -1
- data/lib/gong_api/models/manual_associations_basic_data.rb +1 -1
- data/lib/gong_api/models/map_users_body.rb +1 -1
- data/lib/gong_api/models/media.rb +1 -1
- data/lib/gong_api/models/meeting.rb +1 -1
- data/lib/gong_api/models/meeting_invitee.rb +1 -1
- data/lib/gong_api/models/meetings_error_response.rb +1 -1
- data/lib/gong_api/models/monologue.rb +1 -1
- data/lib/gong_api/models/multiple_users_request_with_creation_dates.rb +1 -1
- data/lib/gong_api/models/multiple_users_with_dates.rb +1 -1
- data/lib/gong_api/models/new_call_adding_request.rb +1 -1
- data/lib/gong_api/models/new_call_adding_response.rb +1 -1
- data/lib/gong_api/models/new_call_recording_response.rb +1 -1
- data/lib/gong_api/models/new_meeting_request.rb +1 -1
- data/lib/gong_api/models/new_meeting_response.rb +1 -1
- data/lib/gong_api/models/object_entities_body.rb +1 -1
- data/lib/gong_api/models/occurrences.rb +1 -1
- data/lib/gong_api/models/party.rb +1 -1
- data/lib/gong_api/models/party_context.rb +1 -1
- data/lib/gong_api/models/party_context_field.rb +1 -1
- data/lib/gong_api/models/party_upload_context.rb +1 -1
- data/lib/gong_api/models/permission_profile_dto.rb +1 -1
- data/lib/gong_api/models/permission_profile_response.rb +1 -1
- data/lib/gong_api/models/permission_profile_users_response.rb +1 -1
- data/lib/gong_api/models/permission_profiles_response.rb +1 -1
- data/lib/gong_api/models/phone_number_references.rb +1 -1
- data/lib/gong_api/models/point_of_interest.rb +1 -1
- data/lib/gong_api/models/points_of_interest.rb +1 -1
- data/lib/gong_api/models/question.rb +1 -1
- data/lib/gong_api/models/questions.rb +1 -1
- data/lib/gong_api/models/records.rb +1 -1
- data/lib/gong_api/models/register_generic_crm_response.rb +1 -1
- data/lib/gong_api/models/request_answered_scorecards_filter.rb +1 -1
- data/lib/gong_api/models/request_calls_access_get_dto.rb +1 -1
- data/lib/gong_api/models/request_calls_filter.rb +1 -1
- data/lib/gong_api/models/request_calls_request_filter_with_owners_content_selector.rb +1 -1
- data/lib/gong_api/models/request_multiple_users_request_with_creation_dates.rb +1 -1
- data/lib/gong_api/models/request_multiple_users_with_dates.rb +1 -1
- data/lib/gong_api/models/request_status_response.rb +1 -1
- data/lib/gong_api/models/request_with_time_period_multiple_users_with_dates.rb +1 -1
- data/lib/gong_api/models/schema_update_response.rb +1 -1
- data/lib/gong_api/models/scorecard.rb +1 -1
- data/lib/gong_api/models/scorecards.rb +1 -1
- data/lib/gong_api/models/sentence.rb +1 -1
- data/lib/gong_api/models/settings.rb +1 -1
- data/lib/gong_api/models/settings_history.rb +1 -1
- data/lib/gong_api/models/sharer.rb +1 -1
- data/lib/gong_api/models/snippet.rb +1 -1
- data/lib/gong_api/models/speaker.rb +1 -1
- data/lib/gong_api/models/speakers_timeline.rb +1 -1
- data/lib/gong_api/models/specific_call.rb +1 -1
- data/lib/gong_api/models/speech_segment.rb +1 -1
- data/lib/gong_api/models/spoken_language.rb +1 -1
- data/lib/gong_api/models/structure.rb +1 -1
- data/lib/gong_api/models/topic.rb +1 -1
- data/lib/gong_api/models/tracker.rb +1 -1
- data/lib/gong_api/models/tracker_phrases.rb +1 -1
- data/lib/gong_api/models/update_meeting_request.rb +1 -1
- data/lib/gong_api/models/update_meeting_response.rb +1 -1
- data/lib/gong_api/models/user.rb +1 -1
- data/lib/gong_api/models/user_access_details.rb +1 -1
- data/lib/gong_api/models/user_activity.rb +1 -1
- data/lib/gong_api/models/user_aggregate_by_period_activities.rb +1 -1
- data/lib/gong_api/models/user_day_by_day_activity.rb +1 -1
- data/lib/gong_api/models/user_integration_status.rb +1 -1
- data/lib/gong_api/models/user_metadata.rb +1 -1
- data/lib/gong_api/models/user_settings_history.rb +1 -1
- data/lib/gong_api/models/user_simple_metadata.rb +1 -1
- data/lib/gong_api/models/users_aggregate_by_period_activity.rb +1 -1
- data/lib/gong_api/models/users_day_by_day_activity.rb +1 -1
- data/lib/gong_api/models/users_metadata.rb +1 -1
- data/lib/gong_api/models/video.rb +1 -1
- data/lib/gong_api/models/workspace_metadata.rb +1 -1
- data/lib/gong_api/models/workspaces_metadata.rb +1 -1
- data/lib/gong_api/version.rb +2 -2
- data/lib/gong_api.rb +1 -1
- data/spec/api/auditing_api_spec.rb +1 -1
- data/spec/api/calls_api_spec.rb +3 -3
- data/spec/api/crm_api_spec.rb +1 -1
- data/spec/api/data_privacy_api_spec.rb +1 -1
- data/spec/api/engagement_in_beta_phase_api_spec.rb +1 -1
- data/spec/api/library_api_spec.rb +1 -1
- data/spec/api/meetings_in_beta_phase_api_spec.rb +1 -1
- data/spec/api/permissions_api_spec.rb +1 -1
- data/spec/api/settings_api_spec.rb +1 -1
- data/spec/api/stats_api_spec.rb +1 -1
- data/spec/api/users_api_spec.rb +3 -3
- data/spec/api_client_spec.rb +1 -1
- data/spec/configuration_spec.rb +1 -1
- data/spec/models/actor_spec.rb +1 -1
- data/spec/models/aggregate_activity_spec.rb +1 -1
- data/spec/models/aggregate_activity_with_dates_spec.rb +1 -1
- data/spec/models/answer_spec.rb +1 -1
- data/spec/models/answered_scorecard_spec.rb +1 -1
- data/spec/models/answered_scorecards_filter_spec.rb +1 -1
- data/spec/models/answered_scorecards_spec.rb +1 -1
- data/spec/models/association_object_spec.rb +1 -1
- data/spec/models/async_processing_response_spec.rb +1 -1
- data/spec/models/base_response_spec.rb +1 -1
- data/spec/models/call_access_details_spec.rb +1 -1
- data/spec/models/call_access_with_permission_level_spec.rb +1 -1
- data/spec/models/call_basic_data_spec.rb +1 -1
- data/spec/models/call_collaboration_spec.rb +1 -1
- data/spec/models/call_content_spec.rb +1 -1
- data/spec/models/call_context_spec.rb +1 -1
- data/spec/models/call_interaction_spec.rb +1 -1
- data/spec/models/call_participant_spec.rb +1 -1
- data/spec/models/call_reference_spec.rb +1 -1
- data/spec/models/call_spec.rb +1 -1
- data/spec/models/call_transcript_spec.rb +1 -1
- data/spec/models/call_transcripts_spec.rb +1 -1
- data/spec/models/call_upload_context_spec.rb +1 -1
- data/spec/models/call_users_access_dto_spec.rb +1 -1
- data/spec/models/calls_access_details_response_spec.rb +1 -1
- data/spec/models/calls_access_get_dto_spec.rb +1 -1
- data/spec/models/calls_filter_spec.rb +1 -1
- data/spec/models/calls_request_filter_with_owners_spec.rb +1 -1
- data/spec/models/calls_response_spec.rb +1 -1
- data/spec/models/calls_spec.rb +1 -1
- data/spec/models/calls_users_access_add_dto_spec.rb +1 -1
- data/spec/models/calls_users_access_delete_dto_spec.rb +1 -1
- data/spec/models/coaching_access_with_permission_level_spec.rb +1 -1
- data/spec/models/collaboration_spec.rb +1 -1
- data/spec/models/comment_spec.rb +1 -1
- data/spec/models/company_users_aggregate_activity_response_spec.rb +1 -1
- data/spec/models/company_users_intercation_stats_response_spec.rb +1 -1
- data/spec/models/content_selector_spec.rb +1 -1
- data/spec/models/content_shared_event_spec.rb +1 -1
- data/spec/models/content_spec.rb +1 -1
- data/spec/models/content_viewed_event_spec.rb +1 -1
- data/spec/models/context_field_spec.rb +1 -1
- data/spec/models/crm_party_context_field_spec.rb +1 -1
- data/spec/models/custom_action_event_spec.rb +1 -1
- data/spec/models/customer_data_object_spec.rb +1 -1
- data/spec/models/customer_data_spec.rb +1 -1
- data/spec/models/customer_engagement_spec.rb +1 -1
- data/spec/models/daily_activity_with_dates_spec.rb +1 -1
- data/spec/models/deals_access_with_permission_level_spec.rb +1 -1
- data/spec/models/delete_meeting_request_spec.rb +1 -1
- data/spec/models/email_address_references_spec.rb +1 -1
- data/spec/models/email_message_spec.rb +1 -1
- data/spec/models/emails_access_with_permission_level_spec.rb +1 -1
- data/spec/models/error_response_spec.rb +1 -1
- data/spec/models/event_accepted_response_spec.rb +1 -1
- data/spec/models/exposed_fields_spec.rb +1 -1
- data/spec/models/external_call_object_spec.rb +1 -1
- data/spec/models/external_crm_call_object_spec.rb +1 -1
- data/spec/models/external_crm_party_object_spec.rb +1 -1
- data/spec/models/external_party_object_spec.rb +1 -1
- data/spec/models/external_system_object_spec.rb +1 -1
- data/spec/models/external_system_spec.rb +1 -1
- data/spec/models/forecast_access_with_permission_level_spec.rb +1 -1
- data/spec/models/generic_crm_integration_spec.rb +1 -1
- data/spec/models/generic_crm_registration_request_spec.rb +1 -1
- data/spec/models/generic_deal_stage_request_spec.rb +1 -1
- data/spec/models/generic_property_spec.rb +1 -1
- data/spec/models/generic_schema_field_request_spec.rb +1 -1
- data/spec/models/get_generic_crm_objects_response_spec.rb +1 -1
- data/spec/models/id_media_body_spec.rb +1 -1
- data/spec/models/insights_access_with_permission_level_spec.rb +1 -1
- data/spec/models/integration_status_request_spec.rb +1 -1
- data/spec/models/integration_status_response_spec.rb +1 -1
- data/spec/models/interaction_spec.rb +1 -1
- data/spec/models/interaction_stat_spec.rb +1 -1
- data/spec/models/interaction_stats_spec.rb +1 -1
- data/spec/models/library_call_spec.rb +1 -1
- data/spec/models/library_folder_access_spec.rb +1 -1
- data/spec/models/library_folder_list_of_calls_response_spec.rb +1 -1
- data/spec/models/library_folder_spec.rb +1 -1
- data/spec/models/library_response_spec.rb +1 -1
- data/spec/models/line_error_response_spec.rb +1 -1
- data/spec/models/list_generic_crm_integrations_response_spec.rb +1 -1
- data/spec/models/list_selected_fields_response_spec.rb +1 -1
- data/spec/models/log_entry_spec.rb +1 -1
- data/spec/models/logs_response_spec.rb +1 -1
- data/spec/models/manual_association_response_spec.rb +1 -1
- data/spec/models/manual_associations_basic_data_spec.rb +1 -1
- data/spec/models/map_users_body_spec.rb +1 -1
- data/spec/models/media_spec.rb +1 -1
- data/spec/models/meeting_invitee_spec.rb +1 -1
- data/spec/models/meeting_spec.rb +1 -1
- data/spec/models/meetings_error_response_spec.rb +1 -1
- data/spec/models/monologue_spec.rb +1 -1
- data/spec/models/multiple_users_request_with_creation_dates_spec.rb +1 -1
- data/spec/models/multiple_users_with_dates_spec.rb +1 -1
- data/spec/models/new_call_adding_request_spec.rb +1 -1
- data/spec/models/new_call_adding_response_spec.rb +1 -1
- data/spec/models/new_call_recording_response_spec.rb +1 -1
- data/spec/models/new_meeting_request_spec.rb +1 -1
- data/spec/models/new_meeting_response_spec.rb +1 -1
- data/spec/models/object_entities_body_spec.rb +1 -1
- data/spec/models/occurrences_spec.rb +1 -1
- data/spec/models/party_context_field_spec.rb +1 -1
- data/spec/models/party_context_spec.rb +1 -1
- data/spec/models/party_spec.rb +1 -1
- data/spec/models/party_upload_context_spec.rb +1 -1
- data/spec/models/permission_profile_dto_spec.rb +1 -1
- data/spec/models/permission_profile_response_spec.rb +1 -1
- data/spec/models/permission_profile_users_response_spec.rb +1 -1
- data/spec/models/permission_profiles_response_spec.rb +1 -1
- data/spec/models/phone_number_references_spec.rb +1 -1
- data/spec/models/point_of_interest_spec.rb +1 -1
- data/spec/models/points_of_interest_spec.rb +1 -1
- data/spec/models/question_spec.rb +1 -1
- data/spec/models/questions_spec.rb +1 -1
- data/spec/models/records_spec.rb +1 -1
- data/spec/models/register_generic_crm_response_spec.rb +1 -1
- data/spec/models/request_answered_scorecards_filter_spec.rb +1 -1
- data/spec/models/request_calls_access_get_dto_spec.rb +1 -1
- data/spec/models/request_calls_filter_spec.rb +1 -1
- data/spec/models/request_calls_request_filter_with_owners_content_selector_spec.rb +1 -1
- data/spec/models/request_multiple_users_request_with_creation_dates_spec.rb +1 -1
- data/spec/models/request_multiple_users_with_dates_spec.rb +1 -1
- data/spec/models/request_status_response_spec.rb +1 -1
- data/spec/models/request_with_time_period_multiple_users_with_dates_spec.rb +1 -1
- data/spec/models/schema_update_response_spec.rb +1 -1
- data/spec/models/scorecard_spec.rb +1 -1
- data/spec/models/scorecards_spec.rb +1 -1
- data/spec/models/sentence_spec.rb +1 -1
- data/spec/models/settings_history_spec.rb +1 -1
- data/spec/models/settings_spec.rb +1 -1
- data/spec/models/sharer_spec.rb +1 -1
- data/spec/models/snippet_spec.rb +1 -1
- data/spec/models/speaker_spec.rb +1 -1
- data/spec/models/speakers_timeline_spec.rb +1 -1
- data/spec/models/specific_call_spec.rb +1 -1
- data/spec/models/speech_segment_spec.rb +1 -1
- data/spec/models/spoken_language_spec.rb +1 -1
- data/spec/models/structure_spec.rb +1 -1
- data/spec/models/topic_spec.rb +1 -1
- data/spec/models/tracker_phrases_spec.rb +1 -1
- data/spec/models/tracker_spec.rb +1 -1
- data/spec/models/update_meeting_request_spec.rb +1 -1
- data/spec/models/update_meeting_response_spec.rb +1 -1
- data/spec/models/user_access_details_spec.rb +1 -1
- data/spec/models/user_activity_spec.rb +1 -1
- data/spec/models/user_aggregate_by_period_activities_spec.rb +1 -1
- data/spec/models/user_day_by_day_activity_spec.rb +1 -1
- data/spec/models/user_integration_status_spec.rb +1 -1
- data/spec/models/user_metadata_spec.rb +1 -1
- data/spec/models/user_settings_history_spec.rb +1 -1
- data/spec/models/user_simple_metadata_spec.rb +1 -1
- data/spec/models/user_spec.rb +1 -1
- data/spec/models/users_aggregate_by_period_activity_spec.rb +1 -1
- data/spec/models/users_day_by_day_activity_spec.rb +1 -1
- data/spec/models/users_metadata_spec.rb +1 -1
- data/spec/models/video_spec.rb +1 -1
- data/spec/models/workspace_metadata_spec.rb +1 -1
- data/spec/models/workspaces_metadata_spec.rb +1 -1
- data/spec/spec_helper.rb +1 -1
- metadata +35 -9
- data/git_push.sh +0 -55
- data/spec/base_object_spec.rb +0 -109
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ module GongAPI
|
|
|
18
18
|
attr_accessor :fields
|
|
19
19
|
|
|
20
20
|
# Object ID
|
|
21
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :external_object_id
|
|
22
22
|
|
|
23
23
|
# Object Type. e.g Opportunity.
|
|
24
24
|
attr_accessor :object_type
|
|
@@ -52,7 +52,7 @@ module GongAPI
|
|
|
52
52
|
def self.attribute_map
|
|
53
53
|
{
|
|
54
54
|
:'fields' => :'fields',
|
|
55
|
-
:'
|
|
55
|
+
:'external_object_id' => :'objectId',
|
|
56
56
|
:'object_type' => :'objectType',
|
|
57
57
|
:'timing' => :'timing'
|
|
58
58
|
}
|
|
@@ -62,7 +62,7 @@ module GongAPI
|
|
|
62
62
|
def self.openapi_types
|
|
63
63
|
{
|
|
64
64
|
:'fields' => :'Object',
|
|
65
|
-
:'
|
|
65
|
+
:'external_object_id' => :'Object',
|
|
66
66
|
:'object_type' => :'Object',
|
|
67
67
|
:'timing' => :'Object'
|
|
68
68
|
}
|
|
@@ -95,8 +95,8 @@ module GongAPI
|
|
|
95
95
|
end
|
|
96
96
|
end
|
|
97
97
|
|
|
98
|
-
if attributes.key?(:'
|
|
99
|
-
self.
|
|
98
|
+
if attributes.key?(:'external_object_id')
|
|
99
|
+
self.external_object_id = attributes[:'external_object_id']
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
if attributes.key?(:'object_type')
|
|
@@ -151,7 +151,7 @@ module GongAPI
|
|
|
151
151
|
return true if self.equal?(o)
|
|
152
152
|
self.class == o.class &&
|
|
153
153
|
fields == o.fields &&
|
|
154
|
-
|
|
154
|
+
external_object_id == o.external_object_id &&
|
|
155
155
|
object_type == o.object_type &&
|
|
156
156
|
timing == o.timing
|
|
157
157
|
end
|
|
@@ -165,7 +165,7 @@ module GongAPI
|
|
|
165
165
|
# Calculates hash code according to all attributes.
|
|
166
166
|
# @return [Integer] Hash code
|
|
167
167
|
def hash
|
|
168
|
-
[fields,
|
|
168
|
+
[fields, external_object_id, object_type, timing].hash
|
|
169
169
|
end
|
|
170
170
|
|
|
171
171
|
# Builds the object from hash
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ module GongAPI
|
|
|
18
18
|
attr_accessor :fields
|
|
19
19
|
|
|
20
20
|
# Object ID. For Salesforce both case-sensitive and case-insensitive formats are supported.
|
|
21
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :external_object_id
|
|
22
22
|
|
|
23
23
|
# Object Type. e.g. Account.
|
|
24
24
|
attr_accessor :object_type
|
|
@@ -49,7 +49,7 @@ module GongAPI
|
|
|
49
49
|
def self.attribute_map
|
|
50
50
|
{
|
|
51
51
|
:'fields' => :'fields',
|
|
52
|
-
:'
|
|
52
|
+
:'external_object_id' => :'objectId',
|
|
53
53
|
:'object_type' => :'objectType'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
@@ -58,7 +58,7 @@ module GongAPI
|
|
|
58
58
|
def self.openapi_types
|
|
59
59
|
{
|
|
60
60
|
:'fields' => :'Object',
|
|
61
|
-
:'
|
|
61
|
+
:'external_object_id' => :'Object',
|
|
62
62
|
:'object_type' => :'Object'
|
|
63
63
|
}
|
|
64
64
|
end
|
|
@@ -90,8 +90,8 @@ module GongAPI
|
|
|
90
90
|
end
|
|
91
91
|
end
|
|
92
92
|
|
|
93
|
-
if attributes.key?(:'
|
|
94
|
-
self.
|
|
93
|
+
if attributes.key?(:'external_object_id')
|
|
94
|
+
self.external_object_id = attributes[:'external_object_id']
|
|
95
95
|
end
|
|
96
96
|
|
|
97
97
|
if attributes.key?(:'object_type')
|
|
@@ -103,8 +103,8 @@ module GongAPI
|
|
|
103
103
|
# @return Array for valid properties with the reasons
|
|
104
104
|
def list_invalid_properties
|
|
105
105
|
invalid_properties = Array.new
|
|
106
|
-
if @
|
|
107
|
-
invalid_properties.push('invalid value for "
|
|
106
|
+
if @external_object_id.nil?
|
|
107
|
+
invalid_properties.push('invalid value for "external_object_id", external_object_id cannot be nil.')
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
if @object_type.nil?
|
|
@@ -117,7 +117,7 @@ module GongAPI
|
|
|
117
117
|
# Check to see if the all the properties in the model are valid
|
|
118
118
|
# @return true if the model is valid
|
|
119
119
|
def valid?
|
|
120
|
-
return false if @
|
|
120
|
+
return false if @external_object_id.nil?
|
|
121
121
|
return false if @object_type.nil?
|
|
122
122
|
object_type_validator = EnumAttributeValidator.new('Object', ['Account', 'Opportunity'])
|
|
123
123
|
return false unless object_type_validator.valid?(@object_type)
|
|
@@ -140,7 +140,7 @@ module GongAPI
|
|
|
140
140
|
return true if self.equal?(o)
|
|
141
141
|
self.class == o.class &&
|
|
142
142
|
fields == o.fields &&
|
|
143
|
-
|
|
143
|
+
external_object_id == o.external_object_id &&
|
|
144
144
|
object_type == o.object_type
|
|
145
145
|
end
|
|
146
146
|
|
|
@@ -153,7 +153,7 @@ module GongAPI
|
|
|
153
153
|
# Calculates hash code according to all attributes.
|
|
154
154
|
# @return [Integer] Hash code
|
|
155
155
|
def hash
|
|
156
|
-
[fields,
|
|
156
|
+
[fields, external_object_id, object_type].hash
|
|
157
157
|
end
|
|
158
158
|
|
|
159
159
|
# Builds the object from hash
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ module GongAPI
|
|
|
18
18
|
attr_accessor :fields
|
|
19
19
|
|
|
20
20
|
# Object ID. For Salesforce both case-sensitive and case-insensitive formats are supported.
|
|
21
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :external_object_id
|
|
22
22
|
|
|
23
23
|
# Object Type. Valid only for non-company parties. e.g. Lead.
|
|
24
24
|
attr_accessor :object_type
|
|
@@ -49,7 +49,7 @@ module GongAPI
|
|
|
49
49
|
def self.attribute_map
|
|
50
50
|
{
|
|
51
51
|
:'fields' => :'fields',
|
|
52
|
-
:'
|
|
52
|
+
:'external_object_id' => :'objectId',
|
|
53
53
|
:'object_type' => :'objectType'
|
|
54
54
|
}
|
|
55
55
|
end
|
|
@@ -58,7 +58,7 @@ module GongAPI
|
|
|
58
58
|
def self.openapi_types
|
|
59
59
|
{
|
|
60
60
|
:'fields' => :'Object',
|
|
61
|
-
:'
|
|
61
|
+
:'external_object_id' => :'Object',
|
|
62
62
|
:'object_type' => :'Object'
|
|
63
63
|
}
|
|
64
64
|
end
|
|
@@ -90,8 +90,8 @@ module GongAPI
|
|
|
90
90
|
end
|
|
91
91
|
end
|
|
92
92
|
|
|
93
|
-
if attributes.key?(:'
|
|
94
|
-
self.
|
|
93
|
+
if attributes.key?(:'external_object_id')
|
|
94
|
+
self.external_object_id = attributes[:'external_object_id']
|
|
95
95
|
end
|
|
96
96
|
|
|
97
97
|
if attributes.key?(:'object_type')
|
|
@@ -103,8 +103,8 @@ module GongAPI
|
|
|
103
103
|
# @return Array for valid properties with the reasons
|
|
104
104
|
def list_invalid_properties
|
|
105
105
|
invalid_properties = Array.new
|
|
106
|
-
if @
|
|
107
|
-
invalid_properties.push('invalid value for "
|
|
106
|
+
if @external_object_id.nil?
|
|
107
|
+
invalid_properties.push('invalid value for "external_object_id", external_object_id cannot be nil.')
|
|
108
108
|
end
|
|
109
109
|
|
|
110
110
|
if @object_type.nil?
|
|
@@ -117,7 +117,7 @@ module GongAPI
|
|
|
117
117
|
# Check to see if the all the properties in the model are valid
|
|
118
118
|
# @return true if the model is valid
|
|
119
119
|
def valid?
|
|
120
|
-
return false if @
|
|
120
|
+
return false if @external_object_id.nil?
|
|
121
121
|
return false if @object_type.nil?
|
|
122
122
|
object_type_validator = EnumAttributeValidator.new('Object', ['Contact', 'Lead'])
|
|
123
123
|
return false unless object_type_validator.valid?(@object_type)
|
|
@@ -140,7 +140,7 @@ module GongAPI
|
|
|
140
140
|
return true if self.equal?(o)
|
|
141
141
|
self.class == o.class &&
|
|
142
142
|
fields == o.fields &&
|
|
143
|
-
|
|
143
|
+
external_object_id == o.external_object_id &&
|
|
144
144
|
object_type == o.object_type
|
|
145
145
|
end
|
|
146
146
|
|
|
@@ -153,7 +153,7 @@ module GongAPI
|
|
|
153
153
|
# Calculates hash code according to all attributes.
|
|
154
154
|
# @return [Integer] Hash code
|
|
155
155
|
def hash
|
|
156
|
-
[fields,
|
|
156
|
+
[fields, external_object_id, object_type].hash
|
|
157
157
|
end
|
|
158
158
|
|
|
159
159
|
# Builds the object from hash
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -18,7 +18,7 @@ module GongAPI
|
|
|
18
18
|
attr_accessor :fields
|
|
19
19
|
|
|
20
20
|
# Object ID
|
|
21
|
-
attr_accessor :
|
|
21
|
+
attr_accessor :external_object_id
|
|
22
22
|
|
|
23
23
|
# Object Type. e.g. Lead
|
|
24
24
|
attr_accessor :object_type
|
|
@@ -52,7 +52,7 @@ module GongAPI
|
|
|
52
52
|
def self.attribute_map
|
|
53
53
|
{
|
|
54
54
|
:'fields' => :'fields',
|
|
55
|
-
:'
|
|
55
|
+
:'external_object_id' => :'objectId',
|
|
56
56
|
:'object_type' => :'objectType',
|
|
57
57
|
:'timing' => :'timing'
|
|
58
58
|
}
|
|
@@ -62,7 +62,7 @@ module GongAPI
|
|
|
62
62
|
def self.openapi_types
|
|
63
63
|
{
|
|
64
64
|
:'fields' => :'Object',
|
|
65
|
-
:'
|
|
65
|
+
:'external_object_id' => :'Object',
|
|
66
66
|
:'object_type' => :'Object',
|
|
67
67
|
:'timing' => :'Object'
|
|
68
68
|
}
|
|
@@ -95,8 +95,8 @@ module GongAPI
|
|
|
95
95
|
end
|
|
96
96
|
end
|
|
97
97
|
|
|
98
|
-
if attributes.key?(:'
|
|
99
|
-
self.
|
|
98
|
+
if attributes.key?(:'external_object_id')
|
|
99
|
+
self.external_object_id = attributes[:'external_object_id']
|
|
100
100
|
end
|
|
101
101
|
|
|
102
102
|
if attributes.key?(:'object_type')
|
|
@@ -151,7 +151,7 @@ module GongAPI
|
|
|
151
151
|
return true if self.equal?(o)
|
|
152
152
|
self.class == o.class &&
|
|
153
153
|
fields == o.fields &&
|
|
154
|
-
|
|
154
|
+
external_object_id == o.external_object_id &&
|
|
155
155
|
object_type == o.object_type &&
|
|
156
156
|
timing == o.timing
|
|
157
157
|
end
|
|
@@ -165,7 +165,7 @@ module GongAPI
|
|
|
165
165
|
# Calculates hash code according to all attributes.
|
|
166
166
|
# @return [Integer] Hash code
|
|
167
167
|
def hash
|
|
168
|
-
[fields,
|
|
168
|
+
[fields, external_object_id, object_type, timing].hash
|
|
169
169
|
end
|
|
170
170
|
|
|
171
171
|
# Builds the object from hash
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
=begin
|
|
2
2
|
#Gong API
|
|
3
3
|
|
|
4
|
-
|
|
4
|
+
|
|
5
5
|
|
|
6
6
|
OpenAPI spec version: V2
|
|
7
7
|
|