Skip to content

Commit db7a6f2

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 4d950ab commit db7a6f2

File tree

564 files changed

+7012
-2256
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

564 files changed

+7012
-2256
lines changed

Diff for: xero_python/accounting/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@
33
# flake8: noqa
44

55
"""
6-
Xero Accounting API
6+
Xero Accounting API
77
8-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
8+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
99
10-
11-
Generated by: https://openapi-generator.tech
10+
11+
Generated by: https://openapi-generator.tech
1212
"""
1313

1414

Diff for: xero_python/accounting/models/__init__.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,12 @@
22

33
# flake8: noqa
44
"""
5-
Xero Accounting API
5+
Xero Accounting API
66
7-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
7+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
88
9-
10-
Generated by: https://openapi-generator.tech
9+
10+
Generated by: https://openapi-generator.tech
1111
"""
1212

1313

Diff for: xero_python/accounting/models/account.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/account_type.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/accounts.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/accounts_payable.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/accounts_receivable.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/action.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/actions.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/address.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/address_for_organisation.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/allocation.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/allocations.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/attachment.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/attachments.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/balance_details.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/balances.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/bank_transaction.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/bank_transactions.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/bank_transfer.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/bank_transfers.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/batch_payment.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

Diff for: xero_python/accounting/models/batch_payment_delete.py

+4-4
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
# coding: utf-8
22

33
"""
4-
Xero Accounting API
4+
Xero Accounting API
55
6-
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
6+
No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator) # noqa: E501
77
8-
9-
Generated by: https://openapi-generator.tech
8+
9+
Generated by: https://openapi-generator.tech
1010
"""
1111

1212

0 commit comments

Comments
 (0)