@adaptware/eagles-db 0.5.9 → 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 +43 -29
- package/client/index-browser.js +46 -32
- package/client/index.d.ts +3150 -2616
- package/client/index.js +43 -29
- package/client/package.json +1 -1
- package/client/schema.prisma +58 -44
- package/client/wasm.js +43 -29
- package/package.json +1 -1
- package/prisma/schema/usage/licenseIncludedWorkflow.prisma +14 -0
- package/prisma/schema/usage/usageAggregate.prisma +23 -0
- package/prisma/schema/usage/usageEnums.prisma +24 -0
- package/prisma/schema/usage/usageLedgerEntry.prisma +26 -0
- package/prisma/schema/usage/usageMetricDefinition.prisma +19 -0
- package/prisma/schema/usage.prisma +0 -96
package/client/index-browser.js
CHANGED
|
@@ -1995,15 +1995,30 @@ exports.Prisma.TranscriptScalarFieldEnum = {
|
|
|
1995
1995
|
is_active: 'is_active'
|
|
1996
1996
|
};
|
|
1997
1997
|
|
|
1998
|
-
exports.Prisma.
|
|
1998
|
+
exports.Prisma.LicenseIncludedWorkflowScalarFieldEnum = {
|
|
1999
1999
|
id: 'id',
|
|
2000
|
-
|
|
2001
|
-
name: 'name',
|
|
2002
|
-
unit: 'unit',
|
|
2003
|
-
aggregation_type: 'aggregation_type',
|
|
2004
|
-
metadata: 'metadata',
|
|
2000
|
+
workflow_name: 'workflow_name',
|
|
2005
2001
|
created_at: 'created_at',
|
|
2006
|
-
updated_at: 'updated_at'
|
|
2002
|
+
updated_at: 'updated_at',
|
|
2003
|
+
created_by: 'created_by',
|
|
2004
|
+
updated_by: 'updated_by',
|
|
2005
|
+
is_active: 'is_active'
|
|
2006
|
+
};
|
|
2007
|
+
|
|
2008
|
+
exports.Prisma.UsageAggregateScalarFieldEnum = {
|
|
2009
|
+
id: 'id',
|
|
2010
|
+
organisation_id: 'organisation_id',
|
|
2011
|
+
metric_key: 'metric_key',
|
|
2012
|
+
dimension_hash: 'dimension_hash',
|
|
2013
|
+
dimensions: 'dimensions',
|
|
2014
|
+
total_quantity: 'total_quantity',
|
|
2015
|
+
period_start: 'period_start',
|
|
2016
|
+
period_end: 'period_end',
|
|
2017
|
+
created_at: 'created_at',
|
|
2018
|
+
updated_at: 'updated_at',
|
|
2019
|
+
created_by: 'created_by',
|
|
2020
|
+
updated_by: 'updated_by',
|
|
2021
|
+
is_active: 'is_active'
|
|
2007
2022
|
};
|
|
2008
2023
|
|
|
2009
2024
|
exports.Prisma.UsageLedgerEntryScalarFieldEnum = {
|
|
@@ -2018,26 +2033,25 @@ exports.Prisma.UsageLedgerEntryScalarFieldEnum = {
|
|
|
2018
2033
|
source_id: 'source_id',
|
|
2019
2034
|
resource_type: 'resource_type',
|
|
2020
2035
|
resource_id: 'resource_id',
|
|
2021
|
-
created_at: 'created_at'
|
|
2022
|
-
|
|
2023
|
-
|
|
2024
|
-
|
|
2025
|
-
|
|
2026
|
-
organisation_id: 'organisation_id',
|
|
2027
|
-
metric_key: 'metric_key',
|
|
2028
|
-
dimension_hash: 'dimension_hash',
|
|
2029
|
-
dimensions: 'dimensions',
|
|
2030
|
-
total_quantity: 'total_quantity',
|
|
2031
|
-
period_start: 'period_start',
|
|
2032
|
-
period_end: 'period_end',
|
|
2033
|
-
updated_at: 'updated_at'
|
|
2036
|
+
created_at: 'created_at',
|
|
2037
|
+
updated_at: 'updated_at',
|
|
2038
|
+
created_by: 'created_by',
|
|
2039
|
+
updated_by: 'updated_by',
|
|
2040
|
+
is_active: 'is_active'
|
|
2034
2041
|
};
|
|
2035
2042
|
|
|
2036
|
-
exports.Prisma.
|
|
2043
|
+
exports.Prisma.UsageMetricDefinitionScalarFieldEnum = {
|
|
2037
2044
|
id: 'id',
|
|
2038
|
-
|
|
2045
|
+
key: 'key',
|
|
2046
|
+
name: 'name',
|
|
2047
|
+
unit: 'unit',
|
|
2048
|
+
aggregation_type: 'aggregation_type',
|
|
2049
|
+
metadata: 'metadata',
|
|
2039
2050
|
created_at: 'created_at',
|
|
2040
|
-
updated_at: 'updated_at'
|
|
2051
|
+
updated_at: 'updated_at',
|
|
2052
|
+
created_by: 'created_by',
|
|
2053
|
+
updated_by: 'updated_by',
|
|
2054
|
+
is_active: 'is_active'
|
|
2041
2055
|
};
|
|
2042
2056
|
|
|
2043
2057
|
exports.Prisma.UserScalarFieldEnum = {
|
|
@@ -2678,6 +2692,12 @@ exports.Difficulty = exports.$Enums.Difficulty = {
|
|
|
2678
2692
|
HARD: 'HARD'
|
|
2679
2693
|
};
|
|
2680
2694
|
|
|
2695
|
+
exports.UsageSourceType = exports.$Enums.UsageSourceType = {
|
|
2696
|
+
activity_event: 'activity_event',
|
|
2697
|
+
usage_publisher: 'usage_publisher',
|
|
2698
|
+
reconcile: 'reconcile'
|
|
2699
|
+
};
|
|
2700
|
+
|
|
2681
2701
|
exports.UsageUnit = exports.$Enums.UsageUnit = {
|
|
2682
2702
|
COUNT: 'COUNT',
|
|
2683
2703
|
BYTES: 'BYTES',
|
|
@@ -2691,12 +2711,6 @@ exports.UsageAggregationType = exports.$Enums.UsageAggregationType = {
|
|
|
2691
2711
|
GAUGE: 'GAUGE'
|
|
2692
2712
|
};
|
|
2693
2713
|
|
|
2694
|
-
exports.UsageSourceType = exports.$Enums.UsageSourceType = {
|
|
2695
|
-
activity_event: 'activity_event',
|
|
2696
|
-
usage_publisher: 'usage_publisher',
|
|
2697
|
-
reconcile: 'reconcile'
|
|
2698
|
-
};
|
|
2699
|
-
|
|
2700
2714
|
exports.UserInvitationStatus = exports.$Enums.UserInvitationStatus = {
|
|
2701
2715
|
INVITED: 'INVITED',
|
|
2702
2716
|
ACCEPTED: 'ACCEPTED',
|
|
@@ -2802,10 +2816,10 @@ exports.Prisma.ModelName = {
|
|
|
2802
2816
|
SourceEffectivenessAnalyticsDaily: 'SourceEffectivenessAnalyticsDaily',
|
|
2803
2817
|
Suggestion: 'Suggestion',
|
|
2804
2818
|
Transcript: 'Transcript',
|
|
2805
|
-
UsageMetricDefinition: 'UsageMetricDefinition',
|
|
2806
|
-
UsageLedgerEntry: 'UsageLedgerEntry',
|
|
2807
|
-
UsageAggregate: 'UsageAggregate',
|
|
2808
2819
|
LicenseIncludedWorkflow: 'LicenseIncludedWorkflow',
|
|
2820
|
+
UsageAggregate: 'UsageAggregate',
|
|
2821
|
+
UsageLedgerEntry: 'UsageLedgerEntry',
|
|
2822
|
+
UsageMetricDefinition: 'UsageMetricDefinition',
|
|
2809
2823
|
User: 'User',
|
|
2810
2824
|
UserProfile: 'UserProfile',
|
|
2811
2825
|
ZoomMeeting: 'ZoomMeeting',
|