@integration-app/sdk
Advanced tools
@@ -67,7 +67,7 @@ import { ConnectionMode } from '../integrations'; | ||
requiredFields?: string[]; | ||
excludeFields?: string[]; | ||
excludedFields?: string[]; | ||
} | ||
export interface DataCollectionUpdateSpec { | ||
fields?: string[]; | ||
excludeFields?: string[]; | ||
excludedFields?: string[]; | ||
} | ||
@@ -74,0 +74,0 @@ export interface DataCollectionDeleteSpec { |
{ | ||
"name": "@integration-app/sdk", | ||
"version": "0.15.74", | ||
"version": "0.15.75", | ||
"description": "JavaScript SDK for Integration.app", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -111,3 +111,3 @@ import { ConnectionMode } from '../integrations' | ||
requiredFields?: string[] | ||
excludeFields?: string[] | ||
excludedFields?: string[] | ||
} | ||
@@ -117,3 +117,3 @@ | ||
fields?: string[] | ||
excludeFields?: string[] | ||
excludedFields?: string[] | ||
} | ||
@@ -120,0 +120,0 @@ |
@@ -55,6 +55,6 @@ import { Static, Type } from '@sinclair/typebox' | ||
create: { | ||
excludeFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
excludedFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
}, | ||
update: { | ||
excludeFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
excludedFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
}, | ||
@@ -61,0 +61,0 @@ populateFields, |
@@ -49,6 +49,6 @@ "use strict"; | ||
create: { | ||
excludeFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
excludedFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
}, | ||
update: { | ||
excludeFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
excludedFields: ['createdTime', 'createdBy', 'updatedTime', 'updatedBy'], | ||
}, | ||
@@ -55,0 +55,0 @@ populateFields, |
Sorry, the diff of this file is not supported yet
3420924
0