@energycap/energycap-sdk-angular 8.2501.5895-develop-20250206-1314 → 8.2501.5897

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.
@@ -3,7 +3,6 @@ import { HttpResponse } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
4
  import { EmissionSourceCreate } from '../model/emissionSourceCreate';
5
5
  import { EmissionSourceEdit } from '../model/emissionSourceEdit';
6
- import { EmissionSourceFactorCategoryBulkUpdate } from '../model/emissionSourceFactorCategoryBulkUpdate';
7
6
  import { EmissionSourceMultiFactorCreate } from '../model/emissionSourceMultiFactorCreate';
8
7
  import { EmissionSourceMultiFactorEdit } from '../model/emissionSourceMultiFactorEdit';
9
8
  import { EmissionSourceMultiFactorResponse } from '../model/emissionSourceMultiFactorResponse';
@@ -13,7 +12,6 @@ import { MeterLinkRequest } from '../model/meterLinkRequest';
13
12
  import { UDFFieldChild } from '../model/uDFFieldChild';
14
13
  import { UDFValue } from '../model/uDFValue';
15
14
  import { UpdateResult } from '../model/updateResult';
16
- import { UpdateSkippedResult } from '../model/updateSkippedResult';
17
15
  import { Configuration } from '../configuration';
18
16
  import * as i0 from "@angular/core";
19
17
  export declare class EmissionSourceService {
@@ -110,18 +108,6 @@ export declare class EmissionSourceService {
110
108
  }, extraHttpRequestHeaders?: {
111
109
  [header: string]: string | string[];
112
110
  }): Observable<Array<UDFFieldChild>>;
113
- /**
114
- * Assigns the specified scope category and factor pairings to the specified emission sources. If one or more of the factors provided cannot be applied to the emission source, that emission source will be skipped.
115
- *
116
- * @param body
117
- */
118
- editEmissionSourceFactorCategoriesBulk(body?: EmissionSourceFactorCategoryBulkUpdate, extraHttpRequestParams?: {
119
- search: string | {
120
- [param: string]: string | string[];
121
- };
122
- }, extraHttpRequestHeaders?: {
123
- [header: string]: string | string[];
124
- }): Observable<UpdateSkippedResult>;
125
111
  /**
126
112
  * Edits an emission source
127
113
  *
@@ -225,18 +211,6 @@ export declare class EmissionSourceService {
225
211
  }, extraHttpRequestHeaders?: {
226
212
  [header: string]: string | string[];
227
213
  }): Observable<UpdateResult>;
228
- /**
229
- * Resets the scope category and factor pairings of the specified emission sources to their commodity default. If no default exists for an emission source&#39;s commodity, that emission source will be skipped.
230
- *
231
- * @param body
232
- */
233
- resetEmissionSourceFactorCategoriesBulk(body?: Array<number>, extraHttpRequestParams?: {
234
- search: string | {
235
- [param: string]: string | string[];
236
- };
237
- }, extraHttpRequestHeaders?: {
238
- [header: string]: string | string[];
239
- }): Observable<UpdateSkippedResult>;
240
214
  /**
241
215
  * Creates an emissions source
242
216
  *
@@ -313,18 +287,6 @@ export declare class EmissionSourceService {
313
287
  }, extraHttpRequestHeaders?: {
314
288
  [header: string]: string | string[];
315
289
  }): Observable<HttpResponse<Array<UDFFieldChild>>>;
316
- /**
317
- * Assigns the specified scope category and factor pairings to the specified emission sources. If one or more of the factors provided cannot be applied to the emission source, that emission source will be skipped.
318
- *
319
- * @param body
320
- */
321
- editEmissionSourceFactorCategoriesBulkWithHttpInfo(body?: EmissionSourceFactorCategoryBulkUpdate, extraHttpRequestParams?: {
322
- search: string | {
323
- [param: string]: string | string[];
324
- };
325
- }, extraHttpRequestHeaders?: {
326
- [header: string]: string | string[];
327
- }): Observable<HttpResponse<UpdateSkippedResult>>;
328
290
  /**
329
291
  * Edits an emission source
330
292
  *
@@ -428,18 +390,6 @@ export declare class EmissionSourceService {
428
390
  }, extraHttpRequestHeaders?: {
429
391
  [header: string]: string | string[];
430
392
  }): Observable<HttpResponse<UpdateResult>>;
431
- /**
432
- * Resets the scope category and factor pairings of the specified emission sources to their commodity default. If no default exists for an emission source&#39;s commodity, that emission source will be skipped.
433
- *
434
- * @param body
435
- */
436
- resetEmissionSourceFactorCategoriesBulkWithHttpInfo(body?: Array<number>, extraHttpRequestParams?: {
437
- search: string | {
438
- [param: string]: string | string[];
439
- };
440
- }, extraHttpRequestHeaders?: {
441
- [header: string]: string | string[];
442
- }): Observable<HttpResponse<UpdateSkippedResult>>;
443
393
  static ɵfac: i0.ɵɵFactoryDeclaration<EmissionSourceService, [null, { optional: true; }, { optional: true; }]>;
444
394
  static ɵprov: i0.ɵɵInjectableDeclaration<EmissionSourceService>;
445
395
  }
@@ -2,7 +2,6 @@ import { HttpClient, HttpHeaders } from '@angular/common/http';
2
2
  import { HttpResponse } from '@angular/common/http';
3
3
  import { Observable } from 'rxjs';
4
4
  import { EmissionSourceEdit } from '../model/emissionSourceEdit';
5
- import { EmissionSourceFactorCategoryBulkUpdate } from '../model/emissionSourceFactorCategoryBulkUpdate';
6
5
  import { EmissionSourceMultiFactorEdit } from '../model/emissionSourceMultiFactorEdit';
7
6
  import { EmissionSourceMultiFactorResponse } from '../model/emissionSourceMultiFactorResponse';
8
7
  import { EmissionSourceResponse } from '../model/emissionSourceResponse';
@@ -11,7 +10,6 @@ import { MeterLinkRequest } from '../model/meterLinkRequest';
11
10
  import { UDFFieldChild } from '../model/uDFFieldChild';
12
11
  import { UDFValue } from '../model/uDFValue';
13
12
  import { UpdateResult } from '../model/updateResult';
14
- import { UpdateSkippedResult } from '../model/updateSkippedResult';
15
13
  import { Configuration } from '../configuration';
16
14
  import * as i0 from "@angular/core";
17
15
  export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService {
@@ -58,18 +56,6 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
58
56
  }, extraHttpRequestHeaders?: {
59
57
  [header: string]: string | string[];
60
58
  }): Observable<Array<UDFFieldChild>>;
61
- /**
62
- * Assigns the specified scope category and factor pairings to the specified emission sources. If one or more of the factors provided cannot be applied to the emission source, that emission source will be skipped.
63
- *
64
- * @param body
65
- */
66
- editEmissionSourceFactorCategoriesBulk(body?: EmissionSourceFactorCategoryBulkUpdate, extraHttpRequestParams?: {
67
- search: string | {
68
- [param: string]: string | string[];
69
- };
70
- }, extraHttpRequestHeaders?: {
71
- [header: string]: string | string[];
72
- }): Observable<UpdateSkippedResult>;
73
59
  /**
74
60
  * Edits an emission source
75
61
  *
@@ -109,18 +95,6 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
109
95
  }, extraHttpRequestHeaders?: {
110
96
  [header: string]: string | string[];
111
97
  }): Observable<UpdateResult>;
112
- /**
113
- * Resets the scope category and factor pairings of the specified emission sources to their commodity default. If no default exists for an emission source&#39;s commodity, that emission source will be skipped.
114
- *
115
- * @param body
116
- */
117
- resetEmissionSourceFactorCategoriesBulk(body?: Array<number>, extraHttpRequestParams?: {
118
- search: string | {
119
- [param: string]: string | string[];
120
- };
121
- }, extraHttpRequestHeaders?: {
122
- [header: string]: string | string[];
123
- }): Observable<UpdateSkippedResult>;
124
98
  /**
125
99
  * Edits an emissions source
126
100
  *
@@ -147,18 +121,6 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
147
121
  }, extraHttpRequestHeaders?: {
148
122
  [header: string]: string | string[];
149
123
  }): Observable<HttpResponse<Array<UDFFieldChild>>>;
150
- /**
151
- * Assigns the specified scope category and factor pairings to the specified emission sources. If one or more of the factors provided cannot be applied to the emission source, that emission source will be skipped.
152
- *
153
- * @param body
154
- */
155
- editEmissionSourceFactorCategoriesBulkWithHttpInfo(body?: EmissionSourceFactorCategoryBulkUpdate, extraHttpRequestParams?: {
156
- search: string | {
157
- [param: string]: string | string[];
158
- };
159
- }, extraHttpRequestHeaders?: {
160
- [header: string]: string | string[];
161
- }): Observable<HttpResponse<UpdateSkippedResult>>;
162
124
  /**
163
125
  * Edits an emission source
164
126
  *
@@ -198,18 +160,6 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
198
160
  }, extraHttpRequestHeaders?: {
199
161
  [header: string]: string | string[];
200
162
  }): Observable<HttpResponse<UpdateResult>>;
201
- /**
202
- * Resets the scope category and factor pairings of the specified emission sources to their commodity default. If no default exists for an emission source&#39;s commodity, that emission source will be skipped.
203
- *
204
- * @param body
205
- */
206
- resetEmissionSourceFactorCategoriesBulkWithHttpInfo(body?: Array<number>, extraHttpRequestParams?: {
207
- search: string | {
208
- [param: string]: string | string[];
209
- };
210
- }, extraHttpRequestHeaders?: {
211
- [header: string]: string | string[];
212
- }): Observable<HttpResponse<UpdateSkippedResult>>;
213
163
  static ɵfac: i0.ɵɵFactoryDeclaration<SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService, [null, { optional: true; }, { optional: true; }]>;
214
164
  static ɵprov: i0.ɵɵInjectableDeclaration<SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService>;
215
165
  }