@thunkier/thunkmetrc-client 0.2.1 → 0.2.2

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 (3) hide show
  1. package/dist/index.d.ts +1707 -1707
  2. package/dist/index.js +3148 -3148
  3. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -3,30 +3,134 @@ export declare class MetrcClient {
3
3
  constructor(baseUrl: string, vendorKey: string, userKey: string);
4
4
  /**
5
5
  * Permissions Required:
6
- * - Manage Employees
6
+ * - View Packages
7
+ * - Manage Packages Inventory
7
8
  *
8
- * GET GetAll V1
9
+ * POST CreateRecord V1
9
10
  */
10
- employeesGetAllV1(body?: any, licenseNumber?: string): Promise<any>;
11
+ labTestsCreateRecordV1(body?: any, licenseNumber?: string): Promise<any>;
11
12
  /**
12
- * Retrieves a list of employees for a specified Facility.
13
+ * 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.
13
14
  *
14
15
  * Permissions Required:
15
- * - Manage Employees
16
- * - View Employees
16
+ * - View Packages
17
+ * - Manage Packages Inventory
17
18
  *
18
- * GET GetAll V2
19
+ * POST CreateRecord V2
19
20
  */
20
- employeesGetAllV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
21
+ labTestsCreateRecordV2(body?: any, licenseNumber?: string): Promise<any>;
21
22
  /**
22
- * Retrieves the permissions of a specified Employee, identified by their Employee License Number, for a given Facility.
23
+ * Retrieves a list of Lab Test batches.
23
24
  *
24
25
  * Permissions Required:
25
- * - Manage Employees
26
+ * - None
26
27
  *
27
- * GET GetPermissions V2
28
+ * GET GetBatches V2
28
29
  */
29
- employeesGetPermissionsV2(body?: any, employeeLicenseNumber?: string, licenseNumber?: string): Promise<any>;
30
+ labTestsGetBatchesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
31
+ /**
32
+ * Permissions Required:
33
+ * - View Packages
34
+ * - Manage Packages Inventory
35
+ *
36
+ * GET GetLabtestdocument V1
37
+ */
38
+ labTestsGetLabtestdocumentV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
39
+ /**
40
+ * Retrieves a specific Lab Test result document by its Id for a given Facility.
41
+ *
42
+ * Permissions Required:
43
+ * - View Packages
44
+ * - Manage Packages Inventory
45
+ *
46
+ * GET GetLabtestdocument V2
47
+ */
48
+ labTestsGetLabtestdocumentV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
49
+ /**
50
+ * Permissions Required:
51
+ * - View Packages
52
+ *
53
+ * GET GetResults V1
54
+ */
55
+ labTestsGetResultsV1(body?: any, licenseNumber?: string, packageId?: string): Promise<any>;
56
+ /**
57
+ * Retrieves Lab Test results for a specified Package.
58
+ *
59
+ * Permissions Required:
60
+ * - View Packages
61
+ * - Manage Packages Inventory
62
+ *
63
+ * GET GetResults V2
64
+ */
65
+ labTestsGetResultsV2(body?: any, licenseNumber?: string, packageId?: string, pageNumber?: string, pageSize?: string): Promise<any>;
66
+ /**
67
+ * Permissions Required:
68
+ * - None
69
+ *
70
+ * GET GetStates V1
71
+ */
72
+ labTestsGetStatesV1(body?: any, No?: string): Promise<any>;
73
+ /**
74
+ * Returns a list of all lab testing states.
75
+ *
76
+ * Permissions Required:
77
+ * - None
78
+ *
79
+ * GET GetStates V2
80
+ */
81
+ labTestsGetStatesV2(body?: any, No?: string): Promise<any>;
82
+ /**
83
+ * Permissions Required:
84
+ * - None
85
+ *
86
+ * GET GetTypes V1
87
+ */
88
+ labTestsGetTypesV1(body?: any, No?: string): Promise<any>;
89
+ /**
90
+ * Returns a list of Lab Test types.
91
+ *
92
+ * Permissions Required:
93
+ * - None
94
+ *
95
+ * GET GetTypes V2
96
+ */
97
+ labTestsGetTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
98
+ /**
99
+ * Permissions Required:
100
+ * - View Packages
101
+ * - Manage Packages Inventory
102
+ *
103
+ * PUT UpdateLabtestdocument V1
104
+ */
105
+ labTestsUpdateLabtestdocumentV1(body?: any, licenseNumber?: string): Promise<any>;
106
+ /**
107
+ * Updates one or more documents for previously submitted lab tests.
108
+ *
109
+ * Permissions Required:
110
+ * - View Packages
111
+ * - Manage Packages Inventory
112
+ *
113
+ * PUT UpdateLabtestdocument V2
114
+ */
115
+ labTestsUpdateLabtestdocumentV2(body?: any, licenseNumber?: string): Promise<any>;
116
+ /**
117
+ * Permissions Required:
118
+ * - View Packages
119
+ * - Manage Packages Inventory
120
+ *
121
+ * PUT UpdateResultRelease V1
122
+ */
123
+ labTestsUpdateResultReleaseV1(body?: any, licenseNumber?: string): Promise<any>;
124
+ /**
125
+ * Releases Lab Test results for one or more packages.
126
+ *
127
+ * Permissions Required:
128
+ * - View Packages
129
+ * - Manage Packages Inventory
130
+ *
131
+ * PUT UpdateResultRelease V2
132
+ */
133
+ labTestsUpdateResultReleaseV2(body?: any, licenseNumber?: string): Promise<any>;
30
134
  /**
31
135
  * Permissions Required:
32
136
  * - View Packages
@@ -463,409 +567,572 @@ export declare class MetrcClient {
463
567
  */
464
568
  packagesUpdateUsebydateV2(body?: any, licenseNumber?: string): Promise<any>;
465
569
  /**
466
- * Data returned by this endpoint is cached for up to one minute.
467
- *
468
- * Permissions Required:
469
- * - Lookup Patients
570
+ * Permissions Required:
571
+ * - ManagePatientsCheckIns
470
572
  *
471
- * GET GetStatusesByPatientLicenseNumber V1
573
+ * POST Create V1
472
574
  */
473
- patientsStatusGetStatusesByPatientLicenseNumberV1(patientLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
575
+ patientCheckInsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
474
576
  /**
475
- * 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.
577
+ * Records patient check-ins for a specified Facility.
476
578
  *
477
579
  * Permissions Required:
478
- * - Lookup Patients
580
+ * - ManagePatientsCheckIns
479
581
  *
480
- * GET GetStatusesByPatientLicenseNumber V2
582
+ * POST Create V2
481
583
  */
482
- patientsStatusGetStatusesByPatientLicenseNumberV2(patientLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
584
+ patientCheckInsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
483
585
  /**
484
586
  * Permissions Required:
485
- * - Manage Plants Additives
587
+ * - ManagePatientsCheckIns
486
588
  *
487
- * POST CreateAdditives V1
589
+ * DELETE Delete V1
488
590
  */
489
- plantBatchesCreateAdditivesV1(body?: any, licenseNumber?: string): Promise<any>;
591
+ patientCheckInsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
490
592
  /**
491
- * Records Additive usage details for plant batches at a specific Facility.
593
+ * Archives a Patient Check-In, identified by its Id, for a specified Facility.
492
594
  *
493
595
  * Permissions Required:
494
- * - Manage Plants Additives
596
+ * - ManagePatientsCheckIns
495
597
  *
496
- * POST CreateAdditives V2
598
+ * DELETE Delete V2
497
599
  */
498
- plantBatchesCreateAdditivesV2(body?: any, licenseNumber?: string): Promise<any>;
600
+ patientCheckInsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
499
601
  /**
500
- * Records Additive usage for plant batches at a Facility using predefined additive templates.
602
+ * Permissions Required:
603
+ * - ManagePatientsCheckIns
604
+ *
605
+ * GET GetAll V1
606
+ */
607
+ patientCheckInsGetAllV1(body?: any, checkinDateEnd?: string, checkinDateStart?: string, licenseNumber?: string): Promise<any>;
608
+ /**
609
+ * Retrieves a list of patient check-ins for a specified Facility.
501
610
  *
502
611
  * Permissions Required:
503
- * - Manage Plants Additives
612
+ * - ManagePatientsCheckIns
504
613
  *
505
- * POST CreateAdditivesUsingtemplate V2
614
+ * GET GetAll V2
506
615
  */
507
- plantBatchesCreateAdditivesUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
616
+ patientCheckInsGetAllV2(body?: any, checkinDateEnd?: string, checkinDateStart?: string, licenseNumber?: string): Promise<any>;
508
617
  /**
509
618
  * Permissions Required:
510
- * - View Immature Plants
511
- * - Manage Immature Plants Inventory
619
+ * - None
512
620
  *
513
- * POST CreateAdjust V1
621
+ * GET GetLocations V1
514
622
  */
515
- plantBatchesCreateAdjustV1(body?: any, licenseNumber?: string): Promise<any>;
623
+ patientCheckInsGetLocationsV1(body?: any, No?: string): Promise<any>;
516
624
  /**
517
- * Applies Facility specific adjustments to plant batches based on submitted reasons and input data.
625
+ * Retrieves a list of Patient Check-In locations.
518
626
  *
519
627
  * Permissions Required:
520
- * - View Immature Plants
521
- * - Manage Immature Plants Inventory
628
+ * - None
522
629
  *
523
- * POST CreateAdjust V2
630
+ * GET GetLocations V2
524
631
  */
525
- plantBatchesCreateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
632
+ patientCheckInsGetLocationsV2(body?: any, No?: string): Promise<any>;
526
633
  /**
527
634
  * Permissions Required:
528
- * - View Immature Plants
529
- * - Manage Immature Plants Inventory
530
- * - View Veg/Flower Plants
531
- * - Manage Veg/Flower Plants Inventory
635
+ * - ManagePatientsCheckIns
532
636
  *
533
- * POST CreateChangegrowthphase V1
637
+ * PUT Update V1
534
638
  */
535
- plantBatchesCreateChangegrowthphaseV1(body?: any, licenseNumber?: string): Promise<any>;
639
+ patientCheckInsUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
536
640
  /**
537
- * Updates the growth phase of plants at a specified Facility based on tracking information.
641
+ * Updates patient check-ins for a specified Facility.
538
642
  *
539
643
  * Permissions Required:
540
- * - View Immature Plants
541
- * - Manage Immature Plants Inventory
542
- * - View Veg/Flower Plants
543
- * - Manage Veg/Flower Plants Inventory
644
+ * - ManagePatientsCheckIns
544
645
  *
545
- * POST CreateGrowthphase V2
646
+ * PUT Update V2
546
647
  */
547
- plantBatchesCreateGrowthphaseV2(body?: any, licenseNumber?: string): Promise<any>;
648
+ patientCheckInsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
548
649
  /**
549
- * Creates packages from plant batches at a Facility, with optional support for packaging from mother plants.
650
+ * Permissions Required:
651
+ * - Manage Plants Additives
652
+ *
653
+ * POST CreateAdditives V1
654
+ */
655
+ plantsCreateAdditivesV1(body?: any, licenseNumber?: string): Promise<any>;
656
+ /**
657
+ * Records additive usage details applied to specific plants at a Facility.
550
658
  *
551
659
  * Permissions Required:
552
- * - View Immature Plants
553
- * - Manage Immature Plants Inventory
554
- * - View Packages
555
- * - Create/Submit/Discontinue Packages
660
+ * - Manage Plants Additives
556
661
  *
557
- * POST CreatePackage V2
662
+ * POST CreateAdditives V2
558
663
  */
559
- plantBatchesCreatePackageV2(body?: any, isFromMotherPlant?: string, licenseNumber?: string): Promise<any>;
664
+ plantsCreateAdditivesV2(body?: any, licenseNumber?: string): Promise<any>;
560
665
  /**
561
666
  * Permissions Required:
562
- * - View Immature Plants
563
- * - Manage Immature Plants Inventory
564
- * - View Packages
565
- * - Create/Submit/Discontinue Packages
667
+ * - Manage Plants
668
+ * - Manage Plants Additives
566
669
  *
567
- * POST CreatePackageFrommotherplant V1
670
+ * POST CreateAdditivesBylocation V1
568
671
  */
569
- plantBatchesCreatePackageFrommotherplantV1(body?: any, licenseNumber?: string): Promise<any>;
672
+ plantsCreateAdditivesBylocationV1(body?: any, licenseNumber?: string): Promise<any>;
570
673
  /**
571
- * Creates packages from mother plants at the specified Facility.
674
+ * Records additive usage for plants based on their location within a specified Facility.
572
675
  *
573
676
  * Permissions Required:
574
- * - View Immature Plants
575
- * - Manage Immature Plants Inventory
576
- * - View Packages
577
- * - Create/Submit/Discontinue Packages
677
+ * - Manage Plants
678
+ * - Manage Plants Additives
578
679
  *
579
- * POST CreatePackageFrommotherplant V2
680
+ * POST CreateAdditivesBylocation V2
580
681
  */
581
- plantBatchesCreatePackageFrommotherplantV2(body?: any, licenseNumber?: string): Promise<any>;
682
+ plantsCreateAdditivesBylocationV2(body?: any, licenseNumber?: string): Promise<any>;
582
683
  /**
583
- * Creates new plantings for a Facility by generating plant batches based on provided planting details.
684
+ * Records additive usage for plants by location using a predefined additive template at a specified Facility.
584
685
  *
585
686
  * Permissions Required:
586
- * - View Immature Plants
587
- * - Manage Immature Plants Inventory
687
+ * - Manage Plants Additives
588
688
  *
589
- * POST CreatePlantings V2
689
+ * POST CreateAdditivesBylocationUsingtemplate V2
590
690
  */
591
- plantBatchesCreatePlantingsV2(body?: any, licenseNumber?: string): Promise<any>;
691
+ plantsCreateAdditivesBylocationUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
692
+ /**
693
+ * Records additive usage for plants using predefined additive templates at a specified Facility.
694
+ *
695
+ * Permissions Required:
696
+ * - Manage Plants Additives
697
+ *
698
+ * POST CreateAdditivesUsingtemplate V2
699
+ */
700
+ plantsCreateAdditivesUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
592
701
  /**
593
702
  * Permissions Required:
594
- * - View Immature Plants
595
- * - Manage Immature Plants Inventory
703
+ * - View Veg/Flower Plants
704
+ * - Manage Veg/Flower Plants Inventory
596
705
  *
597
- * POST CreateSplit V1
706
+ * POST CreateChangegrowthphases V1
598
707
  */
599
- plantBatchesCreateSplitV1(body?: any, licenseNumber?: string): Promise<any>;
708
+ plantsCreateChangegrowthphasesV1(body?: any, licenseNumber?: string): Promise<any>;
600
709
  /**
601
- * Splits an existing Plant Batch into multiple groups at the specified Facility.
710
+ * NOTE: If HarvestName is excluded from the request body, or if it is passed in as null, the harvest name is auto-generated.
602
711
  *
603
712
  * Permissions Required:
604
- * - View Immature Plants
605
- * - Manage Immature Plants Inventory
713
+ * - View Veg/Flower Plants
714
+ * - Manicure/Harvest Veg/Flower Plants
606
715
  *
607
- * POST CreateSplit V2
716
+ * POST CreateHarvestplants V1
608
717
  */
609
- plantBatchesCreateSplitV2(body?: any, licenseNumber?: string): Promise<any>;
718
+ plantsCreateHarvestplantsV1(body?: any, licenseNumber?: string): Promise<any>;
610
719
  /**
611
- * Permissions Required:
612
- * - Manage Plants Waste
720
+ * Creates harvest product records from plant batches at a specified Facility.
613
721
  *
614
- * POST CreateWaste V1
722
+ * Permissions Required:
723
+ * - View Veg/Flower Plants
724
+ * - Manicure/Harvest Veg/Flower Plants
725
+ *
726
+ * POST CreateManicure V2
615
727
  */
616
- plantBatchesCreateWasteV1(body?: any, licenseNumber?: string): Promise<any>;
728
+ plantsCreateManicureV2(body?: any, licenseNumber?: string): Promise<any>;
617
729
  /**
618
- * Records waste information for plant batches based on the submitted data for the specified Facility.
730
+ * Permissions Required:
731
+ * - View Veg/Flower Plants
732
+ * - Manicure/Harvest Veg/Flower Plants
619
733
  *
620
- * Permissions Required:
621
- * - Manage Plants Waste
734
+ * POST CreateManicureplants V1
735
+ */
736
+ plantsCreateManicureplantsV1(body?: any, licenseNumber?: string): Promise<any>;
737
+ /**
738
+ * Permissions Required:
739
+ * - View Veg/Flower Plants
740
+ * - Manage Veg/Flower Plants Inventory
622
741
  *
623
- * POST CreateWaste V2
742
+ * POST CreateMoveplants V1
624
743
  */
625
- plantBatchesCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
744
+ plantsCreateMoveplantsV1(body?: any, licenseNumber?: string): Promise<any>;
626
745
  /**
627
746
  * Permissions Required:
628
747
  * - View Immature Plants
629
748
  * - Manage Immature Plants Inventory
749
+ * - View Veg/Flower Plants
750
+ * - Manage Veg/Flower Plants Inventory
630
751
  * - View Packages
631
752
  * - Create/Submit/Discontinue Packages
632
753
  *
633
- * POST Createpackages V1
754
+ * POST CreatePlantbatchPackage V1
634
755
  */
635
- plantBatchesCreatepackagesV1(body?: any, isFromMotherPlant?: string, licenseNumber?: string): Promise<any>;
756
+ plantsCreatePlantbatchPackageV1(body?: any, licenseNumber?: string): Promise<any>;
636
757
  /**
637
- * Permissions Required:
758
+ * Creates packages from plant batches at a specified Facility.
759
+ *
760
+ * Permissions Required:
638
761
  * - View Immature Plants
639
762
  * - Manage Immature Plants Inventory
763
+ * - View Veg/Flower Plants
764
+ * - Manage Veg/Flower Plants Inventory
765
+ * - View Packages
766
+ * - Create/Submit/Discontinue Packages
640
767
  *
641
- * POST Createplantings V1
768
+ * POST CreatePlantbatchPackage V2
642
769
  */
643
- plantBatchesCreateplantingsV1(body?: any, licenseNumber?: string): Promise<any>;
770
+ plantsCreatePlantbatchPackageV2(body?: any, licenseNumber?: string): Promise<any>;
644
771
  /**
645
772
  * Permissions Required:
646
773
  * - View Immature Plants
647
- * - Destroy Immature Plants
774
+ * - Manage Immature Plants Inventory
775
+ * - View Veg/Flower Plants
776
+ * - Manage Veg/Flower Plants Inventory
648
777
  *
649
- * DELETE Delete V1
778
+ * POST CreatePlantings V1
650
779
  */
651
- plantBatchesDeleteV1(body?: any, licenseNumber?: string): Promise<any>;
780
+ plantsCreatePlantingsV1(body?: any, licenseNumber?: string): Promise<any>;
652
781
  /**
653
- * Completes the destruction of plant batches based on the provided input data.
782
+ * Creates new plant batches at a specified Facility from existing plant data.
654
783
  *
655
784
  * Permissions Required:
656
785
  * - View Immature Plants
657
- * - Destroy Immature Plants
786
+ * - Manage Immature Plants Inventory
787
+ * - View Veg/Flower Plants
788
+ * - Manage Veg/Flower Plants Inventory
658
789
  *
659
- * DELETE Delete V2
790
+ * POST CreatePlantings V2
660
791
  */
661
- plantBatchesDeleteV2(body?: any, licenseNumber?: string): Promise<any>;
792
+ plantsCreatePlantingsV2(body?: any, licenseNumber?: string): Promise<any>;
662
793
  /**
663
794
  * Permissions Required:
664
- * - View Immature Plants
795
+ * - Manage Plants Waste
665
796
  *
666
- * GET Get V1
797
+ * POST CreateWaste V1
667
798
  */
668
- plantBatchesGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
799
+ plantsCreateWasteV1(body?: any, licenseNumber?: string): Promise<any>;
669
800
  /**
670
- * Retrieves a Plant Batch by Id.
801
+ * Records waste events for plants at a Facility, including method, reason, and location details.
671
802
  *
672
803
  * Permissions Required:
673
- * - View Immature Plants
804
+ * - Manage Plants Waste
674
805
  *
675
- * GET Get V2
806
+ * POST CreateWaste V2
676
807
  */
677
- plantBatchesGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
808
+ plantsCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
678
809
  /**
679
810
  * Permissions Required:
680
- * - View Immature Plants
811
+ * - View Veg/Flower Plants
812
+ * - Destroy Veg/Flower Plants
681
813
  *
682
- * GET GetActive V1
814
+ * DELETE Delete V1
683
815
  */
684
- plantBatchesGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
816
+ plantsDeleteV1(body?: any, licenseNumber?: string): Promise<any>;
685
817
  /**
686
- * Retrieves a list of active plant batches for the specified Facility, optionally filtered by last modified date.
818
+ * Removes plants from a Facility’s inventory while recording the reason for their disposal.
687
819
  *
688
820
  * Permissions Required:
689
- * - View Immature Plants
821
+ * - View Veg/Flower Plants
822
+ * - Destroy Veg/Flower Plants
690
823
  *
691
- * GET GetActive V2
824
+ * DELETE Delete V2
692
825
  */
693
- plantBatchesGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
826
+ plantsDeleteV2(body?: any, licenseNumber?: string): Promise<any>;
694
827
  /**
695
828
  * Permissions Required:
696
- * - View Immature Plants
829
+ * - View Veg/Flower Plants
697
830
  *
698
- * GET GetInactive V1
831
+ * GET Get V1
699
832
  */
700
- plantBatchesGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
833
+ plantsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
701
834
  /**
702
- * Retrieves a list of inactive plant batches for the specified Facility, optionally filtered by last modified date.
835
+ * Retrieves a Plant by Id.
703
836
  *
704
837
  * Permissions Required:
705
- * - View Immature Plants
838
+ * - View Veg/Flower Plants
706
839
  *
707
- * GET GetInactive V2
840
+ * GET Get V2
708
841
  */
709
- plantBatchesGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
842
+ plantsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
710
843
  /**
711
844
  * Permissions Required:
712
- * - None
845
+ * - View/Manage Plants Additives
713
846
  *
714
- * GET GetTypes V1
847
+ * GET GetAdditives V1
715
848
  */
716
- plantBatchesGetTypesV1(body?: any, No?: string): Promise<any>;
849
+ plantsGetAdditivesV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
717
850
  /**
718
- * Retrieves a list of plant batch types.
851
+ * Retrieves additive records applied to plants at a specified Facility.
719
852
  *
720
853
  * Permissions Required:
721
- * - None
854
+ * - View/Manage Plants Additives
722
855
  *
723
- * GET GetTypes V2
856
+ * GET GetAdditives V2
724
857
  */
725
- plantBatchesGetTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
858
+ plantsGetAdditivesV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
726
859
  /**
727
- * Retrieves waste details associated with plant batches at a specified Facility.
860
+ * Permissions Required:
861
+ * -
862
+ *
863
+ * GET GetAdditivesTypes V1
864
+ */
865
+ plantsGetAdditivesTypesV1(body?: any, No?: string): Promise<any>;
866
+ /**
867
+ * Retrieves a list of all plant additive types defined within a Facility.
728
868
  *
729
869
  * Permissions Required:
730
- * - View Plants Waste
870
+ * - None
731
871
  *
732
- * GET GetWaste V2
872
+ * GET GetAdditivesTypes V2
733
873
  */
734
- plantBatchesGetWasteV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
874
+ plantsGetAdditivesTypesV2(body?: any, No?: string): Promise<any>;
735
875
  /**
736
876
  * Permissions Required:
737
- * - None
877
+ * - View Veg/Flower Plants
738
878
  *
739
- * GET GetWasteReasons V1
879
+ * GET GetByLabel V1
740
880
  */
741
- plantBatchesGetWasteReasonsV1(body?: any, licenseNumber?: string): Promise<any>;
881
+ plantsGetByLabelV1(label: string, body?: any, licenseNumber?: string): Promise<any>;
742
882
  /**
743
- * Retrieves a list of valid waste reasons associated with immature plant batches for the specified Facility.
883
+ * Retrieves a Plant by label.
744
884
  *
745
885
  * Permissions Required:
746
- * - None
886
+ * - View Veg/Flower Plants
747
887
  *
748
- * GET GetWasteReasons V2
888
+ * GET GetByLabel V2
749
889
  */
750
- plantBatchesGetWasteReasonsV2(body?: any, licenseNumber?: string): Promise<any>;
890
+ plantsGetByLabelV2(label: string, body?: any, licenseNumber?: string): Promise<any>;
751
891
  /**
752
- * Moves one or more plant batches to new locations with in a specified Facility.
892
+ * Permissions Required:
893
+ * - View Veg/Flower Plants
894
+ *
895
+ * GET GetFlowering V1
896
+ */
897
+ plantsGetFloweringV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
898
+ /**
899
+ * Retrieves flowering-phase plants at a specified Facility, optionally filtered by last modified date.
753
900
  *
754
901
  * Permissions Required:
755
- * - View Immature Plants
756
- * - Manage Immature Plants
902
+ * - View Veg/Flower Plants
757
903
  *
758
- * PUT UpdateLocation V2
904
+ * GET GetFlowering V2
759
905
  */
760
- plantBatchesUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
906
+ plantsGetFloweringV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
761
907
  /**
762
908
  * Permissions Required:
763
- * - View Immature Plants
909
+ * - None
764
910
  *
765
- * PUT UpdateMoveplantbatches V1
911
+ * GET GetGrowthPhases V1
766
912
  */
767
- plantBatchesUpdateMoveplantbatchesV1(body?: any, licenseNumber?: string): Promise<any>;
913
+ plantsGetGrowthPhasesV1(body?: any, licenseNumber?: string): Promise<any>;
768
914
  /**
769
- * Renames plant batches at a specified Facility.
915
+ * Retrieves the list of growth phases supported by a specified Facility.
770
916
  *
771
917
  * Permissions Required:
772
- * - View Veg/Flower Plants
773
- * - Manage Veg/Flower Plants Inventory
918
+ * - None
774
919
  *
775
- * PUT UpdateName V2
920
+ * GET GetGrowthPhases V2
776
921
  */
777
- plantBatchesUpdateNameV2(body?: any, licenseNumber?: string): Promise<any>;
922
+ plantsGetGrowthPhasesV2(body?: any, licenseNumber?: string): Promise<any>;
778
923
  /**
779
- * Changes the strain of plant batches at a specified Facility.
780
- *
781
- * Permissions Required:
924
+ * Permissions Required:
782
925
  * - View Veg/Flower Plants
783
- * - Manage Veg/Flower Plants Inventory
784
926
  *
785
- * PUT UpdateStrain V2
927
+ * GET GetInactive V1
786
928
  */
787
- plantBatchesUpdateStrainV2(body?: any, licenseNumber?: string): Promise<any>;
929
+ plantsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
788
930
  /**
789
- * Replaces tags for plant batches at a specified Facility.
931
+ * Retrieves inactive plants at a specified Facility.
790
932
  *
791
933
  * Permissions Required:
792
934
  * - View Veg/Flower Plants
793
- * - Manage Veg/Flower Plants Inventory
794
935
  *
795
- * PUT UpdateTag V2
936
+ * GET GetInactive V2
796
937
  */
797
- plantBatchesUpdateTagV2(body?: any, licenseNumber?: string): Promise<any>;
938
+ plantsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
798
939
  /**
799
- * Facilitate association of QR codes and Package labels. This will return the count of packages and QR codes associated that were added or replaced.
940
+ * Retrieves mother-phase plants at a specified Facility.
800
941
  *
801
942
  * Permissions Required:
802
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
803
- * - WebApi Retail ID Read Write State (All or WriteOnly)
804
- * - Industry/View Packages
805
- * - 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)
943
+ * - View Mother Plants
806
944
  *
807
- * POST CreateAssociate V2
945
+ * GET GetMother V2
808
946
  */
809
- retailIdCreateAssociateV2(body?: any, licenseNumber?: string): Promise<any>;
947
+ plantsGetMotherV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
810
948
  /**
811
- * Allows you to generate a specific quantity of QR codes. Id value returned (issuance ID) could be used for printing.
949
+ * Retrieves inactive mother-phase plants at a specified Facility.
812
950
  *
813
951
  * Permissions Required:
814
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
815
- * - WebApi Retail ID Read Write State (All or WriteOnly)
816
- * - Industry/View Packages
817
- * - One of the following: Industry/Facility Type/Can Download Product Label, Licensee/Download Product Label or Admin/Employees/Packages Page/Product Labels(Manage)
952
+ * - View Mother Plants
818
953
  *
819
- * POST CreateGenerate V2
954
+ * GET GetMotherInactive V2
820
955
  */
821
- retailIdCreateGenerateV2(body?: any, licenseNumber?: string): Promise<any>;
956
+ plantsGetMotherInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
822
957
  /**
823
- * 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.
958
+ * Retrieves mother-phase plants currently marked as on hold at a specified Facility.
824
959
  *
825
960
  * Permissions Required:
826
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
827
- * - WebApi Retail ID Read Write State (All or WriteOnly)
828
- * - Key Value Settings/Retail ID Merge Packages Enabled
961
+ * - View Mother Plants
829
962
  *
830
- * POST CreateMerge V2
963
+ * GET GetMotherOnhold V2
831
964
  */
832
- retailIdCreateMergeV2(body?: any, licenseNumber?: string): Promise<any>;
965
+ plantsGetMotherOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
833
966
  /**
834
- * Retrieves Package information for given list of Package labels.
967
+ * Permissions Required:
968
+ * - View Veg/Flower Plants
969
+ *
970
+ * GET GetOnhold V1
971
+ */
972
+ plantsGetOnholdV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
973
+ /**
974
+ * Retrieves plants that are currently on hold at a specified Facility.
835
975
  *
836
976
  * Permissions Required:
837
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
838
- * - WebApi Retail ID Read Write State (All or WriteOnly)
839
- * - Industry/View Packages
840
- * - Admin/Employees/Packages Page/Product Labels(Manage)
977
+ * - View Veg/Flower Plants
841
978
  *
842
- * POST CreatePackageInfo V2
979
+ * GET GetOnhold V2
843
980
  */
844
- retailIdCreatePackageInfoV2(body?: any, licenseNumber?: string): Promise<any>;
981
+ plantsGetOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
845
982
  /**
846
- * Get a list of eaches (Retail ID QR code URL) and sibling tags based on given Package label.
983
+ * Permissions Required:
984
+ * - View Veg/Flower Plants
985
+ *
986
+ * GET GetVegetative V1
987
+ */
988
+ plantsGetVegetativeV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
989
+ /**
990
+ * Retrieves vegetative-phase plants at a specified Facility, optionally filtered by last modified date.
847
991
  *
848
992
  * Permissions Required:
849
- * - External Sources(ThirdPartyVendorV2)/Manage RetailId
850
- * - WebApi Retail ID Read Write State (All or ReadOnly)
851
- * - Industry/View Packages
852
- * - 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)
993
+ * - View Veg/Flower Plants
853
994
  *
854
- * GET GetReceiveByLabel V2
995
+ * GET GetVegetative V2
855
996
  */
856
- retailIdGetReceiveByLabelV2(label: string, body?: any, licenseNumber?: string): Promise<any>;
997
+ plantsGetVegetativeV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
857
998
  /**
858
- * 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).
999
+ * Retrieves a list of recorded plant waste events for a specific Facility.
859
1000
  *
860
1001
  * Permissions Required:
861
- * - External Sources(ThirdPartyVendorV2)/Manage RetailId
862
- * - WebApi Retail ID Read Write State (All or ReadOnly)
863
- * - Industry/View Packages
864
- * - 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)
1002
+ * - View Plants Waste
865
1003
  *
866
- * GET GetReceiveQrByShortCode V2
1004
+ * GET GetWaste V2
867
1005
  */
868
- retailIdGetReceiveQrByShortCodeV2(shortCode: string, body?: any, licenseNumber?: string): Promise<any>;
1006
+ plantsGetWasteV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1007
+ /**
1008
+ * Permissions Required:
1009
+ * - None
1010
+ *
1011
+ * GET GetWasteMethodsAll V1
1012
+ */
1013
+ plantsGetWasteMethodsAllV1(body?: any, No?: string): Promise<any>;
1014
+ /**
1015
+ * Retrieves a list of all available plant waste methods for use within a Facility.
1016
+ *
1017
+ * Permissions Required:
1018
+ * - None
1019
+ *
1020
+ * GET GetWasteMethodsAll V2
1021
+ */
1022
+ plantsGetWasteMethodsAllV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
1023
+ /**
1024
+ * Retrieves a list of package records linked to the specified plantWasteId for a given facility.
1025
+ *
1026
+ * Permissions Required:
1027
+ * - View Plants Waste
1028
+ *
1029
+ * GET GetWastePackage V2
1030
+ */
1031
+ plantsGetWastePackageV2(id: string, body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1032
+ /**
1033
+ * Retrieves a list of plants records linked to the specified plantWasteId for a given facility.
1034
+ *
1035
+ * Permissions Required:
1036
+ * - View Plants Waste
1037
+ *
1038
+ * GET GetWastePlant V2
1039
+ */
1040
+ plantsGetWastePlantV2(id: string, body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1041
+ /**
1042
+ * Permissions Required:
1043
+ * - None
1044
+ *
1045
+ * GET GetWasteReasons V1
1046
+ */
1047
+ plantsGetWasteReasonsV1(body?: any, licenseNumber?: string): Promise<any>;
1048
+ /**
1049
+ * Retriveves available reasons for recording mature plant waste at a specified Facility.
1050
+ *
1051
+ * Permissions Required:
1052
+ * - None
1053
+ *
1054
+ * GET GetWasteReasons V2
1055
+ */
1056
+ plantsGetWasteReasonsV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1057
+ /**
1058
+ * Adjusts the recorded count of plants at a specified Facility.
1059
+ *
1060
+ * Permissions Required:
1061
+ * - View Veg/Flower Plants
1062
+ * - Manage Veg/Flower Plants Inventory
1063
+ *
1064
+ * PUT UpdateAdjust V2
1065
+ */
1066
+ plantsUpdateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
1067
+ /**
1068
+ * Changes the growth phases of plants within a specified Facility.
1069
+ *
1070
+ * Permissions Required:
1071
+ * - View Veg/Flower Plants
1072
+ * - Manage Veg/Flower Plants Inventory
1073
+ *
1074
+ * PUT UpdateGrowthphase V2
1075
+ */
1076
+ plantsUpdateGrowthphaseV2(body?: any, licenseNumber?: string): Promise<any>;
1077
+ /**
1078
+ * 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.
1079
+ *
1080
+ * Permissions Required:
1081
+ * - View Veg/Flower Plants
1082
+ * - Manicure/Harvest Veg/Flower Plants
1083
+ *
1084
+ * PUT UpdateHarvest V2
1085
+ */
1086
+ plantsUpdateHarvestV2(body?: any, licenseNumber?: string): Promise<any>;
1087
+ /**
1088
+ * Moves plant batches to new locations within a specified Facility.
1089
+ *
1090
+ * Permissions Required:
1091
+ * - View Veg/Flower Plants
1092
+ * - Manage Veg/Flower Plants Inventory
1093
+ *
1094
+ * PUT UpdateLocation V2
1095
+ */
1096
+ plantsUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
1097
+ /**
1098
+ * Merges multiple plant groups into a single group within a Facility.
1099
+ *
1100
+ * Permissions Required:
1101
+ * - View Veg/Flower Plants
1102
+ * - Manicure/Harvest Veg/Flower Plants
1103
+ *
1104
+ * PUT UpdateMerge V2
1105
+ */
1106
+ plantsUpdateMergeV2(body?: any, licenseNumber?: string): Promise<any>;
1107
+ /**
1108
+ * Splits an existing plant group into multiple groups within a Facility.
1109
+ *
1110
+ * Permissions Required:
1111
+ * - View Plant
1112
+ *
1113
+ * PUT UpdateSplit V2
1114
+ */
1115
+ plantsUpdateSplitV2(body?: any, licenseNumber?: string): Promise<any>;
1116
+ /**
1117
+ * Updates the strain information for plants within a Facility.
1118
+ *
1119
+ * Permissions Required:
1120
+ * - View Veg/Flower Plants
1121
+ * - Manage Veg/Flower Plants Inventory
1122
+ *
1123
+ * PUT UpdateStrain V2
1124
+ */
1125
+ plantsUpdateStrainV2(body?: any, licenseNumber?: string): Promise<any>;
1126
+ /**
1127
+ * Replaces existing plant tags with new tags for plants within a Facility.
1128
+ *
1129
+ * Permissions Required:
1130
+ * - View Veg/Flower Plants
1131
+ * - Manage Veg/Flower Plants Inventory
1132
+ *
1133
+ * PUT UpdateTag V2
1134
+ */
1135
+ plantsUpdateTagV2(body?: any, licenseNumber?: string): Promise<any>;
869
1136
  /**
870
1137
  * Permissions Required:
871
1138
  * - Manage Strains
@@ -984,821 +1251,1017 @@ export declare class MetrcClient {
984
1251
  */
985
1252
  tagsGetStagedV2(body?: any, licenseNumber?: string): Promise<any>;
986
1253
  /**
987
- * Permissions Required:
988
- * - None
1254
+ * Creates new additive templates for a specified Facility.
989
1255
  *
990
- * GET GetActive V1
1256
+ * Permissions Required:
1257
+ * - Manage Additives
1258
+ *
1259
+ * POST Create V2
991
1260
  */
992
- unitsOfMeasureGetActiveV1(body?: any, No?: string): Promise<any>;
1261
+ additivesTemplatesCreateV2(body?: any, licenseNumber?: string): Promise<any>;
993
1262
  /**
994
- * Retrieves all active units of measure.
1263
+ * Retrieves an Additive Template by its Id.
995
1264
  *
996
1265
  * Permissions Required:
997
- * - None
1266
+ * - Manage Additives
1267
+ *
1268
+ * GET Get V2
1269
+ */
1270
+ additivesTemplatesGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1271
+ /**
1272
+ * Retrieves a list of active additive templates for a specified Facility.
1273
+ *
1274
+ * Permissions Required:
1275
+ * - Manage Additives
998
1276
  *
999
1277
  * GET GetActive V2
1000
1278
  */
1001
- unitsOfMeasureGetActiveV2(body?: any, No?: string): Promise<any>;
1279
+ additivesTemplatesGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1002
1280
  /**
1003
- * Retrieves all inactive units of measure.
1281
+ * Retrieves a list of inactive additive templates for a specified Facility.
1004
1282
  *
1005
1283
  * Permissions Required:
1006
- * - None
1284
+ * - Manage Additives
1007
1285
  *
1008
1286
  * GET GetInactive V2
1009
1287
  */
1010
- unitsOfMeasureGetInactiveV2(body?: any, No?: string): Promise<any>;
1288
+ additivesTemplatesGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1011
1289
  /**
1012
- * Permissions Required:
1013
- * - View Harvests
1014
- * - Finish/Discontinue Harvests
1290
+ * Updates existing additive templates for a specified Facility.
1015
1291
  *
1016
- * POST CreateFinish V1
1292
+ * Permissions Required:
1293
+ * - Manage Additives
1294
+ *
1295
+ * PUT Update V2
1017
1296
  */
1018
- harvestsCreateFinishV1(body?: any, licenseNumber?: string): Promise<any>;
1297
+ additivesTemplatesUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
1019
1298
  /**
1020
- * Permissions Required:
1021
- * - View Harvests
1022
- * - Manage Harvests
1023
- * - View Packages
1024
- * - Create/Submit/Discontinue Packages
1299
+ * Data returned by this endpoint is cached for up to one minute.
1025
1300
  *
1026
- * POST CreatePackage V1
1301
+ * Permissions Required:
1302
+ * - Lookup Caregivers
1303
+ *
1304
+ * GET GetByCaregiverLicenseNumber V1
1027
1305
  */
1028
- harvestsCreatePackageV1(body?: any, licenseNumber?: string): Promise<any>;
1306
+ caregiversStatusGetByCaregiverLicenseNumberV1(caregiverLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
1029
1307
  /**
1030
- * Creates packages from harvested products for a specified Facility.
1308
+ * 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.
1031
1309
  *
1032
1310
  * Permissions Required:
1033
- * - View Harvests
1034
- * - Manage Harvests
1035
- * - View Packages
1036
- * - Create/Submit/Discontinue Packages
1311
+ * - Lookup Caregivers
1037
1312
  *
1038
- * POST CreatePackage V2
1313
+ * GET GetByCaregiverLicenseNumber V2
1039
1314
  */
1040
- harvestsCreatePackageV2(body?: any, licenseNumber?: string): Promise<any>;
1315
+ caregiversStatusGetByCaregiverLicenseNumberV2(caregiverLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
1041
1316
  /**
1042
1317
  * Permissions Required:
1043
- * - View Harvests
1044
- * - Manage Harvests
1045
- * - View Packages
1046
- * - Create/Submit/Discontinue Packages
1318
+ * - ManageProcessingJobs
1047
1319
  *
1048
- * POST CreatePackageTesting V1
1320
+ * POST CreateAdjust V1
1049
1321
  */
1050
- harvestsCreatePackageTestingV1(body?: any, licenseNumber?: string): Promise<any>;
1322
+ processingJobsCreateAdjustV1(body?: any, licenseNumber?: string): Promise<any>;
1051
1323
  /**
1052
- * Creates packages for testing from harvested products for a specified Facility.
1324
+ * Adjusts the details of existing processing jobs at a Facility, including units of measure and associated packages.
1053
1325
  *
1054
1326
  * Permissions Required:
1055
- * - View Harvests
1056
- * - Manage Harvests
1057
- * - View Packages
1058
- * - Create/Submit/Discontinue Packages
1327
+ * - Manage Processing Job
1059
1328
  *
1060
- * POST CreatePackageTesting V2
1329
+ * POST CreateAdjust V2
1061
1330
  */
1062
- harvestsCreatePackageTestingV2(body?: any, licenseNumber?: string): Promise<any>;
1331
+ processingJobsCreateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
1063
1332
  /**
1064
1333
  * Permissions Required:
1065
- * - View Harvests
1066
- * - Manage Harvests
1334
+ * - Manage Processing Job
1067
1335
  *
1068
- * POST CreateRemoveWaste V1
1336
+ * POST CreateJobtypes V1
1069
1337
  */
1070
- harvestsCreateRemoveWasteV1(body?: any, licenseNumber?: string): Promise<any>;
1338
+ processingJobsCreateJobtypesV1(body?: any, licenseNumber?: string): Promise<any>;
1071
1339
  /**
1072
- * Permissions Required:
1073
- * - View Harvests
1074
- * - Finish/Discontinue Harvests
1340
+ * Creates new processing job types for a Facility, including name, category, description, steps, and attributes.
1075
1341
  *
1076
- * POST CreateUnfinish V1
1342
+ * Permissions Required:
1343
+ * - Manage Processing Job
1344
+ *
1345
+ * POST CreateJobtypes V2
1077
1346
  */
1078
- harvestsCreateUnfinishV1(body?: any, licenseNumber?: string): Promise<any>;
1347
+ processingJobsCreateJobtypesV2(body?: any, licenseNumber?: string): Promise<any>;
1079
1348
  /**
1080
- * 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.
1081
- *
1082
- * Permissions Required:
1083
- * - View Harvests
1084
- * - Manage Harvests
1349
+ * Permissions Required:
1350
+ * - ManageProcessingJobs
1085
1351
  *
1086
- * POST CreateWaste V2
1352
+ * POST CreateStart V1
1087
1353
  */
1088
- harvestsCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
1354
+ processingJobsCreateStartV1(body?: any, licenseNumber?: string): Promise<any>;
1089
1355
  /**
1090
- * Discontinues a specific harvest waste record by Id for the specified Facility.
1356
+ * Initiates new processing jobs at a Facility, including job details and associated packages.
1091
1357
  *
1092
1358
  * Permissions Required:
1093
- * - View Harvests
1094
- * - Discontinue Harvest Waste
1359
+ * - Manage Processing Job
1095
1360
  *
1096
- * DELETE DeleteWaste V2
1361
+ * POST CreateStart V2
1097
1362
  */
1098
- harvestsDeleteWasteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1363
+ processingJobsCreateStartV2(body?: any, licenseNumber?: string): Promise<any>;
1099
1364
  /**
1100
1365
  * Permissions Required:
1101
- * - View Harvests
1366
+ * - ManageProcessingJobs
1102
1367
  *
1103
- * GET Get V1
1368
+ * POST Createpackages V1
1104
1369
  */
1105
- harvestsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1370
+ processingJobsCreatepackagesV1(body?: any, licenseNumber?: string): Promise<any>;
1106
1371
  /**
1107
- * Retrieves a Harvest by its Id, optionally validated against a specified Facility License Number.
1372
+ * Creates packages from processing jobs at a Facility, including optional location and note assignments.
1108
1373
  *
1109
1374
  * Permissions Required:
1110
- * - View Harvests
1375
+ * - Manage Processing Job
1111
1376
  *
1112
- * GET Get V2
1377
+ * POST Createpackages V2
1113
1378
  */
1114
- harvestsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1379
+ processingJobsCreatepackagesV2(body?: any, licenseNumber?: string): Promise<any>;
1115
1380
  /**
1116
1381
  * Permissions Required:
1117
- * - View Harvests
1382
+ * - Manage Processing Job
1118
1383
  *
1119
- * GET GetActive V1
1384
+ * DELETE Delete V1
1120
1385
  */
1121
- harvestsGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1386
+ processingJobsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1122
1387
  /**
1123
- * Retrieves a list of active harvests for a specified Facility.
1388
+ * Archives a Processing Job at a Facility by marking it as inactive and removing it from active use.
1124
1389
  *
1125
1390
  * Permissions Required:
1126
- * - View Harvests
1391
+ * - Manage Processing Job
1127
1392
  *
1128
- * GET GetActive V2
1393
+ * DELETE Delete V2
1129
1394
  */
1130
- harvestsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1395
+ processingJobsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1131
1396
  /**
1132
1397
  * Permissions Required:
1133
- * - View Harvests
1398
+ * - Manage Processing Job
1134
1399
  *
1135
- * GET GetInactive V1
1400
+ * DELETE DeleteJobtypes V1
1136
1401
  */
1137
- harvestsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1402
+ processingJobsDeleteJobtypesV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1138
1403
  /**
1139
- * Retrieves a list of inactive harvests for a specified Facility.
1404
+ * Archives a Processing Job Type at a Facility, making it inactive for future use.
1140
1405
  *
1141
1406
  * Permissions Required:
1142
- * - View Harvests
1407
+ * - Manage Processing Job
1143
1408
  *
1144
- * GET GetInactive V2
1409
+ * DELETE DeleteJobtypes V2
1145
1410
  */
1146
- harvestsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1411
+ processingJobsDeleteJobtypesV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1147
1412
  /**
1148
1413
  * Permissions Required:
1149
- * - View Harvests
1414
+ * - Manage Processing Job
1150
1415
  *
1151
- * GET GetOnhold V1
1416
+ * GET Get V1
1152
1417
  */
1153
- harvestsGetOnholdV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1418
+ processingJobsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1154
1419
  /**
1155
- * Retrieves a list of harvests on hold for a specified Facility.
1420
+ * Retrieves a ProcessingJob by Id.
1156
1421
  *
1157
1422
  * Permissions Required:
1158
- * - View Harvests
1423
+ * - Manage Processing Job
1159
1424
  *
1160
- * GET GetOnhold V2
1425
+ * GET Get V2
1161
1426
  */
1162
- harvestsGetOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1427
+ processingJobsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1163
1428
  /**
1164
- * Retrieves a list of Waste records for a specified Harvest, identified by its Harvest Id, within a Facility identified by its License Number.
1429
+ * Permissions Required:
1430
+ * - Manage Processing Job
1431
+ *
1432
+ * GET GetActive V1
1433
+ */
1434
+ processingJobsGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1435
+ /**
1436
+ * Retrieves active processing jobs at a specified Facility.
1165
1437
  *
1166
1438
  * Permissions Required:
1167
- * - View Harvests
1439
+ * - Manage Processing Job
1168
1440
  *
1169
- * GET GetWaste V2
1441
+ * GET GetActive V2
1170
1442
  */
1171
- harvestsGetWasteV2(body?: any, harvestId?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1443
+ processingJobsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1172
1444
  /**
1173
1445
  * Permissions Required:
1174
- * - None
1446
+ * - Manage Processing Job
1175
1447
  *
1176
- * GET GetWasteTypes V1
1448
+ * GET GetInactive V1
1177
1449
  */
1178
- harvestsGetWasteTypesV1(body?: any, No?: string): Promise<any>;
1450
+ processingJobsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1179
1451
  /**
1180
- * Retrieves a list of Waste types for harvests.
1452
+ * Retrieves inactive processing jobs at a specified Facility.
1181
1453
  *
1182
1454
  * Permissions Required:
1183
- * - None
1455
+ * - Manage Processing Job
1184
1456
  *
1185
- * GET GetWasteTypes V2
1457
+ * GET GetInactive V2
1186
1458
  */
1187
- harvestsGetWasteTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
1459
+ processingJobsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1188
1460
  /**
1189
- * Marks one or more harvests as finished for the specified Facility.
1190
- *
1191
- * Permissions Required:
1192
- * - View Harvests
1193
- * - Finish/Discontinue Harvests
1461
+ * Permissions Required:
1462
+ * - Manage Processing Job
1194
1463
  *
1195
- * PUT UpdateFinish V2
1464
+ * GET GetJobtypesActive V1
1196
1465
  */
1197
- harvestsUpdateFinishV2(body?: any, licenseNumber?: string): Promise<any>;
1466
+ processingJobsGetJobtypesActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1198
1467
  /**
1199
- * Updates the Location of Harvest for a specified Facility.
1468
+ * Retrieves a list of all active processing job types defined within a Facility.
1200
1469
  *
1201
1470
  * Permissions Required:
1202
- * - View Harvests
1203
- * - Manage Harvests
1204
- *
1205
- * PUT UpdateLocation V2
1206
- */
1207
- harvestsUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
1208
- /**
1209
- * Permissions Required:
1210
- * - View Harvests
1211
- * - Manage Harvests
1471
+ * - Manage Processing Job
1212
1472
  *
1213
- * PUT UpdateMove V1
1473
+ * GET GetJobtypesActive V2
1214
1474
  */
1215
- harvestsUpdateMoveV1(body?: any, licenseNumber?: string): Promise<any>;
1475
+ processingJobsGetJobtypesActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1216
1476
  /**
1217
1477
  * Permissions Required:
1218
- * - View Harvests
1219
- * - Manage Harvests
1478
+ * - Manage Processing Job
1220
1479
  *
1221
- * PUT UpdateRename V1
1480
+ * GET GetJobtypesAttributes V1
1222
1481
  */
1223
- harvestsUpdateRenameV1(body?: any, licenseNumber?: string): Promise<any>;
1482
+ processingJobsGetJobtypesAttributesV1(body?: any, licenseNumber?: string): Promise<any>;
1224
1483
  /**
1225
- * Renames one or more harvests for the specified Facility.
1484
+ * Retrieves all processing job attributes available for a Facility.
1226
1485
  *
1227
1486
  * Permissions Required:
1228
- * - View Harvests
1229
- * - Manage Harvests
1487
+ * - Manage Processing Job
1230
1488
  *
1231
- * PUT UpdateRename V2
1489
+ * GET GetJobtypesAttributes V2
1232
1490
  */
1233
- harvestsUpdateRenameV2(body?: any, licenseNumber?: string): Promise<any>;
1491
+ processingJobsGetJobtypesAttributesV2(body?: any, licenseNumber?: string): Promise<any>;
1234
1492
  /**
1235
- * Restores previously harvested plants to their original state for the specified Facility.
1236
- *
1237
- * Permissions Required:
1238
- * - View Harvests
1239
- * - Finish/Discontinue Harvests
1493
+ * Permissions Required:
1494
+ * - Manage Processing Job
1240
1495
  *
1241
- * PUT UpdateRestoreHarvestedPlants V2
1496
+ * GET GetJobtypesCategories V1
1242
1497
  */
1243
- harvestsUpdateRestoreHarvestedPlantsV2(body?: any, licenseNumber?: string): Promise<any>;
1498
+ processingJobsGetJobtypesCategoriesV1(body?: any, licenseNumber?: string): Promise<any>;
1244
1499
  /**
1245
- * Reopens one or more previously finished harvests for the specified Facility.
1500
+ * Retrieves all processing job categories available for a specified Facility.
1246
1501
  *
1247
1502
  * Permissions Required:
1248
- * - View Harvests
1249
- * - Finish/Discontinue Harvests
1503
+ * - Manage Processing Job
1250
1504
  *
1251
- * PUT UpdateUnfinish V2
1505
+ * GET GetJobtypesCategories V2
1252
1506
  */
1253
- harvestsUpdateUnfinishV2(body?: any, licenseNumber?: string): Promise<any>;
1507
+ processingJobsGetJobtypesCategoriesV2(body?: any, licenseNumber?: string): Promise<any>;
1254
1508
  /**
1255
1509
  * Permissions Required:
1256
- * - Manage Locations
1510
+ * - Manage Processing Job
1257
1511
  *
1258
- * POST Create V1
1512
+ * GET GetJobtypesInactive V1
1259
1513
  */
1260
- locationsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
1514
+ processingJobsGetJobtypesInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1261
1515
  /**
1262
- * Creates new locations for a specified Facility.
1516
+ * Retrieves a list of all inactive processing job types defined within a Facility.
1263
1517
  *
1264
1518
  * Permissions Required:
1265
- * - Manage Locations
1266
- *
1267
- * POST Create V2
1268
- */
1269
- locationsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
1270
- /**
1271
- * Permissions Required:
1272
- * - Manage Locations
1519
+ * - Manage Processing Job
1273
1520
  *
1274
- * POST CreateUpdate V1
1521
+ * GET GetJobtypesInactive V2
1275
1522
  */
1276
- locationsCreateUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
1523
+ processingJobsGetJobtypesInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1277
1524
  /**
1278
1525
  * Permissions Required:
1279
- * - Manage Locations
1526
+ * - Manage Processing Job
1280
1527
  *
1281
- * DELETE Delete V1
1528
+ * PUT UpdateFinish V1
1282
1529
  */
1283
- locationsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1530
+ processingJobsUpdateFinishV1(body?: any, licenseNumber?: string): Promise<any>;
1284
1531
  /**
1285
- * Archives a specified Location, identified by its Id, for a Facility.
1532
+ * Completes processing jobs at a Facility by recording final notes and waste measurements.
1286
1533
  *
1287
1534
  * Permissions Required:
1288
- * - Manage Locations
1535
+ * - Manage Processing Job
1289
1536
  *
1290
- * DELETE Delete V2
1537
+ * PUT UpdateFinish V2
1291
1538
  */
1292
- locationsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1539
+ processingJobsUpdateFinishV2(body?: any, licenseNumber?: string): Promise<any>;
1293
1540
  /**
1294
1541
  * Permissions Required:
1295
- * - Manage Locations
1542
+ * - Manage Processing Job
1296
1543
  *
1297
- * GET Get V1
1544
+ * PUT UpdateJobtypes V1
1298
1545
  */
1299
- locationsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1546
+ processingJobsUpdateJobtypesV1(body?: any, licenseNumber?: string): Promise<any>;
1300
1547
  /**
1301
- * Retrieves a Location by its Id.
1548
+ * Updates existing processing job types at a Facility, including their name, category, description, steps, and attributes.
1302
1549
  *
1303
1550
  * Permissions Required:
1304
- * - Manage Locations
1551
+ * - Manage Processing Job
1305
1552
  *
1306
- * GET Get V2
1553
+ * PUT UpdateJobtypes V2
1307
1554
  */
1308
- locationsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1555
+ processingJobsUpdateJobtypesV2(body?: any, licenseNumber?: string): Promise<any>;
1309
1556
  /**
1310
1557
  * Permissions Required:
1311
- * - Manage Locations
1558
+ * - Manage Processing Job
1312
1559
  *
1313
- * GET GetActive V1
1560
+ * PUT UpdateUnfinish V1
1314
1561
  */
1315
- locationsGetActiveV1(body?: any, licenseNumber?: string): Promise<any>;
1562
+ processingJobsUpdateUnfinishV1(body?: any, licenseNumber?: string): Promise<any>;
1316
1563
  /**
1317
- * Retrieves a list of active locations for a specified Facility.
1564
+ * Reopens previously completed processing jobs at a Facility to allow further updates or corrections.
1318
1565
  *
1319
1566
  * Permissions Required:
1320
- * - Manage Locations
1567
+ * - Manage Processing Job
1321
1568
  *
1322
- * GET GetActive V2
1569
+ * PUT UpdateUnfinish V2
1323
1570
  */
1324
- locationsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1571
+ processingJobsUpdateUnfinishV2(body?: any, licenseNumber?: string): Promise<any>;
1325
1572
  /**
1326
- * Retrieves a list of inactive locations for a specified Facility.
1573
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1327
1574
  *
1328
1575
  * Permissions Required:
1329
- * - Manage Locations
1330
- *
1331
- * GET GetInactive V2
1332
- */
1333
- locationsGetInactiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1334
- /**
1335
- * Permissions Required:
1336
- * - Manage Locations
1576
+ * - Sales Delivery
1337
1577
  *
1338
- * GET GetTypes V1
1578
+ * POST CreateDelivery V1
1339
1579
  */
1340
- locationsGetTypesV1(body?: any, licenseNumber?: string): Promise<any>;
1580
+ salesCreateDeliveryV1(body?: any, licenseNumber?: string): Promise<any>;
1341
1581
  /**
1342
- * Retrieves a list of active location types for a specified Facility.
1582
+ * 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.
1343
1583
  *
1344
1584
  * Permissions Required:
1345
- * - Manage Locations
1585
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1586
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1587
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1588
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1589
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1346
1590
  *
1347
- * GET GetTypes V2
1591
+ * POST CreateDelivery V2
1348
1592
  */
1349
- locationsGetTypesV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1593
+ salesCreateDeliveryV2(body?: any, licenseNumber?: string): Promise<any>;
1350
1594
  /**
1351
- * Updates existing locations for a specified Facility.
1595
+ * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1352
1596
  *
1353
1597
  * Permissions Required:
1354
- * - Manage Locations
1598
+ * - Retailer Delivery
1355
1599
  *
1356
- * PUT Update V2
1600
+ * POST CreateDeliveryRetailer V1
1357
1601
  */
1358
- locationsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
1602
+ salesCreateDeliveryRetailerV1(body?: any, licenseNumber?: string): Promise<any>;
1359
1603
  /**
1360
- * Adds new patients to a specified Facility.
1604
+ * 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.
1361
1605
  *
1362
1606
  * Permissions Required:
1363
- * - Manage Patients
1607
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1608
+ * - Industry/Facility Type/Retailer Delivery
1609
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1610
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1611
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1612
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1613
+ * - Manage Retailer Delivery
1364
1614
  *
1365
- * POST Create V2
1615
+ * POST CreateDeliveryRetailer V2
1366
1616
  */
1367
- patientsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
1617
+ salesCreateDeliveryRetailerV2(body?: any, licenseNumber?: string): Promise<any>;
1368
1618
  /**
1369
1619
  * Permissions Required:
1370
- * - Manage Patients
1620
+ * - Retailer Delivery
1371
1621
  *
1372
- * POST CreateAdd V1
1622
+ * POST CreateDeliveryRetailerDepart V1
1373
1623
  */
1374
- patientsCreateAddV1(body?: any, licenseNumber?: string): Promise<any>;
1624
+ salesCreateDeliveryRetailerDepartV1(body?: any, licenseNumber?: string): Promise<any>;
1375
1625
  /**
1376
- * Permissions Required:
1377
- * - Manage Patients
1626
+ * Processes the departure of retailer deliveries for a Facility using the provided License Number and delivery data.
1378
1627
  *
1379
- * POST CreateUpdate V1
1380
- */
1381
- patientsCreateUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
1382
- /**
1383
- * Permissions Required:
1384
- * - Manage Patients
1628
+ * Permissions Required:
1629
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1630
+ * - Industry/Facility Type/Retailer Delivery
1631
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1632
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1633
+ * - Manage Retailer Delivery
1385
1634
  *
1386
- * DELETE Delete V1
1635
+ * POST CreateDeliveryRetailerDepart V2
1387
1636
  */
1388
- patientsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1637
+ salesCreateDeliveryRetailerDepartV2(body?: any, licenseNumber?: string): Promise<any>;
1389
1638
  /**
1390
- * Removes a Patient, identified by an Id, from a specified Facility.
1639
+ * Please note: The ActualArrivalDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1391
1640
  *
1392
1641
  * Permissions Required:
1393
- * - Manage Patients
1642
+ * - Retailer Delivery
1394
1643
  *
1395
- * DELETE Delete V2
1644
+ * POST CreateDeliveryRetailerEnd V1
1396
1645
  */
1397
- patientsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1646
+ salesCreateDeliveryRetailerEndV1(body?: any, licenseNumber?: string): Promise<any>;
1398
1647
  /**
1399
- * Permissions Required:
1400
- * - Manage Patients
1648
+ * 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.
1401
1649
  *
1402
- * GET Get V1
1650
+ * Permissions Required:
1651
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1652
+ * - Industry/Facility Type/Retailer Delivery
1653
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1654
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1655
+ * - Manage Retailer Delivery
1656
+ *
1657
+ * POST CreateDeliveryRetailerEnd V2
1403
1658
  */
1404
- patientsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1659
+ salesCreateDeliveryRetailerEndV2(body?: any, licenseNumber?: string): Promise<any>;
1405
1660
  /**
1406
- * Retrieves a Patient by Id.
1661
+ * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1407
1662
  *
1408
1663
  * Permissions Required:
1409
- * - Manage Patients
1664
+ * - Retailer Delivery
1410
1665
  *
1411
- * GET Get V2
1666
+ * POST CreateDeliveryRetailerRestock V1
1412
1667
  */
1413
- patientsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1668
+ salesCreateDeliveryRetailerRestockV1(body?: any, licenseNumber?: string): Promise<any>;
1414
1669
  /**
1415
- * Permissions Required:
1416
- * - Manage Patients
1670
+ * 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.
1417
1671
  *
1418
- * GET GetActive V1
1672
+ * Permissions Required:
1673
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1674
+ * - Industry/Facility Type/Retailer Delivery
1675
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1676
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1677
+ * - Manage Retailer Delivery
1678
+ *
1679
+ * POST CreateDeliveryRetailerRestock V2
1419
1680
  */
1420
- patientsGetActiveV1(body?: any, licenseNumber?: string): Promise<any>;
1681
+ salesCreateDeliveryRetailerRestockV2(body?: any, licenseNumber?: string): Promise<any>;
1421
1682
  /**
1422
- * Retrieves a list of active patients for a specified Facility.
1683
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1423
1684
  *
1424
1685
  * Permissions Required:
1425
- * - Manage Patients
1686
+ * - Retailer Delivery
1426
1687
  *
1427
- * GET GetActive V2
1688
+ * POST CreateDeliveryRetailerSale V1
1428
1689
  */
1429
- patientsGetActiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1690
+ salesCreateDeliveryRetailerSaleV1(body?: any, licenseNumber?: string): Promise<any>;
1430
1691
  /**
1431
- * Updates Patient information for a specified Facility.
1692
+ * Records sales deliveries originating from a retailer delivery 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.
1432
1693
  *
1433
1694
  * Permissions Required:
1434
- * - Manage Patients
1695
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1696
+ * - Industry/Facility Type/Retailer Delivery
1697
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1698
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1699
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1700
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1435
1701
  *
1436
- * PUT Update V2
1702
+ * POST CreateDeliveryRetailerSale V2
1437
1703
  */
1438
- patientsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
1704
+ salesCreateDeliveryRetailerSaleV2(body?: any, licenseNumber?: string): Promise<any>;
1439
1705
  /**
1440
- * Permissions Required:
1441
- * - ManageProcessingJobs
1706
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1442
1707
  *
1443
- * POST CreateAdjust V1
1708
+ * Permissions Required:
1709
+ * - Sales
1710
+ *
1711
+ * POST CreateReceipt V1
1444
1712
  */
1445
- processingJobsCreateAdjustV1(body?: any, licenseNumber?: string): Promise<any>;
1713
+ salesCreateReceiptV1(body?: any, licenseNumber?: string): Promise<any>;
1446
1714
  /**
1447
- * Adjusts the details of existing processing jobs at a Facility, including units of measure and associated packages.
1715
+ * 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.
1448
1716
  *
1449
1717
  * Permissions Required:
1450
- * - Manage Processing Job
1718
+ * - External Sources(ThirdPartyVendorV2)/Sales (Write)
1719
+ * - Industry/Facility Type/Consumer Sales or Industry/Facility Type/Patient Sales or Industry/Facility Type/External Patient Sales or Industry/Facility Type/Caregiver Sales
1720
+ * - Industry/Facility Type/Advanced Sales
1721
+ * - WebApi Sales Read Write State (All or WriteOnly)
1722
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
1723
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
1451
1724
  *
1452
- * POST CreateAdjust V2
1725
+ * POST CreateReceipt V2
1453
1726
  */
1454
- processingJobsCreateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
1727
+ salesCreateReceiptV2(body?: any, licenseNumber?: string): Promise<any>;
1455
1728
  /**
1456
1729
  * Permissions Required:
1457
- * - Manage Processing Job
1730
+ * - Sales
1458
1731
  *
1459
- * POST CreateJobtypes V1
1732
+ * POST CreateTransactionByDate V1
1460
1733
  */
1461
- processingJobsCreateJobtypesV1(body?: any, licenseNumber?: string): Promise<any>;
1734
+ salesCreateTransactionByDateV1(date: string, body?: any, licenseNumber?: string): Promise<any>;
1462
1735
  /**
1463
- * Creates new processing job types for a Facility, including name, category, description, steps, and attributes.
1736
+ * Permissions Required:
1737
+ * - Sales Delivery
1738
+ *
1739
+ * DELETE DeleteDelivery V1
1740
+ */
1741
+ salesDeleteDeliveryV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1742
+ /**
1743
+ * Voids a sales delivery for a Facility using the provided License Number and delivery Id.
1464
1744
  *
1465
1745
  * Permissions Required:
1466
- * - Manage Processing Job
1746
+ * - Manage Sales Delivery
1467
1747
  *
1468
- * POST CreateJobtypes V2
1748
+ * DELETE DeleteDelivery V2
1469
1749
  */
1470
- processingJobsCreateJobtypesV2(body?: any, licenseNumber?: string): Promise<any>;
1750
+ salesDeleteDeliveryV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1471
1751
  /**
1472
1752
  * Permissions Required:
1473
- * - ManageProcessingJobs
1753
+ * - Retailer Delivery
1474
1754
  *
1475
- * POST CreateStart V1
1755
+ * DELETE DeleteDeliveryRetailer V1
1476
1756
  */
1477
- processingJobsCreateStartV1(body?: any, licenseNumber?: string): Promise<any>;
1757
+ salesDeleteDeliveryRetailerV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1478
1758
  /**
1479
- * Initiates new processing jobs at a Facility, including job details and associated packages.
1759
+ * Voids a retailer delivery for a Facility using the provided License Number and delivery Id.
1480
1760
  *
1481
1761
  * Permissions Required:
1482
- * - Manage Processing Job
1762
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
1763
+ * - Industry/Facility Type/Retailer Delivery
1764
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
1765
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
1766
+ * - Manage Retailer Delivery
1483
1767
  *
1484
- * POST CreateStart V2
1768
+ * DELETE DeleteDeliveryRetailer V2
1485
1769
  */
1486
- processingJobsCreateStartV2(body?: any, licenseNumber?: string): Promise<any>;
1770
+ salesDeleteDeliveryRetailerV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1487
1771
  /**
1488
1772
  * Permissions Required:
1489
- * - ManageProcessingJobs
1773
+ * - Sales
1490
1774
  *
1491
- * POST Createpackages V1
1775
+ * DELETE DeleteReceipt V1
1492
1776
  */
1493
- processingJobsCreatepackagesV1(body?: any, licenseNumber?: string): Promise<any>;
1777
+ salesDeleteReceiptV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1494
1778
  /**
1495
- * Creates packages from processing jobs at a Facility, including optional location and note assignments.
1779
+ * Archives a sales receipt for a Facility using the provided License Number and receipt Id.
1496
1780
  *
1497
1781
  * Permissions Required:
1498
- * - Manage Processing Job
1782
+ * - Manage Sales
1499
1783
  *
1500
- * POST Createpackages V2
1784
+ * DELETE DeleteReceipt V2
1501
1785
  */
1502
- processingJobsCreatepackagesV2(body?: any, licenseNumber?: string): Promise<any>;
1786
+ salesDeleteReceiptV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1503
1787
  /**
1504
1788
  * Permissions Required:
1505
- * - Manage Processing Job
1789
+ * - None
1506
1790
  *
1507
- * DELETE Delete V1
1791
+ * GET GetCounties V1
1508
1792
  */
1509
- processingJobsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1793
+ salesGetCountiesV1(body?: any, No?: string): Promise<any>;
1510
1794
  /**
1511
- * Archives a Processing Job at a Facility by marking it as inactive and removing it from active use.
1795
+ * Returns a list of counties available for sales deliveries.
1512
1796
  *
1513
1797
  * Permissions Required:
1514
- * - Manage Processing Job
1798
+ * - None
1515
1799
  *
1516
- * DELETE Delete V2
1800
+ * GET GetCounties V2
1517
1801
  */
1518
- processingJobsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1802
+ salesGetCountiesV2(body?: any, No?: string): Promise<any>;
1519
1803
  /**
1520
1804
  * Permissions Required:
1521
- * - Manage Processing Job
1805
+ * - None
1522
1806
  *
1523
- * DELETE DeleteJobtypes V1
1807
+ * GET GetCustomertypes V1
1524
1808
  */
1525
- processingJobsDeleteJobtypesV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1809
+ salesGetCustomertypesV1(body?: any, No?: string): Promise<any>;
1526
1810
  /**
1527
- * Archives a Processing Job Type at a Facility, making it inactive for future use.
1811
+ * Returns a list of customer types.
1528
1812
  *
1529
1813
  * Permissions Required:
1530
- * - Manage Processing Job
1814
+ * - None
1531
1815
  *
1532
- * DELETE DeleteJobtypes V2
1816
+ * GET GetCustomertypes V2
1533
1817
  */
1534
- processingJobsDeleteJobtypesV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1818
+ salesGetCustomertypesV2(body?: any, No?: string): Promise<any>;
1535
1819
  /**
1536
1820
  * Permissions Required:
1537
- * - Manage Processing Job
1821
+ * - Sales Delivery
1538
1822
  *
1539
- * GET Get V1
1823
+ * GET GetDeliveriesActive V1
1540
1824
  */
1541
- processingJobsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1825
+ salesGetDeliveriesActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1542
1826
  /**
1543
- * Retrieves a ProcessingJob by Id.
1827
+ * Returns a list of active sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
1544
1828
  *
1545
1829
  * Permissions Required:
1546
- * - Manage Processing Job
1830
+ * - View Sales Delivery
1831
+ * - Manage Sales Delivery
1547
1832
  *
1548
- * GET Get V2
1833
+ * GET GetDeliveriesActive V2
1549
1834
  */
1550
- processingJobsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1835
+ salesGetDeliveriesActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1551
1836
  /**
1552
1837
  * Permissions Required:
1553
- * - Manage Processing Job
1838
+ * - Sales Delivery
1554
1839
  *
1555
- * GET GetActive V1
1840
+ * GET GetDeliveriesInactive V1
1556
1841
  */
1557
- processingJobsGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1842
+ salesGetDeliveriesInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1558
1843
  /**
1559
- * Retrieves active processing jobs at a specified Facility.
1844
+ * Returns a list of inactive sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
1560
1845
  *
1561
1846
  * Permissions Required:
1562
- * - Manage Processing Job
1847
+ * - View Sales Delivery
1848
+ * - Manage Sales Delivery
1563
1849
  *
1564
- * GET GetActive V2
1850
+ * GET GetDeliveriesInactive V2
1565
1851
  */
1566
- processingJobsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1852
+ salesGetDeliveriesInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1567
1853
  /**
1568
1854
  * Permissions Required:
1569
- * - Manage Processing Job
1855
+ * - Retailer Delivery
1570
1856
  *
1571
- * GET GetInactive V1
1857
+ * GET GetDeliveriesRetailerActive V1
1572
1858
  */
1573
- processingJobsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1859
+ salesGetDeliveriesRetailerActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1574
1860
  /**
1575
- * Retrieves inactive processing jobs at a specified Facility.
1861
+ * Returns a list of active retailer deliveries for a Facility, optionally filtered by last modified date range
1576
1862
  *
1577
1863
  * Permissions Required:
1578
- * - Manage Processing Job
1864
+ * - View Retailer Delivery
1865
+ * - Manage Retailer Delivery
1579
1866
  *
1580
- * GET GetInactive V2
1867
+ * GET GetDeliveriesRetailerActive V2
1581
1868
  */
1582
- processingJobsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1869
+ salesGetDeliveriesRetailerActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1583
1870
  /**
1584
1871
  * Permissions Required:
1585
- * - Manage Processing Job
1872
+ * - Retailer Delivery
1586
1873
  *
1587
- * GET GetJobtypesActive V1
1874
+ * GET GetDeliveriesRetailerInactive V1
1588
1875
  */
1589
- processingJobsGetJobtypesActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1876
+ salesGetDeliveriesRetailerInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1590
1877
  /**
1591
- * Retrieves a list of all active processing job types defined within a Facility.
1878
+ * Returns a list of inactive retailer deliveries for a Facility, optionally filtered by last modified date range
1592
1879
  *
1593
1880
  * Permissions Required:
1594
- * - Manage Processing Job
1881
+ * - View Retailer Delivery
1882
+ * - Manage Retailer Delivery
1595
1883
  *
1596
- * GET GetJobtypesActive V2
1884
+ * GET GetDeliveriesRetailerInactive V2
1597
1885
  */
1598
- processingJobsGetJobtypesActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1886
+ salesGetDeliveriesRetailerInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1599
1887
  /**
1600
1888
  * Permissions Required:
1601
- * - Manage Processing Job
1889
+ * -
1602
1890
  *
1603
- * GET GetJobtypesAttributes V1
1891
+ * GET GetDeliveriesReturnreasons V1
1604
1892
  */
1605
- processingJobsGetJobtypesAttributesV1(body?: any, licenseNumber?: string): Promise<any>;
1893
+ salesGetDeliveriesReturnreasonsV1(body?: any, licenseNumber?: string): Promise<any>;
1606
1894
  /**
1607
- * Retrieves all processing job attributes available for a Facility.
1895
+ * Returns a list of return reasons for sales deliveries based on the provided License Number.
1608
1896
  *
1609
1897
  * Permissions Required:
1610
- * - Manage Processing Job
1898
+ * - Sales Delivery
1611
1899
  *
1612
- * GET GetJobtypesAttributes V2
1900
+ * GET GetDeliveriesReturnreasons V2
1613
1901
  */
1614
- processingJobsGetJobtypesAttributesV2(body?: any, licenseNumber?: string): Promise<any>;
1902
+ salesGetDeliveriesReturnreasonsV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1615
1903
  /**
1616
1904
  * Permissions Required:
1617
- * - Manage Processing Job
1905
+ * - Sales Delivery
1618
1906
  *
1619
- * GET GetJobtypesCategories V1
1907
+ * GET GetDelivery V1
1620
1908
  */
1621
- processingJobsGetJobtypesCategoriesV1(body?: any, licenseNumber?: string): Promise<any>;
1909
+ salesGetDeliveryV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1622
1910
  /**
1623
- * Retrieves all processing job categories available for a specified Facility.
1911
+ * Retrieves a sales delivery record by its Id, with an optional License Number.
1624
1912
  *
1625
1913
  * Permissions Required:
1626
- * - Manage Processing Job
1914
+ * - View Sales Delivery
1915
+ * - Manage Sales Delivery
1627
1916
  *
1628
- * GET GetJobtypesCategories V2
1917
+ * GET GetDelivery V2
1629
1918
  */
1630
- processingJobsGetJobtypesCategoriesV2(body?: any, licenseNumber?: string): Promise<any>;
1919
+ salesGetDeliveryV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1631
1920
  /**
1632
1921
  * Permissions Required:
1633
- * - Manage Processing Job
1922
+ * - Retailer Delivery
1634
1923
  *
1635
- * GET GetJobtypesInactive V1
1924
+ * GET GetDeliveryRetailer V1
1636
1925
  */
1637
- processingJobsGetJobtypesInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
1926
+ salesGetDeliveryRetailerV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1638
1927
  /**
1639
- * Retrieves a list of all inactive processing job types defined within a Facility.
1928
+ * Retrieves a retailer delivery record by its ID, with an optional License Number.
1640
1929
  *
1641
1930
  * Permissions Required:
1642
- * - Manage Processing Job
1931
+ * - View Retailer Delivery
1932
+ * - Manage Retailer Delivery
1643
1933
  *
1644
- * GET GetJobtypesInactive V2
1934
+ * GET GetDeliveryRetailer V2
1645
1935
  */
1646
- processingJobsGetJobtypesInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
1936
+ salesGetDeliveryRetailerV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1647
1937
  /**
1648
1938
  * Permissions Required:
1649
- * - Manage Processing Job
1939
+ * -
1650
1940
  *
1651
- * PUT UpdateFinish V1
1941
+ * GET GetPatientRegistrationsLocations V1
1652
1942
  */
1653
- processingJobsUpdateFinishV1(body?: any, licenseNumber?: string): Promise<any>;
1943
+ salesGetPatientRegistrationsLocationsV1(body?: any, No?: string): Promise<any>;
1654
1944
  /**
1655
- * Completes processing jobs at a Facility by recording final notes and waste measurements.
1945
+ * Returns a list of valid Patient registration locations for sales.
1656
1946
  *
1657
1947
  * Permissions Required:
1658
- * - Manage Processing Job
1948
+ * -
1659
1949
  *
1660
- * PUT UpdateFinish V2
1950
+ * GET GetPatientRegistrationsLocations V2
1661
1951
  */
1662
- processingJobsUpdateFinishV2(body?: any, licenseNumber?: string): Promise<any>;
1952
+ salesGetPatientRegistrationsLocationsV2(body?: any, No?: string): Promise<any>;
1663
1953
  /**
1664
1954
  * Permissions Required:
1665
- * - Manage Processing Job
1955
+ * - Sales Delivery
1666
1956
  *
1667
- * PUT UpdateJobtypes V1
1957
+ * GET GetPaymenttypes V1
1668
1958
  */
1669
- processingJobsUpdateJobtypesV1(body?: any, licenseNumber?: string): Promise<any>;
1959
+ salesGetPaymenttypesV1(body?: any, licenseNumber?: string): Promise<any>;
1670
1960
  /**
1671
- * Updates existing processing job types at a Facility, including their name, category, description, steps, and attributes.
1961
+ * Returns a list of available payment types for the specified License Number.
1672
1962
  *
1673
1963
  * Permissions Required:
1674
- * - Manage Processing Job
1964
+ * - View Sales Delivery
1965
+ * - Manage Sales Delivery
1675
1966
  *
1676
- * PUT UpdateJobtypes V2
1967
+ * GET GetPaymenttypes V2
1677
1968
  */
1678
- processingJobsUpdateJobtypesV2(body?: any, licenseNumber?: string): Promise<any>;
1969
+ salesGetPaymenttypesV2(body?: any, licenseNumber?: string): Promise<any>;
1679
1970
  /**
1680
1971
  * Permissions Required:
1681
- * - Manage Processing Job
1972
+ * - Sales
1682
1973
  *
1683
- * PUT UpdateUnfinish V1
1974
+ * GET GetReceipt V1
1684
1975
  */
1685
- processingJobsUpdateUnfinishV1(body?: any, licenseNumber?: string): Promise<any>;
1976
+ salesGetReceiptV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
1686
1977
  /**
1687
- * Reopens previously completed processing jobs at a Facility to allow further updates or corrections.
1978
+ * Retrieves a sales receipt by its Id, with an optional License Number.
1688
1979
  *
1689
1980
  * Permissions Required:
1690
- * - Manage Processing Job
1981
+ * - View Sales
1982
+ * - Manage Sales
1691
1983
  *
1692
- * PUT UpdateUnfinish V2
1984
+ * GET GetReceipt V2
1693
1985
  */
1694
- processingJobsUpdateUnfinishV2(body?: any, licenseNumber?: string): Promise<any>;
1986
+ salesGetReceiptV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
1695
1987
  /**
1696
- * 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.
1697
- *
1698
- * Permissions Required:
1699
- * - None
1988
+ * Permissions Required:
1989
+ * - Sales
1700
1990
  *
1701
- * POST CreateIntegratorSetup V2
1991
+ * GET GetReceiptsActive V1
1702
1992
  */
1703
- sandboxCreateIntegratorSetupV2(body?: any, userKey?: string): Promise<any>;
1993
+ salesGetReceiptsActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1704
1994
  /**
1705
- * Creates new sublocation records for a Facility.
1995
+ * Returns a list of active sales receipts for a Facility, filtered by optional sales or last modified date ranges.
1706
1996
  *
1707
1997
  * Permissions Required:
1708
- * - Manage Locations
1998
+ * - View Sales
1999
+ * - Manage Sales
1709
2000
  *
1710
- * POST Create V2
2001
+ * GET GetReceiptsActive V2
1711
2002
  */
1712
- sublocationsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2003
+ salesGetReceiptsActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1713
2004
  /**
1714
- * Archives an existing Sublocation record for a Facility.
2005
+ * Retrieves a Sales Receipt by its external number, with an optional License Number.
1715
2006
  *
1716
2007
  * Permissions Required:
1717
- * - Manage Locations
2008
+ * - View Sales
2009
+ * - Manage Sales
1718
2010
  *
1719
- * DELETE Delete V2
2011
+ * GET GetReceiptsExternalByExternalNumber V2
1720
2012
  */
1721
- sublocationsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2013
+ salesGetReceiptsExternalByExternalNumberV2(externalNumber: string, body?: any, licenseNumber?: string): Promise<any>;
1722
2014
  /**
1723
- * Retrieves a Sublocation by its Id, with an optional license number.
2015
+ * Permissions Required:
2016
+ * - Sales
2017
+ *
2018
+ * GET GetReceiptsInactive V1
2019
+ */
2020
+ salesGetReceiptsInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
2021
+ /**
2022
+ * Returns a list of inactive sales receipts for a Facility, filtered by optional sales or last modified date ranges.
1724
2023
  *
1725
2024
  * Permissions Required:
1726
- * - Manage Locations
2025
+ * - View Sales
2026
+ * - Manage Sales
1727
2027
  *
1728
- * GET Get V2
2028
+ * GET GetReceiptsInactive V2
1729
2029
  */
1730
- sublocationsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2030
+ salesGetReceiptsInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
1731
2031
  /**
1732
- * Retrieves a list of active sublocations for the current Facility, optionally filtered by last modified date range.
2032
+ * Permissions Required:
2033
+ * - Sales
1733
2034
  *
1734
- * Permissions Required:
1735
- * - Manage Locations
2035
+ * GET GetTransactions V1
2036
+ */
2037
+ salesGetTransactionsV1(body?: any, licenseNumber?: string): Promise<any>;
2038
+ /**
2039
+ * Permissions Required:
2040
+ * - Sales
1736
2041
  *
1737
- * GET GetActive V2
2042
+ * GET GetTransactionsBySalesDateStartAndSalesDateEnd V1
1738
2043
  */
1739
- sublocationsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2044
+ salesGetTransactionsBySalesDateStartAndSalesDateEndV1(salesDateStart: string, salesDateEnd: string, body?: any, licenseNumber?: string): Promise<any>;
1740
2045
  /**
1741
- * Retrieves a list of inactive sublocations for the specified Facility.
2046
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1742
2047
  *
1743
2048
  * Permissions Required:
1744
- * - Manage Locations
2049
+ * - Sales Delivery
1745
2050
  *
1746
- * GET GetInactive V2
2051
+ * PUT UpdateDelivery V1
1747
2052
  */
1748
- sublocationsGetInactiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2053
+ salesUpdateDeliveryV1(body?: any, licenseNumber?: string): Promise<any>;
1749
2054
  /**
1750
- * Updates existing sublocation records for a specified Facility.
2055
+ * 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.
1751
2056
  *
1752
2057
  * Permissions Required:
1753
- * - Manage Locations
2058
+ * - Manage Sales Delivery
1754
2059
  *
1755
- * PUT Update V2
2060
+ * PUT UpdateDelivery V2
1756
2061
  */
1757
- sublocationsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
2062
+ salesUpdateDeliveryV2(body?: any, licenseNumber?: string): Promise<any>;
1758
2063
  /**
1759
2064
  * Permissions Required:
1760
- * - Transfers
2065
+ * - Sales Delivery
1761
2066
  *
1762
- * POST CreateExternalIncoming V1
2067
+ * PUT UpdateDeliveryComplete V1
1763
2068
  */
1764
- transfersCreateExternalIncomingV1(body?: any, licenseNumber?: string): Promise<any>;
2069
+ salesUpdateDeliveryCompleteV1(body?: any, licenseNumber?: string): Promise<any>;
1765
2070
  /**
1766
- * Creates external incoming shipment plans for a Facility.
2071
+ * Completes a list of sales deliveries for a Facility using the provided License Number and delivery data.
1767
2072
  *
1768
2073
  * Permissions Required:
1769
- * - Manage Transfers
2074
+ * - Manage Sales Delivery
1770
2075
  *
1771
- * POST CreateExternalIncoming V2
2076
+ * PUT UpdateDeliveryComplete V2
1772
2077
  */
1773
- transfersCreateExternalIncomingV2(body?: any, licenseNumber?: string): Promise<any>;
2078
+ salesUpdateDeliveryCompleteV2(body?: any, licenseNumber?: string): Promise<any>;
1774
2079
  /**
1775
- * Permissions Required:
1776
- * - Transfer Templates
2080
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
1777
2081
  *
1778
- * POST CreateTemplates V1
2082
+ * Permissions Required:
2083
+ * - Sales Delivery
2084
+ *
2085
+ * PUT UpdateDeliveryHub V1
1779
2086
  */
1780
- transfersCreateTemplatesV1(body?: any, licenseNumber?: string): Promise<any>;
2087
+ salesUpdateDeliveryHubV1(body?: any, licenseNumber?: string): Promise<any>;
1781
2088
  /**
1782
- * Creates new transfer templates for a Facility.
2089
+ * 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.
1783
2090
  *
1784
2091
  * Permissions Required:
1785
- * - Manage Transfer Templates
2092
+ * - Manage Sales Delivery, Manage Sales Delivery Hub
1786
2093
  *
1787
- * POST CreateTemplatesOutgoing V2
2094
+ * PUT UpdateDeliveryHub V2
1788
2095
  */
1789
- transfersCreateTemplatesOutgoingV2(body?: any, licenseNumber?: string): Promise<any>;
2096
+ salesUpdateDeliveryHubV2(body?: any, licenseNumber?: string): Promise<any>;
1790
2097
  /**
1791
2098
  * Permissions Required:
1792
- * - Transfers
2099
+ * - Sales
1793
2100
  *
1794
- * DELETE DeleteExternalIncoming V1
2101
+ * PUT UpdateDeliveryHubAccept V1
1795
2102
  */
1796
- transfersDeleteExternalIncomingV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2103
+ salesUpdateDeliveryHubAcceptV1(body?: any, licenseNumber?: string): Promise<any>;
1797
2104
  /**
1798
- * Voids an external incoming shipment plan for a Facility.
2105
+ * Accepts a list of hub sales deliveries for a Facility based on the provided License Number and delivery data.
1799
2106
  *
1800
2107
  * Permissions Required:
1801
- * - Manage Transfers
2108
+ * - Manage Sales Delivery Hub
2109
+ *
2110
+ * PUT UpdateDeliveryHubAccept V2
2111
+ */
2112
+ salesUpdateDeliveryHubAcceptV2(body?: any, licenseNumber?: string): Promise<any>;
2113
+ /**
2114
+ * Permissions Required:
2115
+ * - Sales
2116
+ *
2117
+ * PUT UpdateDeliveryHubDepart V1
2118
+ */
2119
+ salesUpdateDeliveryHubDepartV1(body?: any, licenseNumber?: string): Promise<any>;
2120
+ /**
2121
+ * Processes the departure of hub sales deliveries for a Facility using the provided License Number and delivery data.
2122
+ *
2123
+ * Permissions Required:
2124
+ * - Manage Sales Delivery Hub
2125
+ *
2126
+ * PUT UpdateDeliveryHubDepart V2
2127
+ */
2128
+ salesUpdateDeliveryHubDepartV2(body?: any, licenseNumber?: string): Promise<any>;
2129
+ /**
2130
+ * Permissions Required:
2131
+ * - Sales
2132
+ *
2133
+ * PUT UpdateDeliveryHubVerifyID V1
2134
+ */
2135
+ salesUpdateDeliveryHubVerifyIdV1(body?: any, licenseNumber?: string): Promise<any>;
2136
+ /**
2137
+ * Verifies identification for a list of hub sales deliveries using the provided License Number and delivery data.
2138
+ *
2139
+ * Permissions Required:
2140
+ * - Manage Sales Delivery Hub
2141
+ *
2142
+ * PUT UpdateDeliveryHubVerifyID V2
2143
+ */
2144
+ salesUpdateDeliveryHubVerifyIdV2(body?: any, licenseNumber?: string): Promise<any>;
2145
+ /**
2146
+ * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
2147
+ *
2148
+ * Permissions Required:
2149
+ * - Retailer Delivery
2150
+ *
2151
+ * PUT UpdateDeliveryRetailer V1
2152
+ */
2153
+ salesUpdateDeliveryRetailerV1(body?: any, licenseNumber?: string): Promise<any>;
2154
+ /**
2155
+ * 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.
2156
+ *
2157
+ * Permissions Required:
2158
+ * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
2159
+ * - Industry/Facility Type/Retailer Delivery
2160
+ * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
2161
+ * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
2162
+ * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
2163
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
2164
+ * - Manage Retailer Delivery
2165
+ *
2166
+ * PUT UpdateDeliveryRetailer V2
2167
+ */
2168
+ salesUpdateDeliveryRetailerV2(body?: any, licenseNumber?: string): Promise<any>;
2169
+ /**
2170
+ * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
2171
+ *
2172
+ * Permissions Required:
2173
+ * - Sales
2174
+ *
2175
+ * PUT UpdateReceipt V1
2176
+ */
2177
+ salesUpdateReceiptV1(body?: any, licenseNumber?: string): Promise<any>;
2178
+ /**
2179
+ * 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.
2180
+ *
2181
+ * Permissions Required:
2182
+ * - Manage Sales
2183
+ *
2184
+ * PUT UpdateReceipt V2
2185
+ */
2186
+ salesUpdateReceiptV2(body?: any, licenseNumber?: string): Promise<any>;
2187
+ /**
2188
+ * Finalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
2189
+ *
2190
+ * Permissions Required:
2191
+ * - Manage Sales
2192
+ *
2193
+ * PUT UpdateReceiptFinalize V2
2194
+ */
2195
+ salesUpdateReceiptFinalizeV2(body?: any, licenseNumber?: string): Promise<any>;
2196
+ /**
2197
+ * Unfinalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
2198
+ *
2199
+ * Permissions Required:
2200
+ * - Manage Sales
2201
+ *
2202
+ * PUT UpdateReceiptUnfinalize V2
2203
+ */
2204
+ salesUpdateReceiptUnfinalizeV2(body?: any, licenseNumber?: string): Promise<any>;
2205
+ /**
2206
+ * Permissions Required:
2207
+ * - Sales
2208
+ *
2209
+ * PUT UpdateTransactionByDate V1
2210
+ */
2211
+ salesUpdateTransactionByDateV1(date: string, body?: any, licenseNumber?: string): Promise<any>;
2212
+ /**
2213
+ * 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.
2214
+ *
2215
+ * Permissions Required:
2216
+ * - None
2217
+ *
2218
+ * POST CreateIntegratorSetup V2
2219
+ */
2220
+ sandboxCreateIntegratorSetupV2(body?: any, userKey?: string): Promise<any>;
2221
+ /**
2222
+ * Permissions Required:
2223
+ * - Transfers
2224
+ *
2225
+ * POST CreateExternalIncoming V1
2226
+ */
2227
+ transfersCreateExternalIncomingV1(body?: any, licenseNumber?: string): Promise<any>;
2228
+ /**
2229
+ * Creates external incoming shipment plans for a Facility.
2230
+ *
2231
+ * Permissions Required:
2232
+ * - Manage Transfers
2233
+ *
2234
+ * POST CreateExternalIncoming V2
2235
+ */
2236
+ transfersCreateExternalIncomingV2(body?: any, licenseNumber?: string): Promise<any>;
2237
+ /**
2238
+ * Permissions Required:
2239
+ * - Transfer Templates
2240
+ *
2241
+ * POST CreateTemplates V1
2242
+ */
2243
+ transfersCreateTemplatesV1(body?: any, licenseNumber?: string): Promise<any>;
2244
+ /**
2245
+ * Creates new transfer templates for a Facility.
2246
+ *
2247
+ * Permissions Required:
2248
+ * - Manage Transfer Templates
2249
+ *
2250
+ * POST CreateTemplatesOutgoing V2
2251
+ */
2252
+ transfersCreateTemplatesOutgoingV2(body?: any, licenseNumber?: string): Promise<any>;
2253
+ /**
2254
+ * Permissions Required:
2255
+ * - Transfers
2256
+ *
2257
+ * DELETE DeleteExternalIncoming V1
2258
+ */
2259
+ transfersDeleteExternalIncomingV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2260
+ /**
2261
+ * Voids an external incoming shipment plan for a Facility.
2262
+ *
2263
+ * Permissions Required:
2264
+ * - Manage Transfers
1802
2265
  *
1803
2266
  * DELETE DeleteExternalIncoming V2
1804
2267
  */
@@ -2150,102 +2613,342 @@ export declare class MetrcClient {
2150
2613
  */
2151
2614
  transfersUpdateTemplatesOutgoingV2(body?: any, licenseNumber?: string): Promise<any>;
2152
2615
  /**
2153
- * Creates new additive templates for a specified Facility.
2154
- *
2155
- * Permissions Required:
2156
- * - Manage Additives
2157
- *
2158
- * POST Create V2
2159
- */
2160
- additivesTemplatesCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2161
- /**
2162
- * Retrieves an Additive Template by its Id.
2163
- *
2164
- * Permissions Required:
2165
- * - Manage Additives
2616
+ * Permissions Required:
2617
+ * - None
2166
2618
  *
2167
- * GET Get V2
2619
+ * GET GetActive V1
2168
2620
  */
2169
- additivesTemplatesGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2621
+ unitsOfMeasureGetActiveV1(body?: any, No?: string): Promise<any>;
2170
2622
  /**
2171
- * Retrieves a list of active additive templates for a specified Facility.
2623
+ * Retrieves all active units of measure.
2172
2624
  *
2173
2625
  * Permissions Required:
2174
- * - Manage Additives
2626
+ * - None
2175
2627
  *
2176
2628
  * GET GetActive V2
2177
2629
  */
2178
- additivesTemplatesGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2630
+ unitsOfMeasureGetActiveV2(body?: any, No?: string): Promise<any>;
2179
2631
  /**
2180
- * Retrieves a list of inactive additive templates for a specified Facility.
2632
+ * Retrieves all inactive units of measure.
2181
2633
  *
2182
2634
  * Permissions Required:
2183
- * - Manage Additives
2635
+ * - None
2184
2636
  *
2185
2637
  * GET GetInactive V2
2186
2638
  */
2187
- additivesTemplatesGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2639
+ unitsOfMeasureGetInactiveV2(body?: any, No?: string): Promise<any>;
2188
2640
  /**
2189
- * Updates existing additive templates for a specified Facility.
2641
+ * Retrieves all available waste methods.
2190
2642
  *
2191
2643
  * Permissions Required:
2192
- * - Manage Additives
2644
+ * - None
2193
2645
  *
2194
- * PUT Update V2
2646
+ * GET GetAll V2
2195
2647
  */
2196
- additivesTemplatesUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
2648
+ wasteMethodsGetAllV2(body?: any, No?: string): Promise<any>;
2197
2649
  /**
2198
- * Data returned by this endpoint is cached for up to one minute.
2199
- *
2200
- * Permissions Required:
2201
- * - Lookup Caregivers
2650
+ * Permissions Required:
2651
+ * - Manage Employees
2202
2652
  *
2203
- * GET GetByCaregiverLicenseNumber V1
2653
+ * GET GetAll V1
2204
2654
  */
2205
- caregiversStatusGetByCaregiverLicenseNumberV1(caregiverLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
2655
+ employeesGetAllV1(body?: any, licenseNumber?: string): Promise<any>;
2206
2656
  /**
2207
- * 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.
2657
+ * Retrieves a list of employees for a specified Facility.
2208
2658
  *
2209
2659
  * Permissions Required:
2210
- * - Lookup Caregivers
2660
+ * - Manage Employees
2661
+ * - View Employees
2211
2662
  *
2212
- * GET GetByCaregiverLicenseNumber V2
2663
+ * GET GetAll V2
2213
2664
  */
2214
- caregiversStatusGetByCaregiverLicenseNumberV2(caregiverLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
2665
+ employeesGetAllV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2215
2666
  /**
2216
- * NOTE: To include a photo with an item, first use POST /items/v1/photo to POST the photo, and then use the returned ID in the request body in this endpoint.
2667
+ * Retrieves the permissions of a specified Employee, identified by their Employee License Number, for a given Facility.
2217
2668
  *
2218
2669
  * Permissions Required:
2219
- * - Manage Items
2670
+ * - Manage Employees
2220
2671
  *
2221
- * POST Create V1
2672
+ * GET GetPermissions V2
2222
2673
  */
2223
- itemsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
2674
+ employeesGetPermissionsV2(body?: any, employeeLicenseNumber?: string, licenseNumber?: string): Promise<any>;
2224
2675
  /**
2225
- * Creates one or more new products for the specified Facility. NOTE: To include a photo with an item, first use POST /items/v2/photo to POST the photo, and then use the returned Id in the request body in this endpoint.
2226
- *
2227
- * Permissions Required:
2228
- * - Manage Items
2676
+ * Permissions Required:
2677
+ * - View Harvests
2678
+ * - Finish/Discontinue Harvests
2229
2679
  *
2230
- * POST Create V2
2680
+ * POST CreateFinish V1
2231
2681
  */
2232
- itemsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2682
+ harvestsCreateFinishV1(body?: any, licenseNumber?: string): Promise<any>;
2233
2683
  /**
2234
- * Creates one or more new item brands for the specified Facility identified by the License Number.
2235
- *
2236
- * Permissions Required:
2237
- * - Manage Items
2684
+ * Permissions Required:
2685
+ * - View Harvests
2686
+ * - Manage Harvests
2687
+ * - View Packages
2688
+ * - Create/Submit/Discontinue Packages
2238
2689
  *
2239
- * POST CreateBrand V2
2690
+ * POST CreatePackage V1
2240
2691
  */
2241
- itemsCreateBrandV2(body?: any, licenseNumber?: string): Promise<any>;
2692
+ harvestsCreatePackageV1(body?: any, licenseNumber?: string): Promise<any>;
2242
2693
  /**
2243
- * Uploads one or more image or PDF files for products, labels, packaging, or documents at the specified Facility.
2694
+ * Creates packages from harvested products for a specified Facility.
2244
2695
  *
2245
2696
  * Permissions Required:
2246
- * - Manage Items
2697
+ * - View Harvests
2698
+ * - Manage Harvests
2699
+ * - View Packages
2700
+ * - Create/Submit/Discontinue Packages
2247
2701
  *
2248
- * POST CreateFile V2
2702
+ * POST CreatePackage V2
2703
+ */
2704
+ harvestsCreatePackageV2(body?: any, licenseNumber?: string): Promise<any>;
2705
+ /**
2706
+ * Permissions Required:
2707
+ * - View Harvests
2708
+ * - Manage Harvests
2709
+ * - View Packages
2710
+ * - Create/Submit/Discontinue Packages
2711
+ *
2712
+ * POST CreatePackageTesting V1
2713
+ */
2714
+ harvestsCreatePackageTestingV1(body?: any, licenseNumber?: string): Promise<any>;
2715
+ /**
2716
+ * Creates packages for testing from harvested products for a specified Facility.
2717
+ *
2718
+ * Permissions Required:
2719
+ * - View Harvests
2720
+ * - Manage Harvests
2721
+ * - View Packages
2722
+ * - Create/Submit/Discontinue Packages
2723
+ *
2724
+ * POST CreatePackageTesting V2
2725
+ */
2726
+ harvestsCreatePackageTestingV2(body?: any, licenseNumber?: string): Promise<any>;
2727
+ /**
2728
+ * Permissions Required:
2729
+ * - View Harvests
2730
+ * - Manage Harvests
2731
+ *
2732
+ * POST CreateRemoveWaste V1
2733
+ */
2734
+ harvestsCreateRemoveWasteV1(body?: any, licenseNumber?: string): Promise<any>;
2735
+ /**
2736
+ * Permissions Required:
2737
+ * - View Harvests
2738
+ * - Finish/Discontinue Harvests
2739
+ *
2740
+ * POST CreateUnfinish V1
2741
+ */
2742
+ harvestsCreateUnfinishV1(body?: any, licenseNumber?: string): Promise<any>;
2743
+ /**
2744
+ * 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.
2745
+ *
2746
+ * Permissions Required:
2747
+ * - View Harvests
2748
+ * - Manage Harvests
2749
+ *
2750
+ * POST CreateWaste V2
2751
+ */
2752
+ harvestsCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
2753
+ /**
2754
+ * Discontinues a specific harvest waste record by Id for the specified Facility.
2755
+ *
2756
+ * Permissions Required:
2757
+ * - View Harvests
2758
+ * - Discontinue Harvest Waste
2759
+ *
2760
+ * DELETE DeleteWaste V2
2761
+ */
2762
+ harvestsDeleteWasteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2763
+ /**
2764
+ * Permissions Required:
2765
+ * - View Harvests
2766
+ *
2767
+ * GET Get V1
2768
+ */
2769
+ harvestsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2770
+ /**
2771
+ * Retrieves a Harvest by its Id, optionally validated against a specified Facility License Number.
2772
+ *
2773
+ * Permissions Required:
2774
+ * - View Harvests
2775
+ *
2776
+ * GET Get V2
2777
+ */
2778
+ harvestsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2779
+ /**
2780
+ * Permissions Required:
2781
+ * - View Harvests
2782
+ *
2783
+ * GET GetActive V1
2784
+ */
2785
+ harvestsGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2786
+ /**
2787
+ * Retrieves a list of active harvests for a specified Facility.
2788
+ *
2789
+ * Permissions Required:
2790
+ * - View Harvests
2791
+ *
2792
+ * GET GetActive V2
2793
+ */
2794
+ harvestsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2795
+ /**
2796
+ * Permissions Required:
2797
+ * - View Harvests
2798
+ *
2799
+ * GET GetInactive V1
2800
+ */
2801
+ harvestsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2802
+ /**
2803
+ * Retrieves a list of inactive harvests for a specified Facility.
2804
+ *
2805
+ * Permissions Required:
2806
+ * - View Harvests
2807
+ *
2808
+ * GET GetInactive V2
2809
+ */
2810
+ harvestsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2811
+ /**
2812
+ * Permissions Required:
2813
+ * - View Harvests
2814
+ *
2815
+ * GET GetOnhold V1
2816
+ */
2817
+ harvestsGetOnholdV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2818
+ /**
2819
+ * Retrieves a list of harvests on hold for a specified Facility.
2820
+ *
2821
+ * Permissions Required:
2822
+ * - View Harvests
2823
+ *
2824
+ * GET GetOnhold V2
2825
+ */
2826
+ harvestsGetOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2827
+ /**
2828
+ * Retrieves a list of Waste records for a specified Harvest, identified by its Harvest Id, within a Facility identified by its License Number.
2829
+ *
2830
+ * Permissions Required:
2831
+ * - View Harvests
2832
+ *
2833
+ * GET GetWaste V2
2834
+ */
2835
+ harvestsGetWasteV2(body?: any, harvestId?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2836
+ /**
2837
+ * Permissions Required:
2838
+ * - None
2839
+ *
2840
+ * GET GetWasteTypes V1
2841
+ */
2842
+ harvestsGetWasteTypesV1(body?: any, No?: string): Promise<any>;
2843
+ /**
2844
+ * Retrieves a list of Waste types for harvests.
2845
+ *
2846
+ * Permissions Required:
2847
+ * - None
2848
+ *
2849
+ * GET GetWasteTypes V2
2850
+ */
2851
+ harvestsGetWasteTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
2852
+ /**
2853
+ * Marks one or more harvests as finished for the specified Facility.
2854
+ *
2855
+ * Permissions Required:
2856
+ * - View Harvests
2857
+ * - Finish/Discontinue Harvests
2858
+ *
2859
+ * PUT UpdateFinish V2
2860
+ */
2861
+ harvestsUpdateFinishV2(body?: any, licenseNumber?: string): Promise<any>;
2862
+ /**
2863
+ * Updates the Location of Harvest for a specified Facility.
2864
+ *
2865
+ * Permissions Required:
2866
+ * - View Harvests
2867
+ * - Manage Harvests
2868
+ *
2869
+ * PUT UpdateLocation V2
2870
+ */
2871
+ harvestsUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
2872
+ /**
2873
+ * Permissions Required:
2874
+ * - View Harvests
2875
+ * - Manage Harvests
2876
+ *
2877
+ * PUT UpdateMove V1
2878
+ */
2879
+ harvestsUpdateMoveV1(body?: any, licenseNumber?: string): Promise<any>;
2880
+ /**
2881
+ * Permissions Required:
2882
+ * - View Harvests
2883
+ * - Manage Harvests
2884
+ *
2885
+ * PUT UpdateRename V1
2886
+ */
2887
+ harvestsUpdateRenameV1(body?: any, licenseNumber?: string): Promise<any>;
2888
+ /**
2889
+ * Renames one or more harvests for the specified Facility.
2890
+ *
2891
+ * Permissions Required:
2892
+ * - View Harvests
2893
+ * - Manage Harvests
2894
+ *
2895
+ * PUT UpdateRename V2
2896
+ */
2897
+ harvestsUpdateRenameV2(body?: any, licenseNumber?: string): Promise<any>;
2898
+ /**
2899
+ * Restores previously harvested plants to their original state for the specified Facility.
2900
+ *
2901
+ * Permissions Required:
2902
+ * - View Harvests
2903
+ * - Finish/Discontinue Harvests
2904
+ *
2905
+ * PUT UpdateRestoreHarvestedPlants V2
2906
+ */
2907
+ harvestsUpdateRestoreHarvestedPlantsV2(body?: any, licenseNumber?: string): Promise<any>;
2908
+ /**
2909
+ * Reopens one or more previously finished harvests for the specified Facility.
2910
+ *
2911
+ * Permissions Required:
2912
+ * - View Harvests
2913
+ * - Finish/Discontinue Harvests
2914
+ *
2915
+ * PUT UpdateUnfinish V2
2916
+ */
2917
+ harvestsUpdateUnfinishV2(body?: any, licenseNumber?: string): Promise<any>;
2918
+ /**
2919
+ * NOTE: To include a photo with an item, first use POST /items/v1/photo to POST the photo, and then use the returned ID in the request body in this endpoint.
2920
+ *
2921
+ * Permissions Required:
2922
+ * - Manage Items
2923
+ *
2924
+ * POST Create V1
2925
+ */
2926
+ itemsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
2927
+ /**
2928
+ * Creates one or more new products for the specified Facility. NOTE: To include a photo with an item, first use POST /items/v2/photo to POST the photo, and then use the returned Id in the request body in this endpoint.
2929
+ *
2930
+ * Permissions Required:
2931
+ * - Manage Items
2932
+ *
2933
+ * POST Create V2
2934
+ */
2935
+ itemsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2936
+ /**
2937
+ * Creates one or more new item brands for the specified Facility identified by the License Number.
2938
+ *
2939
+ * Permissions Required:
2940
+ * - Manage Items
2941
+ *
2942
+ * POST CreateBrand V2
2943
+ */
2944
+ itemsCreateBrandV2(body?: any, licenseNumber?: string): Promise<any>;
2945
+ /**
2946
+ * Uploads one or more image or PDF files for products, labels, packaging, or documents at the specified Facility.
2947
+ *
2948
+ * Permissions Required:
2949
+ * - Manage Items
2950
+ *
2951
+ * POST CreateFile V2
2249
2952
  */
2250
2953
  itemsCreateFileV2(body?: any, licenseNumber?: string): Promise<any>;
2251
2954
  /**
@@ -2423,336 +3126,322 @@ export declare class MetrcClient {
2423
3126
  itemsUpdateBrandV2(body?: any, licenseNumber?: string): Promise<any>;
2424
3127
  /**
2425
3128
  * Permissions Required:
2426
- * - View Packages
2427
- * - Manage Packages Inventory
3129
+ * - Manage Locations
2428
3130
  *
2429
- * POST CreateRecord V1
3131
+ * POST Create V1
2430
3132
  */
2431
- labTestsCreateRecordV1(body?: any, licenseNumber?: string): Promise<any>;
3133
+ locationsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
2432
3134
  /**
2433
- * 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.
3135
+ * Creates new locations for a specified Facility.
2434
3136
  *
2435
3137
  * Permissions Required:
2436
- * - View Packages
2437
- * - Manage Packages Inventory
3138
+ * - Manage Locations
2438
3139
  *
2439
- * POST CreateRecord V2
3140
+ * POST Create V2
2440
3141
  */
2441
- labTestsCreateRecordV2(body?: any, licenseNumber?: string): Promise<any>;
3142
+ locationsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2442
3143
  /**
2443
- * Retrieves a list of Lab Test batches.
2444
- *
2445
- * Permissions Required:
2446
- * - None
3144
+ * Permissions Required:
3145
+ * - Manage Locations
2447
3146
  *
2448
- * GET GetBatches V2
3147
+ * POST CreateUpdate V1
2449
3148
  */
2450
- labTestsGetBatchesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
3149
+ locationsCreateUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
2451
3150
  /**
2452
3151
  * Permissions Required:
2453
- * - View Packages
2454
- * - Manage Packages Inventory
3152
+ * - Manage Locations
2455
3153
  *
2456
- * GET GetLabtestdocument V1
3154
+ * DELETE Delete V1
2457
3155
  */
2458
- labTestsGetLabtestdocumentV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3156
+ locationsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2459
3157
  /**
2460
- * Retrieves a specific Lab Test result document by its Id for a given Facility.
3158
+ * Archives a specified Location, identified by its Id, for a Facility.
2461
3159
  *
2462
3160
  * Permissions Required:
2463
- * - View Packages
2464
- * - Manage Packages Inventory
3161
+ * - Manage Locations
2465
3162
  *
2466
- * GET GetLabtestdocument V2
3163
+ * DELETE Delete V2
2467
3164
  */
2468
- labTestsGetLabtestdocumentV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3165
+ locationsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2469
3166
  /**
2470
3167
  * Permissions Required:
2471
- * - View Packages
3168
+ * - Manage Locations
2472
3169
  *
2473
- * GET GetResults V1
3170
+ * GET Get V1
2474
3171
  */
2475
- labTestsGetResultsV1(body?: any, licenseNumber?: string, packageId?: string): Promise<any>;
3172
+ locationsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2476
3173
  /**
2477
- * Retrieves Lab Test results for a specified Package.
3174
+ * Retrieves a Location by its Id.
2478
3175
  *
2479
3176
  * Permissions Required:
2480
- * - View Packages
2481
- * - Manage Packages Inventory
3177
+ * - Manage Locations
2482
3178
  *
2483
- * GET GetResults V2
3179
+ * GET Get V2
2484
3180
  */
2485
- labTestsGetResultsV2(body?: any, licenseNumber?: string, packageId?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3181
+ locationsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2486
3182
  /**
2487
3183
  * Permissions Required:
2488
- * - None
3184
+ * - Manage Locations
2489
3185
  *
2490
- * GET GetStates V1
3186
+ * GET GetActive V1
2491
3187
  */
2492
- labTestsGetStatesV1(body?: any, No?: string): Promise<any>;
3188
+ locationsGetActiveV1(body?: any, licenseNumber?: string): Promise<any>;
2493
3189
  /**
2494
- * Returns a list of all lab testing states.
3190
+ * Retrieves a list of active locations for a specified Facility.
2495
3191
  *
2496
3192
  * Permissions Required:
2497
- * - None
3193
+ * - Manage Locations
2498
3194
  *
2499
- * GET GetStates V2
3195
+ * GET GetActive V2
2500
3196
  */
2501
- labTestsGetStatesV2(body?: any, No?: string): Promise<any>;
3197
+ locationsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3198
+ /**
3199
+ * Retrieves a list of inactive locations for a specified Facility.
3200
+ *
3201
+ * Permissions Required:
3202
+ * - Manage Locations
3203
+ *
3204
+ * GET GetInactive V2
3205
+ */
3206
+ locationsGetInactiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2502
3207
  /**
2503
3208
  * Permissions Required:
2504
- * - None
3209
+ * - Manage Locations
2505
3210
  *
2506
3211
  * GET GetTypes V1
2507
3212
  */
2508
- labTestsGetTypesV1(body?: any, No?: string): Promise<any>;
3213
+ locationsGetTypesV1(body?: any, licenseNumber?: string): Promise<any>;
2509
3214
  /**
2510
- * Returns a list of Lab Test types.
3215
+ * Retrieves a list of active location types for a specified Facility.
2511
3216
  *
2512
3217
  * Permissions Required:
2513
- * - None
3218
+ * - Manage Locations
2514
3219
  *
2515
3220
  * GET GetTypes V2
2516
3221
  */
2517
- labTestsGetTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
3222
+ locationsGetTypesV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2518
3223
  /**
2519
- * Permissions Required:
2520
- * - View Packages
2521
- * - Manage Packages Inventory
3224
+ * Updates existing locations for a specified Facility.
2522
3225
  *
2523
- * PUT UpdateLabtestdocument V1
3226
+ * Permissions Required:
3227
+ * - Manage Locations
3228
+ *
3229
+ * PUT Update V2
2524
3230
  */
2525
- labTestsUpdateLabtestdocumentV1(body?: any, licenseNumber?: string): Promise<any>;
3231
+ locationsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
2526
3232
  /**
2527
- * Updates one or more documents for previously submitted lab tests.
3233
+ * Data returned by this endpoint is cached for up to one minute.
2528
3234
  *
2529
3235
  * Permissions Required:
2530
- * - View Packages
2531
- * - Manage Packages Inventory
3236
+ * - Lookup Patients
2532
3237
  *
2533
- * PUT UpdateLabtestdocument V2
3238
+ * GET GetStatusesByPatientLicenseNumber V1
2534
3239
  */
2535
- labTestsUpdateLabtestdocumentV2(body?: any, licenseNumber?: string): Promise<any>;
3240
+ patientsStatusGetStatusesByPatientLicenseNumberV1(patientLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
2536
3241
  /**
2537
- * Permissions Required:
2538
- * - View Packages
2539
- * - Manage Packages Inventory
3242
+ * 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.
2540
3243
  *
2541
- * PUT UpdateResultRelease V1
3244
+ * Permissions Required:
3245
+ * - Lookup Patients
3246
+ *
3247
+ * GET GetStatusesByPatientLicenseNumber V2
2542
3248
  */
2543
- labTestsUpdateResultReleaseV1(body?: any, licenseNumber?: string): Promise<any>;
3249
+ patientsStatusGetStatusesByPatientLicenseNumberV2(patientLicenseNumber: string, body?: any, licenseNumber?: string): Promise<any>;
2544
3250
  /**
2545
- * Releases Lab Test results for one or more packages.
3251
+ * Creates new sublocation records for a Facility.
2546
3252
  *
2547
3253
  * Permissions Required:
2548
- * - View Packages
2549
- * - Manage Packages Inventory
3254
+ * - Manage Locations
2550
3255
  *
2551
- * PUT UpdateResultRelease V2
3256
+ * POST Create V2
2552
3257
  */
2553
- labTestsUpdateResultReleaseV2(body?: any, licenseNumber?: string): Promise<any>;
3258
+ sublocationsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2554
3259
  /**
2555
- * Permissions Required:
2556
- * - ManagePatientsCheckIns
3260
+ * Archives an existing Sublocation record for a Facility.
2557
3261
  *
2558
- * POST Create V1
3262
+ * Permissions Required:
3263
+ * - Manage Locations
3264
+ *
3265
+ * DELETE Delete V2
2559
3266
  */
2560
- patientCheckInsCreateV1(body?: any, licenseNumber?: string): Promise<any>;
3267
+ sublocationsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2561
3268
  /**
2562
- * Records patient check-ins for a specified Facility.
3269
+ * Retrieves a Sublocation by its Id, with an optional license number.
2563
3270
  *
2564
3271
  * Permissions Required:
2565
- * - ManagePatientsCheckIns
3272
+ * - Manage Locations
2566
3273
  *
2567
- * POST Create V2
3274
+ * GET Get V2
2568
3275
  */
2569
- patientCheckInsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
3276
+ sublocationsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2570
3277
  /**
2571
- * Permissions Required:
2572
- * - ManagePatientsCheckIns
3278
+ * Retrieves a list of active sublocations for the current Facility, optionally filtered by last modified date range.
2573
3279
  *
2574
- * DELETE Delete V1
3280
+ * Permissions Required:
3281
+ * - Manage Locations
3282
+ *
3283
+ * GET GetActive V2
2575
3284
  */
2576
- patientCheckInsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3285
+ sublocationsGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2577
3286
  /**
2578
- * Archives a Patient Check-In, identified by its Id, for a specified Facility.
3287
+ * Retrieves a list of inactive sublocations for the specified Facility.
2579
3288
  *
2580
3289
  * Permissions Required:
2581
- * - ManagePatientsCheckIns
3290
+ * - Manage Locations
2582
3291
  *
2583
- * DELETE Delete V2
3292
+ * GET GetInactive V2
2584
3293
  */
2585
- patientCheckInsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3294
+ sublocationsGetInactiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2586
3295
  /**
2587
- * Permissions Required:
2588
- * - ManagePatientsCheckIns
3296
+ * Updates existing sublocation records for a specified Facility.
2589
3297
  *
2590
- * GET GetAll V1
3298
+ * Permissions Required:
3299
+ * - Manage Locations
3300
+ *
3301
+ * PUT Update V2
2591
3302
  */
2592
- patientCheckInsGetAllV1(body?: any, checkinDateEnd?: string, checkinDateStart?: string, licenseNumber?: string): Promise<any>;
3303
+ sublocationsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
2593
3304
  /**
2594
- * Retrieves a list of patient check-ins for a specified Facility.
3305
+ * This endpoint provides a list of facilities for which the authenticated user has access.
2595
3306
  *
2596
3307
  * Permissions Required:
2597
- * - ManagePatientsCheckIns
3308
+ * - None
2598
3309
  *
2599
- * GET GetAll V2
3310
+ * GET GetAll V1
2600
3311
  */
2601
- patientCheckInsGetAllV2(body?: any, checkinDateEnd?: string, checkinDateStart?: string, licenseNumber?: string): Promise<any>;
3312
+ facilitiesGetAllV1(body?: any, No?: string): Promise<any>;
2602
3313
  /**
2603
- * Permissions Required:
3314
+ * This endpoint provides a list of facilities for which the authenticated user has access.
3315
+ *
3316
+ * Permissions Required:
2604
3317
  * - None
2605
3318
  *
2606
- * GET GetLocations V1
3319
+ * GET GetAll V2
2607
3320
  */
2608
- patientCheckInsGetLocationsV1(body?: any, No?: string): Promise<any>;
3321
+ facilitiesGetAllV2(body?: any, No?: string): Promise<any>;
2609
3322
  /**
2610
- * Retrieves a list of Patient Check-In locations.
3323
+ * Adds new patients to a specified Facility.
2611
3324
  *
2612
3325
  * Permissions Required:
2613
- * - None
3326
+ * - Manage Patients
2614
3327
  *
2615
- * GET GetLocations V2
3328
+ * POST Create V2
2616
3329
  */
2617
- patientCheckInsGetLocationsV2(body?: any, No?: string): Promise<any>;
3330
+ patientsCreateV2(body?: any, licenseNumber?: string): Promise<any>;
2618
3331
  /**
2619
3332
  * Permissions Required:
2620
- * - ManagePatientsCheckIns
3333
+ * - Manage Patients
2621
3334
  *
2622
- * PUT Update V1
3335
+ * POST CreateAdd V1
2623
3336
  */
2624
- patientCheckInsUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
3337
+ patientsCreateAddV1(body?: any, licenseNumber?: string): Promise<any>;
2625
3338
  /**
2626
- * Updates patient check-ins for a specified Facility.
2627
- *
2628
- * Permissions Required:
2629
- * - ManagePatientsCheckIns
3339
+ * Permissions Required:
3340
+ * - Manage Patients
2630
3341
  *
2631
- * PUT Update V2
3342
+ * POST CreateUpdate V1
2632
3343
  */
2633
- patientCheckInsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
3344
+ patientsCreateUpdateV1(body?: any, licenseNumber?: string): Promise<any>;
2634
3345
  /**
2635
3346
  * Permissions Required:
2636
- * - Manage Plants Additives
3347
+ * - Manage Patients
2637
3348
  *
2638
- * POST CreateAdditives V1
3349
+ * DELETE Delete V1
2639
3350
  */
2640
- plantsCreateAdditivesV1(body?: any, licenseNumber?: string): Promise<any>;
3351
+ patientsDeleteV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2641
3352
  /**
2642
- * Records additive usage details applied to specific plants at a Facility.
3353
+ * Removes a Patient, identified by an Id, from a specified Facility.
2643
3354
  *
2644
3355
  * Permissions Required:
2645
- * - Manage Plants Additives
3356
+ * - Manage Patients
2646
3357
  *
2647
- * POST CreateAdditives V2
3358
+ * DELETE Delete V2
2648
3359
  */
2649
- plantsCreateAdditivesV2(body?: any, licenseNumber?: string): Promise<any>;
3360
+ patientsDeleteV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2650
3361
  /**
2651
3362
  * Permissions Required:
2652
- * - Manage Plants
2653
- * - Manage Plants Additives
3363
+ * - Manage Patients
2654
3364
  *
2655
- * POST CreateAdditivesBylocation V1
3365
+ * GET Get V1
2656
3366
  */
2657
- plantsCreateAdditivesBylocationV1(body?: any, licenseNumber?: string): Promise<any>;
3367
+ patientsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2658
3368
  /**
2659
- * Records additive usage for plants based on their location within a specified Facility.
3369
+ * Retrieves a Patient by Id.
2660
3370
  *
2661
3371
  * Permissions Required:
2662
- * - Manage Plants
2663
- * - Manage Plants Additives
3372
+ * - Manage Patients
2664
3373
  *
2665
- * POST CreateAdditivesBylocation V2
3374
+ * GET Get V2
2666
3375
  */
2667
- plantsCreateAdditivesBylocationV2(body?: any, licenseNumber?: string): Promise<any>;
3376
+ patientsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2668
3377
  /**
2669
- * Records additive usage for plants by location using a predefined additive template at a specified Facility.
2670
- *
2671
- * Permissions Required:
2672
- * - Manage Plants Additives
3378
+ * Permissions Required:
3379
+ * - Manage Patients
2673
3380
  *
2674
- * POST CreateAdditivesBylocationUsingtemplate V2
3381
+ * GET GetActive V1
2675
3382
  */
2676
- plantsCreateAdditivesBylocationUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
3383
+ patientsGetActiveV1(body?: any, licenseNumber?: string): Promise<any>;
2677
3384
  /**
2678
- * Records additive usage for plants using predefined additive templates at a specified Facility.
3385
+ * Retrieves a list of active patients for a specified Facility.
2679
3386
  *
2680
3387
  * Permissions Required:
2681
- * - Manage Plants Additives
3388
+ * - Manage Patients
2682
3389
  *
2683
- * POST CreateAdditivesUsingtemplate V2
3390
+ * GET GetActive V2
2684
3391
  */
2685
- plantsCreateAdditivesUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
3392
+ patientsGetActiveV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2686
3393
  /**
2687
- * Permissions Required:
2688
- * - View Veg/Flower Plants
2689
- * - Manage Veg/Flower Plants Inventory
3394
+ * Updates Patient information for a specified Facility.
2690
3395
  *
2691
- * POST CreateChangegrowthphases V1
3396
+ * Permissions Required:
3397
+ * - Manage Patients
3398
+ *
3399
+ * PUT Update V2
2692
3400
  */
2693
- plantsCreateChangegrowthphasesV1(body?: any, licenseNumber?: string): Promise<any>;
3401
+ patientsUpdateV2(body?: any, licenseNumber?: string): Promise<any>;
2694
3402
  /**
2695
- * NOTE: If HarvestName is excluded from the request body, or if it is passed in as null, the harvest name is auto-generated.
2696
- *
2697
- * Permissions Required:
2698
- * - View Veg/Flower Plants
2699
- * - Manicure/Harvest Veg/Flower Plants
3403
+ * Permissions Required:
3404
+ * - Manage Plants Additives
2700
3405
  *
2701
- * POST CreateHarvestplants V1
3406
+ * POST CreateAdditives V1
2702
3407
  */
2703
- plantsCreateHarvestplantsV1(body?: any, licenseNumber?: string): Promise<any>;
3408
+ plantBatchesCreateAdditivesV1(body?: any, licenseNumber?: string): Promise<any>;
2704
3409
  /**
2705
- * Creates harvest product records from plant batches at a specified Facility.
3410
+ * Records Additive usage details for plant batches at a specific Facility.
2706
3411
  *
2707
3412
  * Permissions Required:
2708
- * - View Veg/Flower Plants
2709
- * - Manicure/Harvest Veg/Flower Plants
3413
+ * - Manage Plants Additives
2710
3414
  *
2711
- * POST CreateManicure V2
3415
+ * POST CreateAdditives V2
2712
3416
  */
2713
- plantsCreateManicureV2(body?: any, licenseNumber?: string): Promise<any>;
3417
+ plantBatchesCreateAdditivesV2(body?: any, licenseNumber?: string): Promise<any>;
2714
3418
  /**
2715
- * Permissions Required:
2716
- * - View Veg/Flower Plants
2717
- * - Manicure/Harvest Veg/Flower Plants
3419
+ * Records Additive usage for plant batches at a Facility using predefined additive templates.
2718
3420
  *
2719
- * POST CreateManicureplants V1
2720
- */
2721
- plantsCreateManicureplantsV1(body?: any, licenseNumber?: string): Promise<any>;
2722
- /**
2723
- * Permissions Required:
2724
- * - View Veg/Flower Plants
2725
- * - Manage Veg/Flower Plants Inventory
3421
+ * Permissions Required:
3422
+ * - Manage Plants Additives
2726
3423
  *
2727
- * POST CreateMoveplants V1
3424
+ * POST CreateAdditivesUsingtemplate V2
2728
3425
  */
2729
- plantsCreateMoveplantsV1(body?: any, licenseNumber?: string): Promise<any>;
3426
+ plantBatchesCreateAdditivesUsingtemplateV2(body?: any, licenseNumber?: string): Promise<any>;
2730
3427
  /**
2731
3428
  * Permissions Required:
2732
3429
  * - View Immature Plants
2733
3430
  * - Manage Immature Plants Inventory
2734
- * - View Veg/Flower Plants
2735
- * - Manage Veg/Flower Plants Inventory
2736
- * - View Packages
2737
- * - Create/Submit/Discontinue Packages
2738
3431
  *
2739
- * POST CreatePlantbatchPackage V1
3432
+ * POST CreateAdjust V1
2740
3433
  */
2741
- plantsCreatePlantbatchPackageV1(body?: any, licenseNumber?: string): Promise<any>;
3434
+ plantBatchesCreateAdjustV1(body?: any, licenseNumber?: string): Promise<any>;
2742
3435
  /**
2743
- * Creates packages from plant batches at a specified Facility.
3436
+ * Applies Facility specific adjustments to plant batches based on submitted reasons and input data.
2744
3437
  *
2745
3438
  * Permissions Required:
2746
3439
  * - View Immature Plants
2747
3440
  * - Manage Immature Plants Inventory
2748
- * - View Veg/Flower Plants
2749
- * - Manage Veg/Flower Plants Inventory
2750
- * - View Packages
2751
- * - Create/Submit/Discontinue Packages
2752
3441
  *
2753
- * POST CreatePlantbatchPackage V2
3442
+ * POST CreateAdjust V2
2754
3443
  */
2755
- plantsCreatePlantbatchPackageV2(body?: any, licenseNumber?: string): Promise<any>;
3444
+ plantBatchesCreateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
2756
3445
  /**
2757
3446
  * Permissions Required:
2758
3447
  * - View Immature Plants
@@ -2760,11 +3449,11 @@ export declare class MetrcClient {
2760
3449
  * - View Veg/Flower Plants
2761
3450
  * - Manage Veg/Flower Plants Inventory
2762
3451
  *
2763
- * POST CreatePlantings V1
3452
+ * POST CreateChangegrowthphase V1
2764
3453
  */
2765
- plantsCreatePlantingsV1(body?: any, licenseNumber?: string): Promise<any>;
3454
+ plantBatchesCreateChangegrowthphaseV1(body?: any, licenseNumber?: string): Promise<any>;
2766
3455
  /**
2767
- * Creates new plant batches at a specified Facility from existing plant data.
3456
+ * Updates the growth phase of plants at a specified Facility based on tracking information.
2768
3457
  *
2769
3458
  * Permissions Required:
2770
3459
  * - View Immature Plants
@@ -2772,1010 +3461,330 @@ export declare class MetrcClient {
2772
3461
  * - View Veg/Flower Plants
2773
3462
  * - Manage Veg/Flower Plants Inventory
2774
3463
  *
2775
- * POST CreatePlantings V2
2776
- */
2777
- plantsCreatePlantingsV2(body?: any, licenseNumber?: string): Promise<any>;
2778
- /**
2779
- * Permissions Required:
2780
- * - Manage Plants Waste
2781
- *
2782
- * POST CreateWaste V1
2783
- */
2784
- plantsCreateWasteV1(body?: any, licenseNumber?: string): Promise<any>;
2785
- /**
2786
- * Records waste events for plants at a Facility, including method, reason, and location details.
2787
- *
2788
- * Permissions Required:
2789
- * - Manage Plants Waste
2790
- *
2791
- * POST CreateWaste V2
2792
- */
2793
- plantsCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
2794
- /**
2795
- * Permissions Required:
2796
- * - View Veg/Flower Plants
2797
- * - Destroy Veg/Flower Plants
2798
- *
2799
- * DELETE Delete V1
2800
- */
2801
- plantsDeleteV1(body?: any, licenseNumber?: string): Promise<any>;
2802
- /**
2803
- * Removes plants from a Facility’s inventory while recording the reason for their disposal.
2804
- *
2805
- * Permissions Required:
2806
- * - View Veg/Flower Plants
2807
- * - Destroy Veg/Flower Plants
2808
- *
2809
- * DELETE Delete V2
2810
- */
2811
- plantsDeleteV2(body?: any, licenseNumber?: string): Promise<any>;
2812
- /**
2813
- * Permissions Required:
2814
- * - View Veg/Flower Plants
2815
- *
2816
- * GET Get V1
2817
- */
2818
- plantsGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
2819
- /**
2820
- * Retrieves a Plant by Id.
2821
- *
2822
- * Permissions Required:
2823
- * - View Veg/Flower Plants
2824
- *
2825
- * GET Get V2
2826
- */
2827
- plantsGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
2828
- /**
2829
- * Permissions Required:
2830
- * - View/Manage Plants Additives
2831
- *
2832
- * GET GetAdditives V1
2833
- */
2834
- plantsGetAdditivesV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2835
- /**
2836
- * Retrieves additive records applied to plants at a specified Facility.
2837
- *
2838
- * Permissions Required:
2839
- * - View/Manage Plants Additives
2840
- *
2841
- * GET GetAdditives V2
2842
- */
2843
- plantsGetAdditivesV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2844
- /**
2845
- * Permissions Required:
2846
- * -
2847
- *
2848
- * GET GetAdditivesTypes V1
3464
+ * POST CreateGrowthphase V2
2849
3465
  */
2850
- plantsGetAdditivesTypesV1(body?: any, No?: string): Promise<any>;
3466
+ plantBatchesCreateGrowthphaseV2(body?: any, licenseNumber?: string): Promise<any>;
2851
3467
  /**
2852
- * Retrieves a list of all plant additive types defined within a Facility.
3468
+ * Creates packages from plant batches at a Facility, with optional support for packaging from mother plants.
2853
3469
  *
2854
3470
  * Permissions Required:
2855
- * - None
3471
+ * - View Immature Plants
3472
+ * - Manage Immature Plants Inventory
3473
+ * - View Packages
3474
+ * - Create/Submit/Discontinue Packages
2856
3475
  *
2857
- * GET GetAdditivesTypes V2
3476
+ * POST CreatePackage V2
2858
3477
  */
2859
- plantsGetAdditivesTypesV2(body?: any, No?: string): Promise<any>;
3478
+ plantBatchesCreatePackageV2(body?: any, isFromMotherPlant?: string, licenseNumber?: string): Promise<any>;
2860
3479
  /**
2861
3480
  * Permissions Required:
2862
- * - View Veg/Flower Plants
3481
+ * - View Immature Plants
3482
+ * - Manage Immature Plants Inventory
3483
+ * - View Packages
3484
+ * - Create/Submit/Discontinue Packages
2863
3485
  *
2864
- * GET GetByLabel V1
3486
+ * POST CreatePackageFrommotherplant V1
2865
3487
  */
2866
- plantsGetByLabelV1(label: string, body?: any, licenseNumber?: string): Promise<any>;
3488
+ plantBatchesCreatePackageFrommotherplantV1(body?: any, licenseNumber?: string): Promise<any>;
2867
3489
  /**
2868
- * Retrieves a Plant by label.
3490
+ * Creates packages from mother plants at the specified Facility.
2869
3491
  *
2870
3492
  * Permissions Required:
2871
- * - View Veg/Flower Plants
2872
- *
2873
- * GET GetByLabel V2
2874
- */
2875
- plantsGetByLabelV2(label: string, body?: any, licenseNumber?: string): Promise<any>;
2876
- /**
2877
- * Permissions Required:
2878
- * - View Veg/Flower Plants
3493
+ * - View Immature Plants
3494
+ * - Manage Immature Plants Inventory
3495
+ * - View Packages
3496
+ * - Create/Submit/Discontinue Packages
2879
3497
  *
2880
- * GET GetFlowering V1
3498
+ * POST CreatePackageFrommotherplant V2
2881
3499
  */
2882
- plantsGetFloweringV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
3500
+ plantBatchesCreatePackageFrommotherplantV2(body?: any, licenseNumber?: string): Promise<any>;
2883
3501
  /**
2884
- * Retrieves flowering-phase plants at a specified Facility, optionally filtered by last modified date.
3502
+ * Creates new plantings for a Facility by generating plant batches based on provided planting details.
2885
3503
  *
2886
3504
  * Permissions Required:
2887
- * - View Veg/Flower Plants
3505
+ * - View Immature Plants
3506
+ * - Manage Immature Plants Inventory
2888
3507
  *
2889
- * GET GetFlowering V2
3508
+ * POST CreatePlantings V2
2890
3509
  */
2891
- plantsGetFloweringV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3510
+ plantBatchesCreatePlantingsV2(body?: any, licenseNumber?: string): Promise<any>;
2892
3511
  /**
2893
3512
  * Permissions Required:
2894
- * - None
3513
+ * - View Immature Plants
3514
+ * - Manage Immature Plants Inventory
2895
3515
  *
2896
- * GET GetGrowthPhases V1
3516
+ * POST CreateSplit V1
2897
3517
  */
2898
- plantsGetGrowthPhasesV1(body?: any, licenseNumber?: string): Promise<any>;
3518
+ plantBatchesCreateSplitV1(body?: any, licenseNumber?: string): Promise<any>;
2899
3519
  /**
2900
- * Retrieves the list of growth phases supported by a specified Facility.
3520
+ * Splits an existing Plant Batch into multiple groups at the specified Facility.
2901
3521
  *
2902
3522
  * Permissions Required:
2903
- * - None
3523
+ * - View Immature Plants
3524
+ * - Manage Immature Plants Inventory
2904
3525
  *
2905
- * GET GetGrowthPhases V2
3526
+ * POST CreateSplit V2
2906
3527
  */
2907
- plantsGetGrowthPhasesV2(body?: any, licenseNumber?: string): Promise<any>;
3528
+ plantBatchesCreateSplitV2(body?: any, licenseNumber?: string): Promise<any>;
2908
3529
  /**
2909
3530
  * Permissions Required:
2910
- * - View Veg/Flower Plants
2911
- *
2912
- * GET GetInactive V1
2913
- */
2914
- plantsGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2915
- /**
2916
- * Retrieves inactive plants at a specified Facility.
2917
- *
2918
- * Permissions Required:
2919
- * - View Veg/Flower Plants
2920
- *
2921
- * GET GetInactive V2
2922
- */
2923
- plantsGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2924
- /**
2925
- * Retrieves mother-phase plants at a specified Facility.
2926
- *
2927
- * Permissions Required:
2928
- * - View Mother Plants
2929
- *
2930
- * GET GetMother V2
2931
- */
2932
- plantsGetMotherV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2933
- /**
2934
- * Retrieves inactive mother-phase plants at a specified Facility.
2935
- *
2936
- * Permissions Required:
2937
- * - View Mother Plants
3531
+ * - Manage Plants Waste
2938
3532
  *
2939
- * GET GetMotherInactive V2
3533
+ * POST CreateWaste V1
2940
3534
  */
2941
- plantsGetMotherInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3535
+ plantBatchesCreateWasteV1(body?: any, licenseNumber?: string): Promise<any>;
2942
3536
  /**
2943
- * Retrieves mother-phase plants currently marked as on hold at a specified Facility.
3537
+ * Records waste information for plant batches based on the submitted data for the specified Facility.
2944
3538
  *
2945
3539
  * Permissions Required:
2946
- * - View Mother Plants
3540
+ * - Manage Plants Waste
2947
3541
  *
2948
- * GET GetMotherOnhold V2
3542
+ * POST CreateWaste V2
2949
3543
  */
2950
- plantsGetMotherOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3544
+ plantBatchesCreateWasteV2(body?: any, licenseNumber?: string): Promise<any>;
2951
3545
  /**
2952
3546
  * Permissions Required:
2953
- * - View Veg/Flower Plants
2954
- *
2955
- * GET GetOnhold V1
2956
- */
2957
- plantsGetOnholdV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2958
- /**
2959
- * Retrieves plants that are currently on hold at a specified Facility.
2960
- *
2961
- * Permissions Required:
2962
- * - View Veg/Flower Plants
2963
- *
2964
- * GET GetOnhold V2
2965
- */
2966
- plantsGetOnholdV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2967
- /**
2968
- * Permissions Required:
2969
- * - View Veg/Flower Plants
2970
- *
2971
- * GET GetVegetative V1
2972
- */
2973
- plantsGetVegetativeV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
2974
- /**
2975
- * Retrieves vegetative-phase plants at a specified Facility, optionally filtered by last modified date.
2976
- *
2977
- * Permissions Required:
2978
- * - View Veg/Flower Plants
2979
- *
2980
- * GET GetVegetative V2
2981
- */
2982
- plantsGetVegetativeV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2983
- /**
2984
- * Retrieves a list of recorded plant waste events for a specific Facility.
2985
- *
2986
- * Permissions Required:
2987
- * - View Plants Waste
2988
- *
2989
- * GET GetWaste V2
2990
- */
2991
- plantsGetWasteV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
2992
- /**
2993
- * Permissions Required:
2994
- * - None
2995
- *
2996
- * GET GetWasteMethodsAll V1
2997
- */
2998
- plantsGetWasteMethodsAllV1(body?: any, No?: string): Promise<any>;
2999
- /**
3000
- * Retrieves a list of all available plant waste methods for use within a Facility.
3001
- *
3002
- * Permissions Required:
3003
- * - None
3004
- *
3005
- * GET GetWasteMethodsAll V2
3006
- */
3007
- plantsGetWasteMethodsAllV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
3008
- /**
3009
- * Retrieves a list of package records linked to the specified plantWasteId for a given facility.
3010
- *
3011
- * Permissions Required:
3012
- * - View Plants Waste
3013
- *
3014
- * GET GetWastePackage V2
3015
- */
3016
- plantsGetWastePackageV2(id: string, body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3017
- /**
3018
- * Retrieves a list of plants records linked to the specified plantWasteId for a given facility.
3019
- *
3020
- * Permissions Required:
3021
- * - View Plants Waste
3022
- *
3023
- * GET GetWastePlant V2
3024
- */
3025
- plantsGetWastePlantV2(id: string, body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3026
- /**
3027
- * Permissions Required:
3028
- * - None
3029
- *
3030
- * GET GetWasteReasons V1
3031
- */
3032
- plantsGetWasteReasonsV1(body?: any, licenseNumber?: string): Promise<any>;
3033
- /**
3034
- * Retriveves available reasons for recording mature plant waste at a specified Facility.
3035
- *
3036
- * Permissions Required:
3037
- * - None
3038
- *
3039
- * GET GetWasteReasons V2
3040
- */
3041
- plantsGetWasteReasonsV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3042
- /**
3043
- * Adjusts the recorded count of plants at a specified Facility.
3044
- *
3045
- * Permissions Required:
3046
- * - View Veg/Flower Plants
3047
- * - Manage Veg/Flower Plants Inventory
3048
- *
3049
- * PUT UpdateAdjust V2
3050
- */
3051
- plantsUpdateAdjustV2(body?: any, licenseNumber?: string): Promise<any>;
3052
- /**
3053
- * Changes the growth phases of plants within a specified Facility.
3054
- *
3055
- * Permissions Required:
3056
- * - View Veg/Flower Plants
3057
- * - Manage Veg/Flower Plants Inventory
3058
- *
3059
- * PUT UpdateGrowthphase V2
3060
- */
3061
- plantsUpdateGrowthphaseV2(body?: any, licenseNumber?: string): Promise<any>;
3062
- /**
3063
- * 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.
3064
- *
3065
- * Permissions Required:
3066
- * - View Veg/Flower Plants
3067
- * - Manicure/Harvest Veg/Flower Plants
3068
- *
3069
- * PUT UpdateHarvest V2
3070
- */
3071
- plantsUpdateHarvestV2(body?: any, licenseNumber?: string): Promise<any>;
3072
- /**
3073
- * Moves plant batches to new locations within a specified Facility.
3074
- *
3075
- * Permissions Required:
3076
- * - View Veg/Flower Plants
3077
- * - Manage Veg/Flower Plants Inventory
3078
- *
3079
- * PUT UpdateLocation V2
3080
- */
3081
- plantsUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
3082
- /**
3083
- * Merges multiple plant groups into a single group within a Facility.
3084
- *
3085
- * Permissions Required:
3086
- * - View Veg/Flower Plants
3087
- * - Manicure/Harvest Veg/Flower Plants
3088
- *
3089
- * PUT UpdateMerge V2
3090
- */
3091
- plantsUpdateMergeV2(body?: any, licenseNumber?: string): Promise<any>;
3092
- /**
3093
- * Splits an existing plant group into multiple groups within a Facility.
3094
- *
3095
- * Permissions Required:
3096
- * - View Plant
3097
- *
3098
- * PUT UpdateSplit V2
3099
- */
3100
- plantsUpdateSplitV2(body?: any, licenseNumber?: string): Promise<any>;
3101
- /**
3102
- * Updates the strain information for plants within a Facility.
3103
- *
3104
- * Permissions Required:
3105
- * - View Veg/Flower Plants
3106
- * - Manage Veg/Flower Plants Inventory
3107
- *
3108
- * PUT UpdateStrain V2
3109
- */
3110
- plantsUpdateStrainV2(body?: any, licenseNumber?: string): Promise<any>;
3111
- /**
3112
- * Replaces existing plant tags with new tags for plants within a Facility.
3113
- *
3114
- * Permissions Required:
3115
- * - View Veg/Flower Plants
3116
- * - Manage Veg/Flower Plants Inventory
3117
- *
3118
- * PUT UpdateTag V2
3119
- */
3120
- plantsUpdateTagV2(body?: any, licenseNumber?: string): Promise<any>;
3121
- /**
3122
- * This endpoint provides a list of facilities for which the authenticated user has access.
3123
- *
3124
- * Permissions Required:
3125
- * - None
3126
- *
3127
- * GET GetAll V1
3128
- */
3129
- facilitiesGetAllV1(body?: any, No?: string): Promise<any>;
3130
- /**
3131
- * This endpoint provides a list of facilities for which the authenticated user has access.
3132
- *
3133
- * Permissions Required:
3134
- * - None
3135
- *
3136
- * GET GetAll V2
3137
- */
3138
- facilitiesGetAllV2(body?: any, No?: string): Promise<any>;
3139
- /**
3140
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3141
- *
3142
- * Permissions Required:
3143
- * - Sales Delivery
3144
- *
3145
- * POST CreateDelivery V1
3146
- */
3147
- salesCreateDeliveryV1(body?: any, licenseNumber?: string): Promise<any>;
3148
- /**
3149
- * 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.
3150
- *
3151
- * Permissions Required:
3152
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3153
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3154
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3155
- * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
3156
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
3157
- *
3158
- * POST CreateDelivery V2
3159
- */
3160
- salesCreateDeliveryV2(body?: any, licenseNumber?: string): Promise<any>;
3161
- /**
3162
- * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3163
- *
3164
- * Permissions Required:
3165
- * - Retailer Delivery
3166
- *
3167
- * POST CreateDeliveryRetailer V1
3168
- */
3169
- salesCreateDeliveryRetailerV1(body?: any, licenseNumber?: string): Promise<any>;
3170
- /**
3171
- * 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.
3172
- *
3173
- * Permissions Required:
3174
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3175
- * - Industry/Facility Type/Retailer Delivery
3176
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3177
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3178
- * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
3179
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
3180
- * - Manage Retailer Delivery
3181
- *
3182
- * POST CreateDeliveryRetailer V2
3183
- */
3184
- salesCreateDeliveryRetailerV2(body?: any, licenseNumber?: string): Promise<any>;
3185
- /**
3186
- * Permissions Required:
3187
- * - Retailer Delivery
3188
- *
3189
- * POST CreateDeliveryRetailerDepart V1
3190
- */
3191
- salesCreateDeliveryRetailerDepartV1(body?: any, licenseNumber?: string): Promise<any>;
3192
- /**
3193
- * Processes the departure of retailer deliveries for a Facility using the provided License Number and delivery data.
3194
- *
3195
- * Permissions Required:
3196
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3197
- * - Industry/Facility Type/Retailer Delivery
3198
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3199
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3200
- * - Manage Retailer Delivery
3201
- *
3202
- * POST CreateDeliveryRetailerDepart V2
3203
- */
3204
- salesCreateDeliveryRetailerDepartV2(body?: any, licenseNumber?: string): Promise<any>;
3205
- /**
3206
- * Please note: The ActualArrivalDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3207
- *
3208
- * Permissions Required:
3209
- * - Retailer Delivery
3210
- *
3211
- * POST CreateDeliveryRetailerEnd V1
3212
- */
3213
- salesCreateDeliveryRetailerEndV1(body?: any, licenseNumber?: string): Promise<any>;
3214
- /**
3215
- * 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.
3216
- *
3217
- * Permissions Required:
3218
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3219
- * - Industry/Facility Type/Retailer Delivery
3220
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3221
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3222
- * - Manage Retailer Delivery
3223
- *
3224
- * POST CreateDeliveryRetailerEnd V2
3225
- */
3226
- salesCreateDeliveryRetailerEndV2(body?: any, licenseNumber?: string): Promise<any>;
3227
- /**
3228
- * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3229
- *
3230
- * Permissions Required:
3231
- * - Retailer Delivery
3232
- *
3233
- * POST CreateDeliveryRetailerRestock V1
3234
- */
3235
- salesCreateDeliveryRetailerRestockV1(body?: any, licenseNumber?: string): Promise<any>;
3236
- /**
3237
- * 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.
3238
- *
3239
- * Permissions Required:
3240
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3241
- * - Industry/Facility Type/Retailer Delivery
3242
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3243
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3244
- * - Manage Retailer Delivery
3245
- *
3246
- * POST CreateDeliveryRetailerRestock V2
3247
- */
3248
- salesCreateDeliveryRetailerRestockV2(body?: any, licenseNumber?: string): Promise<any>;
3249
- /**
3250
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3251
- *
3252
- * Permissions Required:
3253
- * - Retailer Delivery
3254
- *
3255
- * POST CreateDeliveryRetailerSale V1
3256
- */
3257
- salesCreateDeliveryRetailerSaleV1(body?: any, licenseNumber?: string): Promise<any>;
3258
- /**
3259
- * Records sales deliveries originating from a retailer delivery 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.
3260
- *
3261
- * Permissions Required:
3262
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3263
- * - Industry/Facility Type/Retailer Delivery
3264
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3265
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3266
- * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
3267
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
3268
- *
3269
- * POST CreateDeliveryRetailerSale V2
3270
- */
3271
- salesCreateDeliveryRetailerSaleV2(body?: any, licenseNumber?: string): Promise<any>;
3272
- /**
3273
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3274
- *
3275
- * Permissions Required:
3276
- * - Sales
3277
- *
3278
- * POST CreateReceipt V1
3279
- */
3280
- salesCreateReceiptV1(body?: any, licenseNumber?: string): Promise<any>;
3281
- /**
3282
- * 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.
3283
- *
3284
- * Permissions Required:
3285
- * - External Sources(ThirdPartyVendorV2)/Sales (Write)
3286
- * - Industry/Facility Type/Consumer Sales or Industry/Facility Type/Patient Sales or Industry/Facility Type/External Patient Sales or Industry/Facility Type/Caregiver Sales
3287
- * - Industry/Facility Type/Advanced Sales
3288
- * - WebApi Sales Read Write State (All or WriteOnly)
3289
- * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
3290
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
3291
- *
3292
- * POST CreateReceipt V2
3293
- */
3294
- salesCreateReceiptV2(body?: any, licenseNumber?: string): Promise<any>;
3295
- /**
3296
- * Permissions Required:
3297
- * - Sales
3298
- *
3299
- * POST CreateTransactionByDate V1
3300
- */
3301
- salesCreateTransactionByDateV1(date: string, body?: any, licenseNumber?: string): Promise<any>;
3302
- /**
3303
- * Permissions Required:
3304
- * - Sales Delivery
3305
- *
3306
- * DELETE DeleteDelivery V1
3307
- */
3308
- salesDeleteDeliveryV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3309
- /**
3310
- * Voids a sales delivery for a Facility using the provided License Number and delivery Id.
3311
- *
3312
- * Permissions Required:
3313
- * - Manage Sales Delivery
3314
- *
3315
- * DELETE DeleteDelivery V2
3316
- */
3317
- salesDeleteDeliveryV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3318
- /**
3319
- * Permissions Required:
3320
- * - Retailer Delivery
3321
- *
3322
- * DELETE DeleteDeliveryRetailer V1
3323
- */
3324
- salesDeleteDeliveryRetailerV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3325
- /**
3326
- * Voids a retailer delivery for a Facility using the provided License Number and delivery Id.
3327
- *
3328
- * Permissions Required:
3329
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3330
- * - Industry/Facility Type/Retailer Delivery
3331
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3332
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3333
- * - Manage Retailer Delivery
3334
- *
3335
- * DELETE DeleteDeliveryRetailer V2
3336
- */
3337
- salesDeleteDeliveryRetailerV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3338
- /**
3339
- * Permissions Required:
3340
- * - Sales
3341
- *
3342
- * DELETE DeleteReceipt V1
3343
- */
3344
- salesDeleteReceiptV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3345
- /**
3346
- * Archives a sales receipt for a Facility using the provided License Number and receipt Id.
3347
- *
3348
- * Permissions Required:
3349
- * - Manage Sales
3350
- *
3351
- * DELETE DeleteReceipt V2
3352
- */
3353
- salesDeleteReceiptV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3354
- /**
3355
- * Permissions Required:
3356
- * - None
3357
- *
3358
- * GET GetCounties V1
3359
- */
3360
- salesGetCountiesV1(body?: any, No?: string): Promise<any>;
3361
- /**
3362
- * Returns a list of counties available for sales deliveries.
3363
- *
3364
- * Permissions Required:
3365
- * - None
3366
- *
3367
- * GET GetCounties V2
3368
- */
3369
- salesGetCountiesV2(body?: any, No?: string): Promise<any>;
3370
- /**
3371
- * Permissions Required:
3372
- * - None
3373
- *
3374
- * GET GetCustomertypes V1
3375
- */
3376
- salesGetCustomertypesV1(body?: any, No?: string): Promise<any>;
3377
- /**
3378
- * Returns a list of customer types.
3379
- *
3380
- * Permissions Required:
3381
- * - None
3382
- *
3383
- * GET GetCustomertypes V2
3384
- */
3385
- salesGetCustomertypesV2(body?: any, No?: string): Promise<any>;
3386
- /**
3387
- * Permissions Required:
3388
- * - Sales Delivery
3389
- *
3390
- * GET GetDeliveriesActive V1
3391
- */
3392
- salesGetDeliveriesActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3393
- /**
3394
- * Returns a list of active sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
3395
- *
3396
- * Permissions Required:
3397
- * - View Sales Delivery
3398
- * - Manage Sales Delivery
3399
- *
3400
- * GET GetDeliveriesActive V2
3401
- */
3402
- salesGetDeliveriesActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3403
- /**
3404
- * Permissions Required:
3405
- * - Sales Delivery
3406
- *
3407
- * GET GetDeliveriesInactive V1
3408
- */
3409
- salesGetDeliveriesInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3410
- /**
3411
- * Returns a list of inactive sales deliveries for a Facility, filtered by optional sales or last modified date ranges.
3412
- *
3413
- * Permissions Required:
3414
- * - View Sales Delivery
3415
- * - Manage Sales Delivery
3416
- *
3417
- * GET GetDeliveriesInactive V2
3418
- */
3419
- salesGetDeliveriesInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3420
- /**
3421
- * Permissions Required:
3422
- * - Retailer Delivery
3423
- *
3424
- * GET GetDeliveriesRetailerActive V1
3425
- */
3426
- salesGetDeliveriesRetailerActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
3427
- /**
3428
- * Returns a list of active retailer deliveries for a Facility, optionally filtered by last modified date range
3429
- *
3430
- * Permissions Required:
3431
- * - View Retailer Delivery
3432
- * - Manage Retailer Delivery
3433
- *
3434
- * GET GetDeliveriesRetailerActive V2
3435
- */
3436
- salesGetDeliveriesRetailerActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3437
- /**
3438
- * Permissions Required:
3439
- * - Retailer Delivery
3440
- *
3441
- * GET GetDeliveriesRetailerInactive V1
3442
- */
3443
- salesGetDeliveriesRetailerInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
3444
- /**
3445
- * Returns a list of inactive retailer deliveries for a Facility, optionally filtered by last modified date range
3446
- *
3447
- * Permissions Required:
3448
- * - View Retailer Delivery
3449
- * - Manage Retailer Delivery
3450
- *
3451
- * GET GetDeliveriesRetailerInactive V2
3452
- */
3453
- salesGetDeliveriesRetailerInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3454
- /**
3455
- * Permissions Required:
3456
- * -
3457
- *
3458
- * GET GetDeliveriesReturnreasons V1
3459
- */
3460
- salesGetDeliveriesReturnreasonsV1(body?: any, licenseNumber?: string): Promise<any>;
3461
- /**
3462
- * Returns a list of return reasons for sales deliveries based on the provided License Number.
3463
- *
3464
- * Permissions Required:
3465
- * - Sales Delivery
3466
- *
3467
- * GET GetDeliveriesReturnreasons V2
3468
- */
3469
- salesGetDeliveriesReturnreasonsV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3470
- /**
3471
- * Permissions Required:
3472
- * - Sales Delivery
3473
- *
3474
- * GET GetDelivery V1
3475
- */
3476
- salesGetDeliveryV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3477
- /**
3478
- * Retrieves a sales delivery record by its Id, with an optional License Number.
3479
- *
3480
- * Permissions Required:
3481
- * - View Sales Delivery
3482
- * - Manage Sales Delivery
3483
- *
3484
- * GET GetDelivery V2
3485
- */
3486
- salesGetDeliveryV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3487
- /**
3488
- * Permissions Required:
3489
- * - Retailer Delivery
3490
- *
3491
- * GET GetDeliveryRetailer V1
3492
- */
3493
- salesGetDeliveryRetailerV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3494
- /**
3495
- * Retrieves a retailer delivery record by its ID, with an optional License Number.
3496
- *
3497
- * Permissions Required:
3498
- * - View Retailer Delivery
3499
- * - Manage Retailer Delivery
3500
- *
3501
- * GET GetDeliveryRetailer V2
3502
- */
3503
- salesGetDeliveryRetailerV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3504
- /**
3505
- * Permissions Required:
3506
- * -
3507
- *
3508
- * GET GetPatientRegistrationsLocations V1
3509
- */
3510
- salesGetPatientRegistrationsLocationsV1(body?: any, No?: string): Promise<any>;
3511
- /**
3512
- * Returns a list of valid Patient registration locations for sales.
3513
- *
3514
- * Permissions Required:
3515
- * -
3516
- *
3517
- * GET GetPatientRegistrationsLocations V2
3518
- */
3519
- salesGetPatientRegistrationsLocationsV2(body?: any, No?: string): Promise<any>;
3520
- /**
3521
- * Permissions Required:
3522
- * - Sales Delivery
3523
- *
3524
- * GET GetPaymenttypes V1
3525
- */
3526
- salesGetPaymenttypesV1(body?: any, licenseNumber?: string): Promise<any>;
3527
- /**
3528
- * Returns a list of available payment types for the specified License Number.
3529
- *
3530
- * Permissions Required:
3531
- * - View Sales Delivery
3532
- * - Manage Sales Delivery
3533
- *
3534
- * GET GetPaymenttypes V2
3535
- */
3536
- salesGetPaymenttypesV2(body?: any, licenseNumber?: string): Promise<any>;
3537
- /**
3538
- * Permissions Required:
3539
- * - Sales
3540
- *
3541
- * GET GetReceipt V1
3542
- */
3543
- salesGetReceiptV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3544
- /**
3545
- * Retrieves a sales receipt by its Id, with an optional License Number.
3546
- *
3547
- * Permissions Required:
3548
- * - View Sales
3549
- * - Manage Sales
3547
+ * - View Immature Plants
3548
+ * - Manage Immature Plants Inventory
3549
+ * - View Packages
3550
+ * - Create/Submit/Discontinue Packages
3550
3551
  *
3551
- * GET GetReceipt V2
3552
+ * POST Createpackages V1
3552
3553
  */
3553
- salesGetReceiptV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3554
+ plantBatchesCreatepackagesV1(body?: any, isFromMotherPlant?: string, licenseNumber?: string): Promise<any>;
3554
3555
  /**
3555
3556
  * Permissions Required:
3556
- * - Sales
3557
+ * - View Immature Plants
3558
+ * - Manage Immature Plants Inventory
3557
3559
  *
3558
- * GET GetReceiptsActive V1
3560
+ * POST Createplantings V1
3559
3561
  */
3560
- salesGetReceiptsActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3562
+ plantBatchesCreateplantingsV1(body?: any, licenseNumber?: string): Promise<any>;
3561
3563
  /**
3562
- * Returns a list of active sales receipts for a Facility, filtered by optional sales or last modified date ranges.
3563
- *
3564
- * Permissions Required:
3565
- * - View Sales
3566
- * - Manage Sales
3564
+ * Permissions Required:
3565
+ * - View Immature Plants
3566
+ * - Destroy Immature Plants
3567
3567
  *
3568
- * GET GetReceiptsActive V2
3568
+ * DELETE Delete V1
3569
3569
  */
3570
- salesGetReceiptsActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3570
+ plantBatchesDeleteV1(body?: any, licenseNumber?: string): Promise<any>;
3571
3571
  /**
3572
- * Retrieves a Sales Receipt by its external number, with an optional License Number.
3572
+ * Completes the destruction of plant batches based on the provided input data.
3573
3573
  *
3574
3574
  * Permissions Required:
3575
- * - View Sales
3576
- * - Manage Sales
3575
+ * - View Immature Plants
3576
+ * - Destroy Immature Plants
3577
3577
  *
3578
- * GET GetReceiptsExternalByExternalNumber V2
3578
+ * DELETE Delete V2
3579
3579
  */
3580
- salesGetReceiptsExternalByExternalNumberV2(externalNumber: string, body?: any, licenseNumber?: string): Promise<any>;
3580
+ plantBatchesDeleteV2(body?: any, licenseNumber?: string): Promise<any>;
3581
3581
  /**
3582
3582
  * Permissions Required:
3583
- * - Sales
3583
+ * - View Immature Plants
3584
3584
  *
3585
- * GET GetReceiptsInactive V1
3585
+ * GET Get V1
3586
3586
  */
3587
- salesGetReceiptsInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3587
+ plantBatchesGetV1(id: string, body?: any, licenseNumber?: string): Promise<any>;
3588
3588
  /**
3589
- * Returns a list of inactive sales receipts for a Facility, filtered by optional sales or last modified date ranges.
3589
+ * Retrieves a Plant Batch by Id.
3590
3590
  *
3591
3591
  * Permissions Required:
3592
- * - View Sales
3593
- * - Manage Sales
3592
+ * - View Immature Plants
3594
3593
  *
3595
- * GET GetReceiptsInactive V2
3594
+ * GET Get V2
3596
3595
  */
3597
- salesGetReceiptsInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string, salesDateEnd?: string, salesDateStart?: string): Promise<any>;
3596
+ plantBatchesGetV2(id: string, body?: any, licenseNumber?: string): Promise<any>;
3598
3597
  /**
3599
3598
  * Permissions Required:
3600
- * - Sales
3599
+ * - View Immature Plants
3601
3600
  *
3602
- * GET GetTransactions V1
3601
+ * GET GetActive V1
3603
3602
  */
3604
- salesGetTransactionsV1(body?: any, licenseNumber?: string): Promise<any>;
3603
+ plantBatchesGetActiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
3605
3604
  /**
3606
- * Permissions Required:
3607
- * - Sales
3605
+ * Retrieves a list of active plant batches for the specified Facility, optionally filtered by last modified date.
3608
3606
  *
3609
- * GET GetTransactionsBySalesDateStartAndSalesDateEnd V1
3607
+ * Permissions Required:
3608
+ * - View Immature Plants
3609
+ *
3610
+ * GET GetActive V2
3610
3611
  */
3611
- salesGetTransactionsBySalesDateStartAndSalesDateEndV1(salesDateStart: string, salesDateEnd: string, body?: any, licenseNumber?: string): Promise<any>;
3612
+ plantBatchesGetActiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3612
3613
  /**
3613
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3614
- *
3615
- * Permissions Required:
3616
- * - Sales Delivery
3614
+ * Permissions Required:
3615
+ * - View Immature Plants
3617
3616
  *
3618
- * PUT UpdateDelivery V1
3617
+ * GET GetInactive V1
3619
3618
  */
3620
- salesUpdateDeliveryV1(body?: any, licenseNumber?: string): Promise<any>;
3619
+ plantBatchesGetInactiveV1(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string): Promise<any>;
3621
3620
  /**
3622
- * 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.
3621
+ * Retrieves a list of inactive plant batches for the specified Facility, optionally filtered by last modified date.
3623
3622
  *
3624
3623
  * Permissions Required:
3625
- * - Manage Sales Delivery
3624
+ * - View Immature Plants
3626
3625
  *
3627
- * PUT UpdateDelivery V2
3626
+ * GET GetInactive V2
3628
3627
  */
3629
- salesUpdateDeliveryV2(body?: any, licenseNumber?: string): Promise<any>;
3628
+ plantBatchesGetInactiveV2(body?: any, lastModifiedEnd?: string, lastModifiedStart?: string, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3630
3629
  /**
3631
3630
  * Permissions Required:
3632
- * - Sales Delivery
3631
+ * - None
3633
3632
  *
3634
- * PUT UpdateDeliveryComplete V1
3633
+ * GET GetTypes V1
3635
3634
  */
3636
- salesUpdateDeliveryCompleteV1(body?: any, licenseNumber?: string): Promise<any>;
3635
+ plantBatchesGetTypesV1(body?: any, No?: string): Promise<any>;
3637
3636
  /**
3638
- * Completes a list of sales deliveries for a Facility using the provided License Number and delivery data.
3637
+ * Retrieves a list of plant batch types.
3639
3638
  *
3640
3639
  * Permissions Required:
3641
- * - Manage Sales Delivery
3640
+ * - None
3642
3641
  *
3643
- * PUT UpdateDeliveryComplete V2
3642
+ * GET GetTypes V2
3644
3643
  */
3645
- salesUpdateDeliveryCompleteV2(body?: any, licenseNumber?: string): Promise<any>;
3644
+ plantBatchesGetTypesV2(body?: any, pageNumber?: string, pageSize?: string): Promise<any>;
3646
3645
  /**
3647
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3646
+ * Retrieves waste details associated with plant batches at a specified Facility.
3648
3647
  *
3649
3648
  * Permissions Required:
3650
- * - Sales Delivery
3649
+ * - View Plants Waste
3651
3650
  *
3652
- * PUT UpdateDeliveryHub V1
3651
+ * GET GetWaste V2
3653
3652
  */
3654
- salesUpdateDeliveryHubV1(body?: any, licenseNumber?: string): Promise<any>;
3653
+ plantBatchesGetWasteV2(body?: any, licenseNumber?: string, pageNumber?: string, pageSize?: string): Promise<any>;
3655
3654
  /**
3656
- * 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.
3657
- *
3658
- * Permissions Required:
3659
- * - Manage Sales Delivery, Manage Sales Delivery Hub
3655
+ * Permissions Required:
3656
+ * - None
3660
3657
  *
3661
- * PUT UpdateDeliveryHub V2
3658
+ * GET GetWasteReasons V1
3662
3659
  */
3663
- salesUpdateDeliveryHubV2(body?: any, licenseNumber?: string): Promise<any>;
3660
+ plantBatchesGetWasteReasonsV1(body?: any, licenseNumber?: string): Promise<any>;
3664
3661
  /**
3665
- * Permissions Required:
3666
- * - Sales
3662
+ * Retrieves a list of valid waste reasons associated with immature plant batches for the specified Facility.
3667
3663
  *
3668
- * PUT UpdateDeliveryHubAccept V1
3664
+ * Permissions Required:
3665
+ * - None
3666
+ *
3667
+ * GET GetWasteReasons V2
3669
3668
  */
3670
- salesUpdateDeliveryHubAcceptV1(body?: any, licenseNumber?: string): Promise<any>;
3669
+ plantBatchesGetWasteReasonsV2(body?: any, licenseNumber?: string): Promise<any>;
3671
3670
  /**
3672
- * Accepts a list of hub sales deliveries for a Facility based on the provided License Number and delivery data.
3671
+ * Moves one or more plant batches to new locations with in a specified Facility.
3673
3672
  *
3674
3673
  * Permissions Required:
3675
- * - Manage Sales Delivery Hub
3674
+ * - View Immature Plants
3675
+ * - Manage Immature Plants
3676
3676
  *
3677
- * PUT UpdateDeliveryHubAccept V2
3677
+ * PUT UpdateLocation V2
3678
3678
  */
3679
- salesUpdateDeliveryHubAcceptV2(body?: any, licenseNumber?: string): Promise<any>;
3679
+ plantBatchesUpdateLocationV2(body?: any, licenseNumber?: string): Promise<any>;
3680
3680
  /**
3681
3681
  * Permissions Required:
3682
- * - Sales
3682
+ * - View Immature Plants
3683
3683
  *
3684
- * PUT UpdateDeliveryHubDepart V1
3684
+ * PUT UpdateMoveplantbatches V1
3685
3685
  */
3686
- salesUpdateDeliveryHubDepartV1(body?: any, licenseNumber?: string): Promise<any>;
3686
+ plantBatchesUpdateMoveplantbatchesV1(body?: any, licenseNumber?: string): Promise<any>;
3687
3687
  /**
3688
- * Processes the departure of hub sales deliveries for a Facility using the provided License Number and delivery data.
3688
+ * Renames plant batches at a specified Facility.
3689
3689
  *
3690
3690
  * Permissions Required:
3691
- * - Manage Sales Delivery Hub
3692
- *
3693
- * PUT UpdateDeliveryHubDepart V2
3694
- */
3695
- salesUpdateDeliveryHubDepartV2(body?: any, licenseNumber?: string): Promise<any>;
3696
- /**
3697
- * Permissions Required:
3698
- * - Sales
3691
+ * - View Veg/Flower Plants
3692
+ * - Manage Veg/Flower Plants Inventory
3699
3693
  *
3700
- * PUT UpdateDeliveryHubVerifyID V1
3694
+ * PUT UpdateName V2
3701
3695
  */
3702
- salesUpdateDeliveryHubVerifyIdV1(body?: any, licenseNumber?: string): Promise<any>;
3696
+ plantBatchesUpdateNameV2(body?: any, licenseNumber?: string): Promise<any>;
3703
3697
  /**
3704
- * Verifies identification for a list of hub sales deliveries using the provided License Number and delivery data.
3698
+ * Changes the strain of plant batches at a specified Facility.
3705
3699
  *
3706
3700
  * Permissions Required:
3707
- * - Manage Sales Delivery Hub
3701
+ * - View Veg/Flower Plants
3702
+ * - Manage Veg/Flower Plants Inventory
3708
3703
  *
3709
- * PUT UpdateDeliveryHubVerifyID V2
3704
+ * PUT UpdateStrain V2
3710
3705
  */
3711
- salesUpdateDeliveryHubVerifyIdV2(body?: any, licenseNumber?: string): Promise<any>;
3706
+ plantBatchesUpdateStrainV2(body?: any, licenseNumber?: string): Promise<any>;
3712
3707
  /**
3713
- * Please note: The DateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3708
+ * Replaces tags for plant batches at a specified Facility.
3714
3709
  *
3715
3710
  * Permissions Required:
3716
- * - Retailer Delivery
3711
+ * - View Veg/Flower Plants
3712
+ * - Manage Veg/Flower Plants Inventory
3717
3713
  *
3718
- * PUT UpdateDeliveryRetailer V1
3714
+ * PUT UpdateTag V2
3719
3715
  */
3720
- salesUpdateDeliveryRetailerV1(body?: any, licenseNumber?: string): Promise<any>;
3716
+ plantBatchesUpdateTagV2(body?: any, licenseNumber?: string): Promise<any>;
3721
3717
  /**
3722
- * 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.
3718
+ * Facilitate association of QR codes and Package labels. This will return the count of packages and QR codes associated that were added or replaced.
3723
3719
  *
3724
3720
  * Permissions Required:
3725
- * - External Sources(ThirdPartyVendorV2)/Sales Deliveries(Write)
3726
- * - Industry/Facility Type/Retailer Delivery
3727
- * - Industry/Facility Type/Consumer Sales Delivery or Industry/Facility Type/Patient Sales Delivery
3728
- * - WebApi Sales Deliveries Read Write State (All or WriteOnly)
3729
- * - WebApi Retail ID Read Write State (All or WriteOnly) - Required for RID only.
3730
- * - External Sources(ThirdPartyVendorV2)/Retail ID(Write) - Required for RID only.
3731
- * - Manage Retailer Delivery
3721
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
3722
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
3723
+ * - Industry/View Packages
3724
+ * - 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)
3732
3725
  *
3733
- * PUT UpdateDeliveryRetailer V2
3726
+ * POST CreateAssociate V2
3734
3727
  */
3735
- salesUpdateDeliveryRetailerV2(body?: any, licenseNumber?: string): Promise<any>;
3728
+ retailIdCreateAssociateV2(body?: any, licenseNumber?: string): Promise<any>;
3736
3729
  /**
3737
- * Please note: The SalesDateTime field must be the actual date and time of the transaction without 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 Pacific Standard (or Daylight Savings) Time and not in UTC.
3730
+ * Allows you to generate a specific quantity of QR codes. Id value returned (issuance ID) could be used for printing.
3738
3731
  *
3739
3732
  * Permissions Required:
3740
- * - Sales
3733
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
3734
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
3735
+ * - Industry/View Packages
3736
+ * - One of the following: Industry/Facility Type/Can Download Product Label, Licensee/Download Product Label or Admin/Employees/Packages Page/Product Labels(Manage)
3741
3737
  *
3742
- * PUT UpdateReceipt V1
3738
+ * POST CreateGenerate V2
3743
3739
  */
3744
- salesUpdateReceiptV1(body?: any, licenseNumber?: string): Promise<any>;
3740
+ retailIdCreateGenerateV2(body?: any, licenseNumber?: string): Promise<any>;
3745
3741
  /**
3746
- * 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.
3742
+ * 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.
3747
3743
  *
3748
3744
  * Permissions Required:
3749
- * - Manage Sales
3745
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
3746
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
3747
+ * - Key Value Settings/Retail ID Merge Packages Enabled
3750
3748
  *
3751
- * PUT UpdateReceipt V2
3749
+ * POST CreateMerge V2
3752
3750
  */
3753
- salesUpdateReceiptV2(body?: any, licenseNumber?: string): Promise<any>;
3751
+ retailIdCreateMergeV2(body?: any, licenseNumber?: string): Promise<any>;
3754
3752
  /**
3755
- * Finalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
3753
+ * Retrieves Package information for given list of Package labels.
3756
3754
  *
3757
3755
  * Permissions Required:
3758
- * - Manage Sales
3756
+ * - External Sources(ThirdPartyVendorV2)/Retail ID(Write)
3757
+ * - WebApi Retail ID Read Write State (All or WriteOnly)
3758
+ * - Industry/View Packages
3759
+ * - Admin/Employees/Packages Page/Product Labels(Manage)
3759
3760
  *
3760
- * PUT UpdateReceiptFinalize V2
3761
+ * POST CreatePackageInfo V2
3761
3762
  */
3762
- salesUpdateReceiptFinalizeV2(body?: any, licenseNumber?: string): Promise<any>;
3763
+ retailIdCreatePackageInfoV2(body?: any, licenseNumber?: string): Promise<any>;
3763
3764
  /**
3764
- * Unfinalizes a list of sales receipts for a Facility using the provided License Number and receipt data.
3765
+ * Get a list of eaches (Retail ID QR code URL) and sibling tags based on given Package label.
3765
3766
  *
3766
3767
  * Permissions Required:
3767
- * - Manage Sales
3768
+ * - External Sources(ThirdPartyVendorV2)/Manage RetailId
3769
+ * - WebApi Retail ID Read Write State (All or ReadOnly)
3770
+ * - Industry/View Packages
3771
+ * - 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)
3768
3772
  *
3769
- * PUT UpdateReceiptUnfinalize V2
3773
+ * GET GetReceiveByLabel V2
3770
3774
  */
3771
- salesUpdateReceiptUnfinalizeV2(body?: any, licenseNumber?: string): Promise<any>;
3775
+ retailIdGetReceiveByLabelV2(label: string, body?: any, licenseNumber?: string): Promise<any>;
3772
3776
  /**
3773
- * Permissions Required:
3774
- * - Sales
3777
+ * 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).
3775
3778
  *
3776
- * PUT UpdateTransactionByDate V1
3779
+ * Permissions Required:
3780
+ * - External Sources(ThirdPartyVendorV2)/Manage RetailId
3781
+ * - WebApi Retail ID Read Write State (All or ReadOnly)
3782
+ * - Industry/View Packages
3783
+ * - 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)
3784
+ *
3785
+ * GET GetReceiveQrByShortCode V2
3777
3786
  */
3778
- salesUpdateTransactionByDateV1(date: string, body?: any, licenseNumber?: string): Promise<any>;
3787
+ retailIdGetReceiveQrByShortCodeV2(shortCode: string, body?: any, licenseNumber?: string): Promise<any>;
3779
3788
  /**
3780
3789
  * Creates new driver records for a Facility.
3781
3790
  *
@@ -3866,13 +3875,4 @@ export declare class MetrcClient {
3866
3875
  * PUT UpdateVehicle V2
3867
3876
  */
3868
3877
  transportersUpdateVehicleV2(body?: any, licenseNumber?: string): Promise<any>;
3869
- /**
3870
- * Retrieves all available waste methods.
3871
- *
3872
- * Permissions Required:
3873
- * - None
3874
- *
3875
- * GET GetAll V2
3876
- */
3877
- wasteMethodsGetAllV2(body?: any, No?: string): Promise<any>;
3878
3878
  }