lockstep_rails 0.3.45 → 0.3.46

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
  SHA256:
3
- metadata.gz: 89bb1d95c176091c5ab6964c910f83d573d29a05b5e749b877ab1c16f171126a
4
- data.tar.gz: 6b60815cf092ce0dfc3124350594507d72a7964a1f75faef61f2f1144a8d1a10
3
+ metadata.gz: d70c650fa66da868875c775c5fb83a931c545366dcc154a34f365423c4e09536
4
+ data.tar.gz: 24272417e430cc18de6f718d61ae4380b23bf2570b439115a412d110e135894d
5
5
  SHA512:
6
- metadata.gz: 2fc621b5b45579ef9e54b60bbd954f5824149b15f0f221ae6e7c288f571bf7aa1ed9fc7363f8bc4fbe1df89a238ec68b04ba528a3fc50866bc115b17c9aad65d
7
- data.tar.gz: 2e3e0f2e494c2cc72452f28f75a1373e16b6d72839b0ba2c11eea4a2ccf1c31f0cc64a33b0c8315c014481a092d1abacfcaba6f5339d3faaec945e98f0122650
6
+ metadata.gz: e1465ae91bfe4479acd5a50f6b2b162e36792c9a411e8992d3e23c24cfd40a22435e0bc8e7ecbdef45ff5ddbef9fb112bd9e0b6f5ee2d3a238d7eac77c3d71d1
7
+ data.tar.gz: a3890e4e4f0697817cd7ba9d739fc95acd970b16595a42f8b2db9ea79c35ef86473aea9f0d84ece5f630539295f43babf50d46b13500d25330cdc15551325761
data/README.md CHANGED
@@ -63,6 +63,7 @@ The gem is available as open source under the terms of the [MIT License](https:/
63
63
  * Lockstep::ReportPayableSummary
64
64
  * Lockstep::ReportRiskRate
65
65
  * Lockstep::Status
66
+ * Lockstep::TranscriptionValidationRequest
66
67
  * Lockstep::User
67
68
 
68
69
  ## ActiveModel Interfaces
@@ -0,0 +1,5 @@
1
+ class Lockstep::TranscriptionValidationRequest < Lockstep::ApiRecord
2
+ self.model_name_uri = "v1/Transcriptions/validate"
3
+ self.id_ref = "transcription_validation_request_id"
4
+ load_schema(Schema::TranscriptionValidationRequest)
5
+ end
@@ -1,3 +1,3 @@
1
1
  module LockstepRails
2
- VERSION = '0.3.45'
2
+ VERSION = '0.3.46'
3
3
  end
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.45
4
+ version: 0.3.46
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-12-16 00:00:00.000000000 Z
11
+ date: 2022-12-29 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -71,6 +71,7 @@ files:
71
71
  - app/models/lockstep/report_payable_summary.rb
72
72
  - app/models/lockstep/report_risk_rate.rb
73
73
  - app/models/lockstep/status.rb
74
+ - app/models/lockstep/transcription_validation_request.rb
74
75
  - app/models/lockstep/user.rb
75
76
  - app/models/lockstep/vendor_summary.rb
76
77
  - app/models/lockstep/webhook.rb