@energycap/energycap-sdk-angular 8.2411.5860 → 8.2411.5862-develop-20250123-1818
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/api/bill.service.d.ts +2 -2
- package/api/list.service.d.ts +4 -4
- package/api/spanClasspropertyinfoPermissionPermissionsApplicationSettingsManagespan.service.d.ts +2 -2
- package/api/spanClasspropertyinfoPermissionPermissionsMoveExistingBillsManagespan.service.d.ts +6 -6
- package/api/uDF.service.d.ts +4 -4
- package/esm2022/api/bill.service.mjs +3 -3
- package/esm2022/api/list.service.mjs +5 -5
- package/esm2022/api/spanClasspropertyinfoPermissionPermissionsApplicationSettingsManagespan.service.mjs +3 -3
- package/esm2022/api/spanClasspropertyinfoPermissionPermissionsMoveExistingBillsManagespan.service.mjs +7 -7
- package/esm2022/api/uDF.service.mjs +5 -5
- package/esm2022/model/uDFCreate.mjs +2 -2
- package/esm2022/model/uDFResponse.mjs +2 -2
- package/fesm2022/energycap-energycap-sdk-angular.mjs +20 -20
- package/fesm2022/energycap-energycap-sdk-angular.mjs.map +1 -1
- package/model/uDFCreate.d.ts +1 -1
- package/model/uDFResponse.d.ts +1 -1
- package/package.json +1 -1
package/api/bill.service.d.ts
CHANGED
|
@@ -526,7 +526,7 @@ export declare class BillService {
|
|
|
526
526
|
/**
|
|
527
527
|
* Moves the list of given bills to the specified destination account and meters. Each source Meter will be matched with a corresponding destination Meter based on commodity.
|
|
528
528
|
*
|
|
529
|
-
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated.
|
|
529
|
+
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope cateogory and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost.
|
|
530
530
|
*/
|
|
531
531
|
moveBillsToAccount(body?: BillActionMove, extraHttpRequestParams?: {
|
|
532
532
|
search: string | {
|
|
@@ -1065,7 +1065,7 @@ export declare class BillService {
|
|
|
1065
1065
|
/**
|
|
1066
1066
|
* Moves the list of given bills to the specified destination account and meters. Each source Meter will be matched with a corresponding destination Meter based on commodity.
|
|
1067
1067
|
*
|
|
1068
|
-
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated.
|
|
1068
|
+
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope cateogory and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost.
|
|
1069
1069
|
*/
|
|
1070
1070
|
moveBillsToAccountWithHttpInfo(body?: BillActionMove, extraHttpRequestParams?: {
|
|
1071
1071
|
search: string | {
|
package/api/list.service.d.ts
CHANGED
|
@@ -666,7 +666,7 @@ export declare class ListService {
|
|
|
666
666
|
[header: string]: string | string[];
|
|
667
667
|
}): Observable<string>;
|
|
668
668
|
/**
|
|
669
|
-
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
669
|
+
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
670
670
|
*
|
|
671
671
|
* @param accountId
|
|
672
672
|
* @param body
|
|
@@ -679,7 +679,7 @@ export declare class ListService {
|
|
|
679
679
|
[header: string]: string | string[];
|
|
680
680
|
}): Observable<any>;
|
|
681
681
|
/**
|
|
682
|
-
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
682
|
+
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
683
683
|
*
|
|
684
684
|
* @param listId
|
|
685
685
|
* @param body
|
|
@@ -1473,7 +1473,7 @@ export declare class ListService {
|
|
|
1473
1473
|
[header: string]: string | string[];
|
|
1474
1474
|
}): Observable<HttpResponse<string>>;
|
|
1475
1475
|
/**
|
|
1476
|
-
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
1476
|
+
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
1477
1477
|
*
|
|
1478
1478
|
* @param accountId
|
|
1479
1479
|
* @param body
|
|
@@ -1486,7 +1486,7 @@ export declare class ListService {
|
|
|
1486
1486
|
[header: string]: string | string[];
|
|
1487
1487
|
}): Observable<HttpResponse<any>>;
|
|
1488
1488
|
/**
|
|
1489
|
-
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
1489
|
+
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
1490
1490
|
*
|
|
1491
1491
|
* @param listId
|
|
1492
1492
|
* @param body
|
package/api/spanClasspropertyinfoPermissionPermissionsApplicationSettingsManagespan.service.d.ts
CHANGED
|
@@ -154,7 +154,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsApplicationSettin
|
|
|
154
154
|
/**
|
|
155
155
|
* Edits a list of user defined fields / custom fields
|
|
156
156
|
*
|
|
157
|
-
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", and \"
|
|
157
|
+
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\"
|
|
158
158
|
* @param body
|
|
159
159
|
*/
|
|
160
160
|
editCustomFields(udfType: string, body?: Array<UDFUpdate>, extraHttpRequestParams?: {
|
|
@@ -363,7 +363,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsApplicationSettin
|
|
|
363
363
|
/**
|
|
364
364
|
* Edits a list of user defined fields / custom fields
|
|
365
365
|
*
|
|
366
|
-
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", and \"
|
|
366
|
+
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\"
|
|
367
367
|
* @param body
|
|
368
368
|
*/
|
|
369
369
|
editCustomFieldsWithHttpInfo(udfType: string, body?: Array<UDFUpdate>, extraHttpRequestParams?: {
|
package/api/spanClasspropertyinfoPermissionPermissionsMoveExistingBillsManagespan.service.d.ts
CHANGED
|
@@ -64,7 +64,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
64
64
|
/**
|
|
65
65
|
* Moves the list of given bills to the specified destination account and meters. Each source Meter will be matched with a corresponding destination Meter based on commodity.
|
|
66
66
|
*
|
|
67
|
-
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated.
|
|
67
|
+
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope cateogory and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost.
|
|
68
68
|
*/
|
|
69
69
|
moveBillsToAccount(body?: BillActionMove, extraHttpRequestParams?: {
|
|
70
70
|
search: string | {
|
|
@@ -74,7 +74,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
74
74
|
[header: string]: string | string[];
|
|
75
75
|
}): Observable<any>;
|
|
76
76
|
/**
|
|
77
|
-
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
77
|
+
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
78
78
|
*
|
|
79
79
|
* @param accountId
|
|
80
80
|
* @param body
|
|
@@ -87,7 +87,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
87
87
|
[header: string]: string | string[];
|
|
88
88
|
}): Observable<any>;
|
|
89
89
|
/**
|
|
90
|
-
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
90
|
+
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
91
91
|
*
|
|
92
92
|
* @param listId
|
|
93
93
|
* @param body
|
|
@@ -138,7 +138,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
138
138
|
/**
|
|
139
139
|
* Moves the list of given bills to the specified destination account and meters. Each source Meter will be matched with a corresponding destination Meter based on commodity.
|
|
140
140
|
*
|
|
141
|
-
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated.
|
|
141
|
+
* @param body DTO containing a list of Bill Ids, the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope cateogory and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost.
|
|
142
142
|
*/
|
|
143
143
|
moveBillsToAccountWithHttpInfo(body?: BillActionMove, extraHttpRequestParams?: {
|
|
144
144
|
search: string | {
|
|
@@ -148,7 +148,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
148
148
|
[header: string]: string | string[];
|
|
149
149
|
}): Observable<HttpResponse<any>>;
|
|
150
150
|
/**
|
|
151
|
-
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
151
|
+
* Moves the bills from the given Account's Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"accountId\"> Account for the Bill List containing a list of bills that should be moved. All bills from this Account's Bill List will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
152
152
|
*
|
|
153
153
|
* @param accountId
|
|
154
154
|
* @param body
|
|
@@ -161,7 +161,7 @@ export declare class SpanClasspropertyinfoPermissionPermissionsMoveExistingBills
|
|
|
161
161
|
[header: string]: string | string[];
|
|
162
162
|
}): Observable<HttpResponse<any>>;
|
|
163
163
|
/**
|
|
164
|
-
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. </param>
|
|
164
|
+
* Moves the bills from the given Bill List to the specified destination Account and Meters. Each source Meter will be matched with a corresponding destination Meter based on commodity. <param name=\"listId\"> Bill List containing a list of bills that should be moved. All bills from this list will be moved. </param><param name=\"dto\"> DTO containing the destination Account Id, the destination AcountMeter Ids, a flag indicating whether the Account GL information should be updated, a flag indicating whether the Meter GL information should be updated, and a flag indicating whether linked emissions record scope and GHG factors should be updated. WARNING: If emissions record scope categories and GHG factors are updated, any notes and/or attachments on those emissions records will be lost. </param>
|
|
165
165
|
*
|
|
166
166
|
* @param listId
|
|
167
167
|
* @param body
|
package/api/uDF.service.d.ts
CHANGED
|
@@ -52,7 +52,7 @@ export declare class UDFService {
|
|
|
52
52
|
/**
|
|
53
53
|
* Edits a list of user defined fields / custom fields
|
|
54
54
|
*
|
|
55
|
-
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", and \"
|
|
55
|
+
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\"
|
|
56
56
|
* @param body
|
|
57
57
|
*/
|
|
58
58
|
editCustomFields(udfType: string, body?: Array<UDFUpdate>, extraHttpRequestParams?: {
|
|
@@ -88,7 +88,7 @@ export declare class UDFService {
|
|
|
88
88
|
[header: string]: string | string[];
|
|
89
89
|
}): Observable<UDFResponse>;
|
|
90
90
|
/**
|
|
91
|
-
* Retrieves all User defined fields/custom fields. The array of UDFs can be filtered by UDF type. Possible values for this filter include: \"Account\", \"Meter\", \"Place\", \"Vendor\", \"ChannelVersion\", \"Rate\", and \"
|
|
91
|
+
* Retrieves all User defined fields/custom fields. The array of UDFs can be filtered by UDF type. Possible values for this filter include: \"Account\", \"Meter\", \"Place\", \"Vendor\", \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\" See the filter property for more details
|
|
92
92
|
*
|
|
93
93
|
* @param filter
|
|
94
94
|
*/
|
|
@@ -126,7 +126,7 @@ export declare class UDFService {
|
|
|
126
126
|
/**
|
|
127
127
|
* Edits a list of user defined fields / custom fields
|
|
128
128
|
*
|
|
129
|
-
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", and \"
|
|
129
|
+
* @param udfType Valid udfTypes include \"Account\", \"Vendor\", \"Place\", \"Meter, \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\"
|
|
130
130
|
* @param body
|
|
131
131
|
*/
|
|
132
132
|
editCustomFieldsWithHttpInfo(udfType: string, body?: Array<UDFUpdate>, extraHttpRequestParams?: {
|
|
@@ -162,7 +162,7 @@ export declare class UDFService {
|
|
|
162
162
|
[header: string]: string | string[];
|
|
163
163
|
}): Observable<HttpResponse<UDFResponse>>;
|
|
164
164
|
/**
|
|
165
|
-
* Retrieves all User defined fields/custom fields. The array of UDFs can be filtered by UDF type. Possible values for this filter include: \"Account\", \"Meter\", \"Place\", \"Vendor\", \"ChannelVersion\", \"Rate\", and \"
|
|
165
|
+
* Retrieves all User defined fields/custom fields. The array of UDFs can be filtered by UDF type. Possible values for this filter include: \"Account\", \"Meter\", \"Place\", \"Vendor\", \"ChannelVersion\", \"Rate\", \"Bill\", and \"EnergyProject\" See the filter property for more details
|
|
166
166
|
*
|
|
167
167
|
* @param filter
|
|
168
168
|
*/
|