/** * Generated by orval v8.5.3 🍺 * Do not edit manually. * Space Invoices API * REST API for invoice management, customer management, and accounting operations. Features include cursor-based pagination for efficient data navigation, flexible JSON querying with MongoDB-style operators, full-text search across multiple fields, and comprehensive metadata support for custom tracking. * OpenAPI spec version: 1.0.0 */ import * as zod from "zod"; /** * Returns the white-label configuration for the current domain. Uses the Origin or Referer header to detect the domain. This is used by the web app to determine which features to enable/disable. * @summary Get current white-label configuration */ export declare const GetCurrentWhiteLabelResponse: zod.ZodObject<{ slug: zod.ZodString; name: zod.ZodString; hidden_features: zod.ZodArray; billing_enabled: zod.ZodBoolean; account_users_full_ui_enabled: zod.ZodBoolean; hide_new_features_by_default: zod.ZodBoolean; reviewed_feature_catalog_ids: zod.ZodArray; theme: zod.ZodOptional; radius: zod.ZodOptional; }, zod.z.core.$strip>>>; app_name: zod.ZodNullable; short_name: zod.ZodNullable; logo_url: zod.ZodNullable; favicon_url: zod.ZodNullable; theme_color: zod.ZodNullable; hal_app_id: zod.ZodNullable; support_email: zod.ZodNullable; }, zod.z.core.$strip>; //# sourceMappingURL=white-labels.d.ts.map