@epilot/app-client 0.9.4 → 0.9.5
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/dist/openapi.d.ts +24 -0
- package/dist/openapi.json +30 -0
- package/package.json +1 -1
package/dist/openapi.d.ts
CHANGED
|
@@ -1357,6 +1357,10 @@ declare namespace Components {
|
|
|
1357
1357
|
*/
|
|
1358
1358
|
dataPath?: string;
|
|
1359
1359
|
};
|
|
1360
|
+
/**
|
|
1361
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1362
|
+
*/
|
|
1363
|
+
use_static_ips?: boolean;
|
|
1360
1364
|
}
|
|
1361
1365
|
/**
|
|
1362
1366
|
* Hook that replaces the built-in contract identification for self-assignment. This hook makes a POST call whenever a user is trying to self-assign a contract to find the corresponding contract(s). The expected response to the call is:
|
|
@@ -1406,6 +1410,10 @@ declare namespace Components {
|
|
|
1406
1410
|
*/
|
|
1407
1411
|
en: string;
|
|
1408
1412
|
};
|
|
1413
|
+
/**
|
|
1414
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1415
|
+
*/
|
|
1416
|
+
use_static_ips?: boolean;
|
|
1409
1417
|
}
|
|
1410
1418
|
/**
|
|
1411
1419
|
* Hook that will allow using the specified source as data for consumption visualizations. This hook is triggered to fetch the data. Format of the request and response has to follow the following specification: TBD. The expected response to the call is:
|
|
@@ -1453,6 +1461,10 @@ declare namespace Components {
|
|
|
1453
1461
|
*/
|
|
1454
1462
|
dataPath?: string;
|
|
1455
1463
|
};
|
|
1464
|
+
/**
|
|
1465
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1466
|
+
*/
|
|
1467
|
+
use_static_ips?: boolean;
|
|
1456
1468
|
}
|
|
1457
1469
|
/**
|
|
1458
1470
|
* Hook that checks the plausibility of meter readings before they are saved. This hook makes a POST call whenever a user is trying to save a meter reading. The expected response to the call is:
|
|
@@ -1507,6 +1519,10 @@ declare namespace Components {
|
|
|
1507
1519
|
*/
|
|
1508
1520
|
lower_limit?: string;
|
|
1509
1521
|
};
|
|
1522
|
+
/**
|
|
1523
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1524
|
+
*/
|
|
1525
|
+
use_static_ips?: boolean;
|
|
1510
1526
|
}
|
|
1511
1527
|
/**
|
|
1512
1528
|
* Hook that will allow using the specified source as data for price visualizations. This hook is triggered to fetch the data. Format of the request and response has to follow the following specification: TBD. The expected response to the call is:
|
|
@@ -1554,6 +1570,10 @@ declare namespace Components {
|
|
|
1554
1570
|
*/
|
|
1555
1571
|
dataPath?: string;
|
|
1556
1572
|
};
|
|
1573
|
+
/**
|
|
1574
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1575
|
+
*/
|
|
1576
|
+
use_static_ips?: boolean;
|
|
1557
1577
|
}
|
|
1558
1578
|
/**
|
|
1559
1579
|
* Hook that replaces the built-in registration identifiers check. This hook makes a POST call whenever a user is trying to register to find the corresponding contact. The expected response to the call is:
|
|
@@ -1586,6 +1606,10 @@ declare namespace Components {
|
|
|
1586
1606
|
*/
|
|
1587
1607
|
result: string;
|
|
1588
1608
|
};
|
|
1609
|
+
/**
|
|
1610
|
+
* If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.
|
|
1611
|
+
*/
|
|
1612
|
+
use_static_ips?: boolean;
|
|
1589
1613
|
}
|
|
1590
1614
|
export interface PortalExtensionSeamlessLink {
|
|
1591
1615
|
/**
|
package/dist/openapi.json
CHANGED
|
@@ -2209,6 +2209,11 @@
|
|
|
2209
2209
|
"result"
|
|
2210
2210
|
],
|
|
2211
2211
|
"additionalProperties": false
|
|
2212
|
+
},
|
|
2213
|
+
"use_static_ips": {
|
|
2214
|
+
"type": "boolean",
|
|
2215
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2216
|
+
"default": false
|
|
2212
2217
|
}
|
|
2213
2218
|
},
|
|
2214
2219
|
"required": [
|
|
@@ -2283,6 +2288,11 @@
|
|
|
2283
2288
|
"en"
|
|
2284
2289
|
],
|
|
2285
2290
|
"description": "Explanation of the hook."
|
|
2291
|
+
},
|
|
2292
|
+
"use_static_ips": {
|
|
2293
|
+
"type": "boolean",
|
|
2294
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2295
|
+
"default": false
|
|
2286
2296
|
}
|
|
2287
2297
|
},
|
|
2288
2298
|
"required": [
|
|
@@ -2357,6 +2367,11 @@
|
|
|
2357
2367
|
}
|
|
2358
2368
|
},
|
|
2359
2369
|
"additionalProperties": false
|
|
2370
|
+
},
|
|
2371
|
+
"use_static_ips": {
|
|
2372
|
+
"type": "boolean",
|
|
2373
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2374
|
+
"default": false
|
|
2360
2375
|
}
|
|
2361
2376
|
},
|
|
2362
2377
|
"required": [
|
|
@@ -2442,6 +2457,11 @@
|
|
|
2442
2457
|
}
|
|
2443
2458
|
},
|
|
2444
2459
|
"additionalProperties": false
|
|
2460
|
+
},
|
|
2461
|
+
"use_static_ips": {
|
|
2462
|
+
"type": "boolean",
|
|
2463
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2464
|
+
"default": false
|
|
2445
2465
|
}
|
|
2446
2466
|
},
|
|
2447
2467
|
"required": [
|
|
@@ -2527,6 +2547,11 @@
|
|
|
2527
2547
|
}
|
|
2528
2548
|
},
|
|
2529
2549
|
"additionalProperties": false
|
|
2550
|
+
},
|
|
2551
|
+
"use_static_ips": {
|
|
2552
|
+
"type": "boolean",
|
|
2553
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2554
|
+
"default": false
|
|
2530
2555
|
}
|
|
2531
2556
|
},
|
|
2532
2557
|
"required": [
|
|
@@ -2612,6 +2637,11 @@
|
|
|
2612
2637
|
}
|
|
2613
2638
|
},
|
|
2614
2639
|
"additionalProperties": false
|
|
2640
|
+
},
|
|
2641
|
+
"use_static_ips": {
|
|
2642
|
+
"type": "boolean",
|
|
2643
|
+
"description": "If true, requests are made from a set of static IP addresses and only allow connections to a set of allowed IP addresses. Get in touch with us to add your IP addresses.",
|
|
2644
|
+
"default": false
|
|
2615
2645
|
}
|
|
2616
2646
|
},
|
|
2617
2647
|
"required": [
|