ecom_core 1.1.5 → 1.1.6

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: bb5b6db138db077ae3162b60efbfdee5cabb4b362821364f6855bb64a31c1bc7
4
- data.tar.gz: 6f3327caa33dd591ec4d4ee429c4c956035209a0c653f683200ec64faa3f6a68
3
+ metadata.gz: e1f6e3983ebe8c52b90ff6e03d7be6b681c3b1370cb8fd1f05754fe1d30c4632
4
+ data.tar.gz: 919a8ddf42360fd8893e4c0c3f1e9dbb4605179fbcafe95da93eb6fefa92a489
5
5
  SHA512:
6
- metadata.gz: 89d2fdcac80008992d68c0b7fde70cc75064d014144875592f141dc8007d46c14ac3cec922f5c9b139d04544d0dc62f3e377ba13116b42c2ff69cbc81c9fc3ad
7
- data.tar.gz: aea4236c00a9636d34ff52afccd465bc6b6c238c6bd7cf883d08ab61504fb687432c39243129c877201ea5263b2a0ed140c54a953a484291721277e357660b09
6
+ metadata.gz: ce44c79419ca0323fd373e0b1918291024537accdd4c7fcaaf5b6a6466f831c8ae575d1cadb86679a817562f129682bab164fae50c767cb72fc52463044db4ea
7
+ data.tar.gz: f03eaf3aecb8268df496ac1407056413369a8cd35df04d4f238683523ee4de170cc257916ef241d9468d74c2b87629e5a15456eb311f505b83ba607dbfbecf22
@@ -1,7 +1,7 @@
1
1
  module Ecom
2
2
  module Core
3
3
  class ApplicationModuleSerializer < ApplicationSerializer
4
- attributes :code, :name
4
+ attributes :id, :code, :name
5
5
  end
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  module Ecom
2
2
  module Core
3
3
  class LookupSerializer < ApplicationSerializer
4
- attributes :name, :type
4
+ attributes :id, :name, :type
5
5
  end
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  module Ecom
2
2
  module Core
3
3
  class ResourceTypeSerializer < ApplicationSerializer
4
- attributes :code, :name, :base_unit, :type
4
+ attributes :id, :code, :name, :base_unit, :type
5
5
  end
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  module Ecom
2
2
  module Core
3
3
  class UserRoleSerializer < ApplicationSerializer
4
- attributes :name
4
+ attributes :id, :name
5
5
  end
6
6
  end
7
7
  end
@@ -1,7 +1,7 @@
1
1
  module Ecom
2
2
  module Core
3
3
  class UserSerializer < ApplicationSerializer
4
- attributes :first_name, :last_name, :email, :active
4
+ attributes :id, :first_name, :last_name, :email, :active
5
5
  end
6
6
  end
7
7
  end
@@ -1,5 +1,5 @@
1
1
  module Ecom
2
2
  module Core
3
- VERSION = '1.1.5'.freeze
3
+ VERSION = '1.1.6'.freeze
4
4
  end
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: ecom_core
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.1.5
4
+ version: 1.1.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Henock L.