/** * Webitel API * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) * * The version of the OpenAPI document: 24.04.0 * Contact: support@webitel.com * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ /** * * @export * @interface ApiOrganization */ export interface ApiOrganization { /** * * @type {string} * @memberof ApiOrganization */ country?: string; /** * * @type {string} * @memberof ApiOrganization */ createdAt?: string; /** * * @type {string} * @memberof ApiOrganization */ createdBy?: string; /** * * @type {string} * @memberof ApiOrganization */ dc?: string; /** * * @type {string} * @memberof ApiOrganization */ domain?: string; /** * * @type {string} * @memberof ApiOrganization */ email?: string; /** * * @type {string} * @memberof ApiOrganization */ locality?: string; /** * * @type {string} * @memberof ApiOrganization */ organization?: string; /** * * @type {string} * @memberof ApiOrganization */ postalAddress?: string; /** * * @type {string} * @memberof ApiOrganization */ postalCode?: string; /** * * @type {string} * @memberof ApiOrganization */ stateOrProvince?: string; /** * * @type {string} * @memberof ApiOrganization */ streetAddress?: string; /** * * @type {string} * @memberof ApiOrganization */ telephoneNumber?: string; /** * * @type {string} * @memberof ApiOrganization */ updatedAt?: string; /** * * @type {string} * @memberof ApiOrganization */ updatedBy?: string; } //# sourceMappingURL=api-organization.d.ts.map