multiwoven-integrations 0.1.49 → 0.1.50

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: 96d535997b9e775eb4f677ba0be5722ee3aaa88f3226a6fa3b4aef24fb949ffe
4
- data.tar.gz: a1c0be33b6c70efadb6c4bed8016a8b8c65cbb66ef430194d50cd0220b325559
3
+ metadata.gz: b2ec8669076a7a0b2efcb2d782776a6ce40a225f40ae0ebe63f56c04a526c1e1
4
+ data.tar.gz: 8234a7d9f7f11a5cde6c20d6ef9f954111f3757a272c89037359899c8eab5de0
5
5
  SHA512:
6
- metadata.gz: 406892b62ca959ec83fd237568a6d5475f51656d1083b54ac87ff1c08a4cbb49ffc5eca436694e30514c6280cbb943ad8b66f894cb549d4241bacb6e10895fd3
7
- data.tar.gz: bc3bf83c198472ef8af07f6763a02e31b8abc7742bf3b5f0fff3483094526870f88ad5f88df6291301eec3e207541e62a84d249f6c5df861ffc7debdea35db18
6
+ metadata.gz: 61d15b55378dffb0448080079d34665899980219f7ce7341aa74c241818298d2cb17fd261e2c33e82dd37df846a8b57ace50dd2ec3d6772bfc60ecd5fb9bb798
7
+ data.tar.gz: a1a31b747928624ccbcbb34d8cac68ef75c5182b767b6f4cd3650d106f31ca723f5bb16403fa9f91936e57f3cf9e004c7769596c53ba3bd337cb2be2542a29eb
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- module Source
5
+ module Destination
6
6
  module SalesforceConsumerGoodsCloud
7
7
  module SchemaHelper
8
8
  include Core::Constants
@@ -100,6 +100,7 @@ module Multiwoven
100
100
  json_schema = {
101
101
  "$schema": "http://json-schema.org/draft-07/schema#",
102
102
  "title": metadata["name"],
103
+ "batch_support": false,
103
104
  "type": "object",
104
105
  "additionalProperties": true,
105
106
  "properties": fields_schema
@@ -117,7 +118,7 @@ module Multiwoven
117
118
  "action": "create",
118
119
  "json_schema": json_schema,
119
120
  "required": required,
120
- "supported_sync_modes": %w[full_refresh incremental],
121
+ "supported_sync_modes": %w[incremental],
121
122
  "source_defined_cursor": true,
122
123
  "default_cursor_field": ["updated"],
123
124
  "source_defined_primary_key": [primary_key]
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.49"
5
+ VERSION = "0.1.50"
6
6
 
7
7
  ENABLED_SOURCES = %w[
8
8
  Snowflake
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- module Destination
5
+ module Source
6
6
  module SalesforceConsumerGoodsCloud
7
7
  module SchemaHelper
8
8
  include Core::Constants
@@ -117,7 +117,7 @@ module Multiwoven
117
117
  "action": "create",
118
118
  "json_schema": json_schema,
119
119
  "required": required,
120
- "supported_sync_modes": %w[full_refresh incremental],
120
+ "supported_sync_modes": %w[incremental],
121
121
  "source_defined_cursor": true,
122
122
  "default_cursor_field": ["updated"],
123
123
  "source_defined_primary_key": [primary_key]
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.49
4
+ version: 0.1.50
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-03-27 00:00:00.000000000 Z
11
+ date: 2024-03-28 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: activesupport