@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