lockstep_rails 0.3.66 → 0.3.67

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: 6396d7891183413701490cb5cdac6b276b1a69d2af705c501ac299595894f6d8
4
- data.tar.gz: 55f1ee34e4ba370b02a5f92ff9a8b74b45fabf55f281fc663f8f0a9d1f3cb7f2
3
+ metadata.gz: b9caa7796257df2cf09f394b6ab631e4922b2a8f0c0419e5d5213b5ffc4ad878
4
+ data.tar.gz: cbb88f32896582f39526be39488360a836202ee7fce260a990a983a1d067c219
5
5
  SHA512:
6
- metadata.gz: ee29ce85814ee0b82b2c56325634ec11c16857b5299cdb7f4093074dd15bcb10338c0f8fb42ebad35be35b4ae91687195b90a400d0dbc4e054910f17de7c79db
7
- data.tar.gz: 72327b6159631feb9d0757db3c777bf18726cb3f7e8ffe74e711e23d2e36a6922d6beda81c43fdf0251410f43bd661991cc9f9d8e9f3ae0b217082c1797d5c7a
6
+ metadata.gz: 4ee749d754595dfaa1bea76fd3c1f477d572f13193596952a905c1fefb70d12f822f7d2f843678d4736125b2cf500339481865f6120ba3b85347ae36f91e038e
7
+ data.tar.gz: e5eae79797f82b4f0cee3878c2bff602456e5362ad023f1c6f08f68aefe3a62797f5d7acc3fbe0e3d5fee0dd2237f2154a276d7a9fb0e605fd6612971c30c1f4
@@ -0,0 +1,6 @@
1
+ class Lockstep::FinancialInstitutionAccount < Lockstep::ApiRecord
2
+ self.model_name_uri = "v1/financial-institution-accounts"
3
+ self.id_ref = "financial_institution_account_id"
4
+ self.query_path = ""
5
+ load_schema(Schema::FinancialInstitutionAccount)
6
+ end
@@ -8,7 +8,7 @@ end
8
8
  # Indicates what action to take when an existing object has been found during the sync process.
9
9
  field :on_match_action
10
10
 
11
- # The code for the Financial Account. Can either be a general ledger or
11
+ # The code for the Financial Account. Can either be a general ledger or
12
12
  # an account code.
13
13
  # @type: string
14
14
  field :code
@@ -21,12 +21,12 @@ end
21
21
  # @type: string
22
22
  field :name
23
23
 
24
- # The status of the Financial Account. Possible values are active,
24
+ # The status of the Financial Account. Possible values are active,
25
25
  # inactive, deleted or archived.
26
26
  # @type: string
27
27
  field :status
28
28
 
29
- # The cashflow type for the Financial Account. Examples include cash, financing, investment
29
+ # The cashflow type for the Financial Account. Examples include cash, financing, investment
30
30
  # or operation.
31
31
  # @type: string
32
32
  field :cashflow_type
@@ -35,7 +35,7 @@ end
35
35
  # @type: string
36
36
  field :description
37
37
 
38
- # The classification for the Financial Account. Possible values are Asset, Equity,
38
+ # The classification for the Financial Account. Possible values are Asset, Equity,
39
39
  # Expense, Liability, Income, CreditCard, Checking, or Savings.
40
40
  # @type: string
41
41
  field :classification
@@ -50,5 +50,4 @@ end
50
50
 
51
51
 
52
52
 
53
- end
54
-
53
+ end
@@ -73,5 +73,4 @@ end
73
73
  belongs_to :modified_user, {:class_name=>"Lockstep::User", :primary_key=>:user_id, :foreign_key=>"modified_user_id"}
74
74
 
75
75
 
76
- end
77
-
76
+ end
@@ -23,5 +23,4 @@ end
23
23
 
24
24
  has_many :records, {:class_name=>"Schema::FinancialInstitutionAccount", :included=>true}
25
25
 
26
- end
27
-
26
+ end
@@ -49,5 +49,4 @@ end
49
49
 
50
50
 
51
51
 
52
- end
53
-
52
+ end
@@ -131,5 +131,4 @@ end
131
131
 
132
132
  has_many :applications, {:class_name=>"Schema::InsertPaymentAppliedRequest", :included=>true}
133
133
 
134
- end
135
-
134
+ end
@@ -13,5 +13,4 @@ end
13
13
 
14
14
  has_many :requests, {:class_name=>"Schema::InsertPaymentRequest", :included=>true}
15
15
 
16
- end
17
-
16
+ end
@@ -34,5 +34,4 @@ end
34
34
 
35
35
  has_many :results, {:class_name=>"Schema::Payment", :included=>true}
36
36
 
37
- end
38
-
37
+ end
@@ -157,5 +157,4 @@ end
157
157
  has_many :attachments, {:class_name=>"Schema::Attachment", :included=>true}
158
158
  has_many :custom_field_values, {:class_name=>"Schema::CustomFieldValue", :included=>true}
159
159
 
160
- end
161
-
160
+ end
@@ -21062,13 +21062,6 @@
21062
21062
  "AccountingProfileContactResultModelFetchResult": {
21063
21063
  "type": "object",
21064
21064
  "properties": {
21065
- "records": {
21066
- "type": "array",
21067
- "items": {
21068
- "$ref": "#/components/schemas/AccountingProfileContactResultModel"
21069
- },
21070
- "nullable": true
21071
- },
21072
21065
  "totalCount": {
21073
21066
  "type": "integer",
21074
21067
  "format": "int32",
@@ -21083,6 +21076,13 @@
21083
21076
  "type": "integer",
21084
21077
  "format": "int32",
21085
21078
  "nullable": true
21079
+ },
21080
+ "records": {
21081
+ "type": "array",
21082
+ "items": {
21083
+ "$ref": "#/components/schemas/AccountingProfileContactResultModel"
21084
+ },
21085
+ "nullable": true
21086
21086
  }
21087
21087
  },
21088
21088
  "additionalProperties": false
@@ -24702,6 +24702,13 @@
24702
24702
  "CreditMemoAppliedModelFetchResult": {
24703
24703
  "type": "object",
24704
24704
  "properties": {
24705
+ "records": {
24706
+ "type": "array",
24707
+ "items": {
24708
+ "$ref": "#/components/schemas/CreditMemoAppliedModel"
24709
+ },
24710
+ "nullable": true
24711
+ },
24705
24712
  "totalCount": {
24706
24713
  "type": "integer",
24707
24714
  "format": "int32",
@@ -24716,13 +24723,6 @@
24716
24723
  "type": "integer",
24717
24724
  "format": "int32",
24718
24725
  "nullable": true
24719
- },
24720
- "records": {
24721
- "type": "array",
24722
- "items": {
24723
- "$ref": "#/components/schemas/CreditMemoAppliedModel"
24724
- },
24725
- "nullable": true
24726
24726
  }
24727
24727
  },
24728
24728
  "additionalProperties": false
@@ -28838,6 +28838,13 @@
28838
28838
  "MagicLinkModelFetchResult": {
28839
28839
  "type": "object",
28840
28840
  "properties": {
28841
+ "records": {
28842
+ "type": "array",
28843
+ "items": {
28844
+ "$ref": "#/components/schemas/MagicLinkModel"
28845
+ },
28846
+ "nullable": true
28847
+ },
28841
28848
  "totalCount": {
28842
28849
  "type": "integer",
28843
28850
  "format": "int32",
@@ -28852,13 +28859,6 @@
28852
28859
  "type": "integer",
28853
28860
  "format": "int32",
28854
28861
  "nullable": true
28855
- },
28856
- "records": {
28857
- "type": "array",
28858
- "items": {
28859
- "$ref": "#/components/schemas/MagicLinkModel"
28860
- },
28861
- "nullable": true
28862
28862
  }
28863
28863
  },
28864
28864
  "additionalProperties": false
@@ -30648,13 +30648,6 @@
30648
30648
  "PublicCompanyProfileModelFetchResult": {
30649
30649
  "type": "object",
30650
30650
  "properties": {
30651
- "records": {
30652
- "type": "array",
30653
- "items": {
30654
- "$ref": "#/components/schemas/PublicCompanyProfileModel"
30655
- },
30656
- "nullable": true
30657
- },
30658
30651
  "totalCount": {
30659
30652
  "type": "integer",
30660
30653
  "format": "int32",
@@ -30669,6 +30662,13 @@
30669
30662
  "type": "integer",
30670
30663
  "format": "int32",
30671
30664
  "nullable": true
30665
+ },
30666
+ "records": {
30667
+ "type": "array",
30668
+ "items": {
30669
+ "$ref": "#/components/schemas/PublicCompanyProfileModel"
30670
+ },
30671
+ "nullable": true
30672
30672
  }
30673
30673
  },
30674
30674
  "additionalProperties": false
@@ -34001,5 +34001,4 @@
34001
34001
  }
34002
34002
  }
34003
34003
  }
34004
- }
34005
-
34004
+ }
@@ -1,4 +1,4 @@
1
1
  module LockstepRails
2
- VERSION = '0.3.66'
2
+ VERSION = '0.3.67'
3
3
  end
4
4
 
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.66
4
+ version: 0.3.67
5
5
  platform: ruby
6
6
  authors:
7
7
  - Vivek AG
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2023-06-30 00:00:00.000000000 Z
11
+ date: 2023-07-03 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -54,6 +54,7 @@ files:
54
54
  - app/models/lockstep/contact.rb
55
55
  - app/models/lockstep/customer_summary.rb
56
56
  - app/models/lockstep/feature_flag.rb
57
+ - app/models/lockstep/financial_institution_account.rb
57
58
  - app/models/lockstep/invoice.rb
58
59
  - app/models/lockstep/invoice_at_risk_summary.rb
59
60
  - app/models/lockstep/invoice_summary.rb