@constructive-io/react 0.14.0 → 0.14.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.
package/public/types.d.ts CHANGED
@@ -878,7 +878,8 @@ export interface StorageModule {
878
878
  filesTableName: string | null;
879
879
  uploadRequestsTableName: string | null;
880
880
  membershipType: number | null;
881
- policies: string[] | null;
881
+ policies: unknown | null;
882
+ skipDefaultPolicyTables: string[] | null;
882
883
  entityTableId: string | null;
883
884
  endpoint: string | null;
884
885
  publicUrlPrefix: string | null;
@@ -903,6 +904,7 @@ export interface EntityTypeProvision {
903
904
  hasProfiles: boolean | null;
904
905
  hasLevels: boolean | null;
905
906
  hasStorage: boolean | null;
907
+ hasInvites: boolean | null;
906
908
  storageConfig: unknown | null;
907
909
  skipEntityPolicies: boolean | null;
908
910
  tableProvision: unknown | null;
@@ -913,6 +915,7 @@ export interface EntityTypeProvision {
913
915
  outStorageModuleId: string | null;
914
916
  outBucketsTableId: string | null;
915
917
  outFilesTableId: string | null;
918
+ outInvitesModuleId: string | null;
916
919
  }
917
920
  export interface WebauthnCredentialsModule {
918
921
  id: string | null;