zitadel-client 4.1.0.beta.8 → 4.1.0.beta.9
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.
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 73701d523135c66bb76c619280c548efe0e1872a5c7b72dc203d4f051aa31b48
|
4
|
+
data.tar.gz: 948fb34bc4c69d6977a3e05dea46286de68051d7b52f86c0a323ceb06c4073f2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 53d938287095a17b68c7dd444bed85fd287428574391a98a1ff7ef5093dc278f12742a5da19681422e984bbd45a41eedd9fb88de008f6282d2962a4e3f9c8e14
|
7
|
+
data.tar.gz: c9f1c3a0ef5746cf8d62228a9c6c8c826773cef12e4052ff52c00e5dd1595d10b0bd470ac2f85237b6932d71606c7b7fe5417b4069f9126f56dc0e9d5493eb9f
|
@@ -18,14 +18,14 @@ module Zitadel::Client::Models
|
|
18
18
|
# ProjectID is required to grant administrator privileges for a specific project.
|
19
19
|
attr_accessor :project_id
|
20
20
|
|
21
|
-
#
|
22
|
-
attr_accessor :
|
21
|
+
# OrganizationID is required to grant administrator privileges for a specific project grant.
|
22
|
+
attr_accessor :organization_id
|
23
23
|
|
24
24
|
# Attribute mapping from ruby-style variable name to JSON key.
|
25
25
|
def self.attribute_map
|
26
26
|
{
|
27
27
|
:'project_id' => :'projectId',
|
28
|
-
:'
|
28
|
+
:'organization_id' => :'organizationId'
|
29
29
|
}
|
30
30
|
end
|
31
31
|
|
@@ -43,7 +43,7 @@ module Zitadel::Client::Models
|
|
43
43
|
def self.openapi_types
|
44
44
|
{
|
45
45
|
:'project_id' => :'String',
|
46
|
-
:'
|
46
|
+
:'organization_id' => :'String'
|
47
47
|
}
|
48
48
|
end
|
49
49
|
|
@@ -75,8 +75,8 @@ module Zitadel::Client::Models
|
|
75
75
|
self.project_id = attributes[:'project_id']
|
76
76
|
end
|
77
77
|
|
78
|
-
if attributes.key?(:'
|
79
|
-
self.
|
78
|
+
if attributes.key?(:'organization_id')
|
79
|
+
self.organization_id = attributes[:'organization_id']
|
80
80
|
end
|
81
81
|
end
|
82
82
|
|
@@ -86,7 +86,7 @@ module Zitadel::Client::Models
|
|
86
86
|
return true if self.equal?(o)
|
87
87
|
self.class == o.class &&
|
88
88
|
project_id == o.project_id &&
|
89
|
-
|
89
|
+
organization_id == o.organization_id
|
90
90
|
end
|
91
91
|
|
92
92
|
# @see the `==` method
|
@@ -98,7 +98,7 @@ module Zitadel::Client::Models
|
|
98
98
|
# Calculates hash code according to all attributes.
|
99
99
|
# @return [Integer] Hash code
|
100
100
|
def hash
|
101
|
-
[project_id,
|
101
|
+
[project_id, organization_id].hash
|
102
102
|
end
|
103
103
|
|
104
104
|
# Builds the object from hash
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: zitadel-client
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 4.1.0.beta.
|
4
|
+
version: 4.1.0.beta.9
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Zitadel
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-10-03 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: oauth2
|