@worknice/js-sdk 0.11.9-rc.5 → 0.11.9-rc.6

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.
@@ -1018,6 +1018,7 @@ type CustomTable = {
1018
1018
  id: Scalars['ID']['output'];
1019
1019
  name: Scalars['String']['output'];
1020
1020
  owner: Person;
1021
+ updatedAt: Scalars['DateTime']['output'];
1021
1022
  };
1022
1023
  type CustomTableColumn = {
1023
1024
  id: Scalars['String']['output'];