Skip to content

Commit bd64242

Browse files
committed
chore(internal): add a top-level generated comment to each file (#92)
1 parent f382a71 commit bd64242

469 files changed

Lines changed: 938 additions & 0 deletions

File tree

Some content is hidden

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

lithic-java-client-okhttp/src/main/kotlin/com/lithic/api/client/okhttp/LithicOkHttpClient.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.client.okhttp
24

35
import com.fasterxml.jackson.databind.json.JsonMapper

lithic-java-client-okhttp/src/main/kotlin/com/lithic/api/client/okhttp/LithicOkHttpClientAsync.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.client.okhttp
24

35
import com.fasterxml.jackson.databind.json.JsonMapper

lithic-java-core/src/main/kotlin/com/lithic/api/client/LithicClient.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102
24

35
package com.lithic.api.client

lithic-java-core/src/main/kotlin/com/lithic/api/client/LithicClientAsync.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
@file:Suppress("OVERLOADS_INTERFACE") // See https://youtrack.jetbrains.com/issue/KT-36102
24

35
package com.lithic.api.client

lithic-java-core/src/main/kotlin/com/lithic/api/client/LithicClientAsyncImpl.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.client
24

35
import com.lithic.api.core.ClientOptions

lithic-java-core/src/main/kotlin/com/lithic/api/client/LithicClientImpl.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.client
24

35
import com.lithic.api.core.ClientOptions

lithic-java-core/src/main/kotlin/com/lithic/api/core/ClientOptions.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.core
24

35
import com.fasterxml.jackson.databind.json.JsonMapper

lithic-java-core/src/main/kotlin/com/lithic/api/errors/LithicError.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.errors
24

35
import com.fasterxml.jackson.annotation.JsonAnyGetter

lithic-java-core/src/main/kotlin/com/lithic/api/models/Account.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.models
24

35
import com.fasterxml.jackson.annotation.JsonAnyGetter

lithic-java-core/src/main/kotlin/com/lithic/api/models/AccountHolder.kt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
// File generated from our OpenAPI spec by Stainless.
2+
13
package com.lithic.api.models
24

35
import com.fasterxml.jackson.annotation.JsonAnyGetter

0 commit comments

Comments
 (0)