@integry/sdk 4.3.3 → 4.3.5
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/.vscode/launch.json
CHANGED
|
@@ -13,7 +13,7 @@
|
|
|
13
13
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample-23.html",
|
|
14
14
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(33).html",
|
|
15
15
|
// "url": "file:////Users/yasir/Downloads/Flows%20-%20Integry%20SDK%20sample%20(34).html",
|
|
16
|
-
"url": "file:////Users/yasir/Downloads/Integry SDK sample code (
|
|
16
|
+
"url": "file:////Users/yasir/Downloads/Integry SDK sample code (2).html",
|
|
17
17
|
"webRoot": "${workspaceFolder}/src"
|
|
18
18
|
}
|
|
19
19
|
]
|
package/dist/esm/index.csm.d.ts
CHANGED
|
@@ -224,6 +224,8 @@ interface SDKConfig {
|
|
|
224
224
|
};
|
|
225
225
|
userConfig?: UserConfig;
|
|
226
226
|
options?: SDKOptions;
|
|
227
|
+
payloads?: NestedObject;
|
|
228
|
+
user?: NestedObject;
|
|
227
229
|
}
|
|
228
230
|
interface ConfigWithObject extends SDKConfig {
|
|
229
231
|
appKey: string;
|
|
@@ -346,8 +348,7 @@ interface TemplateField {
|
|
|
346
348
|
app_user_data?: {
|
|
347
349
|
app_user: number;
|
|
348
350
|
id: number;
|
|
349
|
-
value:
|
|
350
|
-
string | number;
|
|
351
|
+
value: string | number;
|
|
351
352
|
is_changed: boolean;
|
|
352
353
|
changed_dynamic_fields: string;
|
|
353
354
|
}[];
|