multiwoven-integrations 0.1.49 → 0.1.51

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: 96d535997b9e775eb4f677ba0be5722ee3aaa88f3226a6fa3b4aef24fb949ffe
4
- data.tar.gz: a1c0be33b6c70efadb6c4bed8016a8b8c65cbb66ef430194d50cd0220b325559
3
+ metadata.gz: 2efbfb751cda41f3cbb72c7c2b24dccd8cdae50dad3a63522ab90e0f4f8002e6
4
+ data.tar.gz: 8b504b553afaadf3c2fa8d9606b600938aa79feb7cdece1d67546d7046e2fef3
5
5
  SHA512:
6
- metadata.gz: 406892b62ca959ec83fd237568a6d5475f51656d1083b54ac87ff1c08a4cbb49ffc5eca436694e30514c6280cbb943ad8b66f894cb549d4241bacb6e10895fd3
7
- data.tar.gz: bc3bf83c198472ef8af07f6763a02e31b8abc7742bf3b5f0fff3483094526870f88ad5f88df6291301eec3e207541e62a84d249f6c5df861ffc7debdea35db18
6
+ metadata.gz: 922da5a0cec3cdc4262e468cf0118644cb3cd75a3c156899e5b9a72bb80d357f5afc8b02d4dbd0b831ee8d44a2dde063dcbc4ae5c02f4d227c61cbc89b9a37f9
7
+ data.tar.gz: c4203099ea76b017c8d9f03e252185e01a9aa36e23a8b9cb3a0b82ee07f80401b47bffe7e1b1db5d316aba8e0bc6273f7b1190f5aeb71ebfd4f730ef6ee4ad45
@@ -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
@@ -117,10 +117,12 @@ 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
- "source_defined_primary_key": [primary_key]
123
+ "source_defined_primary_key": [primary_key],
124
+ "batch_support": false,
125
+ "batch_size": 0
124
126
  }
125
127
  end
126
128
  end
@@ -2,7 +2,7 @@
2
2
 
3
3
  module Multiwoven
4
4
  module Integrations
5
- VERSION = "0.1.49"
5
+ VERSION = "0.1.51"
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.51
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