@integry/sdk 4.0.1-beta.6 → 4.0.1-beta.8

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.
@@ -0,0 +1,15 @@
1
+ {
2
+ // Use IntelliSense to learn about possible attributes.
3
+ // Hover to view descriptions of existing attributes.
4
+ // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387
5
+ "version": "0.2.0",
6
+ "configurations": [
7
+ {
8
+ "type": "chrome",
9
+ "request": "launch",
10
+ "name": "Launch Chrome against localhost",
11
+ "url": "file:////Users/yasir/Downloads/Apps - Integry SDK sample-3.html",
12
+ "webRoot": "${workspaceFolder}/src"
13
+ }
14
+ ]
15
+ }
@@ -440,6 +440,7 @@ interface MultipurposeFieldType {
440
440
  accountConnected?: boolean;
441
441
  isEditable?: boolean;
442
442
  allowTagsInText?: boolean;
443
+ hideTabs?: boolean;
443
444
  }
444
445
  /**
445
446
  *
@@ -515,6 +516,7 @@ declare class IntegryJS {
515
516
  integrationId?: number;
516
517
  flowContainerId: string;
517
518
  versionId?: number;
519
+ viewStyle?: string;
518
520
  }) => void;
519
521
  /**
520
522
  * Render the template form we ship