trailer_vote-fixtures 1.7.1 → 1.11.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: db2c6f5a07b1086401751271f536a1ab01191a07e34719d8255e505217423137
4
- data.tar.gz: ed5f1f18f516beebe586e35e5e823ec3bbb7faa81c1bd364ee9e107656f935d0
3
+ metadata.gz: 26969de7352853392059540c9f897d2468fa0d5bbacf6c027e10f949b66aa8da
4
+ data.tar.gz: a70f8aee85c32c83f70261513531c84c4193825a10c51ed784725383880cbfde
5
5
  SHA512:
6
- metadata.gz: 8f9017a58736192a3e9a33249889be757a908009939bcbbe60646e31c8d703388e20a55ae1d7af1a8a3b07affa0e1109ef5bc5e330be59f45a85a3ee75f460b5
7
- data.tar.gz: b7d1a545263b65d4a9400f5c29f7dd921c9436bb5a7a1c7fb82fad74e44ea47d859ec247eec999a2ce554eee82ac169fe67f38306f2f64aa8ab5fcf7eae148fe
6
+ metadata.gz: 117f24bd1227a84f8b37c5b47401a61c5471fdc0cf901a571f134348dc2135c8e9daa525f97059cf3ea89c29f377310768c63a99f407dbbba0ffcc904ca961e5
7
+ data.tar.gz: ddbed4188414034a089912df70db5e0b04685516ce3bf60592f2db23aedbd8c7e256a166468b0d0a4faac8a905917762ab75777966eec978a445d0870d13219b
data/.gitignore CHANGED
@@ -13,3 +13,4 @@
13
13
 
14
14
  # IDEs
15
15
  .idea
16
+ /vendor
data/Gemfile.lock CHANGED
@@ -1,23 +1,23 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.7.1)
4
+ trailer_vote-fixtures (1.11.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
8
8
  specs:
9
9
  ansi (1.5.0)
10
10
  builder (3.2.3)
11
- minitest (5.12.2)
11
+ minitest (5.13.0)
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)
18
18
  ruby-progressbar
19
19
  oj (3.9.2)
20
- rake (13.0.0)
20
+ rake (13.0.1)
21
21
  ruby-progressbar (1.10.1)
22
22
 
23
23
  PLATFORMS
@@ -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
+ }
@@ -4,13 +4,9 @@
4
4
  {
5
5
  "device_id": "20bbc9d7-9b72-4641-b168-de5072e12e26",
6
6
  "_links": {
7
- "push_token": "https://stable.trailervote.com/persona/1241234/tokens/123"
8
- }
9
- },
10
- {
11
- "device_id": "b34244da-2b8f-49b9-b6b5-20bf535926a4",
12
- "_links": {
13
- "push_token": "https://stable.trailervote.com/persona/1241236/tokens/789"
7
+ "push_token": {
8
+ "href": "https://fake.trailervote.com/persona/1241234/tokens/123"
9
+ }
14
10
  }
15
11
  }
16
12
  ]
@@ -0,0 +1,14 @@
1
+ {
2
+ "push_token_index": {
3
+ "_index": [
4
+ {
5
+ "device_id": "20bbc9d7-9b72-4641-b168-de5072e12e26",
6
+ "_links": {
7
+ "push_token": {
8
+ "href": "https://fake.trailervote.com/persona/1241234/tokens/123"
9
+ }
10
+ }
11
+ }
12
+ ]
13
+ }
14
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.7.1'
5
+ VERSION = '1.11.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.7.1",
3
+ "version": "1.11.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.7.1
4
+ version: 1.11.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-17 00:00:00.000000000 Z
11
+ date: 2019-11-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -118,13 +118,13 @@ files:
118
118
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json
119
119
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.collection+json
120
120
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json
121
- - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.ordered+json
122
121
  - lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json
123
122
  - lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json
124
123
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json
125
124
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json
126
125
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json
127
126
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v4+json
127
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v5+json
128
128
  - lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json
129
129
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json
130
130
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json
@@ -134,8 +134,10 @@ files:
134
134
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1+json
135
135
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.create+json
136
136
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json
137
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.ordered_fragment.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
@@ -189,6 +191,7 @@ files:
189
191
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1+json
190
192
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_android.v1.create+json
191
193
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1+json
194
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_index.v1.index+json
192
195
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1+json
193
196
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_token_ios.v1.create+json
194
197
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json