{"version":3,"sources":["../../src/promote-marketing-v2-ads-txt-ads-txt.schemas.ts"],"sourcesContent":["import * as z from 'zod';\n\nexport const GetAdsTxtRequest = z.object({\n  options: z\n    .object({\n      subdomain: z\n        .string()\n        .describe(\n          'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n        )\n        .optional(),\n    })\n    .optional(),\n});\nexport const GetAdsTxtResponse = z.object({\n  adsTxt: z\n    .object({\n      content: z\n        .string()\n        .describe('Content of Ads.txt.')\n        .max(720000)\n        .optional(),\n      default: z\n        .boolean()\n        .describe(\"Whether current Ads.txt is Wix's default.\")\n        .optional(),\n      subdomain: z\n        .string()\n        .describe(\n          'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n        )\n        .max(63)\n        .optional(),\n    })\n    .describe('Ads txt object')\n    .optional(),\n});\nexport const UpdateAdsTxtRequest = z.object({\n  options: z\n    .object({\n      adsTxt: z\n        .object({\n          content: z\n            .string()\n            .describe('Content of Ads.txt.')\n            .max(720000)\n            .optional(),\n          default: z\n            .boolean()\n            .describe(\"Whether current Ads.txt is Wix's default.\")\n            .optional(),\n          subdomain: z\n            .string()\n            .describe(\n              'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n            )\n            .max(63)\n            .optional(),\n        })\n        .describe(\n          \"Submitted `adsTxT` object will replace the existing Ads.txt file.\\nTo reset Ads.txt to Wix's default, submit `default:true` without a `content` object.\"\n        )\n        .optional(),\n    })\n    .optional(),\n});\nexport const UpdateAdsTxtResponse = z.object({\n  adsTxt: z\n    .object({\n      content: z\n        .string()\n        .describe('Content of Ads.txt.')\n        .max(720000)\n        .optional(),\n      default: z\n        .boolean()\n        .describe(\"Whether current Ads.txt is Wix's default.\")\n        .optional(),\n      subdomain: z\n        .string()\n        .describe(\n          'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n        )\n        .max(63)\n        .optional(),\n    })\n    .describe('Updated Ads txt object')\n    .optional(),\n});\nexport const AppendAdsTxtRequest = z.object({\n  options: z\n    .object({\n      adsTxt: z\n        .object({\n          content: z\n            .string()\n            .describe('Content of Ads.txt.')\n            .max(720000)\n            .optional(),\n          default: z\n            .boolean()\n            .describe(\"Whether current Ads.txt is Wix's default.\")\n            .optional(),\n          subdomain: z\n            .string()\n            .describe(\n              'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n            )\n            .max(63)\n            .optional(),\n        })\n        .describe(\n          \"Submitted `content` object will be appended to the existing Ads.txt file.\\nTo reset Ads.txt to Wix's default, submit `default:true` without a `content` object.\"\n        )\n        .optional(),\n    })\n    .optional(),\n});\nexport const AppendAdsTxtResponse = z.object({\n  adsTxt: z\n    .object({\n      content: z\n        .string()\n        .describe('Content of Ads.txt.')\n        .max(720000)\n        .optional(),\n      default: z\n        .boolean()\n        .describe(\"Whether current Ads.txt is Wix's default.\")\n        .optional(),\n      subdomain: z\n        .string()\n        .describe(\n          'Subdomain of Ads.txt, for example `www`, `es`, `fr`. Default is `www`.'\n        )\n        .max(63)\n        .optional(),\n    })\n    .describe('Appended Ads.txt file.')\n    .optional(),\n});\n"],"mappings":";AAAA,YAAY,OAAO;AAEZ,IAAM,mBAAqB,SAAO;AAAA,EACvC,SACG,SAAO;AAAA,IACN,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,oBAAsB,SAAO;AAAA,EACxC,QACG,SAAO;AAAA,IACN,SACG,SAAO,EACP,SAAS,qBAAqB,EAC9B,IAAI,IAAM,EACV,SAAS;AAAA,IACZ,SACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS,gBAAgB,EACzB,SAAS;AACd,CAAC;AACM,IAAM,sBAAwB,SAAO;AAAA,EAC1C,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,SACG,SAAO,EACP,SAAS,qBAAqB,EAC9B,IAAI,IAAM,EACV,SAAS;AAAA,MACZ,SACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,uBAAyB,SAAO;AAAA,EAC3C,QACG,SAAO;AAAA,IACN,SACG,SAAO,EACP,SAAS,qBAAqB,EAC9B,IAAI,IAAM,EACV,SAAS;AAAA,IACZ,SACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AACd,CAAC;AACM,IAAM,sBAAwB,SAAO;AAAA,EAC1C,SACG,SAAO;AAAA,IACN,QACG,SAAO;AAAA,MACN,SACG,SAAO,EACP,SAAS,qBAAqB,EAC9B,IAAI,IAAM,EACV,SAAS;AAAA,MACZ,SACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS;AAAA,MACZ,WACG,SAAO,EACP;AAAA,QACC;AAAA,MACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,IACd,CAAC,EACA;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,EACd,CAAC,EACA,SAAS;AACd,CAAC;AACM,IAAM,uBAAyB,SAAO;AAAA,EAC3C,QACG,SAAO;AAAA,IACN,SACG,SAAO,EACP,SAAS,qBAAqB,EAC9B,IAAI,IAAM,EACV,SAAS;AAAA,IACZ,SACG,UAAQ,EACR,SAAS,2CAA2C,EACpD,SAAS;AAAA,IACZ,WACG,SAAO,EACP;AAAA,MACC;AAAA,IACF,EACC,IAAI,EAAE,EACN,SAAS;AAAA,EACd,CAAC,EACA,SAAS,wBAAwB,EACjC,SAAS;AACd,CAAC;","names":[]}