@daf-sdk/runtime 1.0.2 → 1.0.3
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.
|
@@ -3467,7 +3467,7 @@ async function executeCheckDomainAction(action) {
|
|
|
3467
3467
|
return {
|
|
3468
3468
|
success: true,
|
|
3469
3469
|
message,
|
|
3470
|
-
data: { results,
|
|
3470
|
+
data: { results, domainSummary: { available, taken, unknown } }
|
|
3471
3471
|
};
|
|
3472
3472
|
} catch (error) {
|
|
3473
3473
|
return {
|
package/dist/index.js
CHANGED
|
@@ -5460,7 +5460,7 @@ async function executeCheckDomainAction(action) {
|
|
|
5460
5460
|
return {
|
|
5461
5461
|
success: true,
|
|
5462
5462
|
message,
|
|
5463
|
-
data: { results,
|
|
5463
|
+
data: { results, domainSummary: { available, taken, unknown } }
|
|
5464
5464
|
};
|
|
5465
5465
|
} catch (error) {
|
|
5466
5466
|
return {
|
package/dist/index.mjs
CHANGED
package/dist/runtime/index.js
CHANGED
|
@@ -4837,7 +4837,7 @@ async function executeCheckDomainAction(action) {
|
|
|
4837
4837
|
return {
|
|
4838
4838
|
success: true,
|
|
4839
4839
|
message,
|
|
4840
|
-
data: { results,
|
|
4840
|
+
data: { results, domainSummary: { available, taken, unknown } }
|
|
4841
4841
|
};
|
|
4842
4842
|
} catch (error) {
|
|
4843
4843
|
return {
|
package/dist/runtime/index.mjs
CHANGED
package/package.json
CHANGED