@squarecloud/blob
Version:
Official Square Cloud Blob SDK for NodeJS
1 lines • 870 B
Source Map (JSON)
{"version":3,"sources":["../../../src/validation/schemas/stats.ts"],"sourcesContent":["import { z } from \"zod\";\n\nexport const statsResponseSchema = z.object({\n\t/** The total number of objects in your account. */\n\tobjects: z.number(),\n\t/** The total size of all objects in your account, in bytes. */\n\tsize: z.number(),\n\t/** The total price of storage for all objects in your account, in BRL. */\n\tstoragePrice: z.number(),\n\t/** The total price of all objects in your account, in BRL. */\n\tobjectsPrice: z.number(),\n\t/** The total price of all objects in your account, in BRL. */\n\ttotalEstimate: z.number(),\n});\n"],"mappings":";AAAA,SAAS,SAAS;AAEX,IAAM,sBAAsB,EAAE,OAAO;AAAA;AAAA,EAE3C,SAAS,EAAE,OAAO;AAAA;AAAA,EAElB,MAAM,EAAE,OAAO;AAAA;AAAA,EAEf,cAAc,EAAE,OAAO;AAAA;AAAA,EAEvB,cAAc,EAAE,OAAO;AAAA;AAAA,EAEvB,eAAe,EAAE,OAAO;AACzB,CAAC;","names":[]}