@revxui/api-clients-ts 1.1.460 → 1.1.462

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.
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ import { DcoVideoDeleteResponse } from './dcoVideoDeleteResponse';
13
+ export interface ApiResponseObjectDcoVideoDeleteResponse {
14
+ error?: Error;
15
+ respId?: string;
16
+ respObject?: DcoVideoDeleteResponse;
17
+ }
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Api Documentation
3
+ * Api Documentation
4
+ *
5
+ * OpenAPI spec version: 1.0
6
+ *
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export interface DcoVideoDeleteResponse {
13
+ archived?: boolean;
14
+ archivedAt?: Date;
15
+ message?: string;
16
+ settingsId?: number;
17
+ }
package/model/models.d.ts CHANGED
@@ -93,6 +93,7 @@ export * from './apiResponseObjectDashboardMetrics';
93
93
  export * from './apiResponseObjectDashboardResponse';
94
94
  export * from './apiResponseObjectDcoVideoActivateResponse';
95
95
  export * from './apiResponseObjectDcoVideoAssetUploadResponse';
96
+ export * from './apiResponseObjectDcoVideoDeleteResponse';
96
97
  export * from './apiResponseObjectDcoVideoGenerateSampleResponse';
97
98
  export * from './apiResponseObjectDcoVideoGeneratedCountResponse';
98
99
  export * from './apiResponseObjectDcoVideoSettingsDTO';
@@ -286,6 +287,7 @@ export * from './dcoVideoAssetDTO';
286
287
  export * from './dcoVideoAssetUploadResponse';
287
288
  export * from './dcoVideoBrandGuidelineDTO';
288
289
  export * from './dcoVideoCatalogItemDTO';
290
+ export * from './dcoVideoDeleteResponse';
289
291
  export * from './dcoVideoDimensionDTO';
290
292
  export * from './dcoVideoGenerateSampleRequest';
291
293
  export * from './dcoVideoGenerateSampleResponse';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@revxui/api-clients-ts",
3
- "version": "1.1.460",
3
+ "version": "1.1.462",
4
4
  "description": "swagger client for @revxui/api-clients-ts",
5
5
  "author": "Swagger Codegen Contributors",
6
6
  "keywords": [