/** * 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 ApiObjclass */ export interface ApiObjclass { /** * [A]ttribute-[b]ased; not implemented; next releases ... * @type {boolean} * @memberof ApiObjclass */ abac?: boolean; /** * flags: [ CREATE | SELECT | UPDATE | DELETE ] * @type {string} * @memberof ApiObjclass */ access?: string; /** * * @type {string} * @memberof ApiObjclass */ _class?: string; /** * class: object id * @type {string} * @memberof ApiObjclass */ id?: string; /** * * @type {string} * @memberof ApiObjclass */ name?: string; /** * * @type {boolean} * @memberof ApiObjclass */ obac?: boolean; /** * * @type {boolean} * @memberof ApiObjclass */ rbac?: boolean; } //# sourceMappingURL=api-objclass.d.ts.map