@integry/sdk 4.6.32 → 4.6.33

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.
@@ -1,22 +1,14 @@
1
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%20-%20Integry%20SDK%20sample-21.html",
13
- // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
14
- // "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
15
- // "url": "file:////Users/yasir/Downloads/Integry SDK sample code (17).html",
16
- // "url": "file:////Users/yasir/Downloads/Flows - Integry SDK sample (41).html",
17
- // "url": "file:////Users/yasir/Downloads/function-sdk (3).html",
18
- "url": "file:////Users/yasir/Downloads/Thryv S.html",
19
- "webRoot": "${workspaceFolder}/src"
20
- }
21
- ]
22
- }
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": "Open Integry SDK sample code (44).html",
11
+ "file": "/Users/yasir/Downloads/Integry SDK sample code (44).html"
12
+ }
13
+ ]
14
+ }
@@ -334,6 +334,7 @@ interface Template {
334
334
  tags: string;
335
335
  };
336
336
  is_manual?: boolean;
337
+ version_number?: number | null;
337
338
  }
338
339
  type App = {
339
340
  id: number;