@thunkier/thunkmetrc-wrapper 0.2.2 → 0.3.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 (590) hide show
  1. package/README.md +67 -0
  2. package/dist/client/src/index.d.ts +2042 -0
  3. package/dist/client/src/index.js +4652 -0
  4. package/dist/wrapper/src/Factory.d.ts +13 -0
  5. package/dist/wrapper/src/Factory.js +27 -0
  6. package/dist/{RateLimiter.js → wrapper/src/RateLimiter.js} +33 -10
  7. package/dist/wrapper/src/Utils.d.ts +3 -0
  8. package/dist/wrapper/src/Utils.js +67 -0
  9. package/dist/wrapper/src/index.d.ts +87 -0
  10. package/dist/wrapper/src/index.js +110 -0
  11. package/dist/wrapper/src/models/ActiveDeliveriesRetailer.d.ts +32 -0
  12. package/dist/wrapper/src/models/ActiveDeliveriesRetailer.js +2 -0
  13. package/dist/wrapper/src/models/ActiveDelivery.d.ts +50 -0
  14. package/dist/wrapper/src/models/ActiveDelivery.js +2 -0
  15. package/dist/wrapper/src/models/ActiveJobType.d.ts +12 -0
  16. package/dist/wrapper/src/models/ActiveJobType.js +2 -0
  17. package/dist/wrapper/src/models/ActiveReceipt.d.ts +19 -0
  18. package/dist/wrapper/src/models/ActiveReceipt.js +2 -0
  19. package/dist/wrapper/src/models/Additive.d.ts +17 -0
  20. package/dist/wrapper/src/models/Additive.js +2 -0
  21. package/dist/wrapper/src/models/AdditivesTemplate.d.ts +18 -0
  22. package/dist/wrapper/src/models/AdditivesTemplate.js +2 -0
  23. package/dist/wrapper/src/models/AdditivesTemplateActiveIngredientsItem.d.ts +4 -0
  24. package/dist/wrapper/src/models/AdditivesTemplateActiveIngredientsItem.js +2 -0
  25. package/dist/wrapper/src/models/AdjustReason.d.ts +7 -0
  26. package/dist/wrapper/src/models/AdjustReason.js +2 -0
  27. package/dist/wrapper/src/models/Adjustment.d.ts +15 -0
  28. package/dist/wrapper/src/models/Adjustment.js +2 -0
  29. package/dist/wrapper/src/models/Allotment.d.ts +5 -0
  30. package/dist/wrapper/src/models/Allotment.js +2 -0
  31. package/dist/wrapper/src/models/Batch.d.ts +11 -0
  32. package/dist/wrapper/src/models/Batch.js +2 -0
  33. package/dist/wrapper/src/models/Brand.d.ts +5 -0
  34. package/dist/wrapper/src/models/Brand.js +2 -0
  35. package/dist/wrapper/src/models/CaregiversStatus.d.ts +5 -0
  36. package/dist/wrapper/src/models/CaregiversStatus.js +2 -0
  37. package/dist/wrapper/src/models/Category.d.ts +40 -0
  38. package/dist/wrapper/src/models/Category.js +2 -0
  39. package/dist/wrapper/src/models/County.d.ts +4 -0
  40. package/dist/wrapper/src/models/County.js +2 -0
  41. package/dist/wrapper/src/models/CreateAdditivesByLocationRequestItem.d.ts +13 -0
  42. package/dist/wrapper/src/models/CreateAdditivesByLocationRequestItem.js +2 -0
  43. package/dist/wrapper/src/models/CreateAdditivesByLocationRequestItemActiveIngredientsItem.d.ts +4 -0
  44. package/dist/wrapper/src/models/CreateAdditivesByLocationRequestItemActiveIngredientsItem.js +2 -0
  45. package/dist/wrapper/src/models/CreateAdditivesByLocationUsingTemplateRequestItem.d.ts +10 -0
  46. package/dist/wrapper/src/models/CreateAdditivesByLocationUsingTemplateRequestItem.js +2 -0
  47. package/dist/wrapper/src/models/CreateAdditivesTemplatesRequestItem.d.ts +12 -0
  48. package/dist/wrapper/src/models/CreateAdditivesTemplatesRequestItem.js +2 -0
  49. package/dist/wrapper/src/models/CreateAdditivesTemplatesRequestItemActiveIngredientsItem.d.ts +4 -0
  50. package/dist/wrapper/src/models/CreateAdditivesTemplatesRequestItemActiveIngredientsItem.js +2 -0
  51. package/dist/wrapper/src/models/CreateAdjustPackagesRequestItem.d.ts +8 -0
  52. package/dist/wrapper/src/models/CreateAdjustPackagesRequestItem.js +2 -0
  53. package/dist/wrapper/src/models/CreateAdjustPlantBatchesRequestItem.d.ts +7 -0
  54. package/dist/wrapper/src/models/CreateAdjustPlantBatchesRequestItem.js +2 -0
  55. package/dist/wrapper/src/models/CreateAdjustProcessingJobRequestItem.d.ts +10 -0
  56. package/dist/wrapper/src/models/CreateAdjustProcessingJobRequestItem.js +2 -0
  57. package/dist/wrapper/src/models/CreateAdjustProcessingJobRequestItemPackagesItem.d.ts +5 -0
  58. package/dist/wrapper/src/models/CreateAdjustProcessingJobRequestItemPackagesItem.js +2 -0
  59. package/dist/wrapper/src/models/CreateAssociateRequestItem.d.ts +4 -0
  60. package/dist/wrapper/src/models/CreateAssociateRequestItem.js +2 -0
  61. package/dist/wrapper/src/models/CreateBrandRequestItem.d.ts +3 -0
  62. package/dist/wrapper/src/models/CreateBrandRequestItem.js +2 -0
  63. package/dist/wrapper/src/models/CreateDeliveriesRequestItem.d.ts +26 -0
  64. package/dist/wrapper/src/models/CreateDeliveriesRequestItem.js +2 -0
  65. package/dist/wrapper/src/models/CreateDeliveriesRequestItemTransactionsItem.d.ts +21 -0
  66. package/dist/wrapper/src/models/CreateDeliveriesRequestItemTransactionsItem.js +2 -0
  67. package/dist/wrapper/src/models/CreateDeliveriesRetailerDepartRequestItem.d.ts +3 -0
  68. package/dist/wrapper/src/models/CreateDeliveriesRetailerDepartRequestItem.js +2 -0
  69. package/dist/wrapper/src/models/CreateDeliveriesRetailerEndRequestItem.d.ts +5 -0
  70. package/dist/wrapper/src/models/CreateDeliveriesRetailerEndRequestItem.js +2 -0
  71. package/dist/wrapper/src/models/CreateDeliveriesRetailerEndRequestItemPackagesItem.d.ts +5 -0
  72. package/dist/wrapper/src/models/CreateDeliveriesRetailerEndRequestItemPackagesItem.js +2 -0
  73. package/dist/wrapper/src/models/CreateDeliveriesRetailerRestockRequestItem.d.ts +7 -0
  74. package/dist/wrapper/src/models/CreateDeliveriesRetailerRestockRequestItem.js +2 -0
  75. package/dist/wrapper/src/models/CreateDeliveriesRetailerRestockRequestItemPackagesItem.d.ts +7 -0
  76. package/dist/wrapper/src/models/CreateDeliveriesRetailerRestockRequestItemPackagesItem.js +2 -0
  77. package/dist/wrapper/src/models/CreateDriversRequestItem.d.ts +5 -0
  78. package/dist/wrapper/src/models/CreateDriversRequestItem.js +2 -0
  79. package/dist/wrapper/src/models/CreateFileRequestItem.d.ts +4 -0
  80. package/dist/wrapper/src/models/CreateFileRequestItem.js +2 -0
  81. package/dist/wrapper/src/models/CreateGenerateRequest.d.ts +4 -0
  82. package/dist/wrapper/src/models/CreateGenerateRequest.js +2 -0
  83. package/dist/wrapper/src/models/CreateGrowthPhaseRequestItem.d.ts +10 -0
  84. package/dist/wrapper/src/models/CreateGrowthPhaseRequestItem.js +2 -0
  85. package/dist/wrapper/src/models/CreateHarvestsPackagesRequestItem.d.ts +30 -0
  86. package/dist/wrapper/src/models/CreateHarvestsPackagesRequestItem.js +2 -0
  87. package/dist/wrapper/src/models/CreateHarvestsPackagesRequestItemIngredientsItem.d.ts +6 -0
  88. package/dist/wrapper/src/models/CreateHarvestsPackagesRequestItemIngredientsItem.js +2 -0
  89. package/dist/wrapper/src/models/CreateHarvestsWasteRequestItem.d.ts +7 -0
  90. package/dist/wrapper/src/models/CreateHarvestsWasteRequestItem.js +2 -0
  91. package/dist/wrapper/src/models/CreateHubArriveRequestItem.d.ts +4 -0
  92. package/dist/wrapper/src/models/CreateHubArriveRequestItem.js +2 -0
  93. package/dist/wrapper/src/models/CreateHubCheckinRequestItem.d.ts +4 -0
  94. package/dist/wrapper/src/models/CreateHubCheckinRequestItem.js +2 -0
  95. package/dist/wrapper/src/models/CreateHubCheckoutRequestItem.d.ts +4 -0
  96. package/dist/wrapper/src/models/CreateHubCheckoutRequestItem.js +2 -0
  97. package/dist/wrapper/src/models/CreateHubDepartRequestItem.d.ts +4 -0
  98. package/dist/wrapper/src/models/CreateHubDepartRequestItem.js +2 -0
  99. package/dist/wrapper/src/models/CreateIncomingExternalRequestItem.d.ts +19 -0
  100. package/dist/wrapper/src/models/CreateIncomingExternalRequestItem.js +2 -0
  101. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItem.d.ts +12 -0
  102. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItem.js +2 -0
  103. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemPackagesItem.d.ts +14 -0
  104. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemPackagesItem.js +2 -0
  105. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemTransportersItem.d.ts +15 -0
  106. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemTransportersItem.js +2 -0
  107. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemTransportersItemTransporterDetailsItem.d.ts +9 -0
  108. package/dist/wrapper/src/models/CreateIncomingExternalRequestItemDestinationsItemTransportersItemTransporterDetailsItem.js +2 -0
  109. package/dist/wrapper/src/models/CreateItemsRequestItem.d.ts +49 -0
  110. package/dist/wrapper/src/models/CreateItemsRequestItem.js +2 -0
  111. package/dist/wrapper/src/models/CreateJobTypesRequestItem.d.ts +7 -0
  112. package/dist/wrapper/src/models/CreateJobTypesRequestItem.js +2 -0
  113. package/dist/wrapper/src/models/CreateLocationsRequestItem.d.ts +4 -0
  114. package/dist/wrapper/src/models/CreateLocationsRequestItem.js +2 -0
  115. package/dist/wrapper/src/models/CreateManicureRequestItem.d.ts +11 -0
  116. package/dist/wrapper/src/models/CreateManicureRequestItem.js +2 -0
  117. package/dist/wrapper/src/models/CreateMergeRequest.d.ts +3 -0
  118. package/dist/wrapper/src/models/CreateMergeRequest.js +2 -0
  119. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItem.d.ts +12 -0
  120. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItem.js +2 -0
  121. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItem.d.ts +10 -0
  122. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItem.js +2 -0
  123. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemPackagesItem.d.ts +6 -0
  124. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemPackagesItem.js +2 -0
  125. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemTransportersItem.d.ts +15 -0
  126. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemTransportersItem.js +2 -0
  127. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemTransportersItemTransporterDetailsItem.d.ts +9 -0
  128. package/dist/wrapper/src/models/CreateOutgoingTemplatesRequestItemDestinationsItemTransportersItemTransporterDetailsItem.js +2 -0
  129. package/dist/wrapper/src/models/CreatePackagesFromMotherPlantRequestItem.d.ts +17 -0
  130. package/dist/wrapper/src/models/CreatePackagesFromMotherPlantRequestItem.js +2 -0
  131. package/dist/wrapper/src/models/CreatePackagesInfoRequest.d.ts +3 -0
  132. package/dist/wrapper/src/models/CreatePackagesInfoRequest.js +2 -0
  133. package/dist/wrapper/src/models/CreatePackagesPackagesRequestItem.d.ts +25 -0
  134. package/dist/wrapper/src/models/CreatePackagesPackagesRequestItem.js +2 -0
  135. package/dist/wrapper/src/models/CreatePackagesPackagesRequestItemIngredientsItem.d.ts +5 -0
  136. package/dist/wrapper/src/models/CreatePackagesPackagesRequestItemIngredientsItem.js +2 -0
  137. package/dist/wrapper/src/models/CreatePackagesPlantingsRequestItem.d.ts +14 -0
  138. package/dist/wrapper/src/models/CreatePackagesPlantingsRequestItem.js +2 -0
  139. package/dist/wrapper/src/models/CreatePackagesTestingRequestItem.d.ts +30 -0
  140. package/dist/wrapper/src/models/CreatePackagesTestingRequestItem.js +2 -0
  141. package/dist/wrapper/src/models/CreatePackagesTestingRequestItemIngredientsItem.d.ts +6 -0
  142. package/dist/wrapper/src/models/CreatePackagesTestingRequestItemIngredientsItem.js +2 -0
  143. package/dist/wrapper/src/models/CreatePatientCheckInsRequestItem.d.ts +7 -0
  144. package/dist/wrapper/src/models/CreatePatientCheckInsRequestItem.js +2 -0
  145. package/dist/wrapper/src/models/CreatePatientsRequestItem.d.ts +15 -0
  146. package/dist/wrapper/src/models/CreatePatientsRequestItem.js +2 -0
  147. package/dist/wrapper/src/models/CreatePhotoRequestItem.d.ts +4 -0
  148. package/dist/wrapper/src/models/CreatePhotoRequestItem.js +2 -0
  149. package/dist/wrapper/src/models/CreatePlantBatchPackagesRequestItem.d.ts +14 -0
  150. package/dist/wrapper/src/models/CreatePlantBatchPackagesRequestItem.js +2 -0
  151. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesRequestItem.d.ts +12 -0
  152. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesRequestItem.js +2 -0
  153. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesRequestItemActiveIngredientsItem.d.ts +4 -0
  154. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesRequestItemActiveIngredientsItem.js +2 -0
  155. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesUsingTemplateRequestItem.d.ts +9 -0
  156. package/dist/wrapper/src/models/CreatePlantBatchesAdditivesUsingTemplateRequestItem.js +2 -0
  157. package/dist/wrapper/src/models/CreatePlantBatchesPackagesRequestItem.d.ts +17 -0
  158. package/dist/wrapper/src/models/CreatePlantBatchesPackagesRequestItem.js +2 -0
  159. package/dist/wrapper/src/models/CreatePlantBatchesPlantingsRequestItem.d.ts +11 -0
  160. package/dist/wrapper/src/models/CreatePlantBatchesPlantingsRequestItem.js +2 -0
  161. package/dist/wrapper/src/models/CreatePlantBatchesWasteRequestItem.d.ts +10 -0
  162. package/dist/wrapper/src/models/CreatePlantBatchesWasteRequestItem.js +2 -0
  163. package/dist/wrapper/src/models/CreatePlantsAdditivesRequestItem.d.ts +12 -0
  164. package/dist/wrapper/src/models/CreatePlantsAdditivesRequestItem.js +2 -0
  165. package/dist/wrapper/src/models/CreatePlantsAdditivesRequestItemActiveIngredientsItem.d.ts +4 -0
  166. package/dist/wrapper/src/models/CreatePlantsAdditivesRequestItemActiveIngredientsItem.js +2 -0
  167. package/dist/wrapper/src/models/CreatePlantsAdditivesUsingTemplateRequestItem.d.ts +9 -0
  168. package/dist/wrapper/src/models/CreatePlantsAdditivesUsingTemplateRequestItem.js +2 -0
  169. package/dist/wrapper/src/models/CreatePlantsPlantingsRequestItem.d.ts +11 -0
  170. package/dist/wrapper/src/models/CreatePlantsPlantingsRequestItem.js +2 -0
  171. package/dist/wrapper/src/models/CreatePlantsWasteRequestItem.d.ts +12 -0
  172. package/dist/wrapper/src/models/CreatePlantsWasteRequestItem.js +2 -0
  173. package/dist/wrapper/src/models/CreateProcessingJobPackagesRequestItem.d.ts +26 -0
  174. package/dist/wrapper/src/models/CreateProcessingJobPackagesRequestItem.js +2 -0
  175. package/dist/wrapper/src/models/CreateReceiptsRequestItem.d.ts +10 -0
  176. package/dist/wrapper/src/models/CreateReceiptsRequestItem.js +2 -0
  177. package/dist/wrapper/src/models/CreateReceiptsRequestItemTransactionsItem.d.ts +21 -0
  178. package/dist/wrapper/src/models/CreateReceiptsRequestItemTransactionsItem.js +2 -0
  179. package/dist/wrapper/src/models/CreateRecordRequestItem.d.ts +7 -0
  180. package/dist/wrapper/src/models/CreateRecordRequestItem.js +2 -0
  181. package/dist/wrapper/src/models/CreateRecordRequestItemResultsItem.d.ts +6 -0
  182. package/dist/wrapper/src/models/CreateRecordRequestItemResultsItem.js +2 -0
  183. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItem.d.ts +13 -0
  184. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItem.js +2 -0
  185. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemDestinationsItem.d.ts +15 -0
  186. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemDestinationsItem.js +2 -0
  187. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemDestinationsItemTransactionsItem.d.ts +21 -0
  188. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemDestinationsItemTransactionsItem.js +2 -0
  189. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemPackagesItem.d.ts +7 -0
  190. package/dist/wrapper/src/models/CreateSalesDeliveriesRetailerRequestItemPackagesItem.js +2 -0
  191. package/dist/wrapper/src/models/CreateSplitRequestItem.d.ts +10 -0
  192. package/dist/wrapper/src/models/CreateSplitRequestItem.js +2 -0
  193. package/dist/wrapper/src/models/CreateStrainsRequestItem.d.ts +8 -0
  194. package/dist/wrapper/src/models/CreateStrainsRequestItem.js +2 -0
  195. package/dist/wrapper/src/models/CreateSublocationsRequestItem.d.ts +3 -0
  196. package/dist/wrapper/src/models/CreateSublocationsRequestItem.js +2 -0
  197. package/dist/wrapper/src/models/CreateTestingRequestItem.d.ts +25 -0
  198. package/dist/wrapper/src/models/CreateTestingRequestItem.js +2 -0
  199. package/dist/wrapper/src/models/CreateTestingRequestItemIngredientsItem.d.ts +5 -0
  200. package/dist/wrapper/src/models/CreateTestingRequestItemIngredientsItem.js +2 -0
  201. package/dist/wrapper/src/models/CreateVehiclesRequestItem.d.ts +5 -0
  202. package/dist/wrapper/src/models/CreateVehiclesRequestItem.js +2 -0
  203. package/dist/wrapper/src/models/DeletePlantBatchesRequestItem.d.ts +11 -0
  204. package/dist/wrapper/src/models/DeletePlantBatchesRequestItem.js +2 -0
  205. package/dist/wrapper/src/models/DeletePlantsRequestItem.d.ts +12 -0
  206. package/dist/wrapper/src/models/DeletePlantsRequestItem.js +2 -0
  207. package/dist/wrapper/src/models/DeliveriesReturnReason.d.ts +7 -0
  208. package/dist/wrapper/src/models/DeliveriesReturnReason.js +2 -0
  209. package/dist/wrapper/src/models/DeliveryPackage.d.ts +66 -0
  210. package/dist/wrapper/src/models/DeliveryPackage.js +2 -0
  211. package/dist/wrapper/src/models/DeliveryPackageRequiredlabtestbatch.d.ts +5 -0
  212. package/dist/wrapper/src/models/DeliveryPackageRequiredlabtestbatch.js +2 -0
  213. package/dist/wrapper/src/models/DeliveryPackageWholesale.d.ts +6 -0
  214. package/dist/wrapper/src/models/DeliveryPackageWholesale.js +2 -0
  215. package/dist/wrapper/src/models/DeliveryRetailer.d.ts +34 -0
  216. package/dist/wrapper/src/models/DeliveryRetailer.js +2 -0
  217. package/dist/wrapper/src/models/DeliveryTransporter.d.ts +6 -0
  218. package/dist/wrapper/src/models/DeliveryTransporter.js +2 -0
  219. package/dist/wrapper/src/models/DeliveryTransporterDetail.d.ts +11 -0
  220. package/dist/wrapper/src/models/DeliveryTransporterDetail.js +2 -0
  221. package/dist/wrapper/src/models/Employee.d.ts +8 -0
  222. package/dist/wrapper/src/models/Employee.js +2 -0
  223. package/dist/wrapper/src/models/EmployeeLicense.d.ts +7 -0
  224. package/dist/wrapper/src/models/EmployeeLicense.js +2 -0
  225. package/dist/wrapper/src/models/Facility.d.ts +21 -0
  226. package/dist/wrapper/src/models/Facility.js +2 -0
  227. package/dist/wrapper/src/models/FacilityFacilityType.d.ts +96 -0
  228. package/dist/wrapper/src/models/FacilityFacilityType.js +2 -0
  229. package/dist/wrapper/src/models/FacilityLicense.d.ts +7 -0
  230. package/dist/wrapper/src/models/FacilityLicense.js +2 -0
  231. package/dist/wrapper/src/models/File.d.ts +5 -0
  232. package/dist/wrapper/src/models/File.js +2 -0
  233. package/dist/wrapper/src/models/FinishHarvestsRequestItem.d.ts +4 -0
  234. package/dist/wrapper/src/models/FinishHarvestsRequestItem.js +2 -0
  235. package/dist/wrapper/src/models/FinishPackagesRequestItem.d.ts +4 -0
  236. package/dist/wrapper/src/models/FinishPackagesRequestItem.js +2 -0
  237. package/dist/wrapper/src/models/FinishProcessingJobRequestItem.d.ts +11 -0
  238. package/dist/wrapper/src/models/FinishProcessingJobRequestItem.js +2 -0
  239. package/dist/wrapper/src/models/FinishedgoodFlagRequestItem.d.ts +3 -0
  240. package/dist/wrapper/src/models/FinishedgoodFlagRequestItem.js +2 -0
  241. package/dist/wrapper/src/models/FinishedgoodUnflagRequestItem.d.ts +3 -0
  242. package/dist/wrapper/src/models/FinishedgoodUnflagRequestItem.js +2 -0
  243. package/dist/wrapper/src/models/Harvest.d.ts +32 -0
  244. package/dist/wrapper/src/models/Harvest.js +2 -0
  245. package/dist/wrapper/src/models/HarvestsWaste.d.ts +7 -0
  246. package/dist/wrapper/src/models/HarvestsWaste.js +2 -0
  247. package/dist/wrapper/src/models/Hub.d.ts +47 -0
  248. package/dist/wrapper/src/models/Hub.js +2 -0
  249. package/dist/wrapper/src/models/InTransit.d.ts +76 -0
  250. package/dist/wrapper/src/models/InTransit.js +2 -0
  251. package/dist/wrapper/src/models/InactiveDeliveriesRetailer.d.ts +32 -0
  252. package/dist/wrapper/src/models/InactiveDeliveriesRetailer.js +2 -0
  253. package/dist/wrapper/src/models/InactiveDelivery.d.ts +50 -0
  254. package/dist/wrapper/src/models/InactiveDelivery.js +2 -0
  255. package/dist/wrapper/src/models/InactiveJobType.d.ts +12 -0
  256. package/dist/wrapper/src/models/InactiveJobType.js +2 -0
  257. package/dist/wrapper/src/models/InactiveReceipt.d.ts +19 -0
  258. package/dist/wrapper/src/models/InactiveReceipt.js +2 -0
  259. package/dist/wrapper/src/models/Item.d.ts +69 -0
  260. package/dist/wrapper/src/models/Item.js +2 -0
  261. package/dist/wrapper/src/models/JobTypesAttribute.d.ts +5 -0
  262. package/dist/wrapper/src/models/JobTypesAttribute.js +2 -0
  263. package/dist/wrapper/src/models/JobTypesCategory.d.ts +7 -0
  264. package/dist/wrapper/src/models/JobTypesCategory.js +2 -0
  265. package/dist/wrapper/src/models/LabTestsBatchItemCategoriesItem.d.ts +6 -0
  266. package/dist/wrapper/src/models/LabTestsBatchItemCategoriesItem.js +2 -0
  267. package/dist/wrapper/src/models/LabTestsBatchItemCategoriesItemProductCategory.d.ts +48 -0
  268. package/dist/wrapper/src/models/LabTestsBatchItemCategoriesItemProductCategory.js +2 -0
  269. package/dist/wrapper/src/models/LabTestsBatchLabTestTypesItem.d.ts +14 -0
  270. package/dist/wrapper/src/models/LabTestsBatchLabTestTypesItem.js +2 -0
  271. package/dist/wrapper/src/models/LabTestsType.d.ts +14 -0
  272. package/dist/wrapper/src/models/LabTestsType.js +2 -0
  273. package/dist/wrapper/src/models/LocationsLocation.d.ts +10 -0
  274. package/dist/wrapper/src/models/LocationsLocation.js +2 -0
  275. package/dist/wrapper/src/models/LocationsType.d.ts +8 -0
  276. package/dist/wrapper/src/models/LocationsType.js +2 -0
  277. package/dist/wrapper/src/models/ManifestPdf.d.ts +6 -0
  278. package/dist/wrapper/src/models/ManifestPdf.js +2 -0
  279. package/dist/wrapper/src/models/Mother.d.ts +41 -0
  280. package/dist/wrapper/src/models/Mother.js +2 -0
  281. package/dist/wrapper/src/models/PackagesInTransitItem.d.ts +69 -0
  282. package/dist/wrapper/src/models/PackagesInTransitItem.js +2 -0
  283. package/dist/wrapper/src/models/PackagesInTransitProductLabel.d.ts +10 -0
  284. package/dist/wrapper/src/models/PackagesInTransitProductLabel.js +2 -0
  285. package/dist/wrapper/src/models/PackagesPackage.d.ts +27 -0
  286. package/dist/wrapper/src/models/PackagesPackage.js +2 -0
  287. package/dist/wrapper/src/models/PaginatedResponse.d.ts +9 -0
  288. package/dist/wrapper/src/models/PaginatedResponse.js +2 -0
  289. package/dist/wrapper/src/models/Patient.d.ts +11 -0
  290. package/dist/wrapper/src/models/Patient.js +2 -0
  291. package/dist/wrapper/src/models/PatientCheckIn.d.ts +9 -0
  292. package/dist/wrapper/src/models/PatientCheckIn.js +2 -0
  293. package/dist/wrapper/src/models/PatientCheckInsLocation.d.ts +4 -0
  294. package/dist/wrapper/src/models/PatientCheckInsLocation.js +2 -0
  295. package/dist/wrapper/src/models/PatientRegistrationLocation.d.ts +4 -0
  296. package/dist/wrapper/src/models/PatientRegistrationLocation.js +2 -0
  297. package/dist/wrapper/src/models/PatientsStatus.d.ts +21 -0
  298. package/dist/wrapper/src/models/PatientsStatus.js +2 -0
  299. package/dist/wrapper/src/models/Photo.d.ts +5 -0
  300. package/dist/wrapper/src/models/Photo.js +2 -0
  301. package/dist/wrapper/src/models/Plant.d.ts +41 -0
  302. package/dist/wrapper/src/models/Plant.js +2 -0
  303. package/dist/wrapper/src/models/PlantBatch.d.ts +31 -0
  304. package/dist/wrapper/src/models/PlantBatch.js +2 -0
  305. package/dist/wrapper/src/models/PlantBatchesType.d.ts +6 -0
  306. package/dist/wrapper/src/models/PlantBatchesType.js +2 -0
  307. package/dist/wrapper/src/models/PlantBatchesWaste.d.ts +11 -0
  308. package/dist/wrapper/src/models/PlantBatchesWaste.js +2 -0
  309. package/dist/wrapper/src/models/PlantBatchesWasteReason.d.ts +7 -0
  310. package/dist/wrapper/src/models/PlantBatchesWasteReason.js +2 -0
  311. package/dist/wrapper/src/models/PlantsWaste.d.ts +13 -0
  312. package/dist/wrapper/src/models/PlantsWaste.js +2 -0
  313. package/dist/wrapper/src/models/PlantsWastePackageItem.d.ts +69 -0
  314. package/dist/wrapper/src/models/PlantsWastePackageItem.js +2 -0
  315. package/dist/wrapper/src/models/PlantsWastePackageProductLabel.d.ts +10 -0
  316. package/dist/wrapper/src/models/PlantsWastePackageProductLabel.js +2 -0
  317. package/dist/wrapper/src/models/ProcessingJob.d.ts +38 -0
  318. package/dist/wrapper/src/models/ProcessingJob.js +2 -0
  319. package/dist/wrapper/src/models/ProcessingJobActiveJobTypeAttributesItem.d.ts +5 -0
  320. package/dist/wrapper/src/models/ProcessingJobActiveJobTypeAttributesItem.js +2 -0
  321. package/dist/wrapper/src/models/ProcessingJobInactiveJobTypeAttributesItem.d.ts +5 -0
  322. package/dist/wrapper/src/models/ProcessingJobInactiveJobTypeAttributesItem.js +2 -0
  323. package/dist/wrapper/src/models/ReceiptsExternalByExternalNumber.d.ts +19 -0
  324. package/dist/wrapper/src/models/ReceiptsExternalByExternalNumber.js +2 -0
  325. package/dist/wrapper/src/models/Receive.d.ts +9 -0
  326. package/dist/wrapper/src/models/Receive.js +2 -0
  327. package/dist/wrapper/src/models/ReceiveQrByShortCode.d.ts +9 -0
  328. package/dist/wrapper/src/models/ReceiveQrByShortCode.js +2 -0
  329. package/dist/wrapper/src/models/Result.d.ts +22 -0
  330. package/dist/wrapper/src/models/Result.js +2 -0
  331. package/dist/wrapper/src/models/SalesDelivery.d.ts +50 -0
  332. package/dist/wrapper/src/models/SalesDelivery.js +2 -0
  333. package/dist/wrapper/src/models/SalesDeliveryRetailerDestinationsItem.d.ts +50 -0
  334. package/dist/wrapper/src/models/SalesDeliveryRetailerDestinationsItem.js +2 -0
  335. package/dist/wrapper/src/models/SalesDeliveryRetailerPackagesItem.d.ts +39 -0
  336. package/dist/wrapper/src/models/SalesDeliveryRetailerPackagesItem.js +2 -0
  337. package/dist/wrapper/src/models/SourceHarvest.d.ts +6 -0
  338. package/dist/wrapper/src/models/SourceHarvest.js +2 -0
  339. package/dist/wrapper/src/models/Staged.d.ts +19 -0
  340. package/dist/wrapper/src/models/Staged.js +2 -0
  341. package/dist/wrapper/src/models/StartProcessingJobRequestItem.d.ts +9 -0
  342. package/dist/wrapper/src/models/StartProcessingJobRequestItem.js +2 -0
  343. package/dist/wrapper/src/models/StartProcessingJobRequestItemPackagesItem.d.ts +5 -0
  344. package/dist/wrapper/src/models/StartProcessingJobRequestItemPackagesItem.js +2 -0
  345. package/dist/wrapper/src/models/Strain.d.ts +11 -0
  346. package/dist/wrapper/src/models/Strain.js +2 -0
  347. package/dist/wrapper/src/models/Sublocation.d.ts +4 -0
  348. package/dist/wrapper/src/models/Sublocation.js +2 -0
  349. package/dist/wrapper/src/models/Tag.d.ts +11 -0
  350. package/dist/wrapper/src/models/Tag.js +2 -0
  351. package/dist/wrapper/src/models/Template.d.ts +49 -0
  352. package/dist/wrapper/src/models/Template.js +2 -0
  353. package/dist/wrapper/src/models/TemplateDelivery.d.ts +27 -0
  354. package/dist/wrapper/src/models/TemplateDelivery.js +2 -0
  355. package/dist/wrapper/src/models/TemplateDeliveryPackage.d.ts +66 -0
  356. package/dist/wrapper/src/models/TemplateDeliveryPackage.js +2 -0
  357. package/dist/wrapper/src/models/TemplateDeliveryTransporter.d.ts +6 -0
  358. package/dist/wrapper/src/models/TemplateDeliveryTransporter.js +2 -0
  359. package/dist/wrapper/src/models/TemplateDeliveryTransporterDetail.d.ts +11 -0
  360. package/dist/wrapper/src/models/TemplateDeliveryTransporterDetail.js +2 -0
  361. package/dist/wrapper/src/models/Transfer.d.ts +49 -0
  362. package/dist/wrapper/src/models/Transfer.js +2 -0
  363. package/dist/wrapper/src/models/TransfersDelivery.d.ts +27 -0
  364. package/dist/wrapper/src/models/TransfersDelivery.js +2 -0
  365. package/dist/wrapper/src/models/TransfersDeliveryPackageProductLabel.d.ts +10 -0
  366. package/dist/wrapper/src/models/TransfersDeliveryPackageProductLabel.js +2 -0
  367. package/dist/wrapper/src/models/TransfersHubShipmentTransporterDetailsItem.d.ts +11 -0
  368. package/dist/wrapper/src/models/TransfersHubShipmentTransporterDetailsItem.js +2 -0
  369. package/dist/wrapper/src/models/TransfersTemplateDeliveryPackageProductLabel.d.ts +10 -0
  370. package/dist/wrapper/src/models/TransfersTemplateDeliveryPackageProductLabel.js +2 -0
  371. package/dist/wrapper/src/models/TransfersType.d.ts +16 -0
  372. package/dist/wrapper/src/models/TransfersType.js +2 -0
  373. package/dist/wrapper/src/models/TransportersDriver.d.ts +9 -0
  374. package/dist/wrapper/src/models/TransportersDriver.js +2 -0
  375. package/dist/wrapper/src/models/TransportersVehicle.d.ts +7 -0
  376. package/dist/wrapper/src/models/TransportersVehicle.js +2 -0
  377. package/dist/wrapper/src/models/UnfinishHarvestsRequestItem.d.ts +3 -0
  378. package/dist/wrapper/src/models/UnfinishHarvestsRequestItem.js +2 -0
  379. package/dist/wrapper/src/models/UnfinishPackagesRequestItem.d.ts +3 -0
  380. package/dist/wrapper/src/models/UnfinishPackagesRequestItem.js +2 -0
  381. package/dist/wrapper/src/models/UnfinishProcessingJobRequestItem.d.ts +3 -0
  382. package/dist/wrapper/src/models/UnfinishProcessingJobRequestItem.js +2 -0
  383. package/dist/wrapper/src/models/UnitOfMeasure.d.ts +5 -0
  384. package/dist/wrapper/src/models/UnitOfMeasure.js +2 -0
  385. package/dist/wrapper/src/models/UpdateAdditivesTemplatesRequestItem.d.ts +13 -0
  386. package/dist/wrapper/src/models/UpdateAdditivesTemplatesRequestItem.js +2 -0
  387. package/dist/wrapper/src/models/UpdateAdditivesTemplatesRequestItemActiveIngredientsItem.d.ts +4 -0
  388. package/dist/wrapper/src/models/UpdateAdditivesTemplatesRequestItemActiveIngredientsItem.js +2 -0
  389. package/dist/wrapper/src/models/UpdateAdjustPackagesRequestItem.d.ts +8 -0
  390. package/dist/wrapper/src/models/UpdateAdjustPackagesRequestItem.js +2 -0
  391. package/dist/wrapper/src/models/UpdateAdjustPlantsRequestItem.d.ts +8 -0
  392. package/dist/wrapper/src/models/UpdateAdjustPlantsRequestItem.js +2 -0
  393. package/dist/wrapper/src/models/UpdateBrandRequestItem.d.ts +4 -0
  394. package/dist/wrapper/src/models/UpdateBrandRequestItem.js +2 -0
  395. package/dist/wrapper/src/models/UpdateDecontaminateRequestItem.d.ts +6 -0
  396. package/dist/wrapper/src/models/UpdateDecontaminateRequestItem.js +2 -0
  397. package/dist/wrapper/src/models/UpdateDeliveriesCompleteRequestItem.d.ts +7 -0
  398. package/dist/wrapper/src/models/UpdateDeliveriesCompleteRequestItem.js +2 -0
  399. package/dist/wrapper/src/models/UpdateDeliveriesCompleteRequestItemReturnedPackagesItem.d.ts +7 -0
  400. package/dist/wrapper/src/models/UpdateDeliveriesCompleteRequestItemReturnedPackagesItem.js +2 -0
  401. package/dist/wrapper/src/models/UpdateDeliveriesHubAcceptRequestItem.d.ts +3 -0
  402. package/dist/wrapper/src/models/UpdateDeliveriesHubAcceptRequestItem.js +2 -0
  403. package/dist/wrapper/src/models/UpdateDeliveriesHubDepartRequestItem.d.ts +3 -0
  404. package/dist/wrapper/src/models/UpdateDeliveriesHubDepartRequestItem.js +2 -0
  405. package/dist/wrapper/src/models/UpdateDeliveriesHubRequestItem.d.ts +14 -0
  406. package/dist/wrapper/src/models/UpdateDeliveriesHubRequestItem.js +2 -0
  407. package/dist/wrapper/src/models/UpdateDeliveriesHubVerifyIDRequestItem.d.ts +4 -0
  408. package/dist/wrapper/src/models/UpdateDeliveriesHubVerifyIDRequestItem.js +2 -0
  409. package/dist/wrapper/src/models/UpdateDeliveriesRequestItem.d.ts +27 -0
  410. package/dist/wrapper/src/models/UpdateDeliveriesRequestItem.js +2 -0
  411. package/dist/wrapper/src/models/UpdateDeliveriesRequestItemTransactionsItem.d.ts +21 -0
  412. package/dist/wrapper/src/models/UpdateDeliveriesRequestItemTransactionsItem.js +2 -0
  413. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItem.d.ts +14 -0
  414. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItem.js +2 -0
  415. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemDestinationsItem.d.ts +26 -0
  416. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemDestinationsItem.js +2 -0
  417. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemDestinationsItemTransactionsItem.d.ts +21 -0
  418. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemDestinationsItemTransactionsItem.js +2 -0
  419. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemPackagesItem.d.ts +7 -0
  420. package/dist/wrapper/src/models/UpdateDeliveriesRetailerRequestItemPackagesItem.js +2 -0
  421. package/dist/wrapper/src/models/UpdateDonationFlagRequestItem.d.ts +3 -0
  422. package/dist/wrapper/src/models/UpdateDonationFlagRequestItem.js +2 -0
  423. package/dist/wrapper/src/models/UpdateDonationUnflagRequestItem.d.ts +3 -0
  424. package/dist/wrapper/src/models/UpdateDonationUnflagRequestItem.js +2 -0
  425. package/dist/wrapper/src/models/UpdateDriversRequestItem.d.ts +6 -0
  426. package/dist/wrapper/src/models/UpdateDriversRequestItem.js +2 -0
  427. package/dist/wrapper/src/models/UpdateExternalidRequestItem.d.ts +4 -0
  428. package/dist/wrapper/src/models/UpdateExternalidRequestItem.js +2 -0
  429. package/dist/wrapper/src/models/UpdateGrowthPhaseRequestItem.d.ts +9 -0
  430. package/dist/wrapper/src/models/UpdateGrowthPhaseRequestItem.js +2 -0
  431. package/dist/wrapper/src/models/UpdateHarvestRequestItem.d.ts +10 -0
  432. package/dist/wrapper/src/models/UpdateHarvestRequestItem.js +2 -0
  433. package/dist/wrapper/src/models/UpdateHarvestsLocationRequestItem.d.ts +7 -0
  434. package/dist/wrapper/src/models/UpdateHarvestsLocationRequestItem.js +2 -0
  435. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItem.d.ts +20 -0
  436. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItem.js +2 -0
  437. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItem.d.ts +13 -0
  438. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItem.js +2 -0
  439. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemPackagesItem.d.ts +14 -0
  440. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemPackagesItem.js +2 -0
  441. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemTransportersItem.d.ts +15 -0
  442. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemTransportersItem.js +2 -0
  443. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemTransportersItemTransporterDetailsItem.d.ts +9 -0
  444. package/dist/wrapper/src/models/UpdateIncomingExternalRequestItemDestinationsItemTransportersItemTransporterDetailsItem.js +2 -0
  445. package/dist/wrapper/src/models/UpdateItemRequestItem.d.ts +4 -0
  446. package/dist/wrapper/src/models/UpdateItemRequestItem.js +2 -0
  447. package/dist/wrapper/src/models/UpdateItemsRequestItem.d.ts +50 -0
  448. package/dist/wrapper/src/models/UpdateItemsRequestItem.js +2 -0
  449. package/dist/wrapper/src/models/UpdateJobTypesRequestItem.d.ts +8 -0
  450. package/dist/wrapper/src/models/UpdateJobTypesRequestItem.js +2 -0
  451. package/dist/wrapper/src/models/UpdateLabTestDocumentRequestItem.d.ts +5 -0
  452. package/dist/wrapper/src/models/UpdateLabTestDocumentRequestItem.js +2 -0
  453. package/dist/wrapper/src/models/UpdateLabtestsRequiredRequestItem.d.ts +4 -0
  454. package/dist/wrapper/src/models/UpdateLabtestsRequiredRequestItem.js +2 -0
  455. package/dist/wrapper/src/models/UpdateLocationsRequestItem.d.ts +5 -0
  456. package/dist/wrapper/src/models/UpdateLocationsRequestItem.js +2 -0
  457. package/dist/wrapper/src/models/UpdateMergeRequestItem.d.ts +5 -0
  458. package/dist/wrapper/src/models/UpdateMergeRequestItem.js +2 -0
  459. package/dist/wrapper/src/models/UpdateNameRequestItem.d.ts +5 -0
  460. package/dist/wrapper/src/models/UpdateNameRequestItem.js +2 -0
  461. package/dist/wrapper/src/models/UpdateNoteRequestItem.d.ts +4 -0
  462. package/dist/wrapper/src/models/UpdateNoteRequestItem.js +2 -0
  463. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItem.d.ts +13 -0
  464. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItem.js +2 -0
  465. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItem.d.ts +11 -0
  466. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItem.js +2 -0
  467. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemPackagesItem.d.ts +6 -0
  468. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemPackagesItem.js +2 -0
  469. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemTransportersItem.d.ts +15 -0
  470. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemTransportersItem.js +2 -0
  471. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemTransportersItemTransporterDetailsItem.d.ts +9 -0
  472. package/dist/wrapper/src/models/UpdateOutgoingTemplatesRequestItemDestinationsItemTransportersItemTransporterDetailsItem.js +2 -0
  473. package/dist/wrapper/src/models/UpdatePackagesLocationRequestItem.d.ts +6 -0
  474. package/dist/wrapper/src/models/UpdatePackagesLocationRequestItem.js +2 -0
  475. package/dist/wrapper/src/models/UpdatePatientCheckInsRequestItem.d.ts +8 -0
  476. package/dist/wrapper/src/models/UpdatePatientCheckInsRequestItem.js +2 -0
  477. package/dist/wrapper/src/models/UpdatePatientsRequestItem.d.ts +16 -0
  478. package/dist/wrapper/src/models/UpdatePatientsRequestItem.js +2 -0
  479. package/dist/wrapper/src/models/UpdatePlantBatchesLocationRequestItem.d.ts +6 -0
  480. package/dist/wrapper/src/models/UpdatePlantBatchesLocationRequestItem.js +2 -0
  481. package/dist/wrapper/src/models/UpdatePlantBatchesStrainRequestItem.d.ts +6 -0
  482. package/dist/wrapper/src/models/UpdatePlantBatchesStrainRequestItem.js +2 -0
  483. package/dist/wrapper/src/models/UpdatePlantBatchesTagRequestItem.d.ts +7 -0
  484. package/dist/wrapper/src/models/UpdatePlantBatchesTagRequestItem.js +2 -0
  485. package/dist/wrapper/src/models/UpdatePlantsLocationRequestItem.d.ts +7 -0
  486. package/dist/wrapper/src/models/UpdatePlantsLocationRequestItem.js +2 -0
  487. package/dist/wrapper/src/models/UpdatePlantsStrainRequestItem.d.ts +6 -0
  488. package/dist/wrapper/src/models/UpdatePlantsStrainRequestItem.js +2 -0
  489. package/dist/wrapper/src/models/UpdatePlantsTagRequestItem.d.ts +7 -0
  490. package/dist/wrapper/src/models/UpdatePlantsTagRequestItem.js +2 -0
  491. package/dist/wrapper/src/models/UpdateReceiptsFinalizeRequestItem.d.ts +3 -0
  492. package/dist/wrapper/src/models/UpdateReceiptsFinalizeRequestItem.js +2 -0
  493. package/dist/wrapper/src/models/UpdateReceiptsRequestItem.d.ts +11 -0
  494. package/dist/wrapper/src/models/UpdateReceiptsRequestItem.js +2 -0
  495. package/dist/wrapper/src/models/UpdateReceiptsRequestItemTransactionsItem.d.ts +21 -0
  496. package/dist/wrapper/src/models/UpdateReceiptsRequestItemTransactionsItem.js +2 -0
  497. package/dist/wrapper/src/models/UpdateReceiptsUnfinalizeRequestItem.d.ts +3 -0
  498. package/dist/wrapper/src/models/UpdateReceiptsUnfinalizeRequestItem.js +2 -0
  499. package/dist/wrapper/src/models/UpdateRemediateRequestItem.d.ts +6 -0
  500. package/dist/wrapper/src/models/UpdateRemediateRequestItem.js +2 -0
  501. package/dist/wrapper/src/models/UpdateRenameRequestItem.d.ts +5 -0
  502. package/dist/wrapper/src/models/UpdateRenameRequestItem.js +2 -0
  503. package/dist/wrapper/src/models/UpdateRestoreHarvestedPlantsRequestItem.d.ts +4 -0
  504. package/dist/wrapper/src/models/UpdateRestoreHarvestedPlantsRequestItem.js +2 -0
  505. package/dist/wrapper/src/models/UpdateResultsReleaseRequestItem.d.ts +3 -0
  506. package/dist/wrapper/src/models/UpdateResultsReleaseRequestItem.js +2 -0
  507. package/dist/wrapper/src/models/UpdateSplitRequestItem.d.ts +7 -0
  508. package/dist/wrapper/src/models/UpdateSplitRequestItem.js +2 -0
  509. package/dist/wrapper/src/models/UpdateStrainsRequestItem.d.ts +9 -0
  510. package/dist/wrapper/src/models/UpdateStrainsRequestItem.js +2 -0
  511. package/dist/wrapper/src/models/UpdateSublocationsRequestItem.d.ts +4 -0
  512. package/dist/wrapper/src/models/UpdateSublocationsRequestItem.js +2 -0
  513. package/dist/wrapper/src/models/UpdateTradeSampleFlagRequestItem.d.ts +3 -0
  514. package/dist/wrapper/src/models/UpdateTradeSampleFlagRequestItem.js +2 -0
  515. package/dist/wrapper/src/models/UpdateTradeSampleUnflagRequestItem.d.ts +3 -0
  516. package/dist/wrapper/src/models/UpdateTradeSampleUnflagRequestItem.js +2 -0
  517. package/dist/wrapper/src/models/UpdateUseByDateRequestItem.d.ts +6 -0
  518. package/dist/wrapper/src/models/UpdateUseByDateRequestItem.js +2 -0
  519. package/dist/wrapper/src/models/UpdateVehiclesRequestItem.d.ts +6 -0
  520. package/dist/wrapper/src/models/UpdateVehiclesRequestItem.js +2 -0
  521. package/dist/wrapper/src/models/UpdateWebhooksRequest.d.ts +12 -0
  522. package/dist/wrapper/src/models/UpdateWebhooksRequest.js +2 -0
  523. package/dist/wrapper/src/models/WasteMethod.d.ts +6 -0
  524. package/dist/wrapper/src/models/WasteMethod.js +2 -0
  525. package/dist/wrapper/src/models/WastePackage.d.ts +76 -0
  526. package/dist/wrapper/src/models/WastePackage.js +2 -0
  527. package/dist/wrapper/src/models/WasteReason.d.ts +7 -0
  528. package/dist/wrapper/src/models/WasteReason.js +2 -0
  529. package/dist/wrapper/src/models/WasteType.d.ts +3 -0
  530. package/dist/wrapper/src/models/WasteType.js +2 -0
  531. package/dist/wrapper/src/models/WriteResponse.d.ts +4 -0
  532. package/dist/wrapper/src/models/WriteResponse.js +2 -0
  533. package/dist/wrapper/src/models/index.d.ts +261 -0
  534. package/dist/wrapper/src/models/index.js +2 -0
  535. package/dist/wrapper/src/services/AdditivesTemplatesService.d.ts +43 -0
  536. package/dist/wrapper/src/services/AdditivesTemplatesService.js +55 -0
  537. package/dist/wrapper/src/services/CaregiversStatusService.d.ts +15 -0
  538. package/dist/wrapper/src/services/CaregiversStatusService.js +19 -0
  539. package/dist/wrapper/src/services/EmployeesService.d.ts +23 -0
  540. package/dist/wrapper/src/services/EmployeesService.js +29 -0
  541. package/dist/wrapper/src/services/FacilitiesService.d.ts +13 -0
  542. package/dist/wrapper/src/services/FacilitiesService.js +17 -0
  543. package/dist/wrapper/src/services/HarvestsService.d.ts +124 -0
  544. package/dist/wrapper/src/services/HarvestsService.js +156 -0
  545. package/dist/wrapper/src/services/ItemsService.d.ts +110 -0
  546. package/dist/wrapper/src/services/ItemsService.js +142 -0
  547. package/dist/wrapper/src/services/LabTestsService.d.ts +63 -0
  548. package/dist/wrapper/src/services/LabTestsService.js +81 -0
  549. package/dist/wrapper/src/services/LocationsService.d.ts +57 -0
  550. package/dist/wrapper/src/services/LocationsService.js +73 -0
  551. package/dist/wrapper/src/services/PackagesService.d.ts +268 -0
  552. package/dist/wrapper/src/services/PackagesService.js +338 -0
  553. package/dist/wrapper/src/services/PatientCheckInsService.d.ts +41 -0
  554. package/dist/wrapper/src/services/PatientCheckInsService.js +53 -0
  555. package/dist/wrapper/src/services/PatientsService.d.ts +43 -0
  556. package/dist/wrapper/src/services/PatientsService.js +55 -0
  557. package/dist/wrapper/src/services/PatientsStatusService.d.ts +15 -0
  558. package/dist/wrapper/src/services/PatientsStatusService.js +19 -0
  559. package/dist/wrapper/src/services/PlantBatchesService.d.ts +161 -0
  560. package/dist/wrapper/src/services/PlantBatchesService.js +203 -0
  561. package/dist/wrapper/src/services/PlantsService.d.ts +256 -0
  562. package/dist/wrapper/src/services/PlantsService.js +326 -0
  563. package/dist/wrapper/src/services/ProcessingJobService.d.ts +120 -0
  564. package/dist/wrapper/src/services/ProcessingJobService.js +154 -0
  565. package/dist/wrapper/src/services/RetailIdService.d.ts +76 -0
  566. package/dist/wrapper/src/services/RetailIdService.js +92 -0
  567. package/dist/wrapper/src/services/SalesService.d.ts +288 -0
  568. package/dist/wrapper/src/services/SalesService.js +358 -0
  569. package/dist/wrapper/src/services/SandboxService.d.ts +12 -0
  570. package/dist/wrapper/src/services/SandboxService.js +17 -0
  571. package/dist/wrapper/src/services/StrainsService.d.ts +50 -0
  572. package/dist/wrapper/src/services/StrainsService.js +64 -0
  573. package/dist/wrapper/src/services/SublocationsService.d.ts +50 -0
  574. package/dist/wrapper/src/services/SublocationsService.js +64 -0
  575. package/dist/wrapper/src/services/TagsService.d.ts +30 -0
  576. package/dist/wrapper/src/services/TagsService.js +38 -0
  577. package/dist/wrapper/src/services/TransfersService.d.ts +224 -0
  578. package/dist/wrapper/src/services/TransfersService.js +284 -0
  579. package/dist/wrapper/src/services/TransportersService.d.ts +78 -0
  580. package/dist/wrapper/src/services/TransportersService.js +100 -0
  581. package/dist/wrapper/src/services/UnitsOfMeasureService.d.ts +18 -0
  582. package/dist/wrapper/src/services/UnitsOfMeasureService.js +24 -0
  583. package/dist/wrapper/src/services/WasteMethodsService.d.ts +13 -0
  584. package/dist/wrapper/src/services/WasteMethodsService.js +17 -0
  585. package/dist/wrapper/src/services/WebhooksService.d.ts +33 -0
  586. package/dist/wrapper/src/services/WebhooksService.js +45 -0
  587. package/package.json +1 -1
  588. package/dist/index.d.ts +0 -6760
  589. package/dist/index.js +0 -4782
  590. /package/dist/{RateLimiter.d.ts → wrapper/src/RateLimiter.d.ts} +0 -0
@@ -0,0 +1,2042 @@
1
+ export interface Logger {
2
+ debug(message: string): void;
3
+ info(message: string): void;
4
+ warn(message: string): void;
5
+ error(message: string): void;
6
+ }
7
+ export declare class MetrcError extends Error {
8
+ statusCode: number;
9
+ message: string;
10
+ validationErrors: string[];
11
+ constructor(statusCode: number, message: string, validationErrors?: string[]);
12
+ }
13
+ export interface MetrcClientConfig {
14
+ baseUrl: string;
15
+ vendorKey: string;
16
+ userKey: string;
17
+ timeout?: number;
18
+ userAgent?: string;
19
+ logger?: Logger;
20
+ }
21
+ export declare class MetrcClient {
22
+ private client;
23
+ private logger?;
24
+ constructor(config: MetrcClientConfig);
25
+ /**
26
+ * Creates new additive templates for a specified Facility.
27
+ * Permissions Required:
28
+ * - Manage Additives
29
+ * POST CreateAdditivesTemplates
30
+ */
31
+ createAdditivesTemplates<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
32
+ /**
33
+ * Retrieves a list of active additive templates for a specified Facility.
34
+ * Permissions Required:
35
+ * - Manage Additives
36
+ * GET GetActiveAdditivesTemplates
37
+ */
38
+ getActiveAdditivesTemplates<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
39
+ /**
40
+ * Retrieves an Additive Template by its Id.
41
+ * Permissions Required:
42
+ * - Manage Additives
43
+ * GET GetAdditivesTemplatesById
44
+ */
45
+ getAdditivesTemplatesById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
46
+ /**
47
+ * Retrieves a list of inactive additive templates for a specified Facility.
48
+ * Permissions Required:
49
+ * - Manage Additives
50
+ * GET GetInactiveAdditivesTemplates
51
+ */
52
+ getInactiveAdditivesTemplates<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
53
+ /**
54
+ * Updates existing additive templates for a specified Facility.
55
+ * Permissions Required:
56
+ * - Manage Additives
57
+ * PUT UpdateAdditivesTemplates
58
+ */
59
+ updateAdditivesTemplates<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
60
+ /**
61
+ * Retrieves the status of a Caregiver by their License Number for a specified Facility. Data returned by this endpoint is cached for up to one minute.
62
+ * Permissions Required:
63
+ * - Lookup Caregivers
64
+ * GET GetCaregiversStatusByCaregiverLicenseNumber
65
+ */
66
+ getCaregiversStatusByCaregiverLicenseNumber<TResponse = any, TBody = any>(caregiverLicenseNumber: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
67
+ /**
68
+ * Retrieves a list of employees for a specified Facility.
69
+ * Permissions Required:
70
+ * - Manage Employees
71
+ * - View Employees
72
+ * GET GetEmployees
73
+ */
74
+ getEmployees<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
75
+ /**
76
+ * Retrieves the permissions of a specified Employee, identified by their Employee License Number, for a given Facility.
77
+ * Permissions Required:
78
+ * - Manage Employees
79
+ * GET GetPermissions
80
+ */
81
+ getEmployeesPermissions<TResponse = any, TBody = any>(body?: TBody, employeeLicenseNumber?: string, licenseNumber?: string): Promise<TResponse>;
82
+ /**
83
+ * This endpoint provides a list of facilities for which the authenticated user has access.
84
+ * GET GetFacilities
85
+ */
86
+ getFacilities<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
87
+ /**
88
+ * Creates packages from harvested products for a specified Facility.
89
+ * Permissions Required:
90
+ * - View Harvests
91
+ * - Manage Harvests
92
+ * - View Packages
93
+ * - Create/Submit/Discontinue Packages
94
+ * POST CreateHarvestsPackages
95
+ */
96
+ createHarvestsPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
97
+ /**
98
+ * Records Waste from harvests for a specified Facility. NOTE: The IDs passed in the request body are the harvest IDs for which you are documenting waste.
99
+ * Permissions Required:
100
+ * - View Harvests
101
+ * - Manage Harvests
102
+ * POST CreateHarvestsWaste
103
+ */
104
+ createHarvestsWaste<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
105
+ /**
106
+ * Creates packages for testing from harvested products for a specified Facility.
107
+ * Permissions Required:
108
+ * - View Harvests
109
+ * - Manage Harvests
110
+ * - View Packages
111
+ * - Create/Submit/Discontinue Packages
112
+ * POST CreatePackagesTesting
113
+ */
114
+ createHarvestsPackagesTesting<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
115
+ /**
116
+ * Discontinues a specific harvest waste record by Id for the specified Facility.
117
+ * Permissions Required:
118
+ * - View Harvests
119
+ * - Discontinue Harvest Waste
120
+ * DELETE DeleteWasteById
121
+ */
122
+ deleteHarvestsWasteById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
123
+ /**
124
+ * Marks one or more harvests as finished for the specified Facility.
125
+ * Permissions Required:
126
+ * - View Harvests
127
+ * - Finish/Discontinue Harvests
128
+ * PUT FinishHarvests
129
+ */
130
+ finishHarvestsHarvests<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
131
+ /**
132
+ * Retrieves a list of active harvests for a specified Facility.
133
+ * Permissions Required:
134
+ * - View Harvests
135
+ * GET GetActiveHarvests
136
+ */
137
+ getActiveHarvests<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
138
+ /**
139
+ * Retrieves a Harvest by its Id, optionally validated against a specified Facility License Number.
140
+ * Permissions Required:
141
+ * - View Harvests
142
+ * GET GetHarvestsById
143
+ */
144
+ getHarvestsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
145
+ /**
146
+ * Retrieves a list of Waste records for a specified Harvest, identified by its Harvest Id, within a Facility identified by its License Number.
147
+ * Permissions Required:
148
+ * - View Harvests
149
+ * GET GetHarvestsWaste
150
+ */
151
+ getHarvestsWaste<TResponse = any, TBody = any>(body?: TBody, harvestId?: number, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
152
+ /**
153
+ * Retrieves a list of inactive harvests for a specified Facility.
154
+ * Permissions Required:
155
+ * - View Harvests
156
+ * GET GetInactiveHarvests
157
+ */
158
+ getInactiveHarvests<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
159
+ /**
160
+ * Retrieves a list of harvests on hold for a specified Facility.
161
+ * Permissions Required:
162
+ * - View Harvests
163
+ * GET GetOnHoldHarvests
164
+ */
165
+ getOnHoldHarvests<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
166
+ /**
167
+ * Retrieves a list of Waste types for harvests.
168
+ * GET GetWasteTypes
169
+ */
170
+ getHarvestsWasteTypes<TResponse = any, TBody = any>(body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
171
+ /**
172
+ * Reopens one or more previously finished harvests for the specified Facility.
173
+ * Permissions Required:
174
+ * - View Harvests
175
+ * - Finish/Discontinue Harvests
176
+ * PUT UnfinishHarvests
177
+ */
178
+ unfinishHarvestsHarvests<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
179
+ /**
180
+ * Updates the Location of Harvest for a specified Facility.
181
+ * Permissions Required:
182
+ * - View Harvests
183
+ * - Manage Harvests
184
+ * PUT UpdateHarvestsLocation
185
+ */
186
+ updateHarvestsLocation<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
187
+ /**
188
+ * Renames one or more harvests for the specified Facility.
189
+ * Permissions Required:
190
+ * - View Harvests
191
+ * - Manage Harvests
192
+ * PUT UpdateRename
193
+ */
194
+ updateHarvestsRename<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
195
+ /**
196
+ * Restores previously harvested plants to their original state for the specified Facility.
197
+ * Permissions Required:
198
+ * - View Harvests
199
+ * - Finish/Discontinue Harvests
200
+ * PUT UpdateRestoreHarvestedPlants
201
+ */
202
+ updateHarvestsRestoreHarvestedPlants<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
203
+ /**
204
+ * Creates one or more new item brands for the specified Facility identified by the License Number.
205
+ * Permissions Required:
206
+ * - Manage Items
207
+ * POST CreateBrand
208
+ */
209
+ createItemsBrand<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
210
+ /**
211
+ * Uploads one or more image or PDF files for products, labels, packaging, or documents at the specified Facility.
212
+ * Permissions Required:
213
+ * - Manage Items
214
+ * POST CreateFile
215
+ */
216
+ createItemsFile<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
217
+ /**
218
+ * Permissions Required:
219
+ * - Manage Items
220
+ * POST CreateItems
221
+ */
222
+ createItems<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
223
+ /**
224
+ * This endpoint allows only BMP, GIF, JPG, and PNG files and uploaded files can be no more than 5 MB in size.
225
+ * Permissions Required:
226
+ * - Manage Items
227
+ * POST CreatePhoto
228
+ */
229
+ createItemsPhoto<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
230
+ /**
231
+ * Archives the specified Item Brand by Id for the given Facility License Number.
232
+ * Permissions Required:
233
+ * - Manage Items
234
+ * DELETE DeleteBrandById
235
+ */
236
+ deleteItemsBrandById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
237
+ /**
238
+ * Archives the specified Product by Id for the given Facility License Number.
239
+ * Permissions Required:
240
+ * - Manage Items
241
+ * DELETE DeleteItemsById
242
+ */
243
+ deleteItemsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
244
+ /**
245
+ * Returns a list of active items for the specified Facility.
246
+ * Permissions Required:
247
+ * - Manage Items
248
+ * GET GetActiveItems
249
+ */
250
+ getActiveItems<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
251
+ /**
252
+ * Retrieves a list of active item brands for the specified Facility.
253
+ * Permissions Required:
254
+ * - Manage Items
255
+ * GET GetBrands
256
+ */
257
+ getItemsBrands<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
258
+ /**
259
+ * Retrieves a list of item categories.
260
+ * GET GetCategories
261
+ */
262
+ getItemsCategories<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
263
+ /**
264
+ * Retrieves a file by its Id for the specified Facility.
265
+ * Permissions Required:
266
+ * - Manage Items
267
+ * GET GetFileById
268
+ */
269
+ getItemsFileById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
270
+ /**
271
+ * Retrieves a list of inactive items for the specified Facility.
272
+ * Permissions Required:
273
+ * - Manage Items
274
+ * GET GetInactiveItems
275
+ */
276
+ getInactiveItems<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
277
+ /**
278
+ * Retrieves detailed information about a specific Item by Id.
279
+ * Permissions Required:
280
+ * - Manage Items
281
+ * GET GetItemsById
282
+ */
283
+ getItemsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
284
+ /**
285
+ * Retrieves an image by its Id for the specified Facility.
286
+ * Permissions Required:
287
+ * - Manage Items
288
+ * GET GetPhotoById
289
+ */
290
+ getItemsPhotoById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
291
+ /**
292
+ * Updates one or more existing item brands for the specified Facility.
293
+ * Permissions Required:
294
+ * - Manage Items
295
+ * PUT UpdateBrand
296
+ */
297
+ updateItemsBrand<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
298
+ /**
299
+ * Updates one or more existing products for the specified Facility.
300
+ * Permissions Required:
301
+ * - Manage Items
302
+ * PUT UpdateItems
303
+ */
304
+ updateItems<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
305
+ /**
306
+ * Submits Lab Test results for one or more packages. NOTE: This endpoint allows only PDF files, and uploaded files can be no more than 5 MB in size. The Label element in the request is a Package Label.
307
+ * Permissions Required:
308
+ * - View Packages
309
+ * - Manage Packages Inventory
310
+ * POST CreateRecord
311
+ */
312
+ createLabTestsRecord<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
313
+ /**
314
+ * Retrieves a list of Lab Test batches.
315
+ * GET GetBatches
316
+ */
317
+ getLabTestsBatches<TResponse = any, TBody = any>(body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
318
+ /**
319
+ * Retrieves a specific Lab Test result document by its Id for a given Facility.
320
+ * Permissions Required:
321
+ * - View Packages
322
+ * - Manage Packages Inventory
323
+ * GET GetLabTestDocumentById
324
+ */
325
+ getLabTestsLabTestDocumentById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
326
+ /**
327
+ * Returns a list of Lab Test types.
328
+ * GET GetLabTestsTypes
329
+ */
330
+ getLabTestsTypes<TResponse = any, TBody = any>(body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
331
+ /**
332
+ * Retrieves Lab Test results for a specified Package.
333
+ * Permissions Required:
334
+ * - View Packages
335
+ * - Manage Packages Inventory
336
+ * GET GetResults
337
+ */
338
+ getLabTestsResults<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, packageId?: number, pageNumber?: number, pageSize?: string): Promise<TResponse>;
339
+ /**
340
+ * Returns a list of all lab testing states.
341
+ * GET GetStates
342
+ */
343
+ getLabTestsStates<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
344
+ /**
345
+ * Updates one or more documents for previously submitted lab tests.
346
+ * Permissions Required:
347
+ * - View Packages
348
+ * - Manage Packages Inventory
349
+ * PUT UpdateLabTestDocument
350
+ */
351
+ updateLabTestsLabTestDocument<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
352
+ /**
353
+ * Releases Lab Test results for one or more packages.
354
+ * Permissions Required:
355
+ * - View Packages
356
+ * - Manage Packages Inventory
357
+ * PUT UpdateResultsRelease
358
+ */
359
+ updateLabTestsResultsRelease<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
360
+ /**
361
+ * Creates new locations for a specified Facility.
362
+ * Permissions Required:
363
+ * - Manage Locations
364
+ * POST CreateLocations
365
+ */
366
+ createLocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
367
+ /**
368
+ * Archives a specified Location, identified by its Id, for a Facility.
369
+ * Permissions Required:
370
+ * - Manage Locations
371
+ * DELETE DeleteLocationsById
372
+ */
373
+ deleteLocationsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
374
+ /**
375
+ * Retrieves a list of active locations for a specified Facility.
376
+ * Permissions Required:
377
+ * - Manage Locations
378
+ * GET GetActiveLocations
379
+ */
380
+ getActiveLocations<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
381
+ /**
382
+ * Retrieves a list of inactive locations for a specified Facility.
383
+ * Permissions Required:
384
+ * - Manage Locations
385
+ * GET GetInactiveLocations
386
+ */
387
+ getInactiveLocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
388
+ /**
389
+ * Retrieves a Location by its Id.
390
+ * Permissions Required:
391
+ * - Manage Locations
392
+ * GET GetLocationsById
393
+ */
394
+ getLocationsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
395
+ /**
396
+ * Retrieves a list of active location types for a specified Facility.
397
+ * Permissions Required:
398
+ * - Manage Locations
399
+ * GET GetLocationsTypes
400
+ */
401
+ getLocationsTypes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
402
+ /**
403
+ * Updates existing locations for a specified Facility.
404
+ * Permissions Required:
405
+ * - Manage Locations
406
+ * PUT UpdateLocations
407
+ */
408
+ updateLocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
409
+ /**
410
+ * Records a list of adjustments for packages at a specific Facility.
411
+ * Permissions Required:
412
+ * - View Packages
413
+ * - Manage Packages Inventory
414
+ * POST CreateAdjustPackages
415
+ */
416
+ createAdjustPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
417
+ /**
418
+ * Creates new packages for a specified Facility.
419
+ * Permissions Required:
420
+ * - View Packages
421
+ * - Create/Submit/Discontinue Packages
422
+ * POST CreatePackagesPackages
423
+ */
424
+ createPackagesPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
425
+ /**
426
+ * Creates new plantings from packages for a specified Facility.
427
+ * Permissions Required:
428
+ * - View Immature Plants
429
+ * - Manage Immature Plants
430
+ * - View Packages
431
+ * - Manage Packages Inventory
432
+ * POST CreatePackagesPlantings
433
+ */
434
+ createPackagesPlantings<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
435
+ /**
436
+ * Creates new packages for testing for a specified Facility.
437
+ * Permissions Required:
438
+ * - View Packages
439
+ * - Create/Submit/Discontinue Packages
440
+ * POST CreateTesting
441
+ */
442
+ createPackagesTesting<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
443
+ /**
444
+ * Discontinues a Package at a specific Facility.
445
+ * Permissions Required:
446
+ * - View Packages
447
+ * - Create/Submit/Discontinue Packages
448
+ * DELETE DeletePackagesById
449
+ */
450
+ deletePackagesById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
451
+ /**
452
+ * Updates a list of packages as finished for a specific Facility.
453
+ * Permissions Required:
454
+ * - View Packages
455
+ * - Manage Packages Inventory
456
+ * PUT FinishPackages
457
+ */
458
+ finishPackagesPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
459
+ /**
460
+ * Flags one or more Packages at the specified Facility as Finished Goods.
461
+ * Permissions Required:
462
+ * - View Packages
463
+ * - Manage Packages Inventory
464
+ * PUT FinishedgoodFlag
465
+ */
466
+ finishedgoodFlagPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
467
+ /**
468
+ * Removes the Finished Good flag one or more Packages at the specified Facility.
469
+ * Permissions Required:
470
+ * - View Packages
471
+ * - Manage Packages Inventory
472
+ * PUT FinishedgoodUnflag
473
+ */
474
+ finishedgoodUnflagPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
475
+ /**
476
+ * Retrieves a list of active packages for a specified Facility.
477
+ * Permissions Required:
478
+ * - View Packages
479
+ * GET GetActivePackages
480
+ */
481
+ getActivePackages<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
482
+ /**
483
+ * Retrieves a list of adjustment reasons for packages at a specified Facility.
484
+ * GET GetAdjustReasons
485
+ */
486
+ getPackagesAdjustReasons<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
487
+ /**
488
+ * Retrieves the Package Adjustments for a Facility
489
+ * Permissions Required:
490
+ * - View Packages
491
+ * GET GetAdjustments
492
+ */
493
+ getPackagesAdjustments<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
494
+ /**
495
+ * Retrieves a list of packages in transit for a specified Facility.
496
+ * Permissions Required:
497
+ * - View Packages
498
+ * GET GetInTransitPackages
499
+ */
500
+ getInTransitPackages<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
501
+ /**
502
+ * Retrieves a list of inactive packages for a specified Facility.
503
+ * Permissions Required:
504
+ * - View Packages
505
+ * GET GetInactivePackages
506
+ */
507
+ getInactivePackages<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
508
+ /**
509
+ * Retrieves a list of lab sample packages created or sent for testing for a specified Facility.
510
+ * Permissions Required:
511
+ * - View Packages
512
+ * GET GetLabSamples
513
+ */
514
+ getPackagesLabSamples<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
515
+ /**
516
+ * Retrieves a list of packages on hold for a specified Facility.
517
+ * Permissions Required:
518
+ * - View Packages
519
+ * GET GetOnHoldPackages
520
+ */
521
+ getOnHoldPackages<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
522
+ /**
523
+ * Retrieves a Package by its Id.
524
+ * Permissions Required:
525
+ * - View Packages
526
+ * GET GetPackagesById
527
+ */
528
+ getPackagesById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
529
+ /**
530
+ * Retrieves a Package by its label.
531
+ * Permissions Required:
532
+ * - View Packages
533
+ * GET GetPackagesByLabel
534
+ */
535
+ getPackagesByLabel<TResponse = any, TBody = any>(label: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
536
+ /**
537
+ * Retrieves a list of available Package types.
538
+ * GET GetPackagesTypes
539
+ */
540
+ getPackagesTypes<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
541
+ /**
542
+ * Retrieves the source harvests for a Package by its Id.
543
+ * Permissions Required:
544
+ * - View Package Source Harvests
545
+ * GET GetSourceHarvestById
546
+ */
547
+ getPackagesSourceHarvestById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
548
+ /**
549
+ * Retrieves a list of transferred packages for a specific Facility.
550
+ * Permissions Required:
551
+ * - View Packages
552
+ * GET GetTransferred
553
+ */
554
+ getPackagesTransferred<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
555
+ /**
556
+ * Updates a list of packages as unfinished for a specific Facility.
557
+ * Permissions Required:
558
+ * - View Packages
559
+ * - Manage Packages Inventory
560
+ * PUT UnfinishPackages
561
+ */
562
+ unfinishPackagesPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
563
+ /**
564
+ * Set the final quantity for a Package.
565
+ * Permissions Required:
566
+ * - View Packages
567
+ * - Manage Packages Inventory
568
+ * PUT UpdateAdjustPackages
569
+ */
570
+ updateAdjustPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
571
+ /**
572
+ * Updates the Product decontaminate information for a list of packages at a specific Facility.
573
+ * Permissions Required:
574
+ * - View Packages
575
+ * - Manage Packages Inventory
576
+ * PUT UpdateDecontaminate
577
+ */
578
+ updatePackagesDecontaminate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
579
+ /**
580
+ * Flags one or more packages for donation at the specified Facility.
581
+ * Permissions Required:
582
+ * - View Packages
583
+ * - Manage Packages Inventory
584
+ * PUT UpdateDonationFlag
585
+ */
586
+ updatePackagesDonationFlag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
587
+ /**
588
+ * Removes the donation flag from one or more packages at the specified Facility.
589
+ * Permissions Required:
590
+ * - View Packages
591
+ * - Manage Packages Inventory
592
+ * PUT UpdateDonationUnflag
593
+ */
594
+ updatePackagesDonationUnflag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
595
+ /**
596
+ * Updates the external identifiers for one or more packages at the specified Facility.
597
+ * Permissions Required:
598
+ * - View Packages
599
+ * - Manage Package Inventory
600
+ * - External Id Enabled
601
+ * PUT UpdateExternalid
602
+ */
603
+ updatePackagesExternalid<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
604
+ /**
605
+ * Updates the associated Item for one or more packages at the specified Facility.
606
+ * Permissions Required:
607
+ * - View Packages
608
+ * - Create/Submit/Discontinue Packages
609
+ * PUT UpdateItem
610
+ */
611
+ updatePackagesItem<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
612
+ /**
613
+ * Updates the list of required lab test batches for one or more packages at the specified Facility.
614
+ * Permissions Required:
615
+ * - View Packages
616
+ * - Create/Submit/Discontinue Packages
617
+ * PUT UpdateLabtestsRequired
618
+ */
619
+ updatePackagesLabtestsRequired<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
620
+ /**
621
+ * Updates notes associated with one or more packages for the specified Facility.
622
+ * Permissions Required:
623
+ * - View Packages
624
+ * - Manage Packages Inventory
625
+ * - Manage Package Notes
626
+ * PUT UpdateNote
627
+ */
628
+ updatePackagesNote<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
629
+ /**
630
+ * Updates the Location and Sublocation for one or more packages at the specified Facility.
631
+ * Permissions Required:
632
+ * - View Packages
633
+ * - Create/Submit/Discontinue Packages
634
+ * PUT UpdatePackagesLocation
635
+ */
636
+ updatePackagesLocation<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
637
+ /**
638
+ * Updates a list of Product remediations for packages at a specific Facility.
639
+ * Permissions Required:
640
+ * - View Packages
641
+ * - Manage Packages Inventory
642
+ * PUT UpdateRemediate
643
+ */
644
+ updatePackagesRemediate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
645
+ /**
646
+ * Flags or unflags one or more packages at the specified Facility as trade samples.
647
+ * Permissions Required:
648
+ * - View Packages
649
+ * - Manage Packages Inventory
650
+ * PUT UpdateTradeSampleFlag
651
+ */
652
+ updatePackagesTradeSampleFlag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
653
+ /**
654
+ * Removes the trade sample flag from one or more packages at the specified Facility.
655
+ * Permissions Required:
656
+ * - View Packages
657
+ * - Manage Packages Inventory
658
+ * PUT UpdateTradeSampleUnflag
659
+ */
660
+ updatePackagesTradeSampleUnflag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
661
+ /**
662
+ * Updates the use-by date for one or more packages at the specified Facility.
663
+ * Permissions Required:
664
+ * - View Packages
665
+ * - Create/Submit/Discontinue Packages
666
+ * PUT UpdateUseByDate
667
+ */
668
+ updatePackagesUseByDate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
669
+ /**
670
+ * Records patient check-ins for a specified Facility.
671
+ * Permissions Required:
672
+ * - ManagePatientsCheckIns
673
+ * POST CreatePatientCheckIns
674
+ */
675
+ createPatientCheckIns<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
676
+ /**
677
+ * Archives a Patient Check-In, identified by its Id, for a specified Facility.
678
+ * Permissions Required:
679
+ * - ManagePatientsCheckIns
680
+ * DELETE DeletePatientCheckInsById
681
+ */
682
+ deletePatientCheckInsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
683
+ /**
684
+ * Retrieves a list of Patient Check-In locations.
685
+ * GET GetLocations
686
+ */
687
+ getPatientCheckInsLocations<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
688
+ /**
689
+ * Retrieves a list of patient check-ins for a specified Facility.
690
+ * Permissions Required:
691
+ * - ManagePatientsCheckIns
692
+ * GET GetPatientCheckIns
693
+ */
694
+ getPatientCheckIns<TResponse = any, TBody = any>(body?: TBody, checkinDateEnd?: string, checkinDateStart?: string, licenseNumber?: string): Promise<TResponse>;
695
+ /**
696
+ * Updates patient check-ins for a specified Facility.
697
+ * Permissions Required:
698
+ * - ManagePatientsCheckIns
699
+ * PUT UpdatePatientCheckIns
700
+ */
701
+ updatePatientCheckIns<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
702
+ /**
703
+ * Adds new patients to a specified Facility.
704
+ * Permissions Required:
705
+ * - Manage Patients
706
+ * POST CreatePatients
707
+ */
708
+ createPatients<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
709
+ /**
710
+ * Removes a Patient, identified by an Id, from a specified Facility.
711
+ * Permissions Required:
712
+ * - Manage Patients
713
+ * DELETE DeletePatientsById
714
+ */
715
+ deletePatientsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
716
+ /**
717
+ * Retrieves a list of active patients for a specified Facility.
718
+ * Permissions Required:
719
+ * - Manage Patients
720
+ * GET GetActivePatients
721
+ */
722
+ getActivePatients<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
723
+ /**
724
+ * Retrieves a Patient by Id.
725
+ * Permissions Required:
726
+ * - Manage Patients
727
+ * GET GetPatientsById
728
+ */
729
+ getPatientsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
730
+ /**
731
+ * Updates Patient information for a specified Facility.
732
+ * Permissions Required:
733
+ * - Manage Patients
734
+ * PUT UpdatePatients
735
+ */
736
+ updatePatients<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
737
+ /**
738
+ * Retrieves a list of statuses for a Patient License Number for a specified Facility. Data returned by this endpoint is cached for up to one minute.
739
+ * Permissions Required:
740
+ * - Lookup Patients
741
+ * GET GetPatientsStatusesByPatientLicenseNumber
742
+ */
743
+ getPatientsStatusesByPatientLicenseNumber<TResponse = any, TBody = any>(patientLicenseNumber: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
744
+ /**
745
+ * Applies Facility specific adjustments to plant batches based on submitted reasons and input data.
746
+ * Permissions Required:
747
+ * - View Immature Plants
748
+ * - Manage Immature Plants Inventory
749
+ * POST CreateAdjustPlantBatches
750
+ */
751
+ createAdjustPlantBatches<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
752
+ /**
753
+ * Updates the growth phase of plants at a specified Facility based on tracking information.
754
+ * Permissions Required:
755
+ * - View Immature Plants
756
+ * - Manage Immature Plants Inventory
757
+ * - View Veg/Flower Plants
758
+ * - Manage Veg/Flower Plants Inventory
759
+ * POST CreateGrowthPhase
760
+ */
761
+ createPlantBatchesGrowthPhase<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
762
+ /**
763
+ * Creates packages from mother plants at the specified Facility.
764
+ * Permissions Required:
765
+ * - View Immature Plants
766
+ * - Manage Immature Plants Inventory
767
+ * - View Packages
768
+ * - Create/Submit/Discontinue Packages
769
+ * POST CreatePackagesFromMotherPlant
770
+ */
771
+ createPlantBatchesPackagesFromMotherPlant<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
772
+ /**
773
+ * Records Additive usage details for plant batches at a specific Facility.
774
+ * Permissions Required:
775
+ * - Manage Plants Additives
776
+ * POST CreatePlantBatchesAdditives
777
+ */
778
+ createPlantBatchesAdditives<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
779
+ /**
780
+ * Records Additive usage for plant batches at a Facility using predefined additive templates.
781
+ * Permissions Required:
782
+ * - Manage Plants Additives
783
+ * POST CreatePlantBatchesAdditivesUsingTemplate
784
+ */
785
+ createPlantBatchesAdditivesUsingTemplate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
786
+ /**
787
+ * Creates packages from plant batches at a Facility, with optional support for packaging from mother plants.
788
+ * Permissions Required:
789
+ * - View Immature Plants
790
+ * - Manage Immature Plants Inventory
791
+ * - View Packages
792
+ * - Create/Submit/Discontinue Packages
793
+ * POST CreatePlantBatchesPackages
794
+ */
795
+ createPlantBatchesPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
796
+ /**
797
+ * Creates new plantings for a Facility by generating plant batches based on provided planting details.
798
+ * Permissions Required:
799
+ * - View Immature Plants
800
+ * - Manage Immature Plants Inventory
801
+ * POST CreatePlantBatchesPlantings
802
+ */
803
+ createPlantBatchesPlantings<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
804
+ /**
805
+ * Records waste information for plant batches based on the submitted data for the specified Facility.
806
+ * Permissions Required:
807
+ * - Manage Plants Waste
808
+ * POST CreatePlantBatchesWaste
809
+ */
810
+ createPlantBatchesWaste<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
811
+ /**
812
+ * Splits an existing Plant Batch into multiple groups at the specified Facility.
813
+ * Permissions Required:
814
+ * - View Immature Plants
815
+ * - Manage Immature Plants Inventory
816
+ * POST CreateSplit
817
+ */
818
+ createPlantBatchesSplit<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
819
+ /**
820
+ * Completes the destruction of plant batches based on the provided input data.
821
+ * Permissions Required:
822
+ * - View Immature Plants
823
+ * - Destroy Immature Plants
824
+ * DELETE DeletePlantBatches
825
+ */
826
+ deletePlantBatches<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
827
+ /**
828
+ * Retrieves a list of active plant batches for the specified Facility, optionally filtered by last modified date.
829
+ * Permissions Required:
830
+ * - View Immature Plants
831
+ * GET GetActivePlantBatches
832
+ */
833
+ getActivePlantBatches<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
834
+ /**
835
+ * Retrieves a list of inactive plant batches for the specified Facility, optionally filtered by last modified date.
836
+ * Permissions Required:
837
+ * - View Immature Plants
838
+ * GET GetInactivePlantBatches
839
+ */
840
+ getInactivePlantBatches<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
841
+ /**
842
+ * Retrieves a Plant Batch by Id.
843
+ * Permissions Required:
844
+ * - View Immature Plants
845
+ * GET GetPlantBatchesById
846
+ */
847
+ getPlantBatchesById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
848
+ /**
849
+ * Retrieves a list of plant batch types.
850
+ * GET GetPlantBatchesTypes
851
+ */
852
+ getPlantBatchesTypes<TResponse = any, TBody = any>(body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
853
+ /**
854
+ * Retrieves waste details associated with plant batches at a specified Facility.
855
+ * Permissions Required:
856
+ * - View Plants Waste
857
+ * GET GetPlantBatchesWaste
858
+ */
859
+ getPlantBatchesWaste<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
860
+ /**
861
+ * Retrieves a list of valid waste reasons associated with immature plant batches for the specified Facility.
862
+ * GET GetPlantBatchesWasteReasons
863
+ */
864
+ getPlantBatchesWasteReasons<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
865
+ /**
866
+ * Renames plant batches at a specified Facility.
867
+ * Permissions Required:
868
+ * - View Veg/Flower Plants
869
+ * - Manage Veg/Flower Plants Inventory
870
+ * PUT UpdateName
871
+ */
872
+ updatePlantBatchesName<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
873
+ /**
874
+ * Moves one or more plant batches to new locations with in a specified Facility.
875
+ * Permissions Required:
876
+ * - View Immature Plants
877
+ * - Manage Immature Plants
878
+ * PUT UpdatePlantBatchesLocation
879
+ */
880
+ updatePlantBatchesLocation<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
881
+ /**
882
+ * Changes the strain of plant batches at a specified Facility.
883
+ * Permissions Required:
884
+ * - View Veg/Flower Plants
885
+ * - Manage Veg/Flower Plants Inventory
886
+ * PUT UpdatePlantBatchesStrain
887
+ */
888
+ updatePlantBatchesStrain<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
889
+ /**
890
+ * Replaces tags for plant batches at a specified Facility.
891
+ * Permissions Required:
892
+ * - View Veg/Flower Plants
893
+ * - Manage Veg/Flower Plants Inventory
894
+ * PUT UpdatePlantBatchesTag
895
+ */
896
+ updatePlantBatchesTag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
897
+ /**
898
+ * Records additive usage for plants based on their location within a specified Facility.
899
+ * Permissions Required:
900
+ * - Manage Plants
901
+ * - Manage Plants Additives
902
+ * POST CreateAdditivesByLocation
903
+ */
904
+ createPlantsAdditivesByLocation<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
905
+ /**
906
+ * Records additive usage for plants by location using a predefined additive template at a specified Facility.
907
+ * Permissions Required:
908
+ * - Manage Plants Additives
909
+ * POST CreateAdditivesByLocationUsingTemplate
910
+ */
911
+ createPlantsAdditivesByLocationUsingTemplate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
912
+ /**
913
+ * Creates harvest product records from plant batches at a specified Facility.
914
+ * Permissions Required:
915
+ * - View Veg/Flower Plants
916
+ * - Manicure/Harvest Veg/Flower Plants
917
+ * POST CreateManicure
918
+ */
919
+ createPlantsManicure<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
920
+ /**
921
+ * Creates packages from plant batches at a specified Facility.
922
+ * Permissions Required:
923
+ * - View Immature Plants
924
+ * - Manage Immature Plants Inventory
925
+ * - View Veg/Flower Plants
926
+ * - Manage Veg/Flower Plants Inventory
927
+ * - View Packages
928
+ * - Create/Submit/Discontinue Packages
929
+ * POST CreatePlantBatchPackages
930
+ */
931
+ createPlantsPlantBatchPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
932
+ /**
933
+ * Records additive usage details applied to specific plants at a Facility.
934
+ * Permissions Required:
935
+ * - Manage Plants Additives
936
+ * POST CreatePlantsAdditives
937
+ */
938
+ createPlantsAdditives<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
939
+ /**
940
+ * Records additive usage for plants using predefined additive templates at a specified Facility.
941
+ * Permissions Required:
942
+ * - Manage Plants Additives
943
+ * POST CreatePlantsAdditivesUsingTemplate
944
+ */
945
+ createPlantsAdditivesUsingTemplate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
946
+ /**
947
+ * Creates new plant batches at a specified Facility from existing plant data.
948
+ * Permissions Required:
949
+ * - View Immature Plants
950
+ * - Manage Immature Plants Inventory
951
+ * - View Veg/Flower Plants
952
+ * - Manage Veg/Flower Plants Inventory
953
+ * POST CreatePlantsPlantings
954
+ */
955
+ createPlantsPlantings<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
956
+ /**
957
+ * Records waste events for plants at a Facility, including method, reason, and location details.
958
+ * Permissions Required:
959
+ * - Manage Plants Waste
960
+ * POST CreatePlantsWaste
961
+ */
962
+ createPlantsWaste<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
963
+ /**
964
+ * Removes plants from a Facility’s inventory while recording the reason for their disposal.
965
+ * Permissions Required:
966
+ * - View Veg/Flower Plants
967
+ * - Destroy Veg/Flower Plants
968
+ * DELETE DeletePlants
969
+ */
970
+ deletePlants<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
971
+ /**
972
+ * Retrieves additive records applied to plants at a specified Facility.
973
+ * Permissions Required:
974
+ * - View/Manage Plants Additives
975
+ * GET GetAdditives
976
+ */
977
+ getPlantsAdditives<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
978
+ /**
979
+ * Retrieves a list of all plant additive types defined within a Facility.
980
+ * GET GetAdditivesTypes
981
+ */
982
+ getPlantsAdditivesTypes<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
983
+ /**
984
+ * Retrieves flowering-phase plants at a specified Facility, optionally filtered by last modified date.
985
+ * Permissions Required:
986
+ * - View Veg/Flower Plants
987
+ * GET GetFloweringPlants
988
+ */
989
+ getFloweringPlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
990
+ /**
991
+ * Retrieves the list of growth phases supported by a specified Facility.
992
+ * GET GetGrowthPhases
993
+ */
994
+ getPlantsGrowthPhases<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
995
+ /**
996
+ * Retrieves inactive plants at a specified Facility.
997
+ * Permissions Required:
998
+ * - View Veg/Flower Plants
999
+ * GET GetInactivePlants
1000
+ */
1001
+ getInactivePlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1002
+ /**
1003
+ * Retrieves inactive mother-phase plants at a specified Facility.
1004
+ * Permissions Required:
1005
+ * - View Mother Plants
1006
+ * GET GetMotherInactivePlants
1007
+ */
1008
+ getMotherInactivePlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1009
+ /**
1010
+ * Retrieves mother-phase plants currently marked as on hold at a specified Facility.
1011
+ * Permissions Required:
1012
+ * - View Mother Plants
1013
+ * GET GetMotherOnHoldPlants
1014
+ */
1015
+ getMotherOnHoldPlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1016
+ /**
1017
+ * Retrieves mother-phase plants at a specified Facility.
1018
+ * Permissions Required:
1019
+ * - View Mother Plants
1020
+ * GET GetMotherPlants
1021
+ */
1022
+ getMotherPlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1023
+ /**
1024
+ * Retrieves plants that are currently on hold at a specified Facility.
1025
+ * Permissions Required:
1026
+ * - View Veg/Flower Plants
1027
+ * GET GetOnHoldPlants
1028
+ */
1029
+ getOnHoldPlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1030
+ /**
1031
+ * Retrieves a Plant by Id.
1032
+ * Permissions Required:
1033
+ * - View Veg/Flower Plants
1034
+ * GET GetPlantsById
1035
+ */
1036
+ getPlantsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1037
+ /**
1038
+ * Retrieves a Plant by label.
1039
+ * Permissions Required:
1040
+ * - View Veg/Flower Plants
1041
+ * GET GetPlantsByLabel
1042
+ */
1043
+ getPlantsByLabel<TResponse = any, TBody = any>(label: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1044
+ /**
1045
+ * Retrieves a list of recorded plant waste events for a specific Facility.
1046
+ * Permissions Required:
1047
+ * - View Plants Waste
1048
+ * GET GetPlantsWaste
1049
+ */
1050
+ getPlantsWaste<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1051
+ /**
1052
+ * Retrieves a list of all available plant waste methods for use within a Facility.
1053
+ * GET GetPlantsWasteMethods
1054
+ */
1055
+ getPlantsWasteMethods<TResponse = any, TBody = any>(body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1056
+ /**
1057
+ * Retriveves available reasons for recording mature plant waste at a specified Facility.
1058
+ * GET GetPlantsWasteReasons
1059
+ */
1060
+ getPlantsWasteReasons<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1061
+ /**
1062
+ * Retrieves vegetative-phase plants at a specified Facility, optionally filtered by last modified date.
1063
+ * Permissions Required:
1064
+ * - View Veg/Flower Plants
1065
+ * GET GetVegetativePlants
1066
+ */
1067
+ getVegetativePlants<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1068
+ /**
1069
+ * Retrieves a list of plants records linked to the specified plantWasteId for a given facility.
1070
+ * Permissions Required:
1071
+ * - View Plants Waste
1072
+ * GET GetWasteById
1073
+ */
1074
+ getPlantsWasteById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1075
+ /**
1076
+ * Retrieves a list of package records linked to the specified plantWasteId for a given facility.
1077
+ * Permissions Required:
1078
+ * - View Plants Waste
1079
+ * GET GetWastePackageById
1080
+ */
1081
+ getPlantsWastePackageById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1082
+ /**
1083
+ * Adjusts the recorded count of plants at a specified Facility.
1084
+ * Permissions Required:
1085
+ * - View Veg/Flower Plants
1086
+ * - Manage Veg/Flower Plants Inventory
1087
+ * PUT UpdateAdjustPlants
1088
+ */
1089
+ updateAdjustPlants<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1090
+ /**
1091
+ * Changes the growth phases of plants within a specified Facility.
1092
+ * Permissions Required:
1093
+ * - View Veg/Flower Plants
1094
+ * - Manage Veg/Flower Plants Inventory
1095
+ * PUT UpdateGrowthPhase
1096
+ */
1097
+ updatePlantsGrowthPhase<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1098
+ /**
1099
+ * Processes whole plant Harvest data for a specific Facility. NOTE: If HarvestName is excluded from the request body, or if it is passed in as null, the harvest name is auto-generated.
1100
+ * Permissions Required:
1101
+ * - View Veg/Flower Plants
1102
+ * - Manicure/Harvest Veg/Flower Plants
1103
+ * PUT UpdateHarvest
1104
+ */
1105
+ updatePlantsHarvest<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1106
+ /**
1107
+ * Merges multiple plant groups into a single group within a Facility.
1108
+ * Permissions Required:
1109
+ * - View Veg/Flower Plants
1110
+ * - Manicure/Harvest Veg/Flower Plants
1111
+ * PUT UpdateMerge
1112
+ */
1113
+ updatePlantsMerge<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1114
+ /**
1115
+ * Moves plant batches to new locations within a specified Facility.
1116
+ * Permissions Required:
1117
+ * - View Veg/Flower Plants
1118
+ * - Manage Veg/Flower Plants Inventory
1119
+ * PUT UpdatePlantsLocation
1120
+ */
1121
+ updatePlantsLocation<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1122
+ /**
1123
+ * Updates the strain information for plants within a Facility.
1124
+ * Permissions Required:
1125
+ * - View Veg/Flower Plants
1126
+ * - Manage Veg/Flower Plants Inventory
1127
+ * PUT UpdatePlantsStrain
1128
+ */
1129
+ updatePlantsStrain<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1130
+ /**
1131
+ * Replaces existing plant tags with new tags for plants within a Facility.
1132
+ * Permissions Required:
1133
+ * - View Veg/Flower Plants
1134
+ * - Manage Veg/Flower Plants Inventory
1135
+ * PUT UpdatePlantsTag
1136
+ */
1137
+ updatePlantsTag<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1138
+ /**
1139
+ * Splits an existing plant group into multiple groups within a Facility.
1140
+ * Permissions Required:
1141
+ * - View Plant
1142
+ * PUT UpdateSplit
1143
+ */
1144
+ updatePlantsSplit<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1145
+ /**
1146
+ * Adjusts the details of existing processing jobs at a Facility, including units of measure and associated packages.
1147
+ * Permissions Required:
1148
+ * - Manage Processing Job
1149
+ * POST CreateAdjustProcessingJob
1150
+ */
1151
+ createAdjustProcessingJob<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1152
+ /**
1153
+ * Creates new processing job types for a Facility, including name, category, description, steps, and attributes.
1154
+ * Permissions Required:
1155
+ * - Manage Processing Job
1156
+ * POST CreateJobTypes
1157
+ */
1158
+ createProcessingJobJobTypes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1159
+ /**
1160
+ * Creates packages from processing jobs at a Facility, including optional location and note assignments.
1161
+ * Permissions Required:
1162
+ * - Manage Processing Job
1163
+ * POST CreateProcessingJobPackages
1164
+ */
1165
+ createProcessingJobPackages<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1166
+ /**
1167
+ * Archives a Processing Job Type at a Facility, making it inactive for future use.
1168
+ * Permissions Required:
1169
+ * - Manage Processing Job
1170
+ * DELETE DeleteJobTypeById
1171
+ */
1172
+ deleteProcessingJobJobTypeById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1173
+ /**
1174
+ * Archives a Processing Job at a Facility by marking it as inactive and removing it from active use.
1175
+ * Permissions Required:
1176
+ * - Manage Processing Job
1177
+ * DELETE DeleteProcessingJobById
1178
+ */
1179
+ deleteProcessingJobById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1180
+ /**
1181
+ * Completes processing jobs at a Facility by recording final notes and waste measurements.
1182
+ * Permissions Required:
1183
+ * - Manage Processing Job
1184
+ * PUT FinishProcessingJob
1185
+ */
1186
+ finishProcessingJobProcessingJob<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1187
+ /**
1188
+ * Retrieves a list of all active processing job types defined within a Facility.
1189
+ * Permissions Required:
1190
+ * - Manage Processing Job
1191
+ * GET GetActiveJobTypes
1192
+ */
1193
+ getProcessingJobActiveJobTypes<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1194
+ /**
1195
+ * Retrieves active processing jobs at a specified Facility.
1196
+ * Permissions Required:
1197
+ * - Manage Processing Job
1198
+ * GET GetActiveProcessingJob
1199
+ */
1200
+ getActiveProcessingJob<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1201
+ /**
1202
+ * Retrieves a list of all inactive processing job types defined within a Facility.
1203
+ * Permissions Required:
1204
+ * - Manage Processing Job
1205
+ * GET GetInactiveJobTypes
1206
+ */
1207
+ getProcessingJobInactiveJobTypes<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1208
+ /**
1209
+ * Retrieves inactive processing jobs at a specified Facility.
1210
+ * Permissions Required:
1211
+ * - Manage Processing Job
1212
+ * GET GetInactiveProcessingJob
1213
+ */
1214
+ getInactiveProcessingJob<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1215
+ /**
1216
+ * Retrieves all processing job attributes available for a Facility.
1217
+ * Permissions Required:
1218
+ * - Manage Processing Job
1219
+ * GET GetJobTypesAttributes
1220
+ */
1221
+ getProcessingJobJobTypesAttributes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1222
+ /**
1223
+ * Retrieves all processing job categories available for a specified Facility.
1224
+ * Permissions Required:
1225
+ * - Manage Processing Job
1226
+ * GET GetJobTypesCategories
1227
+ */
1228
+ getProcessingJobJobTypesCategories<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1229
+ /**
1230
+ * Retrieves a ProcessingJob by Id.
1231
+ * Permissions Required:
1232
+ * - Manage Processing Job
1233
+ * GET GetProcessingJobById
1234
+ */
1235
+ getProcessingJobById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1236
+ /**
1237
+ * Initiates new processing jobs at a Facility, including job details and associated packages.
1238
+ * Permissions Required:
1239
+ * - Manage Processing Job
1240
+ * POST StartProcessingJob
1241
+ */
1242
+ startProcessingJobProcessingJob<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1243
+ /**
1244
+ * Reopens previously completed processing jobs at a Facility to allow further updates or corrections.
1245
+ * Permissions Required:
1246
+ * - Manage Processing Job
1247
+ * PUT UnfinishProcessingJob
1248
+ */
1249
+ unfinishProcessingJobProcessingJob<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1250
+ /**
1251
+ * Updates existing processing job types at a Facility, including their name, category, description, steps, and attributes.
1252
+ * Permissions Required:
1253
+ * - Manage Processing Job
1254
+ * PUT UpdateJobTypes
1255
+ */
1256
+ updateProcessingJobJobTypes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1257
+ /**
1258
+ * Facilitate association of QR codes and Package labels. This will return the count of packages and QR codes associated that were added or replaced.
1259
+ * Permissions Required:
1260
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
1261
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
1262
+ * - Industry/View Packages
1263
+ * - One of the following: Industry/Facility Type/Can Receive Associate Product Label, Licensee/Receive Associate Product Label or Admin/Employees/Packages Page/Product Labels(Manage)
1264
+ * POST CreateAssociate
1265
+ */
1266
+ createRetailIdAssociate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1267
+ /**
1268
+ * Allows you to generate a specific quantity of QR codes. Id value returned (issuance ID) could be used for printing.
1269
+ * Permissions Required:
1270
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
1271
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
1272
+ * - Industry/View Packages
1273
+ * - One of the following: Industry/Facility Type/Can Download Product Label, Licensee/Download Product Label or Admin/Employees/Packages Page/Product Labels(Manage)
1274
+ * POST CreateGenerate
1275
+ */
1276
+ createRetailIdGenerate<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1277
+ /**
1278
+ * Merge and adjust one source to one target Package. First Package detected will be processed as target Package. This requires an action reason with name containing the 'Merge' word and setup with 'Package adjustment' area.
1279
+ * Permissions Required:
1280
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
1281
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
1282
+ * - Key Value Settings/Retail ID Merge Packages Enabled
1283
+ * POST CreateMerge
1284
+ */
1285
+ createRetailIdMerge<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1286
+ /**
1287
+ * Retrieves Package information for given list of Package labels.
1288
+ * Permissions Required:
1289
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
1290
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
1291
+ * - Industry/View Packages
1292
+ * - Admin/Employees/Packages Page/Product Labels(Manage)
1293
+ * POST CreatePackagesInfo
1294
+ */
1295
+ createRetailIdPackagesInfo<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1296
+ /**
1297
+ * Retrieves the available Retail Item ID quota for a facility.
1298
+ * Permissions Required:
1299
+ * - Download Product Labels
1300
+ * - Manage Product Labels
1301
+ * - Manage Tag Orders
1302
+ * GET GetAllotment
1303
+ */
1304
+ getRetailIdAllotment<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1305
+ /**
1306
+ * Get a list of eaches (Retail ID QR code URL) and sibling tags based on given Package label.
1307
+ * Permissions Required:
1308
+ * - External Sources(ThirdPartyVendorV2)/Manage RetailId
1309
+ * - WebApi Retail ID Read Write State (All or ReadOnly)
1310
+ * - Industry/View Packages
1311
+ * - One of the following: Industry/Facility Type/Can Receive Associate Product Label, Licensee/Receive Associate Product Label or Admin/Employees/Packages Page/Product Labels(View or Manage)
1312
+ * GET GetReceiveByLabel
1313
+ */
1314
+ getRetailIdReceiveByLabel<TResponse = any, TBody = any>(label: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1315
+ /**
1316
+ * Get a list of eaches (Retail ID QR code URL) and sibling tags based on given short code value (first segment in Retail ID QR code URL).
1317
+ * Permissions Required:
1318
+ * - External Sources(ThirdPartyVendorV2)/Manage RetailId
1319
+ * - WebApi Retail ID Read Write State (All or ReadOnly)
1320
+ * - Industry/View Packages
1321
+ * - One of the following: Industry/Facility Type/Can Receive Associate Product Label, Licensee/Receive Associate Product Label or Admin/Employees/Packages Page/Product Labels(View or Manage)
1322
+ * GET GetReceiveQrByShortCode
1323
+ */
1324
+ getRetailIdReceiveQrByShortCode<TResponse = any, TBody = any>(shortCode: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1325
+ /**
1326
+ * Records new sales delivery entries for a given License Number. Please note: The SalesDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1327
+ * Permissions Required:
1328
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1329
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1330
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1331
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1332
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1333
+ * POST CreateDeliveries
1334
+ */
1335
+ createSalesDeliveries<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1336
+ /**
1337
+ * Processes the departure of retailer deliveries for a Facility using the provided License Number and delivery data.
1338
+ * Permissions Required:
1339
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1340
+ * - Industry/Facility Type/Retailer Delivery
1341
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1342
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1343
+ * - Manage Retailer Delivery
1344
+ * POST CreateDeliveriesRetailerDepart
1345
+ */
1346
+ createSalesDeliveriesRetailerDepart<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1347
+ /**
1348
+ * Ends retailer delivery records for a given License Number. Please note: The ActualArrivalDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1349
+ * Permissions Required:
1350
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1351
+ * - Industry/Facility Type/Retailer Delivery
1352
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1353
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1354
+ * - Manage Retailer Delivery
1355
+ * POST CreateDeliveriesRetailerEnd
1356
+ */
1357
+ createSalesDeliveriesRetailerEnd<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1358
+ /**
1359
+ * Records restock deliveries for retailer facilities using the provided License Number. Please note: The DateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1360
+ * Permissions Required:
1361
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1362
+ * - Industry/Facility Type/Retailer Delivery
1363
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1364
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1365
+ * - Manage Retailer Delivery
1366
+ * POST CreateDeliveriesRetailerRestock
1367
+ */
1368
+ createSalesDeliveriesRetailerRestock<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1369
+ /**
1370
+ * Records a list of sales deliveries for a given License Number. Please note: The SalesDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1371
+ * Permissions Required:
1372
+ * - External Sources(ThirdPartyVendorV2)/Sales (Write)
1373
+ * - Industry/Facility Type/Consumer Sales or Industry/Facility Type/Patient Sales or Industry/Facility Type/External Patient Sales or Industry/Facility Type/Caregiver Sales
1374
+ * - Industry/Facility Type/Advanced Sales
1375
+ * - WebApi Sales Read Write State (All or WriteOnly)
1376
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1377
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1378
+ * POST CreateReceipts
1379
+ */
1380
+ createSalesReceipts<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1381
+ /**
1382
+ * Records retailer delivery data for a given License Number, including delivery destinations. Please note: The DateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1383
+ * Permissions Required:
1384
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1385
+ * - Industry/Facility Type/Retailer Delivery
1386
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1387
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1388
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1389
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1390
+ * - Manage Retailer Delivery
1391
+ * POST CreateSalesDeliveriesRetailer
1392
+ */
1393
+ createSalesDeliveriesRetailer<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1394
+ /**
1395
+ * Voids a sales delivery for a Facility using the provided License Number and delivery Id.
1396
+ * Permissions Required:
1397
+ * - Manage Sales Delivery
1398
+ * DELETE DeleteDeliveryById
1399
+ */
1400
+ deleteSalesDeliveryById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1401
+ /**
1402
+ * Voids a retailer delivery for a Facility using the provided License Number and delivery Id.
1403
+ * Permissions Required:
1404
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1405
+ * - Industry/Facility Type/Retailer Delivery
1406
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1407
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1408
+ * - Manage Retailer Delivery
1409
+ * DELETE DeleteDeliveryRetailerById
1410
+ */
1411
+ deleteSalesDeliveryRetailerById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1412
+ /**
1413
+ * Archives a sales receipt for a Facility using the provided License Number and receipt Id.
1414
+ * Permissions Required:
1415
+ * - Manage Sales
1416
+ * DELETE DeleteReceiptById
1417
+ */
1418
+ deleteSalesReceiptById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1419
+ /**
1420
+ * Returns a list of active sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
1421
+ * Permissions Required:
1422
+ * - View Sales Delivery
1423
+ * - Manage Sales Delivery
1424
+ * GET GetActiveDeliveries
1425
+ */
1426
+ getSalesActiveDeliveries<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1427
+ /**
1428
+ * Returns a list of active retailer deliveries for a Facility, optionally filtered by last modified date range
1429
+ * Permissions Required:
1430
+ * - View Retailer Delivery
1431
+ * - Manage Retailer Delivery
1432
+ * GET GetActiveDeliveriesRetailer
1433
+ */
1434
+ getSalesActiveDeliveriesRetailer<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1435
+ /**
1436
+ * Returns a list of active sales receipts for a Facility, filtered by optional sales or last modified date ranges.
1437
+ * Permissions Required:
1438
+ * - View Sales
1439
+ * - Manage Sales
1440
+ * GET GetActiveReceipts
1441
+ */
1442
+ getSalesActiveReceipts<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1443
+ /**
1444
+ * Returns a list of counties available for sales deliveries.
1445
+ * GET GetCounties
1446
+ */
1447
+ getSalesCounties<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
1448
+ /**
1449
+ * Returns a list of customer types.
1450
+ * GET GetCustomerTypes
1451
+ */
1452
+ getSalesCustomerTypes<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
1453
+ /**
1454
+ * Returns a list of return reasons for sales deliveries based on the provided License Number.
1455
+ * Permissions Required:
1456
+ * - Sales Delivery
1457
+ * GET GetDeliveriesReturnReasons
1458
+ */
1459
+ getSalesDeliveriesReturnReasons<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1460
+ /**
1461
+ * Retrieves a retailer delivery record by its ID, with an optional License Number.
1462
+ * Permissions Required:
1463
+ * - View Retailer Delivery
1464
+ * - Manage Retailer Delivery
1465
+ * GET GetDeliveryRetailerById
1466
+ */
1467
+ getSalesDeliveryRetailerById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1468
+ /**
1469
+ * Returns a list of inactive sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
1470
+ * Permissions Required:
1471
+ * - View Sales Delivery
1472
+ * - Manage Sales Delivery
1473
+ * GET GetInactiveDeliveries
1474
+ */
1475
+ getSalesInactiveDeliveries<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1476
+ /**
1477
+ * Returns a list of inactive retailer deliveries for a Facility, optionally filtered by last modified date range
1478
+ * Permissions Required:
1479
+ * - View Retailer Delivery
1480
+ * - Manage Retailer Delivery
1481
+ * GET GetInactiveDeliveriesRetailer
1482
+ */
1483
+ getSalesInactiveDeliveriesRetailer<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1484
+ /**
1485
+ * Returns a list of inactive sales receipts for a Facility, filtered by optional sales or last modified date ranges.
1486
+ * Permissions Required:
1487
+ * - View Sales
1488
+ * - Manage Sales
1489
+ * GET GetInactiveReceipts
1490
+ */
1491
+ getSalesInactiveReceipts<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1492
+ /**
1493
+ * Returns a list of valid Patient registration locations for sales.
1494
+ * GET GetPatientRegistrationLocations
1495
+ */
1496
+ getSalesPatientRegistrationLocations<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
1497
+ /**
1498
+ * Returns a list of available payment types for the specified License Number.
1499
+ * Permissions Required:
1500
+ * - View Sales Delivery
1501
+ * - Manage Sales Delivery
1502
+ * GET GetPaymentTypes
1503
+ */
1504
+ getSalesPaymentTypes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1505
+ /**
1506
+ * Retrieves a sales receipt by its Id, with an optional License Number.
1507
+ * Permissions Required:
1508
+ * - View Sales
1509
+ * - Manage Sales
1510
+ * GET GetReceiptById
1511
+ */
1512
+ getSalesReceiptById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1513
+ /**
1514
+ * Retrieves a Sales Receipt by its external number, with an optional License Number.
1515
+ * Permissions Required:
1516
+ * - View Sales
1517
+ * - Manage Sales
1518
+ * GET GetReceiptsExternalByExternalNumber
1519
+ */
1520
+ getSalesReceiptsExternalByExternalNumber<TResponse = any, TBody = any>(externalNumber: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1521
+ /**
1522
+ * Retrieves a sales delivery record by its Id, with an optional License Number.
1523
+ * Permissions Required:
1524
+ * - View Sales Delivery
1525
+ * - Manage Sales Delivery
1526
+ * GET GetSalesDeliveryById
1527
+ */
1528
+ getSalesDeliveryById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1529
+ /**
1530
+ * Updates sales delivery records for a given License Number. Please note: The SalesDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1531
+ * Permissions Required:
1532
+ * - Manage Sales Delivery
1533
+ * PUT UpdateDeliveries
1534
+ */
1535
+ updateSalesDeliveries<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1536
+ /**
1537
+ * Completes a list of sales deliveries for a Facility using the provided License Number and delivery data.
1538
+ * Permissions Required:
1539
+ * - Manage Sales Delivery
1540
+ * PUT UpdateDeliveriesComplete
1541
+ */
1542
+ updateSalesDeliveriesComplete<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1543
+ /**
1544
+ * Updates hub transporter details for a given License Number. Please note: The SalesDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1545
+ * Permissions Required:
1546
+ * - Manage Sales Delivery, Manage Sales Delivery Hub
1547
+ * PUT UpdateDeliveriesHub
1548
+ */
1549
+ updateSalesDeliveriesHub<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1550
+ /**
1551
+ * Accepts a list of hub sales deliveries for a Facility based on the provided License Number and delivery data.
1552
+ * Permissions Required:
1553
+ * - Manage Sales Delivery Hub
1554
+ * PUT UpdateDeliveriesHubAccept
1555
+ */
1556
+ updateSalesDeliveriesHubAccept<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1557
+ /**
1558
+ * Processes the departure of hub sales deliveries for a Facility using the provided License Number and delivery data.
1559
+ * Permissions Required:
1560
+ * - Manage Sales Delivery Hub
1561
+ * PUT UpdateDeliveriesHubDepart
1562
+ */
1563
+ updateSalesDeliveriesHubDepart<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1564
+ /**
1565
+ * Verifies identification for a list of hub sales deliveries using the provided License Number and delivery data.
1566
+ * Permissions Required:
1567
+ * - Manage Sales Delivery Hub
1568
+ * PUT UpdateDeliveriesHubVerifyID
1569
+ */
1570
+ updateSalesDeliveriesHubVerifyID<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1571
+ /**
1572
+ * Updates retailer delivery records for a given License Number. Please note: The DateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1573
+ * Permissions Required:
1574
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1575
+ * - Industry/Facility Type/Retailer Delivery
1576
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1577
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1578
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1579
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1580
+ * - Manage Retailer Delivery
1581
+ * PUT UpdateDeliveriesRetailer
1582
+ */
1583
+ updateSalesDeliveriesRetailer<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1584
+ /**
1585
+ * Updates sales receipt records for a given License Number. Please note: The SalesDateTime field must be the actual date and time of the transaction without the time zone. This date/time must already be in the same time zone as the Facility recording the sales. For example, if the Facility is in Pacific Time, then this time must be in Pacific Standard (or Daylight Savings) Time and not in UTC.
1586
+ * Permissions Required:
1587
+ * - Manage Sales
1588
+ * PUT UpdateReceipts
1589
+ */
1590
+ updateSalesReceipts<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1591
+ /**
1592
+ * Finalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
1593
+ * Permissions Required:
1594
+ * - Manage Sales
1595
+ * PUT UpdateReceiptsFinalize
1596
+ */
1597
+ updateSalesReceiptsFinalize<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1598
+ /**
1599
+ * Unfinalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
1600
+ * Permissions Required:
1601
+ * - Manage Sales
1602
+ * PUT UpdateReceiptsUnfinalize
1603
+ */
1604
+ updateSalesReceiptsUnfinalize<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1605
+ /**
1606
+ * This endpoint is used to handle the setup of an external integrator for sandbox environments. It processes a request to create a new sandbox user for integration based on an external source's API key. It checks whether the API key is valid, manages the user creation process, and returns an appropriate status based on the current state of the request.
1607
+ * POST CreateIntegratorSetup
1608
+ */
1609
+ createSandboxIntegratorSetup<TResponse = any, TBody = any>(body?: TBody, userKey?: string): Promise<TResponse>;
1610
+ /**
1611
+ * Creates new strain records for a specified Facility.
1612
+ * Permissions Required:
1613
+ * - Manage Strains
1614
+ * POST CreateStrains
1615
+ */
1616
+ createStrains<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1617
+ /**
1618
+ * Archives an existing strain record for a Facility
1619
+ * Permissions Required:
1620
+ * - Manage Strains
1621
+ * DELETE DeleteStrainsById
1622
+ */
1623
+ deleteStrainsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1624
+ /**
1625
+ * Retrieves a list of active strains for the current Facility, optionally filtered by last modified date range.
1626
+ * Permissions Required:
1627
+ * - Manage Strains
1628
+ * GET GetActiveStrains
1629
+ */
1630
+ getActiveStrains<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1631
+ /**
1632
+ * Retrieves a list of inactive strains for the current Facility, optionally filtered by last modified date range.
1633
+ * Permissions Required:
1634
+ * - Manage Strains
1635
+ * GET GetInactiveStrains
1636
+ */
1637
+ getInactiveStrains<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1638
+ /**
1639
+ * Retrieves a Strain record by its Id, with an optional license number.
1640
+ * Permissions Required:
1641
+ * - Manage Strains
1642
+ * GET GetStrainsById
1643
+ */
1644
+ getStrainsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1645
+ /**
1646
+ * Updates existing strain records for a specified Facility.
1647
+ * Permissions Required:
1648
+ * - Manage Strains
1649
+ * PUT UpdateStrains
1650
+ */
1651
+ updateStrains<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1652
+ /**
1653
+ * Creates new sublocation records for a Facility.
1654
+ * Permissions Required:
1655
+ * - Manage Locations
1656
+ * POST CreateSublocations
1657
+ */
1658
+ createSublocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1659
+ /**
1660
+ * Archives an existing Sublocation record for a Facility.
1661
+ * Permissions Required:
1662
+ * - Manage Locations
1663
+ * DELETE DeleteSublocationsById
1664
+ */
1665
+ deleteSublocationsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1666
+ /**
1667
+ * Retrieves a list of active sublocations for the current Facility, optionally filtered by last modified date range.
1668
+ * Permissions Required:
1669
+ * - Manage Locations
1670
+ * GET GetActiveSublocations
1671
+ */
1672
+ getActiveSublocations<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1673
+ /**
1674
+ * Retrieves a list of inactive sublocations for the specified Facility.
1675
+ * Permissions Required:
1676
+ * - Manage Locations
1677
+ * GET GetInactiveSublocations
1678
+ */
1679
+ getInactiveSublocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1680
+ /**
1681
+ * Retrieves a Sublocation by its Id, with an optional license number.
1682
+ * Permissions Required:
1683
+ * - Manage Locations
1684
+ * GET GetSublocationsById
1685
+ */
1686
+ getSublocationsById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1687
+ /**
1688
+ * Updates existing sublocation records for a specified Facility.
1689
+ * Permissions Required:
1690
+ * - Manage Locations
1691
+ * PUT UpdateSublocations
1692
+ */
1693
+ updateSublocations<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1694
+ /**
1695
+ * Returns a list of available package tags. NOTE: This is a premium endpoint.
1696
+ * Permissions Required:
1697
+ * - Manage Tags
1698
+ * GET GetAvailablePackage
1699
+ */
1700
+ getTagsAvailablePackage<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1701
+ /**
1702
+ * Returns a list of available plant tags. NOTE: This is a premium endpoint.
1703
+ * Permissions Required:
1704
+ * - Manage Tags
1705
+ * GET GetAvailablePlant
1706
+ */
1707
+ getTagsAvailablePlant<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1708
+ /**
1709
+ * Returns a list of staged tags. NOTE: This is a premium endpoint.
1710
+ * Permissions Required:
1711
+ * - Manage Tags
1712
+ * - RetailId.AllowPackageStaging Key Value enabled
1713
+ * GET GetStagedTags
1714
+ */
1715
+ getStagedTags<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1716
+ /**
1717
+ * Arrive a transfer for a Facility.
1718
+ * Permissions Required:
1719
+ * - Manage Transfer Hub
1720
+ * POST CreateHubArrive
1721
+ */
1722
+ createTransfersHubArrive<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1723
+ /**
1724
+ * CheckIn a transfer for a Facility.
1725
+ * Permissions Required:
1726
+ * - Manage Transfer Hub
1727
+ * POST CreateHubCheckin
1728
+ */
1729
+ createTransfersHubCheckin<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1730
+ /**
1731
+ * CheckOut a transfer for a Facility.
1732
+ * Permissions Required:
1733
+ * - Manage Transfer Hub
1734
+ * POST CreateHubCheckout
1735
+ */
1736
+ createTransfersHubCheckout<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1737
+ /**
1738
+ * Depart a transfer for a Facility.
1739
+ * Permissions Required:
1740
+ * - Manage Transfer Hub
1741
+ * POST CreateHubDepart
1742
+ */
1743
+ createTransfersHubDepart<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1744
+ /**
1745
+ * Creates external incoming shipment plans for a Facility.
1746
+ * Permissions Required:
1747
+ * - Manage Transfers
1748
+ * POST CreateIncomingExternal
1749
+ */
1750
+ createTransfersIncomingExternal<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1751
+ /**
1752
+ * Creates new transfer templates for a Facility.
1753
+ * Permissions Required:
1754
+ * - Manage Transfer Templates
1755
+ * POST CreateOutgoingTemplates
1756
+ */
1757
+ createTransfersOutgoingTemplates<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1758
+ /**
1759
+ * Voids an external incoming shipment plan for a Facility.
1760
+ * Permissions Required:
1761
+ * - Manage Transfers
1762
+ * DELETE DeleteIncomingExternalById
1763
+ */
1764
+ deleteTransfersIncomingExternalById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1765
+ /**
1766
+ * Archives a transfer template for a Facility.
1767
+ * Permissions Required:
1768
+ * - Manage Transfer Templates
1769
+ * DELETE DeleteOutgoingTemplateById
1770
+ */
1771
+ deleteTransfersOutgoingTemplateById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1772
+ /**
1773
+ * Returns a list of available shipment Package states.
1774
+ * GET GetDeliveriesPackagesStates
1775
+ */
1776
+ getTransfersDeliveriesPackagesStates<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
1777
+ /**
1778
+ * Retrieves a list of packages associated with a given Transfer Delivery Id. Please note: The {id} parameter above represents a Transfer Delivery Id, not a Manifest Number.
1779
+ * Permissions Required:
1780
+ * - Manage Transfers
1781
+ * - View Transfers
1782
+ * GET GetDeliveryPackageById
1783
+ */
1784
+ getTransfersDeliveryPackageById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1785
+ /**
1786
+ * Retrieves a list of required lab test batches for a given Transfer Delivery Package Id. Please note: The {id} parameter above represents a Transfer Delivery Package Id, not a Manifest Number.
1787
+ * Permissions Required:
1788
+ * - Manage Transfers
1789
+ * - View Transfers
1790
+ * GET GetDeliveryPackageRequiredlabtestbatchById
1791
+ */
1792
+ getTransfersDeliveryPackageRequiredlabtestbatchById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1793
+ /**
1794
+ * Retrieves a list of wholesale shipment packages for a given Transfer Delivery Id. Please note: The {id} parameter above represents a Transfer Delivery Id, not a Manifest Number.
1795
+ * Permissions Required:
1796
+ * - Manage Transfers
1797
+ * - View Transfers
1798
+ * GET GetDeliveryPackageWholesaleById
1799
+ */
1800
+ getTransfersDeliveryPackageWholesaleById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1801
+ /**
1802
+ * Retrieves a list of transporters for a given Transfer Delivery Id. Please note: The {id} parameter above represents a Transfer Delivery Id, not a Manifest Number.
1803
+ * Permissions Required:
1804
+ * - Manage Transfers
1805
+ * - View Transfers
1806
+ * GET GetDeliveryTransporterById
1807
+ */
1808
+ getTransfersDeliveryTransporterById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1809
+ /**
1810
+ * Retrieves a list of transporter details for a given Transfer Delivery Id. Please note: The {id} parameter above represents a Transfer Delivery Id, not a Manifest Number.
1811
+ * Permissions Required:
1812
+ * - Manage Transfers
1813
+ * - View Transfers
1814
+ * GET GetDeliveryTransporterDetailById
1815
+ */
1816
+ getTransfersDeliveryTransporterDetailById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1817
+ /**
1818
+ * Retrieves a list of transfer hub shipments for a Facility, filtered by either last modified or estimated arrival date range.
1819
+ * Permissions Required:
1820
+ * - Manage Transfers
1821
+ * - View Transfers
1822
+ * GET GetHub
1823
+ */
1824
+ getTransfersHub<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1825
+ /**
1826
+ * Retrieves a list of incoming shipments for a Facility, optionally filtered by last modified date range.
1827
+ * Permissions Required:
1828
+ * - Manage Transfers
1829
+ * - View Transfers
1830
+ * GET GetIncomingTransfers
1831
+ */
1832
+ getIncomingTransfers<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1833
+ /**
1834
+ * Get Transfer Manifest HTML for a given Transfer Id. Please note: The {id} parameter above represents a Transfer Id.
1835
+ * Permissions Required:
1836
+ * - Manage Transfers
1837
+ * - View Transfers
1838
+ * GET GetManifestHtmlById
1839
+ */
1840
+ getTransfersManifestHtmlById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1841
+ /**
1842
+ * Get Transfer Manifest PDF for a given Transfer Id
1843
+ * Permissions Required:
1844
+ * - Manage Transfer Templates
1845
+ * - View Transfer Templates
1846
+ * GET GetManifestPdfById
1847
+ */
1848
+ getTransfersManifestPdfById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1849
+ /**
1850
+ * Retrieves a list of deliveries associated with a specific transfer template.
1851
+ * Permissions Required:
1852
+ * - Manage Transfer Templates
1853
+ * - View Transfer Templates
1854
+ * GET GetOutgoingTemplateDeliveryById
1855
+ */
1856
+ getTransfersOutgoingTemplateDeliveryById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1857
+ /**
1858
+ * Retrieves a list of delivery package templates for a given Transfer Template Delivery Id. Please note: The {id} parameter above represents a Transfer Template Delivery Id, not a Manifest Number.
1859
+ * Permissions Required:
1860
+ * - Manage Transfer Templates
1861
+ * - View Transfer Templates
1862
+ * GET GetOutgoingTemplateDeliveryPackageById
1863
+ */
1864
+ getTransfersOutgoingTemplateDeliveryPackageById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1865
+ /**
1866
+ * Retrieves a list of transporter templates for a given Transfer Template Delivery Id. Please note: The {id} parameter above represents a Transfer Template Delivery Id, not a Manifest Number.
1867
+ * Permissions Required:
1868
+ * - Manage Transfer Templates
1869
+ * - View Transfer Templates
1870
+ * GET GetOutgoingTemplateDeliveryTransporterById
1871
+ */
1872
+ getTransfersOutgoingTemplateDeliveryTransporterById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1873
+ /**
1874
+ * Retrieves detailed transporter templates for a given Transfer Template Delivery Id. Please note: The {id} parameter above represents a Transfer Template Delivery Id, not a Manifest Number.
1875
+ * Permissions Required:
1876
+ * - Manage Transfer Templates
1877
+ * - View Transfer Templates
1878
+ * GET GetOutgoingTemplateDeliveryTransporterDetailById
1879
+ */
1880
+ getTransfersOutgoingTemplateDeliveryTransporterDetailById<TResponse = any, TBody = any>(id: string, body?: TBody): Promise<TResponse>;
1881
+ /**
1882
+ * Retrieves a list of transfer templates for a Facility, optionally filtered by last modified date range.
1883
+ * Permissions Required:
1884
+ * - Manage Transfer Templates
1885
+ * - View Transfer Templates
1886
+ * GET GetOutgoingTemplates
1887
+ */
1888
+ getTransfersOutgoingTemplates<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1889
+ /**
1890
+ * Retrieves a list of outgoing shipments for a Facility, optionally filtered by last modified date range.
1891
+ * Permissions Required:
1892
+ * - Manage Transfers
1893
+ * - View Transfers
1894
+ * GET GetOutgoingTransfers
1895
+ */
1896
+ getOutgoingTransfers<TResponse = any, TBody = any>(body?: TBody, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1897
+ /**
1898
+ * Retrieves a list of shipments with rejected packages for a Facility.
1899
+ * Permissions Required:
1900
+ * - Manage Transfers
1901
+ * - View Transfers
1902
+ * GET GetRejectedTransfers
1903
+ */
1904
+ getRejectedTransfers<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1905
+ /**
1906
+ * Retrieves a list of shipment deliveries for a given Transfer Id. Please note: The {id} parameter above represents a Transfer Id.
1907
+ * Permissions Required:
1908
+ * - Manage Transfers
1909
+ * - View Transfers
1910
+ * GET GetTransfersDeliveryById
1911
+ */
1912
+ getTransfersDeliveryById<TResponse = any, TBody = any>(id: string, body?: TBody, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1913
+ /**
1914
+ * Retrieves a list of available transfer types for a Facility based on its license number.
1915
+ * GET GetTransfersTypes
1916
+ */
1917
+ getTransfersTypes<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1918
+ /**
1919
+ * Updates external incoming shipment plans for a Facility.
1920
+ * Permissions Required:
1921
+ * - Manage Transfers
1922
+ * PUT UpdateIncomingExternal
1923
+ */
1924
+ updateTransfersIncomingExternal<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1925
+ /**
1926
+ * Updates existing transfer templates for a Facility.
1927
+ * Permissions Required:
1928
+ * - Manage Transfer Templates
1929
+ * PUT UpdateOutgoingTemplates
1930
+ */
1931
+ updateTransfersOutgoingTemplates<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1932
+ /**
1933
+ * Creates new driver records for a Facility.
1934
+ * Permissions Required:
1935
+ * - Manage Transporters
1936
+ * POST CreateDrivers
1937
+ */
1938
+ createTransportersDrivers<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1939
+ /**
1940
+ * Creates new vehicle records for a Facility.
1941
+ * Permissions Required:
1942
+ * - Manage Transporters
1943
+ * POST CreateVehicles
1944
+ */
1945
+ createTransportersVehicles<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1946
+ /**
1947
+ * Archives a Driver record for a Facility. Please note: The {id} parameter above represents a Driver Id.
1948
+ * Permissions Required:
1949
+ * - Manage Transporters
1950
+ * DELETE DeleteDriverById
1951
+ */
1952
+ deleteTransportersDriverById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1953
+ /**
1954
+ * Archives a Vehicle for a facility. Please note: The {id} parameter above represents a Vehicle Id.
1955
+ * Permissions Required:
1956
+ * - Manage Transporters
1957
+ * DELETE DeleteVehicleById
1958
+ */
1959
+ deleteTransportersVehicleById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1960
+ /**
1961
+ * Retrieves a Driver by its Id, with an optional license number. Please note: The {id} parameter above represents a Driver Id.
1962
+ * Permissions Required:
1963
+ * - Transporters
1964
+ * GET GetDriverById
1965
+ */
1966
+ getTransportersDriverById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1967
+ /**
1968
+ * Retrieves a list of drivers for a Facility.
1969
+ * Permissions Required:
1970
+ * - Transporters
1971
+ * GET GetDrivers
1972
+ */
1973
+ getTransportersDrivers<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1974
+ /**
1975
+ * Retrieves a Vehicle by its Id, with an optional license number. Please note: The {id} parameter above represents a Vehicle Id.
1976
+ * Permissions Required:
1977
+ * - Transporters
1978
+ * GET GetVehicleById
1979
+ */
1980
+ getTransportersVehicleById<TResponse = any, TBody = any>(id: string, body?: TBody, licenseNumber?: string): Promise<TResponse>;
1981
+ /**
1982
+ * Retrieves a list of vehicles for a Facility.
1983
+ * Permissions Required:
1984
+ * - Transporters
1985
+ * GET GetVehicles
1986
+ */
1987
+ getTransportersVehicles<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string, pageNumber?: number, pageSize?: string): Promise<TResponse>;
1988
+ /**
1989
+ * Updates existing driver records for a Facility.
1990
+ * Permissions Required:
1991
+ * - Manage Transporters
1992
+ * PUT UpdateDrivers
1993
+ */
1994
+ updateTransportersDrivers<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
1995
+ /**
1996
+ * Updates existing vehicle records for a facility.
1997
+ * Permissions Required:
1998
+ * - Manage Transporters
1999
+ * PUT UpdateVehicles
2000
+ */
2001
+ updateTransportersVehicles<TResponse = any, TBody = any>(body?: TBody, licenseNumber?: string): Promise<TResponse>;
2002
+ /**
2003
+ * Retrieves all active units of measure.
2004
+ * GET GetActiveUnitsOfMeasure
2005
+ */
2006
+ getActiveUnitsOfMeasure<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
2007
+ /**
2008
+ * Retrieves all inactive units of measure.
2009
+ * GET GetInactiveUnitsOfMeasure
2010
+ */
2011
+ getInactiveUnitsOfMeasure<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
2012
+ /**
2013
+ * Retrieves all available waste methods.
2014
+ * GET GetWasteMethodsWasteMethods
2015
+ */
2016
+ getWasteMethodsWasteMethods<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
2017
+ /**
2018
+ *
2019
+ * DELETE DeleteWebhooksBySubscriptionId
2020
+ */
2021
+ deleteWebhooksBySubscriptionId<TResponse = any, TBody = any>(subscriptionId: string, body?: TBody): Promise<TResponse>;
2022
+ /**
2023
+ *
2024
+ * GET GetWebhooks
2025
+ */
2026
+ getWebhooks<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
2027
+ /**
2028
+ *
2029
+ * PUT UpdateDisableBySubscriptionId
2030
+ */
2031
+ updateWebhooksDisableBySubscriptionId<TResponse = any, TBody = any>(subscriptionId: string, body?: TBody): Promise<TResponse>;
2032
+ /**
2033
+ *
2034
+ * PUT UpdateEnableBySubscriptionId
2035
+ */
2036
+ updateWebhooksEnableBySubscriptionId<TResponse = any, TBody = any>(subscriptionId: string, body?: TBody): Promise<TResponse>;
2037
+ /**
2038
+ *
2039
+ * PUT UpdateWebhooks
2040
+ */
2041
+ updateWebhooks<TResponse = any, TBody = any>(body?: TBody): Promise<TResponse>;
2042
+ }