lockstep_rails 0.3.88 → 0.3.90
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/custom_field_value.rb +12 -0
- data/app/platform_api/schema/aging.rb +6 -9
- data/app/platform_api/schema/aging_bucket_result.rb +18 -0
- data/app/platform_api/schema/api_key.rb +1 -1
- data/app/platform_api/schema/app_enrollment.rb +3 -3
- data/app/platform_api/schema/app_enrollment_custom_field.rb +1 -1
- data/app/platform_api/schema/app_enrollment_reconnect_info.rb +0 -16
- data/app/platform_api/schema/application.rb +1 -1
- data/app/platform_api/schema/attachment.rb +8 -8
- data/app/platform_api/schema/attachment_link.rb +6 -6
- data/app/platform_api/schema/batch_sync.rb +1 -0
- data/app/platform_api/schema/code_definition.rb +2 -2
- data/app/platform_api/schema/company.rb +8 -17
- data/app/platform_api/schema/company_details.rb +1 -1
- data/app/platform_api/schema/company_details_payment.rb +1 -1
- data/app/platform_api/schema/company_identifier.rb +26 -0
- data/app/platform_api/schema/company_magic_link_summary.rb +5 -1
- data/app/platform_api/schema/company_sync.rb +5 -14
- data/app/platform_api/schema/connector_info.rb +0 -50
- data/app/platform_api/schema/contact.rb +2 -2
- data/app/platform_api/schema/contact_sync.rb +1 -1
- data/app/platform_api/schema/credit_memo_applied.rb +6 -6
- data/app/platform_api/schema/credit_memo_applied_sync.rb +1 -1
- data/app/platform_api/schema/credit_memo_invoice.rb +8 -2
- data/app/platform_api/schema/custom_field_definition.rb +2 -2
- data/app/platform_api/schema/custom_field_value.rb +2 -2
- data/app/platform_api/schema/customer_summary.rb +1 -1
- data/app/platform_api/schema/financial_account.rb +1 -1
- data/app/platform_api/schema/financial_account_balance_history.rb +2 -2
- data/app/platform_api/schema/financial_account_balance_history_sync.rb +1 -3
- data/app/platform_api/schema/financial_institution_account.rb +1 -1
- data/app/platform_api/schema/financial_year_setting.rb +2 -2
- data/app/platform_api/schema/group_account.rb +6 -1
- data/app/platform_api/schema/invoice.rb +61 -2
- data/app/platform_api/schema/invoice_address.rb +2 -2
- data/app/platform_api/schema/invoice_line.rb +29 -17
- data/app/platform_api/schema/invoice_line_sync.rb +28 -115
- data/app/platform_api/schema/invoice_payment_detail.rb +7 -1
- data/app/platform_api/schema/invoice_summary.rb +1 -1
- data/app/platform_api/schema/invoice_sync.rb +48 -1
- data/app/platform_api/schema/invoice_workflow_status_history.rb +22 -3
- data/app/platform_api/schema/invoice_workflow_status_sync.rb +39 -0
- data/app/platform_api/schema/journal_entry_line_sync.rb +5 -0
- data/app/platform_api/schema/magic_link.rb +2 -2
- data/app/platform_api/schema/note.rb +6 -6
- data/app/platform_api/schema/object_event.rb +69 -0
- data/app/platform_api/schema/payment.rb +19 -3
- data/app/platform_api/schema/payment_applied.rb +12 -4
- data/app/platform_api/schema/payment_applied_sync.rb +20 -4
- data/app/platform_api/schema/payment_detail.rb +2 -2
- data/app/platform_api/schema/payment_summary.rb +1 -1
- data/app/platform_api/schema/payment_sync.rb +9 -1
- data/app/platform_api/schema/status.rb +2 -2
- data/app/platform_api/schema/sync_request.rb +7 -3
- data/app/platform_api/schema/tax_summary.rb +29 -0
- data/app/platform_api/schema/user_account.rb +3 -7
- data/app/platform_api/schema/user_data_response.rb +1 -1
- data/app/platform_api/schema/user_group.rb +1 -1
- data/app/platform_api/schema/user_role.rb +3 -3
- data/app/platform_api/schema/vendor_summary.rb +1 -1
- data/app/platform_api/schema/webhook.rb +5 -5
- data/app/platform_api/schema/webhook_history_table_storage.rb +3 -3
- data/app/platform_api/schema/webhook_rule.rb +4 -4
- data/app/platform_api/schema/workflow_status.rb +7 -2
- data/app/platform_api/swagger.json +8636 -15489
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +10 -5
@@ -5,8 +5,8 @@ def self.id_ref
|
|
5
5
|
nil
|
6
6
|
end
|
7
7
|
|
8
|
-
# The unique ID of this record, automatically assigned by
|
9
|
-
# added to the Accounting Data Services
|
8
|
+
# The unique ID of this record, automatically assigned by Accounting Data Service when this record is
|
9
|
+
# added to the Accounting Data Services network.
|
10
10
|
# @type: string
|
11
11
|
# @format: uuid
|
12
12
|
field :id
|
@@ -36,6 +36,10 @@ end
|
|
36
36
|
# @type: boolean
|
37
37
|
field :is_notes_required
|
38
38
|
|
39
|
+
# Indicates whether a reason is required or not.
|
40
|
+
# @type: boolean
|
41
|
+
field :is_reason_required
|
42
|
+
|
39
43
|
# Indicates whether the status change should be reported to the ERP or not.
|
40
44
|
# @type: boolean
|
41
45
|
field :promote_to_erp
|
@@ -67,6 +71,7 @@ end
|
|
67
71
|
belongs_to :created_user, {:class_name=>"Lockstep::User", :primary_key=>:user_id, :foreign_key=>"created_user_id"}
|
68
72
|
belongs_to :modified_user, {:class_name=>"Lockstep::User", :primary_key=>:user_id, :foreign_key=>"modified_user_id"}
|
69
73
|
|
74
|
+
has_many :parents, {:class_name=>"Schema::WorkflowStatus", :included=>true}
|
70
75
|
has_many :children, {:class_name=>"Schema::WorkflowStatus", :included=>true}
|
71
76
|
|
72
77
|
end
|