@epilot/sdk 2.12.1 → 2.13.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 (174) hide show
  1. package/definitions/customer-portal-runtime.json +1 -1
  2. package/definitions/customer-portal.json +164 -16
  3. package/definitions/focus-pocus-runtime.json +1 -0
  4. package/definitions/focus-pocus.json +757 -0
  5. package/definitions/user-runtime.json +1 -1
  6. package/definitions/user.json +146 -0
  7. package/definitions/workflow-definition-runtime.json +1 -1
  8. package/definitions/workflow-definition.json +281 -47
  9. package/definitions/workflow.json +12 -0
  10. package/dist/apis/access-token.cjs +6 -6
  11. package/dist/apis/access-token.js +1 -1
  12. package/dist/apis/address-suggestions.cjs +6 -6
  13. package/dist/apis/address-suggestions.js +1 -1
  14. package/dist/apis/address.cjs +6 -6
  15. package/dist/apis/address.js +1 -1
  16. package/dist/apis/ai-agents.cjs +6 -6
  17. package/dist/apis/ai-agents.js +1 -1
  18. package/dist/apis/app.cjs +6 -6
  19. package/dist/apis/app.js +1 -1
  20. package/dist/apis/audit-logs.cjs +6 -6
  21. package/dist/apis/audit-logs.js +1 -1
  22. package/dist/apis/automation.cjs +6 -6
  23. package/dist/apis/automation.js +1 -1
  24. package/dist/apis/billing.cjs +6 -6
  25. package/dist/apis/billing.js +1 -1
  26. package/dist/apis/blueprint-manifest.cjs +6 -6
  27. package/dist/apis/blueprint-manifest.js +1 -1
  28. package/dist/apis/calendar.cjs +6 -6
  29. package/dist/apis/calendar.js +1 -1
  30. package/dist/apis/configuration-hub.cjs +6 -6
  31. package/dist/apis/configuration-hub.js +1 -1
  32. package/dist/apis/consent.cjs +6 -6
  33. package/dist/apis/consent.js +1 -1
  34. package/dist/apis/customer-portal.cjs +8 -8
  35. package/dist/apis/customer-portal.d.cts +2 -2
  36. package/dist/apis/customer-portal.d.ts +2 -2
  37. package/dist/apis/customer-portal.js +2 -2
  38. package/dist/apis/dashboard.cjs +6 -6
  39. package/dist/apis/dashboard.js +1 -1
  40. package/dist/apis/data-governance.cjs +6 -6
  41. package/dist/apis/data-governance.js +1 -1
  42. package/dist/apis/deduplication.cjs +6 -6
  43. package/dist/apis/deduplication.js +1 -1
  44. package/dist/apis/design.cjs +6 -6
  45. package/dist/apis/design.js +1 -1
  46. package/dist/apis/document.cjs +6 -6
  47. package/dist/apis/document.js +1 -1
  48. package/dist/apis/email-settings.cjs +6 -6
  49. package/dist/apis/email-settings.js +1 -1
  50. package/dist/apis/email-template.cjs +6 -6
  51. package/dist/apis/email-template.js +1 -1
  52. package/dist/apis/entity-mapping.cjs +6 -6
  53. package/dist/apis/entity-mapping.js +1 -1
  54. package/dist/apis/entity.cjs +6 -6
  55. package/dist/apis/entity.js +1 -1
  56. package/dist/apis/environments.cjs +6 -6
  57. package/dist/apis/environments.js +1 -1
  58. package/dist/apis/event-catalog.cjs +6 -6
  59. package/dist/apis/event-catalog.js +1 -1
  60. package/dist/apis/file.cjs +6 -6
  61. package/dist/apis/file.js +1 -1
  62. package/dist/apis/iban.cjs +6 -6
  63. package/dist/apis/iban.js +1 -1
  64. package/dist/apis/integration-toolkit.cjs +6 -6
  65. package/dist/apis/integration-toolkit.js +1 -1
  66. package/dist/apis/journey.cjs +6 -6
  67. package/dist/apis/journey.js +1 -1
  68. package/dist/apis/kanban.cjs +6 -6
  69. package/dist/apis/kanban.js +1 -1
  70. package/dist/apis/message.cjs +6 -6
  71. package/dist/apis/message.js +1 -1
  72. package/dist/apis/metering.cjs +6 -6
  73. package/dist/apis/metering.js +1 -1
  74. package/dist/apis/notes.cjs +6 -6
  75. package/dist/apis/notes.js +1 -1
  76. package/dist/apis/notification.cjs +6 -6
  77. package/dist/apis/notification.js +1 -1
  78. package/dist/apis/organization.cjs +6 -6
  79. package/dist/apis/organization.js +1 -1
  80. package/dist/apis/partner-directory.cjs +6 -6
  81. package/dist/apis/partner-directory.js +1 -1
  82. package/dist/apis/permissions.cjs +6 -6
  83. package/dist/apis/permissions.js +1 -1
  84. package/dist/apis/pricing-tier.cjs +6 -6
  85. package/dist/apis/pricing-tier.js +1 -1
  86. package/dist/apis/pricing.cjs +6 -6
  87. package/dist/apis/pricing.js +1 -1
  88. package/dist/apis/purpose.cjs +6 -6
  89. package/dist/apis/purpose.js +1 -1
  90. package/dist/apis/query.cjs +6 -6
  91. package/dist/apis/query.js +1 -1
  92. package/dist/apis/sandbox.cjs +6 -6
  93. package/dist/apis/sandbox.js +1 -1
  94. package/dist/apis/sharing.cjs +6 -6
  95. package/dist/apis/sharing.js +1 -1
  96. package/dist/apis/snapshot.cjs +6 -6
  97. package/dist/apis/snapshot.js +1 -1
  98. package/dist/apis/submission.cjs +6 -6
  99. package/dist/apis/submission.js +1 -1
  100. package/dist/apis/target.cjs +6 -6
  101. package/dist/apis/target.js +1 -1
  102. package/dist/apis/targeting.cjs +6 -6
  103. package/dist/apis/targeting.js +1 -1
  104. package/dist/apis/template-variables.cjs +6 -6
  105. package/dist/apis/template-variables.js +1 -1
  106. package/dist/apis/user.cjs +8 -8
  107. package/dist/apis/user.d.cts +2 -2
  108. package/dist/apis/user.d.ts +2 -2
  109. package/dist/apis/user.js +2 -2
  110. package/dist/apis/validation-rules.cjs +6 -6
  111. package/dist/apis/validation-rules.js +1 -1
  112. package/dist/apis/webhooks.cjs +6 -6
  113. package/dist/apis/webhooks.js +1 -1
  114. package/dist/apis/workflow-definition.cjs +8 -8
  115. package/dist/apis/workflow-definition.d.cts +2 -2
  116. package/dist/apis/workflow-definition.d.ts +2 -2
  117. package/dist/apis/workflow-definition.js +2 -2
  118. package/dist/apis/workflow.cjs +6 -6
  119. package/dist/apis/workflow.d.cts +2 -2
  120. package/dist/apis/workflow.d.ts +2 -2
  121. package/dist/apis/workflow.js +1 -1
  122. package/dist/chunk-6HJ2Y7DZ.js +14 -0
  123. package/dist/chunk-BFMY2X2J.cjs +14 -0
  124. package/dist/{chunk-AJDY36Y6.cjs → chunk-C35OPQHY.cjs} +7 -7
  125. package/dist/{chunk-NFIYEMMM.js → chunk-N254AABZ.js} +1 -1
  126. package/dist/chunk-OSPTVXY4.js +14 -0
  127. package/dist/chunk-QNSMYDKG.cjs +14 -0
  128. package/dist/{chunk-L3UZLJPQ.js → chunk-SQQJND25.js} +7 -7
  129. package/dist/{chunk-OWXEZ56F.cjs → chunk-X2LMHC5R.cjs} +1 -1
  130. package/dist/customer-portal-6I3G44I4.cjs +7 -0
  131. package/dist/customer-portal-PTVGKDUH.js +7 -0
  132. package/dist/{customer-portal-runtime-VRGCSOVU.cjs → customer-portal-runtime-4ACQGDNY.cjs} +2 -2
  133. package/dist/{customer-portal-runtime-NRIQG6IO.js → customer-portal-runtime-E4RI7NYM.js} +1 -1
  134. package/dist/{customer-portal.d-fWVl8_mE.d.cts → customer-portal.d-Bpc-wk9K.d.cts} +140 -12
  135. package/dist/{customer-portal.d-fWVl8_mE.d.ts → customer-portal.d-Bpc-wk9K.d.ts} +140 -12
  136. package/dist/index.cjs +14 -14
  137. package/dist/index.d.cts +4 -4
  138. package/dist/index.d.ts +4 -4
  139. package/dist/index.js +4 -4
  140. package/dist/js-yaml-DLCVPJ7G.js +0 -0
  141. package/dist/user-5KLWGPQ2.js +7 -0
  142. package/dist/user-GZLPNGIW.cjs +7 -0
  143. package/dist/user-runtime-6TSL4RZN.cjs +5 -0
  144. package/dist/{user-runtime-6ICV2Y73.js → user-runtime-UPFER72E.js} +1 -1
  145. package/dist/{user.d-L-C7_K84.d.cts → user.d-6bp0zEwE.d.cts} +131 -0
  146. package/dist/{user.d-L-C7_K84.d.ts → user.d-6bp0zEwE.d.ts} +131 -0
  147. package/dist/workflow-JQT3F5NJ.cjs +7 -0
  148. package/dist/workflow-Q6FAE5OL.js +7 -0
  149. package/dist/workflow-definition-5P3PDJKU.cjs +7 -0
  150. package/dist/workflow-definition-XSSOSEGF.js +7 -0
  151. package/dist/{workflow-definition-runtime-GACBV4WM.cjs → workflow-definition-runtime-2HQS3RPK.cjs} +2 -2
  152. package/dist/{workflow-definition-runtime-OVXRSE34.js → workflow-definition-runtime-JUPATIKU.js} +1 -1
  153. package/dist/{workflow-definition.d-DOeb0KVV.d.cts → workflow-definition.d-CweGhhBU.d.cts} +416 -82
  154. package/dist/{workflow-definition.d-DOeb0KVV.d.ts → workflow-definition.d-CweGhhBU.d.ts} +416 -82
  155. package/dist/{workflow.d-eFv0ecBi.d.cts → workflow.d-5cyNJgVQ.d.cts} +28 -0
  156. package/dist/{workflow.d-eFv0ecBi.d.ts → workflow.d-5cyNJgVQ.d.ts} +28 -0
  157. package/docs/customer-portal.md +86 -21
  158. package/docs/user.md +174 -11
  159. package/docs/workflow-definition.md +179 -43
  160. package/docs/workflow.md +16 -7
  161. package/package.json +12 -11
  162. package/dist/chunk-43GJY2EB.js +0 -14
  163. package/dist/chunk-4H2KIKGL.cjs +0 -14
  164. package/dist/chunk-COASF7ZR.js +0 -14
  165. package/dist/chunk-CYS6QBW6.cjs +0 -14
  166. package/dist/customer-portal-F45XWLIO.cjs +0 -7
  167. package/dist/customer-portal-MYNJZ4OW.js +0 -7
  168. package/dist/user-3SLAEEVD.cjs +0 -7
  169. package/dist/user-PRUYBXQV.js +0 -7
  170. package/dist/user-runtime-Y3227ETX.cjs +0 -5
  171. package/dist/workflow-7OU2YEEI.cjs +0 -7
  172. package/dist/workflow-IVKCWS44.js +0 -7
  173. package/dist/workflow-definition-2VF7S23G.js +0 -7
  174. package/dist/workflow-definition-U6YXD42W.cjs +0 -7
@@ -493,6 +493,18 @@ declare namespace Components {
493
493
  *
494
494
  */
495
495
  scheduled_at?: string;
496
+ /**
497
+ * Set by the backend when scheduling this task FAILED (e.g. the
498
+ * referenced date attribute is empty/unreadable, or the resolved fire
499
+ * time is already in the past). A JSON string
500
+ * ({ error_code, error_reason, error_info }) describing why, so the UI
501
+ * can show a specific warning and ask the user to fix the date
502
+ * attribute and re-schedule. Cleared when the task is successfully
503
+ * (re-)armed. This is the decision-task counterpart of
504
+ * AutomationInfo.error_reason (decision tasks have no automation_config).
505
+ *
506
+ */
507
+ error_reason?: string;
496
508
  }
497
509
  /**
498
510
  * Set due date for the task based on a dynamic condition
@@ -807,6 +819,10 @@ declare namespace Components {
807
819
  * Indicates whether only a single closing reason can be selected when closing the flow execution
808
820
  */
809
821
  singleClosingReasonSelection?: boolean;
822
+ /**
823
+ * Copied from the flow template at start. When true, task enablement is computed at runtime from the graph (a task is enabled only when all of its direct predecessor tasks in its branch are done) instead of from each task's explicit requirements.
824
+ */
825
+ linear?: boolean;
810
826
  }
811
827
  export type FlowExecutionId = string;
812
828
  export interface FlowSlim {
@@ -1121,6 +1137,18 @@ declare namespace Components {
1121
1137
  *
1122
1138
  */
1123
1139
  scheduled_at?: string;
1140
+ /**
1141
+ * Set by the backend when scheduling this task FAILED (e.g. the
1142
+ * referenced date attribute is empty/unreadable, or the resolved fire
1143
+ * time is already in the past). A JSON string
1144
+ * ({ error_code, error_reason, error_info }) describing why, so the UI
1145
+ * can show a specific warning and ask the user to fix the date
1146
+ * attribute and re-schedule. Cleared when the task is successfully
1147
+ * (re-)armed. This is the decision-task counterpart of
1148
+ * AutomationInfo.error_reason (decision tasks have no automation_config).
1149
+ *
1150
+ */
1151
+ error_reason?: string;
1124
1152
  }
1125
1153
  export interface SearchExecutionsReq {
1126
1154
  name?: string;
@@ -493,6 +493,18 @@ declare namespace Components {
493
493
  *
494
494
  */
495
495
  scheduled_at?: string;
496
+ /**
497
+ * Set by the backend when scheduling this task FAILED (e.g. the
498
+ * referenced date attribute is empty/unreadable, or the resolved fire
499
+ * time is already in the past). A JSON string
500
+ * ({ error_code, error_reason, error_info }) describing why, so the UI
501
+ * can show a specific warning and ask the user to fix the date
502
+ * attribute and re-schedule. Cleared when the task is successfully
503
+ * (re-)armed. This is the decision-task counterpart of
504
+ * AutomationInfo.error_reason (decision tasks have no automation_config).
505
+ *
506
+ */
507
+ error_reason?: string;
496
508
  }
497
509
  /**
498
510
  * Set due date for the task based on a dynamic condition
@@ -807,6 +819,10 @@ declare namespace Components {
807
819
  * Indicates whether only a single closing reason can be selected when closing the flow execution
808
820
  */
809
821
  singleClosingReasonSelection?: boolean;
822
+ /**
823
+ * Copied from the flow template at start. When true, task enablement is computed at runtime from the graph (a task is enabled only when all of its direct predecessor tasks in its branch are done) instead of from each task's explicit requirements.
824
+ */
825
+ linear?: boolean;
810
826
  }
811
827
  export type FlowExecutionId = string;
812
828
  export interface FlowSlim {
@@ -1121,6 +1137,18 @@ declare namespace Components {
1121
1137
  *
1122
1138
  */
1123
1139
  scheduled_at?: string;
1140
+ /**
1141
+ * Set by the backend when scheduling this task FAILED (e.g. the
1142
+ * referenced date attribute is empty/unreadable, or the resolved fire
1143
+ * time is already in the past). A JSON string
1144
+ * ({ error_code, error_reason, error_info }) describing why, so the UI
1145
+ * can show a specific warning and ask the user to fix the date
1146
+ * attribute and re-schedule. Cleared when the task is successfully
1147
+ * (re-)armed. This is the decision-task counterpart of
1148
+ * AutomationInfo.error_reason (decision tasks have no automation_config).
1149
+ *
1150
+ */
1151
+ error_reason?: string;
1124
1152
  }
1125
1153
  export interface SearchExecutionsReq {
1126
1154
  name?: string;
@@ -330,6 +330,7 @@ const { data } = await customerPortalClient.upsertPortal(...)
330
330
  - [`Page`](#page)
331
331
  - [`CommonConfigAttributesV3`](#commonconfigattributesv3)
332
332
  - [`PortalId`](#portalid)
333
+ - [`PortalDataExportColumn`](#portaldataexportcolumn)
333
334
  - [`UpsertPortalConfigV3`](#upsertportalconfigv3)
334
335
  - [`PortalConfigV3`](#portalconfigv3)
335
336
  - [`JuiceSettings`](#juicesettings)
@@ -475,7 +476,8 @@ const { data } = await client.upsertPortal(
475
476
  require_lowercase: true,
476
477
  require_uppercase: true,
477
478
  require_numbers: true,
478
- require_symbols: true
479
+ require_symbols: true,
480
+ password_history_size: 3
479
481
  }
480
482
  },
481
483
  config: 'string',
@@ -702,7 +704,8 @@ const { data } = await client.upsertPortal(
702
704
  "require_lowercase": true,
703
705
  "require_uppercase": true,
704
706
  "require_numbers": true,
705
- "require_symbols": true
707
+ "require_symbols": true,
708
+ "password_history_size": 3
706
709
  }
707
710
  },
708
711
  "config": "string",
@@ -1066,7 +1069,8 @@ const { data } = await client.getPortalConfigByDomain({
1066
1069
  "require_lowercase": true,
1067
1070
  "require_uppercase": true,
1068
1071
  "require_numbers": true,
1069
- "require_symbols": true
1072
+ "require_symbols": true,
1073
+ "password_history_size": 3
1070
1074
  }
1071
1075
  },
1072
1076
  "config": "string",
@@ -1333,7 +1337,8 @@ const { data } = await client.getPortalConfig({
1333
1337
  "require_lowercase": true,
1334
1338
  "require_uppercase": true,
1335
1339
  "require_numbers": true,
1336
- "require_symbols": true
1340
+ "require_symbols": true,
1341
+ "password_history_size": 3
1337
1342
  }
1338
1343
  },
1339
1344
  "config": "string",
@@ -1506,14 +1511,46 @@ const { data } = await client.deletePortal({
1506
1511
 
1507
1512
  ### `createExport`
1508
1513
 
1509
- Request an asynchronous CSV export of the portal user's contracts, delivery points and meters. Returns a job id to poll.
1514
+ Request an asynchronous CSV export of the portal user's entities for one schema. Columns come from the request Returns a job id to poll.
1510
1515
 
1511
1516
  `POST /v1/portal/exports`
1512
1517
 
1513
1518
  ```ts
1514
- const { data } = await client.createExport({
1515
- language: 'example',
1516
- })
1519
+ const { data } = await client.createExport(
1520
+ null,
1521
+ {
1522
+ schema: 'string',
1523
+ search: {
1524
+ q: 'string',
1525
+ q_fields: ['string'],
1526
+ filters: [
1527
+ {}
1528
+ ],
1529
+ filters_context: [
1530
+ {}
1531
+ ],
1532
+ sort: {}
1533
+ },
1534
+ columns: [
1535
+ {
1536
+ key: 'vertragsnummer',
1537
+ header: {
1538
+ de: 'Vertragsnummer',
1539
+ en: 'Contract number'
1540
+ },
1541
+ source: {
1542
+ path: ['customer'],
1543
+ attribute: 'customer_number',
1544
+ address_field: 'full'
1545
+ },
1546
+ formatter: 'text',
1547
+ enum_labels: {}
1548
+ }
1549
+ ],
1550
+ expand_over: 'string',
1551
+ language: 'de'
1552
+ },
1553
+ )
1517
1554
  ```
1518
1555
 
1519
1556
  ---
@@ -2451,7 +2488,8 @@ const { data } = await client.getPublicPortalConfig({
2451
2488
  "require_lowercase": true,
2452
2489
  "require_uppercase": true,
2453
2490
  "require_numbers": true,
2454
- "require_symbols": true
2491
+ "require_symbols": true,
2492
+ "password_history_size": 3
2455
2493
  }
2456
2494
  },
2457
2495
  "config": "string",
@@ -2718,7 +2756,8 @@ const { data } = await client.getOrgPortalConfig({
2718
2756
  "require_lowercase": true,
2719
2757
  "require_uppercase": true,
2720
2758
  "require_numbers": true,
2721
- "require_symbols": true
2759
+ "require_symbols": true,
2760
+ "password_history_size": 3
2722
2761
  }
2723
2762
  },
2724
2763
  "config": "string",
@@ -2994,7 +3033,8 @@ const { data } = await client.getPublicPortalConfigV3({
2994
3033
  "require_lowercase": true,
2995
3034
  "require_uppercase": true,
2996
3035
  "require_numbers": true,
2997
- "require_symbols": true
3036
+ "require_symbols": true,
3037
+ "password_history_size": 3
2998
3038
  }
2999
3039
  },
3000
3040
  "config": "string",
@@ -3261,7 +3301,8 @@ const { data } = await client.getOrgPortalConfigV3({
3261
3301
  "require_lowercase": true,
3262
3302
  "require_uppercase": true,
3263
3303
  "require_numbers": true,
3264
- "require_symbols": true
3304
+ "require_symbols": true,
3305
+ "password_history_size": 3
3265
3306
  }
3266
3307
  },
3267
3308
  "config": "string",
@@ -7668,7 +7709,8 @@ const { data } = await client.createPortalConfig(
7668
7709
  require_lowercase: true,
7669
7710
  require_uppercase: true,
7670
7711
  require_numbers: true,
7671
- require_symbols: true
7712
+ require_symbols: true,
7713
+ password_history_size: 3
7672
7714
  }
7673
7715
  },
7674
7716
  config: 'string',
@@ -7946,7 +7988,8 @@ const { data } = await client.createPortalConfig(
7946
7988
  "require_lowercase": true,
7947
7989
  "require_uppercase": true,
7948
7990
  "require_numbers": true,
7949
- "require_symbols": true
7991
+ "require_symbols": true,
7992
+ "password_history_size": 3
7950
7993
  }
7951
7994
  },
7952
7995
  "config": "string",
@@ -8259,7 +8302,8 @@ const { data } = await client.getPortalConfigV3({
8259
8302
  "require_lowercase": true,
8260
8303
  "require_uppercase": true,
8261
8304
  "require_numbers": true,
8262
- "require_symbols": true
8305
+ "require_symbols": true,
8306
+ "password_history_size": 3
8263
8307
  }
8264
8308
  },
8265
8309
  "config": "string",
@@ -8568,7 +8612,8 @@ const { data } = await client.putPortalConfig(
8568
8612
  require_lowercase: true,
8569
8613
  require_uppercase: true,
8570
8614
  require_numbers: true,
8571
- require_symbols: true
8615
+ require_symbols: true,
8616
+ password_history_size: 3
8572
8617
  }
8573
8618
  },
8574
8619
  config: 'string',
@@ -8867,7 +8912,8 @@ const { data } = await client.putPortalConfig(
8867
8912
  "require_lowercase": true,
8868
8913
  "require_uppercase": true,
8869
8914
  "require_numbers": true,
8870
- "require_symbols": true
8915
+ "require_symbols": true,
8916
+ "password_history_size": 3
8871
8917
  }
8872
8918
  },
8873
8919
  "config": "string",
@@ -9306,7 +9352,8 @@ const { data } = await client.clonePortalConfig(
9306
9352
  "require_lowercase": true,
9307
9353
  "require_uppercase": true,
9308
9354
  "require_numbers": true,
9309
- "require_symbols": true
9355
+ "require_symbols": true,
9356
+ "password_history_size": 3
9310
9357
  }
9311
9358
  },
9312
9359
  "config": "string",
@@ -10340,11 +10387,11 @@ type CommonConfigAttributes = {
10340
10387
  require_uppercase?: { ... }
10341
10388
  require_numbers?: { ... }
10342
10389
  require_symbols?: { ... }
10390
+ password_history_size?: { ... }
10343
10391
  }
10344
10392
  }
10345
10393
  config?: string
10346
10394
  contact_identifiers?: string[]
10347
- approval_state_attributes?: Record<string, string[]>
10348
10395
  // ...
10349
10396
  }
10350
10397
  ```
@@ -10554,11 +10601,11 @@ type PortalConfig = {
10554
10601
  require_uppercase?: { ... }
10555
10602
  require_numbers?: { ... }
10556
10603
  require_symbols?: { ... }
10604
+ password_history_size?: { ... }
10557
10605
  }
10558
10606
  }
10559
10607
  config?: string
10560
10608
  contact_identifiers?: string[]
10561
- approval_state_attributes?: Record<string, string[]>
10562
10609
  // ...
10563
10610
  }
10564
10611
  ```
@@ -13505,11 +13552,11 @@ type CommonConfigAttributesV3 = {
13505
13552
  require_uppercase?: { ... }
13506
13553
  require_numbers?: { ... }
13507
13554
  require_symbols?: { ... }
13555
+ password_history_size?: { ... }
13508
13556
  }
13509
13557
  }
13510
13558
  config?: string
13511
13559
  contact_identifiers?: string[]
13512
- approval_state_attributes?: Record<string, string[]>
13513
13560
  // ...
13514
13561
  }
13515
13562
  ```
@@ -13522,6 +13569,24 @@ ID of the portal
13522
13569
  type PortalId = string
13523
13570
  ```
13524
13571
 
13572
+ ### `PortalDataExportColumn`
13573
+
13574
+ One column of the portal data export CSV.
13575
+
13576
+ ```ts
13577
+ type PortalDataExportColumn = {
13578
+ key: string
13579
+ header: Record<string, string>
13580
+ source: {
13581
+ path?: string[]
13582
+ attribute: string
13583
+ address_field?: "full" | "street" | "street_number" | "postal_code" | "city" | "additional_info" | "country"
13584
+ }
13585
+ formatter?: "text" | "date" | "money_cents" | "enum" | "address"
13586
+ enum_labels?: Record<string, Record<string, string>>
13587
+ }
13588
+ ```
13589
+
13525
13590
  ### `UpsertPortalConfigV3`
13526
13591
 
13527
13592
  ```ts