Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .stats.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
configured_endpoints: 239
openapi_spec_hash: f8d2bbed3081c9ffc1547d28f89a8a34
openapi_spec_hash: b2d785201800fbde4bc4022fba5b6e43
config_hash: 1ca082e374ef7000e2a5971e8da740e0
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/increase.publish.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ configure<MavenPublishBaseExtension> {

pom {
name.set("Increase API")
description.set("Anything that you can achieve with PDFs, presence, and persistence in a bank\nbranch you can do with our API. We've always wanted a fully programmatic bank so\nwe built one. Our API faithfully exposes the data and capabilities of the\nFederal Reserve, Visa, The Clearing House, depository networks, and accounting\ntools. It's lovingly boring and exceptionally powerful. If you have any\nquestions or want to get started, don't hesitate to ping us at\[email protected]. We can't wait to see what you build!")
description.set("Anything that you can achieve with PDFs, presence, and persistence in a bank\nbranch you can do with our API. Our API faithfully exposes the data and\ncapabilities of the Federal Reserve, Visa, The Clearing House, depository\nnetworks, and accounting tools. It's lovingly boring and exceptionally powerful.\nIf you have any questions or want to get started, don't hesitate to ping us at\[email protected]. We can't wait to see what you build!")
url.set("https://increase.com/documentation")

licenses {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1547,8 +1547,9 @@ private constructor(
@JvmField val WON = of("won")

/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
@JvmField val REJECTED = of("rejected")

Expand All @@ -1575,8 +1576,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
}
Expand Down Expand Up @@ -1609,8 +1611,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation for
* more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
/** An enum member indicating that [Status] was instantiated with an unknown value. */
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -620,8 +620,9 @@ private constructor(
@JvmField val WON = of("won")

/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
@JvmField val REJECTED = of("rejected")

Expand All @@ -648,8 +649,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
}
Expand Down Expand Up @@ -682,8 +684,9 @@ private constructor(
/** The Card Dispute has been won and no further action can be taken. */
WON,
/**
* The Card Dispute has been reviewed and rejected, please review the explanation
* for more details.
* The Card Dispute was rejected before it was submitted to the network, either by
* Increase or because the user withdrew it. Please review the explanation for more
* details.
*/
REJECTED,
/** An enum member indicating that [In] was instantiated with an unknown value. */
Expand Down
Loading
Loading