@memberjunction/server 0.9.243 → 0.9.245

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/build.log.json CHANGED
@@ -394,5 +394,11 @@
394
394
  },
395
395
  {
396
396
  "buildTime": "2024-03-22T14:21:13.2329503-05:00"
397
+ },
398
+ {
399
+ "buildTime": "2024-03-22T14:27:18.1997484-05:00"
400
+ },
401
+ {
402
+ "buildTime": "2024-03-23T10:20:37.8301810-05:00"
397
403
  }
398
404
  ]
@@ -277,8 +277,8 @@ export declare class Role_ {
277
277
  ID: number;
278
278
  Name: string;
279
279
  Description?: string;
280
- AzureID?: string;
281
- SQLName: string;
280
+ DirectoryID?: string;
281
+ SQLName?: string;
282
282
  CreatedAt: Date;
283
283
  UpdatedAt: Date;
284
284
  EmployeeRolesArray: mj_core_schema_server_object_types.EmployeeRole_[];
@@ -291,7 +291,7 @@ export declare class UpdateRoleInput {
291
291
  ID: number;
292
292
  Name: string;
293
293
  Description: string;
294
- AzureID: string;
294
+ DirectoryID: string;
295
295
  SQLName: string;
296
296
  }
297
297
  export declare class RunRoleViewResult {
@@ -1392,7 +1392,7 @@ export declare class EntityPermission_ {
1392
1392
  CreatedAt: Date;
1393
1393
  UpdatedAt: Date;
1394
1394
  Entity: string;
1395
- RoleSQLName: string;
1395
+ RoleSQLName?: string;
1396
1396
  CreateRLSFilter?: string;
1397
1397
  ReadRLSFilter?: string;
1398
1398
  UpdateRLSFilter?: string;