@integry/sdk 4.0.3-dev.9 → 4.0.4-beta.10

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.
@@ -413,6 +413,7 @@ interface Instance {
413
413
  error_code: number;
414
414
  first_error_received_at: string;
415
415
  usage_limit_reached_at: string;
416
+ is_test_integration: boolean;
416
417
  }
417
418
  interface MultipurposeFieldType {
418
419
  activityOutputData: NestedObject;