Skip to content

Commit

Permalink
feat(api)!: removes AuthRules V1 (#556)
Browse files Browse the repository at this point in the history
AuthRulesV2 has now replaced AuthRulesV1. See https://docs.lithic.com/docs/authorization-rules-v2 for more details
# Migration
To migrate, please replace all calls to AuthRulesV1 with their corresponding AuthRulesV2 methods.
  • Loading branch information
stainless-app[bot] committed Nov 6, 2024
1 parent 6ac59b7 commit 22847a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
configured_endpoints: 156
configured_endpoints: 149
4 changes: 0 additions & 4 deletions src/resources/shared.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.

import { CursorPage } from '../pagination';

/**
* Type of account financial account
*/
Expand Down Expand Up @@ -535,5 +533,3 @@ export namespace VelocityLimitParams {
* the month in Eastern Time.
*/
export type VelocityLimitParamsPeriodWindow = 'DAY' | 'MONTH';

export class AuthRulesCursorPage extends CursorPage<AuthRule> {}

0 comments on commit 22847a1

Please sign in to comment.