@adtrackify/at-service-common 1.0.43 → 1.0.44

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/.editorconfig CHANGED
@@ -1,12 +1,12 @@
1
- root = true
2
-
3
- [*]
4
- end_of_line = lf
5
- charset = utf-8
6
- trim_trailing_whitespace = true
7
- insert_final_newline = false
8
- indent_style = space
9
- indent_size = 2
10
-
11
- [*.{diff,md}]
12
- trim_trailing_whitespace = false
1
+ root = true
2
+
3
+ [*]
4
+ end_of_line = lf
5
+ charset = utf-8
6
+ trim_trailing_whitespace = true
7
+ insert_final_newline = false
8
+ indent_style = space
9
+ indent_size = 2
10
+
11
+ [*.{diff,md}]
12
+ trim_trailing_whitespace = false
package/dist/index.d.ts CHANGED
@@ -218,6 +218,7 @@ declare module '@adtrackify/at-service-common/clients/internal-api/index' {
218
218
  export * from '@adtrackify/at-service-common/clients/internal-api/destinations-client';
219
219
  export * from '@adtrackify/at-service-common/clients/internal-api/accounts-client';
220
220
  export * from '@adtrackify/at-service-common/clients/internal-api/users-auth-client';
221
+ export * from '@adtrackify/at-service-common/clients/internal-api/shopify-app-install-client';
221
222
 
222
223
  }
223
224
  declare module '@adtrackify/at-service-common/clients/internal-api/shopify-app-install-client' {