forest_admin_agent 1.0.0.pre.beta.64 → 1.0.0.pre.beta.65

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: '0979d1b15c8faf4d56669715f024bcd61cd586278b50f78a99b05e003f105a24'
4
- data.tar.gz: 459b2fbd2b8b38d93f8c55ff8cb5f92dbed4991fe8148e24897ff9ecc83bddc7
3
+ metadata.gz: f12650715c9e8879b698b5254c017b198702b5d2356a818e936d5d9f4573d665
4
+ data.tar.gz: fe19ef8642d6885c51ceb2e91b8974f135eb1db144c476284751718c5bf64ca6
5
5
  SHA512:
6
- metadata.gz: 980a434a3321589007cede7d5682a4ad5faf0f7520865326065c31af74c57548d8f671ba2f7cb68126eb85219ba8fad4f872a42a5e99e93e783b0fc42863e110
7
- data.tar.gz: 7de7173174871ee0fb69eccfd856e86ccf8dd687cd09c1217de2ac9139262153a70effb1b09ee7926a23f803e507d22e2ab12942679fdd446b6a290722606814
6
+ metadata.gz: 3bb4469b6ed42b9c1bd080956de1081c744e30ab9db7d867019c4b0e34d41c007a4c7ce55a931b804dac9212cf963915b947514717e4451bbbea4784f31f3e76
7
+ data.tar.gz: 9b4f3252ac9f57f2038440c2b20aec0234541d3100e2ffb1472aa553188ba4d8fc9af92d0a439853a86e2a572b6d770d280acc42aa567aa6112254e1aa3d5f6d
@@ -69,7 +69,10 @@ module ForestAdminAgent
69
69
  end
70
70
  end
71
71
 
72
- Projection.new(fields)
72
+ projection = Projection.new(fields)
73
+ ForestAdminDatasourceToolkit::Validations::ProjectionValidator.validate?(collection, projection)
74
+
75
+ projection
73
76
  end
74
77
 
75
78
  def self.parse_projection_with_pks(collection, args)
@@ -7,7 +7,7 @@ module ForestAdminAgent
7
7
  class SchemaEmitter
8
8
  LIANA_NAME = "agent-ruby"
9
9
 
10
- LIANA_VERSION = "1.0.0-beta.64"
10
+ LIANA_VERSION = "1.0.0-beta.65"
11
11
 
12
12
  def self.get_serialized_schema(datasource)
13
13
  schema_path = Facades::Container.cache(:schema_path)
@@ -1,3 +1,3 @@
1
1
  module ForestAdminAgent
2
- VERSION = "1.0.0-beta.64"
2
+ VERSION = "1.0.0-beta.65"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: forest_admin_agent
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0.pre.beta.64
4
+ version: 1.0.0.pre.beta.65
5
5
  platform: ruby
6
6
  authors:
7
7
  - Matthieu
@@ -9,7 +9,7 @@ authors:
9
9
  autorequire:
10
10
  bindir: exe
11
11
  cert_chain: []
12
- date: 2024-08-21 00:00:00.000000000 Z
12
+ date: 2024-08-23 00:00:00.000000000 Z
13
13
  dependencies:
14
14
  - !ruby/object:Gem::Dependency
15
15
  name: activesupport