Skip to content

SudoSOS Back-end API / catalogue/containers / ContainerRevision

Class: ContainerRevision ​

Extends ​

Constructors ​

Constructor ​

ts
new ContainerRevision(): ContainerRevision;

Returns ​

ContainerRevision

Inherited from ​

BaseEntityWithoutId.constructor

Properties ​

PropertyModifierTypeDescriptionInherited from
containerreadonlyContainer--
containerIdreadonlynumber--
createdAtreadonlyDateThe creation date of the object.BaseEntityWithoutId.createdAt
namepublicstring--
pointsOfSalepublicPointOfSaleRevision[]--
productspublicProductRevision[]--
revisionpublicnumber--
updatedAtreadonlyDateThe last update date of the object.BaseEntityWithoutId.updatedAt
versionreadonlynumberThe current version of the object.BaseEntityWithoutId.version

Methods ​

denyUpdate() ​

ts
denyUpdate(): void;

Returns ​

void