trailer_vote-fixtures 1.15.0 → 1.16.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: 624c66babf7e5c222fea2dec95951660dd36de31f6396d52bdbaf18ab028648d
4
- data.tar.gz: 18d77cadd4fa9dfbade52493c4b615257e1f61d1b6b6ac53c8c5bb39374c9f68
3
+ metadata.gz: 84b35d5cf1d1c5d20c7e8e116bfbf8d3251662ab22cdb3a4842f12e7cbdc673f
4
+ data.tar.gz: 13c1826492e925cdbc46142096472f7ba136ee2b950a1011eff42813a557906c
5
5
  SHA512:
6
- metadata.gz: 2c3fb4ff6222b6f90c71d05533580363dc38f016d75775d6a6493f54db80e74a2251e31b4d36d7679a7ed023b25434db84bda75a1fdda6b9c241b5524896958e
7
- data.tar.gz: 1fbac405312773425a9da38694e98c2f039f2faa63533d9d44c89d117ba930534259ac29e3d52879096e80a2295fb571b781d2d7adb7f8f4fedd2a8fc2a98b1c
6
+ metadata.gz: d2f57a412c49f1924a83d3953a620a7885f8967b7a35c521fe49ffd8a17aa933558ca44853c834149f3db5642a6c6efc67ae464bdb06072d3cb0b20286fe29de
7
+ data.tar.gz: 912de37b636be355066209f81a08fce465f4d4fc1136f39c217f421f72424802cdbafbc1c98203da20b7b000f4ab6c53d9ef010586d5c4fbc27ae9b901a9684b
data/Gemfile.lock CHANGED
@@ -1,7 +1,7 @@
1
1
  PATH
2
2
  remote: .
3
3
  specs:
4
- trailer_vote-fixtures (1.15.0)
4
+ trailer_vote-fixtures (1.16.0)
5
5
 
6
6
  GEM
7
7
  remote: https://rubygems.org/
@@ -0,0 +1,21 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "action": {
5
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
6
+ },
7
+ "product_asset": {
8
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
9
+ }
10
+ },
11
+ "translations": {
12
+ "en-US": {
13
+ "message": "TrailerVote wants your attention"
14
+ },
15
+ "nl-NL": {
16
+ "message": "TrailerVote wil je aandacht"
17
+ }
18
+ },
19
+ "schedule_at": "2018-12-08T00:00:00Z"
20
+ }
21
+ }
@@ -0,0 +1,32 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "action": {
5
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
6
+ },
7
+ "product_asset": {
8
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
9
+ }
10
+ },
11
+ "translations": {
12
+ "en-US": {
13
+ "message": "TrailerVote wants your attention"
14
+ },
15
+ "nl-NL": {
16
+ "message": "TrailerVote wil je aandacht"
17
+ }
18
+ },
19
+ "schedule_at": "2018-12-08T00:00:00Z",
20
+ "filter": {
21
+ "platform": "ios",
22
+ "region": "nl",
23
+ "language": "NL",
24
+ "timezone": "Europe/Amsterdam",
25
+ "vote_source": null,
26
+ "purchased": false,
27
+ "vote_value": null,
28
+ "vote_from": null,
29
+ "vote_until": null
30
+ }
31
+ }
32
+ }
@@ -1,25 +1,25 @@
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
- },
11
- "message": "TrailerVote wants your attention",
12
- "schedule_at": "2018-12-08T00:00:00Z",
13
- "filter": {
14
- "platform": "ios",
15
- "region": "nl",
16
- "language": "NL",
17
- "timezone": "Europe/Amsterdam",
18
- "vote_source": null,
19
- "purchased": false,
20
- "vote_value": null,
21
- "vote_from": null,
22
- "vote_until": "2020-12-08T00:00:00Z"
23
- }
24
- }
25
- }
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ }
10
+ },
11
+ "message": "TrailerVote wants your attention",
12
+ "schedule_at": "2018-12-08T00:00:00Z",
13
+ "filter": {
14
+ "platform": "ios",
15
+ "region": "nl",
16
+ "language": "NL",
17
+ "timezone": "Europe/Amsterdam",
18
+ "vote_source": null,
19
+ "purchased": false,
20
+ "vote_value": null,
21
+ "vote_from": null,
22
+ "vote_until": "2020-12-08T00:00:00Z"
23
+ }
24
+ }
25
+ }
@@ -0,0 +1,35 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
+ },
7
+ "action": {
8
+ "href": "http://cinema1.dev.trailervote.com/venom.php"
9
+ },
10
+ "product_asset": {
11
+ "href": "https://fake.trailervote.com:/api/audio-fragments/1220c10465c7163b9c97e478b296b3ba22041670d09f0dc2ac50ab1f277493df859u"
12
+ }
13
+ },
14
+ "translations": {
15
+ "en-US": {
16
+ "message": "TrailerVote wants your attention"
17
+ },
18
+ "nl-NL": {
19
+ "message": "TrailerVote wil je aandacht"
20
+ }
21
+ },
22
+ "schedule_at": "2018-12-08T00:00:00Z",
23
+ "filter": {
24
+ "platform": "ios",
25
+ "region": "nl",
26
+ "language": "NL",
27
+ "timezone": "Europe/Amsterdam",
28
+ "vote_source": null,
29
+ "purchased": false,
30
+ "vote_value": null,
31
+ "vote_from": null,
32
+ "vote_until": null
33
+ }
34
+ }
35
+ }
@@ -1,28 +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
- }
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/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,38 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/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
+ "product": {
14
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
15
+ }
16
+ },
17
+ "translations": {
18
+ "en-US": {
19
+ "message": "TrailerVote wants your attention"
20
+ },
21
+ "nl-NL": {
22
+ "message": "TrailerVote wil je aandacht"
23
+ }
24
+ },
25
+ "schedule_at": "2018-12-08T00:00:00Z",
26
+ "filter": {
27
+ "platform": "ios",
28
+ "region": "nl",
29
+ "language": "NL",
30
+ "timezone": "Europe/Amsterdam",
31
+ "vote_source": null,
32
+ "purchased": false,
33
+ "vote_value": null,
34
+ "vote_from": null,
35
+ "vote_until": null
36
+ }
37
+ }
38
+ }
@@ -2,7 +2,7 @@
2
2
  "push_campaign_trivial": {
3
3
  "_links": {
4
4
  "self": {
5
- "href": "https://fake.dev.trailervote.com/trailervote-api/admin/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/push_trivial_campaigns/9664ef93-5c38-4409-9652-f0c51c61377a"
6
6
  },
7
7
  "action": {
8
8
  "href": "http://cinema1.dev.trailervote.com/venom.php"
@@ -0,0 +1,40 @@
1
+ {
2
+ "push_campaign_trivial": {
3
+ "_links": {
4
+ "self": {
5
+ "href": "https://fake.dev.trailervote.com/trailervote-api/api/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
+ "product": {
14
+ "href": "https://fake.trailervote.com:/api/products/a3f29b79-7f09-4d99-b5d8-aae91a563eb8"
15
+ }
16
+ },
17
+ "translations": {
18
+ "en-US": {
19
+ "message": "TrailerVote wants your attention"
20
+ },
21
+ "nl-NL": {
22
+ "message": "TrailerVote wil je aandacht"
23
+ }
24
+ },
25
+ "schedule_at": "2018-12-08T00:00:00Z",
26
+ "published_at": "2018-12-01T00:00:00Z",
27
+ "archived_at": null,
28
+ "filter": {
29
+ "platform": "ios",
30
+ "region": "nl",
31
+ "language": "NL",
32
+ "timezone": "Europe/Amsterdam",
33
+ "vote_source": null,
34
+ "purchased": false,
35
+ "vote_value": null,
36
+ "vote_from": null,
37
+ "vote_until": null
38
+ }
39
+ }
40
+ }
@@ -2,6 +2,6 @@
2
2
 
3
3
  module TrailerVote
4
4
  module Fixtures
5
- VERSION = '1.15.0'
5
+ VERSION = '1.16.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.15.0",
3
+ "version": "1.16.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.15.0
4
+ version: 1.16.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: 2020-01-07 00:00:00.000000000 Z
11
+ date: 2020-01-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: oj
@@ -179,14 +179,19 @@ files:
179
179
  - lib/trailer_vote/fixtures/application/vnd.trailervote.products_listing.v1+json
180
180
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1+json
181
181
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.create+json
182
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v1.raw+json
182
183
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2+json
183
184
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.create+json
185
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v2.raw+json
184
186
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3+json
185
187
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.create+json
188
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v3.raw+json
186
189
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4+json
187
190
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.create+json
191
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v4.raw+json
188
192
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5+json
189
193
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.create+json
194
+ - lib/trailer_vote/fixtures/application/vnd.trailervote.push_campaign_trivial.v5.raw+json
190
195
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1+json
191
196
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_consent.v1.create+json
192
197
  - lib/trailer_vote/fixtures/application/vnd.trailervote.push_manifest.v1+json