@aneuhold/core-ts-api-lib 3.0.29 → 3.0.30
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/CHANGELOG.md
CHANGED
|
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## 🔖 [3.0.30] (2026-03-19)
|
|
9
|
+
|
|
10
|
+
### ✅ Added
|
|
11
|
+
|
|
12
|
+
- Added required `project: ProjectName` field to `AuthValidateUserInput`.
|
|
13
|
+
|
|
14
|
+
### 🏗️ Changed
|
|
15
|
+
|
|
16
|
+
- Updated dependency on `@aneuhold/core-ts-db-lib` to `^5.0.2`.
|
|
17
|
+
|
|
8
18
|
## 🔖 [3.0.29] (2026-03-18)
|
|
9
19
|
|
|
10
20
|
### 🏗️ Changed
|
|
@@ -351,6 +361,7 @@ No direct code changes; version bump for compatibility.
|
|
|
351
361
|
|
|
352
362
|
<!-- Link References -->
|
|
353
363
|
|
|
364
|
+
[3.0.30]: https://github.com/aneuhold/ts-libs/compare/core-ts-api-lib-v3.0.29...core-ts-api-lib-v3.0.30
|
|
354
365
|
[3.0.29]: https://github.com/aneuhold/ts-libs/compare/core-ts-api-lib-v3.0.28...core-ts-api-lib-v3.0.29
|
|
355
366
|
[3.0.28]: https://github.com/aneuhold/ts-libs/compare/core-ts-api-lib-v3.0.27...core-ts-api-lib-v3.0.28
|
|
356
367
|
[3.0.27]: https://github.com/aneuhold/ts-libs/compare/core-ts-api-lib-v3.0.26...core-ts-api-lib-v3.0.27
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ApiKey, User } from '@aneuhold/core-ts-db-lib';
|
|
2
|
+
import { ProjectName } from '@aneuhold/core-ts-db-lib';
|
|
2
3
|
import type { DashboardConfig } from './project/dashboard/DashboardConfig.js';
|
|
3
4
|
/**
|
|
4
5
|
* Interface representing the input to the AuthValidateUser endpoint.
|
|
@@ -10,6 +11,8 @@ export interface AuthValidateUserInput {
|
|
|
10
11
|
password?: string;
|
|
11
12
|
/** Google ID token received from Google Identity Services (Google flow). */
|
|
12
13
|
googleCredentialToken?: string;
|
|
14
|
+
/** The project the user is logging into. */
|
|
15
|
+
project: ProjectName;
|
|
13
16
|
}
|
|
14
17
|
/**
|
|
15
18
|
* Interface representing the output of the AuthValidateUser endpoint.
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthValidateUser.d.ts","sourceRoot":"","sources":["../../src/types/AuthValidateUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAE9E;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4EAA4E;IAC5E,qBAAqB,CAAC,EAAE,MAAM,CAAC;
|
|
1
|
+
{"version":3,"file":"AuthValidateUser.d.ts","sourceRoot":"","sources":["../../src/types/AuthValidateUser.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,0BAA0B,CAAC;AAC7D,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC;AACvD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AAE9E;;GAEG;AACH,MAAM,WAAW,qBAAqB;IACpC,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,gEAAgE;IAChE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,4EAA4E;IAC5E,qBAAqB,CAAC,EAAE,MAAM,CAAC;IAC/B,4CAA4C;IAC5C,OAAO,EAAE,WAAW,CAAC;CACtB;AAED;;GAEG;AACH,MAAM,WAAW,sBAAsB;IACrC;;OAEG;IACH,QAAQ,CAAC,EAAE;QACT,IAAI,EAAE,IAAI,CAAC;QACX,MAAM,EAAE,MAAM,CAAC;KAChB,CAAC;IACF,wDAAwD;IACxD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gEAAgE;IAChE,kBAAkB,CAAC,EAAE,MAAM,CAAC;IAC5B;;OAEG;IACH,MAAM,CAAC,EAAE;QACP,SAAS,CAAC,EAAE,eAAe,CAAC;KAC7B,CAAC;CACH"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
|
|
1
|
+
import { ProjectName } from '@aneuhold/core-ts-db-lib';
|
|
2
2
|
//# sourceMappingURL=AuthValidateUser.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"AuthValidateUser.js","sourceRoot":"","sources":["../../src/types/AuthValidateUser.ts"],"names":[],"mappings":""}
|
|
1
|
+
{"version":3,"file":"AuthValidateUser.js","sourceRoot":"","sources":["../../src/types/AuthValidateUser.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,EAAE,MAAM,0BAA0B,CAAC"}
|
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import type { ApiKey, User } from '@aneuhold/core-ts-db-lib';
|
|
2
|
+
import { ProjectName } from '@aneuhold/core-ts-db-lib';
|
|
2
3
|
import type { DashboardConfig } from './project/dashboard/DashboardConfig.js';
|
|
3
4
|
|
|
4
5
|
/**
|
|
@@ -11,6 +12,8 @@ export interface AuthValidateUserInput {
|
|
|
11
12
|
password?: string;
|
|
12
13
|
/** Google ID token received from Google Identity Services (Google flow). */
|
|
13
14
|
googleCredentialToken?: string;
|
|
15
|
+
/** The project the user is logging into. */
|
|
16
|
+
project: ProjectName;
|
|
14
17
|
}
|
|
15
18
|
|
|
16
19
|
/**
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "@aneuhold/core-ts-api-lib",
|
|
3
3
|
"author": "Anton G. Neuhold Jr.",
|
|
4
4
|
"license": "MIT",
|
|
5
|
-
"version": "3.0.
|
|
5
|
+
"version": "3.0.30",
|
|
6
6
|
"description": "A library for interacting with the backend and defining the backend API for personal projects.",
|
|
7
7
|
"packageManager": "pnpm@10.25.0",
|
|
8
8
|
"type": "module",
|
|
@@ -72,7 +72,7 @@
|
|
|
72
72
|
"TypeScript"
|
|
73
73
|
],
|
|
74
74
|
"dependencies": {
|
|
75
|
-
"@aneuhold/core-ts-db-lib": "^5.0.
|
|
75
|
+
"@aneuhold/core-ts-db-lib": "^5.0.2",
|
|
76
76
|
"@aneuhold/core-ts-lib": "^2.4.3",
|
|
77
77
|
"bson": "^7.0.0"
|
|
78
78
|
},
|