@worknice/js-sdk 0.42.0 → 0.43.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.
@@ -1170,11 +1170,11 @@ type CustomTableConfig = {
1170
1170
  };
1171
1171
  type CustomTableConfigFilter = {
1172
1172
  id: Scalars['String']['output'];
1173
- value: Scalars['String']['output'];
1173
+ value: Array<Scalars['String']['output']>;
1174
1174
  };
1175
1175
  type CustomTableConfigFilterInput = {
1176
1176
  id: Scalars['String']['input'];
1177
- value: Scalars['String']['input'];
1177
+ value: Array<Scalars['String']['input']>;
1178
1178
  };
1179
1179
  type CustomTableConfigInput = {
1180
1180
  columns: Array<CustomTableColumnInput>;