transform core api codes into this project, update modules as admin/pos context modules
This commit is contained in:
@@ -17,6 +17,81 @@ import * as Prisma from './internal/prismaNamespaceBrowser.js'
|
||||
export { Prisma }
|
||||
export * as $Enums from './enums.js'
|
||||
export * from './enums.js';
|
||||
/**
|
||||
* Model Token
|
||||
*
|
||||
*/
|
||||
export type Token = Prisma.TokenModel
|
||||
/**
|
||||
* Model VerificationCode
|
||||
*
|
||||
*/
|
||||
export type VerificationCode = Prisma.VerificationCodeModel
|
||||
/**
|
||||
* Model Guild
|
||||
*
|
||||
*/
|
||||
export type Guild = Prisma.GuildModel
|
||||
/**
|
||||
* Model BusinessActivity
|
||||
*
|
||||
*/
|
||||
export type BusinessActivity = Prisma.BusinessActivityModel
|
||||
/**
|
||||
* Model Complex
|
||||
*
|
||||
*/
|
||||
export type Complex = Prisma.ComplexModel
|
||||
/**
|
||||
* Model Pos
|
||||
*
|
||||
*/
|
||||
export type Pos = Prisma.PosModel
|
||||
/**
|
||||
* Model DeviceBrand
|
||||
*
|
||||
*/
|
||||
export type DeviceBrand = Prisma.DeviceBrandModel
|
||||
/**
|
||||
* Model Device
|
||||
*
|
||||
*/
|
||||
export type Device = Prisma.DeviceModel
|
||||
/**
|
||||
* Model License
|
||||
*
|
||||
*/
|
||||
export type License = Prisma.LicenseModel
|
||||
/**
|
||||
* Model Partner
|
||||
*
|
||||
*/
|
||||
export type Partner = Prisma.PartnerModel
|
||||
/**
|
||||
* Model User
|
||||
*
|
||||
*/
|
||||
export type User = Prisma.UserModel
|
||||
/**
|
||||
* Model Account
|
||||
*
|
||||
*/
|
||||
export type Account = Prisma.AccountModel
|
||||
/**
|
||||
* Model Provider
|
||||
*
|
||||
*/
|
||||
export type Provider = Prisma.ProviderModel
|
||||
/**
|
||||
* Model TriggerLog
|
||||
*
|
||||
*/
|
||||
export type TriggerLog = Prisma.TriggerLogModel
|
||||
/**
|
||||
* Model UserDevices
|
||||
*
|
||||
*/
|
||||
export type UserDevices = Prisma.UserDevicesModel
|
||||
/**
|
||||
* Model Customer
|
||||
*
|
||||
@@ -32,11 +107,6 @@ export type CustomerIndividual = Prisma.CustomerIndividualModel
|
||||
*
|
||||
*/
|
||||
export type CustomerLegal = Prisma.CustomerLegalModel
|
||||
/**
|
||||
* Model Device
|
||||
*
|
||||
*/
|
||||
export type Device = Prisma.DeviceModel
|
||||
/**
|
||||
* Model Good
|
||||
*
|
||||
@@ -47,11 +117,6 @@ export type Good = Prisma.GoodModel
|
||||
*
|
||||
*/
|
||||
export type GoodCategory = Prisma.GoodCategoryModel
|
||||
/**
|
||||
* Model TriggerLog
|
||||
*
|
||||
*/
|
||||
export type TriggerLog = Prisma.TriggerLogModel
|
||||
/**
|
||||
* Model SalesInvoice
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user