@simplyhomes/sos-sdk
Version:
TypeScript SDK for Simply Homes SoS API v4
34 lines • 1.86 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.
*/
/**
* Current status of the rental listing
* @export
* @enum {string}
*/
export declare enum SoSRentalListingEntityStatus {
SosRentalListingsStatusComingSoon = "sos_rental_listings|status|coming_soon",
SosRentalListingsStatusPmWalkthrough = "sos_rental_listings|status|pm_walkthrough",
SosRentalListingsStatusPunchlist = "sos_rental_listings|status|punchlist",
SosRentalListingsStatusPrepareForMarket = "sos_rental_listings|status|prepare_for_market",
SosRentalListingsStatusOnMarket = "sos_rental_listings|status|on_market",
SosRentalListingsStatusTenantSelected = "sos_rental_listings|status|tenant_selected",
SosRentalListingsStatusTenantApproved = "sos_rental_listings|status|tenant_approved",
SosRentalListingsStatusLeased = "sos_rental_listings|status|leased",
SosRentalListingsStatusArchived = "sos_rental_listings|status|archived",
SosRentalListingsStatusDisposition = "sos_rental_listings|status|disposition"
}
export declare function instanceOfSoSRentalListingEntityStatus(value: any): boolean;
export declare function SoSRentalListingEntityStatusFromJSON(json: any): SoSRentalListingEntityStatus;
export declare function SoSRentalListingEntityStatusFromJSONTyped(json: any, ignoreDiscriminator: boolean): SoSRentalListingEntityStatus;
export declare function SoSRentalListingEntityStatusToJSON(value?: SoSRentalListingEntityStatus | null): any;
export declare function SoSRentalListingEntityStatusToJSONTyped(value: any, ignoreDiscriminator: boolean): SoSRentalListingEntityStatus;
//# sourceMappingURL=SoSRentalListingEntityStatus.d.ts.map