multiwoven-integrations 0.11.0 → 0.11.2

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: 8a76de4bbbe54dda8a7a063b0e2ad56aa79cb68625661cb7396b1a23db6e8ac6
4
- data.tar.gz: 486ad225768b3fe8732f80deeb35d25e3f2e9e73ffa652d6ea592e51288dbdc6
3
+ metadata.gz: d66b37c38c05a728d4acbe3c2575ab45f0a19172d2d0f9d131801415a5d55c36
4
+ data.tar.gz: 6e6ae1f325d5e3fb9280a468edfc3a2c30c5d4b4bf9c01c074dc1b5a59572bbf
5
5
  SHA512:
6
- metadata.gz: '03249a470b67cac1c549d7c7682e80f0f6e1b6c62b41c547687b1b03cbf11cc8a691b5cdfc1fa05259df58d0ed192d020f466d8136b1ce6c582d9bbc0187f245'
7
- data.tar.gz: b30b3fe2853752f86478aaf80b300c6f9bb038bd72a2b6a2f5507819ef15d8686a2182eb29ee99136191d31be9efcf58eede56fa9ebc12edfe6d97d255b6f091
6
+ metadata.gz: ff785a6727e67f136cd44fa49d046579db31e6f1335f4d40c248110781f77a3e9bb79b0c43f8255186bf1f25da439527a43b80ffc96d224c57606639fc936fcf
7
+ data.tar.gz: 10f4da6e75ecca43a03f4600320b50ce54a948bce82e70d86541d92dfa8300b168451507e57e4d7c6eff97289d74c968b6c62a1211f3ab462fc7707b3e569811
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.11.0"
5
+ VERSION = "0.11.2"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -37,12 +37,14 @@
37
37
  "description": "Sample Request Format",
38
38
  "type": "string",
39
39
  "title": "Request Format",
40
+ "x-request-format": true,
40
41
  "order": 4
41
42
  },
42
43
  "response_format": {
43
44
  "description": "Sample Response Format",
44
45
  "type": "string",
45
46
  "title": "Response Format",
47
+ "x-response-format": true,
46
48
  "order": 5
47
49
  }
48
50
  }
@@ -33,12 +33,14 @@
33
33
  "title": "Request Format",
34
34
  "description": "Sample Request Format",
35
35
  "type": "string",
36
+ "x-request-format": true,
36
37
  "order": 3
37
38
  },
38
39
  "response_format": {
39
40
  "title": "Response Format",
40
41
  "description": "Sample Response Format",
41
42
  "type": "string",
43
+ "x-response-format": true,
42
44
  "order": 4
43
45
  }
44
46
  }
@@ -30,12 +30,14 @@
30
30
  "title": "Request Format",
31
31
  "description": "Sample Request Format",
32
32
  "type": "string",
33
+ "x-request-format": true,
33
34
  "order": 3
34
35
  },
35
36
  "response_format": {
36
37
  "title": "Response Format",
37
38
  "description": "Sample Response Format",
38
39
  "type": "string",
40
+ "x-response-format": true,
39
41
  "order": 4
40
42
  },
41
43
  "credentials_json": {
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: multiwoven-integrations
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.11.0
4
+ version: 0.11.2
5
5
  platform: ruby
6
6
  authors:
7
7
  - Subin T P
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2024-09-09 00:00:00.000000000 Z
11
+ date: 2024-09-11 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport