@workos-inc/widgets 1.7.0 → 1.7.2
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 +8 -0
- package/README.md +1 -66
- package/dist/cjs/api/endpoint.cjs +20 -7
- package/dist/cjs/api/endpoint.cjs.map +1 -1
- package/dist/cjs/api/endpoint.d.cts +36 -12
- package/dist/cjs/lib/pipes.cjs +60 -1
- package/dist/cjs/lib/pipes.cjs.map +1 -1
- package/dist/css/lib/provider-icon.css +93 -3
- package/dist/esm/api/endpoint.d.ts +36 -12
- package/dist/esm/api/endpoint.js +20 -7
- package/dist/esm/api/endpoint.js.map +1 -1
- package/dist/esm/lib/pipes.js +61 -2
- package/dist/esm/lib/pipes.js.map +1 -1
- package/package.json +1 -1
|
@@ -7,21 +7,26 @@
|
|
|
7
7
|
--provider-icon-aws: url(https://cdn.workos.com/provider-icons/light/aws.svg);
|
|
8
8
|
--provider-icon-azure: url(https://cdn.workos.com/provider-icons/light/azure.svg);
|
|
9
9
|
--provider-icon-bamboo-hr: url(https://cdn.workos.com/provider-icons/light/bamboo-hr.svg);
|
|
10
|
+
--provider-icon-better-auth: url(https://images.workoscdn.com/images/71afb31f-aaaf-455a-964d-7c50cca281cc.svg);
|
|
10
11
|
--provider-icon-bitbucket: url(https://cdn.workos.com/provider-icons/light/bitbucket.svg);
|
|
11
12
|
--provider-icon-box: url(https://images.workoscdn.com/images/bb4e84af-0a7c-4135-a535-38d7ffeac030.svg);
|
|
12
13
|
--provider-icon-breathe-hr: url(https://cdn.workos.com/provider-icons/light/breathe-hr.svg);
|
|
13
14
|
--provider-icon-cas: url(https://cdn.workos.com/provider-icons/light/cas.svg);
|
|
14
15
|
--provider-icon-cezanne-hr: url(https://cdn.workos.com/provider-icons/light/cezanne-hr.svg);
|
|
15
16
|
--provider-icon-classlink: url(https://cdn.workos.com/provider-icons/light/classlink.svg);
|
|
16
|
-
--provider-icon-clever: url(https://cdn.workos.com/provider-icons/
|
|
17
|
+
--provider-icon-clever: url(https://cdn.workos.com/provider-icons/light/clever.svg);
|
|
17
18
|
--provider-icon-cloudflare: url(https://cdn.workos.com/provider-icons/light/cloudflare.svg);
|
|
19
|
+
--provider-icon-confluence: url(https://images.workoscdn.com/images/878593ae-61c1-4ad2-b8bb-df37c937b376.svg);
|
|
18
20
|
--provider-icon-cyberark: url(https://cdn.workos.com/provider-icons/light/cyberark.svg);
|
|
19
21
|
--provider-icon-datadog: url(https://cdn.workos.com/provider-icons/light/datadog.svg);
|
|
22
|
+
--provider-icon-descope: url(https://images.workoscdn.com/images/78506c75-3cde-43ed-9342-94201b889290.png);
|
|
20
23
|
--provider-icon-discord: url(https://cdn.workos.com/provider-icons/light/discord.svg);
|
|
21
24
|
--provider-icon-dropbox: url(https://images.workoscdn.com/images/d2679d47-973c-4f92-9eff-38a1886843d8.svg);
|
|
22
25
|
--provider-icon-duo: url(https://cdn.workos.com/provider-icons/light/duo.svg);
|
|
23
26
|
--provider-icon-firebase: url(https://cdn.workos.com/provider-icons/light/firebase.svg);
|
|
24
27
|
--provider-icon-fourth: url(https://cdn.workos.com/provider-icons/light/fourth.svg);
|
|
28
|
+
--provider-icon-frame-io: url(https://images.workoscdn.com/images/6c533c08-3723-451e-9ee1-bfda6b9c99e5.svg);
|
|
29
|
+
--provider-icon-front: url(https://images.workoscdn.com/images/9fccae28-46cd-4a48-b789-b1c30d393adb.svg);
|
|
25
30
|
--provider-icon-github: url(https://images.workoscdn.com/images/3945fc79-f9db-40d3-8688-eaaee193e583.svg);
|
|
26
31
|
--provider-icon-gitlab: url(https://images.workoscdn.com/images/2dd0bf56-1ee4-4a8f-91b8-8e129b97d6f2.svg);
|
|
27
32
|
--provider-icon-godaddy: url(https://cdn.workos.com/provider-icons/light/godaddy.svg);
|
|
@@ -31,17 +36,25 @@
|
|
|
31
36
|
--provider-icon-google-drive: url(https://images.workoscdn.com/images/55956988-24d8-4733-acb0-dc19949ebff7.svg);
|
|
32
37
|
--provider-icon-google-mail: url(https://images.workoscdn.com/images/5735eb12-b0e4-4127-87be-f541a9b282fc.svg);
|
|
33
38
|
--provider-icon-google: url(https://images.workoscdn.com/images/b6d63052-83dc-4c75-beda-8121ea8bc483.svg);
|
|
34
|
-
--provider-icon-hibob: url(https://cdn.workos.com/provider-icons/light/hibob.svg);
|
|
35
39
|
--provider-icon-helpscout: url(https://images.workoscdn.com/images/5d83dcf8-fd37-4322-8541-9a94e2e03ff7.svg);
|
|
40
|
+
--provider-icon-hibob: url(https://cdn.workos.com/provider-icons/light/hibob.svg);
|
|
36
41
|
--provider-icon-hubspot: url(https://images.workoscdn.com/images/ec2d62d0-64a7-4910-a437-782eaeeba7e5.svg);
|
|
37
42
|
--provider-icon-intercom: url(https://images.workoscdn.com/images/0afe7826-72a8-4673-9c95-7122ab12d011.svg);
|
|
38
43
|
--provider-icon-intuit: url(https://cdn.workos.com/provider-icons/light/intuit.svg);
|
|
44
|
+
--provider-icon-jira: url(https://images.workoscdn.com/images/feeb411a-2aa4-42b9-aa21-02395625d809.svg);
|
|
39
45
|
--provider-icon-jumpcloud: url(https://cdn.workos.com/provider-icons/light/jumpcloud.svg);
|
|
40
46
|
--provider-icon-keycloak: url(https://cdn.workos.com/provider-icons/light/keycloak.svg);
|
|
41
47
|
--provider-icon-lastpass: url(https://cdn.workos.com/provider-icons/light/lastpass.svg);
|
|
42
48
|
--provider-icon-linear: url(https://images.workoscdn.com/images/ea736232-215d-4925-8bf3-c3d7a4b24078.svg);
|
|
43
49
|
--provider-icon-linkedin: url(https://cdn.workos.com/provider-icons/light/linkedin.svg);
|
|
44
50
|
--provider-icon-login-gov: url(https://cdn.workos.com/provider-icons/light/login-gov.svg);
|
|
51
|
+
--provider-icon-microsoft-onedrive: url(https://images.workoscdn.com/images/54f8d9f2-4bf3-4bdb-b683-97f64549884c.svg);
|
|
52
|
+
--provider-icon-microsoft-onenote: url(https://images.workoscdn.com/images/a50d310d-d96f-4e1b-82fa-6a70828503eb.svg);
|
|
53
|
+
--provider-icon-microsoft-outlook-calendar: url(https://images.workoscdn.com/images/4d046b8a-e5e3-47db-9dd5-bfdbaa2d716c.svg);
|
|
54
|
+
--provider-icon-microsoft-outlook: url(https://images.workoscdn.com/images/f496a237-deef-436f-b8f3-4f5fb4c2d046.svg);
|
|
55
|
+
--provider-icon-microsoft-sharepoint: url(https://images.workoscdn.com/images/cf0ed455-5044-457c-ab08-054189a10469.svg);
|
|
56
|
+
--provider-icon-microsoft-teams: url(https://images.workoscdn.com/images/2318275c-b0e8-41d7-80ae-7962f878bb46.svg);
|
|
57
|
+
--provider-icon-microsoft-todo: url(https://images.workoscdn.com/images/3879087a-5f93-419c-ac4c-41b35d59f3c8.svg);
|
|
45
58
|
--provider-icon-microsoft: url(https://images.workoscdn.com/images/03c465e5-a6d8-47e2-ab15-1b5f0081fd88.svg);
|
|
46
59
|
--provider-icon-miniorange: url(https://cdn.workos.com/provider-icons/light/miniorange.svg);
|
|
47
60
|
--provider-icon-net-iq: url(https://cdn.workos.com/provider-icons/light/net-iq.svg);
|
|
@@ -52,6 +65,8 @@
|
|
|
52
65
|
--provider-icon-oracle: url(https://cdn.workos.com/provider-icons/light/oracle.svg);
|
|
53
66
|
--provider-icon-personio: url(https://cdn.workos.com/provider-icons/light/personio.svg);
|
|
54
67
|
--provider-icon-ping-identity: url(https://cdn.workos.com/provider-icons/light/ping-identity.svg);
|
|
68
|
+
--provider-icon-prefect: url(https://images.workoscdn.com/images/f9c1f8cc-7664-4a8f-95be-b1fe29b7c3ac.svg);
|
|
69
|
+
--provider-icon-pydantic-logfire: url(https://images.workoscdn.com/images/ca206994-bcec-4ca5-a16b-fa67e38d95ff.svg);
|
|
55
70
|
--provider-icon-react-native-expo: url(https://cdn.workos.com/provider-icons/light/react-native-expo.svg);
|
|
56
71
|
--provider-icon-rippling: url(https://cdn.workos.com/provider-icons/light/rippling.svg);
|
|
57
72
|
--provider-icon-salesforce: url(https://images.workoscdn.com/images/4f1247e1-982f-43d1-80f6-8a8ef0e26d08.svg);
|
|
@@ -63,14 +78,15 @@
|
|
|
63
78
|
--provider-icon-snowflake: url(https://images.workoscdn.com/images/de5bb010-a1d4-4ed1-8395-099db5149efc.svg);
|
|
64
79
|
--provider-icon-splunk: url(https://cdn.workos.com/provider-icons/light/splunk.svg);
|
|
65
80
|
--provider-icon-stripe: url(https://images.workoscdn.com/images/44a8c194-4e70-4a6a-9bf5-72a055a4c967.svg);
|
|
81
|
+
--provider-icon-stytch: url(https://images.workoscdn.com/images/6f9e8078-80d2-4488-9984-eb58f6e929f3.svg);
|
|
66
82
|
--provider-icon-supabase: url(https://cdn.workos.com/provider-icons/light/supabase.svg);
|
|
67
83
|
--provider-icon-vercel: url(https://cdn.workos.com/provider-icons/light/vercel.svg);
|
|
68
84
|
--provider-icon-vmware: url(https://cdn.workos.com/provider-icons/light/vmware.svg);
|
|
69
85
|
--provider-icon-workday: url(https://cdn.workos.com/provider-icons/light/workday.svg);
|
|
70
|
-
--provider-icon-workos: url(https://images.workoscdn.com/images/2577af2e-f6a0-418c-acb5-35f4e7a8a421.svg);
|
|
71
86
|
--provider-icon-xero: url(https://cdn.workos.com/provider-icons/light/xero.svg);
|
|
72
87
|
--provider-icon-zendesk: url(https://images.workoscdn.com/images/e835ee44-b6d6-40bc-ac3c-79c68afaa167.svg);
|
|
73
88
|
--provider-icon-test-idp: url(https://images.workoscdn.com/images/a54c81a9-62c1-49fc-b353-e1ec73aee23e.svg?auto=format&fit=clip&q=80);
|
|
89
|
+
--provider-icon-workos: url(https://images.workoscdn.com/images/2577af2e-f6a0-418c-acb5-35f4e7a8a421.svg);
|
|
74
90
|
/* Non Provider Type icons */
|
|
75
91
|
--provider-icon-clerk: url(https://images.workoscdn.com/images/bbf97591-238f-4b7e-9f10-3510a257bf7a.svg);
|
|
76
92
|
--provider-icon-bubble: url(https://images.workoscdn.com/images/0e8d631a-2cb9-43f3-beb3-1aacef828c5c.svg);
|
|
@@ -86,20 +102,26 @@
|
|
|
86
102
|
--provider-icon-aws: url(https://cdn.workos.com/provider-icons/dark/aws.svg);
|
|
87
103
|
--provider-icon-azure: url(https://cdn.workos.com/provider-icons/dark/azure.svg);
|
|
88
104
|
--provider-icon-bamboo-hr: url(https://cdn.workos.com/provider-icons/dark/bamboo-hr.svg);
|
|
105
|
+
--provider-icon-better-auth: url(https://images.workoscdn.com/images/3785da71-2a33-4fb9-91a0-fad9d84ec23e.svg);
|
|
89
106
|
--provider-icon-bitbucket: url(https://cdn.workos.com/provider-icons/dark/bitbucket.svg);
|
|
90
107
|
--provider-icon-box: url(https://images.workoscdn.com/images/55902fa6-f6e0-4334-b419-70a8ff269505.svg);
|
|
91
108
|
--provider-icon-breathe-hr: url(https://cdn.workos.com/provider-icons/dark/breathe-hr.svg);
|
|
92
109
|
--provider-icon-cas: url(https://cdn.workos.com/provider-icons/dark/cas.svg);
|
|
93
110
|
--provider-icon-cezanne-hr: url(https://cdn.workos.com/provider-icons/dark/cezanne-hr.svg);
|
|
94
111
|
--provider-icon-classlink: url(https://cdn.workos.com/provider-icons/dark/classlink.svg);
|
|
112
|
+
--provider-icon-clever: url(https://cdn.workos.com/provider-icons/dark/clever.svg);
|
|
95
113
|
--provider-icon-cloudflare: url(https://cdn.workos.com/provider-icons/dark/cloudflare.svg);
|
|
114
|
+
--provider-icon-confluence: url(https://images.workoscdn.com/images/9055ab0d-f411-40d8-8bf0-a4ae207bf1ba.svg);
|
|
96
115
|
--provider-icon-cyberark: url(https://cdn.workos.com/provider-icons/dark/cyberark.svg);
|
|
97
116
|
--provider-icon-datadog: url(https://cdn.workos.com/provider-icons/dark/datadog.svg);
|
|
117
|
+
--provider-icon-descope: url(https://images.workoscdn.com/images/78506c75-3cde-43ed-9342-94201b889290.png);
|
|
98
118
|
--provider-icon-discord: url(https://cdn.workos.com/provider-icons/dark/discord.svg);
|
|
99
119
|
--provider-icon-dropbox: url(https://images.workoscdn.com/images/13a8b83b-5029-4a8e-a284-440fc453da24.svg);
|
|
100
120
|
--provider-icon-duo: url(https://cdn.workos.com/provider-icons/dark/duo.svg);
|
|
101
121
|
--provider-icon-firebase: url(https://cdn.workos.com/provider-icons/dark/firebase.svg);
|
|
102
122
|
--provider-icon-fourth: url(https://cdn.workos.com/provider-icons/dark/fourth.svg);
|
|
123
|
+
--provider-icon-frame-io: url(https://images.workoscdn.com/images/675956c4-c609-4d3b-8823-eb121de4e233.svg);
|
|
124
|
+
--provider-icon-front: url(https://images.workoscdn.com/images/e543441c-76b4-4ba1-b99f-4b13036e3a1f.svg);
|
|
103
125
|
--provider-icon-github: url(https://images.workoscdn.com/images/a78955a4-16f5-422a-872f-a06fc7a4212f.svg);
|
|
104
126
|
--provider-icon-gitlab: url(https://images.workoscdn.com/images/72518fcc-d78e-4803-ae6a-8a394fc32322.svg);
|
|
105
127
|
--provider-icon-godaddy: url(https://cdn.workos.com/provider-icons/dark/godaddy.svg);
|
|
@@ -109,16 +131,25 @@
|
|
|
109
131
|
--provider-icon-google-drive: url(https://images.workoscdn.com/images/d65df86d-d61d-414b-aafc-5dc7fd661fac.svg);
|
|
110
132
|
--provider-icon-google-mail: url(https://images.workoscdn.com/images/5735eb12-b0e4-4127-87be-f541a9b282fc.svg);
|
|
111
133
|
--provider-icon-google: url(https://images.workoscdn.com/images/ca224b0c-2732-4210-beb1-738a080b4358.svg);
|
|
134
|
+
--provider-icon-helpscout: url(https://images.workoscdn.com/images/e9f7b88f-045d-4aa3-8436-16364a17fb44.svg);
|
|
112
135
|
--provider-icon-hibob: url(https://cdn.workos.com/provider-icons/dark/hibob.svg);
|
|
113
136
|
--provider-icon-hubspot: url(https://images.workoscdn.com/images/e002a40c-6971-42a5-ae6e-9b2c19018394.svg);
|
|
114
137
|
--provider-icon-intercom: url(https://images.workoscdn.com/images/16d6f1eb-ac8f-41d4-99ea-af4b4613b38d.svg);
|
|
115
138
|
--provider-icon-intuit: url(https://cdn.workos.com/provider-icons/dark/intuit.svg);
|
|
139
|
+
--provider-icon-jira: url(https://images.workoscdn.com/images/d7deca97-c39b-47af-93ab-c3a8b2666e09.svg);
|
|
116
140
|
--provider-icon-jumpcloud: url(https://cdn.workos.com/provider-icons/dark/jumpcloud.svg);
|
|
117
141
|
--provider-icon-keycloak: url(https://cdn.workos.com/provider-icons/dark/keycloak.svg);
|
|
118
142
|
--provider-icon-lastpass: url(https://cdn.workos.com/provider-icons/dark/lastpass.svg);
|
|
119
143
|
--provider-icon-linear: url(https://images.workoscdn.com/images/4ffb242f-6ca9-4409-88b8-0249654ae6e4.svg);
|
|
120
144
|
--provider-icon-linkedin: url(https://cdn.workos.com/provider-icons/dark/linkedin.svg);
|
|
121
145
|
--provider-icon-login-gov: url(https://cdn.workos.com/provider-icons/dark/login-gov.svg);
|
|
146
|
+
--provider-icon-microsoft-onedrive: url(https://images.workoscdn.com/images/54f8d9f2-4bf3-4bdb-b683-97f64549884c.svg);
|
|
147
|
+
--provider-icon-microsoft-onenote: url(https://images.workoscdn.com/images/f2cdfd1d-2844-4712-95c3-458a5a9993fe.svg);
|
|
148
|
+
--provider-icon-microsoft-outlook-calendar: url(https://images.workoscdn.com/images/4d046b8a-e5e3-47db-9dd5-bfdbaa2d716c.svg);
|
|
149
|
+
--provider-icon-microsoft-outlook: url(https://images.workoscdn.com/images/f496a237-deef-436f-b8f3-4f5fb4c2d046.svg);
|
|
150
|
+
--provider-icon-microsoft-sharepoint: url(https://images.workoscdn.com/images/efba5efe-8ef3-47ff-b4a5-0104711c0c1d.svg);
|
|
151
|
+
--provider-icon-microsoft-teams: url(https://images.workoscdn.com/images/1a1d73e1-ca64-46be-90e6-baacffdf9cc3.svg);
|
|
152
|
+
--provider-icon-microsoft-todo: url(https://images.workoscdn.com/images/54e74545-fea1-4da2-9499-5bc034670f43.svg);
|
|
122
153
|
--provider-icon-microsoft: url(https://images.workoscdn.com/images/86c3df5e-bb56-4bf5-a39e-442c394af17b.svg);
|
|
123
154
|
--provider-icon-miniorange: url(https://cdn.workos.com/provider-icons/dark/miniorange.svg);
|
|
124
155
|
--provider-icon-net-iq: url(https://cdn.workos.com/provider-icons/dark/net-iq.svg);
|
|
@@ -129,15 +160,20 @@
|
|
|
129
160
|
--provider-icon-oracle: url(https://cdn.workos.com/provider-icons/dark/oracle.svg);
|
|
130
161
|
--provider-icon-personio: url(https://cdn.workos.com/provider-icons/dark/personio.svg);
|
|
131
162
|
--provider-icon-ping-identity: url(https://cdn.workos.com/provider-icons/dark/ping-identity.svg);
|
|
163
|
+
--provider-icon-prefect: url(https://images.workoscdn.com/images/72655a23-6dbc-43e1-9d18-8841331cb60e.svg);
|
|
164
|
+
--provider-icon-pydantic-logfire: url(https://images.workoscdn.com/images/c54b04e6-3e8a-4fab-995b-7111c0e9e60a.svg);
|
|
132
165
|
--provider-icon-react-native-expo: url(https://cdn.workos.com/provider-icons/dark/react-native-expo.svg);
|
|
133
166
|
--provider-icon-rippling: url(https://cdn.workos.com/provider-icons/dark/rippling.svg);
|
|
134
167
|
--provider-icon-salesforce: url(https://images.workoscdn.com/images/d71af54e-3c97-48ce-9b26-c16430aba2ae.svg);
|
|
135
168
|
--provider-icon-segment: url(https://images.workoscdn.com/images/ed5680a5-5b78-417b-96d4-e03ee8a39160.svg?auto=format&fit=clip&q=80);
|
|
169
|
+
--provider-icon-sentry: url(https://images.workoscdn.com/images/1ce1a74e-aad8-49d7-acda-9f219760ec48.svg);
|
|
136
170
|
--provider-icon-shibboleth: url(https://cdn.workos.com/provider-icons/dark/shibboleth.svg);
|
|
137
171
|
--provider-icon-simple-saml-php: url(https://cdn.workos.com/provider-icons/dark/simple-saml-php.svg);
|
|
138
172
|
--provider-icon-slack: url(https://images.workoscdn.com/images/de6b0a48-f241-4b85-8cb4-c04650f8d3f4.svg);
|
|
173
|
+
--provider-icon-snowflake: url(https://images.workoscdn.com/images/de5bb010-a1d4-4ed1-8395-099db5149efc.svg);
|
|
139
174
|
--provider-icon-splunk: url(https://cdn.workos.com/provider-icons/dark/splunk.svg);
|
|
140
175
|
--provider-icon-stripe: url(https://images.workoscdn.com/images/eb696a2b-ed4e-497a-a1ce-3c6c08dfde09.svg);
|
|
176
|
+
--provider-icon-stytch: url(https://images.workoscdn.com/images/640f5660-5d1b-4f98-aa55-0f7cfde5c5fe.svg);
|
|
141
177
|
--provider-icon-supabase: url(https://cdn.workos.com/provider-icons/dark/supabase.svg);
|
|
142
178
|
--provider-icon-vercel: url(https://cdn.workos.com/provider-icons/dark/vercel.svg);
|
|
143
179
|
--provider-icon-vmware: url(https://cdn.workos.com/provider-icons/dark/vmware.svg);
|
|
@@ -205,6 +241,9 @@
|
|
|
205
241
|
.woswidgets-provider-icon[data-provider="bamboohr"] {
|
|
206
242
|
background-image: var(--provider-icon-bamboo-hr);
|
|
207
243
|
}
|
|
244
|
+
.woswidgets-provider-icon[data-provider="better-auth"] {
|
|
245
|
+
background-image: var(--provider-icon-better-auth);
|
|
246
|
+
}
|
|
208
247
|
.woswidgets-provider-icon[data-provider="bitbucket"] {
|
|
209
248
|
background-image: var(--provider-icon-bitbucket);
|
|
210
249
|
}
|
|
@@ -235,12 +274,18 @@
|
|
|
235
274
|
.woswidgets-provider-icon[data-provider="cloudflare"] {
|
|
236
275
|
background-image: var(--provider-icon-cloudflare);
|
|
237
276
|
}
|
|
277
|
+
.woswidgets-provider-icon[data-provider="confluence"] {
|
|
278
|
+
background-image: var(--provider-icon-confluence);
|
|
279
|
+
}
|
|
238
280
|
.woswidgets-provider-icon[data-provider="cyberark"] {
|
|
239
281
|
background-image: var(--provider-icon-cyberark);
|
|
240
282
|
}
|
|
241
283
|
.woswidgets-provider-icon[data-provider="datadog"] {
|
|
242
284
|
background-image: var(--provider-icon-datadog);
|
|
243
285
|
}
|
|
286
|
+
.woswidgets-provider-icon[data-provider="descope"] {
|
|
287
|
+
background-image: var(--provider-icon-descope);
|
|
288
|
+
}
|
|
244
289
|
.woswidgets-provider-icon[data-provider="discord"] {
|
|
245
290
|
background-image: var(--provider-icon-discord);
|
|
246
291
|
}
|
|
@@ -256,6 +301,12 @@
|
|
|
256
301
|
.woswidgets-provider-icon[data-provider="fourth"] {
|
|
257
302
|
background-image: var(--provider-icon-fourth);
|
|
258
303
|
}
|
|
304
|
+
.woswidgets-provider-icon[data-provider="frame-io"] {
|
|
305
|
+
background-image: var(--provider-icon-frame-io);
|
|
306
|
+
}
|
|
307
|
+
.woswidgets-provider-icon[data-provider="front"] {
|
|
308
|
+
background-image: var(--provider-icon-front);
|
|
309
|
+
}
|
|
259
310
|
.woswidgets-provider-icon[data-provider="github"] {
|
|
260
311
|
background-image: var(--provider-icon-github);
|
|
261
312
|
}
|
|
@@ -284,6 +335,9 @@
|
|
|
284
335
|
.woswidgets-provider-icon[data-provider="google"] {
|
|
285
336
|
background-image: var(--provider-icon-google);
|
|
286
337
|
}
|
|
338
|
+
.woswidgets-provider-icon[data-provider="helpscout"] {
|
|
339
|
+
background-image: var(--provider-icon-helpscout);
|
|
340
|
+
}
|
|
287
341
|
.woswidgets-provider-icon[data-provider="hibob"] {
|
|
288
342
|
background-image: var(--provider-icon-hibob);
|
|
289
343
|
}
|
|
@@ -296,6 +350,9 @@
|
|
|
296
350
|
.woswidgets-provider-icon[data-provider="intuit"] {
|
|
297
351
|
background-image: var(--provider-icon-intuit);
|
|
298
352
|
}
|
|
353
|
+
.woswidgets-provider-icon[data-provider="jira"] {
|
|
354
|
+
background-image: var(--provider-icon-jira);
|
|
355
|
+
}
|
|
299
356
|
.woswidgets-provider-icon[data-provider="jumpcloud"] {
|
|
300
357
|
background-image: var(--provider-icon-jumpcloud);
|
|
301
358
|
}
|
|
@@ -317,6 +374,27 @@
|
|
|
317
374
|
.woswidgets-provider-icon[data-provider="microsoft"] {
|
|
318
375
|
background-image: var(--provider-icon-microsoft);
|
|
319
376
|
}
|
|
377
|
+
.woswidgets-provider-icon[data-provider="microsoft-onedrive"] {
|
|
378
|
+
background-image: var(--provider-icon-microsoft-onedrive);
|
|
379
|
+
}
|
|
380
|
+
.woswidgets-provider-icon[data-provider="microsoft-onenote"] {
|
|
381
|
+
background-image: var(--provider-icon-microsoft-onenote);
|
|
382
|
+
}
|
|
383
|
+
.woswidgets-provider-icon[data-provider="microsoft-outlook"] {
|
|
384
|
+
background-image: var(--provider-icon-microsoft-outlook);
|
|
385
|
+
}
|
|
386
|
+
.woswidgets-provider-icon[data-provider="microsoft-outlook-calendar"] {
|
|
387
|
+
background-image: var(--provider-icon-microsoft-outlook-calendar);
|
|
388
|
+
}
|
|
389
|
+
.woswidgets-provider-icon[data-provider="microsoft-sharepoint"] {
|
|
390
|
+
background-image: var(--provider-icon-microsoft-sharepoint);
|
|
391
|
+
}
|
|
392
|
+
.woswidgets-provider-icon[data-provider="microsoft-teams"] {
|
|
393
|
+
background-image: var(--provider-icon-microsoft-teams);
|
|
394
|
+
}
|
|
395
|
+
.woswidgets-provider-icon[data-provider="microsoft-todo"] {
|
|
396
|
+
background-image: var(--provider-icon-microsoft-todo);
|
|
397
|
+
}
|
|
320
398
|
.woswidgets-provider-icon[data-provider="miniorange"] {
|
|
321
399
|
background-image: var(--provider-icon-miniorange);
|
|
322
400
|
}
|
|
@@ -344,6 +422,12 @@
|
|
|
344
422
|
.woswidgets-provider-icon[data-provider="ping-identity"] {
|
|
345
423
|
background-image: var(--provider-icon-ping-identity);
|
|
346
424
|
}
|
|
425
|
+
.woswidgets-provider-icon[data-provider="prefect"] {
|
|
426
|
+
background-image: var(--provider-icon-prefect);
|
|
427
|
+
}
|
|
428
|
+
.woswidgets-provider-icon[data-provider="pydantic-logfire"] {
|
|
429
|
+
background-image: var(--provider-icon-pydantic-logfire);
|
|
430
|
+
}
|
|
347
431
|
.woswidgets-provider-icon[data-provider="react-native-expo"] {
|
|
348
432
|
background-image: var(--provider-icon-react-native-expo);
|
|
349
433
|
}
|
|
@@ -356,6 +440,9 @@
|
|
|
356
440
|
.woswidgets-provider-icon[data-provider="segment"] {
|
|
357
441
|
background-image: var(--provider-icon-segment);
|
|
358
442
|
}
|
|
443
|
+
.woswidgets-provider-icon[data-provider="sentry"] {
|
|
444
|
+
background-image: var(--provider-icon-sentry);
|
|
445
|
+
}
|
|
359
446
|
.woswidgets-provider-icon[data-provider="shibboleth"] {
|
|
360
447
|
background-image: var(--provider-icon-shibboleth);
|
|
361
448
|
}
|
|
@@ -371,6 +458,9 @@
|
|
|
371
458
|
.woswidgets-provider-icon[data-provider="splunk"] {
|
|
372
459
|
background-image: var(--provider-icon-splunk);
|
|
373
460
|
}
|
|
461
|
+
.woswidgets-provider-icon[data-provider="stytch"] {
|
|
462
|
+
background-image: var(--provider-icon-stytch);
|
|
463
|
+
}
|
|
374
464
|
.woswidgets-provider-icon[data-provider="supabase"] {
|
|
375
465
|
background-image: var(--provider-icon-supabase);
|
|
376
466
|
}
|
|
@@ -594,26 +594,34 @@ declare const DataIntegrationIntegrationType: {
|
|
|
594
594
|
readonly box: "box";
|
|
595
595
|
readonly confluence: "confluence";
|
|
596
596
|
readonly dropbox: "dropbox";
|
|
597
|
+
readonly "frame-io": "frame-io";
|
|
598
|
+
readonly front: "front";
|
|
597
599
|
readonly github: "github";
|
|
598
600
|
readonly gitlab: "gitlab";
|
|
599
601
|
readonly gmail: "gmail";
|
|
600
602
|
readonly google: "google";
|
|
601
603
|
readonly "google-calendar": "google-calendar";
|
|
602
604
|
readonly "google-drive": "google-drive";
|
|
605
|
+
readonly helpscout: "helpscout";
|
|
603
606
|
readonly hubspot: "hubspot";
|
|
604
607
|
readonly intercom: "intercom";
|
|
605
608
|
readonly jira: "jira";
|
|
606
609
|
readonly linear: "linear";
|
|
607
610
|
readonly microsoft: "microsoft";
|
|
608
611
|
readonly "microsoft-onedrive": "microsoft-onedrive";
|
|
612
|
+
readonly "microsoft-onenote": "microsoft-onenote";
|
|
609
613
|
readonly "microsoft-outlook": "microsoft-outlook";
|
|
610
614
|
readonly "microsoft-outlook-calendar": "microsoft-outlook-calendar";
|
|
615
|
+
readonly "microsoft-sharepoint": "microsoft-sharepoint";
|
|
616
|
+
readonly "microsoft-teams": "microsoft-teams";
|
|
617
|
+
readonly "microsoft-todo": "microsoft-todo";
|
|
611
618
|
readonly notion: "notion";
|
|
612
619
|
readonly prefect: "prefect";
|
|
613
620
|
readonly "pydantic-logfire": "pydantic-logfire";
|
|
614
621
|
readonly salesforce: "salesforce";
|
|
615
622
|
readonly sentry: "sentry";
|
|
616
623
|
readonly slack: "slack";
|
|
624
|
+
readonly snowflake: "snowflake";
|
|
617
625
|
readonly stripe: "stripe";
|
|
618
626
|
readonly zendesk: "zendesk";
|
|
619
627
|
};
|
|
@@ -645,9 +653,14 @@ interface DataIntegration {
|
|
|
645
653
|
interface DataIntegrationsResponse {
|
|
646
654
|
data: DataIntegration[];
|
|
647
655
|
}
|
|
648
|
-
|
|
656
|
+
type GetDataIntegrationAuthorizeUrlResponseAllOf = {
|
|
649
657
|
url: string;
|
|
650
|
-
|
|
658
|
+
redirectToken: string;
|
|
659
|
+
};
|
|
660
|
+
type GetDataIntegrationAuthorizeUrlResponseAllOfTwo = {
|
|
661
|
+
handoffToken?: string;
|
|
662
|
+
};
|
|
663
|
+
type GetDataIntegrationAuthorizeUrlResponse = GetDataIntegrationAuthorizeUrlResponseAllOf & GetDataIntegrationAuthorizeUrlResponseAllOfTwo;
|
|
651
664
|
interface GetAuthorizationStatusResponse {
|
|
652
665
|
isConnecting: boolean;
|
|
653
666
|
}
|
|
@@ -931,6 +944,14 @@ type CreateOrganizationApiKey403 = {
|
|
|
931
944
|
type CreateOrganizationApiKey404 = {
|
|
932
945
|
message: string;
|
|
933
946
|
};
|
|
947
|
+
type CreateOrganizationApiKey422ErrorsItem = {
|
|
948
|
+
code: string;
|
|
949
|
+
field: string;
|
|
950
|
+
};
|
|
951
|
+
type CreateOrganizationApiKey422 = {
|
|
952
|
+
message: string;
|
|
953
|
+
errors: CreateOrganizationApiKey422ErrorsItem[];
|
|
954
|
+
};
|
|
934
955
|
type ListOrganizationApiKeysParams = {
|
|
935
956
|
limit?: number;
|
|
936
957
|
before?: string;
|
|
@@ -967,6 +988,9 @@ type DeleteOrganizationApiKey404 = {
|
|
|
967
988
|
type MyDataIntegrations403 = {
|
|
968
989
|
message: string;
|
|
969
990
|
};
|
|
991
|
+
type GetDataIntegrationAuthorizeUrlParams = {
|
|
992
|
+
requireHandoff?: boolean;
|
|
993
|
+
};
|
|
970
994
|
type GetDataIntegrationAuthorizeUrl400 = {
|
|
971
995
|
message: string;
|
|
972
996
|
};
|
|
@@ -1573,7 +1597,7 @@ declare function useListSsoConnections<TData = Awaited<ReturnType<ReturnType<typ
|
|
|
1573
1597
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1574
1598
|
};
|
|
1575
1599
|
declare const useCreateOrganizationApiKeyHook: () => (createOrganizationApiKeyRequest: BodyType<CreateOrganizationApiKeyRequest>, signal?: AbortSignal) => Promise<CreateOrganizationApiKeyResponse>;
|
|
1576
|
-
declare const useCreateOrganizationApiKeyMutationOptions: <TError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404>, TContext = unknown>(options?: {
|
|
1600
|
+
declare const useCreateOrganizationApiKeyMutationOptions: <TError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422>, TContext = unknown>(options?: {
|
|
1577
1601
|
mutation?: UseMutationOptions<Awaited<ReturnType<ReturnType<typeof useCreateOrganizationApiKeyHook>>>, TError, {
|
|
1578
1602
|
data: BodyType<CreateOrganizationApiKeyRequest>;
|
|
1579
1603
|
}, TContext>;
|
|
@@ -1582,8 +1606,8 @@ declare const useCreateOrganizationApiKeyMutationOptions: <TError = ErrorType<Cr
|
|
|
1582
1606
|
}, TContext>;
|
|
1583
1607
|
type CreateOrganizationApiKeyMutationResult = NonNullable<Awaited<ReturnType<ReturnType<typeof useCreateOrganizationApiKeyHook>>>>;
|
|
1584
1608
|
type CreateOrganizationApiKeyMutationBody = BodyType<CreateOrganizationApiKeyRequest>;
|
|
1585
|
-
type CreateOrganizationApiKeyMutationError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404>;
|
|
1586
|
-
declare const useCreateOrganizationApiKey: <TError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404>, TContext = unknown>(options?: {
|
|
1609
|
+
type CreateOrganizationApiKeyMutationError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422>;
|
|
1610
|
+
declare const useCreateOrganizationApiKey: <TError = ErrorType<CreateOrganizationApiKey400 | CreateOrganizationApiKey403 | CreateOrganizationApiKey404 | CreateOrganizationApiKey422>, TContext = unknown>(options?: {
|
|
1587
1611
|
mutation?: UseMutationOptions<Awaited<ReturnType<ReturnType<typeof useCreateOrganizationApiKeyHook>>>, TError, {
|
|
1588
1612
|
data: BodyType<CreateOrganizationApiKeyRequest>;
|
|
1589
1613
|
}, TContext>;
|
|
@@ -1679,26 +1703,26 @@ declare function useMyDataIntegrations<TData = Awaited<ReturnType<ReturnType<typ
|
|
|
1679
1703
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1680
1704
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1681
1705
|
};
|
|
1682
|
-
declare const useGetDataIntegrationAuthorizeUrlHook: () => (slug: string, signal?: AbortSignal) => Promise<GetDataIntegrationAuthorizeUrlResponse>;
|
|
1683
|
-
declare const getGetDataIntegrationAuthorizeUrlQueryKey: (slug?: string) => readonly [`/_widgets/DataIntegrations/${string}/authorize
|
|
1684
|
-
declare const useGetDataIntegrationAuthorizeUrlQueryOptions: <TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, options?: {
|
|
1706
|
+
declare const useGetDataIntegrationAuthorizeUrlHook: () => (slug: string, params?: GetDataIntegrationAuthorizeUrlParams, signal?: AbortSignal) => Promise<GetDataIntegrationAuthorizeUrlResponse>;
|
|
1707
|
+
declare const getGetDataIntegrationAuthorizeUrlQueryKey: (slug?: string, params?: GetDataIntegrationAuthorizeUrlParams) => readonly [`/_widgets/DataIntegrations/${string}/authorize`, ...GetDataIntegrationAuthorizeUrlParams[]];
|
|
1708
|
+
declare const useGetDataIntegrationAuthorizeUrlQueryOptions: <TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1685
1709
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, TData>>;
|
|
1686
1710
|
}) => UseQueryOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, TData> & {
|
|
1687
1711
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1688
1712
|
};
|
|
1689
1713
|
type GetDataIntegrationAuthorizeUrlQueryResult = NonNullable<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>>;
|
|
1690
1714
|
type GetDataIntegrationAuthorizeUrlQueryError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>;
|
|
1691
|
-
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, options: {
|
|
1715
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, params: undefined | GetDataIntegrationAuthorizeUrlParams, options: {
|
|
1692
1716
|
query: Partial<UseQueryOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, TData>> & Pick<DefinedInitialDataOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>>, "initialData">;
|
|
1693
1717
|
}, queryClient?: QueryClient): DefinedUseQueryResult<TData, TError> & {
|
|
1694
1718
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1695
1719
|
};
|
|
1696
|
-
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, options?: {
|
|
1720
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1697
1721
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, TData>> & Pick<UndefinedInitialDataOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>>, "initialData">;
|
|
1698
1722
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1699
1723
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
1700
1724
|
};
|
|
1701
|
-
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, options?: {
|
|
1725
|
+
declare function useGetDataIntegrationAuthorizeUrl<TData = Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError = ErrorType<GetDataIntegrationAuthorizeUrl400 | GetDataIntegrationAuthorizeUrl403 | GetDataIntegrationAuthorizeUrl404>>(slug: string, params?: GetDataIntegrationAuthorizeUrlParams, options?: {
|
|
1702
1726
|
query?: Partial<UseQueryOptions<Awaited<ReturnType<ReturnType<typeof useGetDataIntegrationAuthorizeUrlHook>>>, TError, TData>>;
|
|
1703
1727
|
}, queryClient?: QueryClient): UseQueryResult<TData, TError> & {
|
|
1704
1728
|
queryKey: DataTag<QueryKey, TData, TError>;
|
|
@@ -1745,4 +1769,4 @@ declare const useDeleteDataInstallation: <TError = ErrorType<DeleteDataInstallat
|
|
|
1745
1769
|
installationId: string;
|
|
1746
1770
|
}, TContext>;
|
|
1747
1771
|
|
|
1748
|
-
export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionState, type ActiveSessionsResponse, type AuthenticationInformation403, type AuthenticationInformationQueryError, type AuthenticationInformationQueryResult, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, AuthenticationInformationResponseDataVerificationMethodsMfaProvider, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem, AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider, type AuthenticationInformationResponseDataVerificationMethodsPassword, AuthenticationInformationResponseDataVerificationMethodsPasswordProvider, type CreateOrganizationApiKey400, type CreateOrganizationApiKey403, type CreateOrganizationApiKey404, type CreateOrganizationApiKeyMutationBody, type CreateOrganizationApiKeyMutationError, type CreateOrganizationApiKeyMutationResult, type CreateOrganizationApiKeyRequest, type CreateOrganizationApiKeyResponse, type CreatePassword201, type CreatePassword400, type CreatePassword403, type CreatePasswordMutationBody, type CreatePasswordMutationError, type CreatePasswordMutationResult, type CreatePasswordRequest, type CreateTotpFactor400, type CreateTotpFactor403, type CreateTotpFactorMutationError, type CreateTotpFactorMutationResult, type CreateTotpFactorResponse, type CreateTotpFactorResponseAuthenticationChallenge, type CreateTotpFactorResponseAuthenticationChallengeAllOf, CreateTotpFactorResponseAuthenticationChallengeAllOfObject, type CreateTotpFactorResponseAuthenticationChallengeAllOfThree, type CreateTotpFactorResponseAuthenticationFactor, type CreateTotpFactorResponseAuthenticationFactorAllOf, type CreateTotpFactorResponseAuthenticationFactorAllOfEight, CreateTotpFactorResponseAuthenticationFactorAllOfObject, type CreateTotpFactorResponseAuthenticationFactorAllOfSms, type CreateTotpFactorResponseAuthenticationFactorAllOfTotp, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo, CreateTotpFactorResponseAuthenticationFactorAllOfType, type DataInstallation, DataInstallationObject, DataInstallationState, type DataIntegration, DataIntegrationCredentialsType, type DataIntegrationInstallation, DataIntegrationIntegrationType, DataIntegrationObject, DataIntegrationOwnership, type DataIntegrationsResponse, type DeleteDataInstallation200, type DeleteDataInstallation403, type DeleteDataInstallation404, type DeleteDataInstallationMutationError, type DeleteDataInstallationMutationResult, type DeleteOrganizationApiKey200, type DeleteOrganizationApiKey403, type DeleteOrganizationApiKey404, type DeleteOrganizationApiKeyMutationError, type DeleteOrganizationApiKeyMutationResult, type DeleteOrganizationDomain403, type DeleteOrganizationDomain404, type DeleteOrganizationDomainMutationError, type DeleteOrganizationDomainMutationResult, type DeletePasskey200, type DeletePasskey400, type DeletePasskey403, type DeletePasskeyMutationError, type DeletePasskeyMutationResult, type DeleteTotpFactors200, type DeleteTotpFactors400, type DeleteTotpFactors403, type DeleteTotpFactorsMutationError, type DeleteTotpFactorsMutationResult, DomainVerificationNameServer, type GenerateAdminPortalLink201, type GenerateAdminPortalLink403, type GenerateAdminPortalLink404, type GenerateAdminPortalLink500, GenerateAdminPortalLinkIntent, type GenerateAdminPortalLinkMutationError, type GenerateAdminPortalLinkMutationResult, type GenerateAdminPortalLinkParams, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataInstallationAuthorizationStatusQueryError, type GetDataInstallationAuthorizationStatusQueryResult, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlQueryError, type GetDataIntegrationAuthorizeUrlQueryResult, type GetDataIntegrationAuthorizeUrlResponse, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberInput, type InviteMemberMutationBody, type InviteMemberMutationError, type InviteMemberMutationResult, type ListMetadata, type ListOrganizationApiKeyPermission, type ListOrganizationApiKeyPermissions400, type ListOrganizationApiKeyPermissions403, type ListOrganizationApiKeyPermissionsParams, type ListOrganizationApiKeyPermissionsQueryError, type ListOrganizationApiKeyPermissionsQueryResult, type ListOrganizationApiKeyPermissionsResponse, type ListOrganizationApiKeyPermissionsResponseListMetadata, type ListOrganizationApiKeys400, type ListOrganizationApiKeys403, type ListOrganizationApiKeysParams, type ListOrganizationApiKeysQueryError, type ListOrganizationApiKeysQueryResult, type ListOrganizationApiKeysResponse, type ListOrganizationApiKeysResponseData, type ListOrganizationApiKeysResponseListMetadata, type ListOrganizationDomains200, type ListOrganizationDomains403, type ListOrganizationDomains404, type ListOrganizationDomainsQueryError, type ListOrganizationDomainsQueryResult, type ListSsoConnectionsQueryError, type ListSsoConnectionsQueryResult, type Me, type Me403, type MeOauthProfiles, type MeQueryError, type MeQueryResult, type Member, type MemberActions, MemberActionsItem, type MemberRole, type MemberRolesItem, MemberStatus, type Members200, type Members403, type Members404, type MembersParams, type MembersQueryError, type MembersQueryResult, type MyDataIntegrations403, type MyDataIntegrationsQueryError, type MyDataIntegrationsQueryResult, type OAuthProfile, OidcSessionState, type OrganizationDomain, OrganizationDomainState, type OrganizationInfo, type Organizations403, type Organizations404, type OrganizationsQueryError, type OrganizationsQueryResult, type OrganizationsResponse, type RegisterPasskey400, type RegisterPasskey403, type RegisterPasskeyMutationError, type RegisterPasskeyMutationResult, type RegisterPasskeyResponse, type RegisterPasskeyResponseOptions, type RemoveMember200, type RemoveMember400, type RemoveMember403, type RemoveMember404, type RemoveMemberMutationError, type RemoveMemberMutationResult, type ResendInvite201, type ResendInvite400, type ResendInvite403, type ResendInvite404, type ResendInviteMutationError, type ResendInviteMutationResult, type ReverifyOrganizationDomain403, type ReverifyOrganizationDomain404, type ReverifyOrganizationDomainMutationError, type ReverifyOrganizationDomainMutationResult, type RevokeAllSessions200, type RevokeAllSessions400, type RevokeAllSessions403, type RevokeAllSessionsMutationBody, type RevokeAllSessionsMutationError, type RevokeAllSessionsMutationResult, type RevokeAllSessionsRequest, type RevokeInvite200, type RevokeInvite400, type RevokeInvite403, type RevokeInvite404, type RevokeInviteMutationError, type RevokeInviteMutationResult, type RevokeSession200, type RevokeSession400, type RevokeSession403, type RevokeSessionMutationError, type RevokeSessionMutationResult, type Roles403, type Roles404, type RolesAndConfig403, type RolesAndConfig404, type RolesAndConfigQueryError, type RolesAndConfigQueryResult, type RolesAndConfigResponse, type RolesQueryError, type RolesQueryResult, SamlSessionState, type SendVerification400, type SendVerification403, type SendVerificationMutationError, type SendVerificationMutationResult, type SendVerificationResponse, SendVerificationResponseType, type Sessions403, type SessionsQueryError, type SessionsQueryResult, type Settings403, type SettingsQueryError, type SettingsQueryResult, type SettingsResponse, SettingsResponseObject, type SsoConnection, type SsoConnectionAnyOf, type SsoConnectionAnyOfEight, type SsoConnectionAnyOfEightAllOf, type SsoConnectionAnyOfEightAllOfLastSession, SsoConnectionAnyOfEightAllOfProviderTag, type SsoConnectionAnyOfEightAllOfSix, SsoConnectionAnyOfEightAllOfState, SsoConnectionAnyOfEightAllOfType, type SsoConnectionAnyOfLastSession, type SsoConnectionAnyOfLatestExpiredCertificate, type SsoConnectionAnyOfLatestExpiringCertificate, SsoConnectionAnyOfProviderTag, SsoConnectionAnyOfState, SsoConnectionAnyOfType, type SsoConnectionSessionJSON, SsoConnectionSessionJSONState, type UpdateMe400, type UpdateMe403, type UpdateMeInput, type UpdateMeMutationBody, type UpdateMeMutationError, type UpdateMeMutationResult, type UpdateMember200, type UpdateMember400, type UpdateMember403, type UpdateMember404, type UpdateMemberInput, type UpdateMemberMutationBody, type UpdateMemberMutationError, type UpdateMemberMutationResult, type UpdatePassword201, type UpdatePassword400, type UpdatePassword403, type UpdatePasswordMutationBody, type UpdatePasswordMutationError, type UpdatePasswordMutationResult, type UpdatePasswordRequest, type Verify400, type Verify403, type VerifyMutationBody, type VerifyMutationError, type VerifyMutationResult, type VerifyPasskey200, type VerifyPasskey400, type VerifyPasskey403, type VerifyPasskeyMutationBody, type VerifyPasskeyMutationError, type VerifyPasskeyMutationResult, type VerifyPasskeyRequest, type VerifyPasskeyRequestResponse, type VerifyRequest, type VerifyResponse, type VerifyTotpFactor200, type VerifyTotpFactor400, type VerifyTotpFactor403, type VerifyTotpFactorMutationBody, type VerifyTotpFactorMutationError, type VerifyTotpFactorMutationResult, type VerifyTotpFactorRequest, type X509CertificateJSON, getAuthenticationInformationQueryKey, getGetDataInstallationAuthorizationStatusQueryKey, getGetDataIntegrationAuthorizeUrlQueryKey, getListOrganizationApiKeyPermissionsQueryKey, getListOrganizationApiKeysQueryKey, getListOrganizationDomainsQueryKey, getListSsoConnectionsQueryKey, getMeQueryKey, getMembersQueryKey, getMyDataIntegrationsQueryKey, getOrganizationsQueryKey, getRolesAndConfigQueryKey, getRolesQueryKey, getSessionsQueryKey, getSettingsQueryKey, useAuthenticationInformation, useAuthenticationInformationHook, useAuthenticationInformationQueryOptions, useCreateOrganizationApiKey, useCreateOrganizationApiKeyHook, useCreateOrganizationApiKeyMutationOptions, useCreatePassword, useCreatePasswordHook, useCreatePasswordMutationOptions, useCreateTotpFactor, useCreateTotpFactorHook, useCreateTotpFactorMutationOptions, useDeleteDataInstallation, useDeleteDataInstallationHook, useDeleteDataInstallationMutationOptions, useDeleteOrganizationApiKey, useDeleteOrganizationApiKeyHook, useDeleteOrganizationApiKeyMutationOptions, useDeleteOrganizationDomain, useDeleteOrganizationDomainHook, useDeleteOrganizationDomainMutationOptions, useDeletePasskey, useDeletePasskeyHook, useDeletePasskeyMutationOptions, useDeleteTotpFactors, useDeleteTotpFactorsHook, useDeleteTotpFactorsMutationOptions, useGenerateAdminPortalLink, useGenerateAdminPortalLinkHook, useGenerateAdminPortalLinkMutationOptions, useGetDataInstallationAuthorizationStatus, useGetDataInstallationAuthorizationStatusHook, useGetDataInstallationAuthorizationStatusQueryOptions, useGetDataIntegrationAuthorizeUrl, useGetDataIntegrationAuthorizeUrlHook, useGetDataIntegrationAuthorizeUrlQueryOptions, useInviteMember, useInviteMemberHook, useInviteMemberMutationOptions, useListOrganizationApiKeyPermissions, useListOrganizationApiKeyPermissionsHook, useListOrganizationApiKeyPermissionsQueryOptions, useListOrganizationApiKeys, useListOrganizationApiKeysHook, useListOrganizationApiKeysQueryOptions, useListOrganizationDomains, useListOrganizationDomainsHook, useListOrganizationDomainsQueryOptions, useListSsoConnections, useListSsoConnectionsHook, useListSsoConnectionsQueryOptions, useMe, useMeHook, useMeQueryOptions, useMembers, useMembersHook, useMembersQueryOptions, useMyDataIntegrations, useMyDataIntegrationsHook, useMyDataIntegrationsQueryOptions, useOrganizations, useOrganizationsHook, useOrganizationsQueryOptions, useRegisterPasskey, useRegisterPasskeyHook, useRegisterPasskeyMutationOptions, useRemoveMember, useRemoveMemberHook, useRemoveMemberMutationOptions, useResendInvite, useResendInviteHook, useResendInviteMutationOptions, useReverifyOrganizationDomain, useReverifyOrganizationDomainHook, useReverifyOrganizationDomainMutationOptions, useRevokeAllSessions, useRevokeAllSessionsHook, useRevokeAllSessionsMutationOptions, useRevokeInvite, useRevokeInviteHook, useRevokeInviteMutationOptions, useRevokeSession, useRevokeSessionHook, useRevokeSessionMutationOptions, useRoles, useRolesAndConfig, useRolesAndConfigHook, useRolesAndConfigQueryOptions, useRolesHook, useRolesQueryOptions, useSendVerification, useSendVerificationHook, useSendVerificationMutationOptions, useSessions, useSessionsHook, useSessionsQueryOptions, useSettings, useSettingsHook, useSettingsQueryOptions, useUpdateMe, useUpdateMeHook, useUpdateMeMutationOptions, useUpdateMember, useUpdateMemberHook, useUpdateMemberMutationOptions, useUpdatePassword, useUpdatePasswordHook, useUpdatePasswordMutationOptions, useVerify, useVerifyHook, useVerifyMutationOptions, useVerifyPasskey, useVerifyPasskeyHook, useVerifyPasskeyMutationOptions, useVerifyTotpFactor, useVerifyTotpFactorHook, useVerifyTotpFactorMutationOptions };
|
|
1772
|
+
export { type ActiveSession, type ActiveSessionCurrentLocation, type ActiveSessionState, type ActiveSessionsResponse, type AuthenticationInformation403, type AuthenticationInformationQueryError, type AuthenticationInformationQueryResult, type AuthenticationInformationResponse, type AuthenticationInformationResponseData, type AuthenticationInformationResponseDataPasswordSettings, type AuthenticationInformationResponseDataVerificationMethods, type AuthenticationInformationResponseDataVerificationMethodsMfa, AuthenticationInformationResponseDataVerificationMethodsMfaProvider, type AuthenticationInformationResponseDataVerificationMethodsPasskey, type AuthenticationInformationResponseDataVerificationMethodsPasskeyPassKeysItem, AuthenticationInformationResponseDataVerificationMethodsPasskeyProvider, type AuthenticationInformationResponseDataVerificationMethodsPassword, AuthenticationInformationResponseDataVerificationMethodsPasswordProvider, type CreateOrganizationApiKey400, type CreateOrganizationApiKey403, type CreateOrganizationApiKey404, type CreateOrganizationApiKey422, type CreateOrganizationApiKey422ErrorsItem, type CreateOrganizationApiKeyMutationBody, type CreateOrganizationApiKeyMutationError, type CreateOrganizationApiKeyMutationResult, type CreateOrganizationApiKeyRequest, type CreateOrganizationApiKeyResponse, type CreatePassword201, type CreatePassword400, type CreatePassword403, type CreatePasswordMutationBody, type CreatePasswordMutationError, type CreatePasswordMutationResult, type CreatePasswordRequest, type CreateTotpFactor400, type CreateTotpFactor403, type CreateTotpFactorMutationError, type CreateTotpFactorMutationResult, type CreateTotpFactorResponse, type CreateTotpFactorResponseAuthenticationChallenge, type CreateTotpFactorResponseAuthenticationChallengeAllOf, CreateTotpFactorResponseAuthenticationChallengeAllOfObject, type CreateTotpFactorResponseAuthenticationChallengeAllOfThree, type CreateTotpFactorResponseAuthenticationFactor, type CreateTotpFactorResponseAuthenticationFactorAllOf, type CreateTotpFactorResponseAuthenticationFactorAllOfEight, CreateTotpFactorResponseAuthenticationFactorAllOfObject, type CreateTotpFactorResponseAuthenticationFactorAllOfSms, type CreateTotpFactorResponseAuthenticationFactorAllOfTotp, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOf, type CreateTotpFactorResponseAuthenticationFactorAllOfTotpAnyOfTwo, CreateTotpFactorResponseAuthenticationFactorAllOfType, type DataInstallation, DataInstallationObject, DataInstallationState, type DataIntegration, DataIntegrationCredentialsType, type DataIntegrationInstallation, DataIntegrationIntegrationType, DataIntegrationObject, DataIntegrationOwnership, type DataIntegrationsResponse, type DeleteDataInstallation200, type DeleteDataInstallation403, type DeleteDataInstallation404, type DeleteDataInstallationMutationError, type DeleteDataInstallationMutationResult, type DeleteOrganizationApiKey200, type DeleteOrganizationApiKey403, type DeleteOrganizationApiKey404, type DeleteOrganizationApiKeyMutationError, type DeleteOrganizationApiKeyMutationResult, type DeleteOrganizationDomain403, type DeleteOrganizationDomain404, type DeleteOrganizationDomainMutationError, type DeleteOrganizationDomainMutationResult, type DeletePasskey200, type DeletePasskey400, type DeletePasskey403, type DeletePasskeyMutationError, type DeletePasskeyMutationResult, type DeleteTotpFactors200, type DeleteTotpFactors400, type DeleteTotpFactors403, type DeleteTotpFactorsMutationError, type DeleteTotpFactorsMutationResult, DomainVerificationNameServer, type GenerateAdminPortalLink201, type GenerateAdminPortalLink403, type GenerateAdminPortalLink404, type GenerateAdminPortalLink500, GenerateAdminPortalLinkIntent, type GenerateAdminPortalLinkMutationError, type GenerateAdminPortalLinkMutationResult, type GenerateAdminPortalLinkParams, type GetAuthorizationStatusResponse, type GetDataInstallationAuthorizationStatus400, type GetDataInstallationAuthorizationStatus403, type GetDataInstallationAuthorizationStatus404, type GetDataInstallationAuthorizationStatusQueryError, type GetDataInstallationAuthorizationStatusQueryResult, type GetDataIntegrationAuthorizeUrl400, type GetDataIntegrationAuthorizeUrl403, type GetDataIntegrationAuthorizeUrl404, type GetDataIntegrationAuthorizeUrlParams, type GetDataIntegrationAuthorizeUrlQueryError, type GetDataIntegrationAuthorizeUrlQueryResult, type GetDataIntegrationAuthorizeUrlResponse, type GetDataIntegrationAuthorizeUrlResponseAllOf, type GetDataIntegrationAuthorizeUrlResponseAllOfTwo, type InviteMember201, type InviteMember400, type InviteMember403, type InviteMember404, type InviteMemberInput, type InviteMemberMutationBody, type InviteMemberMutationError, type InviteMemberMutationResult, type ListMetadata, type ListOrganizationApiKeyPermission, type ListOrganizationApiKeyPermissions400, type ListOrganizationApiKeyPermissions403, type ListOrganizationApiKeyPermissionsParams, type ListOrganizationApiKeyPermissionsQueryError, type ListOrganizationApiKeyPermissionsQueryResult, type ListOrganizationApiKeyPermissionsResponse, type ListOrganizationApiKeyPermissionsResponseListMetadata, type ListOrganizationApiKeys400, type ListOrganizationApiKeys403, type ListOrganizationApiKeysParams, type ListOrganizationApiKeysQueryError, type ListOrganizationApiKeysQueryResult, type ListOrganizationApiKeysResponse, type ListOrganizationApiKeysResponseData, type ListOrganizationApiKeysResponseListMetadata, type ListOrganizationDomains200, type ListOrganizationDomains403, type ListOrganizationDomains404, type ListOrganizationDomainsQueryError, type ListOrganizationDomainsQueryResult, type ListSsoConnectionsQueryError, type ListSsoConnectionsQueryResult, type Me, type Me403, type MeOauthProfiles, type MeQueryError, type MeQueryResult, type Member, type MemberActions, MemberActionsItem, type MemberRole, type MemberRolesItem, MemberStatus, type Members200, type Members403, type Members404, type MembersParams, type MembersQueryError, type MembersQueryResult, type MyDataIntegrations403, type MyDataIntegrationsQueryError, type MyDataIntegrationsQueryResult, type OAuthProfile, OidcSessionState, type OrganizationDomain, OrganizationDomainState, type OrganizationInfo, type Organizations403, type Organizations404, type OrganizationsQueryError, type OrganizationsQueryResult, type OrganizationsResponse, type RegisterPasskey400, type RegisterPasskey403, type RegisterPasskeyMutationError, type RegisterPasskeyMutationResult, type RegisterPasskeyResponse, type RegisterPasskeyResponseOptions, type RemoveMember200, type RemoveMember400, type RemoveMember403, type RemoveMember404, type RemoveMemberMutationError, type RemoveMemberMutationResult, type ResendInvite201, type ResendInvite400, type ResendInvite403, type ResendInvite404, type ResendInviteMutationError, type ResendInviteMutationResult, type ReverifyOrganizationDomain403, type ReverifyOrganizationDomain404, type ReverifyOrganizationDomainMutationError, type ReverifyOrganizationDomainMutationResult, type RevokeAllSessions200, type RevokeAllSessions400, type RevokeAllSessions403, type RevokeAllSessionsMutationBody, type RevokeAllSessionsMutationError, type RevokeAllSessionsMutationResult, type RevokeAllSessionsRequest, type RevokeInvite200, type RevokeInvite400, type RevokeInvite403, type RevokeInvite404, type RevokeInviteMutationError, type RevokeInviteMutationResult, type RevokeSession200, type RevokeSession400, type RevokeSession403, type RevokeSessionMutationError, type RevokeSessionMutationResult, type Roles403, type Roles404, type RolesAndConfig403, type RolesAndConfig404, type RolesAndConfigQueryError, type RolesAndConfigQueryResult, type RolesAndConfigResponse, type RolesQueryError, type RolesQueryResult, SamlSessionState, type SendVerification400, type SendVerification403, type SendVerificationMutationError, type SendVerificationMutationResult, type SendVerificationResponse, SendVerificationResponseType, type Sessions403, type SessionsQueryError, type SessionsQueryResult, type Settings403, type SettingsQueryError, type SettingsQueryResult, type SettingsResponse, SettingsResponseObject, type SsoConnection, type SsoConnectionAnyOf, type SsoConnectionAnyOfEight, type SsoConnectionAnyOfEightAllOf, type SsoConnectionAnyOfEightAllOfLastSession, SsoConnectionAnyOfEightAllOfProviderTag, type SsoConnectionAnyOfEightAllOfSix, SsoConnectionAnyOfEightAllOfState, SsoConnectionAnyOfEightAllOfType, type SsoConnectionAnyOfLastSession, type SsoConnectionAnyOfLatestExpiredCertificate, type SsoConnectionAnyOfLatestExpiringCertificate, SsoConnectionAnyOfProviderTag, SsoConnectionAnyOfState, SsoConnectionAnyOfType, type SsoConnectionSessionJSON, SsoConnectionSessionJSONState, type UpdateMe400, type UpdateMe403, type UpdateMeInput, type UpdateMeMutationBody, type UpdateMeMutationError, type UpdateMeMutationResult, type UpdateMember200, type UpdateMember400, type UpdateMember403, type UpdateMember404, type UpdateMemberInput, type UpdateMemberMutationBody, type UpdateMemberMutationError, type UpdateMemberMutationResult, type UpdatePassword201, type UpdatePassword400, type UpdatePassword403, type UpdatePasswordMutationBody, type UpdatePasswordMutationError, type UpdatePasswordMutationResult, type UpdatePasswordRequest, type Verify400, type Verify403, type VerifyMutationBody, type VerifyMutationError, type VerifyMutationResult, type VerifyPasskey200, type VerifyPasskey400, type VerifyPasskey403, type VerifyPasskeyMutationBody, type VerifyPasskeyMutationError, type VerifyPasskeyMutationResult, type VerifyPasskeyRequest, type VerifyPasskeyRequestResponse, type VerifyRequest, type VerifyResponse, type VerifyTotpFactor200, type VerifyTotpFactor400, type VerifyTotpFactor403, type VerifyTotpFactorMutationBody, type VerifyTotpFactorMutationError, type VerifyTotpFactorMutationResult, type VerifyTotpFactorRequest, type X509CertificateJSON, getAuthenticationInformationQueryKey, getGetDataInstallationAuthorizationStatusQueryKey, getGetDataIntegrationAuthorizeUrlQueryKey, getListOrganizationApiKeyPermissionsQueryKey, getListOrganizationApiKeysQueryKey, getListOrganizationDomainsQueryKey, getListSsoConnectionsQueryKey, getMeQueryKey, getMembersQueryKey, getMyDataIntegrationsQueryKey, getOrganizationsQueryKey, getRolesAndConfigQueryKey, getRolesQueryKey, getSessionsQueryKey, getSettingsQueryKey, useAuthenticationInformation, useAuthenticationInformationHook, useAuthenticationInformationQueryOptions, useCreateOrganizationApiKey, useCreateOrganizationApiKeyHook, useCreateOrganizationApiKeyMutationOptions, useCreatePassword, useCreatePasswordHook, useCreatePasswordMutationOptions, useCreateTotpFactor, useCreateTotpFactorHook, useCreateTotpFactorMutationOptions, useDeleteDataInstallation, useDeleteDataInstallationHook, useDeleteDataInstallationMutationOptions, useDeleteOrganizationApiKey, useDeleteOrganizationApiKeyHook, useDeleteOrganizationApiKeyMutationOptions, useDeleteOrganizationDomain, useDeleteOrganizationDomainHook, useDeleteOrganizationDomainMutationOptions, useDeletePasskey, useDeletePasskeyHook, useDeletePasskeyMutationOptions, useDeleteTotpFactors, useDeleteTotpFactorsHook, useDeleteTotpFactorsMutationOptions, useGenerateAdminPortalLink, useGenerateAdminPortalLinkHook, useGenerateAdminPortalLinkMutationOptions, useGetDataInstallationAuthorizationStatus, useGetDataInstallationAuthorizationStatusHook, useGetDataInstallationAuthorizationStatusQueryOptions, useGetDataIntegrationAuthorizeUrl, useGetDataIntegrationAuthorizeUrlHook, useGetDataIntegrationAuthorizeUrlQueryOptions, useInviteMember, useInviteMemberHook, useInviteMemberMutationOptions, useListOrganizationApiKeyPermissions, useListOrganizationApiKeyPermissionsHook, useListOrganizationApiKeyPermissionsQueryOptions, useListOrganizationApiKeys, useListOrganizationApiKeysHook, useListOrganizationApiKeysQueryOptions, useListOrganizationDomains, useListOrganizationDomainsHook, useListOrganizationDomainsQueryOptions, useListSsoConnections, useListSsoConnectionsHook, useListSsoConnectionsQueryOptions, useMe, useMeHook, useMeQueryOptions, useMembers, useMembersHook, useMembersQueryOptions, useMyDataIntegrations, useMyDataIntegrationsHook, useMyDataIntegrationsQueryOptions, useOrganizations, useOrganizationsHook, useOrganizationsQueryOptions, useRegisterPasskey, useRegisterPasskeyHook, useRegisterPasskeyMutationOptions, useRemoveMember, useRemoveMemberHook, useRemoveMemberMutationOptions, useResendInvite, useResendInviteHook, useResendInviteMutationOptions, useReverifyOrganizationDomain, useReverifyOrganizationDomainHook, useReverifyOrganizationDomainMutationOptions, useRevokeAllSessions, useRevokeAllSessionsHook, useRevokeAllSessionsMutationOptions, useRevokeInvite, useRevokeInviteHook, useRevokeInviteMutationOptions, useRevokeSession, useRevokeSessionHook, useRevokeSessionMutationOptions, useRoles, useRolesAndConfig, useRolesAndConfigHook, useRolesAndConfigQueryOptions, useRolesHook, useRolesQueryOptions, useSendVerification, useSendVerificationHook, useSendVerificationMutationOptions, useSessions, useSessionsHook, useSessionsQueryOptions, useSettings, useSettingsHook, useSettingsQueryOptions, useUpdateMe, useUpdateMeHook, useUpdateMeMutationOptions, useUpdateMember, useUpdateMemberHook, useUpdateMemberMutationOptions, useUpdatePassword, useUpdatePasswordHook, useUpdatePasswordMutationOptions, useVerify, useVerifyHook, useVerifyMutationOptions, useVerifyPasskey, useVerifyPasskeyHook, useVerifyPasskeyMutationOptions, useVerifyTotpFactor, useVerifyTotpFactorHook, useVerifyTotpFactorMutationOptions };
|
package/dist/esm/api/endpoint.js
CHANGED
|
@@ -146,26 +146,34 @@ const DataIntegrationIntegrationType = {
|
|
|
146
146
|
box: "box",
|
|
147
147
|
confluence: "confluence",
|
|
148
148
|
dropbox: "dropbox",
|
|
149
|
+
"frame-io": "frame-io",
|
|
150
|
+
front: "front",
|
|
149
151
|
github: "github",
|
|
150
152
|
gitlab: "gitlab",
|
|
151
153
|
gmail: "gmail",
|
|
152
154
|
google: "google",
|
|
153
155
|
"google-calendar": "google-calendar",
|
|
154
156
|
"google-drive": "google-drive",
|
|
157
|
+
helpscout: "helpscout",
|
|
155
158
|
hubspot: "hubspot",
|
|
156
159
|
intercom: "intercom",
|
|
157
160
|
jira: "jira",
|
|
158
161
|
linear: "linear",
|
|
159
162
|
microsoft: "microsoft",
|
|
160
163
|
"microsoft-onedrive": "microsoft-onedrive",
|
|
164
|
+
"microsoft-onenote": "microsoft-onenote",
|
|
161
165
|
"microsoft-outlook": "microsoft-outlook",
|
|
162
166
|
"microsoft-outlook-calendar": "microsoft-outlook-calendar",
|
|
167
|
+
"microsoft-sharepoint": "microsoft-sharepoint",
|
|
168
|
+
"microsoft-teams": "microsoft-teams",
|
|
169
|
+
"microsoft-todo": "microsoft-todo",
|
|
163
170
|
notion: "notion",
|
|
164
171
|
prefect: "prefect",
|
|
165
172
|
"pydantic-logfire": "pydantic-logfire",
|
|
166
173
|
salesforce: "salesforce",
|
|
167
174
|
sentry: "sentry",
|
|
168
175
|
slack: "slack",
|
|
176
|
+
snowflake: "snowflake",
|
|
169
177
|
stripe: "stripe",
|
|
170
178
|
zendesk: "zendesk"
|
|
171
179
|
};
|
|
@@ -1260,24 +1268,28 @@ function useMyDataIntegrations(options, queryClient) {
|
|
|
1260
1268
|
const useGetDataIntegrationAuthorizeUrlHook = () => {
|
|
1261
1269
|
const getDataIntegrationAuthorizeUrl = useWidgetsApiClient();
|
|
1262
1270
|
return useCallback(
|
|
1263
|
-
(slug, signal) => {
|
|
1271
|
+
(slug, params, signal) => {
|
|
1264
1272
|
return getDataIntegrationAuthorizeUrl({
|
|
1265
1273
|
url: `/_widgets/DataIntegrations/${slug}/authorize`,
|
|
1266
1274
|
method: "GET",
|
|
1275
|
+
params,
|
|
1267
1276
|
signal
|
|
1268
1277
|
});
|
|
1269
1278
|
},
|
|
1270
1279
|
[getDataIntegrationAuthorizeUrl]
|
|
1271
1280
|
);
|
|
1272
1281
|
};
|
|
1273
|
-
const getGetDataIntegrationAuthorizeUrlQueryKey = (slug) => {
|
|
1274
|
-
return [
|
|
1282
|
+
const getGetDataIntegrationAuthorizeUrlQueryKey = (slug, params) => {
|
|
1283
|
+
return [
|
|
1284
|
+
`/_widgets/DataIntegrations/${slug}/authorize`,
|
|
1285
|
+
...params ? [params] : []
|
|
1286
|
+
];
|
|
1275
1287
|
};
|
|
1276
|
-
const useGetDataIntegrationAuthorizeUrlQueryOptions = (slug, options) => {
|
|
1288
|
+
const useGetDataIntegrationAuthorizeUrlQueryOptions = (slug, params, options) => {
|
|
1277
1289
|
const { query: queryOptions } = options ?? {};
|
|
1278
|
-
const queryKey = queryOptions?.queryKey ?? getGetDataIntegrationAuthorizeUrlQueryKey(slug);
|
|
1290
|
+
const queryKey = queryOptions?.queryKey ?? getGetDataIntegrationAuthorizeUrlQueryKey(slug, params);
|
|
1279
1291
|
const getDataIntegrationAuthorizeUrl = useGetDataIntegrationAuthorizeUrlHook();
|
|
1280
|
-
const queryFn = ({ signal }) => getDataIntegrationAuthorizeUrl(slug, signal);
|
|
1292
|
+
const queryFn = ({ signal }) => getDataIntegrationAuthorizeUrl(slug, params, signal);
|
|
1281
1293
|
const customOptions = useWidgetsApiQueryOptions({
|
|
1282
1294
|
...queryOptions,
|
|
1283
1295
|
queryKey,
|
|
@@ -1285,9 +1297,10 @@ const useGetDataIntegrationAuthorizeUrlQueryOptions = (slug, options) => {
|
|
|
1285
1297
|
});
|
|
1286
1298
|
return customOptions;
|
|
1287
1299
|
};
|
|
1288
|
-
function useGetDataIntegrationAuthorizeUrl(slug, options, queryClient) {
|
|
1300
|
+
function useGetDataIntegrationAuthorizeUrl(slug, params, options, queryClient) {
|
|
1289
1301
|
const queryOptions = useGetDataIntegrationAuthorizeUrlQueryOptions(
|
|
1290
1302
|
slug,
|
|
1303
|
+
params,
|
|
1291
1304
|
options
|
|
1292
1305
|
);
|
|
1293
1306
|
const query = useQuery(queryOptions, queryClient);
|