Interface AssortmentPublishChange

interface AssortmentPublishChange {
    adds?: number;
    assortmentBaselineDownloadLink?: string;
    assortmentId?: string;
    createdBy?: any;
    createdById?: string;
    createdOn?: Date;
    deleteDataDownloadLink?: string;
    deletes?: number;
    detail?: AssortmentPublishChangeDetail;
    detailDownloadLink?: string;
    errors?: number;
    hydratedDetailDownloadLink?: string;
    id: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    summary?: any;
    unchanged?: number;
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    updates?: number;
    versionComments?: string;
    versionName?: string;
}

Hierarchy

  • OrgManagedEntity
    • AssortmentPublishChange

Properties

adds?: number
assortmentBaselineDownloadLink?: string
assortmentId?: string
createdBy?: any
createdById?: string
createdOn?: Date
deleteDataDownloadLink?: string
deletes?: number
detailDownloadLink?: string
errors?: number
hydratedDetailDownloadLink?: string
id: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
summary?: any
unchanged?: number
updatedBy?: any
updatedById?: string
updatedOn?: Date
updates?: number
versionComments?: string
versionName?: string

Generated using TypeDoc