@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@takaro/apiclient",
3
- "version": "0.4.4",
3
+ "version": "0.4.6",
4
4
  "description": "API client for Takaro",
5
5
  "main": "dist/main.js",
6
6
  "types": "dist/main.d.ts",
@@ -2033,6 +2033,7 @@ export const DomainCreateInputDTOStateEnum = {
2033
2033
  Active: 'ACTIVE',
2034
2034
  Disabled: 'DISABLED',
2035
2035
  Maintenance: 'MAINTENANCE',
2036
+ Deleted: 'DELETED',
2036
2037
  } as const;
2037
2038
 
2038
2039
  export type DomainCreateInputDTOStateEnum =
@@ -2209,6 +2210,7 @@ export const DomainOutputDTOStateEnum = {
2209
2210
  Active: 'ACTIVE',
2210
2211
  Disabled: 'DISABLED',
2211
2212
  Maintenance: 'MAINTENANCE',
2213
+ Deleted: 'DELETED',
2212
2214
  } as const;
2213
2215
 
2214
2216
  export type DomainOutputDTOStateEnum = (typeof DomainOutputDTOStateEnum)[keyof typeof DomainOutputDTOStateEnum];
@@ -2268,6 +2270,7 @@ export const DomainSearchInputAllowedFiltersStateEnum = {
2268
2270
  Active: 'ACTIVE',
2269
2271
  Disabled: 'DISABLED',
2270
2272
  Maintenance: 'MAINTENANCE',
2273
+ Deleted: 'DELETED',
2271
2274
  } as const;
2272
2275
 
2273
2276
  export type DomainSearchInputAllowedFiltersStateEnum =
@@ -2422,6 +2425,7 @@ export const DomainUpdateInputDTOStateEnum = {
2422
2425
  Active: 'ACTIVE',
2423
2426
  Disabled: 'DISABLED',
2424
2427
  Maintenance: 'MAINTENANCE',
2428
+ Deleted: 'DELETED',
2425
2429
  } as const;
2426
2430
 
2427
2431
  export type DomainUpdateInputDTOStateEnum =