@tuturuuu/internal-api 0.8.0 → 0.10.0
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/account-delete.d.ts +25 -0
- package/dist/account-delete.d.ts.map +1 -0
- package/dist/account-delete.js +22 -0
- package/dist/ai.d.ts +2 -1
- package/dist/ai.d.ts.map +1 -1
- package/dist/api-keys.d.ts +66 -0
- package/dist/api-keys.d.ts.map +1 -0
- package/dist/api-keys.js +93 -0
- package/dist/auth.d.ts +5 -0
- package/dist/auth.d.ts.map +1 -1
- package/dist/auth.js +9 -0
- package/dist/backend.d.ts +556 -0
- package/dist/backend.d.ts.map +1 -0
- package/dist/backend.js +528 -0
- package/dist/calendar.d.ts +29 -0
- package/dist/calendar.d.ts.map +1 -1
- package/dist/calendar.js +18 -0
- package/dist/client.d.ts.map +1 -1
- package/dist/client.js +2 -0
- package/dist/cron.d.ts +16 -0
- package/dist/cron.d.ts.map +1 -0
- package/dist/cron.js +41 -0
- package/dist/documents.d.ts +38 -0
- package/dist/documents.d.ts.map +1 -0
- package/dist/documents.js +71 -0
- package/dist/education.d.ts +228 -12
- package/dist/education.d.ts.map +1 -1
- package/dist/education.js +229 -0
- package/dist/external-projects.d.ts.map +1 -1
- package/dist/external-projects.js +20 -10
- package/dist/group-tags.d.ts +87 -0
- package/dist/group-tags.d.ts.map +1 -0
- package/dist/group-tags.js +116 -0
- package/dist/index.d.ts +26 -15
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +171 -14
- package/dist/infrastructure/abuse.d.ts +7 -0
- package/dist/infrastructure/abuse.d.ts.map +1 -0
- package/dist/infrastructure/abuse.js +39 -0
- package/dist/infrastructure/ai.d.ts +53 -0
- package/dist/infrastructure/ai.d.ts.map +1 -0
- package/dist/infrastructure/ai.js +331 -0
- package/dist/infrastructure/apps.d.ts +9 -0
- package/dist/infrastructure/apps.d.ts.map +1 -0
- package/dist/infrastructure/apps.js +49 -0
- package/dist/infrastructure/blocked-ips.d.ts +65 -0
- package/dist/infrastructure/blocked-ips.d.ts.map +1 -0
- package/dist/infrastructure/blocked-ips.js +56 -0
- package/dist/infrastructure/github-bot.d.ts +10 -0
- package/dist/infrastructure/github-bot.d.ts.map +1 -0
- package/dist/infrastructure/github-bot.js +73 -0
- package/dist/infrastructure/index.d.ts +11 -0
- package/dist/infrastructure/index.d.ts.map +1 -0
- package/dist/infrastructure/index.js +26 -0
- package/dist/infrastructure/mobile.d.ts +23 -0
- package/dist/infrastructure/mobile.d.ts.map +1 -0
- package/dist/infrastructure/mobile.js +183 -0
- package/dist/infrastructure/monitoring.d.ts +34 -0
- package/dist/infrastructure/monitoring.d.ts.map +1 -0
- package/dist/infrastructure/monitoring.js +356 -0
- package/dist/infrastructure/realtime.d.ts +55 -0
- package/dist/infrastructure/realtime.d.ts.map +1 -0
- package/dist/infrastructure/realtime.js +29 -0
- package/dist/infrastructure/types.d.ts +1652 -0
- package/dist/infrastructure/types.d.ts.map +1 -0
- package/dist/infrastructure/types.js +2 -0
- package/dist/infrastructure/workspace.d.ts +5 -0
- package/dist/infrastructure/workspace.d.ts.map +1 -0
- package/dist/infrastructure/workspace.js +15 -0
- package/dist/infrastructure.d.ts +10 -1706
- package/dist/infrastructure.d.ts.map +1 -1
- package/dist/infrastructure.js +24 -1019
- package/dist/inventory.d.ts +215 -1
- package/dist/inventory.d.ts.map +1 -1
- package/dist/inventory.js +69 -0
- package/dist/notifications.d.ts +90 -0
- package/dist/notifications.d.ts.map +1 -0
- package/dist/notifications.js +62 -0
- package/dist/promotions.d.ts +3 -0
- package/dist/promotions.d.ts.map +1 -1
- package/dist/promotions.js +8 -0
- package/dist/rate-limits.d.ts +107 -0
- package/dist/rate-limits.d.ts.map +1 -0
- package/dist/rate-limits.js +74 -0
- package/dist/reports.d.ts +44 -1
- package/dist/reports.d.ts.map +1 -1
- package/dist/reports.js +11 -0
- package/dist/task-plans.d.ts +220 -0
- package/dist/task-plans.d.ts.map +1 -0
- package/dist/task-plans.js +153 -0
- package/dist/tasks.d.ts +204 -1
- package/dist/tasks.d.ts.map +1 -1
- package/dist/tasks.js +147 -4
- package/dist/teach.d.ts +100 -0
- package/dist/teach.d.ts.map +1 -1
- package/dist/teach.js +45 -0
- package/dist/templates.d.ts +2 -0
- package/dist/templates.d.ts.map +1 -1
- package/dist/templates.js +8 -0
- package/dist/tulearn.d.ts +80 -0
- package/dist/tulearn.d.ts.map +1 -1
- package/dist/tulearn.js +56 -0
- package/dist/user-group-attendance.d.ts +29 -0
- package/dist/user-group-attendance.d.ts.map +1 -0
- package/dist/user-group-attendance.js +38 -0
- package/dist/user-group-schedule.d.ts +193 -0
- package/dist/user-group-schedule.d.ts.map +1 -0
- package/dist/user-group-schedule.js +84 -0
- package/dist/user-groups.d.ts +18 -0
- package/dist/user-groups.d.ts.map +1 -1
- package/dist/user-groups.js +18 -0
- package/dist/users-server.d.ts +14 -0
- package/dist/users-server.d.ts.map +1 -0
- package/dist/users-server.js +37 -0
- package/dist/users.d.ts +93 -2
- package/dist/users.d.ts.map +1 -1
- package/dist/users.js +89 -6
- package/dist/workspace-config-ids.d.ts +6 -0
- package/dist/workspace-config-ids.d.ts.map +1 -1
- package/dist/workspace-config-ids.js +13 -1
- package/dist/workspace-configs.d.ts +4 -1
- package/dist/workspace-configs.d.ts.map +1 -1
- package/dist/workspace-configs.js +25 -1
- package/dist/workspaces.d.ts +0 -1
- package/dist/workspaces.d.ts.map +1 -1
- package/package.json +68 -8
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tuturuuu/internal-api",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.10.0",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
"access": "public"
|
|
18
18
|
},
|
|
19
19
|
"scripts": {
|
|
20
|
-
"build": "
|
|
20
|
+
"build": "tsc --project tsconfig.build.json",
|
|
21
21
|
"clean": "rm -rf dist .turbo tsconfig.build.tsbuildinfo",
|
|
22
22
|
"prepack": "bun run clean && bun run build",
|
|
23
23
|
"test": "vitest run",
|
|
24
24
|
"test:watch": "vitest",
|
|
25
|
-
"type-check": "
|
|
25
|
+
"type-check": "tsc --project tsconfig.typecheck.json"
|
|
26
26
|
},
|
|
27
27
|
"exports": {
|
|
28
28
|
".": {
|
|
@@ -45,6 +45,11 @@
|
|
|
45
45
|
"import": "./dist/auth.js",
|
|
46
46
|
"require": "./dist/auth.js"
|
|
47
47
|
},
|
|
48
|
+
"./backend": {
|
|
49
|
+
"types": "./dist/backend.d.ts",
|
|
50
|
+
"import": "./dist/backend.js",
|
|
51
|
+
"require": "./dist/backend.js"
|
|
52
|
+
},
|
|
48
53
|
"./calendar": {
|
|
49
54
|
"types": "./dist/calendar.d.ts",
|
|
50
55
|
"import": "./dist/calendar.js",
|
|
@@ -60,6 +65,11 @@
|
|
|
60
65
|
"import": "./dist/client.js",
|
|
61
66
|
"require": "./dist/client.js"
|
|
62
67
|
},
|
|
68
|
+
"./documents": {
|
|
69
|
+
"types": "./dist/documents.d.ts",
|
|
70
|
+
"import": "./dist/documents.js",
|
|
71
|
+
"require": "./dist/documents.js"
|
|
72
|
+
},
|
|
63
73
|
"./education": {
|
|
64
74
|
"types": "./dist/education.d.ts",
|
|
65
75
|
"import": "./dist/education.js",
|
|
@@ -85,6 +95,46 @@
|
|
|
85
95
|
"import": "./dist/infrastructure.js",
|
|
86
96
|
"require": "./dist/infrastructure.js"
|
|
87
97
|
},
|
|
98
|
+
"./infrastructure/abuse": {
|
|
99
|
+
"types": "./dist/infrastructure/abuse.d.ts",
|
|
100
|
+
"import": "./dist/infrastructure/abuse.js",
|
|
101
|
+
"require": "./dist/infrastructure/abuse.js"
|
|
102
|
+
},
|
|
103
|
+
"./infrastructure/ai": {
|
|
104
|
+
"types": "./dist/infrastructure/ai.d.ts",
|
|
105
|
+
"import": "./dist/infrastructure/ai.js",
|
|
106
|
+
"require": "./dist/infrastructure/ai.js"
|
|
107
|
+
},
|
|
108
|
+
"./infrastructure/apps": {
|
|
109
|
+
"types": "./dist/infrastructure/apps.d.ts",
|
|
110
|
+
"import": "./dist/infrastructure/apps.js",
|
|
111
|
+
"require": "./dist/infrastructure/apps.js"
|
|
112
|
+
},
|
|
113
|
+
"./infrastructure/github-bot": {
|
|
114
|
+
"types": "./dist/infrastructure/github-bot.d.ts",
|
|
115
|
+
"import": "./dist/infrastructure/github-bot.js",
|
|
116
|
+
"require": "./dist/infrastructure/github-bot.js"
|
|
117
|
+
},
|
|
118
|
+
"./infrastructure/mobile": {
|
|
119
|
+
"types": "./dist/infrastructure/mobile.d.ts",
|
|
120
|
+
"import": "./dist/infrastructure/mobile.js",
|
|
121
|
+
"require": "./dist/infrastructure/mobile.js"
|
|
122
|
+
},
|
|
123
|
+
"./infrastructure/monitoring": {
|
|
124
|
+
"types": "./dist/infrastructure/monitoring.d.ts",
|
|
125
|
+
"import": "./dist/infrastructure/monitoring.js",
|
|
126
|
+
"require": "./dist/infrastructure/monitoring.js"
|
|
127
|
+
},
|
|
128
|
+
"./infrastructure/types": {
|
|
129
|
+
"types": "./dist/infrastructure/types.d.ts",
|
|
130
|
+
"import": "./dist/infrastructure/types.js",
|
|
131
|
+
"require": "./dist/infrastructure/types.js"
|
|
132
|
+
},
|
|
133
|
+
"./infrastructure/workspace": {
|
|
134
|
+
"types": "./dist/infrastructure/workspace.d.ts",
|
|
135
|
+
"import": "./dist/infrastructure/workspace.js",
|
|
136
|
+
"require": "./dist/infrastructure/workspace.js"
|
|
137
|
+
},
|
|
88
138
|
"./inventory": {
|
|
89
139
|
"types": "./dist/inventory.d.ts",
|
|
90
140
|
"import": "./dist/inventory.js",
|
|
@@ -145,6 +195,11 @@
|
|
|
145
195
|
"import": "./dist/tasks-scheduling.js",
|
|
146
196
|
"require": "./dist/tasks-scheduling.js"
|
|
147
197
|
},
|
|
198
|
+
"./teach": {
|
|
199
|
+
"types": "./dist/teach.d.ts",
|
|
200
|
+
"import": "./dist/teach.js",
|
|
201
|
+
"require": "./dist/teach.js"
|
|
202
|
+
},
|
|
148
203
|
"./user-groups": {
|
|
149
204
|
"types": "./dist/user-groups.d.ts",
|
|
150
205
|
"import": "./dist/user-groups.js",
|
|
@@ -165,6 +220,11 @@
|
|
|
165
220
|
"import": "./dist/users.js",
|
|
166
221
|
"require": "./dist/users.js"
|
|
167
222
|
},
|
|
223
|
+
"./users-server": {
|
|
224
|
+
"types": "./dist/users-server.d.ts",
|
|
225
|
+
"import": "./dist/users-server.js",
|
|
226
|
+
"require": "./dist/users-server.js"
|
|
227
|
+
},
|
|
168
228
|
"./users-feedbacks": {
|
|
169
229
|
"types": "./dist/users-feedbacks.d.ts",
|
|
170
230
|
"import": "./dist/users-feedbacks.js",
|
|
@@ -188,13 +248,13 @@
|
|
|
188
248
|
},
|
|
189
249
|
"devDependencies": {
|
|
190
250
|
"@tuturuuu/typescript-config": "0.1.1",
|
|
191
|
-
"@types/node": "^
|
|
192
|
-
"
|
|
193
|
-
"
|
|
194
|
-
"vitest": "^4.1.8"
|
|
251
|
+
"@types/node": "^26.0.0",
|
|
252
|
+
"typescript": "7.0.1-rc",
|
|
253
|
+
"vitest": "^4.1.9"
|
|
195
254
|
},
|
|
196
255
|
"packageManager": "bun@1.3.14",
|
|
197
256
|
"dependencies": {
|
|
198
|
-
"@tuturuuu/
|
|
257
|
+
"@tuturuuu/supabase": "0.4.0",
|
|
258
|
+
"@tuturuuu/types": "0.11.0"
|
|
199
259
|
}
|
|
200
260
|
}
|