Skip to content

Commit bfe96ee

Browse files
feat(api): api update
1 parent 47fdffe commit bfe96ee

File tree

2 files changed

+20
-14
lines changed

2 files changed

+20
-14
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: 201
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-1808ec74d811de7f25be15e6bdedfa927081d8b9bc87545c7caee71c6770f434.yml
3-
openapi_spec_hash: c0d89f59c9870f7f3c862c313c312015
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-96d05b8e37bf249bf8308adae52fd62efc5a37bf7dff2911bdfddb89c503bb30.yml
3+
openapi_spec_hash: 35c0fded197228fc0680fe6ce04f6c82
44
config_hash: 97774f946585cecb19181a1817870d0b

src/resources/entities.ts

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1420,7 +1420,7 @@ export namespace EntityCreateParams {
14201420
export interface Other {
14211421
/**
14221422
* The two-character ISO 3166-1 code representing the country that issued the
1423-
* document.
1423+
* document (e.g., `US`).
14241424
*/
14251425
country: string;
14261426

@@ -1452,7 +1452,8 @@ export namespace EntityCreateParams {
14521452
*/
14531453
export interface Passport {
14541454
/**
1455-
* The country that issued the passport.
1455+
* The two-character ISO 3166-1 code representing the country that issued the
1456+
* document (e.g., `US`).
14561457
*/
14571458
country: string;
14581459

@@ -1712,7 +1713,7 @@ export namespace EntityCreateParams {
17121713
export interface Other {
17131714
/**
17141715
* The two-character ISO 3166-1 code representing the country that issued the
1715-
* document.
1716+
* document (e.g., `US`).
17161717
*/
17171718
country: string;
17181719

@@ -1744,7 +1745,8 @@ export namespace EntityCreateParams {
17441745
*/
17451746
export interface Passport {
17461747
/**
1747-
* The country that issued the passport.
1748+
* The two-character ISO 3166-1 code representing the country that issued the
1749+
* passport (e.g., `US`).
17481750
*/
17491751
country: string;
17501752

@@ -1912,7 +1914,7 @@ export namespace EntityCreateParams {
19121914
export interface Other {
19131915
/**
19141916
* The two-character ISO 3166-1 code representing the country that issued the
1915-
* document.
1917+
* document (e.g., `US`).
19161918
*/
19171919
country: string;
19181920

@@ -1944,7 +1946,8 @@ export namespace EntityCreateParams {
19441946
*/
19451947
export interface Passport {
19461948
/**
1947-
* The country that issued the passport.
1949+
* The two-character ISO 3166-1 code representing the country that issued the
1950+
* passport (e.g., `US`).
19481951
*/
19491952
country: string;
19501953

@@ -2239,7 +2242,7 @@ export namespace EntityCreateParams {
22392242
export interface Other {
22402243
/**
22412244
* The two-character ISO 3166-1 code representing the country that issued the
2242-
* document.
2245+
* document (e.g., `US`).
22432246
*/
22442247
country: string;
22452248

@@ -2271,7 +2274,8 @@ export namespace EntityCreateParams {
22712274
*/
22722275
export interface Passport {
22732276
/**
2274-
* The country that issued the passport.
2277+
* The two-character ISO 3166-1 code representing the country that issued the
2278+
* passport (e.g., `US`).
22752279
*/
22762280
country: string;
22772281

@@ -2436,7 +2440,7 @@ export namespace EntityCreateParams {
24362440
export interface Other {
24372441
/**
24382442
* The two-character ISO 3166-1 code representing the country that issued the
2439-
* document.
2443+
* document (e.g., `US`).
24402444
*/
24412445
country: string;
24422446

@@ -2468,7 +2472,8 @@ export namespace EntityCreateParams {
24682472
*/
24692473
export interface Passport {
24702474
/**
2471-
* The country that issued the passport.
2475+
* The two-character ISO 3166-1 code representing the country that issued the
2476+
* passport (e.g., `US`).
24722477
*/
24732478
country: string;
24742479

@@ -2740,7 +2745,7 @@ export namespace EntityCreateBeneficialOwnerParams {
27402745
export interface Other {
27412746
/**
27422747
* The two-character ISO 3166-1 code representing the country that issued the
2743-
* document.
2748+
* document (e.g., `US`).
27442749
*/
27452750
country: string;
27462751

@@ -2772,7 +2777,8 @@ export namespace EntityCreateBeneficialOwnerParams {
27722777
*/
27732778
export interface Passport {
27742779
/**
2775-
* The country that issued the passport.
2780+
* The two-character ISO 3166-1 code representing the country that issued the
2781+
* document (e.g., `US`).
27762782
*/
27772783
country: string;
27782784

0 commit comments

Comments
 (0)