@keystrokehq/snowflake 0.1.0 → 0.1.2

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 (119) hide show
  1. package/dist/action.cjs.map +1 -1
  2. package/dist/action.mjs.map +1 -1
  3. package/dist/actions/cancel-statement-execution.cjs +5 -5
  4. package/dist/actions/cancel-statement-execution.cjs.map +1 -1
  5. package/dist/actions/cancel-statement-execution.d.cts +15 -3
  6. package/dist/actions/cancel-statement-execution.d.cts.map +1 -1
  7. package/dist/actions/cancel-statement-execution.d.mts +15 -3
  8. package/dist/actions/cancel-statement-execution.d.mts.map +1 -1
  9. package/dist/actions/cancel-statement-execution.mjs +5 -5
  10. package/dist/actions/cancel-statement-execution.mjs.map +1 -1
  11. package/dist/actions/check-statement-status.cjs +11 -11
  12. package/dist/actions/check-statement-status.cjs.map +1 -1
  13. package/dist/actions/check-statement-status.d.cts +41 -3
  14. package/dist/actions/check-statement-status.d.cts.map +1 -1
  15. package/dist/actions/check-statement-status.d.mts +41 -3
  16. package/dist/actions/check-statement-status.d.mts.map +1 -1
  17. package/dist/actions/check-statement-status.mjs +11 -11
  18. package/dist/actions/check-statement-status.mjs.map +1 -1
  19. package/dist/actions/drop-warehouse.cjs.map +1 -1
  20. package/dist/actions/drop-warehouse.d.cts +14 -3
  21. package/dist/actions/drop-warehouse.d.cts.map +1 -1
  22. package/dist/actions/drop-warehouse.d.mts +14 -3
  23. package/dist/actions/drop-warehouse.d.mts.map +1 -1
  24. package/dist/actions/drop-warehouse.mjs.map +1 -1
  25. package/dist/actions/execute-sql.cjs +11 -11
  26. package/dist/actions/execute-sql.cjs.map +1 -1
  27. package/dist/actions/execute-sql.d.cts +52 -3
  28. package/dist/actions/execute-sql.d.cts.map +1 -1
  29. package/dist/actions/execute-sql.d.mts +52 -3
  30. package/dist/actions/execute-sql.d.mts.map +1 -1
  31. package/dist/actions/execute-sql.mjs +11 -11
  32. package/dist/actions/execute-sql.mjs.map +1 -1
  33. package/dist/actions/fetch-catalog-integration.cjs.map +1 -1
  34. package/dist/actions/fetch-catalog-integration.d.cts +18 -3
  35. package/dist/actions/fetch-catalog-integration.d.cts.map +1 -1
  36. package/dist/actions/fetch-catalog-integration.d.mts +18 -3
  37. package/dist/actions/fetch-catalog-integration.d.mts.map +1 -1
  38. package/dist/actions/fetch-catalog-integration.mjs.map +1 -1
  39. package/dist/actions/get-active-scheduled-maintenances.cjs +22 -22
  40. package/dist/actions/get-active-scheduled-maintenances.cjs.map +1 -1
  41. package/dist/actions/get-active-scheduled-maintenances.d.cts +35 -3
  42. package/dist/actions/get-active-scheduled-maintenances.d.cts.map +1 -1
  43. package/dist/actions/get-active-scheduled-maintenances.d.mts +35 -3
  44. package/dist/actions/get-active-scheduled-maintenances.d.mts.map +1 -1
  45. package/dist/actions/get-active-scheduled-maintenances.mjs +22 -22
  46. package/dist/actions/get-active-scheduled-maintenances.mjs.map +1 -1
  47. package/dist/actions/get-all-scheduled-maintenances.cjs +24 -24
  48. package/dist/actions/get-all-scheduled-maintenances.cjs.map +1 -1
  49. package/dist/actions/get-all-scheduled-maintenances.d.cts +44 -3
  50. package/dist/actions/get-all-scheduled-maintenances.d.cts.map +1 -1
  51. package/dist/actions/get-all-scheduled-maintenances.d.mts +44 -3
  52. package/dist/actions/get-all-scheduled-maintenances.d.mts.map +1 -1
  53. package/dist/actions/get-all-scheduled-maintenances.mjs +24 -24
  54. package/dist/actions/get-all-scheduled-maintenances.mjs.map +1 -1
  55. package/dist/actions/get-component-status.cjs +14 -14
  56. package/dist/actions/get-component-status.cjs.map +1 -1
  57. package/dist/actions/get-component-status.d.cts +29 -3
  58. package/dist/actions/get-component-status.d.cts.map +1 -1
  59. package/dist/actions/get-component-status.d.mts +29 -3
  60. package/dist/actions/get-component-status.d.mts.map +1 -1
  61. package/dist/actions/get-component-status.mjs +14 -14
  62. package/dist/actions/get-component-status.mjs.map +1 -1
  63. package/dist/actions/get-status-rollup.cjs +7 -7
  64. package/dist/actions/get-status-rollup.cjs.map +1 -1
  65. package/dist/actions/get-status-rollup.d.cts +15 -3
  66. package/dist/actions/get-status-rollup.d.cts.map +1 -1
  67. package/dist/actions/get-status-rollup.d.mts +15 -3
  68. package/dist/actions/get-status-rollup.d.mts.map +1 -1
  69. package/dist/actions/get-status-rollup.mjs +7 -7
  70. package/dist/actions/get-status-rollup.mjs.map +1 -1
  71. package/dist/actions/get-status-summary.cjs.map +1 -1
  72. package/dist/actions/get-status-summary.d.cts +75 -3
  73. package/dist/actions/get-status-summary.d.cts.map +1 -1
  74. package/dist/actions/get-status-summary.d.mts +75 -3
  75. package/dist/actions/get-status-summary.d.mts.map +1 -1
  76. package/dist/actions/get-status-summary.mjs.map +1 -1
  77. package/dist/actions/get-unresolved-incidents.cjs +20 -20
  78. package/dist/actions/get-unresolved-incidents.cjs.map +1 -1
  79. package/dist/actions/get-unresolved-incidents.d.cts +32 -3
  80. package/dist/actions/get-unresolved-incidents.d.cts.map +1 -1
  81. package/dist/actions/get-unresolved-incidents.d.mts +32 -3
  82. package/dist/actions/get-unresolved-incidents.d.mts.map +1 -1
  83. package/dist/actions/get-unresolved-incidents.mjs +20 -20
  84. package/dist/actions/get-unresolved-incidents.mjs.map +1 -1
  85. package/dist/actions/get-upcoming-scheduled-maintenances.cjs +22 -22
  86. package/dist/actions/get-upcoming-scheduled-maintenances.cjs.map +1 -1
  87. package/dist/actions/get-upcoming-scheduled-maintenances.d.cts +34 -3
  88. package/dist/actions/get-upcoming-scheduled-maintenances.d.cts.map +1 -1
  89. package/dist/actions/get-upcoming-scheduled-maintenances.d.mts +34 -3
  90. package/dist/actions/get-upcoming-scheduled-maintenances.d.mts.map +1 -1
  91. package/dist/actions/get-upcoming-scheduled-maintenances.mjs +22 -22
  92. package/dist/actions/get-upcoming-scheduled-maintenances.mjs.map +1 -1
  93. package/dist/actions/show-databases.cjs.map +1 -1
  94. package/dist/actions/show-databases.d.cts +26 -3
  95. package/dist/actions/show-databases.d.cts.map +1 -1
  96. package/dist/actions/show-databases.d.mts +26 -3
  97. package/dist/actions/show-databases.d.mts.map +1 -1
  98. package/dist/actions/show-databases.mjs.map +1 -1
  99. package/dist/actions/show-schemas.cjs.map +1 -1
  100. package/dist/actions/show-schemas.d.cts +30 -3
  101. package/dist/actions/show-schemas.d.cts.map +1 -1
  102. package/dist/actions/show-schemas.d.mts +30 -3
  103. package/dist/actions/show-schemas.d.mts.map +1 -1
  104. package/dist/actions/show-schemas.mjs.map +1 -1
  105. package/dist/actions/show-tables.cjs.map +1 -1
  106. package/dist/actions/show-tables.d.cts +32 -3
  107. package/dist/actions/show-tables.d.cts.map +1 -1
  108. package/dist/actions/show-tables.d.mts +32 -3
  109. package/dist/actions/show-tables.d.mts.map +1 -1
  110. package/dist/actions/show-tables.mjs.map +1 -1
  111. package/dist/actions/validate-credential.cjs +1 -1
  112. package/dist/actions/validate-credential.cjs.map +1 -1
  113. package/dist/actions/validate-credential.d.cts +7 -3
  114. package/dist/actions/validate-credential.d.cts.map +1 -1
  115. package/dist/actions/validate-credential.d.mts +7 -3
  116. package/dist/actions/validate-credential.d.mts.map +1 -1
  117. package/dist/actions/validate-credential.mjs +1 -1
  118. package/dist/actions/validate-credential.mjs.map +1 -1
  119. package/package.json +2 -2
@@ -3,25 +3,25 @@ import { z } from "zod";
3
3
  //#region src/actions/get-component-status.ts
4
4
  const SnowflakeGetComponentStatusInput = z.object({ limit: z.number().int().describe("Limit number of components returned.").optional() });
5
5
  const SnowflakeGetComponentStatus_PageSchema = z.object({
6
- id: z.string().describe("The unique identifier of the page."),
7
- url: z.string().describe("The URL of the page."),
8
- name: z.string().describe("The name of the page."),
9
- updated_at: z.string().describe("The timestamp when the page was last updated.")
6
+ id: z.string().describe("The unique identifier of the page.").nullable(),
7
+ url: z.string().describe("The URL of the page.").nullable(),
8
+ name: z.string().describe("The name of the page.").nullable(),
9
+ updated_at: z.string().describe("The timestamp when the page was last updated.").nullable()
10
10
  });
11
11
  const SnowflakeGetComponentStatus_ComponentSchema = z.object({
12
- id: z.string().describe("The unique identifier of the component."),
13
- name: z.string().describe("The name of the component."),
14
- group: z.boolean().describe("Indicates if the component is a group."),
15
- status: z.string().describe("The current status of the component."),
16
- page_id: z.string().describe("The unique identifier of the page the component belongs to."),
12
+ id: z.string().describe("The unique identifier of the component.").nullable(),
13
+ name: z.string().describe("The name of the component.").nullable(),
14
+ group: z.boolean().describe("Indicates if the component is a group.").nullable(),
15
+ status: z.string().describe("The current status of the component.").nullable(),
16
+ page_id: z.string().describe("The unique identifier of the page the component belongs to.").nullable(),
17
17
  group_id: z.string().describe("The unique identifier of the group the component belongs to.").nullable().optional(),
18
- position: z.number().int().describe("The position of the component."),
19
- showcase: z.boolean().describe("Indicates if the component is showcased."),
20
- created_at: z.string().describe("The timestamp when the component was created."),
18
+ position: z.number().int().describe("The position of the component.").nullable(),
19
+ showcase: z.boolean().describe("Indicates if the component is showcased.").nullable(),
20
+ created_at: z.string().describe("The timestamp when the component was created.").nullable(),
21
21
  start_date: z.string().describe("The start date of the component.").nullable().optional(),
22
- updated_at: z.string().describe("The timestamp when the component was last updated."),
22
+ updated_at: z.string().describe("The timestamp when the component was last updated.").nullable(),
23
23
  description: z.string().describe("A description of the component.").nullable().optional(),
24
- only_show_if_degraded: z.boolean().describe("Indicates if the component should only be shown if it is degraded.")
24
+ only_show_if_degraded: z.boolean().describe("Indicates if the component should only be shown if it is degraded.").nullable()
25
25
  });
26
26
  const snowflakeGetComponentStatus = action("SNOWFLAKE_GET_COMPONENT_STATUS", {
27
27
  slug: "snowflake-get-component-status",
@@ -1 +1 @@
1
- {"version":3,"file":"get-component-status.mjs","names":[],"sources":["../../src/actions/get-component-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetComponentStatusInput: z.ZodTypeAny = z.object({\n limit: z.number().int().describe(\"Limit number of components returned.\").optional(),\n});\nconst SnowflakeGetComponentStatus_PageSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the page.\"),\n url: z.string().describe(\"The URL of the page.\"),\n name: z.string().describe(\"The name of the page.\"),\n updated_at: z.string().describe(\"The timestamp when the page was last updated.\"),\n});\nconst SnowflakeGetComponentStatus_ComponentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The unique identifier of the component.\"),\n name: z.string().describe(\"The name of the component.\"),\n group: z.boolean().describe(\"Indicates if the component is a group.\"),\n status: z.string().describe(\"The current status of the component.\"),\n page_id: z.string().describe(\"The unique identifier of the page the component belongs to.\"),\n group_id: z.string().describe(\"The unique identifier of the group the component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\"),\n showcase: z.boolean().describe(\"Indicates if the component is showcased.\"),\n created_at: z.string().describe(\"The timestamp when the component was created.\"),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp when the component was last updated.\"),\n description: z.string().describe(\"A description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Indicates if the component should only be shown if it is degraded.\"),\n});\nexport const SnowflakeGetComponentStatusOutput: z.ZodTypeAny = z.object({\n page: SnowflakeGetComponentStatus_PageSchema.nullable(),\n components: z.array(SnowflakeGetComponentStatus_ComponentSchema).describe(\"A list of components and their current status.\"),\n});\n\nexport const snowflakeGetComponentStatus = action(\"SNOWFLAKE_GET_COMPONENT_STATUS\", {\n slug: \"snowflake-get-component-status\",\n name: \"Get Component Status\",\n description: \"Retrieves the status of individual components, each listed with its current status.\",\n input: SnowflakeGetComponentStatusInput,\n output: SnowflakeGetComponentStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAiD,EAAE,OAAO,EACrE,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,EACpF,CAAC;AACD,MAAM,yCAAuD,EAAE,OAAO;CACpE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC;CAC5D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB;CAC/C,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB;CACjD,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;AACjF,CAAC;AACD,MAAM,8CAA4D,EAAE,OAAO;CACzE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACtD,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC;CACpE,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC;CAClE,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D;CAC1F,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC;CACpE,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C;CACzE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C;CAC/E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD;CACpF,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE;AAClH,CAAC;AAMD,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV6D,EAAE,OAAO;EACtE,MAAM,uCAAuC,SAAS;EACtD,YAAY,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,gDAAgD;CAC5H,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"get-component-status.mjs","names":[],"sources":["../../src/actions/get-component-status.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetComponentStatusInput = z.object({\n limit: z.number().int().describe(\"Limit number of components returned.\").optional(),\n});\nconst SnowflakeGetComponentStatus_PageSchema = z.object({\n id: z.string().describe(\"The unique identifier of the page.\").nullable(),\n url: z.string().describe(\"The URL of the page.\").nullable(),\n name: z.string().describe(\"The name of the page.\").nullable(),\n updated_at: z.string().describe(\"The timestamp when the page was last updated.\").nullable(),\n});\nconst SnowflakeGetComponentStatus_ComponentSchema = z.object({\n id: z.string().describe(\"The unique identifier of the component.\").nullable(),\n name: z.string().describe(\"The name of the component.\").nullable(),\n group: z.boolean().describe(\"Indicates if the component is a group.\").nullable(),\n status: z.string().describe(\"The current status of the component.\").nullable(),\n page_id: z.string().describe(\"The unique identifier of the page the component belongs to.\").nullable(),\n group_id: z.string().describe(\"The unique identifier of the group the component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\").nullable(),\n showcase: z.boolean().describe(\"Indicates if the component is showcased.\").nullable(),\n created_at: z.string().describe(\"The timestamp when the component was created.\").nullable(),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp when the component was last updated.\").nullable(),\n description: z.string().describe(\"A description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Indicates if the component should only be shown if it is degraded.\").nullable(),\n});\nexport const SnowflakeGetComponentStatusOutput = z.object({\n page: SnowflakeGetComponentStatus_PageSchema.nullable(),\n components: z.array(SnowflakeGetComponentStatus_ComponentSchema).describe(\"A list of components and their current status.\"),\n});\n\nexport const snowflakeGetComponentStatus = action(\"SNOWFLAKE_GET_COMPONENT_STATUS\", {\n slug: \"snowflake-get-component-status\",\n name: \"Get Component Status\",\n description: \"Retrieves the status of individual components, each listed with its current status.\",\n input: SnowflakeGetComponentStatusInput,\n output: SnowflakeGetComponentStatusOutput,\n});\n"],"mappings":";;;AAIA,MAAa,mCAAmC,EAAE,OAAO,EACvD,OAAO,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,EACpF,CAAC;AACD,MAAM,yCAAyC,EAAE,OAAO;CACtD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS;CACvE,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS;CAC1D,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS;CAC5D,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;AAC5F,CAAC;AACD,MAAM,8CAA8C,EAAE,OAAO;CAC3D,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS;CAC5E,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CACjE,OAAO,EAAE,QAAQ,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS;CAC/E,QAAQ,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS;CAC7E,SAAS,EAAE,OAAO,CAAC,CAAC,SAAS,6DAA6D,CAAC,CAAC,SAAS;CACrG,UAAU,EAAE,OAAO,CAAC,CAAC,SAAS,8DAA8D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,UAAU,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS;CAC/E,UAAU,EAAE,QAAQ,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS;CACpF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS;CAC1F,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,oDAAoD,CAAC,CAAC,SAAS;CAC/F,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,iCAAiC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,uBAAuB,EAAE,QAAQ,CAAC,CAAC,SAAS,oEAAoE,CAAC,CAAC,SAAS;AAC7H,CAAC;AAMD,MAAa,8BAA8B,OAAO,kCAAkC;CAClF,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV+C,EAAE,OAAO;EACxD,MAAM,uCAAuC,SAAS;EACtD,YAAY,EAAE,MAAM,2CAA2C,CAAC,CAAC,SAAS,gDAAgD;CAC5H,CAOU;AACV,CAAC"}
@@ -3,15 +3,15 @@ let zod = require("zod");
3
3
  //#region src/actions/get-status-rollup.ts
4
4
  const SnowflakeGetStatusRollupInput = zod.z.object({});
5
5
  const SnowflakeGetStatusRollup_PageSchema = zod.z.object({
6
- id: zod.z.string().describe("The ID of the status page."),
7
- url: zod.z.string().describe("The URL of the status page."),
8
- name: zod.z.string().describe("The name of the status page."),
9
- time_zone: zod.z.string().describe("The time zone of the status page."),
10
- updated_at: zod.z.string().describe("The timestamp of the last update in ISO 8601 format.")
6
+ id: zod.z.string().describe("The ID of the status page.").nullable(),
7
+ url: zod.z.string().describe("The URL of the status page.").nullable(),
8
+ name: zod.z.string().describe("The name of the status page.").nullable(),
9
+ time_zone: zod.z.string().describe("The time zone of the status page.").nullable(),
10
+ updated_at: zod.z.string().describe("The timestamp of the last update in ISO 8601 format.").nullable()
11
11
  });
12
12
  const SnowflakeGetStatusRollup_StatusSchema = zod.z.object({
13
- indicator: zod.z.string().describe("An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage)."),
14
- description: zod.z.string().describe("A human-readable description of the overall system status.")
13
+ indicator: zod.z.string().describe("An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).").nullable(),
14
+ description: zod.z.string().describe("A human-readable description of the overall system status.").nullable()
15
15
  });
16
16
  const SnowflakeGetStatusRollupOutput = zod.z.object({
17
17
  page: SnowflakeGetStatusRollup_PageSchema.nullable(),
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-rollup.cjs","names":["z","action"],"sources":["../../src/actions/get-status-rollup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusRollupInput: z.ZodTypeAny = z.object({});\nconst SnowflakeGetStatusRollup_PageSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the status page.\"),\n url: z.string().describe(\"The URL of the status page.\"),\n name: z.string().describe(\"The name of the status page.\"),\n time_zone: z.string().describe(\"The time zone of the status page.\"),\n updated_at: z.string().describe(\"The timestamp of the last update in ISO 8601 format.\"),\n});\nconst SnowflakeGetStatusRollup_StatusSchema: z.ZodTypeAny = z.object({\n indicator: z.string().describe(\"An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).\"),\n description: z.string().describe(\"A human-readable description of the overall system status.\"),\n});\nexport const SnowflakeGetStatusRollupOutput: z.ZodTypeAny = z.object({\n page: SnowflakeGetStatusRollup_PageSchema.nullable(),\n status: SnowflakeGetStatusRollup_StatusSchema.nullable(),\n});\n\nexport const snowflakeGetStatusRollup = action(\"SNOWFLAKE_GET_STATUS_ROLLUP\", {\n slug: \"snowflake-get-status-rollup\",\n name: \"Get Status Rollup\",\n description: \"Retrieves the status rollup for the entire page, including indicators and human-readable descriptions of the blended component status.\",\n input: SnowflakeGetStatusRollupInput,\n output: SnowflakeGetStatusRollupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACtE,MAAM,sCAAoDA,IAAAA,EAAE,OAAO;CACjE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACxF,CAAC;AACD,MAAM,wCAAsDA,IAAAA,EAAE,OAAO;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K;CAC3M,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC;AACD,MAAa,iCAA+CA,IAAAA,EAAE,OAAO;CACnE,MAAM,oCAAoC,SAAS;CACnD,QAAQ,sCAAsC,SAAS;AACzD,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-status-rollup.cjs","names":["z","action"],"sources":["../../src/actions/get-status-rollup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusRollupInput = z.object({});\nconst SnowflakeGetStatusRollup_PageSchema = z.object({\n id: z.string().describe(\"The ID of the status page.\").nullable(),\n url: z.string().describe(\"The URL of the status page.\").nullable(),\n name: z.string().describe(\"The name of the status page.\").nullable(),\n time_zone: z.string().describe(\"The time zone of the status page.\").nullable(),\n updated_at: z.string().describe(\"The timestamp of the last update in ISO 8601 format.\").nullable(),\n});\nconst SnowflakeGetStatusRollup_StatusSchema = z.object({\n indicator: z.string().describe(\"An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).\").nullable(),\n description: z.string().describe(\"A human-readable description of the overall system status.\").nullable(),\n});\nexport const SnowflakeGetStatusRollupOutput = z.object({\n page: SnowflakeGetStatusRollup_PageSchema.nullable(),\n status: SnowflakeGetStatusRollup_StatusSchema.nullable(),\n});\n\nexport const snowflakeGetStatusRollup = action(\"SNOWFLAKE_GET_STATUS_ROLLUP\", {\n slug: \"snowflake-get-status-rollup\",\n name: \"Get Status Rollup\",\n description: \"Retrieves the status rollup for the entire page, including indicators and human-readable descriptions of the blended component status.\",\n input: SnowflakeGetStatusRollupInput,\n output: SnowflakeGetStatusRollupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgCA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,sCAAsCA,IAAAA,EAAE,OAAO;CACnD,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC7E,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACnG,CAAC;AACD,MAAM,wCAAwCA,IAAAA,EAAE,OAAO;CACrD,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CACtN,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC1G,CAAC;AACD,MAAa,iCAAiCA,IAAAA,EAAE,OAAO;CACrD,MAAM,oCAAoC,SAAS;CACnD,QAAQ,sCAAsC,SAAS;AACzD,CAAC;AAED,MAAa,2BAA2BC,eAAAA,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
@@ -1,9 +1,21 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-status-rollup.d.ts
4
- declare const SnowflakeGetStatusRollupInput: z.ZodTypeAny;
5
- declare const SnowflakeGetStatusRollupOutput: z.ZodTypeAny;
6
- declare const snowflakeGetStatusRollup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SnowflakeGetStatusRollupInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SnowflakeGetStatusRollupOutput: z.ZodObject<{
6
+ page: z.ZodNullable<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ url: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ time_zone: z.ZodNullable<z.ZodString>;
11
+ updated_at: z.ZodNullable<z.ZodString>;
12
+ }, z.core.$strip>>;
13
+ status: z.ZodNullable<z.ZodObject<{
14
+ indicator: z.ZodNullable<z.ZodString>;
15
+ description: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
17
+ }, z.core.$strip>;
18
+ declare const snowflakeGetStatusRollup: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
19
  //#endregion
8
20
  export { snowflakeGetStatusRollup };
9
21
  //# sourceMappingURL=get-status-rollup.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-rollup.d.cts","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAAyB;AAAA,cAY1D,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-status-rollup.d.cts","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAY7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,21 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-status-rollup.d.ts
4
- declare const SnowflakeGetStatusRollupInput: z.ZodTypeAny;
5
- declare const SnowflakeGetStatusRollupOutput: z.ZodTypeAny;
6
- declare const snowflakeGetStatusRollup: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SnowflakeGetStatusRollupInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SnowflakeGetStatusRollupOutput: z.ZodObject<{
6
+ page: z.ZodNullable<z.ZodObject<{
7
+ id: z.ZodNullable<z.ZodString>;
8
+ url: z.ZodNullable<z.ZodString>;
9
+ name: z.ZodNullable<z.ZodString>;
10
+ time_zone: z.ZodNullable<z.ZodString>;
11
+ updated_at: z.ZodNullable<z.ZodString>;
12
+ }, z.core.$strip>>;
13
+ status: z.ZodNullable<z.ZodObject<{
14
+ indicator: z.ZodNullable<z.ZodString>;
15
+ description: z.ZodNullable<z.ZodString>;
16
+ }, z.core.$strip>>;
17
+ }, z.core.$strip>;
18
+ declare const snowflakeGetStatusRollup: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
19
  //#endregion
8
20
  export { snowflakeGetStatusRollup };
9
21
  //# sourceMappingURL=get-status-rollup.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-rollup.d.mts","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"mappings":";;;cAIa,6BAAA,EAA+B,CAAA,CAAE,UAAyB;AAAA,cAY1D,8BAAA,EAAgC,CAAA,CAAE,UAG7C;AAAA,cAEW,wBAAA,gCAAwB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-status-rollup.d.mts","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"mappings":";;;cAIa,6BAAA,EAA6B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAY7B,8BAAA,EAA8B,CAAA,CAAA,SAAA;;;;;;;;;;;;;cAK9B,wBAAA,gCAAwB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -3,15 +3,15 @@ import { z } from "zod";
3
3
  //#region src/actions/get-status-rollup.ts
4
4
  const SnowflakeGetStatusRollupInput = z.object({});
5
5
  const SnowflakeGetStatusRollup_PageSchema = z.object({
6
- id: z.string().describe("The ID of the status page."),
7
- url: z.string().describe("The URL of the status page."),
8
- name: z.string().describe("The name of the status page."),
9
- time_zone: z.string().describe("The time zone of the status page."),
10
- updated_at: z.string().describe("The timestamp of the last update in ISO 8601 format.")
6
+ id: z.string().describe("The ID of the status page.").nullable(),
7
+ url: z.string().describe("The URL of the status page.").nullable(),
8
+ name: z.string().describe("The name of the status page.").nullable(),
9
+ time_zone: z.string().describe("The time zone of the status page.").nullable(),
10
+ updated_at: z.string().describe("The timestamp of the last update in ISO 8601 format.").nullable()
11
11
  });
12
12
  const SnowflakeGetStatusRollup_StatusSchema = z.object({
13
- indicator: z.string().describe("An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage)."),
14
- description: z.string().describe("A human-readable description of the overall system status.")
13
+ indicator: z.string().describe("An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).").nullable(),
14
+ description: z.string().describe("A human-readable description of the overall system status.").nullable()
15
15
  });
16
16
  const snowflakeGetStatusRollup = action("SNOWFLAKE_GET_STATUS_ROLLUP", {
17
17
  slug: "snowflake-get-status-rollup",
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-rollup.mjs","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusRollupInput: z.ZodTypeAny = z.object({});\nconst SnowflakeGetStatusRollup_PageSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the status page.\"),\n url: z.string().describe(\"The URL of the status page.\"),\n name: z.string().describe(\"The name of the status page.\"),\n time_zone: z.string().describe(\"The time zone of the status page.\"),\n updated_at: z.string().describe(\"The timestamp of the last update in ISO 8601 format.\"),\n});\nconst SnowflakeGetStatusRollup_StatusSchema: z.ZodTypeAny = z.object({\n indicator: z.string().describe(\"An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).\"),\n description: z.string().describe(\"A human-readable description of the overall system status.\"),\n});\nexport const SnowflakeGetStatusRollupOutput: z.ZodTypeAny = z.object({\n page: SnowflakeGetStatusRollup_PageSchema.nullable(),\n status: SnowflakeGetStatusRollup_StatusSchema.nullable(),\n});\n\nexport const snowflakeGetStatusRollup = action(\"SNOWFLAKE_GET_STATUS_ROLLUP\", {\n slug: \"snowflake-get-status-rollup\",\n name: \"Get Status Rollup\",\n description: \"Retrieves the status rollup for the entire page, including indicators and human-readable descriptions of the blended component status.\",\n input: SnowflakeGetStatusRollupInput,\n output: SnowflakeGetStatusRollupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAA8C,EAAE,OAAO,CAAC,CAAC;AACtE,MAAM,sCAAoD,EAAE,OAAO;CACjE,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B;CACpD,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B;CACtD,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B;CACxD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC;CAClE,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD;AACxF,CAAC;AACD,MAAM,wCAAsD,EAAE,OAAO;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K;CAC3M,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D;AAC/F,CAAC;AAMD,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV0D,EAAE,OAAO;EACnE,MAAM,oCAAoC,SAAS;EACnD,QAAQ,sCAAsC,SAAS;CACzD,CAOU;AACV,CAAC"}
1
+ {"version":3,"file":"get-status-rollup.mjs","names":[],"sources":["../../src/actions/get-status-rollup.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusRollupInput = z.object({});\nconst SnowflakeGetStatusRollup_PageSchema = z.object({\n id: z.string().describe(\"The ID of the status page.\").nullable(),\n url: z.string().describe(\"The URL of the status page.\").nullable(),\n name: z.string().describe(\"The name of the status page.\").nullable(),\n time_zone: z.string().describe(\"The time zone of the status page.\").nullable(),\n updated_at: z.string().describe(\"The timestamp of the last update in ISO 8601 format.\").nullable(),\n});\nconst SnowflakeGetStatusRollup_StatusSchema = z.object({\n indicator: z.string().describe(\"An indicator of the system status. Possible values include 'none' (all systems operational), 'minor' (minor issues), 'major' (major outage), 'critical' (critical outage).\").nullable(),\n description: z.string().describe(\"A human-readable description of the overall system status.\").nullable(),\n});\nexport const SnowflakeGetStatusRollupOutput = z.object({\n page: SnowflakeGetStatusRollup_PageSchema.nullable(),\n status: SnowflakeGetStatusRollup_StatusSchema.nullable(),\n});\n\nexport const snowflakeGetStatusRollup = action(\"SNOWFLAKE_GET_STATUS_ROLLUP\", {\n slug: \"snowflake-get-status-rollup\",\n name: \"Get Status Rollup\",\n description: \"Retrieves the status rollup for the entire page, including indicators and human-readable descriptions of the blended component status.\",\n input: SnowflakeGetStatusRollupInput,\n output: SnowflakeGetStatusRollupOutput,\n});\n"],"mappings":";;;AAIA,MAAa,gCAAgC,EAAE,OAAO,CAAC,CAAC;AACxD,MAAM,sCAAsC,EAAE,OAAO;CACnD,IAAI,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS;CAC/D,KAAK,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS;CACjE,MAAM,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS;CACnE,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS;CAC7E,YAAY,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS;AACnG,CAAC;AACD,MAAM,wCAAwC,EAAE,OAAO;CACrD,WAAW,EAAE,OAAO,CAAC,CAAC,SAAS,4KAA4K,CAAC,CAAC,SAAS;CACtN,aAAa,EAAE,OAAO,CAAC,CAAC,SAAS,4DAA4D,CAAC,CAAC,SAAS;AAC1G,CAAC;AAMD,MAAa,2BAA2B,OAAO,+BAA+B;CAC5E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAV4C,EAAE,OAAO;EACrD,MAAM,oCAAoC,SAAS;EACnD,QAAQ,sCAAsC,SAAS;CACzD,CAOU;AACV,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-summary.cjs","names":["z","action"],"sources":["../../src/actions/get-status-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusSummaryInput: z.ZodTypeAny = z.object({});\nconst SnowflakeGetStatusSummary_PageSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the page.\").nullable().optional(),\n url: z.string().describe(\"The URL of the page.\").nullable().optional(),\n name: z.string().describe(\"The name of the page.\").nullable().optional(),\n time_zone: z.string().describe(\"The time zone of the page.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_StatusSchema: z.ZodTypeAny = z.object({\n indicator: z.string().describe(\"The indicator of the status.\").nullable().optional(),\n description: z.string().describe(\"The description of the status.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentUpdateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the incident update.\").nullable().optional(),\n body: z.string().describe(\"The body of the incident update.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident update.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident update creation.\").nullable().optional(),\n display_at: z.string().describe(\"The timestamp to display the incident update.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n incident_id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n name: z.string().describe(\"The name of the incident.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the incident.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the incident belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the incident.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the incident resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ComponentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the component.\").nullable().optional(),\n name: z.string().describe(\"The name of the component.\").nullable().optional(),\n group: z.boolean().describe(\"Whether this component is a group containing other components.\").nullable().optional(),\n status: z.string().describe(\"The status of the component.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the component belongs to.\").nullable().optional(),\n group_id: z.string().describe(\"The ID of the group this component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\").nullable().optional(),\n showcase: z.boolean().describe(\"Whether the component is showcased on the status page.\").nullable().optional(),\n components: z.array(z.string()).describe(\"List of component IDs that belong to this group (if this is a group component).\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the component creation.\").nullable().optional(),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n description: z.string().describe(\"The description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Whether to only show this component if it's degraded.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ScheduledMaintenanceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the scheduled maintenance.\").nullable().optional(),\n name: z.string().describe(\"The name of the scheduled maintenance.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the scheduled maintenance.\").nullable().optional(),\n status: z.string().describe(\"The status of the scheduled maintenance.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the scheduled maintenance belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the scheduled maintenance.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the scheduled maintenance creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the scheduled maintenance resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n scheduled_for: z.string().describe(\"The timestamp of the scheduled maintenance start.\").nullable().optional(),\n scheduled_until: z.string().describe(\"The timestamp of the scheduled maintenance end.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nexport const SnowflakeGetStatusSummaryOutput: z.ZodTypeAny = z.object({\n page: SnowflakeGetStatusSummary_PageSchema.nullable().optional(),\n status: SnowflakeGetStatusSummary_StatusSchema.nullable().optional(),\n incidents: z.array(SnowflakeGetStatusSummary_IncidentSchema).default([]).describe(\"A list of incidents.\").nullable().optional(),\n components: z.array(SnowflakeGetStatusSummary_ComponentSchema).default([]).describe(\"A list of components.\").nullable().optional(),\n scheduled_maintenances: z.array(SnowflakeGetStatusSummary_ScheduledMaintenanceSchema).default([]).describe(\"A list of scheduled maintenances.\").nullable().optional(),\n});\n\nexport const snowflakeGetStatusSummary = action(\"SNOWFLAKE_GET_STATUS_SUMMARY\", {\n slug: \"snowflake-get-status-summary\",\n name: \"Get Status Summary\",\n description: \"Retrieves the current status summary from Snowflake's public status page (status.snowflake.com). Returns overall system status, operational status of all regional components (AWS, Azure, GCP regions), any unresolved incidents, and upcoming or in-progress scheduled maintenances. This is a public endpoint that provides global Snowflake service status, not account-specific information.\",\n input: SnowflakeGetStatusSummaryInput,\n output: SnowflakeGetStatusSummaryOutput,\n});\n"],"mappings":";;;AAIA,MAAa,iCAA+CA,IAAAA,EAAE,OAAO,CAAC,CAAC;AACvE,MAAM,uCAAqDA,IAAAA,EAAE,OAAO;CAClE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,qBAAqB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnE,KAAKA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3F,CAAC;AACD,MAAM,yCAAuDA,IAAAA,EAAE,OAAO;CACpE,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACnF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACzF,CAAC;AACD,MAAM,iDAA+DA,IAAAA,EAAE,OAAO;CAC5E,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9E,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,oCAAoC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACtG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,+CAA+C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAClF,CAAC;AACD,MAAM,2CAAyDA,IAAAA,EAAE,OAAO;CACtE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yBAAyB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACvE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2BAA2B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC3E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/E,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACrF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,yCAAyC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/F,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,2CAA2C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,kBAAkBA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC;AACD,MAAM,4CAA0DA,IAAAA,EAAE,OAAO;CACvE,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0BAA0B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,4BAA4B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5E,OAAOA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,gEAAgE,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClH,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8BAA8B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChF,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,8CAA8C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,gDAAgD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpG,UAAUA,IAAAA,EAAE,OAAO,CAAC,CAAC,IAAI,CAAC,CAAC,SAAS,gCAAgC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,UAAUA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,YAAYA,IAAAA,EAAE,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,CAAC,SAAS,iFAAiF,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChJ,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAChG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,kCAAkC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC1F,uBAAuBA,IAAAA,EAAE,QAAQ,CAAC,CAAC,SAAS,uDAAuD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AAC3H,CAAC;AACD,MAAM,uDAAqEA,IAAAA,EAAE,OAAO;CAClF,IAAIA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sCAAsC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACpF,MAAMA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACxF,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,QAAQA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0CAA0C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5F,SAASA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,0DAA0D,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC7G,WAAWA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,6CAA6C,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAClG,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,sDAAsD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,YAAYA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACzF,aAAaA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wDAAwD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC/G,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,wCAAwC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjG,eAAeA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,mDAAmD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,iBAAiBA,IAAAA,EAAE,OAAO,CAAC,CAAC,SAAS,iDAAiD,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC5G,kBAAkBA,IAAAA,EAAE,MAAM,8CAA8C,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,6BAA6B,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACpJ,CAAC;AACD,MAAa,kCAAgDA,IAAAA,EAAE,OAAO;CACpE,MAAM,qCAAqC,SAAS,CAAC,CAAC,SAAS;CAC/D,QAAQ,uCAAuC,SAAS,CAAC,CAAC,SAAS;CACnE,WAAWA,IAAAA,EAAE,MAAM,wCAAwC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,sBAAsB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CAC9H,YAAYA,IAAAA,EAAE,MAAM,yCAAyC,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,uBAAuB,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;CACjI,wBAAwBA,IAAAA,EAAE,MAAM,oDAAoD,CAAC,CAAC,QAAQ,CAAC,CAAC,CAAC,CAAC,SAAS,mCAAmC,CAAC,CAAC,SAAS,CAAC,CAAC,SAAS;AACtK,CAAC;AAED,MAAa,4BAA4BC,eAAAA,OAAO,gCAAgC;CAC9E,MAAM;CACN,MAAM;CACN,aAAa;CACb,OAAO;CACP,QAAQ;AACV,CAAC"}
1
+ {"version":3,"file":"get-status-summary.cjs","names":["z","action"],"sources":["../../src/actions/get-status-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusSummaryInput = z.object({});\nconst SnowflakeGetStatusSummary_PageSchema = z.object({\n id: z.string().describe(\"The ID of the page.\").nullable().optional(),\n url: z.string().describe(\"The URL of the page.\").nullable().optional(),\n name: z.string().describe(\"The name of the page.\").nullable().optional(),\n time_zone: z.string().describe(\"The time zone of the page.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_StatusSchema = z.object({\n indicator: z.string().describe(\"The indicator of the status.\").nullable().optional(),\n description: z.string().describe(\"The description of the status.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentUpdateSchema = z.object({\n id: z.string().describe(\"The ID of the incident update.\").nullable().optional(),\n body: z.string().describe(\"The body of the incident update.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident update.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident update creation.\").nullable().optional(),\n display_at: z.string().describe(\"The timestamp to display the incident update.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n incident_id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentSchema = z.object({\n id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n name: z.string().describe(\"The name of the incident.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the incident.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the incident belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the incident.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the incident resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ComponentSchema = z.object({\n id: z.string().describe(\"The ID of the component.\").nullable().optional(),\n name: z.string().describe(\"The name of the component.\").nullable().optional(),\n group: z.boolean().describe(\"Whether this component is a group containing other components.\").nullable().optional(),\n status: z.string().describe(\"The status of the component.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the component belongs to.\").nullable().optional(),\n group_id: z.string().describe(\"The ID of the group this component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\").nullable().optional(),\n showcase: z.boolean().describe(\"Whether the component is showcased on the status page.\").nullable().optional(),\n components: z.array(z.string()).describe(\"List of component IDs that belong to this group (if this is a group component).\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the component creation.\").nullable().optional(),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n description: z.string().describe(\"The description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Whether to only show this component if it's degraded.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ScheduledMaintenanceSchema = z.object({\n id: z.string().describe(\"The ID of the scheduled maintenance.\").nullable().optional(),\n name: z.string().describe(\"The name of the scheduled maintenance.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the scheduled maintenance.\").nullable().optional(),\n status: z.string().describe(\"The status of the scheduled maintenance.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the scheduled maintenance belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the scheduled maintenance.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the scheduled maintenance creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the scheduled maintenance resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n scheduled_for: z.string().describe(\"The timestamp of the scheduled maintenance start.\").nullable().optional(),\n scheduled_until: z.string().describe(\"The timestamp of the scheduled maintenance end.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nexport const SnowflakeGetStatusSummaryOutput = z.object({\n page: SnowflakeGetStatusSummary_PageSchema.nullable().optional(),\n status: SnowflakeGetStatusSummary_StatusSchema.nullable().optional(),\n incidents: z.array(SnowflakeGetStatusSummary_IncidentSchema).default([]).describe(\"A list of incidents.\").nullable().optional(),\n components: z.array(SnowflakeGetStatusSummary_ComponentSchema).default([]).describe(\"A list of components.\").nullable().optional(),\n scheduled_maintenances: z.array(SnowflakeGetStatusSummary_ScheduledMaintenanceSchema).default([]).describe(\"A list of scheduled maintenances.\").nullable().optional(),\n});\n\nexport const snowflakeGetStatusSummary = action(\"SNOWFLAKE_GET_STATUS_SUMMARY\", {\n slug: \"snowflake-get-status-summary\",\n name: \"Get Status Summary\",\n description: \"Retrieves the current status summary from Snowflake's public status page (status.snowflake.com). Returns overall system status, operational status of all regional components (AWS, Azure, GCP regions), any unresolved incidents, and upcoming or in-progress scheduled maintenances. This is a public endpoint that provides global Snowflake service status, not account-specific information.\",\n input: SnowflakeGetStatusSummaryInput,\n output: SnowflakeGetStatusSummaryOutput,\n});\n"],"mappings":"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"}
@@ -1,9 +1,81 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-status-summary.d.ts
4
- declare const SnowflakeGetStatusSummaryInput: z.ZodTypeAny;
5
- declare const SnowflakeGetStatusSummaryOutput: z.ZodTypeAny;
6
- declare const snowflakeGetStatusSummary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SnowflakeGetStatusSummaryInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SnowflakeGetStatusSummaryOutput: z.ZodObject<{
6
+ page: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ time_zone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ }, z.core.$strip>>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
+ indicator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$strip>>>;
17
+ incidents: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
18
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ resolved_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ monitoring_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ incident_updates: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
29
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ display_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ incident_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ }, z.core.$strip>>>>>;
37
+ }, z.core.$strip>>>>>;
38
+ components: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
39
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ group: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
42
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ group_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
+ showcase: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
47
+ components: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
48
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ start_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ only_show_if_degraded: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
53
+ }, z.core.$strip>>>>>;
54
+ scheduled_maintenances: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
55
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
62
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
+ resolved_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
+ monitoring_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ scheduled_for: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
+ scheduled_until: z.ZodOptional<z.ZodNullable<z.ZodString>>;
67
+ incident_updates: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
68
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
69
+ body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
72
+ display_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
73
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
74
+ incident_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
+ }, z.core.$strip>>>>>;
76
+ }, z.core.$strip>>>>>;
77
+ }, z.core.$strip>;
78
+ declare const snowflakeGetStatusSummary: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
79
  //#endregion
8
80
  export { snowflakeGetStatusSummary };
9
81
  //# sourceMappingURL=get-status-summary.d.cts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-summary.d.cts","names":[],"sources":["../../src/actions/get-status-summary.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAiE3D,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-status-summary.d.cts","names":[],"sources":["../../src/actions/get-status-summary.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiE9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQ/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1,9 +1,81 @@
1
1
  import { z } from "zod";
2
2
 
3
3
  //#region src/actions/get-status-summary.d.ts
4
- declare const SnowflakeGetStatusSummaryInput: z.ZodTypeAny;
5
- declare const SnowflakeGetStatusSummaryOutput: z.ZodTypeAny;
6
- declare const snowflakeGetStatusSummary: import("@keystrokehq/action").WorkflowActionDefinition<unknown, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
4
+ declare const SnowflakeGetStatusSummaryInput: z.ZodObject<{}, z.core.$strip>;
5
+ declare const SnowflakeGetStatusSummaryOutput: z.ZodObject<{
6
+ page: z.ZodOptional<z.ZodNullable<z.ZodObject<{
7
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
8
+ url: z.ZodOptional<z.ZodNullable<z.ZodString>>;
9
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
10
+ time_zone: z.ZodOptional<z.ZodNullable<z.ZodString>>;
11
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
12
+ }, z.core.$strip>>>;
13
+ status: z.ZodOptional<z.ZodNullable<z.ZodObject<{
14
+ indicator: z.ZodOptional<z.ZodNullable<z.ZodString>>;
15
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
16
+ }, z.core.$strip>>>;
17
+ incidents: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
18
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
19
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
20
+ impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
21
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
22
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
23
+ shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
24
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
25
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
26
+ resolved_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
27
+ monitoring_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
28
+ incident_updates: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
29
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
30
+ body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
31
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
32
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
33
+ display_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
34
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
35
+ incident_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
36
+ }, z.core.$strip>>>>>;
37
+ }, z.core.$strip>>>>>;
38
+ components: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
39
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
40
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
41
+ group: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
42
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
43
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
44
+ group_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
45
+ position: z.ZodOptional<z.ZodNullable<z.ZodNumber>>;
46
+ showcase: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
47
+ components: z.ZodOptional<z.ZodNullable<z.ZodArray<z.ZodString>>>;
48
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
49
+ start_date: z.ZodOptional<z.ZodNullable<z.ZodString>>;
50
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
51
+ description: z.ZodOptional<z.ZodNullable<z.ZodString>>;
52
+ only_show_if_degraded: z.ZodOptional<z.ZodNullable<z.ZodBoolean>>;
53
+ }, z.core.$strip>>>>>;
54
+ scheduled_maintenances: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
55
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
56
+ name: z.ZodOptional<z.ZodNullable<z.ZodString>>;
57
+ impact: z.ZodOptional<z.ZodNullable<z.ZodString>>;
58
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
59
+ page_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
60
+ shortlink: z.ZodOptional<z.ZodNullable<z.ZodString>>;
61
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
62
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
63
+ resolved_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
64
+ monitoring_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
65
+ scheduled_for: z.ZodOptional<z.ZodNullable<z.ZodString>>;
66
+ scheduled_until: z.ZodOptional<z.ZodNullable<z.ZodString>>;
67
+ incident_updates: z.ZodOptional<z.ZodNullable<z.ZodDefault<z.ZodArray<z.ZodObject<{
68
+ id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
69
+ body: z.ZodOptional<z.ZodNullable<z.ZodString>>;
70
+ status: z.ZodOptional<z.ZodNullable<z.ZodString>>;
71
+ created_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
72
+ display_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
73
+ updated_at: z.ZodOptional<z.ZodNullable<z.ZodString>>;
74
+ incident_id: z.ZodOptional<z.ZodNullable<z.ZodString>>;
75
+ }, z.core.$strip>>>>>;
76
+ }, z.core.$strip>>>>>;
77
+ }, z.core.$strip>;
78
+ declare const snowflakeGetStatusSummary: import("@keystrokehq/action").WorkflowActionDefinition<Record<string, never>, unknown, import("@keystrokehq/shared").ResolvedCredentials<readonly [import("@keystrokehq/shared").Credential]>, readonly [import("@keystrokehq/shared").Credential]>;
7
79
  //#endregion
8
80
  export { snowflakeGetStatusSummary };
9
81
  //# sourceMappingURL=get-status-summary.d.mts.map
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-summary.d.mts","names":[],"sources":["../../src/actions/get-status-summary.ts"],"mappings":";;;cAIa,8BAAA,EAAgC,CAAA,CAAE,UAAyB;AAAA,cAiE3D,+BAAA,EAAiC,CAAA,CAAE,UAM9C;AAAA,cAEW,yBAAA,gCAAyB,wBAAA,iDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
1
+ {"version":3,"file":"get-status-summary.d.mts","names":[],"sources":["../../src/actions/get-status-summary.ts"],"mappings":";;;cAIa,8BAAA,EAA8B,CAAA,CAAA,SAAA,KAAA,CAAA,CAAA,IAAA,CAAA,MAAA;AAAA,cAiE9B,+BAAA,EAA+B,CAAA,CAAA,SAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;cAQ/B,yBAAA,gCAAyB,wBAAA,CAAA,MAAA,wDAAA,mBAAA,yCAAA,UAAA,4CAAA,UAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"get-status-summary.mjs","names":[],"sources":["../../src/actions/get-status-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusSummaryInput: z.ZodTypeAny = z.object({});\nconst SnowflakeGetStatusSummary_PageSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the page.\").nullable().optional(),\n url: z.string().describe(\"The URL of the page.\").nullable().optional(),\n name: z.string().describe(\"The name of the page.\").nullable().optional(),\n time_zone: z.string().describe(\"The time zone of the page.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_StatusSchema: z.ZodTypeAny = z.object({\n indicator: z.string().describe(\"The indicator of the status.\").nullable().optional(),\n description: z.string().describe(\"The description of the status.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentUpdateSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the incident update.\").nullable().optional(),\n body: z.string().describe(\"The body of the incident update.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident update.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident update creation.\").nullable().optional(),\n display_at: z.string().describe(\"The timestamp to display the incident update.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n incident_id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n name: z.string().describe(\"The name of the incident.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the incident.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the incident belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the incident.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the incident resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ComponentSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the component.\").nullable().optional(),\n name: z.string().describe(\"The name of the component.\").nullable().optional(),\n group: z.boolean().describe(\"Whether this component is a group containing other components.\").nullable().optional(),\n status: z.string().describe(\"The status of the component.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the component belongs to.\").nullable().optional(),\n group_id: z.string().describe(\"The ID of the group this component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\").nullable().optional(),\n showcase: z.boolean().describe(\"Whether the component is showcased on the status page.\").nullable().optional(),\n components: z.array(z.string()).describe(\"List of component IDs that belong to this group (if this is a group component).\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the component creation.\").nullable().optional(),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n description: z.string().describe(\"The description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Whether to only show this component if it's degraded.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ScheduledMaintenanceSchema: z.ZodTypeAny = z.object({\n id: z.string().describe(\"The ID of the scheduled maintenance.\").nullable().optional(),\n name: z.string().describe(\"The name of the scheduled maintenance.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the scheduled maintenance.\").nullable().optional(),\n status: z.string().describe(\"The status of the scheduled maintenance.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the scheduled maintenance belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the scheduled maintenance.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the scheduled maintenance creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the scheduled maintenance resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n scheduled_for: z.string().describe(\"The timestamp of the scheduled maintenance start.\").nullable().optional(),\n scheduled_until: z.string().describe(\"The timestamp of the scheduled maintenance end.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nexport const SnowflakeGetStatusSummaryOutput: z.ZodTypeAny = z.object({\n page: SnowflakeGetStatusSummary_PageSchema.nullable().optional(),\n status: SnowflakeGetStatusSummary_StatusSchema.nullable().optional(),\n incidents: z.array(SnowflakeGetStatusSummary_IncidentSchema).default([]).describe(\"A list of incidents.\").nullable().optional(),\n components: z.array(SnowflakeGetStatusSummary_ComponentSchema).default([]).describe(\"A list of components.\").nullable().optional(),\n scheduled_maintenances: z.array(SnowflakeGetStatusSummary_ScheduledMaintenanceSchema).default([]).describe(\"A list of scheduled maintenances.\").nullable().optional(),\n});\n\nexport const snowflakeGetStatusSummary = action(\"SNOWFLAKE_GET_STATUS_SUMMARY\", {\n slug: \"snowflake-get-status-summary\",\n name: \"Get Status Summary\",\n description: \"Retrieves the current status summary from Snowflake's public status page (status.snowflake.com). Returns overall system status, operational status of all regional components (AWS, Azure, GCP regions), any unresolved incidents, and upcoming or in-progress scheduled maintenances. This is a public endpoint that provides global Snowflake service status, not account-specific information.\",\n input: SnowflakeGetStatusSummaryInput,\n output: SnowflakeGetStatusSummaryOutput,\n});\n"],"mappings":"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"}
1
+ {"version":3,"file":"get-status-summary.mjs","names":[],"sources":["../../src/actions/get-status-summary.ts"],"sourcesContent":["import { z } from \"zod\";\n\nimport { action } from \"../action\";\n\nexport const SnowflakeGetStatusSummaryInput = z.object({});\nconst SnowflakeGetStatusSummary_PageSchema = z.object({\n id: z.string().describe(\"The ID of the page.\").nullable().optional(),\n url: z.string().describe(\"The URL of the page.\").nullable().optional(),\n name: z.string().describe(\"The name of the page.\").nullable().optional(),\n time_zone: z.string().describe(\"The time zone of the page.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_StatusSchema = z.object({\n indicator: z.string().describe(\"The indicator of the status.\").nullable().optional(),\n description: z.string().describe(\"The description of the status.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentUpdateSchema = z.object({\n id: z.string().describe(\"The ID of the incident update.\").nullable().optional(),\n body: z.string().describe(\"The body of the incident update.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident update.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident update creation.\").nullable().optional(),\n display_at: z.string().describe(\"The timestamp to display the incident update.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n incident_id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_IncidentSchema = z.object({\n id: z.string().describe(\"The ID of the incident.\").nullable().optional(),\n name: z.string().describe(\"The name of the incident.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the incident.\").nullable().optional(),\n status: z.string().describe(\"The status of the incident.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the incident belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the incident.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the incident creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the incident resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ComponentSchema = z.object({\n id: z.string().describe(\"The ID of the component.\").nullable().optional(),\n name: z.string().describe(\"The name of the component.\").nullable().optional(),\n group: z.boolean().describe(\"Whether this component is a group containing other components.\").nullable().optional(),\n status: z.string().describe(\"The status of the component.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the component belongs to.\").nullable().optional(),\n group_id: z.string().describe(\"The ID of the group this component belongs to.\").nullable().optional(),\n position: z.number().int().describe(\"The position of the component.\").nullable().optional(),\n showcase: z.boolean().describe(\"Whether the component is showcased on the status page.\").nullable().optional(),\n components: z.array(z.string()).describe(\"List of component IDs that belong to this group (if this is a group component).\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the component creation.\").nullable().optional(),\n start_date: z.string().describe(\"The start date of the component.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n description: z.string().describe(\"The description of the component.\").nullable().optional(),\n only_show_if_degraded: z.boolean().describe(\"Whether to only show this component if it's degraded.\").nullable().optional(),\n});\nconst SnowflakeGetStatusSummary_ScheduledMaintenanceSchema = z.object({\n id: z.string().describe(\"The ID of the scheduled maintenance.\").nullable().optional(),\n name: z.string().describe(\"The name of the scheduled maintenance.\").nullable().optional(),\n impact: z.string().describe(\"The impact of the scheduled maintenance.\").nullable().optional(),\n status: z.string().describe(\"The status of the scheduled maintenance.\").nullable().optional(),\n page_id: z.string().describe(\"The ID of the page the scheduled maintenance belongs to.\").nullable().optional(),\n shortlink: z.string().describe(\"The shortlink of the scheduled maintenance.\").nullable().optional(),\n created_at: z.string().describe(\"The timestamp of the scheduled maintenance creation.\").nullable().optional(),\n updated_at: z.string().describe(\"The timestamp of the last update.\").nullable().optional(),\n resolved_at: z.string().describe(\"The timestamp of the scheduled maintenance resolution.\").nullable().optional(),\n monitoring_at: z.string().describe(\"The timestamp of the monitoring start.\").nullable().optional(),\n scheduled_for: z.string().describe(\"The timestamp of the scheduled maintenance start.\").nullable().optional(),\n scheduled_until: z.string().describe(\"The timestamp of the scheduled maintenance end.\").nullable().optional(),\n incident_updates: z.array(SnowflakeGetStatusSummary_IncidentUpdateSchema).default([]).describe(\"A list of incident updates.\").nullable().optional(),\n});\nexport const SnowflakeGetStatusSummaryOutput = z.object({\n page: SnowflakeGetStatusSummary_PageSchema.nullable().optional(),\n status: SnowflakeGetStatusSummary_StatusSchema.nullable().optional(),\n incidents: z.array(SnowflakeGetStatusSummary_IncidentSchema).default([]).describe(\"A list of incidents.\").nullable().optional(),\n components: z.array(SnowflakeGetStatusSummary_ComponentSchema).default([]).describe(\"A list of components.\").nullable().optional(),\n scheduled_maintenances: z.array(SnowflakeGetStatusSummary_ScheduledMaintenanceSchema).default([]).describe(\"A list of scheduled maintenances.\").nullable().optional(),\n});\n\nexport const snowflakeGetStatusSummary = action(\"SNOWFLAKE_GET_STATUS_SUMMARY\", {\n slug: \"snowflake-get-status-summary\",\n name: \"Get Status Summary\",\n description: \"Retrieves the current status summary from Snowflake's public status page (status.snowflake.com). Returns overall system status, operational status of all regional components (AWS, Azure, GCP regions), any unresolved incidents, and upcoming or in-progress scheduled maintenances. This is a public endpoint that provides global Snowflake service status, not account-specific information.\",\n input: SnowflakeGetStatusSummaryInput,\n output: SnowflakeGetStatusSummaryOutput,\n});\n"],"mappings":"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"}
@@ -3,30 +3,30 @@ let zod = require("zod");
3
3
  //#region src/actions/get-unresolved-incidents.ts
4
4
  const SnowflakeGetUnresolvedIncidentsInput = zod.z.object({});
5
5
  const SnowflakeGetUnresolvedIncidents_PageInfoSchema = zod.z.object({
6
- id: zod.z.string().describe("The unique identifier of the Snowflake status page."),
7
- url: zod.z.string().describe("The URL of the status page."),
8
- name: zod.z.string().describe("The name of the service (Snowflake)."),
9
- time_zone: zod.z.string().describe("The timezone used for the status page (e.g., Etc/UTC)."),
10
- updated_at: zod.z.string().describe("The timestamp when the status page was last updated.")
6
+ id: zod.z.string().describe("The unique identifier of the Snowflake status page.").nullable(),
7
+ url: zod.z.string().describe("The URL of the status page.").nullable(),
8
+ name: zod.z.string().describe("The name of the service (Snowflake).").nullable(),
9
+ time_zone: zod.z.string().describe("The timezone used for the status page (e.g., Etc/UTC).").nullable(),
10
+ updated_at: zod.z.string().describe("The timestamp when the status page was last updated.").nullable()
11
11
  });
12
12
  const SnowflakeGetUnresolvedIncidents_IncidentUpdateSchema = zod.z.object({
13
- id: zod.z.string().describe("The ID of the incident update."),
14
- body: zod.z.string().describe("The body of the incident update."),
15
- status: zod.z.string().describe("The status of the incident update."),
16
- created_at: zod.z.string().describe("The timestamp when the incident update was created."),
17
- display_at: zod.z.string().describe("The timestamp when the incident update should be displayed."),
18
- updated_at: zod.z.string().describe("The timestamp when the incident update was last updated."),
19
- incident_id: zod.z.string().describe("The ID of the incident.")
13
+ id: zod.z.string().describe("The ID of the incident update.").nullable(),
14
+ body: zod.z.string().describe("The body of the incident update.").nullable(),
15
+ status: zod.z.string().describe("The status of the incident update.").nullable(),
16
+ created_at: zod.z.string().describe("The timestamp when the incident update was created.").nullable(),
17
+ display_at: zod.z.string().describe("The timestamp when the incident update should be displayed.").nullable(),
18
+ updated_at: zod.z.string().describe("The timestamp when the incident update was last updated.").nullable(),
19
+ incident_id: zod.z.string().describe("The ID of the incident.").nullable()
20
20
  });
21
21
  const SnowflakeGetUnresolvedIncidents_IncidentSchema = zod.z.object({
22
- id: zod.z.string().describe("The ID of the incident."),
23
- name: zod.z.string().describe("The name of the incident."),
24
- impact: zod.z.string().describe("The impact of the incident."),
25
- status: zod.z.string().describe("The status of the incident."),
26
- page_id: zod.z.string().describe("The ID of the page."),
27
- shortlink: zod.z.string().describe("The shortlink for the incident."),
28
- created_at: zod.z.string().describe("The timestamp when the incident was created."),
29
- updated_at: zod.z.string().describe("The timestamp when the incident was last updated."),
22
+ id: zod.z.string().describe("The ID of the incident.").nullable(),
23
+ name: zod.z.string().describe("The name of the incident.").nullable(),
24
+ impact: zod.z.string().describe("The impact of the incident.").nullable(),
25
+ status: zod.z.string().describe("The status of the incident.").nullable(),
26
+ page_id: zod.z.string().describe("The ID of the page.").nullable(),
27
+ shortlink: zod.z.string().describe("The shortlink for the incident.").nullable(),
28
+ created_at: zod.z.string().describe("The timestamp when the incident was created.").nullable(),
29
+ updated_at: zod.z.string().describe("The timestamp when the incident was last updated.").nullable(),
30
30
  resolved_at: zod.z.string().describe("The timestamp when the incident was resolved.").nullable().optional(),
31
31
  monitoring_at: zod.z.string().describe("The timestamp when the incident monitoring started.").nullable().optional(),
32
32
  incident_updates: zod.z.array(SnowflakeGetUnresolvedIncidents_IncidentUpdateSchema).describe("A list of incident updates.")