mergepythonclient 1.1.0__py3-none-any.whl → 1.1.1__py3-none-any.whl

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 (194) hide show
  1. merge/client.py +8 -8
  2. merge/core/client_wrapper.py +1 -1
  3. merge/resources/accounting/types/external_target_field_api_response.py +1 -0
  4. merge/resources/accounting/types/field_mapping_api_instance_response.py +1 -0
  5. merge/resources/accounting/types/remote_field_api_response.py +1 -0
  6. merge/resources/accounting/types/report_item.py +5 -0
  7. merge/resources/ats/__init__.py +2 -0
  8. merge/resources/ats/resources/activities/client.py +12 -2
  9. merge/resources/ats/resources/applications/client.py +12 -2
  10. merge/resources/ats/resources/attachments/client.py +12 -2
  11. merge/resources/ats/resources/candidates/client.py +12 -2
  12. merge/resources/ats/resources/departments/client.py +12 -2
  13. merge/resources/ats/resources/eeocs/client.py +12 -2
  14. merge/resources/ats/resources/force_resync/client.py +2 -2
  15. merge/resources/ats/resources/interviews/client.py +12 -2
  16. merge/resources/ats/resources/job_interview_stages/client.py +12 -2
  17. merge/resources/ats/resources/job_postings/client.py +12 -2
  18. merge/resources/ats/resources/jobs/client.py +24 -4
  19. merge/resources/ats/resources/link_token/client.py +13 -6
  20. merge/resources/ats/resources/linked_accounts/client.py +2 -2
  21. merge/resources/ats/resources/offers/client.py +12 -2
  22. merge/resources/ats/resources/offices/client.py +12 -2
  23. merge/resources/ats/resources/reject_reasons/client.py +12 -2
  24. merge/resources/ats/resources/scopes/client.py +6 -6
  25. merge/resources/ats/resources/scorecards/client.py +12 -2
  26. merge/resources/ats/resources/tags/client.py +12 -2
  27. merge/resources/ats/resources/users/client.py +12 -2
  28. merge/resources/ats/types/__init__.py +2 -0
  29. merge/resources/ats/types/account_details.py +5 -0
  30. merge/resources/ats/types/account_details_and_actions.py +2 -0
  31. merge/resources/ats/types/account_details_and_actions_status_enum.py +5 -0
  32. merge/resources/ats/types/account_integration.py +2 -2
  33. merge/resources/ats/types/activity.py +1 -1
  34. merge/resources/ats/types/application.py +5 -1
  35. merge/resources/ats/types/attachment.py +5 -1
  36. merge/resources/ats/types/candidate.py +5 -1
  37. merge/resources/ats/types/department.py +1 -1
  38. merge/resources/ats/types/eeoc.py +1 -1
  39. merge/resources/ats/types/email_address.py +1 -1
  40. merge/resources/ats/types/job.py +1 -1
  41. merge/resources/ats/types/job_interview_stage.py +1 -1
  42. merge/resources/ats/types/job_posting.py +1 -1
  43. merge/resources/ats/types/language_enum.py +22 -0
  44. merge/resources/ats/types/offer.py +1 -1
  45. merge/resources/ats/types/office.py +1 -1
  46. merge/resources/ats/types/phone_number.py +1 -1
  47. merge/resources/ats/types/reject_reason.py +1 -1
  48. merge/resources/ats/types/remote_user.py +1 -1
  49. merge/resources/ats/types/scheduled_interview.py +1 -1
  50. merge/resources/ats/types/scorecard.py +1 -1
  51. merge/resources/ats/types/screening_question.py +1 -1
  52. merge/resources/ats/types/screening_question_answer.py +1 -1
  53. merge/resources/ats/types/screening_question_option.py +1 -1
  54. merge/resources/ats/types/tag.py +1 -1
  55. merge/resources/ats/types/url.py +1 -1
  56. merge/resources/crm/__init__.py +2 -0
  57. merge/resources/crm/resources/accounts/client.py +24 -4
  58. merge/resources/crm/resources/association_types/client.py +12 -2
  59. merge/resources/crm/resources/associations/client.py +12 -2
  60. merge/resources/crm/resources/contacts/client.py +24 -4
  61. merge/resources/crm/resources/custom_object_classes/client.py +12 -2
  62. merge/resources/crm/resources/custom_objects/client.py +24 -4
  63. merge/resources/crm/resources/engagement_types/client.py +24 -4
  64. merge/resources/crm/resources/engagements/client.py +24 -4
  65. merge/resources/crm/resources/force_resync/client.py +2 -2
  66. merge/resources/crm/resources/leads/client.py +24 -4
  67. merge/resources/crm/resources/link_token/client.py +13 -6
  68. merge/resources/crm/resources/linked_accounts/client.py +2 -2
  69. merge/resources/crm/resources/notes/client.py +24 -4
  70. merge/resources/crm/resources/opportunities/client.py +24 -4
  71. merge/resources/crm/resources/scopes/client.py +6 -6
  72. merge/resources/crm/resources/stages/client.py +24 -4
  73. merge/resources/crm/resources/tasks/client.py +24 -4
  74. merge/resources/crm/resources/users/client.py +24 -4
  75. merge/resources/crm/types/__init__.py +2 -0
  76. merge/resources/crm/types/account.py +5 -1
  77. merge/resources/crm/types/account_details.py +5 -0
  78. merge/resources/crm/types/account_details_and_actions.py +2 -0
  79. merge/resources/crm/types/account_details_and_actions_status_enum.py +5 -0
  80. merge/resources/crm/types/account_integration.py +2 -2
  81. merge/resources/crm/types/contact.py +5 -1
  82. merge/resources/crm/types/engagement.py +1 -1
  83. merge/resources/crm/types/language_enum.py +22 -0
  84. merge/resources/crm/types/lead.py +5 -1
  85. merge/resources/crm/types/note.py +5 -1
  86. merge/resources/crm/types/opportunity.py +5 -1
  87. merge/resources/crm/types/stage.py +1 -1
  88. merge/resources/crm/types/task.py +1 -1
  89. merge/resources/crm/types/user.py +1 -1
  90. merge/resources/filestorage/__init__.py +2 -0
  91. merge/resources/filestorage/resources/drives/client.py +12 -2
  92. merge/resources/filestorage/resources/files/client.py +12 -2
  93. merge/resources/filestorage/resources/folders/client.py +12 -2
  94. merge/resources/filestorage/resources/force_resync/client.py +2 -2
  95. merge/resources/filestorage/resources/groups/client.py +12 -2
  96. merge/resources/filestorage/resources/link_token/client.py +13 -6
  97. merge/resources/filestorage/resources/linked_accounts/client.py +2 -2
  98. merge/resources/filestorage/resources/scopes/client.py +6 -6
  99. merge/resources/filestorage/resources/users/client.py +12 -2
  100. merge/resources/filestorage/types/__init__.py +2 -0
  101. merge/resources/filestorage/types/account_details.py +5 -0
  102. merge/resources/filestorage/types/account_details_and_actions.py +2 -0
  103. merge/resources/filestorage/types/account_details_and_actions_status_enum.py +5 -0
  104. merge/resources/filestorage/types/account_integration.py +2 -2
  105. merge/resources/filestorage/types/drive.py +1 -1
  106. merge/resources/filestorage/types/file.py +1 -1
  107. merge/resources/filestorage/types/folder.py +1 -1
  108. merge/resources/filestorage/types/group.py +1 -1
  109. merge/resources/filestorage/types/language_enum.py +22 -0
  110. merge/resources/filestorage/types/user.py +1 -1
  111. merge/resources/hris/__init__.py +2 -0
  112. merge/resources/hris/resources/bank_info/client.py +12 -2
  113. merge/resources/hris/resources/benefits/client.py +12 -2
  114. merge/resources/hris/resources/companies/client.py +12 -2
  115. merge/resources/hris/resources/dependents/client.py +12 -2
  116. merge/resources/hris/resources/employee_payroll_runs/client.py +12 -2
  117. merge/resources/hris/resources/employees/client.py +12 -2
  118. merge/resources/hris/resources/employer_benefits/client.py +12 -2
  119. merge/resources/hris/resources/employments/client.py +12 -2
  120. merge/resources/hris/resources/force_resync/client.py +2 -2
  121. merge/resources/hris/resources/groups/client.py +12 -2
  122. merge/resources/hris/resources/link_token/client.py +13 -6
  123. merge/resources/hris/resources/linked_accounts/client.py +2 -2
  124. merge/resources/hris/resources/locations/client.py +12 -2
  125. merge/resources/hris/resources/pay_groups/client.py +12 -2
  126. merge/resources/hris/resources/payroll_runs/client.py +12 -2
  127. merge/resources/hris/resources/scopes/client.py +6 -6
  128. merge/resources/hris/resources/teams/client.py +12 -2
  129. merge/resources/hris/resources/time_off/client.py +12 -2
  130. merge/resources/hris/resources/time_off_balances/client.py +12 -2
  131. merge/resources/hris/resources/timesheet_entries/client.py +12 -2
  132. merge/resources/hris/types/__init__.py +2 -0
  133. merge/resources/hris/types/account_details.py +5 -0
  134. merge/resources/hris/types/account_details_and_actions.py +2 -0
  135. merge/resources/hris/types/account_details_and_actions_status_enum.py +5 -0
  136. merge/resources/hris/types/account_integration.py +2 -2
  137. merge/resources/hris/types/bank_info.py +1 -1
  138. merge/resources/hris/types/benefit.py +1 -1
  139. merge/resources/hris/types/company.py +1 -1
  140. merge/resources/hris/types/deduction.py +1 -1
  141. merge/resources/hris/types/dependent.py +1 -1
  142. merge/resources/hris/types/earning.py +1 -1
  143. merge/resources/hris/types/employee.py +5 -1
  144. merge/resources/hris/types/employee_payroll_run.py +1 -1
  145. merge/resources/hris/types/employer_benefit.py +1 -1
  146. merge/resources/hris/types/employment.py +2 -2
  147. merge/resources/hris/types/group.py +1 -1
  148. merge/resources/hris/types/language_enum.py +22 -0
  149. merge/resources/hris/types/location.py +1 -1
  150. merge/resources/hris/types/pay_group.py +1 -1
  151. merge/resources/hris/types/payroll_run.py +1 -1
  152. merge/resources/hris/types/tax.py +1 -1
  153. merge/resources/hris/types/team.py +1 -1
  154. merge/resources/hris/types/time_off.py +5 -1
  155. merge/resources/hris/types/time_off_balance.py +3 -3
  156. merge/resources/hris/types/timesheet_entry.py +1 -1
  157. merge/resources/ticketing/__init__.py +2 -0
  158. merge/resources/ticketing/resources/accounts/client.py +12 -2
  159. merge/resources/ticketing/resources/attachments/client.py +12 -2
  160. merge/resources/ticketing/resources/collections/client.py +24 -4
  161. merge/resources/ticketing/resources/comments/client.py +12 -2
  162. merge/resources/ticketing/resources/contacts/client.py +12 -2
  163. merge/resources/ticketing/resources/force_resync/client.py +2 -2
  164. merge/resources/ticketing/resources/link_token/client.py +13 -6
  165. merge/resources/ticketing/resources/linked_accounts/client.py +2 -2
  166. merge/resources/ticketing/resources/projects/client.py +24 -4
  167. merge/resources/ticketing/resources/roles/client.py +12 -2
  168. merge/resources/ticketing/resources/scopes/client.py +6 -6
  169. merge/resources/ticketing/resources/tags/client.py +12 -2
  170. merge/resources/ticketing/resources/teams/client.py +12 -2
  171. merge/resources/ticketing/resources/tickets/client.py +36 -6
  172. merge/resources/ticketing/resources/users/client.py +12 -2
  173. merge/resources/ticketing/types/__init__.py +2 -0
  174. merge/resources/ticketing/types/account.py +1 -1
  175. merge/resources/ticketing/types/account_details.py +5 -0
  176. merge/resources/ticketing/types/account_details_and_actions.py +2 -0
  177. merge/resources/ticketing/types/account_details_and_actions_status_enum.py +5 -0
  178. merge/resources/ticketing/types/account_integration.py +2 -2
  179. merge/resources/ticketing/types/attachment.py +5 -1
  180. merge/resources/ticketing/types/collection.py +1 -1
  181. merge/resources/ticketing/types/comment.py +7 -3
  182. merge/resources/ticketing/types/comment_request.py +2 -2
  183. merge/resources/ticketing/types/contact.py +1 -1
  184. merge/resources/ticketing/types/language_enum.py +22 -0
  185. merge/resources/ticketing/types/project.py +1 -1
  186. merge/resources/ticketing/types/role.py +1 -1
  187. merge/resources/ticketing/types/tag.py +1 -1
  188. merge/resources/ticketing/types/team.py +1 -1
  189. merge/resources/ticketing/types/ticket.py +5 -1
  190. merge/resources/ticketing/types/user.py +1 -1
  191. {mergepythonclient-1.1.0.dist-info → mergepythonclient-1.1.1.dist-info}/METADATA +1 -1
  192. {mergepythonclient-1.1.0.dist-info → mergepythonclient-1.1.1.dist-info}/RECORD +194 -189
  193. {mergepythonclient-1.1.0.dist-info → mergepythonclient-1.1.1.dist-info}/LICENSE.md +0 -0
  194. {mergepythonclient-1.1.0.dist-info → mergepythonclient-1.1.1.dist-info}/WHEEL +0 -0
merge/client.py CHANGED
@@ -4,17 +4,17 @@ import typing
4
4
  from .environment import MergeEnvironment
5
5
  import httpx
6
6
  from .core.client_wrapper import SyncClientWrapper
7
+ from .resources.ats.client import AtsClient
8
+ from .resources.crm.client import CrmClient
7
9
  from .resources.filestorage.client import FilestorageClient
8
10
  from .resources.hris.client import HrisClient
9
- from .resources.crm.client import CrmClient
10
- from .resources.ats.client import AtsClient
11
11
  from .resources.ticketing.client import TicketingClient
12
12
  from .resources.accounting.client import AccountingClient
13
13
  from .core.client_wrapper import AsyncClientWrapper
14
+ from .resources.ats.client import AsyncAtsClient
15
+ from .resources.crm.client import AsyncCrmClient
14
16
  from .resources.filestorage.client import AsyncFilestorageClient
15
17
  from .resources.hris.client import AsyncHrisClient
16
- from .resources.crm.client import AsyncCrmClient
17
- from .resources.ats.client import AsyncAtsClient
18
18
  from .resources.ticketing.client import AsyncTicketingClient
19
19
  from .resources.accounting.client import AsyncAccountingClient
20
20
 
@@ -81,10 +81,10 @@ class Merge:
81
81
  else httpx.Client(timeout=_defaulted_timeout),
82
82
  timeout=_defaulted_timeout,
83
83
  )
84
+ self.ats = AtsClient(client_wrapper=self._client_wrapper)
85
+ self.crm = CrmClient(client_wrapper=self._client_wrapper)
84
86
  self.filestorage = FilestorageClient(client_wrapper=self._client_wrapper)
85
87
  self.hris = HrisClient(client_wrapper=self._client_wrapper)
86
- self.crm = CrmClient(client_wrapper=self._client_wrapper)
87
- self.ats = AtsClient(client_wrapper=self._client_wrapper)
88
88
  self.ticketing = TicketingClient(client_wrapper=self._client_wrapper)
89
89
  self.accounting = AccountingClient(client_wrapper=self._client_wrapper)
90
90
 
@@ -151,10 +151,10 @@ class AsyncMerge:
151
151
  else httpx.AsyncClient(timeout=_defaulted_timeout),
152
152
  timeout=_defaulted_timeout,
153
153
  )
154
+ self.ats = AsyncAtsClient(client_wrapper=self._client_wrapper)
155
+ self.crm = AsyncCrmClient(client_wrapper=self._client_wrapper)
154
156
  self.filestorage = AsyncFilestorageClient(client_wrapper=self._client_wrapper)
155
157
  self.hris = AsyncHrisClient(client_wrapper=self._client_wrapper)
156
- self.crm = AsyncCrmClient(client_wrapper=self._client_wrapper)
157
- self.ats = AsyncAtsClient(client_wrapper=self._client_wrapper)
158
158
  self.ticketing = AsyncTicketingClient(client_wrapper=self._client_wrapper)
159
159
  self.accounting = AsyncAccountingClient(client_wrapper=self._client_wrapper)
160
160
 
@@ -24,7 +24,7 @@ class BaseClientWrapper:
24
24
  headers: typing.Dict[str, str] = {
25
25
  "X-Fern-Language": "Python",
26
26
  "X-Fern-SDK-Name": "MergePythonClient",
27
- "X-Fern-SDK-Version": "1.1.0",
27
+ "X-Fern-SDK-Version": "1.1.1",
28
28
  }
29
29
  if self._account_token is not None:
30
30
  headers["X-Account-Token"] = self._account_token
@@ -34,6 +34,7 @@ class ExternalTargetFieldApiResponse(UniversalBaseModel):
34
34
  general_ledger_transaction: typing.Optional[typing.List[ExternalTargetFieldApi]] = pydantic.Field(
35
35
  alias="GeneralLedgerTransaction"
36
36
  )
37
+ bank_feed_account: typing.Optional[typing.List[ExternalTargetFieldApi]] = pydantic.Field(alias="BankFeedAccount")
37
38
 
38
39
  if IS_PYDANTIC_V2:
39
40
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
@@ -34,6 +34,7 @@ class FieldMappingApiInstanceResponse(UniversalBaseModel):
34
34
  general_ledger_transaction: typing.Optional[typing.List[FieldMappingApiInstance]] = pydantic.Field(
35
35
  alias="GeneralLedgerTransaction"
36
36
  )
37
+ bank_feed_account: typing.Optional[typing.List[FieldMappingApiInstance]] = pydantic.Field(alias="BankFeedAccount")
37
38
 
38
39
  if IS_PYDANTIC_V2:
39
40
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
@@ -30,6 +30,7 @@ class RemoteFieldApiResponse(UniversalBaseModel):
30
30
  general_ledger_transaction: typing.Optional[typing.List[RemoteFieldApi]] = pydantic.Field(
31
31
  alias="GeneralLedgerTransaction"
32
32
  )
33
+ bank_feed_account: typing.Optional[typing.List[RemoteFieldApi]] = pydantic.Field(alias="BankFeedAccount")
33
34
 
34
35
  if IS_PYDANTIC_V2:
35
36
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
@@ -51,6 +51,11 @@ class ReportItem(UniversalBaseModel):
51
51
  The company the report item belongs to.
52
52
  """
53
53
 
54
+ remote_was_deleted: typing.Optional[bool] = pydantic.Field()
55
+ """
56
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
57
+ """
58
+
54
59
  if IS_PYDANTIC_V2:
55
60
  model_config: typing.ClassVar[pydantic.ConfigDict] = pydantic.ConfigDict(extra="allow", frozen=True) # type: ignore # Pydantic v2
56
61
  else:
@@ -108,6 +108,7 @@ from .types import (
108
108
  JobStatus,
109
109
  JobStatusEnum,
110
110
  JobTypeEnum,
111
+ LanguageEnum,
111
112
  LinkToken,
112
113
  LinkedAccountStatus,
113
114
  MetaResponse,
@@ -399,6 +400,7 @@ __all__ = [
399
400
  "JobsListRequestStatus",
400
401
  "JobsRetrieveRequestExpand",
401
402
  "JobsScreeningQuestionsListRequestExpand",
403
+ "LanguageEnum",
402
404
  "LinkToken",
403
405
  "LinkedAccountStatus",
404
406
  "LinkedAccountsListRequestCategory",
@@ -37,6 +37,7 @@ class ActivitiesClient:
37
37
  expand: typing.Optional[typing.Literal["user"]] = None,
38
38
  include_deleted_data: typing.Optional[bool] = None,
39
39
  include_remote_data: typing.Optional[bool] = None,
40
+ include_shell_data: typing.Optional[bool] = None,
40
41
  modified_after: typing.Optional[dt.datetime] = None,
41
42
  modified_before: typing.Optional[dt.datetime] = None,
42
43
  page_size: typing.Optional[int] = None,
@@ -64,11 +65,14 @@ class ActivitiesClient:
64
65
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
65
66
 
66
67
  include_deleted_data : typing.Optional[bool]
67
- Whether to include data that was marked as deleted by third party webhooks.
68
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
68
69
 
69
70
  include_remote_data : typing.Optional[bool]
70
71
  Whether to include the original data Merge fetched from the third-party to produce these models.
71
72
 
73
+ include_shell_data : typing.Optional[bool]
74
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
75
+
72
76
  modified_after : typing.Optional[dt.datetime]
73
77
  If provided, only objects synced by Merge after this date time will be returned.
74
78
 
@@ -118,6 +122,7 @@ class ActivitiesClient:
118
122
  "expand": expand,
119
123
  "include_deleted_data": include_deleted_data,
120
124
  "include_remote_data": include_remote_data,
125
+ "include_shell_data": include_shell_data,
121
126
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
122
127
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
123
128
  "page_size": page_size,
@@ -347,6 +352,7 @@ class AsyncActivitiesClient:
347
352
  expand: typing.Optional[typing.Literal["user"]] = None,
348
353
  include_deleted_data: typing.Optional[bool] = None,
349
354
  include_remote_data: typing.Optional[bool] = None,
355
+ include_shell_data: typing.Optional[bool] = None,
350
356
  modified_after: typing.Optional[dt.datetime] = None,
351
357
  modified_before: typing.Optional[dt.datetime] = None,
352
358
  page_size: typing.Optional[int] = None,
@@ -374,11 +380,14 @@ class AsyncActivitiesClient:
374
380
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
375
381
 
376
382
  include_deleted_data : typing.Optional[bool]
377
- Whether to include data that was marked as deleted by third party webhooks.
383
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
378
384
 
379
385
  include_remote_data : typing.Optional[bool]
380
386
  Whether to include the original data Merge fetched from the third-party to produce these models.
381
387
 
388
+ include_shell_data : typing.Optional[bool]
389
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
390
+
382
391
  modified_after : typing.Optional[dt.datetime]
383
392
  If provided, only objects synced by Merge after this date time will be returned.
384
393
 
@@ -436,6 +445,7 @@ class AsyncActivitiesClient:
436
445
  "expand": expand,
437
446
  "include_deleted_data": include_deleted_data,
438
447
  "include_remote_data": include_remote_data,
448
+ "include_shell_data": include_shell_data,
439
449
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
440
450
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
441
451
  "page_size": page_size,
@@ -38,6 +38,7 @@ class ApplicationsClient:
38
38
  expand: typing.Optional[ApplicationsListRequestExpand] = None,
39
39
  include_deleted_data: typing.Optional[bool] = None,
40
40
  include_remote_data: typing.Optional[bool] = None,
41
+ include_shell_data: typing.Optional[bool] = None,
41
42
  job_id: typing.Optional[str] = None,
42
43
  modified_after: typing.Optional[dt.datetime] = None,
43
44
  modified_before: typing.Optional[dt.datetime] = None,
@@ -74,11 +75,14 @@ class ApplicationsClient:
74
75
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
75
76
 
76
77
  include_deleted_data : typing.Optional[bool]
77
- Whether to include data that was marked as deleted by third party webhooks.
78
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
78
79
 
79
80
  include_remote_data : typing.Optional[bool]
80
81
  Whether to include the original data Merge fetched from the third-party to produce these models.
81
82
 
83
+ include_shell_data : typing.Optional[bool]
84
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
85
+
82
86
  job_id : typing.Optional[str]
83
87
  If provided, will only return applications for this job.
84
88
 
@@ -131,6 +135,7 @@ class ApplicationsClient:
131
135
  "expand": expand,
132
136
  "include_deleted_data": include_deleted_data,
133
137
  "include_remote_data": include_remote_data,
138
+ "include_shell_data": include_shell_data,
134
139
  "job_id": job_id,
135
140
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
136
141
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
@@ -440,6 +445,7 @@ class AsyncApplicationsClient:
440
445
  expand: typing.Optional[ApplicationsListRequestExpand] = None,
441
446
  include_deleted_data: typing.Optional[bool] = None,
442
447
  include_remote_data: typing.Optional[bool] = None,
448
+ include_shell_data: typing.Optional[bool] = None,
443
449
  job_id: typing.Optional[str] = None,
444
450
  modified_after: typing.Optional[dt.datetime] = None,
445
451
  modified_before: typing.Optional[dt.datetime] = None,
@@ -476,11 +482,14 @@ class AsyncApplicationsClient:
476
482
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
477
483
 
478
484
  include_deleted_data : typing.Optional[bool]
479
- Whether to include data that was marked as deleted by third party webhooks.
485
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
480
486
 
481
487
  include_remote_data : typing.Optional[bool]
482
488
  Whether to include the original data Merge fetched from the third-party to produce these models.
483
489
 
490
+ include_shell_data : typing.Optional[bool]
491
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
492
+
484
493
  job_id : typing.Optional[str]
485
494
  If provided, will only return applications for this job.
486
495
 
@@ -541,6 +550,7 @@ class AsyncApplicationsClient:
541
550
  "expand": expand,
542
551
  "include_deleted_data": include_deleted_data,
543
552
  "include_remote_data": include_remote_data,
553
+ "include_shell_data": include_shell_data,
544
554
  "job_id": job_id,
545
555
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
546
556
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
@@ -34,6 +34,7 @@ class AttachmentsClient:
34
34
  expand: typing.Optional[typing.Literal["candidate"]] = None,
35
35
  include_deleted_data: typing.Optional[bool] = None,
36
36
  include_remote_data: typing.Optional[bool] = None,
37
+ include_shell_data: typing.Optional[bool] = None,
37
38
  modified_after: typing.Optional[dt.datetime] = None,
38
39
  modified_before: typing.Optional[dt.datetime] = None,
39
40
  page_size: typing.Optional[int] = None,
@@ -63,11 +64,14 @@ class AttachmentsClient:
63
64
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
64
65
 
65
66
  include_deleted_data : typing.Optional[bool]
66
- Whether to include data that was marked as deleted by third party webhooks.
67
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
67
68
 
68
69
  include_remote_data : typing.Optional[bool]
69
70
  Whether to include the original data Merge fetched from the third-party to produce these models.
70
71
 
72
+ include_shell_data : typing.Optional[bool]
73
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
74
+
71
75
  modified_after : typing.Optional[dt.datetime]
72
76
  If provided, only objects synced by Merge after this date time will be returned.
73
77
 
@@ -115,6 +119,7 @@ class AttachmentsClient:
115
119
  "expand": expand,
116
120
  "include_deleted_data": include_deleted_data,
117
121
  "include_remote_data": include_remote_data,
122
+ "include_shell_data": include_shell_data,
118
123
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
119
124
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
120
125
  "page_size": page_size,
@@ -344,6 +349,7 @@ class AsyncAttachmentsClient:
344
349
  expand: typing.Optional[typing.Literal["candidate"]] = None,
345
350
  include_deleted_data: typing.Optional[bool] = None,
346
351
  include_remote_data: typing.Optional[bool] = None,
352
+ include_shell_data: typing.Optional[bool] = None,
347
353
  modified_after: typing.Optional[dt.datetime] = None,
348
354
  modified_before: typing.Optional[dt.datetime] = None,
349
355
  page_size: typing.Optional[int] = None,
@@ -373,11 +379,14 @@ class AsyncAttachmentsClient:
373
379
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
374
380
 
375
381
  include_deleted_data : typing.Optional[bool]
376
- Whether to include data that was marked as deleted by third party webhooks.
382
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
377
383
 
378
384
  include_remote_data : typing.Optional[bool]
379
385
  Whether to include the original data Merge fetched from the third-party to produce these models.
380
386
 
387
+ include_shell_data : typing.Optional[bool]
388
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
389
+
381
390
  modified_after : typing.Optional[dt.datetime]
382
391
  If provided, only objects synced by Merge after this date time will be returned.
383
392
 
@@ -433,6 +442,7 @@ class AsyncAttachmentsClient:
433
442
  "expand": expand,
434
443
  "include_deleted_data": include_deleted_data,
435
444
  "include_remote_data": include_remote_data,
445
+ "include_shell_data": include_shell_data,
436
446
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
437
447
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
438
448
  "page_size": page_size,
@@ -39,6 +39,7 @@ class CandidatesClient:
39
39
  first_name: typing.Optional[str] = None,
40
40
  include_deleted_data: typing.Optional[bool] = None,
41
41
  include_remote_data: typing.Optional[bool] = None,
42
+ include_shell_data: typing.Optional[bool] = None,
42
43
  last_name: typing.Optional[str] = None,
43
44
  modified_after: typing.Optional[dt.datetime] = None,
44
45
  modified_before: typing.Optional[dt.datetime] = None,
@@ -71,11 +72,14 @@ class CandidatesClient:
71
72
  If provided, will only return candidates with this first name.
72
73
 
73
74
  include_deleted_data : typing.Optional[bool]
74
- Whether to include data that was marked as deleted by third party webhooks.
75
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
75
76
 
76
77
  include_remote_data : typing.Optional[bool]
77
78
  Whether to include the original data Merge fetched from the third-party to produce these models.
78
79
 
80
+ include_shell_data : typing.Optional[bool]
81
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
82
+
79
83
  last_name : typing.Optional[str]
80
84
  If provided, will only return candidates with this last name.
81
85
 
@@ -124,6 +128,7 @@ class CandidatesClient:
124
128
  "first_name": first_name,
125
129
  "include_deleted_data": include_deleted_data,
126
130
  "include_remote_data": include_remote_data,
131
+ "include_shell_data": include_shell_data,
127
132
  "last_name": last_name,
128
133
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
129
134
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
@@ -527,6 +532,7 @@ class AsyncCandidatesClient:
527
532
  first_name: typing.Optional[str] = None,
528
533
  include_deleted_data: typing.Optional[bool] = None,
529
534
  include_remote_data: typing.Optional[bool] = None,
535
+ include_shell_data: typing.Optional[bool] = None,
530
536
  last_name: typing.Optional[str] = None,
531
537
  modified_after: typing.Optional[dt.datetime] = None,
532
538
  modified_before: typing.Optional[dt.datetime] = None,
@@ -559,11 +565,14 @@ class AsyncCandidatesClient:
559
565
  If provided, will only return candidates with this first name.
560
566
 
561
567
  include_deleted_data : typing.Optional[bool]
562
- Whether to include data that was marked as deleted by third party webhooks.
568
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
563
569
 
564
570
  include_remote_data : typing.Optional[bool]
565
571
  Whether to include the original data Merge fetched from the third-party to produce these models.
566
572
 
573
+ include_shell_data : typing.Optional[bool]
574
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
575
+
567
576
  last_name : typing.Optional[str]
568
577
  If provided, will only return candidates with this last name.
569
578
 
@@ -620,6 +629,7 @@ class AsyncCandidatesClient:
620
629
  "first_name": first_name,
621
630
  "include_deleted_data": include_deleted_data,
622
631
  "include_remote_data": include_remote_data,
632
+ "include_shell_data": include_shell_data,
623
633
  "last_name": last_name,
624
634
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
625
635
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
@@ -26,6 +26,7 @@ class DepartmentsClient:
26
26
  cursor: typing.Optional[str] = None,
27
27
  include_deleted_data: typing.Optional[bool] = None,
28
28
  include_remote_data: typing.Optional[bool] = None,
29
+ include_shell_data: typing.Optional[bool] = None,
29
30
  modified_after: typing.Optional[dt.datetime] = None,
30
31
  modified_before: typing.Optional[dt.datetime] = None,
31
32
  page_size: typing.Optional[int] = None,
@@ -47,11 +48,14 @@ class DepartmentsClient:
47
48
  The pagination cursor value.
48
49
 
49
50
  include_deleted_data : typing.Optional[bool]
50
- Whether to include data that was marked as deleted by third party webhooks.
51
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
51
52
 
52
53
  include_remote_data : typing.Optional[bool]
53
54
  Whether to include the original data Merge fetched from the third-party to produce these models.
54
55
 
56
+ include_shell_data : typing.Optional[bool]
57
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
58
+
55
59
  modified_after : typing.Optional[dt.datetime]
56
60
  If provided, only objects synced by Merge after this date time will be returned.
57
61
 
@@ -91,6 +95,7 @@ class DepartmentsClient:
91
95
  "cursor": cursor,
92
96
  "include_deleted_data": include_deleted_data,
93
97
  "include_remote_data": include_remote_data,
98
+ "include_shell_data": include_shell_data,
94
99
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
95
100
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
96
101
  "page_size": page_size,
@@ -184,6 +189,7 @@ class AsyncDepartmentsClient:
184
189
  cursor: typing.Optional[str] = None,
185
190
  include_deleted_data: typing.Optional[bool] = None,
186
191
  include_remote_data: typing.Optional[bool] = None,
192
+ include_shell_data: typing.Optional[bool] = None,
187
193
  modified_after: typing.Optional[dt.datetime] = None,
188
194
  modified_before: typing.Optional[dt.datetime] = None,
189
195
  page_size: typing.Optional[int] = None,
@@ -205,11 +211,14 @@ class AsyncDepartmentsClient:
205
211
  The pagination cursor value.
206
212
 
207
213
  include_deleted_data : typing.Optional[bool]
208
- Whether to include data that was marked as deleted by third party webhooks.
214
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
209
215
 
210
216
  include_remote_data : typing.Optional[bool]
211
217
  Whether to include the original data Merge fetched from the third-party to produce these models.
212
218
 
219
+ include_shell_data : typing.Optional[bool]
220
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
221
+
213
222
  modified_after : typing.Optional[dt.datetime]
214
223
  If provided, only objects synced by Merge after this date time will be returned.
215
224
 
@@ -257,6 +266,7 @@ class AsyncDepartmentsClient:
257
266
  "cursor": cursor,
258
267
  "include_deleted_data": include_deleted_data,
259
268
  "include_remote_data": include_remote_data,
269
+ "include_shell_data": include_shell_data,
260
270
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
261
271
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
262
272
  "page_size": page_size,
@@ -32,6 +32,7 @@ class EeocsClient:
32
32
  expand: typing.Optional[typing.Literal["candidate"]] = None,
33
33
  include_deleted_data: typing.Optional[bool] = None,
34
34
  include_remote_data: typing.Optional[bool] = None,
35
+ include_shell_data: typing.Optional[bool] = None,
35
36
  modified_after: typing.Optional[dt.datetime] = None,
36
37
  modified_before: typing.Optional[dt.datetime] = None,
37
38
  page_size: typing.Optional[int] = None,
@@ -61,11 +62,14 @@ class EeocsClient:
61
62
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
62
63
 
63
64
  include_deleted_data : typing.Optional[bool]
64
- Whether to include data that was marked as deleted by third party webhooks.
65
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
65
66
 
66
67
  include_remote_data : typing.Optional[bool]
67
68
  Whether to include the original data Merge fetched from the third-party to produce these models.
68
69
 
70
+ include_shell_data : typing.Optional[bool]
71
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
72
+
69
73
  modified_after : typing.Optional[dt.datetime]
70
74
  If provided, only objects synced by Merge after this date time will be returned.
71
75
 
@@ -113,6 +117,7 @@ class EeocsClient:
113
117
  "expand": expand,
114
118
  "include_deleted_data": include_deleted_data,
115
119
  "include_remote_data": include_remote_data,
120
+ "include_shell_data": include_shell_data,
116
121
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
117
122
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
118
123
  "page_size": page_size,
@@ -225,6 +230,7 @@ class AsyncEeocsClient:
225
230
  expand: typing.Optional[typing.Literal["candidate"]] = None,
226
231
  include_deleted_data: typing.Optional[bool] = None,
227
232
  include_remote_data: typing.Optional[bool] = None,
233
+ include_shell_data: typing.Optional[bool] = None,
228
234
  modified_after: typing.Optional[dt.datetime] = None,
229
235
  modified_before: typing.Optional[dt.datetime] = None,
230
236
  page_size: typing.Optional[int] = None,
@@ -254,11 +260,14 @@ class AsyncEeocsClient:
254
260
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
255
261
 
256
262
  include_deleted_data : typing.Optional[bool]
257
- Whether to include data that was marked as deleted by third party webhooks.
263
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
258
264
 
259
265
  include_remote_data : typing.Optional[bool]
260
266
  Whether to include the original data Merge fetched from the third-party to produce these models.
261
267
 
268
+ include_shell_data : typing.Optional[bool]
269
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
270
+
262
271
  modified_after : typing.Optional[dt.datetime]
263
272
  If provided, only objects synced by Merge after this date time will be returned.
264
273
 
@@ -314,6 +323,7 @@ class AsyncEeocsClient:
314
323
  "expand": expand,
315
324
  "include_deleted_data": include_deleted_data,
316
325
  "include_remote_data": include_remote_data,
326
+ "include_shell_data": include_shell_data,
317
327
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
318
328
  "modified_before": serialize_datetime(modified_before) if modified_before is not None else None,
319
329
  "page_size": page_size,
@@ -18,7 +18,7 @@ class ForceResyncClient:
18
18
  self, *, request_options: typing.Optional[RequestOptions] = None
19
19
  ) -> typing.List[SyncStatus]:
20
20
  """
21
- Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Launch, Professional, or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
21
+ Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
22
22
 
23
23
  Parameters
24
24
  ----------
@@ -68,7 +68,7 @@ class AsyncForceResyncClient:
68
68
  self, *, request_options: typing.Optional[RequestOptions] = None
69
69
  ) -> typing.List[SyncStatus]:
70
70
  """
71
- Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Launch, Professional, or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
71
+ Force re-sync of all models. This is available for all organizations via the dashboard. Force re-sync is also available programmatically via API for monthly, quarterly, and highest sync frequency customers on the Professional or Enterprise plans. Doing so will consume a sync credit for the relevant linked account.
72
72
 
73
73
  Parameters
74
74
  ----------
@@ -36,6 +36,7 @@ class InterviewsClient:
36
36
  expand: typing.Optional[InterviewsListRequestExpand] = None,
37
37
  include_deleted_data: typing.Optional[bool] = None,
38
38
  include_remote_data: typing.Optional[bool] = None,
39
+ include_shell_data: typing.Optional[bool] = None,
39
40
  job_id: typing.Optional[str] = None,
40
41
  job_interview_stage_id: typing.Optional[str] = None,
41
42
  modified_after: typing.Optional[dt.datetime] = None,
@@ -68,11 +69,14 @@ class InterviewsClient:
68
69
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
69
70
 
70
71
  include_deleted_data : typing.Optional[bool]
71
- Whether to include data that was marked as deleted by third party webhooks.
72
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
72
73
 
73
74
  include_remote_data : typing.Optional[bool]
74
75
  Whether to include the original data Merge fetched from the third-party to produce these models.
75
76
 
77
+ include_shell_data : typing.Optional[bool]
78
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
79
+
76
80
  job_id : typing.Optional[str]
77
81
  If provided, wll only return interviews organized for this job.
78
82
 
@@ -129,6 +133,7 @@ class InterviewsClient:
129
133
  "expand": expand,
130
134
  "include_deleted_data": include_deleted_data,
131
135
  "include_remote_data": include_remote_data,
136
+ "include_shell_data": include_shell_data,
132
137
  "job_id": job_id,
133
138
  "job_interview_stage_id": job_interview_stage_id,
134
139
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,
@@ -361,6 +366,7 @@ class AsyncInterviewsClient:
361
366
  expand: typing.Optional[InterviewsListRequestExpand] = None,
362
367
  include_deleted_data: typing.Optional[bool] = None,
363
368
  include_remote_data: typing.Optional[bool] = None,
369
+ include_shell_data: typing.Optional[bool] = None,
364
370
  job_id: typing.Optional[str] = None,
365
371
  job_interview_stage_id: typing.Optional[str] = None,
366
372
  modified_after: typing.Optional[dt.datetime] = None,
@@ -393,11 +399,14 @@ class AsyncInterviewsClient:
393
399
  Which relations should be returned in expanded form. Multiple relation names should be comma separated without spaces.
394
400
 
395
401
  include_deleted_data : typing.Optional[bool]
396
- Whether to include data that was marked as deleted by third party webhooks.
402
+ Indicates whether or not this object has been deleted in the third party platform. Full coverage deletion detection is a premium add-on. Native deletion detection is offered for free with limited coverage. [Learn more](https://docs.merge.dev/integrations/hris/supported-features/).
397
403
 
398
404
  include_remote_data : typing.Optional[bool]
399
405
  Whether to include the original data Merge fetched from the third-party to produce these models.
400
406
 
407
+ include_shell_data : typing.Optional[bool]
408
+ Whether to include shell records. Shell records are empty records (they may contain some metadata but all other fields are null).
409
+
401
410
  job_id : typing.Optional[str]
402
411
  If provided, wll only return interviews organized for this job.
403
412
 
@@ -462,6 +471,7 @@ class AsyncInterviewsClient:
462
471
  "expand": expand,
463
472
  "include_deleted_data": include_deleted_data,
464
473
  "include_remote_data": include_remote_data,
474
+ "include_shell_data": include_shell_data,
465
475
  "job_id": job_id,
466
476
  "job_interview_stage_id": job_interview_stage_id,
467
477
  "modified_after": serialize_datetime(modified_after) if modified_after is not None else None,