lockstep_sdk 2022.13.29.0 → 2022.14.30.0
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/lib/LockstepSdk/lockstep_api.rb +287 -0
- data/lib/lockstep_sdk/clients/activities_client.rb +13 -15
- data/lib/lockstep_sdk/clients/api_keys_client.rb +10 -12
- data/lib/lockstep_sdk/clients/app_enrollments_client.rb +12 -14
- data/lib/lockstep_sdk/clients/applications_client.rb +11 -13
- data/lib/lockstep_sdk/clients/attachments_client.rb +13 -15
- data/lib/lockstep_sdk/clients/code_definitions_client.rb +8 -10
- data/lib/lockstep_sdk/clients/companies_client.rb +13 -15
- data/lib/lockstep_sdk/clients/contacts_client.rb +11 -13
- data/lib/lockstep_sdk/clients/credit_memo_applied_client.rb +11 -13
- data/lib/lockstep_sdk/clients/currencies_client.rb +8 -10
- data/lib/lockstep_sdk/clients/custom_field_definitions_client.rb +11 -13
- data/lib/lockstep_sdk/clients/custom_field_values_client.rb +11 -13
- data/lib/lockstep_sdk/clients/definitions_client.rb +10 -12
- data/lib/lockstep_sdk/clients/emails_client.rb +12 -14
- data/lib/lockstep_sdk/clients/financial_account_balance_history_client.rb +11 -13
- data/lib/lockstep_sdk/clients/financial_account_client.rb +11 -13
- data/lib/lockstep_sdk/clients/financial_year_settings_client.rb +11 -13
- data/lib/lockstep_sdk/clients/invoice_history_client.rb +8 -10
- data/lib/lockstep_sdk/clients/invoices_client.rb +14 -16
- data/lib/lockstep_sdk/clients/leads_client.rb +7 -9
- data/lib/lockstep_sdk/clients/notes_client.rb +10 -12
- data/lib/lockstep_sdk/clients/payment_applications_client.rb +11 -13
- data/lib/lockstep_sdk/clients/payments_client.rb +15 -17
- data/lib/lockstep_sdk/clients/provisioning_client.rb +9 -11
- data/lib/lockstep_sdk/clients/reports_client.rb +31 -17
- data/lib/lockstep_sdk/clients/status_client.rb +8 -10
- data/lib/lockstep_sdk/clients/sync_client.rb +13 -15
- data/lib/lockstep_sdk/clients/user_accounts_client.rb +14 -16
- data/lib/lockstep_sdk/clients/user_roles_client.rb +8 -10
- data/lib/lockstep_sdk/clients/webhooks_client.rb +13 -15
- data/lib/lockstep_sdk/lockstep_api.rb +9 -10
- data/lib/lockstep_sdk/models/activity_model.rb +2 -4
- data/lib/lockstep_sdk/models/activity_stream_item_model.rb +2 -4
- data/lib/lockstep_sdk/models/activity_xref_model.rb +2 -4
- data/lib/lockstep_sdk/models/aging_model.rb +2 -4
- data/lib/lockstep_sdk/models/api_key_model.rb +2 -4
- data/lib/lockstep_sdk/models/app_enrollment_custom_field_model.rb +2 -4
- data/lib/lockstep_sdk/models/app_enrollment_model.rb +2 -4
- data/lib/lockstep_sdk/models/application_model.rb +2 -4
- data/lib/lockstep_sdk/models/ar_aging_header_info_model.rb +2 -4
- data/lib/lockstep_sdk/models/ar_header_info_model.rb +2 -4
- data/lib/lockstep_sdk/models/at_risk_invoice_summary_model.rb +2 -4
- data/lib/lockstep_sdk/models/attachment_header_info_model.rb +2 -4
- data/lib/lockstep_sdk/models/attachment_model.rb +2 -4
- data/lib/lockstep_sdk/models/batch_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/bulk_currency_conversion_model.rb +2 -4
- data/lib/lockstep_sdk/models/cashflow_report_model.rb +2 -4
- data/lib/lockstep_sdk/models/code_definition_model.rb +2 -4
- data/lib/lockstep_sdk/models/company_model.rb +2 -4
- data/lib/lockstep_sdk/models/company_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/connector_info_model.rb +2 -4
- data/lib/lockstep_sdk/models/contact_model.rb +2 -4
- data/lib/lockstep_sdk/models/contact_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/country_model.rb +2 -4
- data/lib/lockstep_sdk/models/credit_memo_applied_model.rb +2 -4
- data/lib/lockstep_sdk/models/credit_memo_applied_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/credit_memo_invoice_model.rb +2 -4
- data/lib/lockstep_sdk/models/currency_model.rb +2 -4
- data/lib/lockstep_sdk/models/currency_rate_model.rb +2 -4
- data/lib/lockstep_sdk/models/custom_field_definition_model.rb +2 -4
- data/lib/lockstep_sdk/models/custom_field_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/custom_field_value_model.rb +2 -4
- data/lib/lockstep_sdk/models/customer_details_model.rb +2 -4
- data/lib/lockstep_sdk/models/customer_details_payment_model.rb +2 -4
- data/lib/lockstep_sdk/models/customer_summary_model.rb +2 -4
- data/lib/lockstep_sdk/models/daily_sales_outstanding_report_model.rb +2 -4
- data/lib/lockstep_sdk/models/developer_account_submit_model.rb +2 -4
- data/lib/lockstep_sdk/models/email_model.rb +2 -4
- data/lib/lockstep_sdk/models/erp_info_model.rb +2 -4
- data/lib/lockstep_sdk/models/erp_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_account_balance_history_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_account_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_report_cell_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_report_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_report_row_model.rb +2 -4
- data/lib/lockstep_sdk/models/financial_year_setting_model.rb +2 -4
- data/lib/lockstep_sdk/models/invite_data_model.rb +2 -4
- data/lib/lockstep_sdk/models/invite_model.rb +2 -4
- data/lib/lockstep_sdk/models/invite_submit_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_address_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_history_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_line_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_line_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_payment_detail_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_summary_model.rb +2 -4
- data/lib/lockstep_sdk/models/invoice_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/lead_model.rb +2 -4
- data/lib/lockstep_sdk/models/note_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_applied_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_applied_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_detail_header_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_detail_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_summary_model.rb +2 -4
- data/lib/lockstep_sdk/models/payment_sync_model.rb +2 -4
- data/lib/lockstep_sdk/models/provisioning_finalize_request_model.rb +2 -4
- data/lib/lockstep_sdk/models/provisioning_model.rb +2 -4
- data/lib/lockstep_sdk/models/provisioning_response_model.rb +2 -4
- data/lib/lockstep_sdk/models/risk_rate_model.rb +2 -4
- data/lib/lockstep_sdk/models/state_model.rb +2 -4
- data/lib/lockstep_sdk/models/status_model.rb +2 -4
- data/lib/lockstep_sdk/models/sync_entity_result_model.rb +2 -4
- data/lib/lockstep_sdk/models/sync_request_model.rb +2 -4
- data/lib/lockstep_sdk/models/sync_submit_model.rb +2 -4
- data/lib/lockstep_sdk/models/transfer_owner_model.rb +2 -4
- data/lib/lockstep_sdk/models/transfer_owner_submit_model.rb +2 -4
- data/lib/lockstep_sdk/models/uri_model.rb +2 -4
- data/lib/lockstep_sdk/models/user_account_model.rb +2 -4
- data/lib/lockstep_sdk/models/user_role_model.rb +2 -4
- data/lib/lockstep_sdk/models/webhook_history_table_storage_model.rb +2 -4
- data/lib/lockstep_sdk/models/webhook_model.rb +2 -4
- metadata +3 -2
@@ -1,16 +1,15 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
#
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
10
|
+
# Manish Narayan B S <manish.n@lockstep.io>, Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
12
11
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
|
-
# @version 2022.13.29
|
12
|
+
# @version 2022.13.29
|
14
13
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
15
14
|
#
|
16
15
|
|
@@ -22,11 +21,11 @@ require 'socket'
|
|
22
21
|
project_root = File.dirname(File.absolute_path(__FILE__))
|
23
22
|
Dir.glob(project_root + '/clients/*') {|file| require file}
|
24
23
|
|
25
|
-
module
|
24
|
+
module lockstep_sdk
|
26
25
|
class LockstepApi
|
27
26
|
|
28
27
|
##
|
29
|
-
# @return [String] The version number of this
|
28
|
+
# @return [String] The version number of this API client
|
30
29
|
attr_accessor :version
|
31
30
|
|
32
31
|
##
|
@@ -155,7 +154,7 @@ module LockstepSdk
|
|
155
154
|
|
156
155
|
|
157
156
|
##
|
158
|
-
# Construct a new
|
157
|
+
# Construct a new API client targeting the specified server.
|
159
158
|
#
|
160
159
|
# @param env [string] Either "sbx", "prd", or the URI of the server, ending in a slash (/)
|
161
160
|
def initialize(env)
|
@@ -205,7 +204,7 @@ module LockstepSdk
|
|
205
204
|
##
|
206
205
|
# Configure this API client to use API key authentication
|
207
206
|
#
|
208
|
-
# @param api_key [string] The
|
207
|
+
# @param api_key [string] The API Key to use for authentication
|
209
208
|
def with_api_key(api_key)
|
210
209
|
@bearer_token = nil
|
211
210
|
@api_key = api_key
|
@@ -214,7 +213,7 @@ module LockstepSdk
|
|
214
213
|
##
|
215
214
|
# Configure this API client to use JWT Bearer Token authentication
|
216
215
|
#
|
217
|
-
# @param bearer_token [string] The
|
216
|
+
# @param bearer_token [string] The Bearer Token to use for authentication
|
218
217
|
def with_bearer_token(bearer_token)
|
219
218
|
@api_key = nil
|
220
219
|
@bearer_token = bearer_token
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|
@@ -1,14 +1,12 @@
|
|
1
1
|
#
|
2
|
-
# Lockstep
|
2
|
+
# Lockstep Platform SDK for Ruby
|
3
3
|
#
|
4
4
|
# (c) 2021-2022 Lockstep, Inc.
|
5
5
|
#
|
6
6
|
# For the full copyright and license information, please view the LICENSE
|
7
7
|
# file that was distributed with this source code.
|
8
8
|
#
|
9
|
-
# @author
|
10
|
-
# @author Manish Narayan B S <manish.n@lockstep.io>
|
11
|
-
# @author Rishi Rajkumar Jawahar <rjawahar@lockstep.io>
|
9
|
+
# @author Lockstep Network <support@lockstep.io>
|
12
10
|
# @copyright 2021-2022 Lockstep, Inc.
|
13
11
|
# @link https://github.com/Lockstep-Network/lockstep-sdk-ruby
|
14
12
|
#
|