✨ Seats as an array
This commit is contained in:
parent
e0aa9ab361
commit
886fa11c7e
2
dist/Notary/User.d.ts
vendored
2
dist/Notary/User.d.ts
vendored
@ -17,5 +17,5 @@ export default class User extends Resource {
|
||||
documents?: Document[];
|
||||
role?: Role;
|
||||
office_role?: OfficeRole;
|
||||
seats?: Seats;
|
||||
seats?: Seats[];
|
||||
}
|
||||
|
2
dist/Notary/User.js
vendored
2
dist/Notary/User.js
vendored
@ -87,6 +87,6 @@ __decorate([
|
||||
__decorate([
|
||||
(0, class_transformer_1.Expose)(),
|
||||
(0, class_transformer_1.Type)(() => Seats_1.default),
|
||||
__metadata("design:type", Seats_1.default)
|
||||
__metadata("design:type", Array)
|
||||
], User.prototype, "seats", void 0);
|
||||
exports.default = User;
|
||||
|
@ -57,5 +57,5 @@ export default class User extends Resource {
|
||||
|
||||
@Expose()
|
||||
@Type(() => Seats)
|
||||
public seats?: Seats;
|
||||
public seats?: Seats[];
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user