@robert-brightline/ims-db 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (51) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +34 -0
  3. package/dist/generated/prisma/browser.d.ts +10 -0
  4. package/dist/generated/prisma/browser.d.ts.map +1 -0
  5. package/dist/generated/prisma/browser.js +17 -0
  6. package/dist/generated/prisma/browser.js.map +1 -0
  7. package/dist/generated/prisma/client.d.ts +27 -0
  8. package/dist/generated/prisma/client.d.ts.map +1 -0
  9. package/dist/generated/prisma/client.js +31 -0
  10. package/dist/generated/prisma/client.js.map +1 -0
  11. package/dist/generated/prisma/commonInputTypes.d.ts +338 -0
  12. package/dist/generated/prisma/commonInputTypes.d.ts.map +1 -0
  13. package/dist/generated/prisma/commonInputTypes.js +9 -0
  14. package/dist/generated/prisma/commonInputTypes.js.map +1 -0
  15. package/dist/generated/prisma/enums.d.ts +2 -0
  16. package/dist/generated/prisma/enums.d.ts.map +1 -0
  17. package/dist/generated/prisma/enums.js +10 -0
  18. package/dist/generated/prisma/enums.js.map +1 -0
  19. package/dist/generated/prisma/internal/class.d.ts +127 -0
  20. package/dist/generated/prisma/internal/class.d.ts.map +1 -0
  21. package/dist/generated/prisma/internal/class.js +39 -0
  22. package/dist/generated/prisma/internal/class.js.map +1 -0
  23. package/dist/generated/prisma/internal/prismaNamespace.d.ts +545 -0
  24. package/dist/generated/prisma/internal/prismaNamespace.d.ts.map +1 -0
  25. package/dist/generated/prisma/internal/prismaNamespace.js +98 -0
  26. package/dist/generated/prisma/internal/prismaNamespace.js.map +1 -0
  27. package/dist/generated/prisma/internal/prismaNamespaceBrowser.d.ts +69 -0
  28. package/dist/generated/prisma/internal/prismaNamespaceBrowser.d.ts.map +1 -0
  29. package/dist/generated/prisma/internal/prismaNamespaceBrowser.js +73 -0
  30. package/dist/generated/prisma/internal/prismaNamespaceBrowser.js.map +1 -0
  31. package/dist/generated/prisma/models/Product.d.ts +1649 -0
  32. package/dist/generated/prisma/models/Product.d.ts.map +1 -0
  33. package/dist/generated/prisma/models/Product.js +11 -0
  34. package/dist/generated/prisma/models/Product.js.map +1 -0
  35. package/dist/generated/prisma/models.d.ts +3 -0
  36. package/dist/generated/prisma/models.d.ts.map +1 -0
  37. package/dist/generated/prisma/models.js +9 -0
  38. package/dist/generated/prisma/models.js.map +1 -0
  39. package/dist/generated/zod/index.d.ts +149 -0
  40. package/dist/generated/zod/index.d.ts.map +1 -0
  41. package/dist/generated/zod/index.js +1967 -0
  42. package/dist/generated/zod/index.js.map +1 -0
  43. package/dist/index.d.ts +10 -0
  44. package/dist/index.d.ts.map +1 -0
  45. package/dist/index.js +18 -0
  46. package/dist/index.js.map +1 -0
  47. package/dist/lib/ims-db.d.ts +2 -0
  48. package/dist/lib/ims-db.d.ts.map +1 -0
  49. package/dist/lib/ims-db.js +5 -0
  50. package/dist/lib/ims-db.js.map +1 -0
  51. package/package.json +84 -0
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/generated/prisma/internal/prismaNamespace.ts"],"sourcesContent":["\n/* !!! This is code generated by Prisma. Do not edit directly. !!! */\n/* eslint-disable */\n// biome-ignore-all lint: generated file\n// @ts-nocheck \n/*\n * WARNING: This is an internal file that is subject to change!\n *\n * 🛑 Under no circumstances should you import this file directly! 🛑\n *\n * All exports from this file are wrapped under a `Prisma` namespace object in the client.ts file.\n * While this enables partial backward compatibility, it is not part of the stable public API.\n *\n * If you are looking for your Models, Enums, and Input Types, please import them from the respective\n * model files in the `model` directory!\n */\n\nimport * as runtime from \"@prisma/client/runtime/client\"\nimport type * as Prisma from \"../models.js\"\nimport { type PrismaClient } from \"./class.js\"\n\nexport type * from '../models.js'\n\nexport type DMMF = typeof runtime.DMMF\n\nexport type PrismaPromise<T> = runtime.Types.Public.PrismaPromise<T>\n\n/**\n * Prisma Errors\n */\n\nexport const PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError\nexport type PrismaClientKnownRequestError = runtime.PrismaClientKnownRequestError\n\nexport const PrismaClientUnknownRequestError = runtime.PrismaClientUnknownRequestError\nexport type PrismaClientUnknownRequestError = runtime.PrismaClientUnknownRequestError\n\nexport const PrismaClientRustPanicError = runtime.PrismaClientRustPanicError\nexport type PrismaClientRustPanicError = runtime.PrismaClientRustPanicError\n\nexport const PrismaClientInitializationError = runtime.PrismaClientInitializationError\nexport type PrismaClientInitializationError = runtime.PrismaClientInitializationError\n\nexport const PrismaClientValidationError = runtime.PrismaClientValidationError\nexport type PrismaClientValidationError = runtime.PrismaClientValidationError\n\n/**\n * Re-export of sql-template-tag\n */\nexport const sql = runtime.sqltag\nexport const empty = runtime.empty\nexport const join = runtime.join\nexport const raw = runtime.raw\nexport const Sql = runtime.Sql\nexport type Sql = runtime.Sql\n\n\n\n/**\n * Decimal.js\n */\nexport const Decimal = runtime.Decimal\nexport type Decimal = runtime.Decimal\n\nexport type DecimalJsLike = runtime.DecimalJsLike\n\n/**\n* Extensions\n*/\nexport type Extension = runtime.Types.Extensions.UserArgs\nexport const getExtensionContext = runtime.Extensions.getExtensionContext\nexport type Args<T, F extends runtime.Operation> = runtime.Types.Public.Args<T, F>\nexport type Payload<T, F extends runtime.Operation = never> = runtime.Types.Public.Payload<T, F>\nexport type Result<T, A, F extends runtime.Operation> = runtime.Types.Public.Result<T, A, F>\nexport type Exact<A, W> = runtime.Types.Public.Exact<A, W>\n\nexport type PrismaVersion = {\n client: string\n engine: string\n}\n\n/**\n * Prisma Client JS version: 7.2.0\n * Query Engine version: 0c8ef2ce45c83248ab3df073180d5eda9e8be7a3\n */\nexport const prismaVersion: PrismaVersion = {\n client: \"7.2.0\",\n engine: \"0c8ef2ce45c83248ab3df073180d5eda9e8be7a3\"\n}\n\n/**\n * Utility Types\n */\n\nexport type Bytes = runtime.Bytes\nexport type JsonObject = runtime.JsonObject\nexport type JsonArray = runtime.JsonArray\nexport type JsonValue = runtime.JsonValue\nexport type InputJsonObject = runtime.InputJsonObject\nexport type InputJsonArray = runtime.InputJsonArray\nexport type InputJsonValue = runtime.InputJsonValue\n\n\nexport const NullTypes = {\n DbNull: runtime.NullTypes.DbNull as (new (secret: never) => typeof runtime.DbNull),\n JsonNull: runtime.NullTypes.JsonNull as (new (secret: never) => typeof runtime.JsonNull),\n AnyNull: runtime.NullTypes.AnyNull as (new (secret: never) => typeof runtime.AnyNull),\n}\n/**\n * Helper for filtering JSON entries that have `null` on the database (empty on the db)\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const DbNull = runtime.DbNull\n\n/**\n * Helper for filtering JSON entries that have JSON `null` values (not empty on the db)\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const JsonNull = runtime.JsonNull\n\n/**\n * Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const AnyNull = runtime.AnyNull\n\n\ntype SelectAndInclude = {\n select: any\n include: any\n}\n\ntype SelectAndOmit = {\n select: any\n omit: any\n}\n\n/**\n * From T, pick a set of properties whose keys are in the union K\n */\ntype Prisma__Pick<T, K extends keyof T> = {\n [P in K]: T[P];\n};\n\nexport type Enumerable<T> = T | Array<T>;\n\n/**\n * Subset\n * @desc From `T` pick properties that exist in `U`. Simple version of Intersection\n */\nexport type Subset<T, U> = {\n [key in keyof T]: key extends keyof U ? T[key] : never;\n};\n\n/**\n * SelectSubset\n * @desc From `T` pick properties that exist in `U`. Simple version of Intersection.\n * Additionally, it validates, if both select and include are present. If the case, it errors.\n */\nexport type SelectSubset<T, U> = {\n [key in keyof T]: key extends keyof U ? T[key] : never\n} &\n (T extends SelectAndInclude\n ? 'Please either choose `select` or `include`.'\n : T extends SelectAndOmit\n ? 'Please either choose `select` or `omit`.'\n : {})\n\n/**\n * Subset + Intersection\n * @desc From `T` pick properties that exist in `U` and intersect `K`\n */\nexport type SubsetIntersection<T, U, K> = {\n [key in keyof T]: key extends keyof U ? T[key] : never\n} &\n K\n\ntype Without<T, U> = { [P in Exclude<keyof T, keyof U>]?: never };\n\n/**\n * XOR is needed to have a real mutually exclusive union type\n * https://stackoverflow.com/questions/42123407/does-typescript-support-mutually-exclusive-types\n */\nexport type XOR<T, U> =\n T extends object ?\n U extends object ?\n (Without<T, U> & U) | (Without<U, T> & T)\n : U : T\n\n\n/**\n * Is T a Record?\n */\ntype IsObject<T extends any> = T extends Array<any>\n? False\n: T extends Date\n? False\n: T extends Uint8Array\n? False\n: T extends BigInt\n? False\n: T extends object\n? True\n: False\n\n\n/**\n * If it's T[], return T\n */\nexport type UnEnumerate<T extends unknown> = T extends Array<infer U> ? U : T\n\n/**\n * From ts-toolbelt\n */\n\ntype __Either<O extends object, K extends Key> = Omit<O, K> &\n {\n // Merge all but K\n [P in K]: Prisma__Pick<O, P & keyof O> // With K possibilities\n }[K]\n\ntype EitherStrict<O extends object, K extends Key> = Strict<__Either<O, K>>\n\ntype EitherLoose<O extends object, K extends Key> = ComputeRaw<__Either<O, K>>\n\ntype _Either<\n O extends object,\n K extends Key,\n strict extends Boolean\n> = {\n 1: EitherStrict<O, K>\n 0: EitherLoose<O, K>\n}[strict]\n\nexport type Either<\n O extends object,\n K extends Key,\n strict extends Boolean = 1\n> = O extends unknown ? _Either<O, K, strict> : never\n\nexport type Union = any\n\nexport type PatchUndefined<O extends object, O1 extends object> = {\n [K in keyof O]: O[K] extends undefined ? At<O1, K> : O[K]\n} & {}\n\n/** Helper Types for \"Merge\" **/\nexport type IntersectOf<U extends Union> = (\n U extends unknown ? (k: U) => void : never\n) extends (k: infer I) => void\n ? I\n : never\n\nexport type Overwrite<O extends object, O1 extends object> = {\n [K in keyof O]: K extends keyof O1 ? O1[K] : O[K];\n} & {};\n\ntype _Merge<U extends object> = IntersectOf<Overwrite<U, {\n [K in keyof U]-?: At<U, K>;\n}>>;\n\ntype Key = string | number | symbol;\ntype AtStrict<O extends object, K extends Key> = O[K & keyof O];\ntype AtLoose<O extends object, K extends Key> = O extends unknown ? AtStrict<O, K> : never;\nexport type At<O extends object, K extends Key, strict extends Boolean = 1> = {\n 1: AtStrict<O, K>;\n 0: AtLoose<O, K>;\n}[strict];\n\nexport type ComputeRaw<A extends any> = A extends Function ? A : {\n [K in keyof A]: A[K];\n} & {};\n\nexport type OptionalFlat<O> = {\n [K in keyof O]?: O[K];\n} & {};\n\ntype _Record<K extends keyof any, T> = {\n [P in K]: T;\n};\n\n// cause typescript not to expand types and preserve names\ntype NoExpand<T> = T extends unknown ? T : never;\n\n// this type assumes the passed object is entirely optional\nexport type AtLeast<O extends object, K extends string> = NoExpand<\n O extends unknown\n ? | (K extends keyof O ? { [P in K]: O[P] } & O : O)\n | {[P in keyof O as P extends K ? P : never]-?: O[P]} & O\n : never>;\n\ntype _Strict<U, _U = U> = U extends unknown ? U & OptionalFlat<_Record<Exclude<Keys<_U>, keyof U>, never>> : never;\n\nexport type Strict<U extends object> = ComputeRaw<_Strict<U>>;\n/** End Helper Types for \"Merge\" **/\n\nexport type Merge<U extends object> = ComputeRaw<_Merge<Strict<U>>>;\n\nexport type Boolean = True | False\n\nexport type True = 1\n\nexport type False = 0\n\nexport type Not<B extends Boolean> = {\n 0: 1\n 1: 0\n}[B]\n\nexport type Extends<A1 extends any, A2 extends any> = [A1] extends [never]\n ? 0 // anything `never` is false\n : A1 extends A2\n ? 1\n : 0\n\nexport type Has<U extends Union, U1 extends Union> = Not<\n Extends<Exclude<U1, U>, U1>\n>\n\nexport type Or<B1 extends Boolean, B2 extends Boolean> = {\n 0: {\n 0: 0\n 1: 1\n }\n 1: {\n 0: 1\n 1: 1\n }\n}[B1][B2]\n\nexport type Keys<U extends Union> = U extends unknown ? keyof U : never\n\nexport type GetScalarType<T, O> = O extends object ? {\n [P in keyof T]: P extends keyof O\n ? O[P]\n : never\n} : never\n\ntype FieldPaths<\n T,\n U = Omit<T, '_avg' | '_sum' | '_count' | '_min' | '_max'>\n> = IsObject<T> extends True ? U : T\n\nexport type GetHavingFields<T> = {\n [K in keyof T]: Or<\n Or<Extends<'OR', K>, Extends<'AND', K>>,\n Extends<'NOT', K>\n > extends True\n ? // infer is only needed to not hit TS limit\n // based on the brilliant idea of Pierre-Antoine Mills\n // https://github.com/microsoft/TypeScript/issues/30188#issuecomment-478938437\n T[K] extends infer TK\n ? GetHavingFields<UnEnumerate<TK> extends object ? Merge<UnEnumerate<TK>> : never>\n : never\n : {} extends FieldPaths<T[K]>\n ? never\n : K\n}[keyof T]\n\n/**\n * Convert tuple to union\n */\ntype _TupleToUnion<T> = T extends (infer E)[] ? E : never\ntype TupleToUnion<K extends readonly any[]> = _TupleToUnion<K>\nexport type MaybeTupleToUnion<T> = T extends any[] ? TupleToUnion<T> : T\n\n/**\n * Like `Pick`, but additionally can also accept an array of keys\n */\nexport type PickEnumerable<T, K extends Enumerable<keyof T> | keyof T> = Prisma__Pick<T, MaybeTupleToUnion<K>>\n\n/**\n * Exclude all keys with underscores\n */\nexport type ExcludeUnderscoreKeys<T extends string> = T extends `_${string}` ? never : T\n\n\nexport type FieldRef<Model, FieldType> = runtime.FieldRef<Model, FieldType>\n\ntype FieldRefInputType<Model, FieldType> = Model extends never ? never : FieldRef<Model, FieldType>\n\n\nexport const ModelName = {\n Product: 'Product'\n} as const\n\nexport type ModelName = (typeof ModelName)[keyof typeof ModelName]\n\n\n\nexport interface TypeMapCb<GlobalOmitOptions = {}> extends runtime.Types.Utils.Fn<{extArgs: runtime.Types.Extensions.InternalArgs }, runtime.Types.Utils.Record<string, any>> {\n returns: TypeMap<this['params']['extArgs'], GlobalOmitOptions>\n}\n\nexport type TypeMap<ExtArgs extends runtime.Types.Extensions.InternalArgs = runtime.Types.Extensions.DefaultArgs, GlobalOmitOptions = {}> = {\n globalOmitOptions: {\n omit: GlobalOmitOptions\n }\n meta: {\n modelProps: \"product\"\n txIsolationLevel: TransactionIsolationLevel\n }\n model: {\n Product: {\n payload: Prisma.$ProductPayload<ExtArgs>\n fields: Prisma.ProductFieldRefs\n operations: {\n findUnique: {\n args: Prisma.ProductFindUniqueArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload> | null\n }\n findUniqueOrThrow: {\n args: Prisma.ProductFindUniqueOrThrowArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n findFirst: {\n args: Prisma.ProductFindFirstArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload> | null\n }\n findFirstOrThrow: {\n args: Prisma.ProductFindFirstOrThrowArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n findMany: {\n args: Prisma.ProductFindManyArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[]\n }\n create: {\n args: Prisma.ProductCreateArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n createMany: {\n args: Prisma.ProductCreateManyArgs<ExtArgs>\n result: BatchPayload\n }\n createManyAndReturn: {\n args: Prisma.ProductCreateManyAndReturnArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[]\n }\n delete: {\n args: Prisma.ProductDeleteArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n update: {\n args: Prisma.ProductUpdateArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n deleteMany: {\n args: Prisma.ProductDeleteManyArgs<ExtArgs>\n result: BatchPayload\n }\n updateMany: {\n args: Prisma.ProductUpdateManyArgs<ExtArgs>\n result: BatchPayload\n }\n updateManyAndReturn: {\n args: Prisma.ProductUpdateManyAndReturnArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>[]\n }\n upsert: {\n args: Prisma.ProductUpsertArgs<ExtArgs>\n result: runtime.Types.Utils.PayloadToResult<Prisma.$ProductPayload>\n }\n aggregate: {\n args: Prisma.ProductAggregateArgs<ExtArgs>\n result: runtime.Types.Utils.Optional<Prisma.AggregateProduct>\n }\n groupBy: {\n args: Prisma.ProductGroupByArgs<ExtArgs>\n result: runtime.Types.Utils.Optional<Prisma.ProductGroupByOutputType>[]\n }\n count: {\n args: Prisma.ProductCountArgs<ExtArgs>\n result: runtime.Types.Utils.Optional<Prisma.ProductCountAggregateOutputType> | number\n }\n }\n }\n }\n} & {\n other: {\n payload: any\n operations: {\n $executeRaw: {\n args: [query: TemplateStringsArray | Sql, ...values: any[]],\n result: any\n }\n $executeRawUnsafe: {\n args: [query: string, ...values: any[]],\n result: any\n }\n $queryRaw: {\n args: [query: TemplateStringsArray | Sql, ...values: any[]],\n result: any\n }\n $queryRawUnsafe: {\n args: [query: string, ...values: any[]],\n result: any\n }\n }\n }\n}\n\n/**\n * Enums\n */\n\nexport const TransactionIsolationLevel = runtime.makeStrictEnum({\n ReadUncommitted: 'ReadUncommitted',\n ReadCommitted: 'ReadCommitted',\n RepeatableRead: 'RepeatableRead',\n Serializable: 'Serializable'\n} as const)\n\nexport type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel]\n\n\nexport const ProductScalarFieldEnum = {\n id: 'id',\n uuid: 'uuid',\n createdAt: 'createdAt',\n updatedAt: 'updatedAt',\n deletedAt: 'deletedAt',\n name: 'name',\n description: 'description',\n upc: 'upc',\n sku: 'sku',\n categoryId: 'categoryId',\n documentId: 'documentId',\n parentId: 'parentId'\n} as const\n\nexport type ProductScalarFieldEnum = (typeof ProductScalarFieldEnum)[keyof typeof ProductScalarFieldEnum]\n\n\nexport const SortOrder = {\n asc: 'asc',\n desc: 'desc'\n} as const\n\nexport type SortOrder = (typeof SortOrder)[keyof typeof SortOrder]\n\n\nexport const QueryMode = {\n default: 'default',\n insensitive: 'insensitive'\n} as const\n\nexport type QueryMode = (typeof QueryMode)[keyof typeof QueryMode]\n\n\nexport const NullsOrder = {\n first: 'first',\n last: 'last'\n} as const\n\nexport type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder]\n\n\n\n/**\n * Field references\n */\n\n\n/**\n * Reference to a field of type 'Int'\n */\nexport type IntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int'>\n \n\n\n/**\n * Reference to a field of type 'Int[]'\n */\nexport type ListIntFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Int[]'>\n \n\n\n/**\n * Reference to a field of type 'String'\n */\nexport type StringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String'>\n \n\n\n/**\n * Reference to a field of type 'String[]'\n */\nexport type ListStringFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'String[]'>\n \n\n\n/**\n * Reference to a field of type 'DateTime'\n */\nexport type DateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime'>\n \n\n\n/**\n * Reference to a field of type 'DateTime[]'\n */\nexport type ListDateTimeFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'DateTime[]'>\n \n\n\n/**\n * Reference to a field of type 'Float'\n */\nexport type FloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float'>\n \n\n\n/**\n * Reference to a field of type 'Float[]'\n */\nexport type ListFloatFieldRefInput<$PrismaModel> = FieldRefInputType<$PrismaModel, 'Float[]'>\n \n\n/**\n * Batch Payload for updateMany & deleteMany & createMany\n */\nexport type BatchPayload = {\n count: number\n}\n\nexport const defineExtension = runtime.Extensions.defineExtension as unknown as runtime.Types.Extensions.ExtendsHook<\"define\", TypeMapCb, runtime.Types.Extensions.DefaultArgs>\nexport type DefaultPrismaClient = PrismaClient\nexport type ErrorFormat = 'pretty' | 'colorless' | 'minimal'\nexport type PrismaClientOptions = ({\n /**\n * Instance of a Driver Adapter, e.g., like one provided by `@prisma/adapter-pg`.\n */\n adapter: runtime.SqlDriverAdapterFactory\n accelerateUrl?: never\n} | {\n /**\n * Prisma Accelerate URL allowing the client to connect through Accelerate instead of a direct database.\n */\n accelerateUrl: string\n adapter?: never\n}) & {\n /**\n * @default \"colorless\"\n */\n errorFormat?: ErrorFormat\n /**\n * @example\n * ```\n * // Shorthand for `emit: 'stdout'`\n * log: ['query', 'info', 'warn', 'error']\n * \n * // Emit as events only\n * log: [\n * { emit: 'event', level: 'query' },\n * { emit: 'event', level: 'info' },\n * { emit: 'event', level: 'warn' }\n * { emit: 'event', level: 'error' }\n * ]\n * \n * / Emit as events and log to stdout\n * og: [\n * { emit: 'stdout', level: 'query' },\n * { emit: 'stdout', level: 'info' },\n * { emit: 'stdout', level: 'warn' }\n * { emit: 'stdout', level: 'error' }\n * \n * ```\n * Read more in our [docs](https://pris.ly/d/logging).\n */\n log?: (LogLevel | LogDefinition)[]\n /**\n * The default values for transactionOptions\n * maxWait ?= 2000\n * timeout ?= 5000\n */\n transactionOptions?: {\n maxWait?: number\n timeout?: number\n isolationLevel?: TransactionIsolationLevel\n }\n /**\n * Global configuration for omitting model fields by default.\n * \n * @example\n * ```\n * const prisma = new PrismaClient({\n * omit: {\n * user: {\n * password: true\n * }\n * }\n * })\n * ```\n */\n omit?: GlobalOmitConfig\n /**\n * SQL commenter plugins that add metadata to SQL queries as comments.\n * Comments follow the sqlcommenter format: https://google.github.io/sqlcommenter/\n * \n * @example\n * ```\n * const prisma = new PrismaClient({\n * adapter,\n * comments: [\n * traceContext(),\n * queryInsights(),\n * ],\n * })\n * ```\n */\n comments?: runtime.SqlCommenterPlugin[]\n}\nexport type GlobalOmitConfig = {\n product?: Prisma.ProductOmit\n}\n\n/* Types for Logging */\nexport type LogLevel = 'info' | 'query' | 'warn' | 'error'\nexport type LogDefinition = {\n level: LogLevel\n emit: 'stdout' | 'event'\n}\n\nexport type CheckIsLogLevel<T> = T extends LogLevel ? T : never;\n\nexport type GetLogType<T> = CheckIsLogLevel<\n T extends LogDefinition ? T['level'] : T\n>;\n\nexport type GetEvents<T extends any[]> = T extends Array<LogLevel | LogDefinition>\n ? GetLogType<T[number]>\n : never;\n\nexport type QueryEvent = {\n timestamp: Date\n query: string\n params: string\n duration: number\n target: string\n}\n\nexport type LogEvent = {\n timestamp: Date\n message: string\n target: string\n}\n/* End Types for Logging */\n\n\nexport type PrismaAction =\n | 'findUnique'\n | 'findUniqueOrThrow'\n | 'findMany'\n | 'findFirst'\n | 'findFirstOrThrow'\n | 'create'\n | 'createMany'\n | 'createManyAndReturn'\n | 'update'\n | 'updateMany'\n | 'updateManyAndReturn'\n | 'upsert'\n | 'delete'\n | 'deleteMany'\n | 'executeRaw'\n | 'queryRaw'\n | 'aggregate'\n | 'count'\n | 'runCommandRaw'\n | 'findRaw'\n | 'groupBy'\n\n/**\n * `PrismaClient` proxy available in interactive transactions.\n */\nexport type TransactionClient = Omit<DefaultPrismaClient, runtime.ITXClientDenyList>\n\n"],"names":["runtime","PrismaClientKnownRequestError","PrismaClientUnknownRequestError","PrismaClientRustPanicError","PrismaClientInitializationError","PrismaClientValidationError","sql","sqltag","empty","join","raw","Sql","Decimal","getExtensionContext","Extensions","prismaVersion","client","engine","NullTypes","DbNull","JsonNull","AnyNull","ModelName","Product","TransactionIsolationLevel","makeStrictEnum","ReadUncommitted","ReadCommitted","RepeatableRead","Serializable","ProductScalarFieldEnum","id","uuid","createdAt","updatedAt","deletedAt","name","description","upc","sku","categoryId","documentId","parentId","SortOrder","asc","desc","QueryMode","default","insensitive","NullsOrder","first","last","defineExtension"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AACA,mEAAmE,GACnE,kBAAkB,GAClB,wCAAwC;AACxC,eAAe;AACf;;;;;;;;;;CAUC,GAED,YAAYA,aAAa,gCAA+B;AAUxD;;CAEC,GAED,OAAO,MAAMC,gCAAgCD,QAAQC,6BAA6B,CAAA;AAGlF,OAAO,MAAMC,kCAAkCF,QAAQE,+BAA+B,CAAA;AAGtF,OAAO,MAAMC,6BAA6BH,QAAQG,0BAA0B,CAAA;AAG5E,OAAO,MAAMC,kCAAkCJ,QAAQI,+BAA+B,CAAA;AAGtF,OAAO,MAAMC,8BAA8BL,QAAQK,2BAA2B,CAAA;AAG9E;;CAEC,GACD,OAAO,MAAMC,MAAMN,QAAQO,MAAM,CAAA;AACjC,OAAO,MAAMC,QAAQR,QAAQQ,KAAK,CAAA;AAClC,OAAO,MAAMC,OAAOT,QAAQS,IAAI,CAAA;AAChC,OAAO,MAAMC,MAAMV,QAAQU,GAAG,CAAA;AAC9B,OAAO,MAAMC,MAAMX,QAAQW,GAAG,CAAA;AAK9B;;CAEC,GACD,OAAO,MAAMC,UAAUZ,QAAQY,OAAO,CAAA;AAStC,OAAO,MAAMC,sBAAsBb,QAAQc,UAAU,CAACD,mBAAmB,CAAA;AAWzE;;;CAGC,GACD,OAAO,MAAME,gBAA+B;IAC1CC,QAAQ;IACRC,QAAQ;AACV,EAAC;AAeD,OAAO,MAAMC,YAAY;IACvBC,QAAQnB,QAAQkB,SAAS,CAACC,MAAM;IAChCC,UAAUpB,QAAQkB,SAAS,CAACE,QAAQ;IACpCC,SAASrB,QAAQkB,SAAS,CAACG,OAAO;AACpC,EAAC;AACD;;;;CAIC,GACD,OAAO,MAAMF,SAASnB,QAAQmB,MAAM,CAAA;AAEpC;;;;CAIC,GACD,OAAO,MAAMC,WAAWpB,QAAQoB,QAAQ,CAAA;AAExC;;;;CAIC,GACD,OAAO,MAAMC,UAAUrB,QAAQqB,OAAO,CAAA;AAkQtC,OAAO,MAAMC,YAAY;IACvBC,SAAS;AACX,EAAU;AAsHV;;CAEC,GAED,OAAO,MAAMC,4BAA4BxB,QAAQyB,cAAc,CAAC;IAC9DC,iBAAiB;IACjBC,eAAe;IACfC,gBAAgB;IAChBC,cAAc;AAChB,GAAW;AAKX,OAAO,MAAMC,yBAAyB;IACpCC,IAAI;IACJC,MAAM;IACNC,WAAW;IACXC,WAAW;IACXC,WAAW;IACXC,MAAM;IACNC,aAAa;IACbC,KAAK;IACLC,KAAK;IACLC,YAAY;IACZC,YAAY;IACZC,UAAU;AACZ,EAAU;AAKV,OAAO,MAAMC,YAAY;IACvBC,KAAK;IACLC,MAAM;AACR,EAAU;AAKV,OAAO,MAAMC,YAAY;IACvBC,SAAS;IACTC,aAAa;AACf,EAAU;AAKV,OAAO,MAAMC,aAAa;IACxBC,OAAO;IACPC,MAAM;AACR,EAAU;AAyEV,OAAO,MAAMC,kBAAkBpD,QAAQc,UAAU,CAACsC,eAAe,CAA8G"}
@@ -0,0 +1,69 @@
1
+ import * as runtime from "@prisma/client/runtime/index-browser";
2
+ export type * from '../models.js';
3
+ export type * from './prismaNamespace.js';
4
+ export declare const Decimal: typeof runtime.Decimal;
5
+ export declare const NullTypes: {
6
+ DbNull: (new (secret: never) => typeof runtime.DbNull);
7
+ JsonNull: (new (secret: never) => typeof runtime.JsonNull);
8
+ AnyNull: (new (secret: never) => typeof runtime.AnyNull);
9
+ };
10
+ /**
11
+ * Helper for filtering JSON entries that have `null` on the database (empty on the db)
12
+ *
13
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
14
+ */
15
+ export declare const DbNull: import("@prisma/client/runtime/client").DbNullClass;
16
+ /**
17
+ * Helper for filtering JSON entries that have JSON `null` values (not empty on the db)
18
+ *
19
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
20
+ */
21
+ export declare const JsonNull: import("@prisma/client/runtime/client").JsonNullClass;
22
+ /**
23
+ * Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`
24
+ *
25
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
26
+ */
27
+ export declare const AnyNull: import("@prisma/client/runtime/client").AnyNullClass;
28
+ export declare const ModelName: {
29
+ readonly Product: "Product";
30
+ };
31
+ export type ModelName = (typeof ModelName)[keyof typeof ModelName];
32
+ export declare const TransactionIsolationLevel: {
33
+ readonly ReadUncommitted: "ReadUncommitted";
34
+ readonly ReadCommitted: "ReadCommitted";
35
+ readonly RepeatableRead: "RepeatableRead";
36
+ readonly Serializable: "Serializable";
37
+ };
38
+ export type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel];
39
+ export declare const ProductScalarFieldEnum: {
40
+ readonly id: "id";
41
+ readonly uuid: "uuid";
42
+ readonly createdAt: "createdAt";
43
+ readonly updatedAt: "updatedAt";
44
+ readonly deletedAt: "deletedAt";
45
+ readonly name: "name";
46
+ readonly description: "description";
47
+ readonly upc: "upc";
48
+ readonly sku: "sku";
49
+ readonly categoryId: "categoryId";
50
+ readonly documentId: "documentId";
51
+ readonly parentId: "parentId";
52
+ };
53
+ export type ProductScalarFieldEnum = (typeof ProductScalarFieldEnum)[keyof typeof ProductScalarFieldEnum];
54
+ export declare const SortOrder: {
55
+ readonly asc: "asc";
56
+ readonly desc: "desc";
57
+ };
58
+ export type SortOrder = (typeof SortOrder)[keyof typeof SortOrder];
59
+ export declare const QueryMode: {
60
+ readonly default: "default";
61
+ readonly insensitive: "insensitive";
62
+ };
63
+ export type QueryMode = (typeof QueryMode)[keyof typeof QueryMode];
64
+ export declare const NullsOrder: {
65
+ readonly first: "first";
66
+ readonly last: "last";
67
+ };
68
+ export type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder];
69
+ //# sourceMappingURL=prismaNamespaceBrowser.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"prismaNamespaceBrowser.d.ts","sourceRoot":"","sources":["../../../../src/generated/prisma/internal/prismaNamespaceBrowser.ts"],"names":[],"mappings":"AAiBA,OAAO,KAAK,OAAO,MAAM,sCAAsC,CAAA;AAE/D,mBAAmB,cAAc,CAAA;AACjC,mBAAmB,sBAAsB,CAAA;AAEzC,eAAO,MAAM,OAAO,wBAAkB,CAAA;AAGtC,eAAO,MAAM,SAAS;YACgB,CAAC,KAAK,MAAM,EAAE,KAAK,KAAK,OAAO,OAAO,CAAC,MAAM,CAAC;cAC1C,CAAC,KAAK,MAAM,EAAE,KAAK,KAAK,OAAO,OAAO,CAAC,QAAQ,CAAC;aAClD,CAAC,KAAK,MAAM,EAAE,KAAK,KAAK,OAAO,OAAO,CAAC,OAAO,CAAC;CACtF,CAAA;AACD;;;;GAIG;AACH,eAAO,MAAM,MAAM,qDAAiB,CAAA;AAEpC;;;;GAIG;AACH,eAAO,MAAM,QAAQ,uDAAmB,CAAA;AAExC;;;;GAIG;AACH,eAAO,MAAM,OAAO,sDAAkB,CAAA;AAGtC,eAAO,MAAM,SAAS;;CAEZ,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAA;AAMlE,eAAO,MAAM,yBAAyB;;;;;CAK5B,CAAA;AAEV,MAAM,MAAM,yBAAyB,GAAG,CAAC,OAAO,yBAAyB,CAAC,CAAC,MAAM,OAAO,yBAAyB,CAAC,CAAA;AAGlH,eAAO,MAAM,sBAAsB;;;;;;;;;;;;;CAazB,CAAA;AAEV,MAAM,MAAM,sBAAsB,GAAG,CAAC,OAAO,sBAAsB,CAAC,CAAC,MAAM,OAAO,sBAAsB,CAAC,CAAA;AAGzG,eAAO,MAAM,SAAS;;;CAGZ,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAA;AAGlE,eAAO,MAAM,SAAS;;;CAGZ,CAAA;AAEV,MAAM,MAAM,SAAS,GAAG,CAAC,OAAO,SAAS,CAAC,CAAC,MAAM,OAAO,SAAS,CAAC,CAAA;AAGlE,eAAO,MAAM,UAAU;;;CAGb,CAAA;AAEV,MAAM,MAAM,UAAU,GAAG,CAAC,OAAO,UAAU,CAAC,CAAC,MAAM,OAAO,UAAU,CAAC,CAAA"}
@@ -0,0 +1,73 @@
1
+ /* !!! This is code generated by Prisma. Do not edit directly. !!! */ /* eslint-disable */ // biome-ignore-all lint: generated file
2
+ // @ts-nocheck
3
+ /*
4
+ * WARNING: This is an internal file that is subject to change!
5
+ *
6
+ * 🛑 Under no circumstances should you import this file directly! 🛑
7
+ *
8
+ * All exports from this file are wrapped under a `Prisma` namespace object in the browser.ts file.
9
+ * While this enables partial backward compatibility, it is not part of the stable public API.
10
+ *
11
+ * If you are looking for your Models, Enums, and Input Types, please import them from the respective
12
+ * model files in the `model` directory!
13
+ */ import * as runtime from "@prisma/client/runtime/index-browser";
14
+ export const Decimal = runtime.Decimal;
15
+ export const NullTypes = {
16
+ DbNull: runtime.NullTypes.DbNull,
17
+ JsonNull: runtime.NullTypes.JsonNull,
18
+ AnyNull: runtime.NullTypes.AnyNull
19
+ };
20
+ /**
21
+ * Helper for filtering JSON entries that have `null` on the database (empty on the db)
22
+ *
23
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
24
+ */ export const DbNull = runtime.DbNull;
25
+ /**
26
+ * Helper for filtering JSON entries that have JSON `null` values (not empty on the db)
27
+ *
28
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
29
+ */ export const JsonNull = runtime.JsonNull;
30
+ /**
31
+ * Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`
32
+ *
33
+ * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field
34
+ */ export const AnyNull = runtime.AnyNull;
35
+ export const ModelName = {
36
+ Product: 'Product'
37
+ };
38
+ /*
39
+ * Enums
40
+ */ export const TransactionIsolationLevel = {
41
+ ReadUncommitted: 'ReadUncommitted',
42
+ ReadCommitted: 'ReadCommitted',
43
+ RepeatableRead: 'RepeatableRead',
44
+ Serializable: 'Serializable'
45
+ };
46
+ export const ProductScalarFieldEnum = {
47
+ id: 'id',
48
+ uuid: 'uuid',
49
+ createdAt: 'createdAt',
50
+ updatedAt: 'updatedAt',
51
+ deletedAt: 'deletedAt',
52
+ name: 'name',
53
+ description: 'description',
54
+ upc: 'upc',
55
+ sku: 'sku',
56
+ categoryId: 'categoryId',
57
+ documentId: 'documentId',
58
+ parentId: 'parentId'
59
+ };
60
+ export const SortOrder = {
61
+ asc: 'asc',
62
+ desc: 'desc'
63
+ };
64
+ export const QueryMode = {
65
+ default: 'default',
66
+ insensitive: 'insensitive'
67
+ };
68
+ export const NullsOrder = {
69
+ first: 'first',
70
+ last: 'last'
71
+ };
72
+
73
+ //# sourceMappingURL=prismaNamespaceBrowser.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":["../../../../src/generated/prisma/internal/prismaNamespaceBrowser.ts"],"sourcesContent":["\n/* !!! This is code generated by Prisma. Do not edit directly. !!! */\n/* eslint-disable */\n// biome-ignore-all lint: generated file\n// @ts-nocheck \n/*\n * WARNING: This is an internal file that is subject to change!\n *\n * 🛑 Under no circumstances should you import this file directly! 🛑\n *\n * All exports from this file are wrapped under a `Prisma` namespace object in the browser.ts file.\n * While this enables partial backward compatibility, it is not part of the stable public API.\n *\n * If you are looking for your Models, Enums, and Input Types, please import them from the respective\n * model files in the `model` directory!\n */\n\nimport * as runtime from \"@prisma/client/runtime/index-browser\"\n\nexport type * from '../models.js'\nexport type * from './prismaNamespace.js'\n\nexport const Decimal = runtime.Decimal\n\n\nexport const NullTypes = {\n DbNull: runtime.NullTypes.DbNull as (new (secret: never) => typeof runtime.DbNull),\n JsonNull: runtime.NullTypes.JsonNull as (new (secret: never) => typeof runtime.JsonNull),\n AnyNull: runtime.NullTypes.AnyNull as (new (secret: never) => typeof runtime.AnyNull),\n}\n/**\n * Helper for filtering JSON entries that have `null` on the database (empty on the db)\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const DbNull = runtime.DbNull\n\n/**\n * Helper for filtering JSON entries that have JSON `null` values (not empty on the db)\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const JsonNull = runtime.JsonNull\n\n/**\n * Helper for filtering JSON entries that are `Prisma.DbNull` or `Prisma.JsonNull`\n *\n * @see https://www.prisma.io/docs/concepts/components/prisma-client/working-with-fields/working-with-json-fields#filtering-on-a-json-field\n */\nexport const AnyNull = runtime.AnyNull\n\n\nexport const ModelName = {\n Product: 'Product'\n} as const\n\nexport type ModelName = (typeof ModelName)[keyof typeof ModelName]\n\n/*\n * Enums\n */\n\nexport const TransactionIsolationLevel = {\n ReadUncommitted: 'ReadUncommitted',\n ReadCommitted: 'ReadCommitted',\n RepeatableRead: 'RepeatableRead',\n Serializable: 'Serializable'\n} as const\n\nexport type TransactionIsolationLevel = (typeof TransactionIsolationLevel)[keyof typeof TransactionIsolationLevel]\n\n\nexport const ProductScalarFieldEnum = {\n id: 'id',\n uuid: 'uuid',\n createdAt: 'createdAt',\n updatedAt: 'updatedAt',\n deletedAt: 'deletedAt',\n name: 'name',\n description: 'description',\n upc: 'upc',\n sku: 'sku',\n categoryId: 'categoryId',\n documentId: 'documentId',\n parentId: 'parentId'\n} as const\n\nexport type ProductScalarFieldEnum = (typeof ProductScalarFieldEnum)[keyof typeof ProductScalarFieldEnum]\n\n\nexport const SortOrder = {\n asc: 'asc',\n desc: 'desc'\n} as const\n\nexport type SortOrder = (typeof SortOrder)[keyof typeof SortOrder]\n\n\nexport const QueryMode = {\n default: 'default',\n insensitive: 'insensitive'\n} as const\n\nexport type QueryMode = (typeof QueryMode)[keyof typeof QueryMode]\n\n\nexport const NullsOrder = {\n first: 'first',\n last: 'last'\n} as const\n\nexport type NullsOrder = (typeof NullsOrder)[keyof typeof NullsOrder]\n\n"],"names":["runtime","Decimal","NullTypes","DbNull","JsonNull","AnyNull","ModelName","Product","TransactionIsolationLevel","ReadUncommitted","ReadCommitted","RepeatableRead","Serializable","ProductScalarFieldEnum","id","uuid","createdAt","updatedAt","deletedAt","name","description","upc","sku","categoryId","documentId","parentId","SortOrder","asc","desc","QueryMode","default","insensitive","NullsOrder","first","last"],"rangeMappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","mappings":"AACA,mEAAmE,GACnE,kBAAkB,GAClB,wCAAwC;AACxC,eAAe;AACf;;;;;;;;;;CAUC,GAED,YAAYA,aAAa,uCAAsC;AAK/D,OAAO,MAAMC,UAAUD,QAAQC,OAAO,CAAA;AAGtC,OAAO,MAAMC,YAAY;IACvBC,QAAQH,QAAQE,SAAS,CAACC,MAAM;IAChCC,UAAUJ,QAAQE,SAAS,CAACE,QAAQ;IACpCC,SAASL,QAAQE,SAAS,CAACG,OAAO;AACpC,EAAC;AACD;;;;CAIC,GACD,OAAO,MAAMF,SAASH,QAAQG,MAAM,CAAA;AAEpC;;;;CAIC,GACD,OAAO,MAAMC,WAAWJ,QAAQI,QAAQ,CAAA;AAExC;;;;CAIC,GACD,OAAO,MAAMC,UAAUL,QAAQK,OAAO,CAAA;AAGtC,OAAO,MAAMC,YAAY;IACvBC,SAAS;AACX,EAAU;AAIV;;CAEC,GAED,OAAO,MAAMC,4BAA4B;IACvCC,iBAAiB;IACjBC,eAAe;IACfC,gBAAgB;IAChBC,cAAc;AAChB,EAAU;AAKV,OAAO,MAAMC,yBAAyB;IACpCC,IAAI;IACJC,MAAM;IACNC,WAAW;IACXC,WAAW;IACXC,WAAW;IACXC,MAAM;IACNC,aAAa;IACbC,KAAK;IACLC,KAAK;IACLC,YAAY;IACZC,YAAY;IACZC,UAAU;AACZ,EAAU;AAKV,OAAO,MAAMC,YAAY;IACvBC,KAAK;IACLC,MAAM;AACR,EAAU;AAKV,OAAO,MAAMC,YAAY;IACvBC,SAAS;IACTC,aAAa;AACf,EAAU;AAKV,OAAO,MAAMC,aAAa;IACxBC,OAAO;IACPC,MAAM;AACR,EAAU"}