Files
plexjs/dist/index.d.ts
2023-04-07 13:16:12 +00:00

17 lines
845 B
TypeScript

/**
* IdentityNow V3 API
* Use these APIs to interact with the IdentityNow platform to achieve repeatable, automated processes with greater scalability. We encourage you to join the SailPoint Developer Community forum at https://developer.sailpoint.com/discuss to connect with other developers using our APIs.
*
* The version of the OpenAPI document: 3.0.0
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
* https://openapi-generator.tech
* Do not edit the class manually.
*/
export * from "./sdk-output/api";
export { Configuration as ConfigurationBeta, ConfigurationParameters as ConfigurationParameter } from "./sdk-output/configuration";
export { Configuration, ConfigurationParameters } from "./configuration";
export * from "./paginator";
export * as axiosRetry from "axios-retry";