@unito/integration-api 4.6.0 → 4.6.1
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/src/types.d.ts +1 -1
- package/package.json +1 -1
package/dist/src/types.d.ts
CHANGED
|
@@ -577,7 +577,7 @@ export interface WebhookItem {
|
|
|
577
577
|
/**
|
|
578
578
|
* The canonical path of the parent item, if applicable.
|
|
579
579
|
*/
|
|
580
|
-
parentCanonicalPath
|
|
580
|
+
parentCanonicalPath?: string;
|
|
581
581
|
/**
|
|
582
582
|
* The date at which the event took place, expressed as an ISO 8601 string.
|
|
583
583
|
* e.g 2023-11-05T08:15:30.000-05:00"
|