@capillarytech/creatives-library 7.17.134-alpha.0 → 7.17.134
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.
- package/config/app.js +7 -7
- package/package.json +1 -1
- package/services/api.js +0 -2
- package/v2Components/NavigationBar/index.js +0 -2
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://nightly.
|
|
20
|
-
campaigns_api_endpoint: 'https://nightly.
|
|
21
|
-
campaigns_api_org_endpoint: 'https://nightly.
|
|
22
|
-
auth_endpoint: 'https://nightly.
|
|
23
|
-
arya_endpoint: 'https://nightly.
|
|
24
|
-
subscription_api_endpoint: 'https://nightly.
|
|
25
|
-
exports_api_endpoint: 'https://nightly.
|
|
19
|
+
api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/creatives',
|
|
20
|
+
campaigns_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/campaigns',
|
|
21
|
+
campaigns_api_org_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/iris/v2/org/campaign',
|
|
22
|
+
auth_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/auth',
|
|
23
|
+
arya_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1',
|
|
24
|
+
subscription_api_endpoint: 'https://crm-nightly-new.cc.capillarytech.com/arya/api/v1/org-settings/subscription',
|
|
25
|
+
exports_api_endpoint: 'https://crm-nightly-new.cc.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
package/services/api.js
CHANGED
|
@@ -185,8 +185,6 @@ export class NavigationBar extends React.Component {
|
|
|
185
185
|
showDocumentationBot={showDocumentationBot}
|
|
186
186
|
setLeftNavbarExpandedProp={handleLeftNavBarExpanded}
|
|
187
187
|
headerOverideCss={headerOverideCss}
|
|
188
|
-
request={Api.request}
|
|
189
|
-
getAPICallObject={Api.getAPICallObject}
|
|
190
188
|
>
|
|
191
189
|
<div data-testid="cap-wrapper">
|
|
192
190
|
<CapWrapper isEmbedded={type === EMBEDDED}>
|