@mcurros2/microm 1.1.254-0 → 1.1.258-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.
package/dist/index.d.ts CHANGED
@@ -547,7 +547,7 @@ export class EntityAPI {
547
547
  /**
548
548
  * Lookup the description for an entity.
549
549
  */
550
- lookupData(abort_signal?: AbortSignal | null): Promise<string>;
550
+ lookupData(abort_signal?: AbortSignal | null, parentKeys?: ValuesObject | null, proc_name?: string | null): Promise<string>;
551
551
  /**
552
552
  * Import data
553
553
  */
@@ -1023,6 +1023,9 @@ export class catUserTypes extends Entity<CategoriesValuesDef> {
1023
1023
  export class catIdentityProviderRoles extends Entity<CategoriesValuesDef> {
1024
1024
  constructor(client: MicroMClient, parentKeys?: {});
1025
1025
  }
1026
+ export class catFileStorageTypes extends Entity<CategoriesValuesDef> {
1027
+ constructor(client: MicroMClient, parentKeys?: {});
1028
+ }
1026
1029
  export class MicromUsersGroupsDef extends EntityDefinition {
1027
1030
  columns: {
1028
1031
  dt_inserttime: EntityColumn<Date>;