namirasoft-inference 1.5.25 → 1.5.26
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/dist/NamirasoftInferenceServer.js +1 -1
- package/dist/meta/BudgetMetaTable.d.ts +0 -12
- package/dist/meta/BudgetMetaTable.js +0 -12
- package/dist/meta/BudgetMetaTable.js.map +1 -1
- package/dist/row/BudgetRow.d.ts +0 -12
- package/package.json +1 -1
- package/src/NamirasoftInferenceServer.ts +1 -1
- package/src/meta/BudgetMetaTable.ts +0 -24
- package/src/row/BudgetRow.ts +0 -12
|
@@ -77,7 +77,7 @@ const NamirasoftInferenceServerWiperField_1 = require("./NamirasoftInferenceServ
|
|
|
77
77
|
const NamirasoftInferenceServerWiperTag_1 = require("./NamirasoftInferenceServerWiperTag");
|
|
78
78
|
class NamirasoftInferenceServer extends namirasoft_account_1.NSABaseServer {
|
|
79
79
|
constructor(base_url, token_manager, onError) {
|
|
80
|
-
super(base_url, `1.5.
|
|
80
|
+
super(base_url, `1.5.26`, token_manager, onError);
|
|
81
81
|
this.health = new NamirasoftInferenceServerHealth_1.NamirasoftInferenceServerHealth(this);
|
|
82
82
|
this.metrics = new NamirasoftInferenceServerMetrics_1.NamirasoftInferenceServerMetrics(this);
|
|
83
83
|
this.value = new NamirasoftInferenceServerValue_1.NamirasoftInferenceServerValue(this);
|
|
@@ -17,9 +17,6 @@ export declare class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
17
17
|
total_token: BaseMetaColumn;
|
|
18
18
|
total_token_input: BaseMetaColumn;
|
|
19
19
|
total_token_output: BaseMetaColumn;
|
|
20
|
-
total_paid: BaseMetaColumn;
|
|
21
|
-
total_paid_input: BaseMetaColumn;
|
|
22
|
-
total_paid_output: BaseMetaColumn;
|
|
23
20
|
total_cost: BaseMetaColumn;
|
|
24
21
|
total_cost_input: BaseMetaColumn;
|
|
25
22
|
total_cost_output: BaseMetaColumn;
|
|
@@ -27,9 +24,6 @@ export declare class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
27
24
|
total_monthly_token: BaseMetaColumn;
|
|
28
25
|
total_monthly_token_input: BaseMetaColumn;
|
|
29
26
|
total_monthly_token_output: BaseMetaColumn;
|
|
30
|
-
total_monthly_paid: BaseMetaColumn;
|
|
31
|
-
total_monthly_paid_input: BaseMetaColumn;
|
|
32
|
-
total_monthly_paid_output: BaseMetaColumn;
|
|
33
27
|
total_monthly_cost: BaseMetaColumn;
|
|
34
28
|
total_monthly_cost_input: BaseMetaColumn;
|
|
35
29
|
total_monthly_cost_output: BaseMetaColumn;
|
|
@@ -37,9 +31,6 @@ export declare class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
37
31
|
total_weekly_token: BaseMetaColumn;
|
|
38
32
|
total_weekly_token_input: BaseMetaColumn;
|
|
39
33
|
total_weekly_token_output: BaseMetaColumn;
|
|
40
|
-
total_weekly_paid: BaseMetaColumn;
|
|
41
|
-
total_weekly_paid_input: BaseMetaColumn;
|
|
42
|
-
total_weekly_paid_output: BaseMetaColumn;
|
|
43
34
|
total_weekly_cost: BaseMetaColumn;
|
|
44
35
|
total_weekly_cost_input: BaseMetaColumn;
|
|
45
36
|
total_weekly_cost_output: BaseMetaColumn;
|
|
@@ -47,9 +38,6 @@ export declare class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInference
|
|
|
47
38
|
total_daily_token: BaseMetaColumn;
|
|
48
39
|
total_daily_token_input: BaseMetaColumn;
|
|
49
40
|
total_daily_token_output: BaseMetaColumn;
|
|
50
|
-
total_daily_paid: BaseMetaColumn;
|
|
51
|
-
total_daily_paid_input: BaseMetaColumn;
|
|
52
|
-
total_daily_paid_output: BaseMetaColumn;
|
|
53
41
|
total_daily_cost: BaseMetaColumn;
|
|
54
42
|
total_daily_cost_input: BaseMetaColumn;
|
|
55
43
|
total_daily_cost_output: BaseMetaColumn;
|
|
@@ -29,9 +29,6 @@ class BudgetMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
29
29
|
total_token: new namirasoft_core_1.BaseMetaColumn(this, "total_token", "Total Token", "Integer", true),
|
|
30
30
|
total_token_input: new namirasoft_core_1.BaseMetaColumn(this, "total_token_input", "Total Token Input", "Integer", true),
|
|
31
31
|
total_token_output: new namirasoft_core_1.BaseMetaColumn(this, "total_token_output", "Total Token Output", "Integer", true),
|
|
32
|
-
total_paid: new namirasoft_core_1.BaseMetaColumn(this, "total_paid", "Total Paid", "Integer", true),
|
|
33
|
-
total_paid_input: new namirasoft_core_1.BaseMetaColumn(this, "total_paid_input", "Total Paid Input", "Integer", true),
|
|
34
|
-
total_paid_output: new namirasoft_core_1.BaseMetaColumn(this, "total_paid_output", "Total Paid Output", "Integer", true),
|
|
35
32
|
total_cost: new namirasoft_core_1.BaseMetaColumn(this, "total_cost", "Total Cost", "Integer", true),
|
|
36
33
|
total_cost_input: new namirasoft_core_1.BaseMetaColumn(this, "total_cost_input", "Total Cost Input", "Integer", true),
|
|
37
34
|
total_cost_output: new namirasoft_core_1.BaseMetaColumn(this, "total_cost_output", "Total Cost Output", "Integer", true),
|
|
@@ -39,9 +36,6 @@ class BudgetMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
39
36
|
total_monthly_token: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_token", "Total Monthly Token", "Integer", true),
|
|
40
37
|
total_monthly_token_input: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_token_input", "Total Monthly Token Input", "Integer", true),
|
|
41
38
|
total_monthly_token_output: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_token_output", "Total Monthly Token Output", "Integer", true),
|
|
42
|
-
total_monthly_paid: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_paid", "Total Monthly Paid", "Integer", true),
|
|
43
|
-
total_monthly_paid_input: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_paid_input", "Total Monthly Paid Input", "Integer", true),
|
|
44
|
-
total_monthly_paid_output: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_paid_output", "Total Monthly Paid Output", "Integer", true),
|
|
45
39
|
total_monthly_cost: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_cost", "Total Monthly Cost", "Integer", true),
|
|
46
40
|
total_monthly_cost_input: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_cost_input", "Total Monthly Cost Input", "Integer", true),
|
|
47
41
|
total_monthly_cost_output: new namirasoft_core_1.BaseMetaColumn(this, "total_monthly_cost_output", "Total Monthly Cost Output", "Integer", true),
|
|
@@ -49,9 +43,6 @@ class BudgetMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
49
43
|
total_weekly_token: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_token", "Total Weekly Token", "Integer", true),
|
|
50
44
|
total_weekly_token_input: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_token_input", "Total Weekly Token Input", "Integer", true),
|
|
51
45
|
total_weekly_token_output: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_token_output", "Total Weekly Token Output", "Integer", true),
|
|
52
|
-
total_weekly_paid: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_paid", "Total Weekly Paid", "Integer", true),
|
|
53
|
-
total_weekly_paid_input: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_paid_input", "Total Weekly Paid Input", "Integer", true),
|
|
54
|
-
total_weekly_paid_output: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_paid_output", "Total Weekly Paid Output", "Integer", true),
|
|
55
46
|
total_weekly_cost: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_cost", "Total Weekly Cost", "Integer", true),
|
|
56
47
|
total_weekly_cost_input: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_cost_input", "Total Weekly Cost Input", "Integer", true),
|
|
57
48
|
total_weekly_cost_output: new namirasoft_core_1.BaseMetaColumn(this, "total_weekly_cost_output", "Total Weekly Cost Output", "Integer", true),
|
|
@@ -59,9 +50,6 @@ class BudgetMetaTable extends namirasoft_site_1.NSBaseMetaTable {
|
|
|
59
50
|
total_daily_token: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_token", "Total Daily Token", "Integer", true),
|
|
60
51
|
total_daily_token_input: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_token_input", "Total Daily Token Input", "Integer", true),
|
|
61
52
|
total_daily_token_output: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_token_output", "Total Daily Token Output", "Integer", true),
|
|
62
|
-
total_daily_paid: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_paid", "Total Daily Paid", "Integer", true),
|
|
63
|
-
total_daily_paid_input: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_paid_input", "Total Daily Paid Input", "Integer", true),
|
|
64
|
-
total_daily_paid_output: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_paid_output", "Total Daily Paid Output", "Integer", true),
|
|
65
53
|
total_daily_cost: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_cost", "Total Daily Cost", "Integer", true),
|
|
66
54
|
total_daily_cost_input: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_cost_input", "Total Daily Cost Input", "Integer", true),
|
|
67
55
|
total_daily_cost_output: new namirasoft_core_1.BaseMetaColumn(this, "total_daily_cost_output", "Total Daily Cost Output", "Integer", true),
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"BudgetMetaTable.js","sourceRoot":"","sources":["../../src/meta/BudgetMetaTable.ts"],"names":[],"mappings":";;;;;;;;;;;;AAoBA,qDAA2D;AAG3D,qDAAsE;AAGtE,MAAa,eAAgB,SAAQ,iCAAqD;
|
|
1
|
+
{"version":3,"file":"BudgetMetaTable.js","sourceRoot":"","sources":["../../src/meta/BudgetMetaTable.ts"],"names":[],"mappings":"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"}
|
package/dist/row/BudgetRow.d.ts
CHANGED
|
@@ -12,9 +12,6 @@ export type BudgetRow = {
|
|
|
12
12
|
total_token: number;
|
|
13
13
|
total_token_input: number;
|
|
14
14
|
total_token_output: number;
|
|
15
|
-
total_paid: number;
|
|
16
|
-
total_paid_input: number;
|
|
17
|
-
total_paid_output: number;
|
|
18
15
|
total_cost: number;
|
|
19
16
|
total_cost_input: number;
|
|
20
17
|
total_cost_output: number;
|
|
@@ -22,9 +19,6 @@ export type BudgetRow = {
|
|
|
22
19
|
total_monthly_token: number;
|
|
23
20
|
total_monthly_token_input: number;
|
|
24
21
|
total_monthly_token_output: number;
|
|
25
|
-
total_monthly_paid: number;
|
|
26
|
-
total_monthly_paid_input: number;
|
|
27
|
-
total_monthly_paid_output: number;
|
|
28
22
|
total_monthly_cost: number;
|
|
29
23
|
total_monthly_cost_input: number;
|
|
30
24
|
total_monthly_cost_output: number;
|
|
@@ -32,9 +26,6 @@ export type BudgetRow = {
|
|
|
32
26
|
total_weekly_token: number;
|
|
33
27
|
total_weekly_token_input: number;
|
|
34
28
|
total_weekly_token_output: number;
|
|
35
|
-
total_weekly_paid: number;
|
|
36
|
-
total_weekly_paid_input: number;
|
|
37
|
-
total_weekly_paid_output: number;
|
|
38
29
|
total_weekly_cost: number;
|
|
39
30
|
total_weekly_cost_input: number;
|
|
40
31
|
total_weekly_cost_output: number;
|
|
@@ -42,9 +33,6 @@ export type BudgetRow = {
|
|
|
42
33
|
total_daily_token: number;
|
|
43
34
|
total_daily_token_input: number;
|
|
44
35
|
total_daily_token_output: number;
|
|
45
|
-
total_daily_paid: number;
|
|
46
|
-
total_daily_paid_input: number;
|
|
47
|
-
total_daily_paid_output: number;
|
|
48
36
|
total_daily_cost: number;
|
|
49
37
|
total_daily_cost_input: number;
|
|
50
38
|
total_daily_cost_output: number;
|
package/package.json
CHANGED
|
@@ -171,7 +171,7 @@ export class NamirasoftInferenceServer extends NSABaseServer
|
|
|
171
171
|
usage: NamirasoftInferenceServerUsage;
|
|
172
172
|
constructor(base_url: string, token_manager: TokenManager, onError: (error: Error) => void)
|
|
173
173
|
{
|
|
174
|
-
super(base_url, `1.5.
|
|
174
|
+
super(base_url, `1.5.26`, token_manager, onError);
|
|
175
175
|
this.health = new NamirasoftInferenceServerHealth(this);
|
|
176
176
|
this.metrics = new NamirasoftInferenceServerMetrics(this);
|
|
177
177
|
this.value = new NamirasoftInferenceServerValue(this);
|
|
@@ -40,9 +40,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
40
40
|
total_token: BaseMetaColumn;
|
|
41
41
|
total_token_input: BaseMetaColumn;
|
|
42
42
|
total_token_output: BaseMetaColumn;
|
|
43
|
-
total_paid: BaseMetaColumn;
|
|
44
|
-
total_paid_input: BaseMetaColumn;
|
|
45
|
-
total_paid_output: BaseMetaColumn;
|
|
46
43
|
total_cost: BaseMetaColumn;
|
|
47
44
|
total_cost_input: BaseMetaColumn;
|
|
48
45
|
total_cost_output: BaseMetaColumn;
|
|
@@ -50,9 +47,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
50
47
|
total_monthly_token: BaseMetaColumn;
|
|
51
48
|
total_monthly_token_input: BaseMetaColumn;
|
|
52
49
|
total_monthly_token_output: BaseMetaColumn;
|
|
53
|
-
total_monthly_paid: BaseMetaColumn;
|
|
54
|
-
total_monthly_paid_input: BaseMetaColumn;
|
|
55
|
-
total_monthly_paid_output: BaseMetaColumn;
|
|
56
50
|
total_monthly_cost: BaseMetaColumn;
|
|
57
51
|
total_monthly_cost_input: BaseMetaColumn;
|
|
58
52
|
total_monthly_cost_output: BaseMetaColumn;
|
|
@@ -60,9 +54,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
60
54
|
total_weekly_token: BaseMetaColumn;
|
|
61
55
|
total_weekly_token_input: BaseMetaColumn;
|
|
62
56
|
total_weekly_token_output: BaseMetaColumn;
|
|
63
|
-
total_weekly_paid: BaseMetaColumn;
|
|
64
|
-
total_weekly_paid_input: BaseMetaColumn;
|
|
65
|
-
total_weekly_paid_output: BaseMetaColumn;
|
|
66
57
|
total_weekly_cost: BaseMetaColumn;
|
|
67
58
|
total_weekly_cost_input: BaseMetaColumn;
|
|
68
59
|
total_weekly_cost_output: BaseMetaColumn;
|
|
@@ -70,9 +61,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
70
61
|
total_daily_token: BaseMetaColumn;
|
|
71
62
|
total_daily_token_input: BaseMetaColumn;
|
|
72
63
|
total_daily_token_output: BaseMetaColumn;
|
|
73
|
-
total_daily_paid: BaseMetaColumn;
|
|
74
|
-
total_daily_paid_input: BaseMetaColumn;
|
|
75
|
-
total_daily_paid_output: BaseMetaColumn;
|
|
76
64
|
total_daily_cost: BaseMetaColumn;
|
|
77
65
|
total_daily_cost_input: BaseMetaColumn;
|
|
78
66
|
total_daily_cost_output: BaseMetaColumn;
|
|
@@ -96,9 +84,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
96
84
|
total_token: new BaseMetaColumn(this, "total_token", "Total Token", "Integer", true),
|
|
97
85
|
total_token_input: new BaseMetaColumn(this, "total_token_input", "Total Token Input", "Integer", true),
|
|
98
86
|
total_token_output: new BaseMetaColumn(this, "total_token_output", "Total Token Output", "Integer", true),
|
|
99
|
-
total_paid: new BaseMetaColumn(this, "total_paid", "Total Paid", "Integer", true),
|
|
100
|
-
total_paid_input: new BaseMetaColumn(this, "total_paid_input", "Total Paid Input", "Integer", true),
|
|
101
|
-
total_paid_output: new BaseMetaColumn(this, "total_paid_output", "Total Paid Output", "Integer", true),
|
|
102
87
|
total_cost: new BaseMetaColumn(this, "total_cost", "Total Cost", "Integer", true),
|
|
103
88
|
total_cost_input: new BaseMetaColumn(this, "total_cost_input", "Total Cost Input", "Integer", true),
|
|
104
89
|
total_cost_output: new BaseMetaColumn(this, "total_cost_output", "Total Cost Output", "Integer", true),
|
|
@@ -106,9 +91,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
106
91
|
total_monthly_token: new BaseMetaColumn(this, "total_monthly_token", "Total Monthly Token", "Integer", true),
|
|
107
92
|
total_monthly_token_input: new BaseMetaColumn(this, "total_monthly_token_input", "Total Monthly Token Input", "Integer", true),
|
|
108
93
|
total_monthly_token_output: new BaseMetaColumn(this, "total_monthly_token_output", "Total Monthly Token Output", "Integer", true),
|
|
109
|
-
total_monthly_paid: new BaseMetaColumn(this, "total_monthly_paid", "Total Monthly Paid", "Integer", true),
|
|
110
|
-
total_monthly_paid_input: new BaseMetaColumn(this, "total_monthly_paid_input", "Total Monthly Paid Input", "Integer", true),
|
|
111
|
-
total_monthly_paid_output: new BaseMetaColumn(this, "total_monthly_paid_output", "Total Monthly Paid Output", "Integer", true),
|
|
112
94
|
total_monthly_cost: new BaseMetaColumn(this, "total_monthly_cost", "Total Monthly Cost", "Integer", true),
|
|
113
95
|
total_monthly_cost_input: new BaseMetaColumn(this, "total_monthly_cost_input", "Total Monthly Cost Input", "Integer", true),
|
|
114
96
|
total_monthly_cost_output: new BaseMetaColumn(this, "total_monthly_cost_output", "Total Monthly Cost Output", "Integer", true),
|
|
@@ -116,9 +98,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
116
98
|
total_weekly_token: new BaseMetaColumn(this, "total_weekly_token", "Total Weekly Token", "Integer", true),
|
|
117
99
|
total_weekly_token_input: new BaseMetaColumn(this, "total_weekly_token_input", "Total Weekly Token Input", "Integer", true),
|
|
118
100
|
total_weekly_token_output: new BaseMetaColumn(this, "total_weekly_token_output", "Total Weekly Token Output", "Integer", true),
|
|
119
|
-
total_weekly_paid: new BaseMetaColumn(this, "total_weekly_paid", "Total Weekly Paid", "Integer", true),
|
|
120
|
-
total_weekly_paid_input: new BaseMetaColumn(this, "total_weekly_paid_input", "Total Weekly Paid Input", "Integer", true),
|
|
121
|
-
total_weekly_paid_output: new BaseMetaColumn(this, "total_weekly_paid_output", "Total Weekly Paid Output", "Integer", true),
|
|
122
101
|
total_weekly_cost: new BaseMetaColumn(this, "total_weekly_cost", "Total Weekly Cost", "Integer", true),
|
|
123
102
|
total_weekly_cost_input: new BaseMetaColumn(this, "total_weekly_cost_input", "Total Weekly Cost Input", "Integer", true),
|
|
124
103
|
total_weekly_cost_output: new BaseMetaColumn(this, "total_weekly_cost_output", "Total Weekly Cost Output", "Integer", true),
|
|
@@ -126,9 +105,6 @@ export class BudgetMetaTable extends NSBaseMetaTable<NamirasoftInferenceServer,
|
|
|
126
105
|
total_daily_token: new BaseMetaColumn(this, "total_daily_token", "Total Daily Token", "Integer", true),
|
|
127
106
|
total_daily_token_input: new BaseMetaColumn(this, "total_daily_token_input", "Total Daily Token Input", "Integer", true),
|
|
128
107
|
total_daily_token_output: new BaseMetaColumn(this, "total_daily_token_output", "Total Daily Token Output", "Integer", true),
|
|
129
|
-
total_daily_paid: new BaseMetaColumn(this, "total_daily_paid", "Total Daily Paid", "Integer", true),
|
|
130
|
-
total_daily_paid_input: new BaseMetaColumn(this, "total_daily_paid_input", "Total Daily Paid Input", "Integer", true),
|
|
131
|
-
total_daily_paid_output: new BaseMetaColumn(this, "total_daily_paid_output", "Total Daily Paid Output", "Integer", true),
|
|
132
108
|
total_daily_cost: new BaseMetaColumn(this, "total_daily_cost", "Total Daily Cost", "Integer", true),
|
|
133
109
|
total_daily_cost_input: new BaseMetaColumn(this, "total_daily_cost_input", "Total Daily Cost Input", "Integer", true),
|
|
134
110
|
total_daily_cost_output: new BaseMetaColumn(this, "total_daily_cost_output", "Total Daily Cost Output", "Integer", true),
|
package/src/row/BudgetRow.ts
CHANGED
|
@@ -33,9 +33,6 @@ export type BudgetRow =
|
|
|
33
33
|
total_token: number;
|
|
34
34
|
total_token_input: number;
|
|
35
35
|
total_token_output: number;
|
|
36
|
-
total_paid: number;
|
|
37
|
-
total_paid_input: number;
|
|
38
|
-
total_paid_output: number;
|
|
39
36
|
total_cost: number;
|
|
40
37
|
total_cost_input: number;
|
|
41
38
|
total_cost_output: number;
|
|
@@ -43,9 +40,6 @@ export type BudgetRow =
|
|
|
43
40
|
total_monthly_token: number;
|
|
44
41
|
total_monthly_token_input: number;
|
|
45
42
|
total_monthly_token_output: number;
|
|
46
|
-
total_monthly_paid: number;
|
|
47
|
-
total_monthly_paid_input: number;
|
|
48
|
-
total_monthly_paid_output: number;
|
|
49
43
|
total_monthly_cost: number;
|
|
50
44
|
total_monthly_cost_input: number;
|
|
51
45
|
total_monthly_cost_output: number;
|
|
@@ -53,9 +47,6 @@ export type BudgetRow =
|
|
|
53
47
|
total_weekly_token: number;
|
|
54
48
|
total_weekly_token_input: number;
|
|
55
49
|
total_weekly_token_output: number;
|
|
56
|
-
total_weekly_paid: number;
|
|
57
|
-
total_weekly_paid_input: number;
|
|
58
|
-
total_weekly_paid_output: number;
|
|
59
50
|
total_weekly_cost: number;
|
|
60
51
|
total_weekly_cost_input: number;
|
|
61
52
|
total_weekly_cost_output: number;
|
|
@@ -63,9 +54,6 @@ export type BudgetRow =
|
|
|
63
54
|
total_daily_token: number;
|
|
64
55
|
total_daily_token_input: number;
|
|
65
56
|
total_daily_token_output: number;
|
|
66
|
-
total_daily_paid: number;
|
|
67
|
-
total_daily_paid_input: number;
|
|
68
|
-
total_daily_paid_output: number;
|
|
69
57
|
total_daily_cost: number;
|
|
70
58
|
total_daily_cost_input: number;
|
|
71
59
|
total_daily_cost_output: number;
|