Skip to content
This repository was archived by the owner on Feb 13, 2024. It is now read-only.

Commit 129d961

Browse files
authored
PR for btpsa-v1.8.2 (#511)
1 parent 2182ce6 commit 129d961

File tree

1,218 files changed

+3727
-3739
lines changed

Some content is hidden

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

1,218 files changed

+3727
-3739
lines changed

.github/workflows/links-watcher-cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v3
1818
- name: Link Checker
1919
id: lychee
20-
uses: lycheeverse/lychee-action@v1.7.0
20+
uses: lycheeverse/lychee-action@v1.8.0
2121
with:
2222
args: --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
2323
output: ./lychee/out.md

config/python/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ pyrsistent==0.19.3
1515
python-dateutil==2.8.2
1616
python-editor==1.0.4
1717
readchar==4.0.5
18-
requests==2.30.0
18+
requests==2.31.0
1919
six==1.16.0
2020
urllib3==2.0.2
2121
wcwidth==0.2.6

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-107-then-allof-0-then.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,10 @@ unknown
1212

1313
service plan >default< for >sap-calm< is available in data centers:
1414

15+
* {'region': 'ap10', 'name': 'Australia (Sydney)'}
1516
* {'region': 'eu10', 'name': 'Europe (Frankfurt)'}
1617
* {'region': 'eu20', 'name': 'Europe (Netherlands)'}
18+
* {'region': 'jp10', 'name': 'Japan (Tokyo)'}
1719
* {'region': 'us10', 'name': 'US East (VA)'}
1820

1921
`plan`
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
## authorities Type
22

33
`string[]`
4+
5+
## authorities Default Value
6+
7+
The default value is:
8+
9+
```json
10+
[]
11+
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters-properties-defaultcollectionqueryfilter.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,11 @@
1010
| :--------- | :---------- |
1111
| `"own"` | |
1212
| `"shared"` | |
13+
14+
## defaultCollectionQueryFilter Default Value
15+
16+
The default value is:
17+
18+
```json
19+
"own"
20+
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-120-then-allof-0-then-properties-parameters.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,14 @@ Configures scopes that are available in the client credentials flow.
2727

2828
`string[]`
2929

30+
### authorities Default Value
31+
32+
The default value is:
33+
34+
```json
35+
[]
36+
```
37+
3038
## defaultCollectionQueryFilter
3139

3240
Configures the default behavior of queries that return a collection of Workflow entities.
@@ -53,3 +61,11 @@ Configures the default behavior of queries that return a collection of Workflow
5361
| :--------- | :---------- |
5462
| `"own"` | |
5563
| `"shared"` | |
64+
65+
### defaultCollectionQueryFilter Default Value
66+
67+
The default value is:
68+
69+
```json
70+
"own"
71+
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-19-if-properties-name.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ unknown
77
**constant**: the value of this property must be equal to:
88

99
```json
10-
"c4-distributed-order-management"
10+
"cias"
1111
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-19-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ unknown
3131
**constant**: the value of this property must be equal to:
3232

3333
```json
34-
"c4-distributed-order-management"
34+
"cias"
3535
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-19-then-allof-0-if-properties-plan.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ unknown
77
**constant**: the value of this property must be equal to:
88

99
```json
10-
"default"
10+
"oauth2"
1111
```

docs/generated/btpsa-usecase-properties-services-items-allof-1-then-allof-19-then-allof-0-if.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,5 @@ unknown
3131
**constant**: the value of this property must be equal to:
3232

3333
```json
34-
"default"
34+
"oauth2"
3535
```

0 commit comments

Comments
 (0)