aboutsummaryrefslogtreecommitdiffstats
path: root/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts')
-rw-r--r--packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts39
1 files changed, 0 insertions, 39 deletions
diff --git a/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts b/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts
deleted file mode 100644
index a44bbd2c3..000000000
--- a/packages/pipeline/test/fixtures/copper/api_v1_custom_field_definitions.ts
+++ /dev/null
@@ -1,39 +0,0 @@
-import { CopperCustomField } from '../../../src/entities';
-const ParsedCustomFields: CopperCustomField[] = [
- {
- id: 394020,
- name: 'Strategic Relationship',
- dataType: 'Integration Type',
- fieldType: 'option',
- },
- { id: 394013, name: 'ERC-20 Exchange', dataType: 'Integration Type', fieldType: 'option' },
- { id: 394014, name: 'ERC-721 Marketplace', dataType: 'Integration Type', fieldType: 'option' },
- { id: 394015, name: 'Trade Widget', dataType: 'Integration Type', fieldType: 'option' },
- {
- id: 394016,
- name: 'Prediction Market Exchange',
- dataType: 'Integration Type',
- fieldType: 'option',
- },
- {
- id: 394017,
- name: 'Security Token Exchange',
- dataType: 'Integration Type',
- fieldType: 'option',
- },
- { id: 394018, name: 'Complementary Company', dataType: 'Integration Type', fieldType: 'option' },
- { id: 394019, name: 'Service Provider', dataType: 'Integration Type', fieldType: 'option' },
- { id: 261066, name: 'Integration Type', dataType: 'MultiSelect' },
- { id: 394129, name: 'Market Maker', dataType: 'Company Type', fieldType: 'option' },
- { id: 394130, name: 'Events', dataType: 'Company Type', fieldType: 'option' },
- { id: 394023, name: 'Exchange', dataType: 'Company Type', fieldType: 'option' },
- { id: 394024, name: 'Investor', dataType: 'Company Type', fieldType: 'option' },
- { id: 394026, name: 'Service Provider', dataType: 'Company Type', fieldType: 'option' },
- { id: 394027, name: 'Wallet', dataType: 'Company Type', fieldType: 'option' },
- { id: 394134, name: 'Game', dataType: 'Company Type', fieldType: 'option' },
- { id: 394025, name: 'OTC', dataType: 'Company Type', fieldType: 'option' },
- { id: 394021, name: 'Blockchain/Protocol', dataType: 'Company Type', fieldType: 'option' },
- { id: 394022, name: 'dApp', dataType: 'Company Type', fieldType: 'option' },
- { id: 261067, name: 'Company Type', dataType: 'Dropdown' },
-];
-export { ParsedCustomFields };