@ssh/audiosalad-xml - v1.0.1
    Preparing search index...

    Interface PermissionInput

    permission_type — a date- and region-bounded distribution permission.

    interface PermissionInput {
        attr?: AttrInput[];
        countryCode?: string[];
        enabled: boolean;
        endDate?: DateLike;
        startDate?: DateLike;
        type: string[];
    }
    Index
    attr?: AttrInput[]

    Maps to attr. New in schema v3.4.

    countryCode?: string[]

    Maps to country_code — 2-character ISO codes, or WW.

    enabled: boolean

    Maps to enabled. Required — there is no default.

    endDate?: DateLike

    Maps to end_date. A Date is formatted in UTC.

    startDate?: DateLike

    Maps to start_date. A Date is formatted in UTC.

    type: string[]

    Maps to type. A list as of schema v3.4 — 0.1.x took a single string. Release level: preorder. Track level: stream, download, subscription, track_sale. At least one required.