@energycap/energycap-sdk-angular 8.2501.5888 → 8.2501.5890-develop-20250204-2037

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,6 +3,7 @@ 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';
6
7
  import { EmissionSourceMultiFactorCreate } from '../model/emissionSourceMultiFactorCreate';
7
8
  import { EmissionSourceMultiFactorEdit } from '../model/emissionSourceMultiFactorEdit';
8
9
  import { EmissionSourceMultiFactorResponse } from '../model/emissionSourceMultiFactorResponse';
@@ -12,6 +13,7 @@ import { MeterLinkRequest } from '../model/meterLinkRequest';
12
13
  import { UDFFieldChild } from '../model/uDFFieldChild';
13
14
  import { UDFValue } from '../model/uDFValue';
14
15
  import { UpdateResult } from '../model/updateResult';
16
+ import { UpdateSkippedResult } from '../model/updateSkippedResult';
15
17
  import { Configuration } from '../configuration';
16
18
  import * as i0 from "@angular/core";
17
19
  export declare class EmissionSourceService {
@@ -108,6 +110,18 @@ export declare class EmissionSourceService {
108
110
  }, extraHttpRequestHeaders?: {
109
111
  [header: string]: string | string[];
110
112
  }): 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>;
111
125
  /**
112
126
  * Edits an emission source
113
127
  *
@@ -211,6 +225,18 @@ export declare class EmissionSourceService {
211
225
  }, extraHttpRequestHeaders?: {
212
226
  [header: string]: string | string[];
213
227
  }): 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>;
214
240
  /**
215
241
  * Creates an emissions source
216
242
  *
@@ -287,6 +313,18 @@ export declare class EmissionSourceService {
287
313
  }, extraHttpRequestHeaders?: {
288
314
  [header: string]: string | string[];
289
315
  }): 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>>;
290
328
  /**
291
329
  * Edits an emission source
292
330
  *
@@ -390,6 +428,18 @@ export declare class EmissionSourceService {
390
428
  }, extraHttpRequestHeaders?: {
391
429
  [header: string]: string | string[];
392
430
  }): 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>>;
393
443
  static ɵfac: i0.ɵɵFactoryDeclaration<EmissionSourceService, [null, { optional: true; }, { optional: true; }]>;
394
444
  static ɵprov: i0.ɵɵInjectableDeclaration<EmissionSourceService>;
395
445
  }
@@ -2,6 +2,7 @@ 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';
5
6
  import { EmissionSourceMultiFactorEdit } from '../model/emissionSourceMultiFactorEdit';
6
7
  import { EmissionSourceMultiFactorResponse } from '../model/emissionSourceMultiFactorResponse';
7
8
  import { EmissionSourceResponse } from '../model/emissionSourceResponse';
@@ -10,6 +11,7 @@ import { MeterLinkRequest } from '../model/meterLinkRequest';
10
11
  import { UDFFieldChild } from '../model/uDFFieldChild';
11
12
  import { UDFValue } from '../model/uDFValue';
12
13
  import { UpdateResult } from '../model/updateResult';
14
+ import { UpdateSkippedResult } from '../model/updateSkippedResult';
13
15
  import { Configuration } from '../configuration';
14
16
  import * as i0 from "@angular/core";
15
17
  export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService {
@@ -56,6 +58,18 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
56
58
  }, extraHttpRequestHeaders?: {
57
59
  [header: string]: string | string[];
58
60
  }): 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>;
59
73
  /**
60
74
  * Edits an emission source
61
75
  *
@@ -95,6 +109,18 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
95
109
  }, extraHttpRequestHeaders?: {
96
110
  [header: string]: string | string[];
97
111
  }): 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>;
98
124
  /**
99
125
  * Edits an emissions source
100
126
  *
@@ -121,6 +147,18 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
121
147
  }, extraHttpRequestHeaders?: {
122
148
  [header: string]: string | string[];
123
149
  }): 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>>;
124
162
  /**
125
163
  * Edits an emission source
126
164
  *
@@ -160,6 +198,18 @@ export declare class SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesE
160
198
  }, extraHttpRequestHeaders?: {
161
199
  [header: string]: string | string[];
162
200
  }): 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>>;
163
213
  static ɵfac: i0.ɵɵFactoryDeclaration<SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService, [null, { optional: true; }, { optional: true; }]>;
164
214
  static ɵprov: i0.ɵɵInjectableDeclaration<SpanClasspropertyinfoPermissionPermissionsEmissionsSourcesEditspanService>;
165
215
  }