moderation_api 2.31.0 → 2.32.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 +4 -4
- data/CHANGELOG.md +8 -0
- data/README.md +1 -1
- data/lib/moderation_api/models/queue_retrieve_response.rb +1 -0
- data/lib/moderation_api/version.rb +1 -1
- data/rbi/moderation_api/models/queue_retrieve_response.rbi +5 -0
- data/sig/moderation_api/models/queue_retrieve_response.rbs +2 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 4da8e7e8e80c5f870e4c3d99885f95112f0f8ec3ee8c568b9af96418423f0ee4
|
|
4
|
+
data.tar.gz: 13b0959a3ff841b9a17f33cf29d438f77e4d052a67b881efc5df36f43f04dce3
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d266dcfe90fe7990266cfceb814aa82ed1d833d573c20123131c1eeb0ad7657f810b1679a1fba534cfa99d3c4428aff7df83a99d669232c2e22f74ae510d4dd8
|
|
7
|
+
data.tar.gz: f881ae0b98b7a85a1e444ee5b61e5b5ec7a597077ea372eedc75c37f2ee728e3803a4d607bbcab675dfbe7d8a67273452b331203431093224d8e1aef8514bb45
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
## 2.32.0 (2026-08-13)
|
|
4
|
+
|
|
5
|
+
Full Changelog: [v2.31.0...v2.32.0](https://github.com/moderation-api/sdk-ruby/compare/v2.31.0...v2.32.0)
|
|
6
|
+
|
|
7
|
+
### Features
|
|
8
|
+
|
|
9
|
+
* **api:** api update ([4e48342](https://github.com/moderation-api/sdk-ruby/commit/4e483424d93298db61b5f1a10e858519b218015b))
|
|
10
|
+
|
|
3
11
|
## 2.31.0 (2026-08-07)
|
|
4
12
|
|
|
5
13
|
Full Changelog: [v2.30.0...v2.31.0](https://github.com/moderation-api/sdk-ruby/compare/v2.30.0...v2.31.0)
|
data/README.md
CHANGED
|
@@ -628,6 +628,11 @@ module ModerationAPI
|
|
|
628
628
|
:THRESHOLDS,
|
|
629
629
|
ModerationAPI::Models::QueueRetrieveResponse::Queue::Filter::FilterLabel::Type::TaggedSymbol
|
|
630
630
|
)
|
|
631
|
+
MATCHED =
|
|
632
|
+
T.let(
|
|
633
|
+
:MATCHED,
|
|
634
|
+
ModerationAPI::Models::QueueRetrieveResponse::Queue::Filter::FilterLabel::Type::TaggedSymbol
|
|
635
|
+
)
|
|
631
636
|
|
|
632
637
|
sig do
|
|
633
638
|
override.returns(
|
|
@@ -291,7 +291,7 @@ module ModerationAPI
|
|
|
291
291
|
min_threshold: Float?
|
|
292
292
|
}
|
|
293
293
|
|
|
294
|
-
type type_ = :FLAGGED | :NOT_FLAGGED | :THRESHOLDS
|
|
294
|
+
type type_ = :FLAGGED | :NOT_FLAGGED | :THRESHOLDS | :MATCHED
|
|
295
295
|
|
|
296
296
|
module Type
|
|
297
297
|
extend ModerationAPI::Internal::Type::Enum
|
|
@@ -299,6 +299,7 @@ module ModerationAPI
|
|
|
299
299
|
FLAGGED: :FLAGGED
|
|
300
300
|
NOT_FLAGGED: :NOT_FLAGGED
|
|
301
301
|
THRESHOLDS: :THRESHOLDS
|
|
302
|
+
MATCHED: :MATCHED
|
|
302
303
|
|
|
303
304
|
def self?.values: -> ::Array[ModerationAPI::Models::QueueRetrieveResponse::Queue::Filter::FilterLabel::type_]
|
|
304
305
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: moderation_api
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 2.
|
|
4
|
+
version: 2.32.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Moderation API
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-08-
|
|
11
|
+
date: 2026-08-13 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: cgi
|