wes-data-api 13.4.0 → 13.5.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 13fbc2ffac1e0a2c9e1f0634890eba5066555974
4
- data.tar.gz: d8a8c815a711da0bbf09597b5ec9fd15e0c6c844
3
+ metadata.gz: 8a3226a44db097dde078baa22e68fc32a06dca47
4
+ data.tar.gz: af3ac1572a073e88432d304c7b5a9915fcc011db
5
5
  SHA512:
6
- metadata.gz: 8f0fd2afd085fd153c38730ab181398afa2c186a042af9f80236c4e623e85537956f15f73a8afe241669e58102075bed4cce470882da1173dccbc22c00d19990
7
- data.tar.gz: a67040c54ddd0d99ff4002e58afd3e68926e06e3d37f7bbfa9da4cc5c5ada898cdc77e92513127ec7d0f8e43e2e6c890311b4156c2cda1411c32a3a9d85fa6c3
6
+ metadata.gz: 62b04a5239a4c3d75e751a2cbbb855b88a3faa1597d65388001c19014c5d95dde225b0fdf9cea108cdedbe0b0d074136fc8b222225c56fbfcda91b9457f15f95
7
+ data.tar.gz: 66da88d789ecc717dd5179f60bf748f60226507857ebfcb9d9ac6d3d65f075c7ff6fb56d1af38991e73c1bcdd197f2594e406f6bee2716d654124d61a9189dfe
@@ -49,7 +49,7 @@ module Wes
49
49
 
50
50
  def transactions(limit = 50, offset = nil)
51
51
  route = apply_pagination(
52
- [routes.brief, id, routes.transactions].join('/'),
52
+ [routes.payments, routes.brief, id, routes.transactions].join('/'),
53
53
  limit,
54
54
  offset
55
55
  )
@@ -63,7 +63,7 @@ module Wes
63
63
 
64
64
  def transactions(limit = 50, offset = nil)
65
65
  route = apply_pagination(
66
- [routes.creator_user, id, routes.transactions].join('/'),
66
+ [routes.payments, routes.creator_user, id, routes.transactions].join('/'),
67
67
  limit,
68
68
  offset
69
69
  )
@@ -20,6 +20,7 @@ module Wes
20
20
  partner_accounts: 'partner-accounts',
21
21
  partner_asset: 'partner-asset',
22
22
  partner_assets: 'partner-assets',
23
+ payments: 'payments',
23
24
  showcase: 'showcase',
24
25
  submission: 'submission',
25
26
  submissions: 'submissions',
data/lib/wes/data/api.rb CHANGED
@@ -5,7 +5,7 @@ require 'wes/data/api/configuration'
5
5
  module Wes
6
6
  module Data
7
7
  module API
8
- VERSION = '13.4.0'.freeze
8
+ VERSION = '13.5.0'.freeze
9
9
  end
10
10
  end
11
11
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: wes-data-api
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.4.0
4
+ version: 13.5.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - ''
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2017-06-27 00:00:00.000000000 Z
11
+ date: 2017-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler