Skip to content

Commit f1c7e85

Browse files
SDK regeneration
1 parent c025909 commit f1c7e85

File tree

83 files changed

+404
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

83 files changed

+404
-85
lines changed

.fern/metadata.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
2-
"cliVersion": "2.8.1",
2+
"cliVersion": "3.20.0",
33
"generatorName": "fernapi/fern-php-sdk",
4-
"generatorVersion": "1.22.3",
4+
"generatorVersion": "1.25.1",
55
"generatorConfig": {
66
"clientName": "SquareClient",
77
"namespace": "Square",

src/ApplePay/ApplePayClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ApplePayClient
2424
* maxRetries?: int,
2525
* timeout?: float,
2626
* headers?: array<string, string>,
27-
* } $options
27+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
2828
*/
2929
private array $options;
3030

src/BankAccounts/BankAccountsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ class BankAccountsClient
3131
* maxRetries?: int,
3232
* timeout?: float,
3333
* headers?: array<string, string>,
34-
* } $options
34+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
3535
*/
3636
private array $options;
3737

src/Bookings/BookingsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ class BookingsClient
6868
* maxRetries?: int,
6969
* timeout?: float,
7070
* headers?: array<string, string>,
71-
* } $options
71+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
7272
*/
7373
private array $options;
7474

src/Bookings/CustomAttributeDefinitions/CustomAttributeDefinitionsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ class CustomAttributeDefinitionsClient
3535
* maxRetries?: int,
3636
* timeout?: float,
3737
* headers?: array<string, string>,
38-
* } $options
38+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
3939
*/
4040
private array $options;
4141

src/Bookings/CustomAttributes/CustomAttributesClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ class CustomAttributesClient
3737
* maxRetries?: int,
3838
* timeout?: float,
3939
* headers?: array<string, string>,
40-
* } $options
40+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
4141
*/
4242
private array $options;
4343

src/Bookings/LocationProfiles/LocationProfilesClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class LocationProfilesClient
2727
* maxRetries?: int,
2828
* timeout?: float,
2929
* headers?: array<string, string>,
30-
* } $options
30+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
3131
*/
3232
private array $options;
3333

src/Bookings/TeamMemberProfiles/TeamMemberProfilesClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class TeamMemberProfilesClient
2929
* maxRetries?: int,
3030
* timeout?: float,
3131
* headers?: array<string, string>,
32-
* } $options
32+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
3333
*/
3434
private array $options;
3535

src/Cards/CardsClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ class CardsClient
3333
* maxRetries?: int,
3434
* timeout?: float,
3535
* headers?: array<string, string>,
36-
* } $options
36+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
3737
*/
3838
private array $options;
3939

src/CashDrawers/CashDrawersClient.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ class CashDrawersClient
2020
* maxRetries?: int,
2121
* timeout?: float,
2222
* headers?: array<string, string>,
23-
* } $options
23+
* } $options @phpstan-ignore-next-line Property is used in endpoint methods via HttpEndpointGenerator
2424
*/
2525
private array $options;
2626

0 commit comments

Comments
 (0)