@wastesentry/trak-client 0.1.0 → 0.1.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 (377) hide show
  1. package/.openapi-generator/FILES +55 -118
  2. package/.openapi-generator/VERSION +1 -1
  3. package/README.md +140 -0
  4. package/api.ts +26 -0
  5. package/apis/default-api.ts +328 -0
  6. package/apis/info-api.ts +149 -0
  7. package/apis/manifest-api.ts +1135 -0
  8. package/apis/my-profile-api.ts +131 -0
  9. package/apis/orgs-api.ts +333 -0
  10. package/apis/profile-api.ts +383 -0
  11. package/apis/site-api.ts +215 -0
  12. package/apis/sites-api.ts +236 -0
  13. package/apis/sync-api.ts +128 -0
  14. package/base.ts +62 -0
  15. package/common.ts +127 -0
  16. package/configuration.ts +121 -0
  17. package/dist/api.d.ts +20 -0
  18. package/dist/api.js +38 -0
  19. package/dist/apis/default-api.d.ts +170 -0
  20. package/dist/apis/default-api.js +266 -0
  21. package/dist/apis/info-api.d.ts +82 -0
  22. package/dist/apis/info-api.js +129 -0
  23. package/dist/apis/manifest-api.d.ts +566 -0
  24. package/dist/apis/manifest-api.js +868 -0
  25. package/dist/apis/my-profile-api.d.ts +70 -0
  26. package/dist/apis/my-profile-api.js +121 -0
  27. package/dist/apis/orgs-api.d.ts +174 -0
  28. package/dist/apis/orgs-api.js +263 -0
  29. package/dist/apis/profile-api.d.ts +191 -0
  30. package/dist/apis/profile-api.js +298 -0
  31. package/dist/apis/site-api.d.ts +111 -0
  32. package/dist/apis/site-api.js +186 -0
  33. package/dist/apis/sites-api.d.ts +126 -0
  34. package/dist/apis/sites-api.js +193 -0
  35. package/dist/apis/sync-api.d.ts +69 -0
  36. package/dist/apis/sync-api.js +120 -0
  37. package/dist/base.d.ts +42 -0
  38. package/dist/base.js +46 -0
  39. package/dist/common.d.ts +34 -0
  40. package/dist/common.js +139 -0
  41. package/dist/configuration.d.ts +98 -0
  42. package/dist/configuration.js +44 -0
  43. package/dist/esm/api.d.ts +20 -0
  44. package/dist/esm/api.js +22 -0
  45. package/dist/esm/apis/default-api.d.ts +170 -0
  46. package/dist/esm/apis/default-api.js +259 -0
  47. package/dist/esm/apis/info-api.d.ts +82 -0
  48. package/dist/esm/apis/info-api.js +122 -0
  49. package/dist/esm/apis/manifest-api.d.ts +566 -0
  50. package/dist/esm/apis/manifest-api.js +861 -0
  51. package/dist/esm/apis/my-profile-api.d.ts +70 -0
  52. package/dist/esm/apis/my-profile-api.js +114 -0
  53. package/dist/esm/apis/orgs-api.d.ts +174 -0
  54. package/dist/esm/apis/orgs-api.js +256 -0
  55. package/dist/esm/apis/profile-api.d.ts +191 -0
  56. package/dist/esm/apis/profile-api.js +291 -0
  57. package/dist/esm/apis/site-api.d.ts +111 -0
  58. package/dist/esm/apis/site-api.js +179 -0
  59. package/dist/esm/apis/sites-api.d.ts +126 -0
  60. package/dist/esm/apis/sites-api.js +186 -0
  61. package/dist/esm/apis/sync-api.d.ts +69 -0
  62. package/dist/esm/apis/sync-api.js +113 -0
  63. package/dist/esm/base.d.ts +42 -0
  64. package/dist/esm/base.js +41 -0
  65. package/dist/esm/common.d.ts +34 -0
  66. package/dist/esm/common.js +126 -0
  67. package/dist/esm/configuration.d.ts +98 -0
  68. package/dist/esm/configuration.js +40 -0
  69. package/dist/esm/index.d.ts +14 -0
  70. package/dist/esm/index.js +16 -0
  71. package/dist/esm/models/additional-info.d.ts +21 -0
  72. package/dist/esm/models/additional-info.js +14 -0
  73. package/dist/esm/models/esignature.d.ts +23 -0
  74. package/dist/esm/models/esignature.js +14 -0
  75. package/dist/esm/models/handler-search-site-type-enum.d.ts +21 -0
  76. package/dist/esm/models/handler-search-site-type-enum.js +22 -0
  77. package/dist/esm/models/handler-search.d.ts +16 -0
  78. package/dist/esm/models/handler-search.js +14 -0
  79. package/dist/esm/models/handler.d.ts +28 -0
  80. package/dist/esm/models/handler.js +14 -0
  81. package/dist/esm/models/index.d.ts +34 -0
  82. package/dist/esm/models/index.js +34 -0
  83. package/dist/esm/models/lock-reason-enum.d.ts +20 -0
  84. package/dist/esm/models/lock-reason-enum.js +21 -0
  85. package/dist/esm/models/manifest-phone.d.ts +18 -0
  86. package/dist/esm/models/manifest-phone.js +14 -0
  87. package/dist/esm/models/manifest.d.ts +53 -0
  88. package/dist/esm/models/manifest.js +14 -0
  89. package/dist/esm/models/mtn.d.ts +21 -0
  90. package/dist/esm/models/mtn.js +14 -0
  91. package/dist/esm/models/null-enum.d.ts +13 -0
  92. package/dist/esm/models/null-enum.js +14 -0
  93. package/dist/esm/models/org.d.ts +20 -0
  94. package/dist/esm/models/org.js +14 -0
  95. package/dist/esm/models/paginated-mtn-list.d.ts +18 -0
  96. package/dist/esm/models/paginated-mtn-list.js +14 -0
  97. package/dist/esm/models/paginated-org-list.d.ts +18 -0
  98. package/dist/esm/models/paginated-org-list.js +14 -0
  99. package/dist/esm/models/paginated-site-list.d.ts +18 -0
  100. package/dist/esm/models/paginated-site-list.js +14 -0
  101. package/dist/esm/models/paper-signature.d.ts +18 -0
  102. package/dist/esm/models/paper-signature.js +14 -0
  103. package/dist/esm/models/patched-profile.d.ts +20 -0
  104. package/dist/esm/models/patched-profile.js +14 -0
  105. package/dist/esm/models/patched-rcrainfo-profile.d.ts +24 -0
  106. package/dist/esm/models/patched-rcrainfo-profile.js +14 -0
  107. package/dist/esm/models/profile.d.ts +20 -0
  108. package/dist/esm/models/profile.js +14 -0
  109. package/dist/esm/models/quicker-sign.d.ts +22 -0
  110. package/dist/esm/models/quicker-sign.js +14 -0
  111. package/dist/esm/models/rcra-address.d.ts +27 -0
  112. package/dist/esm/models/rcra-address.js +14 -0
  113. package/dist/esm/models/rcra-contact.d.ts +23 -0
  114. package/dist/esm/models/rcra-contact.js +14 -0
  115. package/dist/esm/models/rcra-phone.d.ts +18 -0
  116. package/dist/esm/models/rcra-phone.js +14 -0
  117. package/dist/esm/models/rcra-site-permission.d.ts +23 -0
  118. package/dist/esm/models/rcra-site-permission.js +14 -0
  119. package/dist/esm/models/rcra-site.d.ts +39 -0
  120. package/dist/esm/models/rcra-site.js +19 -0
  121. package/dist/esm/models/rcrainfo-profile.d.ts +24 -0
  122. package/dist/esm/models/rcrainfo-profile.js +14 -0
  123. package/dist/esm/models/signer.d.ts +26 -0
  124. package/dist/esm/models/signer.js +14 -0
  125. package/dist/esm/models/site-manifest-sync-request.d.ts +14 -0
  126. package/dist/esm/models/site-manifest-sync-request.js +14 -0
  127. package/dist/esm/models/site-manifest-sync-response.d.ts +14 -0
  128. package/dist/esm/models/site-manifest-sync-response.js +14 -0
  129. package/dist/esm/models/site-type-enum.d.ts +21 -0
  130. package/dist/esm/models/site-type-enum.js +22 -0
  131. package/dist/esm/models/site.d.ts +19 -0
  132. package/dist/esm/models/site.js +14 -0
  133. package/dist/esm/models/status-enum.d.ts +26 -0
  134. package/dist/esm/models/status-enum.js +27 -0
  135. package/dist/esm/models/trak-user.d.ts +20 -0
  136. package/dist/esm/models/trak-user.js +14 -0
  137. package/dist/esm/models/transporter.d.ts +27 -0
  138. package/dist/esm/models/transporter.js +14 -0
  139. package/dist/esm/models/waste-line.d.ts +28 -0
  140. package/dist/esm/models/waste-line.js +14 -0
  141. package/dist/index.d.ts +14 -0
  142. package/dist/index.js +32 -0
  143. package/dist/models/additional-info.d.ts +21 -0
  144. package/dist/models/additional-info.js +15 -0
  145. package/dist/models/esignature.d.ts +23 -0
  146. package/dist/models/esignature.js +15 -0
  147. package/dist/models/handler-search-site-type-enum.d.ts +21 -0
  148. package/dist/models/handler-search-site-type-enum.js +25 -0
  149. package/dist/models/handler-search.d.ts +16 -0
  150. package/dist/models/handler-search.js +15 -0
  151. package/dist/models/handler.d.ts +28 -0
  152. package/dist/models/handler.js +15 -0
  153. package/dist/models/index.d.ts +34 -0
  154. package/dist/models/index.js +50 -0
  155. package/dist/models/lock-reason-enum.d.ts +20 -0
  156. package/dist/models/lock-reason-enum.js +24 -0
  157. package/dist/models/manifest-phone.d.ts +18 -0
  158. package/dist/models/manifest-phone.js +15 -0
  159. package/dist/models/manifest.d.ts +53 -0
  160. package/dist/models/manifest.js +15 -0
  161. package/dist/models/mtn.d.ts +21 -0
  162. package/dist/models/mtn.js +15 -0
  163. package/dist/models/null-enum.d.ts +13 -0
  164. package/dist/models/null-enum.js +17 -0
  165. package/dist/models/org.d.ts +20 -0
  166. package/dist/models/org.js +15 -0
  167. package/dist/models/paginated-mtn-list.d.ts +18 -0
  168. package/dist/models/paginated-mtn-list.js +15 -0
  169. package/dist/models/paginated-org-list.d.ts +18 -0
  170. package/dist/models/paginated-org-list.js +15 -0
  171. package/dist/models/paginated-site-list.d.ts +18 -0
  172. package/dist/models/paginated-site-list.js +15 -0
  173. package/dist/models/paper-signature.d.ts +18 -0
  174. package/dist/models/paper-signature.js +15 -0
  175. package/dist/models/patched-profile.d.ts +20 -0
  176. package/dist/models/patched-profile.js +15 -0
  177. package/dist/models/patched-rcrainfo-profile.d.ts +24 -0
  178. package/dist/models/patched-rcrainfo-profile.js +15 -0
  179. package/dist/models/profile.d.ts +20 -0
  180. package/dist/models/profile.js +15 -0
  181. package/dist/models/quicker-sign.d.ts +22 -0
  182. package/dist/models/quicker-sign.js +15 -0
  183. package/dist/models/rcra-address.d.ts +27 -0
  184. package/dist/models/rcra-address.js +15 -0
  185. package/dist/models/rcra-contact.d.ts +23 -0
  186. package/dist/models/rcra-contact.js +15 -0
  187. package/dist/models/rcra-phone.d.ts +18 -0
  188. package/dist/models/rcra-phone.js +15 -0
  189. package/dist/models/rcra-site-permission.d.ts +23 -0
  190. package/dist/models/rcra-site-permission.js +15 -0
  191. package/dist/models/rcra-site.d.ts +39 -0
  192. package/dist/models/rcra-site.js +22 -0
  193. package/dist/models/rcrainfo-profile.d.ts +24 -0
  194. package/dist/models/rcrainfo-profile.js +15 -0
  195. package/dist/models/signer.d.ts +26 -0
  196. package/dist/models/signer.js +15 -0
  197. package/dist/models/site-manifest-sync-request.d.ts +14 -0
  198. package/dist/models/site-manifest-sync-request.js +15 -0
  199. package/dist/models/site-manifest-sync-response.d.ts +14 -0
  200. package/dist/models/site-manifest-sync-response.js +15 -0
  201. package/dist/models/site-type-enum.d.ts +21 -0
  202. package/dist/models/site-type-enum.js +25 -0
  203. package/dist/models/site.d.ts +19 -0
  204. package/dist/models/site.js +15 -0
  205. package/dist/models/status-enum.d.ts +26 -0
  206. package/dist/models/status-enum.js +30 -0
  207. package/dist/models/trak-user.d.ts +20 -0
  208. package/dist/models/trak-user.js +15 -0
  209. package/dist/models/transporter.d.ts +27 -0
  210. package/dist/models/transporter.js +15 -0
  211. package/dist/models/waste-line.d.ts +28 -0
  212. package/dist/models/waste-line.js +15 -0
  213. package/git_push.sh +57 -0
  214. package/index.ts +16 -3
  215. package/models/additional-info.ts +27 -0
  216. package/models/esignature.ts +31 -0
  217. package/models/handler-search-site-type-enum.ts +31 -0
  218. package/models/handler-search.ts +26 -0
  219. package/models/handler.ts +42 -0
  220. package/models/index.ts +34 -50
  221. package/models/lock-reason-enum.ts +30 -0
  222. package/models/manifest-phone.ts +24 -0
  223. package/models/manifest.ts +73 -0
  224. package/models/mtn.ts +31 -0
  225. package/models/null-enum.ts +24 -0
  226. package/models/org.ts +26 -0
  227. package/models/paginated-mtn-list.ts +26 -0
  228. package/models/paginated-org-list.ts +26 -0
  229. package/models/paginated-site-list.ts +26 -0
  230. package/models/paper-signature.ts +24 -0
  231. package/models/patched-profile.ts +28 -0
  232. package/models/patched-rcrainfo-profile.ts +32 -0
  233. package/models/profile.ts +28 -0
  234. package/models/quicker-sign.ts +28 -0
  235. package/models/rcra-address.ts +29 -0
  236. package/models/rcra-contact.ts +31 -0
  237. package/models/rcra-phone.ts +24 -0
  238. package/models/rcra-site-permission.ts +29 -0
  239. package/models/rcra-site.ts +54 -0
  240. package/models/rcrainfo-profile.ts +32 -0
  241. package/models/signer.ts +34 -0
  242. package/models/site-manifest-sync-request.ts +20 -0
  243. package/models/site-manifest-sync-response.ts +20 -0
  244. package/models/site-type-enum.ts +31 -0
  245. package/models/site.ts +27 -0
  246. package/models/status-enum.ts +36 -0
  247. package/models/trak-user.ts +26 -0
  248. package/models/transporter.ts +39 -0
  249. package/models/waste-line.ts +34 -0
  250. package/package.json +26 -10
  251. package/tsconfig.esm.json +7 -0
  252. package/tsconfig.json +18 -0
  253. package/apis/DefaultApi.ts +0 -176
  254. package/apis/InfoApi.ts +0 -80
  255. package/apis/ManifestApi.ts +0 -604
  256. package/apis/MyProfileApi.ts +0 -63
  257. package/apis/OrgsApi.ts +0 -172
  258. package/apis/PegasusApi.ts +0 -336
  259. package/apis/ProfileApi.ts +0 -229
  260. package/apis/SiteApi.ts +0 -108
  261. package/apis/SitesApi.ts +0 -119
  262. package/apis/SyncApi.ts +0 -55
  263. package/apis/TeamsApi.ts +0 -673
  264. package/apis/index.ts +0 -12
  265. package/docs/AdditionalInfo.md +0 -41
  266. package/docs/DefaultApi.md +0 -235
  267. package/docs/ESignature.md +0 -43
  268. package/docs/Handler.md +0 -41
  269. package/docs/HandlerSearch.md +0 -34
  270. package/docs/HandlerSearchSiteTypeEnum.md +0 -31
  271. package/docs/InfoApi.md +0 -81
  272. package/docs/Invitation.md +0 -42
  273. package/docs/LockReasonEnum.md +0 -31
  274. package/docs/Manifest.md +0 -93
  275. package/docs/ManifestApi.md +0 -907
  276. package/docs/ManifestPhone.md +0 -35
  277. package/docs/Membership.md +0 -42
  278. package/docs/Mtn.md +0 -39
  279. package/docs/MyProfileApi.md +0 -73
  280. package/docs/NullEnum.md +0 -30
  281. package/docs/OpenInvitation.md +0 -38
  282. package/docs/Org.md +0 -39
  283. package/docs/OrgsApi.md +0 -232
  284. package/docs/PaginatedInvitationList.md +0 -38
  285. package/docs/PaginatedMtnList.md +0 -38
  286. package/docs/PaginatedOrgList.md +0 -38
  287. package/docs/PaginatedSiteList.md +0 -38
  288. package/docs/PaginatedTeamList.md +0 -38
  289. package/docs/PaperSignature.md +0 -35
  290. package/docs/PatchedInvitation.md +0 -42
  291. package/docs/PatchedProfile.md +0 -35
  292. package/docs/PatchedRcrainfoProfile.md +0 -45
  293. package/docs/PatchedTeam.md +0 -48
  294. package/docs/Price.md +0 -42
  295. package/docs/Profile.md +0 -35
  296. package/docs/ProfileApi.md +0 -241
  297. package/docs/QuickerSign.md +0 -43
  298. package/docs/RcraAddress.md +0 -45
  299. package/docs/RcraContact.md +0 -43
  300. package/docs/RcraPhone.md +0 -35
  301. package/docs/RcraSite.md +0 -57
  302. package/docs/RcraSitePermission.md +0 -45
  303. package/docs/RcraSiteSiteTypeEnum.md +0 -31
  304. package/docs/RcrainfoProfile.md +0 -45
  305. package/docs/RoleEnum.md +0 -31
  306. package/docs/Signer.md +0 -49
  307. package/docs/Site.md +0 -35
  308. package/docs/SiteApi.md +0 -147
  309. package/docs/SiteManifestSyncRequest.md +0 -32
  310. package/docs/SiteManifestSyncResponse.md +0 -32
  311. package/docs/SitesApi.md +0 -155
  312. package/docs/StatusC23Enum.md +0 -31
  313. package/docs/Subscription.md +0 -51
  314. package/docs/SubscriptionItem.md +0 -36
  315. package/docs/SubscriptionStatusEnum.md +0 -31
  316. package/docs/SyncApi.md +0 -73
  317. package/docs/Team.md +0 -48
  318. package/docs/TeamsApi.md +0 -965
  319. package/docs/TrakUser.md +0 -43
  320. package/docs/Transporter.md +0 -41
  321. package/docs/UserInvitationsResponse.md +0 -32
  322. package/docs/WasteLine.md +0 -55
  323. package/models/AdditionalInfo.ts +0 -96
  324. package/models/AggregateEmployeeData.ts +0 -83
  325. package/models/DepartmentEnum.ts +0 -59
  326. package/models/ESignature.ts +0 -112
  327. package/models/Employee.ts +0 -125
  328. package/models/Handler.ts +0 -126
  329. package/models/HandlerSearch.ts +0 -84
  330. package/models/HandlerSearchSiteTypeEnum.ts +0 -57
  331. package/models/Invitation.ts +0 -116
  332. package/models/LockReasonEnum.ts +0 -55
  333. package/models/Manifest.ts +0 -353
  334. package/models/ManifestPhone.ts +0 -73
  335. package/models/Membership.ts +0 -115
  336. package/models/Mtn.ts +0 -98
  337. package/models/NullEnum.ts +0 -50
  338. package/models/OpenInvitation.ts +0 -88
  339. package/models/Org.ts +0 -88
  340. package/models/PaginatedEmployeeList.ts +0 -98
  341. package/models/PaginatedInvitationList.ts +0 -98
  342. package/models/PaginatedMtnList.ts +0 -98
  343. package/models/PaginatedOrgList.ts +0 -98
  344. package/models/PaginatedSiteList.ts +0 -98
  345. package/models/PaginatedTeamList.ts +0 -98
  346. package/models/PaperSignature.ts +0 -74
  347. package/models/PatchedEmployee.ts +0 -118
  348. package/models/PatchedInvitation.ts +0 -112
  349. package/models/PatchedProfile.ts +0 -79
  350. package/models/PatchedRcrainfoProfile.ts +0 -119
  351. package/models/PatchedTeam.ts +0 -143
  352. package/models/Price.ts +0 -106
  353. package/models/Profile.ts +0 -80
  354. package/models/QuickerSign.ts +0 -108
  355. package/models/RcraAddress.ts +0 -113
  356. package/models/RcraContact.ts +0 -112
  357. package/models/RcraPhone.ts +0 -73
  358. package/models/RcraSite.ts +0 -200
  359. package/models/RcraSitePermission.ts +0 -121
  360. package/models/RcraSiteSiteTypeEnum.ts +0 -57
  361. package/models/RcrainfoProfile.ts +0 -120
  362. package/models/RoleEnum.ts +0 -53
  363. package/models/Signer.ts +0 -136
  364. package/models/Site.ts +0 -81
  365. package/models/SiteManifestSyncRequest.ts +0 -65
  366. package/models/SiteManifestSyncResponse.ts +0 -65
  367. package/models/StatusC23Enum.ts +0 -67
  368. package/models/StatusEnum.ts +0 -63
  369. package/models/Subscription.ts +0 -168
  370. package/models/SubscriptionItem.ts +0 -90
  371. package/models/SubscriptionStatusEnum.ts +0 -63
  372. package/models/Team.ts +0 -151
  373. package/models/TrakUser.ts +0 -106
  374. package/models/Transporter.ts +0 -120
  375. package/models/UserInvitationsResponse.ts +0 -73
  376. package/models/WasteLine.ts +0 -157
  377. package/runtime.ts +0 -432
@@ -0,0 +1,18 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * ManifestPhone model serializer for JSON marshalling/unmarshalling.
14
+ */
15
+ export interface RcraPhone {
16
+ 'number': string;
17
+ 'extension'?: string;
18
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,23 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * RcrainfoSiteAccess model serializer. We use this internally because it\'s easier to handle, Using consistent naming, we have a separate serializer for user permissions from RCRAInfo.
14
+ */
15
+ export interface RcraSitePermission {
16
+ 'epaSiteId': string;
17
+ 'siteManagement': boolean;
18
+ 'annualReport': string;
19
+ 'biennialReport': string;
20
+ 'eManifest': string;
21
+ 'WIETS': string;
22
+ 'myRCRAid': string;
23
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,39 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RcraAddress } from './rcra-address';
13
+ import type { RcraContact } from './rcra-contact';
14
+ import type { RcraPhone } from './rcra-phone';
15
+ /**
16
+ * RcraSite model serializer for JSON marshalling/unmarshalling.
17
+ */
18
+ export interface RcraSite {
19
+ 'epaSiteId': string;
20
+ 'siteType'?: RcraSiteSiteTypeEnum | null;
21
+ 'modified'?: boolean | null;
22
+ 'name': string;
23
+ 'siteAddress': RcraAddress;
24
+ 'mailingAddress': RcraAddress;
25
+ 'contact': RcraContact;
26
+ 'emergencyPhone'?: RcraPhone | null;
27
+ 'registered'?: boolean | null;
28
+ 'limitedEsign'?: boolean | null;
29
+ 'canEsign'?: boolean | null;
30
+ 'hasRegisteredEmanifestUser'?: boolean | null;
31
+ 'gisPrimary'?: boolean | null;
32
+ }
33
+ export declare const RcraSiteSiteTypeEnum: {
34
+ readonly Generator: "Generator";
35
+ readonly Transporter: "Transporter";
36
+ readonly Tsdf: "Tsdf";
37
+ readonly Broker: "Broker";
38
+ };
39
+ export type RcraSiteSiteTypeEnum = typeof RcraSiteSiteTypeEnum[keyof typeof RcraSiteSiteTypeEnum];
@@ -0,0 +1,19 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export const RcraSiteSiteTypeEnum = {
15
+ Generator: 'Generator',
16
+ Transporter: 'Transporter',
17
+ Tsdf: 'Tsdf',
18
+ Broker: 'Broker'
19
+ };
@@ -0,0 +1,24 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RcraSitePermission } from './rcra-site-permission';
13
+ /**
14
+ * Model serializer for marshalling/unmarshalling a user\'s RcrainfoProfile.
15
+ */
16
+ export interface RcrainfoProfile {
17
+ 'user': string;
18
+ 'rcraAPIID'?: string | null;
19
+ 'rcraAPIKey'?: string | null;
20
+ 'rcraUsername'?: string;
21
+ 'rcraSites'?: Array<RcraSitePermission>;
22
+ 'phoneNumber'?: string;
23
+ 'apiUser'?: boolean;
24
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,26 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RcraPhone } from './rcra-phone';
13
+ /**
14
+ * Serializer for EPA Signer Object.
15
+ */
16
+ export interface Signer {
17
+ 'userId'?: string;
18
+ 'firstName'?: string;
19
+ 'middleInitial'?: string;
20
+ 'lastName'?: string;
21
+ 'phone'?: RcraPhone;
22
+ 'email'?: string;
23
+ 'contactType'?: string;
24
+ 'companyName'?: string;
25
+ 'signerRole'?: string;
26
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface SiteManifestSyncRequest {
13
+ 'siteId': string;
14
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface SiteManifestSyncResponse {
13
+ 'task': string;
14
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,21 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * * `Generator` - Generator * `Transporter` - Transporter * `Tsdf` - Tsdf * `Broker` - Broker
14
+ */
15
+ export declare const SiteTypeEnum: {
16
+ readonly Generator: "Generator";
17
+ readonly Transporter: "Transporter";
18
+ readonly Tsdf: "Tsdf";
19
+ readonly Broker: "Broker";
20
+ };
21
+ export type SiteTypeEnum = typeof SiteTypeEnum[keyof typeof SiteTypeEnum];
@@ -0,0 +1,22 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * * `Generator` - Generator * `Transporter` - Transporter * `Tsdf` - Tsdf * `Broker` - Broker
16
+ */
17
+ export const SiteTypeEnum = {
18
+ Generator: 'Generator',
19
+ Transporter: 'Transporter',
20
+ Tsdf: 'Tsdf',
21
+ Broker: 'Broker'
22
+ };
@@ -0,0 +1,19 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { RcraSite } from './rcra-site';
13
+ /**
14
+ * Site model serializer for JSON marshalling/unmarshalling.
15
+ */
16
+ export interface Site {
17
+ 'name'?: string;
18
+ 'handler': RcraSite;
19
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,26 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * * `NotAssigned` - Not Assigned * `Pending` - Pending * `Scheduled` - Scheduled * `InTransit` - In Transit * `ReadyForSignature` - Ready for Signature * `Signed` - Signed * `Corrected` - Corrected * `UnderCorrection` - Under Correction * `MtnValidationFailed` - MTN Validation Failed
14
+ */
15
+ export declare const StatusEnum: {
16
+ readonly NotAssigned: "NotAssigned";
17
+ readonly Pending: "Pending";
18
+ readonly Scheduled: "Scheduled";
19
+ readonly InTransit: "InTransit";
20
+ readonly ReadyForSignature: "ReadyForSignature";
21
+ readonly Signed: "Signed";
22
+ readonly Corrected: "Corrected";
23
+ readonly UnderCorrection: "UnderCorrection";
24
+ readonly MtnValidationFailed: "MtnValidationFailed";
25
+ };
26
+ export type StatusEnum = typeof StatusEnum[keyof typeof StatusEnum];
@@ -0,0 +1,27 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ /**
15
+ * * `NotAssigned` - Not Assigned * `Pending` - Pending * `Scheduled` - Scheduled * `InTransit` - In Transit * `ReadyForSignature` - Ready for Signature * `Signed` - Signed * `Corrected` - Corrected * `UnderCorrection` - Under Correction * `MtnValidationFailed` - MTN Validation Failed
16
+ */
17
+ export const StatusEnum = {
18
+ NotAssigned: 'NotAssigned',
19
+ Pending: 'Pending',
20
+ Scheduled: 'Scheduled',
21
+ InTransit: 'InTransit',
22
+ ReadyForSignature: 'ReadyForSignature',
23
+ Signed: 'Signed',
24
+ Corrected: 'Corrected',
25
+ UnderCorrection: 'UnderCorrection',
26
+ MtnValidationFailed: 'MtnValidationFailed'
27
+ };
@@ -0,0 +1,20 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Basic serializer to pass TrakUser details to the front end. Extend with any fields your app needs.
14
+ */
15
+ export interface TrakUser {
16
+ 'id': string;
17
+ 'firstName': string;
18
+ 'lastName': string;
19
+ 'email': string;
20
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,27 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { ESignature } from './esignature';
13
+ import type { PaperSignature } from './paper-signature';
14
+ import type { RcraSite } from './rcra-site';
15
+ /**
16
+ * Transporter model serializer for JSON marshalling/unmarshalling.
17
+ */
18
+ export interface Transporter {
19
+ 'rcra_site': RcraSite;
20
+ 'order': number;
21
+ 'paperSignatureInfo'?: PaperSignature;
22
+ 'electronicSignaturesInfo'?: Array<ESignature>;
23
+ /**
24
+ * Returns True if one of the signature types is present.
25
+ */
26
+ 'signed': boolean;
27
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,28 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Waste Line model serializer for interfacing with RCRAInfo.
14
+ */
15
+ export interface WasteLine {
16
+ 'lineNumber': number;
17
+ 'dotHazardous': boolean;
18
+ 'dotInformation'?: any;
19
+ 'quantity'?: any;
20
+ 'hazardousWaste'?: any;
21
+ 'br': boolean;
22
+ 'brInfo'?: any;
23
+ 'managementMethod'?: any;
24
+ 'pcb': boolean;
25
+ 'pcbInfos'?: any;
26
+ 'discrepancyResidueInfo'?: any;
27
+ 'epaWaste': boolean;
28
+ }
@@ -0,0 +1,14 @@
1
+ /* tslint:disable */
2
+ /* eslint-disable */
3
+ /**
4
+ * trak
5
+ * Hazardous waste tracking application
6
+ *
7
+ * The version of the OpenAPI document: 0.1.1
8
+ *
9
+ *
10
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
11
+ * https://openapi-generator.tech
12
+ * Do not edit the class manually.
13
+ */
14
+ export {};
@@ -0,0 +1,14 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ export * from "./api";
13
+ export * from "./configuration";
14
+ export * from "./models";
package/dist/index.js ADDED
@@ -0,0 +1,32 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * trak
6
+ * Hazardous waste tracking application
7
+ *
8
+ * The version of the OpenAPI document: 0.1.1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
16
+ if (k2 === undefined) k2 = k;
17
+ var desc = Object.getOwnPropertyDescriptor(m, k);
18
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
19
+ desc = { enumerable: true, get: function() { return m[k]; } };
20
+ }
21
+ Object.defineProperty(o, k2, desc);
22
+ }) : (function(o, m, k, k2) {
23
+ if (k2 === undefined) k2 = k;
24
+ o[k2] = m[k];
25
+ }));
26
+ var __exportStar = (this && this.__exportStar) || function(m, exports) {
27
+ for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
28
+ };
29
+ Object.defineProperty(exports, "__esModule", { value: true });
30
+ __exportStar(require("./api"), exports);
31
+ __exportStar(require("./configuration"), exports);
32
+ __exportStar(require("./models"), exports);
@@ -0,0 +1,21 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ /**
13
+ * Additional Info serializer.
14
+ */
15
+ export interface AdditionalInfo {
16
+ 'originalManifestTrackingNumbers'?: any | null;
17
+ 'newManifestDestination'?: string | null;
18
+ 'consentNumber'?: string | null;
19
+ 'comments'?: any;
20
+ 'handlingInstructions'?: string;
21
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * trak
6
+ * Hazardous waste tracking application
7
+ *
8
+ * The version of the OpenAPI document: 0.1.1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });
@@ -0,0 +1,23 @@
1
+ /**
2
+ * trak
3
+ * Hazardous waste tracking application
4
+ *
5
+ * The version of the OpenAPI document: 0.1.1
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9
+ * https://openapi-generator.tech
10
+ * Do not edit the class manually.
11
+ */
12
+ import type { Signer } from './signer';
13
+ /**
14
+ * Serializer for Electronic Signature on manifest.
15
+ */
16
+ export interface ESignature {
17
+ 'signer'?: Signer;
18
+ 'cromerrActivityId'?: string;
19
+ 'cromerrDocumentId'?: string;
20
+ 'signatureDate'?: string;
21
+ 'onBehalf'?: boolean;
22
+ 'order'?: number;
23
+ }
@@ -0,0 +1,15 @@
1
+ "use strict";
2
+ /* tslint:disable */
3
+ /* eslint-disable */
4
+ /**
5
+ * trak
6
+ * Hazardous waste tracking application
7
+ *
8
+ * The version of the OpenAPI document: 0.1.1
9
+ *
10
+ *
11
+ * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
12
+ * https://openapi-generator.tech
13
+ * Do not edit the class manually.
14
+ */
15
+ Object.defineProperty(exports, "__esModule", { value: true });