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.
Files changed (115) hide show
  1. checksums.yaml +4 -4
  2. data/lib/LockstepSdk/lockstep_api.rb +287 -0
  3. data/lib/lockstep_sdk/clients/activities_client.rb +13 -15
  4. data/lib/lockstep_sdk/clients/api_keys_client.rb +10 -12
  5. data/lib/lockstep_sdk/clients/app_enrollments_client.rb +12 -14
  6. data/lib/lockstep_sdk/clients/applications_client.rb +11 -13
  7. data/lib/lockstep_sdk/clients/attachments_client.rb +13 -15
  8. data/lib/lockstep_sdk/clients/code_definitions_client.rb +8 -10
  9. data/lib/lockstep_sdk/clients/companies_client.rb +13 -15
  10. data/lib/lockstep_sdk/clients/contacts_client.rb +11 -13
  11. data/lib/lockstep_sdk/clients/credit_memo_applied_client.rb +11 -13
  12. data/lib/lockstep_sdk/clients/currencies_client.rb +8 -10
  13. data/lib/lockstep_sdk/clients/custom_field_definitions_client.rb +11 -13
  14. data/lib/lockstep_sdk/clients/custom_field_values_client.rb +11 -13
  15. data/lib/lockstep_sdk/clients/definitions_client.rb +10 -12
  16. data/lib/lockstep_sdk/clients/emails_client.rb +12 -14
  17. data/lib/lockstep_sdk/clients/financial_account_balance_history_client.rb +11 -13
  18. data/lib/lockstep_sdk/clients/financial_account_client.rb +11 -13
  19. data/lib/lockstep_sdk/clients/financial_year_settings_client.rb +11 -13
  20. data/lib/lockstep_sdk/clients/invoice_history_client.rb +8 -10
  21. data/lib/lockstep_sdk/clients/invoices_client.rb +14 -16
  22. data/lib/lockstep_sdk/clients/leads_client.rb +7 -9
  23. data/lib/lockstep_sdk/clients/notes_client.rb +10 -12
  24. data/lib/lockstep_sdk/clients/payment_applications_client.rb +11 -13
  25. data/lib/lockstep_sdk/clients/payments_client.rb +15 -17
  26. data/lib/lockstep_sdk/clients/provisioning_client.rb +9 -11
  27. data/lib/lockstep_sdk/clients/reports_client.rb +31 -17
  28. data/lib/lockstep_sdk/clients/status_client.rb +8 -10
  29. data/lib/lockstep_sdk/clients/sync_client.rb +13 -15
  30. data/lib/lockstep_sdk/clients/user_accounts_client.rb +14 -16
  31. data/lib/lockstep_sdk/clients/user_roles_client.rb +8 -10
  32. data/lib/lockstep_sdk/clients/webhooks_client.rb +13 -15
  33. data/lib/lockstep_sdk/lockstep_api.rb +9 -10
  34. data/lib/lockstep_sdk/models/activity_model.rb +2 -4
  35. data/lib/lockstep_sdk/models/activity_stream_item_model.rb +2 -4
  36. data/lib/lockstep_sdk/models/activity_xref_model.rb +2 -4
  37. data/lib/lockstep_sdk/models/aging_model.rb +2 -4
  38. data/lib/lockstep_sdk/models/api_key_model.rb +2 -4
  39. data/lib/lockstep_sdk/models/app_enrollment_custom_field_model.rb +2 -4
  40. data/lib/lockstep_sdk/models/app_enrollment_model.rb +2 -4
  41. data/lib/lockstep_sdk/models/application_model.rb +2 -4
  42. data/lib/lockstep_sdk/models/ar_aging_header_info_model.rb +2 -4
  43. data/lib/lockstep_sdk/models/ar_header_info_model.rb +2 -4
  44. data/lib/lockstep_sdk/models/at_risk_invoice_summary_model.rb +2 -4
  45. data/lib/lockstep_sdk/models/attachment_header_info_model.rb +2 -4
  46. data/lib/lockstep_sdk/models/attachment_model.rb +2 -4
  47. data/lib/lockstep_sdk/models/batch_sync_model.rb +2 -4
  48. data/lib/lockstep_sdk/models/bulk_currency_conversion_model.rb +2 -4
  49. data/lib/lockstep_sdk/models/cashflow_report_model.rb +2 -4
  50. data/lib/lockstep_sdk/models/code_definition_model.rb +2 -4
  51. data/lib/lockstep_sdk/models/company_model.rb +2 -4
  52. data/lib/lockstep_sdk/models/company_sync_model.rb +2 -4
  53. data/lib/lockstep_sdk/models/connector_info_model.rb +2 -4
  54. data/lib/lockstep_sdk/models/contact_model.rb +2 -4
  55. data/lib/lockstep_sdk/models/contact_sync_model.rb +2 -4
  56. data/lib/lockstep_sdk/models/country_model.rb +2 -4
  57. data/lib/lockstep_sdk/models/credit_memo_applied_model.rb +2 -4
  58. data/lib/lockstep_sdk/models/credit_memo_applied_sync_model.rb +2 -4
  59. data/lib/lockstep_sdk/models/credit_memo_invoice_model.rb +2 -4
  60. data/lib/lockstep_sdk/models/currency_model.rb +2 -4
  61. data/lib/lockstep_sdk/models/currency_rate_model.rb +2 -4
  62. data/lib/lockstep_sdk/models/custom_field_definition_model.rb +2 -4
  63. data/lib/lockstep_sdk/models/custom_field_sync_model.rb +2 -4
  64. data/lib/lockstep_sdk/models/custom_field_value_model.rb +2 -4
  65. data/lib/lockstep_sdk/models/customer_details_model.rb +2 -4
  66. data/lib/lockstep_sdk/models/customer_details_payment_model.rb +2 -4
  67. data/lib/lockstep_sdk/models/customer_summary_model.rb +2 -4
  68. data/lib/lockstep_sdk/models/daily_sales_outstanding_report_model.rb +2 -4
  69. data/lib/lockstep_sdk/models/developer_account_submit_model.rb +2 -4
  70. data/lib/lockstep_sdk/models/email_model.rb +2 -4
  71. data/lib/lockstep_sdk/models/erp_info_model.rb +2 -4
  72. data/lib/lockstep_sdk/models/erp_model.rb +2 -4
  73. data/lib/lockstep_sdk/models/financial_account_balance_history_model.rb +2 -4
  74. data/lib/lockstep_sdk/models/financial_account_model.rb +2 -4
  75. data/lib/lockstep_sdk/models/financial_report_cell_model.rb +2 -4
  76. data/lib/lockstep_sdk/models/financial_report_model.rb +2 -4
  77. data/lib/lockstep_sdk/models/financial_report_row_model.rb +2 -4
  78. data/lib/lockstep_sdk/models/financial_year_setting_model.rb +2 -4
  79. data/lib/lockstep_sdk/models/invite_data_model.rb +2 -4
  80. data/lib/lockstep_sdk/models/invite_model.rb +2 -4
  81. data/lib/lockstep_sdk/models/invite_submit_model.rb +2 -4
  82. data/lib/lockstep_sdk/models/invoice_address_model.rb +2 -4
  83. data/lib/lockstep_sdk/models/invoice_history_model.rb +2 -4
  84. data/lib/lockstep_sdk/models/invoice_line_model.rb +2 -4
  85. data/lib/lockstep_sdk/models/invoice_line_sync_model.rb +2 -4
  86. data/lib/lockstep_sdk/models/invoice_model.rb +2 -4
  87. data/lib/lockstep_sdk/models/invoice_payment_detail_model.rb +2 -4
  88. data/lib/lockstep_sdk/models/invoice_summary_model.rb +2 -4
  89. data/lib/lockstep_sdk/models/invoice_sync_model.rb +2 -4
  90. data/lib/lockstep_sdk/models/lead_model.rb +2 -4
  91. data/lib/lockstep_sdk/models/note_model.rb +2 -4
  92. data/lib/lockstep_sdk/models/payment_applied_model.rb +2 -4
  93. data/lib/lockstep_sdk/models/payment_applied_sync_model.rb +2 -4
  94. data/lib/lockstep_sdk/models/payment_detail_header_model.rb +2 -4
  95. data/lib/lockstep_sdk/models/payment_detail_model.rb +2 -4
  96. data/lib/lockstep_sdk/models/payment_model.rb +2 -4
  97. data/lib/lockstep_sdk/models/payment_summary_model.rb +2 -4
  98. data/lib/lockstep_sdk/models/payment_sync_model.rb +2 -4
  99. data/lib/lockstep_sdk/models/provisioning_finalize_request_model.rb +2 -4
  100. data/lib/lockstep_sdk/models/provisioning_model.rb +2 -4
  101. data/lib/lockstep_sdk/models/provisioning_response_model.rb +2 -4
  102. data/lib/lockstep_sdk/models/risk_rate_model.rb +2 -4
  103. data/lib/lockstep_sdk/models/state_model.rb +2 -4
  104. data/lib/lockstep_sdk/models/status_model.rb +2 -4
  105. data/lib/lockstep_sdk/models/sync_entity_result_model.rb +2 -4
  106. data/lib/lockstep_sdk/models/sync_request_model.rb +2 -4
  107. data/lib/lockstep_sdk/models/sync_submit_model.rb +2 -4
  108. data/lib/lockstep_sdk/models/transfer_owner_model.rb +2 -4
  109. data/lib/lockstep_sdk/models/transfer_owner_submit_model.rb +2 -4
  110. data/lib/lockstep_sdk/models/uri_model.rb +2 -4
  111. data/lib/lockstep_sdk/models/user_account_model.rb +2 -4
  112. data/lib/lockstep_sdk/models/user_role_model.rb +2 -4
  113. data/lib/lockstep_sdk/models/webhook_history_table_storage_model.rb +2 -4
  114. data/lib/lockstep_sdk/models/webhook_model.rb +2 -4
  115. metadata +3 -2
@@ -1,16 +1,15 @@
1
1
  #
2
- # Lockstep Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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>
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.0
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 LockstepSdk
24
+ module lockstep_sdk
26
25
  class LockstepApi
27
26
 
28
27
  ##
29
- # @return [String] The version number of this Lockstep API client
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 Lockstep API client targeting the specified server.
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 [Lockstep Platform API key](https://developer.lockstep.io/docs/api-keys) to use for authentication
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 [JWT Bearer Token](https://developer.lockstep.io/docs/jwt-bearer-tokens) to use for authentication
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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 Software Development Kit for Ruby
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 Ted Spence <tspence@lockstep.io>
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
  #