@takaro/apiclient 0.0.21 → 0.0.23

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -2,7 +2,7 @@
2
2
  * Takaro app-api
3
3
  * No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
4
4
  *
5
- * The version of the OpenAPI document: development - 025c765060a715f80e22209ff8ad58596374e232
5
+ * The version of the OpenAPI document: development - b05b8e5524310033aca3a84d4603f5b2270d095c
6
6
  * Contact: support@takaro.io
7
7
  *
8
8
  * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -4722,6 +4722,7 @@ export declare const ImportStatusOutputDTOStatusEnum: {
4722
4722
  readonly Pending: "pending";
4723
4723
  readonly Completed: "completed";
4724
4724
  readonly Failed: "failed";
4725
+ readonly Active: "active";
4725
4726
  };
4726
4727
  export type ImportStatusOutputDTOStatusEnum = (typeof ImportStatusOutputDTOStatusEnum)[keyof typeof ImportStatusOutputDTOStatusEnum];
4727
4728
  /**