codify-schemas 1.0.68 → 1.0.69

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.
@@ -98,7 +98,7 @@ export interface GetResourceInfoResponseData {
98
98
  };
99
99
  importAndDestroy?: {
100
100
  requiredParameters: string[] | null;
101
- preventImport: boolean;
101
+ preventImport?: boolean;
102
102
  };
103
103
  allowMultiple?: {
104
104
  requiredParameters: string[];
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "codify-schemas",
3
- "version": "1.0.68",
3
+ "version": "1.0.69",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -114,7 +114,7 @@ export interface GetResourceInfoResponseData {
114
114
  },
115
115
  importAndDestroy?: {
116
116
  requiredParameters: string[] | null,
117
- preventImport: boolean,
117
+ preventImport?: boolean,
118
118
  },
119
119
  allowMultiple?: {
120
120
  requiredParameters: string[]