@or-sdk/library-types-v2 6.0.7 → 6.0.9

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.
@@ -4,6 +4,7 @@ export type PackageMetaDTO = z.infer<typeof allZodSchemas.PackageMeta>;
4
4
  export type AddPackageBodyDTO = z.infer<typeof allZodSchemas.AddPackageBody>;
5
5
  export type UpdatePackageByRevisionBodyDTO = z.infer<typeof allZodSchemas.UpdatePackageByRevisionBody>;
6
6
  export type AddPackageDependenciesBodyDTO = z.infer<typeof allZodSchemas.AddPackageDependenciesBody>;
7
+ export type PackageSchemaVersionDTO = z.infer<typeof allZodSchemas.PackageSchemaVersion>;
7
8
  export type AddPackageResponseDTO = z.infer<typeof allZodSchemas.AddPackageResponse>;
8
9
  export type GetPackagesListResponseDTO = z.infer<typeof allZodSchemas.GetPackagesListResponse>;
9
10
  export type GetPackageResponseDTO = z.infer<typeof allZodSchemas.GetPackageResponse>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@or-sdk/library-types-v2",
3
- "version": "6.0.7",
3
+ "version": "6.0.9",
4
4
  "description": "Request/response v2 types for the OR SDK",
5
5
  "files": [
6
6
  "./dist",
@@ -20,7 +20,7 @@
20
20
  "devDependencies": {
21
21
  "nestjs-zod": "3.0.0",
22
22
  "zod": "3.22.4",
23
- "@or-sdk/library-prisma": "6.0.7"
23
+ "@or-sdk/library-prisma": "6.0.9"
24
24
  },
25
25
  "scripts": {
26
26
  "build:nest": "npx ts-node ./esbuild.nest.ts",