lockstep_rails 0.3.69 → 0.3.70

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.
@@ -1,4 +1,5 @@
1
+ # frozen_string_literal: true
2
+
1
3
  module LockstepRails
2
- VERSION = '0.3.69'
4
+ VERSION = '0.3.70'
3
5
  end
4
-
@@ -124,6 +124,11 @@ BELONGS_TO_RELATIONS = {
124
124
  class_name: "Lockstep::User",
125
125
  primary_key: :user_id,
126
126
  },
127
+ parent_workflow_status: {
128
+ keys: %w[parentWorkflowStatusId],
129
+ class_name: "Lockstep::WorkflowStatus",
130
+ primary_key: :id
131
+ }
127
132
  }
128
133
 
129
134
  def build_belongs_to_relations(schema_name, properties)
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.69
4
+ version: 0.3.70
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-09-20 00:00:00.000000000 Z
11
+ date: 2023-10-06 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: rails
@@ -81,6 +81,7 @@ files:
81
81
  - app/models/lockstep/user.rb
82
82
  - app/models/lockstep/vendor_summary.rb
83
83
  - app/models/lockstep/webhook.rb
84
+ - app/models/lockstep/workflow_status.rb
84
85
  - app/platform_api/model_template.rb.erb
85
86
  - app/platform_api/schema/account_authorisation.rb
86
87
  - app/platform_api/schema/accounting_profile.rb
@@ -231,6 +232,9 @@ files:
231
232
  - app/platform_api/schema/journal_entry.rb
232
233
  - app/platform_api/schema/journal_entry_fetch_result.rb
233
234
  - app/platform_api/schema/journal_entry_line.rb
235
+ - app/platform_api/schema/journal_entry_line_fetch_result.rb
236
+ - app/platform_api/schema/journal_entry_line_sync.rb
237
+ - app/platform_api/schema/journal_entry_sync.rb
234
238
  - app/platform_api/schema/lead.rb
235
239
  - app/platform_api/schema/magic_link.rb
236
240
  - app/platform_api/schema/magic_link_fetch_result.rb
@@ -345,6 +349,8 @@ files:
345
349
  - app/platform_api/schema/webhook_history_table_storage_fetch_result.rb
346
350
  - app/platform_api/schema/webhook_rule.rb
347
351
  - app/platform_api/schema/webhook_rule_fetch_result.rb
352
+ - app/platform_api/schema/workflow_status.rb
353
+ - app/platform_api/schema/workflow_status_fetch_result.rb
348
354
  - app/platform_api/swagger.json
349
355
  - config/routes.rb
350
356
  - lib/lockstep_rails.rb