@mergeapi/merge-node-client 2.1.3 → 2.2.0

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 (115) hide show
  1. package/.mock/definition/accounting/__package__.yml +77 -0
  2. package/.mock/definition/accounting/contacts.yml +280 -0
  3. package/.mock/definition/accounting/transactions.yml +128 -0
  4. package/.mock/definition/ats/__package__.yml +1 -0
  5. package/.mock/definition/filestorage/files.yml +16 -0
  6. package/.mock/definition/hris/__package__.yml +5 -5
  7. package/.mock/definition/hris/benefits.yml +2 -2
  8. package/.mock/definition/ticketing/__package__.yml +3 -3
  9. package/.mock/definition/ticketing/tickets.yml +3 -0
  10. package/Client.d.ts +3 -3
  11. package/Client.js +8 -8
  12. package/api/resources/accounting/resources/contacts/client/Client.d.ts +25 -0
  13. package/api/resources/accounting/resources/contacts/client/Client.js +144 -0
  14. package/api/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.d.ts +17 -0
  15. package/api/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.js +5 -0
  16. package/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  17. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +33 -1
  18. package/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +32 -0
  19. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +33 -1
  20. package/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +32 -0
  21. package/api/resources/accounting/types/PatchedContactRequest.d.ts +44 -0
  22. package/api/resources/accounting/types/PatchedContactRequest.js +5 -0
  23. package/api/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +5 -0
  24. package/api/resources/accounting/types/PatchedContactRequestAddressesItem.js +5 -0
  25. package/api/resources/accounting/types/index.d.ts +2 -0
  26. package/api/resources/accounting/types/index.js +2 -0
  27. package/api/resources/ats/types/EventTypeEnum.d.ts +2 -1
  28. package/api/resources/ats/types/EventTypeEnum.js +1 -0
  29. package/api/resources/filestorage/resources/files/client/Client.js +16 -2
  30. package/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +2 -0
  31. package/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  32. package/api/resources/hris/types/Benefit.d.ts +2 -2
  33. package/api/resources/index.d.ts +1 -1
  34. package/api/resources/index.js +2 -2
  35. package/api/resources/ticketing/resources/tickets/client/Client.js +4 -1
  36. package/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +2 -0
  37. package/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
  38. package/dist/Client.d.ts +3 -3
  39. package/dist/Client.js +8 -8
  40. package/dist/api/resources/accounting/resources/contacts/client/Client.d.ts +25 -0
  41. package/dist/api/resources/accounting/resources/contacts/client/Client.js +144 -0
  42. package/dist/api/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.d.ts +17 -0
  43. package/dist/api/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.js +5 -0
  44. package/dist/api/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  45. package/dist/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +33 -1
  46. package/dist/api/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +32 -0
  47. package/dist/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +33 -1
  48. package/dist/api/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +32 -0
  49. package/dist/api/resources/accounting/types/PatchedContactRequest.d.ts +44 -0
  50. package/dist/api/resources/accounting/types/PatchedContactRequest.js +5 -0
  51. package/dist/api/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +5 -0
  52. package/dist/api/resources/accounting/types/PatchedContactRequestAddressesItem.js +5 -0
  53. package/dist/api/resources/accounting/types/index.d.ts +2 -0
  54. package/dist/api/resources/accounting/types/index.js +2 -0
  55. package/dist/api/resources/ats/types/EventTypeEnum.d.ts +2 -1
  56. package/dist/api/resources/ats/types/EventTypeEnum.js +1 -0
  57. package/dist/api/resources/filestorage/resources/files/client/Client.js +16 -2
  58. package/dist/api/resources/filestorage/resources/files/client/requests/FilesDownloadRequestMetaListRequest.d.ts +2 -0
  59. package/dist/api/resources/filestorage/resources/files/client/requests/FilesListRequest.d.ts +4 -0
  60. package/dist/api/resources/hris/types/Benefit.d.ts +2 -2
  61. package/dist/api/resources/index.d.ts +1 -1
  62. package/dist/api/resources/index.js +2 -2
  63. package/dist/api/resources/ticketing/resources/tickets/client/Client.js +4 -1
  64. package/dist/api/resources/ticketing/resources/tickets/client/requests/TicketsListRequest.d.ts +2 -0
  65. package/dist/api/resources/ticketing/types/PatchedTicketRequest.d.ts +2 -2
  66. package/dist/serialization/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.d.ts +13 -0
  67. package/dist/serialization/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.js +44 -0
  68. package/dist/serialization/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  69. package/dist/serialization/resources/accounting/resources/contacts/client/requests/index.js +3 -1
  70. package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +1 -1
  71. package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +32 -0
  72. package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
  73. package/dist/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +32 -0
  74. package/dist/serialization/resources/accounting/types/PatchedContactRequest.d.ts +27 -0
  75. package/dist/serialization/resources/accounting/types/PatchedContactRequest.js +58 -0
  76. package/dist/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +11 -0
  77. package/dist/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.js +42 -0
  78. package/dist/serialization/resources/accounting/types/index.d.ts +2 -0
  79. package/dist/serialization/resources/accounting/types/index.js +2 -0
  80. package/dist/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  81. package/dist/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  82. package/dist/serialization/resources/hris/types/Benefit.d.ts +1 -1
  83. package/dist/serialization/resources/hris/types/Benefit.js +1 -1
  84. package/dist/serialization/resources/index.d.ts +1 -1
  85. package/dist/serialization/resources/index.js +2 -2
  86. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +1 -1
  87. package/dist/serialization/resources/ticketing/types/PatchedTicketRequest.js +1 -1
  88. package/dist/version.d.ts +1 -1
  89. package/dist/version.js +1 -1
  90. package/package.json +1 -1
  91. package/reference.md +1467 -1331
  92. package/serialization/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.d.ts +13 -0
  93. package/serialization/resources/accounting/resources/contacts/client/requests/PatchedContactEndpointRequest.js +44 -0
  94. package/serialization/resources/accounting/resources/contacts/client/requests/index.d.ts +1 -0
  95. package/serialization/resources/accounting/resources/contacts/client/requests/index.js +3 -1
  96. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.d.ts +1 -1
  97. package/serialization/resources/accounting/resources/transactions/types/TransactionsListRequestExpand.js +32 -0
  98. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.d.ts +1 -1
  99. package/serialization/resources/accounting/resources/transactions/types/TransactionsRetrieveRequestExpand.js +32 -0
  100. package/serialization/resources/accounting/types/PatchedContactRequest.d.ts +27 -0
  101. package/serialization/resources/accounting/types/PatchedContactRequest.js +58 -0
  102. package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.d.ts +11 -0
  103. package/serialization/resources/accounting/types/PatchedContactRequestAddressesItem.js +42 -0
  104. package/serialization/resources/accounting/types/index.d.ts +2 -0
  105. package/serialization/resources/accounting/types/index.js +2 -0
  106. package/serialization/resources/ats/types/EventTypeEnum.d.ts +1 -1
  107. package/serialization/resources/ats/types/EventTypeEnum.js +1 -0
  108. package/serialization/resources/hris/types/Benefit.d.ts +1 -1
  109. package/serialization/resources/hris/types/Benefit.js +1 -1
  110. package/serialization/resources/index.d.ts +1 -1
  111. package/serialization/resources/index.js +2 -2
  112. package/serialization/resources/ticketing/types/PatchedTicketRequest.d.ts +1 -1
  113. package/serialization/resources/ticketing/types/PatchedTicketRequest.js +1 -1
  114. package/version.d.ts +1 -1
  115. package/version.js +1 -1

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.