@unito/integration-api 4.7.0 → 4.7.1

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.
@@ -101,7 +101,7 @@ const FieldSchemaDefaultValues = {
101
101
  CAN_SET_ON_CREATE: true,
102
102
  CAN_SET_ON_UPDATE: true,
103
103
  IS_ARRAY: false,
104
- NULLABLE: false,
104
+ NULLABLE: true,
105
105
  };
106
106
 
107
107
  /**
@@ -614,6 +614,6 @@ export declare const FieldSchemaDefaultValues: {
614
614
  readonly CAN_SET_ON_CREATE: true;
615
615
  readonly CAN_SET_ON_UPDATE: true;
616
616
  readonly IS_ARRAY: false;
617
- readonly NULLABLE: false;
617
+ readonly NULLABLE: true;
618
618
  };
619
619
  export {};
package/dist/src/types.js CHANGED
@@ -99,5 +99,5 @@ export const FieldSchemaDefaultValues = {
99
99
  CAN_SET_ON_CREATE: true,
100
100
  CAN_SET_ON_UPDATE: true,
101
101
  IS_ARRAY: false,
102
- NULLABLE: false,
102
+ NULLABLE: true,
103
103
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@unito/integration-api",
3
- "version": "4.7.0",
3
+ "version": "4.7.1",
4
4
  "description": "The Unito Integration API",
5
5
  "type": "module",
6
6
  "types": "./dist/src/index.d.ts",