import "../ApiClient-fBZ10h6n.mjs"; import { t as Meta_default } from "../Meta-D6s3GBjs.mjs"; //#region src/model/ResourceType1.d.ts type IResourceType1 = { schemas: Array; baseUrn: string; /** * :model/ScimExtension>} extensions */ "": any; meta: Meta_default; id: string; externalId: string; resourceType: string; name: string; description: string; endpoint: string; schemaUrn: string; }; /** * @typedef {Object} IResourceType1 * @property {Array.} schemas * @property {String} baseUrn * @property {Object.} extensions * @property {Meta} meta * @property {String} id * @property {String} externalId * @property {String} resourceType * @property {String} name * @property {String} description * @property {String} endpoint * @property {String} schemaUrn * @property {Array.} schemaExtensions */ /** * The ResourceType1 model module. * @module model/ResourceType1 * @type {IResourceType1} */ declare class ResourceType1 { /** * Initializes the fields of this object. * This method is used by the constructors of any subclasses, in order to implement multiple inheritance (mix-ins). * Only for internal use. */ static initialize(obj: any, meta: any): void; /** * Constructs a ResourceType1 from a plain JavaScript object, optionally creating a new instance. * Copies all relevant properties from data to obj if supplied or a new instance if not. * @param {Object} data The plain JavaScript object bearing properties of interest. * @param {module:model/ResourceType1} obj Optional instance to populate. * @return {module:model/ResourceType1} The populated ResourceType1 instance. */ static constructFromObject(data: any, obj: any): any; /** * Validates the JSON data with respect to ResourceType1. * @param {Object} data The plain JavaScript object bearing properties of interest. * @return {boolean} to indicate whether the JSON data is valid with respect to ResourceType1. */ static validateJSON(data: any): boolean; /** * Constructs a new ResourceType1. * @alias module:model/ResourceType1 * @implements module:model/ScimResourceWithOptionalId * @implements module:model/ScimResource * @implements module:model/BaseResourceScimResource * @param {module:model/Meta} meta - */ constructor(meta: any); schemas: string[]; baseUrn: string; extensions: any; meta: Meta_default; id: string; externalId: string; resourceType: string; name: string; description: string; endpoint: string; schemaUrn: string; schemaExtensions: any; } declare namespace ResourceType1 { let RequiredProperties: string[]; } //#endregion export { IResourceType1, ResourceType1 as default };