elibri_onix_dict 0.1.4 → 0.1.8

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: 76b71ef7b46e12eef3ac3afffdb4ecf3cfd028e1780c5726a0db3547e32caa98
4
- data.tar.gz: 98f5ddad33ec7287eeccaf3703d027a1cf4e57046f1f4569653d56e9008e73ba
3
+ metadata.gz: d2ed02d250d175fd63167f74008297ab1de7549d7f7eda184d5c56f1bb606308
4
+ data.tar.gz: e17676e451558c9a8a5eb144ecdb8ddba655223c8981e8c588e829b50af87e66
5
5
  SHA512:
6
- metadata.gz: a7806b7ec0af6e1528c32a213d224ea5bc2ba37769c5af8d6b96d0fa9c3e0ce5a45cf229d6570322462addabe4caf940809cb3d63a61331ca56f512f0e3f9605
7
- data.tar.gz: 9a33281b53b0e935ba8c941bd005c10d648bd7225bb9127ff95d5ae24fff36b4779c36a14efc8631761efe7ba481609722c4ae76364ac2558471a343f2ff42d2
6
+ metadata.gz: 679606ca524255932441845962d124cd8d40d14ff514ea0011ef3ada96976e2ee4420921908e87ca6541a027daeacc58cea462f210032f2b326befd561630cfd
7
+ data.tar.gz: b8324ff8cc32b66f72dd9f070720855555787f38ed5901e6aac6f4689428d6e90e7951b305798384518f2dbc34545d2c4f6890f48fd402e1c445edf4e9c67896
@@ -0,0 +1,8 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintStatus
4
+ onix_code: '02'
5
+ const_name: LIMIT
6
+ name:
7
+ en: limit
8
+ pl: limit
@@ -0,0 +1,8 @@
1
+ ---
2
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintType
3
+ onix_code: '06'
4
+ const_name: LENDING
5
+ name:
6
+ en: lending
7
+ pl: wypożyczenia
8
+
@@ -0,0 +1,28 @@
1
+ ---
2
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintUnit
3
+ onix_code: '10'
4
+ const_name: TIMES
5
+ name:
6
+ en: times
7
+ pl: razy
8
+
9
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintUnit
10
+ onix_code: '07'
11
+ const_name: CONCURRENT_USERS
12
+ name:
13
+ en: concurrent users
14
+ pl: jednoczesnych użytkowników
15
+
16
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintUnit
17
+ onix_code: '14'
18
+ const_name: MONTHS
19
+ name:
20
+ en: months
21
+ pl: miesięcy
22
+
23
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::PriceConstraintUnit
24
+ onix_code: '98'
25
+ const_name: VALID_FROM
26
+ name:
27
+ en: valid from
28
+ pl: obowiązuje od
@@ -0,0 +1,8 @@
1
+
2
+ ---
3
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductContactRole
4
+ onix_code: '10'
5
+ const_name: PRODUCT_SAFETY_CONTACT
6
+ name:
7
+ en: Product safety contact
8
+ pl: Kontakt w sprawie bezpieczeństwa produktu
@@ -1,4 +1,11 @@
1
1
  ---
2
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormFeatureType
3
+ onix_code: '13'
4
+ const_name: EU_TOY_SAFETY_HAZARD_WARNING
5
+ name:
6
+ en: EU Toy Safety Hazard warning
7
+ pl: Ostrzeżenia dotyczące bezpieczeństwa zabawek
8
+
2
9
  - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ProductFormFeatureType
3
10
  onix_code: '22'
4
11
  const_name: NUMBER_OF_GAME_PIECES
@@ -14,3 +14,9 @@
14
14
  en: Non-exclusive distributor to end-customers
15
15
  pl: Dystrybutor do klientów końcowych
16
16
 
17
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::SupplierRole
18
+ onix_code: '10'
19
+ const_name: EXCLUSIVE_DISTRIBUTOR
20
+ name:
21
+ en: Exclusive distributor to end-customers
22
+ pl: Wyłączny dystrybutor do klientów końcowych i instytucjonalnych
@@ -0,0 +1,54 @@
1
+ ---
2
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
3
+ onix_code: '00'
4
+ const_name: NO_WARNING
5
+ name:
6
+ en: No warning
7
+ pl: bez ostrzeżeń
8
+
9
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
10
+ onix_code: '01'
11
+ const_name: CARRIES_CE_LOGO
12
+ name:
13
+ en: Carries ‘CE’ logo
14
+ pl: Posiada oznaczenie ‘CE’
15
+
16
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
17
+ onix_code: '02'
18
+ const_name: CARRIES_MINIMUM_AGE_WARNING
19
+ name:
20
+ en: Carries minimum age warning
21
+ pl: Posiada oznaczenie minimalnego wieku
22
+
23
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
24
+ onix_code: '03'
25
+ const_name: UNSUITABLE_FOR_CHILDREN_AGES_0_3
26
+ name:
27
+ en: Carries EU Toy Safety Directive ‘Unsuitable for children ages 0–3’ warning logo
28
+ pl: Posiada logo ‘Nie dla dzieci poniżej 3 roku życia‘
29
+
30
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
31
+ onix_code: '04'
32
+ const_name: CARRIES_EU_TOY_SAFETY_WARNING
33
+ name:
34
+ en: Carries EU Toy Safety Directive hazard warning
35
+ pl: Zawiera ostrzeżenie o niebezpieczeństwie związane z dyrektywą UE w sprawie bezpieczeństwa zabawek
36
+
37
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
38
+ onix_code: '07'
39
+ const_name: DECLARATION_OF_CONFORMITY_AVAILABLE
40
+ name:
41
+ en: Declaration of Conformity available
42
+ pl: Deklaracja zgodności
43
+
44
+ - !ruby/object:Elibri::ONIX::Dict::Release_3_0::ToySafetyHazardWarningType
45
+ onix_code: '08'
46
+ const_name: CARRIES_EN71_LOGO
47
+ name:
48
+ en: Carries ‘EN71’ logo
49
+ pl: Posiada oznaczenie ‘EN71’
50
+
51
+
52
+
53
+
54
+
@@ -1,7 +1,7 @@
1
1
  module Elibri
2
2
  module ONIX
3
3
  module Dict
4
- VERSION = "0.1.4"
4
+ VERSION = "0.1.8"
5
5
  Version = VERSION
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: elibri_onix_dict
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.4
4
+ version: 0.1.8
5
5
  platform: ruby
6
6
  authors:
7
7
  - Marcin Urbanski
@@ -104,6 +104,9 @@ files:
104
104
  - lib/elibri_onix_dict/onix_3_0/serialized/NameType.yml
105
105
  - lib/elibri_onix_dict/onix_3_0/serialized/NotificationType.yml
106
106
  - lib/elibri_onix_dict/onix_3_0/serialized/OtherTextType.yml
107
+ - lib/elibri_onix_dict/onix_3_0/serialized/PriceConstraintStatus.yml
108
+ - lib/elibri_onix_dict/onix_3_0/serialized/PriceConstraintType.yml
109
+ - lib/elibri_onix_dict/onix_3_0/serialized/PriceConstraintUnit.yml
107
110
  - lib/elibri_onix_dict/onix_3_0/serialized/PriceDateRole.yml
108
111
  - lib/elibri_onix_dict/onix_3_0/serialized/PricePositionOnProduct.yml
109
112
  - lib/elibri_onix_dict/onix_3_0/serialized/PricePrintedOnProduct.yml
@@ -111,6 +114,7 @@ files:
111
114
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductAvailabilityType.yml
112
115
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductClassificationType.yml
113
116
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductComposition.yml
117
+ - lib/elibri_onix_dict/onix_3_0/serialized/ProductContactRole.yml
114
118
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductFormCode.yml
115
119
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductFormDetail.yml
116
120
  - lib/elibri_onix_dict/onix_3_0/serialized/ProductFormFeatureType.yml
@@ -134,6 +138,7 @@ files:
134
138
  - lib/elibri_onix_dict/onix_3_0/serialized/TaxType.yml
135
139
  - lib/elibri_onix_dict/onix_3_0/serialized/TitleElementLevel.yml
136
140
  - lib/elibri_onix_dict/onix_3_0/serialized/TitleType.yml
141
+ - lib/elibri_onix_dict/onix_3_0/serialized/ToySafetyHazardWarningType.yml
137
142
  - lib/elibri_onix_dict/onix_3_0/serialized/UnnamedPersons.yml
138
143
  - lib/elibri_onix_dict/onix_3_0/serialized/UnpricedItemType.yml
139
144
  - lib/elibri_onix_dict/onix_3_0/serialized/WebsiteRole.yml