interface Transport {
    _attachments?: {
        [key: string]: CloudantV1.Attachment.Transport;
    };
    _conflicts?: string[];
    _deleted?: boolean;
    _deleted_conflicts?: string[];
    _id?: string;
    _local_seq?: string;
    _rev?: string;
    _revisions?: CloudantV1.Revisions.Transport;
    _revs_info?: DocumentRevisionStatus[];
    autoupdate?: boolean;
    filters?: JsonObject;
    indexes?: {
        [key: string]: CloudantV1.SearchIndexDefinition.Transport;
    };
    language?: string;
    options?: CloudantV1.DesignDocumentOptions.Transport;
    validate_doc_update?: string;
    views?: {
        [key: string]: CloudantV1.DesignDocumentViewsMapReduce.Transport;
    };
    [propName: string]: any;
}

Indexable

[propName: string]: any

DesignDocument.DesignDocument.Transport accepts additional properties.

Properties

_attachments?: {
    [key: string]: CloudantV1.Attachment.Transport;
}

Type declaration

_conflicts?: string[]
_deleted?: boolean
_deleted_conflicts?: string[]
_id?: string
_local_seq?: string
_rev?: string
_revs_info?: DocumentRevisionStatus[]
autoupdate?: boolean
filters?: JsonObject
indexes?: {
    [key: string]: CloudantV1.SearchIndexDefinition.Transport;
}

Type declaration

language?: string
validate_doc_update?: string
views?: {
    [key: string]: CloudantV1.DesignDocumentViewsMapReduce.Transport;
}

Type declaration