@apteva/integrations 0.3.7 → 0.3.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@apteva/integrations",
3
- "version": "0.3.7",
3
+ "version": "0.3.8",
4
4
  "description": "Local integrations, connections, and webhooks for Apteva. Self-contained app templates, OAuth engine, and trigger provider.",
5
5
  "author": "Apteva <hello@apteva.com>",
6
6
  "license": "Elastic-2.0",
@@ -936,9 +936,9 @@
936
936
  "direction": "outgoing"
937
937
  },
938
938
  "id_field": "webhook_id",
939
- "delete_path": "/webhooks-delete/{id}",
939
+ "delete_path": "/webhooks/{id}",
940
940
  "delete_method": "DELETE",
941
- "list_path": "/webhooks-list",
941
+ "list_path": "/webhooks",
942
942
  "list_field": "webhooks"
943
943
  }
944
944
  }
@@ -1903,9 +1903,9 @@
1903
1903
  "direction": "outgoing"
1904
1904
  },
1905
1905
  "id_field": "webhook_id",
1906
- "delete_path": "/webhooks-delete/{id}",
1906
+ "delete_path": "/webhooks/{id}",
1907
1907
  "delete_method": "DELETE",
1908
- "list_path": "/webhooks-list",
1908
+ "list_path": "/webhooks",
1909
1909
  "list_field": "webhooks"
1910
1910
  }
1911
1911
  }