@lob/lob-typescript-sdk
Version:
Lob API wrapper
31 lines (30 loc) • 1.21 kB
TypeScript
/**
* Lob
* The Lob API is organized around REST. Our API is designed to have predictable, resource-oriented URLs and uses HTTP response codes to indicate any API errors. <p> Looking for our [previous documentation](https://lob.github.io/legacy-docs/)?
*
* The version of the OpenAPI document: 1.3.0
* Contact: lob-openapi@lob.com
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
/**
* The `state` property on the `upload` object. As the file is processed, the `state` will change from `Ready for Validation` to `Validating` and then will be either `Scheduled` (successfully processed) or `Errored` (Unsuccessfully processed).
* @export
* @enum {string}
*/
export declare enum UploadState {
Preprocessing = "Preprocessing",
Draft = "Draft",
ReadyForValidation = "Ready for Validation",
Validating = "Validating",
Scheduled = "Scheduled",
Cancelled = "Cancelled",
Errored = "Errored"
}
/**
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/