Skip to content

Commit

Permalink
update SDK from api-definitions
Browse files Browse the repository at this point in the history
  • Loading branch information
rebilly-machine-user authored Nov 27, 2024
1 parent db1c395 commit 707282f
Show file tree
Hide file tree
Showing 1,400 changed files with 1,421 additions and 27 deletions.
5 changes: 5 additions & 0 deletions .changeset/khaki-tables-stare.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

build(deps): merge passing FE dependabot PRs Rebilly/rebilly#8656
5 changes: 5 additions & 0 deletions .changeset/three-kiwis-serve.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@rebilly/client-php": patch
---

fix(api): Add expand param to Deposit requests collection request Rebilly/rebilly#8841
1 change: 1 addition & 0 deletions src/Api/AccountApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/AllowlistsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/AmlChecksApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/AmlSettingsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ApiKeysApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ApplicationInstancesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ApplicationsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/BalanceTransactionsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/BillingPortalsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/BlocklistsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/BroadcastMessagesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CheckoutFormsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CouponsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CreditMemosApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CustomDomainsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CustomFieldsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CustomerAuthenticationApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/CustomersApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/DataExportsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/DepositCustomPropertySetsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
5 changes: 5 additions & 0 deletions src/Api/DepositRequestsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down Expand Up @@ -71,12 +72,14 @@ public function getAll(
?int $offset = null,
?string $filter = null,
?array $sort = null,
?string $expand = null,
): Collection {
$queryParams = [
'limit' => $limit,
'offset' => $offset,
'filter' => $filter,
'sort' => $sort ? implode(',', $sort) : null,
'expand' => $expand,
];
$uri = '/deposit-requests?' . http_build_query($queryParams);

Expand All @@ -102,12 +105,14 @@ public function getAllPaginator(
?int $offset = null,
?string $filter = null,
?array $sort = null,
?string $expand = null,
): Paginator {
$closure = fn (?int $limit, ?int $offset): Collection => $this->getAll(
limit: $limit,
offset: $offset,
filter: $filter,
sort: $sort,
expand: $expand,
);

return new Paginator(
Expand Down
1 change: 1 addition & 0 deletions src/Api/DepositStrategiesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/DigitalWalletsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/DisputesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/EmailDeliverySettingsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/EmailMessagesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/EmailNotificationsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/EventsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ExternalIdentifiersApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ExternalServicesSettingsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/FeesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/FilesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/GatewayAccountsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/HistogramsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/IntegrationsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/InvoicesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/JournalAccountsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/JournalEntriesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/KycDocumentsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/KycRequestsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/KycSettingsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ListsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/MembershipsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/OrganizationExportsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/OrganizationsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PaymentCardsBankNamesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PaymentInstrumentsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PaymentMethodsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PaymentTokensApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PayoutRequestsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PayoutsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PlansApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PreviewsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ProductsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ProfileApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/PurchaseApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/QuotesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/ReportsApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
1 change: 1 addition & 0 deletions src/Api/RiskScoreRulesApi.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
<?php

/**
* This source file is proprietary and part of Rebilly.
*
Expand Down
Loading

0 comments on commit 707282f

Please sign in to comment.