-
Notifications
You must be signed in to change notification settings - Fork 0
/
aliases.go
60 lines (43 loc) · 2.22 KB
/
aliases.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
// File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
package finchgo
import (
"github.com/Finch-API/finch-api-go/internal/apierror"
"github.com/Finch-API/finch-api-go/shared"
)
type Error = apierror.Error
// This is an alias to an internal type.
type ConnectionStatusType = shared.ConnectionStatusType
// This is an alias to an internal value.
const ConnectionStatusTypePending = shared.ConnectionStatusTypePending
// This is an alias to an internal value.
const ConnectionStatusTypeProcessing = shared.ConnectionStatusTypeProcessing
// This is an alias to an internal value.
const ConnectionStatusTypeConnected = shared.ConnectionStatusTypeConnected
// This is an alias to an internal value.
const ConnectionStatusTypeErrorNoAccountSetup = shared.ConnectionStatusTypeErrorNoAccountSetup
// This is an alias to an internal value.
const ConnectionStatusTypeErrorPermissions = shared.ConnectionStatusTypeErrorPermissions
// This is an alias to an internal value.
const ConnectionStatusTypeReauth = shared.ConnectionStatusTypeReauth
// - `supported`: This operation is supported by both the provider and Finch
// - `not_supported_by_finch`: This operation is not supported by Finch but
// supported by the provider
// - `not_supported_by_provider`: This operation is not supported by the provider,
// so Finch cannot support
// - `client_access_only`: This behavior is supported by the provider, but only
// available to the client and not to Finch
//
// This is an alias to an internal type.
type OperationSupport = shared.OperationSupport
// This is an alias to an internal value.
const OperationSupportSupported = shared.OperationSupportSupported
// This is an alias to an internal value.
const OperationSupportNotSupportedByFinch = shared.OperationSupportNotSupportedByFinch
// This is an alias to an internal value.
const OperationSupportNotSupportedByProvider = shared.OperationSupportNotSupportedByProvider
// This is an alias to an internal value.
const OperationSupportClientAccessOnly = shared.OperationSupportClientAccessOnly
// This is an alias to an internal type.
type OperationSupportMatrix = shared.OperationSupportMatrix
// This is an alias to an internal type.
type Paging = shared.Paging