opendoor-partner-sdk-server-ruby 1.3.7.beta.131.1 → 1.3.7.beta.132.1
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:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 3af177484047e66981fd7383ec58cdd288d45ed43553e5ec0a0921916af8c9e2
|
|
4
|
+
data.tar.gz: 6b87ad90d5ec82be55964ebc2d496598c40f28b032e58f5b4912babb3f85fd24
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: cbdb55b6c540ee554fc3d46236af02b3b35e8388930762e2077bafa0b0bf8c3fe9a0836610a10e939e63cdceb4f06f9c536fda6f8328b36eb9941b099071185b
|
|
7
|
+
data.tar.gz: 29d0c72b59d89a54c7dc8bb567191279b6cae9296ccf26f0a81041d1fb0d475a0c5b0a8f3d66750eba4444cbd286d72a41ad5041f71058efeb51402db7be50f4
|
|
@@ -224,7 +224,7 @@ module Opendoor
|
|
|
224
224
|
query: Graphql::EXTERIOR_ASSESSMENT_SLOTS_QUERY,
|
|
225
225
|
variables: {
|
|
226
226
|
sellerInputUuid: offer_id,
|
|
227
|
-
# Default: pre-UW assessment
|
|
227
|
+
# Default: pre-UW assessment scheduled in the partner trade-in flow.
|
|
228
228
|
# "DILIGENCE_VISIT" is the post-contract Inspectify visit.
|
|
229
229
|
calendarType: calendar_type
|
|
230
230
|
}
|
|
@@ -184,7 +184,7 @@ module Opendoor
|
|
|
184
184
|
GRAPHQL
|
|
185
185
|
|
|
186
186
|
# `calendarType` is "ASSESSMENT_VISIT" for the pre-underwriting home
|
|
187
|
-
# assessment
|
|
187
|
+
# assessment scheduled in the partner trade-in flow or "DILIGENCE_VISIT" for
|
|
188
188
|
# the post-contract Inspectify visit.
|
|
189
189
|
EXTERIOR_ASSESSMENT_SLOTS_QUERY = <<~GRAPHQL.freeze
|
|
190
190
|
query ExteriorAssessmentSlots($sellerInputUuid: String!, $calendarType: CalendarType!) {
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: opendoor-partner-sdk-server-ruby
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 1.3.7.beta.
|
|
4
|
+
version: 1.3.7.beta.132.1
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Opendoor
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2026-
|
|
11
|
+
date: 2026-09-02 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: minitest
|