@restorecommerce/protos 0.6.1 → 0.6.2

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.
@@ -35,7 +35,7 @@ message RoleAssociation {
35
35
  string role = 1; // role ID
36
36
  repeated io.restorecommerce.attribute.Attribute attributes = 2; // useful attributes for RBAC/ABAC like organizational scope
37
37
  string id = 3; // identifier for role_association
38
- double created = 1; // timestamp when the role was created
38
+ double created = 4; // timestamp when the role was created
39
39
  }
40
40
 
41
41
  message HierarchicalScopesRequest {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@restorecommerce/protos",
3
- "version": "0.6.1",
3
+ "version": "0.6.2",
4
4
  "description": "Protobuf descriptors for Restorecommerce services",
5
5
  "author": "n-fuse GmbH",
6
6
  "repository": {