Skip to content

Commit 6e153ed

Browse files
feat(api): api update
1 parent 7804946 commit 6e153ed

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
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: 229
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-f4ebad4aaba1af68442e3650238657c7f7600714bbf7a26d01e01e69e467ee4b.yml
3-
openapi_spec_hash: 0b7280b86b511746a24a4abef602990a
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/increase%2Fincrease-7a6340375b0e06648ff3e7e4b8aa1527b71df0c7a3d793738ba6fe20eef6f624.yml
3+
openapi_spec_hash: 3cb2076c8a4870d3b17d02780a295172
44
config_hash: ca1425272e17fa23d4466d33492334fa

src/increase/resources/files.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ def create(
108108
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
109109
wallet apps. This must be a 100x100 pixel PNG.
110110
- `physical_card_front` - A card image to be printed on the front of a physical
111-
card. This must be a 2100x1340 pixel PNG with no other color but black.
111+
card. This must be a 2100x1344 pixel PNG with no other color but black.
112112
- `physical_card_carrier` - An image representing the entirety of the carrier
113113
used for a physical card. This must be a 2550x3300 pixel PNG with no other
114114
color but black.
@@ -336,7 +336,7 @@ async def create(
336336
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
337337
wallet apps. This must be a 100x100 pixel PNG.
338338
- `physical_card_front` - A card image to be printed on the front of a physical
339-
card. This must be a 2100x1340 pixel PNG with no other color but black.
339+
card. This must be a 2100x1344 pixel PNG with no other color but black.
340340
- `physical_card_carrier` - An image representing the entirety of the carrier
341341
used for a physical card. This must be a 2550x3300 pixel PNG with no other
342342
color but black.

src/increase/types/file.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ class File(BaseModel):
105105
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
106106
wallet apps. This must be a 100x100 pixel PNG.
107107
- `physical_card_front` - A card image to be printed on the front of a physical
108-
card. This must be a 2100x1340 pixel PNG with no other color but black.
108+
card. This must be a 2100x1344 pixel PNG with no other color but black.
109109
- `physical_card_back` - The image to be printed on the back of a physical card.
110110
- `physical_card_carrier` - An image representing the entirety of the carrier
111111
used for a physical card. This must be a 2550x3300 pixel PNG with no other

src/increase/types/file_create_params.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ class FileCreateParams(TypedDict, total=False):
6060
- `digital_wallet_app_icon` - An icon for you app to be rendered inside digital
6161
wallet apps. This must be a 100x100 pixel PNG.
6262
- `physical_card_front` - A card image to be printed on the front of a physical
63-
card. This must be a 2100x1340 pixel PNG with no other color but black.
63+
card. This must be a 2100x1344 pixel PNG with no other color but black.
6464
- `physical_card_carrier` - An image representing the entirety of the carrier
6565
used for a physical card. This must be a 2550x3300 pixel PNG with no other
6666
color but black.

0 commit comments

Comments
 (0)