@integry/sdk 4.0.4-beta.5 → 4.0.4-beta.7

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,19 @@
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
+ // "url": "file:////Users/yasir/Downloads/Flows of an app - Integry SDK sample-8.html",
13
+ // "url": "file:////Users/yasir/Downloads/Apps - Integry SDK sample (8).html",
14
+ // "url": "file:////Users/yasir/Downloads/SDK-TAGS-TEST (1).html",
15
+ "url": "file:////Users/yasir/Downloads/Apps - Integry SDK sample-5.html",
16
+ "webRoot": "${workspaceFolder}/src"
17
+ }
18
+ ]
19
+ }
@@ -414,6 +414,7 @@ interface Instance {
414
414
  error_code: number;
415
415
  first_error_received_at: string;
416
416
  usage_limit_reached_at: string;
417
+ is_test_integration: boolean;
417
418
  }
418
419
  interface MultipurposeFieldType {
419
420
  activityOutputData: NestedObject;