finch-api 1.45.0__tar.gz → 2.0.0__tar.gz

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.
Files changed (291) hide show
  1. finch_api-2.0.0/.release-please-manifest.json +3 -0
  2. {finch_api-1.45.0 → finch_api-2.0.0}/CHANGELOG.md +16 -0
  3. {finch_api-1.45.0 → finch_api-2.0.0}/PKG-INFO +1 -1
  4. {finch_api-1.45.0 → finch_api-2.0.0}/api.md +11 -11
  5. {finch_api-1.45.0 → finch_api-2.0.0}/pyproject.toml +1 -1
  6. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_version.py +1 -1
  7. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/__init__.py +14 -0
  8. {finch_api-1.45.0/src/finch/resources/hris/company → finch_api-2.0.0/src/finch/resources/hris}/company.py +9 -41
  9. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/hris.py +40 -8
  10. {finch_api-1.45.0/src/finch/resources/hris/company → finch_api-2.0.0/src/finch/resources/hris}/pay_statement_item/pay_statement_item.py +10 -10
  11. {finch_api-1.45.0/src/finch/resources/hris/company → finch_api-2.0.0/src/finch/resources/hris}/pay_statement_item/rules.py +13 -13
  12. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/__init__.py +3 -1
  13. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/company.py +2 -2
  14. finch_api-1.45.0/src/finch/types/hris/pay_statement_response_body.py → finch_api-2.0.0/src/finch/types/hris/pay_statement_data.py +2 -2
  15. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_create_params.py +1 -1
  16. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_create_response.py +1 -1
  17. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_delete_params.py +1 -1
  18. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_delete_response.py +1 -1
  19. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_list_params.py +1 -1
  20. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_list_response.py +1 -1
  21. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_update_params.py +2 -2
  22. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/rule_update_response.py +1 -1
  23. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item_list_params.py +2 -2
  24. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item_list_response.py +1 -1
  25. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/pay_statement_response.py +2 -2
  26. {finch_api-1.45.0/tests/api_resources/hris/company → finch_api-2.0.0/tests/api_resources/hris}/pay_statement_item/test_rules.py +37 -37
  27. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_company.py +1 -1
  28. {finch_api-1.45.0/tests/api_resources/hris/company → finch_api-2.0.0/tests/api_resources/hris}/test_pay_statement_item.py +9 -9
  29. finch_api-1.45.0/.release-please-manifest.json +0 -3
  30. finch_api-1.45.0/src/finch/resources/hris/company/__init__.py +0 -33
  31. finch_api-1.45.0/src/finch/types/hris/company/__init__.py +0 -7
  32. finch_api-1.45.0/tests/api_resources/sandbox/jobs/__init__.py +0 -1
  33. {finch_api-1.45.0 → finch_api-2.0.0}/.gitignore +0 -0
  34. {finch_api-1.45.0 → finch_api-2.0.0}/CONTRIBUTING.md +0 -0
  35. {finch_api-1.45.0 → finch_api-2.0.0}/LICENSE +0 -0
  36. {finch_api-1.45.0 → finch_api-2.0.0}/README.md +0 -0
  37. {finch_api-1.45.0 → finch_api-2.0.0}/SECURITY.md +0 -0
  38. {finch_api-1.45.0 → finch_api-2.0.0}/bin/check-release-environment +0 -0
  39. {finch_api-1.45.0 → finch_api-2.0.0}/bin/publish-pypi +0 -0
  40. {finch_api-1.45.0 → finch_api-2.0.0}/examples/.keep +0 -0
  41. {finch_api-1.45.0 → finch_api-2.0.0}/noxfile.py +0 -0
  42. {finch_api-1.45.0 → finch_api-2.0.0}/release-please-config.json +0 -0
  43. {finch_api-1.45.0 → finch_api-2.0.0}/requirements-dev.lock +0 -0
  44. {finch_api-1.45.0 → finch_api-2.0.0}/requirements.lock +0 -0
  45. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/__init__.py +0 -0
  46. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_base_client.py +0 -0
  47. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_client.py +0 -0
  48. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_compat.py +0 -0
  49. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_constants.py +0 -0
  50. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_exceptions.py +0 -0
  51. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_files.py +0 -0
  52. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_legacy_response.py +0 -0
  53. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_models.py +0 -0
  54. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_qs.py +0 -0
  55. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_resource.py +0 -0
  56. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_response.py +0 -0
  57. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_streaming.py +0 -0
  58. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_types.py +0 -0
  59. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/__init__.py +0 -0
  60. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_compat.py +0 -0
  61. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_datetime_parse.py +0 -0
  62. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_json.py +0 -0
  63. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_logs.py +0 -0
  64. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_path.py +0 -0
  65. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_proxy.py +0 -0
  66. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_reflection.py +0 -0
  67. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_resources_proxy.py +0 -0
  68. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_streams.py +0 -0
  69. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_sync.py +0 -0
  70. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_transform.py +0 -0
  71. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_typing.py +0 -0
  72. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/_utils/_utils.py +0 -0
  73. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/lib/.keep +0 -0
  74. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/pagination.py +0 -0
  75. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/py.typed +0 -0
  76. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/__init__.py +0 -0
  77. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/access_tokens.py +0 -0
  78. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/account.py +0 -0
  79. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/connect/__init__.py +0 -0
  80. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/connect/connect.py +0 -0
  81. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/connect/sessions.py +0 -0
  82. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/benefits/__init__.py +0 -0
  83. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/benefits/benefits.py +0 -0
  84. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/benefits/individuals.py +0 -0
  85. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/directory.py +0 -0
  86. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/documents.py +0 -0
  87. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/employments.py +0 -0
  88. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/individuals.py +0 -0
  89. {finch_api-1.45.0/src/finch/resources/hris/company → finch_api-2.0.0/src/finch/resources/hris}/pay_statement_item/__init__.py +0 -0
  90. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/pay_statements.py +0 -0
  91. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/hris/payments.py +0 -0
  92. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/jobs/__init__.py +0 -0
  93. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/jobs/automated.py +0 -0
  94. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/jobs/jobs.py +0 -0
  95. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/jobs/manual.py +0 -0
  96. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/payroll/__init__.py +0 -0
  97. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/payroll/pay_groups.py +0 -0
  98. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/payroll/payroll.py +0 -0
  99. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/providers.py +0 -0
  100. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/request_forwarding.py +0 -0
  101. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/__init__.py +0 -0
  102. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/company.py +0 -0
  103. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/connections/__init__.py +0 -0
  104. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/connections/accounts.py +0 -0
  105. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/connections/connections.py +0 -0
  106. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/directory.py +0 -0
  107. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/employment.py +0 -0
  108. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/individual.py +0 -0
  109. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/jobs/__init__.py +0 -0
  110. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/jobs/configuration.py +0 -0
  111. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/jobs/jobs.py +0 -0
  112. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/payment.py +0 -0
  113. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/sandbox/sandbox.py +0 -0
  114. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/resources/webhooks.py +0 -0
  115. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/__init__.py +0 -0
  116. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/access_token_create_params.py +0 -0
  117. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/account_disconnect_entity_params.py +0 -0
  118. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/account_update_event.py +0 -0
  119. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/base_webhook_event.py +0 -0
  120. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/company_event.py +0 -0
  121. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/connect/__init__.py +0 -0
  122. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/connect/session_new_params.py +0 -0
  123. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/connect/session_new_response.py +0 -0
  124. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/connect/session_reauthenticate_params.py +0 -0
  125. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/connect/session_reauthenticate_response.py +0 -0
  126. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/create_access_token_response.py +0 -0
  127. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/directory_event.py +0 -0
  128. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/disconnect_entity_response.py +0 -0
  129. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/disconnect_response.py +0 -0
  130. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/employment_event.py +0 -0
  131. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_create_params.py +0 -0
  132. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_features_and_operations.py +0 -0
  133. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_frequency.py +0 -0
  134. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_list_params.py +0 -0
  135. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_list_supported_benefits_params.py +0 -0
  136. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_register_params.py +0 -0
  137. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_retrieve_params.py +0 -0
  138. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_type.py +0 -0
  139. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefit_update_params.py +0 -0
  140. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/__init__.py +0 -0
  141. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/enrolled_individual_benefit_response.py +0 -0
  142. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_benefit.py +0 -0
  143. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_enroll_many_params.py +0 -0
  144. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_enrolled_ids_params.py +0 -0
  145. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_enrolled_ids_response.py +0 -0
  146. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_retrieve_many_benefits_params.py +0 -0
  147. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/individual_unenroll_many_params.py +0 -0
  148. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits/unenrolled_individual_benefit_response.py +0 -0
  149. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/benefits_support.py +0 -0
  150. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/company_benefit.py +0 -0
  151. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/company_retrieve_params.py +0 -0
  152. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/create_company_benefits_response.py +0 -0
  153. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/directory_list_individuals_params.py +0 -0
  154. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/directory_list_params.py +0 -0
  155. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/document_list_params.py +0 -0
  156. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/document_list_response.py +0 -0
  157. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/document_response.py +0 -0
  158. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/document_retreive_params.py +0 -0
  159. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/document_retreive_response.py +0 -0
  160. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/employment_data.py +0 -0
  161. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/employment_data_response.py +0 -0
  162. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/employment_retrieve_many_params.py +0 -0
  163. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/individual.py +0 -0
  164. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/individual_in_directory.py +0 -0
  165. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/individual_response.py +0 -0
  166. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/individual_retrieve_many_params.py +0 -0
  167. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/pay_statement.py +0 -0
  168. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/pay_statement_data_sync_in_progress.py +0 -0
  169. {finch_api-1.45.0/src/finch/types/hris/company → finch_api-2.0.0/src/finch/types/hris}/pay_statement_item/__init__.py +0 -0
  170. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/pay_statement_retrieve_many_params.py +0 -0
  171. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/payment.py +0 -0
  172. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/payment_list_params.py +0 -0
  173. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/register_company_benefit_response.py +0 -0
  174. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/support_per_benefit_type.py +0 -0
  175. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/supported_benefit.py +0 -0
  176. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/update_company_benefit_response.py +0 -0
  177. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/w42005.py +0 -0
  178. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/hris/w42020.py +0 -0
  179. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/income.py +0 -0
  180. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/income_param.py +0 -0
  181. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/individual_event.py +0 -0
  182. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/introspection.py +0 -0
  183. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/job_completion_event.py +0 -0
  184. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/__init__.py +0 -0
  185. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/automated_async_job.py +0 -0
  186. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/automated_create_params.py +0 -0
  187. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/automated_create_response.py +0 -0
  188. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/automated_list_params.py +0 -0
  189. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/automated_list_response.py +0 -0
  190. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/jobs/manual_async_job.py +0 -0
  191. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/location.py +0 -0
  192. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/location_param.py +0 -0
  193. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/money.py +0 -0
  194. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/pay_statement_event.py +0 -0
  195. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payment_event.py +0 -0
  196. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payroll/__init__.py +0 -0
  197. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payroll/pay_group_list_params.py +0 -0
  198. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payroll/pay_group_list_response.py +0 -0
  199. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payroll/pay_group_retrieve_params.py +0 -0
  200. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/payroll/pay_group_retrieve_response.py +0 -0
  201. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/provider_list_response.py +0 -0
  202. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/request_forwarding_forward_params.py +0 -0
  203. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/request_forwarding_forward_response.py +0 -0
  204. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/__init__.py +0 -0
  205. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/company_update_params.py +0 -0
  206. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/company_update_response.py +0 -0
  207. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connection_create_params.py +0 -0
  208. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connection_create_response.py +0 -0
  209. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connections/__init__.py +0 -0
  210. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connections/account_create_params.py +0 -0
  211. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connections/account_create_response.py +0 -0
  212. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connections/account_update_params.py +0 -0
  213. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/connections/account_update_response.py +0 -0
  214. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/directory_create_params.py +0 -0
  215. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/directory_create_response.py +0 -0
  216. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/employment_update_params.py +0 -0
  217. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/employment_update_response.py +0 -0
  218. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/individual_update_params.py +0 -0
  219. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/individual_update_response.py +0 -0
  220. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/job_create_params.py +0 -0
  221. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/job_create_response.py +0 -0
  222. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/jobs/__init__.py +0 -0
  223. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/jobs/configuration_retrieve_response.py +0 -0
  224. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/jobs/configuration_update_params.py +0 -0
  225. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/jobs/sandbox_job_configuration.py +0 -0
  226. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/payment_create_params.py +0 -0
  227. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/sandbox/payment_create_response.py +0 -0
  228. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared/__init__.py +0 -0
  229. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared/connection_status_type.py +0 -0
  230. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared/operation_support.py +0 -0
  231. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared/operation_support_matrix.py +0 -0
  232. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared/paging.py +0 -0
  233. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared_params/__init__.py +0 -0
  234. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/shared_params/connection_status_type.py +0 -0
  235. {finch_api-1.45.0 → finch_api-2.0.0}/src/finch/types/webhook_event.py +0 -0
  236. {finch_api-1.45.0 → finch_api-2.0.0}/tests/__init__.py +0 -0
  237. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/__init__.py +0 -0
  238. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/connect/__init__.py +0 -0
  239. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/connect/test_sessions.py +0 -0
  240. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/__init__.py +0 -0
  241. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/benefits/__init__.py +0 -0
  242. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/benefits/test_individuals.py +0 -0
  243. {finch_api-1.45.0/tests/api_resources/hris/company → finch_api-2.0.0/tests/api_resources/hris/pay_statement_item}/__init__.py +0 -0
  244. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_benefits.py +0 -0
  245. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_directory.py +0 -0
  246. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_documents.py +0 -0
  247. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_employments.py +0 -0
  248. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_individuals.py +0 -0
  249. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_pay_statements.py +0 -0
  250. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/hris/test_payments.py +0 -0
  251. {finch_api-1.45.0/tests/api_resources/hris/company/pay_statement_item → finch_api-2.0.0/tests/api_resources/jobs}/__init__.py +0 -0
  252. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/jobs/test_automated.py +0 -0
  253. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/jobs/test_manual.py +0 -0
  254. {finch_api-1.45.0/tests/api_resources/jobs → finch_api-2.0.0/tests/api_resources/payroll}/__init__.py +0 -0
  255. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/payroll/test_pay_groups.py +0 -0
  256. {finch_api-1.45.0/tests/api_resources/payroll → finch_api-2.0.0/tests/api_resources/sandbox}/__init__.py +0 -0
  257. {finch_api-1.45.0/tests/api_resources/sandbox → finch_api-2.0.0/tests/api_resources/sandbox/connections}/__init__.py +0 -0
  258. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/connections/test_accounts.py +0 -0
  259. {finch_api-1.45.0/tests/api_resources/sandbox/connections → finch_api-2.0.0/tests/api_resources/sandbox/jobs}/__init__.py +0 -0
  260. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/jobs/test_configuration.py +0 -0
  261. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_company.py +0 -0
  262. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_connections.py +0 -0
  263. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_directory.py +0 -0
  264. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_employment.py +0 -0
  265. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_individual.py +0 -0
  266. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_jobs.py +0 -0
  267. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/sandbox/test_payment.py +0 -0
  268. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_access_tokens.py +0 -0
  269. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_account.py +0 -0
  270. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_providers.py +0 -0
  271. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_request_forwarding.py +0 -0
  272. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_top_level.py +0 -0
  273. {finch_api-1.45.0 → finch_api-2.0.0}/tests/api_resources/test_webhooks.py +0 -0
  274. {finch_api-1.45.0 → finch_api-2.0.0}/tests/conftest.py +0 -0
  275. {finch_api-1.45.0 → finch_api-2.0.0}/tests/sample_file.txt +0 -0
  276. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_client.py +0 -0
  277. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_extract_files.py +0 -0
  278. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_files.py +0 -0
  279. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_legacy_response.py +0 -0
  280. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_models.py +0 -0
  281. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_qs.py +0 -0
  282. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_required_args.py +0 -0
  283. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_response.py +0 -0
  284. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_streaming.py +0 -0
  285. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_transform.py +0 -0
  286. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_utils/test_datetime_parse.py +0 -0
  287. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_utils/test_json.py +0 -0
  288. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_utils/test_path.py +0 -0
  289. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_utils/test_proxy.py +0 -0
  290. {finch_api-1.45.0 → finch_api-2.0.0}/tests/test_utils/test_typing.py +0 -0
  291. {finch_api-1.45.0 → finch_api-2.0.0}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "2.0.0"
3
+ }
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.0.0 (2026-06-22)
4
+
5
+ Full Changelog: [v1.46.0...v2.0.0](https://github.com/Finch-API/finch-api-python/compare/v1.46.0...v2.0.0)
6
+
7
+ ### Bug Fixes
8
+
9
+ * **payroll:** pay_statement_item is now a direct subresource of hris instead of company ([f8194d7](https://github.com/Finch-API/finch-api-python/commit/f8194d748c7b37fa624a3ca36f0f29b6243aa7d5))
10
+
11
+ ## 1.46.0 (2026-06-22)
12
+
13
+ Full Changelog: [v1.45.0...v1.46.0](https://github.com/Finch-API/finch-api-python/compare/v1.45.0...v1.46.0)
14
+
15
+ ### Features
16
+
17
+ * **api:** manual updates ([07e5096](https://github.com/Finch-API/finch-api-python/commit/07e5096d5de07067ccaf6e714c00e38acca319ec))
18
+
3
19
  ## 1.45.0 (2026-06-17)
4
20
 
5
21
  Full Changelog: [v1.44.1...v1.45.0](https://github.com/Finch-API/finch-api-python/compare/v1.44.1...v1.45.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: finch-api
3
- Version: 1.45.0
3
+ Version: 2.0.0
4
4
  Summary: The official Python library for the Finch API
5
5
  Project-URL: Homepage, https://github.com/Finch-API/finch-api-python
6
6
  Project-URL: Repository, https://github.com/Finch-API/finch-api-python
@@ -41,26 +41,26 @@ from finch.types.hris import Company
41
41
 
42
42
  Methods:
43
43
 
44
- - <code title="get /employer/company">client.hris.company.<a href="./src/finch/resources/hris/company/company.py">retrieve</a>(\*\*<a href="src/finch/types/hris/company_retrieve_params.py">params</a>) -> <a href="./src/finch/types/hris/company/company.py">Company</a></code>
44
+ - <code title="get /employer/company">client.hris.company.<a href="./src/finch/resources/hris/company.py">retrieve</a>(\*\*<a href="src/finch/types/hris/company_retrieve_params.py">params</a>) -> <a href="./src/finch/types/hris/company.py">Company</a></code>
45
45
 
46
- ### PayStatementItem
46
+ ## PayStatementItem
47
47
 
48
48
  Types:
49
49
 
50
50
  ```python
51
- from finch.types.hris.company import PayStatementItemListResponse
51
+ from finch.types.hris import PayStatementItemListResponse
52
52
  ```
53
53
 
54
54
  Methods:
55
55
 
56
- - <code title="get /employer/pay-statement-item">client.hris.company.pay_statement_item.<a href="./src/finch/resources/hris/company/pay_statement_item/pay_statement_item.py">list</a>(\*\*<a href="src/finch/types/hris/company/pay_statement_item_list_params.py">params</a>) -> <a href="./src/finch/types/hris/company/pay_statement_item_list_response.py">SyncResponsesPage[PayStatementItemListResponse]</a></code>
56
+ - <code title="get /employer/pay-statement-item">client.hris.pay_statement_item.<a href="./src/finch/resources/hris/pay_statement_item/pay_statement_item.py">list</a>(\*\*<a href="src/finch/types/hris/pay_statement_item_list_params.py">params</a>) -> <a href="./src/finch/types/hris/pay_statement_item_list_response.py">SyncResponsesPage[PayStatementItemListResponse]</a></code>
57
57
 
58
- #### Rules
58
+ ### Rules
59
59
 
60
60
  Types:
61
61
 
62
62
  ```python
63
- from finch.types.hris.company.pay_statement_item import (
63
+ from finch.types.hris.pay_statement_item import (
64
64
  RuleCreateResponse,
65
65
  RuleUpdateResponse,
66
66
  RuleListResponse,
@@ -70,10 +70,10 @@ from finch.types.hris.company.pay_statement_item import (
70
70
 
71
71
  Methods:
72
72
 
73
- - <code title="post /employer/pay-statement-item/rule">client.hris.company.pay_statement_item.rules.<a href="./src/finch/resources/hris/company/pay_statement_item/rules.py">create</a>(\*\*<a href="src/finch/types/hris/company/pay_statement_item/rule_create_params.py">params</a>) -> <a href="./src/finch/types/hris/company/pay_statement_item/rule_create_response.py">RuleCreateResponse</a></code>
74
- - <code title="put /employer/pay-statement-item/rule/{rule_id}">client.hris.company.pay_statement_item.rules.<a href="./src/finch/resources/hris/company/pay_statement_item/rules.py">update</a>(rule_id, \*\*<a href="src/finch/types/hris/company/pay_statement_item/rule_update_params.py">params</a>) -> <a href="./src/finch/types/hris/company/pay_statement_item/rule_update_response.py">RuleUpdateResponse</a></code>
75
- - <code title="get /employer/pay-statement-item/rule">client.hris.company.pay_statement_item.rules.<a href="./src/finch/resources/hris/company/pay_statement_item/rules.py">list</a>(\*\*<a href="src/finch/types/hris/company/pay_statement_item/rule_list_params.py">params</a>) -> <a href="./src/finch/types/hris/company/pay_statement_item/rule_list_response.py">SyncResponsesPage[RuleListResponse]</a></code>
76
- - <code title="delete /employer/pay-statement-item/rule/{rule_id}">client.hris.company.pay_statement_item.rules.<a href="./src/finch/resources/hris/company/pay_statement_item/rules.py">delete</a>(rule_id, \*\*<a href="src/finch/types/hris/company/pay_statement_item/rule_delete_params.py">params</a>) -> <a href="./src/finch/types/hris/company/pay_statement_item/rule_delete_response.py">RuleDeleteResponse</a></code>
73
+ - <code title="post /employer/pay-statement-item/rule">client.hris.pay_statement_item.rules.<a href="./src/finch/resources/hris/pay_statement_item/rules.py">create</a>(\*\*<a href="src/finch/types/hris/pay_statement_item/rule_create_params.py">params</a>) -> <a href="./src/finch/types/hris/pay_statement_item/rule_create_response.py">RuleCreateResponse</a></code>
74
+ - <code title="put /employer/pay-statement-item/rule/{rule_id}">client.hris.pay_statement_item.rules.<a href="./src/finch/resources/hris/pay_statement_item/rules.py">update</a>(rule_id, \*\*<a href="src/finch/types/hris/pay_statement_item/rule_update_params.py">params</a>) -> <a href="./src/finch/types/hris/pay_statement_item/rule_update_response.py">RuleUpdateResponse</a></code>
75
+ - <code title="get /employer/pay-statement-item/rule">client.hris.pay_statement_item.rules.<a href="./src/finch/resources/hris/pay_statement_item/rules.py">list</a>(\*\*<a href="src/finch/types/hris/pay_statement_item/rule_list_params.py">params</a>) -> <a href="./src/finch/types/hris/pay_statement_item/rule_list_response.py">SyncResponsesPage[RuleListResponse]</a></code>
76
+ - <code title="delete /employer/pay-statement-item/rule/{rule_id}">client.hris.pay_statement_item.rules.<a href="./src/finch/resources/hris/pay_statement_item/rules.py">delete</a>(rule_id, \*\*<a href="src/finch/types/hris/pay_statement_item/rule_delete_params.py">params</a>) -> <a href="./src/finch/types/hris/pay_statement_item/rule_delete_response.py">RuleDeleteResponse</a></code>
77
77
 
78
78
  ## Directory
79
79
 
@@ -130,9 +130,9 @@ Types:
130
130
  ```python
131
131
  from finch.types.hris import (
132
132
  PayStatement,
133
+ PayStatementData,
133
134
  PayStatementDataSyncInProgress,
134
135
  PayStatementResponse,
135
- PayStatementResponseBody,
136
136
  )
137
137
  ```
138
138
 
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "finch-api"
3
- version = "1.45.0"
3
+ version = "2.0.0"
4
4
  description = "The official Python library for the Finch API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "finch"
4
- __version__ = "1.45.0" # x-release-please-version
4
+ __version__ = "2.0.0" # x-release-please-version
@@ -72,6 +72,14 @@ from .pay_statements import (
72
72
  PayStatementsWithStreamingResponse,
73
73
  AsyncPayStatementsWithStreamingResponse,
74
74
  )
75
+ from .pay_statement_item import (
76
+ PayStatementItem,
77
+ AsyncPayStatementItem,
78
+ PayStatementItemWithRawResponse,
79
+ AsyncPayStatementItemWithRawResponse,
80
+ PayStatementItemWithStreamingResponse,
81
+ AsyncPayStatementItemWithStreamingResponse,
82
+ )
75
83
 
76
84
  __all__ = [
77
85
  "CompanyResource",
@@ -80,6 +88,12 @@ __all__ = [
80
88
  "AsyncCompanyResourceWithRawResponse",
81
89
  "CompanyResourceWithStreamingResponse",
82
90
  "AsyncCompanyResourceWithStreamingResponse",
91
+ "PayStatementItem",
92
+ "AsyncPayStatementItem",
93
+ "PayStatementItemWithRawResponse",
94
+ "AsyncPayStatementItemWithRawResponse",
95
+ "PayStatementItemWithStreamingResponse",
96
+ "AsyncPayStatementItemWithStreamingResponse",
83
97
  "Directory",
84
98
  "AsyncDirectory",
85
99
  "DirectoryWithRawResponse",
@@ -4,32 +4,20 @@ from __future__ import annotations
4
4
 
5
5
  import httpx
6
6
 
7
- from .... import _legacy_response
8
- from ...._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
9
- from ...._utils import maybe_transform, async_maybe_transform
10
- from ...._compat import cached_property
11
- from ...._resource import SyncAPIResource, AsyncAPIResource
12
- from ...._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
13
- from ....types.hris import company_retrieve_params
14
- from ...._base_client import make_request_options
15
- from ....types.hris.company.company import Company
16
- from .pay_statement_item.pay_statement_item import (
17
- PayStatementItem,
18
- AsyncPayStatementItem,
19
- PayStatementItemWithRawResponse,
20
- AsyncPayStatementItemWithRawResponse,
21
- PayStatementItemWithStreamingResponse,
22
- AsyncPayStatementItemWithStreamingResponse,
23
- )
7
+ from ... import _legacy_response
8
+ from ..._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
9
+ from ..._utils import maybe_transform, async_maybe_transform
10
+ from ..._compat import cached_property
11
+ from ..._resource import SyncAPIResource, AsyncAPIResource
12
+ from ..._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
13
+ from ...types.hris import company_retrieve_params
14
+ from ..._base_client import make_request_options
15
+ from ...types.hris.company import Company
24
16
 
25
17
  __all__ = ["CompanyResource", "AsyncCompanyResource"]
26
18
 
27
19
 
28
20
  class CompanyResource(SyncAPIResource):
29
- @cached_property
30
- def pay_statement_item(self) -> PayStatementItem:
31
- return PayStatementItem(self._client)
32
-
33
21
  @cached_property
34
22
  def with_raw_response(self) -> CompanyResourceWithRawResponse:
35
23
  """
@@ -89,10 +77,6 @@ class CompanyResource(SyncAPIResource):
89
77
 
90
78
 
91
79
  class AsyncCompanyResource(AsyncAPIResource):
92
- @cached_property
93
- def pay_statement_item(self) -> AsyncPayStatementItem:
94
- return AsyncPayStatementItem(self._client)
95
-
96
80
  @cached_property
97
81
  def with_raw_response(self) -> AsyncCompanyResourceWithRawResponse:
98
82
  """
@@ -161,10 +145,6 @@ class CompanyResourceWithRawResponse:
161
145
  company.retrieve,
162
146
  )
163
147
 
164
- @cached_property
165
- def pay_statement_item(self) -> PayStatementItemWithRawResponse:
166
- return PayStatementItemWithRawResponse(self._company.pay_statement_item)
167
-
168
148
 
169
149
  class AsyncCompanyResourceWithRawResponse:
170
150
  def __init__(self, company: AsyncCompanyResource) -> None:
@@ -174,10 +154,6 @@ class AsyncCompanyResourceWithRawResponse:
174
154
  company.retrieve,
175
155
  )
176
156
 
177
- @cached_property
178
- def pay_statement_item(self) -> AsyncPayStatementItemWithRawResponse:
179
- return AsyncPayStatementItemWithRawResponse(self._company.pay_statement_item)
180
-
181
157
 
182
158
  class CompanyResourceWithStreamingResponse:
183
159
  def __init__(self, company: CompanyResource) -> None:
@@ -187,10 +163,6 @@ class CompanyResourceWithStreamingResponse:
187
163
  company.retrieve,
188
164
  )
189
165
 
190
- @cached_property
191
- def pay_statement_item(self) -> PayStatementItemWithStreamingResponse:
192
- return PayStatementItemWithStreamingResponse(self._company.pay_statement_item)
193
-
194
166
 
195
167
  class AsyncCompanyResourceWithStreamingResponse:
196
168
  def __init__(self, company: AsyncCompanyResource) -> None:
@@ -199,7 +171,3 @@ class AsyncCompanyResourceWithStreamingResponse:
199
171
  self.retrieve = async_to_streamed_response_wrapper(
200
172
  company.retrieve,
201
173
  )
202
-
203
- @cached_property
204
- def pay_statement_item(self) -> AsyncPayStatementItemWithStreamingResponse:
205
- return AsyncPayStatementItemWithStreamingResponse(self._company.pay_statement_item)
@@ -2,6 +2,14 @@
2
2
 
3
3
  from __future__ import annotations
4
4
 
5
+ from .company import (
6
+ CompanyResource,
7
+ AsyncCompanyResource,
8
+ CompanyResourceWithRawResponse,
9
+ AsyncCompanyResourceWithRawResponse,
10
+ CompanyResourceWithStreamingResponse,
11
+ AsyncCompanyResourceWithStreamingResponse,
12
+ )
5
13
  from .payments import (
6
14
  Payments,
7
15
  AsyncPayments,
@@ -52,14 +60,6 @@ from .pay_statements import (
52
60
  PayStatementsWithStreamingResponse,
53
61
  AsyncPayStatementsWithStreamingResponse,
54
62
  )
55
- from .company.company import (
56
- CompanyResource,
57
- AsyncCompanyResource,
58
- CompanyResourceWithRawResponse,
59
- AsyncCompanyResourceWithRawResponse,
60
- CompanyResourceWithStreamingResponse,
61
- AsyncCompanyResourceWithStreamingResponse,
62
- )
63
63
  from .benefits.benefits import (
64
64
  Benefits,
65
65
  AsyncBenefits,
@@ -68,6 +68,14 @@ from .benefits.benefits import (
68
68
  BenefitsWithStreamingResponse,
69
69
  AsyncBenefitsWithStreamingResponse,
70
70
  )
71
+ from .pay_statement_item.pay_statement_item import (
72
+ PayStatementItem,
73
+ AsyncPayStatementItem,
74
+ PayStatementItemWithRawResponse,
75
+ AsyncPayStatementItemWithRawResponse,
76
+ PayStatementItemWithStreamingResponse,
77
+ AsyncPayStatementItemWithStreamingResponse,
78
+ )
71
79
 
72
80
  __all__ = ["HRIS", "AsyncHRIS"]
73
81
 
@@ -77,6 +85,10 @@ class HRIS(SyncAPIResource):
77
85
  def company(self) -> CompanyResource:
78
86
  return CompanyResource(self._client)
79
87
 
88
+ @cached_property
89
+ def pay_statement_item(self) -> PayStatementItem:
90
+ return PayStatementItem(self._client)
91
+
80
92
  @cached_property
81
93
  def directory(self) -> Directory:
82
94
  return Directory(self._client)
@@ -130,6 +142,10 @@ class AsyncHRIS(AsyncAPIResource):
130
142
  def company(self) -> AsyncCompanyResource:
131
143
  return AsyncCompanyResource(self._client)
132
144
 
145
+ @cached_property
146
+ def pay_statement_item(self) -> AsyncPayStatementItem:
147
+ return AsyncPayStatementItem(self._client)
148
+
133
149
  @cached_property
134
150
  def directory(self) -> AsyncDirectory:
135
151
  return AsyncDirectory(self._client)
@@ -186,6 +202,10 @@ class HRISWithRawResponse:
186
202
  def company(self) -> CompanyResourceWithRawResponse:
187
203
  return CompanyResourceWithRawResponse(self._hris.company)
188
204
 
205
+ @cached_property
206
+ def pay_statement_item(self) -> PayStatementItemWithRawResponse:
207
+ return PayStatementItemWithRawResponse(self._hris.pay_statement_item)
208
+
189
209
  @cached_property
190
210
  def directory(self) -> DirectoryWithRawResponse:
191
211
  return DirectoryWithRawResponse(self._hris.directory)
@@ -223,6 +243,10 @@ class AsyncHRISWithRawResponse:
223
243
  def company(self) -> AsyncCompanyResourceWithRawResponse:
224
244
  return AsyncCompanyResourceWithRawResponse(self._hris.company)
225
245
 
246
+ @cached_property
247
+ def pay_statement_item(self) -> AsyncPayStatementItemWithRawResponse:
248
+ return AsyncPayStatementItemWithRawResponse(self._hris.pay_statement_item)
249
+
226
250
  @cached_property
227
251
  def directory(self) -> AsyncDirectoryWithRawResponse:
228
252
  return AsyncDirectoryWithRawResponse(self._hris.directory)
@@ -260,6 +284,10 @@ class HRISWithStreamingResponse:
260
284
  def company(self) -> CompanyResourceWithStreamingResponse:
261
285
  return CompanyResourceWithStreamingResponse(self._hris.company)
262
286
 
287
+ @cached_property
288
+ def pay_statement_item(self) -> PayStatementItemWithStreamingResponse:
289
+ return PayStatementItemWithStreamingResponse(self._hris.pay_statement_item)
290
+
263
291
  @cached_property
264
292
  def directory(self) -> DirectoryWithStreamingResponse:
265
293
  return DirectoryWithStreamingResponse(self._hris.directory)
@@ -297,6 +325,10 @@ class AsyncHRISWithStreamingResponse:
297
325
  def company(self) -> AsyncCompanyResourceWithStreamingResponse:
298
326
  return AsyncCompanyResourceWithStreamingResponse(self._hris.company)
299
327
 
328
+ @cached_property
329
+ def pay_statement_item(self) -> AsyncPayStatementItemWithStreamingResponse:
330
+ return AsyncPayStatementItemWithStreamingResponse(self._hris.pay_statement_item)
331
+
300
332
  @cached_property
301
333
  def directory(self) -> AsyncDirectoryWithStreamingResponse:
302
334
  return AsyncDirectoryWithStreamingResponse(self._hris.directory)
@@ -8,7 +8,7 @@ from typing_extensions import Literal
8
8
 
9
9
  import httpx
10
10
 
11
- from ..... import _legacy_response
11
+ from .... import _legacy_response
12
12
  from .rules import (
13
13
  Rules,
14
14
  AsyncRules,
@@ -17,15 +17,15 @@ from .rules import (
17
17
  RulesWithStreamingResponse,
18
18
  AsyncRulesWithStreamingResponse,
19
19
  )
20
- from ....._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
21
- from ....._utils import maybe_transform
22
- from ....._compat import cached_property
23
- from ....._resource import SyncAPIResource, AsyncAPIResource
24
- from ....._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
25
- from .....pagination import SyncResponsesPage, AsyncResponsesPage
26
- from ....._base_client import AsyncPaginator, make_request_options
27
- from .....types.hris.company import pay_statement_item_list_params
28
- from .....types.hris.company.pay_statement_item_list_response import PayStatementItemListResponse
20
+ from ...._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
21
+ from ...._utils import maybe_transform
22
+ from ...._compat import cached_property
23
+ from ...._resource import SyncAPIResource, AsyncAPIResource
24
+ from ...._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
25
+ from ....pagination import SyncResponsesPage, AsyncResponsesPage
26
+ from ....types.hris import pay_statement_item_list_params
27
+ from ...._base_client import AsyncPaginator, make_request_options
28
+ from ....types.hris.pay_statement_item_list_response import PayStatementItemListResponse
29
29
 
30
30
  __all__ = ["PayStatementItem", "AsyncPayStatementItem"]
31
31
 
@@ -7,24 +7,24 @@ from typing_extensions import Literal
7
7
 
8
8
  import httpx
9
9
 
10
- from ..... import _legacy_response
11
- from ....._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
12
- from ....._utils import path_template, maybe_transform, async_maybe_transform
13
- from ....._compat import cached_property
14
- from ....._resource import SyncAPIResource, AsyncAPIResource
15
- from ....._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
16
- from .....pagination import SyncResponsesPage, AsyncResponsesPage
17
- from ....._base_client import AsyncPaginator, make_request_options
18
- from .....types.hris.company.pay_statement_item import (
10
+ from .... import _legacy_response
11
+ from ...._types import Body, Omit, Query, Headers, NotGiven, SequenceNotStr, omit, not_given
12
+ from ...._utils import path_template, maybe_transform, async_maybe_transform
13
+ from ...._compat import cached_property
14
+ from ...._resource import SyncAPIResource, AsyncAPIResource
15
+ from ...._response import to_streamed_response_wrapper, async_to_streamed_response_wrapper
16
+ from ....pagination import SyncResponsesPage, AsyncResponsesPage
17
+ from ...._base_client import AsyncPaginator, make_request_options
18
+ from ....types.hris.pay_statement_item import (
19
19
  rule_list_params,
20
20
  rule_create_params,
21
21
  rule_delete_params,
22
22
  rule_update_params,
23
23
  )
24
- from .....types.hris.company.pay_statement_item.rule_list_response import RuleListResponse
25
- from .....types.hris.company.pay_statement_item.rule_create_response import RuleCreateResponse
26
- from .....types.hris.company.pay_statement_item.rule_delete_response import RuleDeleteResponse
27
- from .....types.hris.company.pay_statement_item.rule_update_response import RuleUpdateResponse
24
+ from ....types.hris.pay_statement_item.rule_list_response import RuleListResponse
25
+ from ....types.hris.pay_statement_item.rule_create_response import RuleCreateResponse
26
+ from ....types.hris.pay_statement_item.rule_delete_response import RuleDeleteResponse
27
+ from ....types.hris.pay_statement_item.rule_update_response import RuleUpdateResponse
28
28
 
29
29
  __all__ = ["Rules", "AsyncRules"]
30
30
 
@@ -15,6 +15,7 @@ from .benefits_support import BenefitsSupport as BenefitsSupport
15
15
  from .benefit_frequency import BenefitFrequency as BenefitFrequency
16
16
  from .document_response import DocumentResponse as DocumentResponse
17
17
  from .supported_benefit import SupportedBenefit as SupportedBenefit
18
+ from .pay_statement_data import PayStatementData as PayStatementData
18
19
  from .benefit_list_params import BenefitListParams as BenefitListParams
19
20
  from .individual_response import IndividualResponse as IndividualResponse
20
21
  from .payment_list_params import PaymentListParams as PaymentListParams
@@ -32,12 +33,13 @@ from .document_retreive_params import DocumentRetreiveParams as DocumentRetreive
32
33
  from .employment_data_response import EmploymentDataResponse as EmploymentDataResponse
33
34
  from .support_per_benefit_type import SupportPerBenefitType as SupportPerBenefitType
34
35
  from .document_retreive_response import DocumentRetreiveResponse as DocumentRetreiveResponse
35
- from .pay_statement_response_body import PayStatementResponseBody as PayStatementResponseBody
36
+ from .pay_statement_item_list_params import PayStatementItemListParams as PayStatementItemListParams
36
37
  from .benefit_features_and_operations import BenefitFeaturesAndOperations as BenefitFeaturesAndOperations
37
38
  from .employment_retrieve_many_params import EmploymentRetrieveManyParams as EmploymentRetrieveManyParams
38
39
  from .individual_retrieve_many_params import IndividualRetrieveManyParams as IndividualRetrieveManyParams
39
40
  from .update_company_benefit_response import UpdateCompanyBenefitResponse as UpdateCompanyBenefitResponse
40
41
  from .create_company_benefits_response import CreateCompanyBenefitsResponse as CreateCompanyBenefitsResponse
42
+ from .pay_statement_item_list_response import PayStatementItemListResponse as PayStatementItemListResponse
41
43
  from .directory_list_individuals_params import DirectoryListIndividualsParams as DirectoryListIndividualsParams
42
44
  from .register_company_benefit_response import RegisterCompanyBenefitResponse as RegisterCompanyBenefitResponse
43
45
  from .pay_statement_retrieve_many_params import PayStatementRetrieveManyParams as PayStatementRetrieveManyParams
@@ -3,8 +3,8 @@
3
3
  from typing import List, Optional
4
4
  from typing_extensions import Literal
5
5
 
6
- from ...._models import BaseModel
7
- from ...location import Location
6
+ from ..._models import BaseModel
7
+ from ..location import Location
8
8
 
9
9
  __all__ = ["Company", "Account", "Department", "DepartmentParent", "Entity"]
10
10
 
@@ -5,7 +5,7 @@ from typing import List, Optional
5
5
  from ..._models import BaseModel
6
6
  from .pay_statement import PayStatement
7
7
 
8
- __all__ = ["PayStatementResponseBody", "Paging"]
8
+ __all__ = ["PayStatementData", "Paging"]
9
9
 
10
10
 
11
11
  class Paging(BaseModel):
@@ -16,7 +16,7 @@ class Paging(BaseModel):
16
16
  """The total number of elements for the entire query (not just the given page)"""
17
17
 
18
18
 
19
- class PayStatementResponseBody(BaseModel):
19
+ class PayStatementData(BaseModel):
20
20
  paging: Paging
21
21
 
22
22
  pay_statements: List[PayStatement]
@@ -5,7 +5,7 @@ from __future__ import annotations
5
5
  from typing import Dict, Iterable, Optional
6
6
  from typing_extensions import Literal, TypedDict
7
7
 
8
- from ....._types import SequenceNotStr
8
+ from ...._types import SequenceNotStr
9
9
 
10
10
  __all__ = ["RuleCreateParams", "Attributes", "Condition"]
11
11
 
@@ -4,7 +4,7 @@ from typing import Dict, List, Optional
4
4
  from datetime import datetime
5
5
  from typing_extensions import Literal
6
6
 
7
- from ....._models import BaseModel
7
+ from ...._models import BaseModel
8
8
 
9
9
  __all__ = ["RuleCreateResponse", "Attributes", "Condition"]
10
10
 
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  from typing_extensions import TypedDict
6
6
 
7
- from ....._types import SequenceNotStr
7
+ from ...._types import SequenceNotStr
8
8
 
9
9
  __all__ = ["RuleDeleteParams"]
10
10
 
@@ -4,7 +4,7 @@ from typing import Dict, List, Optional
4
4
  from datetime import datetime
5
5
  from typing_extensions import Literal
6
6
 
7
- from ....._models import BaseModel
7
+ from ...._models import BaseModel
8
8
 
9
9
  __all__ = ["RuleDeleteResponse", "Attributes", "Condition"]
10
10
 
@@ -4,7 +4,7 @@ from __future__ import annotations
4
4
 
5
5
  from typing_extensions import TypedDict
6
6
 
7
- from ....._types import SequenceNotStr
7
+ from ...._types import SequenceNotStr
8
8
 
9
9
  __all__ = ["RuleListParams"]
10
10
 
@@ -4,7 +4,7 @@ from typing import Dict, List, Optional
4
4
  from datetime import datetime
5
5
  from typing_extensions import Literal
6
6
 
7
- from ....._models import BaseModel
7
+ from ...._models import BaseModel
8
8
 
9
9
  __all__ = ["RuleListResponse", "Attributes", "Condition"]
10
10
 
@@ -4,8 +4,8 @@ from __future__ import annotations
4
4
 
5
5
  from typing_extensions import Annotated, TypedDict
6
6
 
7
- from ....._types import SequenceNotStr
8
- from ....._utils import PropertyInfo
7
+ from ...._types import SequenceNotStr
8
+ from ...._utils import PropertyInfo
9
9
 
10
10
  __all__ = ["RuleUpdateParams"]
11
11
 
@@ -4,7 +4,7 @@ from typing import Dict, List, Optional
4
4
  from datetime import datetime
5
5
  from typing_extensions import Literal
6
6
 
7
- from ....._models import BaseModel
7
+ from ...._models import BaseModel
8
8
 
9
9
  __all__ = ["RuleUpdateResponse", "Attributes", "Condition"]
10
10
 
@@ -6,8 +6,8 @@ from typing import List, Union
6
6
  from datetime import date
7
7
  from typing_extensions import Literal, Annotated, TypedDict
8
8
 
9
- from ...._types import SequenceNotStr
10
- from ...._utils import PropertyInfo
9
+ from ..._types import SequenceNotStr
10
+ from ..._utils import PropertyInfo
11
11
 
12
12
  __all__ = ["PayStatementItemListParams"]
13
13
 
@@ -3,7 +3,7 @@
3
3
  from typing import Dict, Optional
4
4
  from typing_extensions import Literal
5
5
 
6
- from ...._models import BaseModel
6
+ from ..._models import BaseModel
7
7
 
8
8
  __all__ = ["PayStatementItemListResponse", "Attributes"]
9
9
 
@@ -4,7 +4,7 @@ from typing import Union, Optional
4
4
  from typing_extensions import TypeAlias
5
5
 
6
6
  from ..._models import BaseModel
7
- from .pay_statement_response_body import PayStatementResponseBody
7
+ from .pay_statement_data import PayStatementData
8
8
  from .pay_statement_data_sync_in_progress import PayStatementDataSyncInProgress
9
9
 
10
10
  __all__ = ["PayStatementResponse", "Body", "BodyBatchError"]
@@ -20,7 +20,7 @@ class BodyBatchError(BaseModel):
20
20
  finch_code: Optional[str] = None
21
21
 
22
22
 
23
- Body: TypeAlias = Union[PayStatementResponseBody, BodyBatchError, PayStatementDataSyncInProgress]
23
+ Body: TypeAlias = Union[PayStatementData, BodyBatchError, PayStatementDataSyncInProgress]
24
24
 
25
25
 
26
26
  class PayStatementResponse(BaseModel):