moderation_api 2.22.1 → 2.23.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: a40eaaa561437b5bc555839eff6ad9d1ebdad1fb810c6e3fd4d758f4c9dd587c
4
- data.tar.gz: a84e46e5859b0fe484041da57db80f9cab6a10dd17acd303a53c4fa0fa0453e8
3
+ metadata.gz: 4d8f2485ab462e1faf46cce2b157cc0a3868912295d4c42918de2c03b7db6f3d
4
+ data.tar.gz: 5b2dc6fb1ef344271510ae540f16c800dedddfc5f17dd57791048ddadd2a0aee
5
5
  SHA512:
6
- metadata.gz: 8649dedc5b93246363b473c558fec66513a7c6a5577ab380fd82498d831ad202fdb8a1cb6ced9aec4356ff7438e62e377cd6e4102930f243d8ba27c8d36f6265
7
- data.tar.gz: 062346d1e4ebfcb92c739e87b245d9b8c23ab1aed0d235e1eb9d3686c66d5128914cb23091e7cc1dd46b6796093ea3d3f378aa69e4f330272fc2e6accf84c2b0
6
+ metadata.gz: 6be7477565b2335716905a207f36d77e76340ab6c2a07ab750dc47ca2aabdde51c83fb5fae7ff627564b06563884a8b0b84d6ca364c6fe043c112098bb186a60
7
+ data.tar.gz: f4ae04b9e4952b92a4e976c18ca8018c23ce15e28075d4e6ea05d4ee8dacc3582e192ddd0f31cd31b837b733d0f313f1abda07cf467ad5661927e81e94edf9e2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 2.23.0 (2026-06-18)
4
+
5
+ Full Changelog: [v2.22.1...v2.23.0](https://github.com/moderation-api/sdk-ruby/compare/v2.22.1...v2.23.0)
6
+
7
+ ### Features
8
+
9
+ * **api:** api update ([2baea97](https://github.com/moderation-api/sdk-ruby/commit/2baea9759f8cb9675a8c281eec3d740d464aa1fe))
10
+
3
11
  ## 2.22.1 (2026-06-17)
4
12
 
5
13
  Full Changelog: [v2.22.0...v2.22.1](https://github.com/moderation-api/sdk-ruby/compare/v2.22.0...v2.22.1)
data/README.md CHANGED
@@ -15,7 +15,7 @@ To use this gem, install via Bundler by adding the following to your application
15
15
  <!-- x-release-please-start-version -->
16
16
 
17
17
  ```ruby
18
- gem "moderation_api", "~> 2.22.1"
18
+ gem "moderation_api", "~> 2.23.0"
19
19
  ```
20
20
 
21
21
  <!-- x-release-please-end -->
@@ -441,6 +441,7 @@ module ModerationAPI
441
441
  EVENT = :event
442
442
  PRODUCT = :product
443
443
  REVIEW = :review
444
+ VOICE = :voice
444
445
  OTHER = :other
445
446
 
446
447
  # @!method self.values
@@ -3063,6 +3063,7 @@ module ModerationAPI
3063
3063
  EVENT = :event
3064
3064
  PRODUCT = :product
3065
3065
  REVIEW = :review
3066
+ VOICE = :voice
3066
3067
  OTHER = :other
3067
3068
 
3068
3069
  # @!method self.values
@@ -4420,6 +4421,7 @@ module ModerationAPI
4420
4421
  EVENT = :event
4421
4422
  PRODUCT = :product
4422
4423
  REVIEW = :review
4424
+ VOICE = :voice
4423
4425
  OTHER = :other
4424
4426
 
4425
4427
  # @!method self.values
@@ -5498,6 +5500,7 @@ module ModerationAPI
5498
5500
  EVENT = :event
5499
5501
  PRODUCT = :product
5500
5502
  REVIEW = :review
5503
+ VOICE = :voice
5501
5504
  OTHER = :other
5502
5505
 
5503
5506
  # @!method self.values
@@ -6573,6 +6576,7 @@ module ModerationAPI
6573
6576
  EVENT = :event
6574
6577
  PRODUCT = :product
6575
6578
  REVIEW = :review
6579
+ VOICE = :voice
6576
6580
  OTHER = :other
6577
6581
 
6578
6582
  # @!method self.values
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module ModerationAPI
4
- VERSION = "2.22.1"
4
+ VERSION = "2.23.0"
5
5
  end
@@ -959,6 +959,11 @@ module ModerationAPI
959
959
  :review,
960
960
  ModerationAPI::ContentSubmitParams::MetaType::TaggedSymbol
961
961
  )
962
+ VOICE =
963
+ T.let(
964
+ :voice,
965
+ ModerationAPI::ContentSubmitParams::MetaType::TaggedSymbol
966
+ )
962
967
  OTHER =
963
968
  T.let(
964
969
  :other,
@@ -5645,6 +5645,11 @@ module ModerationAPI
5645
5645
  :review,
5646
5646
  ModerationAPI::WebhookEvent::QueueItemResolved::Data::Object::Item::MetaType::TaggedSymbol
5647
5647
  )
5648
+ VOICE =
5649
+ T.let(
5650
+ :voice,
5651
+ ModerationAPI::WebhookEvent::QueueItemResolved::Data::Object::Item::MetaType::TaggedSymbol
5652
+ )
5648
5653
  OTHER =
5649
5654
  T.let(
5650
5655
  :other,
@@ -8124,6 +8129,11 @@ module ModerationAPI
8124
8129
  :review,
8125
8130
  ModerationAPI::WebhookEvent::QueueItemAction::Data::Object::Item::MetaType::TaggedSymbol
8126
8131
  )
8132
+ VOICE =
8133
+ T.let(
8134
+ :voice,
8135
+ ModerationAPI::WebhookEvent::QueueItemAction::Data::Object::Item::MetaType::TaggedSymbol
8136
+ )
8127
8137
  OTHER =
8128
8138
  T.let(
8129
8139
  :other,
@@ -10103,6 +10113,11 @@ module ModerationAPI
10103
10113
  :review,
10104
10114
  ModerationAPI::WebhookEvent::QueueItemRejected::Data::Object::Item::MetaType::TaggedSymbol
10105
10115
  )
10116
+ VOICE =
10117
+ T.let(
10118
+ :voice,
10119
+ ModerationAPI::WebhookEvent::QueueItemRejected::Data::Object::Item::MetaType::TaggedSymbol
10120
+ )
10106
10121
  OTHER =
10107
10122
  T.let(
10108
10123
  :other,
@@ -12080,6 +12095,11 @@ module ModerationAPI
12080
12095
  :review,
12081
12096
  ModerationAPI::WebhookEvent::QueueItemAllowed::Data::Object::Item::MetaType::TaggedSymbol
12082
12097
  )
12098
+ VOICE =
12099
+ T.let(
12100
+ :voice,
12101
+ ModerationAPI::WebhookEvent::QueueItemAllowed::Data::Object::Item::MetaType::TaggedSymbol
12102
+ )
12083
12103
  OTHER =
12084
12104
  T.let(
12085
12105
  :other,
@@ -328,6 +328,7 @@ module ModerationAPI
328
328
  | :event
329
329
  | :product
330
330
  | :review
331
+ | :voice
331
332
  | :other
332
333
 
333
334
  module MetaType
@@ -340,6 +341,7 @@ module ModerationAPI
340
341
  EVENT: :event
341
342
  PRODUCT: :product
342
343
  REVIEW: :review
344
+ VOICE: :voice
343
345
  OTHER: :other
344
346
 
345
347
  def self?.values: -> ::Array[ModerationAPI::Models::ContentSubmitParams::meta_type]
@@ -2325,6 +2325,7 @@ module ModerationAPI
2325
2325
  | :event
2326
2326
  | :product
2327
2327
  | :review
2328
+ | :voice
2328
2329
  | :other
2329
2330
 
2330
2331
  module MetaType
@@ -2337,6 +2338,7 @@ module ModerationAPI
2337
2338
  EVENT: :event
2338
2339
  PRODUCT: :product
2339
2340
  REVIEW: :review
2341
+ VOICE: :voice
2340
2342
  OTHER: :other
2341
2343
 
2342
2344
  def self?.values: -> ::Array[ModerationAPI::Models::WebhookEvent::QueueItemResolved::Data::Object::Item::meta_type]
@@ -3347,6 +3349,7 @@ module ModerationAPI
3347
3349
  | :event
3348
3350
  | :product
3349
3351
  | :review
3352
+ | :voice
3350
3353
  | :other
3351
3354
 
3352
3355
  module MetaType
@@ -3359,6 +3362,7 @@ module ModerationAPI
3359
3362
  EVENT: :event
3360
3363
  PRODUCT: :product
3361
3364
  REVIEW: :review
3365
+ VOICE: :voice
3362
3366
  OTHER: :other
3363
3367
 
3364
3368
  def self?.values: -> ::Array[ModerationAPI::Models::WebhookEvent::QueueItemAction::Data::Object::Item::meta_type]
@@ -4174,6 +4178,7 @@ module ModerationAPI
4174
4178
  | :event
4175
4179
  | :product
4176
4180
  | :review
4181
+ | :voice
4177
4182
  | :other
4178
4183
 
4179
4184
  module MetaType
@@ -4186,6 +4191,7 @@ module ModerationAPI
4186
4191
  EVENT: :event
4187
4192
  PRODUCT: :product
4188
4193
  REVIEW: :review
4194
+ VOICE: :voice
4189
4195
  OTHER: :other
4190
4196
 
4191
4197
  def self?.values: -> ::Array[ModerationAPI::Models::WebhookEvent::QueueItemRejected::Data::Object::Item::meta_type]
@@ -5001,6 +5007,7 @@ module ModerationAPI
5001
5007
  | :event
5002
5008
  | :product
5003
5009
  | :review
5010
+ | :voice
5004
5011
  | :other
5005
5012
 
5006
5013
  module MetaType
@@ -5013,6 +5020,7 @@ module ModerationAPI
5013
5020
  EVENT: :event
5014
5021
  PRODUCT: :product
5015
5022
  REVIEW: :review
5023
+ VOICE: :voice
5016
5024
  OTHER: :other
5017
5025
 
5018
5026
  def self?.values: -> ::Array[ModerationAPI::Models::WebhookEvent::QueueItemAllowed::Data::Object::Item::meta_type]
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.22.1
4
+ version: 2.23.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-06-17 00:00:00.000000000 Z
11
+ date: 2026-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: cgi