@crono-one/n8n-nodes-crono-public-api 1.3.0 → 1.4.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.
@@ -561,6 +561,7 @@ class CronoPublicApi {
561
561
  show: {
562
562
  resource: ['company', 'contact', 'deal', 'note', 'activity', 'user', 'import'],
563
563
  operation: ['getAll'],
564
+ returnAll: [false],
564
565
  },
565
566
  },
566
567
  },
@@ -573,6 +574,7 @@ class CronoPublicApi {
573
574
  show: {
574
575
  resource: ['company', 'contact', 'deal', 'note', 'activity', 'user', 'import'],
575
576
  operation: ['getAll'],
577
+ returnAll: [false],
576
578
  },
577
579
  },
578
580
  },