drone_view_api 0.1.4 → 0.1.7

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: 27407d251bcaefeda71580e96e4de326c34c517381366a127a76be9be531a90d
4
- data.tar.gz: 7a3da58293dd3e123017073d5aa77bf233e86d170029b186dae4b2b377d0d777
3
+ metadata.gz: 0f46c4749ea76bc13bb669006ddbdb9ce0025b6727e81408ef41acfcd985cd12
4
+ data.tar.gz: e2b231ddcea19ed72d27b9bd536b2fa7302a8402838ca56ee40ad5a97556c4ce
5
5
  SHA512:
6
- metadata.gz: 3a6bae0b679f6038e593ded001e1c21d1a48097b672af6ef1816c58af5dbdcf21f6dfac8cad200ebc723184fd6539879107f0046317b6e13f0fd522080ecac5a
7
- data.tar.gz: feec7594f7d0314f68d9db8836e697a00a9ac56655cc22ae443d8ebb9c7443c6113489b30f764b4aec5a5114146ddb77fc749137daa3316b5be810b9338d3fc1
6
+ metadata.gz: 67500c69f8535340c06bea2329748dd6da414d9654e254f0f030dfca93096cbfae1d3f44a78309b4237cd5c2677ea64bab02a1efe638c4a0995a43ba98be674b
7
+ data.tar.gz: f298fa188027f77d350541bf5b2a7f8a7eabbad274e1c44c45ebbbb236b688ae885943d3f6cb11405b9a7e363e5cd6ac4dd5ab2b988fdd59b5d863013d6c4a7a
Binary file
@@ -3,6 +3,9 @@ class DroneApi::Inspections::Create < DroneApi::Base
3
3
  :name,
4
4
  :inspection_date,
5
5
  :building,
6
+ :building_id,
7
+ :client_id,
8
+ :technical_survey_id,
6
9
  keyword_init: true
7
10
  )
8
11
 
@@ -32,9 +35,10 @@ class DroneApi::Inspections::Create < DroneApi::Base
32
35
  def payload
33
36
  {
34
37
  inspection: {
35
- name: @params.email,
38
+ name: @params.name,
36
39
  inspection_date: @params.inspection_date,
37
- building: @params.building
40
+ building_id: @params.building_id,
41
+ building: @params.building
38
42
  }
39
43
  }
40
44
  end
@@ -1,3 +1,3 @@
1
1
  module DroneApi
2
- VERSION = "0.1.4"
2
+ VERSION = "0.1.7"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: drone_view_api
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.7
5
5
  platform: ruby
6
6
  authors:
7
7
  - saurabh gulati
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2022-04-05 00:00:00.000000000 Z
12
+ date: 2022-08-16 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: jwt
@@ -47,8 +47,7 @@ files:
47
47
  - bin/console
48
48
  - bin/setup
49
49
  - drone_api.gemspec
50
- - drone_view_api-0.1.2.gem
51
- - drone_view_api-0.1.3.gem
50
+ - drone_view_api-0.1.5.gem
52
51
  - lib/drone_api.rb
53
52
  - lib/drone_api/accounts.rb
54
53
  - lib/drone_api/accounts/create.rb
Binary file
Binary file