@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, summary: { available, taken, unknown } }
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, summary: { available, taken, unknown } }
5463
+ data: { results, domainSummary: { available, taken, unknown } }
5464
5464
  };
5465
5465
  } catch (error) {
5466
5466
  return {
package/dist/index.mjs CHANGED
@@ -132,7 +132,7 @@ import {
132
132
  selectiveUpdateGoogleDoc,
133
133
  substituteVariables,
134
134
  writeGoogleDoc
135
- } from "./chunk-OV7BGP6V.mjs";
135
+ } from "./chunk-KPZYYTY5.mjs";
136
136
  import {
137
137
  appendNotionPage,
138
138
  createNotionDatabase,
@@ -4837,7 +4837,7 @@ async function executeCheckDomainAction(action) {
4837
4837
  return {
4838
4838
  success: true,
4839
4839
  message,
4840
- data: { results, summary: { available, taken, unknown } }
4840
+ data: { results, domainSummary: { available, taken, unknown } }
4841
4841
  };
4842
4842
  } catch (error) {
4843
4843
  return {
@@ -45,7 +45,7 @@ import {
45
45
  selectiveUpdateGoogleDoc,
46
46
  substituteVariables,
47
47
  writeGoogleDoc
48
- } from "../chunk-OV7BGP6V.mjs";
48
+ } from "../chunk-KPZYYTY5.mjs";
49
49
  import {
50
50
  appendNotionPage,
51
51
  createNotionDatabase,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@daf-sdk/runtime",
3
- "version": "1.0.2",
3
+ "version": "1.0.3",
4
4
  "description": "DAF (Defined Action Framework) — protocol types, validation, and agentic execution runtime",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.mjs",