UNPKG

chargebee

Version:

A library for integrating with Chargebee.

15 lines (14 loc) 636 B
"use strict"; // Generated Zod schemas: ResourceMigration // Actions: retrieveLatest // Do not edit manually – regenerate via sdk-generator Object.defineProperty(exports, "__esModule", { value: true }); exports.RetrieveLatestResourceMigrationBodySchema = void 0; const zod_1 = require("zod"); //ResourceMigration.retrieveLatest const RetrieveLatestResourceMigrationBodySchema = zod_1.z.looseObject({ from_site: zod_1.z.string().max(50).min(4), entity_type: zod_1.z.enum(['customer']), entity_id: zod_1.z.string().max(100), }); exports.RetrieveLatestResourceMigrationBodySchema = RetrieveLatestResourceMigrationBodySchema;