@adaptware/eagles-db 0.5.10 → 0.5.11
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/client/edge.js +3 -3
- package/client/index.d.ts +56 -56
- package/client/index.js +3 -3
- package/client/package.json +1 -1
- package/client/schema.prisma +9 -9
- package/client/wasm.js +2 -2
- package/package.json +1 -1
- package/prisma/schema/usage/licenseIncludedWorkflow.prisma +2 -2
- package/prisma/schema/usage/usageAggregate.prisma +2 -2
- package/prisma/schema/usage/usageLedgerEntry.prisma +3 -3
- package/prisma/schema/usage/usageMetricDefinition.prisma +2 -2
package/client/index.d.ts
CHANGED
|
@@ -169322,8 +169322,8 @@ export namespace Prisma {
|
|
|
169322
169322
|
workflow_name: string
|
|
169323
169323
|
created_at?: Date | string
|
|
169324
169324
|
updated_at?: Date | string
|
|
169325
|
-
created_by
|
|
169326
|
-
updated_by
|
|
169325
|
+
created_by?: string
|
|
169326
|
+
updated_by?: string
|
|
169327
169327
|
is_active?: boolean
|
|
169328
169328
|
}
|
|
169329
169329
|
|
|
@@ -169332,8 +169332,8 @@ export namespace Prisma {
|
|
|
169332
169332
|
workflow_name: string
|
|
169333
169333
|
created_at?: Date | string
|
|
169334
169334
|
updated_at?: Date | string
|
|
169335
|
-
created_by
|
|
169336
|
-
updated_by
|
|
169335
|
+
created_by?: string
|
|
169336
|
+
updated_by?: string
|
|
169337
169337
|
is_active?: boolean
|
|
169338
169338
|
}
|
|
169339
169339
|
|
|
@@ -169362,8 +169362,8 @@ export namespace Prisma {
|
|
|
169362
169362
|
workflow_name: string
|
|
169363
169363
|
created_at?: Date | string
|
|
169364
169364
|
updated_at?: Date | string
|
|
169365
|
-
created_by
|
|
169366
|
-
updated_by
|
|
169365
|
+
created_by?: string
|
|
169366
|
+
updated_by?: string
|
|
169367
169367
|
is_active?: boolean
|
|
169368
169368
|
}
|
|
169369
169369
|
|
|
@@ -169396,8 +169396,8 @@ export namespace Prisma {
|
|
|
169396
169396
|
period_end?: Date | string | null
|
|
169397
169397
|
created_at?: Date | string
|
|
169398
169398
|
updated_at?: Date | string
|
|
169399
|
-
created_by
|
|
169400
|
-
updated_by
|
|
169399
|
+
created_by?: string
|
|
169400
|
+
updated_by?: string
|
|
169401
169401
|
is_active?: boolean
|
|
169402
169402
|
organisation: OrganisationCreateNestedOneWithoutUsage_aggregatesInput
|
|
169403
169403
|
metric: UsageMetricDefinitionCreateNestedOneWithoutAggregatesInput
|
|
@@ -169414,8 +169414,8 @@ export namespace Prisma {
|
|
|
169414
169414
|
period_end?: Date | string | null
|
|
169415
169415
|
created_at?: Date | string
|
|
169416
169416
|
updated_at?: Date | string
|
|
169417
|
-
created_by
|
|
169418
|
-
updated_by
|
|
169417
|
+
created_by?: string
|
|
169418
|
+
updated_by?: string
|
|
169419
169419
|
is_active?: boolean
|
|
169420
169420
|
}
|
|
169421
169421
|
|
|
@@ -169462,8 +169462,8 @@ export namespace Prisma {
|
|
|
169462
169462
|
period_end?: Date | string | null
|
|
169463
169463
|
created_at?: Date | string
|
|
169464
169464
|
updated_at?: Date | string
|
|
169465
|
-
created_by
|
|
169466
|
-
updated_by
|
|
169465
|
+
created_by?: string
|
|
169466
|
+
updated_by?: string
|
|
169467
169467
|
is_active?: boolean
|
|
169468
169468
|
}
|
|
169469
169469
|
|
|
@@ -169509,8 +169509,8 @@ export namespace Prisma {
|
|
|
169509
169509
|
resource_id?: string | null
|
|
169510
169510
|
created_at?: Date | string
|
|
169511
169511
|
updated_at?: Date | string
|
|
169512
|
-
created_by
|
|
169513
|
-
updated_by
|
|
169512
|
+
created_by?: string
|
|
169513
|
+
updated_by?: string
|
|
169514
169514
|
is_active?: boolean
|
|
169515
169515
|
organisation: OrganisationCreateNestedOneWithoutUsage_ledger_entriesInput
|
|
169516
169516
|
metric: UsageMetricDefinitionCreateNestedOneWithoutLedger_entriesInput
|
|
@@ -169530,8 +169530,8 @@ export namespace Prisma {
|
|
|
169530
169530
|
resource_id?: string | null
|
|
169531
169531
|
created_at?: Date | string
|
|
169532
169532
|
updated_at?: Date | string
|
|
169533
|
-
created_by
|
|
169534
|
-
updated_by
|
|
169533
|
+
created_by?: string
|
|
169534
|
+
updated_by?: string
|
|
169535
169535
|
is_active?: boolean
|
|
169536
169536
|
}
|
|
169537
169537
|
|
|
@@ -169587,8 +169587,8 @@ export namespace Prisma {
|
|
|
169587
169587
|
resource_id?: string | null
|
|
169588
169588
|
created_at?: Date | string
|
|
169589
169589
|
updated_at?: Date | string
|
|
169590
|
-
created_by
|
|
169591
|
-
updated_by
|
|
169590
|
+
created_by?: string
|
|
169591
|
+
updated_by?: string
|
|
169592
169592
|
is_active?: boolean
|
|
169593
169593
|
}
|
|
169594
169594
|
|
|
@@ -169637,8 +169637,8 @@ export namespace Prisma {
|
|
|
169637
169637
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
169638
169638
|
created_at?: Date | string
|
|
169639
169639
|
updated_at?: Date | string
|
|
169640
|
-
created_by
|
|
169641
|
-
updated_by
|
|
169640
|
+
created_by?: string
|
|
169641
|
+
updated_by?: string
|
|
169642
169642
|
is_active?: boolean
|
|
169643
169643
|
ledger_entries?: UsageLedgerEntryCreateNestedManyWithoutMetricInput
|
|
169644
169644
|
aggregates?: UsageAggregateCreateNestedManyWithoutMetricInput
|
|
@@ -169653,8 +169653,8 @@ export namespace Prisma {
|
|
|
169653
169653
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
169654
169654
|
created_at?: Date | string
|
|
169655
169655
|
updated_at?: Date | string
|
|
169656
|
-
created_by
|
|
169657
|
-
updated_by
|
|
169656
|
+
created_by?: string
|
|
169657
|
+
updated_by?: string
|
|
169658
169658
|
is_active?: boolean
|
|
169659
169659
|
ledger_entries?: UsageLedgerEntryUncheckedCreateNestedManyWithoutMetricInput
|
|
169660
169660
|
aggregates?: UsageAggregateUncheckedCreateNestedManyWithoutMetricInput
|
|
@@ -169701,8 +169701,8 @@ export namespace Prisma {
|
|
|
169701
169701
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
169702
169702
|
created_at?: Date | string
|
|
169703
169703
|
updated_at?: Date | string
|
|
169704
|
-
created_by
|
|
169705
|
-
updated_by
|
|
169704
|
+
created_by?: string
|
|
169705
|
+
updated_by?: string
|
|
169706
169706
|
is_active?: boolean
|
|
169707
169707
|
}
|
|
169708
169708
|
|
|
@@ -232058,8 +232058,8 @@ export namespace Prisma {
|
|
|
232058
232058
|
resource_id?: string | null
|
|
232059
232059
|
created_at?: Date | string
|
|
232060
232060
|
updated_at?: Date | string
|
|
232061
|
-
created_by
|
|
232062
|
-
updated_by
|
|
232061
|
+
created_by?: string
|
|
232062
|
+
updated_by?: string
|
|
232063
232063
|
is_active?: boolean
|
|
232064
232064
|
metric: UsageMetricDefinitionCreateNestedOneWithoutLedger_entriesInput
|
|
232065
232065
|
}
|
|
@@ -232077,8 +232077,8 @@ export namespace Prisma {
|
|
|
232077
232077
|
resource_id?: string | null
|
|
232078
232078
|
created_at?: Date | string
|
|
232079
232079
|
updated_at?: Date | string
|
|
232080
|
-
created_by
|
|
232081
|
-
updated_by
|
|
232080
|
+
created_by?: string
|
|
232081
|
+
updated_by?: string
|
|
232082
232082
|
is_active?: boolean
|
|
232083
232083
|
}
|
|
232084
232084
|
|
|
@@ -232101,8 +232101,8 @@ export namespace Prisma {
|
|
|
232101
232101
|
period_end?: Date | string | null
|
|
232102
232102
|
created_at?: Date | string
|
|
232103
232103
|
updated_at?: Date | string
|
|
232104
|
-
created_by
|
|
232105
|
-
updated_by
|
|
232104
|
+
created_by?: string
|
|
232105
|
+
updated_by?: string
|
|
232106
232106
|
is_active?: boolean
|
|
232107
232107
|
metric: UsageMetricDefinitionCreateNestedOneWithoutAggregatesInput
|
|
232108
232108
|
}
|
|
@@ -232117,8 +232117,8 @@ export namespace Prisma {
|
|
|
232117
232117
|
period_end?: Date | string | null
|
|
232118
232118
|
created_at?: Date | string
|
|
232119
232119
|
updated_at?: Date | string
|
|
232120
|
-
created_by
|
|
232121
|
-
updated_by
|
|
232120
|
+
created_by?: string
|
|
232121
|
+
updated_by?: string
|
|
232122
232122
|
is_active?: boolean
|
|
232123
232123
|
}
|
|
232124
232124
|
|
|
@@ -238914,8 +238914,8 @@ export namespace Prisma {
|
|
|
238914
238914
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
238915
238915
|
created_at?: Date | string
|
|
238916
238916
|
updated_at?: Date | string
|
|
238917
|
-
created_by
|
|
238918
|
-
updated_by
|
|
238917
|
+
created_by?: string
|
|
238918
|
+
updated_by?: string
|
|
238919
238919
|
is_active?: boolean
|
|
238920
238920
|
ledger_entries?: UsageLedgerEntryCreateNestedManyWithoutMetricInput
|
|
238921
238921
|
}
|
|
@@ -238929,8 +238929,8 @@ export namespace Prisma {
|
|
|
238929
238929
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
238930
238930
|
created_at?: Date | string
|
|
238931
238931
|
updated_at?: Date | string
|
|
238932
|
-
created_by
|
|
238933
|
-
updated_by
|
|
238932
|
+
created_by?: string
|
|
238933
|
+
updated_by?: string
|
|
238934
238934
|
is_active?: boolean
|
|
238935
238935
|
ledger_entries?: UsageLedgerEntryUncheckedCreateNestedManyWithoutMetricInput
|
|
238936
238936
|
}
|
|
@@ -239238,8 +239238,8 @@ export namespace Prisma {
|
|
|
239238
239238
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
239239
239239
|
created_at?: Date | string
|
|
239240
239240
|
updated_at?: Date | string
|
|
239241
|
-
created_by
|
|
239242
|
-
updated_by
|
|
239241
|
+
created_by?: string
|
|
239242
|
+
updated_by?: string
|
|
239243
239243
|
is_active?: boolean
|
|
239244
239244
|
aggregates?: UsageAggregateCreateNestedManyWithoutMetricInput
|
|
239245
239245
|
}
|
|
@@ -239253,8 +239253,8 @@ export namespace Prisma {
|
|
|
239253
239253
|
metadata?: NullableJsonNullValueInput | InputJsonValue
|
|
239254
239254
|
created_at?: Date | string
|
|
239255
239255
|
updated_at?: Date | string
|
|
239256
|
-
created_by
|
|
239257
|
-
updated_by
|
|
239256
|
+
created_by?: string
|
|
239257
|
+
updated_by?: string
|
|
239258
239258
|
is_active?: boolean
|
|
239259
239259
|
aggregates?: UsageAggregateUncheckedCreateNestedManyWithoutMetricInput
|
|
239260
239260
|
}
|
|
@@ -239444,8 +239444,8 @@ export namespace Prisma {
|
|
|
239444
239444
|
resource_id?: string | null
|
|
239445
239445
|
created_at?: Date | string
|
|
239446
239446
|
updated_at?: Date | string
|
|
239447
|
-
created_by
|
|
239448
|
-
updated_by
|
|
239447
|
+
created_by?: string
|
|
239448
|
+
updated_by?: string
|
|
239449
239449
|
is_active?: boolean
|
|
239450
239450
|
organisation: OrganisationCreateNestedOneWithoutUsage_ledger_entriesInput
|
|
239451
239451
|
}
|
|
@@ -239463,8 +239463,8 @@ export namespace Prisma {
|
|
|
239463
239463
|
resource_id?: string | null
|
|
239464
239464
|
created_at?: Date | string
|
|
239465
239465
|
updated_at?: Date | string
|
|
239466
|
-
created_by
|
|
239467
|
-
updated_by
|
|
239466
|
+
created_by?: string
|
|
239467
|
+
updated_by?: string
|
|
239468
239468
|
is_active?: boolean
|
|
239469
239469
|
}
|
|
239470
239470
|
|
|
@@ -239487,8 +239487,8 @@ export namespace Prisma {
|
|
|
239487
239487
|
period_end?: Date | string | null
|
|
239488
239488
|
created_at?: Date | string
|
|
239489
239489
|
updated_at?: Date | string
|
|
239490
|
-
created_by
|
|
239491
|
-
updated_by
|
|
239490
|
+
created_by?: string
|
|
239491
|
+
updated_by?: string
|
|
239492
239492
|
is_active?: boolean
|
|
239493
239493
|
organisation: OrganisationCreateNestedOneWithoutUsage_aggregatesInput
|
|
239494
239494
|
}
|
|
@@ -239503,8 +239503,8 @@ export namespace Prisma {
|
|
|
239503
239503
|
period_end?: Date | string | null
|
|
239504
239504
|
created_at?: Date | string
|
|
239505
239505
|
updated_at?: Date | string
|
|
239506
|
-
created_by
|
|
239507
|
-
updated_by
|
|
239506
|
+
created_by?: string
|
|
239507
|
+
updated_by?: string
|
|
239508
239508
|
is_active?: boolean
|
|
239509
239509
|
}
|
|
239510
239510
|
|
|
@@ -251494,8 +251494,8 @@ export namespace Prisma {
|
|
|
251494
251494
|
resource_id?: string | null
|
|
251495
251495
|
created_at?: Date | string
|
|
251496
251496
|
updated_at?: Date | string
|
|
251497
|
-
created_by
|
|
251498
|
-
updated_by
|
|
251497
|
+
created_by?: string
|
|
251498
|
+
updated_by?: string
|
|
251499
251499
|
is_active?: boolean
|
|
251500
251500
|
}
|
|
251501
251501
|
|
|
@@ -251509,8 +251509,8 @@ export namespace Prisma {
|
|
|
251509
251509
|
period_end?: Date | string | null
|
|
251510
251510
|
created_at?: Date | string
|
|
251511
251511
|
updated_at?: Date | string
|
|
251512
|
-
created_by
|
|
251513
|
-
updated_by
|
|
251512
|
+
created_by?: string
|
|
251513
|
+
updated_by?: string
|
|
251514
251514
|
is_active?: boolean
|
|
251515
251515
|
}
|
|
251516
251516
|
|
|
@@ -255251,8 +255251,8 @@ export namespace Prisma {
|
|
|
255251
255251
|
resource_id?: string | null
|
|
255252
255252
|
created_at?: Date | string
|
|
255253
255253
|
updated_at?: Date | string
|
|
255254
|
-
created_by
|
|
255255
|
-
updated_by
|
|
255254
|
+
created_by?: string
|
|
255255
|
+
updated_by?: string
|
|
255256
255256
|
is_active?: boolean
|
|
255257
255257
|
}
|
|
255258
255258
|
|
|
@@ -255266,8 +255266,8 @@ export namespace Prisma {
|
|
|
255266
255266
|
period_end?: Date | string | null
|
|
255267
255267
|
created_at?: Date | string
|
|
255268
255268
|
updated_at?: Date | string
|
|
255269
|
-
created_by
|
|
255270
|
-
updated_by
|
|
255269
|
+
created_by?: string
|
|
255270
|
+
updated_by?: string
|
|
255271
255271
|
is_active?: boolean
|
|
255272
255272
|
}
|
|
255273
255273
|
|