aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json')
-rw-r--r--packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json38
1 files changed, 0 insertions, 38 deletions
diff --git a/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json b/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json
deleted file mode 100644
index c6665cb0f..000000000
--- a/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.json
+++ /dev/null
@@ -1,38 +0,0 @@
-[
- {
- "id": 261066,
- "name": "Integration Type",
- "canonical_name": null,
- "data_type": "MultiSelect",
- "available_on": ["opportunity", "company", "person"],
- "options": [
- { "id": 394020, "name": "Strategic Relationship", "rank": 7 },
- { "id": 394013, "name": "ERC-20 Exchange", "rank": 0 },
- { "id": 394014, "name": "ERC-721 Marketplace", "rank": 1 },
- { "id": 394015, "name": "Trade Widget", "rank": 2 },
- { "id": 394016, "name": "Prediction Market Exchange", "rank": 3 },
- { "id": 394017, "name": "Security Token Exchange", "rank": 4 },
- { "id": 394018, "name": "Complementary Company", "rank": 5 },
- { "id": 394019, "name": "Service Provider", "rank": 6 }
- ]
- },
- {
- "id": 261067,
- "name": "Company Type",
- "canonical_name": null,
- "data_type": "Dropdown",
- "available_on": ["company", "opportunity", "person"],
- "options": [
- { "id": 394129, "name": "Market Maker", "rank": 6 },
- { "id": 394130, "name": "Events", "rank": 2 },
- { "id": 394023, "name": "Exchange", "rank": 3 },
- { "id": 394024, "name": "Investor", "rank": 5 },
- { "id": 394026, "name": "Service Provider", "rank": 8 },
- { "id": 394027, "name": "Wallet", "rank": 9 },
- { "id": 394134, "name": "Game", "rank": 4 },
- { "id": 394025, "name": "OTC", "rank": 7 },
- { "id": 394021, "name": "Blockchain/Protocol", "rank": 0 },
- { "id": 394022, "name": "dApp", "rank": 1 }
- ]
- }
-]