@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 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.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',
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
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@capillarytech/creatives-library",
3
3
  "author": "meharaj",
4
- "version": "7.17.134-alpha.0",
4
+ "version": "7.17.134",
5
5
  "description": "Capillary creatives ui",
6
6
  "main": "./index.js",
7
7
  "module": "./index.es.js",
package/services/api.js CHANGED
@@ -544,5 +544,3 @@ export const getNavigationConfigApi = async () => {
544
544
  const url = `${ARYA_ENDPOINT}/navigations`;
545
545
  return await request(url, getAPICallObject('GET'));
546
546
  };
547
-
548
- export {request, getAPICallObject};
@@ -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}>