workato-connector-sdk 1.3.14 → 1.3.15
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 +4 -4
- data/VERSION +1 -1
- data/lib/workato/cli/oauth2_command.rb +1 -1
- data/lib/workato/connector/sdk/action.rb +1 -1
- data/lib/workato/connector/sdk/connection.rb +1 -1
- data/lib/workato/connector/sdk/dsl.rb +1 -1
- data/lib/workato/connector/sdk/object_definitions.rb +1 -1
- data/lib/workato/connector/sdk/operation.rb +1 -1
- data/lib/workato/connector/sdk/request.rb +1 -1
- data/lib/workato/connector/sdk/stream.rb +1 -1
- data/lib/workato/connector/sdk/trigger.rb +1 -1
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 03a19696fc45ea878de13447e2bd0a7b9f9b8c8a1cf17e69135601dd7dbbaa52
|
4
|
+
data.tar.gz: 621cec1d6a13ad9764234b01d3dfe3dc520f00a67a99ed6370ffb2d5e06722f3
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 38669dc6635c19c3ff71e0b8a658172d21c9f3d8e5e1968a57757515c14d3c9d32e9f95b97366cd02531efd6479e2b609171b65aa380e91df22c8f632b222b96
|
7
|
+
data.tar.gz: 0b54b628a315a370d60ced4f274650ab22dfa9b8720e088f0e07357fb67a9660ce02702d7aba70c37e6714be8c0c06fec68ad4b66cf781045a40b9467b9e6aad
|
data/VERSION
CHANGED
@@ -1 +1 @@
|
|
1
|
-
1.3.
|
1
|
+
1.3.15
|
@@ -45,7 +45,7 @@ module Workato
|
|
45
45
|
extend T::Sig
|
46
46
|
include MonitorMixin
|
47
47
|
|
48
|
-
using BlockInvocationRefinements
|
48
|
+
using BlockInvocationRefinements # rubocop:disable Sorbet/Refinement core SDK feature
|
49
49
|
|
50
50
|
# @api private
|
51
51
|
sig { returns(ActiveSupport::HashWithIndifferentAccess) }
|
@@ -95,7 +95,7 @@ module Workato
|
|
95
95
|
|
96
96
|
include Global
|
97
97
|
|
98
|
-
using BlockInvocationRefinements
|
98
|
+
using BlockInvocationRefinements # rubocop:disable Sorbet/Refinement core SDK feature
|
99
99
|
|
100
100
|
sig { params(connection: Connection, streams: Streams).void }
|
101
101
|
def initialize(connection = Connection.new, streams = ProhibitedStreams.new)
|
@@ -48,7 +48,7 @@ module Workato
|
|
48
48
|
include Dsl::Error
|
49
49
|
include Dsl::ExecutionContext
|
50
50
|
|
51
|
-
using BlockInvocationRefinements
|
51
|
+
using BlockInvocationRefinements # rubocop:disable Sorbet/Refinement core SDK feature
|
52
52
|
|
53
53
|
sig { override.returns(Streams) }
|
54
54
|
attr_reader :streams
|
@@ -19,7 +19,7 @@ module Workato
|
|
19
19
|
class Request < SimpleDelegator
|
20
20
|
extend T::Sig
|
21
21
|
|
22
|
-
using BlockInvocationRefinements
|
22
|
+
using BlockInvocationRefinements # rubocop:disable Sorbet/Refinement core SDK feature
|
23
23
|
|
24
24
|
ALLOWED_URI_TYPES = [URI::Generic, String].freeze
|
25
25
|
private_constant :ALLOWED_URI_TYPES
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: workato-connector-sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.3.
|
4
|
+
version: 1.3.15
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Pavel Abolmasov
|
8
8
|
autorequire:
|
9
9
|
bindir: exe
|
10
10
|
cert_chain: []
|
11
|
-
date: 2025-
|
11
|
+
date: 2025-05-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: activesupport
|
@@ -215,7 +215,7 @@ dependencies:
|
|
215
215
|
version: 1.13.10
|
216
216
|
- - "<"
|
217
217
|
- !ruby/object:Gem::Version
|
218
|
-
version: '1.
|
218
|
+
version: '1.19'
|
219
219
|
type: :runtime
|
220
220
|
prerelease: false
|
221
221
|
version_requirements: !ruby/object:Gem::Requirement
|
@@ -225,7 +225,7 @@ dependencies:
|
|
225
225
|
version: 1.13.10
|
226
226
|
- - "<"
|
227
227
|
- !ruby/object:Gem::Version
|
228
|
-
version: '1.
|
228
|
+
version: '1.19'
|
229
229
|
- !ruby/object:Gem::Dependency
|
230
230
|
name: public_suffix
|
231
231
|
requirement: !ruby/object:Gem::Requirement
|
@@ -515,7 +515,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
515
515
|
- !ruby/object:Gem::Version
|
516
516
|
version: '0'
|
517
517
|
requirements: []
|
518
|
-
rubygems_version: 3.
|
518
|
+
rubygems_version: 3.2.33
|
519
519
|
signing_key:
|
520
520
|
specification_version: 4
|
521
521
|
summary: Gem for running adapter's code outside Workato infrastructure
|