@intellegens/cornerstone-client 0.0.10 → 0.0.12
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/data/_generated/index.d.ts +0 -8
- package/data/_generated/index.js +0 -8
- package/data/index.d.ts +1 -0
- package/data/index.js +1 -1
- package/package.json +2 -2
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
export * from './Cornerstone/Auth/API/DTOs/RegisterRequestDto';
|
|
2
2
|
export * from './Cornerstone/Auth/API/DTOs/SignInRequestDto';
|
|
3
3
|
export * from './Cornerstone/Auth/API/DTOs/TokensDto';
|
|
4
|
-
export * from './Cornerstone/Fixtures/DTOs/AnythingDto';
|
|
5
|
-
export * from './Cornerstone/Fixtures/DTOs/AnythingManuallyMappedDto';
|
|
6
|
-
export * from './Cornerstone/Fixtures/DTOs/PersonDto';
|
|
7
|
-
export * from './Cornerstone/Fixtures/DTOs/PersonManuallyMappedDto';
|
|
8
|
-
export * from './Cornerstone/Fixtures/DTOs/PetDto';
|
|
9
|
-
export * from './Cornerstone/Fixtures/DTOs/PetManuallyMappedDto';
|
|
10
|
-
export * from './Cornerstone/Fixtures/DTOs/VehicleDto';
|
|
11
|
-
export * from './Cornerstone/Fixtures/DTOs/VehicleManuallyMappedDto';
|
package/data/_generated/index.js
CHANGED
|
@@ -1,11 +1,3 @@
|
|
|
1
1
|
export * from './Cornerstone/Auth/API/DTOs/RegisterRequestDto'; // .NET RegisterRequestDto class
|
|
2
2
|
export * from './Cornerstone/Auth/API/DTOs/SignInRequestDto'; // .NET SignInRequestDto class
|
|
3
3
|
export * from './Cornerstone/Auth/API/DTOs/TokensDto'; // .NET TokensDto class
|
|
4
|
-
export * from './Cornerstone/Fixtures/DTOs/AnythingDto'; // .NET AnythingDto class
|
|
5
|
-
export * from './Cornerstone/Fixtures/DTOs/AnythingManuallyMappedDto'; // .NET AnythingManuallyMappedDto class
|
|
6
|
-
export * from './Cornerstone/Fixtures/DTOs/PersonDto'; // .NET PersonDto class
|
|
7
|
-
export * from './Cornerstone/Fixtures/DTOs/PersonManuallyMappedDto'; // .NET PersonManuallyMappedDto class
|
|
8
|
-
export * from './Cornerstone/Fixtures/DTOs/PetDto'; // .NET PetDto class
|
|
9
|
-
export * from './Cornerstone/Fixtures/DTOs/PetManuallyMappedDto'; // .NET PetManuallyMappedDto class
|
|
10
|
-
export * from './Cornerstone/Fixtures/DTOs/VehicleDto'; // .NET VehicleDto class
|
|
11
|
-
export * from './Cornerstone/Fixtures/DTOs/VehicleManuallyMappedDto'; // .NET VehicleManuallyMappedDto class
|
package/data/index.d.ts
CHANGED
package/data/index.js
CHANGED
package/package.json
CHANGED
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@intellegens/cornerstone-client",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.12",
|
|
4
4
|
"main": "index.js",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"scripts": {
|
|
7
7
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
8
8
|
"build": "npm run transpile-types && tsc",
|
|
9
9
|
"demo": "npm run build && npx vite build && npx tsx ./demo",
|
|
10
|
-
"transpile-types": "cd ../utils/cli && npm run cli zod-gen -- --input '../../client/src/data/
|
|
10
|
+
"transpile-types": "cd ../utils/cli && npm run cli zod-gen -- --input '../../client/src/data/_jsonschema' --output '../../client/src/data/_generated'"
|
|
11
11
|
},
|
|
12
12
|
"author": "",
|
|
13
13
|
"license": "MIT",
|