daytona_api_client 0.184.0 → 0.185.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: b0e89d6d0c45f0eb9cbb0b4070219fac558f165a1bbd5853a26c2603523b90e8
4
- data.tar.gz: aeec8505e13997efc1e452f08414ec4ca9d07965f4cae05ef3e110597117e9c2
3
+ metadata.gz: 76aff43eeeb68f455bb0438c2117702915474ed4ce334164d5ee1d523af6588c
4
+ data.tar.gz: 9e33e58deb3cd9cfaf1667b99ef6a196a2dbdbd163d426625a3fc9aeb2198f14
5
5
  SHA512:
6
- metadata.gz: def6a3f3f3c7ed9e18f6522ec8e08521d42621986143fec2fb92f0e019ae0a9b9275be6a18726b4ccea7591b56449b8002e9e2475662d48c8b689c8e4b317a9d
7
- data.tar.gz: c8ca70a0095a410808bd031ad0327c993848a9e44d8453dc9c350e481f39c6f57fadbea0f97b631ed6a9b03735ea129ba8bc2df80ebae3ac133114556446d6d6
6
+ metadata.gz: 0aa62a435dd570f49c573cd1736b87324d3dcd6c493a0f7dc09e08bbe4758d9f0a4dac951f797ced929cc82c7def64d247b80eb70095fd3ae2d25d3f5ad0fe1e
7
+ data.tar.gz: 66e4c263bd38ed566ca59d419a5e45cbae1b59191acce1a1f66688625d006db64595fd4d4822e22f8bf7acc5a1288b5c5e0327f0ee54238926b73caa83511990
@@ -173,7 +173,7 @@ module DaytonaApiClient
173
173
  :'name' => :'String',
174
174
  :'target' => :'String',
175
175
  :'runner_id' => :'String',
176
- :'sandbox_class' => :'String',
176
+ :'sandbox_class' => :'SandboxClass',
177
177
  :'state' => :'SandboxState',
178
178
  :'desired_state' => :'SandboxDesiredState',
179
179
  :'snapshot' => :'String',
@@ -424,8 +424,6 @@ module DaytonaApiClient
424
424
  return false if @organization_id.nil?
425
425
  return false if @name.nil?
426
426
  return false if @target.nil?
427
- sandbox_class_validator = EnumAttributeValidator.new('String', ["linux-vm", "container", "android", "windows", "unknown_default_open_api"])
428
- return false unless sandbox_class_validator.valid?(@sandbox_class)
429
427
  return false if @user.nil?
430
428
  return false if @public.nil?
431
429
  return false if @cpu.nil?
@@ -479,16 +477,6 @@ module DaytonaApiClient
479
477
  @target = target
480
478
  end
481
479
 
482
- # Custom attribute writer method checking allowed values (enum).
483
- # @param [Object] sandbox_class Object to be assigned
484
- def sandbox_class=(sandbox_class)
485
- validator = EnumAttributeValidator.new('String', ["linux-vm", "container", "android", "windows", "unknown_default_open_api"])
486
- unless validator.valid?(sandbox_class)
487
- fail ArgumentError, "invalid value for \"sandbox_class\", must be one of #{validator.allowable_values}."
488
- end
489
- @sandbox_class = sandbox_class
490
- end
491
-
492
480
  # Custom attribute writer method with validation
493
481
  # @param [Object] user Value to be assigned
494
482
  def user=(user)
@@ -11,5 +11,5 @@ Generator version: 7.21.0
11
11
  =end
12
12
 
13
13
  module DaytonaApiClient
14
- VERSION = '0.184.0'
14
+ VERSION = '0.185.0'
15
15
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: daytona_api_client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.184.0
4
+ version: 0.185.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - daytonaio