@coursebuilder/server 0.1.0-canary.0.1de808999 → 0.1.0-canary.0.5aa1ccf85
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.
|
@@ -79,8 +79,8 @@ declare const coreInngest: Inngest<{
|
|
|
79
79
|
name: "inngest/function.finished";
|
|
80
80
|
};
|
|
81
81
|
"inngest/function.invoked": {
|
|
82
|
-
id?: string | undefined;
|
|
83
82
|
ts?: number | undefined;
|
|
83
|
+
id?: string | undefined;
|
|
84
84
|
data?: any;
|
|
85
85
|
user?: any;
|
|
86
86
|
v?: string | undefined;
|
|
@@ -95,8 +95,8 @@ declare const coreInngest: Inngest<{
|
|
|
95
95
|
name: "inngest/function.cancelled";
|
|
96
96
|
};
|
|
97
97
|
"inngest/scheduled.timer": {
|
|
98
|
-
id: string;
|
|
99
98
|
ts?: number | undefined;
|
|
99
|
+
id: string;
|
|
100
100
|
data: {
|
|
101
101
|
cron: string;
|
|
102
102
|
};
|
|
@@ -118,8 +118,8 @@ declare const coreInngest: Inngest<{
|
|
|
118
118
|
name: "inngest/http.request";
|
|
119
119
|
};
|
|
120
120
|
"commerce/update-purchase-status": {
|
|
121
|
-
id?: string | undefined;
|
|
122
121
|
ts?: number | undefined;
|
|
122
|
+
id?: string | undefined;
|
|
123
123
|
user?: any;
|
|
124
124
|
v?: string | undefined;
|
|
125
125
|
name: "commerce/update-purchase-status";
|
|
@@ -129,8 +129,8 @@ declare const coreInngest: Inngest<{
|
|
|
129
129
|
};
|
|
130
130
|
};
|
|
131
131
|
"commerce/new-purchase-created": {
|
|
132
|
-
id?: string | undefined;
|
|
133
132
|
ts?: number | undefined;
|
|
133
|
+
id?: string | undefined;
|
|
134
134
|
user?: any;
|
|
135
135
|
v?: string | undefined;
|
|
136
136
|
name: "commerce/new-purchase-created";
|
|
@@ -144,8 +144,8 @@ declare const coreInngest: Inngest<{
|
|
|
144
144
|
};
|
|
145
145
|
};
|
|
146
146
|
"commerce/new-subscription-created": {
|
|
147
|
-
id?: string | undefined;
|
|
148
147
|
ts?: number | undefined;
|
|
148
|
+
id?: string | undefined;
|
|
149
149
|
user?: any;
|
|
150
150
|
v?: string | undefined;
|
|
151
151
|
name: "commerce/new-subscription-created";
|
|
@@ -155,8 +155,8 @@ declare const coreInngest: Inngest<{
|
|
|
155
155
|
};
|
|
156
156
|
};
|
|
157
157
|
"commerce/full-price-coupon-redeemed": {
|
|
158
|
-
id?: string | undefined;
|
|
159
158
|
ts?: number | undefined;
|
|
159
|
+
id?: string | undefined;
|
|
160
160
|
user?: any;
|
|
161
161
|
v?: string | undefined;
|
|
162
162
|
name: "commerce/full-price-coupon-redeemed";
|
|
@@ -167,8 +167,8 @@ declare const coreInngest: Inngest<{
|
|
|
167
167
|
};
|
|
168
168
|
};
|
|
169
169
|
"team-seat-redemption/created": {
|
|
170
|
-
id?: string | undefined;
|
|
171
170
|
ts?: number | undefined;
|
|
171
|
+
id?: string | undefined;
|
|
172
172
|
v?: string | undefined;
|
|
173
173
|
name: "team-seat-redemption/created";
|
|
174
174
|
data: {
|
|
@@ -184,8 +184,8 @@ declare const coreInngest: Inngest<{
|
|
|
184
184
|
};
|
|
185
185
|
};
|
|
186
186
|
"purchase/benefits-attached": {
|
|
187
|
-
id?: string | undefined;
|
|
188
187
|
ts?: number | undefined;
|
|
188
|
+
id?: string | undefined;
|
|
189
189
|
v?: string | undefined;
|
|
190
190
|
name: "purchase/benefits-attached";
|
|
191
191
|
data: {
|
|
@@ -202,8 +202,8 @@ declare const coreInngest: Inngest<{
|
|
|
202
202
|
};
|
|
203
203
|
};
|
|
204
204
|
"commerce/refund-processed": {
|
|
205
|
-
id?: string | undefined;
|
|
206
205
|
ts?: number | undefined;
|
|
206
|
+
id?: string | undefined;
|
|
207
207
|
user?: any;
|
|
208
208
|
v?: string | undefined;
|
|
209
209
|
name: "commerce/refund-processed";
|
|
@@ -213,8 +213,8 @@ declare const coreInngest: Inngest<{
|
|
|
213
213
|
};
|
|
214
214
|
};
|
|
215
215
|
"commerce/purchase_transferred": {
|
|
216
|
-
id?: string | undefined;
|
|
217
216
|
ts?: number | undefined;
|
|
217
|
+
id?: string | undefined;
|
|
218
218
|
user?: any;
|
|
219
219
|
v?: string | undefined;
|
|
220
220
|
name: "commerce/purchase_transferred";
|
|
@@ -226,8 +226,8 @@ declare const coreInngest: Inngest<{
|
|
|
226
226
|
};
|
|
227
227
|
};
|
|
228
228
|
"commerce/purchase_transferred_api": {
|
|
229
|
-
id?: string | undefined;
|
|
230
229
|
ts?: number | undefined;
|
|
230
|
+
id?: string | undefined;
|
|
231
231
|
user?: any;
|
|
232
232
|
v?: string | undefined;
|
|
233
233
|
name: "commerce/purchase_transferred_api";
|
|
@@ -240,8 +240,8 @@ declare const coreInngest: Inngest<{
|
|
|
240
240
|
};
|
|
241
241
|
};
|
|
242
242
|
"resource/chat-request-event": {
|
|
243
|
-
id?: string | undefined;
|
|
244
243
|
ts?: number | undefined;
|
|
244
|
+
id?: string | undefined;
|
|
245
245
|
v?: string | undefined;
|
|
246
246
|
name: "resource/chat-request-event";
|
|
247
247
|
data: {
|
|
@@ -254,8 +254,8 @@ declare const coreInngest: Inngest<{
|
|
|
254
254
|
user: Record<string, any>;
|
|
255
255
|
};
|
|
256
256
|
"stripe/checkout-session-completed": {
|
|
257
|
-
id?: string | undefined;
|
|
258
257
|
ts?: number | undefined;
|
|
258
|
+
id?: string | undefined;
|
|
259
259
|
user?: any;
|
|
260
260
|
v?: string | undefined;
|
|
261
261
|
name: "stripe/checkout-session-completed";
|
|
@@ -386,8 +386,8 @@ declare const coreInngest: Inngest<{
|
|
|
386
386
|
};
|
|
387
387
|
};
|
|
388
388
|
"stripe/customer-subscription-created": {
|
|
389
|
-
id?: string | undefined;
|
|
390
389
|
ts?: number | undefined;
|
|
390
|
+
id?: string | undefined;
|
|
391
391
|
user?: any;
|
|
392
392
|
v?: string | undefined;
|
|
393
393
|
name: "stripe/customer-subscription-created";
|
|
@@ -420,8 +420,8 @@ declare const coreInngest: Inngest<{
|
|
|
420
420
|
};
|
|
421
421
|
};
|
|
422
422
|
"stripe/customer-subscription-updated": {
|
|
423
|
-
id?: string | undefined;
|
|
424
423
|
ts?: number | undefined;
|
|
424
|
+
id?: string | undefined;
|
|
425
425
|
user?: any;
|
|
426
426
|
v?: string | undefined;
|
|
427
427
|
name: "stripe/customer-subscription-updated";
|
|
@@ -455,8 +455,8 @@ declare const coreInngest: Inngest<{
|
|
|
455
455
|
};
|
|
456
456
|
};
|
|
457
457
|
"stripe/invoice-payment-succeeded": {
|
|
458
|
-
id?: string | undefined;
|
|
459
458
|
ts?: number | undefined;
|
|
459
|
+
id?: string | undefined;
|
|
460
460
|
user?: any;
|
|
461
461
|
v?: string | undefined;
|
|
462
462
|
name: "stripe/invoice-payment-succeeded";
|
|
@@ -516,8 +516,8 @@ declare const coreInngest: Inngest<{
|
|
|
516
516
|
};
|
|
517
517
|
};
|
|
518
518
|
"video/status-check": {
|
|
519
|
-
id?: string | undefined;
|
|
520
519
|
ts?: number | undefined;
|
|
520
|
+
id?: string | undefined;
|
|
521
521
|
user?: any;
|
|
522
522
|
v?: string | undefined;
|
|
523
523
|
name: "video/status-check";
|
|
@@ -528,8 +528,8 @@ declare const coreInngest: Inngest<{
|
|
|
528
528
|
};
|
|
529
529
|
};
|
|
530
530
|
"video/transcript-ready-event": {
|
|
531
|
-
id?: string | undefined;
|
|
532
531
|
ts?: number | undefined;
|
|
532
|
+
id?: string | undefined;
|
|
533
533
|
user?: any;
|
|
534
534
|
v?: string | undefined;
|
|
535
535
|
name: "video/transcript-ready-event";
|
|
@@ -538,8 +538,8 @@ declare const coreInngest: Inngest<{
|
|
|
538
538
|
};
|
|
539
539
|
};
|
|
540
540
|
"video/srt-ready": {
|
|
541
|
-
id?: string | undefined;
|
|
542
541
|
ts?: number | undefined;
|
|
542
|
+
id?: string | undefined;
|
|
543
543
|
user?: any;
|
|
544
544
|
v?: string | undefined;
|
|
545
545
|
name: "video/srt-ready";
|
|
@@ -548,8 +548,8 @@ declare const coreInngest: Inngest<{
|
|
|
548
548
|
};
|
|
549
549
|
};
|
|
550
550
|
"video/video-uploaded": {
|
|
551
|
-
id?: string | undefined;
|
|
552
551
|
ts?: number | undefined;
|
|
552
|
+
id?: string | undefined;
|
|
553
553
|
user?: any;
|
|
554
554
|
v?: string | undefined;
|
|
555
555
|
name: "video/video-uploaded";
|
|
@@ -564,8 +564,8 @@ declare const coreInngest: Inngest<{
|
|
|
564
564
|
};
|
|
565
565
|
};
|
|
566
566
|
"video-resource/created": {
|
|
567
|
-
id?: string | undefined;
|
|
568
567
|
ts?: number | undefined;
|
|
568
|
+
id?: string | undefined;
|
|
569
569
|
user?: any;
|
|
570
570
|
v?: string | undefined;
|
|
571
571
|
name: "video-resource/created";
|
|
@@ -576,8 +576,8 @@ declare const coreInngest: Inngest<{
|
|
|
576
576
|
};
|
|
577
577
|
};
|
|
578
578
|
"mux/web-hook-event": {
|
|
579
|
-
id?: string | undefined;
|
|
580
579
|
ts?: number | undefined;
|
|
580
|
+
id?: string | undefined;
|
|
581
581
|
user?: any;
|
|
582
582
|
v?: string | undefined;
|
|
583
583
|
name: "mux/web-hook-event";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@coursebuilder/server",
|
|
3
|
-
"version": "0.1.0-canary.0.
|
|
3
|
+
"version": "0.1.0-canary.0.5aa1ccf85",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "Server-side composition root for Course Builder",
|
|
6
6
|
"files": [
|
|
@@ -42,12 +42,12 @@
|
|
|
42
42
|
"inngest": "3.54.2",
|
|
43
43
|
"liquidjs": "^10.21.0",
|
|
44
44
|
"zod": "^4.1.12",
|
|
45
|
-
"@coursebuilder/commerce": "0.1.0-canary.0.
|
|
46
|
-
"@coursebuilder/
|
|
47
|
-
"@coursebuilder/
|
|
45
|
+
"@coursebuilder/commerce": "0.1.0-canary.0.5aa1ccf85",
|
|
46
|
+
"@coursebuilder/email": "0.1.0-canary.0.5aa1ccf85",
|
|
47
|
+
"@coursebuilder/core": "3.0.0-canary.0.5aa1ccf85",
|
|
48
48
|
"@coursebuilder/nodash": "0.0.3",
|
|
49
|
-
"@coursebuilder/utils": "1.1.0-canary.0.
|
|
50
|
-
"@coursebuilder/video-processing": "0.1.0-canary.0.
|
|
49
|
+
"@coursebuilder/utils": "1.1.0-canary.0.5aa1ccf85",
|
|
50
|
+
"@coursebuilder/video-processing": "0.1.0-canary.0.5aa1ccf85"
|
|
51
51
|
},
|
|
52
52
|
"devDependencies": {
|
|
53
53
|
"@types/cookie": "0.6.0",
|