From c7d6f60ea2267ae2eb8711cf9720fef4c88493a4 Mon Sep 17 00:00:00 2001 From: github-actions-bot Date: Tue, 21 May 2024 19:02:32 +0000 Subject: [PATCH] docs(providers): update docs --- Gemfile.lock | 2 +- docs/Class20230301Api.md | 2 +- docs/XHRVerticallyIntegratedApi.md | 2 +- lib/openapi_client/api/class20230301_api.rb | 4 ++-- lib/openapi_client/api/xhr_vertically_integrated_api.rb | 4 ++-- lib/openapi_client/version.rb | 2 +- spec/api/class20230301_api_spec.rb | 2 +- spec/api/xhr_vertically_integrated_api_spec.rb | 2 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Gemfile.lock b/Gemfile.lock index 853ed64..f2c97ea 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - affixapi (1.1.76) + affixapi (1.1.77) typhoeus (~> 1.0, >= 1.0.1) GEM diff --git a/docs/Class20230301Api.md b/docs/Class20230301Api.md index a7685f9..0e42253 100644 --- a/docs/Class20230301Api.md +++ b/docs/Class20230301Api.md @@ -372,7 +372,7 @@ end Payslips -Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect +Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk ### Examples diff --git a/docs/XHRVerticallyIntegratedApi.md b/docs/XHRVerticallyIntegratedApi.md index ee53deb..4548a22 100644 --- a/docs/XHRVerticallyIntegratedApi.md +++ b/docs/XHRVerticallyIntegratedApi.md @@ -372,7 +372,7 @@ end Payslips -Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect +Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk ### Examples diff --git a/lib/openapi_client/api/class20230301_api.rb b/lib/openapi_client/api/class20230301_api.rb index abe812d..636acc2 100644 --- a/lib/openapi_client/api/class20230301_api.rb +++ b/lib/openapi_client/api/class20230301_api.rb @@ -322,7 +322,7 @@ def xhr_payruns20230301_with_http_info(start_date, end_date, opts = {}) end # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id [String] The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array] @@ -332,7 +332,7 @@ def xhr_payslips20230301(payrun_id, opts = {}) end # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id [String] The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array<(Array, Integer, Hash)>] Array data, response status code and response headers diff --git a/lib/openapi_client/api/xhr_vertically_integrated_api.rb b/lib/openapi_client/api/xhr_vertically_integrated_api.rb index 5071e66..1415146 100644 --- a/lib/openapi_client/api/xhr_vertically_integrated_api.rb +++ b/lib/openapi_client/api/xhr_vertically_integrated_api.rb @@ -322,7 +322,7 @@ def xhr_payruns20230301_with_http_info(start_date, end_date, opts = {}) end # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id [String] The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array] @@ -332,7 +332,7 @@ def xhr_payslips20230301(payrun_id, opts = {}) end # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id [String] The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array<(Array, Integer, Hash)>] Array data, response status code and response headers diff --git a/lib/openapi_client/version.rb b/lib/openapi_client/version.rb index 1e89c0e..3e6fdf6 100644 --- a/lib/openapi_client/version.rb +++ b/lib/openapi_client/version.rb @@ -11,5 +11,5 @@ =end module OpenapiClient - VERSION = '1.1.76' + VERSION = '1.1.77' end diff --git a/spec/api/class20230301_api_spec.rb b/spec/api/class20230301_api_spec.rb index e08b08f..ec1a2c7 100644 --- a/spec/api/class20230301_api_spec.rb +++ b/spec/api/class20230301_api_spec.rb @@ -92,7 +92,7 @@ # unit tests for xhr_payslips20230301 # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array] diff --git a/spec/api/xhr_vertically_integrated_api_spec.rb b/spec/api/xhr_vertically_integrated_api_spec.rb index 45ad9bd..fd7a769 100644 --- a/spec/api/xhr_vertically_integrated_api_spec.rb +++ b/spec/api/xhr_vertically_integrated_api_spec.rb @@ -92,7 +92,7 @@ # unit tests for xhr_payslips20230301 # Payslips - # Retrieves payslips from a specific payrun. Supported integrations: - sageone - simplepay.ie - brightpay connect + # Retrieves payslips from a specific payrun. Supported integrations: - brain payroll - brightpay connect - deel - gusto - justworks - moorepay - onpay - oyster - parolla.ie - paycircle - payfit - pento.io - quickbooks online - remote.com - rippling - sageone - shape payroll - simplepay.ie - staffology - xero uk # @param payrun_id The id of the payrun. # @param [Hash] opts the optional parameters # @return [Array]