/** * Do not edit this file it is auto-generated by io-utils / gen-api-models. * See https://github.com/pagopa/io-utils */ import * as t from "io-ts"; export declare enum StatusEnum { "ACCEPTED" = "ACCEPTED", "THROTTLED" = "THROTTLED", "FAILED" = "FAILED", "PROCESSED" = "PROCESSED", "REJECTED" = "REJECTED" } export declare const MessageResponseWithContentMessage: t.ExactC, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]$">, unknown>; created_at: t.Type; content: t.ExactC; markdown: t.Type; }>, t.PartialC<{ payment_data: t.ExactC, number & import("italia-ts-commons/lib/numbers").IWithinRangeIntegerTag<1, 9999999999>, unknown>, t.LiteralC<9999999999>]>; notice_number: t.Type; }>, t.PartialC<{ invalid_after_due_date: t.Type; }>]>>; prescription_data: t.ExactC; }>, t.PartialC<{ iup: t.Type; prescriber_fiscal_code: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]$">, unknown>; }>]>>; due_date: t.Type; }>]>>; sender_service_id: t.StringC; }>, t.PartialC<{ time_to_live: t.Type<604800 | (number & import("italia-ts-commons/lib/numbers").IWithinRangeIntegerTag<3600, 604800>), any, unknown>; }>]>>; export declare type MessageResponseWithContentMessage = t.TypeOf; export declare const MessageResponseWithContentNotification: t.ExactC, t.PartialC<{ email: t.Type; webhook: t.Type; }>]>>; export declare type MessageResponseWithContentNotification = t.TypeOf; export declare const MessageResponseWithContent: t.ExactC, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]$">, unknown>; created_at: t.Type; content: t.ExactC; markdown: t.Type; }>, t.PartialC<{ payment_data: t.ExactC, number & import("italia-ts-commons/lib/numbers").IWithinRangeIntegerTag<1, 9999999999>, unknown>, t.LiteralC<9999999999>]>; notice_number: t.Type; }>, t.PartialC<{ invalid_after_due_date: t.Type; }>]>>; prescription_data: t.ExactC; }>, t.PartialC<{ iup: t.Type; prescriber_fiscal_code: t.Type, string & import("italia-ts-commons/lib/strings").IPatternStringTag<"^[A-Z]{6}[0-9LMNPQRSTUV]{2}[ABCDEHLMPRST][0-9LMNPQRSTUV]{2}[A-Z][0-9LMNPQRSTUV]{3}[A-Z]$">, unknown>; }>]>>; due_date: t.Type; }>]>>; sender_service_id: t.StringC; }>, t.PartialC<{ time_to_live: t.Type<604800 | (number & import("italia-ts-commons/lib/numbers").IWithinRangeIntegerTag<3600, 604800>), any, unknown>; }>]>>; }>, t.PartialC<{ notification: t.ExactC, t.PartialC<{ email: t.Type; webhook: t.Type; }>]>>; status: t.Type; }>]>>; export declare type MessageResponseWithContent = t.TypeOf;