@contractspec/lib.identity-rbac 3.7.6 → 3.7.7

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.
@@ -1,6 +1,6 @@
1
1
  // src/contracts/user.ts
2
- import { SchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
3
2
  import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
3
+ import { ScalarTypeEnum, SchemaModel } from "@contractspec/lib.schema";
4
4
  var OWNERS = ["platform.identity-rbac"];
5
5
  var UserProfileModel = new SchemaModel({
6
6
  name: "UserProfile",
@@ -220,8 +220,8 @@ var ListUsersContract = defineQuery({
220
220
  });
221
221
 
222
222
  // src/contracts/organization.ts
223
- import { ScalarTypeEnum as ScalarTypeEnum2, SchemaModel as SchemaModel2 } from "@contractspec/lib.schema";
224
223
  import { defineCommand as defineCommand2, defineQuery as defineQuery2 } from "@contractspec/lib.contracts-spec";
224
+ import { ScalarTypeEnum as ScalarTypeEnum2, SchemaModel as SchemaModel2 } from "@contractspec/lib.schema";
225
225
  var OWNERS2 = ["platform.identity-rbac"];
226
226
  var OrganizationModel = new SchemaModel2({
227
227
  name: "Organization",
@@ -630,8 +630,8 @@ var ListUserOrgsContract = defineQuery2({
630
630
  });
631
631
 
632
632
  // src/contracts/rbac.ts
633
- import { SchemaModel as SchemaModel3, ScalarTypeEnum as ScalarTypeEnum3 } from "@contractspec/lib.schema";
634
633
  import { defineCommand as defineCommand3, defineQuery as defineQuery3 } from "@contractspec/lib.contracts-spec";
634
+ import { ScalarTypeEnum as ScalarTypeEnum3, SchemaModel as SchemaModel3 } from "@contractspec/lib.schema";
635
635
  var RoleModel = new SchemaModel3({
636
636
  name: "Role",
637
637
  description: "RBAC role definition",
@@ -1,6 +1,6 @@
1
1
  // src/contracts/user.ts
2
- import { SchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
3
2
  import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
3
+ import { ScalarTypeEnum, SchemaModel } from "@contractspec/lib.schema";
4
4
  var OWNERS = ["platform.identity-rbac"];
5
5
  var UserProfileModel = new SchemaModel({
6
6
  name: "UserProfile",
@@ -220,8 +220,8 @@ var ListUsersContract = defineQuery({
220
220
  });
221
221
 
222
222
  // src/contracts/organization.ts
223
- import { ScalarTypeEnum as ScalarTypeEnum2, SchemaModel as SchemaModel2 } from "@contractspec/lib.schema";
224
223
  import { defineCommand as defineCommand2, defineQuery as defineQuery2 } from "@contractspec/lib.contracts-spec";
224
+ import { ScalarTypeEnum as ScalarTypeEnum2, SchemaModel as SchemaModel2 } from "@contractspec/lib.schema";
225
225
  var OWNERS2 = ["platform.identity-rbac"];
226
226
  var OrganizationModel = new SchemaModel2({
227
227
  name: "Organization",
@@ -1,6 +1,6 @@
1
1
  // src/contracts/user.ts
2
- import { SchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
3
2
  import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
3
+ import { ScalarTypeEnum, SchemaModel } from "@contractspec/lib.schema";
4
4
  var OWNERS = ["platform.identity-rbac"];
5
5
  var UserProfileModel = new SchemaModel({
6
6
  name: "UserProfile",
@@ -220,8 +220,8 @@ var ListUsersContract = defineQuery({
220
220
  });
221
221
 
222
222
  // src/contracts/rbac.ts
223
- import { SchemaModel as SchemaModel2, ScalarTypeEnum as ScalarTypeEnum2 } from "@contractspec/lib.schema";
224
223
  import { defineCommand as defineCommand2, defineQuery as defineQuery2 } from "@contractspec/lib.contracts-spec";
224
+ import { ScalarTypeEnum as ScalarTypeEnum2, SchemaModel as SchemaModel2 } from "@contractspec/lib.schema";
225
225
  var RoleModel = new SchemaModel2({
226
226
  name: "Role",
227
227
  description: "RBAC role definition",
@@ -1,6 +1,6 @@
1
1
  // src/contracts/user.ts
2
- import { SchemaModel, ScalarTypeEnum } from "@contractspec/lib.schema";
3
2
  import { defineCommand, defineQuery } from "@contractspec/lib.contracts-spec";
3
+ import { ScalarTypeEnum, SchemaModel } from "@contractspec/lib.schema";
4
4
  var OWNERS = ["platform.identity-rbac"];
5
5
  var UserProfileModel = new SchemaModel({
6
6
  name: "UserProfile",