mergepythonclient 1.0.12__py3-none-any.whl → 1.0.13__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 (90) hide show
  1. merge/client.py +2 -2
  2. merge/core/client_wrapper.py +1 -1
  3. merge/resources/accounting/types/credit_note_line_item.py +1 -1
  4. merge/resources/accounting/types/purchase_order_line_item.py +1 -1
  5. merge/resources/accounting/types/purchase_order_line_item_request.py +1 -1
  6. merge/resources/accounting/types/transaction_line_item.py +1 -1
  7. merge/resources/accounting/types/vendor_credit_line.py +1 -1
  8. merge/resources/ats/__init__.py +12 -0
  9. merge/resources/ats/resources/applications/types/applications_list_request_expand.py +1496 -0
  10. merge/resources/ats/resources/applications/types/applications_retrieve_request_expand.py +1532 -0
  11. merge/resources/ats/resources/audit_trail/client.py +2 -2
  12. merge/resources/ats/resources/issues/client.py +12 -2
  13. merge/resources/ats/resources/link_token/client.py +10 -0
  14. merge/resources/ats/types/__init__.py +12 -0
  15. merge/resources/ats/types/account_integration.py +5 -0
  16. merge/resources/ats/types/activity.py +1 -5
  17. merge/resources/ats/types/activity_request.py +1 -5
  18. merge/resources/ats/types/application.py +2 -0
  19. merge/resources/ats/types/application_request.py +2 -0
  20. merge/resources/ats/types/application_request_screening_question_answers_item.py +7 -0
  21. merge/resources/ats/types/application_screening_question_answers_item.py +7 -0
  22. merge/resources/ats/types/audit_log_event.py +1 -0
  23. merge/resources/ats/types/email_address.py +5 -0
  24. merge/resources/ats/types/event_type_enum.py +5 -0
  25. merge/resources/ats/types/phone_number.py +5 -0
  26. merge/resources/ats/types/remote_field_api.py +1 -1
  27. merge/resources/ats/types/screening_question.py +4 -0
  28. merge/resources/ats/types/screening_question_answer.py +71 -0
  29. merge/resources/ats/types/screening_question_answer_question.py +7 -0
  30. merge/resources/ats/types/screening_question_answer_request.py +58 -0
  31. merge/resources/ats/types/screening_question_answer_request_question.py +7 -0
  32. merge/resources/ats/types/screening_question_option.py +5 -0
  33. merge/resources/ats/types/url.py +5 -0
  34. merge/resources/crm/resources/accounts/client.py +10 -0
  35. merge/resources/crm/resources/audit_trail/client.py +2 -2
  36. merge/resources/crm/resources/contacts/client.py +10 -0
  37. merge/resources/crm/resources/custom_objects/client.py +147 -0
  38. merge/resources/crm/resources/engagement_types/client.py +10 -0
  39. merge/resources/crm/resources/engagements/client.py +10 -0
  40. merge/resources/crm/resources/issues/client.py +12 -2
  41. merge/resources/crm/resources/leads/client.py +10 -0
  42. merge/resources/crm/resources/link_token/client.py +10 -0
  43. merge/resources/crm/resources/notes/client.py +10 -0
  44. merge/resources/crm/resources/opportunities/client.py +24 -0
  45. merge/resources/crm/resources/stages/client.py +10 -0
  46. merge/resources/crm/resources/tasks/client.py +10 -0
  47. merge/resources/crm/resources/users/client.py +10 -0
  48. merge/resources/crm/types/account_integration.py +5 -0
  49. merge/resources/crm/types/association.py +2 -2
  50. merge/resources/crm/types/audit_log_event.py +1 -0
  51. merge/resources/crm/types/event_type_enum.py +5 -0
  52. merge/resources/crm/types/remote_field.py +1 -1
  53. merge/resources/crm/types/remote_field_api.py +1 -1
  54. merge/resources/crm/types/remote_field_request.py +1 -1
  55. merge/resources/filestorage/resources/audit_trail/client.py +2 -2
  56. merge/resources/filestorage/resources/files/client.py +2 -2
  57. merge/resources/filestorage/resources/issues/client.py +12 -2
  58. merge/resources/filestorage/resources/link_token/client.py +10 -0
  59. merge/resources/filestorage/resources/linked_accounts/client.py +2 -2
  60. merge/resources/filestorage/types/account_integration.py +5 -0
  61. merge/resources/filestorage/types/audit_log_event.py +1 -0
  62. merge/resources/filestorage/types/event_type_enum.py +5 -0
  63. merge/resources/filestorage/types/group.py +1 -1
  64. merge/resources/filestorage/types/remote_field_api.py +1 -1
  65. merge/resources/hris/resources/audit_trail/client.py +2 -2
  66. merge/resources/hris/resources/bank_info/client.py +2 -2
  67. merge/resources/hris/resources/employments/client.py +2 -2
  68. merge/resources/hris/resources/issues/client.py +12 -2
  69. merge/resources/hris/resources/link_token/client.py +10 -0
  70. merge/resources/hris/resources/linked_accounts/client.py +2 -2
  71. merge/resources/hris/resources/timesheet_entries/client.py +10 -10
  72. merge/resources/hris/types/account_integration.py +5 -0
  73. merge/resources/hris/types/audit_log_event.py +1 -0
  74. merge/resources/hris/types/event_type_enum.py +5 -0
  75. merge/resources/hris/types/remote_field_api.py +1 -1
  76. merge/resources/ticketing/resources/attachments/client.py +2 -2
  77. merge/resources/ticketing/resources/audit_trail/client.py +2 -2
  78. merge/resources/ticketing/resources/issues/client.py +12 -2
  79. merge/resources/ticketing/resources/link_token/client.py +10 -0
  80. merge/resources/ticketing/resources/linked_accounts/client.py +2 -2
  81. merge/resources/ticketing/resources/tickets/client.py +20 -0
  82. merge/resources/ticketing/types/account_integration.py +5 -0
  83. merge/resources/ticketing/types/audit_log_event.py +1 -0
  84. merge/resources/ticketing/types/event_type_enum.py +5 -0
  85. merge/resources/ticketing/types/remote_field_api.py +1 -1
  86. merge/resources/ticketing/types/tag.py +1 -0
  87. {mergepythonclient-1.0.12.dist-info → mergepythonclient-1.0.13.dist-info}/METADATA +1 -1
  88. {mergepythonclient-1.0.12.dist-info → mergepythonclient-1.0.13.dist-info}/RECORD +90 -84
  89. {mergepythonclient-1.0.12.dist-info → mergepythonclient-1.0.13.dist-info}/LICENSE.md +0 -0
  90. {mergepythonclient-1.0.12.dist-info → mergepythonclient-1.0.13.dist-info}/WHEEL +0 -0
merge/client.py CHANGED
@@ -78,8 +78,8 @@ class Merge:
78
78
  )
79
79
  self.ats = AtsClient(client_wrapper=self._client_wrapper)
80
80
  self.crm = CrmClient(client_wrapper=self._client_wrapper)
81
- self.hris = HrisClient(client_wrapper=self._client_wrapper)
82
81
  self.filestorage = FilestorageClient(client_wrapper=self._client_wrapper)
82
+ self.hris = HrisClient(client_wrapper=self._client_wrapper)
83
83
  self.ticketing = TicketingClient(client_wrapper=self._client_wrapper)
84
84
  self.accounting = AccountingClient(client_wrapper=self._client_wrapper)
85
85
 
@@ -148,8 +148,8 @@ class AsyncMerge:
148
148
  )
149
149
  self.ats = AsyncAtsClient(client_wrapper=self._client_wrapper)
150
150
  self.crm = AsyncCrmClient(client_wrapper=self._client_wrapper)
151
- self.hris = AsyncHrisClient(client_wrapper=self._client_wrapper)
152
151
  self.filestorage = AsyncFilestorageClient(client_wrapper=self._client_wrapper)
152
+ self.hris = AsyncHrisClient(client_wrapper=self._client_wrapper)
153
153
  self.ticketing = AsyncTicketingClient(client_wrapper=self._client_wrapper)
154
154
  self.accounting = AsyncAccountingClient(client_wrapper=self._client_wrapper)
155
155
 
@@ -25,7 +25,7 @@ class BaseClientWrapper:
25
25
  headers: typing.Dict[str, str] = {
26
26
  "X-Fern-Language": "Python",
27
27
  "X-Fern-SDK-Name": "MergePythonClient",
28
- "X-Fern-SDK-Version": "1.0.12",
28
+ "X-Fern-SDK-Version": "1.0.13",
29
29
  }
30
30
  if self._account_token is not None:
31
31
  headers["X-Account-Token"] = self._account_token
@@ -62,7 +62,7 @@ class CreditNoteLineItem(pydantic_v1.BaseModel):
62
62
  The credit note line item's associated tracking category.
63
63
  """
64
64
 
65
- tracking_categories: typing.Optional[typing.List[typing.Optional[str]]] = pydantic_v1.Field()
65
+ tracking_categories: typing.List[str] = pydantic_v1.Field()
66
66
  """
67
67
  The credit note line item's associated tracking categories.
68
68
  """
@@ -64,7 +64,7 @@ class PurchaseOrderLineItem(pydantic_v1.BaseModel):
64
64
  The purchase order line item's associated tracking category.
65
65
  """
66
66
 
67
- tracking_categories: typing.Optional[typing.List[typing.Optional[str]]] = pydantic_v1.Field()
67
+ tracking_categories: typing.List[str] = pydantic_v1.Field()
68
68
  """
69
69
  The purchase order line item's associated tracking categories.
70
70
  """
@@ -53,7 +53,7 @@ class PurchaseOrderLineItemRequest(pydantic_v1.BaseModel):
53
53
  The purchase order line item's associated tracking category.
54
54
  """
55
55
 
56
- tracking_categories: typing.Optional[typing.List[typing.Optional[str]]] = pydantic_v1.Field()
56
+ tracking_categories: typing.List[str] = pydantic_v1.Field()
57
57
  """
58
58
  The purchase order line item's associated tracking categories.
59
59
  """
@@ -64,7 +64,7 @@ class TransactionLineItem(pydantic_v1.BaseModel):
64
64
  The line's associated tracking category.
65
65
  """
66
66
 
67
- tracking_categories: typing.Optional[typing.List[typing.Optional[str]]] = pydantic_v1.Field()
67
+ tracking_categories: typing.List[str] = pydantic_v1.Field()
68
68
  """
69
69
  The line's associated tracking categories.
70
70
  """
@@ -47,7 +47,7 @@ class VendorCreditLine(pydantic_v1.BaseModel):
47
47
  The line's associated tracking category.
48
48
  """
49
49
 
50
- tracking_categories: typing.Optional[typing.List[typing.Optional[str]]] = pydantic_v1.Field()
50
+ tracking_categories: typing.List[str] = pydantic_v1.Field()
51
51
  """
52
52
  The line's associated tracking categories.
53
53
  """
@@ -33,7 +33,9 @@ from .types import (
33
33
  ApplicationRequestJob,
34
34
  ApplicationRequestOffersItem,
35
35
  ApplicationRequestRejectReason,
36
+ ApplicationRequestScreeningQuestionAnswersItem,
36
37
  ApplicationResponse,
38
+ ApplicationScreeningQuestionAnswersItem,
37
39
  AsyncPassthroughReciept,
38
40
  Attachment,
39
41
  AttachmentAttachmentType,
@@ -185,6 +187,10 @@ from .types import (
185
187
  ScorecardInterviewer,
186
188
  ScorecardOverallRecommendation,
187
189
  ScreeningQuestion,
190
+ ScreeningQuestionAnswer,
191
+ ScreeningQuestionAnswerQuestion,
192
+ ScreeningQuestionAnswerRequest,
193
+ ScreeningQuestionAnswerRequestQuestion,
188
194
  ScreeningQuestionJob,
189
195
  ScreeningQuestionOption,
190
196
  ScreeningQuestionType,
@@ -302,7 +308,9 @@ __all__ = [
302
308
  "ApplicationRequestJob",
303
309
  "ApplicationRequestOffersItem",
304
310
  "ApplicationRequestRejectReason",
311
+ "ApplicationRequestScreeningQuestionAnswersItem",
305
312
  "ApplicationResponse",
313
+ "ApplicationScreeningQuestionAnswersItem",
306
314
  "ApplicationsListRequestExpand",
307
315
  "ApplicationsRetrieveRequestExpand",
308
316
  "AsyncPassthroughReciept",
@@ -475,6 +483,10 @@ __all__ = [
475
483
  "ScorecardsListRequestExpand",
476
484
  "ScorecardsRetrieveRequestExpand",
477
485
  "ScreeningQuestion",
486
+ "ScreeningQuestionAnswer",
487
+ "ScreeningQuestionAnswerQuestion",
488
+ "ScreeningQuestionAnswerRequest",
489
+ "ScreeningQuestionAnswerRequestQuestion",
478
490
  "ScreeningQuestionJob",
479
491
  "ScreeningQuestionOption",
480
492
  "ScreeningQuestionType",