@epilot/sdk 2.7.1 → 2.7.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.
- package/definitions/app.json +101 -8
- package/definitions/configuration-hub-runtime.json +1 -1
- package/definitions/configuration-hub.json +623 -0
- package/definitions/customer-portal.json +72 -58
- package/definitions/design-runtime.json +1 -1
- package/definitions/design.json +52 -12
- package/definitions/journey-runtime.json +1 -1
- package/definitions/journey.json +21 -1
- package/definitions/notes-runtime.json +1 -1
- package/definitions/notes.json +123 -1
- package/definitions/pricing.json +149 -404
- package/dist/apis/access-token.cjs +6 -6
- package/dist/apis/access-token.js +1 -1
- package/dist/apis/address-suggestions.cjs +6 -6
- package/dist/apis/address-suggestions.js +1 -1
- package/dist/apis/address.cjs +6 -6
- package/dist/apis/address.js +1 -1
- package/dist/apis/ai-agents.cjs +6 -6
- package/dist/apis/ai-agents.js +1 -1
- package/dist/apis/app.cjs +6 -6
- package/dist/apis/app.d.cts +2 -2
- package/dist/apis/app.d.ts +2 -2
- package/dist/apis/app.js +1 -1
- package/dist/apis/audit-logs.cjs +6 -6
- package/dist/apis/audit-logs.js +1 -1
- package/dist/apis/automation.cjs +6 -6
- package/dist/apis/automation.js +1 -1
- package/dist/apis/billing.cjs +6 -6
- package/dist/apis/billing.js +1 -1
- package/dist/apis/blueprint-manifest.cjs +6 -6
- package/dist/apis/blueprint-manifest.js +1 -1
- package/dist/apis/calendar.cjs +6 -6
- package/dist/apis/calendar.js +1 -1
- package/dist/apis/configuration-hub.cjs +8 -8
- package/dist/apis/configuration-hub.d.cts +2 -2
- package/dist/apis/configuration-hub.d.ts +2 -2
- package/dist/apis/configuration-hub.js +2 -2
- package/dist/apis/consent.cjs +6 -6
- package/dist/apis/consent.js +1 -1
- package/dist/apis/customer-portal.cjs +6 -6
- package/dist/apis/customer-portal.d.cts +2 -2
- package/dist/apis/customer-portal.d.ts +2 -2
- package/dist/apis/customer-portal.js +1 -1
- package/dist/apis/dashboard.cjs +6 -6
- package/dist/apis/dashboard.js +1 -1
- package/dist/apis/data-governance.cjs +6 -6
- package/dist/apis/data-governance.js +1 -1
- package/dist/apis/deduplication.cjs +6 -6
- package/dist/apis/deduplication.js +1 -1
- package/dist/apis/design.cjs +8 -8
- package/dist/apis/design.d.cts +2 -2
- package/dist/apis/design.d.ts +2 -2
- package/dist/apis/design.js +2 -2
- package/dist/apis/document.cjs +6 -6
- package/dist/apis/document.js +1 -1
- package/dist/apis/email-settings.cjs +6 -6
- package/dist/apis/email-settings.js +1 -1
- package/dist/apis/email-template.cjs +6 -6
- package/dist/apis/email-template.js +1 -1
- package/dist/apis/entity-mapping.cjs +6 -6
- package/dist/apis/entity-mapping.js +1 -1
- package/dist/apis/entity.cjs +6 -6
- package/dist/apis/entity.js +1 -1
- package/dist/apis/environments.cjs +6 -6
- package/dist/apis/environments.js +1 -1
- package/dist/apis/event-catalog.cjs +6 -6
- package/dist/apis/event-catalog.js +1 -1
- package/dist/apis/file.cjs +6 -6
- package/dist/apis/file.js +1 -1
- package/dist/apis/iban.cjs +6 -6
- package/dist/apis/iban.js +1 -1
- package/dist/apis/integration-toolkit.cjs +6 -6
- package/dist/apis/integration-toolkit.js +1 -1
- package/dist/apis/journey.cjs +8 -8
- package/dist/apis/journey.d.cts +2 -2
- package/dist/apis/journey.d.ts +2 -2
- package/dist/apis/journey.js +2 -2
- package/dist/apis/kanban.cjs +6 -6
- package/dist/apis/kanban.js +1 -1
- package/dist/apis/message.cjs +6 -6
- package/dist/apis/message.js +1 -1
- package/dist/apis/metering.cjs +6 -6
- package/dist/apis/metering.js +1 -1
- package/dist/apis/notes.cjs +8 -8
- package/dist/apis/notes.d.cts +2 -2
- package/dist/apis/notes.d.ts +2 -2
- package/dist/apis/notes.js +2 -2
- package/dist/apis/notification.cjs +6 -6
- package/dist/apis/notification.js +1 -1
- package/dist/apis/organization.cjs +6 -6
- package/dist/apis/organization.js +1 -1
- package/dist/apis/partner-directory.cjs +6 -6
- package/dist/apis/partner-directory.js +1 -1
- package/dist/apis/permissions.cjs +6 -6
- package/dist/apis/permissions.js +1 -1
- package/dist/apis/pricing-tier.cjs +6 -6
- package/dist/apis/pricing-tier.js +1 -1
- package/dist/apis/pricing.cjs +6 -6
- package/dist/apis/pricing.d.cts +2 -2
- package/dist/apis/pricing.d.ts +2 -2
- package/dist/apis/pricing.js +1 -1
- package/dist/apis/purpose.cjs +6 -6
- package/dist/apis/purpose.js +1 -1
- package/dist/apis/query.cjs +6 -6
- package/dist/apis/query.js +1 -1
- package/dist/apis/sandbox.cjs +6 -6
- package/dist/apis/sandbox.js +1 -1
- package/dist/apis/sharing.cjs +6 -6
- package/dist/apis/sharing.js +1 -1
- package/dist/apis/submission.cjs +6 -6
- package/dist/apis/submission.js +1 -1
- package/dist/apis/target.cjs +6 -6
- package/dist/apis/target.js +1 -1
- package/dist/apis/targeting.cjs +6 -6
- package/dist/apis/targeting.js +1 -1
- package/dist/apis/template-variables.cjs +6 -6
- package/dist/apis/template-variables.js +1 -1
- package/dist/apis/user.cjs +6 -6
- package/dist/apis/user.js +1 -1
- package/dist/apis/validation-rules.cjs +6 -6
- package/dist/apis/validation-rules.js +1 -1
- package/dist/apis/webhooks.cjs +6 -6
- package/dist/apis/webhooks.js +1 -1
- package/dist/apis/workflow-definition.cjs +6 -6
- package/dist/apis/workflow-definition.js +1 -1
- package/dist/apis/workflow.cjs +6 -6
- package/dist/apis/workflow.js +1 -1
- package/dist/{app-SSF545U7.cjs → app-74LECFMK.cjs} +1 -1
- package/dist/{app-34OBBTA4.js → app-GNUHCGPO.js} +1 -1
- package/dist/{app.d--5n0FQQ4.d.cts → app.d-BOR23dso.d.cts} +104 -4
- package/dist/{app.d--5n0FQQ4.d.ts → app.d-BOR23dso.d.ts} +104 -4
- package/dist/bin/cli.js +1 -1
- package/dist/{chunk-SCMAZ73K.js → chunk-IVLR4CQF.js} +26 -17
- package/dist/chunk-JOUTFBLN.js +14 -0
- package/dist/chunk-LAWKCWVU.cjs +14 -0
- package/dist/{chunk-ZSONBZIF.cjs → chunk-MOLFG5L4.cjs} +1 -1
- package/dist/chunk-P4NA7NWG.js +14 -0
- package/dist/{chunk-R7XDTILZ.cjs → chunk-SOPJ42HW.cjs} +26 -17
- package/dist/chunk-WHXYES2D.cjs +14 -0
- package/dist/{chunk-RW5JOHG7.js → chunk-WIQXF7DD.js} +1 -1
- package/dist/{chunk-ONOGGR6Q.js → chunk-WW6DVKJR.js} +1 -1
- package/dist/{chunk-M2SSGV7K.cjs → chunk-ZOQUGWQL.cjs} +1 -1
- package/dist/configuration-hub-E7S4JB2T.js +7 -0
- package/dist/configuration-hub-Q5JBYB52.cjs +7 -0
- package/dist/{configuration-hub-runtime-L6IOERSP.js → configuration-hub-runtime-CXME7TCX.js} +1 -1
- package/dist/{configuration-hub-runtime-I5Y67CXD.cjs → configuration-hub-runtime-QVLJKEZD.cjs} +2 -2
- package/dist/configuration-hub.d-CbSJDa7k.d.cts +1096 -0
- package/dist/configuration-hub.d-CbSJDa7k.d.ts +1096 -0
- package/dist/customer-portal-IBM3K2EZ.cjs +7 -0
- package/dist/customer-portal-XPYKMIIA.js +7 -0
- package/dist/{customer-portal.d-C7ZCbjiY.d.cts → customer-portal.d-CTTCBAZI.d.cts} +217 -61
- package/dist/{customer-portal.d-C7ZCbjiY.d.ts → customer-portal.d-CTTCBAZI.d.ts} +217 -61
- package/dist/design-DUFBH5ZB.js +7 -0
- package/dist/design-W3D3UPGB.cjs +7 -0
- package/dist/design-runtime-3RHYNHUV.cjs +5 -0
- package/dist/{design-runtime-QMJM4FAF.js → design-runtime-DLMA4EHQ.js} +1 -1
- package/dist/{design.d-BRre8iLg.d.cts → design.d-DzSDu8cy.d.cts} +41 -3
- package/dist/{design.d-BRre8iLg.d.ts → design.d-DzSDu8cy.d.ts} +41 -3
- package/dist/index.cjs +16 -16
- package/dist/index.d.cts +7 -7
- package/dist/index.d.ts +7 -7
- package/dist/index.js +5 -5
- package/dist/journey-4DIIPRU4.js +7 -0
- package/dist/journey-ATC3Y5AW.cjs +7 -0
- package/dist/{journey-runtime-SPBL3F32.cjs → journey-runtime-G2O5C3N2.cjs} +2 -2
- package/dist/{journey-runtime-YXIAOTMD.js → journey-runtime-RI2LJO5S.js} +1 -1
- package/dist/{journey.d-ClXO0xK8.d.cts → journey.d-BenIUWaO.d.cts} +9 -3
- package/dist/{journey.d-ClXO0xK8.d.ts → journey.d-BenIUWaO.d.ts} +9 -3
- package/dist/{js-yaml-UPZKYVRY.js → js-yaml-DLCVPJ7G.js} +17 -15
- package/dist/notes-6JESMRLW.js +7 -0
- package/dist/notes-SLEUSNP4.cjs +7 -0
- package/dist/{notes-runtime-CVNAVKPP.js → notes-runtime-I4SWR3PZ.js} +1 -1
- package/dist/notes-runtime-YWTRRNH5.cjs +5 -0
- package/dist/{notes.d-BcV_m5fe.d.cts → notes.d-rbcyHfiB.d.cts} +101 -3
- package/dist/{notes.d-BcV_m5fe.d.ts → notes.d-rbcyHfiB.d.ts} +101 -3
- package/dist/pricing-F7HQ6BWC.cjs +7 -0
- package/dist/pricing-YCD4EUGI.js +7 -0
- package/dist/{pricing.d-BHpMU4KU.d.cts → pricing.d-exMaGWm1.d.cts} +140 -280
- package/dist/{pricing.d-BHpMU4KU.d.ts → pricing.d-exMaGWm1.d.ts} +140 -280
- package/docs/app.md +34 -10
- package/docs/configuration-hub.md +660 -0
- package/docs/customer-portal.md +221 -159
- package/docs/design.md +81 -4
- package/docs/journey.md +2 -0
- package/docs/notes.md +47 -1
- package/docs/pricing.md +269 -218
- package/package.json +1 -1
- package/dist/chunk-EIIIKDOJ.cjs +0 -14
- package/dist/chunk-KIWRGUKM.js +0 -14
- package/dist/chunk-MB6NKETA.cjs +0 -14
- package/dist/chunk-VSZEOCIE.js +0 -14
- package/dist/configuration-hub-A3S6ND6R.cjs +0 -7
- package/dist/configuration-hub-PMAW44U5.js +0 -7
- package/dist/configuration-hub.d-Cqaq2F-W.d.cts +0 -478
- package/dist/configuration-hub.d-Cqaq2F-W.d.ts +0 -478
- package/dist/customer-portal-7HYSBH7H.cjs +0 -7
- package/dist/customer-portal-X4LJX6AU.js +0 -7
- package/dist/design-DROLIWS3.js +0 -7
- package/dist/design-XZKOZLTR.cjs +0 -7
- package/dist/design-runtime-OXEXKZVG.cjs +0 -5
- package/dist/journey-KDR5EU3W.js +0 -7
- package/dist/journey-REBN4TGQ.cjs +0 -7
- package/dist/notes-K2IIFCX3.cjs +0 -7
- package/dist/notes-Q7JGS7O3.js +0 -7
- package/dist/notes-runtime-E3YYF74V.cjs +0 -5
- package/dist/pricing-FODHQFCB.cjs +0 -7
- package/dist/pricing-XRIDVZFC.js +0 -7
package/definitions/pricing.json
CHANGED
|
@@ -5432,6 +5432,20 @@
|
|
|
5432
5432
|
}
|
|
5433
5433
|
}
|
|
5434
5434
|
},
|
|
5435
|
+
"ExternalLocationMetadata": {
|
|
5436
|
+
"allOf": [
|
|
5437
|
+
{
|
|
5438
|
+
"$ref": "#/components/schemas/Provider"
|
|
5439
|
+
}
|
|
5440
|
+
],
|
|
5441
|
+
"type": "object",
|
|
5442
|
+
"properties": {
|
|
5443
|
+
"inputs": {
|
|
5444
|
+
"type": "object",
|
|
5445
|
+
"additionalProperties": true
|
|
5446
|
+
}
|
|
5447
|
+
}
|
|
5448
|
+
},
|
|
5435
5449
|
"ExternalPriceMetadata": {
|
|
5436
5450
|
"allOf": [
|
|
5437
5451
|
{
|
|
@@ -6314,13 +6328,140 @@
|
|
|
6314
6328
|
"code": {
|
|
6315
6329
|
"description": "The provider code",
|
|
6316
6330
|
"type": "string"
|
|
6331
|
+
},
|
|
6332
|
+
"type": {
|
|
6333
|
+
"description": "The type of product",
|
|
6334
|
+
"type": "string",
|
|
6335
|
+
"enum": [
|
|
6336
|
+
"gas",
|
|
6337
|
+
"power"
|
|
6338
|
+
]
|
|
6339
|
+
},
|
|
6340
|
+
"additionalData": {
|
|
6341
|
+
"$ref": "#/components/schemas/AdditionalProviderData"
|
|
6342
|
+
},
|
|
6343
|
+
"_meta": {
|
|
6344
|
+
"$ref": "#/components/schemas/SignatureMeta"
|
|
6317
6345
|
}
|
|
6318
6346
|
},
|
|
6319
6347
|
"required": [
|
|
6320
6348
|
"name",
|
|
6321
|
-
"code"
|
|
6349
|
+
"code",
|
|
6350
|
+
"type",
|
|
6351
|
+
"additionalData"
|
|
6352
|
+
]
|
|
6353
|
+
},
|
|
6354
|
+
"AdditionalProviderData": {
|
|
6355
|
+
"description": "Additional data included in the provider entity",
|
|
6356
|
+
"type": "object",
|
|
6357
|
+
"properties": {
|
|
6358
|
+
"gridOperators": {
|
|
6359
|
+
"type": "array",
|
|
6360
|
+
"items": {
|
|
6361
|
+
"allOf": [
|
|
6362
|
+
{
|
|
6363
|
+
"$ref": "#/components/schemas/MarketParticipant"
|
|
6364
|
+
},
|
|
6365
|
+
{
|
|
6366
|
+
"description": "The grid operator"
|
|
6367
|
+
}
|
|
6368
|
+
]
|
|
6369
|
+
}
|
|
6370
|
+
},
|
|
6371
|
+
"defaultSuppliers": {
|
|
6372
|
+
"type": "array",
|
|
6373
|
+
"items": {
|
|
6374
|
+
"allOf": [
|
|
6375
|
+
{
|
|
6376
|
+
"$ref": "#/components/schemas/MarketParticipant"
|
|
6377
|
+
},
|
|
6378
|
+
{
|
|
6379
|
+
"description": "The default supplier"
|
|
6380
|
+
}
|
|
6381
|
+
]
|
|
6382
|
+
}
|
|
6383
|
+
},
|
|
6384
|
+
"marketAreaDetails": {
|
|
6385
|
+
"oneOf": [
|
|
6386
|
+
{
|
|
6387
|
+
"$ref": "#/components/schemas/GasMarketAreaDetails"
|
|
6388
|
+
},
|
|
6389
|
+
{
|
|
6390
|
+
"$ref": "#/components/schemas/PowerMarketAreaDetails"
|
|
6391
|
+
}
|
|
6392
|
+
]
|
|
6393
|
+
}
|
|
6394
|
+
},
|
|
6395
|
+
"required": [
|
|
6396
|
+
"gridOperators",
|
|
6397
|
+
"defaultSuppliers",
|
|
6398
|
+
"marketAreaDetails"
|
|
6322
6399
|
]
|
|
6323
6400
|
},
|
|
6401
|
+
"MarketParticipant": {
|
|
6402
|
+
"description": "Market participant data",
|
|
6403
|
+
"type": "object",
|
|
6404
|
+
"properties": {
|
|
6405
|
+
"name": {
|
|
6406
|
+
"description": "The name of the participant",
|
|
6407
|
+
"type": "string"
|
|
6408
|
+
},
|
|
6409
|
+
"codeNumber": {
|
|
6410
|
+
"description": "The BDEW/DVGW code number of the participant",
|
|
6411
|
+
"type": "string"
|
|
6412
|
+
},
|
|
6413
|
+
"validFrom": {
|
|
6414
|
+
"description": "The date from which this data is valid from",
|
|
6415
|
+
"type": "string",
|
|
6416
|
+
"format": "date"
|
|
6417
|
+
},
|
|
6418
|
+
"validUntil": {
|
|
6419
|
+
"description": "The date until which this data is valid to",
|
|
6420
|
+
"type": "string",
|
|
6421
|
+
"format": "date"
|
|
6422
|
+
}
|
|
6423
|
+
},
|
|
6424
|
+
"required": [
|
|
6425
|
+
"name",
|
|
6426
|
+
"codeNumber"
|
|
6427
|
+
]
|
|
6428
|
+
},
|
|
6429
|
+
"GasMarketAreaDetails": {
|
|
6430
|
+
"description": "Market area details for gas",
|
|
6431
|
+
"type": "object",
|
|
6432
|
+
"properties": {
|
|
6433
|
+
"gasType": {
|
|
6434
|
+
"description": "The type of gas used",
|
|
6435
|
+
"type": "string",
|
|
6436
|
+
"enum": [
|
|
6437
|
+
"L-Gas",
|
|
6438
|
+
"H-Gas"
|
|
6439
|
+
]
|
|
6440
|
+
},
|
|
6441
|
+
"marketArea": {
|
|
6442
|
+
"description": "The name of the market area",
|
|
6443
|
+
"type": "string"
|
|
6444
|
+
},
|
|
6445
|
+
"virtualTradingPoint": {
|
|
6446
|
+
"description": "The vritual trading point identifier",
|
|
6447
|
+
"type": "string"
|
|
6448
|
+
}
|
|
6449
|
+
}
|
|
6450
|
+
},
|
|
6451
|
+
"PowerMarketAreaDetails": {
|
|
6452
|
+
"description": "Market area details for power",
|
|
6453
|
+
"type": "object",
|
|
6454
|
+
"properties": {
|
|
6455
|
+
"controlZone": {
|
|
6456
|
+
"description": "The EIC of the control zone",
|
|
6457
|
+
"type": "string"
|
|
6458
|
+
},
|
|
6459
|
+
"balancingZone": {
|
|
6460
|
+
"description": "The EIC of the balancing zone",
|
|
6461
|
+
"type": "string"
|
|
6462
|
+
}
|
|
6463
|
+
}
|
|
6464
|
+
},
|
|
6324
6465
|
"Street": {
|
|
6325
6466
|
"description": "The street entity",
|
|
6326
6467
|
"type": "object",
|
|
@@ -6581,6 +6722,9 @@
|
|
|
6581
6722
|
"external_fees_metadata": {
|
|
6582
6723
|
"$ref": "#/components/schemas/ExternalFeeMetadata"
|
|
6583
6724
|
},
|
|
6725
|
+
"external_location_metadata": {
|
|
6726
|
+
"$ref": "#/components/schemas/ExternalLocationMetadata"
|
|
6727
|
+
},
|
|
6584
6728
|
"external_price_metadata": {
|
|
6585
6729
|
"$ref": "#/components/schemas/ExternalPriceMetadata"
|
|
6586
6730
|
},
|
|
@@ -7679,7 +7823,7 @@
|
|
|
7679
7823
|
},
|
|
7680
7824
|
"cashbacks": {
|
|
7681
7825
|
"type": "array",
|
|
7682
|
-
"description": "The list of
|
|
7826
|
+
"description": "The list of cashbacks applied.",
|
|
7683
7827
|
"items": {
|
|
7684
7828
|
"oneOf": [
|
|
7685
7829
|
{
|
|
@@ -9107,416 +9251,17 @@
|
|
|
9107
9251
|
},
|
|
9108
9252
|
"PortalContext": {
|
|
9109
9253
|
"type": "object",
|
|
9110
|
-
"additionalProperties":
|
|
9254
|
+
"additionalProperties": true,
|
|
9111
9255
|
"properties": {
|
|
9112
9256
|
"contract": {
|
|
9113
9257
|
"type": "object",
|
|
9114
9258
|
"description": "The contract information.",
|
|
9115
|
-
"
|
|
9116
|
-
"_id": {
|
|
9117
|
-
"type": "string",
|
|
9118
|
-
"description": "The unique identifier of the contract."
|
|
9119
|
-
},
|
|
9120
|
-
"contract_name": {
|
|
9121
|
-
"type": "string",
|
|
9122
|
-
"description": "Contract Name"
|
|
9123
|
-
},
|
|
9124
|
-
"contract_number": {
|
|
9125
|
-
"type": "string",
|
|
9126
|
-
"description": "Contract Number"
|
|
9127
|
-
},
|
|
9128
|
-
"assignee": {
|
|
9129
|
-
"type": "string",
|
|
9130
|
-
"description": "Assignee user ID"
|
|
9131
|
-
},
|
|
9132
|
-
"status": {
|
|
9133
|
-
"type": "string",
|
|
9134
|
-
"description": "Contract status",
|
|
9135
|
-
"enum": [
|
|
9136
|
-
"draft",
|
|
9137
|
-
"in_approval_process",
|
|
9138
|
-
"approved",
|
|
9139
|
-
"active",
|
|
9140
|
-
"deactivated",
|
|
9141
|
-
"revoked",
|
|
9142
|
-
"terminated",
|
|
9143
|
-
"expired"
|
|
9144
|
-
]
|
|
9145
|
-
},
|
|
9146
|
-
"description": {
|
|
9147
|
-
"type": "string",
|
|
9148
|
-
"description": "Description of the contract"
|
|
9149
|
-
},
|
|
9150
|
-
"billing_account": {
|
|
9151
|
-
"type": "object",
|
|
9152
|
-
"description": "Billing Account relation"
|
|
9153
|
-
},
|
|
9154
|
-
"account_number": {
|
|
9155
|
-
"type": "string",
|
|
9156
|
-
"description": "Account Number"
|
|
9157
|
-
},
|
|
9158
|
-
"branch": {
|
|
9159
|
-
"type": "string",
|
|
9160
|
-
"description": "Branch/commodity type (e.g. power, gas, water, waste_water, district_heating, or any custom value)"
|
|
9161
|
-
},
|
|
9162
|
-
"move_in_date": {
|
|
9163
|
-
"type": "string",
|
|
9164
|
-
"format": "date",
|
|
9165
|
-
"description": "Move In Date"
|
|
9166
|
-
},
|
|
9167
|
-
"move_out_date": {
|
|
9168
|
-
"type": "string",
|
|
9169
|
-
"format": "date",
|
|
9170
|
-
"description": "Move Out Date"
|
|
9171
|
-
},
|
|
9172
|
-
"billing_address": {
|
|
9173
|
-
"description": "Billing Address",
|
|
9174
|
-
"type": "object"
|
|
9175
|
-
},
|
|
9176
|
-
"delivery_address": {
|
|
9177
|
-
"description": "Delivery Address",
|
|
9178
|
-
"type": "array",
|
|
9179
|
-
"items": {
|
|
9180
|
-
"type": "object"
|
|
9181
|
-
}
|
|
9182
|
-
},
|
|
9183
|
-
"additional_addresses": {
|
|
9184
|
-
"type": "array",
|
|
9185
|
-
"description": "Additional Addresses",
|
|
9186
|
-
"items": {
|
|
9187
|
-
"type": "object"
|
|
9188
|
-
}
|
|
9189
|
-
},
|
|
9190
|
-
"termination_date": {
|
|
9191
|
-
"type": "string",
|
|
9192
|
-
"format": "date",
|
|
9193
|
-
"description": "Date of Termination"
|
|
9194
|
-
},
|
|
9195
|
-
"termination_reason": {
|
|
9196
|
-
"type": "string",
|
|
9197
|
-
"description": "Reason For Termination"
|
|
9198
|
-
},
|
|
9199
|
-
"start_date": {
|
|
9200
|
-
"type": "string",
|
|
9201
|
-
"format": "date",
|
|
9202
|
-
"description": "Start Date"
|
|
9203
|
-
},
|
|
9204
|
-
"end_date": {
|
|
9205
|
-
"type": "string",
|
|
9206
|
-
"format": "date",
|
|
9207
|
-
"description": "End Date"
|
|
9208
|
-
},
|
|
9209
|
-
"customer": {
|
|
9210
|
-
"type": "object",
|
|
9211
|
-
"description": "Customer relation (contact or account)"
|
|
9212
|
-
},
|
|
9213
|
-
"order": {
|
|
9214
|
-
"type": "string",
|
|
9215
|
-
"description": "Order relation ID"
|
|
9216
|
-
},
|
|
9217
|
-
"type": {
|
|
9218
|
-
"type": "string",
|
|
9219
|
-
"description": "Contract type",
|
|
9220
|
-
"enum": [
|
|
9221
|
-
"one_time",
|
|
9222
|
-
"recurring"
|
|
9223
|
-
]
|
|
9224
|
-
},
|
|
9225
|
-
"billing_period": {
|
|
9226
|
-
"type": "string",
|
|
9227
|
-
"description": "Billing Period",
|
|
9228
|
-
"enum": [
|
|
9229
|
-
"weekly",
|
|
9230
|
-
"monthly",
|
|
9231
|
-
"every_quarter",
|
|
9232
|
-
"every_6_months",
|
|
9233
|
-
"yearly"
|
|
9234
|
-
]
|
|
9235
|
-
},
|
|
9236
|
-
"billing_duration_amount": {
|
|
9237
|
-
"type": "number",
|
|
9238
|
-
"description": "Billing Duration amount",
|
|
9239
|
-
"minimum": 0
|
|
9240
|
-
},
|
|
9241
|
-
"billing_duration_unit": {
|
|
9242
|
-
"type": "string",
|
|
9243
|
-
"description": "Billing Duration Unit",
|
|
9244
|
-
"enum": [
|
|
9245
|
-
"weeks",
|
|
9246
|
-
"months",
|
|
9247
|
-
"years"
|
|
9248
|
-
]
|
|
9249
|
-
},
|
|
9250
|
-
"notice_time_amount": {
|
|
9251
|
-
"type": "number",
|
|
9252
|
-
"description": "Notice Time amount",
|
|
9253
|
-
"minimum": 0
|
|
9254
|
-
},
|
|
9255
|
-
"notice_time_unit": {
|
|
9256
|
-
"type": "string",
|
|
9257
|
-
"description": "Notice Time Unit",
|
|
9258
|
-
"enum": [
|
|
9259
|
-
"weeks",
|
|
9260
|
-
"months",
|
|
9261
|
-
"years"
|
|
9262
|
-
]
|
|
9263
|
-
},
|
|
9264
|
-
"termination_time_amount": {
|
|
9265
|
-
"type": "number",
|
|
9266
|
-
"description": "Termination Time amount",
|
|
9267
|
-
"minimum": 0
|
|
9268
|
-
},
|
|
9269
|
-
"termination_time_unit": {
|
|
9270
|
-
"type": "string",
|
|
9271
|
-
"description": "Termination Time Unit",
|
|
9272
|
-
"enum": [
|
|
9273
|
-
"weeks",
|
|
9274
|
-
"months",
|
|
9275
|
-
"years"
|
|
9276
|
-
]
|
|
9277
|
-
},
|
|
9278
|
-
"renewal_duration_amount": {
|
|
9279
|
-
"type": "number",
|
|
9280
|
-
"description": "Renewal Duration amount",
|
|
9281
|
-
"minimum": 0
|
|
9282
|
-
},
|
|
9283
|
-
"renewal_duration_unit": {
|
|
9284
|
-
"type": "string",
|
|
9285
|
-
"description": "Renewal Duration Unit",
|
|
9286
|
-
"enum": [
|
|
9287
|
-
"weeks",
|
|
9288
|
-
"months",
|
|
9289
|
-
"years"
|
|
9290
|
-
]
|
|
9291
|
-
},
|
|
9292
|
-
"billing_due_day": {
|
|
9293
|
-
"type": "number",
|
|
9294
|
-
"description": "Billing Due Day"
|
|
9295
|
-
},
|
|
9296
|
-
"installment_amount": {
|
|
9297
|
-
"type": "number"
|
|
9298
|
-
},
|
|
9299
|
-
"balance": {
|
|
9300
|
-
"type": "number",
|
|
9301
|
-
"description": "Balance"
|
|
9302
|
-
},
|
|
9303
|
-
"meters": {
|
|
9304
|
-
"type": "array",
|
|
9305
|
-
"description": "Meters relation",
|
|
9306
|
-
"items": {
|
|
9307
|
-
"type": "string"
|
|
9308
|
-
}
|
|
9309
|
-
},
|
|
9310
|
-
"payment": {
|
|
9311
|
-
"type": "object",
|
|
9312
|
-
"description": "Payment Details relation"
|
|
9313
|
-
},
|
|
9314
|
-
"last_sync_at": {
|
|
9315
|
-
"type": "string",
|
|
9316
|
-
"format": "date",
|
|
9317
|
-
"description": "Last Sync At"
|
|
9318
|
-
},
|
|
9319
|
-
"external_id": {
|
|
9320
|
-
"type": "string",
|
|
9321
|
-
"description": "External ID",
|
|
9322
|
-
"readOnly": true
|
|
9323
|
-
}
|
|
9324
|
-
}
|
|
9259
|
+
"additionalProperties": true
|
|
9325
9260
|
},
|
|
9326
9261
|
"contact": {
|
|
9327
9262
|
"type": "object",
|
|
9328
9263
|
"description": "The contact information.",
|
|
9329
|
-
"
|
|
9330
|
-
"_id": {
|
|
9331
|
-
"type": "string",
|
|
9332
|
-
"description": "The unique identifier of the contact."
|
|
9333
|
-
},
|
|
9334
|
-
"salutation": {
|
|
9335
|
-
"type": "string",
|
|
9336
|
-
"description": "Salutation",
|
|
9337
|
-
"enum": [
|
|
9338
|
-
"Mr.",
|
|
9339
|
-
"Ms. / Mrs.",
|
|
9340
|
-
"Company",
|
|
9341
|
-
"Contact Person",
|
|
9342
|
-
"Company/Contact Person",
|
|
9343
|
-
"Spouse",
|
|
9344
|
-
"Family",
|
|
9345
|
-
"Ownership",
|
|
9346
|
-
"Assembly",
|
|
9347
|
-
"Other"
|
|
9348
|
-
]
|
|
9349
|
-
},
|
|
9350
|
-
"title": {
|
|
9351
|
-
"type": "string",
|
|
9352
|
-
"description": "Title",
|
|
9353
|
-
"enum": [
|
|
9354
|
-
"Dr.",
|
|
9355
|
-
"Prof.",
|
|
9356
|
-
"Prof. Dr."
|
|
9357
|
-
]
|
|
9358
|
-
},
|
|
9359
|
-
"first_name": {
|
|
9360
|
-
"type": "string",
|
|
9361
|
-
"description": "First Name"
|
|
9362
|
-
},
|
|
9363
|
-
"last_name": {
|
|
9364
|
-
"type": "string",
|
|
9365
|
-
"description": "Last Name"
|
|
9366
|
-
},
|
|
9367
|
-
"customer_number": {
|
|
9368
|
-
"type": "string",
|
|
9369
|
-
"description": "Customer Number"
|
|
9370
|
-
},
|
|
9371
|
-
"birthdate": {
|
|
9372
|
-
"type": "string",
|
|
9373
|
-
"format": "date",
|
|
9374
|
-
"description": "Date of Birth"
|
|
9375
|
-
},
|
|
9376
|
-
"email": {
|
|
9377
|
-
"type": "array",
|
|
9378
|
-
"description": "Email addresses",
|
|
9379
|
-
"items": {
|
|
9380
|
-
"type": "object",
|
|
9381
|
-
"properties": {
|
|
9382
|
-
"email": {
|
|
9383
|
-
"type": "string",
|
|
9384
|
-
"format": "email"
|
|
9385
|
-
},
|
|
9386
|
-
"_primary": {
|
|
9387
|
-
"type": "boolean"
|
|
9388
|
-
}
|
|
9389
|
-
}
|
|
9390
|
-
}
|
|
9391
|
-
},
|
|
9392
|
-
"phone": {
|
|
9393
|
-
"type": "array",
|
|
9394
|
-
"description": "Phone numbers",
|
|
9395
|
-
"items": {
|
|
9396
|
-
"type": "object",
|
|
9397
|
-
"properties": {
|
|
9398
|
-
"phone": {
|
|
9399
|
-
"type": "string"
|
|
9400
|
-
},
|
|
9401
|
-
"_primary": {
|
|
9402
|
-
"type": "boolean"
|
|
9403
|
-
}
|
|
9404
|
-
}
|
|
9405
|
-
}
|
|
9406
|
-
},
|
|
9407
|
-
"communication_preference": {
|
|
9408
|
-
"type": "string",
|
|
9409
|
-
"description": "Standard communication method",
|
|
9410
|
-
"enum": [
|
|
9411
|
-
"postal",
|
|
9412
|
-
"portal"
|
|
9413
|
-
]
|
|
9414
|
-
},
|
|
9415
|
-
"address": {
|
|
9416
|
-
"type": "array",
|
|
9417
|
-
"description": "Addresses",
|
|
9418
|
-
"items": {
|
|
9419
|
-
"type": "object",
|
|
9420
|
-
"properties": {
|
|
9421
|
-
"_primary": {
|
|
9422
|
-
"type": "boolean"
|
|
9423
|
-
},
|
|
9424
|
-
"postal_code": {
|
|
9425
|
-
"type": "string"
|
|
9426
|
-
},
|
|
9427
|
-
"city": {
|
|
9428
|
-
"type": "string"
|
|
9429
|
-
},
|
|
9430
|
-
"street": {
|
|
9431
|
-
"type": "string"
|
|
9432
|
-
},
|
|
9433
|
-
"street_number": {
|
|
9434
|
-
"type": "string"
|
|
9435
|
-
},
|
|
9436
|
-
"country": {
|
|
9437
|
-
"type": "string"
|
|
9438
|
-
}
|
|
9439
|
-
}
|
|
9440
|
-
}
|
|
9441
|
-
},
|
|
9442
|
-
"payment": {
|
|
9443
|
-
"type": "array",
|
|
9444
|
-
"description": "Payment methods",
|
|
9445
|
-
"items": {
|
|
9446
|
-
"type": "object",
|
|
9447
|
-
"properties": {
|
|
9448
|
-
"_primary": {
|
|
9449
|
-
"type": "boolean"
|
|
9450
|
-
}
|
|
9451
|
-
}
|
|
9452
|
-
}
|
|
9453
|
-
},
|
|
9454
|
-
"account": {
|
|
9455
|
-
"type": "array",
|
|
9456
|
-
"description": "Account relations",
|
|
9457
|
-
"items": {
|
|
9458
|
-
"type": "string"
|
|
9459
|
-
}
|
|
9460
|
-
},
|
|
9461
|
-
"marketing_permission": {
|
|
9462
|
-
"type": "boolean",
|
|
9463
|
-
"description": "Marketing Permission (deprecated)",
|
|
9464
|
-
"deprecated": true
|
|
9465
|
-
},
|
|
9466
|
-
"contact_owner": {
|
|
9467
|
-
"type": "string",
|
|
9468
|
-
"description": "Contact Owner user ID"
|
|
9469
|
-
},
|
|
9470
|
-
"consent_email_marketing": {
|
|
9471
|
-
"type": "object",
|
|
9472
|
-
"description": "Email Marketing consent"
|
|
9473
|
-
},
|
|
9474
|
-
"consent_sms_marketing": {
|
|
9475
|
-
"type": "object",
|
|
9476
|
-
"description": "SMS Marketing consent"
|
|
9477
|
-
},
|
|
9478
|
-
"consent_phone_call": {
|
|
9479
|
-
"type": "object",
|
|
9480
|
-
"description": "Direct Phone Marketing consent"
|
|
9481
|
-
},
|
|
9482
|
-
"consent_print_marketing": {
|
|
9483
|
-
"type": "object",
|
|
9484
|
-
"description": "Print Marketing consent"
|
|
9485
|
-
},
|
|
9486
|
-
"portal_users": {
|
|
9487
|
-
"type": "array",
|
|
9488
|
-
"description": "Portal Users relation",
|
|
9489
|
-
"items": {
|
|
9490
|
-
"type": "string"
|
|
9491
|
-
}
|
|
9492
|
-
},
|
|
9493
|
-
"opportunities": {
|
|
9494
|
-
"type": "array",
|
|
9495
|
-
"description": "Opportunities relation",
|
|
9496
|
-
"items": {
|
|
9497
|
-
"type": "string"
|
|
9498
|
-
}
|
|
9499
|
-
},
|
|
9500
|
-
"orders": {
|
|
9501
|
-
"type": "array",
|
|
9502
|
-
"description": "Orders relation",
|
|
9503
|
-
"items": {
|
|
9504
|
-
"type": "string"
|
|
9505
|
-
}
|
|
9506
|
-
},
|
|
9507
|
-
"contracts": {
|
|
9508
|
-
"type": "array",
|
|
9509
|
-
"description": "Contracts relation",
|
|
9510
|
-
"items": {
|
|
9511
|
-
"type": "string"
|
|
9512
|
-
}
|
|
9513
|
-
},
|
|
9514
|
-
"external_id": {
|
|
9515
|
-
"type": "string",
|
|
9516
|
-
"description": "External ID",
|
|
9517
|
-
"readOnly": true
|
|
9518
|
-
}
|
|
9519
|
-
}
|
|
9264
|
+
"additionalProperties": true
|
|
9520
9265
|
},
|
|
9521
9266
|
"availability_address": {
|
|
9522
9267
|
"type": "object",
|
|
@@ -6,25 +6,25 @@ var _chunkOXJOO2YFcjs = require('../chunk-OXJOO2YF.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkSOPJ42HWcjs = require('../chunk-SOPJ42HW.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/access-token.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkOXJOO2YFcjs.require_access_token_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkSOPJ42HWcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkSOPJ42HWcjs.createApiClient.call(void 0, { definition: def, apiName: "accessToken" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkSOPJ42HWcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkSOPJ42HWcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "accessToken" }),
|
|
28
28
|
apiName: "accessToken"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var accessToken = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.accessToken = accessToken; exports.authorize =
|
|
38
|
+
exports.accessToken = accessToken; exports.authorize = _chunkSOPJ42HWcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|
|
@@ -6,25 +6,25 @@ var _chunkLKRBFBFNcjs = require('../chunk-LKRBFBFN.cjs');
|
|
|
6
6
|
|
|
7
7
|
|
|
8
8
|
|
|
9
|
-
var
|
|
9
|
+
var _chunkSOPJ42HWcjs = require('../chunk-SOPJ42HW.cjs');
|
|
10
10
|
require('../chunk-NJK5F5TF.cjs');
|
|
11
11
|
|
|
12
12
|
// src/apis/address-suggestions.ts
|
|
13
13
|
var loadDefinition = () => {
|
|
14
14
|
const mod = _chunkLKRBFBFNcjs.require_address_suggestions_runtime.call(void 0, );
|
|
15
|
-
return
|
|
15
|
+
return _chunkSOPJ42HWcjs.expand.call(void 0, _nullishCoalesce(mod.default, () => ( mod)));
|
|
16
16
|
};
|
|
17
17
|
var _instance = null;
|
|
18
18
|
var resolve = () => {
|
|
19
19
|
if (!_instance) {
|
|
20
20
|
const def = loadDefinition();
|
|
21
|
-
_instance =
|
|
21
|
+
_instance = _chunkSOPJ42HWcjs.createApiClient.call(void 0, { definition: def, apiName: "addressSuggestions" });
|
|
22
22
|
}
|
|
23
23
|
return _instance;
|
|
24
24
|
};
|
|
25
|
-
var _handle =
|
|
25
|
+
var _handle = _chunkSOPJ42HWcjs.createApiHandle.call(void 0, {
|
|
26
26
|
resolveClient: resolve,
|
|
27
|
-
createClient: () =>
|
|
27
|
+
createClient: () => _chunkSOPJ42HWcjs.createApiClient.call(void 0, { definition: loadDefinition(), apiName: "addressSuggestions" }),
|
|
28
28
|
apiName: "addressSuggestions"
|
|
29
29
|
});
|
|
30
30
|
var getClient = _handle.getClient;
|
|
@@ -35,4 +35,4 @@ var addressSuggestions = _handle;
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
-
exports.addressSuggestions = addressSuggestions; exports.authorize =
|
|
38
|
+
exports.addressSuggestions = addressSuggestions; exports.authorize = _chunkSOPJ42HWcjs.authorize; exports.createClient = createClient; exports.getClient = getClient;
|