@budibase/types 3.12.10 → 3.12.11

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.
@@ -148,6 +148,7 @@ export interface IntegrationBase {
148
148
  read?(query: any): Promise<any[] | any>;
149
149
  update?(query: any): Promise<any[] | any>;
150
150
  delete?(query: any): Promise<any[] | any>;
151
+ patch?(query: any): Promise<any[] | any>;
151
152
  testConnection?(): Promise<ConnectionInfo>;
152
153
  getExternalSchema?(): Promise<string>;
153
154
  defineTypeCastingFromSchema?(schema: {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@budibase/types",
3
- "version": "3.12.10",
3
+ "version": "3.12.11",
4
4
  "description": "Budibase types",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
@@ -27,5 +27,5 @@
27
27
  "dependencies": {
28
28
  "scim-patch": "^0.8.1"
29
29
  },
30
- "gitHead": "9de98cbeb3441ce32f5cc05573fff655c7c758e9"
30
+ "gitHead": "b5eea4bb446eb6d79440b12dfdb5c492c7ec21dc"
31
31
  }