@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.
Files changed (126) hide show
  1. package/dist/account-delete.d.ts +25 -0
  2. package/dist/account-delete.d.ts.map +1 -0
  3. package/dist/account-delete.js +22 -0
  4. package/dist/ai.d.ts +2 -1
  5. package/dist/ai.d.ts.map +1 -1
  6. package/dist/api-keys.d.ts +66 -0
  7. package/dist/api-keys.d.ts.map +1 -0
  8. package/dist/api-keys.js +93 -0
  9. package/dist/auth.d.ts +5 -0
  10. package/dist/auth.d.ts.map +1 -1
  11. package/dist/auth.js +9 -0
  12. package/dist/backend.d.ts +556 -0
  13. package/dist/backend.d.ts.map +1 -0
  14. package/dist/backend.js +528 -0
  15. package/dist/calendar.d.ts +29 -0
  16. package/dist/calendar.d.ts.map +1 -1
  17. package/dist/calendar.js +18 -0
  18. package/dist/client.d.ts.map +1 -1
  19. package/dist/client.js +2 -0
  20. package/dist/cron.d.ts +16 -0
  21. package/dist/cron.d.ts.map +1 -0
  22. package/dist/cron.js +41 -0
  23. package/dist/documents.d.ts +38 -0
  24. package/dist/documents.d.ts.map +1 -0
  25. package/dist/documents.js +71 -0
  26. package/dist/education.d.ts +228 -12
  27. package/dist/education.d.ts.map +1 -1
  28. package/dist/education.js +229 -0
  29. package/dist/external-projects.d.ts.map +1 -1
  30. package/dist/external-projects.js +20 -10
  31. package/dist/group-tags.d.ts +87 -0
  32. package/dist/group-tags.d.ts.map +1 -0
  33. package/dist/group-tags.js +116 -0
  34. package/dist/index.d.ts +26 -15
  35. package/dist/index.d.ts.map +1 -1
  36. package/dist/index.js +171 -14
  37. package/dist/infrastructure/abuse.d.ts +7 -0
  38. package/dist/infrastructure/abuse.d.ts.map +1 -0
  39. package/dist/infrastructure/abuse.js +39 -0
  40. package/dist/infrastructure/ai.d.ts +53 -0
  41. package/dist/infrastructure/ai.d.ts.map +1 -0
  42. package/dist/infrastructure/ai.js +331 -0
  43. package/dist/infrastructure/apps.d.ts +9 -0
  44. package/dist/infrastructure/apps.d.ts.map +1 -0
  45. package/dist/infrastructure/apps.js +49 -0
  46. package/dist/infrastructure/blocked-ips.d.ts +65 -0
  47. package/dist/infrastructure/blocked-ips.d.ts.map +1 -0
  48. package/dist/infrastructure/blocked-ips.js +56 -0
  49. package/dist/infrastructure/github-bot.d.ts +10 -0
  50. package/dist/infrastructure/github-bot.d.ts.map +1 -0
  51. package/dist/infrastructure/github-bot.js +73 -0
  52. package/dist/infrastructure/index.d.ts +11 -0
  53. package/dist/infrastructure/index.d.ts.map +1 -0
  54. package/dist/infrastructure/index.js +26 -0
  55. package/dist/infrastructure/mobile.d.ts +23 -0
  56. package/dist/infrastructure/mobile.d.ts.map +1 -0
  57. package/dist/infrastructure/mobile.js +183 -0
  58. package/dist/infrastructure/monitoring.d.ts +34 -0
  59. package/dist/infrastructure/monitoring.d.ts.map +1 -0
  60. package/dist/infrastructure/monitoring.js +356 -0
  61. package/dist/infrastructure/realtime.d.ts +55 -0
  62. package/dist/infrastructure/realtime.d.ts.map +1 -0
  63. package/dist/infrastructure/realtime.js +29 -0
  64. package/dist/infrastructure/types.d.ts +1652 -0
  65. package/dist/infrastructure/types.d.ts.map +1 -0
  66. package/dist/infrastructure/types.js +2 -0
  67. package/dist/infrastructure/workspace.d.ts +5 -0
  68. package/dist/infrastructure/workspace.d.ts.map +1 -0
  69. package/dist/infrastructure/workspace.js +15 -0
  70. package/dist/infrastructure.d.ts +10 -1706
  71. package/dist/infrastructure.d.ts.map +1 -1
  72. package/dist/infrastructure.js +24 -1019
  73. package/dist/inventory.d.ts +215 -1
  74. package/dist/inventory.d.ts.map +1 -1
  75. package/dist/inventory.js +69 -0
  76. package/dist/notifications.d.ts +90 -0
  77. package/dist/notifications.d.ts.map +1 -0
  78. package/dist/notifications.js +62 -0
  79. package/dist/promotions.d.ts +3 -0
  80. package/dist/promotions.d.ts.map +1 -1
  81. package/dist/promotions.js +8 -0
  82. package/dist/rate-limits.d.ts +107 -0
  83. package/dist/rate-limits.d.ts.map +1 -0
  84. package/dist/rate-limits.js +74 -0
  85. package/dist/reports.d.ts +44 -1
  86. package/dist/reports.d.ts.map +1 -1
  87. package/dist/reports.js +11 -0
  88. package/dist/task-plans.d.ts +220 -0
  89. package/dist/task-plans.d.ts.map +1 -0
  90. package/dist/task-plans.js +153 -0
  91. package/dist/tasks.d.ts +204 -1
  92. package/dist/tasks.d.ts.map +1 -1
  93. package/dist/tasks.js +147 -4
  94. package/dist/teach.d.ts +100 -0
  95. package/dist/teach.d.ts.map +1 -1
  96. package/dist/teach.js +45 -0
  97. package/dist/templates.d.ts +2 -0
  98. package/dist/templates.d.ts.map +1 -1
  99. package/dist/templates.js +8 -0
  100. package/dist/tulearn.d.ts +80 -0
  101. package/dist/tulearn.d.ts.map +1 -1
  102. package/dist/tulearn.js +56 -0
  103. package/dist/user-group-attendance.d.ts +29 -0
  104. package/dist/user-group-attendance.d.ts.map +1 -0
  105. package/dist/user-group-attendance.js +38 -0
  106. package/dist/user-group-schedule.d.ts +193 -0
  107. package/dist/user-group-schedule.d.ts.map +1 -0
  108. package/dist/user-group-schedule.js +84 -0
  109. package/dist/user-groups.d.ts +18 -0
  110. package/dist/user-groups.d.ts.map +1 -1
  111. package/dist/user-groups.js +18 -0
  112. package/dist/users-server.d.ts +14 -0
  113. package/dist/users-server.d.ts.map +1 -0
  114. package/dist/users-server.js +37 -0
  115. package/dist/users.d.ts +93 -2
  116. package/dist/users.d.ts.map +1 -1
  117. package/dist/users.js +89 -6
  118. package/dist/workspace-config-ids.d.ts +6 -0
  119. package/dist/workspace-config-ids.d.ts.map +1 -1
  120. package/dist/workspace-config-ids.js +13 -1
  121. package/dist/workspace-configs.d.ts +4 -1
  122. package/dist/workspace-configs.d.ts.map +1 -1
  123. package/dist/workspace-configs.js +25 -1
  124. package/dist/workspaces.d.ts +0 -1
  125. package/dist/workspaces.d.ts.map +1 -1
  126. package/package.json +68 -8
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tuturuuu/internal-api",
3
- "version": "0.8.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": "tsgo --project tsconfig.build.json",
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": "tsgo --project tsconfig.typecheck.json"
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": "^25.9.3",
192
- "@typescript/native-preview": "^7.0.0-dev.20260612.1",
193
- "typescript": "^6.0.3",
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/types": "0.9.0"
257
+ "@tuturuuu/supabase": "0.4.0",
258
+ "@tuturuuu/types": "0.11.0"
199
259
  }
200
260
  }