{"version":3,"file":"2cbd133.js","mappings":"snBAQA,MAAM,EAAgB,OAAO,MAAa,iBAAiB,EAAG,EAAI,EAAE,KAAG,MAAY,EAAG,GAChF,EAAa,CAAE,IAAK,CAAE,EACtB,EAAa,CAAE,IAAK,CAAE,EACtB,EAAa,CAAC,KAAK,EACnB,EAAa,CAAC,KAAK,EAEzB,KAA+B,MAAiB,CAC9C,OAAQ,WACR,MAAM,EAAS,CAIb,MAAM,KAAQ,MAAS,sDAAsD,EACvE,KAAU,MAAI,EAAK,EACnB,KAAM,MAAI,IAAI,EACd,EAAU,SAAY,CAC1B,MAAM,EAAS,QAAM,MAAW,CAC9B,UAAW,EAAM,OAAO,cACxB,OAAQ,EAAM,OAAO,MACvB,CAAC,EACG,EAAO,QACT,EAAI,MAAQ,EAAO,OAAO,IAE1B,EAAQ,MAAQ,EAEpB,EACM,EAAS,IAAM,CACnB,OAAO,SAAS,OAAO,CACzB,EACA,SAAQ,EACD,CAAC,EAAM,IAAW,CACvB,MAAM,EAAyB,KACzB,EAAmC,KACnC,EAA4B,KAClC,SAAO,MAAO,CAAO,MAAK,MAAW,KAAG,MAAoB,MAAO,EAAY,IAC7E,MAAa,EAAkC,CAC7C,YAAa,uFACb,UAAW,SACb,EAAG,CACD,qBAAmB,MAAS,IAAM,IAChC,MAAa,EAAwB,CAAE,QAAS,CAAO,EAAG,CACxD,WAAS,MAAS,IAAM,IACtB,MAAiB,gCAAgC,CACnD,CAAC,EACD,EAAG,CACL,CAAC,CACH,CAAC,EACD,EAAG,CACL,CAAC,CACH,CAAC,OAAM,MAAW,KAAG,MAAoB,MAAO,EAAY,IAC1D,MAAO,CAAG,IAAM,SAAQ,MAAO,CAAG,IAAM,OAAM,MAAW,KAAG,MAAa,EAA2B,CAClG,IAAK,EACL,MAAO,4BACT,CAAC,MAAK,MAAO,CAAG,EAAE,YAAY,EAAE,SAAS,OAAO,MAAK,MAAW,KAAG,MAAoB,SAAU,CAC/F,IAAK,EACL,MAAO,cACP,OAAQ,OACR,OAAK,MAAO,CAAG,EACf,KAAM,kBACN,MAAO,MACT,EAAG,KAAM,EAAG,CAAU,OAAM,MAAW,KAAG,MAAoB,MAAO,CACnE,IAAK,EACL,MAAO,gBACP,OAAK,MAAO,CAAG,CACjB,EAAG,KAAM,EAAG,CAAU,EACxB,CAAC,EACH,CACF,CACF,CAAC,E,eCpED,WAFiC,KAAgB,EAAQ,CAAC,CAAC,YAAY,iBAAiB,CAAC,CAAC,C,mCCYnF,SAASA,EAAQC,EAAMC,KAASC,EAAO,CAC1C,GAAIA,EAAM,QAAU,EAChB,OAAOF,EAAK,WAAWC,CAAI,EAE/B,MAAME,EAAID,EAAM,IAAI,EACpB,OAAOA,EAAM,OAAO,CAACE,EAAKC,IAAQD,EAAI,eAAeC,CAAG,EAAGL,EAAK,SAASC,CAAI,CAAC,EAAE,iBAAiBE,CAAC,CACtG,C,4DCNO,MAAMG,KAA8C,KAAS,4TAA4T,EAKnXC,KAA+B,KAAYD,EAA+B,CAAC,C,oECLjF,MAAME,KAA+C,KAAS,iUAAiU,EAKzXC,KAAgC,KAAYD,EAAgC,CAAC,C","sources":["webpack://nuxt-app/","webpack://nuxt-app/./app/pages/clients/[clientId]/invoices/[invoiceNumber]/files/[fileId].vue","webpack://nuxt-app/./node_modules/@bufbuild/protobuf/dist/esm/codegenv1/extension.js","webpack://nuxt-app/./node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/duration_pb.js","webpack://nuxt-app/./node_modules/@bufbuild/protobuf/dist/esm/wkt/gen/google/protobuf/timestamp_pb.js"],"sourcesContent":[null,"import script from \"./[fileId].vue?vue&type=script&setup=true&lang=ts\"\nexport * from \"./[fileId].vue?vue&type=script&setup=true&lang=ts\"\n\nimport \"./[fileId].vue?vue&type=style&index=0&id=394f63de&lang=scss&scoped=true\"\n\nimport exportComponent from \"../../../../../../../node_modules/vue-loader/dist/exportHelper.js\"\nconst __exports__ = /*#__PURE__*/exportComponent(script, [['__scopeId',\"data-v-394f63de\"]])\n\nexport default __exports__","// Copyright 2021-2024 Buf Technologies, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\n/**\n * Hydrate an extension descriptor.\n *\n * @private\n */\nexport function extDesc(file, path, ...paths) {\n if (paths.length == 0) {\n return file.extensions[path];\n }\n const e = paths.pop(); // we checked length above\n return paths.reduce((acc, cur) => acc.nestedMessages[cur], file.messages[path]).nestedExtensions[e];\n}\n","// Copyright 2021-2024 Buf Technologies, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\nimport { fileDesc } from \"../../../../codegenv1/file.js\";\nimport { messageDesc } from \"../../../../codegenv1/message.js\";\n/**\n * Describes the file google/protobuf/duration.proto.\n */\nexport const file_google_protobuf_duration = /*@__PURE__*/ fileDesc(\"Ch5nb29nbGUvcHJvdG9idWYvZHVyYXRpb24ucHJvdG8SD2dvb2dsZS5wcm90b2J1ZiIqCghEdXJhdGlvbhIPCgdzZWNvbmRzGAEgASgDEg0KBW5hbm9zGAIgASgFQoMBChNjb20uZ29vZ2xlLnByb3RvYnVmQg1EdXJhdGlvblByb3RvUAFaMWdvb2dsZS5nb2xhbmcub3JnL3Byb3RvYnVmL3R5cGVzL2tub3duL2R1cmF0aW9ucGL4AQGiAgNHUEKqAh5Hb29nbGUuUHJvdG9idWYuV2VsbEtub3duVHlwZXNiBnByb3RvMw\");\n/**\n * Describes the message google.protobuf.Duration.\n * Use `create(DurationSchema)` to create a new message.\n */\nexport const DurationSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_duration, 0);\n","// Copyright 2021-2024 Buf Technologies, Inc.\n//\n// Licensed under the Apache License, Version 2.0 (the \"License\");\n// you may not use this file except in compliance with the License.\n// You may obtain a copy of the License at\n//\n// http://www.apache.org/licenses/LICENSE-2.0\n//\n// Unless required by applicable law or agreed to in writing, software\n// distributed under the License is distributed on an \"AS IS\" BASIS,\n// WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n// See the License for the specific language governing permissions and\n// limitations under the License.\nimport { fileDesc } from \"../../../../codegenv1/file.js\";\nimport { messageDesc } from \"../../../../codegenv1/message.js\";\n/**\n * Describes the file google/protobuf/timestamp.proto.\n */\nexport const file_google_protobuf_timestamp = /*@__PURE__*/ fileDesc(\"Ch9nb29nbGUvcHJvdG9idWYvdGltZXN0YW1wLnByb3RvEg9nb29nbGUucHJvdG9idWYiKwoJVGltZXN0YW1wEg8KB3NlY29uZHMYASABKAMSDQoFbmFub3MYAiABKAVChQEKE2NvbS5nb29nbGUucHJvdG9idWZCDlRpbWVzdGFtcFByb3RvUAFaMmdvb2dsZS5nb2xhbmcub3JnL3Byb3RvYnVmL3R5cGVzL2tub3duL3RpbWVzdGFtcHBi+AEBogIDR1BCqgIeR29vZ2xlLlByb3RvYnVmLldlbGxLbm93blR5cGVzYgZwcm90bzM\");\n/**\n * Describes the message google.protobuf.Timestamp.\n * Use `create(TimestampSchema)` to create a new message.\n */\nexport const TimestampSchema = /*@__PURE__*/ messageDesc(file_google_protobuf_timestamp, 0);\n"],"names":["extDesc","file","path","paths","e","acc","cur","file_google_protobuf_duration","DurationSchema","file_google_protobuf_timestamp","TimestampSchema"],"sourceRoot":""}