First build
Some checks failed
Client Admin / build-deploy (push) Failing after 8s
Client Client / build-deploy (push) Failing after 3s
Client Registration / build-deploy (push) Failing after 20s
Client Tech / build-deploy (push) Failing after 1s
Client Home / build-deploy (push) Successful in 14s
Some checks failed
Client Admin / build-deploy (push) Failing after 8s
Client Client / build-deploy (push) Failing after 3s
Client Registration / build-deploy (push) Failing after 20s
Client Tech / build-deploy (push) Failing after 1s
Client Home / build-deploy (push) Successful in 14s
This commit is contained in:
10
Client-Tech/src/services/providerCatalog.js
Normal file
10
Client-Tech/src/services/providerCatalog.js
Normal file
@@ -0,0 +1,10 @@
|
||||
export const providers = [
|
||||
{ id: 'gateway', label: 'Gateway (direct)' },
|
||||
{ id: 'google', label: 'Google Ads' },
|
||||
{ id: 'meta', label: 'Meta Ads' },
|
||||
{ id: 'tiktok', label: 'TikTok Ads' },
|
||||
{ id: 'creative', label: 'Creative' },
|
||||
{ id: 'intelligence', label: 'Intelligence API' },
|
||||
{ id: 'registration', label: 'Registration' },
|
||||
{ id: 'management', label: 'Management API' },
|
||||
];
|
||||
Reference in New Issue
Block a user