Skip to content

Commit 5e77f25

Browse files
WyriHaximusgithub-actions[bot]
authored andcommitted
[GitHubEnterpriseCloud] Update to 1.1.4-197765ae314cd6366887510a47df29dc from 1.1.4-454299d93067cd461297e15605df4d94
Detected Schema changes: 2024-10-24 17:28:34 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2024-10-24 17:28:34 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2024-10-24 17:28:34 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory 2024-10-24 17:28:36 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-actions.yaml └ error: open /__w/github-root/github-root/server-statistics-actions.yaml: no such file or directory 2024-10-24 17:28:36 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-packages.yaml └ error: open /__w/github-root/github-root/server-statistics-packages.yaml: no such file or directory 2024-10-24 17:28:36 ERROR unable to open the rolodex file, check specification references and base path ├ file: /__w/github-root/github-root/server-statistics-advisory-db.yaml └ error: open /__w/github-root/github-root/server-statistics-advisory-db.yaml: no such file or directory ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [208169:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [208171:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [208173:11] ERROR: component `server-statistics-actions.yaml` does not exist in the specification ERROR: component `server-statistics-packages.yaml` does not exist in the specification ERROR: component `server-statistics-advisory-db.yaml` does not exist in the specification ERROR: cannot resolve reference `server-statistics-actions.yaml`, it's missing: [209050:11] ERROR: cannot resolve reference `server-statistics-packages.yaml`, it's missing: [209052:11] ERROR: cannot resolve reference `server-statistics-advisory-db.yaml`, it's missing: [209054:11]
1 parent 92e8368 commit 5e77f25

39 files changed

+23723
-25606
lines changed

clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state

Lines changed: 33 additions & 73 deletions
Large diffs are not rendered by default.

clients/GitHubEnterpriseCloud/src/Internal/Hydrator/Operation/Repos/Owner/Repo/CodeScanning/Alerts/AlertNumber.php

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S
135135
$value = $payload['state'] ?? null;
136136

137137
if ($value === null) {
138-
$missingFields[] = 'state';
138+
$properties['state'] = null;
139139
goto after_state;
140140
}
141141

@@ -1208,7 +1208,12 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
12081208
$instancesUrl = $object->instancesUrl;
12091209
after_instancesUrl: $result['instances_url'] = $instancesUrl;
12101210

1211-
$state = $object->state;
1211+
$state = $object->state;
1212+
1213+
if ($state === null) {
1214+
goto after_state;
1215+
}
1216+
12121217
after_state: $result['state'] = $state;
12131218

12141219
$fixedAt = $object->fixedAt;

0 commit comments

Comments
 (0)