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
|
|
|
@@ -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
|
|
data/lib/gong_api/version.rb
CHANGED
|
@@ -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
|
|
|
@@ -10,5 +10,5 @@ Swagger Codegen version: 3.0.37
|
|
|
10
10
|
=end
|
|
11
11
|
|
|
12
12
|
module GongAPI
|
|
13
|
-
VERSION = '1.
|
|
13
|
+
VERSION = '1.1.1'
|
|
14
14
|
end
|
data/lib/gong_api.rb
CHANGED
|
@@ -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
|
|
data/spec/api/calls_api_spec.rb
CHANGED
|
@@ -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
|
|
|
@@ -92,7 +92,7 @@ describe 'CallsApi' do
|
|
|
92
92
|
end
|
|
93
93
|
end
|
|
94
94
|
|
|
95
|
-
# unit tests for
|
|
95
|
+
# unit tests for list_calls_using_get
|
|
96
96
|
# Retrieve call data by date range (/v2/calls)
|
|
97
97
|
# List calls that took place during a specified date range. When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:calls:read:basic'.
|
|
98
98
|
# @param from_date_time The date from which to list calls, in the ISO-8601 format (e.g., '2018-02-18T02:30:00-07:00' or '2018-02-18T08:00:00Z', where Z stands for UTC); if not specified, the calls start with the earliest recorded call. For web-conference calls recorded by Gong, the date denotes its scheduled time, otherwise, it denotes its actual start time.
|
|
@@ -101,7 +101,7 @@ describe 'CallsApi' do
|
|
|
101
101
|
# @option opts [String] :cursor When paging is needed, provide the value supplied by the previous API call to bring the following page of records.
|
|
102
102
|
# @option opts [String] :workspace_id Optional Workspace identifier, if supplied the API will return only the calls belonging to this workspace.
|
|
103
103
|
# @return [CallsResponse]
|
|
104
|
-
describe '
|
|
104
|
+
describe 'list_calls_using_get test' do
|
|
105
105
|
it 'should work' do
|
|
106
106
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
107
107
|
end
|
data/spec/api/crm_api_spec.rb
CHANGED
|
@@ -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
|
|
data/spec/api/stats_api_spec.rb
CHANGED
|
@@ -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
|
|
data/spec/api/users_api_spec.rb
CHANGED
|
@@ -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
|
|
|
@@ -67,14 +67,14 @@ describe 'UsersApi' do
|
|
|
67
67
|
end
|
|
68
68
|
end
|
|
69
69
|
|
|
70
|
-
# unit tests for
|
|
70
|
+
# unit tests for list_users_using_get
|
|
71
71
|
# List all users (/v2/users)
|
|
72
72
|
# List all of the company's users. When accessed through a Bearer token authorization method, this endpoint requires the scope 'api:users:read'.
|
|
73
73
|
# @param [Hash] opts the optional parameters
|
|
74
74
|
# @option opts [String] :cursor When paging is needed, provide the value supplied by the previous API call to bring the following page of records.
|
|
75
75
|
# @option opts [BOOLEAN] :include_avatars Avatars are synthetic users representing Gong employees (CSMs and support providers) when they access your instance. References to avatars' IDs may be found in the outputs of other API endpoints. This parameter is optional, if not provided avatars will not be included in the results.
|
|
76
76
|
# @return [UsersMetadata]
|
|
77
|
-
describe '
|
|
77
|
+
describe 'list_users_using_get test' do
|
|
78
78
|
it 'should work' do
|
|
79
79
|
# assertion here. ref: https://www.relishapp.com/rspec/rspec-expectations/docs/built-in-matchers
|
|
80
80
|
end
|
data/spec/api_client_spec.rb
CHANGED
|
@@ -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
|
|
data/spec/configuration_spec.rb
CHANGED
|
@@ -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
|
|
data/spec/models/actor_spec.rb
CHANGED
|
@@ -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
|
|