@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
28 lines • 1.25 kB
TypeScript
/**
* API v4
* Swagger documentation for API v4
*
* The version of the OpenAPI document: 4.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* Inspection status
* @export
* @enum {string}
*/
export declare enum SoSInspectionEntityStatus {
SosInspectionsStatusNew = "sos_inspections|status|new",
SosInspectionsStatusInProgress = "sos_inspections|status|in_progress",
SosInspectionsStatusPassed = "sos_inspections|status|passed",
SosInspectionsStatusRejected = "sos_inspections|status|rejected"
}
export declare function instanceOfSoSInspectionEntityStatus(value: any): boolean;
export declare function SoSInspectionEntityStatusFromJSON(json: any): SoSInspectionEntityStatus;
export declare function SoSInspectionEntityStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSInspectionEntityStatus;
export declare function SoSInspectionEntityStatusToJSON(value?: SoSInspectionEntityStatus | null): any;
export declare function SoSInspectionEntityStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): SoSInspectionEntityStatus;
//# sourceMappingURL=SoSInspectionEntityStatus.d.ts.map