lockstep_rails 0.3.38 → 0.3.39
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/app/platform_api/schema/company.rb +3 -6
- data/app/platform_api/schema/company_sync.rb +0 -4
- data/app/platform_api/schema/customer_summary.rb +5 -0
- data/app/platform_api/schema/dpo_summary_fetch_result.rb +26 -0
- data/app/platform_api/schema/invoice_address_fetch_result.rb +26 -0
- data/app/platform_api/schema/invoice_line_fetch_result.rb +26 -0
- data/app/platform_api/schema/invoice_summary.rb +15 -0
- data/app/platform_api/schema/payment_summary.rb +10 -0
- data/app/platform_api/schema/transaction_detail.rb +5 -0
- data/app/platform_api/schema/user_data_response.rb +19 -0
- data/app/platform_api/schema/vendor_summary.rb +5 -0
- data/app/platform_api/schema/view_box_settings.rb +30 -0
- data/app/platform_api/swagger.json +3945 -3442
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +7 -2
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: lockstep_rails
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.3.
|
4
|
+
version: 0.3.39
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Vivek AG
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2022-11-
|
11
|
+
date: 2022-11-17 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -137,6 +137,7 @@ files:
|
|
137
137
|
- app/platform_api/schema/daily_sales_outstanding_report.rb
|
138
138
|
- app/platform_api/schema/developer_account_submit.rb
|
139
139
|
- app/platform_api/schema/dpo_summary.rb
|
140
|
+
- app/platform_api/schema/dpo_summary_fetch_result.rb
|
140
141
|
- app/platform_api/schema/dpo_summary_group_total.rb
|
141
142
|
- app/platform_api/schema/email.rb
|
142
143
|
- app/platform_api/schema/email_fetch_result.rb
|
@@ -167,11 +168,13 @@ files:
|
|
167
168
|
- app/platform_api/schema/invite_submit.rb
|
168
169
|
- app/platform_api/schema/invoice.rb
|
169
170
|
- app/platform_api/schema/invoice_address.rb
|
171
|
+
- app/platform_api/schema/invoice_address_fetch_result.rb
|
170
172
|
- app/platform_api/schema/invoice_at_risk_summary.rb
|
171
173
|
- app/platform_api/schema/invoice_fetch_result.rb
|
172
174
|
- app/platform_api/schema/invoice_history.rb
|
173
175
|
- app/platform_api/schema/invoice_history_fetch_result.rb
|
174
176
|
- app/platform_api/schema/invoice_line.rb
|
177
|
+
- app/platform_api/schema/invoice_line_fetch_result.rb
|
175
178
|
- app/platform_api/schema/invoice_line_sync.rb
|
176
179
|
- app/platform_api/schema/invoice_payment_detail.rb
|
177
180
|
- app/platform_api/schema/invoice_summary.rb
|
@@ -244,11 +247,13 @@ files:
|
|
244
247
|
- app/platform_api/schema/uri.rb
|
245
248
|
- app/platform_api/schema/user_account.rb
|
246
249
|
- app/platform_api/schema/user_account_fetch_result.rb
|
250
|
+
- app/platform_api/schema/user_data_response.rb
|
247
251
|
- app/platform_api/schema/user_group.rb
|
248
252
|
- app/platform_api/schema/user_role.rb
|
249
253
|
- app/platform_api/schema/user_role_fetch_result.rb
|
250
254
|
- app/platform_api/schema/vendor_summary.rb
|
251
255
|
- app/platform_api/schema/vendor_summary_fetch_result.rb
|
256
|
+
- app/platform_api/schema/view_box_settings.rb
|
252
257
|
- app/platform_api/schema/webhook.rb
|
253
258
|
- app/platform_api/schema/webhook_fetch_result.rb
|
254
259
|
- app/platform_api/schema/webhook_history_table_storage.rb
|