@zapier/zapier-sdk 0.46.0 → 0.47.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/api/client.d.ts.map +1 -1
- package/dist/api/client.js +17 -6
- package/dist/api/types.d.ts +11 -0
- package/dist/api/types.d.ts.map +1 -1
- package/dist/index.cjs +3048 -3629
- package/dist/index.d.mts +6700 -2148
- package/dist/index.d.ts +5 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +1 -0
- package/dist/index.mjs +3045 -3630
- package/dist/plugins/api/index.d.ts +22 -10
- package/dist/plugins/api/index.d.ts.map +1 -1
- package/dist/plugins/api/index.js +4 -4
- package/dist/plugins/apps/index.d.ts +108 -7
- package/dist/plugins/apps/index.d.ts.map +1 -1
- package/dist/plugins/apps/index.js +3 -4
- package/dist/plugins/capabilities/index.d.ts +9 -6
- package/dist/plugins/capabilities/index.d.ts.map +1 -1
- package/dist/plugins/capabilities/index.js +3 -2
- package/dist/plugins/connections/index.d.ts +15 -9
- package/dist/plugins/connections/index.d.ts.map +1 -1
- package/dist/plugins/connections/index.js +3 -2
- package/dist/plugins/createClientCredentials/index.d.ts +26 -14
- package/dist/plugins/createClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/createClientCredentials/index.js +16 -39
- package/dist/plugins/createClientCredentials/schemas.d.ts +0 -2
- package/dist/plugins/createClientCredentials/schemas.d.ts.map +1 -1
- package/dist/plugins/deleteClientCredentials/index.d.ts +20 -14
- package/dist/plugins/deleteClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/deleteClientCredentials/index.js +18 -37
- package/dist/plugins/deleteClientCredentials/schemas.d.ts +0 -2
- package/dist/plugins/deleteClientCredentials/schemas.d.ts.map +1 -1
- package/dist/plugins/deprecated/authentications.d.ts +597 -41
- package/dist/plugins/deprecated/authentications.d.ts.map +1 -1
- package/dist/plugins/deprecated/authentications.js +9 -8
- package/dist/plugins/eventEmission/index.d.ts +9 -6
- package/dist/plugins/eventEmission/index.d.ts.map +1 -1
- package/dist/plugins/eventEmission/index.js +3 -2
- package/dist/plugins/fetch/index.d.ts +40 -17
- package/dist/plugins/fetch/index.d.ts.map +1 -1
- package/dist/plugins/fetch/index.js +6 -4
- package/dist/plugins/findFirstConnection/index.d.ts +109 -14
- package/dist/plugins/findFirstConnection/index.d.ts.map +1 -1
- package/dist/plugins/findFirstConnection/index.js +14 -26
- package/dist/plugins/findFirstConnection/schemas.d.ts +0 -2
- package/dist/plugins/findFirstConnection/schemas.d.ts.map +1 -1
- package/dist/plugins/findUniqueConnection/index.d.ts +109 -14
- package/dist/plugins/findUniqueConnection/index.d.ts.map +1 -1
- package/dist/plugins/findUniqueConnection/index.js +14 -26
- package/dist/plugins/findUniqueConnection/schemas.d.ts +0 -2
- package/dist/plugins/findUniqueConnection/schemas.d.ts.map +1 -1
- package/dist/plugins/getAction/index.d.ts +68 -15
- package/dist/plugins/getAction/index.d.ts.map +1 -1
- package/dist/plugins/getAction/index.js +21 -31
- package/dist/plugins/getAction/schemas.d.ts +0 -2
- package/dist/plugins/getAction/schemas.d.ts.map +1 -1
- package/dist/plugins/getApp/index.d.ts +140 -14
- package/dist/plugins/getApp/index.d.ts.map +1 -1
- package/dist/plugins/getApp/index.js +16 -38
- package/dist/plugins/getApp/schemas.d.ts +0 -2
- package/dist/plugins/getApp/schemas.d.ts.map +1 -1
- package/dist/plugins/getConnection/index.d.ts +50 -16
- package/dist/plugins/getConnection/index.d.ts.map +1 -1
- package/dist/plugins/getConnection/index.js +22 -29
- package/dist/plugins/getConnection/schemas.d.ts +0 -2
- package/dist/plugins/getConnection/schemas.d.ts.map +1 -1
- package/dist/plugins/getInputFieldsSchema/index.d.ts +59 -13
- package/dist/plugins/getInputFieldsSchema/index.d.ts.map +1 -1
- package/dist/plugins/getInputFieldsSchema/index.js +21 -32
- package/dist/plugins/getInputFieldsSchema/schemas.d.ts +0 -2
- package/dist/plugins/getInputFieldsSchema/schemas.d.ts.map +1 -1
- package/dist/plugins/getProfile/index.d.ts +25 -18
- package/dist/plugins/getProfile/index.d.ts.map +1 -1
- package/dist/plugins/getProfile/index.js +13 -26
- package/dist/plugins/getProfile/schemas.d.ts +0 -8
- package/dist/plugins/getProfile/schemas.d.ts.map +1 -1
- package/dist/plugins/getProfile/schemas.js +0 -1
- package/dist/plugins/listActions/index.d.ts +73 -23
- package/dist/plugins/listActions/index.d.ts.map +1 -1
- package/dist/plugins/listActions/index.js +25 -53
- package/dist/plugins/listActions/schemas.d.ts +0 -11
- package/dist/plugins/listActions/schemas.d.ts.map +1 -1
- package/dist/plugins/listApps/index.d.ts +121 -13
- package/dist/plugins/listApps/index.d.ts.map +1 -1
- package/dist/plugins/listApps/index.js +22 -31
- package/dist/plugins/listApps/schemas.d.ts +0 -2
- package/dist/plugins/listApps/schemas.d.ts.map +1 -1
- package/dist/plugins/listClientCredentials/index.d.ts +29 -16
- package/dist/plugins/listClientCredentials/index.d.ts.map +1 -1
- package/dist/plugins/listClientCredentials/index.js +17 -37
- package/dist/plugins/listClientCredentials/schemas.d.ts +0 -2
- package/dist/plugins/listClientCredentials/schemas.d.ts.map +1 -1
- package/dist/plugins/listConnections/index.d.ts +95 -17
- package/dist/plugins/listConnections/index.d.ts.map +1 -1
- package/dist/plugins/listConnections/index.js +25 -49
- package/dist/plugins/listConnections/schemas.d.ts +0 -2
- package/dist/plugins/listConnections/schemas.d.ts.map +1 -1
- package/dist/plugins/listInputFieldChoices/index.d.ts +77 -22
- package/dist/plugins/listInputFieldChoices/index.d.ts.map +1 -1
- package/dist/plugins/listInputFieldChoices/index.js +27 -50
- package/dist/plugins/listInputFieldChoices/schemas.d.ts +0 -2
- package/dist/plugins/listInputFieldChoices/schemas.d.ts.map +1 -1
- package/dist/plugins/listInputFields/index.d.ts +154 -22
- package/dist/plugins/listInputFields/index.d.ts.map +1 -1
- package/dist/plugins/listInputFields/index.js +28 -41
- package/dist/plugins/listInputFields/schemas.d.ts +0 -2
- package/dist/plugins/listInputFields/schemas.d.ts.map +1 -1
- package/dist/plugins/manifest/index.d.ts +40 -36
- package/dist/plugins/manifest/index.d.ts.map +1 -1
- package/dist/plugins/manifest/index.js +3 -2
- package/dist/plugins/registry/index.d.ts +11 -9
- package/dist/plugins/registry/index.d.ts.map +1 -1
- package/dist/plugins/registry/index.js +3 -2
- package/dist/plugins/request/index.d.ts +61 -15
- package/dist/plugins/request/index.d.ts.map +1 -1
- package/dist/plugins/request/index.js +14 -22
- package/dist/plugins/request/schemas.d.ts +0 -2
- package/dist/plugins/request/schemas.d.ts.map +1 -1
- package/dist/plugins/runAction/index.d.ts +137 -23
- package/dist/plugins/runAction/index.d.ts.map +1 -1
- package/dist/plugins/runAction/index.js +65 -78
- package/dist/plugins/runAction/schemas.d.ts +0 -10
- package/dist/plugins/runAction/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/createTable/index.d.ts +43 -11
- package/dist/plugins/tables/createTable/index.d.ts.map +1 -1
- package/dist/plugins/tables/createTable/index.js +16 -44
- package/dist/plugins/tables/createTable/schemas.d.ts +0 -2
- package/dist/plugins/tables/createTable/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/createTableFields/index.d.ts +54 -11
- package/dist/plugins/tables/createTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/createTableFields/index.js +17 -41
- package/dist/plugins/tables/createTableFields/schemas.d.ts +0 -2
- package/dist/plugins/tables/createTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/createTableRecords/index.d.ts +47 -11
- package/dist/plugins/tables/createTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/createTableRecords/index.js +17 -43
- package/dist/plugins/tables/createTableRecords/schemas.d.ts +0 -2
- package/dist/plugins/tables/createTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTable/index.d.ts +36 -13
- package/dist/plugins/tables/deleteTable/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTable/index.js +18 -40
- package/dist/plugins/tables/deleteTable/schemas.d.ts +0 -2
- package/dist/plugins/tables/deleteTable/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableFields/index.d.ts +36 -11
- package/dist/plugins/tables/deleteTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableFields/index.js +17 -39
- package/dist/plugins/tables/deleteTableFields/schemas.d.ts +0 -2
- package/dist/plugins/tables/deleteTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableRecords/index.d.ts +36 -11
- package/dist/plugins/tables/deleteTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/deleteTableRecords/index.js +18 -41
- package/dist/plugins/tables/deleteTableRecords/schemas.d.ts +0 -2
- package/dist/plugins/tables/deleteTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/getTable/index.d.ts +43 -12
- package/dist/plugins/tables/getTable/index.d.ts.map +1 -1
- package/dist/plugins/tables/getTable/index.js +18 -43
- package/dist/plugins/tables/getTable/schemas.d.ts +0 -2
- package/dist/plugins/tables/getTable/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/getTableRecord/index.d.ts +43 -11
- package/dist/plugins/tables/getTableRecord/index.d.ts.map +1 -1
- package/dist/plugins/tables/getTableRecord/index.js +18 -42
- package/dist/plugins/tables/getTableRecord/schemas.d.ts +0 -2
- package/dist/plugins/tables/getTableRecord/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/listTableFields/index.d.ts +46 -11
- package/dist/plugins/tables/listTableFields/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTableFields/index.js +17 -41
- package/dist/plugins/tables/listTableFields/schemas.d.ts +0 -2
- package/dist/plugins/tables/listTableFields/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/listTableRecords/index.d.ts +66 -18
- package/dist/plugins/tables/listTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTableRecords/index.js +27 -50
- package/dist/plugins/tables/listTableRecords/schemas.d.ts +0 -2
- package/dist/plugins/tables/listTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/listTables/index.d.ts +53 -20
- package/dist/plugins/tables/listTables/index.d.ts.map +1 -1
- package/dist/plugins/tables/listTables/index.js +24 -51
- package/dist/plugins/tables/listTables/schemas.d.ts +0 -2
- package/dist/plugins/tables/listTables/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/shared.d.ts +10 -0
- package/dist/plugins/tables/shared.d.ts.map +1 -0
- package/dist/plugins/tables/shared.js +9 -0
- package/dist/plugins/tables/updateTableRecords/index.d.ts +49 -11
- package/dist/plugins/tables/updateTableRecords/index.d.ts.map +1 -1
- package/dist/plugins/tables/updateTableRecords/index.js +20 -43
- package/dist/plugins/tables/updateTableRecords/schemas.d.ts +0 -2
- package/dist/plugins/tables/updateTableRecords/schemas.d.ts.map +1 -1
- package/dist/plugins/tables/utils.d.ts.map +1 -1
- package/dist/plugins/tables/utils.js +1 -0
- package/dist/registry.d.ts.map +1 -1
- package/dist/registry.js +21 -1
- package/dist/resolvers/actionKey.d.ts +1 -2
- package/dist/resolvers/actionKey.d.ts.map +1 -1
- package/dist/resolvers/actionType.d.ts +1 -2
- package/dist/resolvers/actionType.d.ts.map +1 -1
- package/dist/sdk.d.ts +2942 -2
- package/dist/sdk.d.ts.map +1 -1
- package/dist/types/errors.d.ts +13 -10
- package/dist/types/errors.d.ts.map +1 -1
- package/dist/types/errors.js +15 -12
- package/dist/types/functions.d.ts +18 -2
- package/dist/types/functions.d.ts.map +1 -1
- package/dist/types/plugin.d.ts +1 -1
- package/dist/types/plugin.d.ts.map +1 -1
- package/dist/types/registry.d.ts +1 -1
- package/dist/types/registry.d.ts.map +1 -1
- package/dist/utils/function-utils.d.ts +11 -12
- package/dist/utils/function-utils.d.ts.map +1 -1
- package/dist/utils/plugin-utils.d.ts +243 -0
- package/dist/utils/plugin-utils.d.ts.map +1 -0
- package/dist/utils/plugin-utils.js +232 -0
- package/package.json +2 -1
|
@@ -11,69 +11,625 @@
|
|
|
11
11
|
* - findFirstAuthentication -> findFirstConnection
|
|
12
12
|
* - findUniqueAuthentication -> findUniqueConnection
|
|
13
13
|
*/
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
14
|
+
/**
|
|
15
|
+
* @deprecated Use listConnections instead
|
|
16
|
+
*/
|
|
17
|
+
export declare const listAuthenticationsPlugin: (sdk: {
|
|
18
|
+
listConnections: (options?: ({
|
|
19
|
+
title?: string | undefined;
|
|
20
|
+
search?: string | undefined;
|
|
21
|
+
owner?: string | undefined;
|
|
22
|
+
app?: string | undefined;
|
|
23
|
+
appKey?: string | undefined;
|
|
24
|
+
connections?: string[] | undefined;
|
|
25
|
+
connectionIds?: string[] | undefined;
|
|
26
|
+
authenticationIds?: string[] | undefined;
|
|
27
|
+
account?: string | undefined;
|
|
28
|
+
accountId?: string | undefined;
|
|
29
|
+
includeShared?: boolean | undefined;
|
|
30
|
+
isExpired?: boolean | undefined;
|
|
31
|
+
expired?: boolean | undefined;
|
|
32
|
+
pageSize?: number | undefined;
|
|
33
|
+
maxItems?: number | undefined;
|
|
34
|
+
cursor?: string | undefined;
|
|
35
|
+
} & {
|
|
36
|
+
cursor?: string;
|
|
37
|
+
pageSize?: number;
|
|
38
|
+
maxItems?: number;
|
|
39
|
+
}) | undefined) => import("../..").PaginatedSdkResult<{
|
|
40
|
+
date: string;
|
|
41
|
+
is_invite_only: boolean;
|
|
42
|
+
is_private: boolean;
|
|
43
|
+
shared_with_all: boolean;
|
|
44
|
+
id: string;
|
|
45
|
+
account_id: string;
|
|
46
|
+
title?: string | null | undefined;
|
|
47
|
+
lastchanged?: string | undefined;
|
|
48
|
+
destination_selected_api?: string | null | undefined;
|
|
49
|
+
is_stale?: string | undefined;
|
|
50
|
+
is_shared?: string | undefined;
|
|
51
|
+
marked_stale_at?: string | null | undefined;
|
|
52
|
+
label?: string | null | undefined;
|
|
53
|
+
identifier?: string | null | undefined;
|
|
54
|
+
url?: string | undefined;
|
|
55
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
56
|
+
members?: string | undefined;
|
|
57
|
+
permissions?: Record<string, boolean> | undefined;
|
|
58
|
+
public_id?: string | undefined;
|
|
59
|
+
account_public_id?: string | undefined;
|
|
60
|
+
customuser_public_id?: string | undefined;
|
|
61
|
+
implementation_id?: string | undefined;
|
|
62
|
+
profile_id?: string | undefined;
|
|
63
|
+
is_expired?: string | undefined;
|
|
64
|
+
expired_at?: string | null | undefined;
|
|
65
|
+
app_key?: string | undefined;
|
|
66
|
+
app_version?: string | undefined;
|
|
67
|
+
}>;
|
|
68
|
+
} & {
|
|
25
69
|
context: {
|
|
26
70
|
meta: {
|
|
27
|
-
|
|
28
|
-
inputSchema: typeof ListConnectionsQuerySchema;
|
|
29
|
-
};
|
|
71
|
+
listConnections: import("../..").PluginMeta;
|
|
30
72
|
};
|
|
31
73
|
};
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
|
|
74
|
+
} & {
|
|
75
|
+
context: {
|
|
76
|
+
meta: Record<string, import("../..").PluginMeta>;
|
|
77
|
+
};
|
|
78
|
+
}) => {
|
|
79
|
+
listAuthentications: (options?: ({
|
|
80
|
+
title?: string | undefined;
|
|
81
|
+
search?: string | undefined;
|
|
82
|
+
owner?: string | undefined;
|
|
83
|
+
app?: string | undefined;
|
|
84
|
+
appKey?: string | undefined;
|
|
85
|
+
connections?: string[] | undefined;
|
|
86
|
+
connectionIds?: string[] | undefined;
|
|
87
|
+
authenticationIds?: string[] | undefined;
|
|
88
|
+
account?: string | undefined;
|
|
89
|
+
accountId?: string | undefined;
|
|
90
|
+
includeShared?: boolean | undefined;
|
|
91
|
+
isExpired?: boolean | undefined;
|
|
92
|
+
expired?: boolean | undefined;
|
|
93
|
+
pageSize?: number | undefined;
|
|
94
|
+
maxItems?: number | undefined;
|
|
95
|
+
cursor?: string | undefined;
|
|
96
|
+
} & {
|
|
97
|
+
cursor?: string;
|
|
98
|
+
pageSize?: number;
|
|
99
|
+
maxItems?: number;
|
|
100
|
+
}) | undefined) => import("../..").PaginatedSdkResult<{
|
|
101
|
+
date: string;
|
|
102
|
+
is_invite_only: boolean;
|
|
103
|
+
is_private: boolean;
|
|
104
|
+
shared_with_all: boolean;
|
|
105
|
+
id: string;
|
|
106
|
+
account_id: string;
|
|
107
|
+
title?: string | null | undefined;
|
|
108
|
+
lastchanged?: string | undefined;
|
|
109
|
+
destination_selected_api?: string | null | undefined;
|
|
110
|
+
is_stale?: string | undefined;
|
|
111
|
+
is_shared?: string | undefined;
|
|
112
|
+
marked_stale_at?: string | null | undefined;
|
|
113
|
+
label?: string | null | undefined;
|
|
114
|
+
identifier?: string | null | undefined;
|
|
115
|
+
url?: string | undefined;
|
|
116
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
117
|
+
members?: string | undefined;
|
|
118
|
+
permissions?: Record<string, boolean> | undefined;
|
|
119
|
+
public_id?: string | undefined;
|
|
120
|
+
account_public_id?: string | undefined;
|
|
121
|
+
customuser_public_id?: string | undefined;
|
|
122
|
+
implementation_id?: string | undefined;
|
|
123
|
+
profile_id?: string | undefined;
|
|
124
|
+
is_expired?: string | undefined;
|
|
125
|
+
expired_at?: string | null | undefined;
|
|
126
|
+
app_key?: string | undefined;
|
|
127
|
+
app_version?: string | undefined;
|
|
128
|
+
}>;
|
|
35
129
|
context: {
|
|
36
130
|
meta: {
|
|
37
|
-
|
|
38
|
-
|
|
131
|
+
listAuthentications: {
|
|
132
|
+
packages: string[];
|
|
133
|
+
categories: string[];
|
|
134
|
+
type: "list";
|
|
135
|
+
itemType: string;
|
|
136
|
+
inputSchema: import("zod").ZodObject<{
|
|
137
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
138
|
+
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
139
|
+
owner: import("zod").ZodOptional<import("zod").ZodString>;
|
|
140
|
+
app: import("zod").ZodOptional<import("zod").ZodString & {
|
|
141
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
142
|
+
}>;
|
|
143
|
+
appKey: import("zod").ZodOptional<import("zod").ZodString & {
|
|
144
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
145
|
+
}>;
|
|
146
|
+
connections: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
147
|
+
connectionIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
148
|
+
authenticationIds: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodString>>;
|
|
149
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
150
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
151
|
+
includeShared: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
152
|
+
isExpired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
153
|
+
expired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
154
|
+
pageSize: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
155
|
+
maxItems: import("zod").ZodOptional<import("zod").ZodNumber>;
|
|
156
|
+
cursor: import("zod").ZodOptional<import("zod").ZodString>;
|
|
157
|
+
}, import("zod/v4/core").$strip>;
|
|
158
|
+
outputSchema: import("zod").ZodObject<{
|
|
159
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
160
|
+
date: import("zod").ZodString;
|
|
161
|
+
is_invite_only: import("zod").ZodBoolean;
|
|
162
|
+
lastchanged: import("zod").ZodOptional<import("zod").ZodString>;
|
|
163
|
+
destination_selected_api: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
164
|
+
is_private: import("zod").ZodBoolean;
|
|
165
|
+
shared_with_all: import("zod").ZodBoolean;
|
|
166
|
+
is_stale: import("zod").ZodOptional<import("zod").ZodString>;
|
|
167
|
+
is_shared: import("zod").ZodOptional<import("zod").ZodString>;
|
|
168
|
+
marked_stale_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
169
|
+
label: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
170
|
+
identifier: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
171
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
172
|
+
groups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
173
|
+
members: import("zod").ZodOptional<import("zod").ZodString>;
|
|
174
|
+
permissions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
175
|
+
public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
176
|
+
account_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
177
|
+
customuser_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
178
|
+
id: import("zod").ZodString;
|
|
179
|
+
account_id: import("zod").ZodString;
|
|
180
|
+
implementation_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
181
|
+
profile_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
182
|
+
is_expired: import("zod").ZodOptional<import("zod").ZodString>;
|
|
183
|
+
expired_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
184
|
+
app_key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
185
|
+
app_version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
186
|
+
}, import("zod/v4/core").$strip>;
|
|
39
187
|
};
|
|
40
188
|
};
|
|
41
189
|
};
|
|
42
|
-
}
|
|
43
|
-
export
|
|
44
|
-
|
|
190
|
+
};
|
|
191
|
+
export type ListAuthenticationsPluginProvides = ReturnType<typeof listAuthenticationsPlugin>;
|
|
192
|
+
/**
|
|
193
|
+
* @deprecated Use getConnection instead
|
|
194
|
+
*/
|
|
195
|
+
export declare const getAuthenticationPlugin: (sdk: {
|
|
196
|
+
getConnection: (options?: {
|
|
197
|
+
connection?: string | number | undefined;
|
|
198
|
+
connectionId?: string | number | undefined;
|
|
199
|
+
authenticationId?: string | number | undefined;
|
|
200
|
+
} | undefined) => Promise<{
|
|
201
|
+
data: {
|
|
202
|
+
date: string;
|
|
203
|
+
is_invite_only: boolean;
|
|
204
|
+
is_private: boolean;
|
|
205
|
+
shared_with_all: boolean;
|
|
206
|
+
id: string;
|
|
207
|
+
account_id: string;
|
|
208
|
+
title?: string | null | undefined;
|
|
209
|
+
lastchanged?: string | undefined;
|
|
210
|
+
destination_selected_api?: string | null | undefined;
|
|
211
|
+
is_stale?: string | undefined;
|
|
212
|
+
is_shared?: string | undefined;
|
|
213
|
+
marked_stale_at?: string | null | undefined;
|
|
214
|
+
label?: string | null | undefined;
|
|
215
|
+
identifier?: string | null | undefined;
|
|
216
|
+
url?: string | undefined;
|
|
217
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
218
|
+
members?: string | undefined;
|
|
219
|
+
permissions?: Record<string, boolean> | undefined;
|
|
220
|
+
public_id?: string | undefined;
|
|
221
|
+
account_public_id?: string | undefined;
|
|
222
|
+
customuser_public_id?: string | undefined;
|
|
223
|
+
implementation_id?: string | undefined;
|
|
224
|
+
profile_id?: string | undefined;
|
|
225
|
+
is_expired?: string | undefined;
|
|
226
|
+
expired_at?: string | null | undefined;
|
|
227
|
+
app_key?: string | undefined;
|
|
228
|
+
app_version?: string | undefined;
|
|
229
|
+
};
|
|
230
|
+
}>;
|
|
231
|
+
} & {
|
|
45
232
|
context: {
|
|
46
233
|
meta: {
|
|
47
|
-
|
|
48
|
-
inputSchema: typeof FindFirstConnectionSchema;
|
|
49
|
-
};
|
|
234
|
+
getConnection: import("../..").PluginMeta;
|
|
50
235
|
};
|
|
51
236
|
};
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
237
|
+
} & {
|
|
238
|
+
context: {
|
|
239
|
+
meta: Record<string, import("../..").PluginMeta>;
|
|
240
|
+
};
|
|
241
|
+
}) => {
|
|
242
|
+
getAuthentication: (options?: {
|
|
243
|
+
connection?: string | number | undefined;
|
|
244
|
+
connectionId?: string | number | undefined;
|
|
245
|
+
authenticationId?: string | number | undefined;
|
|
246
|
+
} | undefined) => Promise<{
|
|
247
|
+
data: {
|
|
248
|
+
date: string;
|
|
249
|
+
is_invite_only: boolean;
|
|
250
|
+
is_private: boolean;
|
|
251
|
+
shared_with_all: boolean;
|
|
252
|
+
id: string;
|
|
253
|
+
account_id: string;
|
|
254
|
+
title?: string | null | undefined;
|
|
255
|
+
lastchanged?: string | undefined;
|
|
256
|
+
destination_selected_api?: string | null | undefined;
|
|
257
|
+
is_stale?: string | undefined;
|
|
258
|
+
is_shared?: string | undefined;
|
|
259
|
+
marked_stale_at?: string | null | undefined;
|
|
260
|
+
label?: string | null | undefined;
|
|
261
|
+
identifier?: string | null | undefined;
|
|
262
|
+
url?: string | undefined;
|
|
263
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
264
|
+
members?: string | undefined;
|
|
265
|
+
permissions?: Record<string, boolean> | undefined;
|
|
266
|
+
public_id?: string | undefined;
|
|
267
|
+
account_public_id?: string | undefined;
|
|
268
|
+
customuser_public_id?: string | undefined;
|
|
269
|
+
implementation_id?: string | undefined;
|
|
270
|
+
profile_id?: string | undefined;
|
|
271
|
+
is_expired?: string | undefined;
|
|
272
|
+
expired_at?: string | null | undefined;
|
|
273
|
+
app_key?: string | undefined;
|
|
274
|
+
app_version?: string | undefined;
|
|
275
|
+
};
|
|
276
|
+
}>;
|
|
55
277
|
context: {
|
|
56
278
|
meta: {
|
|
57
|
-
|
|
58
|
-
|
|
279
|
+
getAuthentication: {
|
|
280
|
+
packages: string[];
|
|
281
|
+
categories: string[];
|
|
282
|
+
type: "item";
|
|
283
|
+
itemType: string;
|
|
284
|
+
inputSchema: import("zod").ZodObject<{
|
|
285
|
+
connection: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
286
|
+
connectionId: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
287
|
+
authenticationId: import("zod").ZodOptional<import("zod").ZodUnion<readonly [import("zod").ZodString, import("zod").ZodNumber]>>;
|
|
288
|
+
}, import("zod/v4/core").$strip>;
|
|
289
|
+
outputSchema: import("zod").ZodObject<{
|
|
290
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
291
|
+
date: import("zod").ZodString;
|
|
292
|
+
is_invite_only: import("zod").ZodBoolean;
|
|
293
|
+
lastchanged: import("zod").ZodOptional<import("zod").ZodString>;
|
|
294
|
+
destination_selected_api: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
295
|
+
is_private: import("zod").ZodBoolean;
|
|
296
|
+
shared_with_all: import("zod").ZodBoolean;
|
|
297
|
+
is_stale: import("zod").ZodOptional<import("zod").ZodString>;
|
|
298
|
+
is_shared: import("zod").ZodOptional<import("zod").ZodString>;
|
|
299
|
+
marked_stale_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
300
|
+
label: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
301
|
+
identifier: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
302
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
303
|
+
groups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
304
|
+
members: import("zod").ZodOptional<import("zod").ZodString>;
|
|
305
|
+
permissions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
306
|
+
public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
307
|
+
account_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
308
|
+
customuser_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
309
|
+
id: import("zod").ZodString;
|
|
310
|
+
account_id: import("zod").ZodString;
|
|
311
|
+
implementation_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
312
|
+
profile_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
313
|
+
is_expired: import("zod").ZodOptional<import("zod").ZodString>;
|
|
314
|
+
expired_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
315
|
+
app_key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
316
|
+
app_version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
317
|
+
}, import("zod/v4/core").$strip>;
|
|
59
318
|
};
|
|
60
319
|
};
|
|
61
320
|
};
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
* @deprecated Use listConnections instead
|
|
65
|
-
*/
|
|
66
|
-
export declare const listAuthenticationsPlugin: Plugin<ListConnectionsPluginProvides, ListAuthenticationsPluginProvides>;
|
|
67
|
-
/**
|
|
68
|
-
* @deprecated Use getConnection instead
|
|
69
|
-
*/
|
|
70
|
-
export declare const getAuthenticationPlugin: Plugin<GetConnectionPluginProvides, GetAuthenticationPluginProvides>;
|
|
321
|
+
};
|
|
322
|
+
export type GetAuthenticationPluginProvides = ReturnType<typeof getAuthenticationPlugin>;
|
|
71
323
|
/**
|
|
72
324
|
* @deprecated Use findFirstConnection instead
|
|
73
325
|
*/
|
|
74
|
-
export declare const findFirstAuthenticationPlugin:
|
|
326
|
+
export declare const findFirstAuthenticationPlugin: (sdk: {
|
|
327
|
+
findFirstConnection: (options?: {
|
|
328
|
+
title?: string | undefined;
|
|
329
|
+
search?: string | undefined;
|
|
330
|
+
appKey?: string | undefined;
|
|
331
|
+
app?: string | undefined;
|
|
332
|
+
owner?: string | undefined;
|
|
333
|
+
account?: string | undefined;
|
|
334
|
+
accountId?: string | undefined;
|
|
335
|
+
includeShared?: boolean | undefined;
|
|
336
|
+
isExpired?: boolean | undefined;
|
|
337
|
+
expired?: boolean | undefined;
|
|
338
|
+
} | undefined) => Promise<{
|
|
339
|
+
data: {
|
|
340
|
+
date: string;
|
|
341
|
+
is_invite_only: boolean;
|
|
342
|
+
is_private: boolean;
|
|
343
|
+
shared_with_all: boolean;
|
|
344
|
+
id: string;
|
|
345
|
+
account_id: string;
|
|
346
|
+
title?: string | null | undefined;
|
|
347
|
+
lastchanged?: string | undefined;
|
|
348
|
+
destination_selected_api?: string | null | undefined;
|
|
349
|
+
is_stale?: string | undefined;
|
|
350
|
+
is_shared?: string | undefined;
|
|
351
|
+
marked_stale_at?: string | null | undefined;
|
|
352
|
+
label?: string | null | undefined;
|
|
353
|
+
identifier?: string | null | undefined;
|
|
354
|
+
url?: string | undefined;
|
|
355
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
356
|
+
members?: string | undefined;
|
|
357
|
+
permissions?: Record<string, boolean> | undefined;
|
|
358
|
+
public_id?: string | undefined;
|
|
359
|
+
account_public_id?: string | undefined;
|
|
360
|
+
customuser_public_id?: string | undefined;
|
|
361
|
+
implementation_id?: string | undefined;
|
|
362
|
+
profile_id?: string | undefined;
|
|
363
|
+
is_expired?: string | undefined;
|
|
364
|
+
expired_at?: string | null | undefined;
|
|
365
|
+
app_key?: string | undefined;
|
|
366
|
+
app_version?: string | undefined;
|
|
367
|
+
};
|
|
368
|
+
}>;
|
|
369
|
+
} & {
|
|
370
|
+
context: {
|
|
371
|
+
meta: {
|
|
372
|
+
findFirstConnection: import("../..").PluginMeta;
|
|
373
|
+
};
|
|
374
|
+
};
|
|
375
|
+
} & {
|
|
376
|
+
context: {
|
|
377
|
+
meta: Record<string, import("../..").PluginMeta>;
|
|
378
|
+
};
|
|
379
|
+
}) => {
|
|
380
|
+
findFirstAuthentication: (options?: {
|
|
381
|
+
title?: string | undefined;
|
|
382
|
+
search?: string | undefined;
|
|
383
|
+
appKey?: string | undefined;
|
|
384
|
+
app?: string | undefined;
|
|
385
|
+
owner?: string | undefined;
|
|
386
|
+
account?: string | undefined;
|
|
387
|
+
accountId?: string | undefined;
|
|
388
|
+
includeShared?: boolean | undefined;
|
|
389
|
+
isExpired?: boolean | undefined;
|
|
390
|
+
expired?: boolean | undefined;
|
|
391
|
+
} | undefined) => Promise<{
|
|
392
|
+
data: {
|
|
393
|
+
date: string;
|
|
394
|
+
is_invite_only: boolean;
|
|
395
|
+
is_private: boolean;
|
|
396
|
+
shared_with_all: boolean;
|
|
397
|
+
id: string;
|
|
398
|
+
account_id: string;
|
|
399
|
+
title?: string | null | undefined;
|
|
400
|
+
lastchanged?: string | undefined;
|
|
401
|
+
destination_selected_api?: string | null | undefined;
|
|
402
|
+
is_stale?: string | undefined;
|
|
403
|
+
is_shared?: string | undefined;
|
|
404
|
+
marked_stale_at?: string | null | undefined;
|
|
405
|
+
label?: string | null | undefined;
|
|
406
|
+
identifier?: string | null | undefined;
|
|
407
|
+
url?: string | undefined;
|
|
408
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
409
|
+
members?: string | undefined;
|
|
410
|
+
permissions?: Record<string, boolean> | undefined;
|
|
411
|
+
public_id?: string | undefined;
|
|
412
|
+
account_public_id?: string | undefined;
|
|
413
|
+
customuser_public_id?: string | undefined;
|
|
414
|
+
implementation_id?: string | undefined;
|
|
415
|
+
profile_id?: string | undefined;
|
|
416
|
+
is_expired?: string | undefined;
|
|
417
|
+
expired_at?: string | null | undefined;
|
|
418
|
+
app_key?: string | undefined;
|
|
419
|
+
app_version?: string | undefined;
|
|
420
|
+
};
|
|
421
|
+
}>;
|
|
422
|
+
context: {
|
|
423
|
+
meta: {
|
|
424
|
+
findFirstAuthentication: {
|
|
425
|
+
packages: string[];
|
|
426
|
+
categories: string[];
|
|
427
|
+
type: "item";
|
|
428
|
+
itemType: string;
|
|
429
|
+
inputSchema: import("zod").ZodObject<{
|
|
430
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
431
|
+
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
432
|
+
appKey: import("zod").ZodOptional<import("zod").ZodString & {
|
|
433
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
434
|
+
}>;
|
|
435
|
+
app: import("zod").ZodOptional<import("zod").ZodString & {
|
|
436
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
437
|
+
}>;
|
|
438
|
+
owner: import("zod").ZodOptional<import("zod").ZodString>;
|
|
439
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
440
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
441
|
+
includeShared: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
442
|
+
isExpired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
443
|
+
expired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
444
|
+
}, import("zod/v4/core").$strip>;
|
|
445
|
+
outputSchema: import("zod").ZodObject<{
|
|
446
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
447
|
+
date: import("zod").ZodString;
|
|
448
|
+
is_invite_only: import("zod").ZodBoolean;
|
|
449
|
+
lastchanged: import("zod").ZodOptional<import("zod").ZodString>;
|
|
450
|
+
destination_selected_api: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
451
|
+
is_private: import("zod").ZodBoolean;
|
|
452
|
+
shared_with_all: import("zod").ZodBoolean;
|
|
453
|
+
is_stale: import("zod").ZodOptional<import("zod").ZodString>;
|
|
454
|
+
is_shared: import("zod").ZodOptional<import("zod").ZodString>;
|
|
455
|
+
marked_stale_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
456
|
+
label: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
457
|
+
identifier: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
458
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
459
|
+
groups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
460
|
+
members: import("zod").ZodOptional<import("zod").ZodString>;
|
|
461
|
+
permissions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
462
|
+
public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
463
|
+
account_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
464
|
+
customuser_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
465
|
+
id: import("zod").ZodString;
|
|
466
|
+
account_id: import("zod").ZodString;
|
|
467
|
+
implementation_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
468
|
+
profile_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
469
|
+
is_expired: import("zod").ZodOptional<import("zod").ZodString>;
|
|
470
|
+
expired_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
471
|
+
app_key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
472
|
+
app_version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
473
|
+
}, import("zod/v4/core").$strip>;
|
|
474
|
+
};
|
|
475
|
+
};
|
|
476
|
+
};
|
|
477
|
+
};
|
|
478
|
+
export type FindFirstAuthenticationPluginProvides = ReturnType<typeof findFirstAuthenticationPlugin>;
|
|
75
479
|
/**
|
|
76
480
|
* @deprecated Use findUniqueConnection instead
|
|
77
481
|
*/
|
|
78
|
-
export declare const findUniqueAuthenticationPlugin:
|
|
482
|
+
export declare const findUniqueAuthenticationPlugin: (sdk: {
|
|
483
|
+
findUniqueConnection: (options?: {
|
|
484
|
+
title?: string | undefined;
|
|
485
|
+
search?: string | undefined;
|
|
486
|
+
appKey?: string | undefined;
|
|
487
|
+
app?: string | undefined;
|
|
488
|
+
owner?: string | undefined;
|
|
489
|
+
account?: string | undefined;
|
|
490
|
+
accountId?: string | undefined;
|
|
491
|
+
includeShared?: boolean | undefined;
|
|
492
|
+
isExpired?: boolean | undefined;
|
|
493
|
+
expired?: boolean | undefined;
|
|
494
|
+
} | undefined) => Promise<{
|
|
495
|
+
data: {
|
|
496
|
+
date: string;
|
|
497
|
+
is_invite_only: boolean;
|
|
498
|
+
is_private: boolean;
|
|
499
|
+
shared_with_all: boolean;
|
|
500
|
+
id: string;
|
|
501
|
+
account_id: string;
|
|
502
|
+
title?: string | null | undefined;
|
|
503
|
+
lastchanged?: string | undefined;
|
|
504
|
+
destination_selected_api?: string | null | undefined;
|
|
505
|
+
is_stale?: string | undefined;
|
|
506
|
+
is_shared?: string | undefined;
|
|
507
|
+
marked_stale_at?: string | null | undefined;
|
|
508
|
+
label?: string | null | undefined;
|
|
509
|
+
identifier?: string | null | undefined;
|
|
510
|
+
url?: string | undefined;
|
|
511
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
512
|
+
members?: string | undefined;
|
|
513
|
+
permissions?: Record<string, boolean> | undefined;
|
|
514
|
+
public_id?: string | undefined;
|
|
515
|
+
account_public_id?: string | undefined;
|
|
516
|
+
customuser_public_id?: string | undefined;
|
|
517
|
+
implementation_id?: string | undefined;
|
|
518
|
+
profile_id?: string | undefined;
|
|
519
|
+
is_expired?: string | undefined;
|
|
520
|
+
expired_at?: string | null | undefined;
|
|
521
|
+
app_key?: string | undefined;
|
|
522
|
+
app_version?: string | undefined;
|
|
523
|
+
};
|
|
524
|
+
}>;
|
|
525
|
+
} & {
|
|
526
|
+
context: {
|
|
527
|
+
meta: {
|
|
528
|
+
findUniqueConnection: import("../..").PluginMeta;
|
|
529
|
+
};
|
|
530
|
+
};
|
|
531
|
+
} & {
|
|
532
|
+
context: {
|
|
533
|
+
meta: Record<string, import("../..").PluginMeta>;
|
|
534
|
+
};
|
|
535
|
+
}) => {
|
|
536
|
+
findUniqueAuthentication: (options?: {
|
|
537
|
+
title?: string | undefined;
|
|
538
|
+
search?: string | undefined;
|
|
539
|
+
appKey?: string | undefined;
|
|
540
|
+
app?: string | undefined;
|
|
541
|
+
owner?: string | undefined;
|
|
542
|
+
account?: string | undefined;
|
|
543
|
+
accountId?: string | undefined;
|
|
544
|
+
includeShared?: boolean | undefined;
|
|
545
|
+
isExpired?: boolean | undefined;
|
|
546
|
+
expired?: boolean | undefined;
|
|
547
|
+
} | undefined) => Promise<{
|
|
548
|
+
data: {
|
|
549
|
+
date: string;
|
|
550
|
+
is_invite_only: boolean;
|
|
551
|
+
is_private: boolean;
|
|
552
|
+
shared_with_all: boolean;
|
|
553
|
+
id: string;
|
|
554
|
+
account_id: string;
|
|
555
|
+
title?: string | null | undefined;
|
|
556
|
+
lastchanged?: string | undefined;
|
|
557
|
+
destination_selected_api?: string | null | undefined;
|
|
558
|
+
is_stale?: string | undefined;
|
|
559
|
+
is_shared?: string | undefined;
|
|
560
|
+
marked_stale_at?: string | null | undefined;
|
|
561
|
+
label?: string | null | undefined;
|
|
562
|
+
identifier?: string | null | undefined;
|
|
563
|
+
url?: string | undefined;
|
|
564
|
+
groups?: Record<string, unknown>[] | undefined;
|
|
565
|
+
members?: string | undefined;
|
|
566
|
+
permissions?: Record<string, boolean> | undefined;
|
|
567
|
+
public_id?: string | undefined;
|
|
568
|
+
account_public_id?: string | undefined;
|
|
569
|
+
customuser_public_id?: string | undefined;
|
|
570
|
+
implementation_id?: string | undefined;
|
|
571
|
+
profile_id?: string | undefined;
|
|
572
|
+
is_expired?: string | undefined;
|
|
573
|
+
expired_at?: string | null | undefined;
|
|
574
|
+
app_key?: string | undefined;
|
|
575
|
+
app_version?: string | undefined;
|
|
576
|
+
};
|
|
577
|
+
}>;
|
|
578
|
+
context: {
|
|
579
|
+
meta: {
|
|
580
|
+
findUniqueAuthentication: {
|
|
581
|
+
packages: string[];
|
|
582
|
+
categories: string[];
|
|
583
|
+
type: "item";
|
|
584
|
+
itemType: string;
|
|
585
|
+
inputSchema: import("zod").ZodObject<{
|
|
586
|
+
title: import("zod").ZodOptional<import("zod").ZodString>;
|
|
587
|
+
search: import("zod").ZodOptional<import("zod").ZodString>;
|
|
588
|
+
appKey: import("zod").ZodOptional<import("zod").ZodString & {
|
|
589
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
590
|
+
}>;
|
|
591
|
+
app: import("zod").ZodOptional<import("zod").ZodString & {
|
|
592
|
+
_def: import("zod/v4/core").$ZodStringDef & import("../..").PositionalMetadata;
|
|
593
|
+
}>;
|
|
594
|
+
owner: import("zod").ZodOptional<import("zod").ZodString>;
|
|
595
|
+
account: import("zod").ZodOptional<import("zod").ZodString>;
|
|
596
|
+
accountId: import("zod").ZodOptional<import("zod").ZodString>;
|
|
597
|
+
includeShared: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
598
|
+
isExpired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
599
|
+
expired: import("zod").ZodOptional<import("zod").ZodBoolean>;
|
|
600
|
+
}, import("zod/v4/core").$strip>;
|
|
601
|
+
outputSchema: import("zod").ZodObject<{
|
|
602
|
+
title: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
603
|
+
date: import("zod").ZodString;
|
|
604
|
+
is_invite_only: import("zod").ZodBoolean;
|
|
605
|
+
lastchanged: import("zod").ZodOptional<import("zod").ZodString>;
|
|
606
|
+
destination_selected_api: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
607
|
+
is_private: import("zod").ZodBoolean;
|
|
608
|
+
shared_with_all: import("zod").ZodBoolean;
|
|
609
|
+
is_stale: import("zod").ZodOptional<import("zod").ZodString>;
|
|
610
|
+
is_shared: import("zod").ZodOptional<import("zod").ZodString>;
|
|
611
|
+
marked_stale_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
612
|
+
label: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
613
|
+
identifier: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
614
|
+
url: import("zod").ZodOptional<import("zod").ZodString>;
|
|
615
|
+
groups: import("zod").ZodOptional<import("zod").ZodArray<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodUnknown>>>;
|
|
616
|
+
members: import("zod").ZodOptional<import("zod").ZodString>;
|
|
617
|
+
permissions: import("zod").ZodOptional<import("zod").ZodRecord<import("zod").ZodString, import("zod").ZodBoolean>>;
|
|
618
|
+
public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
619
|
+
account_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
620
|
+
customuser_public_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
621
|
+
id: import("zod").ZodString;
|
|
622
|
+
account_id: import("zod").ZodString;
|
|
623
|
+
implementation_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
624
|
+
profile_id: import("zod").ZodOptional<import("zod").ZodString>;
|
|
625
|
+
is_expired: import("zod").ZodOptional<import("zod").ZodString>;
|
|
626
|
+
expired_at: import("zod").ZodOptional<import("zod").ZodNullable<import("zod").ZodString>>;
|
|
627
|
+
app_key: import("zod").ZodOptional<import("zod").ZodString>;
|
|
628
|
+
app_version: import("zod").ZodOptional<import("zod").ZodString>;
|
|
629
|
+
}, import("zod/v4/core").$strip>;
|
|
630
|
+
};
|
|
631
|
+
};
|
|
632
|
+
};
|
|
633
|
+
};
|
|
634
|
+
export type FindUniqueAuthenticationPluginProvides = ReturnType<typeof findUniqueAuthenticationPlugin>;
|
|
79
635
|
//# sourceMappingURL=authentications.d.ts.map
|