knockapi 1.23.0 → 1.24.0

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: f327b4c59df9547e39351f7902f1d5070dd70aacaded1e76567f0d165cb4621b
4
- data.tar.gz: 86f40371eed16605ee5f6f5d75377878b4cdd1b9044dead68e51029c21351a2c
3
+ metadata.gz: 84774d9cd9e713ea07cb13d8e2b05f2b73f19d41f3c245ebcd64cb26b5f18bd0
4
+ data.tar.gz: aa21741e6901b118f3a417844b9f605d1014fdb051e7f528f74e3b5f52056021
5
5
  SHA512:
6
- metadata.gz: 015af7f97e13c3bb153c1ee0ae8b5098613a4baefb049900898b2ca374d9e5baef490b1352510f27a721e00c178e1b5d17615921457f9a272832fecf8e499055
7
- data.tar.gz: e66ac3696e8bafe9ea9f6504d4baf87afa28c7a8a669d6522e23cf70d79e46ac85037d4641a9a09c02a2f6990fb3cf36064be525ef5bf44adb5beebb0d63e487
6
+ metadata.gz: a1385f420f24a2a4f22dfca3f5ef67006eae61ffbaff5a32d502eb7b563ac575547256b01645ae4409117186aa8e0f1bba5047f2889e49be161c113bb2b85f93
7
+ data.tar.gz: d58277c1059aed231030d359939a6c18eae1b28bae140090f304aaf251cc2a25efd96b8f73de316216e7934078122a4ddea232bf68a2f842a5f16ec3eefadf36
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 1.24.0 (2025-12-09)
4
+
5
+ Full Changelog: [v1.23.0...v1.24.0](https://github.com/knocklabs/knock-ruby/compare/v1.23.0...v1.24.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([ec72c5d](https://github.com/knocklabs/knock-ruby/commit/ec72c5dd5d634d1543eb68ba5fe0788bef37332e))
10
+
3
11
  ## 1.23.0 (2025-12-09)
4
12
 
5
13
  Full Changelog: [v1.22.0...v1.23.0](https://github.com/knocklabs/knock-ruby/compare/v1.22.0...v1.23.0)
data/README.md CHANGED
@@ -17,7 +17,7 @@ To use this gem, install via Bundler by adding the following to your application
17
17
  <!-- x-release-please-start-version -->
18
18
 
19
19
  ```ruby
20
- gem "knockapi", "~> 1.23.0"
20
+ gem "knockapi", "~> 1.24.0"
21
21
  ```
22
22
 
23
23
  <!-- x-release-please-end -->
@@ -4,8 +4,8 @@ module Knockapi
4
4
  module Resources
5
5
  class Tenants
6
6
  class Bulk
7
- # Delete up to 1,000 tenants at a time in a single operation. This operation
8
- # cannot be undone.
7
+ # Delete up to 100 tenants at a time in a single operation. This operation cannot
8
+ # be undone.
9
9
  #
10
10
  # @overload delete(tenant_ids:, request_options: {})
11
11
  #
@@ -27,7 +27,7 @@ module Knockapi
27
27
  )
28
28
  end
29
29
 
30
- # Set or update up to 1,000 tenants in a single operation.
30
+ # Set or update up to 100 tenants in a single operation.
31
31
  #
32
32
  # @overload set(tenants:, request_options: {})
33
33
  #
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Knockapi
4
- VERSION = "1.23.0"
4
+ VERSION = "1.24.0"
5
5
  end
@@ -4,8 +4,8 @@ module Knockapi
4
4
  module Resources
5
5
  class Tenants
6
6
  class Bulk
7
- # Delete up to 1,000 tenants at a time in a single operation. This operation
8
- # cannot be undone.
7
+ # Delete up to 100 tenants at a time in a single operation. This operation cannot
8
+ # be undone.
9
9
  sig do
10
10
  params(
11
11
  tenant_ids: T::Array[String],
@@ -19,7 +19,7 @@ module Knockapi
19
19
  )
20
20
  end
21
21
 
22
- # Set or update up to 1,000 tenants in a single operation.
22
+ # Set or update up to 100 tenants in a single operation.
23
23
  sig do
24
24
  params(
25
25
  tenants: T::Array[T.any(String, Knockapi::TenantRequest::OrHash)],
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: knockapi
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.23.0
4
+ version: 1.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Knock