@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
|
@@ -5,6 +5,48 @@ import { OpenAPIClient, Parameters, UnknownParamsObject, AxiosRequestConfig, Ope
|
|
|
5
5
|
|
|
6
6
|
declare namespace Components {
|
|
7
7
|
namespace Schemas {
|
|
8
|
+
/**
|
|
9
|
+
* Additional data included in the provider entity
|
|
10
|
+
*/
|
|
11
|
+
export interface AdditionalProviderData {
|
|
12
|
+
gridOperators: {
|
|
13
|
+
/**
|
|
14
|
+
* The name of the participant
|
|
15
|
+
*/
|
|
16
|
+
name: string;
|
|
17
|
+
/**
|
|
18
|
+
* The BDEW/DVGW code number of the participant
|
|
19
|
+
*/
|
|
20
|
+
codeNumber: string;
|
|
21
|
+
/**
|
|
22
|
+
* The date from which this data is valid from
|
|
23
|
+
*/
|
|
24
|
+
validFrom?: string; // date
|
|
25
|
+
/**
|
|
26
|
+
* The date until which this data is valid to
|
|
27
|
+
*/
|
|
28
|
+
validUntil?: string; // date
|
|
29
|
+
}[];
|
|
30
|
+
defaultSuppliers: {
|
|
31
|
+
/**
|
|
32
|
+
* The name of the participant
|
|
33
|
+
*/
|
|
34
|
+
name: string;
|
|
35
|
+
/**
|
|
36
|
+
* The BDEW/DVGW code number of the participant
|
|
37
|
+
*/
|
|
38
|
+
codeNumber: string;
|
|
39
|
+
/**
|
|
40
|
+
* The date from which this data is valid from
|
|
41
|
+
*/
|
|
42
|
+
validFrom?: string; // date
|
|
43
|
+
/**
|
|
44
|
+
* The date until which this data is valid to
|
|
45
|
+
*/
|
|
46
|
+
validUntil?: string; // date
|
|
47
|
+
}[];
|
|
48
|
+
marketAreaDetails: /* Market area details for gas */ GasMarketAreaDetails | /* Market area details for power */ PowerMarketAreaDetails;
|
|
49
|
+
}
|
|
8
50
|
export interface Address {
|
|
9
51
|
[name: string]: any;
|
|
10
52
|
/**
|
|
@@ -1448,6 +1490,7 @@ declare namespace Components {
|
|
|
1448
1490
|
*/
|
|
1449
1491
|
ExternalFeeMappings;
|
|
1450
1492
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
1493
|
+
external_location_metadata?: /* The provider entity */ ExternalLocationMetadata;
|
|
1451
1494
|
external_price_metadata?: ExternalPriceMetadata;
|
|
1452
1495
|
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
1453
1496
|
/**
|
|
@@ -1556,9 +1599,13 @@ declare namespace Components {
|
|
|
1556
1599
|
};
|
|
1557
1600
|
}
|
|
1558
1601
|
/**
|
|
1559
|
-
*
|
|
1602
|
+
* A detail associated with a specific cashback.
|
|
1560
1603
|
*/
|
|
1561
1604
|
export interface CashbackAmount {
|
|
1605
|
+
/**
|
|
1606
|
+
* The name of the cashback.
|
|
1607
|
+
*/
|
|
1608
|
+
cashback_name?: string;
|
|
1562
1609
|
cashback_period: /* The cashback period, for now it's limited to either 0 months or 12 months */ CashbackPeriod;
|
|
1563
1610
|
/**
|
|
1564
1611
|
* The sum of all cashbacks for a specific cashback period
|
|
@@ -3689,6 +3736,7 @@ declare namespace Components {
|
|
|
3689
3736
|
*/
|
|
3690
3737
|
ExternalFeeMappings;
|
|
3691
3738
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
3739
|
+
external_location_metadata?: /* The provider entity */ ExternalLocationMetadata;
|
|
3692
3740
|
external_price_metadata?: ExternalPriceMetadata;
|
|
3693
3741
|
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
3694
3742
|
/**
|
|
@@ -4838,6 +4886,28 @@ declare namespace Components {
|
|
|
4838
4886
|
[name: string]: any;
|
|
4839
4887
|
};
|
|
4840
4888
|
}
|
|
4889
|
+
/**
|
|
4890
|
+
* The provider entity
|
|
4891
|
+
*/
|
|
4892
|
+
export interface ExternalLocationMetadata {
|
|
4893
|
+
/**
|
|
4894
|
+
* The provider name
|
|
4895
|
+
*/
|
|
4896
|
+
name: string;
|
|
4897
|
+
/**
|
|
4898
|
+
* The provider code
|
|
4899
|
+
*/
|
|
4900
|
+
code: string;
|
|
4901
|
+
/**
|
|
4902
|
+
* The type of product
|
|
4903
|
+
*/
|
|
4904
|
+
type: "gas" | "power";
|
|
4905
|
+
additionalData: /* Additional data included in the provider entity */ AdditionalProviderData;
|
|
4906
|
+
_meta?: /* Signature meta data payload */ SignatureMeta;
|
|
4907
|
+
inputs?: {
|
|
4908
|
+
[name: string]: any;
|
|
4909
|
+
};
|
|
4910
|
+
}
|
|
4841
4911
|
export interface ExternalPriceMetadata {
|
|
4842
4912
|
market: /* The market for a spot market price. */ SpotMarketType;
|
|
4843
4913
|
bidding_zone: /* The bidding zone for a spot market price. */ SpotMarketBiddingZone;
|
|
@@ -4870,6 +4940,23 @@ declare namespace Components {
|
|
|
4870
4940
|
* The concession type for gas
|
|
4871
4941
|
*/
|
|
4872
4942
|
export type GasConcessionType = "standard" | "special";
|
|
4943
|
+
/**
|
|
4944
|
+
* Market area details for gas
|
|
4945
|
+
*/
|
|
4946
|
+
export interface GasMarketAreaDetails {
|
|
4947
|
+
/**
|
|
4948
|
+
* The type of gas used
|
|
4949
|
+
*/
|
|
4950
|
+
gasType?: "L-Gas" | "H-Gas";
|
|
4951
|
+
/**
|
|
4952
|
+
* The name of the market area
|
|
4953
|
+
*/
|
|
4954
|
+
marketArea?: string;
|
|
4955
|
+
/**
|
|
4956
|
+
* The vritual trading point identifier
|
|
4957
|
+
*/
|
|
4958
|
+
virtualTradingPoint?: string;
|
|
4959
|
+
}
|
|
4873
4960
|
/**
|
|
4874
4961
|
* A market price at a given point in time.
|
|
4875
4962
|
*/
|
|
@@ -5214,6 +5301,27 @@ declare namespace Components {
|
|
|
5214
5301
|
};
|
|
5215
5302
|
}[];
|
|
5216
5303
|
}
|
|
5304
|
+
/**
|
|
5305
|
+
* Market participant data
|
|
5306
|
+
*/
|
|
5307
|
+
export interface MarketParticipant {
|
|
5308
|
+
/**
|
|
5309
|
+
* The name of the participant
|
|
5310
|
+
*/
|
|
5311
|
+
name: string;
|
|
5312
|
+
/**
|
|
5313
|
+
* The BDEW/DVGW code number of the participant
|
|
5314
|
+
*/
|
|
5315
|
+
codeNumber: string;
|
|
5316
|
+
/**
|
|
5317
|
+
* The date from which this data is valid from
|
|
5318
|
+
*/
|
|
5319
|
+
validFrom?: string; // date
|
|
5320
|
+
/**
|
|
5321
|
+
* The date until which this data is valid to
|
|
5322
|
+
*/
|
|
5323
|
+
validUntil?: string; // date
|
|
5324
|
+
}
|
|
5217
5325
|
/**
|
|
5218
5326
|
* Describes how to compute the markup per period. Either `per_unit`, `tiered_volume` or `tiered_flatfee`.
|
|
5219
5327
|
* - `per_unit` indicates that the fixed amount (specified in unit_amount or unit_amount_decimal) will be charged per unit in quantity
|
|
@@ -6572,291 +6680,18 @@ declare namespace Components {
|
|
|
6572
6680
|
};
|
|
6573
6681
|
}
|
|
6574
6682
|
export interface PortalContext {
|
|
6683
|
+
[name: string]: any;
|
|
6575
6684
|
/**
|
|
6576
6685
|
* The contract information.
|
|
6577
6686
|
*/
|
|
6578
6687
|
contract: {
|
|
6579
|
-
|
|
6580
|
-
* The unique identifier of the contract.
|
|
6581
|
-
*/
|
|
6582
|
-
_id?: string;
|
|
6583
|
-
/**
|
|
6584
|
-
* Contract Name
|
|
6585
|
-
*/
|
|
6586
|
-
contract_name?: string;
|
|
6587
|
-
/**
|
|
6588
|
-
* Contract Number
|
|
6589
|
-
*/
|
|
6590
|
-
contract_number?: string;
|
|
6591
|
-
/**
|
|
6592
|
-
* Assignee user ID
|
|
6593
|
-
*/
|
|
6594
|
-
assignee?: string;
|
|
6595
|
-
/**
|
|
6596
|
-
* Contract status
|
|
6597
|
-
*/
|
|
6598
|
-
status?: "draft" | "in_approval_process" | "approved" | "active" | "deactivated" | "revoked" | "terminated" | "expired";
|
|
6599
|
-
/**
|
|
6600
|
-
* Description of the contract
|
|
6601
|
-
*/
|
|
6602
|
-
description?: string;
|
|
6603
|
-
/**
|
|
6604
|
-
* Billing Account relation
|
|
6605
|
-
*/
|
|
6606
|
-
billing_account?: {
|
|
6607
|
-
[key: string]: any;
|
|
6608
|
-
};
|
|
6609
|
-
/**
|
|
6610
|
-
* Account Number
|
|
6611
|
-
*/
|
|
6612
|
-
account_number?: string;
|
|
6613
|
-
/**
|
|
6614
|
-
* Branch/commodity type (e.g. power, gas, water, waste_water, district_heating, or any custom value)
|
|
6615
|
-
*/
|
|
6616
|
-
branch?: string;
|
|
6617
|
-
/**
|
|
6618
|
-
* Move In Date
|
|
6619
|
-
*/
|
|
6620
|
-
move_in_date?: string; // date
|
|
6621
|
-
/**
|
|
6622
|
-
* Move Out Date
|
|
6623
|
-
*/
|
|
6624
|
-
move_out_date?: string; // date
|
|
6625
|
-
/**
|
|
6626
|
-
* Billing Address
|
|
6627
|
-
*/
|
|
6628
|
-
billing_address?: {
|
|
6629
|
-
[key: string]: any;
|
|
6630
|
-
};
|
|
6631
|
-
/**
|
|
6632
|
-
* Delivery Address
|
|
6633
|
-
*/
|
|
6634
|
-
delivery_address?: {
|
|
6635
|
-
[key: string]: any;
|
|
6636
|
-
}[];
|
|
6637
|
-
/**
|
|
6638
|
-
* Additional Addresses
|
|
6639
|
-
*/
|
|
6640
|
-
additional_addresses?: {
|
|
6641
|
-
[key: string]: any;
|
|
6642
|
-
}[];
|
|
6643
|
-
/**
|
|
6644
|
-
* Date of Termination
|
|
6645
|
-
*/
|
|
6646
|
-
termination_date?: string; // date
|
|
6647
|
-
/**
|
|
6648
|
-
* Reason For Termination
|
|
6649
|
-
*/
|
|
6650
|
-
termination_reason?: string;
|
|
6651
|
-
/**
|
|
6652
|
-
* Start Date
|
|
6653
|
-
*/
|
|
6654
|
-
start_date?: string; // date
|
|
6655
|
-
/**
|
|
6656
|
-
* End Date
|
|
6657
|
-
*/
|
|
6658
|
-
end_date?: string; // date
|
|
6659
|
-
/**
|
|
6660
|
-
* Customer relation (contact or account)
|
|
6661
|
-
*/
|
|
6662
|
-
customer?: {
|
|
6663
|
-
[key: string]: any;
|
|
6664
|
-
};
|
|
6665
|
-
/**
|
|
6666
|
-
* Order relation ID
|
|
6667
|
-
*/
|
|
6668
|
-
order?: string;
|
|
6669
|
-
/**
|
|
6670
|
-
* Contract type
|
|
6671
|
-
*/
|
|
6672
|
-
type?: "one_time" | "recurring";
|
|
6673
|
-
/**
|
|
6674
|
-
* Billing Period
|
|
6675
|
-
*/
|
|
6676
|
-
billing_period?: "weekly" | "monthly" | "every_quarter" | "every_6_months" | "yearly";
|
|
6677
|
-
/**
|
|
6678
|
-
* Billing Duration amount
|
|
6679
|
-
*/
|
|
6680
|
-
billing_duration_amount?: number;
|
|
6681
|
-
/**
|
|
6682
|
-
* Billing Duration Unit
|
|
6683
|
-
*/
|
|
6684
|
-
billing_duration_unit?: "weeks" | "months" | "years";
|
|
6685
|
-
/**
|
|
6686
|
-
* Notice Time amount
|
|
6687
|
-
*/
|
|
6688
|
-
notice_time_amount?: number;
|
|
6689
|
-
/**
|
|
6690
|
-
* Notice Time Unit
|
|
6691
|
-
*/
|
|
6692
|
-
notice_time_unit?: "weeks" | "months" | "years";
|
|
6693
|
-
/**
|
|
6694
|
-
* Termination Time amount
|
|
6695
|
-
*/
|
|
6696
|
-
termination_time_amount?: number;
|
|
6697
|
-
/**
|
|
6698
|
-
* Termination Time Unit
|
|
6699
|
-
*/
|
|
6700
|
-
termination_time_unit?: "weeks" | "months" | "years";
|
|
6701
|
-
/**
|
|
6702
|
-
* Renewal Duration amount
|
|
6703
|
-
*/
|
|
6704
|
-
renewal_duration_amount?: number;
|
|
6705
|
-
/**
|
|
6706
|
-
* Renewal Duration Unit
|
|
6707
|
-
*/
|
|
6708
|
-
renewal_duration_unit?: "weeks" | "months" | "years";
|
|
6709
|
-
/**
|
|
6710
|
-
* Billing Due Day
|
|
6711
|
-
*/
|
|
6712
|
-
billing_due_day?: number;
|
|
6713
|
-
installment_amount?: number;
|
|
6714
|
-
/**
|
|
6715
|
-
* Balance
|
|
6716
|
-
*/
|
|
6717
|
-
balance?: number;
|
|
6718
|
-
/**
|
|
6719
|
-
* Meters relation
|
|
6720
|
-
*/
|
|
6721
|
-
meters?: string[];
|
|
6722
|
-
/**
|
|
6723
|
-
* Payment Details relation
|
|
6724
|
-
*/
|
|
6725
|
-
payment?: {
|
|
6726
|
-
[key: string]: any;
|
|
6727
|
-
};
|
|
6728
|
-
/**
|
|
6729
|
-
* Last Sync At
|
|
6730
|
-
*/
|
|
6731
|
-
last_sync_at?: string; // date
|
|
6732
|
-
/**
|
|
6733
|
-
* External ID
|
|
6734
|
-
*/
|
|
6735
|
-
external_id?: string;
|
|
6688
|
+
[name: string]: any;
|
|
6736
6689
|
};
|
|
6737
6690
|
/**
|
|
6738
6691
|
* The contact information.
|
|
6739
6692
|
*/
|
|
6740
6693
|
contact: {
|
|
6741
|
-
|
|
6742
|
-
* The unique identifier of the contact.
|
|
6743
|
-
*/
|
|
6744
|
-
_id?: string;
|
|
6745
|
-
/**
|
|
6746
|
-
* Salutation
|
|
6747
|
-
*/
|
|
6748
|
-
salutation?: "Mr." | "Ms. / Mrs." | "Company" | "Contact Person" | "Company/Contact Person" | "Spouse" | "Family" | "Ownership" | "Assembly" | "Other";
|
|
6749
|
-
/**
|
|
6750
|
-
* Title
|
|
6751
|
-
*/
|
|
6752
|
-
title?: "Dr." | "Prof." | "Prof. Dr.";
|
|
6753
|
-
/**
|
|
6754
|
-
* First Name
|
|
6755
|
-
*/
|
|
6756
|
-
first_name?: string;
|
|
6757
|
-
/**
|
|
6758
|
-
* Last Name
|
|
6759
|
-
*/
|
|
6760
|
-
last_name?: string;
|
|
6761
|
-
/**
|
|
6762
|
-
* Customer Number
|
|
6763
|
-
*/
|
|
6764
|
-
customer_number?: string;
|
|
6765
|
-
/**
|
|
6766
|
-
* Date of Birth
|
|
6767
|
-
*/
|
|
6768
|
-
birthdate?: string; // date
|
|
6769
|
-
/**
|
|
6770
|
-
* Email addresses
|
|
6771
|
-
*/
|
|
6772
|
-
email?: {
|
|
6773
|
-
email?: string; // email
|
|
6774
|
-
_primary?: boolean;
|
|
6775
|
-
}[];
|
|
6776
|
-
/**
|
|
6777
|
-
* Phone numbers
|
|
6778
|
-
*/
|
|
6779
|
-
phone?: {
|
|
6780
|
-
phone?: string;
|
|
6781
|
-
_primary?: boolean;
|
|
6782
|
-
}[];
|
|
6783
|
-
/**
|
|
6784
|
-
* Standard communication method
|
|
6785
|
-
*/
|
|
6786
|
-
communication_preference?: "postal" | "portal";
|
|
6787
|
-
/**
|
|
6788
|
-
* Addresses
|
|
6789
|
-
*/
|
|
6790
|
-
address?: {
|
|
6791
|
-
_primary?: boolean;
|
|
6792
|
-
postal_code?: string;
|
|
6793
|
-
city?: string;
|
|
6794
|
-
street?: string;
|
|
6795
|
-
street_number?: string;
|
|
6796
|
-
country?: string;
|
|
6797
|
-
}[];
|
|
6798
|
-
/**
|
|
6799
|
-
* Payment methods
|
|
6800
|
-
*/
|
|
6801
|
-
payment?: {
|
|
6802
|
-
_primary?: boolean;
|
|
6803
|
-
}[];
|
|
6804
|
-
/**
|
|
6805
|
-
* Account relations
|
|
6806
|
-
*/
|
|
6807
|
-
account?: string[];
|
|
6808
|
-
/**
|
|
6809
|
-
* Marketing Permission (deprecated)
|
|
6810
|
-
*/
|
|
6811
|
-
marketing_permission?: boolean;
|
|
6812
|
-
/**
|
|
6813
|
-
* Contact Owner user ID
|
|
6814
|
-
*/
|
|
6815
|
-
contact_owner?: string;
|
|
6816
|
-
/**
|
|
6817
|
-
* Email Marketing consent
|
|
6818
|
-
*/
|
|
6819
|
-
consent_email_marketing?: {
|
|
6820
|
-
[key: string]: any;
|
|
6821
|
-
};
|
|
6822
|
-
/**
|
|
6823
|
-
* SMS Marketing consent
|
|
6824
|
-
*/
|
|
6825
|
-
consent_sms_marketing?: {
|
|
6826
|
-
[key: string]: any;
|
|
6827
|
-
};
|
|
6828
|
-
/**
|
|
6829
|
-
* Direct Phone Marketing consent
|
|
6830
|
-
*/
|
|
6831
|
-
consent_phone_call?: {
|
|
6832
|
-
[key: string]: any;
|
|
6833
|
-
};
|
|
6834
|
-
/**
|
|
6835
|
-
* Print Marketing consent
|
|
6836
|
-
*/
|
|
6837
|
-
consent_print_marketing?: {
|
|
6838
|
-
[key: string]: any;
|
|
6839
|
-
};
|
|
6840
|
-
/**
|
|
6841
|
-
* Portal Users relation
|
|
6842
|
-
*/
|
|
6843
|
-
portal_users?: string[];
|
|
6844
|
-
/**
|
|
6845
|
-
* Opportunities relation
|
|
6846
|
-
*/
|
|
6847
|
-
opportunities?: string[];
|
|
6848
|
-
/**
|
|
6849
|
-
* Orders relation
|
|
6850
|
-
*/
|
|
6851
|
-
orders?: string[];
|
|
6852
|
-
/**
|
|
6853
|
-
* Contracts relation
|
|
6854
|
-
*/
|
|
6855
|
-
contracts?: string[];
|
|
6856
|
-
/**
|
|
6857
|
-
* External ID
|
|
6858
|
-
*/
|
|
6859
|
-
external_id?: string;
|
|
6694
|
+
[name: string]: any;
|
|
6860
6695
|
};
|
|
6861
6696
|
/**
|
|
6862
6697
|
* Address to use for product availability checks. Include when the catalog should filter products by serviceable area (e.g. postal code coverage).
|
|
@@ -6907,6 +6742,19 @@ declare namespace Components {
|
|
|
6907
6742
|
journey_target_block?: string;
|
|
6908
6743
|
}[];
|
|
6909
6744
|
}
|
|
6745
|
+
/**
|
|
6746
|
+
* Market area details for power
|
|
6747
|
+
*/
|
|
6748
|
+
export interface PowerMarketAreaDetails {
|
|
6749
|
+
/**
|
|
6750
|
+
* The EIC of the control zone
|
|
6751
|
+
*/
|
|
6752
|
+
controlZone?: string;
|
|
6753
|
+
/**
|
|
6754
|
+
* The EIC of the balancing zone
|
|
6755
|
+
*/
|
|
6756
|
+
balancingZone?: string;
|
|
6757
|
+
}
|
|
6910
6758
|
/**
|
|
6911
6759
|
* The meter type for power
|
|
6912
6760
|
*/
|
|
@@ -8104,6 +7952,7 @@ declare namespace Components {
|
|
|
8104
7952
|
*/
|
|
8105
7953
|
ExternalFeeMappings;
|
|
8106
7954
|
external_fees_metadata?: ExternalFeeMetadata;
|
|
7955
|
+
external_location_metadata?: /* The provider entity */ ExternalLocationMetadata;
|
|
8107
7956
|
external_price_metadata?: ExternalPriceMetadata;
|
|
8108
7957
|
_immutable_pricing_details?: /* The result from the calculation of a set of price items. */ PricingDetails;
|
|
8109
7958
|
/**
|
|
@@ -9402,6 +9251,12 @@ declare namespace Components {
|
|
|
9402
9251
|
* The provider code
|
|
9403
9252
|
*/
|
|
9404
9253
|
code: string;
|
|
9254
|
+
/**
|
|
9255
|
+
* The type of product
|
|
9256
|
+
*/
|
|
9257
|
+
type: "gas" | "power";
|
|
9258
|
+
additionalData: /* Additional data included in the provider entity */ AdditionalProviderData;
|
|
9259
|
+
_meta?: /* Signature meta data payload */ SignatureMeta;
|
|
9405
9260
|
}
|
|
9406
9261
|
/**
|
|
9407
9262
|
* An amount associated with a specific recurrence.
|
|
@@ -9934,9 +9789,9 @@ declare namespace Components {
|
|
|
9934
9789
|
*/
|
|
9935
9790
|
recurrences?: (/* An amount associated with a specific recurrence. */ RecurrenceAmount)[];
|
|
9936
9791
|
/**
|
|
9937
|
-
* The list of
|
|
9792
|
+
* The list of cashbacks applied.
|
|
9938
9793
|
*/
|
|
9939
|
-
cashbacks?: (/*
|
|
9794
|
+
cashbacks?: (/* A detail associated with a specific cashback. */ CashbackAmount)[];
|
|
9940
9795
|
/**
|
|
9941
9796
|
* The aggregated price items recurrences by tax rate
|
|
9942
9797
|
*/
|
|
@@ -12110,6 +11965,7 @@ interface PathsDictionary {
|
|
|
12110
11965
|
type Client = OpenAPIClient<OperationMethods, PathsDictionary>
|
|
12111
11966
|
|
|
12112
11967
|
|
|
11968
|
+
type AdditionalProviderData = Components.Schemas.AdditionalProviderData;
|
|
12113
11969
|
type Address = Components.Schemas.Address;
|
|
12114
11970
|
type Amounts = Components.Schemas.Amounts;
|
|
12115
11971
|
type AvailabilityCheckParams = Components.Schemas.AvailabilityCheckParams;
|
|
@@ -12170,9 +12026,11 @@ type ExternalCatalogRequest = Components.Schemas.ExternalCatalogRequest;
|
|
|
12170
12026
|
type ExternalFeeMapping = Components.Schemas.ExternalFeeMapping;
|
|
12171
12027
|
type ExternalFeeMappings = Components.Schemas.ExternalFeeMappings;
|
|
12172
12028
|
type ExternalFeeMetadata = Components.Schemas.ExternalFeeMetadata;
|
|
12029
|
+
type ExternalLocationMetadata = Components.Schemas.ExternalLocationMetadata;
|
|
12173
12030
|
type ExternalPriceMetadata = Components.Schemas.ExternalPriceMetadata;
|
|
12174
12031
|
type File = Components.Schemas.File;
|
|
12175
12032
|
type GasConcessionType = Components.Schemas.GasConcessionType;
|
|
12033
|
+
type GasMarketAreaDetails = Components.Schemas.GasMarketAreaDetails;
|
|
12176
12034
|
type HistoricMarketPriceRecord = Components.Schemas.HistoricMarketPriceRecord;
|
|
12177
12035
|
type HistoricMarketPricesResult = Components.Schemas.HistoricMarketPricesResult;
|
|
12178
12036
|
type HydratedCompositePrice = Components.Schemas.HydratedCompositePrice;
|
|
@@ -12180,6 +12038,7 @@ type IntegrationAuthCredentials = Components.Schemas.IntegrationAuthCredentials;
|
|
|
12180
12038
|
type IntegrationCredentialsResult = Components.Schemas.IntegrationCredentialsResult;
|
|
12181
12039
|
type IntegrationId = Components.Schemas.IntegrationId;
|
|
12182
12040
|
type JourneyContext = Components.Schemas.JourneyContext;
|
|
12041
|
+
type MarketParticipant = Components.Schemas.MarketParticipant;
|
|
12183
12042
|
type MarkupPricingModel = Components.Schemas.MarkupPricingModel;
|
|
12184
12043
|
type MetaData = Components.Schemas.MetaData;
|
|
12185
12044
|
type NonHydratedCompositePrice = Components.Schemas.NonHydratedCompositePrice;
|
|
@@ -12195,6 +12054,7 @@ type OrderSource = Components.Schemas.OrderSource;
|
|
|
12195
12054
|
type OrderStatus = Components.Schemas.OrderStatus;
|
|
12196
12055
|
type PaymentMethod = Components.Schemas.PaymentMethod;
|
|
12197
12056
|
type PortalContext = Components.Schemas.PortalContext;
|
|
12057
|
+
type PowerMarketAreaDetails = Components.Schemas.PowerMarketAreaDetails;
|
|
12198
12058
|
type PowerMeterType = Components.Schemas.PowerMeterType;
|
|
12199
12059
|
type Price = Components.Schemas.Price;
|
|
12200
12060
|
type PriceAmounts = Components.Schemas.PriceAmounts;
|
|
@@ -12252,4 +12112,4 @@ type TypeGetAg = Components.Schemas.TypeGetAg;
|
|
|
12252
12112
|
type ValidateAvailabilityFileError = Components.Schemas.ValidateAvailabilityFileError;
|
|
12253
12113
|
type ValidateAvailabilityFileResult = Components.Schemas.ValidateAvailabilityFileResult;
|
|
12254
12114
|
|
|
12255
|
-
export { type
|
|
12115
|
+
export { type EntityId as $, type AdditionalProviderData as A, type BaseCompositePrice as B, type Client as C, type CheckoutMode as D, type CompositePrice as E, type CompositePriceItem as F, type CompositePriceItemDto as G, type ComputePriceParams as H, type ComputePriceParamsBase as I, type ComputePriceParamsGas as J, type ComputePriceParamsPower as K, type ComputePriceResult as L, type ComputedBasePrice as M, type ComputedPriceBreakdown as N, type OperationMethods as O, Paths as P, type ComputedPriceComponents as Q, type ConsumptionTypeGetAg as R, type Coupon as S, type CouponItem as T, type CouponWithoutPromoCodes as U, type Currency as V, type CustomContext as W, type Customer as X, type DiscountAmounts as Y, type DynamicTariffInterval as Z, type DynamicTariffMode as _, Components as a, type ProductRecommendationResponse as a$, type EntityItem as a0, type EntityRelation as a1, type Error as a2, type ExternalCatalogConfigurationRequest as a3, type ExternalCatalogCustomRequest as a4, type ExternalCatalogItem as a5, type ExternalCatalogJourneyRequest as a6, type ExternalCatalogPortalRequest as a7, type ExternalCatalogRequest as a8, type ExternalFeeMapping as a9, type OrderSource as aA, type OrderStatus as aB, type PaymentMethod as aC, type PortalContext as aD, type PowerMarketAreaDetails as aE, type PowerMeterType as aF, type Price as aG, type PriceAmounts as aH, type PriceComponentRelation as aI, type PriceConditions as aJ, type PriceDynamicTariff as aK, type PriceGetAg as aL, type PriceInputMapping as aM, type PriceInputMappings as aN, type PriceItem as aO, type PriceItemDto as aP, type PriceItemDtoUnion as aQ, type PriceItems as aR, type PriceItemsDto as aS, type PriceTier as aT, type PriceTierDisplayMode as aU, type PricingDetails as aV, type PricingDetailsResponse as aW, type PricingModel as aX, type Product as aY, type ProductCategory as aZ, type ProductRecommendation as a_, type ExternalFeeMappings as aa, type ExternalFeeMetadata as ab, type ExternalLocationMetadata as ac, type ExternalPriceMetadata as ad, type File as ae, type GasConcessionType as af, type GasMarketAreaDetails as ag, type HistoricMarketPriceRecord as ah, type HistoricMarketPricesResult as ai, type HydratedCompositePrice as aj, type IntegrationAuthCredentials as ak, type IntegrationCredentialsResult as al, type IntegrationId as am, type JourneyContext as an, type MarketParticipant as ao, type MarkupPricingModel as ap, type MetaData as aq, type NonHydratedCompositePrice as ar, type OAuthCredentials as as, type OAuthIntegration as at, type Offer as au, type Opportunity as av, type OpportunitySource as aw, type Order as ax, type OrderPayload as ay, type OrderRelation as az, type PathsDictionary as b, type ProductRecommendationSearch as b0, type PromoCode as b1, type PromoCodeValidationResponse as b2, type Provider as b3, type RecurrenceAmount as b4, type RecurrenceAmountDto as b5, type RecurrenceAmountWithTax as b6, type RedeemedPromo as b7, type SalesTax as b8, type SaveIntegrationCredentialsParams as b9, type SearchExternalCatalogParams as ba, type SearchExternalCatalogRecommendationsResult as bb, type SearchExternalCatalogResult as bc, type SearchProvidersParams as bd, type SearchProvidersResult as be, type SearchStreetsParams as bf, type SearchStreetsResult as bg, type SignatureMeta as bh, type SpotMarketBiddingZone as bi, type SpotMarketDataFrequency as bj, type SpotMarketType as bk, type Street as bl, type TariffTypeGetAg as bm, type Tax as bn, type TaxAmount as bo, type TaxAmountBreakdown as bp, type TaxAmountDto as bq, type TaxBreakdownInfo as br, type TierDetails as bs, type TotalDetails as bt, type TypeGetAg as bu, type ValidateAvailabilityFileError as bv, type ValidateAvailabilityFileResult as bw, type Address as c, type Amounts as d, type AvailabilityCheckParams as e, type AvailabilityFilters as f, type AvailabilityLocation as g, type AvailabilityResult as h, type AverageMarketPriceRecord as i, type AverageMarketPriceResult as j, type BaseCouponCommon as k, type BaseMarketPriceRecord as l, type BasePriceItem as m, type BasePriceItemCommon as n, type BasePriceItemDto as o, type BasicAuthCredentials as p, type BasicAuthIntegration as q, type BillingPeriod as r, type CartDto as s, type CashbackAmount as t, type CashbackAmounts as u, type CashbackPeriod as v, type CatalogSearch as w, type CatalogSearchResult as x, type CheckoutCart as y, type CheckoutCartResult as z };
|