arri-codegen-utils
Advanced tools
Comparing version 0.1.4 to 0.2.0
@@ -1,11 +0,5 @@ | ||
import { SchemaFormProperties } from '@modii/jtd'; | ||
export * from '@modii/jtd'; | ||
import { SchemaFormProperties } from 'jtd-utils'; | ||
export * from 'jtd-utils'; | ||
export * from 'scule'; | ||
declare module "@modii/jtd" { | ||
interface SchemaMetadata { | ||
id?: string; | ||
description?: string; | ||
} | ||
} | ||
declare const HttpMethodValues: readonly ["get", "post", "put", "patch", "delete", "head"]; | ||
@@ -12,0 +6,0 @@ type HttpMethod = (typeof HttpMethodValues)[number]; |
@@ -1,16 +0,18 @@ | ||
import * as packages_arri_validate_dist_shared_arri_validate_563ebba4 from 'packages/arri-validate/dist/shared/arri-validate.563ebba4'; | ||
import * as packages_arri_validate_dist_shared_arri_validate_bbdf6571 from 'packages/arri-validate/dist/shared/arri-validate.bbdf6571'; | ||
import { AppDefinition } from './index.js'; | ||
import '@modii/jtd'; | ||
import 'jtd-utils'; | ||
import 'scule'; | ||
declare const TestUserSettingsSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{ | ||
declare const TestUserSettingsSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{ | ||
notificationsEnabled: boolean; | ||
preferredTheme: "dark-mode" | "light-mode" | "system"; | ||
}, false>; | ||
declare const TestUserPhotoSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{ | ||
declare const TestUserPhotoSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{ | ||
url: string; | ||
width: number; | ||
height: number; | ||
bytes: bigint; | ||
nanoseconds: bigint; | ||
}, false>; | ||
declare const TestUserSchema: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{ | ||
declare const TestUserSchema: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{ | ||
id: string; | ||
@@ -22,2 +24,4 @@ role: "standard" | "admin"; | ||
height: number; | ||
bytes: bigint; | ||
nanoseconds: bigint; | ||
} | null; | ||
@@ -46,6 +50,6 @@ createdAt: Date; | ||
}, false>; | ||
declare const TestUserParams: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{ | ||
declare const TestUserParams: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{ | ||
userId: string; | ||
}, false>; | ||
declare const TestUpdateUserParams: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<Pick<{ | ||
declare const TestUpdateUserParams: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<Pick<{ | ||
id: string; | ||
@@ -57,2 +61,4 @@ role: "standard" | "admin"; | ||
height: number; | ||
bytes: bigint; | ||
nanoseconds: bigint; | ||
} | null; | ||
@@ -81,3 +87,3 @@ createdAt: Date; | ||
}, "id" | "photo" | "bio">, false>; | ||
declare const TestErrorResponse: packages_arri_validate_dist_shared_arri_validate_563ebba4.d<{ | ||
declare const TestErrorResponse: packages_arri_validate_dist_shared_arri_validate_bbdf6571.d<{ | ||
statusCode: number; | ||
@@ -84,0 +90,0 @@ statusMessage: string; |
{ | ||
"name": "arri-codegen-utils", | ||
"version": "0.1.4", | ||
"version": "0.2.0", | ||
"type": "module", | ||
@@ -12,6 +12,6 @@ "main": "./dist/index.cjs", | ||
"dependencies": { | ||
"@modii/jtd": "^0.2.1", | ||
"scule": "^1.0.0", | ||
"arri-validate": "0.1.4" | ||
"arri-validate": "0.2.0", | ||
"jtd-utils": "0.2.0" | ||
} | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
34104
732
+ Addedjtd-utils@0.2.0
+ Addedarri-validate@0.2.0(transitive)
+ Addedjtd-utils@0.2.0(transitive)
+ Addeduncrypto@0.1.3(transitive)
- Removed@modii/jtd@^0.2.1
- Removed@modii/jtd@0.2.1(transitive)
- Removedarri-validate@0.1.4(transitive)
Updatedarri-validate@0.2.0