@the-inkwell/shared 0.1.164 → 0.2.1

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 (479) hide show
  1. package/package.json +9 -4
  2. package/src/constants.d.ts +770 -0
  3. package/src/constants.d.ts.map +1 -0
  4. package/src/constants.js +277 -0
  5. package/src/constants.js.map +1 -0
  6. package/src/constants.ts +299 -0
  7. package/src/index.d.ts +4 -0
  8. package/src/index.d.ts.map +1 -0
  9. package/{dist/src/types → src}/index.js +3 -1
  10. package/src/index.js.map +1 -0
  11. package/src/index.ts +3 -0
  12. package/src/schema/admin/actions/index.d.ts +797 -0
  13. package/src/schema/admin/actions/index.d.ts.map +1 -0
  14. package/src/schema/admin/actions/index.js +33 -0
  15. package/src/schema/admin/actions/index.js.map +1 -0
  16. package/src/schema/admin/actions/index.ts +65 -0
  17. package/src/schema/admin/campaigns/index.d.ts +491 -0
  18. package/src/schema/admin/campaigns/index.d.ts.map +1 -0
  19. package/src/schema/admin/campaigns/index.js +69 -0
  20. package/src/schema/admin/campaigns/index.js.map +1 -0
  21. package/src/schema/admin/campaigns/index.ts +111 -0
  22. package/src/schema/admin/candidacies/index.d.ts +766 -0
  23. package/src/schema/admin/candidacies/index.d.ts.map +1 -0
  24. package/src/schema/admin/candidacies/index.js +84 -0
  25. package/src/schema/admin/candidacies/index.js.map +1 -0
  26. package/src/schema/admin/candidacies/index.ts +138 -0
  27. package/src/schema/admin/clients/index.d.ts +340 -0
  28. package/src/schema/admin/clients/index.d.ts.map +1 -0
  29. package/src/schema/admin/clients/index.js +31 -0
  30. package/src/schema/admin/clients/index.js.map +1 -0
  31. package/src/schema/admin/clients/index.ts +65 -0
  32. package/src/schema/admin/dashboard/index.d.ts +11 -0
  33. package/src/schema/admin/dashboard/index.d.ts.map +1 -0
  34. package/{dist/src/types/admin/candidacies → src/schema/admin/dashboard}/index.js +1 -0
  35. package/src/schema/admin/dashboard/index.js.map +1 -0
  36. package/src/schema/admin/dashboard/index.ts +10 -0
  37. package/src/schema/admin/educations/index.d.ts +361 -0
  38. package/src/schema/admin/educations/index.d.ts.map +1 -0
  39. package/src/schema/admin/educations/index.js +24 -0
  40. package/src/schema/admin/educations/index.js.map +1 -0
  41. package/src/schema/admin/educations/index.ts +71 -0
  42. package/src/schema/admin/experiences/index.d.ts +467 -0
  43. package/src/schema/admin/experiences/index.d.ts.map +1 -0
  44. package/src/schema/admin/experiences/index.js +38 -0
  45. package/src/schema/admin/experiences/index.js.map +1 -0
  46. package/src/schema/admin/experiences/index.ts +87 -0
  47. package/src/schema/admin/files/index.d.ts +9 -0
  48. package/src/schema/admin/files/index.d.ts.map +1 -0
  49. package/src/schema/admin/files/index.js +8 -0
  50. package/src/schema/admin/files/index.js.map +1 -0
  51. package/src/schema/admin/files/index.ts +10 -0
  52. package/src/schema/admin/index.d.ts +30 -0
  53. package/src/schema/admin/index.d.ts.map +1 -0
  54. package/{dist/src/types/models → src/schema}/admin/index.js +19 -1
  55. package/src/schema/admin/index.js.map +1 -0
  56. package/src/schema/admin/index.ts +29 -0
  57. package/src/schema/admin/jobFunctions/index.d.ts +363 -0
  58. package/src/schema/admin/jobFunctions/index.d.ts.map +1 -0
  59. package/src/schema/admin/jobFunctions/index.js +33 -0
  60. package/src/schema/admin/jobFunctions/index.js.map +1 -0
  61. package/src/schema/admin/jobFunctions/index.ts +79 -0
  62. package/src/schema/admin/listViews/index.d.ts +576 -0
  63. package/src/schema/admin/listViews/index.d.ts.map +1 -0
  64. package/src/schema/admin/listViews/index.js +23 -0
  65. package/src/schema/admin/listViews/index.js.map +1 -0
  66. package/src/schema/admin/listViews/index.ts +58 -0
  67. package/src/schema/admin/locations/index.d.ts +28 -0
  68. package/src/schema/admin/locations/index.d.ts.map +1 -0
  69. package/src/schema/admin/locations/index.js +17 -0
  70. package/src/schema/admin/locations/index.js.map +1 -0
  71. package/src/schema/admin/locations/index.ts +42 -0
  72. package/src/schema/admin/messages/index.d.ts +801 -0
  73. package/src/schema/admin/messages/index.d.ts.map +1 -0
  74. package/src/schema/admin/messages/index.js +52 -0
  75. package/src/schema/admin/messages/index.js.map +1 -0
  76. package/src/schema/admin/messages/index.ts +88 -0
  77. package/src/schema/admin/notes/index.d.ts +559 -0
  78. package/src/schema/admin/notes/index.d.ts.map +1 -0
  79. package/src/schema/admin/notes/index.js +28 -0
  80. package/src/schema/admin/notes/index.js.map +1 -0
  81. package/src/schema/admin/notes/index.ts +56 -0
  82. package/src/schema/admin/partners/index.d.ts +335 -0
  83. package/src/schema/admin/partners/index.d.ts.map +1 -0
  84. package/src/schema/admin/partners/index.js +26 -0
  85. package/src/schema/admin/partners/index.js.map +1 -0
  86. package/src/schema/admin/partners/index.ts +60 -0
  87. package/src/schema/admin/persons/index.d.ts +890 -0
  88. package/src/schema/admin/persons/index.d.ts.map +1 -0
  89. package/src/schema/admin/persons/index.js +195 -0
  90. package/src/schema/admin/persons/index.js.map +1 -0
  91. package/src/schema/admin/persons/index.ts +294 -0
  92. package/src/schema/admin/personsToBestPersons/index.d.ts +199 -0
  93. package/src/schema/admin/personsToBestPersons/index.d.ts.map +1 -0
  94. package/src/schema/admin/personsToBestPersons/index.js +19 -0
  95. package/src/schema/admin/personsToBestPersons/index.js.map +1 -0
  96. package/src/schema/admin/personsToBestPersons/index.ts +67 -0
  97. package/src/schema/admin/personsToSkills/index.d.ts +199 -0
  98. package/src/schema/admin/personsToSkills/index.d.ts.map +1 -0
  99. package/src/schema/admin/personsToSkills/index.js +19 -0
  100. package/src/schema/admin/personsToSkills/index.js.map +1 -0
  101. package/src/schema/admin/personsToSkills/index.ts +61 -0
  102. package/src/schema/admin/personsToTags/index.d.ts +199 -0
  103. package/src/schema/admin/personsToTags/index.d.ts.map +1 -0
  104. package/src/schema/admin/personsToTags/index.js +19 -0
  105. package/src/schema/admin/personsToTags/index.js.map +1 -0
  106. package/src/schema/admin/personsToTags/index.ts +61 -0
  107. package/src/schema/admin/positions/index.d.ts +1329 -0
  108. package/src/schema/admin/positions/index.d.ts.map +1 -0
  109. package/src/schema/admin/positions/index.js +59 -0
  110. package/src/schema/admin/positions/index.js.map +1 -0
  111. package/src/schema/admin/positions/index.ts +97 -0
  112. package/src/schema/admin/positionsToSkills/index.d.ts +199 -0
  113. package/src/schema/admin/positionsToSkills/index.d.ts.map +1 -0
  114. package/src/schema/admin/positionsToSkills/index.js +19 -0
  115. package/src/schema/admin/positionsToSkills/index.js.map +1 -0
  116. package/src/schema/admin/positionsToSkills/index.ts +64 -0
  117. package/src/schema/admin/positionsToTags/index.d.ts +199 -0
  118. package/src/schema/admin/positionsToTags/index.d.ts.map +1 -0
  119. package/src/schema/admin/positionsToTags/index.js +19 -0
  120. package/src/schema/admin/positionsToTags/index.js.map +1 -0
  121. package/src/schema/admin/positionsToTags/index.ts +61 -0
  122. package/src/schema/admin/referrals/index.d.ts +478 -0
  123. package/src/schema/admin/referrals/index.d.ts.map +1 -0
  124. package/src/schema/admin/referrals/index.js +65 -0
  125. package/src/schema/admin/referrals/index.js.map +1 -0
  126. package/src/schema/admin/referrals/index.ts +100 -0
  127. package/src/schema/admin/referralsToMessages/index.d.ts +244 -0
  128. package/src/schema/admin/referralsToMessages/index.d.ts.map +1 -0
  129. package/src/schema/admin/referralsToMessages/index.js +56 -0
  130. package/src/schema/admin/referralsToMessages/index.js.map +1 -0
  131. package/src/schema/admin/referralsToMessages/index.ts +121 -0
  132. package/src/schema/admin/senders/index.d.ts +452 -0
  133. package/src/schema/admin/senders/index.d.ts.map +1 -0
  134. package/src/schema/admin/senders/index.js +17 -0
  135. package/src/schema/admin/senders/index.js.map +1 -0
  136. package/src/schema/admin/senders/index.ts +50 -0
  137. package/src/schema/admin/sendgrid/index.d.ts +10 -0
  138. package/src/schema/admin/sendgrid/index.d.ts.map +1 -0
  139. package/src/schema/admin/sendgrid/index.js +11 -0
  140. package/src/schema/admin/sendgrid/index.js.map +1 -0
  141. package/src/schema/admin/sendgrid/index.ts +16 -0
  142. package/src/schema/admin/settings/index.d.ts +31 -0
  143. package/src/schema/admin/settings/index.d.ts.map +1 -0
  144. package/src/schema/admin/settings/index.js +22 -0
  145. package/src/schema/admin/settings/index.js.map +1 -0
  146. package/src/schema/admin/settings/index.ts +34 -0
  147. package/src/schema/admin/skills/index.d.ts +363 -0
  148. package/src/schema/admin/skills/index.d.ts.map +1 -0
  149. package/src/schema/admin/skills/index.js +33 -0
  150. package/src/schema/admin/skills/index.js.map +1 -0
  151. package/src/schema/admin/skills/index.ts +64 -0
  152. package/src/schema/admin/tags/index.d.ts +356 -0
  153. package/src/schema/admin/tags/index.d.ts.map +1 -0
  154. package/src/schema/admin/tags/index.js +30 -0
  155. package/src/schema/admin/tags/index.js.map +1 -0
  156. package/src/schema/admin/tags/index.ts +56 -0
  157. package/src/schema/admin/websiteLandingPages/index.d.ts +563 -0
  158. package/src/schema/admin/websiteLandingPages/index.d.ts.map +1 -0
  159. package/src/schema/admin/websiteLandingPages/index.js +17 -0
  160. package/src/schema/admin/websiteLandingPages/index.js.map +1 -0
  161. package/src/schema/admin/websiteLandingPages/index.ts +69 -0
  162. package/src/schema/admin/websiteStaticPages/index.d.ts +386 -0
  163. package/src/schema/admin/websiteStaticPages/index.d.ts.map +1 -0
  164. package/src/schema/admin/websiteStaticPages/index.js +17 -0
  165. package/src/schema/admin/websiteStaticPages/index.js.map +1 -0
  166. package/src/schema/admin/websiteStaticPages/index.ts +67 -0
  167. package/src/schema/auth/index.d.ts +16 -0
  168. package/src/schema/auth/index.d.ts.map +1 -0
  169. package/src/schema/auth/index.js +12 -0
  170. package/src/schema/auth/index.js.map +1 -0
  171. package/src/schema/auth/index.ts +14 -0
  172. package/src/schema/core.d.ts +6336 -0
  173. package/src/schema/core.d.ts.map +1 -0
  174. package/src/schema/core.js +1470 -0
  175. package/src/schema/core.js.map +1 -0
  176. package/src/schema/core.ts +1906 -0
  177. package/src/schema/index.d.ts +4 -0
  178. package/src/schema/index.d.ts.map +1 -0
  179. package/{dist/src/types/http → src/schema}/index.js +2 -1
  180. package/src/schema/index.js.map +1 -0
  181. package/src/{types/models → schema}/index.ts +1 -1
  182. package/src/utils.d.ts +24 -0
  183. package/src/utils.d.ts.map +1 -0
  184. package/src/utils.js +18 -0
  185. package/src/utils.js.map +1 -0
  186. package/src/utils.ts +42 -0
  187. package/tsconfig.json +14 -107
  188. package/README.md +0 -9
  189. package/dist/index.js +0 -18
  190. package/dist/src/constants/enums.js +0 -209
  191. package/dist/src/constants/index.js +0 -17
  192. package/dist/src/types/_schema/Action.js +0 -4
  193. package/dist/src/types/_schema/ActionNames.js +0 -4
  194. package/dist/src/types/_schema/Actions.js +0 -4
  195. package/dist/src/types/_schema/Admin.js +0 -4
  196. package/dist/src/types/_schema/Admins.js +0 -4
  197. package/dist/src/types/_schema/Campaign.js +0 -4
  198. package/dist/src/types/_schema/CampaignStatuses.js +0 -4
  199. package/dist/src/types/_schema/CampaignToPosition.js +0 -4
  200. package/dist/src/types/_schema/Campaigns.js +0 -4
  201. package/dist/src/types/_schema/CampaignsToPositions.js +0 -4
  202. package/dist/src/types/_schema/Candidacies.js +0 -4
  203. package/dist/src/types/_schema/Candidacy.js +0 -4
  204. package/dist/src/types/_schema/CandidacyFeedback.js +0 -4
  205. package/dist/src/types/_schema/CandidacyRatingCategories.js +0 -4
  206. package/dist/src/types/_schema/CandidacyRatingReasons.js +0 -4
  207. package/dist/src/types/_schema/CandidacyRatingToTag.js +0 -4
  208. package/dist/src/types/_schema/CandidacyRatings.js +0 -4
  209. package/dist/src/types/_schema/CandidacyRatingsToTags.js +0 -4
  210. package/dist/src/types/_schema/CandidacySources.js +0 -4
  211. package/dist/src/types/_schema/CandidacyStages.js +0 -4
  212. package/dist/src/types/_schema/CandidacyStatuses.js +0 -4
  213. package/dist/src/types/_schema/Certifications.js +0 -4
  214. package/dist/src/types/_schema/Client.js +0 -4
  215. package/dist/src/types/_schema/ClientStages.js +0 -4
  216. package/dist/src/types/_schema/ClientStatuses.js +0 -4
  217. package/dist/src/types/_schema/Clients.js +0 -4
  218. package/dist/src/types/_schema/Clubs.js +0 -4
  219. package/dist/src/types/_schema/Contract.js +0 -4
  220. package/dist/src/types/_schema/Contracts.js +0 -4
  221. package/dist/src/types/_schema/Conversation.js +0 -4
  222. package/dist/src/types/_schema/Conversations.js +0 -4
  223. package/dist/src/types/_schema/EducationDegrees.js +0 -4
  224. package/dist/src/types/_schema/EducationFields.js +0 -4
  225. package/dist/src/types/_schema/Educations.js +0 -4
  226. package/dist/src/types/_schema/EnrichmentSources.js +0 -4
  227. package/dist/src/types/_schema/Enrichments.js +0 -4
  228. package/dist/src/types/_schema/Experiences.js +0 -4
  229. package/dist/src/types/_schema/Genders.js +0 -4
  230. package/dist/src/types/_schema/Industries.js +0 -4
  231. package/dist/src/types/_schema/JobFunctions.js +0 -4
  232. package/dist/src/types/_schema/JobLevels.js +0 -4
  233. package/dist/src/types/_schema/Jwt.js +0 -4
  234. package/dist/src/types/_schema/Jwts.js +0 -4
  235. package/dist/src/types/_schema/ListView.js +0 -4
  236. package/dist/src/types/_schema/ListViewModels.js +0 -4
  237. package/dist/src/types/_schema/ListViews.js +0 -4
  238. package/dist/src/types/_schema/Message.js +0 -4
  239. package/dist/src/types/_schema/MessageChannels.js +0 -4
  240. package/dist/src/types/_schema/MessageTemplate.js +0 -4
  241. package/dist/src/types/_schema/MessageTemplates.js +0 -4
  242. package/dist/src/types/_schema/Messages.js +0 -4
  243. package/dist/src/types/_schema/Networks.js +0 -4
  244. package/dist/src/types/_schema/Note.js +0 -4
  245. package/dist/src/types/_schema/Notes.js +0 -4
  246. package/dist/src/types/_schema/Otp.js +0 -4
  247. package/dist/src/types/_schema/Otps.js +0 -4
  248. package/dist/src/types/_schema/Partners.js +0 -4
  249. package/dist/src/types/_schema/Person.js +0 -4
  250. package/dist/src/types/_schema/PersonCareerLevels.js +0 -4
  251. package/dist/src/types/_schema/PersonClub.js +0 -4
  252. package/dist/src/types/_schema/PersonClubs.js +0 -4
  253. package/dist/src/types/_schema/PersonDegrees.js +0 -4
  254. package/dist/src/types/_schema/PersonEnrichment.js +0 -4
  255. package/dist/src/types/_schema/PersonEnrichments.js +0 -4
  256. package/dist/src/types/_schema/PersonGenders.js +0 -4
  257. package/dist/src/types/_schema/PersonNetwork.js +0 -4
  258. package/dist/src/types/_schema/PersonNetworks.js +0 -4
  259. package/dist/src/types/_schema/PersonSkill.js +0 -4
  260. package/dist/src/types/_schema/PersonSkills.js +0 -4
  261. package/dist/src/types/_schema/PersonSources.js +0 -4
  262. package/dist/src/types/_schema/PersonToBestPerson.js +0 -4
  263. package/dist/src/types/_schema/PersonToPersonClub.js +0 -4
  264. package/dist/src/types/_schema/PersonToPersonNetwork.js +0 -4
  265. package/dist/src/types/_schema/PersonToPersonSkill.js +0 -4
  266. package/dist/src/types/_schema/PersonToTag.js +0 -4
  267. package/dist/src/types/_schema/Persons.js +0 -4
  268. package/dist/src/types/_schema/PersonsToBestPersons.js +0 -4
  269. package/dist/src/types/_schema/PersonsToCertifications.js +0 -4
  270. package/dist/src/types/_schema/PersonsToClubs.js +0 -4
  271. package/dist/src/types/_schema/PersonsToIndustries.js +0 -4
  272. package/dist/src/types/_schema/PersonsToNetworks.js +0 -4
  273. package/dist/src/types/_schema/PersonsToPersonClubs.js +0 -4
  274. package/dist/src/types/_schema/PersonsToPersonNetworks.js +0 -4
  275. package/dist/src/types/_schema/PersonsToPersonSkills.js +0 -4
  276. package/dist/src/types/_schema/PersonsToSkills.js +0 -4
  277. package/dist/src/types/_schema/PersonsToTags.js +0 -4
  278. package/dist/src/types/_schema/Position.js +0 -4
  279. package/dist/src/types/_schema/PositionRatingCategories.js +0 -4
  280. package/dist/src/types/_schema/PositionRatings.js +0 -4
  281. package/dist/src/types/_schema/PositionStages.js +0 -4
  282. package/dist/src/types/_schema/PositionStatuses.js +0 -4
  283. package/dist/src/types/_schema/Positions.js +0 -4
  284. package/dist/src/types/_schema/PositionsToIndustries.js +0 -4
  285. package/dist/src/types/_schema/PositionsToPersonSkills.js +0 -4
  286. package/dist/src/types/_schema/PositionsToSkills.js +0 -4
  287. package/dist/src/types/_schema/PositionsToTags.js +0 -4
  288. package/dist/src/types/_schema/PublicSchema.js +0 -4
  289. package/dist/src/types/_schema/Referral.js +0 -4
  290. package/dist/src/types/_schema/ReferralPayout.js +0 -4
  291. package/dist/src/types/_schema/ReferralPayouts.js +0 -4
  292. package/dist/src/types/_schema/ReferralSources.js +0 -4
  293. package/dist/src/types/_schema/ReferralToIntroMessage.js +0 -4
  294. package/dist/src/types/_schema/Referrals.js +0 -4
  295. package/dist/src/types/_schema/ReferralsToIntroMessages.js +0 -4
  296. package/dist/src/types/_schema/ReferralsToMessages.js +0 -4
  297. package/dist/src/types/_schema/Sender.js +0 -4
  298. package/dist/src/types/_schema/Senders.js +0 -4
  299. package/dist/src/types/_schema/Skills.js +0 -4
  300. package/dist/src/types/_schema/Tag.js +0 -4
  301. package/dist/src/types/_schema/Tags.js +0 -4
  302. package/dist/src/types/_schema/WebsiteBlock.js +0 -4
  303. package/dist/src/types/_schema/WebsiteBlocks.js +0 -4
  304. package/dist/src/types/_schema/WebsiteLandingPage.js +0 -4
  305. package/dist/src/types/_schema/WebsiteLandingPages.js +0 -4
  306. package/dist/src/types/_schema/WebsiteStaticPage.js +0 -4
  307. package/dist/src/types/_schema/WebsiteStaticPages.js +0 -4
  308. package/dist/src/types/admin/index.js +0 -19
  309. package/dist/src/types/admin/persons/index.js +0 -2
  310. package/dist/src/types/admin/website/index.js +0 -2
  311. package/dist/src/types/auth/index.js +0 -2
  312. package/dist/src/types/db.js +0 -6
  313. package/dist/src/types/http/admin/candidacies/index.js +0 -2
  314. package/dist/src/types/http/admin/index.js +0 -19
  315. package/dist/src/types/http/admin/persons/index.js +0 -2
  316. package/dist/src/types/http/admin/website/index.js +0 -2
  317. package/dist/src/types/http/auth/index.js +0 -2
  318. package/dist/src/types/http/utils/index.js +0 -2
  319. package/dist/src/types/models/admin/campaigns/index.js +0 -2
  320. package/dist/src/types/models/admin/candidacies/index.js +0 -2
  321. package/dist/src/types/models/admin/clients/index.js +0 -2
  322. package/dist/src/types/models/admin/conversations/index.js +0 -2
  323. package/dist/src/types/models/admin/listViews/index.js +0 -2
  324. package/dist/src/types/models/admin/locations/index.js +0 -2
  325. package/dist/src/types/models/admin/messages/index.js +0 -2
  326. package/dist/src/types/models/admin/partners/index.js +0 -2
  327. package/dist/src/types/models/admin/persons/index.js +0 -2
  328. package/dist/src/types/models/admin/positions/index.js +0 -23
  329. package/dist/src/types/models/admin/referrals/index.js +0 -2
  330. package/dist/src/types/models/admin/settings/index.js +0 -2
  331. package/dist/src/types/models/admin/website/_shared.js +0 -2
  332. package/dist/src/types/models/admin/website/home.js +0 -2
  333. package/dist/src/types/models/admin/website/index.js +0 -18
  334. package/dist/src/types/models/admin/website/shared.js +0 -2
  335. package/dist/src/types/models/auth/index.js +0 -2
  336. package/dist/src/types/models/index.js +0 -19
  337. package/dist/src/types/schemas/Database.js +0 -4
  338. package/dist/src/types/schemas/index.js +0 -23
  339. package/dist/src/types/schemas/public/Action.js +0 -4
  340. package/dist/src/types/schemas/public/ActionNames.js +0 -4
  341. package/dist/src/types/schemas/public/Admin.js +0 -4
  342. package/dist/src/types/schemas/public/Campaign.js +0 -4
  343. package/dist/src/types/schemas/public/CampaignStatuses.js +0 -4
  344. package/dist/src/types/schemas/public/CampaignToPosition.js +0 -4
  345. package/dist/src/types/schemas/public/Candidacy.js +0 -4
  346. package/dist/src/types/schemas/public/CandidacyFeedback.js +0 -4
  347. package/dist/src/types/schemas/public/CandidacyRatingToTag.js +0 -4
  348. package/dist/src/types/schemas/public/CandidacySources.js +0 -4
  349. package/dist/src/types/schemas/public/CandidacyStatuses.js +0 -4
  350. package/dist/src/types/schemas/public/Client.js +0 -4
  351. package/dist/src/types/schemas/public/ClientStatuses.js +0 -4
  352. package/dist/src/types/schemas/public/Contract.js +0 -4
  353. package/dist/src/types/schemas/public/Conversation.js +0 -4
  354. package/dist/src/types/schemas/public/EnrichmentSources.js +0 -4
  355. package/dist/src/types/schemas/public/Jwt.js +0 -4
  356. package/dist/src/types/schemas/public/ListView.js +0 -4
  357. package/dist/src/types/schemas/public/ListViewModels.js +0 -4
  358. package/dist/src/types/schemas/public/Message.js +0 -4
  359. package/dist/src/types/schemas/public/MessageChannels.js +0 -4
  360. package/dist/src/types/schemas/public/MessageSender.js +0 -4
  361. package/dist/src/types/schemas/public/MessageTemplate.js +0 -4
  362. package/dist/src/types/schemas/public/Note.js +0 -4
  363. package/dist/src/types/schemas/public/Otp.js +0 -4
  364. package/dist/src/types/schemas/public/Person.js +0 -4
  365. package/dist/src/types/schemas/public/PersonCareerLevels.js +0 -4
  366. package/dist/src/types/schemas/public/PersonClub.js +0 -4
  367. package/dist/src/types/schemas/public/PersonDegrees.js +0 -4
  368. package/dist/src/types/schemas/public/PersonEnrichment.js +0 -4
  369. package/dist/src/types/schemas/public/PersonGenders.js +0 -4
  370. package/dist/src/types/schemas/public/PersonNetwork.js +0 -4
  371. package/dist/src/types/schemas/public/PersonSkill.js +0 -4
  372. package/dist/src/types/schemas/public/PersonSources.js +0 -4
  373. package/dist/src/types/schemas/public/PersonToBestPerson.js +0 -4
  374. package/dist/src/types/schemas/public/PersonToPersonClub.js +0 -4
  375. package/dist/src/types/schemas/public/PersonToPersonNetwork.js +0 -4
  376. package/dist/src/types/schemas/public/PersonToPersonSkill.js +0 -4
  377. package/dist/src/types/schemas/public/PersonToTag.js +0 -4
  378. package/dist/src/types/schemas/public/Position.js +0 -4
  379. package/dist/src/types/schemas/public/PositionStatuses.js +0 -4
  380. package/dist/src/types/schemas/public/PrismaMigrations.js +0 -4
  381. package/dist/src/types/schemas/public/PublicSchema.js +0 -4
  382. package/dist/src/types/schemas/public/Referral.js +0 -4
  383. package/dist/src/types/schemas/public/ReferralPayout.js +0 -4
  384. package/dist/src/types/schemas/public/ReferralSources.js +0 -4
  385. package/dist/src/types/schemas/public/ReferralToIntroMessage.js +0 -4
  386. package/dist/src/types/schemas/public/Sender.js +0 -4
  387. package/dist/src/types/schemas/public/Tag.js +0 -4
  388. package/dist/src/types/schemas/public/WebsiteBlock.js +0 -4
  389. package/dist/src/types/schemas/public/WebsiteLandingPage.js +0 -4
  390. package/dist/src/types/schemas/public/WebsiteStaticPage.js +0 -4
  391. package/dist/src/types/shared/index.js +0 -2
  392. package/dist/src/types/utils/index.js +0 -2
  393. package/dist/types/admin/index.js +0 -17
  394. package/dist/types/admin/website/index.js +0 -2
  395. package/dist/types/index.js +0 -17
  396. package/index.ts +0 -2
  397. package/src/constants/enums.ts +0 -251
  398. package/src/constants/index.ts +0 -1
  399. package/src/types/_schema/ActionNames.ts +0 -11
  400. package/src/types/_schema/Actions.ts +0 -104
  401. package/src/types/_schema/Admins.ts +0 -49
  402. package/src/types/_schema/CampaignStatuses.ts +0 -10
  403. package/src/types/_schema/Campaigns.ts +0 -76
  404. package/src/types/_schema/CampaignsToPositions.ts +0 -33
  405. package/src/types/_schema/Candidacies.ts +0 -77
  406. package/src/types/_schema/CandidacyFeedback.ts +0 -55
  407. package/src/types/_schema/CandidacyRatingCategories.ts +0 -12
  408. package/src/types/_schema/CandidacyRatings.ts +0 -42
  409. package/src/types/_schema/CandidacySources.ts +0 -11
  410. package/src/types/_schema/CandidacyStages.ts +0 -14
  411. package/src/types/_schema/CandidacyStatuses.ts +0 -9
  412. package/src/types/_schema/Certifications.ts +0 -59
  413. package/src/types/_schema/ClientStages.ts +0 -12
  414. package/src/types/_schema/ClientStatuses.ts +0 -9
  415. package/src/types/_schema/Clients.ts +0 -69
  416. package/src/types/_schema/Contracts.ts +0 -68
  417. package/src/types/_schema/EducationDegrees.ts +0 -12
  418. package/src/types/_schema/EducationFields.ts +0 -18
  419. package/src/types/_schema/Educations.ts +0 -55
  420. package/src/types/_schema/EnrichmentSources.ts +0 -8
  421. package/src/types/_schema/Enrichments.ts +0 -68
  422. package/src/types/_schema/Experiences.ts +0 -87
  423. package/src/types/_schema/Genders.ts +0 -11
  424. package/src/types/_schema/Industries.ts +0 -53
  425. package/src/types/_schema/JobFunctions.ts +0 -53
  426. package/src/types/_schema/JobLevels.ts +0 -13
  427. package/src/types/_schema/Jwts.ts +0 -61
  428. package/src/types/_schema/ListViewModels.ts +0 -11
  429. package/src/types/_schema/ListViews.ts +0 -74
  430. package/src/types/_schema/MessageChannels.ts +0 -9
  431. package/src/types/_schema/MessageTemplates.ts +0 -53
  432. package/src/types/_schema/Messages.ts +0 -109
  433. package/src/types/_schema/Networks.ts +0 -59
  434. package/src/types/_schema/Notes.ts +0 -76
  435. package/src/types/_schema/Otps.ts +0 -67
  436. package/src/types/_schema/Partners.ts +0 -65
  437. package/src/types/_schema/PersonSources.ts +0 -11
  438. package/src/types/_schema/Persons.ts +0 -237
  439. package/src/types/_schema/PersonsToBestPersons.ts +0 -32
  440. package/src/types/_schema/PersonsToCertifications.ts +0 -26
  441. package/src/types/_schema/PersonsToNetworks.ts +0 -33
  442. package/src/types/_schema/PersonsToSkills.ts +0 -33
  443. package/src/types/_schema/PersonsToTags.ts +0 -33
  444. package/src/types/_schema/PositionRatingCategories.ts +0 -9
  445. package/src/types/_schema/PositionRatings.ts +0 -42
  446. package/src/types/_schema/PositionStages.ts +0 -12
  447. package/src/types/_schema/PositionStatuses.ts +0 -9
  448. package/src/types/_schema/Positions.ts +0 -119
  449. package/src/types/_schema/PositionsToIndustries.ts +0 -33
  450. package/src/types/_schema/PositionsToSkills.ts +0 -33
  451. package/src/types/_schema/PositionsToTags.ts +0 -33
  452. package/src/types/_schema/ReferralPayouts.ts +0 -29
  453. package/src/types/_schema/ReferralSources.ts +0 -11
  454. package/src/types/_schema/Referrals.ts +0 -83
  455. package/src/types/_schema/ReferralsToMessages.ts +0 -40
  456. package/src/types/_schema/Senders.ts +0 -65
  457. package/src/types/_schema/Skills.ts +0 -53
  458. package/src/types/_schema/Tags.ts +0 -53
  459. package/src/types/_schema/WebsiteBlocks.ts +0 -45
  460. package/src/types/_schema/WebsiteLandingPages.ts +0 -47
  461. package/src/types/_schema/WebsiteStaticPages.ts +0 -53
  462. package/src/types/index.ts +0 -2
  463. package/src/types/models/admin/campaigns/index.ts +0 -28
  464. package/src/types/models/admin/candidacies/index.ts +0 -69
  465. package/src/types/models/admin/clients/index.ts +0 -49
  466. package/src/types/models/admin/index.ts +0 -12
  467. package/src/types/models/admin/listViews/index.ts +0 -48
  468. package/src/types/models/admin/locations/index.ts +0 -28
  469. package/src/types/models/admin/messages/index.ts +0 -14
  470. package/src/types/models/admin/partners/index.ts +0 -36
  471. package/src/types/models/admin/persons/index.ts +0 -90
  472. package/src/types/models/admin/positions/index.ts +0 -72
  473. package/src/types/models/admin/referrals/index.ts +0 -67
  474. package/src/types/models/admin/settings/index.ts +0 -24
  475. package/src/types/models/admin/website/home.ts +0 -42
  476. package/src/types/models/admin/website/index.ts +0 -2
  477. package/src/types/models/admin/website/shared.ts +0 -40
  478. package/src/types/models/auth/index.ts +0 -6
  479. package/src/types/utils/index.ts +0 -15
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./candidacies"), exports);
18
- __exportStar(require("./persons"), exports);
19
- __exportStar(require("./website"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,6 +0,0 @@
1
- "use strict";
2
- /**
3
- * This file was generated by kysely-codegen.
4
- * Please do not edit it manually.
5
- */
6
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./candidacies"), exports);
18
- __exportStar(require("./persons"), exports);
19
- __exportStar(require("./website"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- /*
4
- export default interface Positions {
5
- id: PositionsId;
6
-
7
- urlId: number;
8
-
9
- name: string;
10
-
11
- status: PositionStatuses | null;
12
-
13
- isHidden: boolean;
14
-
15
- clientId: ClientsId;
16
-
17
- createdAt: Date;
18
-
19
- updatedAt: Date;
20
-
21
- deletedAt: Date | null;
22
- }
23
- */
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,18 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./home"), exports);
18
- __exportStar(require("./shared"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,19 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./admin"), exports);
18
- __exportStar(require("./auth"), exports);
19
- __exportStar(require("../utils"), exports);
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,23 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./public/Action"), exports);
18
- __exportStar(require("./public/ActionNames"), exports);
19
- __exportStar(require("./public/Admin"), exports);
20
- __exportStar(require("./public/Campaign"), exports);
21
- __exportStar(require("./public/CampaignStatuses"), exports);
22
- __exportStar(require("./public/CampaignToPosition"), exports);
23
- __exportStar(require("./public/Candidacy"), exports);
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,4 +0,0 @@
1
- "use strict";
2
- // @generated
3
- // This file is automatically generated by Kanel. Do not modify manually.
4
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
@@ -1,17 +0,0 @@
1
- "use strict";
2
- var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
3
- if (k2 === undefined) k2 = k;
4
- var desc = Object.getOwnPropertyDescriptor(m, k);
5
- if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
6
- desc = { enumerable: true, get: function() { return m[k]; } };
7
- }
8
- Object.defineProperty(o, k2, desc);
9
- }) : (function(o, m, k, k2) {
10
- if (k2 === undefined) k2 = k;
11
- o[k2] = m[k];
12
- }));
13
- var __exportStar = (this && this.__exportStar) || function(m, exports) {
14
- for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
15
- };
16
- Object.defineProperty(exports, "__esModule", { value: true });
17
- __exportStar(require("./website"), exports);
@@ -1,2 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });