@membranehq/sdk 0.1.0 → 0.2.0

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.
package/dist/bundle.d.ts CHANGED
@@ -305,6 +305,7 @@ interface DataSchema {
305
305
  examples?: any[];
306
306
  anyOf?: DataSchema[];
307
307
  isImplied?: boolean;
308
+ isSensitive?: boolean;
308
309
  referenceCollectionPath?: string;
309
310
  referenceCollectionUri?: string;
310
311
  }
@@ -30,6 +30,7 @@ export interface DataSchema {
30
30
  examples?: any[];
31
31
  anyOf?: DataSchema[];
32
32
  isImplied?: boolean;
33
+ isSensitive?: boolean;
33
34
  referenceCollectionPath?: string;
34
35
  referenceCollectionUri?: string;
35
36
  }
package/dist/index.d.ts CHANGED
@@ -412,6 +412,7 @@ interface DataSchema {
412
412
  examples?: any[];
413
413
  anyOf?: DataSchema[];
414
414
  isImplied?: boolean;
415
+ isSensitive?: boolean;
415
416
  referenceCollectionPath?: string;
416
417
  referenceCollectionUri?: string;
417
418
  }
@@ -412,6 +412,7 @@ interface DataSchema {
412
412
  examples?: any[];
413
413
  anyOf?: DataSchema[];
414
414
  isImplied?: boolean;
415
+ isSensitive?: boolean;
415
416
  referenceCollectionPath?: string;
416
417
  referenceCollectionUri?: string;
417
418
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@membranehq/sdk",
3
- "version": "0.1.0",
3
+ "version": "0.2.0",
4
4
  "description": "JavaScript SDK for Integration.app",
5
5
  "author": "Integration.app",
6
6
  "source": "src/index.ts",