@risika/api-response-types-dev 1.264.0 → 1.265.0

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.
@@ -1,6 +1,7 @@
1
1
  // @ts-nocheck
2
2
  export type { Config as Config } from "./config"
3
3
  export type { Columns as TemplateColumns } from "./template/columns"
4
+ export type { Delete as TemplateVersionDelete } from "./template/version/delete"
4
5
  export type { Fields as TemplateVersionFields } from "./template/version/fields"
5
6
  export type { Publish as TemplateVersionPublish } from "./template/version/publish"
6
7
  export type { Version as TemplateVersion } from "./template/version"
@@ -0,0 +1,12 @@
1
+ // @ts-nocheck
2
+ /* eslint-disable */
3
+ /**
4
+ * This file was automatically generated by json-schema-to-typescript.
5
+ * DO NOT MODIFY IT BY HAND. Instead, modify the source JSONSchema file,
6
+ * and run json-schema-to-typescript to regenerate this file.
7
+ */
8
+
9
+ export interface Delete {
10
+ version_id: number;
11
+ status: string;
12
+ }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@risika/api-response-types-dev","version":"1.264.0","main":"index.js","license":"MIT","type":"module"}
1
+ {"name":"@risika/api-response-types-dev","version":"1.265.0","main":"index.js","license":"MIT","type":"module"}