@meerkapp/wms-contracts 0.2.0 → 0.3.0-beta.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.
- package/dist/index.cjs +87 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +813 -2
- package/dist/index.d.ts +813 -2
- package/dist/index.js +82 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -21662,7 +21662,7 @@ interface Paginated<T> {
|
|
|
21662
21662
|
pages: number;
|
|
21663
21663
|
}
|
|
21664
21664
|
|
|
21665
|
-
declare const ALL_PERMISSIONS: readonly ["organization:create", "organization:update", "warehouse:create", "warehouse:update", "locality:create", "employee:create", "employee:update:info", "employee:update:warehouse", "employee:update:roles", "employee:update:email", "employee:update:password", "employee:toggle:active", "employee:update:avatar", "employee:update:own:info", "employee:update:own:email", "employee:update:own:password", "employee:update:own:avatar", "role:create", "role:update"];
|
|
21665
|
+
declare const ALL_PERMISSIONS: readonly ["organization:create", "organization:update", "warehouse:create", "warehouse:update", "locality:create", "employee:create", "employee:update:info", "employee:update:warehouse", "employee:update:roles", "employee:update:email", "employee:update:password", "employee:toggle:active", "employee:update:avatar", "employee:update:own:info", "employee:update:own:email", "employee:update:own:password", "employee:update:own:avatar", "role:create", "role:update", "product_type:create", "product_type:update"];
|
|
21666
21666
|
type Permission = (typeof ALL_PERMISSIONS)[number];
|
|
21667
21667
|
declare const LoginSchema: z$1.ZodObject<{
|
|
21668
21668
|
email: z$1.ZodString;
|
|
@@ -22166,4 +22166,815 @@ declare const UpdateRoleSchema: z$1.ZodObject<{
|
|
|
22166
22166
|
type CreateRoleDto = z$1.infer<typeof CreateRoleSchema>;
|
|
22167
22167
|
type UpdateRoleDto = z$1.infer<typeof UpdateRoleSchema>;
|
|
22168
22168
|
|
|
22169
|
-
export { ALL_PERMISSIONS, type AuthTokens, BoolFieldUpdateOperationsInputObjectSchema, BoolFieldUpdateOperationsInputObjectZodSchema, BoolFilterObjectSchema, BoolFilterObjectZodSchema, BoolWithAggregatesFilterObjectSchema, BoolWithAggregatesFilterObjectZodSchema, type Country, CountryAggregateResultSchema, CountryAggregateSchema, CountryAggregateZodSchema, CountryArgsObjectSchema, CountryArgsObjectZodSchema, CountryAvgAggregateInputObjectSchema, CountryAvgAggregateInputObjectZodSchema, CountryAvgOrderByAggregateInputObjectSchema, CountryAvgOrderByAggregateInputObjectZodSchema, CountryCountAggregateInputObjectSchema, CountryCountAggregateInputObjectZodSchema, CountryCountOrderByAggregateInputObjectSchema, CountryCountOrderByAggregateInputObjectZodSchema, CountryCountOutputTypeArgsObjectSchema, CountryCountOutputTypeArgsObjectZodSchema, CountryCountOutputTypeCountLocalitiesArgsObjectSchema, CountryCountOutputTypeCountLocalitiesArgsObjectZodSchema, CountryCountOutputTypeSelectObjectSchema, CountryCountOutputTypeSelectObjectZodSchema, CountryCountResultSchema, CountryCountSchema, CountryCountZodSchema, CountryCreateInputObjectSchema, CountryCreateInputObjectZodSchema, CountryCreateManyAndReturnSchema, CountryCreateManyAndReturnZodSchema, CountryCreateManyInputObjectSchema, CountryCreateManyInputObjectZodSchema, CountryCreateManyResultSchema, CountryCreateManySchema, CountryCreateManyZodSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectZodSchema, CountryCreateOneSchema, CountryCreateOneZodSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectZodSchema, CountryCreateResultSchema, CountryCreateWithoutLocalitiesInputObjectSchema, CountryCreateWithoutLocalitiesInputObjectZodSchema, CountryDeleteManyResultSchema, CountryDeleteManySchema, CountryDeleteManyZodSchema, CountryDeleteOneSchema, CountryDeleteOneZodSchema, CountryDeleteResultSchema, CountryFindFirstOrThrowSchema, CountryFindFirstOrThrowSelectSchema, CountryFindFirstOrThrowSelectZodSchema, CountryFindFirstOrThrowZodSchema, CountryFindFirstResultSchema, CountryFindFirstSchema, CountryFindFirstSelectSchema, CountryFindFirstSelectZodSchema, CountryFindFirstZodSchema, CountryFindManyResultSchema, CountryFindManySchema, CountryFindManySelectSchema, CountryFindManySelectZodSchema, CountryFindManyZodSchema, CountryFindUniqueOrThrowSchema, CountryFindUniqueOrThrowZodSchema, CountryFindUniqueResultSchema, CountryFindUniqueSchema, CountryFindUniqueZodSchema, CountryGroupByResultSchema, CountryGroupBySchema, CountryGroupByZodSchema, CountryIncludeObjectSchema, CountryIncludeObjectZodSchema, CountryInputSchema, type CountryInputType, CountryMaxAggregateInputObjectSchema, CountryMaxAggregateInputObjectZodSchema, CountryMaxOrderByAggregateInputObjectSchema, CountryMaxOrderByAggregateInputObjectZodSchema, CountryMinAggregateInputObjectSchema, CountryMinAggregateInputObjectZodSchema, CountryMinOrderByAggregateInputObjectSchema, CountryMinOrderByAggregateInputObjectZodSchema, CountryModelSchema, CountryOrderByWithAggregationInputObjectSchema, CountryOrderByWithAggregationInputObjectZodSchema, CountryOrderByWithRelationInputObjectSchema, CountryOrderByWithRelationInputObjectZodSchema, type CountryPureType, CountryResultSchema, type CountryResultType, type CountryScalarFieldEnum, CountryScalarFieldEnumSchema, CountryScalarRelationFilterObjectSchema, CountryScalarRelationFilterObjectZodSchema, CountryScalarWhereWithAggregatesInputObjectSchema, CountryScalarWhereWithAggregatesInputObjectZodSchema, CountrySchema, CountrySelectObjectSchema, CountrySelectObjectZodSchema, CountrySumAggregateInputObjectSchema, CountrySumAggregateInputObjectZodSchema, CountrySumOrderByAggregateInputObjectSchema, CountrySumOrderByAggregateInputObjectZodSchema, CountryUncheckedCreateInputObjectSchema, CountryUncheckedCreateInputObjectZodSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectZodSchema, CountryUncheckedUpdateInputObjectSchema, CountryUncheckedUpdateInputObjectZodSchema, CountryUncheckedUpdateManyInputObjectSchema, CountryUncheckedUpdateManyInputObjectZodSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpdateInputObjectSchema, CountryUpdateInputObjectZodSchema, CountryUpdateManyAndReturnSchema, CountryUpdateManyAndReturnZodSchema, CountryUpdateManyMutationInputObjectSchema, CountryUpdateManyMutationInputObjectZodSchema, CountryUpdateManyResultSchema, CountryUpdateManySchema, CountryUpdateManyZodSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectZodSchema, CountryUpdateOneSchema, CountryUpdateOneZodSchema, CountryUpdateResultSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectZodSchema, CountryUpdateWithoutLocalitiesInputObjectSchema, CountryUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpsertOneSchema, CountryUpsertOneZodSchema, CountryUpsertResultSchema, CountryUpsertWithoutLocalitiesInputObjectSchema, CountryUpsertWithoutLocalitiesInputObjectZodSchema, CountryWhereInputObjectSchema, CountryWhereInputObjectZodSchema, CountryWhereUniqueInputObjectSchema, CountryWhereUniqueInputObjectZodSchema, type CreateEmployeeDto, CreateEmployeeSchema, type CreateLocalityDto, CreateLocalitySchema, type CreateOrganizationDto, CreateOrganizationSchema, type CreateRoleDto, CreateRoleSchema, type CreateWarehouseDto, CreateWarehouseSchema, DateTimeFieldUpdateOperationsInputObjectSchema, DateTimeFieldUpdateOperationsInputObjectZodSchema, DateTimeFilterObjectSchema, DateTimeFilterObjectZodSchema, DateTimeNullableFilterObjectSchema, DateTimeNullableFilterObjectZodSchema, DateTimeNullableWithAggregatesFilterObjectSchema, DateTimeNullableWithAggregatesFilterObjectZodSchema, DateTimeWithAggregatesFilterObjectSchema, DateTimeWithAggregatesFilterObjectZodSchema, type Employee, EmployeeAggregateResultSchema, EmployeeAggregateSchema, EmployeeAggregateZodSchema, EmployeeArgsObjectSchema, EmployeeArgsObjectZodSchema, EmployeeAvgAggregateInputObjectSchema, EmployeeAvgAggregateInputObjectZodSchema, EmployeeAvgOrderByAggregateInputObjectSchema, EmployeeAvgOrderByAggregateInputObjectZodSchema, EmployeeCountAggregateInputObjectSchema, EmployeeCountAggregateInputObjectZodSchema, EmployeeCountOrderByAggregateInputObjectSchema, EmployeeCountOrderByAggregateInputObjectZodSchema, EmployeeCountOutputTypeArgsObjectSchema, EmployeeCountOutputTypeArgsObjectZodSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectZodSchema, EmployeeCountOutputTypeSelectObjectSchema, EmployeeCountOutputTypeSelectObjectZodSchema, EmployeeCountResultSchema, EmployeeCountSchema, EmployeeCountZodSchema, EmployeeCreateInputObjectSchema, EmployeeCreateInputObjectZodSchema, EmployeeCreateManyAndReturnSchema, EmployeeCreateManyAndReturnZodSchema, EmployeeCreateManyInputObjectSchema, EmployeeCreateManyInputObjectZodSchema, EmployeeCreateManyResultSchema, EmployeeCreateManySchema, EmployeeCreateManyWarehouseInputEnvelopeObjectSchema, EmployeeCreateManyWarehouseInputEnvelopeObjectZodSchema, EmployeeCreateManyWarehouseInputObjectSchema, EmployeeCreateManyWarehouseInputObjectZodSchema, EmployeeCreateManyZodSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOneSchema, EmployeeCreateOneZodSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectZodSchema, EmployeeCreateResultSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateWithoutWarehouseInputObjectSchema, EmployeeCreateWithoutWarehouseInputObjectZodSchema, EmployeeDeleteManyResultSchema, EmployeeDeleteManySchema, EmployeeDeleteManyZodSchema, EmployeeDeleteOneSchema, EmployeeDeleteOneZodSchema, EmployeeDeleteResultSchema, EmployeeFindFirstOrThrowSchema, EmployeeFindFirstOrThrowSelectSchema, EmployeeFindFirstOrThrowSelectZodSchema, EmployeeFindFirstOrThrowZodSchema, EmployeeFindFirstResultSchema, EmployeeFindFirstSchema, EmployeeFindFirstSelectSchema, EmployeeFindFirstSelectZodSchema, EmployeeFindFirstZodSchema, EmployeeFindManyResultSchema, EmployeeFindManySchema, EmployeeFindManySelectSchema, EmployeeFindManySelectZodSchema, EmployeeFindManyZodSchema, EmployeeFindUniqueOrThrowSchema, EmployeeFindUniqueOrThrowZodSchema, EmployeeFindUniqueResultSchema, EmployeeFindUniqueSchema, EmployeeFindUniqueZodSchema, EmployeeGroupByResultSchema, EmployeeGroupBySchema, EmployeeGroupByZodSchema, EmployeeIncludeObjectSchema, EmployeeIncludeObjectZodSchema, EmployeeInputSchema, type EmployeeInputType, EmployeeListRelationFilterObjectSchema, EmployeeListRelationFilterObjectZodSchema, EmployeeMaxAggregateInputObjectSchema, EmployeeMaxAggregateInputObjectZodSchema, EmployeeMaxOrderByAggregateInputObjectSchema, EmployeeMaxOrderByAggregateInputObjectZodSchema, EmployeeMinAggregateInputObjectSchema, EmployeeMinAggregateInputObjectZodSchema, EmployeeMinOrderByAggregateInputObjectSchema, EmployeeMinOrderByAggregateInputObjectZodSchema, EmployeeModelSchema, EmployeeOrderByRelationAggregateInputObjectSchema, EmployeeOrderByRelationAggregateInputObjectZodSchema, EmployeeOrderByWithAggregationInputObjectSchema, EmployeeOrderByWithAggregationInputObjectZodSchema, EmployeeOrderByWithRelationInputObjectSchema, EmployeeOrderByWithRelationInputObjectZodSchema, EmployeePermissionAggregateResultSchema, EmployeePermissionAggregateSchema, EmployeePermissionAggregateZodSchema, EmployeePermissionArgsObjectSchema, EmployeePermissionArgsObjectZodSchema, EmployeePermissionAvgAggregateInputObjectSchema, EmployeePermissionAvgAggregateInputObjectZodSchema, EmployeePermissionAvgOrderByAggregateInputObjectSchema, EmployeePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeePermissionCountAggregateInputObjectSchema, EmployeePermissionCountAggregateInputObjectZodSchema, EmployeePermissionCountOrderByAggregateInputObjectSchema, EmployeePermissionCountOrderByAggregateInputObjectZodSchema, EmployeePermissionCountOutputTypeArgsObjectSchema, EmployeePermissionCountOutputTypeArgsObjectZodSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectZodSchema, EmployeePermissionCountOutputTypeSelectObjectSchema, EmployeePermissionCountOutputTypeSelectObjectZodSchema, EmployeePermissionCountResultSchema, EmployeePermissionCountSchema, EmployeePermissionCountZodSchema, EmployeePermissionCreateInputObjectSchema, EmployeePermissionCreateInputObjectZodSchema, EmployeePermissionCreateManyAndReturnSchema, EmployeePermissionCreateManyAndReturnZodSchema, EmployeePermissionCreateManyInputObjectSchema, EmployeePermissionCreateManyInputObjectZodSchema, EmployeePermissionCreateManyResultSchema, EmployeePermissionCreateManySchema, EmployeePermissionCreateManyZodSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateOneSchema, EmployeePermissionCreateOneZodSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateResultSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionDeleteManyResultSchema, EmployeePermissionDeleteManySchema, EmployeePermissionDeleteManyZodSchema, EmployeePermissionDeleteOneSchema, EmployeePermissionDeleteOneZodSchema, EmployeePermissionDeleteResultSchema, EmployeePermissionFindFirstOrThrowSchema, EmployeePermissionFindFirstOrThrowSelectSchema, EmployeePermissionFindFirstOrThrowSelectZodSchema, EmployeePermissionFindFirstOrThrowZodSchema, EmployeePermissionFindFirstResultSchema, EmployeePermissionFindFirstSchema, EmployeePermissionFindFirstSelectSchema, EmployeePermissionFindFirstSelectZodSchema, EmployeePermissionFindFirstZodSchema, EmployeePermissionFindManyResultSchema, EmployeePermissionFindManySchema, EmployeePermissionFindManySelectSchema, EmployeePermissionFindManySelectZodSchema, EmployeePermissionFindManyZodSchema, EmployeePermissionFindUniqueOrThrowSchema, EmployeePermissionFindUniqueOrThrowZodSchema, EmployeePermissionFindUniqueResultSchema, EmployeePermissionFindUniqueSchema, EmployeePermissionFindUniqueZodSchema, EmployeePermissionGroupByResultSchema, EmployeePermissionGroupBySchema, EmployeePermissionGroupByZodSchema, EmployeePermissionIncludeObjectSchema, EmployeePermissionIncludeObjectZodSchema, EmployeePermissionInputSchema, type EmployeePermissionInputType, EmployeePermissionMaxAggregateInputObjectSchema, EmployeePermissionMaxAggregateInputObjectZodSchema, EmployeePermissionMaxOrderByAggregateInputObjectSchema, EmployeePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeePermissionMinAggregateInputObjectSchema, EmployeePermissionMinAggregateInputObjectZodSchema, EmployeePermissionMinOrderByAggregateInputObjectSchema, EmployeePermissionMinOrderByAggregateInputObjectZodSchema, EmployeePermissionModelSchema, EmployeePermissionOrderByWithAggregationInputObjectSchema, EmployeePermissionOrderByWithAggregationInputObjectZodSchema, EmployeePermissionOrderByWithRelationInputObjectSchema, EmployeePermissionOrderByWithRelationInputObjectZodSchema, type EmployeePermissionPureType, EmployeePermissionResultSchema, type EmployeePermissionResultType, type EmployeePermissionScalarFieldEnum, EmployeePermissionScalarFieldEnumSchema, EmployeePermissionScalarRelationFilterObjectSchema, EmployeePermissionScalarRelationFilterObjectZodSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeePermissionSelectObjectSchema, EmployeePermissionSelectObjectZodSchema, EmployeePermissionSumAggregateInputObjectSchema, EmployeePermissionSumAggregateInputObjectZodSchema, EmployeePermissionSumOrderByAggregateInputObjectSchema, EmployeePermissionSumOrderByAggregateInputObjectZodSchema, EmployeePermissionUncheckedCreateInputObjectSchema, EmployeePermissionUncheckedCreateInputObjectZodSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUncheckedUpdateInputObjectSchema, EmployeePermissionUncheckedUpdateInputObjectZodSchema, EmployeePermissionUncheckedUpdateManyInputObjectSchema, EmployeePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateInputObjectSchema, EmployeePermissionUpdateInputObjectZodSchema, EmployeePermissionUpdateManyAndReturnSchema, EmployeePermissionUpdateManyAndReturnZodSchema, EmployeePermissionUpdateManyMutationInputObjectSchema, EmployeePermissionUpdateManyMutationInputObjectZodSchema, EmployeePermissionUpdateManyResultSchema, EmployeePermissionUpdateManySchema, EmployeePermissionUpdateManyZodSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectZodSchema, EmployeePermissionUpdateOneSchema, EmployeePermissionUpdateOneZodSchema, EmployeePermissionUpdateResultSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpsertOneSchema, EmployeePermissionUpsertOneZodSchema, EmployeePermissionUpsertResultSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionWhereInputObjectSchema, EmployeePermissionWhereInputObjectZodSchema, EmployeePermissionWhereUniqueInputObjectSchema, EmployeePermissionWhereUniqueInputObjectZodSchema, type EmployeePureType, EmployeeResultSchema, type EmployeeResultType, type EmployeeRole, EmployeeRoleAggregateResultSchema, EmployeeRoleAggregateSchema, EmployeeRoleAggregateZodSchema, EmployeeRoleArgsObjectSchema, EmployeeRoleArgsObjectZodSchema, EmployeeRoleAssignmentAggregateResultSchema, EmployeeRoleAssignmentAggregateSchema, EmployeeRoleAssignmentAggregateZodSchema, EmployeeRoleAssignmentArgsObjectSchema, EmployeeRoleAssignmentArgsObjectZodSchema, EmployeeRoleAssignmentAvgAggregateInputObjectSchema, EmployeeRoleAssignmentAvgAggregateInputObjectZodSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountAggregateInputObjectSchema, EmployeeRoleAssignmentCountAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountResultSchema, EmployeeRoleAssignmentCountSchema, EmployeeRoleAssignmentCountZodSchema, EmployeeRoleAssignmentCreateInputObjectSchema, EmployeeRoleAssignmentCreateInputObjectZodSchema, EmployeeRoleAssignmentCreateManyAndReturnSchema, EmployeeRoleAssignmentCreateManyAndReturnZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateManyInputObjectSchema, EmployeeRoleAssignmentCreateManyInputObjectZodSchema, EmployeeRoleAssignmentCreateManyResultSchema, EmployeeRoleAssignmentCreateManySchema, EmployeeRoleAssignmentCreateManyZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateOneSchema, EmployeeRoleAssignmentCreateOneZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateResultSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentDeleteManyResultSchema, EmployeeRoleAssignmentDeleteManySchema, EmployeeRoleAssignmentDeleteManyZodSchema, EmployeeRoleAssignmentDeleteOneSchema, EmployeeRoleAssignmentDeleteOneZodSchema, EmployeeRoleAssignmentDeleteResultSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowZodSchema, EmployeeRoleAssignmentFindFirstResultSchema, EmployeeRoleAssignmentFindFirstSchema, EmployeeRoleAssignmentFindFirstSelectSchema, EmployeeRoleAssignmentFindFirstSelectZodSchema, EmployeeRoleAssignmentFindFirstZodSchema, EmployeeRoleAssignmentFindManyResultSchema, EmployeeRoleAssignmentFindManySchema, EmployeeRoleAssignmentFindManySelectSchema, EmployeeRoleAssignmentFindManySelectZodSchema, EmployeeRoleAssignmentFindManyZodSchema, EmployeeRoleAssignmentFindUniqueOrThrowSchema, EmployeeRoleAssignmentFindUniqueOrThrowZodSchema, EmployeeRoleAssignmentFindUniqueResultSchema, EmployeeRoleAssignmentFindUniqueSchema, EmployeeRoleAssignmentFindUniqueZodSchema, EmployeeRoleAssignmentGroupByResultSchema, EmployeeRoleAssignmentGroupBySchema, EmployeeRoleAssignmentGroupByZodSchema, EmployeeRoleAssignmentIncludeObjectSchema, EmployeeRoleAssignmentIncludeObjectZodSchema, EmployeeRoleAssignmentInputSchema, type EmployeeRoleAssignmentInputType, EmployeeRoleAssignmentListRelationFilterObjectSchema, EmployeeRoleAssignmentListRelationFilterObjectZodSchema, EmployeeRoleAssignmentMaxAggregateInputObjectSchema, EmployeeRoleAssignmentMaxAggregateInputObjectZodSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinAggregateInputObjectSchema, EmployeeRoleAssignmentMinAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentModelSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectZodSchema, type EmployeeRoleAssignmentPureType, EmployeeRoleAssignmentResultSchema, type EmployeeRoleAssignmentResultType, type EmployeeRoleAssignmentScalarFieldEnum, EmployeeRoleAssignmentScalarFieldEnumSchema, EmployeeRoleAssignmentScalarWhereInputObjectSchema, EmployeeRoleAssignmentScalarWhereInputObjectZodSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleAssignmentSelectObjectSchema, EmployeeRoleAssignmentSelectObjectZodSchema, EmployeeRoleAssignmentSumAggregateInputObjectSchema, EmployeeRoleAssignmentSumAggregateInputObjectZodSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateInputObjectSchema, EmployeeRoleAssignmentUpdateInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyAndReturnSchema, EmployeeRoleAssignmentUpdateManyAndReturnZodSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyResultSchema, EmployeeRoleAssignmentUpdateManySchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyZodSchema, EmployeeRoleAssignmentUpdateOneSchema, EmployeeRoleAssignmentUpdateOneZodSchema, EmployeeRoleAssignmentUpdateResultSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpsertOneSchema, EmployeeRoleAssignmentUpsertOneZodSchema, EmployeeRoleAssignmentUpsertResultSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentWhereInputObjectSchema, EmployeeRoleAssignmentWhereInputObjectZodSchema, EmployeeRoleAssignmentWhereUniqueInputObjectSchema, EmployeeRoleAssignmentWhereUniqueInputObjectZodSchema, EmployeeRoleAvgAggregateInputObjectSchema, EmployeeRoleAvgAggregateInputObjectZodSchema, EmployeeRoleAvgOrderByAggregateInputObjectSchema, EmployeeRoleAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleCountAggregateInputObjectSchema, EmployeeRoleCountAggregateInputObjectZodSchema, EmployeeRoleCountOrderByAggregateInputObjectSchema, EmployeeRoleCountOrderByAggregateInputObjectZodSchema, EmployeeRoleCountOutputTypeArgsObjectSchema, EmployeeRoleCountOutputTypeArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectZodSchema, EmployeeRoleCountOutputTypeSelectObjectSchema, EmployeeRoleCountOutputTypeSelectObjectZodSchema, EmployeeRoleCountResultSchema, EmployeeRoleCountSchema, EmployeeRoleCountZodSchema, EmployeeRoleCreateInputObjectSchema, EmployeeRoleCreateInputObjectZodSchema, EmployeeRoleCreateManyAndReturnSchema, EmployeeRoleCreateManyAndReturnZodSchema, EmployeeRoleCreateManyInputObjectSchema, EmployeeRoleCreateManyInputObjectZodSchema, EmployeeRoleCreateManyResultSchema, EmployeeRoleCreateManySchema, EmployeeRoleCreateManyZodSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateOneSchema, EmployeeRoleCreateOneZodSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateResultSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateWithoutPermissionsInputObjectSchema, EmployeeRoleCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleDeleteManyResultSchema, EmployeeRoleDeleteManySchema, EmployeeRoleDeleteManyZodSchema, EmployeeRoleDeleteOneSchema, EmployeeRoleDeleteOneZodSchema, EmployeeRoleDeleteResultSchema, EmployeeRoleFindFirstOrThrowSchema, EmployeeRoleFindFirstOrThrowSelectSchema, EmployeeRoleFindFirstOrThrowSelectZodSchema, EmployeeRoleFindFirstOrThrowZodSchema, EmployeeRoleFindFirstResultSchema, EmployeeRoleFindFirstSchema, EmployeeRoleFindFirstSelectSchema, EmployeeRoleFindFirstSelectZodSchema, EmployeeRoleFindFirstZodSchema, EmployeeRoleFindManyResultSchema, EmployeeRoleFindManySchema, EmployeeRoleFindManySelectSchema, EmployeeRoleFindManySelectZodSchema, EmployeeRoleFindManyZodSchema, EmployeeRoleFindUniqueOrThrowSchema, EmployeeRoleFindUniqueOrThrowZodSchema, EmployeeRoleFindUniqueResultSchema, EmployeeRoleFindUniqueSchema, EmployeeRoleFindUniqueZodSchema, EmployeeRoleGroupByResultSchema, EmployeeRoleGroupBySchema, EmployeeRoleGroupByZodSchema, EmployeeRoleIncludeObjectSchema, EmployeeRoleIncludeObjectZodSchema, EmployeeRoleInputSchema, type EmployeeRoleInputType, EmployeeRoleMaxAggregateInputObjectSchema, EmployeeRoleMaxAggregateInputObjectZodSchema, EmployeeRoleMaxOrderByAggregateInputObjectSchema, EmployeeRoleMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleMinAggregateInputObjectSchema, EmployeeRoleMinAggregateInputObjectZodSchema, EmployeeRoleMinOrderByAggregateInputObjectSchema, EmployeeRoleMinOrderByAggregateInputObjectZodSchema, EmployeeRoleModelSchema, EmployeeRoleOrderByWithAggregationInputObjectSchema, EmployeeRoleOrderByWithAggregationInputObjectZodSchema, EmployeeRoleOrderByWithRelationInputObjectSchema, EmployeeRoleOrderByWithRelationInputObjectZodSchema, EmployeeRolePermissionAggregateResultSchema, EmployeeRolePermissionAggregateSchema, EmployeeRolePermissionAggregateZodSchema, EmployeeRolePermissionArgsObjectSchema, EmployeeRolePermissionArgsObjectZodSchema, EmployeeRolePermissionAvgAggregateInputObjectSchema, EmployeeRolePermissionAvgAggregateInputObjectZodSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountAggregateInputObjectSchema, EmployeeRolePermissionCountAggregateInputObjectZodSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountResultSchema, EmployeeRolePermissionCountSchema, EmployeeRolePermissionCountZodSchema, EmployeeRolePermissionCreateInputObjectSchema, EmployeeRolePermissionCreateInputObjectZodSchema, EmployeeRolePermissionCreateManyAndReturnSchema, EmployeeRolePermissionCreateManyAndReturnZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateManyInputObjectSchema, EmployeeRolePermissionCreateManyInputObjectZodSchema, EmployeeRolePermissionCreateManyResultSchema, EmployeeRolePermissionCreateManySchema, EmployeeRolePermissionCreateManyZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateOneSchema, EmployeeRolePermissionCreateOneZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateResultSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionDeleteManyResultSchema, EmployeeRolePermissionDeleteManySchema, EmployeeRolePermissionDeleteManyZodSchema, EmployeeRolePermissionDeleteOneSchema, EmployeeRolePermissionDeleteOneZodSchema, EmployeeRolePermissionDeleteResultSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectZodSchema, EmployeeRolePermissionFindFirstOrThrowSchema, EmployeeRolePermissionFindFirstOrThrowSelectSchema, EmployeeRolePermissionFindFirstOrThrowSelectZodSchema, EmployeeRolePermissionFindFirstOrThrowZodSchema, EmployeeRolePermissionFindFirstResultSchema, EmployeeRolePermissionFindFirstSchema, EmployeeRolePermissionFindFirstSelectSchema, EmployeeRolePermissionFindFirstSelectZodSchema, EmployeeRolePermissionFindFirstZodSchema, EmployeeRolePermissionFindManyResultSchema, EmployeeRolePermissionFindManySchema, EmployeeRolePermissionFindManySelectSchema, EmployeeRolePermissionFindManySelectZodSchema, EmployeeRolePermissionFindManyZodSchema, EmployeeRolePermissionFindUniqueOrThrowSchema, EmployeeRolePermissionFindUniqueOrThrowZodSchema, EmployeeRolePermissionFindUniqueResultSchema, EmployeeRolePermissionFindUniqueSchema, EmployeeRolePermissionFindUniqueZodSchema, EmployeeRolePermissionGroupByResultSchema, EmployeeRolePermissionGroupBySchema, EmployeeRolePermissionGroupByZodSchema, EmployeeRolePermissionIncludeObjectSchema, EmployeeRolePermissionIncludeObjectZodSchema, EmployeeRolePermissionInputSchema, type EmployeeRolePermissionInputType, EmployeeRolePermissionListRelationFilterObjectSchema, EmployeeRolePermissionListRelationFilterObjectZodSchema, EmployeeRolePermissionMaxAggregateInputObjectSchema, EmployeeRolePermissionMaxAggregateInputObjectZodSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionMinAggregateInputObjectSchema, EmployeeRolePermissionMinAggregateInputObjectZodSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionModelSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectZodSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectZodSchema, EmployeeRolePermissionOrderByWithRelationInputObjectSchema, EmployeeRolePermissionOrderByWithRelationInputObjectZodSchema, type EmployeeRolePermissionPureType, EmployeeRolePermissionResultSchema, type EmployeeRolePermissionResultType, type EmployeeRolePermissionScalarFieldEnum, EmployeeRolePermissionScalarFieldEnumSchema, EmployeeRolePermissionScalarWhereInputObjectSchema, EmployeeRolePermissionScalarWhereInputObjectZodSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRolePermissionSelectObjectSchema, EmployeeRolePermissionSelectObjectZodSchema, EmployeeRolePermissionSumAggregateInputObjectSchema, EmployeeRolePermissionSumAggregateInputObjectZodSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateInputObjectSchema, EmployeeRolePermissionUncheckedCreateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateInputObjectSchema, EmployeeRolePermissionUncheckedUpdateInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateInputObjectSchema, EmployeeRolePermissionUpdateInputObjectZodSchema, EmployeeRolePermissionUpdateManyAndReturnSchema, EmployeeRolePermissionUpdateManyAndReturnZodSchema, EmployeeRolePermissionUpdateManyMutationInputObjectSchema, EmployeeRolePermissionUpdateManyMutationInputObjectZodSchema, EmployeeRolePermissionUpdateManyResultSchema, EmployeeRolePermissionUpdateManySchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyZodSchema, EmployeeRolePermissionUpdateOneSchema, EmployeeRolePermissionUpdateOneZodSchema, EmployeeRolePermissionUpdateResultSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpsertOneSchema, EmployeeRolePermissionUpsertOneZodSchema, EmployeeRolePermissionUpsertResultSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionWhereInputObjectSchema, EmployeeRolePermissionWhereInputObjectZodSchema, EmployeeRolePermissionWhereUniqueInputObjectSchema, EmployeeRolePermissionWhereUniqueInputObjectZodSchema, type EmployeeRolePureType, EmployeeRoleResultSchema, type EmployeeRoleResultType, type EmployeeRoleScalarFieldEnum, EmployeeRoleScalarFieldEnumSchema, EmployeeRoleScalarRelationFilterObjectSchema, EmployeeRoleScalarRelationFilterObjectZodSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleSchema, EmployeeRoleSelectObjectSchema, EmployeeRoleSelectObjectZodSchema, EmployeeRoleSumAggregateInputObjectSchema, EmployeeRoleSumAggregateInputObjectZodSchema, EmployeeRoleSumOrderByAggregateInputObjectSchema, EmployeeRoleSumOrderByAggregateInputObjectZodSchema, EmployeeRoleUncheckedCreateInputObjectSchema, EmployeeRoleUncheckedCreateInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUncheckedUpdateInputObjectSchema, EmployeeRoleUncheckedUpdateInputObjectZodSchema, EmployeeRoleUncheckedUpdateManyInputObjectSchema, EmployeeRoleUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateInputObjectSchema, EmployeeRoleUpdateInputObjectZodSchema, EmployeeRoleUpdateManyAndReturnSchema, EmployeeRoleUpdateManyAndReturnZodSchema, EmployeeRoleUpdateManyMutationInputObjectSchema, EmployeeRoleUpdateManyMutationInputObjectZodSchema, EmployeeRoleUpdateManyResultSchema, EmployeeRoleUpdateManySchema, EmployeeRoleUpdateManyZodSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectZodSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectZodSchema, EmployeeRoleUpdateOneSchema, EmployeeRoleUpdateOneZodSchema, EmployeeRoleUpdateResultSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpsertOneSchema, EmployeeRoleUpsertOneZodSchema, EmployeeRoleUpsertResultSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectZodSchema, EmployeeRoleWhereInputObjectSchema, EmployeeRoleWhereInputObjectZodSchema, EmployeeRoleWhereUniqueInputObjectSchema, EmployeeRoleWhereUniqueInputObjectZodSchema, type EmployeeScalarFieldEnum, EmployeeScalarFieldEnumSchema, EmployeeScalarRelationFilterObjectSchema, EmployeeScalarRelationFilterObjectZodSchema, EmployeeScalarWhereInputObjectSchema, EmployeeScalarWhereInputObjectZodSchema, EmployeeScalarWhereWithAggregatesInputObjectSchema, EmployeeScalarWhereWithAggregatesInputObjectZodSchema, EmployeeSchema, EmployeeSelectObjectSchema, EmployeeSelectObjectZodSchema, EmployeeSumAggregateInputObjectSchema, EmployeeSumAggregateInputObjectZodSchema, EmployeeSumOrderByAggregateInputObjectSchema, EmployeeSumOrderByAggregateInputObjectZodSchema, EmployeeUncheckedCreateInputObjectSchema, EmployeeUncheckedCreateInputObjectZodSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateInputObjectSchema, EmployeeUncheckedUpdateInputObjectZodSchema, EmployeeUncheckedUpdateManyInputObjectSchema, EmployeeUncheckedUpdateManyInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpdateInputObjectSchema, EmployeeUpdateInputObjectZodSchema, EmployeeUpdateManyAndReturnSchema, EmployeeUpdateManyAndReturnZodSchema, EmployeeUpdateManyMutationInputObjectSchema, EmployeeUpdateManyMutationInputObjectZodSchema, EmployeeUpdateManyResultSchema, EmployeeUpdateManySchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectSchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectZodSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUpdateManyZodSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectZodSchema, EmployeeUpdateOneSchema, EmployeeUpdateOneZodSchema, EmployeeUpdateResultSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithoutWarehouseInputObjectSchema, EmployeeUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpsertOneSchema, EmployeeUpsertOneZodSchema, EmployeeUpsertResultSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectZodSchema, EmployeeWhereInputObjectSchema, EmployeeWhereInputObjectZodSchema, EmployeeWhereUniqueInputObjectSchema, EmployeeWhereUniqueInputObjectZodSchema, IntFieldUpdateOperationsInputObjectSchema, IntFieldUpdateOperationsInputObjectZodSchema, IntFilterObjectSchema, IntFilterObjectZodSchema, IntNullableFilterObjectSchema, IntNullableFilterObjectZodSchema, IntNullableWithAggregatesFilterObjectSchema, IntNullableWithAggregatesFilterObjectZodSchema, IntWithAggregatesFilterObjectSchema, IntWithAggregatesFilterObjectZodSchema, type JwtPayload, type Locality, LocalityAggregateResultSchema, LocalityAggregateSchema, LocalityAggregateZodSchema, LocalityArgsObjectSchema, LocalityArgsObjectZodSchema, LocalityAvgAggregateInputObjectSchema, LocalityAvgAggregateInputObjectZodSchema, LocalityAvgOrderByAggregateInputObjectSchema, LocalityAvgOrderByAggregateInputObjectZodSchema, LocalityCountAggregateInputObjectSchema, LocalityCountAggregateInputObjectZodSchema, LocalityCountOrderByAggregateInputObjectSchema, LocalityCountOrderByAggregateInputObjectZodSchema, LocalityCountOutputTypeArgsObjectSchema, LocalityCountOutputTypeArgsObjectZodSchema, LocalityCountOutputTypeCountWarehousesArgsObjectSchema, LocalityCountOutputTypeCountWarehousesArgsObjectZodSchema, LocalityCountOutputTypeSelectObjectSchema, LocalityCountOutputTypeSelectObjectZodSchema, LocalityCountResultSchema, LocalityCountSchema, LocalityCountZodSchema, LocalityCreateInputObjectSchema, LocalityCreateInputObjectZodSchema, LocalityCreateManyAndReturnSchema, LocalityCreateManyAndReturnZodSchema, LocalityCreateManyCountryInputEnvelopeObjectSchema, LocalityCreateManyCountryInputEnvelopeObjectZodSchema, LocalityCreateManyCountryInputObjectSchema, LocalityCreateManyCountryInputObjectZodSchema, LocalityCreateManyInputObjectSchema, LocalityCreateManyInputObjectZodSchema, LocalityCreateManyResultSchema, LocalityCreateManySchema, LocalityCreateManyZodSchema, LocalityCreateNestedManyWithoutCountryInputObjectSchema, LocalityCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectZodSchema, LocalityCreateOneSchema, LocalityCreateOneZodSchema, LocalityCreateOrConnectWithoutCountryInputObjectSchema, LocalityCreateOrConnectWithoutCountryInputObjectZodSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectZodSchema, LocalityCreateResultSchema, LocalityCreateWithoutCountryInputObjectSchema, LocalityCreateWithoutCountryInputObjectZodSchema, LocalityCreateWithoutWarehousesInputObjectSchema, LocalityCreateWithoutWarehousesInputObjectZodSchema, LocalityDeleteManyResultSchema, LocalityDeleteManySchema, LocalityDeleteManyZodSchema, LocalityDeleteOneSchema, LocalityDeleteOneZodSchema, LocalityDeleteResultSchema, LocalityFindFirstOrThrowSchema, LocalityFindFirstOrThrowSelectSchema, LocalityFindFirstOrThrowSelectZodSchema, LocalityFindFirstOrThrowZodSchema, LocalityFindFirstResultSchema, LocalityFindFirstSchema, LocalityFindFirstSelectSchema, LocalityFindFirstSelectZodSchema, LocalityFindFirstZodSchema, LocalityFindManyResultSchema, LocalityFindManySchema, LocalityFindManySelectSchema, LocalityFindManySelectZodSchema, LocalityFindManyZodSchema, LocalityFindUniqueOrThrowSchema, LocalityFindUniqueOrThrowZodSchema, LocalityFindUniqueResultSchema, LocalityFindUniqueSchema, LocalityFindUniqueZodSchema, LocalityGroupByResultSchema, LocalityGroupBySchema, LocalityGroupByZodSchema, LocalityIncludeObjectSchema, LocalityIncludeObjectZodSchema, LocalityInputSchema, type LocalityInputType, LocalityListRelationFilterObjectSchema, LocalityListRelationFilterObjectZodSchema, LocalityMaxAggregateInputObjectSchema, LocalityMaxAggregateInputObjectZodSchema, LocalityMaxOrderByAggregateInputObjectSchema, LocalityMaxOrderByAggregateInputObjectZodSchema, LocalityMinAggregateInputObjectSchema, LocalityMinAggregateInputObjectZodSchema, LocalityMinOrderByAggregateInputObjectSchema, LocalityMinOrderByAggregateInputObjectZodSchema, LocalityModelSchema, LocalityOrderByRelationAggregateInputObjectSchema, LocalityOrderByRelationAggregateInputObjectZodSchema, LocalityOrderByWithAggregationInputObjectSchema, LocalityOrderByWithAggregationInputObjectZodSchema, LocalityOrderByWithRelationInputObjectSchema, LocalityOrderByWithRelationInputObjectZodSchema, type LocalityPureType, LocalityResultSchema, type LocalityResultType, type LocalityScalarFieldEnum, LocalityScalarFieldEnumSchema, LocalityScalarRelationFilterObjectSchema, LocalityScalarRelationFilterObjectZodSchema, LocalityScalarWhereInputObjectSchema, LocalityScalarWhereInputObjectZodSchema, LocalityScalarWhereWithAggregatesInputObjectSchema, LocalityScalarWhereWithAggregatesInputObjectZodSchema, LocalitySchema, LocalitySelectObjectSchema, LocalitySelectObjectZodSchema, LocalitySumAggregateInputObjectSchema, LocalitySumAggregateInputObjectZodSchema, LocalitySumOrderByAggregateInputObjectSchema, LocalitySumOrderByAggregateInputObjectZodSchema, LocalityUncheckedCreateInputObjectSchema, LocalityUncheckedCreateInputObjectZodSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutCountryInputObjectSchema, LocalityUncheckedCreateWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectZodSchema, LocalityUncheckedUpdateInputObjectSchema, LocalityUncheckedUpdateInputObjectZodSchema, LocalityUncheckedUpdateManyInputObjectSchema, LocalityUncheckedUpdateManyInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUncheckedUpdateWithoutCountryInputObjectSchema, LocalityUncheckedUpdateWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpdateInputObjectSchema, LocalityUpdateInputObjectZodSchema, LocalityUpdateManyAndReturnSchema, LocalityUpdateManyAndReturnZodSchema, LocalityUpdateManyMutationInputObjectSchema, LocalityUpdateManyMutationInputObjectZodSchema, LocalityUpdateManyResultSchema, LocalityUpdateManySchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectSchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectZodSchema, LocalityUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUpdateManyZodSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, LocalityUpdateOneSchema, LocalityUpdateOneZodSchema, LocalityUpdateResultSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutCountryInputObjectSchema, LocalityUpdateWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutWarehousesInputObjectSchema, LocalityUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpsertOneSchema, LocalityUpsertOneZodSchema, LocalityUpsertResultSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpsertWithoutWarehousesInputObjectSchema, LocalityUpsertWithoutWarehousesInputObjectZodSchema, LocalityWhereInputObjectSchema, LocalityWhereInputObjectZodSchema, LocalityWhereUniqueInputObjectSchema, LocalityWhereUniqueInputObjectZodSchema, type LoginDto, LoginSchema, NestedBoolFilterObjectSchema, NestedBoolFilterObjectZodSchema, NestedBoolWithAggregatesFilterObjectSchema, NestedBoolWithAggregatesFilterObjectZodSchema, NestedDateTimeFilterObjectSchema, NestedDateTimeFilterObjectZodSchema, NestedDateTimeNullableFilterObjectSchema, NestedDateTimeNullableFilterObjectZodSchema, NestedDateTimeNullableWithAggregatesFilterObjectSchema, NestedDateTimeNullableWithAggregatesFilterObjectZodSchema, NestedDateTimeWithAggregatesFilterObjectSchema, NestedDateTimeWithAggregatesFilterObjectZodSchema, NestedFloatFilterObjectSchema, NestedFloatFilterObjectZodSchema, NestedFloatNullableFilterObjectSchema, NestedFloatNullableFilterObjectZodSchema, NestedIntFilterObjectSchema, NestedIntFilterObjectZodSchema, NestedIntNullableFilterObjectSchema, NestedIntNullableFilterObjectZodSchema, NestedIntNullableWithAggregatesFilterObjectSchema, NestedIntNullableWithAggregatesFilterObjectZodSchema, NestedIntWithAggregatesFilterObjectSchema, NestedIntWithAggregatesFilterObjectZodSchema, NestedStringFilterObjectSchema, NestedStringFilterObjectZodSchema, NestedStringNullableFilterObjectSchema, NestedStringNullableFilterObjectZodSchema, NestedStringNullableWithAggregatesFilterObjectSchema, NestedStringNullableWithAggregatesFilterObjectZodSchema, NestedStringWithAggregatesFilterObjectSchema, NestedStringWithAggregatesFilterObjectZodSchema, NestedUuidFilterObjectSchema, NestedUuidFilterObjectZodSchema, NestedUuidWithAggregatesFilterObjectSchema, NestedUuidWithAggregatesFilterObjectZodSchema, NullableDateTimeFieldUpdateOperationsInputObjectSchema, NullableDateTimeFieldUpdateOperationsInputObjectZodSchema, NullableIntFieldUpdateOperationsInputObjectSchema, NullableIntFieldUpdateOperationsInputObjectZodSchema, NullableStringFieldUpdateOperationsInputObjectSchema, NullableStringFieldUpdateOperationsInputObjectZodSchema, type NullsOrder, NullsOrderSchema, type Organization, OrganizationAggregateResultSchema, OrganizationAggregateSchema, OrganizationAggregateZodSchema, OrganizationArgsObjectSchema, OrganizationArgsObjectZodSchema, OrganizationAvgAggregateInputObjectSchema, OrganizationAvgAggregateInputObjectZodSchema, OrganizationAvgOrderByAggregateInputObjectSchema, OrganizationAvgOrderByAggregateInputObjectZodSchema, OrganizationCountAggregateInputObjectSchema, OrganizationCountAggregateInputObjectZodSchema, OrganizationCountOrderByAggregateInputObjectSchema, OrganizationCountOrderByAggregateInputObjectZodSchema, OrganizationCountOutputTypeArgsObjectSchema, OrganizationCountOutputTypeArgsObjectZodSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectZodSchema, OrganizationCountOutputTypeSelectObjectSchema, OrganizationCountOutputTypeSelectObjectZodSchema, OrganizationCountResultSchema, OrganizationCountSchema, OrganizationCountZodSchema, OrganizationCreateInputObjectSchema, OrganizationCreateInputObjectZodSchema, OrganizationCreateManyAndReturnSchema, OrganizationCreateManyAndReturnZodSchema, OrganizationCreateManyInputObjectSchema, OrganizationCreateManyInputObjectZodSchema, OrganizationCreateManyResultSchema, OrganizationCreateManySchema, OrganizationCreateManyZodSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectZodSchema, OrganizationCreateOneSchema, OrganizationCreateOneZodSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectZodSchema, OrganizationCreateResultSchema, OrganizationCreateWithoutWarehousesInputObjectSchema, OrganizationCreateWithoutWarehousesInputObjectZodSchema, OrganizationDeleteManyResultSchema, OrganizationDeleteManySchema, OrganizationDeleteManyZodSchema, OrganizationDeleteOneSchema, OrganizationDeleteOneZodSchema, OrganizationDeleteResultSchema, OrganizationFindFirstOrThrowSchema, OrganizationFindFirstOrThrowSelectSchema, OrganizationFindFirstOrThrowSelectZodSchema, OrganizationFindFirstOrThrowZodSchema, OrganizationFindFirstResultSchema, OrganizationFindFirstSchema, OrganizationFindFirstSelectSchema, OrganizationFindFirstSelectZodSchema, OrganizationFindFirstZodSchema, OrganizationFindManyResultSchema, OrganizationFindManySchema, OrganizationFindManySelectSchema, OrganizationFindManySelectZodSchema, OrganizationFindManyZodSchema, OrganizationFindUniqueOrThrowSchema, OrganizationFindUniqueOrThrowZodSchema, OrganizationFindUniqueResultSchema, OrganizationFindUniqueSchema, OrganizationFindUniqueZodSchema, OrganizationGroupByResultSchema, OrganizationGroupBySchema, OrganizationGroupByZodSchema, OrganizationIncludeObjectSchema, OrganizationIncludeObjectZodSchema, OrganizationInputSchema, type OrganizationInputType, OrganizationMaxAggregateInputObjectSchema, OrganizationMaxAggregateInputObjectZodSchema, OrganizationMaxOrderByAggregateInputObjectSchema, OrganizationMaxOrderByAggregateInputObjectZodSchema, OrganizationMinAggregateInputObjectSchema, OrganizationMinAggregateInputObjectZodSchema, OrganizationMinOrderByAggregateInputObjectSchema, OrganizationMinOrderByAggregateInputObjectZodSchema, OrganizationModelSchema, OrganizationOrderByWithAggregationInputObjectSchema, OrganizationOrderByWithAggregationInputObjectZodSchema, OrganizationOrderByWithRelationInputObjectSchema, OrganizationOrderByWithRelationInputObjectZodSchema, type OrganizationPureType, OrganizationResultSchema, type OrganizationResultType, type OrganizationScalarFieldEnum, OrganizationScalarFieldEnumSchema, OrganizationScalarRelationFilterObjectSchema, OrganizationScalarRelationFilterObjectZodSchema, OrganizationScalarWhereWithAggregatesInputObjectSchema, OrganizationScalarWhereWithAggregatesInputObjectZodSchema, OrganizationSchema, OrganizationSelectObjectSchema, OrganizationSelectObjectZodSchema, type OrganizationStats, OrganizationSumAggregateInputObjectSchema, OrganizationSumAggregateInputObjectZodSchema, OrganizationSumOrderByAggregateInputObjectSchema, OrganizationSumOrderByAggregateInputObjectZodSchema, OrganizationUncheckedCreateInputObjectSchema, OrganizationUncheckedCreateInputObjectZodSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectZodSchema, OrganizationUncheckedUpdateInputObjectSchema, OrganizationUncheckedUpdateInputObjectZodSchema, OrganizationUncheckedUpdateManyInputObjectSchema, OrganizationUncheckedUpdateManyInputObjectZodSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpdateInputObjectSchema, OrganizationUpdateInputObjectZodSchema, OrganizationUpdateManyAndReturnSchema, OrganizationUpdateManyAndReturnZodSchema, OrganizationUpdateManyMutationInputObjectSchema, OrganizationUpdateManyMutationInputObjectZodSchema, OrganizationUpdateManyResultSchema, OrganizationUpdateManySchema, OrganizationUpdateManyZodSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, OrganizationUpdateOneSchema, OrganizationUpdateOneZodSchema, OrganizationUpdateResultSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, OrganizationUpdateWithoutWarehousesInputObjectSchema, OrganizationUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpsertOneSchema, OrganizationUpsertOneZodSchema, OrganizationUpsertResultSchema, OrganizationUpsertWithoutWarehousesInputObjectSchema, OrganizationUpsertWithoutWarehousesInputObjectZodSchema, OrganizationWhereInputObjectSchema, OrganizationWhereInputObjectZodSchema, OrganizationWhereUniqueInputObjectSchema, OrganizationWhereUniqueInputObjectZodSchema, type Paginated, type PaginationQuery, PaginationQuerySchema, type Permission, type QueryMode, QueryModeSchema, type Role, RolePermissionItemSchema, RoleSchema, ServerSettingsAggregateResultSchema, ServerSettingsAggregateSchema, ServerSettingsAggregateZodSchema, ServerSettingsArgsObjectSchema, ServerSettingsArgsObjectZodSchema, ServerSettingsAvgAggregateInputObjectSchema, ServerSettingsAvgAggregateInputObjectZodSchema, ServerSettingsAvgOrderByAggregateInputObjectSchema, ServerSettingsAvgOrderByAggregateInputObjectZodSchema, ServerSettingsCountAggregateInputObjectSchema, ServerSettingsCountAggregateInputObjectZodSchema, ServerSettingsCountOrderByAggregateInputObjectSchema, ServerSettingsCountOrderByAggregateInputObjectZodSchema, ServerSettingsCountResultSchema, ServerSettingsCountSchema, ServerSettingsCountZodSchema, ServerSettingsCreateInputObjectSchema, ServerSettingsCreateInputObjectZodSchema, ServerSettingsCreateManyAndReturnSchema, ServerSettingsCreateManyAndReturnZodSchema, ServerSettingsCreateManyInputObjectSchema, ServerSettingsCreateManyInputObjectZodSchema, ServerSettingsCreateManyResultSchema, ServerSettingsCreateManySchema, ServerSettingsCreateManyZodSchema, ServerSettingsCreateOneSchema, ServerSettingsCreateOneZodSchema, ServerSettingsCreateResultSchema, ServerSettingsDeleteManyResultSchema, ServerSettingsDeleteManySchema, ServerSettingsDeleteManyZodSchema, ServerSettingsDeleteOneSchema, ServerSettingsDeleteOneZodSchema, ServerSettingsDeleteResultSchema, ServerSettingsFindFirstOrThrowSchema, ServerSettingsFindFirstOrThrowSelectSchema, ServerSettingsFindFirstOrThrowSelectZodSchema, ServerSettingsFindFirstOrThrowZodSchema, ServerSettingsFindFirstResultSchema, ServerSettingsFindFirstSchema, ServerSettingsFindFirstSelectSchema, ServerSettingsFindFirstSelectZodSchema, ServerSettingsFindFirstZodSchema, ServerSettingsFindManyResultSchema, ServerSettingsFindManySchema, ServerSettingsFindManySelectSchema, ServerSettingsFindManySelectZodSchema, ServerSettingsFindManyZodSchema, ServerSettingsFindUniqueOrThrowSchema, ServerSettingsFindUniqueOrThrowZodSchema, ServerSettingsFindUniqueResultSchema, ServerSettingsFindUniqueSchema, ServerSettingsFindUniqueZodSchema, ServerSettingsGroupByResultSchema, ServerSettingsGroupBySchema, ServerSettingsGroupByZodSchema, ServerSettingsInputSchema, type ServerSettingsInputType, ServerSettingsMaxAggregateInputObjectSchema, ServerSettingsMaxAggregateInputObjectZodSchema, ServerSettingsMaxOrderByAggregateInputObjectSchema, ServerSettingsMaxOrderByAggregateInputObjectZodSchema, ServerSettingsMinAggregateInputObjectSchema, ServerSettingsMinAggregateInputObjectZodSchema, ServerSettingsMinOrderByAggregateInputObjectSchema, ServerSettingsMinOrderByAggregateInputObjectZodSchema, ServerSettingsModelSchema, ServerSettingsOrderByWithAggregationInputObjectSchema, ServerSettingsOrderByWithAggregationInputObjectZodSchema, ServerSettingsOrderByWithRelationInputObjectSchema, ServerSettingsOrderByWithRelationInputObjectZodSchema, type ServerSettingsPureType, ServerSettingsResultSchema, type ServerSettingsResultType, type ServerSettingsScalarFieldEnum, ServerSettingsScalarFieldEnumSchema, ServerSettingsScalarWhereWithAggregatesInputObjectSchema, ServerSettingsScalarWhereWithAggregatesInputObjectZodSchema, ServerSettingsSelectObjectSchema, ServerSettingsSelectObjectZodSchema, ServerSettingsSumAggregateInputObjectSchema, ServerSettingsSumAggregateInputObjectZodSchema, ServerSettingsSumOrderByAggregateInputObjectSchema, ServerSettingsSumOrderByAggregateInputObjectZodSchema, ServerSettingsUncheckedCreateInputObjectSchema, ServerSettingsUncheckedCreateInputObjectZodSchema, ServerSettingsUncheckedUpdateInputObjectSchema, ServerSettingsUncheckedUpdateInputObjectZodSchema, ServerSettingsUncheckedUpdateManyInputObjectSchema, ServerSettingsUncheckedUpdateManyInputObjectZodSchema, ServerSettingsUpdateInputObjectSchema, ServerSettingsUpdateInputObjectZodSchema, ServerSettingsUpdateManyAndReturnSchema, ServerSettingsUpdateManyAndReturnZodSchema, ServerSettingsUpdateManyMutationInputObjectSchema, ServerSettingsUpdateManyMutationInputObjectZodSchema, ServerSettingsUpdateManyResultSchema, ServerSettingsUpdateManySchema, ServerSettingsUpdateManyZodSchema, ServerSettingsUpdateOneSchema, ServerSettingsUpdateOneZodSchema, ServerSettingsUpdateResultSchema, ServerSettingsUpsertOneSchema, ServerSettingsUpsertOneZodSchema, ServerSettingsUpsertResultSchema, ServerSettingsWhereInputObjectSchema, ServerSettingsWhereInputObjectZodSchema, ServerSettingsWhereUniqueInputObjectSchema, ServerSettingsWhereUniqueInputObjectZodSchema, type SetupInitDto, SetupInitSchema, type SetupStatusResponse, type SortOrder, SortOrderInputObjectSchema, SortOrderInputObjectZodSchema, SortOrderSchema, StringFieldUpdateOperationsInputObjectSchema, StringFieldUpdateOperationsInputObjectZodSchema, StringFilterObjectSchema, StringFilterObjectZodSchema, StringNullableFilterObjectSchema, StringNullableFilterObjectZodSchema, StringNullableWithAggregatesFilterObjectSchema, StringNullableWithAggregatesFilterObjectZodSchema, StringWithAggregatesFilterObjectSchema, StringWithAggregatesFilterObjectZodSchema, type TransactionIsolationLevel, TransactionIsolationLevelSchema, type UpdateEmployeeDto, UpdateEmployeeSchema, type UpdateOrganizationDto, UpdateOrganizationSchema, type UpdateOwnPasswordDto, UpdateOwnPasswordSchema, type UpdateOwnProfileDto, UpdateOwnProfileSchema, type UpdateRoleDto, UpdateRoleSchema, type UpdateWarehouseDto, UpdateWarehouseSchema, UuidFilterObjectSchema, UuidFilterObjectZodSchema, UuidWithAggregatesFilterObjectSchema, UuidWithAggregatesFilterObjectZodSchema, type Warehouse, WarehouseAggregateResultSchema, WarehouseAggregateSchema, WarehouseAggregateZodSchema, WarehouseArgsObjectSchema, WarehouseArgsObjectZodSchema, WarehouseAvgAggregateInputObjectSchema, WarehouseAvgAggregateInputObjectZodSchema, WarehouseAvgOrderByAggregateInputObjectSchema, WarehouseAvgOrderByAggregateInputObjectZodSchema, WarehouseCountAggregateInputObjectSchema, WarehouseCountAggregateInputObjectZodSchema, WarehouseCountOrderByAggregateInputObjectSchema, WarehouseCountOrderByAggregateInputObjectZodSchema, WarehouseCountOutputTypeArgsObjectSchema, WarehouseCountOutputTypeArgsObjectZodSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectZodSchema, WarehouseCountOutputTypeSelectObjectSchema, WarehouseCountOutputTypeSelectObjectZodSchema, WarehouseCountResultSchema, WarehouseCountSchema, WarehouseCountZodSchema, WarehouseCreateInputObjectSchema, WarehouseCreateInputObjectZodSchema, WarehouseCreateManyAndReturnSchema, WarehouseCreateManyAndReturnZodSchema, WarehouseCreateManyInputObjectSchema, WarehouseCreateManyInputObjectZodSchema, WarehouseCreateManyLocalityInputEnvelopeObjectSchema, WarehouseCreateManyLocalityInputEnvelopeObjectZodSchema, WarehouseCreateManyLocalityInputObjectSchema, WarehouseCreateManyLocalityInputObjectZodSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectZodSchema, WarehouseCreateManyOrganizationInputObjectSchema, WarehouseCreateManyOrganizationInputObjectZodSchema, WarehouseCreateManyResultSchema, WarehouseCreateManySchema, WarehouseCreateManyZodSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectZodSchema, WarehouseCreateOneSchema, WarehouseCreateOneZodSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectZodSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectZodSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectZodSchema, WarehouseCreateResultSchema, WarehouseCreateWithoutEmployeesInputObjectSchema, WarehouseCreateWithoutEmployeesInputObjectZodSchema, WarehouseCreateWithoutLocalityInputObjectSchema, WarehouseCreateWithoutLocalityInputObjectZodSchema, WarehouseCreateWithoutOrganizationInputObjectSchema, WarehouseCreateWithoutOrganizationInputObjectZodSchema, WarehouseDeleteManyResultSchema, WarehouseDeleteManySchema, WarehouseDeleteManyZodSchema, WarehouseDeleteOneSchema, WarehouseDeleteOneZodSchema, WarehouseDeleteResultSchema, WarehouseFindFirstOrThrowSchema, WarehouseFindFirstOrThrowSelectSchema, WarehouseFindFirstOrThrowSelectZodSchema, WarehouseFindFirstOrThrowZodSchema, WarehouseFindFirstResultSchema, WarehouseFindFirstSchema, WarehouseFindFirstSelectSchema, WarehouseFindFirstSelectZodSchema, WarehouseFindFirstZodSchema, WarehouseFindManyResultSchema, WarehouseFindManySchema, WarehouseFindManySelectSchema, WarehouseFindManySelectZodSchema, WarehouseFindManyZodSchema, WarehouseFindUniqueOrThrowSchema, WarehouseFindUniqueOrThrowZodSchema, WarehouseFindUniqueResultSchema, WarehouseFindUniqueSchema, WarehouseFindUniqueZodSchema, WarehouseGroupByResultSchema, WarehouseGroupBySchema, WarehouseGroupByZodSchema, WarehouseIncludeObjectSchema, WarehouseIncludeObjectZodSchema, WarehouseInputSchema, type WarehouseInputType, WarehouseListRelationFilterObjectSchema, WarehouseListRelationFilterObjectZodSchema, WarehouseMaxAggregateInputObjectSchema, WarehouseMaxAggregateInputObjectZodSchema, WarehouseMaxOrderByAggregateInputObjectSchema, WarehouseMaxOrderByAggregateInputObjectZodSchema, WarehouseMinAggregateInputObjectSchema, WarehouseMinAggregateInputObjectZodSchema, WarehouseMinOrderByAggregateInputObjectSchema, WarehouseMinOrderByAggregateInputObjectZodSchema, WarehouseModelSchema, WarehouseNullableScalarRelationFilterObjectSchema, WarehouseNullableScalarRelationFilterObjectZodSchema, WarehouseOrderByRelationAggregateInputObjectSchema, WarehouseOrderByRelationAggregateInputObjectZodSchema, WarehouseOrderByWithAggregationInputObjectSchema, WarehouseOrderByWithAggregationInputObjectZodSchema, WarehouseOrderByWithRelationInputObjectSchema, WarehouseOrderByWithRelationInputObjectZodSchema, type WarehousePureType, WarehouseResultSchema, type WarehouseResultType, type WarehouseScalarFieldEnum, WarehouseScalarFieldEnumSchema, WarehouseScalarWhereInputObjectSchema, WarehouseScalarWhereInputObjectZodSchema, WarehouseScalarWhereWithAggregatesInputObjectSchema, WarehouseScalarWhereWithAggregatesInputObjectZodSchema, WarehouseSchema, WarehouseSelectObjectSchema, WarehouseSelectObjectZodSchema, WarehouseSumAggregateInputObjectSchema, WarehouseSumAggregateInputObjectZodSchema, WarehouseSumOrderByAggregateInputObjectSchema, WarehouseSumOrderByAggregateInputObjectZodSchema, WarehouseUncheckedCreateInputObjectSchema, WarehouseUncheckedCreateInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateInputObjectSchema, WarehouseUncheckedUpdateInputObjectZodSchema, WarehouseUncheckedUpdateManyInputObjectSchema, WarehouseUncheckedUpdateManyInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpdateInputObjectSchema, WarehouseUpdateInputObjectZodSchema, WarehouseUpdateManyAndReturnSchema, WarehouseUpdateManyAndReturnZodSchema, WarehouseUpdateManyMutationInputObjectSchema, WarehouseUpdateManyMutationInputObjectZodSchema, WarehouseUpdateManyResultSchema, WarehouseUpdateManySchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectSchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectZodSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectZodSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUpdateManyZodSchema, WarehouseUpdateOneSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectZodSchema, WarehouseUpdateOneZodSchema, WarehouseUpdateResultSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpdateWithoutEmployeesInputObjectSchema, WarehouseUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithoutLocalityInputObjectSchema, WarehouseUpdateWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithoutOrganizationInputObjectSchema, WarehouseUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpsertOneSchema, WarehouseUpsertOneZodSchema, WarehouseUpsertResultSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpsertWithoutEmployeesInputObjectSchema, WarehouseUpsertWithoutEmployeesInputObjectZodSchema, WarehouseWhereInputObjectSchema, WarehouseWhereInputObjectZodSchema, WarehouseWhereUniqueInputObjectSchema, WarehouseWhereUniqueInputObjectZodSchema };
|
|
22169
|
+
declare const CharacteristicSchema: z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
22170
|
+
key: z$1.ZodString;
|
|
22171
|
+
label: z$1.ZodString;
|
|
22172
|
+
type: z$1.ZodLiteral<"number">;
|
|
22173
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22174
|
+
validation: z$1.ZodOptional<z$1.ZodObject<{
|
|
22175
|
+
min: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22176
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22177
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22178
|
+
min?: number | undefined;
|
|
22179
|
+
max?: number | undefined;
|
|
22180
|
+
}, {
|
|
22181
|
+
min?: number | undefined;
|
|
22182
|
+
max?: number | undefined;
|
|
22183
|
+
}>>;
|
|
22184
|
+
ui: z$1.ZodOptional<z$1.ZodObject<{
|
|
22185
|
+
suffix: z$1.ZodOptional<z$1.ZodString>;
|
|
22186
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22187
|
+
suffix?: string | undefined;
|
|
22188
|
+
}, {
|
|
22189
|
+
suffix?: string | undefined;
|
|
22190
|
+
}>>;
|
|
22191
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22192
|
+
type: "number";
|
|
22193
|
+
key: string;
|
|
22194
|
+
label: string;
|
|
22195
|
+
required: boolean;
|
|
22196
|
+
validation?: {
|
|
22197
|
+
min?: number | undefined;
|
|
22198
|
+
max?: number | undefined;
|
|
22199
|
+
} | undefined;
|
|
22200
|
+
ui?: {
|
|
22201
|
+
suffix?: string | undefined;
|
|
22202
|
+
} | undefined;
|
|
22203
|
+
}, {
|
|
22204
|
+
type: "number";
|
|
22205
|
+
key: string;
|
|
22206
|
+
label: string;
|
|
22207
|
+
validation?: {
|
|
22208
|
+
min?: number | undefined;
|
|
22209
|
+
max?: number | undefined;
|
|
22210
|
+
} | undefined;
|
|
22211
|
+
required?: boolean | undefined;
|
|
22212
|
+
ui?: {
|
|
22213
|
+
suffix?: string | undefined;
|
|
22214
|
+
} | undefined;
|
|
22215
|
+
}>, z$1.ZodObject<{
|
|
22216
|
+
key: z$1.ZodString;
|
|
22217
|
+
label: z$1.ZodString;
|
|
22218
|
+
type: z$1.ZodLiteral<"select">;
|
|
22219
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22220
|
+
options: z$1.ZodArray<z$1.ZodObject<{
|
|
22221
|
+
label: z$1.ZodString;
|
|
22222
|
+
value: z$1.ZodString;
|
|
22223
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22224
|
+
value: string;
|
|
22225
|
+
label: string;
|
|
22226
|
+
}, {
|
|
22227
|
+
value: string;
|
|
22228
|
+
label: string;
|
|
22229
|
+
}>, "many">;
|
|
22230
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22231
|
+
options: {
|
|
22232
|
+
value: string;
|
|
22233
|
+
label: string;
|
|
22234
|
+
}[];
|
|
22235
|
+
type: "select";
|
|
22236
|
+
key: string;
|
|
22237
|
+
label: string;
|
|
22238
|
+
required: boolean;
|
|
22239
|
+
}, {
|
|
22240
|
+
options: {
|
|
22241
|
+
value: string;
|
|
22242
|
+
label: string;
|
|
22243
|
+
}[];
|
|
22244
|
+
type: "select";
|
|
22245
|
+
key: string;
|
|
22246
|
+
label: string;
|
|
22247
|
+
required?: boolean | undefined;
|
|
22248
|
+
}>]>;
|
|
22249
|
+
declare const CharacteristicsSchemeSchema: z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
22250
|
+
key: z$1.ZodString;
|
|
22251
|
+
label: z$1.ZodString;
|
|
22252
|
+
type: z$1.ZodLiteral<"number">;
|
|
22253
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22254
|
+
validation: z$1.ZodOptional<z$1.ZodObject<{
|
|
22255
|
+
min: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22256
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22257
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22258
|
+
min?: number | undefined;
|
|
22259
|
+
max?: number | undefined;
|
|
22260
|
+
}, {
|
|
22261
|
+
min?: number | undefined;
|
|
22262
|
+
max?: number | undefined;
|
|
22263
|
+
}>>;
|
|
22264
|
+
ui: z$1.ZodOptional<z$1.ZodObject<{
|
|
22265
|
+
suffix: z$1.ZodOptional<z$1.ZodString>;
|
|
22266
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22267
|
+
suffix?: string | undefined;
|
|
22268
|
+
}, {
|
|
22269
|
+
suffix?: string | undefined;
|
|
22270
|
+
}>>;
|
|
22271
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22272
|
+
type: "number";
|
|
22273
|
+
key: string;
|
|
22274
|
+
label: string;
|
|
22275
|
+
required: boolean;
|
|
22276
|
+
validation?: {
|
|
22277
|
+
min?: number | undefined;
|
|
22278
|
+
max?: number | undefined;
|
|
22279
|
+
} | undefined;
|
|
22280
|
+
ui?: {
|
|
22281
|
+
suffix?: string | undefined;
|
|
22282
|
+
} | undefined;
|
|
22283
|
+
}, {
|
|
22284
|
+
type: "number";
|
|
22285
|
+
key: string;
|
|
22286
|
+
label: string;
|
|
22287
|
+
validation?: {
|
|
22288
|
+
min?: number | undefined;
|
|
22289
|
+
max?: number | undefined;
|
|
22290
|
+
} | undefined;
|
|
22291
|
+
required?: boolean | undefined;
|
|
22292
|
+
ui?: {
|
|
22293
|
+
suffix?: string | undefined;
|
|
22294
|
+
} | undefined;
|
|
22295
|
+
}>, z$1.ZodObject<{
|
|
22296
|
+
key: z$1.ZodString;
|
|
22297
|
+
label: z$1.ZodString;
|
|
22298
|
+
type: z$1.ZodLiteral<"select">;
|
|
22299
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22300
|
+
options: z$1.ZodArray<z$1.ZodObject<{
|
|
22301
|
+
label: z$1.ZodString;
|
|
22302
|
+
value: z$1.ZodString;
|
|
22303
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22304
|
+
value: string;
|
|
22305
|
+
label: string;
|
|
22306
|
+
}, {
|
|
22307
|
+
value: string;
|
|
22308
|
+
label: string;
|
|
22309
|
+
}>, "many">;
|
|
22310
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22311
|
+
options: {
|
|
22312
|
+
value: string;
|
|
22313
|
+
label: string;
|
|
22314
|
+
}[];
|
|
22315
|
+
type: "select";
|
|
22316
|
+
key: string;
|
|
22317
|
+
label: string;
|
|
22318
|
+
required: boolean;
|
|
22319
|
+
}, {
|
|
22320
|
+
options: {
|
|
22321
|
+
value: string;
|
|
22322
|
+
label: string;
|
|
22323
|
+
}[];
|
|
22324
|
+
type: "select";
|
|
22325
|
+
key: string;
|
|
22326
|
+
label: string;
|
|
22327
|
+
required?: boolean | undefined;
|
|
22328
|
+
}>]>, "many">;
|
|
22329
|
+
type Characteristic = z$1.infer<typeof CharacteristicSchema>;
|
|
22330
|
+
type CharacteristicsScheme = z$1.infer<typeof CharacteristicsSchemeSchema>;
|
|
22331
|
+
declare const CreateProductTypeSchema: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodObject<{
|
|
22332
|
+
name: z$1.ZodString;
|
|
22333
|
+
defaultWriteoffStrategy: z$1.ZodDefault<z$1.ZodEnum<["FIFO", "LIFO", "FEFO", "MANUAL"]>>;
|
|
22334
|
+
skuMode: z$1.ZodDefault<z$1.ZodEnum<["GLOBAL", "CUSTOM"]>>;
|
|
22335
|
+
skuTemplate: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>;
|
|
22336
|
+
characteristicsScheme: z$1.ZodNullable<z$1.ZodOptional<z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
22337
|
+
key: z$1.ZodString;
|
|
22338
|
+
label: z$1.ZodString;
|
|
22339
|
+
type: z$1.ZodLiteral<"number">;
|
|
22340
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22341
|
+
validation: z$1.ZodOptional<z$1.ZodObject<{
|
|
22342
|
+
min: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22343
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22344
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22345
|
+
min?: number | undefined;
|
|
22346
|
+
max?: number | undefined;
|
|
22347
|
+
}, {
|
|
22348
|
+
min?: number | undefined;
|
|
22349
|
+
max?: number | undefined;
|
|
22350
|
+
}>>;
|
|
22351
|
+
ui: z$1.ZodOptional<z$1.ZodObject<{
|
|
22352
|
+
suffix: z$1.ZodOptional<z$1.ZodString>;
|
|
22353
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22354
|
+
suffix?: string | undefined;
|
|
22355
|
+
}, {
|
|
22356
|
+
suffix?: string | undefined;
|
|
22357
|
+
}>>;
|
|
22358
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22359
|
+
type: "number";
|
|
22360
|
+
key: string;
|
|
22361
|
+
label: string;
|
|
22362
|
+
required: boolean;
|
|
22363
|
+
validation?: {
|
|
22364
|
+
min?: number | undefined;
|
|
22365
|
+
max?: number | undefined;
|
|
22366
|
+
} | undefined;
|
|
22367
|
+
ui?: {
|
|
22368
|
+
suffix?: string | undefined;
|
|
22369
|
+
} | undefined;
|
|
22370
|
+
}, {
|
|
22371
|
+
type: "number";
|
|
22372
|
+
key: string;
|
|
22373
|
+
label: string;
|
|
22374
|
+
validation?: {
|
|
22375
|
+
min?: number | undefined;
|
|
22376
|
+
max?: number | undefined;
|
|
22377
|
+
} | undefined;
|
|
22378
|
+
required?: boolean | undefined;
|
|
22379
|
+
ui?: {
|
|
22380
|
+
suffix?: string | undefined;
|
|
22381
|
+
} | undefined;
|
|
22382
|
+
}>, z$1.ZodObject<{
|
|
22383
|
+
key: z$1.ZodString;
|
|
22384
|
+
label: z$1.ZodString;
|
|
22385
|
+
type: z$1.ZodLiteral<"select">;
|
|
22386
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22387
|
+
options: z$1.ZodArray<z$1.ZodObject<{
|
|
22388
|
+
label: z$1.ZodString;
|
|
22389
|
+
value: z$1.ZodString;
|
|
22390
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22391
|
+
value: string;
|
|
22392
|
+
label: string;
|
|
22393
|
+
}, {
|
|
22394
|
+
value: string;
|
|
22395
|
+
label: string;
|
|
22396
|
+
}>, "many">;
|
|
22397
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22398
|
+
options: {
|
|
22399
|
+
value: string;
|
|
22400
|
+
label: string;
|
|
22401
|
+
}[];
|
|
22402
|
+
type: "select";
|
|
22403
|
+
key: string;
|
|
22404
|
+
label: string;
|
|
22405
|
+
required: boolean;
|
|
22406
|
+
}, {
|
|
22407
|
+
options: {
|
|
22408
|
+
value: string;
|
|
22409
|
+
label: string;
|
|
22410
|
+
}[];
|
|
22411
|
+
type: "select";
|
|
22412
|
+
key: string;
|
|
22413
|
+
label: string;
|
|
22414
|
+
required?: boolean | undefined;
|
|
22415
|
+
}>]>, "many">>>;
|
|
22416
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22417
|
+
name: string;
|
|
22418
|
+
defaultWriteoffStrategy: "FIFO" | "LIFO" | "FEFO" | "MANUAL";
|
|
22419
|
+
skuMode: "CUSTOM" | "GLOBAL";
|
|
22420
|
+
skuTemplate?: string | null | undefined;
|
|
22421
|
+
characteristicsScheme?: ({
|
|
22422
|
+
type: "number";
|
|
22423
|
+
key: string;
|
|
22424
|
+
label: string;
|
|
22425
|
+
required: boolean;
|
|
22426
|
+
validation?: {
|
|
22427
|
+
min?: number | undefined;
|
|
22428
|
+
max?: number | undefined;
|
|
22429
|
+
} | undefined;
|
|
22430
|
+
ui?: {
|
|
22431
|
+
suffix?: string | undefined;
|
|
22432
|
+
} | undefined;
|
|
22433
|
+
} | {
|
|
22434
|
+
options: {
|
|
22435
|
+
value: string;
|
|
22436
|
+
label: string;
|
|
22437
|
+
}[];
|
|
22438
|
+
type: "select";
|
|
22439
|
+
key: string;
|
|
22440
|
+
label: string;
|
|
22441
|
+
required: boolean;
|
|
22442
|
+
})[] | null | undefined;
|
|
22443
|
+
}, {
|
|
22444
|
+
name: string;
|
|
22445
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22446
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22447
|
+
skuTemplate?: string | null | undefined;
|
|
22448
|
+
characteristicsScheme?: ({
|
|
22449
|
+
type: "number";
|
|
22450
|
+
key: string;
|
|
22451
|
+
label: string;
|
|
22452
|
+
validation?: {
|
|
22453
|
+
min?: number | undefined;
|
|
22454
|
+
max?: number | undefined;
|
|
22455
|
+
} | undefined;
|
|
22456
|
+
required?: boolean | undefined;
|
|
22457
|
+
ui?: {
|
|
22458
|
+
suffix?: string | undefined;
|
|
22459
|
+
} | undefined;
|
|
22460
|
+
} | {
|
|
22461
|
+
options: {
|
|
22462
|
+
value: string;
|
|
22463
|
+
label: string;
|
|
22464
|
+
}[];
|
|
22465
|
+
type: "select";
|
|
22466
|
+
key: string;
|
|
22467
|
+
label: string;
|
|
22468
|
+
required?: boolean | undefined;
|
|
22469
|
+
})[] | null | undefined;
|
|
22470
|
+
}>, {
|
|
22471
|
+
name: string;
|
|
22472
|
+
defaultWriteoffStrategy: "FIFO" | "LIFO" | "FEFO" | "MANUAL";
|
|
22473
|
+
skuMode: "CUSTOM" | "GLOBAL";
|
|
22474
|
+
skuTemplate?: string | null | undefined;
|
|
22475
|
+
characteristicsScheme?: ({
|
|
22476
|
+
type: "number";
|
|
22477
|
+
key: string;
|
|
22478
|
+
label: string;
|
|
22479
|
+
required: boolean;
|
|
22480
|
+
validation?: {
|
|
22481
|
+
min?: number | undefined;
|
|
22482
|
+
max?: number | undefined;
|
|
22483
|
+
} | undefined;
|
|
22484
|
+
ui?: {
|
|
22485
|
+
suffix?: string | undefined;
|
|
22486
|
+
} | undefined;
|
|
22487
|
+
} | {
|
|
22488
|
+
options: {
|
|
22489
|
+
value: string;
|
|
22490
|
+
label: string;
|
|
22491
|
+
}[];
|
|
22492
|
+
type: "select";
|
|
22493
|
+
key: string;
|
|
22494
|
+
label: string;
|
|
22495
|
+
required: boolean;
|
|
22496
|
+
})[] | null | undefined;
|
|
22497
|
+
}, {
|
|
22498
|
+
name: string;
|
|
22499
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22500
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22501
|
+
skuTemplate?: string | null | undefined;
|
|
22502
|
+
characteristicsScheme?: ({
|
|
22503
|
+
type: "number";
|
|
22504
|
+
key: string;
|
|
22505
|
+
label: string;
|
|
22506
|
+
validation?: {
|
|
22507
|
+
min?: number | undefined;
|
|
22508
|
+
max?: number | undefined;
|
|
22509
|
+
} | undefined;
|
|
22510
|
+
required?: boolean | undefined;
|
|
22511
|
+
ui?: {
|
|
22512
|
+
suffix?: string | undefined;
|
|
22513
|
+
} | undefined;
|
|
22514
|
+
} | {
|
|
22515
|
+
options: {
|
|
22516
|
+
value: string;
|
|
22517
|
+
label: string;
|
|
22518
|
+
}[];
|
|
22519
|
+
type: "select";
|
|
22520
|
+
key: string;
|
|
22521
|
+
label: string;
|
|
22522
|
+
required?: boolean | undefined;
|
|
22523
|
+
})[] | null | undefined;
|
|
22524
|
+
}>, {
|
|
22525
|
+
name: string;
|
|
22526
|
+
defaultWriteoffStrategy: "FIFO" | "LIFO" | "FEFO" | "MANUAL";
|
|
22527
|
+
skuMode: "CUSTOM" | "GLOBAL";
|
|
22528
|
+
skuTemplate?: string | null | undefined;
|
|
22529
|
+
characteristicsScheme?: ({
|
|
22530
|
+
type: "number";
|
|
22531
|
+
key: string;
|
|
22532
|
+
label: string;
|
|
22533
|
+
required: boolean;
|
|
22534
|
+
validation?: {
|
|
22535
|
+
min?: number | undefined;
|
|
22536
|
+
max?: number | undefined;
|
|
22537
|
+
} | undefined;
|
|
22538
|
+
ui?: {
|
|
22539
|
+
suffix?: string | undefined;
|
|
22540
|
+
} | undefined;
|
|
22541
|
+
} | {
|
|
22542
|
+
options: {
|
|
22543
|
+
value: string;
|
|
22544
|
+
label: string;
|
|
22545
|
+
}[];
|
|
22546
|
+
type: "select";
|
|
22547
|
+
key: string;
|
|
22548
|
+
label: string;
|
|
22549
|
+
required: boolean;
|
|
22550
|
+
})[] | null | undefined;
|
|
22551
|
+
}, {
|
|
22552
|
+
name: string;
|
|
22553
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22554
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22555
|
+
skuTemplate?: string | null | undefined;
|
|
22556
|
+
characteristicsScheme?: ({
|
|
22557
|
+
type: "number";
|
|
22558
|
+
key: string;
|
|
22559
|
+
label: string;
|
|
22560
|
+
validation?: {
|
|
22561
|
+
min?: number | undefined;
|
|
22562
|
+
max?: number | undefined;
|
|
22563
|
+
} | undefined;
|
|
22564
|
+
required?: boolean | undefined;
|
|
22565
|
+
ui?: {
|
|
22566
|
+
suffix?: string | undefined;
|
|
22567
|
+
} | undefined;
|
|
22568
|
+
} | {
|
|
22569
|
+
options: {
|
|
22570
|
+
value: string;
|
|
22571
|
+
label: string;
|
|
22572
|
+
}[];
|
|
22573
|
+
type: "select";
|
|
22574
|
+
key: string;
|
|
22575
|
+
label: string;
|
|
22576
|
+
required?: boolean | undefined;
|
|
22577
|
+
})[] | null | undefined;
|
|
22578
|
+
}>;
|
|
22579
|
+
declare const UpdateProductTypeSchema: z$1.ZodEffects<z$1.ZodEffects<z$1.ZodObject<{
|
|
22580
|
+
name: z$1.ZodOptional<z$1.ZodString>;
|
|
22581
|
+
defaultWriteoffStrategy: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<["FIFO", "LIFO", "FEFO", "MANUAL"]>>>;
|
|
22582
|
+
skuMode: z$1.ZodOptional<z$1.ZodDefault<z$1.ZodEnum<["GLOBAL", "CUSTOM"]>>>;
|
|
22583
|
+
skuTemplate: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodString>>>;
|
|
22584
|
+
characteristicsScheme: z$1.ZodOptional<z$1.ZodNullable<z$1.ZodOptional<z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
22585
|
+
key: z$1.ZodString;
|
|
22586
|
+
label: z$1.ZodString;
|
|
22587
|
+
type: z$1.ZodLiteral<"number">;
|
|
22588
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22589
|
+
validation: z$1.ZodOptional<z$1.ZodObject<{
|
|
22590
|
+
min: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22591
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22592
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22593
|
+
min?: number | undefined;
|
|
22594
|
+
max?: number | undefined;
|
|
22595
|
+
}, {
|
|
22596
|
+
min?: number | undefined;
|
|
22597
|
+
max?: number | undefined;
|
|
22598
|
+
}>>;
|
|
22599
|
+
ui: z$1.ZodOptional<z$1.ZodObject<{
|
|
22600
|
+
suffix: z$1.ZodOptional<z$1.ZodString>;
|
|
22601
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22602
|
+
suffix?: string | undefined;
|
|
22603
|
+
}, {
|
|
22604
|
+
suffix?: string | undefined;
|
|
22605
|
+
}>>;
|
|
22606
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22607
|
+
type: "number";
|
|
22608
|
+
key: string;
|
|
22609
|
+
label: string;
|
|
22610
|
+
required: boolean;
|
|
22611
|
+
validation?: {
|
|
22612
|
+
min?: number | undefined;
|
|
22613
|
+
max?: number | undefined;
|
|
22614
|
+
} | undefined;
|
|
22615
|
+
ui?: {
|
|
22616
|
+
suffix?: string | undefined;
|
|
22617
|
+
} | undefined;
|
|
22618
|
+
}, {
|
|
22619
|
+
type: "number";
|
|
22620
|
+
key: string;
|
|
22621
|
+
label: string;
|
|
22622
|
+
validation?: {
|
|
22623
|
+
min?: number | undefined;
|
|
22624
|
+
max?: number | undefined;
|
|
22625
|
+
} | undefined;
|
|
22626
|
+
required?: boolean | undefined;
|
|
22627
|
+
ui?: {
|
|
22628
|
+
suffix?: string | undefined;
|
|
22629
|
+
} | undefined;
|
|
22630
|
+
}>, z$1.ZodObject<{
|
|
22631
|
+
key: z$1.ZodString;
|
|
22632
|
+
label: z$1.ZodString;
|
|
22633
|
+
type: z$1.ZodLiteral<"select">;
|
|
22634
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22635
|
+
options: z$1.ZodArray<z$1.ZodObject<{
|
|
22636
|
+
label: z$1.ZodString;
|
|
22637
|
+
value: z$1.ZodString;
|
|
22638
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22639
|
+
value: string;
|
|
22640
|
+
label: string;
|
|
22641
|
+
}, {
|
|
22642
|
+
value: string;
|
|
22643
|
+
label: string;
|
|
22644
|
+
}>, "many">;
|
|
22645
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22646
|
+
options: {
|
|
22647
|
+
value: string;
|
|
22648
|
+
label: string;
|
|
22649
|
+
}[];
|
|
22650
|
+
type: "select";
|
|
22651
|
+
key: string;
|
|
22652
|
+
label: string;
|
|
22653
|
+
required: boolean;
|
|
22654
|
+
}, {
|
|
22655
|
+
options: {
|
|
22656
|
+
value: string;
|
|
22657
|
+
label: string;
|
|
22658
|
+
}[];
|
|
22659
|
+
type: "select";
|
|
22660
|
+
key: string;
|
|
22661
|
+
label: string;
|
|
22662
|
+
required?: boolean | undefined;
|
|
22663
|
+
}>]>, "many">>>>;
|
|
22664
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22665
|
+
name?: string | undefined;
|
|
22666
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22667
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22668
|
+
skuTemplate?: string | null | undefined;
|
|
22669
|
+
characteristicsScheme?: ({
|
|
22670
|
+
type: "number";
|
|
22671
|
+
key: string;
|
|
22672
|
+
label: string;
|
|
22673
|
+
required: boolean;
|
|
22674
|
+
validation?: {
|
|
22675
|
+
min?: number | undefined;
|
|
22676
|
+
max?: number | undefined;
|
|
22677
|
+
} | undefined;
|
|
22678
|
+
ui?: {
|
|
22679
|
+
suffix?: string | undefined;
|
|
22680
|
+
} | undefined;
|
|
22681
|
+
} | {
|
|
22682
|
+
options: {
|
|
22683
|
+
value: string;
|
|
22684
|
+
label: string;
|
|
22685
|
+
}[];
|
|
22686
|
+
type: "select";
|
|
22687
|
+
key: string;
|
|
22688
|
+
label: string;
|
|
22689
|
+
required: boolean;
|
|
22690
|
+
})[] | null | undefined;
|
|
22691
|
+
}, {
|
|
22692
|
+
name?: string | undefined;
|
|
22693
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22694
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22695
|
+
skuTemplate?: string | null | undefined;
|
|
22696
|
+
characteristicsScheme?: ({
|
|
22697
|
+
type: "number";
|
|
22698
|
+
key: string;
|
|
22699
|
+
label: string;
|
|
22700
|
+
validation?: {
|
|
22701
|
+
min?: number | undefined;
|
|
22702
|
+
max?: number | undefined;
|
|
22703
|
+
} | undefined;
|
|
22704
|
+
required?: boolean | undefined;
|
|
22705
|
+
ui?: {
|
|
22706
|
+
suffix?: string | undefined;
|
|
22707
|
+
} | undefined;
|
|
22708
|
+
} | {
|
|
22709
|
+
options: {
|
|
22710
|
+
value: string;
|
|
22711
|
+
label: string;
|
|
22712
|
+
}[];
|
|
22713
|
+
type: "select";
|
|
22714
|
+
key: string;
|
|
22715
|
+
label: string;
|
|
22716
|
+
required?: boolean | undefined;
|
|
22717
|
+
})[] | null | undefined;
|
|
22718
|
+
}>, {
|
|
22719
|
+
name?: string | undefined;
|
|
22720
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22721
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22722
|
+
skuTemplate?: string | null | undefined;
|
|
22723
|
+
characteristicsScheme?: ({
|
|
22724
|
+
type: "number";
|
|
22725
|
+
key: string;
|
|
22726
|
+
label: string;
|
|
22727
|
+
required: boolean;
|
|
22728
|
+
validation?: {
|
|
22729
|
+
min?: number | undefined;
|
|
22730
|
+
max?: number | undefined;
|
|
22731
|
+
} | undefined;
|
|
22732
|
+
ui?: {
|
|
22733
|
+
suffix?: string | undefined;
|
|
22734
|
+
} | undefined;
|
|
22735
|
+
} | {
|
|
22736
|
+
options: {
|
|
22737
|
+
value: string;
|
|
22738
|
+
label: string;
|
|
22739
|
+
}[];
|
|
22740
|
+
type: "select";
|
|
22741
|
+
key: string;
|
|
22742
|
+
label: string;
|
|
22743
|
+
required: boolean;
|
|
22744
|
+
})[] | null | undefined;
|
|
22745
|
+
}, {
|
|
22746
|
+
name?: string | undefined;
|
|
22747
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22748
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22749
|
+
skuTemplate?: string | null | undefined;
|
|
22750
|
+
characteristicsScheme?: ({
|
|
22751
|
+
type: "number";
|
|
22752
|
+
key: string;
|
|
22753
|
+
label: string;
|
|
22754
|
+
validation?: {
|
|
22755
|
+
min?: number | undefined;
|
|
22756
|
+
max?: number | undefined;
|
|
22757
|
+
} | undefined;
|
|
22758
|
+
required?: boolean | undefined;
|
|
22759
|
+
ui?: {
|
|
22760
|
+
suffix?: string | undefined;
|
|
22761
|
+
} | undefined;
|
|
22762
|
+
} | {
|
|
22763
|
+
options: {
|
|
22764
|
+
value: string;
|
|
22765
|
+
label: string;
|
|
22766
|
+
}[];
|
|
22767
|
+
type: "select";
|
|
22768
|
+
key: string;
|
|
22769
|
+
label: string;
|
|
22770
|
+
required?: boolean | undefined;
|
|
22771
|
+
})[] | null | undefined;
|
|
22772
|
+
}>, {
|
|
22773
|
+
name?: string | undefined;
|
|
22774
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22775
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22776
|
+
skuTemplate?: string | null | undefined;
|
|
22777
|
+
characteristicsScheme?: ({
|
|
22778
|
+
type: "number";
|
|
22779
|
+
key: string;
|
|
22780
|
+
label: string;
|
|
22781
|
+
required: boolean;
|
|
22782
|
+
validation?: {
|
|
22783
|
+
min?: number | undefined;
|
|
22784
|
+
max?: number | undefined;
|
|
22785
|
+
} | undefined;
|
|
22786
|
+
ui?: {
|
|
22787
|
+
suffix?: string | undefined;
|
|
22788
|
+
} | undefined;
|
|
22789
|
+
} | {
|
|
22790
|
+
options: {
|
|
22791
|
+
value: string;
|
|
22792
|
+
label: string;
|
|
22793
|
+
}[];
|
|
22794
|
+
type: "select";
|
|
22795
|
+
key: string;
|
|
22796
|
+
label: string;
|
|
22797
|
+
required: boolean;
|
|
22798
|
+
})[] | null | undefined;
|
|
22799
|
+
}, {
|
|
22800
|
+
name?: string | undefined;
|
|
22801
|
+
defaultWriteoffStrategy?: "FIFO" | "LIFO" | "FEFO" | "MANUAL" | undefined;
|
|
22802
|
+
skuMode?: "CUSTOM" | "GLOBAL" | undefined;
|
|
22803
|
+
skuTemplate?: string | null | undefined;
|
|
22804
|
+
characteristicsScheme?: ({
|
|
22805
|
+
type: "number";
|
|
22806
|
+
key: string;
|
|
22807
|
+
label: string;
|
|
22808
|
+
validation?: {
|
|
22809
|
+
min?: number | undefined;
|
|
22810
|
+
max?: number | undefined;
|
|
22811
|
+
} | undefined;
|
|
22812
|
+
required?: boolean | undefined;
|
|
22813
|
+
ui?: {
|
|
22814
|
+
suffix?: string | undefined;
|
|
22815
|
+
} | undefined;
|
|
22816
|
+
} | {
|
|
22817
|
+
options: {
|
|
22818
|
+
value: string;
|
|
22819
|
+
label: string;
|
|
22820
|
+
}[];
|
|
22821
|
+
type: "select";
|
|
22822
|
+
key: string;
|
|
22823
|
+
label: string;
|
|
22824
|
+
required?: boolean | undefined;
|
|
22825
|
+
})[] | null | undefined;
|
|
22826
|
+
}>;
|
|
22827
|
+
declare const ProductTypeSchema: z$1.ZodObject<{
|
|
22828
|
+
id: z$1.ZodNumber;
|
|
22829
|
+
name: z$1.ZodString;
|
|
22830
|
+
defaultWriteoffStrategy: z$1.ZodEnum<["FIFO", "LIFO", "FEFO", "MANUAL"]>;
|
|
22831
|
+
skuMode: z$1.ZodEnum<["GLOBAL", "CUSTOM"]>;
|
|
22832
|
+
skuTemplate: z$1.ZodNullable<z$1.ZodString>;
|
|
22833
|
+
skuCounter: z$1.ZodNumber;
|
|
22834
|
+
characteristicsScheme: z$1.ZodNullable<z$1.ZodArray<z$1.ZodDiscriminatedUnion<"type", [z$1.ZodObject<{
|
|
22835
|
+
key: z$1.ZodString;
|
|
22836
|
+
label: z$1.ZodString;
|
|
22837
|
+
type: z$1.ZodLiteral<"number">;
|
|
22838
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22839
|
+
validation: z$1.ZodOptional<z$1.ZodObject<{
|
|
22840
|
+
min: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22841
|
+
max: z$1.ZodOptional<z$1.ZodNumber>;
|
|
22842
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22843
|
+
min?: number | undefined;
|
|
22844
|
+
max?: number | undefined;
|
|
22845
|
+
}, {
|
|
22846
|
+
min?: number | undefined;
|
|
22847
|
+
max?: number | undefined;
|
|
22848
|
+
}>>;
|
|
22849
|
+
ui: z$1.ZodOptional<z$1.ZodObject<{
|
|
22850
|
+
suffix: z$1.ZodOptional<z$1.ZodString>;
|
|
22851
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22852
|
+
suffix?: string | undefined;
|
|
22853
|
+
}, {
|
|
22854
|
+
suffix?: string | undefined;
|
|
22855
|
+
}>>;
|
|
22856
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22857
|
+
type: "number";
|
|
22858
|
+
key: string;
|
|
22859
|
+
label: string;
|
|
22860
|
+
required: boolean;
|
|
22861
|
+
validation?: {
|
|
22862
|
+
min?: number | undefined;
|
|
22863
|
+
max?: number | undefined;
|
|
22864
|
+
} | undefined;
|
|
22865
|
+
ui?: {
|
|
22866
|
+
suffix?: string | undefined;
|
|
22867
|
+
} | undefined;
|
|
22868
|
+
}, {
|
|
22869
|
+
type: "number";
|
|
22870
|
+
key: string;
|
|
22871
|
+
label: string;
|
|
22872
|
+
validation?: {
|
|
22873
|
+
min?: number | undefined;
|
|
22874
|
+
max?: number | undefined;
|
|
22875
|
+
} | undefined;
|
|
22876
|
+
required?: boolean | undefined;
|
|
22877
|
+
ui?: {
|
|
22878
|
+
suffix?: string | undefined;
|
|
22879
|
+
} | undefined;
|
|
22880
|
+
}>, z$1.ZodObject<{
|
|
22881
|
+
key: z$1.ZodString;
|
|
22882
|
+
label: z$1.ZodString;
|
|
22883
|
+
type: z$1.ZodLiteral<"select">;
|
|
22884
|
+
required: z$1.ZodDefault<z$1.ZodBoolean>;
|
|
22885
|
+
options: z$1.ZodArray<z$1.ZodObject<{
|
|
22886
|
+
label: z$1.ZodString;
|
|
22887
|
+
value: z$1.ZodString;
|
|
22888
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22889
|
+
value: string;
|
|
22890
|
+
label: string;
|
|
22891
|
+
}, {
|
|
22892
|
+
value: string;
|
|
22893
|
+
label: string;
|
|
22894
|
+
}>, "many">;
|
|
22895
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22896
|
+
options: {
|
|
22897
|
+
value: string;
|
|
22898
|
+
label: string;
|
|
22899
|
+
}[];
|
|
22900
|
+
type: "select";
|
|
22901
|
+
key: string;
|
|
22902
|
+
label: string;
|
|
22903
|
+
required: boolean;
|
|
22904
|
+
}, {
|
|
22905
|
+
options: {
|
|
22906
|
+
value: string;
|
|
22907
|
+
label: string;
|
|
22908
|
+
}[];
|
|
22909
|
+
type: "select";
|
|
22910
|
+
key: string;
|
|
22911
|
+
label: string;
|
|
22912
|
+
required?: boolean | undefined;
|
|
22913
|
+
}>]>, "many">>;
|
|
22914
|
+
updatedAt: z$1.ZodString;
|
|
22915
|
+
}, "strip", z$1.ZodTypeAny, {
|
|
22916
|
+
id: number;
|
|
22917
|
+
updatedAt: string;
|
|
22918
|
+
name: string;
|
|
22919
|
+
defaultWriteoffStrategy: "FIFO" | "LIFO" | "FEFO" | "MANUAL";
|
|
22920
|
+
skuMode: "CUSTOM" | "GLOBAL";
|
|
22921
|
+
skuTemplate: string | null;
|
|
22922
|
+
characteristicsScheme: ({
|
|
22923
|
+
type: "number";
|
|
22924
|
+
key: string;
|
|
22925
|
+
label: string;
|
|
22926
|
+
required: boolean;
|
|
22927
|
+
validation?: {
|
|
22928
|
+
min?: number | undefined;
|
|
22929
|
+
max?: number | undefined;
|
|
22930
|
+
} | undefined;
|
|
22931
|
+
ui?: {
|
|
22932
|
+
suffix?: string | undefined;
|
|
22933
|
+
} | undefined;
|
|
22934
|
+
} | {
|
|
22935
|
+
options: {
|
|
22936
|
+
value: string;
|
|
22937
|
+
label: string;
|
|
22938
|
+
}[];
|
|
22939
|
+
type: "select";
|
|
22940
|
+
key: string;
|
|
22941
|
+
label: string;
|
|
22942
|
+
required: boolean;
|
|
22943
|
+
})[] | null;
|
|
22944
|
+
skuCounter: number;
|
|
22945
|
+
}, {
|
|
22946
|
+
id: number;
|
|
22947
|
+
updatedAt: string;
|
|
22948
|
+
name: string;
|
|
22949
|
+
defaultWriteoffStrategy: "FIFO" | "LIFO" | "FEFO" | "MANUAL";
|
|
22950
|
+
skuMode: "CUSTOM" | "GLOBAL";
|
|
22951
|
+
skuTemplate: string | null;
|
|
22952
|
+
characteristicsScheme: ({
|
|
22953
|
+
type: "number";
|
|
22954
|
+
key: string;
|
|
22955
|
+
label: string;
|
|
22956
|
+
validation?: {
|
|
22957
|
+
min?: number | undefined;
|
|
22958
|
+
max?: number | undefined;
|
|
22959
|
+
} | undefined;
|
|
22960
|
+
required?: boolean | undefined;
|
|
22961
|
+
ui?: {
|
|
22962
|
+
suffix?: string | undefined;
|
|
22963
|
+
} | undefined;
|
|
22964
|
+
} | {
|
|
22965
|
+
options: {
|
|
22966
|
+
value: string;
|
|
22967
|
+
label: string;
|
|
22968
|
+
}[];
|
|
22969
|
+
type: "select";
|
|
22970
|
+
key: string;
|
|
22971
|
+
label: string;
|
|
22972
|
+
required?: boolean | undefined;
|
|
22973
|
+
})[] | null;
|
|
22974
|
+
skuCounter: number;
|
|
22975
|
+
}>;
|
|
22976
|
+
type ProductType = z$1.infer<typeof ProductTypeSchema>;
|
|
22977
|
+
type CreateProductTypeDto = z$1.infer<typeof CreateProductTypeSchema>;
|
|
22978
|
+
type UpdateProductTypeDto = z$1.infer<typeof UpdateProductTypeSchema>;
|
|
22979
|
+
|
|
22980
|
+
export { ALL_PERMISSIONS, type AuthTokens, BoolFieldUpdateOperationsInputObjectSchema, BoolFieldUpdateOperationsInputObjectZodSchema, BoolFilterObjectSchema, BoolFilterObjectZodSchema, BoolWithAggregatesFilterObjectSchema, BoolWithAggregatesFilterObjectZodSchema, type Characteristic, CharacteristicSchema, type CharacteristicsScheme, CharacteristicsSchemeSchema, type Country, CountryAggregateResultSchema, CountryAggregateSchema, CountryAggregateZodSchema, CountryArgsObjectSchema, CountryArgsObjectZodSchema, CountryAvgAggregateInputObjectSchema, CountryAvgAggregateInputObjectZodSchema, CountryAvgOrderByAggregateInputObjectSchema, CountryAvgOrderByAggregateInputObjectZodSchema, CountryCountAggregateInputObjectSchema, CountryCountAggregateInputObjectZodSchema, CountryCountOrderByAggregateInputObjectSchema, CountryCountOrderByAggregateInputObjectZodSchema, CountryCountOutputTypeArgsObjectSchema, CountryCountOutputTypeArgsObjectZodSchema, CountryCountOutputTypeCountLocalitiesArgsObjectSchema, CountryCountOutputTypeCountLocalitiesArgsObjectZodSchema, CountryCountOutputTypeSelectObjectSchema, CountryCountOutputTypeSelectObjectZodSchema, CountryCountResultSchema, CountryCountSchema, CountryCountZodSchema, CountryCreateInputObjectSchema, CountryCreateInputObjectZodSchema, CountryCreateManyAndReturnSchema, CountryCreateManyAndReturnZodSchema, CountryCreateManyInputObjectSchema, CountryCreateManyInputObjectZodSchema, CountryCreateManyResultSchema, CountryCreateManySchema, CountryCreateManyZodSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectSchema, CountryCreateNestedOneWithoutLocalitiesInputObjectZodSchema, CountryCreateOneSchema, CountryCreateOneZodSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectSchema, CountryCreateOrConnectWithoutLocalitiesInputObjectZodSchema, CountryCreateResultSchema, CountryCreateWithoutLocalitiesInputObjectSchema, CountryCreateWithoutLocalitiesInputObjectZodSchema, CountryDeleteManyResultSchema, CountryDeleteManySchema, CountryDeleteManyZodSchema, CountryDeleteOneSchema, CountryDeleteOneZodSchema, CountryDeleteResultSchema, CountryFindFirstOrThrowSchema, CountryFindFirstOrThrowSelectSchema, CountryFindFirstOrThrowSelectZodSchema, CountryFindFirstOrThrowZodSchema, CountryFindFirstResultSchema, CountryFindFirstSchema, CountryFindFirstSelectSchema, CountryFindFirstSelectZodSchema, CountryFindFirstZodSchema, CountryFindManyResultSchema, CountryFindManySchema, CountryFindManySelectSchema, CountryFindManySelectZodSchema, CountryFindManyZodSchema, CountryFindUniqueOrThrowSchema, CountryFindUniqueOrThrowZodSchema, CountryFindUniqueResultSchema, CountryFindUniqueSchema, CountryFindUniqueZodSchema, CountryGroupByResultSchema, CountryGroupBySchema, CountryGroupByZodSchema, CountryIncludeObjectSchema, CountryIncludeObjectZodSchema, CountryInputSchema, type CountryInputType, CountryMaxAggregateInputObjectSchema, CountryMaxAggregateInputObjectZodSchema, CountryMaxOrderByAggregateInputObjectSchema, CountryMaxOrderByAggregateInputObjectZodSchema, CountryMinAggregateInputObjectSchema, CountryMinAggregateInputObjectZodSchema, CountryMinOrderByAggregateInputObjectSchema, CountryMinOrderByAggregateInputObjectZodSchema, CountryModelSchema, CountryOrderByWithAggregationInputObjectSchema, CountryOrderByWithAggregationInputObjectZodSchema, CountryOrderByWithRelationInputObjectSchema, CountryOrderByWithRelationInputObjectZodSchema, type CountryPureType, CountryResultSchema, type CountryResultType, type CountryScalarFieldEnum, CountryScalarFieldEnumSchema, CountryScalarRelationFilterObjectSchema, CountryScalarRelationFilterObjectZodSchema, CountryScalarWhereWithAggregatesInputObjectSchema, CountryScalarWhereWithAggregatesInputObjectZodSchema, CountrySchema, CountrySelectObjectSchema, CountrySelectObjectZodSchema, CountrySumAggregateInputObjectSchema, CountrySumAggregateInputObjectZodSchema, CountrySumOrderByAggregateInputObjectSchema, CountrySumOrderByAggregateInputObjectZodSchema, CountryUncheckedCreateInputObjectSchema, CountryUncheckedCreateInputObjectZodSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectSchema, CountryUncheckedCreateWithoutLocalitiesInputObjectZodSchema, CountryUncheckedUpdateInputObjectSchema, CountryUncheckedUpdateInputObjectZodSchema, CountryUncheckedUpdateManyInputObjectSchema, CountryUncheckedUpdateManyInputObjectZodSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectSchema, CountryUncheckedUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpdateInputObjectSchema, CountryUpdateInputObjectZodSchema, CountryUpdateManyAndReturnSchema, CountryUpdateManyAndReturnZodSchema, CountryUpdateManyMutationInputObjectSchema, CountryUpdateManyMutationInputObjectZodSchema, CountryUpdateManyResultSchema, CountryUpdateManySchema, CountryUpdateManyZodSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectSchema, CountryUpdateOneRequiredWithoutLocalitiesNestedInputObjectZodSchema, CountryUpdateOneSchema, CountryUpdateOneZodSchema, CountryUpdateResultSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectSchema, CountryUpdateToOneWithWhereWithoutLocalitiesInputObjectZodSchema, CountryUpdateWithoutLocalitiesInputObjectSchema, CountryUpdateWithoutLocalitiesInputObjectZodSchema, CountryUpsertOneSchema, CountryUpsertOneZodSchema, CountryUpsertResultSchema, CountryUpsertWithoutLocalitiesInputObjectSchema, CountryUpsertWithoutLocalitiesInputObjectZodSchema, CountryWhereInputObjectSchema, CountryWhereInputObjectZodSchema, CountryWhereUniqueInputObjectSchema, CountryWhereUniqueInputObjectZodSchema, type CreateEmployeeDto, CreateEmployeeSchema, type CreateLocalityDto, CreateLocalitySchema, type CreateOrganizationDto, CreateOrganizationSchema, type CreateProductTypeDto, CreateProductTypeSchema, type CreateRoleDto, CreateRoleSchema, type CreateWarehouseDto, CreateWarehouseSchema, DateTimeFieldUpdateOperationsInputObjectSchema, DateTimeFieldUpdateOperationsInputObjectZodSchema, DateTimeFilterObjectSchema, DateTimeFilterObjectZodSchema, DateTimeNullableFilterObjectSchema, DateTimeNullableFilterObjectZodSchema, DateTimeNullableWithAggregatesFilterObjectSchema, DateTimeNullableWithAggregatesFilterObjectZodSchema, DateTimeWithAggregatesFilterObjectSchema, DateTimeWithAggregatesFilterObjectZodSchema, type Employee, EmployeeAggregateResultSchema, EmployeeAggregateSchema, EmployeeAggregateZodSchema, EmployeeArgsObjectSchema, EmployeeArgsObjectZodSchema, EmployeeAvgAggregateInputObjectSchema, EmployeeAvgAggregateInputObjectZodSchema, EmployeeAvgOrderByAggregateInputObjectSchema, EmployeeAvgOrderByAggregateInputObjectZodSchema, EmployeeCountAggregateInputObjectSchema, EmployeeCountAggregateInputObjectZodSchema, EmployeeCountOrderByAggregateInputObjectSchema, EmployeeCountOrderByAggregateInputObjectZodSchema, EmployeeCountOutputTypeArgsObjectSchema, EmployeeCountOutputTypeArgsObjectZodSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectSchema, EmployeeCountOutputTypeCountRoleAssignmentsArgsObjectZodSchema, EmployeeCountOutputTypeSelectObjectSchema, EmployeeCountOutputTypeSelectObjectZodSchema, EmployeeCountResultSchema, EmployeeCountSchema, EmployeeCountZodSchema, EmployeeCreateInputObjectSchema, EmployeeCreateInputObjectZodSchema, EmployeeCreateManyAndReturnSchema, EmployeeCreateManyAndReturnZodSchema, EmployeeCreateManyInputObjectSchema, EmployeeCreateManyInputObjectZodSchema, EmployeeCreateManyResultSchema, EmployeeCreateManySchema, EmployeeCreateManyWarehouseInputEnvelopeObjectSchema, EmployeeCreateManyWarehouseInputEnvelopeObjectZodSchema, EmployeeCreateManyWarehouseInputObjectSchema, EmployeeCreateManyWarehouseInputObjectZodSchema, EmployeeCreateManyZodSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateNestedOneWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOneSchema, EmployeeCreateOneZodSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateOrConnectWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectSchema, EmployeeCreateOrConnectWithoutWarehouseInputObjectZodSchema, EmployeeCreateResultSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeCreateWithoutWarehouseInputObjectSchema, EmployeeCreateWithoutWarehouseInputObjectZodSchema, EmployeeDeleteManyResultSchema, EmployeeDeleteManySchema, EmployeeDeleteManyZodSchema, EmployeeDeleteOneSchema, EmployeeDeleteOneZodSchema, EmployeeDeleteResultSchema, EmployeeFindFirstOrThrowSchema, EmployeeFindFirstOrThrowSelectSchema, EmployeeFindFirstOrThrowSelectZodSchema, EmployeeFindFirstOrThrowZodSchema, EmployeeFindFirstResultSchema, EmployeeFindFirstSchema, EmployeeFindFirstSelectSchema, EmployeeFindFirstSelectZodSchema, EmployeeFindFirstZodSchema, EmployeeFindManyResultSchema, EmployeeFindManySchema, EmployeeFindManySelectSchema, EmployeeFindManySelectZodSchema, EmployeeFindManyZodSchema, EmployeeFindUniqueOrThrowSchema, EmployeeFindUniqueOrThrowZodSchema, EmployeeFindUniqueResultSchema, EmployeeFindUniqueSchema, EmployeeFindUniqueZodSchema, EmployeeGroupByResultSchema, EmployeeGroupBySchema, EmployeeGroupByZodSchema, EmployeeIncludeObjectSchema, EmployeeIncludeObjectZodSchema, EmployeeInputSchema, type EmployeeInputType, EmployeeListRelationFilterObjectSchema, EmployeeListRelationFilterObjectZodSchema, EmployeeMaxAggregateInputObjectSchema, EmployeeMaxAggregateInputObjectZodSchema, EmployeeMaxOrderByAggregateInputObjectSchema, EmployeeMaxOrderByAggregateInputObjectZodSchema, EmployeeMinAggregateInputObjectSchema, EmployeeMinAggregateInputObjectZodSchema, EmployeeMinOrderByAggregateInputObjectSchema, EmployeeMinOrderByAggregateInputObjectZodSchema, EmployeeModelSchema, EmployeeOrderByRelationAggregateInputObjectSchema, EmployeeOrderByRelationAggregateInputObjectZodSchema, EmployeeOrderByWithAggregationInputObjectSchema, EmployeeOrderByWithAggregationInputObjectZodSchema, EmployeeOrderByWithRelationInputObjectSchema, EmployeeOrderByWithRelationInputObjectZodSchema, EmployeePermissionAggregateResultSchema, EmployeePermissionAggregateSchema, EmployeePermissionAggregateZodSchema, EmployeePermissionArgsObjectSchema, EmployeePermissionArgsObjectZodSchema, EmployeePermissionAvgAggregateInputObjectSchema, EmployeePermissionAvgAggregateInputObjectZodSchema, EmployeePermissionAvgOrderByAggregateInputObjectSchema, EmployeePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeePermissionCountAggregateInputObjectSchema, EmployeePermissionCountAggregateInputObjectZodSchema, EmployeePermissionCountOrderByAggregateInputObjectSchema, EmployeePermissionCountOrderByAggregateInputObjectZodSchema, EmployeePermissionCountOutputTypeArgsObjectSchema, EmployeePermissionCountOutputTypeArgsObjectZodSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectSchema, EmployeePermissionCountOutputTypeCountRolePermissionsArgsObjectZodSchema, EmployeePermissionCountOutputTypeSelectObjectSchema, EmployeePermissionCountOutputTypeSelectObjectZodSchema, EmployeePermissionCountResultSchema, EmployeePermissionCountSchema, EmployeePermissionCountZodSchema, EmployeePermissionCreateInputObjectSchema, EmployeePermissionCreateInputObjectZodSchema, EmployeePermissionCreateManyAndReturnSchema, EmployeePermissionCreateManyAndReturnZodSchema, EmployeePermissionCreateManyInputObjectSchema, EmployeePermissionCreateManyInputObjectZodSchema, EmployeePermissionCreateManyResultSchema, EmployeePermissionCreateManySchema, EmployeePermissionCreateManyZodSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateNestedOneWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateOneSchema, EmployeePermissionCreateOneZodSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateOrConnectWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionCreateResultSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionDeleteManyResultSchema, EmployeePermissionDeleteManySchema, EmployeePermissionDeleteManyZodSchema, EmployeePermissionDeleteOneSchema, EmployeePermissionDeleteOneZodSchema, EmployeePermissionDeleteResultSchema, EmployeePermissionFindFirstOrThrowSchema, EmployeePermissionFindFirstOrThrowSelectSchema, EmployeePermissionFindFirstOrThrowSelectZodSchema, EmployeePermissionFindFirstOrThrowZodSchema, EmployeePermissionFindFirstResultSchema, EmployeePermissionFindFirstSchema, EmployeePermissionFindFirstSelectSchema, EmployeePermissionFindFirstSelectZodSchema, EmployeePermissionFindFirstZodSchema, EmployeePermissionFindManyResultSchema, EmployeePermissionFindManySchema, EmployeePermissionFindManySelectSchema, EmployeePermissionFindManySelectZodSchema, EmployeePermissionFindManyZodSchema, EmployeePermissionFindUniqueOrThrowSchema, EmployeePermissionFindUniqueOrThrowZodSchema, EmployeePermissionFindUniqueResultSchema, EmployeePermissionFindUniqueSchema, EmployeePermissionFindUniqueZodSchema, EmployeePermissionGroupByResultSchema, EmployeePermissionGroupBySchema, EmployeePermissionGroupByZodSchema, EmployeePermissionIncludeObjectSchema, EmployeePermissionIncludeObjectZodSchema, EmployeePermissionInputSchema, type EmployeePermissionInputType, EmployeePermissionMaxAggregateInputObjectSchema, EmployeePermissionMaxAggregateInputObjectZodSchema, EmployeePermissionMaxOrderByAggregateInputObjectSchema, EmployeePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeePermissionMinAggregateInputObjectSchema, EmployeePermissionMinAggregateInputObjectZodSchema, EmployeePermissionMinOrderByAggregateInputObjectSchema, EmployeePermissionMinOrderByAggregateInputObjectZodSchema, EmployeePermissionModelSchema, EmployeePermissionOrderByWithAggregationInputObjectSchema, EmployeePermissionOrderByWithAggregationInputObjectZodSchema, EmployeePermissionOrderByWithRelationInputObjectSchema, EmployeePermissionOrderByWithRelationInputObjectZodSchema, type EmployeePermissionPureType, EmployeePermissionResultSchema, type EmployeePermissionResultType, type EmployeePermissionScalarFieldEnum, EmployeePermissionScalarFieldEnumSchema, EmployeePermissionScalarRelationFilterObjectSchema, EmployeePermissionScalarRelationFilterObjectZodSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeePermissionSelectObjectSchema, EmployeePermissionSelectObjectZodSchema, EmployeePermissionSumAggregateInputObjectSchema, EmployeePermissionSumAggregateInputObjectZodSchema, EmployeePermissionSumOrderByAggregateInputObjectSchema, EmployeePermissionSumOrderByAggregateInputObjectZodSchema, EmployeePermissionUncheckedCreateInputObjectSchema, EmployeePermissionUncheckedCreateInputObjectZodSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedCreateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUncheckedUpdateInputObjectSchema, EmployeePermissionUncheckedUpdateInputObjectZodSchema, EmployeePermissionUncheckedUpdateManyInputObjectSchema, EmployeePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUncheckedUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateInputObjectSchema, EmployeePermissionUpdateInputObjectZodSchema, EmployeePermissionUpdateManyAndReturnSchema, EmployeePermissionUpdateManyAndReturnZodSchema, EmployeePermissionUpdateManyMutationInputObjectSchema, EmployeePermissionUpdateManyMutationInputObjectZodSchema, EmployeePermissionUpdateManyResultSchema, EmployeePermissionUpdateManySchema, EmployeePermissionUpdateManyZodSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectSchema, EmployeePermissionUpdateOneRequiredWithoutRolePermissionsNestedInputObjectZodSchema, EmployeePermissionUpdateOneSchema, EmployeePermissionUpdateOneZodSchema, EmployeePermissionUpdateResultSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateToOneWithWhereWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpdateWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionUpsertOneSchema, EmployeePermissionUpsertOneZodSchema, EmployeePermissionUpsertResultSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectSchema, EmployeePermissionUpsertWithoutRolePermissionsInputObjectZodSchema, EmployeePermissionWhereInputObjectSchema, EmployeePermissionWhereInputObjectZodSchema, EmployeePermissionWhereUniqueInputObjectSchema, EmployeePermissionWhereUniqueInputObjectZodSchema, type EmployeePureType, EmployeeResultSchema, type EmployeeResultType, type EmployeeRole, EmployeeRoleAggregateResultSchema, EmployeeRoleAggregateSchema, EmployeeRoleAggregateZodSchema, EmployeeRoleArgsObjectSchema, EmployeeRoleArgsObjectZodSchema, EmployeeRoleAssignmentAggregateResultSchema, EmployeeRoleAssignmentAggregateSchema, EmployeeRoleAssignmentAggregateZodSchema, EmployeeRoleAssignmentArgsObjectSchema, EmployeeRoleAssignmentArgsObjectZodSchema, EmployeeRoleAssignmentAvgAggregateInputObjectSchema, EmployeeRoleAssignmentAvgAggregateInputObjectZodSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountAggregateInputObjectSchema, EmployeeRoleAssignmentCountAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentCountOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentCountResultSchema, EmployeeRoleAssignmentCountSchema, EmployeeRoleAssignmentCountZodSchema, EmployeeRoleAssignmentCreateInputObjectSchema, EmployeeRoleAssignmentCreateInputObjectZodSchema, EmployeeRoleAssignmentCreateManyAndReturnSchema, EmployeeRoleAssignmentCreateManyAndReturnZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateManyInputObjectSchema, EmployeeRoleAssignmentCreateManyInputObjectZodSchema, EmployeeRoleAssignmentCreateManyResultSchema, EmployeeRoleAssignmentCreateManySchema, EmployeeRoleAssignmentCreateManyZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateOneSchema, EmployeeRoleAssignmentCreateOneZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentCreateResultSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentDeleteManyResultSchema, EmployeeRoleAssignmentDeleteManySchema, EmployeeRoleAssignmentDeleteManyZodSchema, EmployeeRoleAssignmentDeleteOneSchema, EmployeeRoleAssignmentDeleteOneZodSchema, EmployeeRoleAssignmentDeleteResultSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectSchema, EmployeeRoleAssignmentEmployeeIdEmployeeRoleIdCompoundUniqueInputObjectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectSchema, EmployeeRoleAssignmentFindFirstOrThrowSelectZodSchema, EmployeeRoleAssignmentFindFirstOrThrowZodSchema, EmployeeRoleAssignmentFindFirstResultSchema, EmployeeRoleAssignmentFindFirstSchema, EmployeeRoleAssignmentFindFirstSelectSchema, EmployeeRoleAssignmentFindFirstSelectZodSchema, EmployeeRoleAssignmentFindFirstZodSchema, EmployeeRoleAssignmentFindManyResultSchema, EmployeeRoleAssignmentFindManySchema, EmployeeRoleAssignmentFindManySelectSchema, EmployeeRoleAssignmentFindManySelectZodSchema, EmployeeRoleAssignmentFindManyZodSchema, EmployeeRoleAssignmentFindUniqueOrThrowSchema, EmployeeRoleAssignmentFindUniqueOrThrowZodSchema, EmployeeRoleAssignmentFindUniqueResultSchema, EmployeeRoleAssignmentFindUniqueSchema, EmployeeRoleAssignmentFindUniqueZodSchema, EmployeeRoleAssignmentGroupByResultSchema, EmployeeRoleAssignmentGroupBySchema, EmployeeRoleAssignmentGroupByZodSchema, EmployeeRoleAssignmentIncludeObjectSchema, EmployeeRoleAssignmentIncludeObjectZodSchema, EmployeeRoleAssignmentInputSchema, type EmployeeRoleAssignmentInputType, EmployeeRoleAssignmentListRelationFilterObjectSchema, EmployeeRoleAssignmentListRelationFilterObjectZodSchema, EmployeeRoleAssignmentMaxAggregateInputObjectSchema, EmployeeRoleAssignmentMaxAggregateInputObjectZodSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinAggregateInputObjectSchema, EmployeeRoleAssignmentMinAggregateInputObjectZodSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentMinOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentModelSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectSchema, EmployeeRoleAssignmentOrderByRelationAggregateInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectSchema, EmployeeRoleAssignmentOrderByWithAggregationInputObjectZodSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectSchema, EmployeeRoleAssignmentOrderByWithRelationInputObjectZodSchema, type EmployeeRoleAssignmentPureType, EmployeeRoleAssignmentResultSchema, type EmployeeRoleAssignmentResultType, type EmployeeRoleAssignmentScalarFieldEnum, EmployeeRoleAssignmentScalarFieldEnumSchema, EmployeeRoleAssignmentScalarWhereInputObjectSchema, EmployeeRoleAssignmentScalarWhereInputObjectZodSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleAssignmentScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleAssignmentSelectObjectSchema, EmployeeRoleAssignmentSelectObjectZodSchema, EmployeeRoleAssignmentSumAggregateInputObjectSchema, EmployeeRoleAssignmentSumAggregateInputObjectZodSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectSchema, EmployeeRoleAssignmentSumOrderByAggregateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateInputObjectSchema, EmployeeRoleAssignmentUpdateInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyAndReturnSchema, EmployeeRoleAssignmentUpdateManyAndReturnZodSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectSchema, EmployeeRoleAssignmentUpdateManyMutationInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyResultSchema, EmployeeRoleAssignmentUpdateManySchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRoleAssignmentUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRoleAssignmentUpdateManyZodSchema, EmployeeRoleAssignmentUpdateOneSchema, EmployeeRoleAssignmentUpdateOneZodSchema, EmployeeRoleAssignmentUpdateResultSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentUpsertOneSchema, EmployeeRoleAssignmentUpsertOneZodSchema, EmployeeRoleAssignmentUpsertResultSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeInputObjectZodSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRoleAssignmentUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRoleAssignmentWhereInputObjectSchema, EmployeeRoleAssignmentWhereInputObjectZodSchema, EmployeeRoleAssignmentWhereUniqueInputObjectSchema, EmployeeRoleAssignmentWhereUniqueInputObjectZodSchema, EmployeeRoleAvgAggregateInputObjectSchema, EmployeeRoleAvgAggregateInputObjectZodSchema, EmployeeRoleAvgOrderByAggregateInputObjectSchema, EmployeeRoleAvgOrderByAggregateInputObjectZodSchema, EmployeeRoleCountAggregateInputObjectSchema, EmployeeRoleCountAggregateInputObjectZodSchema, EmployeeRoleCountOrderByAggregateInputObjectSchema, EmployeeRoleCountOrderByAggregateInputObjectZodSchema, EmployeeRoleCountOutputTypeArgsObjectSchema, EmployeeRoleCountOutputTypeArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectSchema, EmployeeRoleCountOutputTypeCountAssignmentsArgsObjectZodSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectSchema, EmployeeRoleCountOutputTypeCountPermissionsArgsObjectZodSchema, EmployeeRoleCountOutputTypeSelectObjectSchema, EmployeeRoleCountOutputTypeSelectObjectZodSchema, EmployeeRoleCountResultSchema, EmployeeRoleCountSchema, EmployeeRoleCountZodSchema, EmployeeRoleCreateInputObjectSchema, EmployeeRoleCreateInputObjectZodSchema, EmployeeRoleCreateManyAndReturnSchema, EmployeeRoleCreateManyAndReturnZodSchema, EmployeeRoleCreateManyInputObjectSchema, EmployeeRoleCreateManyInputObjectZodSchema, EmployeeRoleCreateManyResultSchema, EmployeeRoleCreateManySchema, EmployeeRoleCreateManyZodSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectSchema, EmployeeRoleCreateNestedOneWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateOneSchema, EmployeeRoleCreateOneZodSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectSchema, EmployeeRoleCreateOrConnectWithoutPermissionsInputObjectZodSchema, EmployeeRoleCreateResultSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleCreateWithoutPermissionsInputObjectSchema, EmployeeRoleCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleDeleteManyResultSchema, EmployeeRoleDeleteManySchema, EmployeeRoleDeleteManyZodSchema, EmployeeRoleDeleteOneSchema, EmployeeRoleDeleteOneZodSchema, EmployeeRoleDeleteResultSchema, EmployeeRoleFindFirstOrThrowSchema, EmployeeRoleFindFirstOrThrowSelectSchema, EmployeeRoleFindFirstOrThrowSelectZodSchema, EmployeeRoleFindFirstOrThrowZodSchema, EmployeeRoleFindFirstResultSchema, EmployeeRoleFindFirstSchema, EmployeeRoleFindFirstSelectSchema, EmployeeRoleFindFirstSelectZodSchema, EmployeeRoleFindFirstZodSchema, EmployeeRoleFindManyResultSchema, EmployeeRoleFindManySchema, EmployeeRoleFindManySelectSchema, EmployeeRoleFindManySelectZodSchema, EmployeeRoleFindManyZodSchema, EmployeeRoleFindUniqueOrThrowSchema, EmployeeRoleFindUniqueOrThrowZodSchema, EmployeeRoleFindUniqueResultSchema, EmployeeRoleFindUniqueSchema, EmployeeRoleFindUniqueZodSchema, EmployeeRoleGroupByResultSchema, EmployeeRoleGroupBySchema, EmployeeRoleGroupByZodSchema, EmployeeRoleIncludeObjectSchema, EmployeeRoleIncludeObjectZodSchema, EmployeeRoleInputSchema, type EmployeeRoleInputType, EmployeeRoleMaxAggregateInputObjectSchema, EmployeeRoleMaxAggregateInputObjectZodSchema, EmployeeRoleMaxOrderByAggregateInputObjectSchema, EmployeeRoleMaxOrderByAggregateInputObjectZodSchema, EmployeeRoleMinAggregateInputObjectSchema, EmployeeRoleMinAggregateInputObjectZodSchema, EmployeeRoleMinOrderByAggregateInputObjectSchema, EmployeeRoleMinOrderByAggregateInputObjectZodSchema, EmployeeRoleModelSchema, EmployeeRoleOrderByWithAggregationInputObjectSchema, EmployeeRoleOrderByWithAggregationInputObjectZodSchema, EmployeeRoleOrderByWithRelationInputObjectSchema, EmployeeRoleOrderByWithRelationInputObjectZodSchema, EmployeeRolePermissionAggregateResultSchema, EmployeeRolePermissionAggregateSchema, EmployeeRolePermissionAggregateZodSchema, EmployeeRolePermissionArgsObjectSchema, EmployeeRolePermissionArgsObjectZodSchema, EmployeeRolePermissionAvgAggregateInputObjectSchema, EmployeeRolePermissionAvgAggregateInputObjectZodSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectSchema, EmployeeRolePermissionAvgOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountAggregateInputObjectSchema, EmployeeRolePermissionCountAggregateInputObjectZodSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectSchema, EmployeeRolePermissionCountOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionCountResultSchema, EmployeeRolePermissionCountSchema, EmployeeRolePermissionCountZodSchema, EmployeeRolePermissionCreateInputObjectSchema, EmployeeRolePermissionCreateInputObjectZodSchema, EmployeeRolePermissionCreateManyAndReturnSchema, EmployeeRolePermissionCreateManyAndReturnZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateManyEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputEnvelopeObjectZodSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateManyEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateManyInputObjectSchema, EmployeeRolePermissionCreateManyInputObjectZodSchema, EmployeeRolePermissionCreateManyResultSchema, EmployeeRolePermissionCreateManySchema, EmployeeRolePermissionCreateManyZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateOneSchema, EmployeeRolePermissionCreateOneZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateOrConnectWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionCreateResultSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionDeleteManyResultSchema, EmployeeRolePermissionDeleteManySchema, EmployeeRolePermissionDeleteManyZodSchema, EmployeeRolePermissionDeleteOneSchema, EmployeeRolePermissionDeleteOneZodSchema, EmployeeRolePermissionDeleteResultSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectSchema, EmployeeRolePermissionEmployeeRoleIdEmployeePermissionIdCompoundUniqueInputObjectZodSchema, EmployeeRolePermissionFindFirstOrThrowSchema, EmployeeRolePermissionFindFirstOrThrowSelectSchema, EmployeeRolePermissionFindFirstOrThrowSelectZodSchema, EmployeeRolePermissionFindFirstOrThrowZodSchema, EmployeeRolePermissionFindFirstResultSchema, EmployeeRolePermissionFindFirstSchema, EmployeeRolePermissionFindFirstSelectSchema, EmployeeRolePermissionFindFirstSelectZodSchema, EmployeeRolePermissionFindFirstZodSchema, EmployeeRolePermissionFindManyResultSchema, EmployeeRolePermissionFindManySchema, EmployeeRolePermissionFindManySelectSchema, EmployeeRolePermissionFindManySelectZodSchema, EmployeeRolePermissionFindManyZodSchema, EmployeeRolePermissionFindUniqueOrThrowSchema, EmployeeRolePermissionFindUniqueOrThrowZodSchema, EmployeeRolePermissionFindUniqueResultSchema, EmployeeRolePermissionFindUniqueSchema, EmployeeRolePermissionFindUniqueZodSchema, EmployeeRolePermissionGroupByResultSchema, EmployeeRolePermissionGroupBySchema, EmployeeRolePermissionGroupByZodSchema, EmployeeRolePermissionIncludeObjectSchema, EmployeeRolePermissionIncludeObjectZodSchema, EmployeeRolePermissionInputSchema, type EmployeeRolePermissionInputType, EmployeeRolePermissionListRelationFilterObjectSchema, EmployeeRolePermissionListRelationFilterObjectZodSchema, EmployeeRolePermissionMaxAggregateInputObjectSchema, EmployeeRolePermissionMaxAggregateInputObjectZodSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectSchema, EmployeeRolePermissionMaxOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionMinAggregateInputObjectSchema, EmployeeRolePermissionMinAggregateInputObjectZodSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectSchema, EmployeeRolePermissionMinOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionModelSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectSchema, EmployeeRolePermissionOrderByRelationAggregateInputObjectZodSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectSchema, EmployeeRolePermissionOrderByWithAggregationInputObjectZodSchema, EmployeeRolePermissionOrderByWithRelationInputObjectSchema, EmployeeRolePermissionOrderByWithRelationInputObjectZodSchema, type EmployeeRolePermissionPureType, EmployeeRolePermissionResultSchema, type EmployeeRolePermissionResultType, type EmployeeRolePermissionScalarFieldEnum, EmployeeRolePermissionScalarFieldEnumSchema, EmployeeRolePermissionScalarWhereInputObjectSchema, EmployeeRolePermissionScalarWhereInputObjectZodSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectSchema, EmployeeRolePermissionScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRolePermissionSelectObjectSchema, EmployeeRolePermissionSelectObjectZodSchema, EmployeeRolePermissionSumAggregateInputObjectSchema, EmployeeRolePermissionSumAggregateInputObjectZodSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectSchema, EmployeeRolePermissionSumOrderByAggregateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateInputObjectSchema, EmployeeRolePermissionUncheckedCreateInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateNestedManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedCreateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateInputObjectSchema, EmployeeRolePermissionUncheckedUpdateInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUncheckedUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUncheckedUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateInputObjectSchema, EmployeeRolePermissionUpdateInputObjectZodSchema, EmployeeRolePermissionUpdateManyAndReturnSchema, EmployeeRolePermissionUpdateManyAndReturnZodSchema, EmployeeRolePermissionUpdateManyMutationInputObjectSchema, EmployeeRolePermissionUpdateManyMutationInputObjectZodSchema, EmployeeRolePermissionUpdateManyResultSchema, EmployeeRolePermissionUpdateManySchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateManyWithWhereWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeePermissionNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectSchema, EmployeeRolePermissionUpdateManyWithoutEmployeeRoleNestedInputObjectZodSchema, EmployeeRolePermissionUpdateManyZodSchema, EmployeeRolePermissionUpdateOneSchema, EmployeeRolePermissionUpdateOneZodSchema, EmployeeRolePermissionUpdateResultSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpdateWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionUpsertOneSchema, EmployeeRolePermissionUpsertOneZodSchema, EmployeeRolePermissionUpsertResultSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeePermissionInputObjectZodSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectSchema, EmployeeRolePermissionUpsertWithWhereUniqueWithoutEmployeeRoleInputObjectZodSchema, EmployeeRolePermissionWhereInputObjectSchema, EmployeeRolePermissionWhereInputObjectZodSchema, EmployeeRolePermissionWhereUniqueInputObjectSchema, EmployeeRolePermissionWhereUniqueInputObjectZodSchema, type EmployeeRolePureType, EmployeeRoleResultSchema, type EmployeeRoleResultType, type EmployeeRoleScalarFieldEnum, EmployeeRoleScalarFieldEnumSchema, EmployeeRoleScalarRelationFilterObjectSchema, EmployeeRoleScalarRelationFilterObjectZodSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectSchema, EmployeeRoleScalarWhereWithAggregatesInputObjectZodSchema, EmployeeRoleSchema, EmployeeRoleSelectObjectSchema, EmployeeRoleSelectObjectZodSchema, EmployeeRoleSumAggregateInputObjectSchema, EmployeeRoleSumAggregateInputObjectZodSchema, EmployeeRoleSumOrderByAggregateInputObjectSchema, EmployeeRoleSumOrderByAggregateInputObjectZodSchema, EmployeeRoleUncheckedCreateInputObjectSchema, EmployeeRoleUncheckedCreateInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedCreateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUncheckedUpdateInputObjectSchema, EmployeeRoleUncheckedUpdateInputObjectZodSchema, EmployeeRoleUncheckedUpdateManyInputObjectSchema, EmployeeRoleUncheckedUpdateManyInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUncheckedUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateInputObjectSchema, EmployeeRoleUpdateInputObjectZodSchema, EmployeeRoleUpdateManyAndReturnSchema, EmployeeRoleUpdateManyAndReturnZodSchema, EmployeeRoleUpdateManyMutationInputObjectSchema, EmployeeRoleUpdateManyMutationInputObjectZodSchema, EmployeeRoleUpdateManyResultSchema, EmployeeRoleUpdateManySchema, EmployeeRoleUpdateManyZodSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutAssignmentsNestedInputObjectZodSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectSchema, EmployeeRoleUpdateOneRequiredWithoutPermissionsNestedInputObjectZodSchema, EmployeeRoleUpdateOneSchema, EmployeeRoleUpdateOneZodSchema, EmployeeRoleUpdateResultSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateToOneWithWhereWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectSchema, EmployeeRoleUpdateWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectSchema, EmployeeRoleUpdateWithoutPermissionsInputObjectZodSchema, EmployeeRoleUpsertOneSchema, EmployeeRoleUpsertOneZodSchema, EmployeeRoleUpsertResultSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectSchema, EmployeeRoleUpsertWithoutAssignmentsInputObjectZodSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectSchema, EmployeeRoleUpsertWithoutPermissionsInputObjectZodSchema, EmployeeRoleWhereInputObjectSchema, EmployeeRoleWhereInputObjectZodSchema, EmployeeRoleWhereUniqueInputObjectSchema, EmployeeRoleWhereUniqueInputObjectZodSchema, type EmployeeScalarFieldEnum, EmployeeScalarFieldEnumSchema, EmployeeScalarRelationFilterObjectSchema, EmployeeScalarRelationFilterObjectZodSchema, EmployeeScalarWhereInputObjectSchema, EmployeeScalarWhereInputObjectZodSchema, EmployeeScalarWhereWithAggregatesInputObjectSchema, EmployeeScalarWhereWithAggregatesInputObjectZodSchema, EmployeeSchema, EmployeeSelectObjectSchema, EmployeeSelectObjectZodSchema, EmployeeSumAggregateInputObjectSchema, EmployeeSumAggregateInputObjectZodSchema, EmployeeSumOrderByAggregateInputObjectSchema, EmployeeSumOrderByAggregateInputObjectZodSchema, EmployeeUncheckedCreateInputObjectSchema, EmployeeUncheckedCreateInputObjectZodSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateNestedManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedCreateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectSchema, EmployeeUncheckedCreateWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateInputObjectSchema, EmployeeUncheckedUpdateInputObjectZodSchema, EmployeeUncheckedUpdateManyInputObjectSchema, EmployeeUncheckedUpdateManyInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseInputObjectZodSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUncheckedUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUncheckedUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectSchema, EmployeeUncheckedUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpdateInputObjectSchema, EmployeeUpdateInputObjectZodSchema, EmployeeUpdateManyAndReturnSchema, EmployeeUpdateManyAndReturnZodSchema, EmployeeUpdateManyMutationInputObjectSchema, EmployeeUpdateManyMutationInputObjectZodSchema, EmployeeUpdateManyResultSchema, EmployeeUpdateManySchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectSchema, EmployeeUpdateManyWithWhereWithoutWarehouseInputObjectZodSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectSchema, EmployeeUpdateManyWithoutWarehouseNestedInputObjectZodSchema, EmployeeUpdateManyZodSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectSchema, EmployeeUpdateOneRequiredWithoutRoleAssignmentsNestedInputObjectZodSchema, EmployeeUpdateOneSchema, EmployeeUpdateOneZodSchema, EmployeeUpdateResultSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateToOneWithWhereWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpdateWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectSchema, EmployeeUpdateWithoutRoleAssignmentsInputObjectZodSchema, EmployeeUpdateWithoutWarehouseInputObjectSchema, EmployeeUpdateWithoutWarehouseInputObjectZodSchema, EmployeeUpsertOneSchema, EmployeeUpsertOneZodSchema, EmployeeUpsertResultSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectSchema, EmployeeUpsertWithWhereUniqueWithoutWarehouseInputObjectZodSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectSchema, EmployeeUpsertWithoutRoleAssignmentsInputObjectZodSchema, EmployeeWhereInputObjectSchema, EmployeeWhereInputObjectZodSchema, EmployeeWhereUniqueInputObjectSchema, EmployeeWhereUniqueInputObjectZodSchema, IntFieldUpdateOperationsInputObjectSchema, IntFieldUpdateOperationsInputObjectZodSchema, IntFilterObjectSchema, IntFilterObjectZodSchema, IntNullableFilterObjectSchema, IntNullableFilterObjectZodSchema, IntNullableWithAggregatesFilterObjectSchema, IntNullableWithAggregatesFilterObjectZodSchema, IntWithAggregatesFilterObjectSchema, IntWithAggregatesFilterObjectZodSchema, type JwtPayload, type Locality, LocalityAggregateResultSchema, LocalityAggregateSchema, LocalityAggregateZodSchema, LocalityArgsObjectSchema, LocalityArgsObjectZodSchema, LocalityAvgAggregateInputObjectSchema, LocalityAvgAggregateInputObjectZodSchema, LocalityAvgOrderByAggregateInputObjectSchema, LocalityAvgOrderByAggregateInputObjectZodSchema, LocalityCountAggregateInputObjectSchema, LocalityCountAggregateInputObjectZodSchema, LocalityCountOrderByAggregateInputObjectSchema, LocalityCountOrderByAggregateInputObjectZodSchema, LocalityCountOutputTypeArgsObjectSchema, LocalityCountOutputTypeArgsObjectZodSchema, LocalityCountOutputTypeCountWarehousesArgsObjectSchema, LocalityCountOutputTypeCountWarehousesArgsObjectZodSchema, LocalityCountOutputTypeSelectObjectSchema, LocalityCountOutputTypeSelectObjectZodSchema, LocalityCountResultSchema, LocalityCountSchema, LocalityCountZodSchema, LocalityCreateInputObjectSchema, LocalityCreateInputObjectZodSchema, LocalityCreateManyAndReturnSchema, LocalityCreateManyAndReturnZodSchema, LocalityCreateManyCountryInputEnvelopeObjectSchema, LocalityCreateManyCountryInputEnvelopeObjectZodSchema, LocalityCreateManyCountryInputObjectSchema, LocalityCreateManyCountryInputObjectZodSchema, LocalityCreateManyInputObjectSchema, LocalityCreateManyInputObjectZodSchema, LocalityCreateManyResultSchema, LocalityCreateManySchema, LocalityCreateManyZodSchema, LocalityCreateNestedManyWithoutCountryInputObjectSchema, LocalityCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectSchema, LocalityCreateNestedOneWithoutWarehousesInputObjectZodSchema, LocalityCreateOneSchema, LocalityCreateOneZodSchema, LocalityCreateOrConnectWithoutCountryInputObjectSchema, LocalityCreateOrConnectWithoutCountryInputObjectZodSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectSchema, LocalityCreateOrConnectWithoutWarehousesInputObjectZodSchema, LocalityCreateResultSchema, LocalityCreateWithoutCountryInputObjectSchema, LocalityCreateWithoutCountryInputObjectZodSchema, LocalityCreateWithoutWarehousesInputObjectSchema, LocalityCreateWithoutWarehousesInputObjectZodSchema, LocalityDeleteManyResultSchema, LocalityDeleteManySchema, LocalityDeleteManyZodSchema, LocalityDeleteOneSchema, LocalityDeleteOneZodSchema, LocalityDeleteResultSchema, LocalityFindFirstOrThrowSchema, LocalityFindFirstOrThrowSelectSchema, LocalityFindFirstOrThrowSelectZodSchema, LocalityFindFirstOrThrowZodSchema, LocalityFindFirstResultSchema, LocalityFindFirstSchema, LocalityFindFirstSelectSchema, LocalityFindFirstSelectZodSchema, LocalityFindFirstZodSchema, LocalityFindManyResultSchema, LocalityFindManySchema, LocalityFindManySelectSchema, LocalityFindManySelectZodSchema, LocalityFindManyZodSchema, LocalityFindUniqueOrThrowSchema, LocalityFindUniqueOrThrowZodSchema, LocalityFindUniqueResultSchema, LocalityFindUniqueSchema, LocalityFindUniqueZodSchema, LocalityGroupByResultSchema, LocalityGroupBySchema, LocalityGroupByZodSchema, LocalityIncludeObjectSchema, LocalityIncludeObjectZodSchema, LocalityInputSchema, type LocalityInputType, LocalityListRelationFilterObjectSchema, LocalityListRelationFilterObjectZodSchema, LocalityMaxAggregateInputObjectSchema, LocalityMaxAggregateInputObjectZodSchema, LocalityMaxOrderByAggregateInputObjectSchema, LocalityMaxOrderByAggregateInputObjectZodSchema, LocalityMinAggregateInputObjectSchema, LocalityMinAggregateInputObjectZodSchema, LocalityMinOrderByAggregateInputObjectSchema, LocalityMinOrderByAggregateInputObjectZodSchema, LocalityModelSchema, LocalityOrderByRelationAggregateInputObjectSchema, LocalityOrderByRelationAggregateInputObjectZodSchema, LocalityOrderByWithAggregationInputObjectSchema, LocalityOrderByWithAggregationInputObjectZodSchema, LocalityOrderByWithRelationInputObjectSchema, LocalityOrderByWithRelationInputObjectZodSchema, type LocalityPureType, LocalityResultSchema, type LocalityResultType, type LocalityScalarFieldEnum, LocalityScalarFieldEnumSchema, LocalityScalarRelationFilterObjectSchema, LocalityScalarRelationFilterObjectZodSchema, LocalityScalarWhereInputObjectSchema, LocalityScalarWhereInputObjectZodSchema, LocalityScalarWhereWithAggregatesInputObjectSchema, LocalityScalarWhereWithAggregatesInputObjectZodSchema, LocalitySchema, LocalitySelectObjectSchema, LocalitySelectObjectZodSchema, LocalitySumAggregateInputObjectSchema, LocalitySumAggregateInputObjectZodSchema, LocalitySumOrderByAggregateInputObjectSchema, LocalitySumOrderByAggregateInputObjectZodSchema, LocalityUncheckedCreateInputObjectSchema, LocalityUncheckedCreateInputObjectZodSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectSchema, LocalityUncheckedCreateNestedManyWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutCountryInputObjectSchema, LocalityUncheckedCreateWithoutCountryInputObjectZodSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectSchema, LocalityUncheckedCreateWithoutWarehousesInputObjectZodSchema, LocalityUncheckedUpdateInputObjectSchema, LocalityUncheckedUpdateInputObjectZodSchema, LocalityUncheckedUpdateManyInputObjectSchema, LocalityUncheckedUpdateManyInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUncheckedUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUncheckedUpdateWithoutCountryInputObjectSchema, LocalityUncheckedUpdateWithoutCountryInputObjectZodSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectSchema, LocalityUncheckedUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpdateInputObjectSchema, LocalityUpdateInputObjectZodSchema, LocalityUpdateManyAndReturnSchema, LocalityUpdateManyAndReturnZodSchema, LocalityUpdateManyMutationInputObjectSchema, LocalityUpdateManyMutationInputObjectZodSchema, LocalityUpdateManyResultSchema, LocalityUpdateManySchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectSchema, LocalityUpdateManyWithWhereWithoutCountryInputObjectZodSchema, LocalityUpdateManyWithoutCountryNestedInputObjectSchema, LocalityUpdateManyWithoutCountryNestedInputObjectZodSchema, LocalityUpdateManyZodSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, LocalityUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, LocalityUpdateOneSchema, LocalityUpdateOneZodSchema, LocalityUpdateResultSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, LocalityUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpdateWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutCountryInputObjectSchema, LocalityUpdateWithoutCountryInputObjectZodSchema, LocalityUpdateWithoutWarehousesInputObjectSchema, LocalityUpdateWithoutWarehousesInputObjectZodSchema, LocalityUpsertOneSchema, LocalityUpsertOneZodSchema, LocalityUpsertResultSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectSchema, LocalityUpsertWithWhereUniqueWithoutCountryInputObjectZodSchema, LocalityUpsertWithoutWarehousesInputObjectSchema, LocalityUpsertWithoutWarehousesInputObjectZodSchema, LocalityWhereInputObjectSchema, LocalityWhereInputObjectZodSchema, LocalityWhereUniqueInputObjectSchema, LocalityWhereUniqueInputObjectZodSchema, type LoginDto, LoginSchema, NestedBoolFilterObjectSchema, NestedBoolFilterObjectZodSchema, NestedBoolWithAggregatesFilterObjectSchema, NestedBoolWithAggregatesFilterObjectZodSchema, NestedDateTimeFilterObjectSchema, NestedDateTimeFilterObjectZodSchema, NestedDateTimeNullableFilterObjectSchema, NestedDateTimeNullableFilterObjectZodSchema, NestedDateTimeNullableWithAggregatesFilterObjectSchema, NestedDateTimeNullableWithAggregatesFilterObjectZodSchema, NestedDateTimeWithAggregatesFilterObjectSchema, NestedDateTimeWithAggregatesFilterObjectZodSchema, NestedFloatFilterObjectSchema, NestedFloatFilterObjectZodSchema, NestedFloatNullableFilterObjectSchema, NestedFloatNullableFilterObjectZodSchema, NestedIntFilterObjectSchema, NestedIntFilterObjectZodSchema, NestedIntNullableFilterObjectSchema, NestedIntNullableFilterObjectZodSchema, NestedIntNullableWithAggregatesFilterObjectSchema, NestedIntNullableWithAggregatesFilterObjectZodSchema, NestedIntWithAggregatesFilterObjectSchema, NestedIntWithAggregatesFilterObjectZodSchema, NestedStringFilterObjectSchema, NestedStringFilterObjectZodSchema, NestedStringNullableFilterObjectSchema, NestedStringNullableFilterObjectZodSchema, NestedStringNullableWithAggregatesFilterObjectSchema, NestedStringNullableWithAggregatesFilterObjectZodSchema, NestedStringWithAggregatesFilterObjectSchema, NestedStringWithAggregatesFilterObjectZodSchema, NestedUuidFilterObjectSchema, NestedUuidFilterObjectZodSchema, NestedUuidWithAggregatesFilterObjectSchema, NestedUuidWithAggregatesFilterObjectZodSchema, NullableDateTimeFieldUpdateOperationsInputObjectSchema, NullableDateTimeFieldUpdateOperationsInputObjectZodSchema, NullableIntFieldUpdateOperationsInputObjectSchema, NullableIntFieldUpdateOperationsInputObjectZodSchema, NullableStringFieldUpdateOperationsInputObjectSchema, NullableStringFieldUpdateOperationsInputObjectZodSchema, type NullsOrder, NullsOrderSchema, type Organization, OrganizationAggregateResultSchema, OrganizationAggregateSchema, OrganizationAggregateZodSchema, OrganizationArgsObjectSchema, OrganizationArgsObjectZodSchema, OrganizationAvgAggregateInputObjectSchema, OrganizationAvgAggregateInputObjectZodSchema, OrganizationAvgOrderByAggregateInputObjectSchema, OrganizationAvgOrderByAggregateInputObjectZodSchema, OrganizationCountAggregateInputObjectSchema, OrganizationCountAggregateInputObjectZodSchema, OrganizationCountOrderByAggregateInputObjectSchema, OrganizationCountOrderByAggregateInputObjectZodSchema, OrganizationCountOutputTypeArgsObjectSchema, OrganizationCountOutputTypeArgsObjectZodSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectSchema, OrganizationCountOutputTypeCountWarehousesArgsObjectZodSchema, OrganizationCountOutputTypeSelectObjectSchema, OrganizationCountOutputTypeSelectObjectZodSchema, OrganizationCountResultSchema, OrganizationCountSchema, OrganizationCountZodSchema, OrganizationCreateInputObjectSchema, OrganizationCreateInputObjectZodSchema, OrganizationCreateManyAndReturnSchema, OrganizationCreateManyAndReturnZodSchema, OrganizationCreateManyInputObjectSchema, OrganizationCreateManyInputObjectZodSchema, OrganizationCreateManyResultSchema, OrganizationCreateManySchema, OrganizationCreateManyZodSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectSchema, OrganizationCreateNestedOneWithoutWarehousesInputObjectZodSchema, OrganizationCreateOneSchema, OrganizationCreateOneZodSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectSchema, OrganizationCreateOrConnectWithoutWarehousesInputObjectZodSchema, OrganizationCreateResultSchema, OrganizationCreateWithoutWarehousesInputObjectSchema, OrganizationCreateWithoutWarehousesInputObjectZodSchema, OrganizationDeleteManyResultSchema, OrganizationDeleteManySchema, OrganizationDeleteManyZodSchema, OrganizationDeleteOneSchema, OrganizationDeleteOneZodSchema, OrganizationDeleteResultSchema, OrganizationFindFirstOrThrowSchema, OrganizationFindFirstOrThrowSelectSchema, OrganizationFindFirstOrThrowSelectZodSchema, OrganizationFindFirstOrThrowZodSchema, OrganizationFindFirstResultSchema, OrganizationFindFirstSchema, OrganizationFindFirstSelectSchema, OrganizationFindFirstSelectZodSchema, OrganizationFindFirstZodSchema, OrganizationFindManyResultSchema, OrganizationFindManySchema, OrganizationFindManySelectSchema, OrganizationFindManySelectZodSchema, OrganizationFindManyZodSchema, OrganizationFindUniqueOrThrowSchema, OrganizationFindUniqueOrThrowZodSchema, OrganizationFindUniqueResultSchema, OrganizationFindUniqueSchema, OrganizationFindUniqueZodSchema, OrganizationGroupByResultSchema, OrganizationGroupBySchema, OrganizationGroupByZodSchema, OrganizationIncludeObjectSchema, OrganizationIncludeObjectZodSchema, OrganizationInputSchema, type OrganizationInputType, OrganizationMaxAggregateInputObjectSchema, OrganizationMaxAggregateInputObjectZodSchema, OrganizationMaxOrderByAggregateInputObjectSchema, OrganizationMaxOrderByAggregateInputObjectZodSchema, OrganizationMinAggregateInputObjectSchema, OrganizationMinAggregateInputObjectZodSchema, OrganizationMinOrderByAggregateInputObjectSchema, OrganizationMinOrderByAggregateInputObjectZodSchema, OrganizationModelSchema, OrganizationOrderByWithAggregationInputObjectSchema, OrganizationOrderByWithAggregationInputObjectZodSchema, OrganizationOrderByWithRelationInputObjectSchema, OrganizationOrderByWithRelationInputObjectZodSchema, type OrganizationPureType, OrganizationResultSchema, type OrganizationResultType, type OrganizationScalarFieldEnum, OrganizationScalarFieldEnumSchema, OrganizationScalarRelationFilterObjectSchema, OrganizationScalarRelationFilterObjectZodSchema, OrganizationScalarWhereWithAggregatesInputObjectSchema, OrganizationScalarWhereWithAggregatesInputObjectZodSchema, OrganizationSchema, OrganizationSelectObjectSchema, OrganizationSelectObjectZodSchema, type OrganizationStats, OrganizationSumAggregateInputObjectSchema, OrganizationSumAggregateInputObjectZodSchema, OrganizationSumOrderByAggregateInputObjectSchema, OrganizationSumOrderByAggregateInputObjectZodSchema, OrganizationUncheckedCreateInputObjectSchema, OrganizationUncheckedCreateInputObjectZodSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectSchema, OrganizationUncheckedCreateWithoutWarehousesInputObjectZodSchema, OrganizationUncheckedUpdateInputObjectSchema, OrganizationUncheckedUpdateInputObjectZodSchema, OrganizationUncheckedUpdateManyInputObjectSchema, OrganizationUncheckedUpdateManyInputObjectZodSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectSchema, OrganizationUncheckedUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpdateInputObjectSchema, OrganizationUpdateInputObjectZodSchema, OrganizationUpdateManyAndReturnSchema, OrganizationUpdateManyAndReturnZodSchema, OrganizationUpdateManyMutationInputObjectSchema, OrganizationUpdateManyMutationInputObjectZodSchema, OrganizationUpdateManyResultSchema, OrganizationUpdateManySchema, OrganizationUpdateManyZodSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectSchema, OrganizationUpdateOneRequiredWithoutWarehousesNestedInputObjectZodSchema, OrganizationUpdateOneSchema, OrganizationUpdateOneZodSchema, OrganizationUpdateResultSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectSchema, OrganizationUpdateToOneWithWhereWithoutWarehousesInputObjectZodSchema, OrganizationUpdateWithoutWarehousesInputObjectSchema, OrganizationUpdateWithoutWarehousesInputObjectZodSchema, OrganizationUpsertOneSchema, OrganizationUpsertOneZodSchema, OrganizationUpsertResultSchema, OrganizationUpsertWithoutWarehousesInputObjectSchema, OrganizationUpsertWithoutWarehousesInputObjectZodSchema, OrganizationWhereInputObjectSchema, OrganizationWhereInputObjectZodSchema, OrganizationWhereUniqueInputObjectSchema, OrganizationWhereUniqueInputObjectZodSchema, type Paginated, type PaginationQuery, PaginationQuerySchema, type Permission, type ProductType, ProductTypeSchema, type QueryMode, QueryModeSchema, type Role, RolePermissionItemSchema, RoleSchema, ServerSettingsAggregateResultSchema, ServerSettingsAggregateSchema, ServerSettingsAggregateZodSchema, ServerSettingsArgsObjectSchema, ServerSettingsArgsObjectZodSchema, ServerSettingsAvgAggregateInputObjectSchema, ServerSettingsAvgAggregateInputObjectZodSchema, ServerSettingsAvgOrderByAggregateInputObjectSchema, ServerSettingsAvgOrderByAggregateInputObjectZodSchema, ServerSettingsCountAggregateInputObjectSchema, ServerSettingsCountAggregateInputObjectZodSchema, ServerSettingsCountOrderByAggregateInputObjectSchema, ServerSettingsCountOrderByAggregateInputObjectZodSchema, ServerSettingsCountResultSchema, ServerSettingsCountSchema, ServerSettingsCountZodSchema, ServerSettingsCreateInputObjectSchema, ServerSettingsCreateInputObjectZodSchema, ServerSettingsCreateManyAndReturnSchema, ServerSettingsCreateManyAndReturnZodSchema, ServerSettingsCreateManyInputObjectSchema, ServerSettingsCreateManyInputObjectZodSchema, ServerSettingsCreateManyResultSchema, ServerSettingsCreateManySchema, ServerSettingsCreateManyZodSchema, ServerSettingsCreateOneSchema, ServerSettingsCreateOneZodSchema, ServerSettingsCreateResultSchema, ServerSettingsDeleteManyResultSchema, ServerSettingsDeleteManySchema, ServerSettingsDeleteManyZodSchema, ServerSettingsDeleteOneSchema, ServerSettingsDeleteOneZodSchema, ServerSettingsDeleteResultSchema, ServerSettingsFindFirstOrThrowSchema, ServerSettingsFindFirstOrThrowSelectSchema, ServerSettingsFindFirstOrThrowSelectZodSchema, ServerSettingsFindFirstOrThrowZodSchema, ServerSettingsFindFirstResultSchema, ServerSettingsFindFirstSchema, ServerSettingsFindFirstSelectSchema, ServerSettingsFindFirstSelectZodSchema, ServerSettingsFindFirstZodSchema, ServerSettingsFindManyResultSchema, ServerSettingsFindManySchema, ServerSettingsFindManySelectSchema, ServerSettingsFindManySelectZodSchema, ServerSettingsFindManyZodSchema, ServerSettingsFindUniqueOrThrowSchema, ServerSettingsFindUniqueOrThrowZodSchema, ServerSettingsFindUniqueResultSchema, ServerSettingsFindUniqueSchema, ServerSettingsFindUniqueZodSchema, ServerSettingsGroupByResultSchema, ServerSettingsGroupBySchema, ServerSettingsGroupByZodSchema, ServerSettingsInputSchema, type ServerSettingsInputType, ServerSettingsMaxAggregateInputObjectSchema, ServerSettingsMaxAggregateInputObjectZodSchema, ServerSettingsMaxOrderByAggregateInputObjectSchema, ServerSettingsMaxOrderByAggregateInputObjectZodSchema, ServerSettingsMinAggregateInputObjectSchema, ServerSettingsMinAggregateInputObjectZodSchema, ServerSettingsMinOrderByAggregateInputObjectSchema, ServerSettingsMinOrderByAggregateInputObjectZodSchema, ServerSettingsModelSchema, ServerSettingsOrderByWithAggregationInputObjectSchema, ServerSettingsOrderByWithAggregationInputObjectZodSchema, ServerSettingsOrderByWithRelationInputObjectSchema, ServerSettingsOrderByWithRelationInputObjectZodSchema, type ServerSettingsPureType, ServerSettingsResultSchema, type ServerSettingsResultType, type ServerSettingsScalarFieldEnum, ServerSettingsScalarFieldEnumSchema, ServerSettingsScalarWhereWithAggregatesInputObjectSchema, ServerSettingsScalarWhereWithAggregatesInputObjectZodSchema, ServerSettingsSelectObjectSchema, ServerSettingsSelectObjectZodSchema, ServerSettingsSumAggregateInputObjectSchema, ServerSettingsSumAggregateInputObjectZodSchema, ServerSettingsSumOrderByAggregateInputObjectSchema, ServerSettingsSumOrderByAggregateInputObjectZodSchema, ServerSettingsUncheckedCreateInputObjectSchema, ServerSettingsUncheckedCreateInputObjectZodSchema, ServerSettingsUncheckedUpdateInputObjectSchema, ServerSettingsUncheckedUpdateInputObjectZodSchema, ServerSettingsUncheckedUpdateManyInputObjectSchema, ServerSettingsUncheckedUpdateManyInputObjectZodSchema, ServerSettingsUpdateInputObjectSchema, ServerSettingsUpdateInputObjectZodSchema, ServerSettingsUpdateManyAndReturnSchema, ServerSettingsUpdateManyAndReturnZodSchema, ServerSettingsUpdateManyMutationInputObjectSchema, ServerSettingsUpdateManyMutationInputObjectZodSchema, ServerSettingsUpdateManyResultSchema, ServerSettingsUpdateManySchema, ServerSettingsUpdateManyZodSchema, ServerSettingsUpdateOneSchema, ServerSettingsUpdateOneZodSchema, ServerSettingsUpdateResultSchema, ServerSettingsUpsertOneSchema, ServerSettingsUpsertOneZodSchema, ServerSettingsUpsertResultSchema, ServerSettingsWhereInputObjectSchema, ServerSettingsWhereInputObjectZodSchema, ServerSettingsWhereUniqueInputObjectSchema, ServerSettingsWhereUniqueInputObjectZodSchema, type SetupInitDto, SetupInitSchema, type SetupStatusResponse, type SortOrder, SortOrderInputObjectSchema, SortOrderInputObjectZodSchema, SortOrderSchema, StringFieldUpdateOperationsInputObjectSchema, StringFieldUpdateOperationsInputObjectZodSchema, StringFilterObjectSchema, StringFilterObjectZodSchema, StringNullableFilterObjectSchema, StringNullableFilterObjectZodSchema, StringNullableWithAggregatesFilterObjectSchema, StringNullableWithAggregatesFilterObjectZodSchema, StringWithAggregatesFilterObjectSchema, StringWithAggregatesFilterObjectZodSchema, type TransactionIsolationLevel, TransactionIsolationLevelSchema, type UpdateEmployeeDto, UpdateEmployeeSchema, type UpdateOrganizationDto, UpdateOrganizationSchema, type UpdateOwnPasswordDto, UpdateOwnPasswordSchema, type UpdateOwnProfileDto, UpdateOwnProfileSchema, type UpdateProductTypeDto, UpdateProductTypeSchema, type UpdateRoleDto, UpdateRoleSchema, type UpdateWarehouseDto, UpdateWarehouseSchema, UuidFilterObjectSchema, UuidFilterObjectZodSchema, UuidWithAggregatesFilterObjectSchema, UuidWithAggregatesFilterObjectZodSchema, type Warehouse, WarehouseAggregateResultSchema, WarehouseAggregateSchema, WarehouseAggregateZodSchema, WarehouseArgsObjectSchema, WarehouseArgsObjectZodSchema, WarehouseAvgAggregateInputObjectSchema, WarehouseAvgAggregateInputObjectZodSchema, WarehouseAvgOrderByAggregateInputObjectSchema, WarehouseAvgOrderByAggregateInputObjectZodSchema, WarehouseCountAggregateInputObjectSchema, WarehouseCountAggregateInputObjectZodSchema, WarehouseCountOrderByAggregateInputObjectSchema, WarehouseCountOrderByAggregateInputObjectZodSchema, WarehouseCountOutputTypeArgsObjectSchema, WarehouseCountOutputTypeArgsObjectZodSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectSchema, WarehouseCountOutputTypeCountEmployeesArgsObjectZodSchema, WarehouseCountOutputTypeSelectObjectSchema, WarehouseCountOutputTypeSelectObjectZodSchema, WarehouseCountResultSchema, WarehouseCountSchema, WarehouseCountZodSchema, WarehouseCreateInputObjectSchema, WarehouseCreateInputObjectZodSchema, WarehouseCreateManyAndReturnSchema, WarehouseCreateManyAndReturnZodSchema, WarehouseCreateManyInputObjectSchema, WarehouseCreateManyInputObjectZodSchema, WarehouseCreateManyLocalityInputEnvelopeObjectSchema, WarehouseCreateManyLocalityInputEnvelopeObjectZodSchema, WarehouseCreateManyLocalityInputObjectSchema, WarehouseCreateManyLocalityInputObjectZodSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectSchema, WarehouseCreateManyOrganizationInputEnvelopeObjectZodSchema, WarehouseCreateManyOrganizationInputObjectSchema, WarehouseCreateManyOrganizationInputObjectZodSchema, WarehouseCreateManyResultSchema, WarehouseCreateManySchema, WarehouseCreateManyZodSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectSchema, WarehouseCreateNestedOneWithoutEmployeesInputObjectZodSchema, WarehouseCreateOneSchema, WarehouseCreateOneZodSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectSchema, WarehouseCreateOrConnectWithoutEmployeesInputObjectZodSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectSchema, WarehouseCreateOrConnectWithoutLocalityInputObjectZodSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectSchema, WarehouseCreateOrConnectWithoutOrganizationInputObjectZodSchema, WarehouseCreateResultSchema, WarehouseCreateWithoutEmployeesInputObjectSchema, WarehouseCreateWithoutEmployeesInputObjectZodSchema, WarehouseCreateWithoutLocalityInputObjectSchema, WarehouseCreateWithoutLocalityInputObjectZodSchema, WarehouseCreateWithoutOrganizationInputObjectSchema, WarehouseCreateWithoutOrganizationInputObjectZodSchema, WarehouseDeleteManyResultSchema, WarehouseDeleteManySchema, WarehouseDeleteManyZodSchema, WarehouseDeleteOneSchema, WarehouseDeleteOneZodSchema, WarehouseDeleteResultSchema, WarehouseFindFirstOrThrowSchema, WarehouseFindFirstOrThrowSelectSchema, WarehouseFindFirstOrThrowSelectZodSchema, WarehouseFindFirstOrThrowZodSchema, WarehouseFindFirstResultSchema, WarehouseFindFirstSchema, WarehouseFindFirstSelectSchema, WarehouseFindFirstSelectZodSchema, WarehouseFindFirstZodSchema, WarehouseFindManyResultSchema, WarehouseFindManySchema, WarehouseFindManySelectSchema, WarehouseFindManySelectZodSchema, WarehouseFindManyZodSchema, WarehouseFindUniqueOrThrowSchema, WarehouseFindUniqueOrThrowZodSchema, WarehouseFindUniqueResultSchema, WarehouseFindUniqueSchema, WarehouseFindUniqueZodSchema, WarehouseGroupByResultSchema, WarehouseGroupBySchema, WarehouseGroupByZodSchema, WarehouseIncludeObjectSchema, WarehouseIncludeObjectZodSchema, WarehouseInputSchema, type WarehouseInputType, WarehouseListRelationFilterObjectSchema, WarehouseListRelationFilterObjectZodSchema, WarehouseMaxAggregateInputObjectSchema, WarehouseMaxAggregateInputObjectZodSchema, WarehouseMaxOrderByAggregateInputObjectSchema, WarehouseMaxOrderByAggregateInputObjectZodSchema, WarehouseMinAggregateInputObjectSchema, WarehouseMinAggregateInputObjectZodSchema, WarehouseMinOrderByAggregateInputObjectSchema, WarehouseMinOrderByAggregateInputObjectZodSchema, WarehouseModelSchema, WarehouseNullableScalarRelationFilterObjectSchema, WarehouseNullableScalarRelationFilterObjectZodSchema, WarehouseOrderByRelationAggregateInputObjectSchema, WarehouseOrderByRelationAggregateInputObjectZodSchema, WarehouseOrderByWithAggregationInputObjectSchema, WarehouseOrderByWithAggregationInputObjectZodSchema, WarehouseOrderByWithRelationInputObjectSchema, WarehouseOrderByWithRelationInputObjectZodSchema, type WarehousePureType, WarehouseResultSchema, type WarehouseResultType, type WarehouseScalarFieldEnum, WarehouseScalarFieldEnumSchema, WarehouseScalarWhereInputObjectSchema, WarehouseScalarWhereInputObjectZodSchema, WarehouseScalarWhereWithAggregatesInputObjectSchema, WarehouseScalarWhereWithAggregatesInputObjectZodSchema, WarehouseSchema, WarehouseSelectObjectSchema, WarehouseSelectObjectZodSchema, WarehouseSumAggregateInputObjectSchema, WarehouseSumAggregateInputObjectZodSchema, WarehouseSumOrderByAggregateInputObjectSchema, WarehouseSumOrderByAggregateInputObjectZodSchema, WarehouseUncheckedCreateInputObjectSchema, WarehouseUncheckedCreateInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateNestedManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectSchema, WarehouseUncheckedCreateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectSchema, WarehouseUncheckedCreateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectSchema, WarehouseUncheckedCreateWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateInputObjectSchema, WarehouseUncheckedUpdateInputObjectZodSchema, WarehouseUncheckedUpdateManyInputObjectSchema, WarehouseUncheckedUpdateManyInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationInputObjectZodSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUncheckedUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectSchema, WarehouseUncheckedUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectSchema, WarehouseUncheckedUpdateWithoutLocalityInputObjectZodSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectSchema, WarehouseUncheckedUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpdateInputObjectSchema, WarehouseUpdateInputObjectZodSchema, WarehouseUpdateManyAndReturnSchema, WarehouseUpdateManyAndReturnZodSchema, WarehouseUpdateManyMutationInputObjectSchema, WarehouseUpdateManyMutationInputObjectZodSchema, WarehouseUpdateManyResultSchema, WarehouseUpdateManySchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectSchema, WarehouseUpdateManyWithWhereWithoutLocalityInputObjectZodSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectSchema, WarehouseUpdateManyWithWhereWithoutOrganizationInputObjectZodSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectSchema, WarehouseUpdateManyWithoutLocalityNestedInputObjectZodSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectSchema, WarehouseUpdateManyWithoutOrganizationNestedInputObjectZodSchema, WarehouseUpdateManyZodSchema, WarehouseUpdateOneSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectSchema, WarehouseUpdateOneWithoutEmployeesNestedInputObjectZodSchema, WarehouseUpdateOneZodSchema, WarehouseUpdateResultSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectSchema, WarehouseUpdateToOneWithWhereWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpdateWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpdateWithoutEmployeesInputObjectSchema, WarehouseUpdateWithoutEmployeesInputObjectZodSchema, WarehouseUpdateWithoutLocalityInputObjectSchema, WarehouseUpdateWithoutLocalityInputObjectZodSchema, WarehouseUpdateWithoutOrganizationInputObjectSchema, WarehouseUpdateWithoutOrganizationInputObjectZodSchema, WarehouseUpsertOneSchema, WarehouseUpsertOneZodSchema, WarehouseUpsertResultSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutLocalityInputObjectZodSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectSchema, WarehouseUpsertWithWhereUniqueWithoutOrganizationInputObjectZodSchema, WarehouseUpsertWithoutEmployeesInputObjectSchema, WarehouseUpsertWithoutEmployeesInputObjectZodSchema, WarehouseWhereInputObjectSchema, WarehouseWhereInputObjectZodSchema, WarehouseWhereUniqueInputObjectSchema, WarehouseWhereUniqueInputObjectZodSchema };
|