aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/fixtures/copper/api_v1_activity_types.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/test/fixtures/copper/api_v1_activity_types.json')
-rw-r--r--packages/pipeline/test/fixtures/copper/api_v1_activity_types.json24
1 files changed, 0 insertions, 24 deletions
diff --git a/packages/pipeline/test/fixtures/copper/api_v1_activity_types.json b/packages/pipeline/test/fixtures/copper/api_v1_activity_types.json
deleted file mode 100644
index dbd39c31b..000000000
--- a/packages/pipeline/test/fixtures/copper/api_v1_activity_types.json
+++ /dev/null
@@ -1,24 +0,0 @@
-{
- "user": [
- { "id": 0, "category": "user", "name": "Note", "is_disabled": false, "count_as_interaction": false },
- { "id": 660496, "category": "user", "name": "To Do", "is_disabled": false, "count_as_interaction": false },
- { "id": 660495, "category": "user", "name": "Meeting", "is_disabled": false, "count_as_interaction": true },
- { "id": 660494, "category": "user", "name": "Phone Call", "is_disabled": false, "count_as_interaction": true }
- ],
- "system": [
- {
- "id": 1,
- "category": "system",
- "name": "Property Changed",
- "is_disabled": false,
- "count_as_interaction": false
- },
- {
- "id": 3,
- "category": "system",
- "name": "Pipeline Stage Changed",
- "is_disabled": false,
- "count_as_interaction": false
- }
- ]
-}