diff --git a/composer.json b/composer.json index 841bf319..4074ae0a 100644 --- a/composer.json +++ b/composer.json @@ -38,13 +38,8 @@ } }, "scripts": { - "docs": [ - "rm -rf docs/latest/*", - "docker run --rm -v $(pwd):/data phpdoc/phpdoc:3 --config docs/phpdoc.dist.xml" - ], "build": [ - "./runner 'GrotonSchool\\SKY\\Build\\Runner::run'", - "@docs" + "./runner 'GrotonSchool\\SKY\\Build\\Runner::run'" ] }, "config": { diff --git a/monorepo-builder.php b/monorepo-builder.php index 039790f3..e98caf8f 100644 --- a/monorepo-builder.php +++ b/monorepo-builder.php @@ -4,7 +4,6 @@ require __DIR__ . '/vendor/autoload.php'; -use GrotonSchool\SKY\MonorepoBuilder\TagDocsReleaseWorker; use Symplify\MonorepoBuilder\Config\MBConfig; use Symplify\MonorepoBuilder\Release\ReleaseWorker\PushTagReleaseWorker; use Symplify\MonorepoBuilder\Release\ReleaseWorker\TagVersionReleaseWorker; @@ -18,6 +17,5 @@ $mbConfig->workers([ TagVersionReleaseWorker::class, PushTagReleaseWorker::class, - TagDocsReleaseWorker::class, ]); }; diff --git a/package.json b/package.json index 05d7c388..e05e62eb 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "examples/*" ], "devDependencies": { - "@battis/eslint-config": "^1.1.2", - "@battis/prettier-config": "^1.3.0" + "@battis/eslint-config": "^1.1.4", + "@battis/prettier-config": "^1.3.2" }, "prettier": "@battis/prettier-config", "eslint": { diff --git a/packages/altru-administration/src/Altru/Administration/Client.php b/packages/altru-administration/src/Altru/Administration/Client.php index 628c1a03..e5ca248f 100644 --- a/packages/altru-administration/src/Altru/Administration/Client.php +++ b/packages/altru-administration/src/Altru/Administration/Client.php @@ -36,26 +36,26 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Simplelists + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Simplelists * $_simplelists Routing class for the subnamespace `Simplelists` */ - protected Simplelists $_simplelists = null; + protected ?Simplelists $_simplelists = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables * $_codetables Routing class for the subnamespace `Codetables` */ - protected Codetables $_codetables = null; + protected ?Codetables $_codetables = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Sites $_sites + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Sites $_sites * Routing class for the subnamespace `Sites` */ - protected Sites $_sites = null; + protected ?Sites $_sites = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Currencies + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Currencies * $_currencies Routing class for the subnamespace `Currencies` */ - protected Currencies $_currencies = null; + protected ?Currencies $_currencies = null; } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables.php index 759ac2fe..bfffade1 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables.php @@ -44,38 +44,38 @@ class Codetables extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Codetableentryid + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Codetableentryid * $_codetableentryid */ - protected Codetableentryid $_codetableentryid = null; + protected ?Codetableentryid $_codetableentryid = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entries + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entries * $_entries */ - protected Entries $_entries = null; + protected ?Entries $_entries = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entry + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entry * $_entry */ - protected Entry $_entry = null; + protected ?Entry $_entry = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entryid + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entryid * $_entryid */ - protected Entryid $_entryid = null; + protected ?Entryid $_entryid = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entrydescription + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\Entrydescription * $_entrydescription */ - protected Entrydescription $_entrydescription = null; + protected ?Entrydescription $_entrydescription = null; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\List_ + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Codetables\List_ * $_list_ */ - protected List_ $_list_ = null; + protected ?List_ $_list_ = null; } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Codetableentryid.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Codetableentryid.php index de18a0c9..be99a2e0 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Codetableentryid.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Codetableentryid.php @@ -23,17 +23,17 @@ class Codetableentryid extends BaseEndpoint * - code_table_name: The name of the code table. * - entry_id: The code table entry ID. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByCodeTableNameAndEntryId(array $params): void + public function deleteByCodeTableNameAndEntryId(array $params): mixed { assert(isset($params['code_table_name']), new ArgumentException("Parameter `code_table_name` is required")); assert(isset($params['entry_id']), new ArgumentException("Parameter `entry_id` is required")); return $this->send("delete", ["{code_table_name}" => $params['code_table_name'], - "{entry_id}" => $params['entry_id']], []); + "{entry_id}" => $params['entry_id']], []); } } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entries.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entries.php index a9daa0cd..a896c014 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entries.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entries.php @@ -28,7 +28,7 @@ class Entries extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByCodeTableName(array $params): CodeTableEntryCollection + public function searchByCodeTableName(array $params): CodeTableEntryCollection { assert(isset($params['code_table_name']), new ArgumentException("Parameter `code_table_name` is required")); diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entry.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entry.php index 313809be..16213d5d 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entry.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entry.php @@ -33,7 +33,7 @@ class Entry extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByCodeTableName(array $params, NewCodeTableEntry $requestBody): PostResponse + public function postToCodeTableName(array $params, NewCodeTableEntry $requestBody): PostResponse { assert(isset($params['code_table_name']), new ArgumentException("Parameter `code_table_name` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -50,13 +50,13 @@ public function postByCodeTableName(array $params, NewCodeTableEntry $requestBod * $requestBody ConfigurationMessage object representing operation * intended to be updated * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByCodeTableName(array $params, UpdateCodeTable $requestBody): void + public function patchOnCodeTableName(array $params, UpdateCodeTable $requestBody): mixed { assert(isset($params['code_table_name']), new ArgumentException("Parameter `code_table_name` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entrydescription.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entrydescription.php index 6e453f45..f5fbb0f5 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entrydescription.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entrydescription.php @@ -36,6 +36,6 @@ public function getByCodeTableNameAndEntryDescription(array $params): CodeTableE assert(isset($params['entry_description']), new ArgumentException("Parameter `entry_description` is required")); return new CodeTableEntryId($this->send("get", ["{code_table_name}" => $params['code_table_name'], - "{entry_description}" => $params['entry_description']], [])); + "{entry_description}" => $params['entry_description']], [])); } } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entryid.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entryid.php index 43d23c7f..5d29c017 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entryid.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/Entryid.php @@ -36,6 +36,6 @@ public function getByCodeTableNameAndEntryId(array $params): CodeTableEntryDescr assert(isset($params['entry_id']), new ArgumentException("Parameter `entry_id` is required")); return new CodeTableEntryDescription($this->send("get", ["{code_table_name}" => $params['code_table_name'], - "{entry_id}" => $params['entry_id']], [])); + "{entry_id}" => $params['entry_id']], [])); } } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/List.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/List.php index 3c10c1c5..d1dfae7d 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/List.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Codetables/List.php @@ -32,13 +32,13 @@ class List_ extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByCodeTableId(array $params): CodeTableListCollection + public function searchByCodeTableId(array $params): CodeTableListCollection { assert(isset($params['code_table_id']), new ArgumentException("Parameter `code_table_id` is required")); assert(isset($params['include_inactive']), new ArgumentException("Parameter `include_inactive` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new CodeTableListCollection($this->send("get", ["{code_table_id}" => $params['code_table_id']], ["include_inactive" => $params['include_inactive'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Currencies.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Currencies.php index 35aac4cc..057acdc7 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Currencies.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Currencies.php @@ -24,8 +24,8 @@ class Currencies extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Currencies\Currencyconfiguration + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Currencies\Currencyconfiguration * $_currencyconfiguration */ - protected Currencyconfiguration $_currencyconfiguration = null; + protected ?Currencyconfiguration $_currencyconfiguration = null; } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists.php index 6fbbd19d..9fc85a09 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists.php @@ -31,10 +31,10 @@ class Simplelists extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Simplelists\Translation + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Simplelists\Translation * $_translation */ - protected Translation $_translation = null; + protected ?Translation $_translation = null; /** * Gets the data for a simple datalist using ID or Name and any diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists/Translation.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists/Translation.php index 02a0653e..2b467373 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists/Translation.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Simplelists/Translation.php @@ -39,6 +39,6 @@ public function getBySimpleListId(array $params): SimpleListTranslation assert(isset($params['simple_list_name']), new ArgumentException("Parameter `simple_list_name` is required")); return new SimpleListTranslation($this->send("get", ["{simple_list_id}" => $params['simple_list_id']], ["entry_id" => $params['entry_id'], - "simple_list_name" => $params['simple_list_name']])); + "simple_list_name" => $params['simple_list_name']])); } } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Sites.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Sites.php index 6640c2c9..98156aa1 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Sites.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Sites.php @@ -24,8 +24,8 @@ class Sites extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Administration\Endpoints\Sites\Search + * @var ?\Blackbaud\SKY\Altru\Administration\Endpoints\Sites\Search * $_search */ - protected Search $_search = null; + protected ?Search $_search = null; } diff --git a/packages/altru-administration/src/Altru/Administration/Endpoints/Sites/Search.php b/packages/altru-administration/src/Altru/Administration/Endpoints/Sites/Search.php index 7d89d28c..4c3a45fc 100644 --- a/packages/altru-administration/src/Altru/Administration/Endpoints/Sites/Search.php +++ b/packages/altru-administration/src/Altru/Administration/Endpoints/Sites/Search.php @@ -39,7 +39,7 @@ class Search extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): SiteSearchCollection + public function list_(array $params): SiteSearchCollection { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['site_id']), new ArgumentException("Parameter `site_id` is required")); @@ -50,11 +50,11 @@ public function filterByBy(array $params): SiteSearchCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new SiteSearchCollection($this->send("get", [], ["id" => $params['id'], - "site_id" => $params['site_id'], - "name" => $params['name'], - "short_name" => $params['short_name'], - "acronym" => $params['acronym'], - "sitetype" => $params['sitetype'], - "limit" => $params['limit']])); + "site_id" => $params['site_id'], + "name" => $params['name'], + "short_name" => $params['short_name'], + "acronym" => $params['acronym'], + "sitetype" => $params['sitetype'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-analysis/src/Altru/Analysis/Client.php b/packages/altru-analysis/src/Altru/Analysis/Client.php index de21999d..d2dd419f 100644 --- a/packages/altru-analysis/src/Altru/Analysis/Client.php +++ b/packages/altru-analysis/src/Altru/Analysis/Client.php @@ -24,8 +24,8 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Analysis\Endpoints\Adhocqueries + * @var ?\Blackbaud\SKY\Altru\Analysis\Endpoints\Adhocqueries * $_adhocqueries Routing class for the subnamespace `Adhocqueries` */ - protected Adhocqueries $_adhocqueries = null; + protected ?Adhocqueries $_adhocqueries = null; } diff --git a/packages/altru-analysis/src/Altru/Analysis/Endpoints/Adhocqueries.php b/packages/altru-analysis/src/Altru/Analysis/Endpoints/Adhocqueries.php index 5b38e25d..f9dab75e 100644 --- a/packages/altru-analysis/src/Altru/Analysis/Endpoints/Adhocqueries.php +++ b/packages/altru-analysis/src/Altru/Analysis/Endpoints/Adhocqueries.php @@ -30,9 +30,9 @@ class Adhocqueries extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Analysis\Endpoints\Adhocqueries\Id $_id + * @var ?\Blackbaud\SKY\Altru\Analysis\Endpoints\Adhocqueries\Id $_id */ - protected Id $_id = null; + protected ?Id $_id = null; /** * Gets the results for the given query ID. diff --git a/packages/altru-constituent/src/Altru/Constituent/Client.php b/packages/altru-constituent/src/Altru/Constituent/Client.php index 3fe043da..ce54a98d 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Client.php +++ b/packages/altru-constituent/src/Altru/Constituent/Client.php @@ -115,146 +115,146 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals * $_individuals Routing class for the subnamespace `Individuals` */ - protected Individuals $_individuals = null; + protected ?Individuals $_individuals = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Organizations + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Organizations * $_organizations */ - protected Organizations $_organizations = null; + protected ?Organizations $_organizations = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents * $_constituents Routing class for the subnamespace `Constituents` */ - protected Constituents $_constituents = null; + protected ?Constituents $_constituents = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses $_addresses + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses $_addresses * Routing class for the subnamespace `Addresses` */ - protected Addresses $_addresses = null; + protected ?Addresses $_addresses = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Alternatelookupids + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Alternatelookupids * $_alternatelookupids */ - protected Alternatelookupids $_alternatelookupids = null; + protected ?Alternatelookupids $_alternatelookupids = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentcorrespondencecodes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentcorrespondencecodes * $_constituentcorrespondencecodes Routing class for the subnamespace * `Constituentcorrespondencecodes` */ - protected Constituentcorrespondencecodes $_constituentcorrespondencecodes = null; + protected ?Constituentcorrespondencecodes $_constituentcorrespondencecodes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Emailaddresses + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Emailaddresses * $_emailaddresses */ - protected Emailaddresses $_emailaddresses = null; + protected ?Emailaddresses $_emailaddresses = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Interactions + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Interactions * $_interactions */ - protected Interactions $_interactions = null; + protected ?Interactions $_interactions = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Phones $_phones + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Phones $_phones */ - protected Phones $_phones = null; + protected ?Phones $_phones = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Solicitcodes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Solicitcodes * $_solicitcodes */ - protected Solicitcodes $_solicitcodes = null; + protected ?Solicitcodes $_solicitcodes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentattributes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentattributes * $_constituentattributes */ - protected Constituentattributes $_constituentattributes = null; + protected ?Constituentattributes $_constituentattributes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentnotes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentnotes * $_constituentnotes Routing class for the subnamespace * `Constituentnotes` */ - protected Constituentnotes $_constituentnotes = null; + protected ?Constituentnotes $_constituentnotes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Mergetwoconstituents + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Mergetwoconstituents * $_mergetwoconstituents */ - protected Mergetwoconstituents $_mergetwoconstituents = null; + protected ?Mergetwoconstituents $_mergetwoconstituents = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentinactivityreasoncodes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentinactivityreasoncodes * $_constituentinactivityreasoncodes */ - protected Constituentinactivityreasoncodes $_constituentinactivityreasoncodes = null; + protected ?Constituentinactivityreasoncodes $_constituentinactivityreasoncodes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentmergeconfiguration + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentmergeconfiguration * $_constituentmergeconfiguration */ - protected Constituentmergeconfiguration $_constituentmergeconfiguration = null; + protected ?Constituentmergeconfiguration $_constituentmergeconfiguration = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Tribute $_tribute + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Tribute $_tribute */ - protected Tribute $_tribute = null; + protected ?Tribute $_tribute = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Tributes $_tributes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Tributes $_tributes * Routing class for the subnamespace `Tributes` */ - protected Tributes $_tributes = null; + protected ?Tributes $_tributes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappeals + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappeals * $_constituentappeals Routing class for the subnamespace * `Constituentappeals` */ - protected Constituentappeals $_constituentappeals = null; + protected ?Constituentappeals $_constituentappeals = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\States $_states + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\States $_states */ - protected States $_states = null; + protected ?States $_states = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappealresponses + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappealresponses * $_constituentappealresponses */ - protected Constituentappealresponses $_constituentappealresponses = null; + protected ?Constituentappealresponses $_constituentappealresponses = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers * $_fundraisers Routing class for the subnamespace `Fundraisers` */ - protected Fundraisers $_fundraisers = null; + protected ?Fundraisers $_fundraisers = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Educationalhistories + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Educationalhistories * $_educationalhistories */ - protected Educationalhistories $_educationalhistories = null; + protected ?Educationalhistories $_educationalhistories = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Relationshipjobsinfo + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Relationshipjobsinfo * $_relationshipjobsinfo */ - protected Relationshipjobsinfo $_relationshipjobsinfo = null; + protected ?Relationshipjobsinfo $_relationshipjobsinfo = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituent + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituent * $_constituent Routing class for the subnamespace `Constituent` */ - protected Constituent $_constituent = null; + protected ?Constituent $_constituent = null; } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses.php index 5fe824a5..d244c712 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses.php @@ -37,15 +37,15 @@ class Addresses extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses\Search + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses\Search * $_search */ - protected Search $_search = null; + protected ?Search $_search = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses\View $_view + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Addresses\View $_view */ - protected View $_view = null; + protected ?View $_view = null; /** * This dataform template is used to add an address. @@ -60,7 +60,7 @@ class Addresses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentAddress $requestBody): PostResponse + public function post(NewConstituentAddress $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -94,13 +94,13 @@ public function getByAddressId(array $params): ConstituentAddress * @param array{address_id: string} $params An associative array * - address_id: The address id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByAddressId(array $params): void + public function deleteByAddressId(array $params): mixed { assert(isset($params['address_id']), new ArgumentException("Parameter `address_id` is required")); @@ -116,13 +116,13 @@ public function deleteByAddressId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByAddressId(array $params, UpdateConstituentAddress $requestBody): void + public function patchOnAddressId(array $params, UpdateConstituentAddress $requestBody): mixed { assert(isset($params['address_id']), new ArgumentException("Parameter `address_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses/Search.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses/Search.php index 7561bef0..d90ac540 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses/Search.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Addresses/Search.php @@ -44,7 +44,7 @@ class Search extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentAddressSearchCollection + public function list_(array $params): ConstituentAddressSearchCollection { assert(isset($params['key_name']), new ArgumentException("Parameter `key_name` is required")); assert(isset($params['first_name']), new ArgumentException("Parameter `first_name` is required")); @@ -59,15 +59,15 @@ public function filterByBy(array $params): ConstituentAddressSearchCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentAddressSearchCollection($this->send("get", [], ["key_name" => $params['key_name'], - "first_name" => $params['first_name'], - "lookup_id" => $params['lookup_id'], - "address_block" => $params['address_block'], - "city" => $params['city'], - "state" => $params['state'], - "post_code" => $params['post_code'], - "country" => $params['country'], - "only_primary_address" => $params['only_primary_address'], - "exact_match_only" => $params['exact_match_only'], - "limit" => $params['limit']])); + "first_name" => $params['first_name'], + "lookup_id" => $params['lookup_id'], + "address_block" => $params['address_block'], + "city" => $params['city'], + "state" => $params['state'], + "post_code" => $params['post_code'], + "country" => $params['country'], + "only_primary_address" => $params['only_primary_address'], + "exact_match_only" => $params['exact_match_only'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Alternatelookupids.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Alternatelookupids.php index 565f50ee..e017f312 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Alternatelookupids.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Alternatelookupids.php @@ -33,7 +33,7 @@ class Alternatelookupids extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentAlternateLookupId $requestBody): PostResponse + public function post(NewConstituentAlternateLookupId $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -70,13 +70,13 @@ public function getByAlternateLookupIdId(array $params): ConstituentAlternateLoo * array * - alternate_lookup_id_id: The alternate lookup id id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByAlternateLookupIdId(array $params): void + public function deleteByAlternateLookupIdId(array $params): mixed { assert(isset($params['alternate_lookup_id_id']), new ArgumentException("Parameter `alternate_lookup_id_id` is required")); @@ -94,13 +94,13 @@ public function deleteByAlternateLookupIdId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByAlternateLookupIdId(array $params, UpdateConstituentAlternateLookupId $requestBody): void + public function patchOnAlternateLookupIdId(array $params, UpdateConstituentAlternateLookupId $requestBody): mixed { assert(isset($params['alternate_lookup_id_id']), new ArgumentException("Parameter `alternate_lookup_id_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent.php index 3c41d218..f33f0a14 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent.php @@ -24,8 +24,8 @@ class Constituent extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituent\Constituentmemberships + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituent\Constituentmemberships * $_constituentmemberships */ - protected Constituentmemberships $_constituentmemberships = null; + protected ?Constituentmemberships $_constituentmemberships = null; } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent/Constituentmemberships.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent/Constituentmemberships.php index 945bc18e..c3ed7f9b 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent/Constituentmemberships.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituent/Constituentmemberships.php @@ -31,7 +31,7 @@ class Constituentmemberships extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentMembershipsListCollection + public function searchByConstituentId(array $params): ConstituentMembershipsListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappealresponses.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappealresponses.php index c7a82b90..d1385c00 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappealresponses.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappealresponses.php @@ -50,13 +50,13 @@ public function getByConstituentAppealId(array $params): ConstituentAppealRespon * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentAppealId(array $params, UpdateConstituentAppealResponse $requestBody): void + public function patchOnConstituentAppealId(array $params, UpdateConstituentAppealResponse $requestBody): mixed { assert(isset($params['constituent_appeal_id']), new ArgumentException("Parameter `constituent_appeal_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -77,7 +77,7 @@ public function patchByConstituentAppealId(array $params, UpdateConstituentAppea * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentAppealResponse $requestBody): PostResponse + public function post(NewConstituentAppealResponse $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals.php index c54051c3..07657355 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals.php @@ -34,10 +34,10 @@ class Constituentappeals extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappeals\Appeals + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentappeals\Appeals * $_appeals */ - protected Appeals $_appeals = null; + protected ?Appeals $_appeals = null; /** * Data form for adding a Constituent Appeal record. @@ -52,7 +52,7 @@ class Constituentappeals extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentAppeal $requestBody): PostResponse + public function post(NewConstituentAppeal $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -88,13 +88,13 @@ public function getByConstituentAppealId(array $params): ConstituentAppeal * array * - constituent_appeal_id: The constituent appeal id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentAppealId(array $params): void + public function deleteByConstituentAppealId(array $params): mixed { assert(isset($params['constituent_appeal_id']), new ArgumentException("Parameter `constituent_appeal_id` is required")); @@ -111,13 +111,13 @@ public function deleteByConstituentAppealId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentAppealId(array $params, UpdateConstituentAppeal $requestBody): void + public function patchOnConstituentAppealId(array $params, UpdateConstituentAppeal $requestBody): mixed { assert(isset($params['constituent_appeal_id']), new ArgumentException("Parameter `constituent_appeal_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals/Appeals.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals/Appeals.php index 1e804edd..51c42083 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals/Appeals.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentappeals/Appeals.php @@ -31,7 +31,7 @@ class Appeals extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentAppealListCollection + public function searchByConstituentId(array $params): ConstituentAppealListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentattributes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentattributes.php index 1ca89d6f..9c4b5fcd 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentattributes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentattributes.php @@ -32,7 +32,7 @@ class Constituentattributes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentAttribute $requestBody): PostResponse + public function post(NewConstituentAttribute $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -67,13 +67,13 @@ public function getByConstituentAttributeId(array $params): ConstituentAttribute * array * - constituent_attribute_id: The constituent attribute id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentAttributeId(array $params): void + public function deleteByConstituentAttributeId(array $params): mixed { assert(isset($params['constituent_attribute_id']), new ArgumentException("Parameter `constituent_attribute_id` is required")); @@ -90,13 +90,13 @@ public function deleteByConstituentAttributeId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentAttributeId(array $params, UpdateConstituentAttribute $requestBody): void + public function patchOnConstituentAttributeId(array $params, UpdateConstituentAttribute $requestBody): mixed { assert(isset($params['constituent_attribute_id']), new ArgumentException("Parameter `constituent_attribute_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes.php index feea4175..8fa19aef 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes.php @@ -34,10 +34,10 @@ class Constituentcorrespondencecodes extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentcorrespondencecodes\Response + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentcorrespondencecodes\Response * $_response */ - protected Response $_response = null; + protected ?Response $_response = null; /** * This dataform template is used to add correspondence record for a @@ -53,7 +53,7 @@ class Constituentcorrespondencecodes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentCorrespondenceCode $requestBody): PostResponse + public function post(NewConstituentCorrespondenceCode $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -88,13 +88,13 @@ public function getByConstituentCorrespondenceId(array $params): ConstituentCorr * associative array * - constituent_correspondence_id: The constituent correspondence id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentCorrespondenceId(array $params): void + public function deleteByConstituentCorrespondenceId(array $params): mixed { assert(isset($params['constituent_correspondence_id']), new ArgumentException("Parameter `constituent_correspondence_id` is required")); @@ -111,13 +111,13 @@ public function deleteByConstituentCorrespondenceId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentCorrespondenceId(array $params, UpdateConstituentCorrespondenceCode $requestBody): void + public function patchOnConstituentCorrespondenceId(array $params, UpdateConstituentCorrespondenceCode $requestBody): mixed { assert(isset($params['constituent_correspondence_id']), new ArgumentException("Parameter `constituent_correspondence_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes/Response.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes/Response.php index f2f57ae7..e031a9a2 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes/Response.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentcorrespondencecodes/Response.php @@ -48,13 +48,13 @@ public function getByConstituentCorrespondenceId(array $params): ConstituentCorr * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentCorrespondenceId(array $params, UpdateConstituentCorrespondenceCode $requestBody): void + public function patchOnConstituentCorrespondenceId(array $params, UpdateConstituentCorrespondenceCode $requestBody): mixed { assert(isset($params['constituent_correspondence_id']), new ArgumentException("Parameter `constituent_correspondence_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentinactivityreasoncodes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentinactivityreasoncodes.php index 767be5fd..c0e761dc 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentinactivityreasoncodes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentinactivityreasoncodes.php @@ -31,12 +31,12 @@ class Constituentinactivityreasoncodes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentInactivityReasonCodesListCollection + public function list_(array $params): ConstituentInactivityReasonCodesListCollection { assert(isset($params['include_inactive']), new ArgumentException("Parameter `include_inactive` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentInactivityReasonCodesListCollection($this->send("get", [], ["include_inactive" => $params['include_inactive'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentmergeconfiguration.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentmergeconfiguration.php index a2c567d0..86cd0aa5 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentmergeconfiguration.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentmergeconfiguration.php @@ -30,7 +30,7 @@ class Constituentmergeconfiguration extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentMergeListCollection + public function list_(array $params): ConstituentMergeListCollection { assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentnotes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentnotes.php index 21d98a27..3993893e 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentnotes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituentnotes.php @@ -33,10 +33,10 @@ class Constituentnotes extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentnotes\View + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituentnotes\View * $_view */ - protected View $_view = null; + protected ?View $_view = null; /** * This dataform template is used to add a constituent note. @@ -51,7 +51,7 @@ class Constituentnotes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentNote $requestBody): PostResponse + public function post(NewConstituentNote $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -65,13 +65,13 @@ public function postBy(NewConstituentNote $requestBody): PostResponse * @param array{constituent_note_id: string} $params An associative array * - constituent_note_id: The constituent note id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentNoteId(array $params): void + public function deleteByConstituentNoteId(array $params): mixed { assert(isset($params['constituent_note_id']), new ArgumentException("Parameter `constituent_note_id` is required")); @@ -87,13 +87,13 @@ public function deleteByConstituentNoteId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentNoteId(array $params, UpdateConstituentNote $requestBody): void + public function patchOnConstituentNoteId(array $params, UpdateConstituentNote $requestBody): mixed { assert(isset($params['constituent_note_id']), new ArgumentException("Parameter `constituent_note_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents.php index 21cdc087..6be35da7 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents.php @@ -104,118 +104,118 @@ class Constituents extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Addresses + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Addresses * $_addresses */ - protected Addresses $_addresses = null; + protected ?Addresses $_addresses = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Alternatelookupids + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Alternatelookupids * $_alternatelookupids */ - protected Alternatelookupids $_alternatelookupids = null; + protected ?Alternatelookupids $_alternatelookupids = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Emailaddresses + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Emailaddresses * $_emailaddresses */ - protected Emailaddresses $_emailaddresses = null; + protected ?Emailaddresses $_emailaddresses = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Phones + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Phones * $_phones */ - protected Phones $_phones = null; + protected ?Phones $_phones = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Solicitcodes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Solicitcodes * $_solicitcodes */ - protected Solicitcodes $_solicitcodes = null; + protected ?Solicitcodes $_solicitcodes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\View + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\View * $_view */ - protected View $_view = null; + protected ?View $_view = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Constituentattributelist + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Constituentattributelist * $_constituentattributelist */ - protected Constituentattributelist $_constituentattributelist = null; + protected ?Constituentattributelist $_constituentattributelist = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactinformationemailaddress + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactinformationemailaddress * $_contactinformationemailaddress */ - protected Contactinformationemailaddress $_contactinformationemailaddress = null; + protected ?Contactinformationemailaddress $_contactinformationemailaddress = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactinformationphone + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactinformationphone * $_contactinformationphone */ - protected Contactinformationphone $_contactinformationphone = null; + protected ?Contactinformationphone $_contactinformationphone = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Patrondata + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Patrondata * $_patrondata */ - protected Patrondata $_patrondata = null; + protected ?Patrondata $_patrondata = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Patronorders + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Patronorders * $_patronorders */ - protected Patronorders $_patronorders = null; + protected ?Patronorders $_patronorders = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Search + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Search * $_search */ - protected Search $_search = null; + protected ?Search $_search = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactview + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Contactview * $_contactview */ - protected Contactview $_contactview = null; + protected ?Contactview $_contactview = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Tributes + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Tributes * $_tributes */ - protected Tributes $_tributes = null; + protected ?Tributes $_tributes = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Fundraisersearch + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Fundraisersearch * $_fundraisersearch */ - protected Fundraisersearch $_fundraisersearch = null; + protected ?Fundraisersearch $_fundraisersearch = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Profilepicture + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Profilepicture * $_profilepicture */ - protected Profilepicture $_profilepicture = null; + protected ?Profilepicture $_profilepicture = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Constituentduplicatematch + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Constituentduplicatematch * $_constituentduplicatematch */ - protected Constituentduplicatematch $_constituentduplicatematch = null; + protected ?Constituentduplicatematch $_constituentduplicatematch = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Educationalhistories + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Educationalhistories * $_educationalhistories */ - protected Educationalhistories $_educationalhistories = null; + protected ?Educationalhistories $_educationalhistories = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Relationshipjobsinfo + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Constituents\Relationshipjobsinfo * $_relationshipjobsinfo */ - protected Relationshipjobsinfo $_relationshipjobsinfo = null; + protected ?Relationshipjobsinfo $_relationshipjobsinfo = null; /** * This deletion handles only the basic deletion rules for a constituent. @@ -223,13 +223,13 @@ class Constituents extends BaseEndpoint * @param array{constituent_id: string} $params An associative array * - constituent_id: The constituent id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentId(array $params): void + public function deleteByConstituentId(array $params): mixed { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); @@ -250,7 +250,7 @@ public function deleteByConstituentId(array $params): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituent $requestBody): PostResponse + public function post(NewConstituent $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Addresses.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Addresses.php index 8b0e3ff7..9d82b2f3 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Addresses.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Addresses.php @@ -33,13 +33,13 @@ class Addresses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentAddressListCollection + public function searchByConstituentId(array $params): ConstituentAddressListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['include_former']), new ArgumentException("Parameter `include_former` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentAddressListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["include_former" => $params['include_former'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Alternatelookupids.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Alternatelookupids.php index 7f1c066f..67b0d0dc 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Alternatelookupids.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Alternatelookupids.php @@ -31,7 +31,7 @@ class Alternatelookupids extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentAlternateLookupIdListCollection + public function searchByConstituentId(array $params): ConstituentAlternateLookupIdListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentattributelist.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentattributelist.php index 5e18bd35..1d07a16a 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentattributelist.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentattributelist.php @@ -31,7 +31,7 @@ class Constituentattributelist extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentAttributeListCollection + public function searchByConstituentId(array $params): ConstituentAttributeListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentduplicatematch.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentduplicatematch.php index 07d2c217..9ffddb44 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentduplicatematch.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Constituentduplicatematch.php @@ -43,7 +43,7 @@ class Constituentduplicatematch extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentDuplicateMatchListCollection + public function list_(array $params): ConstituentDuplicateMatchListCollection { assert(isset($params['max_results']), new ArgumentException("Parameter `max_results` is required")); assert(isset($params['email_address']), new ArgumentException("Parameter `email_address` is required")); @@ -57,14 +57,14 @@ public function filterByBy(array $params): ConstituentDuplicateMatchListCollecti assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentDuplicateMatchListCollection($this->send("get", [], ["max_results" => $params['max_results'], - "email_address" => $params['email_address'], - "first_name" => $params['first_name'], - "key_name" => $params['key_name'], - "address_block" => $params['address_block'], - "country" => $params['country'], - "post_code" => $params['post_code'], - "phone_number" => $params['phone_number'], - "title" => $params['title'], - "limit" => $params['limit']])); + "email_address" => $params['email_address'], + "first_name" => $params['first_name'], + "key_name" => $params['key_name'], + "address_block" => $params['address_block'], + "country" => $params['country'], + "post_code" => $params['post_code'], + "phone_number" => $params['phone_number'], + "title" => $params['title'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationemailaddress.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationemailaddress.php index beb2f719..ed8021e5 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationemailaddress.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationemailaddress.php @@ -33,13 +33,13 @@ class Contactinformationemailaddress extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentContactListCollection + public function searchByConstituentId(array $params): ConstituentContactListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['include_former']), new ArgumentException("Parameter `include_former` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentContactListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["include_former" => $params['include_former'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationphone.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationphone.php index af221a70..f7a91d70 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationphone.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Contactinformationphone.php @@ -32,13 +32,13 @@ class Contactinformationphone extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentContactListCollection + public function searchByConstituentId(array $params): ConstituentContactListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['include_former']), new ArgumentException("Parameter `include_former` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentContactListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["include_former" => $params['include_former'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Educationalhistories.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Educationalhistories.php index eb67e7af..1f428b24 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Educationalhistories.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Educationalhistories.php @@ -31,7 +31,7 @@ class Educationalhistories extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): EducationListCollection + public function searchByConstituentId(array $params): EducationListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Emailaddresses.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Emailaddresses.php index 5c2e72c7..1a8afef9 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Emailaddresses.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Emailaddresses.php @@ -31,7 +31,7 @@ class Emailaddresses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentEmailAddressListCollection + public function searchByConstituentId(array $params): ConstituentEmailAddressListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Fundraisersearch.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Fundraisersearch.php index 6c58e6bd..ebb98a36 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Fundraisersearch.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Fundraisersearch.php @@ -74,7 +74,7 @@ class Fundraisersearch extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentFundraiserSearchCollection + public function list_(array $params): ConstituentFundraiserSearchCollection { assert(isset($params['constituent_type']), new ArgumentException("Parameter `constituent_type` is required")); assert(isset($params['full_name']), new ArgumentException("Parameter `full_name` is required")); @@ -109,35 +109,35 @@ public function filterByBy(array $params): ConstituentFundraiserSearchCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentFundraiserSearchCollection($this->send("get", [], ["constituent_type" => $params['constituent_type'], - "full_name" => $params['full_name'], - "key_name" => $params['key_name'], - "first_name" => $params['first_name'], - "lookup_id" => $params['lookup_id'], - "address_block" => $params['address_block'], - "city" => $params['city'], - "state" => $params['state'], - "post_code" => $params['post_code'], - "country" => $params['country'], - "include_inactive" => $params['include_inactive'], - "include_deceased" => $params['include_deceased'], - "only_primary_address" => $params['only_primary_address'], - "exact_match_only" => $params['exact_match_only'], - "only_prospects" => $params['only_prospects'], - "only_fundraisers" => $params['only_fundraisers'], - "only_staff" => $params['only_staff'], - "only_volunteers" => $params['only_volunteers'], - "ssn" => $params['ssn'], - "check_nick_name" => $params['check_nick_name'], - "check_aliases" => $params['check_aliases'], - "check_merged_constituents" => $params['check_merged_constituents'], - "minimum_date" => $params['minimum_date'], - "include_individuals" => $params['include_individuals'], - "include_organizations" => $params['include_organizations'], - "include_groups" => $params['include_groups'], - "check_alternate_lookup_ids" => $params['check_alternate_lookup_ids'], - "fuzzy_search_on_name" => $params['fuzzy_search_on_name'], - "site_filter_mode" => $params['site_filter_mode'], - "sites_selected" => $params['sites_selected'], - "limit" => $params['limit']])); + "full_name" => $params['full_name'], + "key_name" => $params['key_name'], + "first_name" => $params['first_name'], + "lookup_id" => $params['lookup_id'], + "address_block" => $params['address_block'], + "city" => $params['city'], + "state" => $params['state'], + "post_code" => $params['post_code'], + "country" => $params['country'], + "include_inactive" => $params['include_inactive'], + "include_deceased" => $params['include_deceased'], + "only_primary_address" => $params['only_primary_address'], + "exact_match_only" => $params['exact_match_only'], + "only_prospects" => $params['only_prospects'], + "only_fundraisers" => $params['only_fundraisers'], + "only_staff" => $params['only_staff'], + "only_volunteers" => $params['only_volunteers'], + "ssn" => $params['ssn'], + "check_nick_name" => $params['check_nick_name'], + "check_aliases" => $params['check_aliases'], + "check_merged_constituents" => $params['check_merged_constituents'], + "minimum_date" => $params['minimum_date'], + "include_individuals" => $params['include_individuals'], + "include_organizations" => $params['include_organizations'], + "include_groups" => $params['include_groups'], + "check_alternate_lookup_ids" => $params['check_alternate_lookup_ids'], + "fuzzy_search_on_name" => $params['fuzzy_search_on_name'], + "site_filter_mode" => $params['site_filter_mode'], + "sites_selected" => $params['sites_selected'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patrondata.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patrondata.php index 3c75a6bd..d929a71b 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patrondata.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patrondata.php @@ -33,13 +33,13 @@ class Patrondata extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentListCollection + public function searchByConstituentId(array $params): ConstituentListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['show_date_range']), new ArgumentException("Parameter `show_date_range` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["show_date_range" => $params['show_date_range'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patronorders.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patronorders.php index 4f803df0..d36536b4 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patronorders.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Patronorders.php @@ -35,7 +35,7 @@ class Patronorders extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentListCollection + public function searchByConstituentId(array $params): ConstituentListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['show_date_range']), new ArgumentException("Parameter `show_date_range` is required")); @@ -43,7 +43,7 @@ public function getByConstituentId(array $params): ConstituentListCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["show_date_range" => $params['show_date_range'], - "sales_method" => $params['sales_method'], - "limit" => $params['limit']])); + "sales_method" => $params['sales_method'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Phones.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Phones.php index 570faac5..079676f2 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Phones.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Phones.php @@ -31,7 +31,7 @@ class Phones extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentPhoneListCollection + public function searchByConstituentId(array $params): ConstituentPhoneListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Relationshipjobsinfo.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Relationshipjobsinfo.php index afdb2f74..5a63fa6b 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Relationshipjobsinfo.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Relationshipjobsinfo.php @@ -33,13 +33,13 @@ class Relationshipjobsinfo extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): RelationshipJobInfoListCollection + public function searchByConstituentId(array $params): RelationshipJobInfoListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['include_inactive']), new ArgumentException("Parameter `include_inactive` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new RelationshipJobInfoListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["include_inactive" => $params['include_inactive'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Search.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Search.php index 97357fa0..5a4a6db8 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Search.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Search.php @@ -100,7 +100,7 @@ class Search extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentSearchCollection + public function list_(array $params): ConstituentSearchCollection { assert(isset($params['constituent_quick_find']), new ArgumentException("Parameter `constituent_quick_find` is required")); assert(isset($params['full_name']), new ArgumentException("Parameter `full_name` is required")); @@ -135,35 +135,35 @@ public function filterByBy(array $params): ConstituentSearchCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentSearchCollection($this->send("get", [], ["constituent_quick_find" => $params['constituent_quick_find'], - "full_name" => $params['full_name'], - "key_name" => $params['key_name'], - "first_name" => $params['first_name'], - "lookup_id" => $params['lookup_id'], - "address_block" => $params['address_block'], - "city" => $params['city'], - "state" => $params['state'], - "post_code" => $params['post_code'], - "country" => $params['country'], - "include_inactive" => $params['include_inactive'], - "include_deceased" => $params['include_deceased'], - "only_primary_address" => $params['only_primary_address'], - "exact_match_only" => $params['exact_match_only'], - "check_nickname" => $params['check_nickname'], - "check_aliases" => $params['check_aliases'], - "classof" => $params['classof'], - "minimum_date" => $params['minimum_date'], - "exclude_households" => $params['exclude_households'], - "email_address" => $params['email_address'], - "include_individuals" => $params['include_individuals'], - "include_organizations" => $params['include_organizations'], - "include_groups" => $params['include_groups'], - "check_alternate_lookup_ids" => $params['check_alternate_lookup_ids'], - "fuzzy_search_on_name" => $params['fuzzy_search_on_name'], - "phone_number" => $params['phone_number'], - "middle_name" => $params['middle_name'], - "suffix" => $params['suffix'], - "constituency" => $params['constituency'], - "sourcecode" => $params['sourcecode'], - "limit" => $params['limit']])); + "full_name" => $params['full_name'], + "key_name" => $params['key_name'], + "first_name" => $params['first_name'], + "lookup_id" => $params['lookup_id'], + "address_block" => $params['address_block'], + "city" => $params['city'], + "state" => $params['state'], + "post_code" => $params['post_code'], + "country" => $params['country'], + "include_inactive" => $params['include_inactive'], + "include_deceased" => $params['include_deceased'], + "only_primary_address" => $params['only_primary_address'], + "exact_match_only" => $params['exact_match_only'], + "check_nickname" => $params['check_nickname'], + "check_aliases" => $params['check_aliases'], + "classof" => $params['classof'], + "minimum_date" => $params['minimum_date'], + "exclude_households" => $params['exclude_households'], + "email_address" => $params['email_address'], + "include_individuals" => $params['include_individuals'], + "include_organizations" => $params['include_organizations'], + "include_groups" => $params['include_groups'], + "check_alternate_lookup_ids" => $params['check_alternate_lookup_ids'], + "fuzzy_search_on_name" => $params['fuzzy_search_on_name'], + "phone_number" => $params['phone_number'], + "middle_name" => $params['middle_name'], + "suffix" => $params['suffix'], + "constituency" => $params['constituency'], + "sourcecode" => $params['sourcecode'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Solicitcodes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Solicitcodes.php index f4f10c05..f25cfde4 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Solicitcodes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Solicitcodes.php @@ -40,7 +40,7 @@ class Solicitcodes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentSolicitCodeListCollection + public function searchByConstituentId(array $params): ConstituentSolicitCodeListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['site_id']), new ArgumentException("Parameter `site_id` is required")); @@ -51,10 +51,10 @@ public function getByConstituentId(array $params): ConstituentSolicitCodeListCol assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentSolicitCodeListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["site_id" => $params['site_id'], - "site_filter_mode" => $params['site_filter_mode'], - "sites_selected" => $params['sites_selected'], - "show_expired" => $params['show_expired'], - "date_range" => $params['date_range'], - "limit" => $params['limit']])); + "site_filter_mode" => $params['site_filter_mode'], + "sites_selected" => $params['sites_selected'], + "show_expired" => $params['show_expired'], + "date_range" => $params['date_range'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Tributes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Tributes.php index ed5893b9..798637b8 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Tributes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Constituents/Tributes.php @@ -32,7 +32,7 @@ class Tributes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): TributeListCollection + public function searchByConstituentId(array $params): TributeListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Educationalhistories.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Educationalhistories.php index b40e6965..e49bb487 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Educationalhistories.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Educationalhistories.php @@ -32,7 +32,7 @@ class Educationalhistories extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewEducation $requestBody): PostResponse + public function post(NewEducation $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -68,13 +68,13 @@ public function getByEducationalHistoryId(array $params): Education * array * - educational_history_id: The educational history id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByEducationalHistoryId(array $params): void + public function deleteByEducationalHistoryId(array $params): mixed { assert(isset($params['educational_history_id']), new ArgumentException("Parameter `educational_history_id` is required")); @@ -91,13 +91,13 @@ public function deleteByEducationalHistoryId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByEducationalHistoryId(array $params, UpdateEducation $requestBody): void + public function patchOnEducationalHistoryId(array $params, UpdateEducation $requestBody): mixed { assert(isset($params['educational_history_id']), new ArgumentException("Parameter `educational_history_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Emailaddresses.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Emailaddresses.php index 8bd322d0..5548bb03 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Emailaddresses.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Emailaddresses.php @@ -32,7 +32,7 @@ class Emailaddresses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentEmailAddress $requestBody): PostResponse + public function post(NewConstituentEmailAddress $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -66,13 +66,13 @@ public function getByEmailAddressId(array $params): ConstituentEmailAddress * @param array{email_address_id: string} $params An associative array * - email_address_id: The email address id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByEmailAddressId(array $params): void + public function deleteByEmailAddressId(array $params): mixed { assert(isset($params['email_address_id']), new ArgumentException("Parameter `email_address_id` is required")); @@ -88,13 +88,13 @@ public function deleteByEmailAddressId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByEmailAddressId(array $params, UpdateConstituentEmailAddress $requestBody): void + public function patchOnEmailAddressId(array $params, UpdateConstituentEmailAddress $requestBody): mixed { assert(isset($params['email_address_id']), new ArgumentException("Parameter `email_address_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers.php index 8bdf8715..5aabf2c7 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers.php @@ -38,16 +38,16 @@ class Fundraisers extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers\List_ + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers\List_ * $_list_ */ - protected List_ $_list_ = null; + protected ?List_ $_list_ = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers\Prospectplanlist + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Fundraisers\Prospectplanlist * $_prospectplanlist */ - protected Prospectplanlist $_prospectplanlist = null; + protected ?Prospectplanlist $_prospectplanlist = null; /** * This dataform template is used to add a fundraiser constituency to a @@ -63,7 +63,7 @@ class Fundraisers extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentFundraiser $requestBody): PostResponse + public function post(NewConstituentFundraiser $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -100,13 +100,13 @@ public function getByFundraiserDateRangeId(array $params): ConstituentFundraiser * array * - fundraiser_date_range_id: The fundraiser date range id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByFundraiserDateRangeId(array $params): void + public function deleteByFundraiserDateRangeId(array $params): mixed { assert(isset($params['fundraiser_date_range_id']), new ArgumentException("Parameter `fundraiser_date_range_id` is required")); @@ -124,13 +124,13 @@ public function deleteByFundraiserDateRangeId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByFundraiserDateRangeId(array $params, UpdateConstituentFundraiser $requestBody): void + public function patchOnFundraiserDateRangeId(array $params, UpdateConstituentFundraiser $requestBody): mixed { assert(isset($params['fundraiser_date_range_id']), new ArgumentException("Parameter `fundraiser_date_range_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/List.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/List.php index e2c121bb..3d9c6f9d 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/List.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/List.php @@ -35,7 +35,7 @@ class List_ extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentFundraiserListCollection + public function list_(array $params): ConstituentFundraiserListCollection { assert(isset($params['org_positions_selection_id']), new ArgumentException("Parameter `org_positions_selection_id` is required")); assert(isset($params['include_stewardship']), new ArgumentException("Parameter `include_stewardship` is required")); @@ -44,9 +44,9 @@ public function filterByBy(array $params): ConstituentFundraiserListCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentFundraiserListCollection($this->send("get", [], ["org_positions_selection_id" => $params['org_positions_selection_id'], - "include_stewardship" => $params['include_stewardship'], - "show_inactive" => $params['show_inactive'], - "only_owned_interactions" => $params['only_owned_interactions'], - "limit" => $params['limit']])); + "include_stewardship" => $params['include_stewardship'], + "show_inactive" => $params['show_inactive'], + "only_owned_interactions" => $params['only_owned_interactions'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/Prospectplanlist.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/Prospectplanlist.php index a7405b4c..55486d7a 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/Prospectplanlist.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Fundraisers/Prospectplanlist.php @@ -36,7 +36,7 @@ class Prospectplanlist extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): ConstituentFundraiserListCollection + public function searchByConstituentId(array $params): ConstituentFundraiserListCollection { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['site_filter_mode']), new ArgumentException("Parameter `site_filter_mode` is required")); @@ -45,8 +45,8 @@ public function getByConstituentId(array $params): ConstituentFundraiserListColl assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new ConstituentFundraiserListCollection($this->send("get", ["{constituent_id}" => $params['constituent_id']], ["site_filter_mode" => $params['site_filter_mode'], - "sites_selected" => $params['sites_selected'], - "include_historical_plans" => $params['include_historical_plans'], - "limit" => $params['limit']])); + "sites_selected" => $params['sites_selected'], + "include_historical_plans" => $params['include_historical_plans'], + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Individuals.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Individuals.php index 2d44dff5..eb927d9f 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Individuals.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Individuals.php @@ -38,16 +38,16 @@ class Individuals extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals\Recentrevenueview + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals\Recentrevenueview * $_recentrevenueview */ - protected Recentrevenueview $_recentrevenueview = null; + protected ?Recentrevenueview $_recentrevenueview = null; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals\Revenuesummaryview + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Individuals\Revenuesummaryview * $_revenuesummaryview */ - protected Revenuesummaryview $_revenuesummaryview = null; + protected ?Revenuesummaryview $_revenuesummaryview = null; /** * This dataform template is used to add individuals, including @@ -63,7 +63,7 @@ class Individuals extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewIndividual $requestBody): PostResponse + public function post(NewIndividual $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -101,13 +101,13 @@ public function getByConstituentId(array $params): Individual * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentId(array $params, UpdateIndividual $requestBody): void + public function patchOnConstituentId(array $params, UpdateIndividual $requestBody): mixed { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Interactions.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Interactions.php index 579a5098..20794914 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Interactions.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Interactions.php @@ -32,7 +32,7 @@ class Interactions extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentInteraction $requestBody): PostResponse + public function post(NewConstituentInteraction $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -68,13 +68,13 @@ public function getByConstituentInteractionId(array $params): ConstituentInterac * array * - constituent_interaction_id: The constituent interaction id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentInteractionId(array $params): void + public function deleteByConstituentInteractionId(array $params): mixed { assert(isset($params['constituent_interaction_id']), new ArgumentException("Parameter `constituent_interaction_id` is required")); @@ -91,13 +91,13 @@ public function deleteByConstituentInteractionId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentInteractionId(array $params, UpdateConstituentInteraction $requestBody): void + public function patchOnConstituentInteractionId(array $params, UpdateConstituentInteraction $requestBody): mixed { assert(isset($params['constituent_interaction_id']), new ArgumentException("Parameter `constituent_interaction_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Mergetwoconstituents.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Mergetwoconstituents.php index 6635d5e2..ddc48502 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Mergetwoconstituents.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Mergetwoconstituents.php @@ -30,7 +30,7 @@ class Mergetwoconstituents extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentMerge $requestBody): PostResponse + public function post(NewConstituentMerge $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Organizations.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Organizations.php index 3b828e09..72f81e8f 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Organizations.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Organizations.php @@ -33,7 +33,7 @@ class Organizations extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewOrganization $requestBody): PostResponse + public function post(NewOrganization $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -69,13 +69,13 @@ public function getByConstituentId(array $params): Organization * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentId(array $params, UpdateOrganization $requestBody): void + public function patchOnConstituentId(array $params, UpdateOrganization $requestBody): mixed { assert(isset($params['constituent_id']), new ArgumentException("Parameter `constituent_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Phones.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Phones.php index 694338e7..2928405e 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Phones.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Phones.php @@ -32,7 +32,7 @@ class Phones extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentPhone $requestBody): PostResponse + public function post(NewConstituentPhone $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -66,13 +66,13 @@ public function getByPhoneId(array $params): ConstituentPhone * @param array{phone_id: string} $params An associative array * - phone_id: The phone id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByPhoneId(array $params): void + public function deleteByPhoneId(array $params): mixed { assert(isset($params['phone_id']), new ArgumentException("Parameter `phone_id` is required")); @@ -88,13 +88,13 @@ public function deleteByPhoneId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByPhoneId(array $params, UpdateConstituentPhone $requestBody): void + public function patchOnPhoneId(array $params, UpdateConstituentPhone $requestBody): mixed { assert(isset($params['phone_id']), new ArgumentException("Parameter `phone_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Relationshipjobsinfo.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Relationshipjobsinfo.php index 59af2f58..0da007d7 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Relationshipjobsinfo.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Relationshipjobsinfo.php @@ -32,7 +32,7 @@ class Relationshipjobsinfo extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewRelationshipJobInfo $requestBody): PostResponse + public function post(NewRelationshipJobInfo $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -69,13 +69,13 @@ public function getByRelationshipJobInformationId(array $params): RelationshipJo * - relationship_job_information_id: The relationship job information * id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByRelationshipJobInformationId(array $params): void + public function deleteByRelationshipJobInformationId(array $params): mixed { assert(isset($params['relationship_job_information_id']), new ArgumentException("Parameter `relationship_job_information_id` is required")); @@ -93,13 +93,13 @@ public function deleteByRelationshipJobInformationId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByRelationshipJobInformationId(array $params, UpdateRelationshipJobInfo $requestBody): void + public function patchOnRelationshipJobInformationId(array $params, UpdateRelationshipJobInfo $requestBody): mixed { assert(isset($params['relationship_job_information_id']), new ArgumentException("Parameter `relationship_job_information_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Solicitcodes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Solicitcodes.php index ae844d95..086ea419 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Solicitcodes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Solicitcodes.php @@ -32,7 +32,7 @@ class Solicitcodes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewConstituentSolicitCode $requestBody): PostResponse + public function post(NewConstituentSolicitCode $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -67,13 +67,13 @@ public function getByConstituentSolicitCodeId(array $params): ConstituentSolicit * associative array * - constituent_solicit_code_id: The constituent solicit code id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByConstituentSolicitCodeId(array $params): void + public function deleteByConstituentSolicitCodeId(array $params): mixed { assert(isset($params['constituent_solicit_code_id']), new ArgumentException("Parameter `constituent_solicit_code_id` is required")); @@ -90,13 +90,13 @@ public function deleteByConstituentSolicitCodeId(array $params): void * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConstituentSolicitCodeId(array $params, UpdateConstituentSolicitCode $requestBody): void + public function patchOnConstituentSolicitCodeId(array $params, UpdateConstituentSolicitCode $requestBody): mixed { assert(isset($params['constituent_solicit_code_id']), new ArgumentException("Parameter `constituent_solicit_code_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/States.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/States.php index cd84e99b..0bf6c8fe 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/States.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/States.php @@ -32,13 +32,13 @@ class States extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByCountryId(array $params): StateListCollection + public function searchByCountryId(array $params): StateListCollection { assert(isset($params['country_id']), new ArgumentException("Parameter `country_id` is required")); assert(isset($params['include_inactive']), new ArgumentException("Parameter `include_inactive` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new StateListCollection($this->send("get", ["{country_id}" => $params['country_id']], ["include_inactive" => $params['include_inactive'], - "limit" => $params['limit']])); + "limit" => $params['limit']])); } } diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tribute.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tribute.php index 6a47edd5..3b6baf25 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tribute.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tribute.php @@ -6,7 +6,7 @@ use Battis\OpenAPI\Client\Exceptions\ArgumentException; use Blackbaud\SKY\Altru\Constituent\Components\NewTribute; use Blackbaud\SKY\Altru\Constituent\Components\PostResponse; -use Blackbaud\SKY\Altru\Constituent\Components\Tribute as TributeDisambiguate; +use Blackbaud\SKY\Altru\Constituent\Components\Tribute as Components_Tribute; use Blackbaud\SKY\Altru\Constituent\Components\UpdateTribute; /** @@ -32,7 +32,7 @@ class Tribute extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NewTribute $requestBody): PostResponse + public function post(NewTribute $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -52,11 +52,11 @@ public function postBy(NewTribute $requestBody): PostResponse * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByRevenueTributeId(array $params): Tribute + public function getByRevenueTributeId(array $params): Components_Tribute { assert(isset($params['revenue_tribute_id']), new ArgumentException("Parameter `revenue_tribute_id` is required")); - return new TributeDisambiguate($this->send("get", ["{revenue_tribute_id}" => $params['revenue_tribute_id']], [])); + return new Components_Tribute($this->send("get", ["{revenue_tribute_id}" => $params['revenue_tribute_id']], [])); } /** @@ -68,13 +68,13 @@ public function getByRevenueTributeId(array $params): Tribute * $requestBody ConfigurationMessage object representing operation * intended to be created * - * @return void Returned when the operation successfully edits the + * @return mixed Returned when the operation successfully edits the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByRevenueTributeId(array $params, UpdateTribute $requestBody): void + public function patchOnRevenueTributeId(array $params, UpdateTribute $requestBody): mixed { assert(isset($params['revenue_tribute_id']), new ArgumentException("Parameter `revenue_tribute_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes.php index 80c9c5e7..e0436dca 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes.php @@ -30,10 +30,10 @@ class Tributes extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\Altru\Constituent\Endpoints\Tributes\Search + * @var ?\Blackbaud\SKY\Altru\Constituent\Endpoints\Tributes\Search * $_search */ - protected Search $_search = null; + protected ?Search $_search = null; /** * Deletes a revenue tribute record from the system. @@ -41,13 +41,13 @@ class Tributes extends BaseEndpoint * @param array{revenue_tribute_id: string} $params An associative array * - revenue_tribute_id: The revenue tribute id * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * resource. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByRevenueTributeId(array $params): void + public function deleteByRevenueTributeId(array $params): mixed { assert(isset($params['revenue_tribute_id']), new ArgumentException("Parameter `revenue_tribute_id` is required")); diff --git a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes/Search.php b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes/Search.php index d7aaeb96..6cf16f08 100644 --- a/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes/Search.php +++ b/packages/altru-constituent/src/Altru/Constituent/Endpoints/Tributes/Search.php @@ -47,7 +47,7 @@ class Search extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TributeSearchCollection + public function list_(array $params): TributeSearchCollection { assert(isset($params['tribute_text']), new ArgumentException("Parameter `tribute_text` is required")); assert(isset($params['tributee_key_name']), new ArgumentException("Parameter `tributee_key_name` is required")); @@ -64,17 +64,17 @@ public function filterByBy(array $params): TributeSearchCollection assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); return new TributeSearchCollection($this->send("get", [], ["tribute_text" => $params['tribute_text'], - "tributee_key_name" => $params['tributee_key_name'], - "tributee_first_name" => $params['tributee_first_name'], - "tributee_lookup_id" => $params['tributee_lookup_id'], - "tribute_type" => $params['tribute_type'], - "acknowledgee_key_name" => $params['acknowledgee_key_name'], - "acknowledgee_first_name" => $params['acknowledgee_first_name'], - "date_filter" => $params['date_filter'], - "designation" => $params['designation'], - "site_id" => $params['site_id'], - "include_inactive" => $params['include_inactive'], - "exact__matchonly" => $params['exact__matchonly'], - "limit" => $params['limit']])); + "tributee_key_name" => $params['tributee_key_name'], + "tributee_first_name" => $params['tributee_first_name'], + "tributee_lookup_id" => $params['tributee_lookup_id'], + "tribute_type" => $params['tribute_type'], + "acknowledgee_key_name" => $params['acknowledgee_key_name'], + "acknowledgee_first_name" => $params['acknowledgee_first_name'], + "date_filter" => $params['date_filter'], + "designation" => $params['designation'], + "site_id" => $params['site_id'], + "include_inactive" => $params['include_inactive'], + "exact__matchonly" => $params['exact__matchonly'], + "limit" => $params['limit']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Client.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Client.php index 9769f309..eaefcc52 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Client.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Client.php @@ -24,8 +24,8 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1 $_v1 Routing + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1 $_v1 Routing * class for the subnamespace `V1` */ - protected V1 $_v1 = null; + protected ?V1 $_v1 = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1.php index 94c67088..84e03ac9 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1.php @@ -24,8 +24,8 @@ class V1 extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re $_re Routing + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re $_re Routing * class for the subnamespace `Re` */ - protected Re $_re = null; + protected ?Re $_re = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re.php index 39e6b7f3..f4a8c7c4 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re.php @@ -108,134 +108,134 @@ class Re extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Appeals + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Appeals * $_appeals */ - protected Appeals $_appeals = null; + protected ?Appeals $_appeals = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Campaigns + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Campaigns * $_campaigns */ - protected Campaigns $_campaigns = null; + protected ?Campaigns $_campaigns = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Codetables + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Codetables * $_codetables Routing class for the subnamespace `Codetables` */ - protected Codetables $_codetables = null; + protected ?Codetables $_codetables = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents * $_constituents Routing class for the subnamespace `Constituents` */ - protected Constituents $_constituents = null; + protected ?Constituents $_constituents = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constitappeals + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constitappeals * $_constitappeals */ - protected Constitappeals $_constitappeals = null; + protected ?Constitappeals $_constitappeals = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Countries + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Countries * $_countries */ - protected Countries $_countries = null; + protected ?Countries $_countries = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Customfieldcategories + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Customfieldcategories * $_customfieldcategories */ - protected Customfieldcategories $_customfieldcategories = null; + protected ?Customfieldcategories $_customfieldcategories = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Funds $_funds + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Funds $_funds * Routing class for the subnamespace `Funds` */ - protected Funds $_funds = null; + protected ?Funds $_funds = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Serialnumber + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Serialnumber * $_serialnumber */ - protected Serialnumber $_serialnumber = null; + protected ?Serialnumber $_serialnumber = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Nameformatconfigurations + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Nameformatconfigurations * $_nameformatconfigurations Routing class for the subnamespace * `Nameformatconfigurations` */ - protected Nameformatconfigurations $_nameformatconfigurations = null; + protected ?Nameformatconfigurations $_nameformatconfigurations = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Phonetypes + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Phonetypes * $_phonetypes */ - protected Phonetypes $_phonetypes = null; + protected ?Phonetypes $_phonetypes = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Proposals + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Proposals * $_proposals */ - protected Proposals $_proposals = null; + protected ?Proposals $_proposals = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Users $_users + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Users $_users */ - protected Users $_users = null; + protected ?Users $_users = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituentidmap + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituentidmap * $_constituentidmap */ - protected Constituentidmap $_constituentidmap = null; + protected ?Constituentidmap $_constituentidmap = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Installedcountry + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Installedcountry * $_installedcountry */ - protected Installedcountry $_installedcountry = null; + protected ?Installedcountry $_installedcountry = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute * $_tribute Routing class for the subnamespace `Tribute` */ - protected Tribute $_tribute = null; + protected ?Tribute $_tribute = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute * $_gifttribute Routing class for the subnamespace `Gifttribute` */ - protected Gifttribute $_gifttribute = null; + protected ?Gifttribute $_gifttribute = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftidmap + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftidmap * $_giftidmap */ - protected Giftidmap $_giftidmap = null; + protected ?Giftidmap $_giftidmap = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifts $_gifts + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifts $_gifts * Routing class for the subnamespace `Gifts` */ - protected Gifts $_gifts = null; + protected ?Gifts $_gifts = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap * $_importidmap Routing class for the subnamespace `Importidmap` */ - protected Importidmap $_importidmap = null; + protected ?Importidmap $_importidmap = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships * $_relationships Routing class for the subnamespace `Relationships` */ - protected Relationships $_relationships = null; + protected ?Relationships $_relationships = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid * $_giftaid Routing class for the subnamespace `Giftaid` */ - protected Giftaid $_giftaid = null; + protected ?Giftaid $_giftaid = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Appeals.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Appeals.php index ad568370..dc40dbaa 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Appeals.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Appeals.php @@ -46,13 +46,13 @@ public function getById(array $params): Appeal * @param array{id: int} $params An associative array * - id: Format - int32. The appeal system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * appeal. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -67,12 +67,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\AppealEdit * $requestBody Description of changes for the appeal. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, AppealEdit $requestBody): void + public function patchOnId(array $params, AppealEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -98,7 +98,7 @@ public function patchById(array $params, AppealEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): AppealCollection + public function list_(array $params): AppealCollection { assert(isset($params['appeal_id']), new ArgumentException("Parameter `appeal_id` is required")); assert(isset($params['description']), new ArgumentException("Parameter `description` is required")); @@ -107,10 +107,10 @@ public function filterByBy(array $params): AppealCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new AppealCollection($this->send("get", [], ["appeal_id" => $params['appeal_id'], - "description" => $params['description'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "description" => $params['description'], + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -126,7 +126,7 @@ public function filterByBy(array $params): AppealCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(AppealCreate $requestBody): PostResponse + public function post(AppealCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Campaigns.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Campaigns.php index 9377a471..699c7dca 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Campaigns.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Campaigns.php @@ -46,13 +46,13 @@ public function getById(array $params): Campaign * @param array{id: int} $params An associative array * - id: Format - int32. The campaign system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * campaign. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -67,12 +67,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\CampaignEdit * $requestBody Description of changes for the campaign. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, CampaignEdit $requestBody): void + public function patchOnId(array $params, CampaignEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -100,7 +100,7 @@ public function patchById(array $params, CampaignEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CampaignCollection + public function list_(array $params): CampaignCollection { assert(isset($params['campaign_id']), new ArgumentException("Parameter `campaign_id` is required")); assert(isset($params['description']), new ArgumentException("Parameter `description` is required")); @@ -109,10 +109,10 @@ public function filterByBy(array $params): CampaignCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new CampaignCollection($this->send("get", [], ["campaign_id" => $params['campaign_id'], - "description" => $params['description'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "description" => $params['description'], + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -128,7 +128,7 @@ public function filterByBy(array $params): CampaignCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(CampaignCreate $requestBody): PostResponse + public function post(CampaignCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables.php index a0be2a94..85ac12c1 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables.php @@ -35,10 +35,10 @@ class Codetables extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Codetables\Tableentries + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Codetables\Tableentries * $_tableentries */ - protected Tableentries $_tableentries = null; + protected ?Tableentries $_tableentries = null; /** * Returns a list of code tables. @@ -58,7 +58,7 @@ class Codetables extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CodeTableCollection + public function list_(array $params): CodeTableCollection { assert(isset($params['name']), new ArgumentException("Parameter `name` is required")); assert(isset($params['include_hidden_system']), new ArgumentException("Parameter `include_hidden_system` is required")); @@ -66,9 +66,9 @@ public function filterByBy(array $params): CodeTableCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new CodeTableCollection($this->send("get", [], ["name" => $params['name'], - "include_hidden_system" => $params['include_hidden_system'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "include_hidden_system" => $params['include_hidden_system'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -84,7 +84,7 @@ public function filterByBy(array $params): CodeTableCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(CodeTableCreate $requestBody): PostResponse + public function post(CodeTableCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -117,13 +117,13 @@ public function getById(array $params): CodeTable * @param array{id: int} $params An associative array * - id: Format - int32. The code table system IDs. * - * @return void Returned when the operation successfully deletes the code + * @return mixed Returned when the operation successfully deletes the code * table. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -138,12 +138,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\CodeTableEdit * $requestBody Description of changes for the code table. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, CodeTableEdit $requestBody): void + public function patchOnId(array $params, CodeTableEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables/Tableentries.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables/Tableentries.php index fbdf0d8a..96498a19 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables/Tableentries.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Codetables/Tableentries.php @@ -40,7 +40,7 @@ public function getByCodeTableIdAndId(array $params): TableEntry assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); return new TableEntry($this->send("get", ["{code_table_id}" => $params['code_table_id'], - "{id}" => $params['id']], [])); + "{id}" => $params['id']], [])); } /** @@ -50,19 +50,19 @@ public function getByCodeTableIdAndId(array $params): TableEntry * - code_table_id: Format - int32. The code table ID. * - id: Format - int32. The table entry system ID. * - * @return void Returned when the operation successfully deletes the table - * entry. + * @return mixed Returned when the operation successfully deletes the + * table entry. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByCodeTableIdAndId(array $params): void + public function deleteByCodeTableIdAndId(array $params): mixed { assert(isset($params['code_table_id']), new ArgumentException("Parameter `code_table_id` is required")); assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); return $this->send("delete", ["{code_table_id}" => $params['code_table_id'], - "{id}" => $params['id']], []); + "{id}" => $params['id']], []); } /** @@ -74,19 +74,19 @@ public function deleteByCodeTableIdAndId(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\TableEntryEdit * $requestBody Description of changes for the table entry. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByCodeTableIdAndId(array $params, TableEntryEdit $requestBody): void + public function patchOnCodeTableIdAndId(array $params, TableEntryEdit $requestBody): mixed { assert(isset($params['code_table_id']), new ArgumentException("Parameter `code_table_id` is required")); assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); return $this->send("patch", ["{code_table_id}" => $params['code_table_id'], - "{id}" => $params['id']], [], $requestBody); + "{id}" => $params['id']], [], $requestBody); } /** @@ -112,7 +112,7 @@ public function patchByCodeTableIdAndId(array $params, TableEntryEdit $requestBo * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByCodeTableId(array $params): TableEntryCollection + public function searchByCodeTableId(array $params): TableEntryCollection { assert(isset($params['code_table_id']), new ArgumentException("Parameter `code_table_id` is required")); assert(isset($params['long_description']), new ArgumentException("Parameter `long_description` is required")); @@ -123,11 +123,11 @@ public function getByCodeTableId(array $params): TableEntryCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new TableEntryCollection($this->send("get", ["{code_table_id}" => $params['code_table_id']], ["long_description" => $params['long_description'], - "short_description" => $params['short_description'], - "numeric_value" => $params['numeric_value'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "short_description" => $params['short_description'], + "numeric_value" => $params['numeric_value'], + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -145,7 +145,7 @@ public function getByCodeTableId(array $params): TableEntryCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByCodeTableId(array $params, TableEntryCreate $requestBody): PostResponse + public function postToCodeTableId(array $params, TableEntryCreate $requestBody): PostResponse { assert(isset($params['code_table_id']), new ArgumentException("Parameter `code_table_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constitappeals.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constitappeals.php index 11478091..2f977d42 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constitappeals.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constitappeals.php @@ -31,7 +31,7 @@ class Constitappeals extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(ConstituentAppealCreate $requestBody): PostResponse + public function post(ConstituentAppealCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -44,13 +44,13 @@ public function postBy(ConstituentAppealCreate $requestBody): PostResponse * @param array{id: int} $params An associative array * - id: Format - int32. The ID for the constituent appeal to delete. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * constituent appeal. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -65,12 +65,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\ConstituentAppealEdit * $requestBody The changes made to the constituent appeal. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, ConstituentAppealEdit $requestBody): void + public function patchOnId(array $params, ConstituentAppealEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituentidmap.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituentidmap.php index 38a9a3f8..9ee8bd1a 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituentidmap.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituentidmap.php @@ -4,7 +4,7 @@ use Battis\OpenAPI\Client\BaseEndpoint; use Battis\OpenAPI\Client\Exceptions\ArgumentException; -use Blackbaud\SKY\NXT\Data\Integration\Components\ConstituentIdMap; +use Blackbaud\SKY\NXT\Data\Integration\Components\ConstituentIdMap as Components_ConstituentIdMap; /** * @api @@ -30,10 +30,10 @@ class Constituentidmap extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentid(array $params): ConstituentIdMap + public function getByConstituentid(array $params): Components_ConstituentIdMap { assert(isset($params['constituentid']), new ArgumentException("Parameter `constituentid` is required")); - return new ConstituentIdMap($this->send("get", ["{constituentid}" => $params['constituentid']], [])); + return new Components_ConstituentIdMap($this->send("get", ["{constituentid}" => $params['constituentid']], [])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents.php index 10f701f6..dc9235c9 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents.php @@ -34,16 +34,16 @@ class Constituents extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents\Customsearch + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents\Customsearch * $_customsearch */ - protected Customsearch $_customsearch = null; + protected ?Customsearch $_customsearch = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents\Fund + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Constituents\Fund * $_fund */ - protected Fund $_fund = null; + protected ?Fund $_fund = null; /** * Deletes a constituent. The constituent cannot have any gifts or @@ -52,13 +52,13 @@ class Constituents extends BaseEndpoint * @param array{id: int} $params An associative array * - id: Format - int32. The constituent system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * constituent. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Customsearch.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Customsearch.php index 170089fa..bc138aae 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Customsearch.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Customsearch.php @@ -48,7 +48,7 @@ class Customsearch extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ConstituentCollection + public function list_(array $params): ConstituentCollection { assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['first_name']), new ArgumentException("Parameter `first_name` is required")); @@ -66,18 +66,18 @@ public function filterByBy(array $params): ConstituentCollection assert(isset($params['record_ids']), new ArgumentException("Parameter `record_ids` is required")); return new ConstituentCollection($this->send("get", [], ["limit" => $params['limit'], - "first_name" => $params['first_name'], - "last_name" => $params['last_name'], - "alias_type" => $params['alias_type'], - "lookup_id" => $params['lookup_id'], - "address_lines" => $params['address_lines'], - "city" => $params['city'], - "state" => $params['state'], - "post_code" => $params['post_code'], - "email" => $params['email'], - "phone_number" => $params['phone_number'], - "include_maiden_name" => $params['include_maiden_name'], - "include_alias" => $params['include_alias'], - "record_ids" => $params['record_ids']])); + "first_name" => $params['first_name'], + "last_name" => $params['last_name'], + "alias_type" => $params['alias_type'], + "lookup_id" => $params['lookup_id'], + "address_lines" => $params['address_lines'], + "city" => $params['city'], + "state" => $params['state'], + "post_code" => $params['post_code'], + "email" => $params['email'], + "phone_number" => $params['phone_number'], + "include_maiden_name" => $params['include_maiden_name'], + "include_alias" => $params['include_alias'], + "record_ids" => $params['record_ids']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Fund.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Fund.php index 59970b3e..5ae6f56d 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Fund.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Constituents/Fund.php @@ -34,13 +34,13 @@ class Fund extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByFundId(array $params): ConstituentByFundCollection + public function searchByFundId(array $params): ConstituentByFundCollection { assert(isset($params['fundId']), new ArgumentException("Parameter `fundId` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new ConstituentByFundCollection($this->send("get", ["{fundId}" => $params['fundId']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Countries.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Countries.php index a89fc0ca..47ef0b14 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Countries.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Countries.php @@ -45,13 +45,13 @@ public function getById(array $params): Country * @param array{id: int} $params An associative array * - id: Format - int32. The country system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * country. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -66,12 +66,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\CountryEdit * $requestBody Description of changes for the country. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, CountryEdit $requestBody): void + public function patchOnId(array $params, CountryEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -93,13 +93,13 @@ public function patchById(array $params, CountryEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CountryCollection + public function list_(array $params): CountryCollection { assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new CountryCollection($this->send("get", [], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } /** @@ -115,7 +115,7 @@ public function filterByBy(array $params): CountryCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(CountryCreate $requestBody): PostResponse + public function post(CountryCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Customfieldcategories.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Customfieldcategories.php index a6936226..b7b15f80 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Customfieldcategories.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Customfieldcategories.php @@ -46,13 +46,13 @@ public function getById(array $params): CustomFieldCategory * @param array{id: int} $params An associative array * - id: Format - int32. The custom field category system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * custom field category. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -67,12 +67,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\CustomFieldCategoryEdit * $requestBody Description of changes for the custom field category. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, CustomFieldCategoryEdit $requestBody): void + public function patchOnId(array $params, CustomFieldCategoryEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -99,7 +99,7 @@ public function patchById(array $params, CustomFieldCategoryEdit $requestBody): * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CustomFieldCategoryCollection + public function list_(array $params): CustomFieldCategoryCollection { assert(isset($params['record_type']), new ArgumentException("Parameter `record_type` is required")); assert(isset($params['include_inactive']), new ArgumentException("Parameter `include_inactive` is required")); @@ -107,9 +107,9 @@ public function filterByBy(array $params): CustomFieldCategoryCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new CustomFieldCategoryCollection($this->send("get", [], ["record_type" => $params['record_type'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -125,7 +125,7 @@ public function filterByBy(array $params): CustomFieldCategoryCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(CustomFieldCategoryCreate $requestBody): PostResponse + public function post(CustomFieldCategoryCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds.php index b1281b9f..c25bdb5c 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds.php @@ -35,10 +35,10 @@ class Funds extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Funds\Constituent + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Funds\Constituent * $_constituent */ - protected Constituent $_constituent = null; + protected ?Constituent $_constituent = null; /** * Returns details about a fund. @@ -66,12 +66,13 @@ public function getById(array $params): Fund * @param array{id: int} $params An associative array * - id: Format - int32. The fund system ID. * - * @return void Returned when the operation successfully deletes the fund. + * @return mixed Returned when the operation successfully deletes the + * fund. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -86,12 +87,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\FundEdit * $requestBody Description of changes for the fund. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, FundEdit $requestBody): void + public function patchOnId(array $params, FundEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -117,7 +118,7 @@ public function patchById(array $params, FundEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): FundCollection + public function list_(array $params): FundCollection { assert(isset($params['fund_id']), new ArgumentException("Parameter `fund_id` is required")); assert(isset($params['description']), new ArgumentException("Parameter `description` is required")); @@ -126,10 +127,10 @@ public function filterByBy(array $params): FundCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new FundCollection($this->send("get", [], ["fund_id" => $params['fund_id'], - "description" => $params['description'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "description" => $params['description'], + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -145,7 +146,7 @@ public function filterByBy(array $params): FundCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(FundCreate $requestBody): PostResponse + public function post(FundCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds/Constituent.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds/Constituent.php index b32b9166..7a097e27 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds/Constituent.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Funds/Constituent.php @@ -34,13 +34,13 @@ class Constituent extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): FundCollection + public function searchByConstituentId(array $params): FundCollection { assert(isset($params['constituentId']), new ArgumentException("Parameter `constituentId` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new FundCollection($this->send("get", ["{constituentId}" => $params['constituentId']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid.php index 29b0ec11..90f293a7 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid.php @@ -28,14 +28,14 @@ class Giftaid extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Taxdeclarations + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Taxdeclarations * $_taxdeclarations */ - protected Taxdeclarations $_taxdeclarations = null; + protected ?Taxdeclarations $_taxdeclarations = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Constituents + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Constituents * $_constituents Routing class for the subnamespace `Constituents` */ - protected Constituents $_constituents = null; + protected ?Constituents $_constituents = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents.php index 2bb50c00..1475d61c 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents.php @@ -24,8 +24,8 @@ class Constituents extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Constituents\Taxdeclarations + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Giftaid\Constituents\Taxdeclarations * $_taxdeclarations */ - protected Taxdeclarations $_taxdeclarations = null; + protected ?Taxdeclarations $_taxdeclarations = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents/Taxdeclarations.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents/Taxdeclarations.php index 802b213e..092fb67a 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents/Taxdeclarations.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Constituents/Taxdeclarations.php @@ -32,13 +32,13 @@ class Taxdeclarations extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getById(array $params): GiftAidTaxDeclarationCollection + public function searchById(array $params): GiftAidTaxDeclarationCollection { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new GiftAidTaxDeclarationCollection($this->send("get", ["{id}" => $params['id']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Taxdeclarations.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Taxdeclarations.php index aa91e7c2..5314b23f 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Taxdeclarations.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftaid/Taxdeclarations.php @@ -66,12 +66,12 @@ public function deleteById(array $params): GiftAidTaxDeclaration * @param \Blackbaud\SKY\NXT\Data\Integration\Components\GiftAidTaxDeclarationEdit * $requestBody Description of changes for the tax declaration. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, GiftAidTaxDeclarationEdit $requestBody): void + public function patchOnId(array $params, GiftAidTaxDeclarationEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -92,7 +92,7 @@ public function patchById(array $params, GiftAidTaxDeclarationEdit $requestBody) * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(GiftAidTaxDeclarationCreate $requestBody): PostResponse + public function post(GiftAidTaxDeclarationCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftidmap.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftidmap.php index 1415114d..05b4e45f 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftidmap.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Giftidmap.php @@ -4,7 +4,7 @@ use Battis\OpenAPI\Client\BaseEndpoint; use Battis\OpenAPI\Client\Exceptions\ArgumentException; -use Blackbaud\SKY\NXT\Data\Integration\Components\GiftIdMap; +use Blackbaud\SKY\NXT\Data\Integration\Components\GiftIdMap as Components_GiftIdMap; /** * @api @@ -29,10 +29,10 @@ class Giftidmap extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByGiftlookupid(array $params): GiftIdMap + public function getByGiftlookupid(array $params): Components_GiftIdMap { assert(isset($params['giftlookupid']), new ArgumentException("Parameter `giftlookupid` is required")); - return new GiftIdMap($this->send("get", ["{giftlookupid}" => $params['giftlookupid']], [])); + return new Components_GiftIdMap($this->send("get", ["{giftlookupid}" => $params['giftlookupid']], [])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts.php index 782421f3..b08cfe63 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts.php @@ -24,8 +24,8 @@ class Gifts extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifts\Notes + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifts\Notes * $_notes */ - protected Notes $_notes = null; + protected ?Notes $_notes = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts/Notes.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts/Notes.php index 0949b65f..c5b799ea 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts/Notes.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifts/Notes.php @@ -33,7 +33,7 @@ class Notes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(GiftNoteCreate $requestBody): PostResponse + public function post(GiftNoteCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -66,13 +66,13 @@ public function getById(array $params): GiftNote * @param array{id: int} $params An associative array * - id: Format - int32. The gift note ID. * - * @return void Returned when the operation successfully deletes the gift + * @return mixed Returned when the operation successfully deletes the gift * note. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -87,12 +87,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\GiftNoteEdit * $requestBody The gift note details. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, GiftNoteEdit $requestBody): void + public function patchOnId(array $params, GiftNoteEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -116,13 +116,13 @@ public function patchById(array $params, GiftNoteEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByGiftId(array $params): GiftNoteCollection + public function searchByGiftId(array $params): GiftNoteCollection { assert(isset($params['gift_id']), new ArgumentException("Parameter `gift_id` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new GiftNoteCollection($this->send("get", ["{gift_id}" => $params['gift_id']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute.php index 5bf0ffd6..e207ae30 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute.php @@ -4,7 +4,7 @@ use Battis\OpenAPI\Client\BaseEndpoint; use Battis\OpenAPI\Client\Exceptions\ArgumentException; -use Blackbaud\SKY\NXT\Data\Integration\Components\GiftTribute; +use Blackbaud\SKY\NXT\Data\Integration\Components\GiftTribute as Components_GiftTribute; use Blackbaud\SKY\NXT\Data\Integration\Components\GiftTributeCollection; use Blackbaud\SKY\NXT\Data\Integration\Components\GiftTributeCreate; use Blackbaud\SKY\NXT\Data\Integration\Components\GiftTributeEdit; @@ -43,22 +43,22 @@ class Gifttribute extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Importid + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Importid * $_importid */ - protected Importid $_importid = null; + protected ?Importid $_importid = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Gift + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Gift * $_gift */ - protected Gift $_gift = null; + protected ?Gift $_gift = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Acknowledgees + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Gifttribute\Acknowledgees * $_acknowledgees */ - protected Acknowledgees $_acknowledgees = null; + protected ?Acknowledgees $_acknowledgees = null; /** * Returns details about a tribute with the given ID. @@ -73,11 +73,11 @@ class Gifttribute extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByGiftTributeId(array $params): GiftTribute + public function getByGiftTributeId(array $params): Components_GiftTribute { assert(isset($params['giftTributeId']), new ArgumentException("Parameter `giftTributeId` is required")); - return new GiftTribute($this->send("get", ["{giftTributeId}" => $params['giftTributeId']], [])); + return new Components_GiftTribute($this->send("get", ["{giftTributeId}" => $params['giftTributeId']], [])); } /** @@ -87,13 +87,13 @@ public function getByGiftTributeId(array $params): GiftTribute * - giftTributeId: Format - int32. The ID of the gift tribute to * delete. * - * @return void Returned when the operation succeeds. The response body + * @return mixed Returned when the operation succeeds. The response body * contains the gift tribute record. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByGiftTributeId(array $params): void + public function deleteByGiftTributeId(array $params): mixed { assert(isset($params['giftTributeId']), new ArgumentException("Parameter `giftTributeId` is required")); @@ -109,12 +109,12 @@ public function deleteByGiftTributeId(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\GiftTributeEdit * $requestBody Description of changes for the gift tribute. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByGiftTributeId(array $params, GiftTributeEdit $requestBody): void + public function patchOnGiftTributeId(array $params, GiftTributeEdit $requestBody): mixed { assert(isset($params['giftTributeId']), new ArgumentException("Parameter `giftTributeId` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -136,13 +136,13 @@ public function patchByGiftTributeId(array $params, GiftTributeEdit $requestBody * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): GiftTributeCollection + public function list_(array $params): GiftTributeCollection { assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new GiftTributeCollection($this->send("get", [], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } /** @@ -158,7 +158,7 @@ public function filterByBy(array $params): GiftTributeCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(GiftTributeCreate $requestBody): PostResponse + public function post(GiftTributeCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Acknowledgees.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Acknowledgees.php index 9a88f11e..a8ab669f 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Acknowledgees.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Acknowledgees.php @@ -31,7 +31,7 @@ class Acknowledgees extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByGiftTributeId(array $params): GiftTributeAcknowledgeeCollection + public function searchByGiftTributeId(array $params): GiftTributeAcknowledgeeCollection { assert(isset($params['giftTributeId']), new ArgumentException("Parameter `giftTributeId` is required")); @@ -49,12 +49,12 @@ public function getByGiftTributeId(array $params): GiftTributeAcknowledgeeCollec * $requestBody Description of changes for the gift tribute acknowledgee. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByGiftTributeAcknowledgeeId(array $params, GiftTributeAcknowledgeeEdit $requestBody): void + public function patchOnGiftTributeAcknowledgeeId(array $params, GiftTributeAcknowledgeeEdit $requestBody): mixed { assert(isset($params['giftTributeAcknowledgeeId']), new ArgumentException("Parameter `giftTributeAcknowledgeeId` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Gift.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Gift.php index 52e24e80..865244d3 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Gift.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Gifttribute/Gift.php @@ -29,7 +29,7 @@ class Gift extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByGiftId(array $params): GiftTributeCollection + public function searchByGiftId(array $params): GiftTributeCollection { assert(isset($params['giftId']), new ArgumentException("Parameter `giftId` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Importidmap.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Importidmap.php index 5a2d4f0e..f2d19070 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Importidmap.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Importidmap.php @@ -28,14 +28,14 @@ class Importidmap extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap\Constituent + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap\Constituent * $_constituent */ - protected Constituent $_constituent = null; + protected ?Constituent $_constituent = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap\Gift + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Importidmap\Gift * $_gift */ - protected Gift $_gift = null; + protected ?Gift $_gift = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Installedcountry.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Installedcountry.php index 02f75cbc..a3a70b1d 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Installedcountry.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Installedcountry.php @@ -21,7 +21,7 @@ class Installedcountry extends BaseEndpoint * @return string Returned when the operation succeeds. The response body * contains the installed country. */ - public function getAllBy(): string + public function get(): string { return $this->send("get", [], []); } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations.php index 70befff0..03dfecac 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations.php @@ -35,10 +35,10 @@ class Nameformatconfigurations extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Nameformatconfigurations\Fields + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Nameformatconfigurations\Fields * $_fields */ - protected Fields $_fields = null; + protected ?Fields $_fields = null; /** * Returns details about a name format configuration. @@ -67,13 +67,13 @@ public function getById(array $params): NameFormatConfiguration * @param array{id: int} $params An associative array * - id: Format - int32. The name format configuration system ID. * - * @return void Returned when the operation successfully deletes the name + * @return mixed Returned when the operation successfully deletes the name * format configuration. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -89,12 +89,12 @@ public function deleteById(array $params): void * $requestBody Description of changes for the name format configuration * field. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, NameFormatConfigurationEdit $requestBody): void + public function patchOnId(array $params, NameFormatConfigurationEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -109,7 +109,7 @@ public function patchById(array $params, NameFormatConfigurationEdit $requestBod * Returned when the operation succeeds. The response body contains the * name format configuration field options list. */ - public function getAllBy(): NameFormatConfigurationCollection + public function list_(): NameFormatConfigurationCollection { return new NameFormatConfigurationCollection($this->send("get", [], [])); } @@ -127,7 +127,7 @@ public function getAllBy(): NameFormatConfigurationCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NameFormatConfigurationCreate $requestBody): PostResponse + public function post(NameFormatConfigurationCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations/Fields.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations/Fields.php index 8859e3b5..2e06cb3b 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations/Fields.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Nameformatconfigurations/Fields.php @@ -48,13 +48,13 @@ public function getById(array $params): NameFormatConfigurationField * - id: Format - int32. The name format configuration field option * system ID. * - * @return void Returned when the operation successfully deletes the name + * @return mixed Returned when the operation successfully deletes the name * format configuration field. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -71,12 +71,12 @@ public function deleteById(array $params): void * $requestBody Description of changes for the name format configuration * field option. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, NameFormatConfigurationFieldEdit $requestBody): void + public function patchOnId(array $params, NameFormatConfigurationFieldEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -91,7 +91,7 @@ public function patchById(array $params, NameFormatConfigurationFieldEdit $reque * Returned when the operation succeeds. The response body contains the * name format configuration field options list. */ - public function getAllBy(): NameFormatConfigurationFieldCollection + public function list_(): NameFormatConfigurationFieldCollection { return new NameFormatConfigurationFieldCollection($this->send("get", [], [])); } @@ -109,7 +109,7 @@ public function getAllBy(): NameFormatConfigurationFieldCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(NameFormatConfigurationFieldCreate $requestBody): PostResponse + public function post(NameFormatConfigurationFieldCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Phonetypes.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Phonetypes.php index 135f5873..4ceab389 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Phonetypes.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Phonetypes.php @@ -46,13 +46,13 @@ public function getById(array $params): PhoneType * @param array{id: int} $params An associative array * - id: Format - int32. The phone type system ID. * - * @return void Returned when the operation successfully deletes the phone - * type. + * @return mixed Returned when the operation successfully deletes the + * phone type. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -67,12 +67,12 @@ public function deleteById(array $params): void * @param \Blackbaud\SKY\NXT\Data\Integration\Components\PhoneTypeEdit * $requestBody Description of changes for the phone type. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchById(array $params, PhoneTypeEdit $requestBody): void + public function patchOnId(array $params, PhoneTypeEdit $requestBody): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -102,7 +102,7 @@ public function patchById(array $params, PhoneTypeEdit $requestBody): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): PhoneTypeCollection + public function list_(array $params): PhoneTypeCollection { assert(isset($params['description']), new ArgumentException("Parameter `description` is required")); assert(isset($params['type']), new ArgumentException("Parameter `type` is required")); @@ -112,11 +112,11 @@ public function filterByBy(array $params): PhoneTypeCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new PhoneTypeCollection($this->send("get", [], ["description" => $params['description'], - "type" => $params['type'], - "format" => $params['format'], - "include_inactive" => $params['include_inactive'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "type" => $params['type'], + "format" => $params['format'], + "include_inactive" => $params['include_inactive'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } /** @@ -132,7 +132,7 @@ public function filterByBy(array $params): PhoneTypeCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(PhoneTypeCreate $requestBody): PostResponse + public function post(PhoneTypeCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Proposals.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Proposals.php index 0767c76b..6de9d901 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Proposals.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Proposals.php @@ -21,13 +21,13 @@ class Proposals extends BaseEndpoint * @param array{id: int} $params An associative array * - id: Format - int32. The proposal system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * proposal. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships.php index 951db9d3..6829464b 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships.php @@ -28,14 +28,14 @@ class Relationships extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Constituents + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Constituents * $_constituents Routing class for the subnamespace `Constituents` */ - protected Constituents $_constituents = null; + protected ?Constituents $_constituents = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Funds + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Funds * $_funds Routing class for the subnamespace `Funds` */ - protected Funds $_funds = null; + protected ?Funds $_funds = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents.php index 0b75d06b..56fa4c3b 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents.php @@ -24,8 +24,8 @@ class Constituents extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Constituents\Fund + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Constituents\Fund * $_fund */ - protected Fund $_fund = null; + protected ?Fund $_fund = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents/Fund.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents/Fund.php index 02f63b3d..e7dd7b15 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents/Fund.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Constituents/Fund.php @@ -34,13 +34,13 @@ class Fund extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByFundId(array $params): RelationshipCollection + public function searchByFundId(array $params): RelationshipCollection { assert(isset($params['fundId']), new ArgumentException("Parameter `fundId` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new RelationshipCollection($this->send("get", ["{fundId}" => $params['fundId']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds.php index 528ec15f..d3c666d1 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds.php @@ -24,8 +24,8 @@ class Funds extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Funds\Constituent + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Relationships\Funds\Constituent * $_constituent */ - protected Constituent $_constituent = null; + protected ?Constituent $_constituent = null; } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds/Constituent.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds/Constituent.php index bd998766..eacba8f4 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds/Constituent.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Relationships/Funds/Constituent.php @@ -34,13 +34,13 @@ class Constituent extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): RelationshipCollection + public function searchByConstituentId(array $params): RelationshipCollection { assert(isset($params['constituentId']), new ArgumentException("Parameter `constituentId` is required")); assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new RelationshipCollection($this->send("get", ["{constituentId}" => $params['constituentId']], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Serialnumber.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Serialnumber.php index e94a9877..5a0491dc 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Serialnumber.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Serialnumber.php @@ -20,7 +20,7 @@ class Serialnumber extends BaseEndpoint * @return string Returned when the operation succeeds. The response body * contains the serial number. */ - public function getAllBy(): string + public function get(): string { return $this->send("get", [], []); } diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute.php index 0c258e74..4e255a62 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute.php @@ -5,7 +5,7 @@ use Battis\OpenAPI\Client\BaseEndpoint; use Battis\OpenAPI\Client\Exceptions\ArgumentException; use Blackbaud\SKY\NXT\Data\Integration\Components\PostResponse; -use Blackbaud\SKY\NXT\Data\Integration\Components\Tribute as TributeDisambiguate; +use Blackbaud\SKY\NXT\Data\Integration\Components\Tribute as Components_Tribute; use Blackbaud\SKY\NXT\Data\Integration\Components\TributeCollection; use Blackbaud\SKY\NXT\Data\Integration\Components\TributeCreate; use Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Acknowledgee; @@ -46,28 +46,28 @@ class Tribute extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Importid + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Importid * $_importid */ - protected Importid $_importid = null; + protected ?Importid $_importid = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Acknowledgee + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Acknowledgee * $_acknowledgee */ - protected Acknowledgee $_acknowledgee = null; + protected ?Acknowledgee $_acknowledgee = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Constituent + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Constituent * $_constituent */ - protected Constituent $_constituent = null; + protected ?Constituent $_constituent = null; /** - * @var \Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Acknowledgees + * @var ?\Blackbaud\SKY\NXT\Data\Integration\Endpoints\V1\Re\Tribute\Acknowledgees * $_acknowledgees */ - protected Acknowledgees $_acknowledgees = null; + protected ?Acknowledgees $_acknowledgees = null; /** * Returns details about a tribute. @@ -82,11 +82,11 @@ class Tribute extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getById(array $params): Tribute + public function getById(array $params): Components_Tribute { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); - return new TributeDisambiguate($this->send("get", ["{id}" => $params['id']], [])); + return new Components_Tribute($this->send("get", ["{id}" => $params['id']], [])); } /** @@ -95,13 +95,13 @@ public function getById(array $params): Tribute * @param array{id: int} $params An associative array * - id: Format - int32. The tribute system ID. * - * @return void Returned when the operation successfully deletes the + * @return mixed Returned when the operation successfully deletes the * tribute. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteById(array $params): void + public function deleteById(array $params): mixed { assert(isset($params['id']), new ArgumentException("Parameter `id` is required")); @@ -122,13 +122,13 @@ public function deleteById(array $params): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TributeCollection + public function list_(array $params): TributeCollection { assert(isset($params['limit']), new ArgumentException("Parameter `limit` is required")); assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new TributeCollection($this->send("get", [], ["limit" => $params['limit'], - "offset" => $params['offset']])); + "offset" => $params['offset']])); } /** @@ -144,7 +144,7 @@ public function filterByBy(array $params): TributeCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(TributeCreate $requestBody): PostResponse + public function post(TributeCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgee.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgee.php index baa5e370..2922aea0 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgee.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgee.php @@ -31,7 +31,7 @@ class Acknowledgee extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(TributeAcknowledgeeCreate $requestBody): PostResponse + public function post(TributeAcknowledgeeCreate $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgees.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgees.php index 26ee7f8b..71a7d9c5 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgees.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Acknowledgees.php @@ -30,7 +30,7 @@ class Acknowledgees extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByTributeId(array $params): TributeAcknowledgeeCollection + public function searchByTributeId(array $params): TributeAcknowledgeeCollection { assert(isset($params['tributeId']), new ArgumentException("Parameter `tributeId` is required")); diff --git a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Constituent.php b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Constituent.php index 68a2d4b7..9d544a5c 100644 --- a/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Constituent.php +++ b/packages/nxt-data-integration/src/NXT/Data/Integration/Endpoints/V1/Re/Tribute/Constituent.php @@ -30,7 +30,7 @@ class Constituent extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByConstituentId(array $params): TributeCollection + public function searchByConstituentId(array $params): TributeCollection { assert(isset($params['constituentId']), new ArgumentException("Parameter `constituentId` is required")); diff --git a/packages/oneroster/src/OneRoster/Client.php b/packages/oneroster/src/OneRoster/Client.php index 0b4cc6a6..415e9a8b 100644 --- a/packages/oneroster/src/OneRoster/Client.php +++ b/packages/oneroster/src/OneRoster/Client.php @@ -70,82 +70,83 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\AcademicSessions + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\AcademicSessions * $_academicSessions */ - protected AcademicSessions $_academicSessions = null; + protected ?AcademicSessions $_academicSessions = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Terms $_terms Routing class for - * the subnamespace `Terms` + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Terms $_terms Routing class + * for the subnamespace `Terms` */ - protected Terms $_terms = null; + protected ?Terms $_terms = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\GradingPeriods $_gradingPeriods + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\GradingPeriods + * $_gradingPeriods */ - protected GradingPeriods $_gradingPeriods = null; + protected ?GradingPeriods $_gradingPeriods = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Categories $_categories + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Categories $_categories */ - protected Categories $_categories = null; + protected ?Categories $_categories = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes $_classes Routing class - * for the subnamespace `Classes` + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes $_classes Routing + * class for the subnamespace `Classes` */ - protected Classes $_classes = null; + protected ?Classes $_classes = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Courses $_courses + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Courses $_courses */ - protected Courses $_courses = null; + protected ?Courses $_courses = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Enrollments $_enrollments + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Enrollments $_enrollments */ - protected Enrollments $_enrollments = null; + protected ?Enrollments $_enrollments = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\LineItems $_lineItems + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\LineItems $_lineItems */ - protected LineItems $_lineItems = null; + protected ?LineItems $_lineItems = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Orgs $_orgs + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Orgs $_orgs */ - protected Orgs $_orgs = null; + protected ?Orgs $_orgs = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Results $_results + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Results $_results */ - protected Results $_results = null; + protected ?Results $_results = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools $_schools Routing class - * for the subnamespace `Schools` + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools $_schools Routing + * class for the subnamespace `Schools` */ - protected Schools $_schools = null; + protected ?Schools $_schools = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Users $_users + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Users $_users */ - protected Users $_users = null; + protected ?Users $_users = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Teachers $_teachers Routing + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Teachers $_teachers Routing * class for the subnamespace `Teachers` */ - protected Teachers $_teachers = null; + protected ?Teachers $_teachers = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Students $_students + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Students $_students */ - protected Students $_students = null; + protected ?Students $_students = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Demographics $_demographics + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Demographics $_demographics */ - protected Demographics $_demographics = null; + protected ?Demographics $_demographics = null; } diff --git a/packages/oneroster/src/OneRoster/Endpoints/AcademicSessions.php b/packages/oneroster/src/OneRoster/Endpoints/AcademicSessions.php index 5cde6c64..fa3eb4e7 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/AcademicSessions.php +++ b/packages/oneroster/src/OneRoster/Endpoints/AcademicSessions.php @@ -23,7 +23,7 @@ class AcademicSessions extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\AcademicSessionsOutputModel * OK - It was possible to read the collection. */ - public function getAllBy(): AcademicSessionsOutputModel + public function get(): AcademicSessionsOutputModel { return new AcademicSessionsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Categories.php b/packages/oneroster/src/OneRoster/Endpoints/Categories.php index 98836f6e..8ee22e69 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Categories.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Categories.php @@ -24,7 +24,7 @@ class Categories extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\CategoriesOutputModel OK - * It was possible to read the collection. */ - public function getAllBy(): CategoriesOutputModel + public function get(): CategoriesOutputModel { return new CategoriesOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Classes.php b/packages/oneroster/src/OneRoster/Endpoints/Classes.php index 770102ea..22b33ba8 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Classes.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Classes.php @@ -45,31 +45,32 @@ class Classes extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\LineItems $_lineItems + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\LineItems $_lineItems * Routing class for the subnamespace `LineItems` */ - protected LineItems $_lineItems = null; + protected ?LineItems $_lineItems = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\Results $_results + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\Results $_results */ - protected Results $_results = null; + protected ?Results $_results = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\Teachers $_teachers + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\Teachers $_teachers */ - protected Teachers $_teachers = null; + protected ?Teachers $_teachers = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\Students $_students + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\Students $_students * Routing class for the subnamespace `Students` */ - protected Students $_students = null; + protected ?Students $_students = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\Categories $_categories + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\Categories + * $_categories */ - protected Categories $_categories = null; + protected ?Categories $_categories = null; /** * Returns a collection of classes. @@ -77,7 +78,7 @@ class Classes extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\ClassesOutputModel OK - It * was possible to read the collection. */ - public function getAllBy(): ClassesOutputModel + public function get(): ClassesOutputModel { return new ClassesOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems.php b/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems.php index ff587424..3c1b0e42 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems.php @@ -31,10 +31,10 @@ class LineItems extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\LineItems\Results + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\LineItems\Results * $_results */ - protected Results $_results = null; + protected ?Results $_results = null; /** * Returns a collection of lineItems for the specified `class_id`. diff --git a/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems/Results.php b/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems/Results.php index 4b228705..590218ef 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems/Results.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Classes/LineItems/Results.php @@ -37,6 +37,6 @@ public function getByClassIdAndLiId(array $params): ResultsOutputModelSvc assert(isset($params['li_id']), new ArgumentException("Parameter `li_id` is required")); return new ResultsOutputModelSvc($this->send("get", ["{class_id}" => $params['class_id'], - "{li_id}" => $params['li_id']], [])); + "{li_id}" => $params['li_id']], [])); } } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Classes/Students.php b/packages/oneroster/src/OneRoster/Endpoints/Classes/Students.php index ed69364f..17ea33a4 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Classes/Students.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Classes/Students.php @@ -31,10 +31,10 @@ class Students extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Classes\Students\Results + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Classes\Students\Results * $_results */ - protected Results $_results = null; + protected ?Results $_results = null; /** * Returns a collection of student user data for the specified `class_id`. diff --git a/packages/oneroster/src/OneRoster/Endpoints/Classes/Students/Results.php b/packages/oneroster/src/OneRoster/Endpoints/Classes/Students/Results.php index 9943270f..e18427b9 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Classes/Students/Results.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Classes/Students/Results.php @@ -37,6 +37,6 @@ public function getByClassIdAndStudentId(array $params): ResultsOutputModelSvc assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); return new ResultsOutputModelSvc($this->send("get", ["{class_id}" => $params['class_id'], - "{student_id}" => $params['student_id']], [])); + "{student_id}" => $params['student_id']], [])); } } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Courses.php b/packages/oneroster/src/OneRoster/Endpoints/Courses.php index da0f2a6b..faf6e301 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Courses.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Courses.php @@ -23,7 +23,7 @@ class Courses extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\CoursesOutputModel OK - It * was possible to read the collection. */ - public function getAllBy(): CoursesOutputModel + public function get(): CoursesOutputModel { return new CoursesOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Demographics.php b/packages/oneroster/src/OneRoster/Endpoints/Demographics.php index c119c37d..2c5bc4a0 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Demographics.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Demographics.php @@ -23,7 +23,7 @@ class Demographics extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\DemographicsOutputModel * Success */ - public function getAllBy(): DemographicsOutputModel + public function get(): DemographicsOutputModel { return new DemographicsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Enrollments.php b/packages/oneroster/src/OneRoster/Endpoints/Enrollments.php index 6a0fbc7b..8a495c43 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Enrollments.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Enrollments.php @@ -23,7 +23,7 @@ class Enrollments extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\EnrollmentsOutputModel OK - * It was possible to read the collection. */ - public function getAllBy(): EnrollmentsOutputModel + public function get(): EnrollmentsOutputModel { return new EnrollmentsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/GradingPeriods.php b/packages/oneroster/src/OneRoster/Endpoints/GradingPeriods.php index d557178b..a5f46155 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/GradingPeriods.php +++ b/packages/oneroster/src/OneRoster/Endpoints/GradingPeriods.php @@ -23,7 +23,7 @@ class GradingPeriods extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\AcademicSessionsOutputModel * OK - It was possible to read the collection. */ - public function getAllBy(): AcademicSessionsOutputModel + public function get(): AcademicSessionsOutputModel { return new AcademicSessionsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/LineItems.php b/packages/oneroster/src/OneRoster/Endpoints/LineItems.php index 41650098..119932a0 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/LineItems.php +++ b/packages/oneroster/src/OneRoster/Endpoints/LineItems.php @@ -24,7 +24,7 @@ class LineItems extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\LineItemsOutputModel OK - * It was possible to read the collection. */ - public function getAllBy(): LineItemsOutputModel + public function get(): LineItemsOutputModel { return new LineItemsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Orgs.php b/packages/oneroster/src/OneRoster/Endpoints/Orgs.php index 9e86a53b..a5f8714c 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Orgs.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Orgs.php @@ -23,7 +23,7 @@ class Orgs extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\OrgsOutputModel OK - It was * possible to read the collection. */ - public function getAllBy(): OrgsOutputModel + public function get(): OrgsOutputModel { return new OrgsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Results.php b/packages/oneroster/src/OneRoster/Endpoints/Results.php index 0ee64225..3a3317f9 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Results.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Results.php @@ -24,7 +24,7 @@ class Results extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\ResultsOutputModelSvc OK - * It was possible to read the collection. */ - public function getAllBy(): ResultsOutputModelSvc + public function get(): ResultsOutputModelSvc { return new ResultsOutputModelSvc($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Schools.php b/packages/oneroster/src/OneRoster/Endpoints/Schools.php index 9ad9de18..d16f2438 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Schools.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Schools.php @@ -48,36 +48,36 @@ class Schools extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Classes $_classes + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Classes $_classes * Routing class for the subnamespace `Classes` */ - protected Classes $_classes = null; + protected ?Classes $_classes = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Teachers $_teachers + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Teachers $_teachers */ - protected Teachers $_teachers = null; + protected ?Teachers $_teachers = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Students $_students + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Students $_students */ - protected Students $_students = null; + protected ?Students $_students = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Enrollments + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Enrollments * $_enrollments */ - protected Enrollments $_enrollments = null; + protected ?Enrollments $_enrollments = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Terms $_terms + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Terms $_terms */ - protected Terms $_terms = null; + protected ?Terms $_terms = null; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Courses $_courses + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Courses $_courses */ - protected Courses $_courses = null; + protected ?Courses $_courses = null; /** * Returns a collection of schools. @@ -85,7 +85,7 @@ class Schools extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\OrgsOutputModel OK - It was * possible to read the collection. */ - public function getAllBy(): OrgsOutputModel + public function get(): OrgsOutputModel { return new OrgsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes.php b/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes.php index f936f0eb..79b433bb 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes.php @@ -31,10 +31,10 @@ class Classes extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Schools\Classes\Enrollments + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Schools\Classes\Enrollments * $_enrollments */ - protected Enrollments $_enrollments = null; + protected ?Enrollments $_enrollments = null; /** * Returns a collection of classes for the specified `school_id`. diff --git a/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes/Enrollments.php b/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes/Enrollments.php index ed82e58a..2a16fb76 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes/Enrollments.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Schools/Classes/Enrollments.php @@ -37,6 +37,6 @@ public function getBySchoolIdAndClassId(array $params): EnrollmentsOutputModel assert(isset($params['class_id']), new ArgumentException("Parameter `class_id` is required")); return new EnrollmentsOutputModel($this->send("get", ["{school_id}" => $params['school_id'], - "{class_id}" => $params['class_id']], [])); + "{class_id}" => $params['class_id']], [])); } } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Students.php b/packages/oneroster/src/OneRoster/Endpoints/Students.php index 77f90c7a..53600f5a 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Students.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Students.php @@ -22,7 +22,7 @@ class Students extends BaseEndpoint * * @return \Blackbaud\SKY\OneRoster\Components\UsersOutputModel Success */ - public function getAllBy(): UsersOutputModel + public function get(): UsersOutputModel { return new UsersOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Teachers.php b/packages/oneroster/src/OneRoster/Endpoints/Teachers.php index 29c27bdc..b9615cc7 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Teachers.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Teachers.php @@ -31,9 +31,9 @@ class Teachers extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Teachers\Classes $_classes + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Teachers\Classes $_classes */ - protected Classes $_classes = null; + protected ?Classes $_classes = null; /** * Returns a collection of teacher user data. @@ -46,7 +46,7 @@ class Teachers extends BaseEndpoint * * @return \Blackbaud\SKY\OneRoster\Components\UsersOutputModel Success */ - public function getAllBy(): UsersOutputModel + public function get(): UsersOutputModel { return new UsersOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Terms.php b/packages/oneroster/src/OneRoster/Endpoints/Terms.php index 195ecdd8..24150ec5 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Terms.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Terms.php @@ -32,10 +32,10 @@ class Terms extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\OneRoster\Endpoints\Terms\GradingPeriods + * @var ?\Blackbaud\SKY\OneRoster\Endpoints\Terms\GradingPeriods * $_gradingPeriods */ - protected GradingPeriods $_gradingPeriods = null; + protected ?GradingPeriods $_gradingPeriods = null; /** * Returns a collection of terms. @@ -43,7 +43,7 @@ class Terms extends BaseEndpoint * @return \Blackbaud\SKY\OneRoster\Components\AcademicSessionsOutputModel * OK - It was possible to read the collection. */ - public function getAllBy(): AcademicSessionsOutputModel + public function get(): AcademicSessionsOutputModel { return new AcademicSessionsOutputModel($this->send("get", [], [])); } diff --git a/packages/oneroster/src/OneRoster/Endpoints/Users.php b/packages/oneroster/src/OneRoster/Endpoints/Users.php index ce2feb58..90f9bb53 100644 --- a/packages/oneroster/src/OneRoster/Endpoints/Users.php +++ b/packages/oneroster/src/OneRoster/Endpoints/Users.php @@ -22,7 +22,7 @@ class Users extends BaseEndpoint * * @return \Blackbaud\SKY\OneRoster\Components\UsersOutputModel Success */ - public function getAllBy(): UsersOutputModel + public function get(): UsersOutputModel { return new UsersOutputModel($this->send("get", [], [])); } diff --git a/packages/school/src/School/Client.php b/packages/school/src/School/Client.php index 8cb57d02..9cc91e0f 100644 --- a/packages/school/src/School/Client.php +++ b/packages/school/src/School/Client.php @@ -24,8 +24,8 @@ class Client extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1 $_v1 Routing class for the + * @var ?\Blackbaud\SKY\School\Endpoints\V1 $_v1 Routing class for the * subnamespace `V1` */ - protected V1 $_v1 = null; + protected ?V1 $_v1 = null; } diff --git a/packages/school/src/School/Endpoints/V1.php b/packages/school/src/School/Endpoints/V1.php index 55bd6096..230f63c0 100644 --- a/packages/school/src/School/Endpoints/V1.php +++ b/packages/school/src/School/Endpoints/V1.php @@ -117,153 +117,153 @@ class V1 extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Roles $_roles + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Roles $_roles */ - protected Roles $_roles = null; + protected ?Roles $_roles = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Years $_years + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Years $_years */ - protected Years $_years = null; + protected ?Years $_years = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Levels $_levels + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Levels $_levels */ - protected Levels $_levels = null; + protected ?Levels $_levels = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Gradelevels $_gradelevels + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Gradelevels $_gradelevels */ - protected Gradelevels $_gradelevels = null; + protected ?Gradelevels $_gradelevels = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Offeringtypes $_offeringtypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Offeringtypes $_offeringtypes */ - protected Offeringtypes $_offeringtypes = null; + protected ?Offeringtypes $_offeringtypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Terms $_terms + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Terms $_terms */ - protected Terms $_terms = null; + protected ?Terms $_terms = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users $_users Routing class for - * the subnamespace `Users` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users $_users Routing class + * for the subnamespace `Users` */ - protected Users $_users = null; + protected ?Users $_users = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Attendance $_attendance + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Attendance $_attendance */ - protected Attendance $_attendance = null; + protected ?Attendance $_attendance = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Lists $_lists Routing class for - * the subnamespace `Lists` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Lists $_lists Routing class + * for the subnamespace `Lists` */ - protected Lists $_lists = null; + protected ?Lists $_lists = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Timezone $_timezone + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Timezone $_timezone */ - protected Timezone $_timezone = null; + protected ?Timezone $_timezone = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Testscores $_testscores Routing - * class for the subnamespace `Testscores` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Testscores $_testscores + * Routing class for the subnamespace `Testscores` */ - protected Testscores $_testscores = null; + protected ?Testscores $_testscores = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Sessions $_sessions + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Sessions $_sessions */ - protected Sessions $_sessions = null; + protected ?Sessions $_sessions = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Customfields $_customfields + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Customfields $_customfields */ - protected Customfields $_customfields = null; + protected ?Customfields $_customfields = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Directories $_directories + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Directories $_directories */ - protected Directories $_directories = null; + protected ?Directories $_directories = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics $_academics Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics $_academics Routing * class for the subnamespace `Academics` */ - protected Academics $_academics = null; + protected ?Academics $_academics = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics $_athletics Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics $_athletics Routing * class for the subnamespace `Athletics` */ - protected Athletics $_athletics = null; + protected ?Athletics $_athletics = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types $_types Routing class for - * the subnamespace `Types` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types $_types Routing class + * for the subnamespace `Types` */ - protected Types $_types = null; + protected ?Types $_types = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Admissions $_admissions Routing - * class for the subnamespace `Admissions` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Admissions $_admissions + * Routing class for the subnamespace `Admissions` */ - protected Admissions $_admissions = null; + protected ?Admissions $_admissions = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Venues $_venues Routing class + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Venues $_venues Routing class * for the subnamespace `Venues` */ - protected Venues $_venues = null; + protected ?Venues $_venues = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Advisories $_advisories Routing - * class for the subnamespace `Advisories` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Advisories $_advisories + * Routing class for the subnamespace `Advisories` */ - protected Advisories $_advisories = null; + protected ?Advisories $_advisories = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Activities $_activities Routing - * class for the subnamespace `Activities` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Activities $_activities + * Routing class for the subnamespace `Activities` */ - protected Activities $_activities = null; + protected ?Activities $_activities = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Events $_events Routing class + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Events $_events Routing class * for the subnamespace `Events` */ - protected Events $_events = null; + protected ?Events $_events = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Dorms $_dorms Routing class for - * the subnamespace `Dorms` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Dorms $_dorms Routing class + * for the subnamespace `Dorms` */ - protected Dorms $_dorms = null; + protected ?Dorms $_dorms = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Schedules $_schedules Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Schedules $_schedules Routing * class for the subnamespace `Schedules` */ - protected Schedules $_schedules = null; + protected ?Schedules $_schedules = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content $_content Routing class - * for the subnamespace `Content` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content $_content Routing + * class for the subnamespace `Content` */ - protected Content $_content = null; + protected ?Content $_content = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Degrees $_degrees Routing class - * for the subnamespace `Degrees` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Degrees $_degrees Routing + * class for the subnamespace `Degrees` */ - protected Degrees $_degrees = null; + protected ?Degrees $_degrees = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical $_medical Routing class - * for the subnamespace `Medical` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical $_medical Routing + * class for the subnamespace `Medical` */ - protected Medical $_medical = null; + protected ?Medical $_medical = null; } diff --git a/packages/school/src/School/Endpoints/V1/Academics.php b/packages/school/src/School/Endpoints/V1/Academics.php index f239c8b5..ecc72427 100644 --- a/packages/school/src/School/Endpoints/V1/Academics.php +++ b/packages/school/src/School/Endpoints/V1/Academics.php @@ -59,61 +59,61 @@ class Academics extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Sections $_sections + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Sections $_sections * Routing class for the subnamespace `Sections` */ - protected Sections $_sections = null; + protected ?Sections $_sections = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Departments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Departments * $_departments */ - protected Departments $_departments = null; + protected ?Departments $_departments = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Specialdays + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Specialdays * $_specialdays */ - protected Specialdays $_specialdays = null; + protected ?Specialdays $_specialdays = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Courses $_courses + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Courses $_courses */ - protected Courses $_courses = null; + protected ?Courses $_courses = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Enrollments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Enrollments * $_enrollments Routing class for the subnamespace `Enrollments` */ - protected Enrollments $_enrollments = null; + protected ?Enrollments $_enrollments = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Assignments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Assignments * $_assignments */ - protected Assignments $_assignments = null; + protected ?Assignments $_assignments = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Gradedassignments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Gradedassignments * $_gradedassignments */ - protected Gradedassignments $_gradedassignments = null; + protected ?Gradedassignments $_gradedassignments = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Teachers $_teachers + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Teachers $_teachers * Routing class for the subnamespace `Teachers` */ - protected Teachers $_teachers = null; + protected ?Teachers $_teachers = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules $_schedules - * Routing class for the subnamespace `Schedules` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules + * $_schedules Routing class for the subnamespace `Schedules` */ - protected Schedules $_schedules = null; + protected ?Schedules $_schedules = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Student $_student + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Student $_student * Routing class for the subnamespace `Student` */ - protected Student $_student = null; + protected ?Student $_student = null; } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Assignments.php b/packages/school/src/School/Endpoints/V1/Academics/Assignments.php index a119306c..abc759a5 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Assignments.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Assignments.php @@ -41,7 +41,7 @@ class Assignments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByStudentId(array $params): StudentAssignmentCollection + public function searchByStudentId(array $params): StudentAssignmentCollection { assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); @@ -49,7 +49,7 @@ public function getByStudentId(array $params): StudentAssignmentCollection assert(isset($params['section_ids']), new ArgumentException("Parameter `section_ids` is required")); return new StudentAssignmentCollection($this->send("get", ["{student_id}" => $params['student_id']], ["start_date" => $params['start_date'], - "end_date" => $params['end_date'], - "section_ids" => $params['section_ids']])); + "end_date" => $params['end_date'], + "section_ids" => $params['section_ids']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Courses.php b/packages/school/src/School/Endpoints/V1/Academics/Courses.php index d02fbdbb..556162f0 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Courses.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Courses.php @@ -38,12 +38,12 @@ class Courses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CourseCollection + public function list_(array $params): CourseCollection { assert(isset($params['department_id']), new ArgumentException("Parameter `department_id` is required")); assert(isset($params['level_id']), new ArgumentException("Parameter `level_id` is required")); return new CourseCollection($this->send("get", [], ["department_id" => $params['department_id'], - "level_id" => $params['level_id']])); + "level_id" => $params['level_id']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Departments.php b/packages/school/src/School/Endpoints/V1/Academics/Departments.php index 5d532b3f..20715cc5 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Departments.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Departments.php @@ -36,7 +36,7 @@ class Departments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): DepartmentCollection + public function list_(array $params): DepartmentCollection { assert(isset($params['level_id']), new ArgumentException("Parameter `level_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Academics/Enrollments.php b/packages/school/src/School/Endpoints/V1/Academics/Enrollments.php index e5ad36de..a2cdf3f1 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Enrollments.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Enrollments.php @@ -31,10 +31,10 @@ class Enrollments extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Enrollments\Changes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Enrollments\Changes * $_changes */ - protected Changes $_changes = null; + protected ?Changes $_changes = null; /** * Returns a collection of course sections in which the provided student @@ -59,7 +59,7 @@ class Enrollments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): EnrollmentCollection + public function searchByUserId(array $params): EnrollmentCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Academics/Enrollments/Changes.php b/packages/school/src/School/Endpoints/V1/Academics/Enrollments/Changes.php index 095ef4dd..37a140b9 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Enrollments/Changes.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Enrollments/Changes.php @@ -44,12 +44,12 @@ class Changes extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): EnrollmentChangesCollection + public function list_(array $params): EnrollmentChangesCollection { assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); return new EnrollmentChangesCollection($this->send("get", [], ["start_date" => $params['start_date'], - "end_date" => $params['end_date']])); + "end_date" => $params['end_date']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Gradedassignments.php b/packages/school/src/School/Endpoints/V1/Academics/Gradedassignments.php index c4783307..a3053b1c 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Gradedassignments.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Gradedassignments.php @@ -42,13 +42,13 @@ class Gradedassignments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByStudentIdAndSectionId(array $params): StudentGradedAssignmentCollection + public function searchByStudentIdAndSectionId(array $params): StudentGradedAssignmentCollection { assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); assert(isset($params['section_id']), new ArgumentException("Parameter `section_id` is required")); assert(isset($params['marking_period_id']), new ArgumentException("Parameter `marking_period_id` is required")); return new StudentGradedAssignmentCollection($this->send("get", ["{student_id}" => $params['student_id'], - "{section_id}" => $params['section_id']], ["marking_period_id" => $params['marking_period_id']])); + "{section_id}" => $params['section_id']], ["marking_period_id" => $params['marking_period_id']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Schedules.php b/packages/school/src/School/Endpoints/V1/Academics/Schedules.php index 394f1401..ac7e9a9c 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Schedules.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Schedules.php @@ -27,13 +27,14 @@ class Schedules extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules\Sets $_sets + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules\Sets + * $_sets */ - protected Sets $_sets = null; + protected ?Sets $_sets = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules\Master + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Schedules\Master * $_master */ - protected Master $_master = null; + protected ?Master $_master = null; } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Schedules/Master.php b/packages/school/src/School/Endpoints/V1/Academics/Schedules/Master.php index 3019fd8d..ede96b7b 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Schedules/Master.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Schedules/Master.php @@ -48,7 +48,7 @@ class Master extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): MasterScheduleDayCollection + public function list_(array $params): MasterScheduleDayCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); @@ -56,8 +56,8 @@ public function filterByBy(array $params): MasterScheduleDayCollection assert(isset($params['offering_type']), new ArgumentException("Parameter `offering_type` is required")); return new MasterScheduleDayCollection($this->send("get", [], ["level_num" => $params['level_num'], - "start_date" => $params['start_date'], - "end_date" => $params['end_date'], - "offering_type" => $params['offering_type']])); + "start_date" => $params['start_date'], + "end_date" => $params['end_date'], + "offering_type" => $params['offering_type']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Schedules/Sets.php b/packages/school/src/School/Endpoints/V1/Academics/Schedules/Sets.php index e3a9c2f8..fdc837ef 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Schedules/Sets.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Schedules/Sets.php @@ -43,15 +43,15 @@ class Sets extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ScheduleSetCollection + public function list_(array $params): ScheduleSetCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); assert(isset($params['group_type']), new ArgumentException("Parameter `group_type` is required")); return new ScheduleSetCollection($this->send("get", [], ["level_num" => $params['level_num'], - "school_year" => $params['school_year'], - "group_type" => $params['group_type']])); + "school_year" => $params['school_year'], + "group_type" => $params['group_type']])); } /** diff --git a/packages/school/src/School/Endpoints/V1/Academics/Sections.php b/packages/school/src/School/Endpoints/V1/Academics/Sections.php index f8800580..6777e133 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Sections.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Sections.php @@ -39,22 +39,22 @@ class Sections extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Assignments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Assignments * $_assignments */ - protected Assignments $_assignments = null; + protected ?Assignments $_assignments = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Students + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Students * $_students */ - protected Students $_students = null; + protected ?Students $_students = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Cycles + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Sections\Cycles * $_cycles */ - protected Cycles $_cycles = null; + protected ?Cycles $_cycles = null; /** * Returns a collection of academic sections for the specified school @@ -77,12 +77,12 @@ class Sections extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): AcademicsSectionCollection + public function list_(array $params): AcademicsSectionCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); return new AcademicsSectionCollection($this->send("get", [], ["level_num" => $params['level_num'], - "school_year" => $params['school_year']])); + "school_year" => $params['school_year']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Sections/Assignments.php b/packages/school/src/School/Endpoints/V1/Academics/Sections/Assignments.php index 2be4867b..2f6abac2 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Sections/Assignments.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Sections/Assignments.php @@ -53,7 +53,7 @@ class Assignments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getBySectionId(array $params): AssignmentCollection + public function searchBySectionId(array $params): AssignmentCollection { assert(isset($params['section_id']), new ArgumentException("Parameter `section_id` is required")); assert(isset($params['types']), new ArgumentException("Parameter `types` is required")); @@ -63,9 +63,9 @@ public function getBySectionId(array $params): AssignmentCollection assert(isset($params['search']), new ArgumentException("Parameter `search` is required")); return new AssignmentCollection($this->send("get", ["{section_id}" => $params['section_id']], ["types" => $params['types'], - "status" => $params['status'], - "persona_id" => $params['persona_id'], - "filter" => $params['filter'], - "search" => $params['search']])); + "status" => $params['status'], + "persona_id" => $params['persona_id'], + "filter" => $params['filter'], + "search" => $params['search']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Sections/Cycles.php b/packages/school/src/School/Endpoints/V1/Academics/Sections/Cycles.php index 41ea74b8..9bd128cf 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Sections/Cycles.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Sections/Cycles.php @@ -44,6 +44,6 @@ public function getBySectionId(array $params): SectionCycles assert(isset($params['group_type']), new ArgumentException("Parameter `group_type` is required")); return new SectionCycles($this->send("get", ["{section_id}" => $params['section_id']], ["duration_id" => $params['duration_id'], - "group_type" => $params['group_type']])); + "group_type" => $params['group_type']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Sections/Students.php b/packages/school/src/School/Endpoints/V1/Academics/Sections/Students.php index 75520c61..a61a4450 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Sections/Students.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Sections/Students.php @@ -38,7 +38,7 @@ class Students extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getBySectionId(array $params): StudentCollection + public function searchBySectionId(array $params): StudentCollection { assert(isset($params['section_id']), new ArgumentException("Parameter `section_id` is required")); @@ -67,7 +67,7 @@ public function getBySectionId(array $params): StudentCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(BulkEnrollment $requestBody): PostResponse + public function post(BulkEnrollment $requestBody): PostResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Academics/Specialdays.php b/packages/school/src/School/Endpoints/V1/Academics/Specialdays.php index 17c8aeda..9f537c18 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Specialdays.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Specialdays.php @@ -34,7 +34,7 @@ class Specialdays extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): SpecialDayCollection + public function list_(array $params): SpecialDayCollection { assert(isset($params['level_id']), new ArgumentException("Parameter `level_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Academics/Student.php b/packages/school/src/School/Endpoints/V1/Academics/Student.php index 595544b8..e46f909a 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Student.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Student.php @@ -24,8 +24,8 @@ class Student extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Student\Sections + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Student\Sections * $_sections */ - protected Sections $_sections = null; + protected ?Sections $_sections = null; } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Student/Sections.php b/packages/school/src/School/Endpoints/V1/Academics/Student/Sections.php index 7ff4e80c..93a7cd5d 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Student/Sections.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Student/Sections.php @@ -44,7 +44,7 @@ class Sections extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByStudentId(array $params): AcademicsSectionStudentCollection + public function searchByStudentId(array $params): AcademicsSectionStudentCollection { assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Academics/Teachers.php b/packages/school/src/School/Endpoints/V1/Academics/Teachers.php index a56d283e..abeb7025 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Teachers.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Teachers.php @@ -24,8 +24,8 @@ class Teachers extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Academics\Teachers\Sections + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Academics\Teachers\Sections * $_sections */ - protected Sections $_sections = null; + protected ?Sections $_sections = null; } diff --git a/packages/school/src/School/Endpoints/V1/Academics/Teachers/Sections.php b/packages/school/src/School/Endpoints/V1/Academics/Teachers/Sections.php index 6ab10b65..725769c9 100644 --- a/packages/school/src/School/Endpoints/V1/Academics/Teachers/Sections.php +++ b/packages/school/src/School/Endpoints/V1/Academics/Teachers/Sections.php @@ -40,7 +40,7 @@ class Sections extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByTeacherId(array $params): AcademicsSectionCollection + public function searchByTeacherId(array $params): AcademicsSectionCollection { assert(isset($params['teacher_id']), new ArgumentException("Parameter `teacher_id` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Activities.php b/packages/school/src/School/Endpoints/V1/Activities.php index e5afaa1d..ca29f26f 100644 --- a/packages/school/src/School/Endpoints/V1/Activities.php +++ b/packages/school/src/School/Endpoints/V1/Activities.php @@ -23,7 +23,7 @@ class Activities extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Activities\Sections $_sections + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Activities\Sections $_sections */ - protected Sections $_sections = null; + protected ?Sections $_sections = null; } diff --git a/packages/school/src/School/Endpoints/V1/Activities/Sections.php b/packages/school/src/School/Endpoints/V1/Activities/Sections.php index 47164995..c908dbd3 100644 --- a/packages/school/src/School/Endpoints/V1/Activities/Sections.php +++ b/packages/school/src/School/Endpoints/V1/Activities/Sections.php @@ -36,12 +36,12 @@ class Sections extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ActivitiesSectionCollection + public function list_(array $params): ActivitiesSectionCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); return new ActivitiesSectionCollection($this->send("get", [], ["level_num" => $params['level_num'], - "school_year" => $params['school_year']])); + "school_year" => $params['school_year']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Admissions.php b/packages/school/src/School/Endpoints/V1/Admissions.php index 29186810..bae33fa1 100644 --- a/packages/school/src/School/Endpoints/V1/Admissions.php +++ b/packages/school/src/School/Endpoints/V1/Admissions.php @@ -35,25 +35,25 @@ class Admissions extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Admissions\Checklists + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Admissions\Checklists * $_checklists */ - protected Checklists $_checklists = null; + protected ?Checklists $_checklists = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Admissions\Candidates + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Admissions\Candidates * $_candidates */ - protected Candidates $_candidates = null; + protected ?Candidates $_candidates = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Admissions\Checkliststatus + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Admissions\Checkliststatus * $_checkliststatus */ - protected Checkliststatus $_checkliststatus = null; + protected ?Checkliststatus $_checkliststatus = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Admissions\Status $_status + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Admissions\Status $_status */ - protected Status $_status = null; + protected ?Status $_status = null; } diff --git a/packages/school/src/School/Endpoints/V1/Admissions/Candidates.php b/packages/school/src/School/Endpoints/V1/Admissions/Candidates.php index bb653f58..614bea5d 100644 --- a/packages/school/src/School/Endpoints/V1/Admissions/Candidates.php +++ b/packages/school/src/School/Endpoints/V1/Admissions/Candidates.php @@ -65,15 +65,15 @@ class Candidates extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CandidateReadCollection + public function list_(array $params): CandidateReadCollection { assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); assert(isset($params['status_ids']), new ArgumentException("Parameter `status_ids` is required")); assert(isset($params['modified_date']), new ArgumentException("Parameter `modified_date` is required")); return new CandidateReadCollection($this->send("get", [], ["school_year" => $params['school_year'], - "status_ids" => $params['status_ids'], - "modified_date" => $params['modified_date']])); + "status_ids" => $params['status_ids'], + "modified_date" => $params['modified_date']])); } /** @@ -95,7 +95,7 @@ public function filterByBy(array $params): CandidateReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(CandidateCreate $requestBody): int + public function post(CandidateCreate $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Admissions/Checklists.php b/packages/school/src/School/Endpoints/V1/Admissions/Checklists.php index 081fa3b5..b7d2c686 100644 --- a/packages/school/src/School/Endpoints/V1/Admissions/Checklists.php +++ b/packages/school/src/School/Endpoints/V1/Admissions/Checklists.php @@ -42,12 +42,12 @@ class Checklists extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): AdmissionsCheckListCollection + public function list_(array $params): AdmissionsCheckListCollection { assert(isset($params['search_text']), new ArgumentException("Parameter `search_text` is required")); assert(isset($params['inactive']), new ArgumentException("Parameter `inactive` is required")); return new AdmissionsCheckListCollection($this->send("get", [], ["search_text" => $params['search_text'], - "inactive" => $params['inactive']])); + "inactive" => $params['inactive']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Admissions/Checkliststatus.php b/packages/school/src/School/Endpoints/V1/Admissions/Checkliststatus.php index 0a2647bd..eb4a2ac1 100644 --- a/packages/school/src/School/Endpoints/V1/Admissions/Checkliststatus.php +++ b/packages/school/src/School/Endpoints/V1/Admissions/Checkliststatus.php @@ -25,7 +25,7 @@ class Checkliststatus extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\AdmissionsChecklistStatusCollection * Success */ - public function getAllBy(): AdmissionsChecklistStatusCollection + public function list_(): AdmissionsChecklistStatusCollection { return new AdmissionsChecklistStatusCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Admissions/Status.php b/packages/school/src/School/Endpoints/V1/Admissions/Status.php index fabb8c76..06a834b6 100644 --- a/packages/school/src/School/Endpoints/V1/Admissions/Status.php +++ b/packages/school/src/School/Endpoints/V1/Admissions/Status.php @@ -30,7 +30,7 @@ class Status extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\AdmissionsStatusesCollection * Success */ - public function getAllBy(): AdmissionsStatusesCollection + public function list_(): AdmissionsStatusesCollection { return new AdmissionsStatusesCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Advisories.php b/packages/school/src/School/Endpoints/V1/Advisories.php index 92557a8b..c6ae1d10 100644 --- a/packages/school/src/School/Endpoints/V1/Advisories.php +++ b/packages/school/src/School/Endpoints/V1/Advisories.php @@ -23,7 +23,7 @@ class Advisories extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Advisories\Sections $_sections + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Advisories\Sections $_sections */ - protected Sections $_sections = null; + protected ?Sections $_sections = null; } diff --git a/packages/school/src/School/Endpoints/V1/Advisories/Sections.php b/packages/school/src/School/Endpoints/V1/Advisories/Sections.php index 10e5fbc8..08d4bd50 100644 --- a/packages/school/src/School/Endpoints/V1/Advisories/Sections.php +++ b/packages/school/src/School/Endpoints/V1/Advisories/Sections.php @@ -36,12 +36,12 @@ class Sections extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): AdvisoriesSectionCollection + public function list_(array $params): AdvisoriesSectionCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); return new AdvisoriesSectionCollection($this->send("get", [], ["level_num" => $params['level_num'], - "school_year" => $params['school_year']])); + "school_year" => $params['school_year']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Athletics.php b/packages/school/src/School/Endpoints/V1/Athletics.php index 0d499a38..fa35c916 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics.php +++ b/packages/school/src/School/Endpoints/V1/Athletics.php @@ -54,56 +54,59 @@ class Athletics extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Sports $_sports + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Sports $_sports */ - protected Sports $_sports = null; + protected ?Sports $_sports = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Schedules $_schedules + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Schedules + * $_schedules */ - protected Schedules $_schedules = null; + protected ?Schedules $_schedules = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams $_teams Routing - * class for the subnamespace `Teams` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams $_teams + * Routing class for the subnamespace `Teams` */ - protected Teams $_teams = null; + protected ?Teams $_teams = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Sportslevels + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Sportslevels * $_sportslevels */ - protected Sportslevels $_sportslevels = null; + protected ?Sportslevels $_sportslevels = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Venues $_venues + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Venues $_venues */ - protected Venues $_venues = null; + protected ?Venues $_venues = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Transportationtypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Transportationtypes * $_transportationtypes */ - protected Transportationtypes $_transportationtypes = null; + protected ?Transportationtypes $_transportationtypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Locations $_locations + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Locations + * $_locations */ - protected Locations $_locations = null; + protected ?Locations $_locations = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Opponents $_opponents + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Opponents + * $_opponents */ - protected Opponents $_opponents = null; + protected ?Opponents $_opponents = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Highlights + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Highlights * $_highlights */ - protected Highlights $_highlights = null; + protected ?Highlights $_highlights = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Result $_result + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Result $_result */ - protected Result $_result = null; + protected ?Result $_result = null; } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Locations.php b/packages/school/src/School/Endpoints/V1/Athletics/Locations.php index 83134964..46a11510 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Locations.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Locations.php @@ -35,7 +35,7 @@ class Locations extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\LocationCollection Success */ - public function getAllBy(): LocationCollection + public function list_(): LocationCollection { return new LocationCollection($this->send("get", [], [])); } @@ -67,7 +67,7 @@ public function getAllBy(): LocationCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(LocationCreateModel $requestBody): int + public function post(LocationCreateModel $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Opponents.php b/packages/school/src/School/Endpoints/V1/Athletics/Opponents.php index 4a85fa92..d8581baa 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Opponents.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Opponents.php @@ -36,7 +36,7 @@ class Opponents extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\OpponentFlyweightCollection * Success */ - public function getAllBy(): OpponentFlyweightCollection + public function list_(): OpponentFlyweightCollection { return new OpponentFlyweightCollection($this->send("get", [], [])); } @@ -67,7 +67,7 @@ public function getAllBy(): OpponentFlyweightCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(OpponentUpdateModel $requestBody): int + public function post(OpponentUpdateModel $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Result.php b/packages/school/src/School/Endpoints/V1/Athletics/Result.php index ddeafd34..6d5b1382 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Result.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Result.php @@ -36,12 +36,12 @@ class Result extends BaseEndpoint * * @param \Blackbaud\SKY\School\Components\ResultCreate $requestBody * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(ResultCreate $requestBody): void + public function post(ResultCreate $requestBody): mixed { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Schedules.php b/packages/school/src/School/Endpoints/V1/Athletics/Schedules.php index c1407f78..7bce37e3 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Schedules.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Schedules.php @@ -63,7 +63,7 @@ class Schedules extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): ScheduleItemCollection + public function list_(array $params): ScheduleItemCollection { assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); @@ -73,10 +73,10 @@ public function filterByBy(array $params): ScheduleItemCollection assert(isset($params['last_modified']), new ArgumentException("Parameter `last_modified` is required")); return new ScheduleItemCollection($this->send("get", [], ["start_date" => $params['start_date'], - "end_date" => $params['end_date'], - "school_year" => $params['school_year'], - "include_practice" => $params['include_practice'], - "team_id" => $params['team_id'], - "last_modified" => $params['last_modified']])); + "end_date" => $params['end_date'], + "school_year" => $params['school_year'], + "include_practice" => $params['include_practice'], + "team_id" => $params['team_id'], + "last_modified" => $params['last_modified']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Sports.php b/packages/school/src/School/Endpoints/V1/Athletics/Sports.php index 719d1ad1..d727fb43 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Sports.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Sports.php @@ -42,7 +42,7 @@ class Sports extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): SportCollection + public function list_(array $params): SportCollection { assert(isset($params['season_id']), new ArgumentException("Parameter `season_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Sportslevels.php b/packages/school/src/School/Endpoints/V1/Athletics/Sportslevels.php index 5c97e08f..8678d87f 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Sportslevels.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Sportslevels.php @@ -31,7 +31,7 @@ class Sportslevels extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\SportsLevelCollection Success */ - public function getAllBy(): SportsLevelCollection + public function list_(): SportsLevelCollection { return new SportsLevelCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Teams.php b/packages/school/src/School/Endpoints/V1/Athletics/Teams.php index 42ba28ab..b7ad0b27 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Teams.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Teams.php @@ -34,15 +34,16 @@ class Teams extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Roster $_roster + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Roster + * $_roster */ - protected Roster $_roster = null; + protected ?Roster $_roster = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Schedule + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Schedule * $_schedule Routing class for the subnamespace `Schedule` */ - protected Schedule $_schedule = null; + protected ?Schedule $_schedule = null; /** * Returns a collection of athletic teams for the current school year. @@ -69,7 +70,7 @@ class Teams extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TeamCollection + public function list_(array $params): TeamCollection { assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Roster.php b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Roster.php index 185b3900..1fe39f71 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Roster.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Roster.php @@ -4,7 +4,7 @@ use Battis\OpenAPI\Client\BaseEndpoint; use Battis\OpenAPI\Client\Exceptions\ArgumentException; -use Blackbaud\SKY\School\Components\Roster as RosterDisambiguate; +use Blackbaud\SKY\School\Components\Roster as Components_Roster; /** * @api @@ -43,10 +43,10 @@ class Roster extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByTeamId(array $params): Roster + public function getByTeamId(array $params): Components_Roster { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); - return new RosterDisambiguate($this->send("get", ["{team_id}" => $params['team_id']], [])); + return new Components_Roster($this->send("get", ["{team_id}" => $params['team_id']], [])); } } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule.php b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule.php index b807a831..857eed13 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule.php @@ -32,10 +32,10 @@ class Schedule extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Schedule\Practice + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Athletics\Teams\Schedule\Practice * $_practice */ - protected Practice $_practice = null; + protected ?Practice $_practice = null; /** * Creates a new athletic game for the specified ```team\_id```. @@ -64,7 +64,7 @@ class Schedule extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByTeamId(array $params, GameCreate $requestBody): int + public function postToTeamId(array $params, GameCreate $requestBody): int { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -95,12 +95,12 @@ public function postByTeamId(array $params, GameCreate $requestBody): int * @param \Blackbaud\SKY\School\Components\GameUpdate $requestBody * Information for the game to be updated * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByTeamId(array $params, GameUpdate $requestBody): void + public function patchOnTeamId(array $params, GameUpdate $requestBody): mixed { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -123,17 +123,17 @@ public function patchByTeamId(array $params, GameUpdate $requestBody): void * deleted * - game_id: Format - int32. ID of the game to be deleted * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByTeamIdAndGameId(array $params): void + public function deleteByTeamIdAndGameId(array $params): mixed { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['game_id']), new ArgumentException("Parameter `game_id` is required")); return $this->send("delete", ["{team_id}" => $params['team_id'], - "{game_id}" => $params['game_id']], []); + "{game_id}" => $params['game_id']], []); } } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule/Practice.php b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule/Practice.php index 224245c8..5c02a2d5 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule/Practice.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Teams/Schedule/Practice.php @@ -38,7 +38,7 @@ class Practice extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByTeamId(array $params, PracticeCreate $requestBody): int + public function postToTeamId(array $params, PracticeCreate $requestBody): int { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -61,12 +61,12 @@ public function postByTeamId(array $params, PracticeCreate $requestBody): int * @param \Blackbaud\SKY\School\Components\PracticeUpdate $requestBody * Information about the practice to be updated * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByTeamId(array $params, PracticeUpdate $requestBody): void + public function patchOnTeamId(array $params, PracticeUpdate $requestBody): mixed { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -91,17 +91,17 @@ public function patchByTeamId(array $params, PracticeUpdate $requestBody): void * deleted * - practice_id: Format - int32. ID of the practice to be deleted * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByTeamIdAndPracticeId(array $params): void + public function deleteByTeamIdAndPracticeId(array $params): mixed { assert(isset($params['team_id']), new ArgumentException("Parameter `team_id` is required")); assert(isset($params['practice_id']), new ArgumentException("Parameter `practice_id` is required")); return $this->send("delete", ["{team_id}" => $params['team_id'], - "{practice_id}" => $params['practice_id']], []); + "{practice_id}" => $params['practice_id']], []); } } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Transportationtypes.php b/packages/school/src/School/Endpoints/V1/Athletics/Transportationtypes.php index c29e664f..4735c62d 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Transportationtypes.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Transportationtypes.php @@ -36,7 +36,7 @@ class Transportationtypes extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\TransportationCollection * Success */ - public function getAllBy(): TransportationCollection + public function list_(): TransportationCollection { return new TransportationCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Athletics/Venues.php b/packages/school/src/School/Endpoints/V1/Athletics/Venues.php index a6bde3fd..0a56b1dc 100644 --- a/packages/school/src/School/Endpoints/V1/Athletics/Venues.php +++ b/packages/school/src/School/Endpoints/V1/Athletics/Venues.php @@ -32,7 +32,7 @@ class Venues extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\AthleticVenueCollection * Success */ - public function getAllBy(): AthleticVenueCollection + public function list_(): AthleticVenueCollection { return new AthleticVenueCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Attendance.php b/packages/school/src/School/Endpoints/V1/Attendance.php index eb635cf9..5d823a3a 100644 --- a/packages/school/src/School/Endpoints/V1/Attendance.php +++ b/packages/school/src/School/Endpoints/V1/Attendance.php @@ -45,7 +45,7 @@ class Attendance extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): AttendanceGetCollection + public function list_(array $params): AttendanceGetCollection { assert(isset($params['level_id']), new ArgumentException("Parameter `level_id` is required")); assert(isset($params['day']), new ArgumentException("Parameter `day` is required")); @@ -53,9 +53,9 @@ public function filterByBy(array $params): AttendanceGetCollection assert(isset($params['excuse_type']), new ArgumentException("Parameter `excuse_type` is required")); return new AttendanceGetCollection($this->send("get", [], ["level_id" => $params['level_id'], - "day" => $params['day'], - "offering_type" => $params['offering_type'], - "excuse_type" => $params['excuse_type']])); + "day" => $params['day'], + "offering_type" => $params['offering_type'], + "excuse_type" => $params['excuse_type']])); } /** @@ -71,12 +71,12 @@ public function filterByBy(array $params): AttendanceGetCollection * @param \Blackbaud\SKY\School\Components\AttendanceCreate $requestBody * Information about the attendance report * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(AttendanceCreate $requestBody): void + public function post(AttendanceCreate $requestBody): mixed { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Content.php b/packages/school/src/School/Endpoints/V1/Content.php index ea8d59ad..d7d85245 100644 --- a/packages/school/src/School/Endpoints/V1/Content.php +++ b/packages/school/src/School/Endpoints/V1/Content.php @@ -31,19 +31,19 @@ class Content extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\Resources $_resources + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\Resources $_resources */ - protected Resources $_resources = null; + protected ?Resources $_resources = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\News $_news Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\News $_news Routing * class for the subnamespace `News` */ - protected News $_news = null; + protected ?News $_news = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\Events $_events Routing - * class for the subnamespace `Events` + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\Events $_events + * Routing class for the subnamespace `Events` */ - protected Events $_events = null; + protected ?Events $_events = null; } diff --git a/packages/school/src/School/Endpoints/V1/Content/Events.php b/packages/school/src/School/Endpoints/V1/Content/Events.php index 207708d7..c04aa73b 100644 --- a/packages/school/src/School/Endpoints/V1/Content/Events.php +++ b/packages/school/src/School/Endpoints/V1/Content/Events.php @@ -24,8 +24,8 @@ class Events extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\Events\Categories + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\Events\Categories * $_categories */ - protected Categories $_categories = null; + protected ?Categories $_categories = null; } diff --git a/packages/school/src/School/Endpoints/V1/Content/Events/Categories.php b/packages/school/src/School/Endpoints/V1/Content/Events/Categories.php index 201bc763..e238ff9b 100644 --- a/packages/school/src/School/Endpoints/V1/Content/Events/Categories.php +++ b/packages/school/src/School/Endpoints/V1/Content/Events/Categories.php @@ -31,7 +31,7 @@ class Categories extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\EventsCategoryCollection * Success */ - public function getAllBy(): EventsCategoryCollection + public function list_(): EventsCategoryCollection { return new EventsCategoryCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Content/News.php b/packages/school/src/School/Endpoints/V1/Content/News.php index f572171d..2e158520 100644 --- a/packages/school/src/School/Endpoints/V1/Content/News.php +++ b/packages/school/src/School/Endpoints/V1/Content/News.php @@ -27,13 +27,13 @@ class News extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\News\Categories + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\News\Categories * $_categories */ - protected Categories $_categories = null; + protected ?Categories $_categories = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Content\News\Items $_items + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Content\News\Items $_items */ - protected Items $_items = null; + protected ?Items $_items = null; } diff --git a/packages/school/src/School/Endpoints/V1/Content/News/Categories.php b/packages/school/src/School/Endpoints/V1/Content/News/Categories.php index aa39a122..afbe6c81 100644 --- a/packages/school/src/School/Endpoints/V1/Content/News/Categories.php +++ b/packages/school/src/School/Endpoints/V1/Content/News/Categories.php @@ -27,7 +27,7 @@ class Categories extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\NewsCategoryCollection Success */ - public function getAllBy(): NewsCategoryCollection + public function list_(): NewsCategoryCollection { return new NewsCategoryCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Content/News/Items.php b/packages/school/src/School/Endpoints/V1/Content/News/Items.php index 88d5109e..abb8358a 100644 --- a/packages/school/src/School/Endpoints/V1/Content/News/Items.php +++ b/packages/school/src/School/Endpoints/V1/Content/News/Items.php @@ -34,7 +34,7 @@ class Items extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): NewsItemCollection + public function list_(array $params): NewsItemCollection { assert(isset($params['categories']), new ArgumentException("Parameter `categories` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Content/Resources.php b/packages/school/src/School/Endpoints/V1/Content/Resources.php index 2e93beef..7f423ec2 100644 --- a/packages/school/src/School/Endpoints/V1/Content/Resources.php +++ b/packages/school/src/School/Endpoints/V1/Content/Resources.php @@ -30,7 +30,7 @@ class Resources extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\ResourceCollection Success */ - public function getAllBy(): ResourceCollection + public function list_(): ResourceCollection { return new ResourceCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Customfields.php b/packages/school/src/School/Endpoints/V1/Customfields.php index d1bc8432..cb055d0f 100644 --- a/packages/school/src/School/Endpoints/V1/Customfields.php +++ b/packages/school/src/School/Endpoints/V1/Customfields.php @@ -26,7 +26,7 @@ class Customfields extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\AdminCustomFieldsCollection * Success */ - public function getAllBy(): AdminCustomFieldsCollection + public function list_(): AdminCustomFieldsCollection { return new AdminCustomFieldsCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Degrees.php b/packages/school/src/School/Endpoints/V1/Degrees.php index 31f81d2b..c9c1eec6 100644 --- a/packages/school/src/School/Endpoints/V1/Degrees.php +++ b/packages/school/src/School/Endpoints/V1/Degrees.php @@ -24,8 +24,8 @@ class Degrees extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Degrees\Studentdegrees + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Degrees\Studentdegrees * $_studentdegrees */ - protected Studentdegrees $_studentdegrees = null; + protected ?Studentdegrees $_studentdegrees = null; } diff --git a/packages/school/src/School/Endpoints/V1/Degrees/Studentdegrees.php b/packages/school/src/School/Endpoints/V1/Degrees/Studentdegrees.php index a31dec0d..9334f772 100644 --- a/packages/school/src/School/Endpoints/V1/Degrees/Studentdegrees.php +++ b/packages/school/src/School/Endpoints/V1/Degrees/Studentdegrees.php @@ -41,7 +41,7 @@ class Studentdegrees extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByStudentId(array $params): UserDegreeOutputModelCollection + public function searchByStudentId(array $params): UserDegreeOutputModelCollection { assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Directories.php b/packages/school/src/School/Endpoints/V1/Directories.php index 2061611d..e721fc61 100644 --- a/packages/school/src/School/Endpoints/V1/Directories.php +++ b/packages/school/src/School/Endpoints/V1/Directories.php @@ -31,7 +31,7 @@ class Directories extends BaseEndpoint * @return \Blackbaud\SKY\School\Components\DirectoryModelCollection * Success */ - public function getAllBy(): DirectoryModelCollection + public function list_(): DirectoryModelCollection { return new DirectoryModelCollection($this->send("get", [], [])); } @@ -68,13 +68,13 @@ public function getAllBy(): DirectoryModelCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByDirectoryId(array $params): DirectoryResultCollection + public function searchByDirectoryId(array $params): DirectoryResultCollection { assert(isset($params['directory_id']), new ArgumentException("Parameter `directory_id` is required")); assert(isset($params['search']), new ArgumentException("Parameter `search` is required")); assert(isset($params['search_all']), new ArgumentException("Parameter `search_all` is required")); return new DirectoryResultCollection($this->send("get", ["{directory_id}" => $params['directory_id']], ["search" => $params['search'], - "search_all" => $params['search_all']])); + "search_all" => $params['search_all']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Dorms.php b/packages/school/src/School/Endpoints/V1/Dorms.php index 07b4eeaf..8c867d78 100644 --- a/packages/school/src/School/Endpoints/V1/Dorms.php +++ b/packages/school/src/School/Endpoints/V1/Dorms.php @@ -23,7 +23,7 @@ class Dorms extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Dorms\All $_all + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Dorms\All $_all */ - protected All $_all = null; + protected ?All $_all = null; } diff --git a/packages/school/src/School/Endpoints/V1/Dorms/All.php b/packages/school/src/School/Endpoints/V1/Dorms/All.php index 4715b4ba..79031827 100644 --- a/packages/school/src/School/Endpoints/V1/Dorms/All.php +++ b/packages/school/src/School/Endpoints/V1/Dorms/All.php @@ -36,12 +36,12 @@ class All extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): DormCollection + public function list_(array $params): DormCollection { assert(isset($params['level_number']), new ArgumentException("Parameter `level_number` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); return new DormCollection($this->send("get", [], ["level_number" => $params['level_number'], - "school_year" => $params['school_year']])); + "school_year" => $params['school_year']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Events.php b/packages/school/src/School/Endpoints/V1/Events.php index 4d96ac85..9f17fd19 100644 --- a/packages/school/src/School/Endpoints/V1/Events.php +++ b/packages/school/src/School/Endpoints/V1/Events.php @@ -26,12 +26,12 @@ class Events extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Events\Categories $_categories + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Events\Categories $_categories */ - protected Categories $_categories = null; + protected ?Categories $_categories = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Events\Calendar $_calendar + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Events\Calendar $_calendar */ - protected Calendar $_calendar = null; + protected ?Calendar $_calendar = null; } diff --git a/packages/school/src/School/Endpoints/V1/Events/Calendar.php b/packages/school/src/School/Endpoints/V1/Events/Calendar.php index 8af4c86c..8d3b9bd1 100644 --- a/packages/school/src/School/Endpoints/V1/Events/Calendar.php +++ b/packages/school/src/School/Endpoints/V1/Events/Calendar.php @@ -39,12 +39,12 @@ class Calendar extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): CalendarItemCollection + public function list_(array $params): CalendarItemCollection { assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); return new CalendarItemCollection($this->send("get", [], ["start_date" => $params['start_date'], - "end_date" => $params['end_date']])); + "end_date" => $params['end_date']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Events/Categories.php b/packages/school/src/School/Endpoints/V1/Events/Categories.php index 1a400ef3..106ac563 100644 --- a/packages/school/src/School/Endpoints/V1/Events/Categories.php +++ b/packages/school/src/School/Endpoints/V1/Events/Categories.php @@ -37,7 +37,7 @@ class Categories extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): EventCategoryCollection + public function list_(array $params): EventCategoryCollection { assert(isset($params['page']), new ArgumentException("Parameter `page` is required")); @@ -65,7 +65,7 @@ public function filterByBy(array $params): EventCategoryCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(EventCategory $requestBody): EventCategoryCreateResponseExample + public function post(EventCategory $requestBody): EventCategoryCreateResponseExample { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Gradelevels.php b/packages/school/src/School/Endpoints/V1/Gradelevels.php index 07d7882f..316c11b7 100644 --- a/packages/school/src/School/Endpoints/V1/Gradelevels.php +++ b/packages/school/src/School/Endpoints/V1/Gradelevels.php @@ -31,7 +31,7 @@ class Gradelevels extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\GradeLevelCollection Success */ - public function getAllBy(): GradeLevelCollection + public function list_(): GradeLevelCollection { return new GradeLevelCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Levels.php b/packages/school/src/School/Endpoints/V1/Levels.php index cff85be5..3bd63cf9 100644 --- a/packages/school/src/School/Endpoints/V1/Levels.php +++ b/packages/school/src/School/Endpoints/V1/Levels.php @@ -27,7 +27,7 @@ class Levels extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\LevelCollection Success */ - public function getAllBy(): LevelCollection + public function list_(): LevelCollection { return new LevelCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Lists.php b/packages/school/src/School/Endpoints/V1/Lists.php index 62e74ec5..c1ef3321 100644 --- a/packages/school/src/School/Endpoints/V1/Lists.php +++ b/packages/school/src/School/Endpoints/V1/Lists.php @@ -29,9 +29,9 @@ class Lists extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Lists\Advanced $_advanced + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Lists\Advanced $_advanced */ - protected Advanced $_advanced = null; + protected ?Advanced $_advanced = null; /** * Returns a list of basic or advanced lists the authorized user has @@ -89,7 +89,7 @@ class Lists extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\ListReadCollection Success */ - public function getAllBy(): ListReadCollection + public function list_(): ListReadCollection { return new ListReadCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Lists/Advanced.php b/packages/school/src/School/Endpoints/V1/Lists/Advanced.php index c77fb49e..b08c0878 100644 --- a/packages/school/src/School/Endpoints/V1/Lists/Advanced.php +++ b/packages/school/src/School/Endpoints/V1/Lists/Advanced.php @@ -96,6 +96,6 @@ public function getByListId(array $params): ListResult assert(isset($params['page_size']), new ArgumentException("Parameter `page_size` is required")); return new ListResult($this->send("get", ["{list_id}" => $params['list_id']], ["page" => $params['page'], - "page_size" => $params['page_size']])); + "page_size" => $params['page_size']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Medical.php b/packages/school/src/School/Endpoints/V1/Medical.php index fd1b5d02..ae92b320 100644 --- a/packages/school/src/School/Endpoints/V1/Medical.php +++ b/packages/school/src/School/Endpoints/V1/Medical.php @@ -50,48 +50,49 @@ class Medical extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Securityroles + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Securityroles * $_securityroles */ - protected Securityroles $_securityroles = null; + protected ?Securityroles $_securityroles = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Allergiesconditions + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Allergiesconditions * $_allergiesconditions */ - protected Allergiesconditions $_allergiesconditions = null; + protected ?Allergiesconditions $_allergiesconditions = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Medications + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Medications * $_medications */ - protected Medications $_medications = null; + protected ?Medications $_medications = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Immunizations + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Immunizations * $_immunizations */ - protected Immunizations $_immunizations = null; + protected ?Immunizations $_immunizations = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Allergies $_allergies + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Allergies $_allergies */ - protected Allergies $_allergies = null; + protected ?Allergies $_allergies = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Conditions $_conditions + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Conditions + * $_conditions */ - protected Conditions $_conditions = null; + protected ?Conditions $_conditions = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Athleticclearance + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Athleticclearance * $_athleticclearance */ - protected Athleticclearance $_athleticclearance = null; + protected ?Athleticclearance $_athleticclearance = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users $_users Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users $_users Routing * class for the subnamespace `Users` */ - protected Users $_users = null; + protected ?Users $_users = null; } diff --git a/packages/school/src/School/Endpoints/V1/Medical/Allergies.php b/packages/school/src/School/Endpoints/V1/Medical/Allergies.php index c5d90e0c..ec53146c 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Allergies.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Allergies.php @@ -64,7 +64,7 @@ public function deleteByAllergyId(array $params): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByAllergyId(array $params, StudentAllergyUpdate $requestBody): int + public function patchOnAllergyId(array $params, StudentAllergyUpdate $requestBody): int { assert(isset($params['allergy_id']), new ArgumentException("Parameter `allergy_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -93,7 +93,7 @@ public function patchByAllergyId(array $params, StudentAllergyUpdate $requestBod * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentMedicalAllergy $requestBody): int + public function post(StudentMedicalAllergy $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Allergiesconditions.php b/packages/school/src/School/Endpoints/V1/Medical/Allergiesconditions.php index 7f68f9a3..8e650949 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Allergiesconditions.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Allergiesconditions.php @@ -37,7 +37,7 @@ class Allergiesconditions extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentMedicalAllergyCondition $requestBody): int + public function post(StudentMedicalAllergyCondition $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Athleticclearance.php b/packages/school/src/School/Endpoints/V1/Medical/Athleticclearance.php index 385c717c..1378b663 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Athleticclearance.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Athleticclearance.php @@ -36,7 +36,7 @@ class Athleticclearance extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentAthleticRequirementUpdate $requestBody): array + public function post(StudentAthleticRequirementUpdate $requestBody): array { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Conditions.php b/packages/school/src/School/Endpoints/V1/Medical/Conditions.php index 74ccb36d..658ed27b 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Conditions.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Conditions.php @@ -64,7 +64,7 @@ public function deleteByConditionId(array $params): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByConditionId(array $params, StudentConditionUpdate $requestBody): int + public function patchOnConditionId(array $params, StudentConditionUpdate $requestBody): int { assert(isset($params['condition_id']), new ArgumentException("Parameter `condition_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -93,7 +93,7 @@ public function patchByConditionId(array $params, StudentConditionUpdate $reques * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentMedicalCondition $requestBody): int + public function post(StudentMedicalCondition $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Immunizations.php b/packages/school/src/School/Endpoints/V1/Medical/Immunizations.php index 06c3ab31..f4b40c16 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Immunizations.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Immunizations.php @@ -30,12 +30,12 @@ class Immunizations extends BaseEndpoint * @param \Blackbaud\SKY\School\Components\StudentImmunizationUpdate * $requestBody The immunizations to update * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentImmunizationUpdate $requestBody): void + public function post(StudentImmunizationUpdate $requestBody): mixed { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Medications.php b/packages/school/src/School/Endpoints/V1/Medical/Medications.php index 0299777d..511f0d3c 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Medications.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Medications.php @@ -38,7 +38,7 @@ class Medications extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(StudentMedicationCreate $requestBody): int + public function post(StudentMedicationCreate $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -93,7 +93,7 @@ public function deleteByMedicationId(array $params): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByMedicationId(array $params, StudentMedicationUpdate $requestBody): int + public function patchOnMedicationId(array $params, StudentMedicationUpdate $requestBody): int { assert(isset($params['medication_id']), new ArgumentException("Parameter `medication_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Medical/Securityroles.php b/packages/school/src/School/Endpoints/V1/Medical/Securityroles.php index d02c22a9..d860bc24 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Securityroles.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Securityroles.php @@ -25,7 +25,7 @@ class Securityroles extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\SecurityRoleCollection Success */ - public function getAllBy(): SecurityRoleCollection + public function list_(): SecurityRoleCollection { return new SecurityRoleCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Medical/Users.php b/packages/school/src/School/Endpoints/V1/Medical/Users.php index 0792d37d..fd545755 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Users.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Users.php @@ -44,38 +44,38 @@ class Users extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Allergiesconditions + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Allergiesconditions * $_allergiesconditions */ - protected Allergiesconditions $_allergiesconditions = null; + protected ?Allergiesconditions $_allergiesconditions = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Medications + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Medications * $_medications */ - protected Medications $_medications = null; + protected ?Medications $_medications = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Immunizations + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Immunizations * $_immunizations */ - protected Immunizations $_immunizations = null; + protected ?Immunizations $_immunizations = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Athleticrequirements + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Athleticrequirements * $_athleticrequirements */ - protected Athleticrequirements $_athleticrequirements = null; + protected ?Athleticrequirements $_athleticrequirements = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Allergies + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Allergies * $_allergies */ - protected Allergies $_allergies = null; + protected ?Allergies $_allergies = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Conditions + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Medical\Users\Conditions * $_conditions */ - protected Conditions $_conditions = null; + protected ?Conditions $_conditions = null; } diff --git a/packages/school/src/School/Endpoints/V1/Medical/Users/Athleticrequirements.php b/packages/school/src/School/Endpoints/V1/Medical/Users/Athleticrequirements.php index cf0593a3..c34ea780 100644 --- a/packages/school/src/School/Endpoints/V1/Medical/Users/Athleticrequirements.php +++ b/packages/school/src/School/Endpoints/V1/Medical/Users/Athleticrequirements.php @@ -52,7 +52,7 @@ public function getByUserId(array $params): array assert(isset($params['include_']), new ArgumentException("Parameter `include_` is required")); return array_map(fn($a) => new StudentAthleticRequirementRead($a), $this->send("get", ["{user_id}" => $params['user_id']], ["schoolYear" => $params['schoolYear'], - "season" => $params['season'], - "include_" => $params['include_']])); + "season" => $params['season'], + "include_" => $params['include_']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Offeringtypes.php b/packages/school/src/School/Endpoints/V1/Offeringtypes.php index 15728753..174564b7 100644 --- a/packages/school/src/School/Endpoints/V1/Offeringtypes.php +++ b/packages/school/src/School/Endpoints/V1/Offeringtypes.php @@ -29,7 +29,7 @@ class Offeringtypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\OfferingTypeCollection Success */ - public function getAllBy(): OfferingTypeCollection + public function list_(): OfferingTypeCollection { return new OfferingTypeCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Roles.php b/packages/school/src/School/Endpoints/V1/Roles.php index 5e459e0e..54c73d6a 100644 --- a/packages/school/src/School/Endpoints/V1/Roles.php +++ b/packages/school/src/School/Endpoints/V1/Roles.php @@ -27,7 +27,7 @@ class Roles extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\RoleCollection Success */ - public function getAllBy(): RoleCollection + public function list_(): RoleCollection { return new RoleCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Schedules.php b/packages/school/src/School/Endpoints/V1/Schedules.php index f47b9ac0..5298c20c 100644 --- a/packages/school/src/School/Endpoints/V1/Schedules.php +++ b/packages/school/src/School/Endpoints/V1/Schedules.php @@ -23,7 +23,7 @@ class Schedules extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Schedules\Meetings $_meetings + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Schedules\Meetings $_meetings */ - protected Meetings $_meetings = null; + protected ?Meetings $_meetings = null; } diff --git a/packages/school/src/School/Endpoints/V1/Schedules/Meetings.php b/packages/school/src/School/Endpoints/V1/Schedules/Meetings.php index 70ce6e5e..2a25a301 100644 --- a/packages/school/src/School/Endpoints/V1/Schedules/Meetings.php +++ b/packages/school/src/School/Endpoints/V1/Schedules/Meetings.php @@ -77,7 +77,7 @@ class Meetings extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): MeetingCollection + public function list_(array $params): MeetingCollection { assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); @@ -87,11 +87,11 @@ public function filterByBy(array $params): MeetingCollection assert(isset($params['show_time_for_current_date']), new ArgumentException("Parameter `show_time_for_current_date` is required")); return new MeetingCollection($this->send("get", [], ["start_date" => $params['start_date'], - "end_date" => $params['end_date'], - "offering_types" => $params['offering_types'], - "section_ids" => $params['section_ids'], - "last_modified" => $params['last_modified'], - "show_time_for_current_date" => $params['show_time_for_current_date']])); + "end_date" => $params['end_date'], + "offering_types" => $params['offering_types'], + "section_ids" => $params['section_ids'], + "last_modified" => $params['last_modified'], + "show_time_for_current_date" => $params['show_time_for_current_date']])); } /** @@ -127,13 +127,13 @@ public function filterByBy(array $params): MeetingCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByStudentId(array $params): StudentScheduleCollection + public function searchByStudentId(array $params): StudentScheduleCollection { assert(isset($params['student_id']), new ArgumentException("Parameter `student_id` is required")); assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); return new StudentScheduleCollection($this->send("get", ["{student_id}" => $params['student_id']], ["start_date" => $params['start_date'], - "end_date" => $params['end_date']])); + "end_date" => $params['end_date']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Sessions.php b/packages/school/src/School/Endpoints/V1/Sessions.php index f367eac4..7d3a16b9 100644 --- a/packages/school/src/School/Endpoints/V1/Sessions.php +++ b/packages/school/src/School/Endpoints/V1/Sessions.php @@ -39,12 +39,12 @@ class Sessions extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): SchoolSessionCollection + public function list_(array $params): SchoolSessionCollection { assert(isset($params['level_num']), new ArgumentException("Parameter `level_num` is required")); assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); return new SchoolSessionCollection($this->send("get", [], ["level_num" => $params['level_num'], - "school_year" => $params['school_year']])); + "school_year" => $params['school_year']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Terms.php b/packages/school/src/School/Endpoints/V1/Terms.php index 284dee76..90b0d3cd 100644 --- a/packages/school/src/School/Endpoints/V1/Terms.php +++ b/packages/school/src/School/Endpoints/V1/Terms.php @@ -42,12 +42,12 @@ class Terms extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TermCollection + public function list_(array $params): TermCollection { assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); assert(isset($params['offering_type']), new ArgumentException("Parameter `offering_type` is required")); return new TermCollection($this->send("get", [], ["school_year" => $params['school_year'], - "offering_type" => $params['offering_type']])); + "offering_type" => $params['offering_type']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Testscores.php b/packages/school/src/School/Endpoints/V1/Testscores.php index 5c879750..6250ac29 100644 --- a/packages/school/src/School/Endpoints/V1/Testscores.php +++ b/packages/school/src/School/Endpoints/V1/Testscores.php @@ -32,10 +32,10 @@ class Testscores extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Testscores\Testtypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Testscores\Testtypes * $_testtypes */ - protected Testtypes $_testtypes = null; + protected ?Testtypes $_testtypes = null; /** * Returns a collection of test scores. @@ -52,7 +52,7 @@ class Testscores extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TestScoreCollection + public function list_(array $params): TestScoreCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -75,7 +75,7 @@ public function filterByBy(array $params): TestScoreCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, TestScoreAdd $requestBody): int + public function postToUserId(array $params, TestScoreAdd $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Testscores/Testtypes.php b/packages/school/src/School/Endpoints/V1/Testscores/Testtypes.php index 998184a0..1ebb2649 100644 --- a/packages/school/src/School/Endpoints/V1/Testscores/Testtypes.php +++ b/packages/school/src/School/Endpoints/V1/Testscores/Testtypes.php @@ -26,7 +26,7 @@ class Testtypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\TestTypeCollection Success */ - public function getAllBy(): TestTypeCollection + public function list_(): TestTypeCollection { return new TestTypeCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Timezone.php b/packages/school/src/School/Endpoints/V1/Timezone.php index 5635772e..d42f2366 100644 --- a/packages/school/src/School/Endpoints/V1/Timezone.php +++ b/packages/school/src/School/Endpoints/V1/Timezone.php @@ -3,7 +3,7 @@ namespace Blackbaud\SKY\School\Endpoints\V1; use Battis\OpenAPI\Client\BaseEndpoint; -use Blackbaud\SKY\School\Components\Timezone as TimezoneDisambiguate; +use Blackbaud\SKY\School\Components\Timezone as Components_Timezone; /** * @api @@ -29,8 +29,8 @@ class Timezone extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\Timezone Success */ - public function getAllBy(): Timezone + public function get(): Components_Timezone { - return new TimezoneDisambiguate($this->send("get", [], [])); + return new Components_Timezone($this->send("get", [], [])); } } diff --git a/packages/school/src/School/Endpoints/V1/Types.php b/packages/school/src/School/Endpoints/V1/Types.php index 0b068069..a290302c 100644 --- a/packages/school/src/School/Endpoints/V1/Types.php +++ b/packages/school/src/School/Endpoints/V1/Types.php @@ -38,30 +38,31 @@ class Types extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types\Attendancetypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types\Attendancetypes * $_attendancetypes */ - protected Attendancetypes $_attendancetypes = null; + protected ?Attendancetypes $_attendancetypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types\Excusedurationtypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types\Excusedurationtypes * $_excusedurationtypes */ - protected Excusedurationtypes $_excusedurationtypes = null; + protected ?Excusedurationtypes $_excusedurationtypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types\Excusedtypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types\Excusedtypes * $_excusedtypes */ - protected Excusedtypes $_excusedtypes = null; + protected ?Excusedtypes $_excusedtypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types\Tables $_tables + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types\Tables $_tables */ - protected Tables $_tables = null; + protected ?Tables $_tables = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Types\Tablevalues $_tablevalues + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Types\Tablevalues + * $_tablevalues */ - protected Tablevalues $_tablevalues = null; + protected ?Tablevalues $_tablevalues = null; } diff --git a/packages/school/src/School/Endpoints/V1/Types/Attendancetypes.php b/packages/school/src/School/Endpoints/V1/Types/Attendancetypes.php index 9186ae08..d97e62e0 100644 --- a/packages/school/src/School/Endpoints/V1/Types/Attendancetypes.php +++ b/packages/school/src/School/Endpoints/V1/Types/Attendancetypes.php @@ -3,7 +3,7 @@ namespace Blackbaud\SKY\School\Endpoints\V1\Types; use Battis\OpenAPI\Client\BaseEndpoint; -use Blackbaud\SKY\School\Components\AttendanceTypes; +use Blackbaud\SKY\School\Components\AttendanceTypes as Components_AttendanceTypes; /** * @api @@ -24,8 +24,8 @@ class Attendancetypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\AttendanceTypes Success */ - public function getAllBy(): AttendanceTypes + public function get(): Components_AttendanceTypes { - return new AttendanceTypes($this->send("get", [], [])); + return new Components_AttendanceTypes($this->send("get", [], [])); } } diff --git a/packages/school/src/School/Endpoints/V1/Types/Excusedtypes.php b/packages/school/src/School/Endpoints/V1/Types/Excusedtypes.php index cd369e20..9959d5b9 100644 --- a/packages/school/src/School/Endpoints/V1/Types/Excusedtypes.php +++ b/packages/school/src/School/Endpoints/V1/Types/Excusedtypes.php @@ -26,7 +26,7 @@ class Excusedtypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\ExcusedTypesCollection Success */ - public function getAllBy(): ExcusedTypesCollection + public function list_(): ExcusedTypesCollection { return new ExcusedTypesCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Types/Excusedurationtypes.php b/packages/school/src/School/Endpoints/V1/Types/Excusedurationtypes.php index 0ff459e9..891d0ecb 100644 --- a/packages/school/src/School/Endpoints/V1/Types/Excusedurationtypes.php +++ b/packages/school/src/School/Endpoints/V1/Types/Excusedurationtypes.php @@ -3,7 +3,7 @@ namespace Blackbaud\SKY\School\Endpoints\V1\Types; use Battis\OpenAPI\Client\BaseEndpoint; -use Blackbaud\SKY\School\Components\ExcuseDurationTypes; +use Blackbaud\SKY\School\Components\ExcuseDurationTypes as Components_ExcuseDurationTypes; /** * @api @@ -24,8 +24,8 @@ class Excusedurationtypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\ExcuseDurationTypes Success */ - public function getAllBy(): ExcuseDurationTypes + public function get(): Components_ExcuseDurationTypes { - return new ExcuseDurationTypes($this->send("get", [], [])); + return new Components_ExcuseDurationTypes($this->send("get", [], [])); } } diff --git a/packages/school/src/School/Endpoints/V1/Types/Tables.php b/packages/school/src/School/Endpoints/V1/Types/Tables.php index d9d896c4..c0ab2b86 100644 --- a/packages/school/src/School/Endpoints/V1/Types/Tables.php +++ b/packages/school/src/School/Endpoints/V1/Types/Tables.php @@ -25,7 +25,7 @@ class Tables extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\TableCollection Success */ - public function getAllBy(): TableCollection + public function list_(): TableCollection { return new TableCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Types/Tablevalues.php b/packages/school/src/School/Endpoints/V1/Types/Tablevalues.php index 1ba86073..e74ad1cf 100644 --- a/packages/school/src/School/Endpoints/V1/Types/Tablevalues.php +++ b/packages/school/src/School/Endpoints/V1/Types/Tablevalues.php @@ -42,14 +42,14 @@ class Tablevalues extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): TableValueCollection + public function list_(array $params): TableValueCollection { assert(isset($params['tableId']), new ArgumentException("Parameter `tableId` is required")); assert(isset($params['tableName']), new ArgumentException("Parameter `tableName` is required")); assert(isset($params['includeInactive']), new ArgumentException("Parameter `includeInactive` is required")); return new TableValueCollection($this->send("get", [], ["tableId" => $params['tableId'], - "tableName" => $params['tableName'], - "includeInactive" => $params['includeInactive']])); + "tableName" => $params['tableName'], + "includeInactive" => $params['includeInactive']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users.php b/packages/school/src/School/Endpoints/V1/Users.php index cc5623a9..4b1c1027 100644 --- a/packages/school/src/School/Endpoints/V1/Users.php +++ b/packages/school/src/School/Endpoints/V1/Users.php @@ -93,106 +93,109 @@ class Users extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Relationships + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Relationships * $_relationships */ - protected Relationships $_relationships = null; + protected ?Relationships $_relationships = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Phonetypes $_phonetypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Phonetypes $_phonetypes */ - protected Phonetypes $_phonetypes = null; + protected ?Phonetypes $_phonetypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Extended $_extended + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Extended $_extended */ - protected Extended $_extended = null; + protected ?Extended $_extended = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Changed $_changed + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Changed $_changed */ - protected Changed $_changed = null; + protected ?Changed $_changed = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Phones $_phones Routing + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Phones $_phones Routing * class for the subnamespace `Phones` */ - protected Phones $_phones = null; + protected ?Phones $_phones = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Occupations $_occupations + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Occupations + * $_occupations */ - protected Occupations $_occupations = null; + protected ?Occupations $_occupations = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts * $_emergencycontacts Routing class for the subnamespace * `Emergencycontacts` */ - protected Emergencycontacts $_emergencycontacts = null; + protected ?Emergencycontacts $_emergencycontacts = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Addresses $_addresses + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Addresses $_addresses * Routing class for the subnamespace `Addresses` */ - protected Addresses $_addresses = null; + protected ?Addresses $_addresses = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Addresstypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Addresstypes * $_addresstypes */ - protected Addresstypes $_addresstypes = null; + protected ?Addresstypes $_addresstypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Education $_education + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Education $_education */ - protected Education $_education = null; + protected ?Education $_education = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Audit $_audit + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Audit $_audit */ - protected Audit $_audit = null; + protected ?Audit $_audit = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Enroll $_enroll + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Enroll $_enroll */ - protected Enroll $_enroll = null; + protected ?Enroll $_enroll = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Employment $_employment + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Employment $_employment */ - protected Employment $_employment = null; + protected ?Employment $_employment = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Gendertypes $_gendertypes + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Gendertypes + * $_gendertypes */ - protected Gendertypes $_gendertypes = null; + protected ?Gendertypes $_gendertypes = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Bbidstatus $_bbidstatus + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Bbidstatus $_bbidstatus */ - protected Bbidstatus $_bbidstatus = null; + protected ?Bbidstatus $_bbidstatus = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Students $_students + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Students $_students */ - protected Students $_students = null; + protected ?Students $_students = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Me $_me + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Me $_me */ - protected Me $_me = null; + protected ?Me $_me = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Customfields + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Customfields * $_customfields Routing class for the subnamespace `Customfields` */ - protected Customfields $_customfields = null; + protected ?Customfields $_customfields = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Enrollments $_enrollments + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Enrollments + * $_enrollments */ - protected Enrollments $_enrollments = null; + protected ?Enrollments $_enrollments = null; /** * Returns a paginated collection of users, limited to 100 users per page. @@ -235,7 +238,7 @@ class Users extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserReadCollection + public function list_(array $params): UserReadCollection { assert(isset($params['roles']), new ArgumentException("Parameter `roles` is required")); assert(isset($params['first_name']), new ArgumentException("Parameter `first_name` is required")); @@ -247,13 +250,13 @@ public function filterByBy(array $params): UserReadCollection assert(isset($params['marker']), new ArgumentException("Parameter `marker` is required")); return new UserReadCollection($this->send("get", [], ["roles" => $params['roles'], - "first_name" => $params['first_name'], - "last_name" => $params['last_name'], - "email" => $params['email'], - "maiden_name" => $params['maiden_name'], - "grad_year" => $params['grad_year'], - "end_grad_year" => $params['end_grad_year'], - "marker" => $params['marker']])); + "first_name" => $params['first_name'], + "last_name" => $params['last_name'], + "email" => $params['email'], + "maiden_name" => $params['maiden_name'], + "grad_year" => $params['grad_year'], + "end_grad_year" => $params['end_grad_year'], + "marker" => $params['marker']])); } /** @@ -276,7 +279,7 @@ public function filterByBy(array $params): UserReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(UserAdd $requestBody): int + public function post(UserAdd $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -303,7 +306,7 @@ public function postBy(UserAdd $requestBody): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchBy(UserEdit $requestBody): int + public function patch(UserEdit $requestBody): int { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Addresses.php b/packages/school/src/School/Endpoints/V1/Users/Addresses.php index 803e44c0..d360017c 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Addresses.php +++ b/packages/school/src/School/Endpoints/V1/Users/Addresses.php @@ -32,9 +32,9 @@ class Addresses extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Addresses\Share $_share + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Addresses\Share $_share */ - protected Share $_share = null; + protected ?Share $_share = null; /** * Returns a collection of addresses. @@ -52,7 +52,7 @@ class Addresses extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): AddressReadCollection + public function searchByUserId(array $params): AddressReadCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -81,7 +81,7 @@ public function getByUserId(array $params): AddressReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, AddressAdd $requestBody): int + public function postToUserId(array $params, AddressAdd $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -113,14 +113,14 @@ public function postByUserId(array $params, AddressAdd $requestBody): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserIdAndAddressId(array $params, AddressEdit $requestBody): int + public function patchOnUserIdAndAddressId(array $params, AddressEdit $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['address_id']), new ArgumentException("Parameter `address_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); return $this->send("patch", ["{user_id}" => $params['user_id'], - "{address_id}" => $params['address_id']], [], $requestBody); + "{address_id}" => $params['address_id']], [], $requestBody); } /** @@ -149,19 +149,19 @@ public function patchByUserIdAndAddressId(array $params, AddressEdit $requestBod * - address_type_id: Format - int32. The ID of the user's address * type to delete. * - * @return void Returned when the operation succeeds. + * @return mixed Returned when the operation succeeds. * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByUserIdAndAddressIdAndAddressTypeId(array $params): void + public function deleteByUserIdAndAddressIdAndAddressTypeId(array $params): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['address_id']), new ArgumentException("Parameter `address_id` is required")); assert(isset($params['address_type_id']), new ArgumentException("Parameter `address_type_id` is required")); return $this->send("delete", ["{user_id}" => $params['user_id'], - "{address_id}" => $params['address_id'], - "{address_type_id}" => $params['address_type_id']], []); + "{address_id}" => $params['address_id'], + "{address_type_id}" => $params['address_type_id']], []); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Addresses/Share.php b/packages/school/src/School/Endpoints/V1/Users/Addresses/Share.php index 2833e51e..6dea4327 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Addresses/Share.php +++ b/packages/school/src/School/Endpoints/V1/Users/Addresses/Share.php @@ -44,7 +44,7 @@ class Share extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, AddressShare $requestBody): int + public function postToUserId(array $params, AddressShare $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Addresstypes.php b/packages/school/src/School/Endpoints/V1/Users/Addresstypes.php index 4cb18ff5..28fc0a77 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Addresstypes.php +++ b/packages/school/src/School/Endpoints/V1/Users/Addresstypes.php @@ -27,7 +27,7 @@ class Addresstypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\AddressTypeCollection Success */ - public function getAllBy(): AddressTypeCollection + public function list_(): AddressTypeCollection { return new AddressTypeCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Users/Audit.php b/packages/school/src/School/Endpoints/V1/Users/Audit.php index ca12cffb..3ab02871 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Audit.php +++ b/packages/school/src/School/Endpoints/V1/Users/Audit.php @@ -40,14 +40,14 @@ class Audit extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserAuditReadCollection + public function list_(array $params): UserAuditReadCollection { assert(isset($params['role_id']), new ArgumentException("Parameter `role_id` is required")); assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['end_date']), new ArgumentException("Parameter `end_date` is required")); return new UserAuditReadCollection($this->send("get", [], ["role_id" => $params['role_id'], - "start_date" => $params['start_date'], - "end_date" => $params['end_date']])); + "start_date" => $params['start_date'], + "end_date" => $params['end_date']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Bbidstatus.php b/packages/school/src/School/Endpoints/V1/Users/Bbidstatus.php index 1c5067b3..f363f629 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Bbidstatus.php +++ b/packages/school/src/School/Endpoints/V1/Users/Bbidstatus.php @@ -44,12 +44,12 @@ class Bbidstatus extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): SchoolBbidStatusCollection + public function list_(array $params): SchoolBbidStatusCollection { assert(isset($params['base_role_ids']), new ArgumentException("Parameter `base_role_ids` is required")); assert(isset($params['marker']), new ArgumentException("Parameter `marker` is required")); return new SchoolBbidStatusCollection($this->send("get", [], ["base_role_ids" => $params['base_role_ids'], - "marker" => $params['marker']])); + "marker" => $params['marker']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Changed.php b/packages/school/src/School/Endpoints/V1/Users/Changed.php index 3a8cbe54..bf60fb89 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Changed.php +++ b/packages/school/src/School/Endpoints/V1/Users/Changed.php @@ -39,12 +39,12 @@ class Changed extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserExtendedCollection + public function list_(array $params): UserExtendedCollection { assert(isset($params['base_role_ids']), new ArgumentException("Parameter `base_role_ids` is required")); assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); return new UserExtendedCollection($this->send("get", [], ["base_role_ids" => $params['base_role_ids'], - "start_date" => $params['start_date']])); + "start_date" => $params['start_date']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Customfields.php b/packages/school/src/School/Endpoints/V1/Users/Customfields.php index 77b7db68..df6d975d 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Customfields.php +++ b/packages/school/src/School/Endpoints/V1/Users/Customfields.php @@ -34,10 +34,10 @@ class Customfields extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Customfields\List_ + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Customfields\List_ * $_list_ */ - protected List_ $_list_ = null; + protected ?List_ $_list_ = null; /** * Returns a paginated collection of users with custom admin fields, @@ -73,15 +73,15 @@ class Customfields extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserAdminCustomFieldCollection + public function list_(array $params): UserAdminCustomFieldCollection { assert(isset($params['base_role_ids']), new ArgumentException("Parameter `base_role_ids` is required")); assert(isset($params['marker']), new ArgumentException("Parameter `marker` is required")); assert(isset($params['field_ids']), new ArgumentException("Parameter `field_ids` is required")); return new UserAdminCustomFieldCollection($this->send("get", [], ["base_role_ids" => $params['base_role_ids'], - "marker" => $params['marker'], - "field_ids" => $params['field_ids']])); + "marker" => $params['marker'], + "field_ids" => $params['field_ids']])); } /** @@ -134,7 +134,7 @@ public function getByUserId(array $params): UserAdminCustomField * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, UserAdminCustomFieldCreate $requestBody): bool + public function postToUserId(array $params, UserAdminCustomFieldCreate $requestBody): bool { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -162,7 +162,7 @@ public function postByUserId(array $params, UserAdminCustomFieldCreate $requestB * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserId(array $params, UserAdminCustomFieldUpdate $requestBody): bool + public function patchOnUserId(array $params, UserAdminCustomFieldUpdate $requestBody): bool { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Customfields/List.php b/packages/school/src/School/Endpoints/V1/Users/Customfields/List.php index 2c4af001..6aa29d07 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Customfields/List.php +++ b/packages/school/src/School/Endpoints/V1/Users/Customfields/List.php @@ -42,7 +42,7 @@ class List_ extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, array $requestBody): bool + public function postToUserId(array $params, array $requestBody): bool { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -70,7 +70,7 @@ public function postByUserId(array $params, array $requestBody): bool * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserId(array $params, array $requestBody): bool + public function patchOnUserId(array $params, array $requestBody): bool { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Education.php b/packages/school/src/School/Endpoints/V1/Users/Education.php index 5ebf43a8..b14a470a 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Education.php +++ b/packages/school/src/School/Endpoints/V1/Users/Education.php @@ -36,7 +36,7 @@ class Education extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): EducationReadCollection + public function searchByUserId(array $params): EducationReadCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -68,7 +68,7 @@ public function getByUserId(array $params): EducationReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, EducationAdd $requestBody): int + public function postToUserId(array $params, EducationAdd $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -96,18 +96,18 @@ public function postByUserId(array $params, EducationAdd $requestBody): int * - user_id: Format - int32. * - education_id: Format - int32. * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByUserIdAndEducationId(array $params): void + public function deleteByUserIdAndEducationId(array $params): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['education_id']), new ArgumentException("Parameter `education_id` is required")); return $this->send("delete", ["{user_id}" => $params['user_id'], - "{education_id}" => $params['education_id']], []); + "{education_id}" => $params['education_id']], []); } /** @@ -137,13 +137,13 @@ public function deleteByUserIdAndEducationId(array $params): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserIdAndEducationId(array $params, EducationUpdate $requestBody): int + public function patchOnUserIdAndEducationId(array $params, EducationUpdate $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['education_id']), new ArgumentException("Parameter `education_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); return $this->send("patch", ["{user_id}" => $params['user_id'], - "{education_id}" => $params['education_id']], [], $requestBody); + "{education_id}" => $params['education_id']], [], $requestBody); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts.php b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts.php index 7bc69662..31b72e9d 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts.php +++ b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts.php @@ -39,22 +39,22 @@ class Emergencycontacts extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\Changed + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\Changed * $_changed */ - protected Changed $_changed = null; + protected ?Changed $_changed = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\User + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\User * $_user */ - protected User $_user = null; + protected ?User $_user = null; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\Nonuser + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Emergencycontacts\Nonuser * $_nonuser */ - protected Nonuser $_nonuser = null; + protected ?Nonuser $_nonuser = null; /** * Returns a collection of a emergency contacts for the specified diff --git a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Changed.php b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Changed.php index dd6a2fbf..a81986e1 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Changed.php +++ b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Changed.php @@ -47,12 +47,12 @@ class Changed extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): EmergencyContactChangeCollection + public function list_(array $params): EmergencyContactChangeCollection { assert(isset($params['start_date']), new ArgumentException("Parameter `start_date` is required")); assert(isset($params['marker']), new ArgumentException("Parameter `marker` is required")); return new EmergencyContactChangeCollection($this->send("get", [], ["start_date" => $params['start_date'], - "marker" => $params['marker']])); + "marker" => $params['marker']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Nonuser.php b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Nonuser.php index 0d31b9cc..7cbb06e2 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Nonuser.php +++ b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/Nonuser.php @@ -29,12 +29,12 @@ class Nonuser extends BaseEndpoint * @param \Blackbaud\SKY\School\Components\EmergencyContactNonUserCreate * $requestBody * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, EmergencyContactNonUserCreate $requestBody): void + public function postToUserId(array $params, EmergencyContactNonUserCreate $requestBody): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/User.php b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/User.php index ee0e0de0..40e55a83 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/User.php +++ b/packages/school/src/School/Endpoints/V1/Users/Emergencycontacts/User.php @@ -34,12 +34,12 @@ class User extends BaseEndpoint * @param \Blackbaud\SKY\School\Components\EmergencyContactUserCreate * $requestBody * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, EmergencyContactUserCreate $requestBody): void + public function postToUserId(array $params, EmergencyContactUserCreate $requestBody): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Enroll.php b/packages/school/src/School/Endpoints/V1/Users/Enroll.php index f6ed942f..740b2800 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Enroll.php +++ b/packages/school/src/School/Endpoints/V1/Users/Enroll.php @@ -33,7 +33,7 @@ class Enroll extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postBy(UserEnrollmentCreate $requestBody): UserEnrollmentResponse + public function post(UserEnrollmentCreate $requestBody): UserEnrollmentResponse { assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Enrollments.php b/packages/school/src/School/Endpoints/V1/Users/Enrollments.php index 04e56f85..88c3b4b4 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Enrollments.php +++ b/packages/school/src/School/Endpoints/V1/Users/Enrollments.php @@ -48,7 +48,7 @@ class Enrollments extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserEnrollmentCollection + public function list_(array $params): UserEnrollmentCollection { assert(isset($params['school_year']), new ArgumentException("Parameter `school_year` is required")); assert(isset($params['school_level_id']), new ArgumentException("Parameter `school_level_id` is required")); @@ -57,9 +57,9 @@ public function filterByBy(array $params): UserEnrollmentCollection assert(isset($params['offset']), new ArgumentException("Parameter `offset` is required")); return new UserEnrollmentCollection($this->send("get", [], ["school_year" => $params['school_year'], - "school_level_id" => $params['school_level_id'], - "grade_level_id" => $params['grade_level_id'], - "limit" => $params['limit'], - "offset" => $params['offset']])); + "school_level_id" => $params['school_level_id'], + "grade_level_id" => $params['grade_level_id'], + "limit" => $params['limit'], + "offset" => $params['offset']])); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Extended.php b/packages/school/src/School/Endpoints/V1/Users/Extended.php index bf13a2e1..3665e0dd 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Extended.php +++ b/packages/school/src/School/Endpoints/V1/Users/Extended.php @@ -41,13 +41,13 @@ class Extended extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function filterByBy(array $params): UserExtendedCollection + public function list_(array $params): UserExtendedCollection { assert(isset($params['base_role_ids']), new ArgumentException("Parameter `base_role_ids` is required")); assert(isset($params['marker']), new ArgumentException("Parameter `marker` is required")); return new UserExtendedCollection($this->send("get", [], ["base_role_ids" => $params['base_role_ids'], - "marker" => $params['marker']])); + "marker" => $params['marker']])); } /** diff --git a/packages/school/src/School/Endpoints/V1/Users/Gendertypes.php b/packages/school/src/School/Endpoints/V1/Users/Gendertypes.php index 48f37a89..cd11b4de 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Gendertypes.php +++ b/packages/school/src/School/Endpoints/V1/Users/Gendertypes.php @@ -27,7 +27,7 @@ class Gendertypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\GenderTypeCollection Success */ - public function getAllBy(): GenderTypeCollection + public function list_(): GenderTypeCollection { return new GenderTypeCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Users/Me.php b/packages/school/src/School/Endpoints/V1/Users/Me.php index 3aa8de77..2cdeb224 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Me.php +++ b/packages/school/src/School/Endpoints/V1/Users/Me.php @@ -20,7 +20,7 @@ class Me extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\UserMe Success */ - public function getAllBy(): UserMe + public function get(): UserMe { return new UserMe($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Users/Occupations.php b/packages/school/src/School/Endpoints/V1/Users/Occupations.php index 1fc73a53..b2af24f9 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Occupations.php +++ b/packages/school/src/School/Endpoints/V1/Users/Occupations.php @@ -35,7 +35,7 @@ class Occupations extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): OccupationReadCollection + public function searchByUserId(array $params): OccupationReadCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -66,7 +66,7 @@ public function getByUserId(array $params): OccupationReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, OccupationCreate $requestBody): int + public function postToUserId(array $params, OccupationCreate $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -107,7 +107,7 @@ public function deleteByUserIdAndOccupationId(array $params): int assert(isset($params['current']), new ArgumentException("Parameter `current` is required")); return $this->send("delete", ["{user_id}" => $params['user_id'], - "{occupation_id}" => $params['occupation_id']], ["current" => $params['current']]); + "{occupation_id}" => $params['occupation_id']], ["current" => $params['current']]); } /** @@ -136,13 +136,13 @@ public function deleteByUserIdAndOccupationId(array $params): int * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserIdAndOccupationId(array $params, OccupationUpdate $requestBody): int + public function patchOnUserIdAndOccupationId(array $params, OccupationUpdate $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['occupation_id']), new ArgumentException("Parameter `occupation_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); return $this->send("patch", ["{user_id}" => $params['user_id'], - "{occupation_id}" => $params['occupation_id']], [], $requestBody); + "{occupation_id}" => $params['occupation_id']], [], $requestBody); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Phones.php b/packages/school/src/School/Endpoints/V1/Users/Phones.php index ad1b2638..33f4c981 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Phones.php +++ b/packages/school/src/School/Endpoints/V1/Users/Phones.php @@ -32,9 +32,9 @@ class Phones extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Users\Phones\Share $_share + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Users\Phones\Share $_share */ - protected Share $_share = null; + protected ?Share $_share = null; /** * Returns a collection phone numbers for the specified ```user\_id```. @@ -47,7 +47,7 @@ class Phones extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): PhoneReadCollection + public function searchByUserId(array $params): PhoneReadCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -76,7 +76,7 @@ public function getByUserId(array $params): PhoneReadCollection * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, PhoneAdd $requestBody): int + public function postToUserId(array $params, PhoneAdd $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -108,20 +108,20 @@ public function postByUserId(array $params, PhoneAdd $requestBody): int * - phone_id: Format - int32. The ID of the user's phone to delete. * - phone_type_id: Format - int32. The ID of the phone type. * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByUserIdAndPhoneIdAndPhoneTypeId(array $params): void + public function deleteByUserIdAndPhoneIdAndPhoneTypeId(array $params): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['phone_id']), new ArgumentException("Parameter `phone_id` is required")); assert(isset($params['phone_type_id']), new ArgumentException("Parameter `phone_type_id` is required")); return $this->send("delete", ["{user_id}" => $params['user_id'], - "{phone_id}" => $params['phone_id'], - "{phone_type_id}" => $params['phone_type_id']], []); + "{phone_id}" => $params['phone_id'], + "{phone_type_id}" => $params['phone_type_id']], []); } /** @@ -142,7 +142,7 @@ public function deleteByUserIdAndPhoneIdAndPhoneTypeId(array $params): void * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function patchByUserIdAndPhoneId(array $params, PhoneUpdate $requestBody): int + public function patchOnUserIdAndPhoneId(array $params, PhoneUpdate $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['phone_id']), new ArgumentException("Parameter `phone_id` is required")); @@ -150,6 +150,6 @@ public function patchByUserIdAndPhoneId(array $params, PhoneUpdate $requestBody) assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); return $this->send("patch", ["{user_id}" => $params['user_id'], - "{phone_id}" => $params['phone_id']], ["split_phone_if_shared" => $params['split_phone_if_shared']], $requestBody); + "{phone_id}" => $params['phone_id']], ["split_phone_if_shared" => $params['split_phone_if_shared']], $requestBody); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Phones/Share.php b/packages/school/src/School/Endpoints/V1/Users/Phones/Share.php index 56430ac0..99f9f3c5 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Phones/Share.php +++ b/packages/school/src/School/Endpoints/V1/Users/Phones/Share.php @@ -44,7 +44,7 @@ class Share extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, PhoneShare $requestBody): int + public function postToUserId(array $params, PhoneShare $requestBody): int { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Users/Phonetypes.php b/packages/school/src/School/Endpoints/V1/Users/Phonetypes.php index 90ea9237..4077b72e 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Phonetypes.php +++ b/packages/school/src/School/Endpoints/V1/Users/Phonetypes.php @@ -25,7 +25,7 @@ class Phonetypes extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\PhoneTypeCollection Success */ - public function getAllBy(): PhoneTypeCollection + public function list_(): PhoneTypeCollection { return new PhoneTypeCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Users/Relationships.php b/packages/school/src/School/Endpoints/V1/Users/Relationships.php index b0bfb75e..764cb62b 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Relationships.php +++ b/packages/school/src/School/Endpoints/V1/Users/Relationships.php @@ -39,7 +39,7 @@ class Relationships extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByUserId(array $params): RelationshipReadCollection + public function searchByUserId(array $params): RelationshipReadCollection { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); @@ -67,12 +67,12 @@ public function getByUserId(array $params): RelationshipReadCollection * @param \Blackbaud\SKY\School\Components\RelationshipCreate $requestBody * Defines the relationship to be created. * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function postByUserId(array $params, RelationshipCreate $requestBody): void + public function postToUserId(array $params, RelationshipCreate $requestBody): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['requestBody']), new ArgumentException("Parameter `requestBody` is required")); @@ -105,18 +105,18 @@ public function postByUserId(array $params, RelationshipCreate $requestBody): vo * - relationship_type: Defines the relationship between left\_user * and this user. * - * @return void Success + * @return mixed Success * * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function deleteByUserId(array $params): void + public function deleteByUserId(array $params): mixed { assert(isset($params['user_id']), new ArgumentException("Parameter `user_id` is required")); assert(isset($params['left_user']), new ArgumentException("Parameter `left_user` is required")); assert(isset($params['relationship_type']), new ArgumentException("Parameter `relationship_type` is required")); return $this->send("delete", ["{user_id}" => $params['user_id']], ["left_user" => $params['left_user'], - "relationship_type" => $params['relationship_type']]); + "relationship_type" => $params['relationship_type']]); } } diff --git a/packages/school/src/School/Endpoints/V1/Users/Students.php b/packages/school/src/School/Endpoints/V1/Users/Students.php index b4472888..76f90cf7 100644 --- a/packages/school/src/School/Endpoints/V1/Users/Students.php +++ b/packages/school/src/School/Endpoints/V1/Users/Students.php @@ -34,7 +34,7 @@ class Students extends BaseEndpoint * @throws \Battis\OpenAPI\Client\Exceptions\ArgumentException if required * parameters are not defined */ - public function getByParentId(array $params): ChildOfParentCollection + public function searchByParentId(array $params): ChildOfParentCollection { assert(isset($params['parent_id']), new ArgumentException("Parameter `parent_id` is required")); diff --git a/packages/school/src/School/Endpoints/V1/Venues.php b/packages/school/src/School/Endpoints/V1/Venues.php index 401f8bfc..80c1fa92 100644 --- a/packages/school/src/School/Endpoints/V1/Venues.php +++ b/packages/school/src/School/Endpoints/V1/Venues.php @@ -23,7 +23,7 @@ class Venues extends BaseEndpoint ]; /** - * @var \Blackbaud\SKY\School\Endpoints\V1\Venues\Buildings $_buildings + * @var ?\Blackbaud\SKY\School\Endpoints\V1\Venues\Buildings $_buildings */ - protected Buildings $_buildings = null; + protected ?Buildings $_buildings = null; } diff --git a/packages/school/src/School/Endpoints/V1/Venues/Buildings.php b/packages/school/src/School/Endpoints/V1/Venues/Buildings.php index 81747b89..16f47579 100644 --- a/packages/school/src/School/Endpoints/V1/Venues/Buildings.php +++ b/packages/school/src/School/Endpoints/V1/Venues/Buildings.php @@ -23,7 +23,7 @@ class Buildings extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\BuildingReadCollection Success */ - public function getAllBy(): BuildingReadCollection + public function list_(): BuildingReadCollection { return new BuildingReadCollection($this->send("get", [], [])); } diff --git a/packages/school/src/School/Endpoints/V1/Years.php b/packages/school/src/School/Endpoints/V1/Years.php index 90b354a0..9a2604cb 100644 --- a/packages/school/src/School/Endpoints/V1/Years.php +++ b/packages/school/src/School/Endpoints/V1/Years.php @@ -31,7 +31,7 @@ class Years extends BaseEndpoint * * @return \Blackbaud\SKY\School\Components\YearCollection Success */ - public function getAllBy(): YearCollection + public function list_(): YearCollection { return new YearCollection($this->send("get", [], [])); } diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 47f7526a..4308a55e 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -1,4 +1,4 @@ -lockfileVersion: '6.0' +lockfileVersion: '9.0' settings: autoInstallPeers: true @@ -9,11 +9,11 @@ importers: .: devDependencies: '@battis/eslint-config': - specifier: ^1.1.2 - version: 1.1.2 + specifier: ^1.1.4 + version: 1.1.4 '@battis/prettier-config': - specifier: ^1.3.0 - version: 1.3.0 + specifier: ^1.3.2 + version: 1.3.2 examples/appengine-client: devDependencies: @@ -26,163 +26,1380 @@ importers: packages: - /@aashutoshrathi/word-wrap@1.2.6: + '@aashutoshrathi/word-wrap@1.2.6': resolution: {integrity: sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==} engines: {node: '>=0.10.0'} - dev: true - /@babel/code-frame@7.23.5: - resolution: {integrity: sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==} + '@babel/code-frame@7.24.2': + resolution: {integrity: sha512-y5+tLQyV8pg3fsiln67BVLD1P13Eg4lh5RW9mF0zUuvLrv9uIQ4MCL+CRT+FTsBlBjcIan6PGsLcBN0m3ClUyQ==} engines: {node: '>=6.9.0'} + + '@babel/generator@7.17.7': + resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} + engines: {node: '>=6.9.0'} + + '@babel/generator@7.24.4': + resolution: {integrity: sha512-Xd6+v6SnjWVx/nus+y0l1sxMOTOMBkyL4+BIdbALyatQnAe/SRVjANeDPSCYaX+i1iJmuGSKf3Z+E+V/va1Hvw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-environment-visitor@7.22.20': + resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} + engines: {node: '>=6.9.0'} + + '@babel/helper-function-name@7.23.0': + resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-hoist-variables@7.22.5': + resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} + engines: {node: '>=6.9.0'} + + '@babel/helper-split-export-declaration@7.22.6': + resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} + engines: {node: '>=6.9.0'} + + '@babel/helper-string-parser@7.24.1': + resolution: {integrity: sha512-2ofRCjnnA9y+wk8b9IAREroeUP02KHp431N2mhKniy2yKIDKpbrHv9eXwm8cBeWQYcJmzv5qKCu65P47eCF7CQ==} + engines: {node: '>=6.9.0'} + + '@babel/helper-validator-identifier@7.22.20': + resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} + engines: {node: '>=6.9.0'} + + '@babel/highlight@7.24.2': + resolution: {integrity: sha512-Yac1ao4flkTxTteCDZLEvdxg2fZfz1v8M4QpaGypq/WPDqg3ijHYbDfs+LG5hvzSoqaSZ9/Z9lKSP3CjZjv+pA==} + engines: {node: '>=6.9.0'} + + '@babel/parser@7.24.4': + resolution: {integrity: sha512-zTvEBcghmeBma9QIGunWevvBAp4/Qu9Bdq+2k0Ot4fVMD6v3dsC9WOcRSKk7tRRyBM/53yKMJko9xOatGQAwSg==} + engines: {node: '>=6.0.0'} + hasBin: true + + '@babel/runtime@7.24.0': + resolution: {integrity: sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==} + engines: {node: '>=6.9.0'} + + '@babel/template@7.24.0': + resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} + engines: {node: '>=6.9.0'} + + '@babel/traverse@7.23.2': + resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.17.0': + resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} + engines: {node: '>=6.9.0'} + + '@babel/types@7.24.0': + resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} + engines: {node: '>=6.9.0'} + + '@battis/eslint-config@1.1.4': + resolution: {integrity: sha512-HiKv3lydmZqqzpc2uduYgPAR9xVu1wuLskjygDnKmNs05fgJ48PoHBdhLgdNbZ5K8/NB80Z+kty3eIttTEgOEg==} + engines: {node: '>=12.17'} + + '@battis/partly-gcloudy@0.4.0': + resolution: {integrity: sha512-rR7zbI4oKXhpYivsM0HYNvNsmtTfQxKlWfl5v01dz2S3i/DntfCBsa1cT4I7k93m+FtSHCI5NOvva/Tf8kLsVA==} + engines: {node: '>=12.17'} + + '@battis/prettier-config@1.3.2': + resolution: {integrity: sha512-3SjYDhVWdp2ELyj6G7VCiT3bw7nGSueEx3GeA2dvCCnZRFXdUg4y2uC3k0IogSjPtH7Z4wyEEGOgY18QBUn9fQ==} + engines: {node: '>=12.17'} + + '@battis/qui-cli@0.3.9': + resolution: {integrity: sha512-GbbETeDVKHh2o6YIVNMppoecceqJJuexDxF500tneBG8oZIHSMxPO3c7y+ibhba6OhjSTAXCXQatRrfTvFZ2JA==} + engines: {node: '>=12.17'} + + '@battis/qui-cli@0.4.0': + resolution: {integrity: sha512-lR8PsDnRlF3g/DLq9OkCRa+er6yVi1mgpj5sLMNAffLLmsacD2aOqxXCtEIGhvyLtr+o4o7ziwmnJwabu0ULMA==} + engines: {node: '>=12.17'} + + '@battis/typescript-tricks@0.4.3': + resolution: {integrity: sha512-7uHRia+kAWWXbTJFMjax3XXmTSIAAnqegLFONN9dAjMv1T5dqRTj+adkKcAlUrZBBQq3A2f0pZz8OFWNwXYTOg==} + + '@colors/colors@1.6.0': + resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} + engines: {node: '>=0.1.90'} + + '@dabh/diagnostics@2.0.3': + resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} + + '@eslint-community/eslint-utils@4.4.0': + resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + + '@eslint-community/regexpp@4.10.0': + resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} + engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} + + '@eslint/eslintrc@2.1.4': + resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@eslint/js@8.57.0': + resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@humanwhocodes/config-array@0.11.14': + resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} + engines: {node: '>=10.10.0'} + + '@humanwhocodes/module-importer@1.0.1': + resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} + engines: {node: '>=12.22'} + + '@humanwhocodes/object-schema@2.0.3': + resolution: {integrity: sha512-93zYdMES/c1D69yZiKDBj0V24vqNzB/koF26KPaagAfd3P/4gUlh3Dys5ogAK+Exi9QyzlD8x/08Zt7wIKcDcA==} + + '@inquirer/checkbox@1.5.2': + resolution: {integrity: sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==} + engines: {node: '>=14.18.0'} + + '@inquirer/confirm@2.0.17': + resolution: {integrity: sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==} + engines: {node: '>=14.18.0'} + + '@inquirer/core@2.3.1': + resolution: {integrity: sha512-faYAYnIfdEuns3jGKykaog5oUqFiEVbCx9nXGZfUhyEEpKcHt5bpJfZTb3eOBQKo8I/v4sJkZeBHmFlSZQuBCw==} + engines: {node: '>=14.18.0'} + + '@inquirer/core@3.1.2': + resolution: {integrity: sha512-lR2GaqBkp42Ew9BOAOqf2pSp+ymVES1qN8OC90WWh45yeoYLl0Ty1GyCxmkKqBJtq/+Ea1MF12AdFcZcpRNFsw==} + engines: {node: '>=14.18.0'} + + '@inquirer/core@6.0.0': + resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} + engines: {node: '>=14.18.0'} + + '@inquirer/editor@1.2.15': + resolution: {integrity: sha512-gQ77Ls09x5vKLVNMH9q/7xvYPT6sIs5f7URksw+a2iJZ0j48tVS6crLqm2ugG33tgXHIwiEqkytY60Zyh5GkJQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/expand@1.1.16': + resolution: {integrity: sha512-TGLU9egcuo+s7PxphKUCnJnpCIVY32/EwPCLLuu+gTvYiD8hZgx8Z2niNQD36sa6xcfpdLY6xXDBiL/+g1r2XQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/input@1.2.16': + resolution: {integrity: sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==} + engines: {node: '>=14.18.0'} + + '@inquirer/password@1.1.16': + resolution: {integrity: sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==} + engines: {node: '>=14.18.0'} + + '@inquirer/prompts@2.3.1': + resolution: {integrity: sha512-YQeBFzIE+6fcec5N/U2mSz+IcKEG4wtGDwF7MBLIDgITWzB3o723JpKJ1rxWqdCvTXkYE+gDXK/seSN6omo3DQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/rawlist@1.2.16': + resolution: {integrity: sha512-pZ6TRg2qMwZAOZAV6TvghCtkr53dGnK29GMNQ3vMZXSNguvGqtOVc4j/h1T8kqGJFagjyfBZhUPGwNS55O5qPQ==} + engines: {node: '>=14.18.0'} + + '@inquirer/select@1.3.3': + resolution: {integrity: sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==} + engines: {node: '>=14.18.0'} + + '@inquirer/type@1.2.1': + resolution: {integrity: sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==} + engines: {node: '>=18'} + + '@isaacs/cliui@8.0.2': + resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} + engines: {node: '>=12'} + + '@jridgewell/gen-mapping@0.3.5': + resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} + engines: {node: '>=6.0.0'} + + '@jridgewell/resolve-uri@3.1.2': + resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} + engines: {node: '>=6.0.0'} + + '@jridgewell/set-array@1.2.1': + resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} + engines: {node: '>=6.0.0'} + + '@jridgewell/sourcemap-codec@1.4.15': + resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} + + '@jridgewell/trace-mapping@0.3.25': + resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + + '@microsoft/tsdoc-config@0.16.2': + resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + + '@microsoft/tsdoc@0.14.2': + resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} + + '@nodelib/fs.scandir@2.1.5': + resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} + engines: {node: '>= 8'} + + '@nodelib/fs.stat@2.0.5': + resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} + engines: {node: '>= 8'} + + '@nodelib/fs.walk@1.2.8': + resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} + engines: {node: '>= 8'} + + '@pkgjs/parseargs@0.11.0': + resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} + engines: {node: '>=14'} + + '@prettier/plugin-xml@2.2.0': + resolution: {integrity: sha512-UWRmygBsyj4bVXvDiqSccwT1kmsorcwQwaIy30yVh8T+Gspx4OlC0shX1y+ZuwXZvgnafmpRYKks0bAu9urJew==} + + '@trivago/prettier-plugin-sort-imports@4.3.0': + resolution: {integrity: sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ==} + peerDependencies: + '@vue/compiler-sfc': 3.x + prettier: 2.x - 3.x + peerDependenciesMeta: + '@vue/compiler-sfc': + optional: true + + '@tsconfig/recommended@1.0.6': + resolution: {integrity: sha512-0IKu9GHYF1NGTJiYgfWwqnOQSlnE9V9R7YohHNNf0/fj/SyOZWzdd06JFr0fLpg1Mqw0kGbYg8w5xdkSqLKM9g==} + + '@types/json-schema@7.0.15': + resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} + + '@types/lodash@4.17.0': + resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} + + '@types/mdast@3.0.15': + resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + + '@types/mute-stream@0.0.1': + resolution: {integrity: sha512-0yQLzYhCqGz7CQPE3iDmYjhb7KMBFOP+tBkyw+/Y2YyDI5wpS7itXXxneN1zSsUwWx3Ji6YiVYrhAnpQGS/vkw==} + + '@types/mute-stream@0.0.4': + resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + + '@types/node@20.11.27': + resolution: {integrity: sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==} + + '@types/semver@7.5.8': + resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} + + '@types/triple-beam@1.3.5': + resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==} + + '@types/unist@2.0.10': + resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} + + '@types/wrap-ansi@3.0.0': + resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} + + '@typescript-eslint/eslint-plugin@5.62.0': + resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + '@typescript-eslint/parser': ^5.0.0 + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/parser@5.62.0': + resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/scope-manager@5.62.0': + resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@typescript-eslint/type-utils@5.62.0': + resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: '*' + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/types@5.62.0': + resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@typescript-eslint/typescript-estree@5.62.0': + resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + typescript: '*' + peerDependenciesMeta: + typescript: + optional: true + + '@typescript-eslint/utils@5.62.0': + resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + + '@typescript-eslint/visitor-keys@5.62.0': + resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + '@ungap/structured-clone@1.2.0': + resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} + + '@xml-tools/parser@1.0.11': + resolution: {integrity: sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA==} + + acorn-jsx@5.3.2: + resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} + peerDependencies: + acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + + acorn@8.11.3: + resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} + engines: {node: '>=0.4.0'} + hasBin: true + + ajv@6.12.6: + resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + + ansi-escapes@4.3.2: + resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} + engines: {node: '>=8'} + + ansi-regex@5.0.1: + resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} + engines: {node: '>=8'} + + ansi-regex@6.0.1: + resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} + engines: {node: '>=12'} + + ansi-styles@3.2.1: + resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} + engines: {node: '>=4'} + + ansi-styles@4.3.0: + resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} + engines: {node: '>=8'} + + ansi-styles@6.2.1: + resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} + engines: {node: '>=12'} + + app-root-path@3.1.0: + resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==} + engines: {node: '>= 6.0.0'} + + argparse@2.0.1: + resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} + + array-union@2.1.0: + resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} + engines: {node: '>=8'} + + async@3.2.5: + resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} + + balanced-match@1.0.2: + resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} + + base64-js@1.5.1: + resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} + + big-integer@1.6.52: + resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} + engines: {node: '>=0.6'} + + bl@5.1.0: + resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + + brace-expansion@1.1.11: + resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + + braces@3.0.2: + resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} + engines: {node: '>=8'} + + buffer@6.0.3: + resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + + callsites@3.1.0: + resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} + engines: {node: '>=6'} + + chalk@2.4.2: + resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} + engines: {node: '>=4'} + + chalk@4.1.2: + resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} + engines: {node: '>=10'} + + chalk@5.3.0: + resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} + engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} + + character-entities-legacy@1.1.4: + resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} + + character-entities@1.2.4: + resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} + + character-reference-invalid@1.1.4: + resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} + + chardet@0.7.0: + resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} + + chevrotain@7.1.1: + resolution: {integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==} + + cli-cursor@4.0.0: + resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + cli-spinners@2.9.2: + resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} + engines: {node: '>=6'} + + cli-width@4.1.0: + resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} + engines: {node: '>= 12'} + + clone@1.0.4: + resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} + engines: {node: '>=0.8'} + + color-convert@1.9.3: + resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + + color-convert@2.0.1: + resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} + engines: {node: '>=7.0.0'} + + color-name@1.1.3: + resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} + + color-name@1.1.4: + resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} + + color-string@1.9.1: + resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + + color@3.2.1: + resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} + + colorspace@1.1.4: + resolution: {integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==} + + commander@2.20.3: + resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} + + concat-map@0.0.1: + resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} + + cron-validate@1.4.5: + resolution: {integrity: sha512-nKlOJEnYKudMn/aNyNH8xxWczlfpaazfWV32Pcx/2St51r2bxWbGhZD7uwzMcRhunA/ZNL+Htm/i0792Z59UMQ==} + + cross-spawn@7.0.3: + resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} + engines: {node: '>= 8'} + + debug@4.3.4: + resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} + engines: {node: '>=6.0'} + peerDependencies: + supports-color: '*' + peerDependenciesMeta: + supports-color: + optional: true + + deep-is@0.1.4: + resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} + + defaults@1.0.4: + resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + + dir-glob@3.0.1: + resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} + engines: {node: '>=8'} + + discontinuous-range@1.0.0: + resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} + + doctrine@3.0.0: + resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} + engines: {node: '>=6.0.0'} + + dom-serializer@2.0.0: + resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + + domelementtype@2.3.0: + resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} + + domhandler@5.0.3: + resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} + engines: {node: '>= 4'} + + domutils@3.1.0: + resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + + dotenv@16.4.5: + resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} + engines: {node: '>=12'} + + eastasianwidth@0.2.0: + resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} + + email-validator@2.0.4: + resolution: {integrity: sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==} + engines: {node: '>4.0'} + + emoji-regex@8.0.0: + resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} + + emoji-regex@9.2.2: + resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} + + enabled@2.0.0: + resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} + + entities@4.5.0: + resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} + engines: {node: '>=0.12'} + + escape-string-regexp@1.0.5: + resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} + engines: {node: '>=0.8.0'} + + escape-string-regexp@4.0.0: + resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} + engines: {node: '>=10'} + + eslint-config-prettier@8.10.0: + resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} + hasBin: true + peerDependencies: + eslint: '>=7.0.0' + + eslint-plugin-html@7.1.0: + resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==} + + eslint-plugin-markdown@3.0.1: + resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + peerDependencies: + eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + + eslint-plugin-tsdoc@0.2.17: + resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + + eslint-scope@5.1.1: + resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} + engines: {node: '>=8.0.0'} + + eslint-scope@7.2.2: + resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint-visitor-keys@3.4.3: + resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + eslint@8.57.0: + resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + hasBin: true + + espree@9.6.1: + resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} + engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + + esquery@1.5.0: + resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} + engines: {node: '>=0.10'} + + esrecurse@4.3.0: + resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} + engines: {node: '>=4.0'} + + estraverse@4.3.0: + resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} + engines: {node: '>=4.0'} + + estraverse@5.3.0: + resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} + engines: {node: '>=4.0'} + + esutils@2.0.3: + resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} + engines: {node: '>=0.10.0'} + + external-editor@3.1.0: + resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} + engines: {node: '>=4'} + + fast-deep-equal@3.1.3: + resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} + + fast-glob@3.3.2: + resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} + engines: {node: '>=8.6.0'} + + fast-json-stable-stringify@2.1.0: + resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} + + fast-levenshtein@2.0.6: + resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} + + fastq@1.17.1: + resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + + fecha@4.2.3: + resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} + + figures@3.2.0: + resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} + engines: {node: '>=8'} + + file-entry-cache@6.0.1: + resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} + engines: {node: ^10.12.0 || >=12.0.0} + + fill-range@7.0.1: + resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} + engines: {node: '>=8'} + + find-up@5.0.0: + resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} + engines: {node: '>=10'} + + flat-cache@3.2.0: + resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} + engines: {node: ^10.12.0 || >=12.0.0} + + flatted@3.3.1: + resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} + + fn.name@1.1.0: + resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} + + fs.realpath@1.0.0: + resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} + + function-bind@1.1.2: + resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} + + glob-parent@5.1.2: + resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} + engines: {node: '>= 6'} + + glob-parent@6.0.2: + resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} + engines: {node: '>=10.13.0'} + + glob@7.2.3: + resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + + globals@11.12.0: + resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} + engines: {node: '>=4'} + + globals@13.24.0: + resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} + engines: {node: '>=8'} + + globby@11.1.0: + resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} + engines: {node: '>=10'} + + graphemer@1.4.0: + resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} + + has-flag@3.0.0: + resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} + engines: {node: '>=4'} + + has-flag@4.0.0: + resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} + engines: {node: '>=8'} + + hasown@2.0.2: + resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} + engines: {node: '>= 0.4'} + + htmlparser2@8.0.2: + resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + + iconv-lite@0.4.24: + resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} + engines: {node: '>=0.10.0'} + + ieee754@1.2.1: + resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} + + ignore@5.3.1: + resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} + engines: {node: '>= 4'} + + import-fresh@3.3.0: + resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} + engines: {node: '>=6'} + + imurmurhash@0.1.4: + resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} + engines: {node: '>=0.8.19'} + + inflight@1.0.6: + resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + + inherits@2.0.4: + resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} + + interpret@1.4.0: + resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} + engines: {node: '>= 0.10'} + + is-alphabetical@1.0.4: + resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} + + is-alphanumerical@1.0.4: + resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + + is-arrayish@0.3.2: + resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} + + is-core-module@2.13.1: + resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + + is-decimal@1.0.4: + resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} + + is-domain-valid@1.2.0: + resolution: {integrity: sha512-O55Z9E0C8FwK1xp98Oghe+qtKhD14rYH0tyrBWDmMS7Jc06nsTjtQb0A27HhS7YqlctB+jdN8AOzcd0bV3ldow==} + + is-extglob@1.0.0: + resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} + engines: {node: '>=0.10.0'} + + is-extglob@2.1.1: + resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} + engines: {node: '>=0.10.0'} + + is-fullwidth-code-point@3.0.0: + resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} + engines: {node: '>=8'} + + is-glob@2.0.1: + resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} + engines: {node: '>=0.10.0'} + + is-glob@4.0.3: + resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} + engines: {node: '>=0.10.0'} + + is-hexadecimal@1.0.4: + resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} + + is-interactive@2.0.0: + resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} + engines: {node: '>=12'} + + is-invalid-path@0.1.0: + resolution: {integrity: sha512-aZMG0T3F34mTg4eTdszcGXx54oiZ4NtHSft3hWNJMGJXUUqdIj3cOZuHcU0nCWWcY3jd7yRe/3AEm3vSNTpBGQ==} + engines: {node: '>=0.10.0'} + + is-number@7.0.0: + resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} + engines: {node: '>=0.12.0'} + + is-path-inside@3.0.3: + resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} + engines: {node: '>=8'} + + is-stream@2.0.1: + resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} + engines: {node: '>=8'} + + is-unicode-supported@1.3.0: + resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} + engines: {node: '>=12'} + + is-valid-path@0.1.1: + resolution: {integrity: sha512-+kwPrVDu9Ms03L90Qaml+79+6DZHqHyRoANI6IsZJ/g8frhnfchDOBCa0RbQ6/kdHt5CS5OeIEyrYznNuVN+8A==} + engines: {node: '>=0.10.0'} + + isexe@2.0.0: + resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} + + jackspeak@2.3.6: + resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} + engines: {node: '>=14'} + + javascript-natural-sort@0.7.1: + resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} + + jju@1.4.0: + resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} + + js-tokens@4.0.0: + resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} + + js-yaml@4.1.0: + resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} + hasBin: true + + jsesc@2.5.2: + resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} + engines: {node: '>=4'} + hasBin: true + + json-buffer@3.0.1: + resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} + + json-schema-traverse@0.4.1: + resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} + + json-stable-stringify-without-jsonify@1.0.1: + resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} + + keyv@4.5.4: + resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + + kuler@2.0.0: + resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} + + levn@0.4.1: + resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} + engines: {node: '>= 0.8.0'} + + locate-path@6.0.0: + resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} + engines: {node: '>=10'} + + lodash-es@4.17.21: + resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} + + lodash.merge@4.6.2: + resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} + + lodash@4.17.21: + resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} + + log-symbols@5.1.0: + resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} + engines: {node: '>=12'} + + logform@2.6.0: + resolution: {integrity: sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==} + engines: {node: '>= 12.0.0'} + + lru-cache@6.0.0: + resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} + engines: {node: '>=10'} + + mdast-util-from-markdown@0.8.5: + resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + + mdast-util-to-string@2.0.0: + resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} + + merge2@1.4.1: + resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} + engines: {node: '>= 8'} + + micromark@2.11.4: + resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} + + micromatch@4.0.5: + resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} + engines: {node: '>=8.6'} + + mimic-fn@2.1.0: + resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} + engines: {node: '>=6'} + + minimatch@3.1.2: + resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + + moo@0.5.2: + resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} + + ms@2.1.2: + resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} + + mute-stream@1.0.0: + resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} + engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} + + nanoclone@0.2.1: + resolution: {integrity: sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==} + + natural-compare-lite@1.4.0: + resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} + + natural-compare@1.4.0: + resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} + + nearley@2.20.1: + resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} + hasBin: true + + node-sql-parser@4.18.0: + resolution: {integrity: sha512-2YEOR5qlI1zUFbGMLKNfsrR5JUvFg9LxIRVE+xJe962pfVLH0rnItqLzv96XVs1Y1UIR8FxsXAuvX/lYAWZ2BQ==} + engines: {node: '>=8'} + + once@1.4.0: + resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + + one-time@1.0.0: + resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==} + + onetime@5.1.2: + resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} + engines: {node: '>=6'} + + optionator@0.9.3: + resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} + engines: {node: '>= 0.8.0'} + + ora@6.3.1: + resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + os-tmpdir@1.0.2: + resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} + engines: {node: '>=0.10.0'} + + p-limit@3.1.0: + resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} + engines: {node: '>=10'} + + p-locate@5.0.0: + resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} + engines: {node: '>=10'} + + parent-module@1.0.1: + resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} + engines: {node: '>=6'} + + parse-entities@2.0.0: + resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + + path-exists@4.0.0: + resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} + engines: {node: '>=8'} + + path-is-absolute@1.0.1: + resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} + engines: {node: '>=0.10.0'} + + path-key@3.1.1: + resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} + engines: {node: '>=8'} + + path-parse@1.0.7: + resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} + + path-type@4.0.0: + resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} + engines: {node: '>=8'} + + picocolors@1.0.0: + resolution: {integrity: sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==} + + picomatch@2.3.1: + resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} + engines: {node: '>=8.6'} + + prelude-ls@1.2.1: + resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} + engines: {node: '>= 0.8.0'} + + prettier-plugin-sql@0.13.0: + resolution: {integrity: sha512-Ui9603tDD6PFyr7JvIEoE6cIFMQnJVDriG+oLyVThsGo/MIl5ek18JhH3xtox9ux8jvyww/FUFrJzxpZ7FIdvw==} + engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} + peerDependencies: + prettier: ^2.0.0 + + prettier@2.8.8: + resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} + engines: {node: '>=10.13.0'} + hasBin: true + + property-expr@2.0.6: + resolution: {integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==} + + punycode@2.3.1: + resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} + engines: {node: '>=6'} + + queue-microtask@1.2.3: + resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} + + railroad-diagrams@1.0.0: + resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} + + randexp@0.4.6: + resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} + engines: {node: '>=0.12'} + + readable-stream@3.6.2: + resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} + engines: {node: '>= 6'} + + rechoir@0.6.2: + resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} + engines: {node: '>= 0.10'} + + regenerator-runtime@0.14.1: + resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} + + regexp-to-ast@0.5.0: + resolution: {integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==} + + resolve-from@4.0.0: + resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} + engines: {node: '>=4'} + + resolve@1.19.0: + resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + + restore-cursor@4.0.0: + resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + ret@0.1.15: + resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} + engines: {node: '>=0.12'} + + reusify@1.0.4: + resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} + engines: {iojs: '>=1.0.0', node: '>=0.10.0'} + + rimraf@3.0.2: + resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} + hasBin: true + + run-async@3.0.0: + resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} + engines: {node: '>=0.12.0'} + + run-parallel@1.2.0: + resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + + rword@3.2.1: + resolution: {integrity: sha512-E1PhzHCM8enXQJoVv0ZKvqMNojkbRqMsv66pD0P4mRl1imb+0g+3Q19CtXobZIqOhi3zNZi1br//U87vc/s6OA==} + + safe-buffer@5.2.1: + resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} + + safe-stable-stringify@2.4.3: + resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} + engines: {node: '>=10'} + + safer-buffer@2.1.2: + resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} + + semver@7.6.0: + resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} + engines: {node: '>=10'} + hasBin: true + + shebang-command@2.0.0: + resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} + engines: {node: '>=8'} + + shebang-regex@3.0.0: + resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} + engines: {node: '>=8'} + + shelljs@0.8.5: + resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} + engines: {node: '>=4'} + hasBin: true + + signal-exit@3.0.7: + resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} + + signal-exit@4.1.0: + resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} + engines: {node: '>=14'} + + simple-swizzle@0.2.2: + resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + + slash@3.0.0: + resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} + engines: {node: '>=8'} + + source-map@0.5.7: + resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} + engines: {node: '>=0.10.0'} + + sql-formatter@11.0.2: + resolution: {integrity: sha512-6QumAdGHEnI5dXEq1d0aBRP876AyA9Wp/UE7wopKNA2Mp9sKGRKVqGgoWHk4dr0J0nceesC85Y0p36qmGoNqhw==} + hasBin: true + + stack-trace@0.0.10: + resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} + + stdin-discarder@0.1.0: + resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} + engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + + string-width@4.2.3: + resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} + engines: {node: '>=8'} + + string-width@5.1.2: + resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} + engines: {node: '>=12'} + + string_decoder@1.3.0: + resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + + strip-ansi@6.0.1: + resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} + engines: {node: '>=8'} + + strip-ansi@7.1.0: + resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} + engines: {node: '>=12'} + + strip-json-comments@3.1.1: + resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} + engines: {node: '>=8'} + + supports-color@5.5.0: + resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} + engines: {node: '>=4'} + + supports-color@7.2.0: + resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} + engines: {node: '>=8'} + + text-hex@1.0.0: + resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} + + text-table@0.2.0: + resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} + + tmp@0.0.33: + resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} + engines: {node: '>=0.6.0'} + + to-fast-properties@2.0.0: + resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} + engines: {node: '>=4'} + + to-regex-range@5.0.1: + resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} + engines: {node: '>=8.0'} + + toposort@2.0.2: + resolution: {integrity: sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==} + + triple-beam@1.4.1: + resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} + engines: {node: '>= 14.0.0'} + + tslib@1.14.1: + resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} + + tslib@2.6.2: + resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} + + tsutils@3.21.0: + resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} + engines: {node: '>= 6'} + peerDependencies: + typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + + type-check@0.4.0: + resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} + engines: {node: '>= 0.8.0'} + + type-fest@0.20.2: + resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} + engines: {node: '>=10'} + + type-fest@0.21.3: + resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} + engines: {node: '>=10'} + + typescript@5.4.5: + resolution: {integrity: sha512-vcI4UpRgg81oIRUFwR0WSIHKt11nJ7SAVlYNIu+QpqeyXP+gpQJy/Z4+F0aGxSE4MqwjyXvW/TzgkLAx2AGHwQ==} + engines: {node: '>=14.17'} + hasBin: true + + undici-types@5.26.5: + resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} + + unist-util-stringify-position@2.0.3: + resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + + uri-js@4.4.1: + resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + + util-deprecate@1.0.2: + resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} + + wcwidth@1.0.1: + resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + + which@2.0.2: + resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} + engines: {node: '>= 8'} + hasBin: true + + winston-transport@4.7.0: + resolution: {integrity: sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==} + engines: {node: '>= 12.0.0'} + + winston@3.12.0: + resolution: {integrity: sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==} + engines: {node: '>= 12.0.0'} + + wrap-ansi@6.2.0: + resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} + engines: {node: '>=8'} + + wrap-ansi@7.0.0: + resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} + engines: {node: '>=10'} + + wrap-ansi@8.1.0: + resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} + engines: {node: '>=12'} + + wrappy@1.0.2: + resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} + + yallist@4.0.0: + resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} + + yocto-queue@0.1.0: + resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} + engines: {node: '>=10'} + + yup@0.32.9: + resolution: {integrity: sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==} + engines: {node: '>=10'} + +snapshots: + + '@aashutoshrathi/word-wrap@1.2.6': {} + + '@babel/code-frame@7.24.2': dependencies: - '@babel/highlight': 7.23.4 - chalk: 2.4.2 - dev: true + '@babel/highlight': 7.24.2 + picocolors: 1.0.0 - /@babel/generator@7.17.7: - resolution: {integrity: sha512-oLcVCTeIFadUoArDTwpluncplrYBmTCCZZgXCbgNGvOBBiSDDK3eWO4b/+eOTli5tKv1lg+a5/NAXg+nTcei1w==} - engines: {node: '>=6.9.0'} + '@babel/generator@7.17.7': dependencies: '@babel/types': 7.17.0 jsesc: 2.5.2 source-map: 0.5.7 - dev: true - /@babel/generator@7.23.6: - resolution: {integrity: sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==} - engines: {node: '>=6.9.0'} + '@babel/generator@7.24.4': dependencies: '@babel/types': 7.24.0 '@jridgewell/gen-mapping': 0.3.5 '@jridgewell/trace-mapping': 0.3.25 jsesc: 2.5.2 - dev: true - /@babel/helper-environment-visitor@7.22.20: - resolution: {integrity: sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-environment-visitor@7.22.20': {} - /@babel/helper-function-name@7.23.0: - resolution: {integrity: sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==} - engines: {node: '>=6.9.0'} + '@babel/helper-function-name@7.23.0': dependencies: '@babel/template': 7.24.0 '@babel/types': 7.24.0 - dev: true - /@babel/helper-hoist-variables@7.22.5: - resolution: {integrity: sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==} - engines: {node: '>=6.9.0'} + '@babel/helper-hoist-variables@7.22.5': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-split-export-declaration@7.22.6: - resolution: {integrity: sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==} - engines: {node: '>=6.9.0'} + '@babel/helper-split-export-declaration@7.22.6': dependencies: '@babel/types': 7.24.0 - dev: true - /@babel/helper-string-parser@7.23.4: - resolution: {integrity: sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-string-parser@7.24.1': {} - /@babel/helper-validator-identifier@7.22.20: - resolution: {integrity: sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==} - engines: {node: '>=6.9.0'} - dev: true + '@babel/helper-validator-identifier@7.22.20': {} - /@babel/highlight@7.23.4: - resolution: {integrity: sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==} - engines: {node: '>=6.9.0'} + '@babel/highlight@7.24.2': dependencies: '@babel/helper-validator-identifier': 7.22.20 chalk: 2.4.2 js-tokens: 4.0.0 - dev: true + picocolors: 1.0.0 - /@babel/parser@7.24.0: - resolution: {integrity: sha512-QuP/FxEAzMSjXygs8v4N9dvdXzEHN4W1oF3PxuWAtPo08UdM17u89RDMgjLn/mlc56iM0HlLmVkO/wgR+rDgHg==} - engines: {node: '>=6.0.0'} - hasBin: true + '@babel/parser@7.24.4': dependencies: '@babel/types': 7.17.0 - dev: true - /@babel/runtime@7.24.0: - resolution: {integrity: sha512-Chk32uHMg6TnQdvw2e9IlqPpFX/6NLuK0Ys2PqLb7/gL5uFn9mXvK715FGLlOLQrcO4qIkNHkvPGktzzXexsFw==} - engines: {node: '>=6.9.0'} + '@babel/runtime@7.24.0': dependencies: regenerator-runtime: 0.14.1 - dev: true - /@babel/template@7.24.0: - resolution: {integrity: sha512-Bkf2q8lMB0AFpX0NFEqSbx1OkTHf0f+0j82mkw+ZpzBnkk7e9Ql0891vlfgi+kHwOk8tQjiQHpqh4LaSa0fKEA==} - engines: {node: '>=6.9.0'} + '@babel/template@7.24.0': dependencies: - '@babel/code-frame': 7.23.5 - '@babel/parser': 7.24.0 + '@babel/code-frame': 7.24.2 + '@babel/parser': 7.24.4 '@babel/types': 7.24.0 - dev: true - /@babel/traverse@7.23.2: - resolution: {integrity: sha512-azpe59SQ48qG6nu2CzcMLbxUudtN+dOM9kDbUqGq3HXUJRlo7i8fvPoxQUzYgLZ4cMVmuZgm8vvBpNeRhd6XSw==} - engines: {node: '>=6.9.0'} + '@babel/traverse@7.23.2': dependencies: - '@babel/code-frame': 7.23.5 - '@babel/generator': 7.23.6 + '@babel/code-frame': 7.24.2 + '@babel/generator': 7.24.4 '@babel/helper-environment-visitor': 7.22.20 '@babel/helper-function-name': 7.23.0 '@babel/helper-hoist-variables': 7.22.5 '@babel/helper-split-export-declaration': 7.22.6 - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 '@babel/types': 7.24.0 debug: 4.3.4 globals: 11.12.0 transitivePeerDependencies: - supports-color - dev: true - /@babel/types@7.17.0: - resolution: {integrity: sha512-TmKSNO4D5rzhL5bjWFcVHHLETzfQ/AmbKpKPOSjlP0WoHZ6L911fgoOKY4Alp/emzG4cHJdyN49zpgkbXFEHHw==} - engines: {node: '>=6.9.0'} + '@babel/types@7.17.0': dependencies: '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: true - /@babel/types@7.24.0: - resolution: {integrity: sha512-+j7a5c253RfKh8iABBhywc8NSfP5LURe7Uh4qpsh6jc+aLJguvmIUBdjSdEMQv2bENrCR5MfRdjGo7vzS/ob7w==} - engines: {node: '>=6.9.0'} + '@babel/types@7.24.0': dependencies: - '@babel/helper-string-parser': 7.23.4 + '@babel/helper-string-parser': 7.24.1 '@babel/helper-validator-identifier': 7.22.20 to-fast-properties: 2.0.0 - dev: true - /@battis/eslint-config@1.1.2: - resolution: {integrity: sha512-3CjG6CNPxX9gY+HqyVdEwBW0ps5srDvIjBwprr2JJBQhJkVg7ZjKji2u68IeiJ62hGnQ3yrX/1NIk/GAZDW6/g==} - engines: {node: '>=12.17'} + '@battis/eslint-config@1.1.4': dependencies: - '@tsconfig/recommended': 1.0.3 - '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.2) + '@tsconfig/recommended': 1.0.6 + '@typescript-eslint/eslint-plugin': 5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) eslint: 8.57.0 eslint-config-prettier: 8.10.0(eslint@8.57.0) eslint-plugin-html: 7.1.0 eslint-plugin-markdown: 3.0.1(eslint@8.57.0) eslint-plugin-tsdoc: 0.2.17 - typescript: 5.4.2 + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@battis/partly-gcloudy@0.4.0: - resolution: {integrity: sha512-rR7zbI4oKXhpYivsM0HYNvNsmtTfQxKlWfl5v01dz2S3i/DntfCBsa1cT4I7k93m+FtSHCI5NOvva/Tf8kLsVA==} - engines: {node: '>=12.17'} + '@battis/partly-gcloudy@0.4.0': dependencies: '@battis/qui-cli': 0.3.9 '@battis/typescript-tricks': 0.4.3 @@ -192,11 +1409,8 @@ packages: app-root-path: 3.1.0 lodash: 4.17.21 rword: 3.2.1 - dev: true - /@battis/prettier-config@1.3.0: - resolution: {integrity: sha512-DCKwVp9MK+pkD1UqjgPCgz6gc91sRxzJ7F87Su05bK7Ec+ujMUW3ytzZebre5ZzJEhx4LFk0enz3f7UzRAYLdw==} - engines: {node: '>=12.17'} + '@battis/prettier-config@1.3.2': dependencies: '@prettier/plugin-xml': 2.2.0 '@trivago/prettier-plugin-sort-imports': 4.3.0(prettier@2.8.8) @@ -205,11 +1419,8 @@ packages: transitivePeerDependencies: - '@vue/compiler-sfc' - supports-color - dev: true - /@battis/qui-cli@0.3.9: - resolution: {integrity: sha512-GbbETeDVKHh2o6YIVNMppoecceqJJuexDxF500tneBG8oZIHSMxPO3c7y+ibhba6OhjSTAXCXQatRrfTvFZ2JA==} - engines: {node: '>=12.17'} + '@battis/qui-cli@0.3.9': dependencies: '@inquirer/prompts': 2.3.1 app-root-path: 3.1.0 @@ -224,11 +1435,8 @@ packages: shelljs: 0.8.5 strip-ansi: 7.1.0 winston: 3.12.0 - dev: true - /@battis/qui-cli@0.4.0: - resolution: {integrity: sha512-lR8PsDnRlF3g/DLq9OkCRa+er6yVi1mgpj5sLMNAffLLmsacD2aOqxXCtEIGhvyLtr+o4o7ziwmnJwabu0ULMA==} - engines: {node: '>=12.17'} + '@battis/qui-cli@0.4.0': dependencies: '@inquirer/prompts': 2.3.1 app-root-path: 3.1.0 @@ -243,43 +1451,25 @@ packages: shelljs: 0.8.5 strip-ansi: 7.1.0 winston: 3.12.0 - dev: true - /@battis/typescript-tricks@0.4.3: - resolution: {integrity: sha512-7uHRia+kAWWXbTJFMjax3XXmTSIAAnqegLFONN9dAjMv1T5dqRTj+adkKcAlUrZBBQq3A2f0pZz8OFWNwXYTOg==} - dev: true + '@battis/typescript-tricks@0.4.3': {} - /@colors/colors@1.6.0: - resolution: {integrity: sha512-Ir+AOibqzrIsL6ajt3Rz3LskB7OiMVHqltZmspbW/TJuTVuyOMirVqAkjfY6JISiLHgyNqicAC8AyHHGzNd/dA==} - engines: {node: '>=0.1.90'} - dev: true + '@colors/colors@1.6.0': {} - /@dabh/diagnostics@2.0.3: - resolution: {integrity: sha512-hrlQOIi7hAfzsMqlGSFyVucrx38O+j6wiGOf//H2ecvIEqYN4ADBSS2iLMh5UFyDunCNniUIPk/q3riFv45xRA==} + '@dabh/diagnostics@2.0.3': dependencies: colorspace: 1.1.4 enabled: 2.0.0 kuler: 2.0.0 - dev: true - /@eslint-community/eslint-utils@4.4.0(eslint@8.57.0): - resolution: {integrity: sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || >=8.0.0 + '@eslint-community/eslint-utils@4.4.0(eslint@8.57.0)': dependencies: eslint: 8.57.0 eslint-visitor-keys: 3.4.3 - dev: true - /@eslint-community/regexpp@4.10.0: - resolution: {integrity: sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==} - engines: {node: ^12.0.0 || ^14.0.0 || >=16.0.0} - dev: true + '@eslint-community/regexpp@4.10.0': {} - /@eslint/eslintrc@2.1.4: - resolution: {integrity: sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@eslint/eslintrc@2.1.4': dependencies: ajv: 6.12.6 debug: 4.3.4 @@ -292,56 +1482,36 @@ packages: strip-json-comments: 3.1.1 transitivePeerDependencies: - supports-color - dev: true - /@eslint/js@8.57.0: - resolution: {integrity: sha512-Ys+3g2TaW7gADOJzPt83SJtCDhMjndcDMFVQ/Tj9iA1BfJzFKD9mAUXT3OenpuPHbI6P/myECxRJrofUsDx/5g==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + '@eslint/js@8.57.0': {} - /@humanwhocodes/config-array@0.11.14: - resolution: {integrity: sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==} - engines: {node: '>=10.10.0'} + '@humanwhocodes/config-array@0.11.14': dependencies: - '@humanwhocodes/object-schema': 2.0.2 + '@humanwhocodes/object-schema': 2.0.3 debug: 4.3.4 minimatch: 3.1.2 transitivePeerDependencies: - supports-color - dev: true - /@humanwhocodes/module-importer@1.0.1: - resolution: {integrity: sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==} - engines: {node: '>=12.22'} - dev: true + '@humanwhocodes/module-importer@1.0.1': {} - /@humanwhocodes/object-schema@2.0.2: - resolution: {integrity: sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==} - dev: true + '@humanwhocodes/object-schema@2.0.3': {} - /@inquirer/checkbox@1.5.2: - resolution: {integrity: sha512-CifrkgQjDkUkWexmgYYNyB5603HhTHI91vLFeQXh6qrTKiCMVASol01Rs1cv6LP/A2WccZSRlJKZhbaBIs/9ZA==} - engines: {node: '>=14.18.0'} + '@inquirer/checkbox@1.5.2': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - dev: true - /@inquirer/confirm@2.0.17: - resolution: {integrity: sha512-EqzhGryzmGpy2aJf6LxJVhndxYmFs+m8cxXzf8nejb1DE3sabf6mUgBcp4J0jAUEiAcYzqmkqRr7LPFh/WdnXA==} - engines: {node: '>=14.18.0'} + '@inquirer/confirm@2.0.17': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 chalk: 4.1.2 - dev: true - /@inquirer/core@2.3.1: - resolution: {integrity: sha512-faYAYnIfdEuns3jGKykaog5oUqFiEVbCx9nXGZfUhyEEpKcHt5bpJfZTb3eOBQKo8I/v4sJkZeBHmFlSZQuBCw==} - engines: {node: '>=14.18.0'} + '@inquirer/core@2.3.1': dependencies: '@inquirer/type': 1.2.1 '@types/mute-stream': 0.0.1 @@ -357,11 +1527,8 @@ packages: string-width: 4.2.3 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - dev: true - /@inquirer/core@3.1.2: - resolution: {integrity: sha512-lR2GaqBkp42Ew9BOAOqf2pSp+ymVES1qN8OC90WWh45yeoYLl0Ty1GyCxmkKqBJtq/+Ea1MF12AdFcZcpRNFsw==} - engines: {node: '>=14.18.0'} + '@inquirer/core@3.1.2': dependencies: '@inquirer/type': 1.2.1 '@types/mute-stream': 0.0.1 @@ -376,11 +1543,8 @@ packages: run-async: 3.0.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - dev: true - /@inquirer/core@6.0.0: - resolution: {integrity: sha512-fKi63Khkisgda3ohnskNf5uZJj+zXOaBvOllHsOkdsXRA/ubQLJQrZchFFi57NKbZzkTunXiBMdvWOv71alonw==} - engines: {node: '>=14.18.0'} + '@inquirer/core@6.0.0': dependencies: '@inquirer/type': 1.2.1 '@types/mute-stream': 0.0.4 @@ -396,50 +1560,35 @@ packages: signal-exit: 4.1.0 strip-ansi: 6.0.1 wrap-ansi: 6.2.0 - dev: true - /@inquirer/editor@1.2.15: - resolution: {integrity: sha512-gQ77Ls09x5vKLVNMH9q/7xvYPT6sIs5f7URksw+a2iJZ0j48tVS6crLqm2ugG33tgXHIwiEqkytY60Zyh5GkJQ==} - engines: {node: '>=14.18.0'} + '@inquirer/editor@1.2.15': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 chalk: 4.1.2 external-editor: 3.1.0 - dev: true - /@inquirer/expand@1.1.16: - resolution: {integrity: sha512-TGLU9egcuo+s7PxphKUCnJnpCIVY32/EwPCLLuu+gTvYiD8hZgx8Z2niNQD36sa6xcfpdLY6xXDBiL/+g1r2XQ==} - engines: {node: '>=14.18.0'} + '@inquirer/expand@1.1.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 chalk: 4.1.2 figures: 3.2.0 - dev: true - /@inquirer/input@1.2.16: - resolution: {integrity: sha512-Ou0LaSWvj1ni+egnyQ+NBtfM1885UwhRCMtsRt2bBO47DoC1dwtCa+ZUNgrxlnCHHF0IXsbQHYtIIjFGAavI4g==} - engines: {node: '>=14.18.0'} + '@inquirer/input@1.2.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 chalk: 4.1.2 - dev: true - /@inquirer/password@1.1.16: - resolution: {integrity: sha512-aZYZVHLUXZ2gbBot+i+zOJrks1WaiI95lvZCn1sKfcw6MtSSlYC8uDX8sTzQvAsQ8epHoP84UNvAIT0KVGOGqw==} - engines: {node: '>=14.18.0'} + '@inquirer/password@1.1.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 ansi-escapes: 4.3.2 chalk: 4.1.2 - dev: true - /@inquirer/prompts@2.3.1: - resolution: {integrity: sha512-YQeBFzIE+6fcec5N/U2mSz+IcKEG4wtGDwF7MBLIDgITWzB3o723JpKJ1rxWqdCvTXkYE+gDXK/seSN6omo3DQ==} - engines: {node: '>=14.18.0'} + '@inquirer/prompts@2.3.1': dependencies: '@inquirer/checkbox': 1.5.2 '@inquirer/confirm': 2.0.17 @@ -450,134 +1599,82 @@ packages: '@inquirer/password': 1.1.16 '@inquirer/rawlist': 1.2.16 '@inquirer/select': 1.3.3 - dev: true - /@inquirer/rawlist@1.2.16: - resolution: {integrity: sha512-pZ6TRg2qMwZAOZAV6TvghCtkr53dGnK29GMNQ3vMZXSNguvGqtOVc4j/h1T8kqGJFagjyfBZhUPGwNS55O5qPQ==} - engines: {node: '>=14.18.0'} + '@inquirer/rawlist@1.2.16': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 chalk: 4.1.2 - dev: true - /@inquirer/select@1.3.3: - resolution: {integrity: sha512-RzlRISXWqIKEf83FDC9ZtJ3JvuK1l7aGpretf41BCWYrvla2wU8W8MTRNMiPrPJ+1SIqrRC1nZdZ60hD9hRXLg==} - engines: {node: '>=14.18.0'} + '@inquirer/select@1.3.3': dependencies: '@inquirer/core': 6.0.0 '@inquirer/type': 1.2.1 ansi-escapes: 4.3.2 chalk: 4.1.2 figures: 3.2.0 - dev: true - - /@inquirer/type@1.2.1: - resolution: {integrity: sha512-xwMfkPAxeo8Ji/IxfUSqzRi0/+F2GIqJmpc5/thelgMGsjNZcjDDRBO9TLXT1s/hdx/mK5QbVIvgoLIFgXhTMQ==} - engines: {node: '>=18'} - dev: true - /@isaacs/cliui@8.0.2: - resolution: {integrity: sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==} - engines: {node: '>=12'} + '@inquirer/type@1.2.1': {} + + '@isaacs/cliui@8.0.2': dependencies: string-width: 5.1.2 - string-width-cjs: /string-width@4.2.3 + string-width-cjs: string-width@4.2.3 strip-ansi: 7.1.0 - strip-ansi-cjs: /strip-ansi@6.0.1 + strip-ansi-cjs: strip-ansi@6.0.1 wrap-ansi: 8.1.0 - wrap-ansi-cjs: /wrap-ansi@7.0.0 - dev: true + wrap-ansi-cjs: wrap-ansi@7.0.0 - /@jridgewell/gen-mapping@0.3.5: - resolution: {integrity: sha512-IzL8ZoEDIBRWEzlCcRhOaCupYyN5gdIK+Q6fbFdPDg6HqX6jpkItn7DFIpW9LQzXG6Df9sA7+OKnq0qlz/GaQg==} - engines: {node: '>=6.0.0'} + '@jridgewell/gen-mapping@0.3.5': dependencies: '@jridgewell/set-array': 1.2.1 '@jridgewell/sourcemap-codec': 1.4.15 '@jridgewell/trace-mapping': 0.3.25 - dev: true - /@jridgewell/resolve-uri@3.1.2: - resolution: {integrity: sha512-bRISgCIjP20/tbWSPWMEi54QVPRZExkuD9lJL+UIxUKtwVJA8wW1Trb1jMs1RFXo1CBTNZ/5hpC9QvmKWdopKw==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/resolve-uri@3.1.2': {} - /@jridgewell/set-array@1.2.1: - resolution: {integrity: sha512-R8gLRTZeyp03ymzP/6Lil/28tGeGEzhx1q2k703KGWRAI1VdvPIXdG70VJc2pAMw3NA6JKL5hhFu1sJX0Mnn/A==} - engines: {node: '>=6.0.0'} - dev: true + '@jridgewell/set-array@1.2.1': {} - /@jridgewell/sourcemap-codec@1.4.15: - resolution: {integrity: sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==} - dev: true + '@jridgewell/sourcemap-codec@1.4.15': {} - /@jridgewell/trace-mapping@0.3.25: - resolution: {integrity: sha512-vNk6aEwybGtawWmy/PzwnGDOjCkLWSD2wqvjGGAgOAwCGWySYXfYoxt00IJkTF+8Lb57DwOb3Aa0o9CApepiYQ==} + '@jridgewell/trace-mapping@0.3.25': dependencies: '@jridgewell/resolve-uri': 3.1.2 '@jridgewell/sourcemap-codec': 1.4.15 - dev: true - /@microsoft/tsdoc-config@0.16.2: - resolution: {integrity: sha512-OGiIzzoBLgWWR0UdRJX98oYO+XKGf7tiK4Zk6tQ/E4IJqGCe7dvkTvgDZV5cFJUzLGDOjeAXrnZoA6QkVySuxw==} + '@microsoft/tsdoc-config@0.16.2': dependencies: '@microsoft/tsdoc': 0.14.2 ajv: 6.12.6 jju: 1.4.0 resolve: 1.19.0 - dev: true - /@microsoft/tsdoc@0.14.2: - resolution: {integrity: sha512-9b8mPpKrfeGRuhFH5iO1iwCLeIIsV6+H1sRfxbkoGXIyQE2BTsPd9zqSqQJ+pv5sJ/hT5M1zvOFL02MnEezFug==} - dev: true + '@microsoft/tsdoc@0.14.2': {} - /@nodelib/fs.scandir@2.1.5: - resolution: {integrity: sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==} - engines: {node: '>= 8'} + '@nodelib/fs.scandir@2.1.5': dependencies: '@nodelib/fs.stat': 2.0.5 run-parallel: 1.2.0 - dev: true - /@nodelib/fs.stat@2.0.5: - resolution: {integrity: sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==} - engines: {node: '>= 8'} - dev: true + '@nodelib/fs.stat@2.0.5': {} - /@nodelib/fs.walk@1.2.8: - resolution: {integrity: sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==} - engines: {node: '>= 8'} + '@nodelib/fs.walk@1.2.8': dependencies: '@nodelib/fs.scandir': 2.1.5 fastq: 1.17.1 - dev: true - /@pkgjs/parseargs@0.11.0: - resolution: {integrity: sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==} - engines: {node: '>=14'} - requiresBuild: true - dev: true + '@pkgjs/parseargs@0.11.0': optional: true - /@prettier/plugin-xml@2.2.0: - resolution: {integrity: sha512-UWRmygBsyj4bVXvDiqSccwT1kmsorcwQwaIy30yVh8T+Gspx4OlC0shX1y+ZuwXZvgnafmpRYKks0bAu9urJew==} + '@prettier/plugin-xml@2.2.0': dependencies: '@xml-tools/parser': 1.0.11 prettier: 2.8.8 - dev: true - /@trivago/prettier-plugin-sort-imports@4.3.0(prettier@2.8.8): - resolution: {integrity: sha512-r3n0onD3BTOVUNPhR4lhVK4/pABGpbA7bW3eumZnYdKaHkf1qEC+Mag6DPbGNuuh0eG8AaYj+YqmVHSiGslaTQ==} - peerDependencies: - '@vue/compiler-sfc': 3.x - prettier: 2.x - 3.x - peerDependenciesMeta: - '@vue/compiler-sfc': - optional: true + '@trivago/prettier-plugin-sort-imports@4.3.0(prettier@2.8.8)': dependencies: '@babel/generator': 7.17.7 - '@babel/parser': 7.24.0 + '@babel/parser': 7.24.4 '@babel/traverse': 7.23.2 '@babel/types': 7.17.0 javascript-natural-sort: 0.7.1 @@ -585,149 +1682,88 @@ packages: prettier: 2.8.8 transitivePeerDependencies: - supports-color - dev: true - /@tsconfig/recommended@1.0.3: - resolution: {integrity: sha512-+jby/Guq9H8O7NWgCv6X8VAiQE8Dr/nccsCtL74xyHKhu2Knu5EAKmOZj3nLCnLm1KooUzKY+5DsnGVqhM8/wQ==} - dev: true + '@tsconfig/recommended@1.0.6': {} - /@types/json-schema@7.0.15: - resolution: {integrity: sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==} - dev: true + '@types/json-schema@7.0.15': {} - /@types/lodash@4.17.0: - resolution: {integrity: sha512-t7dhREVv6dbNj0q17X12j7yDG4bD/DHYX7o5/DbDxobP0HnGPgpRz2Ej77aL7TZT3DSw13fqUTj8J4mMnqa7WA==} - dev: true + '@types/lodash@4.17.0': {} - /@types/mdast@3.0.15: - resolution: {integrity: sha512-LnwD+mUEfxWMa1QpDraczIn6k0Ee3SMicuYSSzS6ZYl2gKS09EClnJYGd8Du6rfc5r/GZEk5o1mRb8TaTj03sQ==} + '@types/mdast@3.0.15': dependencies: '@types/unist': 2.0.10 - dev: true - /@types/mute-stream@0.0.1: - resolution: {integrity: sha512-0yQLzYhCqGz7CQPE3iDmYjhb7KMBFOP+tBkyw+/Y2YyDI5wpS7itXXxneN1zSsUwWx3Ji6YiVYrhAnpQGS/vkw==} + '@types/mute-stream@0.0.1': dependencies: '@types/node': 20.11.27 - dev: true - /@types/mute-stream@0.0.4: - resolution: {integrity: sha512-CPM9nzrCPPJHQNA9keH9CVkVI+WR5kMa+7XEs5jcGQ0VoAGnLv242w8lIVgwAEfmE4oufJRaTc9PNLQl0ioAow==} + '@types/mute-stream@0.0.4': dependencies: '@types/node': 20.11.27 - dev: true - /@types/node@20.11.27: - resolution: {integrity: sha512-qyUZfMnCg1KEz57r7pzFtSGt49f6RPkPBis3Vo4PbS7roQEDn22hiHzl/Lo1q4i4hDEgBJmBF/NTNg2XR0HbFg==} + '@types/node@20.11.27': dependencies: undici-types: 5.26.5 - dev: true - /@types/semver@7.5.8: - resolution: {integrity: sha512-I8EUhyrgfLrcTkzV3TSsGyl1tSuPrEDzr0yd5m90UgNxQkyDXULk3b6MlQqTCpZpNtWe1K0hzclnZkTcLBe2UQ==} - dev: true + '@types/semver@7.5.8': {} - /@types/triple-beam@1.3.5: - resolution: {integrity: sha512-6WaYesThRMCl19iryMYP7/x2OVgCtbIVflDGFpWnb9irXI3UjYE4AzmYuiUKY1AJstGijoY+MgUszMgRxIYTYw==} - dev: true + '@types/triple-beam@1.3.5': {} - /@types/unist@2.0.10: - resolution: {integrity: sha512-IfYcSBWE3hLpBg8+X2SEa8LVkJdJEkT2Ese2aaLs3ptGdVtABxndrMaxuFlQ1qdFf9Q5rDvDpxI3WwgvKFAsQA==} - dev: true + '@types/unist@2.0.10': {} - /@types/wrap-ansi@3.0.0: - resolution: {integrity: sha512-ltIpx+kM7g/MLRZfkbL7EsCEjfzCcScLpkg37eXEtx5kmrAKBkTJwd1GIAjDSL8wTpM6Hzn5YO4pSb91BEwu1g==} - dev: true + '@types/wrap-ansi@3.0.0': {} - /@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0)(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-TiZzBSJja/LbhNPvk6yc0JrX9XqhQ0hdh6M2svYfsHGejaKFIAGd9MQ+ERIMzLGlN/kZoYIgdxFV0PuljTKXag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - '@typescript-eslint/parser': ^5.0.0 - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/eslint-plugin@5.62.0(@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5))(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@eslint-community/regexpp': 4.10.0 - '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/parser': 5.62.0(eslint@8.57.0)(typescript@5.4.5) '@typescript-eslint/scope-manager': 5.62.0 - '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.4.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/type-utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 graphemer: 1.4.0 ignore: 5.3.1 natural-compare-lite: 1.4.0 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.4.2) - typescript: 5.4.2 + tsutils: 3.21.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-VlJEV0fOQ7BExOsHYAGrgbEiZoi8D+Bl2+f6V2RrXerRSylnp+ZBHmPvaIa8cz0Ajx7WO7Z5RqfgYg7ED1nRhA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/parser@5.62.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - typescript: 5.4.2 + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/scope-manager@5.62.0: - resolution: {integrity: sha512-VXuvVvZeQCQb5Zgf4HAxc04q5j+WrNAtNh9OwCsCgpKqESMTu3tF/jhZ3xG6T4NZwWl65Bg8KuS2uEvhSfLl0w==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@typescript-eslint/scope-manager@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 - dev: true - /@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-xsSQreu+VnfbqQpW5vnCJdq1Z3Q0U31qiWmRhr98ONQmcp/yhiPJFPq8MXiJVLiksmOKSjIldZzkebzHuCGzew==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: '*' - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/type-utils@5.62.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.2) - '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) + '@typescript-eslint/utils': 5.62.0(eslint@8.57.0)(typescript@5.4.5) debug: 4.3.4 eslint: 8.57.0 - tsutils: 3.21.0(typescript@5.4.2) - typescript: 5.4.2 + tsutils: 3.21.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/types@5.62.0: - resolution: {integrity: sha512-87NVngcbVXUahrRTqIK27gD2t5Cu1yuCXxbLcFtCzZGlfyVWWh8mLHkoxzjsB6DDNnvdL+fW8MiwPEJyGJQDgQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + '@typescript-eslint/types@5.62.0': {} - /@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.2): - resolution: {integrity: sha512-CmcQ6uY7b9y694lKdRB8FEel7JbU/40iSAPomu++SjLMntB+2Leay2LO6i8VnJk58MtE9/nQSFIH6jpyRWyYzA==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - typescript: '*' - peerDependenciesMeta: - typescript: - optional: true + '@typescript-eslint/typescript-estree@5.62.0(typescript@5.4.5)': dependencies: '@typescript-eslint/types': 5.62.0 '@typescript-eslint/visitor-keys': 5.62.0 @@ -735,472 +1771,270 @@ packages: globby: 11.1.0 is-glob: 4.0.3 semver: 7.6.0 - tsutils: 3.21.0(typescript@5.4.2) - typescript: 5.4.2 + tsutils: 3.21.0(typescript@5.4.5) + optionalDependencies: + typescript: 5.4.5 transitivePeerDependencies: - supports-color - dev: true - /@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.2): - resolution: {integrity: sha512-n8oxjeb5aIbPFEtmQxQYOLI0i9n5ySBEY/ZEHHZqKQSFnxio1rv6dthascc9dLuwrL0RC5mPCxB7vnAVGAYWAQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + '@typescript-eslint/utils@5.62.0(eslint@8.57.0)(typescript@5.4.5)': dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@types/json-schema': 7.0.15 '@types/semver': 7.5.8 '@typescript-eslint/scope-manager': 5.62.0 '@typescript-eslint/types': 5.62.0 - '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.2) + '@typescript-eslint/typescript-estree': 5.62.0(typescript@5.4.5) eslint: 8.57.0 eslint-scope: 5.1.1 semver: 7.6.0 transitivePeerDependencies: - supports-color - typescript - dev: true - /@typescript-eslint/visitor-keys@5.62.0: - resolution: {integrity: sha512-07ny+LHRzQXepkGg6w0mFY41fVUNBrL2Roj/++7V1txKugfjm/Ci/qSND03r2RhlJhJYMcTn9AhhSSqQp0Ysyw==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + '@typescript-eslint/visitor-keys@5.62.0': dependencies: '@typescript-eslint/types': 5.62.0 eslint-visitor-keys: 3.4.3 - dev: true - /@ungap/structured-clone@1.2.0: - resolution: {integrity: sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==} - dev: true + '@ungap/structured-clone@1.2.0': {} - /@xml-tools/parser@1.0.11: - resolution: {integrity: sha512-aKqQ077XnR+oQtHJlrAflaZaL7qZsulWc/i/ZEooar5JiWj1eLt0+Wg28cpa+XLney107wXqneC+oG1IZvxkTA==} + '@xml-tools/parser@1.0.11': dependencies: chevrotain: 7.1.1 - dev: true - /acorn-jsx@5.3.2(acorn@8.11.3): - resolution: {integrity: sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==} - peerDependencies: - acorn: ^6.0.0 || ^7.0.0 || ^8.0.0 + acorn-jsx@5.3.2(acorn@8.11.3): dependencies: acorn: 8.11.3 - dev: true - /acorn@8.11.3: - resolution: {integrity: sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==} - engines: {node: '>=0.4.0'} - hasBin: true - dev: true + acorn@8.11.3: {} - /ajv@6.12.6: - resolution: {integrity: sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==} + ajv@6.12.6: dependencies: fast-deep-equal: 3.1.3 fast-json-stable-stringify: 2.1.0 json-schema-traverse: 0.4.1 uri-js: 4.4.1 - dev: true - /ansi-escapes@4.3.2: - resolution: {integrity: sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==} - engines: {node: '>=8'} + ansi-escapes@4.3.2: dependencies: type-fest: 0.21.3 - dev: true - /ansi-regex@5.0.1: - resolution: {integrity: sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==} - engines: {node: '>=8'} - dev: true + ansi-regex@5.0.1: {} - /ansi-regex@6.0.1: - resolution: {integrity: sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==} - engines: {node: '>=12'} - dev: true + ansi-regex@6.0.1: {} - /ansi-styles@3.2.1: - resolution: {integrity: sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==} - engines: {node: '>=4'} + ansi-styles@3.2.1: dependencies: color-convert: 1.9.3 - dev: true - /ansi-styles@4.3.0: - resolution: {integrity: sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==} - engines: {node: '>=8'} + ansi-styles@4.3.0: dependencies: color-convert: 2.0.1 - dev: true - /ansi-styles@6.2.1: - resolution: {integrity: sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==} - engines: {node: '>=12'} - dev: true + ansi-styles@6.2.1: {} - /app-root-path@3.1.0: - resolution: {integrity: sha512-biN3PwB2gUtjaYy/isrU3aNWI5w+fAfvHkSvCKeQGxhmYpwKFUxudR3Yya+KqVRHBmEDYh+/lTozYCFbmzX4nA==} - engines: {node: '>= 6.0.0'} - dev: true + app-root-path@3.1.0: {} - /argparse@2.0.1: - resolution: {integrity: sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==} - dev: true + argparse@2.0.1: {} - /array-union@2.1.0: - resolution: {integrity: sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==} - engines: {node: '>=8'} - dev: true + array-union@2.1.0: {} - /async@3.2.5: - resolution: {integrity: sha512-baNZyqaaLhyLVKm/DlvdW051MSgO6b8eVfIezl9E5PqWxFgzLm/wQntEW4zOytVburDEr0JlALEpdOFwvErLsg==} - dev: true + async@3.2.5: {} - /balanced-match@1.0.2: - resolution: {integrity: sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==} - dev: true + balanced-match@1.0.2: {} - /base64-js@1.5.1: - resolution: {integrity: sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==} - dev: true + base64-js@1.5.1: {} - /big-integer@1.6.52: - resolution: {integrity: sha512-QxD8cf2eVqJOOz63z6JIN9BzvVs/dlySa5HGSBH5xtR8dPteIRQnBxxKqkNTiT6jbDTF6jAfrd4oMcND9RGbQg==} - engines: {node: '>=0.6'} - dev: true + big-integer@1.6.52: {} - /bl@5.1.0: - resolution: {integrity: sha512-tv1ZJHLfTDnXE6tMHv73YgSJaWR2AFuPwMntBe7XL/GBFHnT0CLnsHMogfk5+GzCDC5ZWarSCYaIGATZt9dNsQ==} + bl@5.1.0: dependencies: buffer: 6.0.3 inherits: 2.0.4 readable-stream: 3.6.2 - dev: true - /brace-expansion@1.1.11: - resolution: {integrity: sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==} + brace-expansion@1.1.11: dependencies: balanced-match: 1.0.2 concat-map: 0.0.1 - dev: true - /braces@3.0.2: - resolution: {integrity: sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==} - engines: {node: '>=8'} + braces@3.0.2: dependencies: fill-range: 7.0.1 - dev: true - /buffer@6.0.3: - resolution: {integrity: sha512-FTiCpNxtwiZZHEZbcbTIcZjERVICn9yq/pDFkTl95/AxzD1naBctN7YO68riM/gLSDY7sdrMby8hofADYuuqOA==} + buffer@6.0.3: dependencies: base64-js: 1.5.1 ieee754: 1.2.1 - dev: true - /callsites@3.1.0: - resolution: {integrity: sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==} - engines: {node: '>=6'} - dev: true + callsites@3.1.0: {} - /chalk@2.4.2: - resolution: {integrity: sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==} - engines: {node: '>=4'} + chalk@2.4.2: dependencies: ansi-styles: 3.2.1 escape-string-regexp: 1.0.5 supports-color: 5.5.0 - dev: true - /chalk@4.1.2: - resolution: {integrity: sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==} - engines: {node: '>=10'} + chalk@4.1.2: dependencies: ansi-styles: 4.3.0 supports-color: 7.2.0 - dev: true - /chalk@5.3.0: - resolution: {integrity: sha512-dLitG79d+GV1Nb/VYcCDFivJeK1hiukt9QjRNVOsUtTy1rR1YJsmpGGTZ3qJos+uw7WmWF4wUwBd9jxjocFC2w==} - engines: {node: ^12.17.0 || ^14.13 || >=16.0.0} - dev: true + chalk@5.3.0: {} - /character-entities-legacy@1.1.4: - resolution: {integrity: sha512-3Xnr+7ZFS1uxeiUDvV02wQ+QDbc55o97tIV5zHScSPJpcLm/r0DFPcoY3tYRp+VZukxuMeKgXYmsXQHO05zQeA==} - dev: true + character-entities-legacy@1.1.4: {} - /character-entities@1.2.4: - resolution: {integrity: sha512-iBMyeEHxfVnIakwOuDXpVkc54HijNgCyQB2w0VfGQThle6NXn50zU6V/u+LDhxHcDUPojn6Kpga3PTAD8W1bQw==} - dev: true + character-entities@1.2.4: {} - /character-reference-invalid@1.1.4: - resolution: {integrity: sha512-mKKUkUbhPpQlCOfIuZkvSEgktjPFIsZKRRbC6KWVEMvlzblj3i3asQv5ODsrwt0N3pHAEvjP8KTQPHkp0+6jOg==} - dev: true + character-reference-invalid@1.1.4: {} - /chardet@0.7.0: - resolution: {integrity: sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==} - dev: true + chardet@0.7.0: {} - /chevrotain@7.1.1: - resolution: {integrity: sha512-wy3mC1x4ye+O+QkEinVJkPf5u2vsrDIYW9G7ZuwFl6v/Yu0LwUuT2POsb+NUWApebyxfkQq6+yDfRExbnI5rcw==} + chevrotain@7.1.1: dependencies: regexp-to-ast: 0.5.0 - dev: true - /cli-cursor@4.0.0: - resolution: {integrity: sha512-VGtlMu3x/4DOtIUwEkRezxUZ2lBacNJCHash0N0WeZDBS+7Ux1dm3XWAgWYxLJFMMdOeXMHXorshEFhbMSGelg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + cli-cursor@4.0.0: dependencies: restore-cursor: 4.0.0 - dev: true - /cli-spinners@2.9.2: - resolution: {integrity: sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==} - engines: {node: '>=6'} - dev: true + cli-spinners@2.9.2: {} - /cli-width@4.1.0: - resolution: {integrity: sha512-ouuZd4/dm2Sw5Gmqy6bGyNNNe1qt9RpmxveLSO7KcgsTnU7RXfsw+/bukWGo1abgBiMAic068rclZsO4IWmmxQ==} - engines: {node: '>= 12'} - dev: true + cli-width@4.1.0: {} - /clone@1.0.4: - resolution: {integrity: sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==} - engines: {node: '>=0.8'} - dev: true + clone@1.0.4: {} - /color-convert@1.9.3: - resolution: {integrity: sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==} + color-convert@1.9.3: dependencies: color-name: 1.1.3 - dev: true - /color-convert@2.0.1: - resolution: {integrity: sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==} - engines: {node: '>=7.0.0'} + color-convert@2.0.1: dependencies: color-name: 1.1.4 - dev: true - /color-name@1.1.3: - resolution: {integrity: sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==} - dev: true + color-name@1.1.3: {} - /color-name@1.1.4: - resolution: {integrity: sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==} - dev: true + color-name@1.1.4: {} - /color-string@1.9.1: - resolution: {integrity: sha512-shrVawQFojnZv6xM40anx4CkoDP+fZsw/ZerEMsW/pyzsRbElpsL/DBVW7q3ExxwusdNXI3lXpuhEZkzs8p5Eg==} + color-string@1.9.1: dependencies: color-name: 1.1.4 simple-swizzle: 0.2.2 - dev: true - /color@3.2.1: - resolution: {integrity: sha512-aBl7dZI9ENN6fUGC7mWpMTPNHmWUSNan9tuWN6ahh5ZLNk9baLJOnSMlrQkHcrfFgz2/RigjUVAjdx36VcemKA==} + color@3.2.1: dependencies: color-convert: 1.9.3 color-string: 1.9.1 - dev: true - /colorspace@1.1.4: - resolution: {integrity: sha512-BgvKJiuVu1igBUF2kEjRCZXol6wiiGbY5ipL/oVPwm0BL9sIpMIzM8IK7vwuxIIzOXMV3Ey5w+vxhm0rR/TN8w==} + colorspace@1.1.4: dependencies: color: 3.2.1 text-hex: 1.0.0 - dev: true - /commander@2.20.3: - resolution: {integrity: sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==} - dev: true + commander@2.20.3: {} - /concat-map@0.0.1: - resolution: {integrity: sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==} - dev: true + concat-map@0.0.1: {} - /cron-validate@1.4.5: - resolution: {integrity: sha512-nKlOJEnYKudMn/aNyNH8xxWczlfpaazfWV32Pcx/2St51r2bxWbGhZD7uwzMcRhunA/ZNL+Htm/i0792Z59UMQ==} + cron-validate@1.4.5: dependencies: yup: 0.32.9 - dev: true - /cross-spawn@7.0.3: - resolution: {integrity: sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==} - engines: {node: '>= 8'} + cross-spawn@7.0.3: dependencies: path-key: 3.1.1 shebang-command: 2.0.0 which: 2.0.2 - dev: true - /debug@4.3.4: - resolution: {integrity: sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==} - engines: {node: '>=6.0'} - peerDependencies: - supports-color: '*' - peerDependenciesMeta: - supports-color: - optional: true + debug@4.3.4: dependencies: ms: 2.1.2 - dev: true - /deep-is@0.1.4: - resolution: {integrity: sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==} - dev: true + deep-is@0.1.4: {} - /defaults@1.0.4: - resolution: {integrity: sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==} + defaults@1.0.4: dependencies: clone: 1.0.4 - dev: true - /dir-glob@3.0.1: - resolution: {integrity: sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==} - engines: {node: '>=8'} + dir-glob@3.0.1: dependencies: path-type: 4.0.0 - dev: true - /discontinuous-range@1.0.0: - resolution: {integrity: sha512-c68LpLbO+7kP/b1Hr1qs8/BJ09F5khZGTxqxZuhzxpmwJKOgRFHJWIb9/KmqnqHhLdO55aOxFH/EGBvUQbL/RQ==} - dev: true + discontinuous-range@1.0.0: {} - /doctrine@3.0.0: - resolution: {integrity: sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==} - engines: {node: '>=6.0.0'} + doctrine@3.0.0: dependencies: esutils: 2.0.3 - dev: true - /dom-serializer@2.0.0: - resolution: {integrity: sha512-wIkAryiqt/nV5EQKqQpo3SToSOV9J0DnbJqwK7Wv/Trc92zIAYZ4FlMu+JPFW1DfGFt81ZTCGgDEabffXeLyJg==} + dom-serializer@2.0.0: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 entities: 4.5.0 - dev: true - /domelementtype@2.3.0: - resolution: {integrity: sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==} - dev: true + domelementtype@2.3.0: {} - /domhandler@5.0.3: - resolution: {integrity: sha512-cgwlv/1iFQiFnU96XXgROh8xTeetsnJiDsTc7TYCLFd9+/WNkIqPTxiM/8pSd8VIrhXGTf1Ny1q1hquVqDJB5w==} - engines: {node: '>= 4'} + domhandler@5.0.3: dependencies: domelementtype: 2.3.0 - dev: true - /domutils@3.1.0: - resolution: {integrity: sha512-H78uMmQtI2AhgDJjWeQmHwJJ2bLPD3GMmO7Zja/ZZh84wkm+4ut+IUnUdRa8uCGX88DiVx1j6FRe1XfxEgjEZA==} + domutils@3.1.0: dependencies: dom-serializer: 2.0.0 domelementtype: 2.3.0 domhandler: 5.0.3 - dev: true - /dotenv@16.4.5: - resolution: {integrity: sha512-ZmdL2rui+eB2YwhsWzjInR8LldtZHGDoQ1ugH85ppHKwpUHL7j7rN0Ti9NCnGiQbhaZ11FpR+7ao1dNsmduNUg==} - engines: {node: '>=12'} - dev: true + dotenv@16.4.5: {} - /eastasianwidth@0.2.0: - resolution: {integrity: sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==} - dev: true + eastasianwidth@0.2.0: {} - /email-validator@2.0.4: - resolution: {integrity: sha512-gYCwo7kh5S3IDyZPLZf6hSS0MnZT8QmJFqYvbqlDZSbwdZlY6QZWxJ4i/6UhITOJ4XzyI647Bm2MXKCLqnJ4nQ==} - engines: {node: '>4.0'} - dev: true + email-validator@2.0.4: {} - /emoji-regex@8.0.0: - resolution: {integrity: sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==} - dev: true + emoji-regex@8.0.0: {} - /emoji-regex@9.2.2: - resolution: {integrity: sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==} - dev: true + emoji-regex@9.2.2: {} - /enabled@2.0.0: - resolution: {integrity: sha512-AKrN98kuwOzMIdAizXGI86UFBoo26CL21UM763y1h/GMSJ4/OHU9k2YlsmBpyScFo/wbLzWQJBMCW4+IO3/+OQ==} - dev: true + enabled@2.0.0: {} - /entities@4.5.0: - resolution: {integrity: sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==} - engines: {node: '>=0.12'} - dev: true + entities@4.5.0: {} - /escape-string-regexp@1.0.5: - resolution: {integrity: sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==} - engines: {node: '>=0.8.0'} - dev: true + escape-string-regexp@1.0.5: {} - /escape-string-regexp@4.0.0: - resolution: {integrity: sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==} - engines: {node: '>=10'} - dev: true + escape-string-regexp@4.0.0: {} - /eslint-config-prettier@8.10.0(eslint@8.57.0): - resolution: {integrity: sha512-SM8AMJdeQqRYT9O9zguiruQZaN7+z+E4eAP9oiLNGKMtomwaB1E9dcgUD6ZAn/eQAb52USbvezbiljfZUhbJcg==} - hasBin: true - peerDependencies: - eslint: '>=7.0.0' + eslint-config-prettier@8.10.0(eslint@8.57.0): dependencies: eslint: 8.57.0 - dev: true - /eslint-plugin-html@7.1.0: - resolution: {integrity: sha512-fNLRraV/e6j8e3XYOC9xgND4j+U7b1Rq+OygMlLcMg+wI/IpVbF+ubQa3R78EjKB9njT6TQOlcK5rFKBVVtdfg==} + eslint-plugin-html@7.1.0: dependencies: htmlparser2: 8.0.2 - dev: true - /eslint-plugin-markdown@3.0.1(eslint@8.57.0): - resolution: {integrity: sha512-8rqoc148DWdGdmYF6WSQFT3uQ6PO7zXYgeBpHAOAakX/zpq+NvFYbDA/H7PYzHajwtmaOzAwfxyl++x0g1/N9A==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - peerDependencies: - eslint: ^6.0.0 || ^7.0.0 || ^8.0.0 + eslint-plugin-markdown@3.0.1(eslint@8.57.0): dependencies: eslint: 8.57.0 mdast-util-from-markdown: 0.8.5 transitivePeerDependencies: - supports-color - dev: true - /eslint-plugin-tsdoc@0.2.17: - resolution: {integrity: sha512-xRmVi7Zx44lOBuYqG8vzTXuL6IdGOeF9nHX17bjJ8+VE6fsxpdGem0/SBTmAwgYMKYB1WBkqRJVQ+n8GK041pA==} + eslint-plugin-tsdoc@0.2.17: dependencies: '@microsoft/tsdoc': 0.14.2 '@microsoft/tsdoc-config': 0.16.2 - dev: true - /eslint-scope@5.1.1: - resolution: {integrity: sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==} - engines: {node: '>=8.0.0'} + eslint-scope@5.1.1: dependencies: esrecurse: 4.3.0 estraverse: 4.3.0 - dev: true - /eslint-scope@7.2.2: - resolution: {integrity: sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + eslint-scope@7.2.2: dependencies: esrecurse: 4.3.0 estraverse: 5.3.0 - dev: true - /eslint-visitor-keys@3.4.3: - resolution: {integrity: sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - dev: true + eslint-visitor-keys@3.4.3: {} - /eslint@8.57.0: - resolution: {integrity: sha512-dZ6+mexnaTIbSBZWgou51U6OmzIhYM2VcNdtiTtI7qPNZm35Akpr0f6vtw3w1Kmn5PYo+tZVfh13WrhpS6oLqQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} - hasBin: true + eslint@8.57.0: dependencies: '@eslint-community/eslint-utils': 4.4.0(eslint@8.57.0) '@eslint-community/regexpp': 4.10.0 @@ -1242,158 +2076,93 @@ packages: text-table: 0.2.0 transitivePeerDependencies: - supports-color - dev: true - /espree@9.6.1: - resolution: {integrity: sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==} - engines: {node: ^12.22.0 || ^14.17.0 || >=16.0.0} + espree@9.6.1: dependencies: acorn: 8.11.3 acorn-jsx: 5.3.2(acorn@8.11.3) eslint-visitor-keys: 3.4.3 - dev: true - /esquery@1.5.0: - resolution: {integrity: sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==} - engines: {node: '>=0.10'} + esquery@1.5.0: dependencies: estraverse: 5.3.0 - dev: true - /esrecurse@4.3.0: - resolution: {integrity: sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==} - engines: {node: '>=4.0'} + esrecurse@4.3.0: dependencies: estraverse: 5.3.0 - dev: true - /estraverse@4.3.0: - resolution: {integrity: sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==} - engines: {node: '>=4.0'} - dev: true + estraverse@4.3.0: {} - /estraverse@5.3.0: - resolution: {integrity: sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==} - engines: {node: '>=4.0'} - dev: true + estraverse@5.3.0: {} - /esutils@2.0.3: - resolution: {integrity: sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==} - engines: {node: '>=0.10.0'} - dev: true + esutils@2.0.3: {} - /external-editor@3.1.0: - resolution: {integrity: sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==} - engines: {node: '>=4'} + external-editor@3.1.0: dependencies: chardet: 0.7.0 iconv-lite: 0.4.24 tmp: 0.0.33 - dev: true - /fast-deep-equal@3.1.3: - resolution: {integrity: sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==} - dev: true + fast-deep-equal@3.1.3: {} - /fast-glob@3.3.2: - resolution: {integrity: sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==} - engines: {node: '>=8.6.0'} + fast-glob@3.3.2: dependencies: '@nodelib/fs.stat': 2.0.5 '@nodelib/fs.walk': 1.2.8 glob-parent: 5.1.2 merge2: 1.4.1 micromatch: 4.0.5 - dev: true - /fast-json-stable-stringify@2.1.0: - resolution: {integrity: sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==} - dev: true + fast-json-stable-stringify@2.1.0: {} - /fast-levenshtein@2.0.6: - resolution: {integrity: sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==} - dev: true + fast-levenshtein@2.0.6: {} - /fastq@1.17.1: - resolution: {integrity: sha512-sRVD3lWVIXWg6By68ZN7vho9a1pQcN/WBFaAAsDDFzlJjvoGx0P8z7V1t72grFJfJhu3YPZBuu25f7Kaw2jN1w==} + fastq@1.17.1: dependencies: reusify: 1.0.4 - dev: true - /fecha@4.2.3: - resolution: {integrity: sha512-OP2IUU6HeYKJi3i0z4A19kHMQoLVs4Hc+DPqqxI2h/DPZHTm/vjsfC6P0b4jCMy14XizLBqvndQ+UilD7707Jw==} - dev: true + fecha@4.2.3: {} - /figures@3.2.0: - resolution: {integrity: sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==} - engines: {node: '>=8'} + figures@3.2.0: dependencies: escape-string-regexp: 1.0.5 - dev: true - /file-entry-cache@6.0.1: - resolution: {integrity: sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==} - engines: {node: ^10.12.0 || >=12.0.0} + file-entry-cache@6.0.1: dependencies: flat-cache: 3.2.0 - dev: true - /fill-range@7.0.1: - resolution: {integrity: sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==} - engines: {node: '>=8'} + fill-range@7.0.1: dependencies: to-regex-range: 5.0.1 - dev: true - /find-up@5.0.0: - resolution: {integrity: sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==} - engines: {node: '>=10'} + find-up@5.0.0: dependencies: locate-path: 6.0.0 path-exists: 4.0.0 - dev: true - /flat-cache@3.2.0: - resolution: {integrity: sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==} - engines: {node: ^10.12.0 || >=12.0.0} + flat-cache@3.2.0: dependencies: flatted: 3.3.1 keyv: 4.5.4 rimraf: 3.0.2 - dev: true - /flatted@3.3.1: - resolution: {integrity: sha512-X8cqMLLie7KsNUDSdzeN8FYK9rEt4Dt67OsG/DNGnYTSDBG4uFAJFBnUeiV+zCVAvwFy56IjM9sH51jVaEhNxw==} - dev: true + flatted@3.3.1: {} - /fn.name@1.1.0: - resolution: {integrity: sha512-GRnmB5gPyJpAhTQdSZTSp9uaPSvl09KoYcMQtsB9rQoOmzs9dH6ffeccH+Z+cv6P68Hu5bC6JjRh4Ah/mHSNRw==} - dev: true + fn.name@1.1.0: {} - /fs.realpath@1.0.0: - resolution: {integrity: sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==} - dev: true + fs.realpath@1.0.0: {} - /function-bind@1.1.2: - resolution: {integrity: sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==} - dev: true + function-bind@1.1.2: {} - /glob-parent@5.1.2: - resolution: {integrity: sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==} - engines: {node: '>= 6'} + glob-parent@5.1.2: dependencies: is-glob: 4.0.3 - dev: true - /glob-parent@6.0.2: - resolution: {integrity: sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==} - engines: {node: '>=10.13.0'} + glob-parent@6.0.2: dependencies: is-glob: 4.0.3 - dev: true - /glob@7.2.3: - resolution: {integrity: sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==} + glob@7.2.3: dependencies: fs.realpath: 1.0.0 inflight: 1.0.6 @@ -1401,23 +2170,14 @@ packages: minimatch: 3.1.2 once: 1.4.0 path-is-absolute: 1.0.1 - dev: true - /globals@11.12.0: - resolution: {integrity: sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==} - engines: {node: '>=4'} - dev: true + globals@11.12.0: {} - /globals@13.24.0: - resolution: {integrity: sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==} - engines: {node: '>=8'} + globals@13.24.0: dependencies: type-fest: 0.20.2 - dev: true - /globby@11.1.0: - resolution: {integrity: sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==} - engines: {node: '>=10'} + globby@11.1.0: dependencies: array-union: 2.1.0 dir-glob: 3.0.1 @@ -1425,282 +2185,152 @@ packages: ignore: 5.3.1 merge2: 1.4.1 slash: 3.0.0 - dev: true - /graphemer@1.4.0: - resolution: {integrity: sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==} - dev: true + graphemer@1.4.0: {} - /has-flag@3.0.0: - resolution: {integrity: sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==} - engines: {node: '>=4'} - dev: true + has-flag@3.0.0: {} - /has-flag@4.0.0: - resolution: {integrity: sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==} - engines: {node: '>=8'} - dev: true + has-flag@4.0.0: {} - /hasown@2.0.2: - resolution: {integrity: sha512-0hJU9SCPvmMzIBdZFqNPXWa6dqh7WdH0cII9y+CyS8rG3nL48Bclra9HmKhVVUHyPWNH5Y7xDwAB7bfgSjkUMQ==} - engines: {node: '>= 0.4'} + hasown@2.0.2: dependencies: function-bind: 1.1.2 - dev: true - /htmlparser2@8.0.2: - resolution: {integrity: sha512-GYdjWKDkbRLkZ5geuHs5NY1puJ+PXwP7+fHPRz06Eirsb9ugf6d8kkXav6ADhcODhFFPMIXyxkxSuMf3D6NCFA==} + htmlparser2@8.0.2: dependencies: domelementtype: 2.3.0 domhandler: 5.0.3 domutils: 3.1.0 entities: 4.5.0 - dev: true - /iconv-lite@0.4.24: - resolution: {integrity: sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==} - engines: {node: '>=0.10.0'} + iconv-lite@0.4.24: dependencies: safer-buffer: 2.1.2 - dev: true - /ieee754@1.2.1: - resolution: {integrity: sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==} - dev: true + ieee754@1.2.1: {} - /ignore@5.3.1: - resolution: {integrity: sha512-5Fytz/IraMjqpwfd34ke28PTVMjZjJG2MPn5t7OE4eUCUNf8BAa7b5WUS9/Qvr6mwOQS7Mk6vdsMno5he+T8Xw==} - engines: {node: '>= 4'} - dev: true + ignore@5.3.1: {} - /import-fresh@3.3.0: - resolution: {integrity: sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==} - engines: {node: '>=6'} + import-fresh@3.3.0: dependencies: parent-module: 1.0.1 resolve-from: 4.0.0 - dev: true - /imurmurhash@0.1.4: - resolution: {integrity: sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==} - engines: {node: '>=0.8.19'} - dev: true + imurmurhash@0.1.4: {} - /inflight@1.0.6: - resolution: {integrity: sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==} + inflight@1.0.6: dependencies: once: 1.4.0 wrappy: 1.0.2 - dev: true - /inherits@2.0.4: - resolution: {integrity: sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==} - dev: true + inherits@2.0.4: {} - /interpret@1.4.0: - resolution: {integrity: sha512-agE4QfB2Lkp9uICn7BAqoscw4SZP9kTE2hxiFI3jBPmXJfdqiahTbUuKGsMoN2GtqL9AxhYioAcVvgsb1HvRbA==} - engines: {node: '>= 0.10'} - dev: true + interpret@1.4.0: {} - /is-alphabetical@1.0.4: - resolution: {integrity: sha512-DwzsA04LQ10FHTZuL0/grVDk4rFoVH1pjAToYwBrHSxcrBIGQuXrQMtD5U1b0U2XVgKZCTLLP8u2Qxqhy3l2Vg==} - dev: true + is-alphabetical@1.0.4: {} - /is-alphanumerical@1.0.4: - resolution: {integrity: sha512-UzoZUr+XfVz3t3v4KyGEniVL9BDRoQtY7tOyrRybkVNjDFWyo1yhXNGrrBTQxp3ib9BLAWs7k2YKBQsFRkZG9A==} + is-alphanumerical@1.0.4: dependencies: is-alphabetical: 1.0.4 is-decimal: 1.0.4 - dev: true - /is-arrayish@0.3.2: - resolution: {integrity: sha512-eVRqCvVlZbuw3GrM63ovNSNAeA1K16kaR/LRY/92w0zxQ5/1YzwblUX652i4Xs9RwAGjW9d9y6X88t8OaAJfWQ==} - dev: true + is-arrayish@0.3.2: {} - /is-core-module@2.13.1: - resolution: {integrity: sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==} + is-core-module@2.13.1: dependencies: hasown: 2.0.2 - dev: true - /is-decimal@1.0.4: - resolution: {integrity: sha512-RGdriMmQQvZ2aqaQq3awNA6dCGtKpiDFcOzrTWrDAT2MiWrKQVPmxLGHl7Y2nNu6led0kEyoX0enY0qXYsv9zw==} - dev: true + is-decimal@1.0.4: {} - /is-domain-valid@1.2.0: - resolution: {integrity: sha512-O55Z9E0C8FwK1xp98Oghe+qtKhD14rYH0tyrBWDmMS7Jc06nsTjtQb0A27HhS7YqlctB+jdN8AOzcd0bV3ldow==} - dev: true + is-domain-valid@1.2.0: {} - /is-extglob@1.0.0: - resolution: {integrity: sha512-7Q+VbVafe6x2T+Tu6NcOf6sRklazEPmBoB3IWk3WdGZM2iGUwU/Oe3Wtq5lSEkDTTlpp8yx+5t4pzO/i9Ty1ww==} - engines: {node: '>=0.10.0'} - dev: true + is-extglob@1.0.0: {} - /is-extglob@2.1.1: - resolution: {integrity: sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==} - engines: {node: '>=0.10.0'} - dev: true + is-extglob@2.1.1: {} - /is-fullwidth-code-point@3.0.0: - resolution: {integrity: sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==} - engines: {node: '>=8'} - dev: true + is-fullwidth-code-point@3.0.0: {} - /is-glob@2.0.1: - resolution: {integrity: sha512-a1dBeB19NXsf/E0+FHqkagizel/LQw2DjSQpvQrj3zT+jYPpaUCryPnrQajXKFLCMuf4I6FhRpaGtw4lPrG6Eg==} - engines: {node: '>=0.10.0'} + is-glob@2.0.1: dependencies: is-extglob: 1.0.0 - dev: true - /is-glob@4.0.3: - resolution: {integrity: sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==} - engines: {node: '>=0.10.0'} + is-glob@4.0.3: dependencies: is-extglob: 2.1.1 - dev: true - /is-hexadecimal@1.0.4: - resolution: {integrity: sha512-gyPJuv83bHMpocVYoqof5VDiZveEoGoFL8m3BXNb2VW8Xs+rz9kqO8LOQ5DH6EsuvilT1ApazU0pyl+ytbPtlw==} - dev: true + is-hexadecimal@1.0.4: {} - /is-interactive@2.0.0: - resolution: {integrity: sha512-qP1vozQRI+BMOPcjFzrjXuQvdak2pHNUMZoeG2eRbiSqyvbEf/wQtEOTOX1guk6E3t36RkaqiSt8A/6YElNxLQ==} - engines: {node: '>=12'} - dev: true + is-interactive@2.0.0: {} - /is-invalid-path@0.1.0: - resolution: {integrity: sha512-aZMG0T3F34mTg4eTdszcGXx54oiZ4NtHSft3hWNJMGJXUUqdIj3cOZuHcU0nCWWcY3jd7yRe/3AEm3vSNTpBGQ==} - engines: {node: '>=0.10.0'} + is-invalid-path@0.1.0: dependencies: is-glob: 2.0.1 - dev: true - /is-number@7.0.0: - resolution: {integrity: sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==} - engines: {node: '>=0.12.0'} - dev: true + is-number@7.0.0: {} - /is-path-inside@3.0.3: - resolution: {integrity: sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==} - engines: {node: '>=8'} - dev: true + is-path-inside@3.0.3: {} - /is-stream@2.0.1: - resolution: {integrity: sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==} - engines: {node: '>=8'} - dev: true + is-stream@2.0.1: {} - /is-unicode-supported@1.3.0: - resolution: {integrity: sha512-43r2mRvz+8JRIKnWJ+3j8JtjRKZ6GmjzfaE/qiBJnikNnYv/6bagRJ1kUhNk8R5EX/GkobD+r+sfxCPJsiKBLQ==} - engines: {node: '>=12'} - dev: true + is-unicode-supported@1.3.0: {} - /is-valid-path@0.1.1: - resolution: {integrity: sha512-+kwPrVDu9Ms03L90Qaml+79+6DZHqHyRoANI6IsZJ/g8frhnfchDOBCa0RbQ6/kdHt5CS5OeIEyrYznNuVN+8A==} - engines: {node: '>=0.10.0'} + is-valid-path@0.1.1: dependencies: is-invalid-path: 0.1.0 - dev: true - /isexe@2.0.0: - resolution: {integrity: sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==} - dev: true + isexe@2.0.0: {} - /jackspeak@2.3.6: - resolution: {integrity: sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==} - engines: {node: '>=14'} + jackspeak@2.3.6: dependencies: '@isaacs/cliui': 8.0.2 optionalDependencies: '@pkgjs/parseargs': 0.11.0 - dev: true - /javascript-natural-sort@0.7.1: - resolution: {integrity: sha512-nO6jcEfZWQXDhOiBtG2KvKyEptz7RVbpGP4vTD2hLBdmNQSsCiicO2Ioinv6UI4y9ukqnBpy+XZ9H6uLNgJTlw==} - dev: true + javascript-natural-sort@0.7.1: {} - /jju@1.4.0: - resolution: {integrity: sha512-8wb9Yw966OSxApiCt0K3yNJL8pnNeIv+OEq2YMidz4FKP6nonSRoOXc80iXY4JaN2FC11B9qsNmDsm+ZOfMROA==} - dev: true + jju@1.4.0: {} - /js-tokens@4.0.0: - resolution: {integrity: sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==} - dev: true + js-tokens@4.0.0: {} - /js-yaml@4.1.0: - resolution: {integrity: sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==} - hasBin: true + js-yaml@4.1.0: dependencies: argparse: 2.0.1 - dev: true - /jsesc@2.5.2: - resolution: {integrity: sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==} - engines: {node: '>=4'} - hasBin: true - dev: true + jsesc@2.5.2: {} - /json-buffer@3.0.1: - resolution: {integrity: sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==} - dev: true + json-buffer@3.0.1: {} - /json-schema-traverse@0.4.1: - resolution: {integrity: sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==} - dev: true + json-schema-traverse@0.4.1: {} - /json-stable-stringify-without-jsonify@1.0.1: - resolution: {integrity: sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==} - dev: true + json-stable-stringify-without-jsonify@1.0.1: {} - /keyv@4.5.4: - resolution: {integrity: sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==} + keyv@4.5.4: dependencies: json-buffer: 3.0.1 - dev: true - /kuler@2.0.0: - resolution: {integrity: sha512-Xq9nH7KlWZmXAtodXDDRE7vs6DU1gTU8zYDHDiWLSip45Egwq3plLHzPn27NgvzL2r1LMPC1vdqh98sQxtqj4A==} - dev: true + kuler@2.0.0: {} - /levn@0.4.1: - resolution: {integrity: sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==} - engines: {node: '>= 0.8.0'} + levn@0.4.1: dependencies: prelude-ls: 1.2.1 type-check: 0.4.0 - dev: true - /locate-path@6.0.0: - resolution: {integrity: sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==} - engines: {node: '>=10'} + locate-path@6.0.0: dependencies: p-locate: 5.0.0 - dev: true - /lodash-es@4.17.21: - resolution: {integrity: sha512-mKnC+QJ9pWVzv+C4/U3rRsHapFfHvQFoFB92e52xeyGMcX6/OlIl78je1u8vePzYZSkkogMPJ2yjxxsb89cxyw==} - dev: true + lodash-es@4.17.21: {} - /lodash.merge@4.6.2: - resolution: {integrity: sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==} - dev: true + lodash.merge@4.6.2: {} - /lodash@4.17.21: - resolution: {integrity: sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==} - dev: true + lodash@4.17.21: {} - /log-symbols@5.1.0: - resolution: {integrity: sha512-l0x2DvrW294C9uDCoQe1VSU4gf529FkSZ6leBl4TiqZH/e+0R7hSfHQBNut2mNygDgHwvYHfFLn6Oxb3VWj2rA==} - engines: {node: '>=12'} + log-symbols@5.1.0: dependencies: chalk: 5.3.0 is-unicode-supported: 1.3.0 - dev: true - /logform@2.6.0: - resolution: {integrity: sha512-1ulHeNPp6k/LD8H91o7VYFBng5i1BDE7HoKxVbZiGFidS1Rj65qcywLxX+pVfAPoQJEjRdvKcusKwOupHCVOVQ==} - engines: {node: '>= 12.0.0'} + logform@2.6.0: dependencies: '@colors/colors': 1.6.0 '@types/triple-beam': 1.3.5 @@ -1708,17 +2338,12 @@ packages: ms: 2.1.2 safe-stable-stringify: 2.4.3 triple-beam: 1.4.1 - dev: true - /lru-cache@6.0.0: - resolution: {integrity: sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==} - engines: {node: '>=10'} + lru-cache@6.0.0: dependencies: yallist: 4.0.0 - dev: true - /mdast-util-from-markdown@0.8.5: - resolution: {integrity: sha512-2hkTXtYYnr+NubD/g6KGBS/0mFmBcifAsI0yIWRiRo0PjVs6SSOSOdtzbp6kSGnShDN6G5aWZpKQ2lWRy27mWQ==} + mdast-util-from-markdown@0.8.5: dependencies: '@types/mdast': 3.0.15 mdast-util-to-string: 2.0.0 @@ -1727,109 +2352,65 @@ packages: unist-util-stringify-position: 2.0.3 transitivePeerDependencies: - supports-color - dev: true - /mdast-util-to-string@2.0.0: - resolution: {integrity: sha512-AW4DRS3QbBayY/jJmD8437V1Gombjf8RSOUCMFBuo5iHi58AGEgVCKQ+ezHkZZDpAQS75hcBMpLqjpJTjtUL7w==} - dev: true + mdast-util-to-string@2.0.0: {} - /merge2@1.4.1: - resolution: {integrity: sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==} - engines: {node: '>= 8'} - dev: true + merge2@1.4.1: {} - /micromark@2.11.4: - resolution: {integrity: sha512-+WoovN/ppKolQOFIAajxi7Lu9kInbPxFuTBVEavFcL8eAfVstoc5MocPmqBeAdBOJV00uaVjegzH4+MA0DN/uA==} + micromark@2.11.4: dependencies: debug: 4.3.4 parse-entities: 2.0.0 transitivePeerDependencies: - supports-color - dev: true - /micromatch@4.0.5: - resolution: {integrity: sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==} - engines: {node: '>=8.6'} + micromatch@4.0.5: dependencies: braces: 3.0.2 picomatch: 2.3.1 - dev: true - /mimic-fn@2.1.0: - resolution: {integrity: sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==} - engines: {node: '>=6'} - dev: true + mimic-fn@2.1.0: {} - /minimatch@3.1.2: - resolution: {integrity: sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==} + minimatch@3.1.2: dependencies: brace-expansion: 1.1.11 - dev: true - /moo@0.5.2: - resolution: {integrity: sha512-iSAJLHYKnX41mKcJKjqvnAN9sf0LMDTXDEvFv+ffuRR9a1MIuXLjMNL6EsnDHSkKLTWNqQQ5uo61P4EbU4NU+Q==} - dev: true + moo@0.5.2: {} - /ms@2.1.2: - resolution: {integrity: sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==} - dev: true + ms@2.1.2: {} - /mute-stream@1.0.0: - resolution: {integrity: sha512-avsJQhyd+680gKXyG/sQc0nXaC6rBkPOfyHYcFb9+hdkqQkR9bdnkJ0AMZhke0oesPqIO+mFFJ+IdBc7mst4IA==} - engines: {node: ^14.17.0 || ^16.13.0 || >=18.0.0} - dev: true + mute-stream@1.0.0: {} - /nanoclone@0.2.1: - resolution: {integrity: sha512-wynEP02LmIbLpcYw8uBKpcfF6dmg2vcpKqxeH5UcoKEYdExslsdUA4ugFauuaeYdTB76ez6gJW8XAZ6CgkXYxA==} - dev: true + nanoclone@0.2.1: {} - /natural-compare-lite@1.4.0: - resolution: {integrity: sha512-Tj+HTDSJJKaZnfiuw+iaF9skdPpTo2GtEly5JHnWV/hfv2Qj/9RKsGISQtLh2ox3l5EAGw487hnBee0sIJ6v2g==} - dev: true + natural-compare-lite@1.4.0: {} - /natural-compare@1.4.0: - resolution: {integrity: sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==} - dev: true + natural-compare@1.4.0: {} - /nearley@2.20.1: - resolution: {integrity: sha512-+Mc8UaAebFzgV+KpI5n7DasuuQCHA89dmwm7JXw3TV43ukfNQ9DnBH3Mdb2g/I4Fdxc26pwimBWvjIw0UAILSQ==} - hasBin: true + nearley@2.20.1: dependencies: commander: 2.20.3 moo: 0.5.2 railroad-diagrams: 1.0.0 randexp: 0.4.6 - dev: true - /node-sql-parser@4.18.0: - resolution: {integrity: sha512-2YEOR5qlI1zUFbGMLKNfsrR5JUvFg9LxIRVE+xJe962pfVLH0rnItqLzv96XVs1Y1UIR8FxsXAuvX/lYAWZ2BQ==} - engines: {node: '>=8'} + node-sql-parser@4.18.0: dependencies: big-integer: 1.6.52 - dev: true - /once@1.4.0: - resolution: {integrity: sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==} + once@1.4.0: dependencies: wrappy: 1.0.2 - dev: true - /one-time@1.0.0: - resolution: {integrity: sha512-5DXOiRKwuSEcQ/l0kGCF6Q3jcADFv5tSmRaJck/OqkVFcOzutB134KRSfF0xDrL39MNnqxbHBbUUcjZIhTgb2g==} + one-time@1.0.0: dependencies: fn.name: 1.1.0 - dev: true - /onetime@5.1.2: - resolution: {integrity: sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==} - engines: {node: '>=6'} + onetime@5.1.2: dependencies: mimic-fn: 2.1.0 - dev: true - /optionator@0.9.3: - resolution: {integrity: sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==} - engines: {node: '>= 0.8.0'} + optionator@0.9.3: dependencies: '@aashutoshrathi/word-wrap': 1.2.6 deep-is: 0.1.4 @@ -1837,11 +2418,8 @@ packages: levn: 0.4.1 prelude-ls: 1.2.1 type-check: 0.4.0 - dev: true - /ora@6.3.1: - resolution: {integrity: sha512-ERAyNnZOfqM+Ao3RAvIXkYh5joP220yf59gVe2X/cI6SiCxIdi4c9HZKZD8R6q/RDXEje1THBju6iExiSsgJaQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + ora@6.3.1: dependencies: chalk: 5.3.0 cli-cursor: 4.0.0 @@ -1852,36 +2430,22 @@ packages: stdin-discarder: 0.1.0 strip-ansi: 7.1.0 wcwidth: 1.0.1 - dev: true - /os-tmpdir@1.0.2: - resolution: {integrity: sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==} - engines: {node: '>=0.10.0'} - dev: true + os-tmpdir@1.0.2: {} - /p-limit@3.1.0: - resolution: {integrity: sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==} - engines: {node: '>=10'} + p-limit@3.1.0: dependencies: yocto-queue: 0.1.0 - dev: true - /p-locate@5.0.0: - resolution: {integrity: sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==} - engines: {node: '>=10'} + p-locate@5.0.0: dependencies: p-limit: 3.1.0 - dev: true - /parent-module@1.0.1: - resolution: {integrity: sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==} - engines: {node: '>=6'} + parent-module@1.0.1: dependencies: callsites: 3.1.0 - dev: true - /parse-entities@2.0.0: - resolution: {integrity: sha512-kkywGpCcRYhqQIchaWqZ875wzpS/bMKhz5HnN3p7wveJTkTtyAB/AlnS0f8DFSqYW1T82t6yEAkEcB+A1I3MbQ==} + parse-entities@2.0.0: dependencies: character-entities: 1.2.4 character-entities-legacy: 1.1.4 @@ -1889,428 +2453,230 @@ packages: is-alphanumerical: 1.0.4 is-decimal: 1.0.4 is-hexadecimal: 1.0.4 - dev: true - /path-exists@4.0.0: - resolution: {integrity: sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==} - engines: {node: '>=8'} - dev: true + path-exists@4.0.0: {} - /path-is-absolute@1.0.1: - resolution: {integrity: sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==} - engines: {node: '>=0.10.0'} - dev: true + path-is-absolute@1.0.1: {} - /path-key@3.1.1: - resolution: {integrity: sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==} - engines: {node: '>=8'} - dev: true + path-key@3.1.1: {} - /path-parse@1.0.7: - resolution: {integrity: sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==} - dev: true + path-parse@1.0.7: {} - /path-type@4.0.0: - resolution: {integrity: sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==} - engines: {node: '>=8'} - dev: true + path-type@4.0.0: {} - /picomatch@2.3.1: - resolution: {integrity: sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==} - engines: {node: '>=8.6'} - dev: true + picocolors@1.0.0: {} - /prelude-ls@1.2.1: - resolution: {integrity: sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==} - engines: {node: '>= 0.8.0'} - dev: true + picomatch@2.3.1: {} - /prettier-plugin-sql@0.13.0(prettier@2.8.8): - resolution: {integrity: sha512-Ui9603tDD6PFyr7JvIEoE6cIFMQnJVDriG+oLyVThsGo/MIl5ek18JhH3xtox9ux8jvyww/FUFrJzxpZ7FIdvw==} - engines: {node: ^12.20.0 || ^14.18.0 || >=16.0.0} - peerDependencies: - prettier: ^2.0.0 + prelude-ls@1.2.1: {} + + prettier-plugin-sql@0.13.0(prettier@2.8.8): dependencies: node-sql-parser: 4.18.0 prettier: 2.8.8 sql-formatter: 11.0.2 tslib: 2.6.2 - dev: true - /prettier@2.8.8: - resolution: {integrity: sha512-tdN8qQGvNjw4CHbY+XXk0JgCXn9QiF21a55rBe5LJAU+kDyC4WQn4+awm2Xfk2lQMk5fKup9XgzTZtGkjBdP9Q==} - engines: {node: '>=10.13.0'} - hasBin: true - dev: true + prettier@2.8.8: {} - /property-expr@2.0.6: - resolution: {integrity: sha512-SVtmxhRE/CGkn3eZY1T6pC8Nln6Fr/lu1mKSgRud0eC73whjGfoAogbn78LkD8aFL0zz3bAFerKSnOl7NlErBA==} - dev: true + property-expr@2.0.6: {} - /punycode@2.3.1: - resolution: {integrity: sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==} - engines: {node: '>=6'} - dev: true + punycode@2.3.1: {} - /queue-microtask@1.2.3: - resolution: {integrity: sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==} - dev: true + queue-microtask@1.2.3: {} - /railroad-diagrams@1.0.0: - resolution: {integrity: sha512-cz93DjNeLY0idrCNOH6PviZGRN9GJhsdm9hpn1YCS879fj4W+x5IFJhhkRZcwVgMmFF7R82UA/7Oh+R8lLZg6A==} - dev: true + railroad-diagrams@1.0.0: {} - /randexp@0.4.6: - resolution: {integrity: sha512-80WNmd9DA0tmZrw9qQa62GPPWfuXJknrmVmLcxvq4uZBdYqb1wYoKTmnlGUchvVWe0XiLupYkBoXVOxz3C8DYQ==} - engines: {node: '>=0.12'} + randexp@0.4.6: dependencies: discontinuous-range: 1.0.0 ret: 0.1.15 - dev: true - /readable-stream@3.6.2: - resolution: {integrity: sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==} - engines: {node: '>= 6'} + readable-stream@3.6.2: dependencies: inherits: 2.0.4 string_decoder: 1.3.0 util-deprecate: 1.0.2 - dev: true - /rechoir@0.6.2: - resolution: {integrity: sha512-HFM8rkZ+i3zrV+4LQjwQ0W+ez98pApMGM3HUrN04j3CqzPOzl9nmP15Y8YXNm8QHGv/eacOVEjqhmWpkRV0NAw==} - engines: {node: '>= 0.10'} + rechoir@0.6.2: dependencies: resolve: 1.19.0 - dev: true - /regenerator-runtime@0.14.1: - resolution: {integrity: sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==} - dev: true + regenerator-runtime@0.14.1: {} - /regexp-to-ast@0.5.0: - resolution: {integrity: sha512-tlbJqcMHnPKI9zSrystikWKwHkBqu2a/Sgw01h3zFjvYrMxEDYHzzoMZnUrbIfpTFEsoRnnviOXNCzFiSc54Qw==} - dev: true + regexp-to-ast@0.5.0: {} - /resolve-from@4.0.0: - resolution: {integrity: sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==} - engines: {node: '>=4'} - dev: true + resolve-from@4.0.0: {} - /resolve@1.19.0: - resolution: {integrity: sha512-rArEXAgsBG4UgRGcynxWIWKFvh/XZCcS8UJdHhwy91zwAvCZIbcs+vAbflgBnNjYMs/i/i+/Ux6IZhML1yPvxg==} + resolve@1.19.0: dependencies: is-core-module: 2.13.1 path-parse: 1.0.7 - dev: true - /restore-cursor@4.0.0: - resolution: {integrity: sha512-I9fPXU9geO9bHOt9pHHOhOkYerIMsmVaWB0rA2AI9ERh/+x/i7MV5HKBNrg+ljO5eoPVgCcnFuRjJ9uH6I/3eg==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + restore-cursor@4.0.0: dependencies: onetime: 5.1.2 signal-exit: 3.0.7 - dev: true - /ret@0.1.15: - resolution: {integrity: sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==} - engines: {node: '>=0.12'} - dev: true + ret@0.1.15: {} - /reusify@1.0.4: - resolution: {integrity: sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==} - engines: {iojs: '>=1.0.0', node: '>=0.10.0'} - dev: true + reusify@1.0.4: {} - /rimraf@3.0.2: - resolution: {integrity: sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==} - hasBin: true + rimraf@3.0.2: dependencies: glob: 7.2.3 - dev: true - /run-async@3.0.0: - resolution: {integrity: sha512-540WwVDOMxA6dN6We19EcT9sc3hkXPw5mzRNGM3FkdN/vtE9NFvj5lFAPNwUDmJjXidm3v7TC1cTE7t17Ulm1Q==} - engines: {node: '>=0.12.0'} - dev: true + run-async@3.0.0: {} - /run-parallel@1.2.0: - resolution: {integrity: sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==} + run-parallel@1.2.0: dependencies: queue-microtask: 1.2.3 - dev: true - /rword@3.2.1: - resolution: {integrity: sha512-E1PhzHCM8enXQJoVv0ZKvqMNojkbRqMsv66pD0P4mRl1imb+0g+3Q19CtXobZIqOhi3zNZi1br//U87vc/s6OA==} - dev: true + rword@3.2.1: {} - /safe-buffer@5.2.1: - resolution: {integrity: sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==} - dev: true + safe-buffer@5.2.1: {} - /safe-stable-stringify@2.4.3: - resolution: {integrity: sha512-e2bDA2WJT0wxseVd4lsDP4+3ONX6HpMXQa1ZhFQ7SU+GjvORCmShbCMltrtIDfkYhVHrOcPtj+KhmDBdPdZD1g==} - engines: {node: '>=10'} - dev: true + safe-stable-stringify@2.4.3: {} - /safer-buffer@2.1.2: - resolution: {integrity: sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==} - dev: true + safer-buffer@2.1.2: {} - /semver@7.6.0: - resolution: {integrity: sha512-EnwXhrlwXMk9gKu5/flx5sv/an57AkRplG3hTK68W7FRDN+k+OWBj65M7719OkA82XLBxrcX0KSHj+X5COhOVg==} - engines: {node: '>=10'} - hasBin: true + semver@7.6.0: dependencies: lru-cache: 6.0.0 - dev: true - /shebang-command@2.0.0: - resolution: {integrity: sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==} - engines: {node: '>=8'} + shebang-command@2.0.0: dependencies: shebang-regex: 3.0.0 - dev: true - /shebang-regex@3.0.0: - resolution: {integrity: sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==} - engines: {node: '>=8'} - dev: true + shebang-regex@3.0.0: {} - /shelljs@0.8.5: - resolution: {integrity: sha512-TiwcRcrkhHvbrZbnRcFYMLl30Dfov3HKqzp5tO5b4pt6G/SezKcYhmDg15zXVBswHmctSAQKznqNW2LO5tTDow==} - engines: {node: '>=4'} - hasBin: true + shelljs@0.8.5: dependencies: glob: 7.2.3 interpret: 1.4.0 rechoir: 0.6.2 - dev: true - /signal-exit@3.0.7: - resolution: {integrity: sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==} - dev: true + signal-exit@3.0.7: {} - /signal-exit@4.1.0: - resolution: {integrity: sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==} - engines: {node: '>=14'} - dev: true + signal-exit@4.1.0: {} - /simple-swizzle@0.2.2: - resolution: {integrity: sha512-JA//kQgZtbuY83m+xT+tXJkmJncGMTFT+C+g2h2R9uxkYIrE2yy9sgmcLhCnw57/WSD+Eh3J97FPEDFnbXnDUg==} + simple-swizzle@0.2.2: dependencies: is-arrayish: 0.3.2 - dev: true - /slash@3.0.0: - resolution: {integrity: sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==} - engines: {node: '>=8'} - dev: true + slash@3.0.0: {} - /source-map@0.5.7: - resolution: {integrity: sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==} - engines: {node: '>=0.10.0'} - dev: true + source-map@0.5.7: {} - /sql-formatter@11.0.2: - resolution: {integrity: sha512-6QumAdGHEnI5dXEq1d0aBRP876AyA9Wp/UE7wopKNA2Mp9sKGRKVqGgoWHk4dr0J0nceesC85Y0p36qmGoNqhw==} - hasBin: true + sql-formatter@11.0.2: dependencies: argparse: 2.0.1 nearley: 2.20.1 - dev: true - /stack-trace@0.0.10: - resolution: {integrity: sha512-KGzahc7puUKkzyMt+IqAep+TVNbKP+k2Lmwhub39m1AsTSkaDutx56aDCo+HLDzf/D26BIHTJWNiTG1KAJiQCg==} - dev: true + stack-trace@0.0.10: {} - /stdin-discarder@0.1.0: - resolution: {integrity: sha512-xhV7w8S+bUwlPTb4bAOUQhv8/cSS5offJuX8GQGq32ONF0ZtDWKfkdomM3HMRA+LhX6um/FZ0COqlwsjD53LeQ==} - engines: {node: ^12.20.0 || ^14.13.1 || >=16.0.0} + stdin-discarder@0.1.0: dependencies: bl: 5.1.0 - dev: true - /string-width@4.2.3: - resolution: {integrity: sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==} - engines: {node: '>=8'} + string-width@4.2.3: dependencies: emoji-regex: 8.0.0 is-fullwidth-code-point: 3.0.0 strip-ansi: 6.0.1 - dev: true - /string-width@5.1.2: - resolution: {integrity: sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==} - engines: {node: '>=12'} + string-width@5.1.2: dependencies: eastasianwidth: 0.2.0 emoji-regex: 9.2.2 strip-ansi: 7.1.0 - dev: true - /string_decoder@1.3.0: - resolution: {integrity: sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==} + string_decoder@1.3.0: dependencies: safe-buffer: 5.2.1 - dev: true - /strip-ansi@6.0.1: - resolution: {integrity: sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==} - engines: {node: '>=8'} + strip-ansi@6.0.1: dependencies: ansi-regex: 5.0.1 - dev: true - /strip-ansi@7.1.0: - resolution: {integrity: sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==} - engines: {node: '>=12'} + strip-ansi@7.1.0: dependencies: ansi-regex: 6.0.1 - dev: true - /strip-json-comments@3.1.1: - resolution: {integrity: sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==} - engines: {node: '>=8'} - dev: true + strip-json-comments@3.1.1: {} - /supports-color@5.5.0: - resolution: {integrity: sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==} - engines: {node: '>=4'} + supports-color@5.5.0: dependencies: has-flag: 3.0.0 - dev: true - /supports-color@7.2.0: - resolution: {integrity: sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==} - engines: {node: '>=8'} + supports-color@7.2.0: dependencies: has-flag: 4.0.0 - dev: true - /text-hex@1.0.0: - resolution: {integrity: sha512-uuVGNWzgJ4yhRaNSiubPY7OjISw4sw4E5Uv0wbjp+OzcbmVU/rsT8ujgcXJhn9ypzsgr5vlzpPqP+MBBKcGvbg==} - dev: true + text-hex@1.0.0: {} - /text-table@0.2.0: - resolution: {integrity: sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==} - dev: true + text-table@0.2.0: {} - /tmp@0.0.33: - resolution: {integrity: sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==} - engines: {node: '>=0.6.0'} + tmp@0.0.33: dependencies: os-tmpdir: 1.0.2 - dev: true - /to-fast-properties@2.0.0: - resolution: {integrity: sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==} - engines: {node: '>=4'} - dev: true + to-fast-properties@2.0.0: {} - /to-regex-range@5.0.1: - resolution: {integrity: sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==} - engines: {node: '>=8.0'} + to-regex-range@5.0.1: dependencies: is-number: 7.0.0 - dev: true - /toposort@2.0.2: - resolution: {integrity: sha512-0a5EOkAUp8D4moMi2W8ZF8jcga7BgZd91O/yabJCFY8az+XSzeGyTKs0Aoo897iV1Nj6guFq8orWDS96z91oGg==} - dev: true + toposort@2.0.2: {} - /triple-beam@1.4.1: - resolution: {integrity: sha512-aZbgViZrg1QNcG+LULa7nhZpJTZSLm/mXnHXnbAbjmN5aSa0y7V+wvv6+4WaBtpISJzThKy+PIPxc1Nq1EJ9mg==} - engines: {node: '>= 14.0.0'} - dev: true + triple-beam@1.4.1: {} - /tslib@1.14.1: - resolution: {integrity: sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==} - dev: true + tslib@1.14.1: {} - /tslib@2.6.2: - resolution: {integrity: sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==} - dev: true + tslib@2.6.2: {} - /tsutils@3.21.0(typescript@5.4.2): - resolution: {integrity: sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==} - engines: {node: '>= 6'} - peerDependencies: - typescript: '>=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta' + tsutils@3.21.0(typescript@5.4.5): dependencies: tslib: 1.14.1 - typescript: 5.4.2 - dev: true + typescript: 5.4.5 - /type-check@0.4.0: - resolution: {integrity: sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==} - engines: {node: '>= 0.8.0'} + type-check@0.4.0: dependencies: prelude-ls: 1.2.1 - dev: true - /type-fest@0.20.2: - resolution: {integrity: sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==} - engines: {node: '>=10'} - dev: true + type-fest@0.20.2: {} - /type-fest@0.21.3: - resolution: {integrity: sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==} - engines: {node: '>=10'} - dev: true + type-fest@0.21.3: {} - /typescript@5.4.2: - resolution: {integrity: sha512-+2/g0Fds1ERlP6JsakQQDXjZdZMM+rqpamFZJEKh4kwTIn3iDkgKtby0CeNd5ATNZ4Ry1ax15TMx0W2V+miizQ==} - engines: {node: '>=14.17'} - hasBin: true - dev: true + typescript@5.4.5: {} - /undici-types@5.26.5: - resolution: {integrity: sha512-JlCMO+ehdEIKqlFxk6IfVoAUVmgz7cU7zD/h9XZ0qzeosSHmUJVOzSQvvYSYWXkFXC+IfLKSIffhv0sVZup6pA==} - dev: true + undici-types@5.26.5: {} - /unist-util-stringify-position@2.0.3: - resolution: {integrity: sha512-3faScn5I+hy9VleOq/qNbAd6pAx7iH5jYBMS9I1HgQVijz/4mv5Bvw5iw1sC/90CODiKo81G/ps8AJrISn687g==} + unist-util-stringify-position@2.0.3: dependencies: '@types/unist': 2.0.10 - dev: true - /uri-js@4.4.1: - resolution: {integrity: sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==} + uri-js@4.4.1: dependencies: punycode: 2.3.1 - dev: true - /util-deprecate@1.0.2: - resolution: {integrity: sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==} - dev: true + util-deprecate@1.0.2: {} - /wcwidth@1.0.1: - resolution: {integrity: sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==} + wcwidth@1.0.1: dependencies: defaults: 1.0.4 - dev: true - /which@2.0.2: - resolution: {integrity: sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==} - engines: {node: '>= 8'} - hasBin: true + which@2.0.2: dependencies: isexe: 2.0.0 - dev: true - /winston-transport@4.7.0: - resolution: {integrity: sha512-ajBj65K5I7denzer2IYW6+2bNIVqLGDHqDw3Ow8Ohh+vdW+rv4MZ6eiDvHoKhfJFZ2auyN8byXieDDJ96ViONg==} - engines: {node: '>= 12.0.0'} + winston-transport@4.7.0: dependencies: logform: 2.6.0 readable-stream: 3.6.2 triple-beam: 1.4.1 - dev: true - /winston@3.12.0: - resolution: {integrity: sha512-OwbxKaOlESDi01mC9rkM0dQqQt2I8DAUMRLZ/HpbwvDXm85IryEHgoogy5fziQy38PntgZsLlhAYHz//UPHZ5w==} - engines: {node: '>= 12.0.0'} + winston@3.12.0: dependencies: '@colors/colors': 1.6.0 '@dabh/diagnostics': 2.0.3 @@ -2323,51 +2689,32 @@ packages: stack-trace: 0.0.10 triple-beam: 1.4.1 winston-transport: 4.7.0 - dev: true - /wrap-ansi@6.2.0: - resolution: {integrity: sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==} - engines: {node: '>=8'} + wrap-ansi@6.2.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true - /wrap-ansi@7.0.0: - resolution: {integrity: sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==} - engines: {node: '>=10'} + wrap-ansi@7.0.0: dependencies: ansi-styles: 4.3.0 string-width: 4.2.3 strip-ansi: 6.0.1 - dev: true - /wrap-ansi@8.1.0: - resolution: {integrity: sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==} - engines: {node: '>=12'} + wrap-ansi@8.1.0: dependencies: ansi-styles: 6.2.1 string-width: 5.1.2 strip-ansi: 7.1.0 - dev: true - /wrappy@1.0.2: - resolution: {integrity: sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==} - dev: true + wrappy@1.0.2: {} - /yallist@4.0.0: - resolution: {integrity: sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==} - dev: true + yallist@4.0.0: {} - /yocto-queue@0.1.0: - resolution: {integrity: sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==} - engines: {node: '>=10'} - dev: true + yocto-queue@0.1.0: {} - /yup@0.32.9: - resolution: {integrity: sha512-Ci1qN+i2H0XpY7syDQ0k5zKQ/DoxO0LzPg8PAR/X4Mpj6DqaeCoIYEEjDJwhArh3Fa7GWbQQVDZKeXYlSH4JMg==} - engines: {node: '>=10'} + yup@0.32.9: dependencies: '@babel/runtime': 7.24.0 '@types/lodash': 4.17.0 @@ -2376,4 +2723,3 @@ packages: nanoclone: 0.2.1 property-expr: 2.0.6 toposort: 2.0.2 - dev: true diff --git a/src/MonorepoBuilder/TagDocsReleaseWorker.php b/src/MonorepoBuilder/TagDocsReleaseWorker.php deleted file mode 100644 index 1e778531..00000000 --- a/src/MonorepoBuilder/TagDocsReleaseWorker.php +++ /dev/null @@ -1,26 +0,0 @@ -getOriginalString()}"; - } - - public function work(Version $version): void - { - $tag = "{$version->getOriginalString()}-docs"; - chdir(__DIR__ . '/../docs'); - shell_exec('git add -A .'); - shell_exec( - "git commit -m \"Update documentation for {$version->getOriginalString()}\"" - ); - shell_exec("git tag $tag"); - shell_exec("git push origin $tag"); - } -}