@energycap/energycap-sdk-angular 8.2509.6375 → 8.2509.6377

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/model/models.d.ts CHANGED
@@ -1126,6 +1126,7 @@ export * from './vendorsAndRatesModuleClassPermission';
1126
1126
  export * from './vendorsClassPermission';
1127
1127
  export * from './versionChild';
1128
1128
  export * from './versionResponse';
1129
+ export * from './virtualEnergyManagerAskResponse';
1129
1130
  export * from './watticsDataPoint';
1130
1131
  export * from './watticsDataPointChild';
1131
1132
  export * from './watticsDataPointRequest';
@@ -0,0 +1,21 @@
1
+ /**
2
+ * EnergyCAP SDK
3
+ * Document used to generate the EnergyCAP SDK
4
+ *
5
+ * OpenAPI spec version: 8.2509
6
+ * Contact: support@energycap.com
7
+ *
8
+ * NOTE: This class is auto generated by the swagger code generator program.
9
+ * https://github.com/swagger-api/swagger-codegen.git
10
+ * Do not edit the class manually.
11
+ */
12
+ export declare class VirtualEnergyManagerAskResponse {
13
+ /**
14
+ * The response from asking the Virtual Energy Manager a question.
15
+ */
16
+ response: string | null | undefined;
17
+ /**
18
+ * The unique identifier for the response.
19
+ */
20
+ responseId: string | null | undefined;
21
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/energycap-sdk-angular",
3
- "version": "8.2509.6375",
3
+ "version": "8.2509.6377",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
6
  "peerDependencies": {