@takaro/apiclient 0.4.4 → 0.4.6

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.
@@ -1988,6 +1988,7 @@ export declare const DomainCreateInputDTOStateEnum: {
1988
1988
  readonly Active: "ACTIVE";
1989
1989
  readonly Disabled: "DISABLED";
1990
1990
  readonly Maintenance: "MAINTENANCE";
1991
+ readonly Deleted: "DELETED";
1991
1992
  };
1992
1993
  export type DomainCreateInputDTOStateEnum = (typeof DomainCreateInputDTOStateEnum)[keyof typeof DomainCreateInputDTOStateEnum];
1993
1994
  /**
@@ -2160,6 +2161,7 @@ export declare const DomainOutputDTOStateEnum: {
2160
2161
  readonly Active: "ACTIVE";
2161
2162
  readonly Disabled: "DISABLED";
2162
2163
  readonly Maintenance: "MAINTENANCE";
2164
+ readonly Deleted: "DELETED";
2163
2165
  };
2164
2166
  export type DomainOutputDTOStateEnum = (typeof DomainOutputDTOStateEnum)[keyof typeof DomainOutputDTOStateEnum];
2165
2167
  /**
@@ -2216,6 +2218,7 @@ export declare const DomainSearchInputAllowedFiltersStateEnum: {
2216
2218
  readonly Active: "ACTIVE";
2217
2219
  readonly Disabled: "DISABLED";
2218
2220
  readonly Maintenance: "MAINTENANCE";
2221
+ readonly Deleted: "DELETED";
2219
2222
  };
2220
2223
  export type DomainSearchInputAllowedFiltersStateEnum = (typeof DomainSearchInputAllowedFiltersStateEnum)[keyof typeof DomainSearchInputAllowedFiltersStateEnum];
2221
2224
  /**
@@ -2362,6 +2365,7 @@ export declare const DomainUpdateInputDTOStateEnum: {
2362
2365
  readonly Active: "ACTIVE";
2363
2366
  readonly Disabled: "DISABLED";
2364
2367
  readonly Maintenance: "MAINTENANCE";
2368
+ readonly Deleted: "DELETED";
2365
2369
  };
2366
2370
  export type DomainUpdateInputDTOStateEnum = (typeof DomainUpdateInputDTOStateEnum)[keyof typeof DomainUpdateInputDTOStateEnum];
2367
2371
  /**