You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
facility_license_number: Optional[StrictStr] =Field(default=None, description="The license number of the facility associated with the package.", alias="facilityLicenseNumber")
43
44
facility_name: Optional[StrictStr] =Field(default=None, description="The name of the facility associated with the package.", alias="facilityName")
44
45
finished_date: Optional[datetime] =Field(default=None, description="The date and time when the package was finished, if applicable.", alias="finishedDate")
45
-
initial_lab_testing_state: Optional[StrictStr] =Field(default=None, description="The initial state of lab testing for the package, such as NotRequired, TestPassed, or NotSubmitted.", alias="initialLabTestingState")
is_archived: Optional[StrictBool] =Field(default=None, description="Indicates if the package is archived.", alias="isArchived")
47
48
is_donation: Optional[StrictBool] =Field(default=None, description="Indicates if the package was a donation.", alias="isDonation")
48
49
is_donation_persistent: Optional[StrictBool] =Field(default=None, description="Indicates if the donation status of the package is persistent.", alias="isDonationPersistent")
@@ -46,7 +47,7 @@ class MetrcSuperpackage(BaseModel):
46
47
facility_license_number: Optional[StrictStr] =Field(default=None, description="The license number of the facility associated with the package.", alias="facilityLicenseNumber")
47
48
facility_name: Optional[StrictStr] =Field(default=None, description="The name of the facility associated with the package.", alias="facilityName")
48
49
finished_date: Optional[datetime] =Field(default=None, description="The date and time when the package was finished, if applicable.", alias="finishedDate")
49
-
initial_lab_testing_state: Optional[StrictStr] =Field(default=None, description="The initial state of lab testing for the package, such as NotRequired, TestPassed, or NotSubmitted.", alias="initialLabTestingState")
is_archived: Optional[StrictBool] =Field(default=None, description="Indicates if the package is archived.", alias="isArchived")
51
52
is_donation: Optional[StrictBool] =Field(default=None, description="Indicates if the package was a donation.", alias="isDonation")
52
53
is_donation_persistent: Optional[StrictBool] =Field(default=None, description="Indicates if the donation status of the package is persistent.", alias="isDonationPersistent")
shipped_unit_of_measure_abbreviation: StrictStr=Field(description="Unit of measure for the shipped quantity", alias="shippedUnitOfMeasureAbbreviation")
49
50
gross_weight: Union[StrictFloat, StrictInt] =Field(description="Gross weight of the package", alias="grossWeight")
package_shipped_unit_of_measure_abbreviation: StrictStr=Field(description="Unit of measure for the shipped quantity", alias="package.shippedUnitOfMeasureAbbreviation")
135
136
package_gross_weight: Union[StrictFloat, StrictInt] =Field(description="Gross weight of the package", alias="package.grossWeight")
package_shipped_unit_of_measure_abbreviation: StrictStr=Field(description="Unit of measure for the shipped quantity", alias="package.shippedUnitOfMeasureAbbreviation")
184
185
package_gross_weight: Union[StrictFloat, StrictInt] =Field(description="Gross weight of the package", alias="package.grossWeight")
0 commit comments