Skip to content

Commit 013d9c5

Browse files
committed
Feature/test pipeline creation (#351)
* ECOOI-6890 Fix Vulnerable Packages in Dotnet SDK * use test project * trigger pipeline * trigger build * minor changes to trigger all pipelines
1 parent c320b29 commit 013d9c5

File tree

7 files changed

+300
-0
lines changed

7 files changed

+300
-0
lines changed

src/gen/api/accountingApi.ts

Lines changed: 237 additions & 0 deletions
Large diffs are not rendered by default.

src/gen/api/appStoreApi.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,7 @@ export class AppStoreApi {
118118
responseType: responseTypeOption,
119119
data: {},
120120
};
121+
121122

122123
let authenticationPromise = Promise.resolve();
123124
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -185,6 +186,7 @@ export class AppStoreApi {
185186
responseType: responseTypeOption,
186187
data: {},
187188
};
189+
188190

189191
let authenticationPromise = Promise.resolve();
190192
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -267,6 +269,7 @@ export class AppStoreApi {
267269
responseType: responseTypeOption,
268270
data: ObjectSerializer.serialize(createUsageRecord, "CreateUsageRecord"),
269271
};
272+
270273

271274
let authenticationPromise = Promise.resolve();
272275
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -356,6 +359,7 @@ export class AppStoreApi {
356359
responseType: responseTypeOption,
357360
data: ObjectSerializer.serialize(updateUsageRecord, "UpdateUsageRecord"),
358361
};
362+
359363

360364
let authenticationPromise = Promise.resolve();
361365
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));

src/gen/api/assetApi.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ export class AssetApi {
125125
responseType: responseTypeOption,
126126
data: ObjectSerializer.serialize(asset, "Asset"),
127127
};
128+
128129

129130
let authenticationPromise = Promise.resolve();
130131
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -200,6 +201,7 @@ export class AssetApi {
200201
responseType: responseTypeOption,
201202
data: ObjectSerializer.serialize(assetType, "AssetType"),
202203
};
204+
203205

204206
let authenticationPromise = Promise.resolve();
205207
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -274,6 +276,7 @@ export class AssetApi {
274276
responseType: responseTypeOption,
275277
data: {},
276278
};
279+
277280

278281
let authenticationPromise = Promise.resolve();
279282
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -341,6 +344,7 @@ export class AssetApi {
341344
responseType: responseTypeOption,
342345
data: {},
343346
};
347+
344348

345349
let authenticationPromise = Promise.resolve();
346350
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -408,6 +412,7 @@ export class AssetApi {
408412
responseType: responseTypeOption,
409413
data: {},
410414
};
415+
411416

412417
let authenticationPromise = Promise.resolve();
413418
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -510,6 +515,7 @@ export class AssetApi {
510515
responseType: responseTypeOption,
511516
data: {},
512517
};
518+
513519

514520
let authenticationPromise = Promise.resolve();
515521
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));

src/gen/api/bankfeedsApi.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,7 @@ export class BankFeedsApi {
124124
responseType: responseTypeOption,
125125
data: ObjectSerializer.serialize(feedConnections, "FeedConnections"),
126126
};
127+
127128

128129
let authenticationPromise = Promise.resolve();
129130
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -200,6 +201,7 @@ export class BankFeedsApi {
200201
responseType: responseTypeOption,
201202
data: ObjectSerializer.serialize(statements, "Statements"),
202203
};
204+
203205

204206
let authenticationPromise = Promise.resolve();
205207
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -275,6 +277,7 @@ export class BankFeedsApi {
275277
responseType: responseTypeOption,
276278
data: ObjectSerializer.serialize(feedConnections, "FeedConnections"),
277279
};
280+
278281

279282
let authenticationPromise = Promise.resolve();
280283
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -349,6 +352,7 @@ export class BankFeedsApi {
349352
responseType: responseTypeOption,
350353
data: {},
351354
};
355+
352356

353357
let authenticationPromise = Promise.resolve();
354358
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -426,6 +430,7 @@ export class BankFeedsApi {
426430
responseType: responseTypeOption,
427431
data: {},
428432
};
433+
429434

430435
let authenticationPromise = Promise.resolve();
431436
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -500,6 +505,7 @@ export class BankFeedsApi {
500505
responseType: responseTypeOption,
501506
data: {},
502507
};
508+
503509

504510
let authenticationPromise = Promise.resolve();
505511
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -582,6 +588,7 @@ export class BankFeedsApi {
582588
responseType: responseTypeOption,
583589
data: {},
584590
};
591+
585592

586593
let authenticationPromise = Promise.resolve();
587594
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));

src/gen/api/filesApi.ts

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ export class FilesApi {
131131
responseType: responseTypeOption,
132132
data: ObjectSerializer.serialize(association, "Association"),
133133
};
134+
134135

135136
let authenticationPromise = Promise.resolve();
136137
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -206,6 +207,7 @@ export class FilesApi {
206207
responseType: responseTypeOption,
207208
data: ObjectSerializer.serialize(folder, "Folder"),
208209
};
210+
209211

210212
let authenticationPromise = Promise.resolve();
211213
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -279,6 +281,7 @@ export class FilesApi {
279281
responseType: responseTypeOption,
280282
data: {},
281283
};
284+
282285

283286
let authenticationPromise = Promise.resolve();
284287
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -359,6 +362,7 @@ export class FilesApi {
359362
responseType: responseTypeOption,
360363
data: {},
361364
};
365+
362366

363367
let authenticationPromise = Promise.resolve();
364368
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -432,6 +436,7 @@ export class FilesApi {
432436
responseType: responseTypeOption,
433437
data: {},
434438
};
439+
435440

436441
let authenticationPromise = Promise.resolve();
437442
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -526,6 +531,7 @@ export class FilesApi {
526531
responseType: responseTypeOption,
527532
data: {},
528533
};
534+
529535

530536
let authenticationPromise = Promise.resolve();
531537
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -603,6 +609,7 @@ export class FilesApi {
603609
responseType: responseTypeOption,
604610
data: {},
605611
};
612+
606613

607614
let authenticationPromise = Promise.resolve();
608615
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -677,6 +684,7 @@ export class FilesApi {
677684
responseType: responseTypeOption,
678685
data: {},
679686
};
687+
680688

681689
let authenticationPromise = Promise.resolve();
682690
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -751,6 +759,7 @@ export class FilesApi {
751759
responseType: responseTypeOption,
752760
data: {},
753761
};
762+
754763

755764
let authenticationPromise = Promise.resolve();
756765
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -825,6 +834,7 @@ export class FilesApi {
825834
responseType: responseTypeOption,
826835
data: {},
827836
};
837+
828838

829839
let authenticationPromise = Promise.resolve();
830840
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -907,6 +917,7 @@ export class FilesApi {
907917
responseType: responseTypeOption,
908918
data: {},
909919
};
920+
910921

911922
let authenticationPromise = Promise.resolve();
912923
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -981,6 +992,7 @@ export class FilesApi {
981992
responseType: responseTypeOption,
982993
data: {},
983994
};
995+
984996

985997
let authenticationPromise = Promise.resolve();
986998
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1053,6 +1065,7 @@ export class FilesApi {
10531065
responseType: responseTypeOption,
10541066
data: {},
10551067
};
1068+
10561069

10571070
let authenticationPromise = Promise.resolve();
10581071
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1120,6 +1133,7 @@ export class FilesApi {
11201133
responseType: responseTypeOption,
11211134
data: {},
11221135
};
1136+
11231137

11241138
let authenticationPromise = Promise.resolve();
11251139
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1202,6 +1216,7 @@ export class FilesApi {
12021216
responseType: responseTypeOption,
12031217
data: ObjectSerializer.serialize(fileObject, "FileObject"),
12041218
};
1219+
12051220

12061221
let authenticationPromise = Promise.resolve();
12071222
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1284,6 +1299,7 @@ export class FilesApi {
12841299
responseType: responseTypeOption,
12851300
data: ObjectSerializer.serialize(folder, "Folder"),
12861301
};
1302+
12871303

12881304
let authenticationPromise = Promise.resolve();
12891305
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1385,6 +1401,7 @@ export class FilesApi {
13851401
responseType: responseTypeOption,
13861402
data: {},
13871403
};
1404+
13881405

13891406
localVarUseFormData = true;
13901407
localVarHeaderParams["Content-Type"] = "multipart/form-data";
@@ -1497,6 +1514,7 @@ export class FilesApi {
14971514
responseType: responseTypeOption,
14981515
data: {},
14991516
};
1517+
15001518

15011519
localVarUseFormData = true;
15021520
localVarHeaderParams["Content-Type"] = "multipart/form-data";

src/gen/api/financeApi.ts

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export class FinanceApi {
134134
responseType: responseTypeOption,
135135
data: {},
136136
};
137+
137138

138139
let authenticationPromise = Promise.resolve();
139140
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -206,6 +207,7 @@ export class FinanceApi {
206207
responseType: responseTypeOption,
207208
data: {},
208209
};
210+
209211

210212
let authenticationPromise = Promise.resolve();
211213
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -278,6 +280,7 @@ export class FinanceApi {
278280
responseType: responseTypeOption,
279281
data: {},
280282
};
283+
281284

282285
let authenticationPromise = Promise.resolve();
283286
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -350,6 +353,7 @@ export class FinanceApi {
350353
responseType: responseTypeOption,
351354
data: {},
352355
};
356+
353357

354358
let authenticationPromise = Promise.resolve();
355359
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -452,6 +456,7 @@ export class FinanceApi {
452456
responseType: responseTypeOption,
453457
data: {},
454458
};
459+
455460

456461
let authenticationPromise = Promise.resolve();
457462
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -534,6 +539,7 @@ export class FinanceApi {
534539
responseType: responseTypeOption,
535540
data: {},
536541
};
542+
537543

538544
let authenticationPromise = Promise.resolve();
539545
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -606,6 +612,7 @@ export class FinanceApi {
606612
responseType: responseTypeOption,
607613
data: {},
608614
};
615+
609616

610617
let authenticationPromise = Promise.resolve();
611618
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -683,6 +690,7 @@ export class FinanceApi {
683690
responseType: responseTypeOption,
684691
data: {},
685692
};
693+
686694

687695
let authenticationPromise = Promise.resolve();
688696
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -770,6 +778,7 @@ export class FinanceApi {
770778
responseType: responseTypeOption,
771779
data: {},
772780
};
781+
773782

774783
let authenticationPromise = Promise.resolve();
775784
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -857,6 +866,7 @@ export class FinanceApi {
857866
responseType: responseTypeOption,
858867
data: {},
859868
};
869+
860870

861871
let authenticationPromise = Promise.resolve();
862872
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -934,6 +944,7 @@ export class FinanceApi {
934944
responseType: responseTypeOption,
935945
data: {},
936946
};
947+
937948

938949
let authenticationPromise = Promise.resolve();
939950
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));
@@ -1006,6 +1017,7 @@ export class FinanceApi {
10061017
responseType: responseTypeOption,
10071018
data: {},
10081019
};
1020+
10091021

10101022
let authenticationPromise = Promise.resolve();
10111023
authenticationPromise = authenticationPromise.then(() => this.authentications.OAuth2.applyToRequest(localVarRequestOptions));

0 commit comments

Comments
 (0)