Skip to content

Commit 5c176fe

Browse files
committed
allow also string as id
1 parent 3abe33f commit 5c176fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

projects/fusio-sdk/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ngx-fusio-sdk",
3-
"version": "1.0.0",
3+
"version": "1.0.1",
44
"description": "SDK to integrate Fusio into an Angular app",
55
"keywords": [
66
"Fusio",

projects/fusio-sdk/src/lib/abstract/list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ export interface QueryParams {
208208
}
209209

210210
export interface ModelId {
211-
id?: number
211+
id?: number|string
212212
}
213213

214214
export enum Mode {

0 commit comments

Comments
 (0)