@keystrokehq/pingdom 0.1.0

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.
Files changed (138) hide show
  1. package/README.md +17 -0
  2. package/dist/action.cjs +21 -0
  3. package/dist/action.cjs.map +1 -0
  4. package/dist/action.mjs +21 -0
  5. package/dist/action.mjs.map +1 -0
  6. package/dist/actions/get-actions-alerts.cjs +35 -0
  7. package/dist/actions/get-actions-alerts.cjs.map +1 -0
  8. package/dist/actions/get-actions-alerts.d.cts +9 -0
  9. package/dist/actions/get-actions-alerts.d.cts.map +1 -0
  10. package/dist/actions/get-actions-alerts.d.mts +9 -0
  11. package/dist/actions/get-actions-alerts.d.mts.map +1 -0
  12. package/dist/actions/get-actions-alerts.mjs +34 -0
  13. package/dist/actions/get-actions-alerts.mjs.map +1 -0
  14. package/dist/actions/get-checks-list.cjs +50 -0
  15. package/dist/actions/get-checks-list.cjs.map +1 -0
  16. package/dist/actions/get-checks-list.d.cts +9 -0
  17. package/dist/actions/get-checks-list.d.cts.map +1 -0
  18. package/dist/actions/get-checks-list.d.mts +9 -0
  19. package/dist/actions/get-checks-list.d.mts.map +1 -0
  20. package/dist/actions/get-checks-list.mjs +49 -0
  21. package/dist/actions/get-checks-list.mjs.map +1 -0
  22. package/dist/actions/get-contact-details.cjs +42 -0
  23. package/dist/actions/get-contact-details.cjs.map +1 -0
  24. package/dist/actions/get-contact-details.d.cts +9 -0
  25. package/dist/actions/get-contact-details.d.cts.map +1 -0
  26. package/dist/actions/get-contact-details.d.mts +9 -0
  27. package/dist/actions/get-contact-details.d.mts.map +1 -0
  28. package/dist/actions/get-contact-details.mjs +41 -0
  29. package/dist/actions/get-contact-details.mjs.map +1 -0
  30. package/dist/actions/get-contacts.cjs +53 -0
  31. package/dist/actions/get-contacts.cjs.map +1 -0
  32. package/dist/actions/get-contacts.d.cts +9 -0
  33. package/dist/actions/get-contacts.d.cts.map +1 -0
  34. package/dist/actions/get-contacts.d.mts +9 -0
  35. package/dist/actions/get-contacts.d.mts.map +1 -0
  36. package/dist/actions/get-contacts.mjs +52 -0
  37. package/dist/actions/get-contacts.mjs.map +1 -0
  38. package/dist/actions/get-credits.cjs +38 -0
  39. package/dist/actions/get-credits.cjs.map +1 -0
  40. package/dist/actions/get-credits.d.cts +9 -0
  41. package/dist/actions/get-credits.d.cts.map +1 -0
  42. package/dist/actions/get-credits.d.mts +9 -0
  43. package/dist/actions/get-credits.d.mts.map +1 -0
  44. package/dist/actions/get-credits.mjs +37 -0
  45. package/dist/actions/get-credits.mjs.map +1 -0
  46. package/dist/actions/get-list-maintenance-occurrences.cjs +31 -0
  47. package/dist/actions/get-list-maintenance-occurrences.cjs.map +1 -0
  48. package/dist/actions/get-list-maintenance-occurrences.d.cts +9 -0
  49. package/dist/actions/get-list-maintenance-occurrences.d.cts.map +1 -0
  50. package/dist/actions/get-list-maintenance-occurrences.d.mts +9 -0
  51. package/dist/actions/get-list-maintenance-occurrences.d.mts.map +1 -0
  52. package/dist/actions/get-list-maintenance-occurrences.mjs +30 -0
  53. package/dist/actions/get-list-maintenance-occurrences.mjs.map +1 -0
  54. package/dist/actions/get-maintenance-windows.cjs +41 -0
  55. package/dist/actions/get-maintenance-windows.cjs.map +1 -0
  56. package/dist/actions/get-maintenance-windows.d.cts +9 -0
  57. package/dist/actions/get-maintenance-windows.d.cts.map +1 -0
  58. package/dist/actions/get-maintenance-windows.d.mts +9 -0
  59. package/dist/actions/get-maintenance-windows.d.mts.map +1 -0
  60. package/dist/actions/get-maintenance-windows.mjs +40 -0
  61. package/dist/actions/get-maintenance-windows.mjs.map +1 -0
  62. package/dist/actions/get-probes.cjs +28 -0
  63. package/dist/actions/get-probes.cjs.map +1 -0
  64. package/dist/actions/get-probes.d.cts +9 -0
  65. package/dist/actions/get-probes.d.cts.map +1 -0
  66. package/dist/actions/get-probes.d.mts +9 -0
  67. package/dist/actions/get-probes.d.mts.map +1 -0
  68. package/dist/actions/get-probes.mjs +27 -0
  69. package/dist/actions/get-probes.mjs.map +1 -0
  70. package/dist/actions/get-reference-data.cjs +53 -0
  71. package/dist/actions/get-reference-data.cjs.map +1 -0
  72. package/dist/actions/get-reference-data.d.cts +9 -0
  73. package/dist/actions/get-reference-data.d.cts.map +1 -0
  74. package/dist/actions/get-reference-data.d.mts +9 -0
  75. package/dist/actions/get-reference-data.d.mts.map +1 -0
  76. package/dist/actions/get-reference-data.mjs +52 -0
  77. package/dist/actions/get-reference-data.mjs.map +1 -0
  78. package/dist/actions/get-single-check.cjs +40 -0
  79. package/dist/actions/get-single-check.cjs.map +1 -0
  80. package/dist/actions/get-single-check.d.cts +9 -0
  81. package/dist/actions/get-single-check.d.cts.map +1 -0
  82. package/dist/actions/get-single-check.d.mts +9 -0
  83. package/dist/actions/get-single-check.d.mts.map +1 -0
  84. package/dist/actions/get-single-check.mjs +39 -0
  85. package/dist/actions/get-single-check.mjs.map +1 -0
  86. package/dist/actions/get-team-details.cjs +32 -0
  87. package/dist/actions/get-team-details.cjs.map +1 -0
  88. package/dist/actions/get-team-details.d.cts +9 -0
  89. package/dist/actions/get-team-details.d.cts.map +1 -0
  90. package/dist/actions/get-team-details.d.mts +9 -0
  91. package/dist/actions/get-team-details.d.mts.map +1 -0
  92. package/dist/actions/get-team-details.mjs +31 -0
  93. package/dist/actions/get-team-details.mjs.map +1 -0
  94. package/dist/actions/get-teams.cjs +26 -0
  95. package/dist/actions/get-teams.cjs.map +1 -0
  96. package/dist/actions/get-teams.d.cts +9 -0
  97. package/dist/actions/get-teams.d.cts.map +1 -0
  98. package/dist/actions/get-teams.d.mts +9 -0
  99. package/dist/actions/get-teams.d.mts.map +1 -0
  100. package/dist/actions/get-teams.mjs +25 -0
  101. package/dist/actions/get-teams.mjs.map +1 -0
  102. package/dist/actions/get-tms-transaction-checks-list.cjs +29 -0
  103. package/dist/actions/get-tms-transaction-checks-list.cjs.map +1 -0
  104. package/dist/actions/get-tms-transaction-checks-list.d.cts +9 -0
  105. package/dist/actions/get-tms-transaction-checks-list.d.cts.map +1 -0
  106. package/dist/actions/get-tms-transaction-checks-list.d.mts +9 -0
  107. package/dist/actions/get-tms-transaction-checks-list.d.mts.map +1 -0
  108. package/dist/actions/get-tms-transaction-checks-list.mjs +28 -0
  109. package/dist/actions/get-tms-transaction-checks-list.mjs.map +1 -0
  110. package/dist/actions/index.cjs +27 -0
  111. package/dist/actions/index.d.cts +14 -0
  112. package/dist/actions/index.d.mts +14 -0
  113. package/dist/actions/index.mjs +14 -0
  114. package/dist/app.cjs +9 -0
  115. package/dist/app.cjs.map +1 -0
  116. package/dist/app.d.cts +5 -0
  117. package/dist/app.d.cts.map +1 -0
  118. package/dist/app.d.mts +5 -0
  119. package/dist/app.d.mts.map +1 -0
  120. package/dist/app.mjs +10 -0
  121. package/dist/app.mjs.map +1 -0
  122. package/dist/catalog.cjs +15 -0
  123. package/dist/catalog.cjs.map +1 -0
  124. package/dist/catalog.d.cts +14 -0
  125. package/dist/catalog.d.cts.map +1 -0
  126. package/dist/catalog.d.mts +14 -0
  127. package/dist/catalog.d.mts.map +1 -0
  128. package/dist/catalog.mjs +15 -0
  129. package/dist/catalog.mjs.map +1 -0
  130. package/dist/execute.cjs +18 -0
  131. package/dist/execute.cjs.map +1 -0
  132. package/dist/execute.mjs +18 -0
  133. package/dist/execute.mjs.map +1 -0
  134. package/dist/index.cjs +32 -0
  135. package/dist/index.d.cts +16 -0
  136. package/dist/index.d.mts +16 -0
  137. package/dist/index.mjs +17 -0
  138. package/package.json +49 -0
@@ -0,0 +1,53 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-reference-data.ts
4
+ const PingdomGetReferenceDataInput = zod.z.object({}).describe("Request model for retrieving Pingdom reference data. No parameters required.");
5
+ const PingdomGetReferenceData_RegionSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("Unique region identifier"),
7
+ countryid: zod.z.number().int().describe("ID of the country for this region"),
8
+ timezoneid: zod.z.number().int().describe("ID of the timezone for this region"),
9
+ description: zod.z.string().describe("Human-readable description of the region"),
10
+ numberformatid: zod.z.number().int().describe("ID of the number format for this region"),
11
+ datetimeformatid: zod.z.number().int().describe("ID of the datetime format for this region")
12
+ }).describe("Represents a Pingdom region configuration combining country, timezone, and format settings.");
13
+ const PingdomGetReferenceData_CountrySchema = zod.z.object({
14
+ id: zod.z.number().int().describe("Unique country identifier"),
15
+ iso: zod.z.string().describe("ISO 3166-1 alpha-2 country code"),
16
+ name: zod.z.string().describe("Country name"),
17
+ states: zod.z.object({}).describe("Dictionary of state/province codes and names (e.g., for US, Canada)").nullable().optional(),
18
+ vatprefix: zod.z.string().describe("VAT prefix for the country (EU countries)").nullable().optional()
19
+ }).describe("Represents a country with ISO code and optional state/province definitions.");
20
+ const PingdomGetReferenceData_TimezoneSchema = zod.z.object({
21
+ id: zod.z.number().int().describe("Unique timezone identifier"),
22
+ offset: zod.z.number().int().describe("Timezone offset from GMT in minutes"),
23
+ timezone: zod.z.string().describe("IANA timezone identifier, e.g., 'Europe/London'"),
24
+ description: zod.z.string().describe("Human-readable timezone description with GMT offset")
25
+ }).describe("Represents a supported timezone with GMT offset and IANA identifier.");
26
+ const PingdomGetReferenceData_NumberFormatSchema = zod.z.object({
27
+ id: zod.z.number().int().describe("Unique number format identifier"),
28
+ description: zod.z.string().describe("Example of the number format (e.g., '123,456,789.00')")
29
+ }).describe("Represents a number formatting configuration.");
30
+ const PingdomGetReferenceData_DateTimeFormatSchema = zod.z.object({
31
+ id: zod.z.number().int().describe("Unique datetime format identifier"),
32
+ dateformat: zod.z.string().describe("Date format string using strftime format codes"),
33
+ timeformat: zod.z.string().describe("Time format string using strftime format codes"),
34
+ description: zod.z.string().describe("Example of the datetime format")
35
+ }).describe("Represents a datetime format configuration.");
36
+ const PingdomGetReferenceDataOutput = zod.z.object({
37
+ regions: zod.z.array(PingdomGetReferenceData_RegionSchema).describe("List of supported region configurations"),
38
+ countries: zod.z.array(PingdomGetReferenceData_CountrySchema).describe("List of countries with ISO codes and optional state/province data"),
39
+ timezones: zod.z.array(PingdomGetReferenceData_TimezoneSchema).describe("List of available timezones with offsets and IANA identifiers"),
40
+ numberformats: zod.z.array(PingdomGetReferenceData_NumberFormatSchema).describe("List of number format options"),
41
+ datetimeformats: zod.z.array(PingdomGetReferenceData_DateTimeFormatSchema).describe("List of datetime format options")
42
+ }).describe("Response containing comprehensive reference data for Pingdom account configuration, including regions, timezones, datetime/number formats, and countries.");
43
+ const pingdomGetReferenceData = require_action.action("PINGDOM_GET_REFERENCE_DATA", {
44
+ slug: "pingdom-get-reference-data",
45
+ name: "Get Reference Data",
46
+ description: "Retrieves Pingdom reference data including regions, timezones, datetime formats, number formats, and countries. This data is used for configuring Pingdom account settings, checks, and understanding available formatting options. Use this when you need to know valid timezone IDs, region configurations, or country codes for Pingdom operations.",
47
+ input: PingdomGetReferenceDataInput,
48
+ output: PingdomGetReferenceDataOutput
49
+ });
50
+ //#endregion
51
+ exports.pingdomGetReferenceData = pingdomGetReferenceData;
52
+
53
+ //# sourceMappingURL=get-reference-data.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-data.cjs","names":["z","action"],"sources":["../../src/actions/get-reference-data.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetReferenceDataInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving Pingdom reference data. No parameters required.\");\nconst PingdomGetReferenceData_RegionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique region identifier\"),\n countryid: z.number().int().describe(\"ID of the country for this region\"),\n timezoneid: z.number().int().describe(\"ID of the timezone for this region\"),\n description: z.string().describe(\"Human-readable description of the region\"),\n numberformatid: z.number().int().describe(\"ID of the number format for this region\"),\n datetimeformatid: z.number().int().describe(\"ID of the datetime format for this region\"),\n}).describe(\"Represents a Pingdom region configuration combining country, timezone, and format settings.\");\nconst PingdomGetReferenceData_CountrySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique country identifier\"),\n iso: z.string().describe(\"ISO 3166-1 alpha-2 country code\"),\n name: z.string().describe(\"Country name\"),\n states: z.object({}).describe(\"Dictionary of state/province codes and names (e.g., for US, Canada)\").nullable().optional(),\n vatprefix: z.string().describe(\"VAT prefix for the country (EU countries)\").nullable().optional(),\n}).describe(\"Represents a country with ISO code and optional state/province definitions.\");\nconst PingdomGetReferenceData_TimezoneSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique timezone identifier\"),\n offset: z.number().int().describe(\"Timezone offset from GMT in minutes\"),\n timezone: z.string().describe(\"IANA timezone identifier, e.g., 'Europe/London'\"),\n description: z.string().describe(\"Human-readable timezone description with GMT offset\"),\n}).describe(\"Represents a supported timezone with GMT offset and IANA identifier.\");\nconst PingdomGetReferenceData_NumberFormatSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique number format identifier\"),\n description: z.string().describe(\"Example of the number format (e.g., '123,456,789.00')\"),\n}).describe(\"Represents a number formatting configuration.\");\nconst PingdomGetReferenceData_DateTimeFormatSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique datetime format identifier\"),\n dateformat: z.string().describe(\"Date format string using strftime format codes\"),\n timeformat: z.string().describe(\"Time format string using strftime format codes\"),\n description: z.string().describe(\"Example of the datetime format\"),\n}).describe(\"Represents a datetime format configuration.\");\nexport const PingdomGetReferenceDataOutput: z.ZodTypeAny = z.object({\n regions: z.array(PingdomGetReferenceData_RegionSchema).describe(\"List of supported region configurations\"),\n countries: z.array(PingdomGetReferenceData_CountrySchema).describe(\"List of countries with ISO codes and optional state/province data\"),\n timezones: z.array(PingdomGetReferenceData_TimezoneSchema).describe(\"List of available timezones with offsets and IANA identifiers\"),\n numberformats: z.array(PingdomGetReferenceData_NumberFormatSchema).describe(\"List of number format options\"),\n datetimeformats: z.array(PingdomGetReferenceData_DateTimeFormatSchema).describe(\"List of datetime format options\"),\n}).describe(\"Response containing comprehensive reference data for Pingdom account configuration, including regions, timezones, datetime/number formats, and countries.\");\n\nexport const pingdomGetReferenceData = action(\"PINGDOM_GET_REFERENCE_DATA\", {\n slug: \"pingdom-get-reference-data\",\n name: \"Get Reference Data\",\n description: \"Retrieves Pingdom reference data including regions, timezones, datetime formats, number formats, and countries. This data is used for configuring Pingdom account settings, checks, and understanding available formatting options. Use this when you need to know valid timezone IDs, region configurations, or country codes for Pingdom operations.\",\n input: PingdomGetReferenceDataInput,\n output: PingdomGetReferenceDataOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6CA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC9J,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC1E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC3E,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACnF,kBAAkBA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;AACzF,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACzD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAC1D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACvE,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,6CAA2DA,IAAAA,EAAE,OAAO;CACxE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AAC1F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,+CAA6DA,IAAAA,EAAE,OAAO;CAC1E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACnE,CAAC,CAAC,CAAC,SAAS,6CAA6C;AACzD,MAAa,gCAA8CA,IAAAA,EAAE,OAAO;CAClE,SAASA,IAAAA,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,yCAAyC;CACzG,WAAWA,IAAAA,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,mEAAmE;CACtI,WAAWA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,+DAA+D;CACnI,eAAeA,IAAAA,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+BAA+B;CAC3G,iBAAiBA,IAAAA,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,iCAAiC;AACnH,CAAC,CAAC,CAAC,SAAS,2JAA2J;AAEvK,MAAa,0BAA0BC,eAAAA,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-data.d.ts
4
+ declare const PingdomGetReferenceDataInput: z.ZodTypeAny;
5
+ declare const PingdomGetReferenceDataOutput: z.ZodTypeAny;
6
+ declare const pingdomGetReferenceData: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetReferenceData };
9
+ //# sourceMappingURL=get-reference-data.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-data.d.cts","names":[],"sources":["../../src/actions/get-reference-data.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAkH;AAAA,cAgClJ,6BAAA,EAA+B,CAAA,CAAE,UAM0H;AAAA,cAE3J,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-reference-data.d.ts
4
+ declare const PingdomGetReferenceDataInput: z.ZodTypeAny;
5
+ declare const PingdomGetReferenceDataOutput: z.ZodTypeAny;
6
+ declare const pingdomGetReferenceData: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetReferenceData };
9
+ //# sourceMappingURL=get-reference-data.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-data.d.mts","names":[],"sources":["../../src/actions/get-reference-data.ts"],"mappings":";;;cAIa,4BAAA,EAA8B,CAAA,CAAE,UAAkH;AAAA,cAgClJ,6BAAA,EAA+B,CAAA,CAAE,UAM0H;AAAA,cAE3J,uBAAA,gCAAuB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,52 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-reference-data.ts
4
+ const PingdomGetReferenceDataInput = z.object({}).describe("Request model for retrieving Pingdom reference data. No parameters required.");
5
+ const PingdomGetReferenceData_RegionSchema = z.object({
6
+ id: z.number().int().describe("Unique region identifier"),
7
+ countryid: z.number().int().describe("ID of the country for this region"),
8
+ timezoneid: z.number().int().describe("ID of the timezone for this region"),
9
+ description: z.string().describe("Human-readable description of the region"),
10
+ numberformatid: z.number().int().describe("ID of the number format for this region"),
11
+ datetimeformatid: z.number().int().describe("ID of the datetime format for this region")
12
+ }).describe("Represents a Pingdom region configuration combining country, timezone, and format settings.");
13
+ const PingdomGetReferenceData_CountrySchema = z.object({
14
+ id: z.number().int().describe("Unique country identifier"),
15
+ iso: z.string().describe("ISO 3166-1 alpha-2 country code"),
16
+ name: z.string().describe("Country name"),
17
+ states: z.object({}).describe("Dictionary of state/province codes and names (e.g., for US, Canada)").nullable().optional(),
18
+ vatprefix: z.string().describe("VAT prefix for the country (EU countries)").nullable().optional()
19
+ }).describe("Represents a country with ISO code and optional state/province definitions.");
20
+ const PingdomGetReferenceData_TimezoneSchema = z.object({
21
+ id: z.number().int().describe("Unique timezone identifier"),
22
+ offset: z.number().int().describe("Timezone offset from GMT in minutes"),
23
+ timezone: z.string().describe("IANA timezone identifier, e.g., 'Europe/London'"),
24
+ description: z.string().describe("Human-readable timezone description with GMT offset")
25
+ }).describe("Represents a supported timezone with GMT offset and IANA identifier.");
26
+ const PingdomGetReferenceData_NumberFormatSchema = z.object({
27
+ id: z.number().int().describe("Unique number format identifier"),
28
+ description: z.string().describe("Example of the number format (e.g., '123,456,789.00')")
29
+ }).describe("Represents a number formatting configuration.");
30
+ const PingdomGetReferenceData_DateTimeFormatSchema = z.object({
31
+ id: z.number().int().describe("Unique datetime format identifier"),
32
+ dateformat: z.string().describe("Date format string using strftime format codes"),
33
+ timeformat: z.string().describe("Time format string using strftime format codes"),
34
+ description: z.string().describe("Example of the datetime format")
35
+ }).describe("Represents a datetime format configuration.");
36
+ const pingdomGetReferenceData = action("PINGDOM_GET_REFERENCE_DATA", {
37
+ slug: "pingdom-get-reference-data",
38
+ name: "Get Reference Data",
39
+ description: "Retrieves Pingdom reference data including regions, timezones, datetime formats, number formats, and countries. This data is used for configuring Pingdom account settings, checks, and understanding available formatting options. Use this when you need to know valid timezone IDs, region configurations, or country codes for Pingdom operations.",
40
+ input: PingdomGetReferenceDataInput,
41
+ output: z.object({
42
+ regions: z.array(PingdomGetReferenceData_RegionSchema).describe("List of supported region configurations"),
43
+ countries: z.array(PingdomGetReferenceData_CountrySchema).describe("List of countries with ISO codes and optional state/province data"),
44
+ timezones: z.array(PingdomGetReferenceData_TimezoneSchema).describe("List of available timezones with offsets and IANA identifiers"),
45
+ numberformats: z.array(PingdomGetReferenceData_NumberFormatSchema).describe("List of number format options"),
46
+ datetimeformats: z.array(PingdomGetReferenceData_DateTimeFormatSchema).describe("List of datetime format options")
47
+ }).describe("Response containing comprehensive reference data for Pingdom account configuration, including regions, timezones, datetime/number formats, and countries.")
48
+ });
49
+ //#endregion
50
+ export { pingdomGetReferenceData };
51
+
52
+ //# sourceMappingURL=get-reference-data.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-reference-data.mjs","names":[],"sources":["../../src/actions/get-reference-data.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetReferenceDataInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving Pingdom reference data. No parameters required.\");\nconst PingdomGetReferenceData_RegionSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique region identifier\"),\n countryid: z.number().int().describe(\"ID of the country for this region\"),\n timezoneid: z.number().int().describe(\"ID of the timezone for this region\"),\n description: z.string().describe(\"Human-readable description of the region\"),\n numberformatid: z.number().int().describe(\"ID of the number format for this region\"),\n datetimeformatid: z.number().int().describe(\"ID of the datetime format for this region\"),\n}).describe(\"Represents a Pingdom region configuration combining country, timezone, and format settings.\");\nconst PingdomGetReferenceData_CountrySchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique country identifier\"),\n iso: z.string().describe(\"ISO 3166-1 alpha-2 country code\"),\n name: z.string().describe(\"Country name\"),\n states: z.object({}).describe(\"Dictionary of state/province codes and names (e.g., for US, Canada)\").nullable().optional(),\n vatprefix: z.string().describe(\"VAT prefix for the country (EU countries)\").nullable().optional(),\n}).describe(\"Represents a country with ISO code and optional state/province definitions.\");\nconst PingdomGetReferenceData_TimezoneSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique timezone identifier\"),\n offset: z.number().int().describe(\"Timezone offset from GMT in minutes\"),\n timezone: z.string().describe(\"IANA timezone identifier, e.g., 'Europe/London'\"),\n description: z.string().describe(\"Human-readable timezone description with GMT offset\"),\n}).describe(\"Represents a supported timezone with GMT offset and IANA identifier.\");\nconst PingdomGetReferenceData_NumberFormatSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique number format identifier\"),\n description: z.string().describe(\"Example of the number format (e.g., '123,456,789.00')\"),\n}).describe(\"Represents a number formatting configuration.\");\nconst PingdomGetReferenceData_DateTimeFormatSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique datetime format identifier\"),\n dateformat: z.string().describe(\"Date format string using strftime format codes\"),\n timeformat: z.string().describe(\"Time format string using strftime format codes\"),\n description: z.string().describe(\"Example of the datetime format\"),\n}).describe(\"Represents a datetime format configuration.\");\nexport const PingdomGetReferenceDataOutput: z.ZodTypeAny = z.object({\n regions: z.array(PingdomGetReferenceData_RegionSchema).describe(\"List of supported region configurations\"),\n countries: z.array(PingdomGetReferenceData_CountrySchema).describe(\"List of countries with ISO codes and optional state/province data\"),\n timezones: z.array(PingdomGetReferenceData_TimezoneSchema).describe(\"List of available timezones with offsets and IANA identifiers\"),\n numberformats: z.array(PingdomGetReferenceData_NumberFormatSchema).describe(\"List of number format options\"),\n datetimeformats: z.array(PingdomGetReferenceData_DateTimeFormatSchema).describe(\"List of datetime format options\"),\n}).describe(\"Response containing comprehensive reference data for Pingdom account configuration, including regions, timezones, datetime/number formats, and countries.\");\n\nexport const pingdomGetReferenceData = action(\"PINGDOM_GET_REFERENCE_DATA\", {\n slug: \"pingdom-get-reference-data\",\n name: \"Get Reference Data\",\n description: \"Retrieves Pingdom reference data including regions, timezones, datetime formats, number formats, and countries. This data is used for configuring Pingdom account settings, checks, and understanding available formatting options. Use this when you need to know valid timezone IDs, region configurations, or country codes for Pingdom operations.\",\n input: PingdomGetReferenceDataInput,\n output: PingdomGetReferenceDataOutput,\n});\n"],"mappings":";;;AAIA,MAAa,+BAA6C,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,8EAA8E;AAC9J,MAAM,uCAAqD,EAAE,OAAO;CAClE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,WAAW,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACxE,YAAY,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oCAAoC;CAC1E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C;CAC3E,gBAAgB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yCAAyC;CACnF,kBAAkB,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2CAA2C;AACzF,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,wCAAsD,EAAE,OAAO;CACnE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2BAA2B;CACzD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,cAAc;CACxC,QAAQ,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,qEAAqE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzH,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4BAA4B;CAC1D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,qCAAqC;CACvE,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD;CAC/E,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,qDAAqD;AACxF,CAAC,CAAC,CAAC,SAAS,sEAAsE;AAClF,MAAM,6CAA2D,EAAE,OAAO;CACxE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,iCAAiC;CAC/D,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,uDAAuD;AAC1F,CAAC,CAAC,CAAC,SAAS,+CAA+C;AAC3D,MAAM,+CAA6D,EAAE,OAAO;CAC1E,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,mCAAmC;CACjE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD;CAChF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;AACnE,CAAC,CAAC,CAAC,SAAS,6CAA6C;AASzD,MAAa,0BAA0B,OAAO,8BAA8B;CAC1E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAbyD,EAAE,OAAO;EAClE,SAAS,EAAE,MAAM,oCAAoC,CAAC,CAAC,SAAS,yCAAyC;EACzG,WAAW,EAAE,MAAM,qCAAqC,CAAC,CAAC,SAAS,mEAAmE;EACtI,WAAW,EAAE,MAAM,sCAAsC,CAAC,CAAC,SAAS,+DAA+D;EACnI,eAAe,EAAE,MAAM,0CAA0C,CAAC,CAAC,SAAS,+BAA+B;EAC3G,iBAAiB,EAAE,MAAM,4CAA4C,CAAC,CAAC,SAAS,iCAAiC;CACnH,CAAC,CAAC,CAAC,SAAS,2JAOF;AACV,CAAC"}
@@ -0,0 +1,40 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-single-check.ts
4
+ const PingdomGetSingleCheckInput = zod.z.object({
5
+ url: zod.z.string().describe("Full URL path for HTTP checks (e.g., '/status')").optional(),
6
+ host: zod.z.string().describe("Hostname or IP address to test"),
7
+ port: zod.z.number().int().describe("Port number for tcp/udp checks (1-65535)").optional(),
8
+ type: zod.z.enum([
9
+ "ping",
10
+ "http",
11
+ "tcp",
12
+ "udp",
13
+ "dns"
14
+ ]).describe("Type of check to perform"),
15
+ probeid: zod.z.number().int().describe("Pingdom probe ID to execute the check from. If not specified, a random probe will be used").optional(),
16
+ expectedip: zod.z.string().describe("Expected IP address for DNS checks. Required when type is 'dns'").optional(),
17
+ stringtosend: zod.z.string().describe("String to send to the server for TCP/UDP checks. Required for UDP checks").optional(),
18
+ stringtoexpect: zod.z.string().describe("String to expect in response for TCP/UDP checks").optional()
19
+ }).describe("Request model for performing a single Pingdom check against a target from a specific probe.");
20
+ const PingdomGetSingleCheck_SingleCheckResultSchema = zod.z.object({
21
+ status: zod.z.string().describe("Result status of the check (up/down/unknown/error)"),
22
+ probeid: zod.z.number().int().describe("ID of the Pingdom probe that ran the check"),
23
+ probedesc: zod.z.string().describe("Name or location of the probe server"),
24
+ statusdesc: zod.z.string().describe("Short status description"),
25
+ responsecode: zod.z.number().int().describe("HTTP response code for HTTP checks (if applicable)").nullable().optional(),
26
+ responsetime: zod.z.number().int().describe("Response time in milliseconds (may be absent on errors)").nullable().optional(),
27
+ statusdesclong: zod.z.string().describe("Long status description")
28
+ }).describe("Result of a single Pingdom check from one probe.");
29
+ const PingdomGetSingleCheckOutput = zod.z.object({ result: PingdomGetSingleCheck_SingleCheckResultSchema.nullable() }).describe("Response wrapper containing the result of a single check.");
30
+ const pingdomGetSingleCheck = require_action.action("PINGDOM_GET_SINGLE_CHECK", {
31
+ slug: "pingdom-get-single-check",
32
+ name: "Get Single Check",
33
+ description: "Perform a single on-demand Pingdom check against a target host. This executes an immediate test from a specified probe (or random probe if not specified) and returns the result. Use this when you need a quick connectivity or performance test of a website, server, or service. Example uses: \"Test if google.com is reachable\", \"Check response time for example.com from a specific region\", \"Verify HTTP status of api.mysite.com\".",
34
+ input: PingdomGetSingleCheckInput,
35
+ output: PingdomGetSingleCheckOutput
36
+ });
37
+ //#endregion
38
+ exports.pingdomGetSingleCheck = pingdomGetSingleCheck;
39
+
40
+ //# sourceMappingURL=get-single-check.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-single-check.cjs","names":["z","action"],"sources":["../../src/actions/get-single-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetSingleCheckInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Full URL path for HTTP checks (e.g., '/status')\").optional(),\n host: z.string().describe(\"Hostname or IP address to test\"),\n port: z.number().int().describe(\"Port number for tcp/udp checks (1-65535)\").optional(),\n type: z.enum([\"ping\", \"http\", \"tcp\", \"udp\", \"dns\"]).describe(\"Type of check to perform\"),\n probeid: z.number().int().describe(\"Pingdom probe ID to execute the check from. If not specified, a random probe will be used\").optional(),\n expectedip: z.string().describe(\"Expected IP address for DNS checks. Required when type is 'dns'\").optional(),\n stringtosend: z.string().describe(\"String to send to the server for TCP/UDP checks. Required for UDP checks\").optional(),\n stringtoexpect: z.string().describe(\"String to expect in response for TCP/UDP checks\").optional(),\n}).describe(\"Request model for performing a single Pingdom check against a target from a specific probe.\");\nconst PingdomGetSingleCheck_SingleCheckResultSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Result status of the check (up/down/unknown/error)\"),\n probeid: z.number().int().describe(\"ID of the Pingdom probe that ran the check\"),\n probedesc: z.string().describe(\"Name or location of the probe server\"),\n statusdesc: z.string().describe(\"Short status description\"),\n responsecode: z.number().int().describe(\"HTTP response code for HTTP checks (if applicable)\").nullable().optional(),\n responsetime: z.number().int().describe(\"Response time in milliseconds (may be absent on errors)\").nullable().optional(),\n statusdesclong: z.string().describe(\"Long status description\"),\n}).describe(\"Result of a single Pingdom check from one probe.\");\nexport const PingdomGetSingleCheckOutput: z.ZodTypeAny = z.object({\n result: PingdomGetSingleCheck_SingleCheckResultSchema.nullable(),\n}).describe(\"Response wrapper containing the result of a single check.\");\n\nexport const pingdomGetSingleCheck = action(\"PINGDOM_GET_SINGLE_CHECK\", {\n slug: \"pingdom-get-single-check\",\n name: \"Get Single Check\",\n description: \"Perform a single on-demand Pingdom check against a target host. This executes an immediate test from a specified probe (or random probe if not specified) and returns the result. Use this when you need a quick connectivity or performance test of a website, server, or service. Example uses: \\\"Test if google.com is reachable\\\", \\\"Check response time for example.com from a specific region\\\", \\\"Verify HTTP status of api.mysite.com\\\".\",\n input: PingdomGetSingleCheckInput,\n output: PingdomGetSingleCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACrF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,MAAMA,IAAAA,EAAE,KAAK;EAAC;EAAQ;EAAQ;EAAO;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,0BAA0B;CACvF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACzI,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC5G,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACvH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,gDAA8DA,IAAAA,EAAE,OAAO;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC/E,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC1D,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,cAAcA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,gBAAgBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AAC/D,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAC9D,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,QAAQ,8CAA8C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,2DAA2D;AAEvE,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-single-check.d.ts
4
+ declare const PingdomGetSingleCheckInput: z.ZodTypeAny;
5
+ declare const PingdomGetSingleCheckOutput: z.ZodTypeAny;
6
+ declare const pingdomGetSingleCheck: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetSingleCheck };
9
+ //# sourceMappingURL=get-single-check.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-single-check.d.cts","names":[],"sources":["../../src/actions/get-single-check.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAS+D;AAAA,cAU7F,2BAAA,EAA6B,CAAA,CAAE,UAE4B;AAAA,cAE3D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-single-check.d.ts
4
+ declare const PingdomGetSingleCheckInput: z.ZodTypeAny;
5
+ declare const PingdomGetSingleCheckOutput: z.ZodTypeAny;
6
+ declare const pingdomGetSingleCheck: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetSingleCheck };
9
+ //# sourceMappingURL=get-single-check.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-single-check.d.mts","names":[],"sources":["../../src/actions/get-single-check.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAS+D;AAAA,cAU7F,2BAAA,EAA6B,CAAA,CAAE,UAE4B;AAAA,cAE3D,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,39 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-single-check.ts
4
+ const PingdomGetSingleCheckInput = z.object({
5
+ url: z.string().describe("Full URL path for HTTP checks (e.g., '/status')").optional(),
6
+ host: z.string().describe("Hostname or IP address to test"),
7
+ port: z.number().int().describe("Port number for tcp/udp checks (1-65535)").optional(),
8
+ type: z.enum([
9
+ "ping",
10
+ "http",
11
+ "tcp",
12
+ "udp",
13
+ "dns"
14
+ ]).describe("Type of check to perform"),
15
+ probeid: z.number().int().describe("Pingdom probe ID to execute the check from. If not specified, a random probe will be used").optional(),
16
+ expectedip: z.string().describe("Expected IP address for DNS checks. Required when type is 'dns'").optional(),
17
+ stringtosend: z.string().describe("String to send to the server for TCP/UDP checks. Required for UDP checks").optional(),
18
+ stringtoexpect: z.string().describe("String to expect in response for TCP/UDP checks").optional()
19
+ }).describe("Request model for performing a single Pingdom check against a target from a specific probe.");
20
+ const PingdomGetSingleCheck_SingleCheckResultSchema = z.object({
21
+ status: z.string().describe("Result status of the check (up/down/unknown/error)"),
22
+ probeid: z.number().int().describe("ID of the Pingdom probe that ran the check"),
23
+ probedesc: z.string().describe("Name or location of the probe server"),
24
+ statusdesc: z.string().describe("Short status description"),
25
+ responsecode: z.number().int().describe("HTTP response code for HTTP checks (if applicable)").nullable().optional(),
26
+ responsetime: z.number().int().describe("Response time in milliseconds (may be absent on errors)").nullable().optional(),
27
+ statusdesclong: z.string().describe("Long status description")
28
+ }).describe("Result of a single Pingdom check from one probe.");
29
+ const pingdomGetSingleCheck = action("PINGDOM_GET_SINGLE_CHECK", {
30
+ slug: "pingdom-get-single-check",
31
+ name: "Get Single Check",
32
+ description: "Perform a single on-demand Pingdom check against a target host. This executes an immediate test from a specified probe (or random probe if not specified) and returns the result. Use this when you need a quick connectivity or performance test of a website, server, or service. Example uses: \"Test if google.com is reachable\", \"Check response time for example.com from a specific region\", \"Verify HTTP status of api.mysite.com\".",
33
+ input: PingdomGetSingleCheckInput,
34
+ output: z.object({ result: PingdomGetSingleCheck_SingleCheckResultSchema.nullable() }).describe("Response wrapper containing the result of a single check.")
35
+ });
36
+ //#endregion
37
+ export { pingdomGetSingleCheck };
38
+
39
+ //# sourceMappingURL=get-single-check.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-single-check.mjs","names":[],"sources":["../../src/actions/get-single-check.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetSingleCheckInput: z.ZodTypeAny = z.object({\n url: z.string().describe(\"Full URL path for HTTP checks (e.g., '/status')\").optional(),\n host: z.string().describe(\"Hostname or IP address to test\"),\n port: z.number().int().describe(\"Port number for tcp/udp checks (1-65535)\").optional(),\n type: z.enum([\"ping\", \"http\", \"tcp\", \"udp\", \"dns\"]).describe(\"Type of check to perform\"),\n probeid: z.number().int().describe(\"Pingdom probe ID to execute the check from. If not specified, a random probe will be used\").optional(),\n expectedip: z.string().describe(\"Expected IP address for DNS checks. Required when type is 'dns'\").optional(),\n stringtosend: z.string().describe(\"String to send to the server for TCP/UDP checks. Required for UDP checks\").optional(),\n stringtoexpect: z.string().describe(\"String to expect in response for TCP/UDP checks\").optional(),\n}).describe(\"Request model for performing a single Pingdom check against a target from a specific probe.\");\nconst PingdomGetSingleCheck_SingleCheckResultSchema: z.ZodTypeAny = z.object({\n status: z.string().describe(\"Result status of the check (up/down/unknown/error)\"),\n probeid: z.number().int().describe(\"ID of the Pingdom probe that ran the check\"),\n probedesc: z.string().describe(\"Name or location of the probe server\"),\n statusdesc: z.string().describe(\"Short status description\"),\n responsecode: z.number().int().describe(\"HTTP response code for HTTP checks (if applicable)\").nullable().optional(),\n responsetime: z.number().int().describe(\"Response time in milliseconds (may be absent on errors)\").nullable().optional(),\n statusdesclong: z.string().describe(\"Long status description\"),\n}).describe(\"Result of a single Pingdom check from one probe.\");\nexport const PingdomGetSingleCheckOutput: z.ZodTypeAny = z.object({\n result: PingdomGetSingleCheck_SingleCheckResultSchema.nullable(),\n}).describe(\"Response wrapper containing the result of a single check.\");\n\nexport const pingdomGetSingleCheck = action(\"PINGDOM_GET_SINGLE_CHECK\", {\n slug: \"pingdom-get-single-check\",\n name: \"Get Single Check\",\n description: \"Perform a single on-demand Pingdom check against a target host. This executes an immediate test from a specified probe (or random probe if not specified) and returns the result. Use this when you need a quick connectivity or performance test of a website, server, or service. Example uses: \\\"Test if google.com is reachable\\\", \\\"Check response time for example.com from a specific region\\\", \\\"Verify HTTP status of api.mysite.com\\\".\",\n input: PingdomGetSingleCheckInput,\n output: PingdomGetSingleCheckOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO;CAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;CACrF,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACrF,MAAM,EAAE,KAAK;EAAC;EAAQ;EAAQ;EAAO;EAAO;CAAK,CAAC,CAAC,CAAC,SAAS,0BAA0B;CACvF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,2FAA2F,CAAC,CAAC,SAAS;CACzI,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,iEAAiE,CAAC,CAAC,SAAS;CAC5G,cAAc,EAAE,OAAO,CAAC,CAAC,SAAS,0EAA0E,CAAC,CAAC,SAAS;CACvH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS;AAClG,CAAC,CAAC,CAAC,SAAS,6FAA6F;AACzG,MAAM,gDAA8D,EAAE,OAAO;CAC3E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CAChF,SAAS,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC/E,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CACrE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B;CAC1D,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,cAAc,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,yDAAyD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvH,gBAAgB,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AAC/D,CAAC,CAAC,CAAC,SAAS,kDAAkD;AAK9D,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,QAAQ,8CAA8C,SAAS,EACjE,CAAC,CAAC,CAAC,SAAS,2DAOF;AACV,CAAC"}
@@ -0,0 +1,32 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-team-details.ts
4
+ const PingdomGetTeamDetailsInput = zod.z.object({ teamid: zod.z.number().int().describe("Unique identifier of the Pingdom alerting team") }).describe("Request model for retrieving details of a specific alerting team by its ID.");
5
+ const PingdomGetTeamDetails_TeamMemberSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("User's unique identifier"),
7
+ name: zod.z.string().describe("Name of the user"),
8
+ type: zod.z.string().describe("Type of the team member (e.g., 'user')")
9
+ }).describe("Represents a member of a Pingdom alerting team.");
10
+ const PingdomGetTeamDetails_IntegrationSchema = zod.z.object({
11
+ id: zod.z.number().int().describe("Integration unique identifier"),
12
+ name: zod.z.string().describe("Name of the integration"),
13
+ type: zod.z.string().describe("Type of the integration")
14
+ }).describe("Represents an integration configured for the team.");
15
+ const PingdomGetTeamDetails_TeamDetailModelSchema = zod.z.object({
16
+ id: zod.z.number().int().describe("Unique team identifier"),
17
+ name: zod.z.string().describe("Name of the team"),
18
+ members: zod.z.array(PingdomGetTeamDetails_TeamMemberSchema).default([]).describe("List of users belonging to the team").nullable().optional(),
19
+ integrations: zod.z.array(PingdomGetTeamDetails_IntegrationSchema).default([]).describe("List of integrations associated with the team").nullable().optional()
20
+ }).describe("Model containing detailed information of a Pingdom alerting team.");
21
+ const PingdomGetTeamDetailsOutput = zod.z.object({ team: PingdomGetTeamDetails_TeamDetailModelSchema.nullable() }).describe("Response model containing detailed team information including members and integrations.");
22
+ const pingdomGetTeamDetails = require_action.action("PINGDOM_GET_TEAM_DETAILS", {
23
+ slug: "pingdom-get-team-details",
24
+ name: "Get Team Details",
25
+ description: "Tool to fetch detailed information for a specific alerting team. Use after listing teams to get full members and integrations details.",
26
+ input: PingdomGetTeamDetailsInput,
27
+ output: PingdomGetTeamDetailsOutput
28
+ });
29
+ //#endregion
30
+ exports.pingdomGetTeamDetails = pingdomGetTeamDetails;
31
+
32
+ //# sourceMappingURL=get-team-details.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-team-details.cjs","names":["z","action"],"sources":["../../src/actions/get-team-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetTeamDetailsInput: z.ZodTypeAny = z.object({\n teamid: z.number().int().describe(\"Unique identifier of the Pingdom alerting team\"),\n}).describe(\"Request model for retrieving details of a specific alerting team by its ID.\");\nconst PingdomGetTeamDetails_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\"),\n name: z.string().describe(\"Name of the user\"),\n type: z.string().describe(\"Type of the team member (e.g., 'user')\"),\n}).describe(\"Represents a member of a Pingdom alerting team.\");\nconst PingdomGetTeamDetails_IntegrationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Integration unique identifier\"),\n name: z.string().describe(\"Name of the integration\"),\n type: z.string().describe(\"Type of the integration\"),\n}).describe(\"Represents an integration configured for the team.\");\nconst PingdomGetTeamDetails_TeamDetailModelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique team identifier\"),\n name: z.string().describe(\"Name of the team\"),\n members: z.array(PingdomGetTeamDetails_TeamMemberSchema).default([]).describe(\"List of users belonging to the team\").nullable().optional(),\n integrations: z.array(PingdomGetTeamDetails_IntegrationSchema).default([]).describe(\"List of integrations associated with the team\").nullable().optional(),\n}).describe(\"Model containing detailed information of a Pingdom alerting team.\");\nexport const PingdomGetTeamDetailsOutput: z.ZodTypeAny = z.object({\n team: PingdomGetTeamDetails_TeamDetailModelSchema.nullable(),\n}).describe(\"Response model containing detailed team information including members and integrations.\");\n\nexport const pingdomGetTeamDetails = action(\"PINGDOM_GET_TEAM_DETAILS\", {\n slug: \"pingdom-get-team-details\",\n name: \"Get Team Details\",\n description: \"Tool to fetch detailed information for a specific alerting team. Use after listing teams to get full members and integrations details.\",\n input: PingdomGetTeamDetailsInput,\n output: PingdomGetTeamDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2CA,IAAAA,EAAE,OAAO,EAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EACpF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACpE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,0CAAwDA,IAAAA,EAAE,OAAO;CACrE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACrD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,8CAA4DA,IAAAA,EAAE,OAAO;CACzE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,SAASA,IAAAA,EAAE,MAAM,sCAAsC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,cAAcA,IAAAA,EAAE,MAAM,uCAAuC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAC/E,MAAa,8BAA4CA,IAAAA,EAAE,OAAO,EAChE,MAAM,4CAA4C,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,yFAAyF;AAErG,MAAa,wBAAwBC,eAAAA,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-team-details.d.ts
4
+ declare const PingdomGetTeamDetailsInput: z.ZodTypeAny;
5
+ declare const PingdomGetTeamDetailsOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTeamDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTeamDetails };
9
+ //# sourceMappingURL=get-team-details.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-team-details.d.cts","names":[],"sources":["../../src/actions/get-team-details.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE+C;AAAA,cAiB7E,2BAAA,EAA6B,CAAA,CAAE,UAE0D;AAAA,cAEzF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-team-details.d.ts
4
+ declare const PingdomGetTeamDetailsInput: z.ZodTypeAny;
5
+ declare const PingdomGetTeamDetailsOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTeamDetails: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTeamDetails };
9
+ //# sourceMappingURL=get-team-details.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-team-details.d.mts","names":[],"sources":["../../src/actions/get-team-details.ts"],"mappings":";;;cAIa,0BAAA,EAA4B,CAAA,CAAE,UAE+C;AAAA,cAiB7E,2BAAA,EAA6B,CAAA,CAAE,UAE0D;AAAA,cAEzF,qBAAA,gCAAqB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,31 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-team-details.ts
4
+ const PingdomGetTeamDetailsInput = z.object({ teamid: z.number().int().describe("Unique identifier of the Pingdom alerting team") }).describe("Request model for retrieving details of a specific alerting team by its ID.");
5
+ const PingdomGetTeamDetails_TeamMemberSchema = z.object({
6
+ id: z.number().int().describe("User's unique identifier"),
7
+ name: z.string().describe("Name of the user"),
8
+ type: z.string().describe("Type of the team member (e.g., 'user')")
9
+ }).describe("Represents a member of a Pingdom alerting team.");
10
+ const PingdomGetTeamDetails_IntegrationSchema = z.object({
11
+ id: z.number().int().describe("Integration unique identifier"),
12
+ name: z.string().describe("Name of the integration"),
13
+ type: z.string().describe("Type of the integration")
14
+ }).describe("Represents an integration configured for the team.");
15
+ const PingdomGetTeamDetails_TeamDetailModelSchema = z.object({
16
+ id: z.number().int().describe("Unique team identifier"),
17
+ name: z.string().describe("Name of the team"),
18
+ members: z.array(PingdomGetTeamDetails_TeamMemberSchema).default([]).describe("List of users belonging to the team").nullable().optional(),
19
+ integrations: z.array(PingdomGetTeamDetails_IntegrationSchema).default([]).describe("List of integrations associated with the team").nullable().optional()
20
+ }).describe("Model containing detailed information of a Pingdom alerting team.");
21
+ const pingdomGetTeamDetails = action("PINGDOM_GET_TEAM_DETAILS", {
22
+ slug: "pingdom-get-team-details",
23
+ name: "Get Team Details",
24
+ description: "Tool to fetch detailed information for a specific alerting team. Use after listing teams to get full members and integrations details.",
25
+ input: PingdomGetTeamDetailsInput,
26
+ output: z.object({ team: PingdomGetTeamDetails_TeamDetailModelSchema.nullable() }).describe("Response model containing detailed team information including members and integrations.")
27
+ });
28
+ //#endregion
29
+ export { pingdomGetTeamDetails };
30
+
31
+ //# sourceMappingURL=get-team-details.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-team-details.mjs","names":[],"sources":["../../src/actions/get-team-details.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetTeamDetailsInput: z.ZodTypeAny = z.object({\n teamid: z.number().int().describe(\"Unique identifier of the Pingdom alerting team\"),\n}).describe(\"Request model for retrieving details of a specific alerting team by its ID.\");\nconst PingdomGetTeamDetails_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\"),\n name: z.string().describe(\"Name of the user\"),\n type: z.string().describe(\"Type of the team member (e.g., 'user')\"),\n}).describe(\"Represents a member of a Pingdom alerting team.\");\nconst PingdomGetTeamDetails_IntegrationSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Integration unique identifier\"),\n name: z.string().describe(\"Name of the integration\"),\n type: z.string().describe(\"Type of the integration\"),\n}).describe(\"Represents an integration configured for the team.\");\nconst PingdomGetTeamDetails_TeamDetailModelSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique team identifier\"),\n name: z.string().describe(\"Name of the team\"),\n members: z.array(PingdomGetTeamDetails_TeamMemberSchema).default([]).describe(\"List of users belonging to the team\").nullable().optional(),\n integrations: z.array(PingdomGetTeamDetails_IntegrationSchema).default([]).describe(\"List of integrations associated with the team\").nullable().optional(),\n}).describe(\"Model containing detailed information of a Pingdom alerting team.\");\nexport const PingdomGetTeamDetailsOutput: z.ZodTypeAny = z.object({\n team: PingdomGetTeamDetails_TeamDetailModelSchema.nullable(),\n}).describe(\"Response model containing detailed team information including members and integrations.\");\n\nexport const pingdomGetTeamDetails = action(\"PINGDOM_GET_TEAM_DETAILS\", {\n slug: \"pingdom-get-team-details\",\n name: \"Get Team Details\",\n description: \"Tool to fetch detailed information for a specific alerting team. Use after listing teams to get full members and integrations details.\",\n input: PingdomGetTeamDetailsInput,\n output: PingdomGetTeamDetailsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,6BAA2C,EAAE,OAAO,EAC/D,QAAQ,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gDAAgD,EACpF,CAAC,CAAC,CAAC,SAAS,6EAA6E;AACzF,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC;AACpE,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,0CAAwD,EAAE,OAAO;CACrE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,+BAA+B;CAC7D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;CACnD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB;AACrD,CAAC,CAAC,CAAC,SAAS,oDAAoD;AAChE,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,SAAS,EAAE,MAAM,sCAAsC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,qCAAqC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzI,cAAc,EAAE,MAAM,uCAAuC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3J,CAAC,CAAC,CAAC,SAAS,mEAAmE;AAK/E,MAAa,wBAAwB,OAAO,4BAA4B;CACtE,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATuD,EAAE,OAAO,EAChE,MAAM,4CAA4C,SAAS,EAC7D,CAAC,CAAC,CAAC,SAAS,yFAOF;AACV,CAAC"}
@@ -0,0 +1,26 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-teams.ts
4
+ const PingdomGetTeamsInput = zod.z.object({}).describe("Request model for retrieving all alerting teams. No parameters required.");
5
+ const PingdomGetTeams_TeamMemberSchema = zod.z.object({
6
+ id: zod.z.number().int().describe("User's unique identifier"),
7
+ name: zod.z.string().describe("Name of the user"),
8
+ type: zod.z.string().describe("Type of member (e.g., 'user')")
9
+ }).describe("Represents a member of a Pingdom alerting team.");
10
+ const PingdomGetTeams_TeamSchema = zod.z.object({
11
+ id: zod.z.number().int().describe("Unique team identifier"),
12
+ name: zod.z.string().describe("Name of the team"),
13
+ members: zod.z.array(PingdomGetTeams_TeamMemberSchema).describe("List of members belonging to the team")
14
+ }).describe("Represents a Pingdom alerting team with its members.");
15
+ const PingdomGetTeamsOutput = zod.z.object({ teams: zod.z.array(PingdomGetTeams_TeamSchema).describe("List of alerting teams") }).describe("Response model containing a list of Pingdom alerting teams.");
16
+ const pingdomGetTeams = require_action.action("PINGDOM_GET_TEAMS", {
17
+ slug: "pingdom-get-teams",
18
+ name: "Get Teams",
19
+ description: "Tool to retrieve all alerting teams and their members. Use after authenticating to Pingdom to manage team configurations.",
20
+ input: PingdomGetTeamsInput,
21
+ output: PingdomGetTeamsOutput
22
+ });
23
+ //#endregion
24
+ exports.pingdomGetTeams = pingdomGetTeams;
25
+
26
+ //# sourceMappingURL=get-teams.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-teams.cjs","names":["z","action"],"sources":["../../src/actions/get-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all alerting teams. No parameters required.\");\nconst PingdomGetTeams_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\"),\n name: z.string().describe(\"Name of the user\"),\n type: z.string().describe(\"Type of member (e.g., 'user')\"),\n}).describe(\"Represents a member of a Pingdom alerting team.\");\nconst PingdomGetTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique team identifier\"),\n name: z.string().describe(\"Name of the team\"),\n members: z.array(PingdomGetTeams_TeamMemberSchema).describe(\"List of members belonging to the team\"),\n}).describe(\"Represents a Pingdom alerting team with its members.\");\nexport const PingdomGetTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PingdomGetTeams_TeamSchema).describe(\"List of alerting teams\"),\n}).describe(\"Response model containing a list of Pingdom alerting teams.\");\n\nexport const pingdomGetTeams = action(\"PINGDOM_GET_TEAMS\", {\n slug: \"pingdom-get-teams\",\n name: \"Get Teams\",\n description: \"Tool to retrieve all alerting teams and their members. Use after authenticating to Pingdom to manage team configurations.\",\n input: PingdomGetTeamsInput,\n output: PingdomGetTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqCA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAClJ,MAAM,mCAAiDA,IAAAA,EAAE,OAAO;CAC9D,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC3D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,6BAA2CA,IAAAA,EAAE,OAAO;CACxD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,SAASA,IAAAA,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,uCAAuC;AACrG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAClE,MAAa,wBAAsCA,IAAAA,EAAE,OAAO,EAC1D,OAAOA,IAAAA,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,wBAAwB,EAC9E,CAAC,CAAC,CAAC,SAAS,6DAA6D;AAEzE,MAAa,kBAAkBC,eAAAA,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-teams.d.ts
4
+ declare const PingdomGetTeamsInput: z.ZodTypeAny;
5
+ declare const PingdomGetTeamsOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTeams };
9
+ //# sourceMappingURL=get-teams.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-teams.d.cts","names":[],"sources":["../../src/actions/get-teams.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAA8G;AAAA,cAWtI,qBAAA,EAAuB,CAAA,CAAE,UAEoC;AAAA,cAE7D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-teams.d.ts
4
+ declare const PingdomGetTeamsInput: z.ZodTypeAny;
5
+ declare const PingdomGetTeamsOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTeams: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTeams };
9
+ //# sourceMappingURL=get-teams.d.mts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-teams.d.mts","names":[],"sources":["../../src/actions/get-teams.ts"],"mappings":";;;cAIa,oBAAA,EAAsB,CAAA,CAAE,UAA8G;AAAA,cAWtI,qBAAA,EAAuB,CAAA,CAAE,UAEoC;AAAA,cAE7D,eAAA,gCAAe,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,25 @@
1
+ import { action } from "../action.mjs";
2
+ import { z } from "zod";
3
+ //#region src/actions/get-teams.ts
4
+ const PingdomGetTeamsInput = z.object({}).describe("Request model for retrieving all alerting teams. No parameters required.");
5
+ const PingdomGetTeams_TeamMemberSchema = z.object({
6
+ id: z.number().int().describe("User's unique identifier"),
7
+ name: z.string().describe("Name of the user"),
8
+ type: z.string().describe("Type of member (e.g., 'user')")
9
+ }).describe("Represents a member of a Pingdom alerting team.");
10
+ const PingdomGetTeams_TeamSchema = z.object({
11
+ id: z.number().int().describe("Unique team identifier"),
12
+ name: z.string().describe("Name of the team"),
13
+ members: z.array(PingdomGetTeams_TeamMemberSchema).describe("List of members belonging to the team")
14
+ }).describe("Represents a Pingdom alerting team with its members.");
15
+ const pingdomGetTeams = action("PINGDOM_GET_TEAMS", {
16
+ slug: "pingdom-get-teams",
17
+ name: "Get Teams",
18
+ description: "Tool to retrieve all alerting teams and their members. Use after authenticating to Pingdom to manage team configurations.",
19
+ input: PingdomGetTeamsInput,
20
+ output: z.object({ teams: z.array(PingdomGetTeams_TeamSchema).describe("List of alerting teams") }).describe("Response model containing a list of Pingdom alerting teams.")
21
+ });
22
+ //#endregion
23
+ export { pingdomGetTeams };
24
+
25
+ //# sourceMappingURL=get-teams.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-teams.mjs","names":[],"sources":["../../src/actions/get-teams.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetTeamsInput: z.ZodTypeAny = z.object({}).describe(\"Request model for retrieving all alerting teams. No parameters required.\");\nconst PingdomGetTeams_TeamMemberSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"User's unique identifier\"),\n name: z.string().describe(\"Name of the user\"),\n type: z.string().describe(\"Type of member (e.g., 'user')\"),\n}).describe(\"Represents a member of a Pingdom alerting team.\");\nconst PingdomGetTeams_TeamSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique team identifier\"),\n name: z.string().describe(\"Name of the team\"),\n members: z.array(PingdomGetTeams_TeamMemberSchema).describe(\"List of members belonging to the team\"),\n}).describe(\"Represents a Pingdom alerting team with its members.\");\nexport const PingdomGetTeamsOutput: z.ZodTypeAny = z.object({\n teams: z.array(PingdomGetTeams_TeamSchema).describe(\"List of alerting teams\"),\n}).describe(\"Response model containing a list of Pingdom alerting teams.\");\n\nexport const pingdomGetTeams = action(\"PINGDOM_GET_TEAMS\", {\n slug: \"pingdom-get-teams\",\n name: \"Get Teams\",\n description: \"Tool to retrieve all alerting teams and their members. Use after authenticating to Pingdom to manage team configurations.\",\n input: PingdomGetTeamsInput,\n output: PingdomGetTeamsOutput,\n});\n"],"mappings":";;;AAIA,MAAa,uBAAqC,EAAE,OAAO,CAAC,CAAC,CAAC,CAAC,SAAS,0EAA0E;AAClJ,MAAM,mCAAiD,EAAE,OAAO;CAC9D,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,0BAA0B;CACxD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;AAC3D,CAAC,CAAC,CAAC,SAAS,iDAAiD;AAC7D,MAAM,6BAA2C,EAAE,OAAO;CACxD,IAAI,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wBAAwB;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,kBAAkB;CAC5C,SAAS,EAAE,MAAM,gCAAgC,CAAC,CAAC,SAAS,uCAAuC;AACrG,CAAC,CAAC,CAAC,SAAS,sDAAsD;AAKlE,MAAa,kBAAkB,OAAO,qBAAqB;CACzD,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QATiD,EAAE,OAAO,EAC1D,OAAO,EAAE,MAAM,0BAA0B,CAAC,CAAC,SAAS,wBAAwB,EAC9E,CAAC,CAAC,CAAC,SAAS,6DAOF;AACV,CAAC"}
@@ -0,0 +1,29 @@
1
+ const require_action = require("../action.cjs");
2
+ let zod = require("zod");
3
+ //#region src/actions/get-tms-transaction-checks-list.ts
4
+ const PingdomGetTmsTransactionChecksListInput = zod.z.object({
5
+ limit: zod.z.number().int().describe("Maximum number of transaction checks to return per page (1-1000). Defaults to 1000 if not specified.").optional(),
6
+ offset: zod.z.number().int().describe("Zero-based index to start returning transaction checks from. Use with limit for pagination (e.g., offset=0 for first page, offset=100 for second page with limit=100).").optional()
7
+ }).describe("Request model for retrieving a list overview of transaction (TMS) checks with pagination.");
8
+ const PingdomGetTmsTransactionChecksList_TmsTransactionCheckOverviewSchema = zod.z.object({
9
+ id: zod.z.number().int().describe("Unique identifier of the transaction check"),
10
+ name: zod.z.string().describe("Name of the transaction check"),
11
+ type: zod.z.string().describe("Type of check (e.g., 'transaction')"),
12
+ status: zod.z.string().describe("Current status of the check (e.g., 'up', 'down')")
13
+ }).describe("Represents a single overview of a transaction (TMS) check.");
14
+ const PingdomGetTmsTransactionChecksListOutput = zod.z.object({
15
+ limit: zod.z.number().int().describe("Maximum number of checks returned in this response (reflects the limit parameter or default value)"),
16
+ checks: zod.z.array(PingdomGetTmsTransactionChecksList_TmsTransactionCheckOverviewSchema).describe("List of configured transaction (TMS) checks"),
17
+ offset: zod.z.number().int().describe("Starting index for the returned checks (used for pagination)")
18
+ }).describe("Response wrapper containing a list of transaction (TMS) checks with pagination metadata.");
19
+ const pingdomGetTmsTransactionChecksList = require_action.action("PINGDOM_GET_TMS_TRANSACTION_CHECKS_LIST", {
20
+ slug: "pingdom-get-tms-transaction-checks-list",
21
+ name: "Get TMS Transaction Checks List",
22
+ description: "Retrieves a paginated list of all transaction (TMS) checks configured in Pingdom. Transaction checks (also called TMS checks) are synthetic monitoring tests that simulate user interactions with web applications by executing scripted sequences of actions. Use this action to: - Get an overview of all configured transaction checks - Retrieve check IDs, names, types, and current status - Paginate through large lists of transaction checks Returns an empty list if no transaction checks are configured.",
23
+ input: PingdomGetTmsTransactionChecksListInput,
24
+ output: PingdomGetTmsTransactionChecksListOutput
25
+ });
26
+ //#endregion
27
+ exports.pingdomGetTmsTransactionChecksList = pingdomGetTmsTransactionChecksList;
28
+
29
+ //# sourceMappingURL=get-tms-transaction-checks-list.cjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tms-transaction-checks-list.cjs","names":["z","action"],"sources":["../../src/actions/get-tms-transaction-checks-list.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const PingdomGetTmsTransactionChecksListInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of transaction checks to return per page (1-1000). Defaults to 1000 if not specified.\").optional(),\n offset: z.number().int().describe(\"Zero-based index to start returning transaction checks from. Use with limit for pagination (e.g., offset=0 for first page, offset=100 for second page with limit=100).\").optional(),\n}).describe(\"Request model for retrieving a list overview of transaction (TMS) checks with pagination.\");\nconst PingdomGetTmsTransactionChecksList_TmsTransactionCheckOverviewSchema: z.ZodTypeAny = z.object({\n id: z.number().int().describe(\"Unique identifier of the transaction check\"),\n name: z.string().describe(\"Name of the transaction check\"),\n type: z.string().describe(\"Type of check (e.g., 'transaction')\"),\n status: z.string().describe(\"Current status of the check (e.g., 'up', 'down')\"),\n}).describe(\"Represents a single overview of a transaction (TMS) check.\");\nexport const PingdomGetTmsTransactionChecksListOutput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Maximum number of checks returned in this response (reflects the limit parameter or default value)\"),\n checks: z.array(PingdomGetTmsTransactionChecksList_TmsTransactionCheckOverviewSchema).describe(\"List of configured transaction (TMS) checks\"),\n offset: z.number().int().describe(\"Starting index for the returned checks (used for pagination)\"),\n}).describe(\"Response wrapper containing a list of transaction (TMS) checks with pagination metadata.\");\n\nexport const pingdomGetTmsTransactionChecksList = action(\"PINGDOM_GET_TMS_TRANSACTION_CHECKS_LIST\", {\n slug: \"pingdom-get-tms-transaction-checks-list\",\n name: \"Get TMS Transaction Checks List\",\n description: \"Retrieves a paginated list of all transaction (TMS) checks configured in Pingdom. Transaction checks (also called TMS checks) are synthetic monitoring tests that simulate user interactions with web applications by executing scripted sequences of actions. Use this action to: - Get an overview of all configured transaction checks - Retrieve check IDs, names, types, and current status - Paginate through large lists of transaction checks Returns an empty list if no transaction checks are configured.\",\n input: PingdomGetTmsTransactionChecksListInput,\n output: PingdomGetTmsTransactionChecksListOutput,\n});\n"],"mappings":";;;AAIA,MAAa,0CAAwDA,IAAAA,EAAE,OAAO;CAC5E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sGAAsG,CAAC,CAAC,SAAS;CAClJ,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,wKAAwK,CAAC,CAAC,SAAS;AACvN,CAAC,CAAC,CAAC,SAAS,2FAA2F;AACvG,MAAM,uEAAqFA,IAAAA,EAAE,OAAO;CAClG,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,4CAA4C;CAC1E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+BAA+B;CACzD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qCAAqC;CAC/D,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kDAAkD;AAChF,CAAC,CAAC,CAAC,SAAS,4DAA4D;AACxE,MAAa,2CAAyDA,IAAAA,EAAE,OAAO;CAC7E,OAAOA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,oGAAoG;CACrI,QAAQA,IAAAA,EAAE,MAAM,oEAAoE,CAAC,CAAC,SAAS,6CAA6C;CAC5I,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,8DAA8D;AAClG,CAAC,CAAC,CAAC,SAAS,0FAA0F;AAEtG,MAAa,qCAAqCC,eAAAA,OAAO,2CAA2C;CAClG,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-tms-transaction-checks-list.d.ts
4
+ declare const PingdomGetTmsTransactionChecksListInput: z.ZodTypeAny;
5
+ declare const PingdomGetTmsTransactionChecksListOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTmsTransactionChecksList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTmsTransactionChecksList };
9
+ //# sourceMappingURL=get-tms-transaction-checks-list.d.cts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"get-tms-transaction-checks-list.d.cts","names":[],"sources":["../../src/actions/get-tms-transaction-checks-list.ts"],"mappings":";;;cAIa,uCAAA,EAAyC,CAAA,CAAE,UAGgD;AAAA,cAO3F,wCAAA,EAA0C,CAAA,CAAE,UAI8C;AAAA,cAE1F,kCAAA,gCAAkC,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -0,0 +1,9 @@
1
+ import { z } from "zod";
2
+
3
+ //#region src/actions/get-tms-transaction-checks-list.d.ts
4
+ declare const PingdomGetTmsTransactionChecksListInput: z.ZodTypeAny;
5
+ declare const PingdomGetTmsTransactionChecksListOutput: z.ZodTypeAny;
6
+ declare const pingdomGetTmsTransactionChecksList: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
+ //#endregion
8
+ export { pingdomGetTmsTransactionChecksList };
9
+ //# sourceMappingURL=get-tms-transaction-checks-list.d.mts.map