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: 4c31fa875ff932e21abe0c3cb9d01723e93f05ac74d603d088696ffbb08d922c
4
- data.tar.gz: 9e22aeaa9aedee12ff905e9d889673c885fb530a7a571ac3d441f36f42070efd
3
+ metadata.gz: 73701d523135c66bb76c619280c548efe0e1872a5c7b72dc203d4f051aa31b48
4
+ data.tar.gz: 948fb34bc4c69d6977a3e05dea46286de68051d7b52f86c0a323ceb06c4073f2
5
5
  SHA512:
6
- metadata.gz: 9b398dad4feb3b6a163d29948936e311b058006071fd4f1d1e0e804d58352aa88bcbffd071d96c197d3a60927abee173b24023dc8efb19e52e9585fea61cbfe3
7
- data.tar.gz: 1c2d083abfea18bf06bd94e498b0b18910ba37c74171fced674d70ef2e84875a25660a3719229100dd105823dd01e64c1d149c63714788a16e089e28de83a103
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
- # ProjectGrantID is required to grant administrator privileges for a specific project grant.
22
- attr_accessor :project_grant_id
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
- :'project_grant_id' => :'projectGrantId'
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
- :'project_grant_id' => :'String'
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?(:'project_grant_id')
79
- self.project_grant_id = attributes[:'project_grant_id']
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
- project_grant_id == o.project_grant_id
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, project_grant_id].hash
101
+ [project_id, organization_id].hash
102
102
  end
103
103
 
104
104
  # Builds the object from hash
@@ -2,6 +2,6 @@
2
2
 
3
3
  module Zitadel
4
4
  module Client
5
- VERSION = '4.1.0.beta.8'
5
+ VERSION = '4.1.0.beta.9'
6
6
  end
7
7
  end
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.8
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-09-16 00:00:00.000000000 Z
11
+ date: 2025-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oauth2