trailer_vote-fixtures 1.6.1 → 1.6.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (24) hide show
  1. checksums.yaml +4 -4
  2. data/.editorconfig +24 -0
  3. data/Gemfile.lock +1 -1
  4. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.image.v1.collection+json +0 -0
  5. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.v2.create+json +0 -0
  6. data/lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product_place_link.v1.collection+json +0 -0
  7. data/lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.collection+json +24 -0
  8. data/lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json +34 -0
  9. data/lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json +1 -0
  10. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.create+json +25 -0
  11. data/lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.index+json +9 -0
  12. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.create+json +9 -0
  13. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.collection+json +94 -0
  14. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.collection+json +40 -0
  15. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.create+json +7 -0
  16. data/lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1+json +12 -0
  17. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json +1 -1
  18. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json +28 -0
  19. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json +23 -0
  20. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json +25 -17
  21. data/lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v2+json +26 -0
  22. data/lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json +14 -0
  23. data/lib/trailer_vote/fixtures/version.rb +1 -1
  24. metadata +20 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ac9e2f383e55c5ae81b91e4ea082c2a873cd6e88d811dc4ebddec56f9a979c76
4
- data.tar.gz: b81debe2259cdd79c5ae8bd7fb4c4c4c356376da2a02601f835909662ba5a195
3
+ metadata.gz: 854b315d5ce3ffc02e7ff59a3f2ab24b358dc4935387482707502bb407d688af
4
+ data.tar.gz: 0ab7acd2a1589a83d53680e95187868da29a986b909c9cb9c293f062439b0770
5
5
  SHA512:
6
- metadata.gz: 1734e9a5a87007aff3bd2a34c8d4b03dcef3c6384d285b16ea92a969fc5e449347b7b800824f85b55899e4d85082ee7f3280423413aed207f17a3faee7baf9ac
7
- data.tar.gz: cc7f11e0c7c192d6ff85d8e6f9cf46b3b6fb2c221264ccaea10b22643cdf4b850c904db33a077611d49d7003ec440b850a304d84f54e514becbd2fe72fb6b8d8
6
+ metadata.gz: 94481ce49d8f29561c49ba27d27e39f02332c151c73728ee9492f1a33976ba7653f5fa6825e11d776398714335559c4244961f43d4cf9863328f3ee7b79edb89
7
+ data.tar.gz: 04cc8c03db0a0054d98562eacaaf7dedd161f5c5f561f37a16cfd46c7c6fb4483fea8da1f9317af1a9088dbaba7eed9e6393d9722264925785e88fde7101401f
data/.editorconfig ADDED
@@ -0,0 +1,24 @@
1
+ # EditorConfig helps developers define and maintain consistent
2
+ # coding styles between different editors and IDEs
3
+ # editorconfig.org
4
+
5
+ root = true
6
+
7
+
8
+ [*]
9
+
10
+ # Change these settings to your own preference
11
+ indent_style = space
12
+ indent_size = 2
13
+
14
+ # We recommend you to keep these unchanged
15
+ end_of_line = lf
16
+ charset = utf-8
17
+ trim_trailing_whitespace = true
18
+ insert_final_newline = true
19
+
20
+ [*.md]
21
+ trim_trailing_whitespace = false
22
+
23
+ [Makefile]
24
+ indent_style = tab
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.6.1)
4
+ trailer_vote-fixtures (1.6.2)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,24 @@
1
+ {
2
+ "audio_fragments": {
3
+ "content_addressable": "Content_Addressable String",
4
+ "expires_at": "2029-10-02T11:41:02+0000",
5
+ "_embedded": [],
6
+ "_links": {
7
+ "self": {
8
+ "href": "www.self.com"
9
+ },
10
+ "product": {
11
+ "href": "www.self.com"
12
+ },
13
+ "feedback": {
14
+ "href": "www.self.com"
15
+ },
16
+ "advert": {
17
+ "href": "www.self.com"
18
+ },
19
+ "direct": {
20
+ "href": "www.direct.com"
21
+ }
22
+ }
23
+ }
24
+ }
@@ -0,0 +1,34 @@
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
+ "analytics": {
24
+ "href": "https://fake.trailervote.influxcloud.net:8086/analytics"
25
+ },
26
+ "telemetrics": {
27
+ "href": "https://fake.analytics.trailervote.com:8086/metrics"
28
+ },
29
+ "issues": {
30
+ "href": "www.url.com"
31
+ }
32
+ }
33
+ }
34
+ }
@@ -0,0 +1,25 @@
1
+ {
2
+ "place": {
3
+ "name": "AMC Theatres",
4
+ "parent_place": "120660be-f9a8-49f7-9a4e-b140ea0a16d5",
5
+ "expires_at": null,
6
+ "updated_at": "2018-05-23T02:59:45.903Z",
7
+ "_links": {
8
+ "self": {
9
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650"
10
+ },
11
+ "products_archive": {
12
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/products"
13
+ },
14
+ "fragments_archive": {
15
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/fragments"
16
+ },
17
+ "parent": {
18
+ "href": "https://fake.trailervote.com:/api/places/120660be-f9a8-49f7-9a4e-b140ea0a16d5"
19
+ },
20
+ "children": {
21
+ "href": "https://fake.trailervote.com:/api/places/2cecb0e5-d3cb-4171-abd0-78c80d2bd650/children"
22
+ }
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "places": {
3
+ "_index": [
4
+ {
5
+ "href": "www.index.com"
6
+ }
7
+ ]
8
+ }
9
+ }
@@ -0,0 +1,9 @@
1
+ {
2
+ "product_image": {
3
+ "identifier": "hello",
4
+ "source_url": "www.source_url.com",
5
+ "expires_at": "2037-02-14 17:57:04",
6
+ "content_language": "en-US",
7
+ "content_region": "US"
8
+ }
9
+ }
@@ -0,0 +1,94 @@
1
+ {
2
+ "products": {
3
+ "_embedded": [
4
+ {
5
+ "name": "Mission: Impossible - Fallout",
6
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm.",
7
+ "updated_at": "2018-09-24T13:00:10.472Z",
8
+ "lock_version": 80,
9
+ "raw_data": {},
10
+ "data": {
11
+ "amc": {
12
+ "type": "movie",
13
+ "type_version": 1,
14
+ "genres": [
15
+ "ACTION"
16
+ ],
17
+ "mpaa_rating": "PG13",
18
+ "run_time": 147,
19
+ "release_date": "2018-07-27T00:00:00Z",
20
+ "default_image_url": "https://cdn.amctheatres.com/production/2/movies/52500/52452/PosterDynamic/43930.jpg",
21
+ "name": "Mission: Impossible - Fallout",
22
+ "description": "The best intentions often come back to haunt you. MISSION: IMPOSSIBLE - FALLOUT finds Ethan Hunt (Tom Cruise) and his IMF team (Alec Baldwin, Simon Pegg, Ving Rhames) along with some familiar allies (Rebecca Ferguson, Michelle Monaghan) in a race against time after a mission gone wrong. Henry Cavill, Angela Bassett, and Vanessa Kirby also join the dynamic cast with filmmaker Christopher McQuarrie returning to the helm."
23
+ },
24
+ "tmdb": {
25
+ "type": "movie",
26
+ "type_version": 1,
27
+ "genres": [
28
+ "adventure",
29
+ "action",
30
+ "thriller"
31
+ ],
32
+ "mpaa_rating": {
33
+ "iso_3166_1": "US",
34
+ "release_dates": [
35
+ {
36
+ "note": "",
37
+ "type": 3,
38
+ "iso_639_1": "",
39
+ "release_date": "2018-07-27T00:00:00.000Z",
40
+ "certification": "PG-13"
41
+ }
42
+ ]
43
+ },
44
+ "run_time": 147,
45
+ "release_date": "2018-07-25",
46
+ "default_image_url": "https://image.tmdb.org/t/p/original/AkJQpZp9WoNdj7pLYSj1L0RcMMN.jpg",
47
+ "name": "Mission: Impossible - Fallout",
48
+ "description": "When an IMF mission ends badly, the world is faced with dire consequences. As Ethan Hunt takes it upon himself to fulfill his original briefing, the CIA begin to question his loyalty and his motives. The IMF team find themselves in a race against time, hunted by assassins while trying to prevent a global catastrophe."
49
+ }
50
+ },
51
+ "product_identifiers": [
52
+ {
53
+ "authority": "amc",
54
+ "identifier": "52452"
55
+ },
56
+ {
57
+ "authority": "movie:year:title",
58
+ "identifier": "movie:2018:mission impossible fallout"
59
+ },
60
+ {
61
+ "authority": "wwm",
62
+ "identifier": "266130"
63
+ },
64
+ {
65
+ "authority": "imdb",
66
+ "identifier": "tt4912910"
67
+ },
68
+ {
69
+ "authority": "tmdb",
70
+ "identifier": "353081"
71
+ }
72
+ ],
73
+ "_links": {
74
+ "self": {
75
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3"
76
+ },
77
+ "images": {
78
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/images"
79
+ },
80
+ "videos": {
81
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/videos"
82
+ },
83
+ "places": {
84
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/places"
85
+ },
86
+ "audio_fragments": {
87
+ "href": "https://fake.trailervote.com:/api/products/d83ae70a-6dcd-49bc-bbe5-066fd0db2fd3/audio-fragments"
88
+ }
89
+ }
90
+ }
91
+ ],
92
+ "_links": {}
93
+ }
94
+ }
@@ -0,0 +1,40 @@
1
+ {
2
+ "product_videos": {
3
+ "_embedded": [
4
+ {
5
+ "updated_at": "2018-07-12T15:00:34.400Z",
6
+ "source_url": "https://s3.amazonaws.com/fake.trailervote.com/122033fca604e26e1098deede7342b1b2e759ad94f2597ad39e0a1c9b56bd714b85d",
7
+ "data": {
8
+ "as": "youtube",
9
+ "tmdb": {
10
+ "id": "5a96a57c0e0a26544a008cf9",
11
+ "key": "xjDjIWPwcPU",
12
+ "name": "Official Trailer",
13
+ "site": "YouTube",
14
+ "size": 1080,
15
+ "type": "Trailer",
16
+ "iso_639_1": "en",
17
+ "iso_3166_1": "US"
18
+ },
19
+ "type": "Trailer",
20
+ "processed": true,
21
+ "transcoded": false
22
+ },
23
+ "identifier": "122033fca604e26e1098deede7342b1b2e759ad94f2597ad39e0a1c9b56bd714b85d",
24
+ "_links": {
25
+ "self": {
26
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/videos/199ed210-2aa7-4fdc-aad7-031c9521fdcb",
27
+ "type": "Trailer"
28
+ },
29
+ "audio_fragment": {
30
+ "content_digest": "122033fca604e26e1098deede7342b1b2e759ad94f2597ad39e0a1c9b56bd714b85d",
31
+ "href": "https://fake.trailervote.com:/api/audio-fragments/122033fca604e26e1098deede7342b1b2e759ad94f2597ad39e0a1c9b56bd714b85d"
32
+ },
33
+ "direct": {
34
+ "href": "https://s3.amazonaws.com/fake.trailervote.com/122033fca604e26e1098deede7342b1b2e759ad94f2597ad39e0a1c9b56bd714b85d"
35
+ }
36
+ }
37
+ }
38
+ ]
39
+ }
40
+ }
@@ -0,0 +1,7 @@
1
+ {
2
+ "product_video": {
3
+ "identifier": "3aw4se5dr6ft7gy8h",
4
+ "source_url": "www.source_url.com",
5
+ "expires_at": "2037-02-14 17:57:04"
6
+ }
7
+ }
@@ -0,0 +1,12 @@
1
+ {
2
+ "product_place_link": {
3
+ "_links": {
4
+ "place": {
5
+ "href": "www.myplace.org"
6
+ },
7
+ "product": {
8
+ "href": "www.myproduct.org"
9
+ }
10
+ }
11
+ }
12
+ }
@@ -19,7 +19,7 @@
19
19
  "purchased": false,
20
20
  "vote_value": null,
21
21
  "vote_from": null,
22
- "vote_until": null
22
+ "vote_until": "2020-12-08T00:00:00Z"
23
23
  }
24
24
  }
25
25
  }
@@ -0,0 +1,28 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/admin/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "rich_media": {
11
+ "href": "https://link.some.com/image.png"
12
+ }
13
+ },
14
+ "message": "TrailerVote wants your attention",
15
+ "schedule_at": "2018-12-08T00:00:00Z",
16
+ "filter": {
17
+ "platform": "ios",
18
+ "region": "nl",
19
+ "language": "NL",
20
+ "timezone": "Europe/Amsterdam",
21
+ "vote_source": null,
22
+ "purchased": false,
23
+ "vote_value": null,
24
+ "vote_from": null,
25
+ "vote_until": null
26
+ }
27
+ }
28
+ }
@@ -0,0 +1,23 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "translations": {
4
+ "en-US": "TrailerVote wants your attention"
5
+ },
6
+ "schedule_at": "2018-12-08T00:00:00Z",
7
+ "_links": {
8
+ "product": {
9
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
10
+ },
11
+ "action": {
12
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8/images/ed236e4b-f457-49d5-978f-ed84953eb004"
13
+ },
14
+ "rich_media": {
15
+ "href": "https://link.some.com/image.png"
16
+ }
17
+ },
18
+ "filter": {
19
+ "platform": "ios",
20
+ "region": null
21
+ }
22
+ }
23
+ }
@@ -1,18 +1,26 @@
1
1
  {
2
- "push_manifest": {
3
- "campaigns": [
4
- {
5
- "_links": {
6
- "audio_fragment": { "href": "https://example.org/audio_fragments/12134123" },
7
- "campaign": { "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php" }
8
- }
9
- },
10
- {
11
- "_links": {
12
- "audio_fragment": { "href": "https://example.org/audio_fragments/12134124" },
13
- "campaign": { "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php" }
14
- }
15
- }
16
- ]
17
- }
18
- }
2
+ "push_manifest": {
3
+ "campaigns": [
4
+ {
5
+ "_links": {
6
+ "audio_fragment": {
7
+ "href": "https://example.org/audio_fragments/12134123"
8
+ },
9
+ "campaign": {
10
+ "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "_links": {
16
+ "audio_fragment": {
17
+ "href": "https://example.org/audio_fragments/12134124"
18
+ },
19
+ "campaign": {
20
+ "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php"
21
+ }
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ }
@@ -0,0 +1,26 @@
1
+ {
2
+ "push_manifest": {
3
+ "campaigns": [
4
+ {
5
+ "_links": {
6
+ "audio_fragment": {
7
+ "href": "https://example.org/audio_fragments/12134123"
8
+ },
9
+ "campaign": {
10
+ "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php"
11
+ }
12
+ }
13
+ },
14
+ {
15
+ "_links": {
16
+ "product": {
17
+ "href": "https://example.org/product/12134124"
18
+ },
19
+ "campaign": {
20
+ "href": "http://cinema1.dev.trailervote.com/campaign_12134123.php"
21
+ }
22
+ }
23
+ }
24
+ ]
25
+ }
26
+ }
@@ -0,0 +1,14 @@
1
+ {
2
+ "sentiment_feedback": {
3
+ "title": "myTitle",
4
+ "description": "My description",
5
+ "_links": {
6
+ "self": {
7
+ "href": "https://www.self.org/"
8
+ },
9
+ "feedback": {
10
+ "href": "https://www.feedback.org/"
11
+ }
12
+ }
13
+ }
14
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.6.1'
5
+ VERSION = '1.6.2'
6
6
  end
7
7
  end
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.1
4
+ version: 1.6.2
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-09-25 00:00:00.000000000 Z
11
+ date: 2019-10-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -101,6 +101,7 @@ executables: []
101
101
  extensions: []
102
102
  extra_rdoc_files: []
103
103
  files:
104
+ - ".editorconfig"
104
105
  - ".gitignore"
105
106
  - ".npmignore"
106
107
  - ".travis.yml"
@@ -111,13 +112,18 @@ files:
111
112
  - bin/console
112
113
  - bin/setup
113
114
  - lib/trailer_vote/fixtures.rb
115
+ - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.image.v1.collection+json
116
+ - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product.v2.create+json
117
+ - lib/trailer_vote/fixtures/application/temp/ application/vnd.trailervote.product_place_link.v1.collection+json
114
118
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1+json
119
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.collection+json
115
120
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.index+json
116
121
  - lib/trailer_vote/fixtures/application/vnd.trailervote.audio_fragment.v1.ordered+json
117
122
  - lib/trailer_vote/fixtures/application/vnd.trailervote.carousel.v1+json
118
123
  - lib/trailer_vote/fixtures/application/vnd.trailervote.client_configuration.v1+json
119
124
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v1+json
120
125
  - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v2+json
126
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.configuration.v3+json
121
127
  - lib/trailer_vote/fixtures/application/vnd.trailervote.errors.v1+json
122
128
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1+json
123
129
  - lib/trailer_vote/fixtures/application/vnd.trailervote.feedback.v1.collection+json
@@ -128,19 +134,27 @@ files:
128
134
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.create+json
129
135
  - lib/trailer_vote/fixtures/application/vnd.trailervote.issue.v1.index+json
130
136
  - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1+json
137
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.persona.v1.create+json
131
138
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v1+json
132
139
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v2+json
133
140
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v3+json
134
141
  - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4+json
142
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.create+json
143
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.place.v4.index+json
135
144
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1+json
145
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.create+json
136
146
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.image.v1.index+json
137
147
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.lookup.v1+json
138
148
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1+json
139
149
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v1.index+json
140
150
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2+json
151
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.collection+json
141
152
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.v2.index+json
142
153
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1+json
154
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.collection+json
155
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.create+json
143
156
  - lib/trailer_vote/fixtures/application/vnd.trailervote.product.video.v1.index+json
157
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.product_place_link.v1+json
144
158
  - lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
145
159
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
146
160
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
@@ -148,8 +162,12 @@ files:
148
162
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json
149
163
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json
150
164
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json
165
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json
166
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json
151
167
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json
168
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v2+json
152
169
  - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v1+json
170
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.sentiment_feedback.v2+json
153
171
  - lib/trailer_vote/fixtures/index.js
154
172
  - lib/trailer_vote/fixtures/main.mjs
155
173
  - lib/trailer_vote/fixtures/version.rb