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 +4 -4
- data/app/models/lockstep/financial_institution_account.rb +6 -0
- data/app/platform_api/schema/financial_account_sync.rb +5 -6
- data/app/platform_api/schema/financial_institution_account.rb +1 -2
- data/app/platform_api/schema/financial_institution_account_fetch_result.rb +1 -2
- data/app/platform_api/schema/insert_payment_applied_request.rb +1 -2
- data/app/platform_api/schema/insert_payment_request.rb +1 -2
- data/app/platform_api/schema/insert_payment_request_erp_write_sync_submit.rb +1 -2
- data/app/platform_api/schema/payment_erp_write_result.rb +1 -2
- data/app/platform_api/schema/user_account.rb +1 -2
- data/app/platform_api/swagger.json +29 -30
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +3 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: b9caa7796257df2cf09f394b6ab631e4922b2a8f0c0419e5d5213b5ffc4ad878
|
4
|
+
data.tar.gz: cbb88f32896582f39526be39488360a836202ee7fce260a990a983a1d067c219
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 4ee749d754595dfaa1bea76fd3c1f477d572f13193596952a905c1fefb70d12f822f7d2f843678d4736125b2cf500339481865f6120ba3b85347ae36f91e038e
|
7
|
+
data.tar.gz: e5eae79797f82b4f0cee3878c2bff602456e5362ad023f1c6f08f68aefe3a62797f5d7acc3fbe0e3d5fee0dd2237f2154a276d7a9fb0e605fd6612971c30c1f4
|
@@ -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
|
@@ -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
|
+
}
|
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.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-
|
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
|