@driveflux/api-functions 0.0.7-next.2 → 0.0.7-next.21
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/auth/confirm.js +73 -327
- package/dist/auth/emails.js +43 -210
- package/dist/auth/formatter.js +11 -11
- package/dist/auth/otp.js +122 -392
- package/dist/auth/register.d.ts +1 -1
- package/dist/auth/register.js +102 -398
- package/dist/auth/register.js.map +1 -1
- package/dist/auth/tokens.js +115 -430
- package/dist/auth/verifications.js +177 -583
- package/dist/constants.js +5 -4
- package/dist/mailjet/calls/manage-contacts-in-list.d.ts +2 -2
- package/dist/mailjet/calls/manage-contacts-in-list.d.ts.map +1 -1
- package/dist/mailjet/calls/manage-contacts-in-list.js +24 -168
- package/dist/mailjet/calls/manage-contacts-in-list.js.map +1 -1
- package/dist/mailjet/calls/manage-subscription-status.d.ts +2 -2
- package/dist/mailjet/calls/manage-subscription-status.d.ts.map +1 -1
- package/dist/mailjet/calls/manage-subscription-status.js +14 -154
- package/dist/mailjet/calls/manage-subscription-status.js.map +1 -1
- package/dist/mailjet/calls/request-service.d.ts +1 -1
- package/dist/mailjet/calls/request-service.d.ts.map +1 -1
- package/dist/mailjet/calls/request-service.js +18 -183
- package/dist/mailjet/refresh-email-preferences.js +26 -225
- package/dist/mailjet/set-contact.d.ts +2 -2
- package/dist/mailjet/set-contact.d.ts.map +1 -1
- package/dist/mailjet/set-contact.js +26 -217
- package/dist/mailjet/set-contact.js.map +1 -1
- package/dist/mailjet/types.d.ts +2 -2
- package/dist/mailjet/types.d.ts.map +1 -1
- package/dist/mailjet/types.js +2 -1
- package/dist/mailjet/utils/convert-to-array.d.ts +1 -1
- package/dist/mailjet/utils/convert-to-array.d.ts.map +1 -1
- package/dist/mailjet/utils/convert-to-array.js +9 -58
- package/dist/mailjet/utils/extract-email-preferences.d.ts +1 -1
- package/dist/mailjet/utils/extract-email-preferences.d.ts.map +1 -1
- package/dist/mailjet/utils/extract-email-preferences.js +41 -217
- package/dist/mailjet/utils/lists.js +30 -249
- package/dist/mailjet/utils/update-email-references.d.ts +2 -2
- package/dist/mailjet/utils/update-email-references.d.ts.map +1 -1
- package/dist/mailjet/utils/update-email-references.js +27 -208
- package/dist/mailjet/utils/update-email-references.js.map +1 -1
- package/dist/notion/client.js +48 -197
- package/dist/notion/helpful.js +29 -170
- package/dist/notion/schemas/block.js +49 -43
- package/dist/notion/schemas/common.js +17 -14
- package/dist/notion/schemas/database.js +125 -159
- package/dist/notion/schemas/emoji.js +3 -2
- package/dist/notion/schemas/file.js +10 -10
- package/dist/notion/schemas/kb.js +9 -8
- package/dist/notion/schemas/page.js +126 -171
- package/dist/notion/schemas/parent.js +9 -8
- package/dist/notion/schemas/user.js +21 -20
- package/dist/reservation/agree.d.ts +1 -1
- package/dist/reservation/agree.d.ts.map +1 -1
- package/dist/reservation/agree.js +19 -158
- package/dist/reservation/checks.d.ts +1 -1
- package/dist/reservation/checks.d.ts.map +1 -1
- package/dist/reservation/checks.js +23 -178
- package/dist/reservation/display-vehicle.d.ts +17 -17
- package/dist/reservation/display-vehicle.js +142 -514
- package/dist/reservation/display-vehicle.js.map +1 -1
- package/dist/reservation/fetch-or-create.d.ts +2 -2
- package/dist/reservation/fetch-or-create.d.ts.map +1 -1
- package/dist/reservation/fetch-or-create.js +199 -482
- package/dist/reservation/fetch-or-create.js.map +1 -1
- package/dist/reservation/invoice.d.ts +3 -3
- package/dist/reservation/invoice.d.ts.map +1 -1
- package/dist/reservation/invoice.js +198 -496
- package/dist/reservation/invoice.js.map +1 -1
- package/dist/reservation/payer.d.ts +1 -1
- package/dist/reservation/payer.d.ts.map +1 -1
- package/dist/reservation/payer.js +28 -177
- package/dist/reservation/reserve.d.ts +1 -1
- package/dist/reservation/reserve.d.ts.map +1 -1
- package/dist/reservation/reserve.js +36 -196
- package/dist/reservation/reserve.js.map +1 -1
- package/dist/reservation/types.d.ts +1 -0
- package/dist/reservation/types.d.ts.map +1 -1
- package/dist/reservation/types.js +2 -1
- package/dist/reservation/vehicle.d.ts +1 -1
- package/dist/reservation/vehicle.d.ts.map +1 -1
- package/dist/reservation/vehicle.js +26 -188
- package/dist/reservation/vehicle.js.map +1 -1
- package/dist/slack.d.ts +2 -2
- package/dist/slack.d.ts.map +1 -1
- package/dist/slack.js +67 -273
- package/dist/validation.d.ts +4 -4
- package/dist/validation.d.ts.map +1 -1
- package/dist/validation.js +89 -139
- package/dist/validation.js.map +1 -1
- package/dist/vehicle/vehicle-pricing/constants.d.ts +1 -1
- package/dist/vehicle/vehicle-pricing/constants.d.ts.map +1 -1
- package/dist/vehicle/vehicle-pricing/constants.js +33 -36
- package/dist/vehicle/vehicle-pricing/index.d.ts +1 -1
- package/dist/vehicle/vehicle-pricing/index.d.ts.map +1 -1
- package/dist/vehicle/vehicle-pricing/index.js +101 -259
- package/dist/vehicle/vehicle-pricing/index.js.map +1 -1
- package/dist/vehicle/vehicle-pricing/types.js +2 -1
- package/package.json +21 -21
|
@@ -1,492 +1,209 @@
|
|
|
1
|
-
|
|
1
|
+
import { prisma, } from '@driveflux/db';
|
|
2
|
+
import { generateId } from '@driveflux/db/id';
|
|
3
|
+
import { reportError } from '@driveflux/reporter';
|
|
4
|
+
import { Ok } from '@driveflux/result';
|
|
5
|
+
import { slackLater } from '../slack.js';
|
|
6
|
+
import { createReservationInvoice, updateReservationInvoiceIfNeeded, } from './invoice.js';
|
|
7
|
+
export const fetchOrCreateReservation = async ({ vehicle, payer, body, }) => {
|
|
8
|
+
const { subscribingUser, plan, mileagePackage, couponCode, referralCode, asBusiness, source, deliveryAddresses, deliveryDate, analytics, paymentIntentId, freeReservation, freeReservationReason, invoiceId, } = body;
|
|
2
9
|
try {
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
10
|
+
const previousReservation = await prisma.subscriptionReservation.findFirst({
|
|
11
|
+
where: {
|
|
12
|
+
userId: subscribingUser.id,
|
|
13
|
+
vehicleId: vehicle.id,
|
|
14
|
+
plan,
|
|
15
|
+
mileagePackage,
|
|
16
|
+
couponCode,
|
|
17
|
+
referralCode,
|
|
18
|
+
asBusiness: !!asBusiness,
|
|
19
|
+
source,
|
|
20
|
+
// If the subscription ID was populated, this means that this reservation was consumed into a subsription,
|
|
21
|
+
// so we shouldn't re-use it
|
|
22
|
+
subscription: null,
|
|
23
|
+
},
|
|
24
|
+
orderBy: {
|
|
25
|
+
updatedAt: 'desc',
|
|
26
|
+
},
|
|
27
|
+
include: {
|
|
28
|
+
invoice: {
|
|
29
|
+
select: {
|
|
30
|
+
id: true,
|
|
31
|
+
voided: true,
|
|
32
|
+
stripePaymentIntentId: true,
|
|
33
|
+
couponCode: true,
|
|
34
|
+
payerId: true,
|
|
35
|
+
discountIds: true,
|
|
36
|
+
lines: true,
|
|
37
|
+
status: true,
|
|
38
|
+
lockedAt: true,
|
|
39
|
+
unlockAt: true,
|
|
40
|
+
locked: true,
|
|
41
|
+
},
|
|
42
|
+
},
|
|
43
|
+
},
|
|
44
|
+
});
|
|
45
|
+
if (previousReservation) {
|
|
46
|
+
if (previousReservation.invoice.voided ||
|
|
47
|
+
previousReservation.invoice.id !== invoiceId) {
|
|
48
|
+
return recreateReservationInvoiceAndUpdateReservation(previousReservation, body, vehicle, payer);
|
|
22
49
|
}
|
|
23
|
-
|
|
24
|
-
|
|
50
|
+
// If the invoice is paid or partially paid, this is a serious problem,
|
|
51
|
+
// we need to make a notification about this and recreate the invoice
|
|
52
|
+
const wrongStatuses = [
|
|
53
|
+
'paid',
|
|
54
|
+
'partiallyPaid',
|
|
55
|
+
'partiallyRefunded',
|
|
56
|
+
'refunded',
|
|
57
|
+
'pendingRefund',
|
|
58
|
+
];
|
|
59
|
+
if (wrongStatuses.includes(previousReservation.invoice.status)) {
|
|
60
|
+
const updatedReservation = await recreateReservationInvoiceAndUpdateReservation(previousReservation, body, vehicle, payer);
|
|
61
|
+
if (updatedReservation.err) {
|
|
62
|
+
return updatedReservation;
|
|
63
|
+
}
|
|
64
|
+
slackLater([
|
|
65
|
+
{
|
|
66
|
+
type: 'header',
|
|
67
|
+
text: {
|
|
68
|
+
type: 'plain_text',
|
|
69
|
+
text: '‼️ Reservation invoice in wrong status',
|
|
70
|
+
emoji: true,
|
|
71
|
+
},
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
type: 'section',
|
|
75
|
+
text: {
|
|
76
|
+
type: 'plain_text',
|
|
77
|
+
text: `The reservation invoice ${previousReservation.invoice.id} was in a wrong status (${previousReservation.invoice.status}), it was discarded and a new invoice (${updatedReservation.val.id}) was created, however, investigate the issue.`,
|
|
78
|
+
},
|
|
79
|
+
},
|
|
80
|
+
]);
|
|
81
|
+
return updatedReservation;
|
|
25
82
|
}
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
value: value,
|
|
34
|
-
enumerable: true,
|
|
35
|
-
configurable: true,
|
|
36
|
-
writable: true
|
|
37
|
-
});
|
|
38
|
-
} else {
|
|
39
|
-
obj[key] = value;
|
|
40
|
-
}
|
|
41
|
-
return obj;
|
|
42
|
-
}
|
|
43
|
-
function _object_spread(target) {
|
|
44
|
-
for(var i = 1; i < arguments.length; i++){
|
|
45
|
-
var source = arguments[i] != null ? arguments[i] : {};
|
|
46
|
-
var ownKeys = Object.keys(source);
|
|
47
|
-
if (typeof Object.getOwnPropertySymbols === "function") {
|
|
48
|
-
ownKeys = ownKeys.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
49
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
50
|
-
}));
|
|
51
|
-
}
|
|
52
|
-
ownKeys.forEach(function(key) {
|
|
53
|
-
_define_property(target, key, source[key]);
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
return target;
|
|
57
|
-
}
|
|
58
|
-
function ownKeys(object, enumerableOnly) {
|
|
59
|
-
var keys = Object.keys(object);
|
|
60
|
-
if (Object.getOwnPropertySymbols) {
|
|
61
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
62
|
-
if (enumerableOnly) {
|
|
63
|
-
symbols = symbols.filter(function(sym) {
|
|
64
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
65
|
-
});
|
|
83
|
+
// If the payment intent ID is different, we need to update it
|
|
84
|
+
const updated = await updateReservationInvoiceIfNeeded(previousReservation.invoice, body);
|
|
85
|
+
if (updated.err) {
|
|
86
|
+
return updated;
|
|
87
|
+
}
|
|
88
|
+
// Otherwise, we need to create a new reservation
|
|
89
|
+
return new Ok(previousReservation);
|
|
66
90
|
}
|
|
67
|
-
keys.push.apply(keys, symbols);
|
|
68
91
|
}
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
source = source != null ? source : {};
|
|
73
|
-
if (Object.getOwnPropertyDescriptors) {
|
|
74
|
-
Object.defineProperties(target, Object.getOwnPropertyDescriptors(source));
|
|
75
|
-
} else {
|
|
76
|
-
ownKeys(Object(source)).forEach(function(key) {
|
|
77
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
78
|
-
});
|
|
92
|
+
catch (error) {
|
|
93
|
+
// We couldn't fetch the reservation, so we create a new one and just log this
|
|
94
|
+
await reportError(error);
|
|
79
95
|
}
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
95
|
-
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
v
|
|
100
|
-
]);
|
|
101
|
-
};
|
|
96
|
+
const reservationId = generateId('SubscriptionReservation');
|
|
97
|
+
// Create the reservation invoice
|
|
98
|
+
const invoiceResult = await createReservationInvoice({
|
|
99
|
+
invoiceId,
|
|
100
|
+
couponCode,
|
|
101
|
+
plan,
|
|
102
|
+
mileagePackage,
|
|
103
|
+
referralCode,
|
|
104
|
+
reservationId,
|
|
105
|
+
paymentIntentId,
|
|
106
|
+
freeReservation,
|
|
107
|
+
freeReservationReason,
|
|
108
|
+
analytics,
|
|
109
|
+
vehicle,
|
|
110
|
+
payer,
|
|
111
|
+
subscribingUser,
|
|
112
|
+
});
|
|
113
|
+
if (invoiceResult.err) {
|
|
114
|
+
return invoiceResult;
|
|
102
115
|
}
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
done: false
|
|
121
|
-
};
|
|
122
|
-
case 5:
|
|
123
|
-
_.label++;
|
|
124
|
-
y = op[1];
|
|
125
|
-
op = [
|
|
126
|
-
0
|
|
127
|
-
];
|
|
128
|
-
continue;
|
|
129
|
-
case 7:
|
|
130
|
-
op = _.ops.pop();
|
|
131
|
-
_.trys.pop();
|
|
132
|
-
continue;
|
|
133
|
-
default:
|
|
134
|
-
if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) {
|
|
135
|
-
_ = 0;
|
|
136
|
-
continue;
|
|
137
|
-
}
|
|
138
|
-
if (op[0] === 3 && (!t || op[1] > t[0] && op[1] < t[3])) {
|
|
139
|
-
_.label = op[1];
|
|
140
|
-
break;
|
|
141
|
-
}
|
|
142
|
-
if (op[0] === 6 && _.label < t[1]) {
|
|
143
|
-
_.label = t[1];
|
|
144
|
-
t = op;
|
|
145
|
-
break;
|
|
146
|
-
}
|
|
147
|
-
if (t && _.label < t[2]) {
|
|
148
|
-
_.label = t[2];
|
|
149
|
-
_.ops.push(op);
|
|
150
|
-
break;
|
|
151
|
-
}
|
|
152
|
-
if (t[2]) _.ops.pop();
|
|
153
|
-
_.trys.pop();
|
|
154
|
-
continue;
|
|
155
|
-
}
|
|
156
|
-
op = body.call(thisArg, _);
|
|
157
|
-
} catch (e) {
|
|
158
|
-
op = [
|
|
159
|
-
6,
|
|
160
|
-
e
|
|
161
|
-
];
|
|
162
|
-
y = 0;
|
|
163
|
-
} finally{
|
|
164
|
-
f = t = 0;
|
|
165
|
-
}
|
|
166
|
-
if (op[0] & 5) throw op[1];
|
|
167
|
-
return {
|
|
168
|
-
value: op[0] ? op[1] : void 0,
|
|
169
|
-
done: true
|
|
170
|
-
};
|
|
171
|
-
}
|
|
172
|
-
}
|
|
173
|
-
import { prisma } from '@driveflux/db';
|
|
174
|
-
import { generateId } from '@driveflux/db/id';
|
|
175
|
-
import { reportError } from '@driveflux/reporter';
|
|
176
|
-
import { Ok } from '@driveflux/result';
|
|
177
|
-
import { slackLater } from '../slack';
|
|
178
|
-
import { createReservationInvoice, updateReservationInvoiceIfNeeded } from './invoice';
|
|
179
|
-
export var fetchOrCreateReservation = function(param) {
|
|
180
|
-
var vehicle = param.vehicle, payer = param.payer, body = param.body;
|
|
181
|
-
return _async_to_generator(function() {
|
|
182
|
-
var subscribingUser, plan, mileagePackage, couponCode, referralCode, asBusiness, source, deliveryAddresses, deliveryDate, analytics, paymentIntentId, freeReservation, freeReservationReason, previousReservation, wrongStatuses, updatedReservation, updated, error, reservationId, invoiceResult, reservation;
|
|
183
|
-
return _ts_generator(this, function(_state) {
|
|
184
|
-
switch(_state.label){
|
|
185
|
-
case 0:
|
|
186
|
-
subscribingUser = body.subscribingUser, plan = body.plan, mileagePackage = body.mileagePackage, couponCode = body.couponCode, referralCode = body.referralCode, asBusiness = body.asBusiness, source = body.source, deliveryAddresses = body.deliveryAddresses, deliveryDate = body.deliveryDate, analytics = body.analytics, paymentIntentId = body.paymentIntentId, freeReservation = body.freeReservation, freeReservationReason = body.freeReservationReason;
|
|
187
|
-
_state.label = 1;
|
|
188
|
-
case 1:
|
|
189
|
-
_state.trys.push([
|
|
190
|
-
1,
|
|
191
|
-
7,
|
|
192
|
-
,
|
|
193
|
-
9
|
|
194
|
-
]);
|
|
195
|
-
return [
|
|
196
|
-
4,
|
|
197
|
-
prisma.subscriptionReservation.findFirst({
|
|
198
|
-
where: {
|
|
199
|
-
userId: subscribingUser.id,
|
|
200
|
-
vehicleId: vehicle.id,
|
|
201
|
-
plan: plan,
|
|
202
|
-
mileagePackage: mileagePackage,
|
|
203
|
-
couponCode: couponCode,
|
|
204
|
-
referralCode: referralCode,
|
|
205
|
-
asBusiness: !!asBusiness,
|
|
206
|
-
source: source,
|
|
207
|
-
// If the subscription ID was populated, this means that this reservation was consumed into a subsription,
|
|
208
|
-
// so we shouldn't re-use it
|
|
209
|
-
subscription: null
|
|
210
|
-
},
|
|
211
|
-
orderBy: {
|
|
212
|
-
updatedAt: 'desc'
|
|
213
|
-
},
|
|
214
|
-
include: {
|
|
215
|
-
invoice: {
|
|
216
|
-
select: {
|
|
217
|
-
id: true,
|
|
218
|
-
voided: true,
|
|
219
|
-
stripePaymentIntentId: true,
|
|
220
|
-
couponCode: true,
|
|
221
|
-
payerId: true,
|
|
222
|
-
discountIds: true,
|
|
223
|
-
lines: true,
|
|
224
|
-
status: true,
|
|
225
|
-
lockedAt: true,
|
|
226
|
-
unlockAt: true,
|
|
227
|
-
locked: true
|
|
228
|
-
}
|
|
229
|
-
}
|
|
230
|
-
}
|
|
231
|
-
})
|
|
232
|
-
];
|
|
233
|
-
case 2:
|
|
234
|
-
previousReservation = _state.sent();
|
|
235
|
-
if (!previousReservation) return [
|
|
236
|
-
3,
|
|
237
|
-
6
|
|
238
|
-
];
|
|
239
|
-
if (previousReservation.invoice.voided) {
|
|
240
|
-
return [
|
|
241
|
-
2,
|
|
242
|
-
recreateReservationInvoiceAndUpdateReservation(previousReservation, body, vehicle, payer)
|
|
243
|
-
];
|
|
244
|
-
}
|
|
245
|
-
// If the invoice is paid or partially paid, this is a serious problem,
|
|
246
|
-
// we need to make a notification about this and recreate the invoice
|
|
247
|
-
wrongStatuses = [
|
|
248
|
-
'paid',
|
|
249
|
-
'partiallyPaid',
|
|
250
|
-
'partiallyRefunded',
|
|
251
|
-
'refunded',
|
|
252
|
-
'pendingRefund'
|
|
253
|
-
];
|
|
254
|
-
if (!wrongStatuses.includes(previousReservation.invoice.status)) return [
|
|
255
|
-
3,
|
|
256
|
-
4
|
|
257
|
-
];
|
|
258
|
-
return [
|
|
259
|
-
4,
|
|
260
|
-
recreateReservationInvoiceAndUpdateReservation(previousReservation, body, vehicle, payer)
|
|
261
|
-
];
|
|
262
|
-
case 3:
|
|
263
|
-
updatedReservation = _state.sent();
|
|
264
|
-
if (updatedReservation.err) {
|
|
265
|
-
return [
|
|
266
|
-
2,
|
|
267
|
-
updatedReservation
|
|
268
|
-
];
|
|
269
|
-
}
|
|
270
|
-
slackLater([
|
|
271
|
-
{
|
|
272
|
-
type: 'header',
|
|
273
|
-
text: {
|
|
274
|
-
type: 'plain_text',
|
|
275
|
-
text: '‼️ Reservation invoice in wrong status',
|
|
276
|
-
emoji: true
|
|
277
|
-
}
|
|
278
|
-
},
|
|
279
|
-
{
|
|
280
|
-
type: 'section',
|
|
281
|
-
text: {
|
|
282
|
-
type: 'plain_text',
|
|
283
|
-
text: "The reservation invoice ".concat(previousReservation.invoice.id, " was in a wrong status (").concat(previousReservation.invoice.status, "), it was discarded and a new invoice (").concat(updatedReservation.val.id, ") was created, however, investigate the issue.")
|
|
284
|
-
}
|
|
285
|
-
}
|
|
286
|
-
]);
|
|
287
|
-
return [
|
|
288
|
-
2,
|
|
289
|
-
updatedReservation
|
|
290
|
-
];
|
|
291
|
-
case 4:
|
|
292
|
-
return [
|
|
293
|
-
4,
|
|
294
|
-
updateReservationInvoiceIfNeeded(previousReservation.invoice, body)
|
|
295
|
-
];
|
|
296
|
-
case 5:
|
|
297
|
-
updated = _state.sent();
|
|
298
|
-
if (updated.err) {
|
|
299
|
-
return [
|
|
300
|
-
2,
|
|
301
|
-
updated
|
|
302
|
-
];
|
|
303
|
-
}
|
|
304
|
-
// Otherwise, we need to create a new reservation
|
|
305
|
-
return [
|
|
306
|
-
2,
|
|
307
|
-
new Ok(previousReservation)
|
|
308
|
-
];
|
|
309
|
-
case 6:
|
|
310
|
-
return [
|
|
311
|
-
3,
|
|
312
|
-
9
|
|
313
|
-
];
|
|
314
|
-
case 7:
|
|
315
|
-
error = _state.sent();
|
|
316
|
-
// We couldn't fetch the reservation, so we create a new one and just log this
|
|
317
|
-
return [
|
|
318
|
-
4,
|
|
319
|
-
reportError(error)
|
|
320
|
-
];
|
|
321
|
-
case 8:
|
|
322
|
-
_state.sent();
|
|
323
|
-
return [
|
|
324
|
-
3,
|
|
325
|
-
9
|
|
326
|
-
];
|
|
327
|
-
case 9:
|
|
328
|
-
reservationId = generateId('SubscriptionReservation');
|
|
329
|
-
return [
|
|
330
|
-
4,
|
|
331
|
-
createReservationInvoice({
|
|
332
|
-
couponCode: couponCode,
|
|
333
|
-
plan: plan,
|
|
334
|
-
mileagePackage: mileagePackage,
|
|
335
|
-
referralCode: referralCode,
|
|
336
|
-
reservationId: reservationId,
|
|
337
|
-
paymentIntentId: paymentIntentId,
|
|
338
|
-
freeReservation: freeReservation,
|
|
339
|
-
freeReservationReason: freeReservationReason,
|
|
340
|
-
analytics: analytics,
|
|
341
|
-
vehicle: vehicle,
|
|
342
|
-
payer: payer,
|
|
343
|
-
subscribingUser: subscribingUser
|
|
344
|
-
})
|
|
345
|
-
];
|
|
346
|
-
case 10:
|
|
347
|
-
invoiceResult = _state.sent();
|
|
348
|
-
if (invoiceResult.err) {
|
|
349
|
-
return [
|
|
350
|
-
2,
|
|
351
|
-
invoiceResult
|
|
352
|
-
];
|
|
353
|
-
}
|
|
354
|
-
return [
|
|
355
|
-
4,
|
|
356
|
-
createReservation({
|
|
357
|
-
reservationId: reservationId,
|
|
358
|
-
invoiceId: invoiceResult.val.id,
|
|
359
|
-
subscribingUserId: subscribingUser.id,
|
|
360
|
-
vehicleId: vehicle.id,
|
|
361
|
-
businessId: payer.object === 'business' ? payer.id : undefined,
|
|
362
|
-
plan: plan,
|
|
363
|
-
mileagePackage: mileagePackage,
|
|
364
|
-
couponCode: couponCode,
|
|
365
|
-
referralCode: referralCode,
|
|
366
|
-
analytics: analytics,
|
|
367
|
-
deliveryAddresses: deliveryAddresses,
|
|
368
|
-
deliveryDate: deliveryDate,
|
|
369
|
-
asBusiness: asBusiness,
|
|
370
|
-
source: source
|
|
371
|
-
})
|
|
372
|
-
];
|
|
373
|
-
case 11:
|
|
374
|
-
reservation = _state.sent();
|
|
375
|
-
return [
|
|
376
|
-
2,
|
|
377
|
-
new Ok(reservation)
|
|
378
|
-
];
|
|
379
|
-
}
|
|
380
|
-
});
|
|
381
|
-
})();
|
|
116
|
+
const reservation = await createReservation({
|
|
117
|
+
reservationId,
|
|
118
|
+
invoiceId: invoiceResult.val.id,
|
|
119
|
+
subscribingUserId: subscribingUser.id,
|
|
120
|
+
vehicleId: vehicle.id,
|
|
121
|
+
businessId: payer.object === 'business' ? payer.id : undefined,
|
|
122
|
+
plan,
|
|
123
|
+
mileagePackage,
|
|
124
|
+
couponCode,
|
|
125
|
+
referralCode,
|
|
126
|
+
analytics,
|
|
127
|
+
deliveryAddresses,
|
|
128
|
+
deliveryDate,
|
|
129
|
+
asBusiness,
|
|
130
|
+
source,
|
|
131
|
+
});
|
|
132
|
+
return new Ok(reservation);
|
|
382
133
|
};
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
|
|
398
|
-
|
|
399
|
-
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
|
|
407
|
-
|
|
408
|
-
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
|
|
429
|
-
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
}
|
|
433
|
-
})
|
|
434
|
-
})
|
|
435
|
-
];
|
|
436
|
-
case 1:
|
|
437
|
-
return [
|
|
438
|
-
2,
|
|
439
|
-
_state.sent()
|
|
440
|
-
];
|
|
441
|
-
}
|
|
442
|
-
});
|
|
443
|
-
})();
|
|
134
|
+
const createReservation = async ({ reservationId, invoiceId, subscribingUserId, vehicleId, businessId, plan, mileagePackage, couponCode, referralCode, analytics, deliveryAddresses, deliveryDate, asBusiness, source, }) => {
|
|
135
|
+
return await prisma.subscriptionReservation.create({
|
|
136
|
+
data: {
|
|
137
|
+
id: reservationId,
|
|
138
|
+
invoice: {
|
|
139
|
+
connect: {
|
|
140
|
+
id: invoiceId,
|
|
141
|
+
},
|
|
142
|
+
},
|
|
143
|
+
user: {
|
|
144
|
+
connect: {
|
|
145
|
+
id: subscribingUserId,
|
|
146
|
+
},
|
|
147
|
+
},
|
|
148
|
+
vehicle: {
|
|
149
|
+
connect: {
|
|
150
|
+
id: vehicleId,
|
|
151
|
+
},
|
|
152
|
+
},
|
|
153
|
+
...(businessId
|
|
154
|
+
? {
|
|
155
|
+
business: {
|
|
156
|
+
connect: {
|
|
157
|
+
id: businessId,
|
|
158
|
+
},
|
|
159
|
+
},
|
|
160
|
+
}
|
|
161
|
+
: undefined),
|
|
162
|
+
plan,
|
|
163
|
+
mileagePackage,
|
|
164
|
+
couponCode: couponCode,
|
|
165
|
+
deliveryAddresses: deliveryAddresses,
|
|
166
|
+
deliveryDate: deliveryDate,
|
|
167
|
+
...(referralCode
|
|
168
|
+
? {
|
|
169
|
+
referral: {
|
|
170
|
+
connect: {
|
|
171
|
+
id: referralCode,
|
|
172
|
+
},
|
|
173
|
+
},
|
|
174
|
+
}
|
|
175
|
+
: undefined),
|
|
176
|
+
asBusiness: !!asBusiness,
|
|
177
|
+
source,
|
|
178
|
+
metadata: {
|
|
179
|
+
analytics,
|
|
180
|
+
},
|
|
181
|
+
},
|
|
182
|
+
});
|
|
444
183
|
};
|
|
445
|
-
|
|
446
|
-
|
|
447
|
-
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
|
|
455
|
-
|
|
456
|
-
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
|
|
464
|
-
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
4,
|
|
470
|
-
prisma.subscriptionReservation.update({
|
|
471
|
-
where: {
|
|
472
|
-
id: previousReservation.id
|
|
473
|
-
},
|
|
474
|
-
data: {
|
|
475
|
-
invoice: {
|
|
476
|
-
connect: {
|
|
477
|
-
id: invoice.id
|
|
478
|
-
}
|
|
479
|
-
}
|
|
480
|
-
}
|
|
481
|
-
})
|
|
482
|
-
];
|
|
483
|
-
case 2:
|
|
484
|
-
updatedReservation = _state.sent();
|
|
485
|
-
return [
|
|
486
|
-
2,
|
|
487
|
-
new Ok(updatedReservation)
|
|
488
|
-
];
|
|
489
|
-
}
|
|
490
|
-
});
|
|
491
|
-
})();
|
|
184
|
+
const recreateReservationInvoiceAndUpdateReservation = async (previousReservation, { invoiceId, ...body }, vehicle, payer) => {
|
|
185
|
+
const invoiceResult = await createReservationInvoice({
|
|
186
|
+
...body,
|
|
187
|
+
reservationId: previousReservation.id,
|
|
188
|
+
vehicle,
|
|
189
|
+
payer,
|
|
190
|
+
});
|
|
191
|
+
if (!invoiceResult.ok) {
|
|
192
|
+
return invoiceResult;
|
|
193
|
+
}
|
|
194
|
+
const invoice = invoiceResult.val;
|
|
195
|
+
const updatedReservation = await prisma.subscriptionReservation.update({
|
|
196
|
+
where: {
|
|
197
|
+
id: previousReservation.id,
|
|
198
|
+
},
|
|
199
|
+
data: {
|
|
200
|
+
invoice: {
|
|
201
|
+
connect: {
|
|
202
|
+
id: invoice.id,
|
|
203
|
+
},
|
|
204
|
+
},
|
|
205
|
+
},
|
|
206
|
+
});
|
|
207
|
+
return new Ok(updatedReservation);
|
|
492
208
|
};
|
|
209
|
+
//# sourceMappingURL=fetch-or-create.js.map
|