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)