@capillarytech/creatives-library 7.17.130-alpha.0 → 7.17.131
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.
|
@@ -12,6 +12,7 @@ import React from 'react';
|
|
|
12
12
|
// import { FormattedMessage } from 'react-intl';
|
|
13
13
|
import _ from 'lodash';
|
|
14
14
|
// import messages from './messages';
|
|
15
|
+
import './style.scss';
|
|
15
16
|
const loadScript = require('load-script');
|
|
16
17
|
// fetching ckeditor from s3 by rerouting through arya whitelisted services
|
|
17
18
|
const defaultScriptUrl = `${window.location.origin}/arya/ui/library/ckeditor/ckeditor.js`;
|
package/config/app.js
CHANGED
|
@@ -16,13 +16,13 @@ const config = {
|
|
|
16
16
|
accountConfig: (strs, accountId) => `${window.location.origin}/org/config/AccountAdd?q=a&channelId=2&accountId=${accountId}&edit=1`,
|
|
17
17
|
},
|
|
18
18
|
development: {
|
|
19
|
-
api_endpoint: 'https://
|
|
20
|
-
campaigns_api_endpoint: 'https://
|
|
21
|
-
campaigns_api_org_endpoint: 'https://
|
|
22
|
-
auth_endpoint: 'https://
|
|
23
|
-
arya_endpoint: 'https://
|
|
24
|
-
subscription_api_endpoint: 'https://
|
|
25
|
-
exports_api_endpoint: 'https://
|
|
19
|
+
api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/creatives',
|
|
20
|
+
campaigns_api_endpoint: 'https://nightly.intouch.capillarytech.com/iris/v2/campaigns',
|
|
21
|
+
campaigns_api_org_endpoint: 'https://nightly.intouch.capillarytech.com/iris/v2/org/campaign',
|
|
22
|
+
auth_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/auth',
|
|
23
|
+
arya_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1',
|
|
24
|
+
subscription_api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/org-settings/subscription',
|
|
25
|
+
exports_api_endpoint: 'https://nightly.intouch.capillarytech.com/arya/api/v1/export/data',
|
|
26
26
|
login_url: '/auth/login',
|
|
27
27
|
dashboard_url: '/sms',
|
|
28
28
|
dashboard_url_v2: '/v2',
|
package/package.json
CHANGED
|
@@ -12,6 +12,7 @@ import React from 'react';
|
|
|
12
12
|
// import { FormattedMessage } from 'react-intl';
|
|
13
13
|
import _ from 'lodash';
|
|
14
14
|
import CapSpin from '@capillarytech/cap-ui-library/CapSpin';
|
|
15
|
+
import './style.scss';
|
|
15
16
|
// import messages from './messages';
|
|
16
17
|
const loadScript = require('load-script');
|
|
17
18
|
const defaultScriptUrl = `${window.location.origin}/arya/ui/library/ckeditor/ckeditor.js`;
|