From 962e2ddcbfca71e3e1c7f44b4280f806e0b6f415 Mon Sep 17 00:00:00 2001 From: Maxime Lalo Date: Fri, 1 Dec 2023 16:14:00 +0100 Subject: [PATCH] :bug: Forgot to build --- dist/Customer/TotpCodes.d.ts | 1 + dist/Customer/TotpCodes.js | 4 ++++ 2 files changed, 5 insertions(+) diff --git a/dist/Customer/TotpCodes.d.ts b/dist/Customer/TotpCodes.d.ts index ebfdebf..481862c 100644 --- a/dist/Customer/TotpCodes.d.ts +++ b/dist/Customer/TotpCodes.d.ts @@ -8,6 +8,7 @@ export default class TotpCodes extends Resource { reason?: TotpCodesReasons; customer_uid?: string; code?: string; + resent?: boolean; expire_at?: Date; } export declare enum TotpCodesReasons { diff --git a/dist/Customer/TotpCodes.js b/dist/Customer/TotpCodes.js index 02e01da..ec08ca7 100644 --- a/dist/Customer/TotpCodes.js +++ b/dist/Customer/TotpCodes.js @@ -55,6 +55,10 @@ __decorate([ (0, class_transformer_1.Expose)(), __metadata("design:type", String) ], TotpCodes.prototype, "code", void 0); +__decorate([ + (0, class_transformer_1.Expose)(), + __metadata("design:type", Boolean) +], TotpCodes.prototype, "resent", void 0); __decorate([ (0, class_transformer_1.Expose)(), __metadata("design:type", Date)