@integry/sdk 3.2.25-beta.9 → 3.2.25
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/esm/index.csm.d.ts
CHANGED
|
@@ -76,6 +76,7 @@ type IntegrySDKEventPayloads = {
|
|
|
76
76
|
};
|
|
77
77
|
"did-remove-authorization": {
|
|
78
78
|
authorizationId: number;
|
|
79
|
+
appId?: number | null;
|
|
79
80
|
};
|
|
80
81
|
"did-begin-remove-authorization": {
|
|
81
82
|
authorizationId: number;
|
|
@@ -266,7 +267,13 @@ interface TemplateField {
|
|
|
266
267
|
app_user: number;
|
|
267
268
|
id: number;
|
|
268
269
|
value: string | number;
|
|
269
|
-
is_changed: boolean
|
|
270
|
+
is_changed: boolean /**
|
|
271
|
+
* Render the template form we ship
|
|
272
|
+
* @param data
|
|
273
|
+
*/; /**
|
|
274
|
+
* Render the template form we ship
|
|
275
|
+
* @param data
|
|
276
|
+
*/
|
|
270
277
|
changed_dynamic_fields: string;
|
|
271
278
|
}[];
|
|
272
279
|
added_in_mapping?: boolean;
|