dipps-client 0.5.0 → 0.6.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.
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: dipps-client
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.5.0
4
+ version: 0.6.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Roman Kuznietsov
8
- autorequire:
8
+ autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-04-05 00:00:00.000000000 Z
11
+ date: 2024-08-07 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: graphql-client
@@ -38,7 +38,7 @@ dependencies:
38
38
  - - ">="
39
39
  - !ruby/object:Gem::Version
40
40
  version: '4.0'
41
- description:
41
+ description:
42
42
  email:
43
43
  - roman@kuznietsov.net
44
44
  executables: []
@@ -62,6 +62,10 @@ files:
62
62
  - lib/dipps/client/queries/clients.rb
63
63
  - lib/dipps/client/queries/create_client.rb
64
64
  - lib/dipps/client/queries/create_own_invoice.rb
65
+ - lib/dipps/client/queries/own_credit_notes.rb
66
+ - lib/dipps/client/queries/own_credit_notes_pagination.rb
67
+ - lib/dipps/client/queries/own_invoices.rb
68
+ - lib/dipps/client/queries/own_invoices_pagination.rb
65
69
  - lib/dipps/client/queries/update_client.rb
66
70
  - lib/dipps/client/schema.rb
67
71
  - lib/dipps/client/transport.rb
@@ -75,7 +79,7 @@ metadata:
75
79
  homepage_uri: https://github.com/Skiwo/dipps-client
76
80
  source_code_uri: https://github.com/Skiwo/dipps-client
77
81
  changelog_uri: https://github.com/Skiwo/dipps-client
78
- post_install_message:
82
+ post_install_message:
79
83
  rdoc_options: []
80
84
  require_paths:
81
85
  - lib
@@ -90,8 +94,8 @@ required_rubygems_version: !ruby/object:Gem::Requirement
90
94
  - !ruby/object:Gem::Version
91
95
  version: '0'
92
96
  requirements: []
93
- rubygems_version: 3.4.10
94
- signing_key:
97
+ rubygems_version: 3.1.6
98
+ signing_key:
95
99
  specification_version: 4
96
100
  summary: Dipps Partner API Client
97
101
  test_files: []