late-sdk 0.0.718 → 0.0.720

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: cd22055bc590e01ff23ae8698497bc3222c759e231d33de786e684ca11c5e775
4
- data.tar.gz: 4707bfe07c0cb3408f98852251a0602f43cf71b65bcb6b19280bd899424e0337
3
+ metadata.gz: 9a043db69fe4c21d1800eb36ec01fa32200e93848d7760ed9c729afaae00a47d
4
+ data.tar.gz: 5008f0cf5e27579922eebc72e778cee2315c84a1adb747352ebc38bc0d72563d
5
5
  SHA512:
6
- metadata.gz: 4367a665e3a13b3d977b234e0e99d4de66ee352a77a2bf02095132016f3ce777fb618abd1584bd4bec7b2f35d3bf6865e213f63d6964cac01d54c41a44a94deb
7
- data.tar.gz: a78175473e3c2880b9cdf6bc5edc9b1590f19022fab3dca90422d92e57055c224edc503cbc3f7b263c780c186a4cde74cf10c5a3ce845f1d1848d299eabadda9
6
+ metadata.gz: 6da9751ed391beee2eff91859815d340d446637b699143588a24b4e3906b008b864774b18fee7a4e34561b80141d09a17a5db24e33d764b0980631c915275a0c
7
+ data.tar.gz: 02fc1d8ce5c0b38d76d8df506a58433f37f92cf58845b9baca3fad93d145f77672a69b45e8d9c671e3dbd31939825211da15bf5d7d23c64bb5dda2721c559537
@@ -110,6 +110,11 @@ module Zernio
110
110
  if @api_client.config.client_side_validation && id.nil?
111
111
  fail ArgumentError, "Missing the required parameter 'id' when calling WebhooksApi.delete_webhook_settings"
112
112
  end
113
+ pattern = Regexp.new(/^[a-fA-F0-9]{24}$/)
114
+ if @api_client.config.client_side_validation && id !~ pattern
115
+ fail ArgumentError, "invalid value for 'id' when calling WebhooksApi.delete_webhook_settings, must conform to the pattern #{pattern}."
116
+ end
117
+
113
118
  # resource path
114
119
  local_var_path = '/v1/webhooks/settings'
115
120
 
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.718'
14
+ VERSION = '0.0.720'
15
15
  end
data/openapi.yaml CHANGED
@@ -24482,6 +24482,7 @@ paths:
24482
24482
  description: Webhook ID to delete
24483
24483
  schema:
24484
24484
  type: string
24485
+ pattern: '^[a-fA-F0-9]{24}$'
24485
24486
  responses:
24486
24487
  '200':
24487
24488
  description: Webhook deleted successfully
@@ -24491,7 +24492,7 @@ paths:
24491
24492
  type: object
24492
24493
  properties:
24493
24494
  success: { type: boolean }
24494
- '400': { description: Webhook ID required }
24495
+ '400': { description: 'Webhook ID missing or not a valid ID' }
24495
24496
  '401': { $ref: '#/components/responses/Unauthorized' }
24496
24497
  '403': { $ref: '#/components/responses/ResourceGroupForbidden' }
24497
24498
 
Binary file
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: late-sdk
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.718
4
+ version: 0.0.720
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -5318,7 +5318,7 @@ files:
5318
5318
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
5319
5319
  - spec/models/you_tube_video_retention_response_spec.rb
5320
5320
  - spec/spec_helper.rb
5321
- - zernio-sdk-0.0.718.gem
5321
+ - zernio-sdk-0.0.720.gem
5322
5322
  - zernio-sdk.gemspec
5323
5323
  homepage: https://openapi-generator.tech
5324
5324
  licenses:
Binary file