late-sdk 0.0.579 → 0.0.580

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: 37db91e6482c4404ada6ca564c58c9a2775ae65ee5534b48cfa8f21da6634ad1
4
- data.tar.gz: 9199421369503f2dbc82e9cb6f561846c4ddf5837bc1d5a1953bfd565d13379e
3
+ metadata.gz: '02887aafc19b543f774636c2cd0e42809b79c04b00e6797d5b493e67d2bbefea'
4
+ data.tar.gz: 4e3c4c1adbb399ad6e8da73272f2ed1531f193a558a6b81aa521b62ac4cd65da
5
5
  SHA512:
6
- metadata.gz: 0abe7ff29434a32bd6b142c9e33b523962c16471ff203aeb8bd9389911561b24aba9726a603d31bc1b3c78e75980402b795a1ff34abc1b27a4cb811350296613
7
- data.tar.gz: e0d9ef5edff5fb96dadfb6befbd4b4c1df7a853ca448df8762cb2c7e721ff27e73cf01e91a003bca66130a53d759cf93c47ad1431ff6af1565f9c20458faa2d9
6
+ metadata.gz: f2c85d5d8424177aef6e7b9184829a087813b4367ea92c76ecb0793de880a25070c6120f8f2c1fb39d98f2a3507f9ed681acc0a2dd7b55e28593ba55c39140fd
7
+ data.tar.gz: fa1f38f521493aeba5da15f094dd5db22aedb660e672694901e64105f8168649edce70f33f1f3c3885a1eba721ce588ab3ffc3cc859827d92262fd399d804b3b
@@ -7,7 +7,7 @@
7
7
  | **profile_id** | **String** | | |
8
8
  | **country** | **String** | | |
9
9
  | **submission_id** | **String** | Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number. | [optional] |
10
- | **quantity** | **Integer** | Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). | [optional][default to 1] |
10
+ | **quantity** | **Integer** | Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400. | [optional][default to 1] |
11
11
  | **reuse** | **Boolean** | Reuse a prior approved verification for this country (skips document/field collection; places the order immediately). | [optional] |
12
12
  | **reuse_option_id** | **String** | Which reusable verification to use (GET reusable.options[].id). The unambiguous selection key. Omitted = the approved default. No match = 409. | [optional] |
13
13
  | **reuse_from** | **String** | Legacy fallback for `reuseOptionId`: the source phone number (GET reusable.options[].fromPhoneNumber). Ambiguous when a number labels two verifications — prefer `reuseOptionId`. Omitted = the approved default. No match = 409. | [optional] |
@@ -7,7 +7,7 @@
7
7
  | **profile_id** | **String** | | |
8
8
  | **country** | **String** | | |
9
9
  | **submission_id** | **String** | Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number. | [optional] |
10
- | **quantity** | **Integer** | Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). | [optional][default to 1] |
10
+ | **quantity** | **Integer** | Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400. | [optional][default to 1] |
11
11
  | **reuse** | **Boolean** | Reuse a prior approved verification for this country (skips document/field collection; places the order immediately). | [optional] |
12
12
  | **reuse_option_id** | **String** | Which reusable verification to use (GET reusable.options[].id). The unambiguous selection key. Omitted = the approved default. No match = 409. | [optional] |
13
13
  | **reuse_from** | **String** | Legacy fallback for `reuseOptionId`: the source phone number (GET reusable.options[].fromPhoneNumber). Ambiguous when a number labels two verifications — prefer `reuseOptionId`. Omitted = the approved default. No match = 409. | [optional] |
@@ -22,7 +22,7 @@ module Zernio
22
22
  # Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number.
23
23
  attr_accessor :submission_id
24
24
 
25
- # Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
25
+ # Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
26
26
  attr_accessor :quantity
27
27
 
28
28
  # Reuse a prior approved verification for this country (skips document/field collection; places the order immediately).
@@ -22,7 +22,7 @@ module Zernio
22
22
  # Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number.
23
23
  attr_accessor :submission_id
24
24
 
25
- # Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).
25
+ # Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area's live stock is rejected with a 400.
26
26
  attr_accessor :quantity
27
27
 
28
28
  # Reuse a prior approved verification for this country (skips document/field collection; places the order immediately).
@@ -11,5 +11,5 @@ Generator version: 7.19.0
11
11
  =end
12
12
 
13
13
  module Zernio
14
- VERSION = '0.0.579'
14
+ VERSION = '0.0.580'
15
15
  end
data/openapi.yaml CHANGED
@@ -28671,7 +28671,7 @@ paths:
28671
28671
  profileId: { type: string }
28672
28672
  country: { type: string }
28673
28673
  submissionId: { type: string, description: Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number. }
28674
- quantity: { type: integer, minimum: 1, maximum: 5, default: 1, description: 'Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).' }
28674
+ quantity: { type: integer, minimum: 1, maximum: 5, default: 1, description: 'Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area''s live stock is rejected with a 400.' }
28675
28675
  reuse: { type: boolean, description: Reuse a prior approved verification for this country (skips document/field collection; places the order immediately). }
28676
28676
  reuseOptionId: { type: string, description: 'Which reusable verification to use (GET reusable.options[].id). The unambiguous selection key. Omitted = the approved default. No match = 409.' }
28677
28677
  reuseFrom: { type: string, description: 'Legacy fallback for `reuseOptionId`: the source phone number (GET reusable.options[].fromPhoneNumber). Ambiguous when a number labels two verifications — prefer `reuseOptionId`. Omitted = the approved default. No match = 409.' }
@@ -29643,7 +29643,7 @@ paths:
29643
29643
  profileId: { type: string }
29644
29644
  country: { type: string }
29645
29645
  submissionId: { type: string, description: Idempotency token for this submission attempt. A retry/double-submit with the same token returns the same number; omit and each call creates a new number. }
29646
- quantity: { type: integer, minimum: 1, maximum: 5, default: 1, description: 'Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort).' }
29646
+ quantity: { type: integer, minimum: 1, maximum: 5, default: 1, description: 'Provision several same-country numbers from one submission (1-5). The single verification covers all of them; each number is billed only when it activates. Numbers that fail to order are skipped (best-effort). With `areaCode`, a quantity above that area''s live stock is rejected with a 400.' }
29647
29647
  reuse: { type: boolean, description: Reuse a prior approved verification for this country (skips document/field collection; places the order immediately). }
29648
29648
  reuseOptionId: { type: string, description: 'Which reusable verification to use (GET reusable.options[].id). The unambiguous selection key. Omitted = the approved default. No match = 409.' }
29649
29649
  reuseFrom: { type: string, description: 'Legacy fallback for `reuseOptionId`: the source phone number (GET reusable.options[].fromPhoneNumber). Ambiguous when a number labels two verifications — prefer `reuseOptionId`. Omitted = the approved default. No match = 409.' }
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.579
4
+ version: 0.0.580
5
5
  platform: ruby
6
6
  authors:
7
7
  - OpenAPI-Generator
@@ -4793,7 +4793,7 @@ files:
4793
4793
  - spec/models/you_tube_video_retention_response_retention_curve_inner_spec.rb
4794
4794
  - spec/models/you_tube_video_retention_response_spec.rb
4795
4795
  - spec/spec_helper.rb
4796
- - zernio-sdk-0.0.579.gem
4796
+ - zernio-sdk-0.0.580.gem
4797
4797
  - zernio-sdk.gemspec
4798
4798
  homepage: https://openapi-generator.tech
4799
4799
  licenses:
Binary file