apidae 1.4.10 → 1.4.12

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 888e0fd527adf524161869a23c4eb5380c2cabaf3003949da01c9a456a7ff5ba
4
- data.tar.gz: a7eaf735026fd06ac1e13e7fc5744a3a3f65e510a63703ee11f405e62c3c79b0
3
+ metadata.gz: 4b0daed3719198277bd91c55c4e05213e2e2e31d3a17feb246dff531669d665d
4
+ data.tar.gz: 6bffffe19d0a345700eb272527157730136f37a1cd208ce036c5d584a24121fa
5
5
  SHA512:
6
- metadata.gz: 2a3e79a187ed0d407afdadcaacb19dcc253cca5679cafbf7974053c2f9c83f399def0aad1cb38dd3282da0fb5e6385ec44fccc9932437b920fed7200293d59f8
7
- data.tar.gz: db4f4b1574b7ddc159861271aab03805cfe5d23683afa8faf767c89367ccdc4ef31c165b8e615c9f5fbf4276eb636f4758f003224edc19575601eb9dcbbae954
6
+ metadata.gz: e66269351aba8a561bf113637f46bdad5dab2e9924dc5f106d864077f1a555f45d494bb978f7d9843736cfb96908d4e3ffef690184e0978eeaf28af475b23b42
7
+ data.tar.gz: '08d0be8203a1ffe046a23bbe0f441f62466c17460da3b10cae711e17b71d52ec2ab90503de91976f31ee3868249d60efd5a898f80b7126420137d1b616162118'
@@ -358,6 +358,7 @@ module Apidae
358
358
  end
359
359
  if sp_hash && sp_hash[:prestataireActivites]
360
360
  entity_hash[:is_service_provider] = true
361
+ entity_hash[:service_provider_certifications] = lists_ids(sp_hash[:habilitationsPrestataires])
361
362
  end
362
363
  entity_hash
363
364
  end
@@ -18,7 +18,8 @@ module Apidae
18
18
  store_accessor :type_data, :categories, :themes, :capacity, :classification, :classification_date,
19
19
  :classification_ref, :labels, :chains, :area, :track, :tricky_sections, :products, :audience, :animals,
20
20
  :animals_desc, :extra, :duration, :certifications, :business, :business_equipments, :business_rooms
21
- store_accessor :entity_data, :entity_id, :entity_name, :info_entity_id, :info_entity_name, :service_provider_id, :is_service_provider, :legal
21
+ store_accessor :entity_data, :entity_id, :entity_name, :info_entity_id, :info_entity_name, :service_provider_id,
22
+ :is_service_provider, :service_provider_certifications, :legal
22
23
  store_accessor :contact_data, :telephone, :email, :website, :google, :facebook, :twitter, :yelp, :trip_advisor, :fax,
23
24
  :mobile_website, :shorty_url, :instagram, :contacts
24
25
  store_accessor :location_data, :address, :place, :latitude, :longitude, :access, :territories, :environments, :altitude, :map_reference
@@ -32,5 +32,5 @@ module Apidae
32
32
  :google, :facebook, :twitter, :yelp, :trip_advisor, :fax, :mobile_website, :shorty_url, :instagram,
33
33
  :openings, :openings_extra, :rates, :services, :payment_methods, :categories, :themes,
34
34
  :labels, :chains, :classification, :challenged, :environments, :languages, :products,
35
- :animals, :equipments, :comfort, :activities, :promo, :internal, :linked]
35
+ :animals, :equipments, :comfort, :activities, :promo, :internal, :linked, :service_provider_certifications]
36
36
  end
@@ -1,3 +1,3 @@
1
1
  module Apidae
2
- VERSION = "1.4.10"
2
+ VERSION = "1.4.12"
3
3
  end