lockstep_rails 0.3.52 → 0.3.54
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/service_fabric_payment.rb +7 -0
- data/app/platform_api/schema/account_authorisation.rb +14 -0
- data/app/platform_api/schema/accounting_profile.rb +6 -11
- data/app/platform_api/schema/accounting_profile_contact.rb +4 -0
- data/app/platform_api/schema/accounting_profile_contact_result.rb +166 -0
- data/app/platform_api/schema/accounting_profile_contact_result_fetch_result.rb +26 -0
- data/app/platform_api/schema/accounting_profile_request.rb +108 -0
- data/app/platform_api/schema/address.rb +38 -0
- data/app/platform_api/schema/amount.rb +20 -0
- data/app/platform_api/schema/ap_header_info.rb +4 -0
- data/app/platform_api/schema/app_enrollment.rb +4 -0
- data/app/platform_api/schema/app_enrollment_reconnect_info.rb +5 -1
- data/app/platform_api/schema/application.rb +0 -11
- data/app/platform_api/schema/ar_header_info.rb +4 -0
- data/app/platform_api/schema/at_risk_invoice_summary.rb +18 -0
- data/app/platform_api/schema/attachment.rb +0 -18
- data/app/platform_api/schema/attachment_link.rb +59 -0
- data/app/platform_api/schema/attachment_link_fetch_result.rb +26 -0
- data/app/platform_api/schema/base_currency_sync.rb +16 -0
- data/app/platform_api/schema/batch_sync.rb +10 -0
- data/app/platform_api/schema/company.rb +35 -0
- data/app/platform_api/schema/company_details.rb +6 -2
- data/app/platform_api/schema/company_details_payment.rb +8 -0
- data/app/platform_api/schema/company_sync.rb +5 -1
- data/app/platform_api/schema/contact_sync.rb +3 -0
- data/app/platform_api/schema/credit_memo_applied_sync.rb +3 -0
- data/app/platform_api/schema/credit_memo_invoice.rb +23 -0
- data/app/platform_api/schema/creditor_account.rb +32 -0
- data/app/platform_api/schema/custom_field_sync.rb +3 -0
- data/app/platform_api/schema/debtor_account.rb +33 -0
- data/app/platform_api/schema/debtor_agent_account.rb +26 -0
- data/app/platform_api/schema/developer_account_submit.rb +0 -4
- data/app/platform_api/schema/dpo_summary.rb +5 -1
- data/app/platform_api/schema/dpo_summary_group_total.rb +5 -1
- data/app/platform_api/schema/financial_account_sync.rb +3 -0
- data/app/platform_api/schema/group_account.rb +4 -0
- data/app/platform_api/schema/instructed_amount.rb +19 -0
- data/app/platform_api/schema/invoice.rb +41 -41
- data/app/platform_api/schema/invoice_line_sync.rb +3 -0
- data/app/platform_api/schema/invoice_payment_detail.rb +23 -0
- data/app/platform_api/schema/invoice_summary.rb +24 -24
- data/app/platform_api/schema/invoice_sync.rb +27 -4
- data/app/platform_api/schema/magic_link.rb +5 -5
- data/app/platform_api/schema/magic_link_status.rb +10 -0
- data/app/platform_api/schema/metadata.rb +14 -0
- data/app/platform_api/schema/payables_coming_due.rb +18 -14
- data/app/platform_api/schema/payables_coming_due_header.rb +5 -1
- data/app/platform_api/schema/payables_coming_due_widget.rb +5 -1
- data/app/platform_api/schema/payables_summary_report.rb +6 -2
- data/app/platform_api/schema/payment.rb +41 -37
- data/app/platform_api/schema/payment_applied_sync.rb +3 -0
- data/app/platform_api/schema/payment_detail.rb +18 -0
- data/app/platform_api/schema/payment_detail_header.rb +6 -2
- data/app/platform_api/schema/payment_instrument.rb +37 -0
- data/app/platform_api/schema/payment_response.rb +118 -0
- data/app/platform_api/schema/payment_summary.rb +23 -23
- data/app/platform_api/schema/payment_sync.rb +15 -2
- data/app/platform_api/schema/remittance_information.rb +18 -0
- data/app/platform_api/schema/reporting_amount.rb +30 -0
- data/app/platform_api/schema/risk_information.rb +22 -0
- data/app/platform_api/schema/risk_rate.rb +6 -2
- data/app/platform_api/schema/settlement_discount.rb +25 -0
- data/app/platform_api/schema/settlement_discounts_info.rb +21 -0
- data/app/platform_api/schema/sf_account_response.rb +66 -0
- data/app/platform_api/schema/sf_company_request.rb +38 -0
- data/app/platform_api/schema/sf_company_response.rb +51 -0
- data/app/platform_api/schema/sf_customer_request.rb +52 -0
- data/app/platform_api/schema/sf_customer_response.rb +84 -0
- data/app/platform_api/schema/sf_enroll_request.rb +16 -0
- data/app/platform_api/schema/sf_enroll_response.rb +16 -0
- data/app/platform_api/schema/sf_organisation_request.rb +38 -0
- data/app/platform_api/schema/sf_organisation_response.rb +44 -0
- data/app/platform_api/schema/sf_payment_query_response.rb +31 -0
- data/app/platform_api/schema/sf_payment_request.rb +67 -0
- data/app/platform_api/schema/sf_payment_response.rb +132 -0
- data/app/platform_api/schema/sf_servicer_response.rb +58 -0
- data/app/platform_api/schema/sf_servicers_auth_request.rb +32 -0
- data/app/platform_api/schema/sf_servicers_auth_response.rb +14 -0
- data/app/platform_api/schema/sf_submit_payment_info.rb +55 -0
- data/app/platform_api/schema/status.rb +15 -4
- data/app/platform_api/schema/support_access.rb +19 -0
- data/app/platform_api/schema/support_access_request.rb +15 -0
- data/app/platform_api/schema/sync_request.rb +7 -4
- data/app/platform_api/schema/transaction.rb +18 -0
- data/app/platform_api/schema/transaction_detail.rb +18 -0
- data/app/platform_api/schema/transcription_request_submit.rb +6 -1
- data/app/platform_api/schema/transcription_validation_request_item_fetch_result.rb +26 -0
- data/app/platform_api/schema/webhook.rb +1 -2
- data/app/platform_api/swagger.json +12909 -7941
- data/lib/lockstep_rails/version.rb +1 -1
- metadata +43 -2
@@ -21,10 +21,15 @@ end
|
|
21
21
|
# @type: string
|
22
22
|
field :file_name
|
23
23
|
|
24
|
-
# The type of
|
24
|
+
# The type of TranscriptionRequestSubmit.InvoiceTypeCode requested to transcribe content to.
|
25
25
|
# @type: string
|
26
26
|
field :invoice_type_code
|
27
27
|
|
28
|
+
# Group account transcription validation request item is associated with.
|
29
|
+
# @type: string
|
30
|
+
# @format: uuid
|
31
|
+
field :transcription_validation_request_id
|
32
|
+
|
28
33
|
|
29
34
|
|
30
35
|
end
|
@@ -0,0 +1,26 @@
|
|
1
|
+
class Schema::TranscriptionValidationRequestItemFetchResult < Lockstep::ApiRecord
|
2
|
+
|
3
|
+
# ApiRecord will crash unless `id_ref` is defined
|
4
|
+
def self.id_ref
|
5
|
+
nil
|
6
|
+
end
|
7
|
+
|
8
|
+
|
9
|
+
# @type: integer
|
10
|
+
# @format: int32
|
11
|
+
field :total_count
|
12
|
+
|
13
|
+
|
14
|
+
# @type: integer
|
15
|
+
# @format: int32
|
16
|
+
field :page_size
|
17
|
+
|
18
|
+
|
19
|
+
# @type: integer
|
20
|
+
# @format: int32
|
21
|
+
field :page_number
|
22
|
+
|
23
|
+
|
24
|
+
has_many :records, {:class_name=>"Schema::TranscriptionValidationRequestItem", :included=>true}
|
25
|
+
|
26
|
+
end
|
@@ -62,8 +62,7 @@ end
|
|
62
62
|
|
63
63
|
# The amount of consecutive failed notifications, not including the current attempt, before marking the webhook as
|
64
64
|
# errored (i.e. if the value is set to 0, the webhook will be marked errored on the first failure, if the value
|
65
|
-
# is set to 1 the webhook will be marked errored on the second failure, and so on).
|
66
|
-
# as errored due to failures.
|
65
|
+
# is set to 1 the webhook will be marked errored on the second failure, and so on). The maximum retry attempts is 5.
|
67
66
|
# @type: integer
|
68
67
|
# @format: int32
|
69
68
|
field :retry_count
|