@epilot/sdk 2.4.4 → 2.6.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 (215) hide show
  1. package/definitions/app.json +137 -58
  2. package/definitions/customer-portal-runtime.json +1 -1
  3. package/definitions/customer-portal.json +496 -24
  4. package/definitions/entity.json +185 -8
  5. package/definitions/integration-toolkit-runtime.json +1 -1
  6. package/definitions/integration-toolkit.json +480 -4
  7. package/definitions/metering-runtime.json +1 -1
  8. package/definitions/metering.json +728 -64
  9. package/definitions/webhooks-runtime.json +1 -1
  10. package/definitions/webhooks.json +134 -4
  11. package/dist/apis/access-token.cjs +6 -6
  12. package/dist/apis/access-token.js +1 -1
  13. package/dist/apis/address-suggestions.cjs +6 -6
  14. package/dist/apis/address-suggestions.js +1 -1
  15. package/dist/apis/address.cjs +6 -6
  16. package/dist/apis/address.js +1 -1
  17. package/dist/apis/ai-agents.cjs +6 -6
  18. package/dist/apis/ai-agents.js +1 -1
  19. package/dist/apis/app.cjs +8 -8
  20. package/dist/apis/app.d.cts +2 -2
  21. package/dist/apis/app.d.ts +2 -2
  22. package/dist/apis/app.js +2 -2
  23. package/dist/apis/audit-logs.cjs +6 -6
  24. package/dist/apis/audit-logs.js +1 -1
  25. package/dist/apis/automation.cjs +6 -6
  26. package/dist/apis/automation.js +1 -1
  27. package/dist/apis/billing.cjs +6 -6
  28. package/dist/apis/billing.js +1 -1
  29. package/dist/apis/blueprint-manifest.cjs +6 -6
  30. package/dist/apis/blueprint-manifest.js +1 -1
  31. package/dist/apis/calendar.cjs +6 -6
  32. package/dist/apis/calendar.js +1 -1
  33. package/dist/apis/configuration-hub.cjs +6 -6
  34. package/dist/apis/configuration-hub.js +1 -1
  35. package/dist/apis/consent.cjs +6 -6
  36. package/dist/apis/consent.js +1 -1
  37. package/dist/apis/customer-portal.cjs +8 -8
  38. package/dist/apis/customer-portal.d.cts +2 -2
  39. package/dist/apis/customer-portal.d.ts +2 -2
  40. package/dist/apis/customer-portal.js +2 -2
  41. package/dist/apis/dashboard.cjs +6 -6
  42. package/dist/apis/dashboard.js +1 -1
  43. package/dist/apis/data-governance.cjs +6 -6
  44. package/dist/apis/data-governance.js +1 -1
  45. package/dist/apis/deduplication.cjs +6 -6
  46. package/dist/apis/deduplication.js +1 -1
  47. package/dist/apis/design.cjs +6 -6
  48. package/dist/apis/design.js +1 -1
  49. package/dist/apis/document.cjs +6 -6
  50. package/dist/apis/document.js +1 -1
  51. package/dist/apis/email-settings.cjs +6 -6
  52. package/dist/apis/email-settings.js +1 -1
  53. package/dist/apis/email-template.cjs +6 -6
  54. package/dist/apis/email-template.js +1 -1
  55. package/dist/apis/entity-mapping.cjs +6 -6
  56. package/dist/apis/entity-mapping.js +1 -1
  57. package/dist/apis/entity.cjs +6 -6
  58. package/dist/apis/entity.d.cts +2 -2
  59. package/dist/apis/entity.d.ts +2 -2
  60. package/dist/apis/entity.js +1 -1
  61. package/dist/apis/environments.cjs +6 -6
  62. package/dist/apis/environments.js +1 -1
  63. package/dist/apis/event-catalog.cjs +6 -6
  64. package/dist/apis/event-catalog.js +1 -1
  65. package/dist/apis/file.cjs +6 -6
  66. package/dist/apis/file.js +1 -1
  67. package/dist/apis/iban.cjs +6 -6
  68. package/dist/apis/iban.js +1 -1
  69. package/dist/apis/integration-toolkit.cjs +8 -8
  70. package/dist/apis/integration-toolkit.d.cts +2 -2
  71. package/dist/apis/integration-toolkit.d.ts +2 -2
  72. package/dist/apis/integration-toolkit.js +2 -2
  73. package/dist/apis/journey.cjs +6 -6
  74. package/dist/apis/journey.js +1 -1
  75. package/dist/apis/kanban.cjs +6 -6
  76. package/dist/apis/kanban.js +1 -1
  77. package/dist/apis/message.cjs +6 -6
  78. package/dist/apis/message.js +1 -1
  79. package/dist/apis/metering.cjs +8 -8
  80. package/dist/apis/metering.d.cts +2 -2
  81. package/dist/apis/metering.d.ts +2 -2
  82. package/dist/apis/metering.js +2 -2
  83. package/dist/apis/notes.cjs +6 -6
  84. package/dist/apis/notes.d.cts +2 -2
  85. package/dist/apis/notes.d.ts +2 -2
  86. package/dist/apis/notes.js +1 -1
  87. package/dist/apis/notification.cjs +6 -6
  88. package/dist/apis/notification.js +1 -1
  89. package/dist/apis/organization.cjs +6 -6
  90. package/dist/apis/organization.js +1 -1
  91. package/dist/apis/partner-directory.cjs +6 -6
  92. package/dist/apis/partner-directory.js +1 -1
  93. package/dist/apis/permissions.cjs +6 -6
  94. package/dist/apis/permissions.js +1 -1
  95. package/dist/apis/pricing-tier.cjs +6 -6
  96. package/dist/apis/pricing-tier.js +1 -1
  97. package/dist/apis/pricing.cjs +6 -6
  98. package/dist/apis/pricing.js +1 -1
  99. package/dist/apis/purpose.cjs +6 -6
  100. package/dist/apis/purpose.js +1 -1
  101. package/dist/apis/query.cjs +6 -6
  102. package/dist/apis/query.js +1 -1
  103. package/dist/apis/sandbox.cjs +6 -6
  104. package/dist/apis/sandbox.js +1 -1
  105. package/dist/apis/sharing.cjs +6 -6
  106. package/dist/apis/sharing.js +1 -1
  107. package/dist/apis/submission.cjs +6 -6
  108. package/dist/apis/submission.js +1 -1
  109. package/dist/apis/target.cjs +6 -6
  110. package/dist/apis/target.js +1 -1
  111. package/dist/apis/targeting.cjs +6 -6
  112. package/dist/apis/targeting.js +1 -1
  113. package/dist/apis/template-variables.cjs +6 -6
  114. package/dist/apis/template-variables.js +1 -1
  115. package/dist/apis/user.cjs +6 -6
  116. package/dist/apis/user.js +1 -1
  117. package/dist/apis/validation-rules.cjs +6 -6
  118. package/dist/apis/validation-rules.js +1 -1
  119. package/dist/apis/webhooks.cjs +8 -8
  120. package/dist/apis/webhooks.d.cts +2 -2
  121. package/dist/apis/webhooks.d.ts +2 -2
  122. package/dist/apis/webhooks.js +2 -2
  123. package/dist/apis/workflow-definition.cjs +6 -6
  124. package/dist/apis/workflow-definition.js +1 -1
  125. package/dist/apis/workflow.cjs +6 -6
  126. package/dist/apis/workflow.js +1 -1
  127. package/dist/app-34OBBTA4.js +7 -0
  128. package/dist/app-SSF545U7.cjs +7 -0
  129. package/dist/app-runtime-AFNM67YN.cjs +5 -0
  130. package/dist/{app-runtime-U7RGV7KT.js → app-runtime-DBUXZL6E.js} +1 -1
  131. package/dist/{app.d-u7Dq42kU.d.cts → app.d--5n0FQQ4.d.cts} +377 -11
  132. package/dist/{app.d-u7Dq42kU.d.ts → app.d--5n0FQQ4.d.ts} +377 -11
  133. package/dist/bin/cli.js +1 -1
  134. package/dist/{chunk-JTFWOEZF.cjs → chunk-4FFGRWLS.cjs} +1 -1
  135. package/dist/chunk-56MMZJOD.js +14 -0
  136. package/dist/chunk-5OBMZHRL.cjs +14 -0
  137. package/dist/{chunk-L66IX6GX.cjs → chunk-KMVJYNLB.cjs} +1 -1
  138. package/dist/chunk-KYCVV2XE.cjs +14 -0
  139. package/dist/{chunk-TSV242UN.js → chunk-QNUU4TTU.js} +13 -13
  140. package/dist/chunk-RGO3LTAM.js +14 -0
  141. package/dist/{chunk-CD4OX2U6.cjs → chunk-SDIGGISZ.cjs} +13 -13
  142. package/dist/chunk-T6A22LSD.cjs +14 -0
  143. package/dist/chunk-WM74R3BD.js +14 -0
  144. package/dist/{chunk-LLZYRINH.js → chunk-Z4H2FZ2K.js} +1 -1
  145. package/dist/chunk-Z6HGUGXK.js +14 -0
  146. package/dist/customer-portal-5I7ZGQDU.cjs +7 -0
  147. package/dist/customer-portal-YL2YMPZL.js +7 -0
  148. package/dist/{customer-portal-runtime-PSM55KGU.js → customer-portal-runtime-N4NWQ67M.js} +1 -1
  149. package/dist/{customer-portal-runtime-DULJLR7F.cjs → customer-portal-runtime-OEXTSMSE.cjs} +2 -2
  150. package/dist/{customer-portal.d-DyZ2n2dW.d.cts → customer-portal.d-ChSEioI5.d.cts} +394 -9
  151. package/dist/{customer-portal.d-DyZ2n2dW.d.ts → customer-portal.d-ChSEioI5.d.ts} +394 -9
  152. package/dist/entity-SS36LQO6.cjs +7 -0
  153. package/dist/entity-Z4YWKDVG.js +7 -0
  154. package/dist/{entity.d-BHR9dEon.d.cts → entity.d-fospShiN.d.cts} +234 -169
  155. package/dist/{entity.d-BHR9dEon.d.ts → entity.d-fospShiN.d.ts} +234 -169
  156. package/dist/index.cjs +18 -18
  157. package/dist/index.d.cts +7 -7
  158. package/dist/index.d.ts +7 -7
  159. package/dist/index.js +6 -6
  160. package/dist/integration-toolkit-3I3IPVFN.cjs +7 -0
  161. package/dist/integration-toolkit-XAFQXNQY.js +7 -0
  162. package/dist/{integration-toolkit-runtime-5KG3LGXF.cjs → integration-toolkit-runtime-YHTU4X5J.cjs} +2 -2
  163. package/dist/{integration-toolkit-runtime-LYHFVIRW.js → integration-toolkit-runtime-YR4CIMKH.js} +1 -1
  164. package/dist/{integration-toolkit.d-Ry-KC9ow.d.cts → integration-toolkit.d-BstNqiJb.d.cts} +460 -20
  165. package/dist/{integration-toolkit.d-Ry-KC9ow.d.ts → integration-toolkit.d-BstNqiJb.d.ts} +460 -20
  166. package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
  167. package/dist/metering-3IUSYAGN.js +7 -0
  168. package/dist/metering-MHBFU7QH.cjs +7 -0
  169. package/dist/{webhooks-runtime-EBM4M3SU.cjs → metering-runtime-IUZJHBVS.cjs} +2 -2
  170. package/dist/{metering-runtime-NJ6NEUMB.js → metering-runtime-KZMJKKUZ.js} +1 -1
  171. package/dist/{metering.d-DvtPv7wk.d.ts → metering.d-CUICZDiL.d.cts} +718 -130
  172. package/dist/{metering.d-DvtPv7wk.d.cts → metering.d-CUICZDiL.d.ts} +718 -130
  173. package/dist/notes-K2IIFCX3.cjs +7 -0
  174. package/dist/notes-Q7JGS7O3.js +7 -0
  175. package/dist/{notes.d-BC-scR42.d.cts → notes.d-BcV_m5fe.d.cts} +33 -11
  176. package/dist/{notes.d-BC-scR42.d.ts → notes.d-BcV_m5fe.d.ts} +33 -11
  177. package/dist/{pricing-XAET4G7T.cjs → pricing-FODHQFCB.cjs} +1 -1
  178. package/dist/{pricing-G67CH3XH.js → pricing-XRIDVZFC.js} +1 -1
  179. package/dist/webhooks-NZ3TM3AY.cjs +7 -0
  180. package/dist/webhooks-XLBUXXCS.js +7 -0
  181. package/dist/{metering-runtime-HAIWXZXJ.cjs → webhooks-runtime-QVAFNBDW.cjs} +2 -2
  182. package/dist/{webhooks-runtime-XCQYIGQK.js → webhooks-runtime-UYTPQQVG.js} +1 -1
  183. package/dist/{webhooks.d-pLHIL_io.d.cts → webhooks.d-D79qib9f.d.cts} +115 -5
  184. package/dist/{webhooks.d-pLHIL_io.d.ts → webhooks.d-D79qib9f.d.ts} +115 -5
  185. package/docs/app.md +244 -9
  186. package/docs/customer-portal.md +340 -113
  187. package/docs/entity.md +65 -0
  188. package/docs/integration-toolkit.md +334 -19
  189. package/docs/metering.md +570 -48
  190. package/docs/notes.md +19 -12
  191. package/docs/pricing.md +3 -1
  192. package/docs/webhooks.md +49 -0
  193. package/package.json +1 -1
  194. package/dist/app-5KSVSKDU.js +0 -7
  195. package/dist/app-PL3IOROO.cjs +0 -7
  196. package/dist/app-runtime-SSNHSBR7.cjs +0 -5
  197. package/dist/chunk-265TE2OV.js +0 -14
  198. package/dist/chunk-2MMSXUOL.cjs +0 -14
  199. package/dist/chunk-4ZMLRFDX.cjs +0 -14
  200. package/dist/chunk-A7AAVJGM.js +0 -14
  201. package/dist/chunk-GVNT76UU.js +0 -14
  202. package/dist/chunk-HHMXS5NC.cjs +0 -14
  203. package/dist/chunk-U4PUHKZC.js +0 -14
  204. package/dist/customer-portal-5LMHNBMD.cjs +0 -7
  205. package/dist/customer-portal-RZACUF4N.js +0 -7
  206. package/dist/entity-H6ESUH3Y.js +0 -7
  207. package/dist/entity-ZVDKWQSF.cjs +0 -7
  208. package/dist/integration-toolkit-FRPFOYT2.js +0 -7
  209. package/dist/integration-toolkit-VNMDI55O.cjs +0 -7
  210. package/dist/metering-DZNZPPY6.cjs +0 -7
  211. package/dist/metering-KOSCPPKB.js +0 -7
  212. package/dist/notes-3AO5GXIT.js +0 -7
  213. package/dist/notes-MPWOQC5J.cjs +0 -7
  214. package/dist/webhooks-H3RT33BF.cjs +0 -7
  215. package/dist/webhooks-RTOU3MS5.js +0 -7
@@ -2155,6 +2155,7 @@ declare namespace Components {
2155
2155
  */
2156
2156
  export type Currency = string;
2157
2157
  export interface DataRetrievalItem {
2158
+ app?: PublicAppDetails;
2158
2159
  extension?: PublicExtensionDetails;
2159
2160
  hook?: PublicDataRetrievalHookDetails;
2160
2161
  }
@@ -3170,6 +3171,11 @@ declare namespace Components {
3170
3171
  *
3171
3172
  */
3172
3173
  ExtensionHookConsumptionDataRetrieval | /**
3174
+ * Generic data export hook. When configured on a visualization block, the portal delegates the export action (e.g. CSV/Excel/PDF download) to the configured external source instead of generating the file itself. Can be used by any block that supports export — consumption charts, dynamic tariff charts, etc. The expected response to the call is:
3175
+ * - 200 with a JSON body describing the exported file (download_url, optional filename, content_type, expires_at)
3176
+ *
3177
+ */
3178
+ ExtensionHookDataExport | /**
3173
3179
  * Hook that will allow using the specified source as data for consumption visualizations. This hook is triggered to fetch the data. Format of the request and response has to follow the following specification: TBD. The expected response to the call is:
3174
3180
  * - 200 with the time series data
3175
3181
  *
@@ -3183,7 +3189,11 @@ declare namespace Components {
3183
3189
  * - valid: false
3184
3190
  *
3185
3191
  */
3186
- ExtensionHookMeterReadingPlausibilityCheck))[];
3192
+ ExtensionHookMeterReadingPlausibilityCheck | /**
3193
+ * Hook that returns runtime metadata describing how a visualization should be rendered for a given portal context. Invoked by the portal before fetching data, with the same context the data hook receives.
3194
+ *
3195
+ */
3196
+ ExtensionHookVisualizationMetadata))[];
3187
3197
  }
3188
3198
  export interface ExtensionAuthBlock {
3189
3199
  /**
@@ -3292,7 +3302,9 @@ declare namespace Components {
3292
3302
  dataPath?: string;
3293
3303
  };
3294
3304
  /**
3305
+ * Deprecated. Prefer `secure_proxy` instead.
3295
3306
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3307
+ *
3296
3308
  */
3297
3309
  use_static_ips?: boolean;
3298
3310
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3369,7 +3381,9 @@ declare namespace Components {
3369
3381
  en: string;
3370
3382
  };
3371
3383
  /**
3384
+ * Deprecated. Prefer `secure_proxy` instead.
3372
3385
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3386
+ *
3373
3387
  */
3374
3388
  use_static_ips?: boolean;
3375
3389
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3417,7 +3431,61 @@ declare namespace Components {
3417
3431
  dataPath?: string;
3418
3432
  };
3419
3433
  /**
3434
+ * Deprecated. Prefer `secure_proxy` instead.
3435
+ * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3436
+ *
3437
+ */
3438
+ use_static_ips?: boolean;
3439
+ secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
3440
+ }
3441
+ /**
3442
+ * Generic data export hook. When configured on a visualization block, the portal delegates the export action (e.g. CSV/Excel/PDF download) to the configured external source instead of generating the file itself. Can be used by any block that supports export — consumption charts, dynamic tariff charts, etc. The expected response to the call is:
3443
+ * - 200 with a JSON body describing the exported file (download_url, optional filename, content_type, expires_at)
3444
+ *
3445
+ */
3446
+ export interface ExtensionHookDataExport {
3447
+ type: "dataExport";
3448
+ /**
3449
+ * Optional list of portal block types this hook supports. If omitted,
3450
+ * the hook is usable on any export-capable block. Allowed values match
3451
+ * the block type identifiers used by the portal builder
3452
+ * (e.g. `consumption_visualization`, `dynamic_tariff`).
3453
+ *
3454
+ */
3455
+ block_types?: string[];
3456
+ auth?: ExtensionAuthBlock;
3457
+ call: {
3458
+ /**
3459
+ * HTTP method to use for the call
3460
+ */
3461
+ method?: string;
3462
+ /**
3463
+ * URL to call. Supports variable interpolation.
3464
+ */
3465
+ url: string;
3466
+ /**
3467
+ * Parameters to append to the URL. Supports variable interpolation.
3468
+ */
3469
+ params?: {
3470
+ [name: string]: string;
3471
+ };
3472
+ /**
3473
+ * Headers to use. Supports variable interpolation.
3474
+ */
3475
+ headers?: {
3476
+ [name: string]: string;
3477
+ };
3478
+ /**
3479
+ * Request body to send. Supports variable interpolation. Content format is determined by Content-Type header.
3480
+ */
3481
+ body?: {
3482
+ [name: string]: string;
3483
+ };
3484
+ };
3485
+ /**
3486
+ * Deprecated. Prefer `secure_proxy` instead.
3420
3487
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3488
+ *
3421
3489
  */
3422
3490
  use_static_ips?: boolean;
3423
3491
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3509,7 +3577,9 @@ declare namespace Components {
3509
3577
  lower_limit?: string;
3510
3578
  };
3511
3579
  /**
3580
+ * Deprecated. Prefer `secure_proxy` instead.
3512
3581
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3582
+ *
3513
3583
  */
3514
3584
  use_static_ips?: boolean;
3515
3585
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3557,7 +3627,9 @@ declare namespace Components {
3557
3627
  dataPath?: string;
3558
3628
  };
3559
3629
  /**
3630
+ * Deprecated. Prefer `secure_proxy` instead.
3560
3631
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3632
+ *
3561
3633
  */
3562
3634
  use_static_ips?: boolean;
3563
3635
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3604,7 +3676,9 @@ declare namespace Components {
3604
3676
  result?: string;
3605
3677
  };
3606
3678
  /**
3679
+ * Deprecated. Prefer `secure_proxy` instead.
3607
3680
  * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3681
+ *
3608
3682
  */
3609
3683
  use_static_ips?: boolean;
3610
3684
  secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
@@ -3623,6 +3697,55 @@ declare namespace Components {
3623
3697
  */
3624
3698
  hook_id: string;
3625
3699
  } | null;
3700
+ /**
3701
+ * Hook that returns runtime metadata describing how a visualization should be rendered for a given portal context. Invoked by the portal before fetching data, with the same context the data hook receives.
3702
+ *
3703
+ */
3704
+ export interface ExtensionHookVisualizationMetadata {
3705
+ type: "visualizationMetadata";
3706
+ auth?: ExtensionAuthBlock;
3707
+ call: {
3708
+ /**
3709
+ * HTTP method to use for the call
3710
+ */
3711
+ method?: string;
3712
+ /**
3713
+ * URL to call. Supports variable interpolation.
3714
+ */
3715
+ url: string;
3716
+ /**
3717
+ * Parameters to append to the URL. Supports variable interpolation.
3718
+ */
3719
+ params?: {
3720
+ [name: string]: string;
3721
+ };
3722
+ /**
3723
+ * Headers to use. Supports variable interpolation.
3724
+ */
3725
+ headers?: {
3726
+ [name: string]: string;
3727
+ };
3728
+ /**
3729
+ * Request body to send. Supports variable interpolation. Content format is determined by Content-Type header.
3730
+ */
3731
+ body?: {
3732
+ [name: string]: string;
3733
+ };
3734
+ };
3735
+ resolved?: {
3736
+ /**
3737
+ * Optional path to the metadata object in the response. If omitted, the metadata is assumed to be on the top level.
3738
+ */
3739
+ dataPath?: string;
3740
+ };
3741
+ /**
3742
+ * Deprecated. Prefer `secure_proxy` instead.
3743
+ * If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
3744
+ *
3745
+ */
3746
+ use_static_ips?: boolean;
3747
+ secure_proxy?: /* Configuration for routing requests through the ERP Integration secure proxy. Mutually exclusive with use_static_ips. */ SecureProxyConfig;
3748
+ }
3626
3749
  export interface ExtensionSeamlessLink {
3627
3750
  /**
3628
3751
  * Identifier of the link. Should not change between updates.
@@ -4323,6 +4446,12 @@ declare namespace Components {
4323
4446
  * ]
4324
4447
  */
4325
4448
  meter_numbers?: string[];
4449
+ /**
4450
+ * ID of the created file entity for the uploaded photo.
4451
+ * example:
4452
+ * abc123def456
4453
+ */
4454
+ file_id?: string;
4326
4455
  }
4327
4456
  export interface MeterReadingWidget {
4328
4457
  id: string;
@@ -4840,6 +4969,16 @@ declare namespace Components {
4840
4969
  * 453ad7bf-86d5-46c8-8252-bcc868df5e3c
4841
4970
  */
4842
4971
  portal_id?: string;
4972
+ /**
4973
+ * Slugs that previously belonged to this page. The portal redirects requests for these slugs to the current slug. Managed by the server: when a page's slug changes, the old slug is appended here, and when another page claims one of these slugs it is removed from this list.
4974
+ *
4975
+ * example:
4976
+ * [
4977
+ * "old-dashboard",
4978
+ * "home"
4979
+ * ]
4980
+ */
4981
+ past_routes?: string[];
4843
4982
  }
4844
4983
  export interface PageRequest {
4845
4984
  [name: string]: any;
@@ -6157,6 +6296,19 @@ declare namespace Components {
6157
6296
  * office-365-login
6158
6297
  */
6159
6298
  export type ProviderSlug = string; // [0-9a-z-]+
6299
+ export interface PublicAppDetails {
6300
+ /**
6301
+ * Identifier of the app.
6302
+ */
6303
+ app_id?: string;
6304
+ name?: {
6305
+ [name: string]: string;
6306
+ /**
6307
+ * Name of the app in English.
6308
+ */
6309
+ en: string;
6310
+ };
6311
+ }
6160
6312
  export interface PublicContractIdentificationDetails {
6161
6313
  /**
6162
6314
  * Explanation of the hook.
@@ -6184,12 +6336,20 @@ declare namespace Components {
6184
6336
  en: string;
6185
6337
  };
6186
6338
  /**
6187
- * The intervals associated with the hook.
6339
+ * Deprecated. Prefer fetching `intervals` from the `visualizationMetadata` endpoint
6340
+ * (`GET /v2/portal/visualization/metadata`) so the supported intervals can vary per
6341
+ * meter/contract. Still emitted as a fallback for clients that have not migrated yet.
6342
+ *
6188
6343
  */
6189
6344
  intervals?: string[];
6345
+ /**
6346
+ * Optional list of portal block types the hook supports. Empty/missing means the hook is usable on any export-capable block.
6347
+ */
6348
+ block_types?: string[];
6190
6349
  }
6191
6350
  export interface PublicExtensionCapabilities {
6192
6351
  consumptionDataRetrieval?: DataRetrievalItem[];
6352
+ dataExport?: DataRetrievalItem[];
6193
6353
  priceDataRetrieval?: DataRetrievalItem[];
6194
6354
  costDataRetrieval?: DataRetrievalItem[];
6195
6355
  contractIdentification?: {
@@ -7578,6 +7738,14 @@ declare namespace Components {
7578
7738
  pages?: PageRequest[];
7579
7739
  }
7580
7740
  export interface UpsertPortalWidget {
7741
+ /**
7742
+ * V3 portal-scoped storage key for the widget configuration
7743
+ */
7744
+ portal_sk_v3?: string;
7745
+ /**
7746
+ * Indicates whether the widget configuration is stored as a V3 portal-scoped item
7747
+ */
7748
+ is_v3_item?: boolean;
7581
7749
  widgets: PortalWidget[];
7582
7750
  }
7583
7751
  export interface UserRequest {
@@ -7609,6 +7777,75 @@ declare namespace Components {
7609
7777
  */
7610
7778
  EntityId /* uuid */;
7611
7779
  }
7780
+ /**
7781
+ * Earliest / latest timestamps for which data is available in the current context.
7782
+ */
7783
+ export interface VisualizationDataRange {
7784
+ /**
7785
+ * ISO 8601 timestamp of the earliest available data point.
7786
+ */
7787
+ from?: string; // date-time
7788
+ /**
7789
+ * ISO 8601 timestamp of the latest available data point.
7790
+ */
7791
+ to?: string; // date-time
7792
+ }
7793
+ /**
7794
+ * Runtime metadata describing how a visualization should be rendered for a given portal context. Returned by `GET /v2/portal/visualization/metadata`.
7795
+ *
7796
+ */
7797
+ export interface VisualizationMetadata {
7798
+ /**
7799
+ * Types advertised for the current context (e.g. `ht`/`nt`, `feed-in`/`feed-out`). The `id` matches the `type` field returned by the data hook.
7800
+ *
7801
+ */
7802
+ type_options?: VisualizationTypeOption[];
7803
+ /**
7804
+ * Intervals supported for the current context. If omitted, all intervals are assumed supported.
7805
+ */
7806
+ intervals?: ("PT15M" | "PT1H" | "P1D" | "P1M")[];
7807
+ data_range?: /* Earliest / latest timestamps for which data is available in the current context. */ VisualizationDataRange;
7808
+ }
7809
+ export interface VisualizationTypeOption {
7810
+ /**
7811
+ * Identifier of the type. Matches the `type` field on the data hook response.
7812
+ */
7813
+ id: string;
7814
+ /**
7815
+ * Localized label for the type, keyed by ISO 3166-1 alpha-2 language code.
7816
+ */
7817
+ label?: {
7818
+ [name: string]: string;
7819
+ };
7820
+ /**
7821
+ * Optional grouping key. Types in the same `aggregation_group` are visually combined; types in different groups (or without a group) render separately. How they combine depends on each type's `statistical_method`:
7822
+ * - bar chart (`sum`): same-group types are stacked into a single bar (e.g. ht/nt
7823
+ * summed into total consumption); different-group types render side-by-side.
7824
+ * - line chart (`min` / `average` / `max`): same-group types are rendered as an
7825
+ * area chart; different-group types render as separate lines.
7826
+ *
7827
+ */
7828
+ aggregation_group?: string;
7829
+ /**
7830
+ * Statistical method already applied to this type's data. Determines the chart shape used to render the type's values: `sum` is shown as a bar chart; `min`, `average`, and `max` are shown as a line chart. Each type advertises its own method, so a single visualization can mix bar-shaped types with line-shaped types. Defaults to `sum` when omitted.
7831
+ *
7832
+ */
7833
+ statistical_method?: "sum" | "average" | "min" | "max";
7834
+ /**
7835
+ * Unit shared by all values of this type (e.g. "kWh").
7836
+ */
7837
+ unit?: string;
7838
+ /**
7839
+ * Optional Spark color token used to render this type in the visualization. Maps onto the portal's Spark palette (`primary` is the org's primary brand color). When omitted the consumer falls back to its own per-type default.
7840
+ *
7841
+ */
7842
+ color?: "primary" | "slate" | "mauve" | "orange" | "red" | "tomato" | "amber" | "green" | "blue";
7843
+ /**
7844
+ * Optional number of decimal places to show when rendering values of this type in the visualization (axis labels, tooltips, summaries). When omitted the consumer falls back to its own default precision.
7845
+ *
7846
+ */
7847
+ precision?: number;
7848
+ }
7612
7849
  export interface WidgetAction {
7613
7850
  _id: string;
7614
7851
  type: "link" | "journey";
@@ -9111,7 +9348,7 @@ declare namespace Paths {
9111
9348
  export interface QueryParameters {
9112
9349
  app_id?: Parameters.AppId;
9113
9350
  extensionId: Parameters.ExtensionId;
9114
- hookId: Parameters.HookId;
9351
+ hookId?: Parameters.HookId;
9115
9352
  meter_id?: Parameters.MeterId;
9116
9353
  from: Parameters.From /* date-time */;
9117
9354
  to: Parameters.To /* date-time */;
@@ -9136,11 +9373,11 @@ declare namespace Paths {
9136
9373
  */
9137
9374
  type?: string;
9138
9375
  /**
9139
- * The method used to aggregate the consumption data. Assumed default is 'sum'.
9376
+ * Optional unit of the consumption value. Defaults to unit present on the relevant Meter Counter.
9140
9377
  * example:
9141
- * sum
9378
+ * kWh
9142
9379
  */
9143
- aggregation_method?: "sum" | "average" | "max" | "min";
9380
+ unit?: string;
9144
9381
  }[];
9145
9382
  }
9146
9383
  export type $401 = Components.Responses.Unauthorized;
@@ -9275,7 +9512,7 @@ declare namespace Paths {
9275
9512
  export interface QueryParameters {
9276
9513
  app_id?: Parameters.AppId;
9277
9514
  extensionId: Parameters.ExtensionId;
9278
- hookId: Parameters.HookId;
9515
+ hookId?: Parameters.HookId;
9279
9516
  meter_id?: Parameters.MeterId;
9280
9517
  from: Parameters.From /* date-time */;
9281
9518
  to: Parameters.To /* date-time */;
@@ -11137,7 +11374,7 @@ declare namespace Paths {
11137
11374
  export interface QueryParameters {
11138
11375
  app_id?: Parameters.AppId;
11139
11376
  extensionId: Parameters.ExtensionId;
11140
- hookId: Parameters.HookId;
11377
+ hookId?: Parameters.HookId;
11141
11378
  meter_id?: Parameters.MeterId;
11142
11379
  from: Parameters.From /* date-time */;
11143
11380
  to: Parameters.To /* date-time */;
@@ -11893,6 +12130,39 @@ declare namespace Paths {
11893
12130
  export type $500 = Components.Responses.InternalServerError;
11894
12131
  }
11895
12132
  }
12133
+ namespace GetVisualizationMetadata {
12134
+ namespace Parameters {
12135
+ export type AppId = string;
12136
+ export type ContextEntities = /**
12137
+ * Additional entities to include in the context for variable interpolation. Portal User and Contact entities are automatically part of the context.
12138
+ * example:
12139
+ * [
12140
+ * {
12141
+ * "entity_id": "5da0a718-c822-403d-9f5d-20d4584e0528",
12142
+ * "entity_schema": "contract"
12143
+ * }
12144
+ * ]
12145
+ */
12146
+ Components.Schemas.ContextEntities;
12147
+ export type ExtensionId = string;
12148
+ }
12149
+ export interface QueryParameters {
12150
+ app_id: Parameters.AppId;
12151
+ extensionId: Parameters.ExtensionId;
12152
+ context_entities?: Parameters.ContextEntities;
12153
+ }
12154
+ namespace Responses {
12155
+ export type $200 = /**
12156
+ * Runtime metadata describing how a visualization should be rendered for a given portal context. Returned by `GET /v2/portal/visualization/metadata`.
12157
+ *
12158
+ */
12159
+ Components.Schemas.VisualizationMetadata;
12160
+ export type $401 = Components.Responses.Unauthorized;
12161
+ export type $403 = Components.Responses.Forbidden;
12162
+ export type $404 = Components.Responses.NotFound;
12163
+ export type $500 = Components.Responses.InternalServerError;
12164
+ }
12165
+ }
11896
12166
  namespace InterpolatePortalPages {
11897
12167
  export interface RequestBody {
11898
12168
  /**
@@ -12093,6 +12363,67 @@ declare namespace Paths {
12093
12363
  export type $500 = Components.Responses.InternalServerError;
12094
12364
  }
12095
12365
  }
12366
+ namespace PrepareVisualizationExport {
12367
+ export interface RequestBody {
12368
+ /**
12369
+ * App ID providing the dataExport hook.
12370
+ */
12371
+ app_id: string;
12372
+ /**
12373
+ * Extension ID providing the dataExport hook.
12374
+ */
12375
+ extension_id: string;
12376
+ /**
12377
+ * Optional Hook ID. If omitted, the only `dataExport` hook on the extension is used; if the extension has multiple `dataExport` hooks, this becomes required.
12378
+ */
12379
+ hook_id?: string;
12380
+ /**
12381
+ * Optional start date for the export window (ISO 8601 format).
12382
+ */
12383
+ from?: string; // date-time
12384
+ /**
12385
+ * Optional end date for the export window (ISO 8601 format).
12386
+ */
12387
+ to?: string; // date-time
12388
+ context_entities?: /**
12389
+ * Additional entities to include in the context for variable interpolation. Portal User and Contact entities are automatically part of the context.
12390
+ * example:
12391
+ * [
12392
+ * {
12393
+ * "entity_id": "5da0a718-c822-403d-9f5d-20d4584e0528",
12394
+ * "entity_schema": "contract"
12395
+ * }
12396
+ * ]
12397
+ */
12398
+ Components.Schemas.ContextEntities;
12399
+ }
12400
+ namespace Responses {
12401
+ export interface $200 {
12402
+ /**
12403
+ * URL the client can use to download the exported file. May be a pre-signed or short-lived URL.
12404
+ */
12405
+ download_url: string;
12406
+ /**
12407
+ * Suggested filename for the exported file.
12408
+ */
12409
+ filename?: string;
12410
+ /**
12411
+ * MIME type of the exported file.
12412
+ * example:
12413
+ * text/csv
12414
+ */
12415
+ content_type?: string;
12416
+ /**
12417
+ * Optional expiration timestamp for the download URL.
12418
+ */
12419
+ expires_at?: string; // date-time
12420
+ }
12421
+ export type $401 = Components.Responses.Unauthorized;
12422
+ export type $403 = Components.Responses.Forbidden;
12423
+ export type $404 = Components.Responses.NotFound;
12424
+ export type $500 = Components.Responses.InternalServerError;
12425
+ }
12426
+ }
12096
12427
  namespace PutPortalConfig {
12097
12428
  namespace Parameters {
12098
12429
  /**
@@ -13508,6 +13839,28 @@ interface OperationMethods {
13508
13839
  data?: any,
13509
13840
  config?: AxiosRequestConfig
13510
13841
  ): OperationResponse<Paths.GetConsumption.Responses.$200>
13842
+ /**
13843
+ * prepareVisualizationExport - Prepare Visualization Export
13844
+ *
13845
+ * Asks an installed App to prepare a downloadable export of a visualization (consumption chart, dynamic tariff chart, etc.). The export is produced by the third-party App via a configured portal extension hook of type `dataExport` — this endpoint does not generate the file itself, it forwards the request to the configured hook and returns the descriptor the App provides (typically a `download_url`).
13846
+ *
13847
+ */
13848
+ 'prepareVisualizationExport'(
13849
+ parameters?: Parameters<UnknownParamsObject> | null,
13850
+ data?: Paths.PrepareVisualizationExport.RequestBody,
13851
+ config?: AxiosRequestConfig
13852
+ ): OperationResponse<Paths.PrepareVisualizationExport.Responses.$200>
13853
+ /**
13854
+ * getVisualizationMetadata - Get Visualization Metadata
13855
+ *
13856
+ * Returns runtime metadata describing how a visualization (consumption / price / cost chart) should be rendered for a given portal context (meter, contract, etc). Resolves the extension's `visualizationMetadata` hook implicitly from `app_id` + `extensionId` and invokes it. Supplies the response as a structured payload that the portal uses to configure type/aggregation options, supported intervals, and the available data range.
13857
+ *
13858
+ */
13859
+ 'getVisualizationMetadata'(
13860
+ parameters?: Parameters<Paths.GetVisualizationMetadata.QueryParameters> | null,
13861
+ data?: any,
13862
+ config?: AxiosRequestConfig
13863
+ ): OperationResponse<Paths.GetVisualizationMetadata.Responses.$200>
13511
13864
  /**
13512
13865
  * getCosts - Get Costs
13513
13866
  *
@@ -15015,6 +15368,32 @@ interface PathsDictionary {
15015
15368
  config?: AxiosRequestConfig
15016
15369
  ): OperationResponse<Paths.GetConsumption.Responses.$200>
15017
15370
  }
15371
+ ['/v2/portal/visualization:export']: {
15372
+ /**
15373
+ * prepareVisualizationExport - Prepare Visualization Export
15374
+ *
15375
+ * Asks an installed App to prepare a downloadable export of a visualization (consumption chart, dynamic tariff chart, etc.). The export is produced by the third-party App via a configured portal extension hook of type `dataExport` — this endpoint does not generate the file itself, it forwards the request to the configured hook and returns the descriptor the App provides (typically a `download_url`).
15376
+ *
15377
+ */
15378
+ 'post'(
15379
+ parameters?: Parameters<UnknownParamsObject> | null,
15380
+ data?: Paths.PrepareVisualizationExport.RequestBody,
15381
+ config?: AxiosRequestConfig
15382
+ ): OperationResponse<Paths.PrepareVisualizationExport.Responses.$200>
15383
+ }
15384
+ ['/v2/portal/visualization/metadata']: {
15385
+ /**
15386
+ * getVisualizationMetadata - Get Visualization Metadata
15387
+ *
15388
+ * Returns runtime metadata describing how a visualization (consumption / price / cost chart) should be rendered for a given portal context (meter, contract, etc). Resolves the extension's `visualizationMetadata` hook implicitly from `app_id` + `extensionId` and invokes it. Supplies the response as a structured payload that the portal uses to configure type/aggregation options, supported intervals, and the available data range.
15389
+ *
15390
+ */
15391
+ 'get'(
15392
+ parameters?: Parameters<Paths.GetVisualizationMetadata.QueryParameters> | null,
15393
+ data?: any,
15394
+ config?: AxiosRequestConfig
15395
+ ): OperationResponse<Paths.GetVisualizationMetadata.Responses.$200>
15396
+ }
15018
15397
  ['/v2/portal/costs']: {
15019
15398
  /**
15020
15399
  * getCosts - Get Costs
@@ -16646,10 +17025,12 @@ type ExtensionHook = Components.Schemas.ExtensionHook;
16646
17025
  type ExtensionHookConsumptionDataRetrieval = Components.Schemas.ExtensionHookConsumptionDataRetrieval;
16647
17026
  type ExtensionHookContractIdentification = Components.Schemas.ExtensionHookContractIdentification;
16648
17027
  type ExtensionHookCostDataRetrieval = Components.Schemas.ExtensionHookCostDataRetrieval;
17028
+ type ExtensionHookDataExport = Components.Schemas.ExtensionHookDataExport;
16649
17029
  type ExtensionHookMeterReadingPlausibilityCheck = Components.Schemas.ExtensionHookMeterReadingPlausibilityCheck;
16650
17030
  type ExtensionHookPriceDataRetrieval = Components.Schemas.ExtensionHookPriceDataRetrieval;
16651
17031
  type ExtensionHookRegistrationIdentifiersCheck = Components.Schemas.ExtensionHookRegistrationIdentifiersCheck;
16652
17032
  type ExtensionHookSelection = Components.Schemas.ExtensionHookSelection;
17033
+ type ExtensionHookVisualizationMetadata = Components.Schemas.ExtensionHookVisualizationMetadata;
16653
17034
  type ExtensionSeamlessLink = Components.Schemas.ExtensionSeamlessLink;
16654
17035
  type ExternalLink = Components.Schemas.ExternalLink;
16655
17036
  type ExtraSchemaAttributes = Components.Schemas.ExtraSchemaAttributes;
@@ -16689,6 +17070,7 @@ type ProviderConfig = Components.Schemas.ProviderConfig;
16689
17070
  type ProviderDisplayName = Components.Schemas.ProviderDisplayName;
16690
17071
  type ProviderPublicConfig = Components.Schemas.ProviderPublicConfig;
16691
17072
  type ProviderSlug = Components.Schemas.ProviderSlug;
17073
+ type PublicAppDetails = Components.Schemas.PublicAppDetails;
16692
17074
  type PublicContractIdentificationDetails = Components.Schemas.PublicContractIdentificationDetails;
16693
17075
  type PublicDataRetrievalHookDetails = Components.Schemas.PublicDataRetrievalHookDetails;
16694
17076
  type PublicExtensionCapabilities = Components.Schemas.PublicExtensionCapabilities;
@@ -16719,10 +17101,13 @@ type UpsertPortalConfig = Components.Schemas.UpsertPortalConfig;
16719
17101
  type UpsertPortalConfigV3 = Components.Schemas.UpsertPortalConfigV3;
16720
17102
  type UpsertPortalWidget = Components.Schemas.UpsertPortalWidget;
16721
17103
  type UserRequest = Components.Schemas.UserRequest;
17104
+ type VisualizationDataRange = Components.Schemas.VisualizationDataRange;
17105
+ type VisualizationMetadata = Components.Schemas.VisualizationMetadata;
17106
+ type VisualizationTypeOption = Components.Schemas.VisualizationTypeOption;
16722
17107
  type WidgetAction = Components.Schemas.WidgetAction;
16723
17108
  type WidgetBase = Components.Schemas.WidgetBase;
16724
17109
  type WorfklowIdentifier = Components.Schemas.WorfklowIdentifier;
16725
17110
  type WorkflowExecution = Components.Schemas.WorkflowExecution;
16726
17111
  type WorkflowStep = Components.Schemas.WorkflowStep;
16727
17112
 
16728
- export { type EntityResponseGroupedWithHits as $, type AcceptanceDecision as A, type Balance as B, type Client as C, type ContactCountRequest as D, type ContactExistsRequest as E, type ContentWidget as F, type ContextEntities as G, type ContextEntity as H, type Contract as I, type ContractIdentifier as J, type CreateUserRequest as K, type Currency as L, type DataRetrievalItem as M, DeleteEntityFile as N, type OperationMethods as O, Paths as P, type Direction as Q, type DocumentWidget as R, type EmailTemplates as S, type Entity as T, type EntityEditRule as U, type EntityFileCount as V, type EntityGetParams as W, type EntityId as X, type EntityItem as Y, type EntityMatchingConfig as Z, type EntityResponse as _, Components as a, type ReadBy as a$, type EntityResponseWithHits as a0, type EntitySearchParams as a1, type EntitySlug as a2, type EntitySlugConfig as a3, type EntityTemplates as a4, type EntityWidget as a5, type ErrorResp as a6, type Exists as a7, type Extension as a8, type ExtensionAuthBlock as a9, type MoblieOIDCConfig as aA, type OIDCProviderConfig as aB, type OIDCProviderMetadata as aC, type Opportunity as aD, type Order as aE, type OrganizationSettings as aF, type Origin as aG, type Page as aH, type PageRequest as aI, type PaymentWidget as aJ, type PortalConfig as aK, type PortalConfigV3 as aL, type PortalId as aM, type PortalUser as aN, type PortalUserRegistrationStatus as aO, type PortalWidget as aP, type Product as aQ, type ProductRecommendationsWidget as aR, type ProviderConfig as aS, type ProviderDisplayName as aT, type ProviderPublicConfig as aU, type ProviderSlug as aV, type PublicContractIdentificationDetails as aW, type PublicDataRetrievalHookDetails as aX, type PublicExtensionCapabilities as aY, type PublicExtensionDetails as aZ, type PublicMeterReadingPlausibilityCheckDetails as a_, type ExtensionConfig as aa, type ExtensionHook as ab, type ExtensionHookConsumptionDataRetrieval as ac, type ExtensionHookContractIdentification as ad, type ExtensionHookCostDataRetrieval as ae, type ExtensionHookMeterReadingPlausibilityCheck as af, type ExtensionHookPriceDataRetrieval as ag, type ExtensionHookRegistrationIdentifiersCheck as ah, type ExtensionHookSelection as ai, type ExtensionSeamlessLink as aj, type ExternalLink as ak, type ExtraSchemaAttributes as al, type FailedRuleErrorResp as am, type File as an, type FileItem as ao, type Grant as ap, type IdentifierAttribute as aq, type InstallmentEvent as ar, type JourneyActions as as, type JuiceSettings as at, type Meter as au, type MeterChartWidget as av, type MeterReading as aw, type MeterReadingPhoto as ax, type MeterReadingPhotoData as ay, type MeterReadingWidget as az, type PathsDictionary as b, type ReadingStatus as b0, type Reason as b1, type RegistrationIdentifier as b2, type ReimbursementEvent as b3, type Rule as b4, type SAMLProviderConfig as b5, type SSOCallbackRequest as b6, type SSOCallbackResponse as b7, type SSOLoginToken as b8, SaveEntityFile as b9, type SavePortalFile as ba, type Schema as bb, type SearchIncludes as bc, type SecureProxyConfig as bd, type Source as be, type SwappableConfig as bf, type TariffType as bg, type TeaserWidget as bh, type TriggerPortalFlow as bi, type UpdateOnlyPortalConfigAttributes as bj, type UpsertPortalConfig as bk, type UpsertPortalConfigV3 as bl, UpsertPortalWidget as bm, type UserRequest as bn, type WidgetAction as bo, type WidgetBase as bp, type WorfklowIdentifier as bq, type WorkflowExecution as br, type WorkflowStep as bs, type ActionLabel as c, type ActionWidget as d, type Activity as e, type ActivityCallerContext as f, type ActivityId as g, type ActivityItem as h, type AdminUser as i, type AllowedFileExtensions as j, type AttributeMappingConfig as k, type AuthConfig as l, type BaseBillingEvent as m, type BaseEntity as n, type BillingAccount as o, type BillingEvent as p, type Block as q, type BlockId as r, type BlockProps as s, type BlockRequest as t, type BlockType as u, type BusinessPartnerItem as v, type CampaignWidget as w, type CommonConfigAttributes as x, type CommonConfigAttributesV3 as y, type Contact as z };
17113
+ export { type EntityResponseGroupedWithHits as $, type AcceptanceDecision as A, type Balance as B, type Client as C, type ContactCountRequest as D, type ContactExistsRequest as E, type ContentWidget as F, type ContextEntities as G, type ContextEntity as H, type Contract as I, type ContractIdentifier as J, type CreateUserRequest as K, type Currency as L, type DataRetrievalItem as M, DeleteEntityFile as N, type OperationMethods as O, Paths as P, type Direction as Q, type DocumentWidget as R, type EmailTemplates as S, type Entity as T, type EntityEditRule as U, type EntityFileCount as V, type EntityGetParams as W, type EntityId as X, type EntityItem as Y, type EntityMatchingConfig as Z, type EntityResponse as _, Components as a, type PublicExtensionCapabilities as a$, type EntityResponseWithHits as a0, type EntitySearchParams as a1, type EntitySlug as a2, type EntitySlugConfig as a3, type EntityTemplates as a4, type EntityWidget as a5, type ErrorResp as a6, type Exists as a7, type Extension as a8, type ExtensionAuthBlock as a9, type MeterReadingPhotoData as aA, type MeterReadingWidget as aB, type MoblieOIDCConfig as aC, type OIDCProviderConfig as aD, type OIDCProviderMetadata as aE, type Opportunity as aF, type Order as aG, type OrganizationSettings as aH, type Origin as aI, type Page as aJ, type PageRequest as aK, type PaymentWidget as aL, type PortalConfig as aM, type PortalConfigV3 as aN, type PortalId as aO, type PortalUser as aP, type PortalUserRegistrationStatus as aQ, type PortalWidget as aR, type Product as aS, type ProductRecommendationsWidget as aT, type ProviderConfig as aU, type ProviderDisplayName as aV, type ProviderPublicConfig as aW, type ProviderSlug as aX, type PublicAppDetails as aY, type PublicContractIdentificationDetails as aZ, type PublicDataRetrievalHookDetails as a_, type ExtensionConfig as aa, type ExtensionHook as ab, type ExtensionHookConsumptionDataRetrieval as ac, type ExtensionHookContractIdentification as ad, type ExtensionHookCostDataRetrieval as ae, type ExtensionHookDataExport as af, type ExtensionHookMeterReadingPlausibilityCheck as ag, type ExtensionHookPriceDataRetrieval as ah, type ExtensionHookRegistrationIdentifiersCheck as ai, type ExtensionHookSelection as aj, type ExtensionHookVisualizationMetadata as ak, type ExtensionSeamlessLink as al, type ExternalLink as am, type ExtraSchemaAttributes as an, type FailedRuleErrorResp as ao, type File as ap, type FileItem as aq, type Grant as ar, type IdentifierAttribute as as, type InstallmentEvent as at, type JourneyActions as au, type JuiceSettings as av, type Meter as aw, type MeterChartWidget as ax, type MeterReading as ay, type MeterReadingPhoto as az, type PathsDictionary as b, type PublicExtensionDetails as b0, type PublicMeterReadingPlausibilityCheckDetails as b1, type ReadBy as b2, type ReadingStatus as b3, type Reason as b4, type RegistrationIdentifier as b5, type ReimbursementEvent as b6, type Rule as b7, type SAMLProviderConfig as b8, type SSOCallbackRequest as b9, type SSOCallbackResponse as ba, type SSOLoginToken as bb, SaveEntityFile as bc, type SavePortalFile as bd, type Schema as be, type SearchIncludes as bf, type SecureProxyConfig as bg, type Source as bh, type SwappableConfig as bi, type TariffType as bj, type TeaserWidget as bk, type TriggerPortalFlow as bl, type UpdateOnlyPortalConfigAttributes as bm, type UpsertPortalConfig as bn, type UpsertPortalConfigV3 as bo, UpsertPortalWidget as bp, type UserRequest as bq, type VisualizationDataRange as br, type VisualizationMetadata as bs, type VisualizationTypeOption as bt, type WidgetAction as bu, type WidgetBase as bv, type WorfklowIdentifier as bw, type WorkflowExecution as bx, type WorkflowStep as by, type ActionLabel as c, type ActionWidget as d, type Activity as e, type ActivityCallerContext as f, type ActivityId as g, type ActivityItem as h, type AdminUser as i, type AllowedFileExtensions as j, type AttributeMappingConfig as k, type AuthConfig as l, type BaseBillingEvent as m, type BaseEntity as n, type BillingAccount as o, type BillingEvent as p, type Block as q, type BlockId as r, type BlockProps as s, type BlockRequest as t, type BlockType as u, type BusinessPartnerItem as v, type CampaignWidget as w, type CommonConfigAttributes as x, type CommonConfigAttributesV3 as y, type Contact as z };