/** * Apimatic APILib * * This file was automatically generated by APIMATIC v3.0 ( https://www.apimatic.io ). */ import { Schema } from '../schema.js'; import { AuthorIdentifiers } from './authorIdentifiers.js'; export interface PublishedPackage { id: string; createdOn: string; apiEntityId: string; packageRepository: string; template: string; packageName: string; version: string; additionalDeploymentInformation?: unknown; authorIdentifiers: AuthorIdentifiers; link: string; additionalProperties?: Record; } export declare const publishedPackageSchema: Schema; //# sourceMappingURL=publishedPackage.d.ts.map