Skip to content

Commit a63f04e

Browse files
feat(api): api update
1 parent 91969d1 commit a63f04e

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
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: 232
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-50d1961c2f7a9b49b1176da26978fbdf0acc1150d731540dcbeeea795ad63fd5.yml
3-
openapi_spec_hash: c8fee0479195a45721851f5f640e5087
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-43f9f952601cef2893cb1f66276d2f820ddaa8f3f628f2787bce991dbae6b079.yml
3+
openapi_spec_hash: dde142c551d19b01bfde45f2616cb7d7
44
config_hash: 27e44ed36b9c5617b580ead7231a594a

src/Entities/EntityCreateParams.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ final class EntityCreateParams implements BaseModel
9494
public ?NaturalPerson $naturalPerson;
9595

9696
/**
97-
* An assessment of the entitys potential risk of involvement in financial crimes, such as money laundering.
97+
* An assessment of the entity's potential risk of involvement in financial crimes, such as money laundering.
9898
*/
9999
#[Optional('risk_rating')]
100100
public ?RiskRating $riskRating;
@@ -271,7 +271,7 @@ public function withNaturalPerson(NaturalPerson|array $naturalPerson): self
271271
}
272272

273273
/**
274-
* An assessment of the entitys potential risk of involvement in financial crimes, such as money laundering.
274+
* An assessment of the entity's potential risk of involvement in financial crimes, such as money laundering.
275275
*
276276
* @param RiskRating|RiskRatingShape $riskRating
277277
*/

src/Entities/EntityCreateParams/RiskRating.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
use Increase\Entities\EntityCreateParams\RiskRating\Rating;
1111

1212
/**
13-
* An assessment of the entitys potential risk of involvement in financial crimes, such as money laundering.
13+
* An assessment of the entity's potential risk of involvement in financial crimes, such as money laundering.
1414
*
1515
* @phpstan-type RiskRatingShape = array{
1616
* ratedAt: \DateTimeInterface, rating: Rating|value-of<Rating>

src/ServiceContracts/EntitiesContract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ interface EntitiesContract
5757
* @param GovernmentAuthority|GovernmentAuthorityShape $governmentAuthority Details of the Government Authority entity to create. Required if `structure` is equal to `government_authority`.
5858
* @param Joint|JointShape $joint Details of the joint entity to create. Required if `structure` is equal to `joint`.
5959
* @param NaturalPerson|NaturalPersonShape $naturalPerson Details of the natural person entity to create. Required if `structure` is equal to `natural_person`. Natural people entities should be submitted with `social_security_number` or `individual_taxpayer_identification_number` identification methods.
60-
* @param RiskRating|RiskRatingShape $riskRating an assessment of the entitys potential risk of involvement in financial crimes, such as money laundering
60+
* @param RiskRating|RiskRatingShape $riskRating an assessment of the entity's potential risk of involvement in financial crimes, such as money laundering
6161
* @param list<SupplementalDocument|SupplementalDocumentShape> $supplementalDocuments additional documentation associated with the entity
6262
* @param list<TermsAgreement|TermsAgreementShape> $termsAgreements The terms that the Entity agreed to. Not all programs are required to submit this data.
6363
* @param ThirdPartyVerification|ThirdPartyVerificationShape $thirdPartyVerification if you are using a third-party service for identity verification, you can use this field to associate this Entity with the identifier that represents them in that service

src/Services/EntitiesService.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ public function __construct(private Client $client)
7575
* @param GovernmentAuthority|GovernmentAuthorityShape $governmentAuthority Details of the Government Authority entity to create. Required if `structure` is equal to `government_authority`.
7676
* @param Joint|JointShape $joint Details of the joint entity to create. Required if `structure` is equal to `joint`.
7777
* @param NaturalPerson|NaturalPersonShape $naturalPerson Details of the natural person entity to create. Required if `structure` is equal to `natural_person`. Natural people entities should be submitted with `social_security_number` or `individual_taxpayer_identification_number` identification methods.
78-
* @param RiskRating|RiskRatingShape $riskRating an assessment of the entitys potential risk of involvement in financial crimes, such as money laundering
78+
* @param RiskRating|RiskRatingShape $riskRating an assessment of the entity's potential risk of involvement in financial crimes, such as money laundering
7979
* @param list<SupplementalDocument|SupplementalDocumentShape> $supplementalDocuments additional documentation associated with the entity
8080
* @param list<TermsAgreement|TermsAgreementShape> $termsAgreements The terms that the Entity agreed to. Not all programs are required to submit this data.
8181
* @param ThirdPartyVerification|ThirdPartyVerificationShape $thirdPartyVerification if you are using a third-party service for identity verification, you can use this field to associate this Entity with the identifier that represents them in that service

0 commit comments

Comments
 (0)