Commit 1c113e3
chore: 🐝 Update SDK - Generate 0.37.1 (#275)
> [!IMPORTANT]
> Linting report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/linting-report/e48e5b45b986ddac222481228454287f>
> OpenAPI Change report available at:
<https://app.speakeasy.com/org/unstructured/unstructured5xr/changes-report/e3daf35f8c74cd0b71f47b7903c614af>
# SDK update
Based on:
- OpenAPI Doc
- Speakeasy CLI 1.552.0 (2.610.0)
https://github.com/speakeasy-api/speakeasy
## Versioning
Version Bump Type: [patch] - 🤖 (automated)
## OpenAPI Change Summary
```
├─┬Info
│ └──[🔀] version (18:16)
├─┬Paths
│ ├──[➕] path (1364:5)
│ ├──[➕] path (2041:5)
│ ├──[➕] path (2098:5)
│ ├──[➕] path (1297:5)
│ └─┬/api/v1/workflows/
│ └─┬GET
│ ├──[➕] parameters (1507:21)❌
│ ├──[➕] parameters (1524:21)❌
│ ├──[➕] parameters (1558:21)❌
│ ├──[➕] parameters (1575:21)❌
│ ├──[➕] parameters (1601:21)❌
│ ├──[➕] parameters (1627:21)❌
│ ├──[➕] parameters (1441:21)❌
│ ├──[➕] parameters (1541:21)❌
│ ├──[➕] parameters (1591:21)❌
│ ├──[➕] parameters (1610:21)❌
│ └──[🔀] description (1437:24)
└─┬Components
├──[➕] schemas (4546:21)
├──[➕] schemas (4583:25)
├──[➕] schemas (4739:30)
├──[➕] schemas (6332:26)
├──[➕] schemas (3934:25)
├──[➕] schemas (3895:26)
├──[➕] schemas (3942:21)
├──[➕] schemas (5521:26)
├──[➕] schemas (4678:25)
├──[➕] schemas (6756:24)
├─┬GoogleDriveSourceConnectorConfig
│ └─┬service_account_key
│ ├──[➖] type (1:50611)❌
│ ├──[➕] anyOf (6332:26)
│ └──[➕] anyOf (4056:15)
├─┬GoogleDriveSourceConnectorConfigInput
│ └─┬service_account_key
│ ├──[➖] type (1:51095)❌
│ ├──[➕] anyOf (6332:26)
│ └──[➕] anyOf (4100:15)
└─┬SourceConnectorType
└──[➕] enum (6892:11)
```
| Document Element | Total Changes | Breaking Changes |
|------------------|---------------|------------------|
| info | 1 | 0 |
| paths | 15 | 10 |
| components | 17 | 2 |
## PYTHON CHANGELOG
## core: 5.19.0 - 2025-05-20
### 🐝 New Features
- Enable module lazy loading. This leads to faster module import times
*(commit by [@kanwardeep](https://github.com/Kanwardeep))*
## core: 5.18.1 - 2025-05-15
### 🐛 Bug Fixes
- Prevent AsyncClient.aclose() not awaited warnings *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.18.0 - 2025-05-12
### 🐝 New Features
- upgrade minimum python version to 3.9.2 *(commit by
[@simplesagar](https://github.com/simplesagar))*
## core: 5.17.2 - 2025-05-07
### 🐛 Bug Fixes
- fixed stability of generated examples using operation and field seeds,
including fixes to union examples *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.17.1 - 2025-05-04
### 🐛 Bug Fixes
- Revert the commit which introduced moduleName change *(commit by
[@kanwardeep](https://github.com/Kanwardeep))*
## core: 5.17.0 - 2025-04-30
### 🐝 New Features
- adding the ability to choose module name by adding a new key in
gen.yaml *(commit by [@kanwardeep](https://github.com/Kanwardeep))*
## core: 5.16.1 - 2025-04-23
### 🐛 Bug Fixes
- improved python http client finalizer to avoid testing issues *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.16.0 - 2025-04-18
### 🐝 New Features
- Remove typing-inspection dependency *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.15.0 - 2025-04-17
### 🐝 New Features
- Remove python-dateutil dependency *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.14.0 - 2025-04-15
### 🐝 New Features
- Upgrade mypy to 1.15 for performance and correctness improvements
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.12.7 - 2025-04-11
### 🐛 Bug Fixes
- increase stability of generator model file names *(commit by
[@vishalg0wda](https://github.com/vishalg0wda))*
## core: 5.13.0 - 2025-04-07
### 🐝 New Features
- Improve memory utilization and startup time with Pydantic 2.11 upgrade
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.12.6 - 2025-04-03
### 🐛 Bug Fixes
- improve performance of generation on multicore machines and various
fixes to correctness based on order of generation *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.12.5 - 2025-03-28
### 🐛 Bug Fixes
- Prevent Pydantic 2.11 deprecation warnings with model_fields usage in
models *(commit by [@bflad](https://github.com/bflad))*
## core: 5.12.4 - 2025-03-16
### 🐛 Bug Fixes
- force quote circular referenced types *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.12.3 - 2025-03-10
### 🐛 Bug Fixes
- disable key sorting when serializing to json *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.12.2 - 2025-03-02
### 🐛 Bug Fixes
- handle indirect circular references *(commit by
[@vishalg0wda](https://github.com/vishalg0wda))*
## core: 5.12.1 - 2025-02-21
### 🐛 Bug Fixes
- handle usage snippet templating when no servers are defined in the
spec *(commit by [@vishalg0wda](https://github.com/vishalg0wda))*
## core: 5.12.0 - 2025-02-12
### 🐝 New Features
- support openapi specs without server urls *(commit by
[@vishalg0wda](https://github.com/vishalg0wda))*
## core: 5.11.0 - 2025-02-04
### 🐝 New Features
- make testing security example matching more forgiving *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.10.9 - 2025-01-31
### 🐛 Bug Fixes
- fixed handling of default fields in usage snippets and tests, fixed
validation of required schema property *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.8 - 2025-01-30
### 🐛 Bug Fixes
- fixed handling of field names conflicting with reserved keywords
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.7 - 2025-01-29
### 🐛 Bug Fixes
- allow for no global server url on pythonv2 sdks *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.10.6 - 2025-01-27
### 🐛 Bug Fixes
- sort subresponses based on the worst scoring response in the group to
ensure that no unreachable code paths are created *(commit by
[@idbentley](https://github.com/idbentley))*
## core: 5.10.5 - 2025-01-23
### 🐛 Bug Fixes
- register finalizer function to close httpx clients and document
context manager usage *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.10.4 - 2025-01-20
### 🐛 Bug Fixes
- unpin pythonv2 dependencies *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.10.3 - 2025-01-20
### 🐛 Bug Fixes
- fixed handling of additional dependencies and running of python tests
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.10.2 - 2025-01-13
### 🐛 Bug Fixes
- handle 4XX and 5XX error ranges seperately *(commit by
[@idbentley](https://github.com/idbentley))*
## core: 5.10.1 - 2025-01-10
### 🐛 Bug Fixes
- prevent wrapping of lambda fn from causing pylint error *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.10.0 - 2025-01-08
### 🐝 New Features
- expose sdk versioning data as constants in python *(commit by
[@walker-tx](https://github.com/walker-tx))*
## core: 5.9.0 - 2025-01-08
### 🐝 New Features
- Upgrade poetry to 2.0.0 for latest features such as PEP 621 support
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.8.0 - 2025-01-06
### 🐝 New Features
- Bump Python minimum version to 3.9 as 3.8 has been end-of-life since
October 2024 *(commit by [@bflad](https://github.com/bflad))*
## core: 5.7.6 - 2025-01-06
### 🐛 Bug Fixes
- Upgrade mypy to 1.14.1 to prevent Python 3.13 errors *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.7.5 - 2025-01-06
### 🐛 Bug Fixes
- conflicts with models package in field names *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.7.4 - 2024-12-16
### 🐛 Bug Fixes
- flattening with hidden parameters *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.7.3 - 2024-12-13
### 🐛 Bug Fixes
- Support OAS references under multipart/form-data file properties
*(commit by [@bflad](https://github.com/bflad))*
## core: 5.7.2 - 2024-12-13
### 🐛 Bug Fixes
- add a docstring for http_headers *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.7.1 - 2024-12-12
### 🐛 Bug Fixes
- templating of local server URLs *(commit by
[@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.7.0 - 2024-12-12
### 🐝 New Features
- support passing extra request headers in sdk method calls *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.11 - 2024-12-09
### 🔧 Chores
- update pydantic and httpx dependencies *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.10 - 2024-12-06
### 🐛 Bug Fixes
- support property names solely comprised of illegal characters *(commit
by [@mfbx9da4](https://github.com/mfbx9da4))*
## core: 5.6.9 - 2024-12-04
### 🐛 Bug Fixes
- avoid setting content-type header for requests with no bodies *(commit
by [@disintegrator](https://github.com/disintegrator))*
## core: 5.6.8 - 2024-11-22
### 🐛 Bug Fixes
- handle circular references through unions correctly *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.7 - 2024-11-22
### 🐛 Bug Fixes
- make the SDK a context manager so transports can be closed after use
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.6.6 - 2024-11-21
### 🐛 Bug Fixes
- widen python-dateutil dependency requirement *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.5 - 2024-11-12
### 🐛 Bug Fixes
- sort media type objects by specificity *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.6.4 - 2024-11-05
### 🐛 Bug Fixes
- Prevent compilation errors with missing response schemas *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.6.3 - 2024-11-04
### 🐛 Bug Fixes
- Prevent compilation errors on macOS and if the source code directory
changes *(commit by [@bflad](https://github.com/bflad))*
## core: 5.6.2 - 2024-10-31
### 🐛 Bug Fixes
- Prevent panic with invalid implicit discriminator mappings with
propertyName within allOf object *(commit by
[@bflad](https://github.com/bflad))*
## core: 5.6.1 - 2024-10-29
### 🔧 Chores
- upgrade pydantic to 2.9.2 *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.6.0 - 2024-10-07
### 🐝 New Features
- export python package metadata *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.5.8 - 2024-10-01
### 🐛 Bug Fixes
- import `TypedDict` from `typing_extensions` *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.5.7 - 2024-09-27
### 🐛 Bug Fixes
- update readme formatting *(commit by
[@adaam2](https://github.com/adaam2))*
## core: 5.5.6 - 2024-09-25
### 🐛 Bug Fixes
- update readme generation to replace welcome to new sdk section with
new markdown notice *(commit by [@adaam2](https://github.com/adaam2))*
## core: 5.5.5 - 2024-09-25
### 🐛 Bug Fixes
- fixes to missing examples and improvements to number examples *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.5.4 - 2024-09-18
### 🐛 Bug Fixes
- fixed handling of pre calculated examples *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.5.3 - 2024-09-12
### 🐛 Bug Fixes
- crash when there was no available security *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.5.2 - 2024-09-11
### 🔧 Chores
- improvements to usage snippet generation *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.5.1 - 2024-09-10
### 🔧 Chores
- sort sub-sdks in readme *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.5.0 - 2024-09-08
### 🐝 New Features
- format code with dprint *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.4.5 - 2024-09-07
### 🐛 Bug Fixes
- ensure async client is used for async request building *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.4 - 2024-09-06
### 🔧 Chores
- upgrade to Pydantic 2.9 *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.3 - 2024-09-05
### 🐛 Bug Fixes
- ensure generated examples are stable generation to generation *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.2 - 2024-08-28
### 🐛 Bug Fixes
- remove pyright entry from pyproject.toml *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.3.9 - 2024-08-18
### 🐛 Bug Fixes
- fixed handling of unset values when using serializers *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.4.1 - 2024-08-17
### 🔧 Chores
- remove unused method param *(commit by
[@adaam2](https://github.com/adaam2))*
## core: 5.3.8 - 2024-08-12
### 🐛 Bug Fixes
- downgrade python-dateutil to 2.8.2 *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.4.0 - 2024-08-09
### 🐝 New Features
- default debug logging *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.3.7 - 2024-08-08
### 🔧 Chores
- add README information regarding IDE support *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.6 - 2024-08-08
### 🐛 Bug Fixes
- ensure README uploaded to pypi used absolute links *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.5 - 2024-08-07
### 🐛 Bug Fixes
- ordering of models in file to ensure dependencies come first *(commit
by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.4 - 2024-08-06
### 🐛 Bug Fixes
- various fixes to linting and type errors *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.3 - 2024-08-02
### 🐛 Bug Fixes
- fixed various issues with pyright warning/errors *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.3.2 - 2024-08-01
### 🐛 Bug Fixes
- language specific env var wrapping *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 5.3.1 - 2024-08-01
### 🔧 Chores
- set pyproject.toml version field at compile time *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.2.6 - 2024-08-01
### 🐛 Bug Fixes
- add --skip-existing to poetry publish script *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.3.0 - 2024-07-31
### 🐝 New Features
- python debug logger interface *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.2.5 - 2024-07-31
### 🐛 Bug Fixes
- fixed conversion of collection fields from TypedDict to Pydantic model
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.2.4 - 2024-07-23
### 🐛 Bug Fixes
- avoid injecting empty 2xx sub-response if `default` status code is
available and considered succesful *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.2.3 - 2024-07-23
### 🐛 Bug Fixes
- fixed usage snippet generation not showing examples for oneOf/anyOf
schemas *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.2.2 - 2024-07-22
### 🐛 Bug Fixes
- handling of empty response bodies *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.2.1 - 2024-07-22
### 🐛 Bug Fixes
- handling of renamed object fields using x-speakeasy-name-override
*(commit by [@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.2.0 - 2024-07-19
### 🐝 New Features
- make unset a falsy value *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.1.6 - 2024-07-17
### 🐛 Bug Fixes
- allow model_ prefixes on model fields *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.1.5 - 2024-07-17
### 🐛 Bug Fixes
- fixed handling of nullable fields and py.typed detection *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.1.4 - 2024-07-16
### 🐛 Bug Fixes
- fixed errors raised by Mypy *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.1.3 - 2024-07-16
### 🔧 Chores
- add CONTRIBUTING.md generation if file doesn't exist *(commit by
[@TristanSpeakEasy](https://github.com/tristanspeakeasy))*
## core: 5.1.2 - 2024-07-15
### 🐛 Bug Fixes
- revert debug mode feature pending further improvements *(commit by
[@disintegrator](https://github.com/disintegrator))*
## core: 5.1.1 - 2024-07-12
### 🐛 Bug Fixes
- class attribute uses default factory for unset *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.1.0 - 2024-07-11
### 🐝 New Features
- python debug logs *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 4.8.1 - 2024-07-09
### 🐛 Bug Fixes
- Use 0666 file mode for writing configuration and lock files *(commit
by [@bflad](https://github.com/bflad))*
## core: 4.8.0 - 2024-07-05
### 🐝 New Features
- add timeout config to pythonv2 operations and sdk *(commit by
[@ryan-timothy-albert](https://github.com/ryan-timothy-albert))*
## core: 5.0.0 - 2024-07-04
### 🐝 New Features
- upgrade to pythonv2 *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
## core: 4.6.14 - 2024-06-27
### 🐛 Bug Fixes
- remove unnecessary accept_header_override documentation elements
*(commit by [@ThomasRooney](https://github.com/ThomasRooney))*
## core: 4.6.13 - 2024-06-21
### 🔧 Chores
- update contribution section wording *(commit by
[@disintegrator](https://github.com/disintegrator))*
## sdkHooks: 1.0.1 - 2025-02-18
### 🐛 Bug Fixes
- Ensure base_url is set with global or client instantiation server URL
*(commit by [@bflad](https://github.com/bflad))*
## sdkHooks: 1.0.0 - 2024-07-04
### 🐝 New Features
- upgrade to pythonv2 *(commit by
[@ThomasRooney](https://github.com/ThomasRooney))*
Co-authored-by: speakeasybot <[email protected]>1 parent a8e484c commit 1c113e3
File tree
58 files changed
+1985
-50
lines changed- .speakeasy
- _test_contract/platform_api
- docs
- models
- operations
- sdks
- jobs
- users
- workflows
- src/unstructured_client
- models
- operations
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
58 files changed
+1985
-50
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
| 8 | + | |
| 9 | + | |
10 | 10 | | |
11 | 11 | | |
12 | 12 | | |
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
73 | 77 | | |
74 | 78 | | |
75 | 79 | | |
| |||
86 | 90 | | |
87 | 91 | | |
88 | 92 | | |
| 93 | + | |
| 94 | + | |
89 | 95 | | |
90 | 96 | | |
| 97 | + | |
| 98 | + | |
91 | 99 | | |
92 | 100 | | |
93 | 101 | | |
| |||
130 | 138 | | |
131 | 139 | | |
132 | 140 | | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
133 | 144 | | |
134 | 145 | | |
135 | 146 | | |
136 | 147 | | |
137 | 148 | | |
138 | 149 | | |
139 | 150 | | |
| 151 | + | |
140 | 152 | | |
141 | 153 | | |
142 | 154 | | |
143 | 155 | | |
144 | 156 | | |
| 157 | + | |
| 158 | + | |
145 | 159 | | |
| 160 | + | |
| 161 | + | |
146 | 162 | | |
147 | 163 | | |
148 | 164 | | |
| |||
164 | 180 | | |
165 | 181 | | |
166 | 182 | | |
| 183 | + | |
167 | 184 | | |
168 | 185 | | |
169 | 186 | | |
| |||
181 | 198 | | |
182 | 199 | | |
183 | 200 | | |
| 201 | + | |
184 | 202 | | |
| 203 | + | |
185 | 204 | | |
186 | 205 | | |
187 | 206 | | |
188 | 207 | | |
189 | 208 | | |
190 | 209 | | |
| 210 | + | |
191 | 211 | | |
192 | 212 | | |
193 | 213 | | |
| |||
217 | 237 | | |
218 | 238 | | |
219 | 239 | | |
| 240 | + | |
220 | 241 | | |
221 | 242 | | |
222 | 243 | | |
| |||
251 | 272 | | |
252 | 273 | | |
253 | 274 | | |
| 275 | + | |
| 276 | + | |
254 | 277 | | |
255 | 278 | | |
256 | 279 | | |
257 | 280 | | |
258 | 281 | | |
259 | 282 | | |
260 | 283 | | |
| 284 | + | |
261 | 285 | | |
| 286 | + | |
262 | 287 | | |
263 | 288 | | |
264 | 289 | | |
| |||
296 | 321 | | |
297 | 322 | | |
298 | 323 | | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
299 | 327 | | |
300 | 328 | | |
301 | 329 | | |
| |||
306 | 334 | | |
307 | 335 | | |
308 | 336 | | |
| 337 | + | |
| 338 | + | |
309 | 339 | | |
| 340 | + | |
| 341 | + | |
310 | 342 | | |
311 | 343 | | |
312 | 344 | | |
| |||
326 | 358 | | |
327 | 359 | | |
328 | 360 | | |
| 361 | + | |
329 | 362 | | |
330 | 363 | | |
331 | 364 | | |
| |||
342 | 375 | | |
343 | 376 | | |
344 | 377 | | |
| 378 | + | |
345 | 379 | | |
346 | 380 | | |
347 | 381 | | |
348 | 382 | | |
349 | 383 | | |
350 | 384 | | |
351 | 385 | | |
| 386 | + | |
352 | 387 | | |
353 | 388 | | |
354 | 389 | | |
| |||
370 | 405 | | |
371 | 406 | | |
372 | 407 | | |
| 408 | + | |
373 | 409 | | |
374 | 410 | | |
375 | 411 | | |
| |||
594 | 630 | | |
595 | 631 | | |
596 | 632 | | |
| 633 | + | |
| 634 | + | |
| 635 | + | |
597 | 636 | | |
598 | 637 | | |
599 | 638 | | |
| |||
633 | 672 | | |
634 | 673 | | |
635 | 674 | | |
| 675 | + | |
| 676 | + | |
| 677 | + | |
| 678 | + | |
| 679 | + | |
| 680 | + | |
| 681 | + | |
| 682 | + | |
| 683 | + | |
| 684 | + | |
| 685 | + | |
| 686 | + | |
| 687 | + | |
| 688 | + | |
| 689 | + | |
| 690 | + | |
| 691 | + | |
| 692 | + | |
| 693 | + | |
| 694 | + | |
| 695 | + | |
| 696 | + | |
| 697 | + | |
| 698 | + | |
| 699 | + | |
| 700 | + | |
| 701 | + | |
| 702 | + | |
| 703 | + | |
| 704 | + | |
| 705 | + | |
| 706 | + | |
| 707 | + | |
| 708 | + | |
| 709 | + | |
| 710 | + | |
636 | 711 | | |
637 | 712 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
6 | | - | |
| 5 | + | |
| 6 | + | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
| 9 | + | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | | - | |
16 | | - | |
| 15 | + | |
| 16 | + | |
17 | 17 | | |
18 | | - | |
| 18 | + | |
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1007 | 1007 | | |
1008 | 1008 | | |
1009 | 1009 | | |
1010 | | - | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
| 1013 | + | |
| 1014 | + | |
| 1015 | + | |
| 1016 | + | |
| 1017 | + | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
11 | | - | |
| 11 | + | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| |||
69 | 69 | | |
70 | 70 | | |
71 | 71 | | |
72 | | - | |
| 72 | + | |
73 | 73 | | |
74 | 74 | | |
75 | 75 | | |
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
| 103 | + | |
104 | 104 | | |
105 | 105 | | |
106 | 106 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
63 | 63 | | |
64 | 64 | | |
65 | 65 | | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
66 | 72 | | |
67 | 73 | | |
68 | 74 | | |
69 | 75 | | |
70 | 76 | | |
71 | 77 | | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
72 | 84 | | |
73 | 85 | | |
74 | 86 | | |
| |||
80 | 92 | | |
81 | 93 | | |
82 | 94 | | |
83 | | - | |
| 95 | + | |
84 | 96 | | |
85 | 97 | | |
86 | 98 | | |
| |||
111 | 123 | | |
112 | 124 | | |
113 | 125 | | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
114 | 138 | | |
115 | 139 | | |
116 | 140 | | |
| |||
0 commit comments