@adtrackify/at-service-common 1.0.24 → 1.0.25

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/dist/index.d.ts CHANGED
@@ -124,7 +124,6 @@ declare module '@adtrackify/at-service-common/clients/internal-api/accounts-clie
124
124
  isAccountUser: boolean;
125
125
  [key: string]: any;
126
126
  }
127
- export default AccountsClient;
128
127
 
129
128
  }
130
129
  declare module '@adtrackify/at-service-common/clients/internal-api/destinations-client' {
@@ -182,7 +181,6 @@ declare module '@adtrackify/at-service-common/clients/internal-api/destinations-
182
181
  destination: Destination;
183
182
  [key: string]: any;
184
183
  }
185
- export default DestinationsClient;
186
184
 
187
185
  }
188
186
  declare module '@adtrackify/at-service-common/clients/internal-api/index' {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adtrackify/at-service-common",
3
- "version": "1.0.24",
3
+ "version": "1.0.25",
4
4
  "description": "",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./dist/index.d.ts",
@@ -47,4 +47,3 @@ export interface IsAuthorizedUserResponseData {
47
47
  isAccountUser: boolean;
48
48
  [ key: string ]: any;
49
49
  }
50
- export default AccountsClient;
@@ -55,4 +55,3 @@ export interface CreateDestinationResponseData {
55
55
  [ key: string ]: any;
56
56
  }
57
57
 
58
- export default DestinationsClient;