{"version":3,"sources":["../../../src/billing-tax-v1-tax-settings-tax-settings.schemas.ts"],"sourcesContent":["import * as z from 'zod';\n\nexport const GetTaxSettingsRequest = /*#__PURE__*/ z.object({});\nexport const GetTaxSettingsResponse = /*#__PURE__*/ z.object({\n  taxSettings: z\n    .object({\n      taxIncludedInItemPrices: z\n        .boolean()\n        .describe(\n          \"Whether tax is already included in catalog item prices.\\n\\nWhen `true`, checkout treats catalog prices as tax-inclusive and doesn't add tax on top. When `false`, tax is calculated and added on top of catalog prices at checkout.\\n\\nThis is a site-level display flag, shared by all Wix products on the site. It doesn't re-price the catalog — catalog prices are unchanged; it only controls whether checkout treats them as already including tax.\\n\\nDefault: `false`\"\n        )\n        .optional(),\n      _createdDate: z\n        .date()\n        .describe('Date and time the tax settings were created.')\n        .optional()\n        .nullable(),\n      _updatedDate: z\n        .date()\n        .describe('Date and time the tax settings were last updated.')\n        .optional()\n        .nullable(),\n    })\n    .describe('Retrieved tax settings.')\n    .optional(),\n});\nexport const UpsertTaxSettingsRequest = /*#__PURE__*/ z.object({\n  taxSettings: z\n    .object({\n      taxIncludedInItemPrices: z\n        .boolean()\n        .describe(\n          \"Whether tax is already included in catalog item prices.\\n\\nWhen `true`, checkout treats catalog prices as tax-inclusive and doesn't add tax on top. When `false`, tax is calculated and added on top of catalog prices at checkout.\\n\\nThis is a site-level display flag, shared by all Wix products on the site. It doesn't re-price the catalog — catalog prices are unchanged; it only controls whether checkout treats them as already including tax.\\n\\nDefault: `false`\"\n        )\n        .optional(),\n      _createdDate: z\n        .date()\n        .describe('Date and time the tax settings were created.')\n        .optional()\n        .nullable(),\n      _updatedDate: z\n        .date()\n        .describe('Date and time the tax settings were last updated.')\n        .optional()\n        .nullable(),\n    })\n    .describe('Tax settings to upsert.'),\n});\nexport const UpsertTaxSettingsResponse = /*#__PURE__*/ z.object({\n  taxSettings: z\n    .object({\n      taxIncludedInItemPrices: z\n        .boolean()\n        .describe(\n          \"Whether tax is already included in catalog item prices.\\n\\nWhen `true`, checkout treats catalog prices as tax-inclusive and doesn't add tax on top. When `false`, tax is calculated and added on top of catalog prices at checkout.\\n\\nThis is a site-level display flag, shared by all Wix products on the site. It doesn't re-price the catalog — catalog prices are unchanged; it only controls whether checkout treats them as already including tax.\\n\\nDefault: `false`\"\n        )\n        .optional(),\n      _createdDate: z\n        .date()\n        .describe('Date and time the tax settings were created.')\n        .optional()\n        .nullable(),\n      _updatedDate: z\n        .date()\n        .describe('Date and time the tax settings were last updated.')\n        .optional()\n        .nullable(),\n    })\n    .describe('Created or updated tax settings.')\n    .optional(),\n});\n"],"mappings":";AAAA,YAAY,OAAO;AAEZ,IAAM,wBAAsC,gBAAE,SAAO,CAAC,CAAC;AACvD,IAAM,yBAAuC,gBAAE,SAAO;AAAA,EAC3D,aACG,SAAO;AAAA,IACN,yBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,yBAAyB,EAClC,SAAS;AACd,CAAC;AACM,IAAM,2BAAyC,gBAAE,SAAO;AAAA,EAC7D,aACG,SAAO;AAAA,IACN,yBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,yBAAyB;AACvC,CAAC;AACM,IAAM,4BAA0C,gBAAE,SAAO;AAAA,EAC9D,aACG,SAAO;AAAA,IACN,yBACG,UAAQ,EACR;AAAA,MACC;AAAA,IACF,EACC,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,8CAA8C,EACvD,SAAS,EACT,SAAS;AAAA,IACZ,cACG,OAAK,EACL,SAAS,mDAAmD,EAC5D,SAAS,EACT,SAAS;AAAA,EACd,CAAC,EACA,SAAS,kCAAkC,EAC3C,SAAS;AACd,CAAC;","names":[]}