multiwoven-integrations 0.1.25 → 0.1.26

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: e0dfe0651dda397e28cf09a73fa2bcd653bbcdc7bbf3b57b7ad6e2a71902c48b
4
- data.tar.gz: 85980ecec56bca8d6c66ff9537456ead66efc3781df13c449566b670128ba20c
3
+ metadata.gz: a1b9333ad7242d181c8ac2c70ef61002ac2cd36bd2f2911307156e64cabc909d
4
+ data.tar.gz: 242b794fe8d631f986c2c7dd4369e48d1b9914cd5abe75ae9b1c508cedbaa1e9
5
5
  SHA512:
6
- metadata.gz: c6f751f9e17395f275fd76074243a171fbfedf48aeb36d46e871c889a0a14d138f43afac75958b5f98263aedfdd7ae1beb18332848ff2db4dc3384a61ca61a45
7
- data.tar.gz: 2839ba0b5174f8a168a65782d5474efcf4cfda846daef1ab5db5616341f67ae0c62ce29ee7d1ed2c14f3da2f1bd9973347f38ac9d7b542de64d2ed63241f40ce
6
+ metadata.gz: 6524033c6bd87552a24c0fdc09c50552e2887cdb06f896bd4ce14494875f3d9400ca2e1a5fbf4f834a0ab841a29e1b80bb3c32333c657d13d1b2d87b3770d4d9
7
+ data.tar.gz: c5ca8de6c4ab7766a9e3a1d16776bab6fc6d9265fc0cdfedc66444706dc37b2d3e012e4e6f79b1c3788c8670651630a77185f7e88d6b97093418cc2002595b6c
@@ -3,7 +3,7 @@
3
3
  module Multiwoven::Integrations::Destination
4
4
  module FacebookCustomAudience
5
5
  include Multiwoven::Integrations::Core
6
- class Client < DestinationConnector # rubocop:disable Metrics/ClassLength
6
+ class Client < DestinationConnector # rubocop:disable Metrics/ClassLength
7
7
  MAX_CHUNK_SIZE = 10_000
8
8
  def check_connection(connection_config)
9
9
  connection_config = connection_config.with_indifferent_access
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "FacebookCustomAudience",
4
+ "title": "Facebook Custom Audiences",
4
5
  "connector_type": "destination",
5
6
  "category": "Adtech",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Klaviyo",
4
+ "title": "Klaviyo",
4
5
  "connector_type": "destination",
5
6
  "category": "Marketing Automation",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "SalesforceCrm",
4
+ "title": "Salesforce CRM",
4
5
  "connector_type": "destination",
5
6
  "category": "CRM",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Slack",
4
+ "title": "Slack",
4
5
  "connector_type": "destination",
5
6
  "category": "Team Collaboration",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.25"
5
+ VERSION = "0.1.26"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Bigquery",
4
+ "title": "Google BigQuery",
4
5
  "connector_type": "source",
5
6
  "category": "Data Warehouse",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Redshift",
4
+ "title": "Amazon Redshift",
4
5
  "connector_type": "source",
5
6
  "category": "Data Warehouse",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
@@ -1,6 +1,7 @@
1
1
  {
2
2
  "data": {
3
3
  "name": "Snowflake",
4
+ "title": "Snowflake",
4
5
  "connector_type": "source",
5
6
  "category": "Data Warehouse",
6
7
  "documentation_url": "https://docs.mutliwoven.com",
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.1.25
4
+ version: 0.1.26
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-02-15 00:00:00.000000000 Z
11
+ date: 2024-02-16 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport