Interface AssortmentPublishChangeDetail

interface AssortmentPublishChangeDetail {
    adds?: any[];
    addsDownloadURL?: string;
    assortmentId?: string;
    createdBy?: any;
    createdById?: string;
    createdOn?: Date;
    deletes?: any[];
    deletesDownloadURL?: string;
    errors?: any[];
    familyItemsRemoved?: any[];
    familyItemsRemovedDownloadURL?: string;
    id: string;
    orgId?: string;
    orgSlug?: string;
    readUpdatedOn?: Date;
    unchanged?: any[];
    updatedBy?: any;
    updatedById?: string;
    updatedOn?: Date;
    updates?: any[];
    updatesDownloadURL?: string;
    versionComments?: string;
    versionName?: string;
}

Hierarchy

  • OrgManagedEntity
    • AssortmentPublishChangeDetail

Properties

adds?: any[]
addsDownloadURL?: string
assortmentId?: string
createdBy?: any
createdById?: string
createdOn?: Date
deletes?: any[]
deletesDownloadURL?: string
errors?: any[]
familyItemsRemoved?: any[]
familyItemsRemovedDownloadURL?: string
id: string
orgId?: string
orgSlug?: string
readUpdatedOn?: Date
unchanged?: any[]
updatedBy?: any
updatedById?: string
updatedOn?: Date
updates?: any[]
updatesDownloadURL?: string
versionComments?: string
versionName?: string

Generated using TypeDoc