connectors_utility 8.6.0.4.pre.20221115T001453Z → 8.6.0.4.pre.20221115T001812Z

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f8ce30cca8213ab393ffc87c34442b10e1a075d17a9df05589938bf0b88feb4c
4
- data.tar.gz: 53a95968b2481cc53febfa847555979fe7719a861648020467557991d4d14d2e
3
+ metadata.gz: ac5e3edace211b9ddceef02ec8785a9967ddbce0c346f629f40bce93bb1e4951
4
+ data.tar.gz: e766607f3784e051d52beedb5acec6a8e1fdbfc8334245980c21ac2e06777c10
5
5
  SHA512:
6
- metadata.gz: b900a27b30fd10a035d205011fe80d5a72c977c3761f201a2debaaa09a21579008831fdd326ca67652e32dff79855e84cec312e5a4a5e1231f6e0576074ff142
7
- data.tar.gz: 82d5f5851ed643a53faa95d773dfd41dcceef7afe4fadd065c7ab2613746c984473a7b6939b6809f79049a881ad2166f94b96c3a20accfe4e01571aed51e8294
6
+ metadata.gz: f8cb0768b2bd020d16b54bde70b396f88316fa68092663d0cf05045140b932e94e4aeb3646700527bc07517fff04e7296efccf77d22df8aad6ddbb7b7eaaa7b1
7
+ data.tar.gz: ae307da6fdec1df3733d910ee7df68aad9fb52f15710539dabde845a405359534c63793649da5445c0191b2c51252ca3616e1f515177038dc317302e95cfcd64
@@ -0,0 +1,17 @@
1
+ #
2
+ # Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one
3
+ # or more contributor license agreements. Licensed under the Elastic License;
4
+ # you may not use this file except in compliance with the Elastic License.
5
+ #
6
+
7
+ # frozen_string_literal: true
8
+
9
+ module Core
10
+ module Filtering
11
+ class ValidationStatus
12
+ INVALID = 'invalid'
13
+ VALID = 'valid'
14
+ EDITED = 'edited'
15
+ end
16
+ end
17
+ end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: connectors_utility
3
3
  version: !ruby/object:Gem::Version
4
- version: 8.6.0.4.pre.20221115T001453Z
4
+ version: 8.6.0.4.pre.20221115T001812Z
5
5
  platform: ruby
6
6
  authors:
7
7
  - Elastic
@@ -108,6 +108,7 @@ files:
108
108
  - lib/connectors_utility.rb
109
109
  - lib/core/connector_settings.rb
110
110
  - lib/core/elastic_connector_actions.rb
111
+ - lib/core/filtering/validation_status.rb
111
112
  - lib/core/scheduler.rb
112
113
  - lib/utility.rb
113
114
  - lib/utility/bulk_queue.rb