export declare const $EventApiProductVersion: { readonly properties: { readonly createdTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly updatedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly createdBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly changedBy: { readonly type: "string"; readonly isReadOnly: true; }; readonly id: { readonly type: "string"; readonly isReadOnly: true; }; readonly eventApiProductId: { readonly type: "string"; readonly isRequired: true; }; readonly description: { readonly type: "string"; readonly maxLength: 10000; }; readonly version: { readonly type: "string"; }; readonly summary: { readonly type: "string"; }; readonly customAttributes: { readonly type: "array"; readonly contains: { readonly type: "CustomAttribute"; }; }; readonly displayName: { readonly type: "string"; readonly maxLength: 40; }; readonly eventApiVersionIds: { readonly type: "array"; readonly contains: { readonly type: "string"; readonly description: "List of IDs of associated event API versions"; }; }; readonly stateId: { readonly type: "string"; }; readonly eventApiProductRegistrations: { readonly type: "array"; readonly contains: { readonly type: "EventApiProductRegistration"; }; }; readonly plans: { readonly type: "array"; readonly contains: { readonly type: "Plan"; }; }; readonly solaceMessagingServices: { readonly type: "array"; readonly contains: { readonly type: "SolaceMessagingService"; }; }; readonly filters: { readonly type: "array"; readonly contains: { readonly type: "Filter"; }; }; readonly approvalType: { readonly type: "Enum"; }; readonly publishState: { readonly type: "Enum"; }; readonly publishedTime: { readonly type: "string"; readonly isReadOnly: true; }; readonly type: { readonly type: "string"; readonly description: "The type of payload"; readonly isReadOnly: true; }; }; };