Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
274 changes: 137 additions & 137 deletions clients/GitHubEnterpriseCloud/etc/openapi-client-generator.state

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -215,17 +226,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -712,6 +712,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -766,14 +774,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -219,17 +230,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -833,6 +833,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -887,14 +895,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -217,17 +228,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -778,6 +778,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -832,14 +840,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -569,17 +580,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -1416,6 +1416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -1470,14 +1478,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -441,6 +441,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -569,17 +580,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -1416,6 +1416,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -1470,14 +1478,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -371,6 +371,17 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_nodeId:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['owner'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -499,17 +510,6 @@ private function hydrateApiClients⚡️Client⚡️GitHubEnterpriseCloud⚡️S

after_installationsCount:

$value = $payload['client_id'] ?? null;

if ($value === null) {
$properties['clientId'] = null;
goto after_clientId;
}

$properties['clientId'] = $value;

after_clientId:

$value = $payload['client_secret'] ?? null;

if ($value === null) {
Expand Down Expand Up @@ -2893,6 +2893,14 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou
$nodeId = $object->nodeId;
after_nodeId: $result['node_id'] = $nodeId;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$owner = $object->owner;

if ($owner === null) {
Expand Down Expand Up @@ -2947,14 +2955,6 @@ private function serializeObjectApiClients⚡️Client⚡️GitHubEnterpriseClou

after_installationsCount: $result['installations_count'] = $installationsCount;

$clientId = $object->clientId;

if ($clientId === null) {
goto after_clientId;
}

after_clientId: $result['client_id'] = $clientId;

$clientSecret = $object->clientSecret;

if ($clientSecret === null) {
Expand Down
Loading
Loading