trailer_vote-fixtures 1.6.4 → 1.9.0

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: 1a01da54912151dc879fd582f7eba10b8cb33f850d7fe176aff6ca3add553fc7
4
- data.tar.gz: 26cfff87014095cdaa129fc45e9296a21d0dec3d308376ebeeec0446745998e0
3
+ metadata.gz: c2db5bef97eecb49536bab4d37a9795f35a8cdd10e55e7e9fa5eee6e8865fc57
4
+ data.tar.gz: 026f3e33d41232827e7a4bae5a9191014b7203fc079fcde6c3fd4a7b253ab83a
5
5
  SHA512:
6
- metadata.gz: 6226417105bae951f13a6ad524a64451cd2da4e057b14ce2ebb8fe08b57075587ece6165c167833088ab5ab2475da2491ca50dfb9120103e1e8208430b25b00c
7
- data.tar.gz: '079adbad69d230615c789f4019fe29652568efff1f723915a3c6a631acf041c07c3231f7a55cdad046f74dd673474b65370c29d4682a269e317b374a6ca58ee2'
6
+ metadata.gz: 8e05c1daa9a8e72e389b0b9637bfce955d8c126f57b1ca00d12f0d1a6118d1f1ec5c28cdafc79656912a60e764fa23e2cb87da65fb53f6cfb8a1611703a3d555
7
+ data.tar.gz: 2eb1f8b7ee8409842bea832d6e0dc36dd8a7dc1ddae1b0cf791c0554f61f1afa2c1b4f48b16a347e89a3b3269953ca066cadca5e1dd5ac34615ec85447e8e3fb
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
 
14
14
  # IDEs
15
15
  .idea
16
+ /vendor
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.6.4)
4
+ trailer_vote-fixtures (1.9.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -11,7 +11,7 @@ GEM
11
11
  minitest (5.12.2)
12
12
  minitest-ci (3.4.0)
13
13
  minitest (>= 5.0.6)
14
- minitest-reporters (1.4.0)
14
+ minitest-reporters (1.4.2)
15
15
  ansi
16
16
  builder
17
17
  minitest (>= 5.0)
@@ -0,0 +1,46 @@
1
+ {
2
+ "configuration": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "www.self_url.com"
6
+ },
7
+ "place": {
8
+ "href": "www.Place_url.com"
9
+ },
10
+ "push_manifest": {
11
+ "href": "www.push_manifest.com"
12
+ },
13
+ "products": {
14
+ "href": "www.push_manifest.com"
15
+ },
16
+ "product_lookup": {
17
+ "href": "www.product_lookup.com"
18
+ },
19
+ "persona": {
20
+ "href": "https://fake.trailervote.com:/api/personas/{uuid}/feedback",
21
+ "templated": true
22
+ },
23
+ "lookup":{
24
+ "href": "https://stable.trailervote.com/trailervote-api/api/lookup/{authority}:{identifier}",
25
+ "templated": true
26
+ },
27
+ "analytics": {
28
+ "href": "https://fake.trailervote.influxcloud.net:8086/analytics"
29
+ },
30
+ "telemetrics": {
31
+ "href": "https://fake.analytics.trailervote.com:8086/metrics"
32
+ },
33
+ "persona_config": {
34
+ "href": "https://fake.trailervote.com:/views-api/configuration/placeid/{persona}",
35
+ "templated": true
36
+ },
37
+ "issues": {
38
+ "href": "www.url.com"
39
+ }
40
+ },
41
+ "customer_config": {
42
+ "a": 2,
43
+ "key": "value"
44
+ }
45
+ }
46
+ }
@@ -0,0 +1,16 @@
1
+ {
2
+ "persona": {
3
+ "id": "3fabf985-9742-4126-93c2-0fff8e18e9e1",
4
+ "_links": {
5
+ "self": {
6
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1"
7
+ },
8
+ "feedback": {
9
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/feedback"
10
+ },
11
+ "push_consent": {
12
+ "href": "https://fake.trailervote.com/api/personas/3fabf985-9742-4126-93c2-0fff8e18e9e1/push_consent"
13
+ }
14
+ }
15
+ }
16
+ }
@@ -0,0 +1,11 @@
1
+ {
2
+ "push_consent": {
3
+ "region": "NL",
4
+ "opt_in": true,
5
+ "signed_at": "20191016T123723Z",
6
+ "_links": {
7
+ "tos": { "href": "https://trailervote.com/push_consent_v1.pdf" },
8
+ "tokens": { "href": "https://fake.trailervote.com/persona/1241234/tokens" }
9
+ }
10
+ }
11
+ }
@@ -0,0 +1,10 @@
1
+ {
2
+ "push_consent": {
3
+ "region": "NL",
4
+ "opt_in": true,
5
+ "signed_at": "20191016T123723Z",
6
+ "_links": {
7
+ "tos": { "href": "https://trailervote.com/push_consent_v1.pdf" }
8
+ }
9
+ }
10
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "push_token_android": {
3
+ "token": "aas89df790724898jf0218jdf202810jdg",
4
+ "app_id": "com.trailervote.demo",
5
+ "device_id": "b09bac5e-5c48-499c-a695-eead9437cb6d"
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "push_token_android": {
3
+ "token": "aas89df790724898jf0218jdf202810jdg",
4
+ "app_id": "com.trailervote.demo",
5
+ "device_id": "cc022c5f-eb76-4527-bec5-0eac600fa172"
6
+ }
7
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "push_token_index": {
3
+ "push_tokens": [
4
+ {
5
+ "device_id": "20bbc9d7-9b72-4641-b168-de5072e12e26",
6
+ "_links": {
7
+ "push_token": {
8
+ "href": "https://stable.trailervote.com/persona/1241234/tokens/123"
9
+ }
10
+ }
11
+ }
12
+ ]
13
+ }
14
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "push_token_ios": {
3
+ "token": "aas89df790724898jf0218jdf202810jdg",
4
+ "app_id": "com.trailervote.demo",
5
+ "device_id": "a60bcc97-f76a-461e-a338-320a219c2d71"
6
+ }
7
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "push_token_ios": {
3
+ "token": "aas89df790724898jf0218jdf202810jdg",
4
+ "app_id": "com.trailervote.demo",
5
+ "device_id": "e1c248ec-9a48-481c-98d1-70224b112aad"
6
+ }
7
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.6.4'
5
+ VERSION = '1.9.0'
6
6
  end
7
7
  end
data/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@trailervote/fixtures",
3
- "version": "1.6.4",
3
+ "version": "1.9.0",
4
4
  "main": "lib/trailer_vote/fixtures/index.js",
5
5
  "module": "lib/trailer_vote/fixtures/main.mjs",
6
6
  "repository": "https://github.com/TrailerVote/trailervote-fixtures.git",
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: trailer_vote-fixtures
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.6.4
4
+ version: 1.9.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Derk-Jan Karrenbeld
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2019-10-09 00:00:00.000000000 Z
11
+ date: 2019-10-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -125,6 +125,7 @@ files:
125
125
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json
126
126
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json
127
127
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json
128
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v5+json
128
129
  - lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json
129
130
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json
130
131
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json
@@ -136,6 +137,7 @@ files:
136
137
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json
137
138
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json
138
139
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json
140
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v2+json
139
141
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json
140
142
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.collection+json
141
143
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1.create+json
@@ -182,8 +184,15 @@ files:
182
184
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json
183
185
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json
184
186
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json
187
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1+json
188
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1.create+json
185
189
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json
186
190
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v2+json
191
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1+json
192
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1.create+json
193
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1+json
194
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1+json
195
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1.create+json
187
196
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
188
197
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json
189
198
  - lib/trailer_vote/fixtures/index.js
@@ -211,7 +220,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
211
220
  - !ruby/object:Gem::Version
212
221
  version: '0'
213
222
  requirements: []
214
- rubygems_version: 3.0.2
223
+ rubygems_version: 3.0.3
215
224
  signing_key:
216
225
  specification_version: 4
217
226
  summary: Fixtures for TrailerVote media types, api calls, and so forth