Skip to content

Commit 96265f9

Browse files
feat(api): api update
1 parent 8771152 commit 96265f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 236
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-81da26cfd6540bc5195c268095b26df132373e932997f224d19247a36e1a1183.yml
3-
openapi_spec_hash: 7b9bbc35378f2fc47629810923bd0017
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f8f6ba45132556b8cd3b7aec8578241638d4774e41ac769df78731d919c1825f.yml
3+
openapi_spec_hash: 9c80a378f9fb89d648f47596aef948d9
44
config_hash: 25d7d7aa4882db6189b4b53e8e249e80

src/Entities/Entity.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ final class Entity implements BaseModel
174174
public string $type;
175175

176176
/**
177-
* The validation results for the entity.
177+
* The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
178178
*/
179179
#[Required]
180180
public ?Validation $validation;
@@ -515,7 +515,7 @@ public function withType(Type|string $type): self
515515
}
516516

517517
/**
518-
* The validation results for the entity.
518+
* The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
519519
*
520520
* @param Validation|ValidationShape|null $validation
521521
*/

src/Entities/Entity/Validation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
use Increase\Entities\Entity\Validation\Status;
1212

1313
/**
14-
* The validation results for the entity.
14+
* The validation results for the entity. Learn more about [validations](/documentation/entity-validation).
1515
*
1616
* @phpstan-import-type IssueShape from \Increase\Entities\Entity\Validation\Issue
1717
*

0 commit comments

Comments
 (0)