lockstep_rails 0.3.38 → 0.3.40
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -0
- data/app/models/lockstep/feature_flag.rb +12 -0
- 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/feature_flag.rb +12 -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 +9 -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.40
|
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
|
+
date: 2022-12-05 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: rails
|
@@ -51,6 +51,7 @@ files:
|
|
51
51
|
- app/models/lockstep/connection.rb
|
52
52
|
- app/models/lockstep/contact.rb
|
53
53
|
- app/models/lockstep/customer_summary.rb
|
54
|
+
- app/models/lockstep/feature_flag.rb
|
54
55
|
- app/models/lockstep/invoice.rb
|
55
56
|
- app/models/lockstep/invoice_at_risk_summary.rb
|
56
57
|
- app/models/lockstep/invoice_summary.rb
|
@@ -137,6 +138,7 @@ files:
|
|
137
138
|
- app/platform_api/schema/daily_sales_outstanding_report.rb
|
138
139
|
- app/platform_api/schema/developer_account_submit.rb
|
139
140
|
- app/platform_api/schema/dpo_summary.rb
|
141
|
+
- app/platform_api/schema/dpo_summary_fetch_result.rb
|
140
142
|
- app/platform_api/schema/dpo_summary_group_total.rb
|
141
143
|
- app/platform_api/schema/email.rb
|
142
144
|
- app/platform_api/schema/email_fetch_result.rb
|
@@ -146,6 +148,7 @@ files:
|
|
146
148
|
- app/platform_api/schema/erp_info_data.rb
|
147
149
|
- app/platform_api/schema/event_info.rb
|
148
150
|
- app/platform_api/schema/exception.rb
|
151
|
+
- app/platform_api/schema/feature_flag.rb
|
149
152
|
- app/platform_api/schema/feature_flags_request.rb
|
150
153
|
- app/platform_api/schema/feature_flags_response.rb
|
151
154
|
- app/platform_api/schema/field_info.rb
|
@@ -167,11 +170,13 @@ files:
|
|
167
170
|
- app/platform_api/schema/invite_submit.rb
|
168
171
|
- app/platform_api/schema/invoice.rb
|
169
172
|
- app/platform_api/schema/invoice_address.rb
|
173
|
+
- app/platform_api/schema/invoice_address_fetch_result.rb
|
170
174
|
- app/platform_api/schema/invoice_at_risk_summary.rb
|
171
175
|
- app/platform_api/schema/invoice_fetch_result.rb
|
172
176
|
- app/platform_api/schema/invoice_history.rb
|
173
177
|
- app/platform_api/schema/invoice_history_fetch_result.rb
|
174
178
|
- app/platform_api/schema/invoice_line.rb
|
179
|
+
- app/platform_api/schema/invoice_line_fetch_result.rb
|
175
180
|
- app/platform_api/schema/invoice_line_sync.rb
|
176
181
|
- app/platform_api/schema/invoice_payment_detail.rb
|
177
182
|
- app/platform_api/schema/invoice_summary.rb
|
@@ -244,11 +249,13 @@ files:
|
|
244
249
|
- app/platform_api/schema/uri.rb
|
245
250
|
- app/platform_api/schema/user_account.rb
|
246
251
|
- app/platform_api/schema/user_account_fetch_result.rb
|
252
|
+
- app/platform_api/schema/user_data_response.rb
|
247
253
|
- app/platform_api/schema/user_group.rb
|
248
254
|
- app/platform_api/schema/user_role.rb
|
249
255
|
- app/platform_api/schema/user_role_fetch_result.rb
|
250
256
|
- app/platform_api/schema/vendor_summary.rb
|
251
257
|
- app/platform_api/schema/vendor_summary_fetch_result.rb
|
258
|
+
- app/platform_api/schema/view_box_settings.rb
|
252
259
|
- app/platform_api/schema/webhook.rb
|
253
260
|
- app/platform_api/schema/webhook_fetch_result.rb
|
254
261
|
- app/platform_api/schema/webhook_history_table_storage.rb
|