@energycap/energycap-sdk-angular 8.2604.122-develop-sdk-missing-enum-20260429-1328 → 8.2604.123-develop-sdk-missing-enum-20260429-1336

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/energycap-sdk-angular",
3
- "version": "8.2604.122-develop-sdk-missing-enum-20260429-1328",
3
+ "version": "8.2604.123-develop-sdk-missing-enum-20260429-1336",
4
4
  "license": "Apache-2.0",
5
5
  "private": false,
6
6
  "peerDependencies": {
@@ -6288,9 +6288,7 @@ declare class AuthenticationService {
6288
6288
  };
6289
6289
  }, extraHttpRequestHeaders?: {
6290
6290
  [header: string]: string | string[];
6291
- }): Observable<{
6292
- [key: string]: boolean;
6293
- }>;
6291
+ }): Observable<any>;
6294
6292
  /**
6295
6293
  * My.EnergyCap.Com needs a way to get a token from a partition name. Pass in a partition, create and return a token for provided partition.
6296
6294
  *
@@ -6336,9 +6334,7 @@ declare class AuthenticationService {
6336
6334
  };
6337
6335
  }, extraHttpRequestHeaders?: {
6338
6336
  [header: string]: string | string[];
6339
- }): Observable<HttpResponse<{
6340
- [key: string]: boolean;
6341
- }>>;
6337
+ }): Observable<HttpResponse<any>>;
6342
6338
  /**
6343
6339
  * My.EnergyCap.Com needs a way to get a token from a partition name. Pass in a partition, create and return a token for provided partition.
6344
6340
  *
@@ -9659,9 +9655,7 @@ declare class JsonBillExportPlace {
9659
9655
  /**
9660
9656
  *
9661
9657
  */
9662
- customFields: {
9663
- [key: string]: string;
9664
- } | null | undefined;
9658
+ customFields: any | null | undefined;
9665
9659
  }
9666
9660
 
9667
9661
  /**
@@ -9701,9 +9695,7 @@ declare class JsonBillExportMeter {
9701
9695
  /**
9702
9696
  *
9703
9697
  */
9704
- customFields: {
9705
- [key: string]: string;
9706
- } | null | undefined;
9698
+ customFields: any | null | undefined;
9707
9699
  /**
9708
9700
  *
9709
9701
  */
@@ -9763,9 +9755,7 @@ declare class JsonBillExportVendor {
9763
9755
  /**
9764
9756
  *
9765
9757
  */
9766
- customFields: {
9767
- [key: string]: string;
9768
- } | null | undefined;
9758
+ customFields: any | null | undefined;
9769
9759
  }
9770
9760
 
9771
9761
  /**
@@ -9799,9 +9789,7 @@ declare class JsonBillExportAccount {
9799
9789
  /**
9800
9790
  *
9801
9791
  */
9802
- customFields: {
9803
- [key: string]: string;
9804
- } | null | undefined;
9792
+ customFields: any | null | undefined;
9805
9793
  /**
9806
9794
  *
9807
9795
  */
@@ -32277,9 +32265,7 @@ declare class ListResponse {
32277
32265
  /**
32278
32266
  * Meta data about the list Can contain: TotalCount - Total number of items that match the filter TotalCost - Total Cost of all the items that match the filter costUnitInfo - The currency unit ErrorMessage - Indicates data fetch error.
32279
32267
  */
32280
- meta: {
32281
- [key: string]: any;
32282
- } | null | undefined;
32268
+ meta: any | null | undefined;
32283
32269
  }
32284
32270
 
32285
32271
  declare class ListService {
@@ -33993,9 +33979,7 @@ declare class EnergyCapOptionsEnergyCapIDOptions {
33993
33979
  /**
33994
33980
  *
33995
33981
  */
33996
- loginAuthorityMap: {
33997
- [key: string]: string;
33998
- } | null | undefined;
33982
+ loginAuthorityMap: any | null | undefined;
33999
33983
  }
34000
33984
 
34001
33985
  /**
@@ -40512,9 +40496,7 @@ declare class MeterCreate {
40512
40496
  /**
40513
40497
  * An array of meter properties
40514
40498
  */
40515
- properties: {
40516
- [key: string]: string;
40517
- } | null | undefined;
40499
+ properties: any | null | undefined;
40518
40500
  /**
40519
40501
  * The identifier for the meter's primary use
40520
40502
  */
@@ -40594,9 +40576,7 @@ declare class MeterEdit {
40594
40576
  /**
40595
40577
  * An array of meter properties <span class='property-internal'>Required (defined)</span>
40596
40578
  */
40597
- properties: {
40598
- [key: string]: string;
40599
- } | null | undefined;
40579
+ properties: any | null | undefined;
40600
40580
  /**
40601
40581
  * The use unit ID is the reporting unit for use for this meter. If it is null the use unit will be removed (only if the commodity does not have a default use unit, otherwise an exception will be thrown) <span class='property-internal'>Required (defined)</span>
40602
40582
  */
@@ -40954,9 +40934,7 @@ declare class MeterResponse {
40954
40934
  /**
40955
40935
  * An array of meter properties
40956
40936
  */
40957
- properties: {
40958
- [key: string]: string;
40959
- } | null | undefined;
40937
+ properties: any | null | undefined;
40960
40938
  /**
40961
40939
  * Indicates if the meter should be included in cost avoidance
40962
40940
  */
@@ -56264,9 +56242,7 @@ declare class SearchMeterChildSearchMeterChild {
56264
56242
  /**
56265
56243
  * An array of meter properties
56266
56244
  */
56267
- properties: {
56268
- [key: string]: string;
56269
- } | null | undefined;
56245
+ properties: any | null | undefined;
56270
56246
  /**
56271
56247
  * The collection of places representing the path to its parent
56272
56248
  */
@@ -61144,9 +61120,7 @@ declare class AddressLookup {
61144
61120
  /**
61145
61121
  *
61146
61122
  */
61147
- locationProperties: {
61148
- [key: string]: any;
61149
- } | null | undefined;
61123
+ locationProperties: any | null | undefined;
61150
61124
  }
61151
61125
 
61152
61126
  /**
@@ -90464,7 +90438,6 @@ declare class PlaceGroupDigestWeatherRankingResponse {
90464
90438
  * Do not edit the class manually.
90465
90439
  */
90466
90440
  declare class ProblemDetails {
90467
- [key: string]: any | any;
90468
90441
  /**
90469
90442
  *
90470
90443
  */