@epilot/sdk 2.8.6 → 2.8.7
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/access-token-runtime.json +1 -1
- package/definitions/access-token.json +1 -155
- package/definitions/app.json +8 -101
- package/definitions/automation.json +0 -120
- package/definitions/blueprint-manifest-runtime.json +1 -1
- package/definitions/blueprint-manifest.json +349 -1643
- package/definitions/configuration-hub-runtime.json +1 -1
- package/definitions/configuration-hub.json +0 -623
- package/definitions/customer-portal-runtime.json +1 -1
- package/definitions/customer-portal.json +78 -383
- package/definitions/design-runtime.json +1 -1
- package/definitions/design.json +12 -52
- package/definitions/event-catalog-runtime.json +1 -1
- package/definitions/event-catalog.json +12 -168
- package/definitions/file-runtime.json +1 -1
- package/definitions/file.json +4 -152
- package/definitions/integration-toolkit-runtime.json +1 -1
- package/definitions/integration-toolkit.json +16 -785
- package/definitions/journey-runtime.json +1 -1
- package/definitions/journey.json +1 -21
- package/definitions/notes-runtime.json +1 -1
- package/definitions/notes.json +1 -123
- package/definitions/pricing.json +406 -224
- package/definitions/targeting-runtime.json +1 -1
- package/definitions/targeting.json +7 -258
- package/definitions/user-runtime.json +1 -1
- package/definitions/user.json +0 -441
- package/definitions/webhooks.json +0 -31
- package/package.json +1 -1
- package/definitions/snapshot-runtime.json +0 -1
- package/definitions/snapshot.json +0 -950
package/definitions/pricing.json
CHANGED
|
@@ -2307,50 +2307,11 @@
|
|
|
2307
2307
|
"value": [
|
|
2308
2308
|
{
|
|
2309
2309
|
"name": "Provider 1",
|
|
2310
|
-
"code": "code#1"
|
|
2311
|
-
"type": "power",
|
|
2312
|
-
"additionalData": {
|
|
2313
|
-
"gridOperators": [
|
|
2314
|
-
{
|
|
2315
|
-
"name": "Grid Operator 1",
|
|
2316
|
-
"codeNumber": "9900000000000"
|
|
2317
|
-
}
|
|
2318
|
-
],
|
|
2319
|
-
"defaultSuppliers": [
|
|
2320
|
-
{
|
|
2321
|
-
"name": "Default Supplier 1",
|
|
2322
|
-
"codeNumber": "9900000000001"
|
|
2323
|
-
}
|
|
2324
|
-
],
|
|
2325
|
-
"marketAreaDetails": {
|
|
2326
|
-
"controlZone": "10YDE-VE-------2",
|
|
2327
|
-
"balancingZone": "10YDE-VE-------2"
|
|
2328
|
-
}
|
|
2329
|
-
}
|
|
2310
|
+
"code": "code#1"
|
|
2330
2311
|
},
|
|
2331
2312
|
{
|
|
2332
2313
|
"name": "Provider 2",
|
|
2333
|
-
"code": "code#2"
|
|
2334
|
-
"type": "gas",
|
|
2335
|
-
"additionalData": {
|
|
2336
|
-
"gridOperators": [
|
|
2337
|
-
{
|
|
2338
|
-
"name": "Grid Operator 2",
|
|
2339
|
-
"codeNumber": "9870000000000"
|
|
2340
|
-
}
|
|
2341
|
-
],
|
|
2342
|
-
"defaultSuppliers": [
|
|
2343
|
-
{
|
|
2344
|
-
"name": "Default Supplier 2",
|
|
2345
|
-
"codeNumber": "9870000000001"
|
|
2346
|
-
}
|
|
2347
|
-
],
|
|
2348
|
-
"marketAreaDetails": {
|
|
2349
|
-
"gasType": "H-Gas",
|
|
2350
|
-
"marketArea": "NCG",
|
|
2351
|
-
"virtualTradingPoint": "VHP"
|
|
2352
|
-
}
|
|
2353
|
-
}
|
|
2314
|
+
"code": "code#2"
|
|
2354
2315
|
}
|
|
2355
2316
|
]
|
|
2356
2317
|
}
|
|
@@ -5471,20 +5432,6 @@
|
|
|
5471
5432
|
}
|
|
5472
5433
|
}
|
|
5473
5434
|
},
|
|
5474
|
-
"ExternalLocationMetadata": {
|
|
5475
|
-
"allOf": [
|
|
5476
|
-
{
|
|
5477
|
-
"$ref": "#/components/schemas/Provider"
|
|
5478
|
-
}
|
|
5479
|
-
],
|
|
5480
|
-
"type": "object",
|
|
5481
|
-
"properties": {
|
|
5482
|
-
"inputs": {
|
|
5483
|
-
"type": "object",
|
|
5484
|
-
"additionalProperties": true
|
|
5485
|
-
}
|
|
5486
|
-
}
|
|
5487
|
-
},
|
|
5488
5435
|
"ExternalPriceMetadata": {
|
|
5489
5436
|
"allOf": [
|
|
5490
5437
|
{
|
|
@@ -6367,142 +6314,13 @@
|
|
|
6367
6314
|
"code": {
|
|
6368
6315
|
"description": "The provider code",
|
|
6369
6316
|
"type": "string"
|
|
6370
|
-
},
|
|
6371
|
-
"type": {
|
|
6372
|
-
"description": "The type of product",
|
|
6373
|
-
"type": "string",
|
|
6374
|
-
"enum": [
|
|
6375
|
-
"gas",
|
|
6376
|
-
"power"
|
|
6377
|
-
]
|
|
6378
|
-
},
|
|
6379
|
-
"additionalData": {
|
|
6380
|
-
"$ref": "#/components/schemas/AdditionalProviderData"
|
|
6381
|
-
},
|
|
6382
|
-
"_meta": {
|
|
6383
|
-
"$ref": "#/components/schemas/SignatureMeta"
|
|
6384
|
-
}
|
|
6385
|
-
},
|
|
6386
|
-
"required": [
|
|
6387
|
-
"name",
|
|
6388
|
-
"code",
|
|
6389
|
-
"type",
|
|
6390
|
-
"additionalData"
|
|
6391
|
-
]
|
|
6392
|
-
},
|
|
6393
|
-
"AdditionalProviderData": {
|
|
6394
|
-
"description": "Additional data included in the provider entity",
|
|
6395
|
-
"type": "object",
|
|
6396
|
-
"properties": {
|
|
6397
|
-
"gridOperators": {
|
|
6398
|
-
"type": "array",
|
|
6399
|
-
"items": {
|
|
6400
|
-
"allOf": [
|
|
6401
|
-
{
|
|
6402
|
-
"$ref": "#/components/schemas/MarketParticipant"
|
|
6403
|
-
},
|
|
6404
|
-
{
|
|
6405
|
-
"description": "The grid operator"
|
|
6406
|
-
}
|
|
6407
|
-
]
|
|
6408
|
-
}
|
|
6409
|
-
},
|
|
6410
|
-
"defaultSuppliers": {
|
|
6411
|
-
"type": "array",
|
|
6412
|
-
"items": {
|
|
6413
|
-
"allOf": [
|
|
6414
|
-
{
|
|
6415
|
-
"$ref": "#/components/schemas/MarketParticipant"
|
|
6416
|
-
},
|
|
6417
|
-
{
|
|
6418
|
-
"description": "The default supplier"
|
|
6419
|
-
}
|
|
6420
|
-
]
|
|
6421
|
-
}
|
|
6422
|
-
},
|
|
6423
|
-
"marketAreaDetails": {
|
|
6424
|
-
"oneOf": [
|
|
6425
|
-
{
|
|
6426
|
-
"$ref": "#/components/schemas/GasMarketAreaDetails"
|
|
6427
|
-
},
|
|
6428
|
-
{
|
|
6429
|
-
"$ref": "#/components/schemas/PowerMarketAreaDetails"
|
|
6430
|
-
}
|
|
6431
|
-
]
|
|
6432
|
-
}
|
|
6433
|
-
},
|
|
6434
|
-
"required": [
|
|
6435
|
-
"gridOperators",
|
|
6436
|
-
"defaultSuppliers",
|
|
6437
|
-
"marketAreaDetails"
|
|
6438
|
-
]
|
|
6439
|
-
},
|
|
6440
|
-
"MarketParticipant": {
|
|
6441
|
-
"description": "Market participant data",
|
|
6442
|
-
"type": "object",
|
|
6443
|
-
"properties": {
|
|
6444
|
-
"name": {
|
|
6445
|
-
"description": "The name of the participant",
|
|
6446
|
-
"type": "string"
|
|
6447
|
-
},
|
|
6448
|
-
"codeNumber": {
|
|
6449
|
-
"description": "The BDEW/DVGW code number of the participant",
|
|
6450
|
-
"type": "string"
|
|
6451
|
-
},
|
|
6452
|
-
"validFrom": {
|
|
6453
|
-
"description": "The date from which this data is valid from",
|
|
6454
|
-
"type": "string",
|
|
6455
|
-
"format": "date"
|
|
6456
|
-
},
|
|
6457
|
-
"validUntil": {
|
|
6458
|
-
"description": "The date until which this data is valid to",
|
|
6459
|
-
"type": "string",
|
|
6460
|
-
"format": "date"
|
|
6461
6317
|
}
|
|
6462
6318
|
},
|
|
6463
6319
|
"required": [
|
|
6464
6320
|
"name",
|
|
6465
|
-
"
|
|
6321
|
+
"code"
|
|
6466
6322
|
]
|
|
6467
6323
|
},
|
|
6468
|
-
"GasMarketAreaDetails": {
|
|
6469
|
-
"description": "Market area details for gas",
|
|
6470
|
-
"type": "object",
|
|
6471
|
-
"additionalProperties": false,
|
|
6472
|
-
"properties": {
|
|
6473
|
-
"gasType": {
|
|
6474
|
-
"description": "The type of gas used",
|
|
6475
|
-
"type": "string",
|
|
6476
|
-
"enum": [
|
|
6477
|
-
"L-Gas",
|
|
6478
|
-
"H-Gas"
|
|
6479
|
-
]
|
|
6480
|
-
},
|
|
6481
|
-
"marketArea": {
|
|
6482
|
-
"description": "The name of the market area",
|
|
6483
|
-
"type": "string"
|
|
6484
|
-
},
|
|
6485
|
-
"virtualTradingPoint": {
|
|
6486
|
-
"description": "The vritual trading point identifier",
|
|
6487
|
-
"type": "string"
|
|
6488
|
-
}
|
|
6489
|
-
}
|
|
6490
|
-
},
|
|
6491
|
-
"PowerMarketAreaDetails": {
|
|
6492
|
-
"description": "Market area details for power",
|
|
6493
|
-
"type": "object",
|
|
6494
|
-
"additionalProperties": false,
|
|
6495
|
-
"properties": {
|
|
6496
|
-
"controlZone": {
|
|
6497
|
-
"description": "The EIC of the control zone",
|
|
6498
|
-
"type": "string"
|
|
6499
|
-
},
|
|
6500
|
-
"balancingZone": {
|
|
6501
|
-
"description": "The EIC of the balancing zone",
|
|
6502
|
-
"type": "string"
|
|
6503
|
-
}
|
|
6504
|
-
}
|
|
6505
|
-
},
|
|
6506
6324
|
"Street": {
|
|
6507
6325
|
"description": "The street entity",
|
|
6508
6326
|
"type": "object",
|
|
@@ -6763,9 +6581,6 @@
|
|
|
6763
6581
|
"external_fees_metadata": {
|
|
6764
6582
|
"$ref": "#/components/schemas/ExternalFeeMetadata"
|
|
6765
6583
|
},
|
|
6766
|
-
"external_location_metadata": {
|
|
6767
|
-
"$ref": "#/components/schemas/ExternalLocationMetadata"
|
|
6768
|
-
},
|
|
6769
6584
|
"external_price_metadata": {
|
|
6770
6585
|
"$ref": "#/components/schemas/ExternalPriceMetadata"
|
|
6771
6586
|
},
|
|
@@ -7864,7 +7679,7 @@
|
|
|
7864
7679
|
},
|
|
7865
7680
|
"cashbacks": {
|
|
7866
7681
|
"type": "array",
|
|
7867
|
-
"description": "The list of
|
|
7682
|
+
"description": "The list of cashback sums for each cashback period.",
|
|
7868
7683
|
"items": {
|
|
7869
7684
|
"oneOf": [
|
|
7870
7685
|
{
|
|
@@ -9292,17 +9107,416 @@
|
|
|
9292
9107
|
},
|
|
9293
9108
|
"PortalContext": {
|
|
9294
9109
|
"type": "object",
|
|
9295
|
-
"additionalProperties":
|
|
9110
|
+
"additionalProperties": false,
|
|
9296
9111
|
"properties": {
|
|
9297
9112
|
"contract": {
|
|
9298
9113
|
"type": "object",
|
|
9299
9114
|
"description": "The contract information.",
|
|
9300
|
-
"
|
|
9115
|
+
"properties": {
|
|
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
|
+
}
|
|
9301
9325
|
},
|
|
9302
9326
|
"contact": {
|
|
9303
9327
|
"type": "object",
|
|
9304
9328
|
"description": "The contact information.",
|
|
9305
|
-
"
|
|
9329
|
+
"properties": {
|
|
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
|
+
}
|
|
9306
9520
|
},
|
|
9307
9521
|
"availability_address": {
|
|
9308
9522
|
"type": "object",
|
|
@@ -9476,35 +9690,6 @@
|
|
|
9476
9690
|
"hits"
|
|
9477
9691
|
]
|
|
9478
9692
|
},
|
|
9479
|
-
"OfferHighlightConfig": {
|
|
9480
|
-
"type": "object",
|
|
9481
|
-
"properties": {
|
|
9482
|
-
"unique_selling_point": {
|
|
9483
|
-
"type": "string"
|
|
9484
|
-
},
|
|
9485
|
-
"unique_selling_point_icon": {
|
|
9486
|
-
"type": "string"
|
|
9487
|
-
},
|
|
9488
|
-
"total": {
|
|
9489
|
-
"type": "object",
|
|
9490
|
-
"properties": {
|
|
9491
|
-
"enabled": {
|
|
9492
|
-
"type": "boolean"
|
|
9493
|
-
},
|
|
9494
|
-
"format": {
|
|
9495
|
-
"type": "string",
|
|
9496
|
-
"enum": [
|
|
9497
|
-
"absolute",
|
|
9498
|
-
"relative"
|
|
9499
|
-
]
|
|
9500
|
-
},
|
|
9501
|
-
"only_if_better": {
|
|
9502
|
-
"type": "boolean"
|
|
9503
|
-
}
|
|
9504
|
-
}
|
|
9505
|
-
}
|
|
9506
|
-
}
|
|
9507
|
-
},
|
|
9508
9693
|
"Offer": {
|
|
9509
9694
|
"type": "object",
|
|
9510
9695
|
"properties": {
|
|
@@ -9521,9 +9706,6 @@
|
|
|
9521
9706
|
},
|
|
9522
9707
|
"product_id": {
|
|
9523
9708
|
"type": "string"
|
|
9524
|
-
},
|
|
9525
|
-
"highlight_config": {
|
|
9526
|
-
"$ref": "#/components/schemas/OfferHighlightConfig"
|
|
9527
9709
|
}
|
|
9528
9710
|
},
|
|
9529
9711
|
"required": [
|