@smartytalent/api-client 0.8.2 → 0.8.4

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 (132) hide show
  1. package/dist/apis/DocumentsApi.d.ts +221 -0
  2. package/dist/apis/DocumentsApi.d.ts.map +1 -0
  3. package/dist/apis/DocumentsApi.js +506 -0
  4. package/dist/apis/DocumentsApi.js.map +1 -0
  5. package/dist/apis/PersonasApi.d.ts +1 -0
  6. package/dist/apis/PersonasApi.d.ts.map +1 -1
  7. package/dist/apis/PersonasApi.js +3 -0
  8. package/dist/apis/PersonasApi.js.map +1 -1
  9. package/dist/apis/index.d.ts +1 -0
  10. package/dist/apis/index.d.ts.map +1 -1
  11. package/dist/apis/index.js +1 -0
  12. package/dist/apis/index.js.map +1 -1
  13. package/dist/models/CreateDocumentRequestBody.d.ts +34 -0
  14. package/dist/models/CreateDocumentRequestBody.d.ts.map +1 -0
  15. package/dist/models/CreateDocumentRequestBody.js +52 -0
  16. package/dist/models/CreateDocumentRequestBody.js.map +1 -0
  17. package/dist/models/CreateDocumentRequestBodyData.d.ts +54 -0
  18. package/dist/models/CreateDocumentRequestBodyData.d.ts.map +1 -0
  19. package/dist/models/CreateDocumentRequestBodyData.js +66 -0
  20. package/dist/models/CreateDocumentRequestBodyData.js.map +1 -0
  21. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts +104 -0
  22. package/dist/models/CreateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  23. package/dist/models/CreateDocumentRequestBodyDataAttributes.js +87 -0
  24. package/dist/models/CreateDocumentRequestBodyDataAttributes.js.map +1 -0
  25. package/dist/models/DocumentAttributesSchema.d.ts +190 -0
  26. package/dist/models/DocumentAttributesSchema.d.ts.map +1 -0
  27. package/dist/models/DocumentAttributesSchema.js +113 -0
  28. package/dist/models/DocumentAttributesSchema.js.map +1 -0
  29. package/dist/models/DocumentAttributesSchemaOrganization.d.ts +33 -0
  30. package/dist/models/DocumentAttributesSchemaOrganization.d.ts.map +1 -0
  31. package/dist/models/DocumentAttributesSchemaOrganization.js +49 -0
  32. package/dist/models/DocumentAttributesSchemaOrganization.js.map +1 -0
  33. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts +34 -0
  34. package/dist/models/DocumentRelationshipsCandidateSchema.d.ts.map +1 -0
  35. package/dist/models/DocumentRelationshipsCandidateSchema.js +50 -0
  36. package/dist/models/DocumentRelationshipsCandidateSchema.js.map +1 -0
  37. package/dist/models/DocumentRelationshipsConversationSchema.d.ts +34 -0
  38. package/dist/models/DocumentRelationshipsConversationSchema.d.ts.map +1 -0
  39. package/dist/models/DocumentRelationshipsConversationSchema.js +50 -0
  40. package/dist/models/DocumentRelationshipsConversationSchema.js.map +1 -0
  41. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts +39 -0
  42. package/dist/models/DocumentRelationshipsConversationSchemaData.d.ts.map +1 -0
  43. package/dist/models/DocumentRelationshipsConversationSchemaData.js +51 -0
  44. package/dist/models/DocumentRelationshipsConversationSchemaData.js.map +1 -0
  45. package/dist/models/DocumentRelationshipsJobSchema.d.ts +34 -0
  46. package/dist/models/DocumentRelationshipsJobSchema.d.ts.map +1 -0
  47. package/dist/models/DocumentRelationshipsJobSchema.js +50 -0
  48. package/dist/models/DocumentRelationshipsJobSchema.js.map +1 -0
  49. package/dist/models/DocumentRelationshipsSchema.d.ts +48 -0
  50. package/dist/models/DocumentRelationshipsSchema.d.ts.map +1 -0
  51. package/dist/models/DocumentRelationshipsSchema.js +56 -0
  52. package/dist/models/DocumentRelationshipsSchema.js.map +1 -0
  53. package/dist/models/DocumentResourceSchema.d.ts +75 -0
  54. package/dist/models/DocumentResourceSchema.d.ts.map +1 -0
  55. package/dist/models/DocumentResourceSchema.js +75 -0
  56. package/dist/models/DocumentResourceSchema.js.map +1 -0
  57. package/dist/models/DocumentSchema.d.ts +49 -0
  58. package/dist/models/DocumentSchema.d.ts.map +1 -0
  59. package/dist/models/DocumentSchema.js +55 -0
  60. package/dist/models/DocumentSchema.js.map +1 -0
  61. package/dist/models/DocumentsSchema.d.ts +48 -0
  62. package/dist/models/DocumentsSchema.d.ts.map +1 -0
  63. package/dist/models/DocumentsSchema.js +56 -0
  64. package/dist/models/DocumentsSchema.js.map +1 -0
  65. package/dist/models/GuestDocumentActionSchema.d.ts +72 -0
  66. package/dist/models/GuestDocumentActionSchema.d.ts.map +1 -0
  67. package/dist/models/GuestDocumentActionSchema.js +73 -0
  68. package/dist/models/GuestDocumentActionSchema.js.map +1 -0
  69. package/dist/models/GuestDocumentAttributesSchema.d.ts +157 -0
  70. package/dist/models/GuestDocumentAttributesSchema.d.ts.map +1 -0
  71. package/dist/models/GuestDocumentAttributesSchema.js +110 -0
  72. package/dist/models/GuestDocumentAttributesSchema.js.map +1 -0
  73. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts +33 -0
  74. package/dist/models/GuestDocumentAttributesSchemaOrganization.d.ts.map +1 -0
  75. package/dist/models/GuestDocumentAttributesSchemaOrganization.js +49 -0
  76. package/dist/models/GuestDocumentAttributesSchemaOrganization.js.map +1 -0
  77. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts +45 -0
  78. package/dist/models/GuestDocumentAttributesSchemaTimestamps.d.ts.map +1 -0
  79. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js +53 -0
  80. package/dist/models/GuestDocumentAttributesSchemaTimestamps.js.map +1 -0
  81. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts +57 -0
  82. package/dist/models/GuestDocumentAttributesSchemaViewer.d.ts.map +1 -0
  83. package/dist/models/GuestDocumentAttributesSchemaViewer.js +57 -0
  84. package/dist/models/GuestDocumentAttributesSchemaViewer.js.map +1 -0
  85. package/dist/models/GuestDocumentMetaSchema.d.ts +44 -0
  86. package/dist/models/GuestDocumentMetaSchema.d.ts.map +1 -0
  87. package/dist/models/GuestDocumentMetaSchema.js +55 -0
  88. package/dist/models/GuestDocumentMetaSchema.js.map +1 -0
  89. package/dist/models/GuestDocumentResourceSchema.d.ts +53 -0
  90. package/dist/models/GuestDocumentResourceSchema.d.ts.map +1 -0
  91. package/dist/models/GuestDocumentResourceSchema.js +61 -0
  92. package/dist/models/GuestDocumentResourceSchema.js.map +1 -0
  93. package/dist/models/GuestDocumentSchema.d.ts +39 -0
  94. package/dist/models/GuestDocumentSchema.d.ts.map +1 -0
  95. package/dist/models/GuestDocumentSchema.js +50 -0
  96. package/dist/models/GuestDocumentSchema.js.map +1 -0
  97. package/dist/models/PersonaAttributesSchema.d.ts +315 -4
  98. package/dist/models/PersonaAttributesSchema.d.ts.map +1 -1
  99. package/dist/models/PersonaAttributesSchema.js +95 -4
  100. package/dist/models/PersonaAttributesSchema.js.map +1 -1
  101. package/dist/models/PersonaResourceSchema.d.ts +1 -1
  102. package/dist/models/PersonaResourceSchema.js +1 -1
  103. package/dist/models/PersonaResourceSchema.js.map +1 -1
  104. package/dist/models/SubmitGuestDocumentRequestBody.d.ts +41 -0
  105. package/dist/models/SubmitGuestDocumentRequestBody.d.ts.map +1 -0
  106. package/dist/models/SubmitGuestDocumentRequestBody.js +57 -0
  107. package/dist/models/SubmitGuestDocumentRequestBody.js.map +1 -0
  108. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts +53 -0
  109. package/dist/models/SubmitGuestDocumentRequestBodyData.d.ts.map +1 -0
  110. package/dist/models/SubmitGuestDocumentRequestBodyData.js +65 -0
  111. package/dist/models/SubmitGuestDocumentRequestBodyData.js.map +1 -0
  112. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts +48 -0
  113. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  114. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js +62 -0
  115. package/dist/models/SubmitGuestDocumentRequestBodyDataAttributes.js.map +1 -0
  116. package/dist/models/UpdateDocumentRequestBody.d.ts +34 -0
  117. package/dist/models/UpdateDocumentRequestBody.d.ts.map +1 -0
  118. package/dist/models/UpdateDocumentRequestBody.js +52 -0
  119. package/dist/models/UpdateDocumentRequestBody.js.map +1 -0
  120. package/dist/models/UpdateDocumentRequestBodyData.d.ts +60 -0
  121. package/dist/models/UpdateDocumentRequestBodyData.d.ts.map +1 -0
  122. package/dist/models/UpdateDocumentRequestBodyData.js +66 -0
  123. package/dist/models/UpdateDocumentRequestBodyData.js.map +1 -0
  124. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts +85 -0
  125. package/dist/models/UpdateDocumentRequestBodyDataAttributes.d.ts.map +1 -0
  126. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js +71 -0
  127. package/dist/models/UpdateDocumentRequestBodyDataAttributes.js.map +1 -0
  128. package/dist/models/index.d.ts +27 -0
  129. package/dist/models/index.d.ts.map +1 -1
  130. package/dist/models/index.js +27 -0
  131. package/dist/models/index.js.map +1 -1
  132. package/package.json +1 -1
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smartytalent/api-client",
3
- "version": "0.8.2",
3
+ "version": "0.8.4",
4
4
  "description": "TypeScript API client generated from SmartyTalent OpenAPI spec",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",