arc200-client 1.1.3 → 1.1.4
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.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.mts
CHANGED
|
@@ -3662,4 +3662,4 @@ interface IGetClientInput {
|
|
|
3662
3662
|
}
|
|
3663
3663
|
declare const getArc200ASAClient: (input: IGetClientInput) => Arc200AsaClient;
|
|
3664
3664
|
|
|
3665
|
-
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200_ASAClient as arc200asa, getArc200ASAClient, getArc200Client };
|
|
3665
|
+
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa, Arc200_ASAClient as arc200asaTypes, getArc200ASAClient, getArc200Client };
|
package/dist/index.d.ts
CHANGED
|
@@ -3662,4 +3662,4 @@ interface IGetClientInput {
|
|
|
3662
3662
|
}
|
|
3663
3663
|
declare const getArc200ASAClient: (input: IGetClientInput) => Arc200AsaClient;
|
|
3664
3664
|
|
|
3665
|
-
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200_ASAClient as arc200asa, getArc200ASAClient, getArc200Client };
|
|
3665
|
+
export { type ApprovalStruct$1 as ApprovalStruct, Arc200Client, Arc200Factory, Arc200Client$1 as arc200, Arc200Client$1 as arc200Types, Arc200_ASAClient as arc200asa, Arc200_ASAClient as arc200asaTypes, getArc200ASAClient, getArc200Client };
|