@adminide-stack/form-builder-core 5.1.4-alpha.231 → 5.1.4-alpha.235

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.
@@ -5,15 +5,15 @@
5
5
  * - credentials-browser (connector cards, credentials table)
6
6
  * - form-builder-browser (OAuthConnectorConfigPanel – known-provider dropdown)
7
7
  *
8
- * Keep this as the single source of truth so ids, authUrls, scopes, etc.
8
+ * Keep this as the single source of truth so ids, provider URLs, scopes, etc.
9
9
  * never drift between packages.
10
10
  */
11
11
  export interface ConnectorConfig {
12
12
  id: string;
13
13
  title: string;
14
14
  description: string;
15
- /** OAuth 2.0 authorization endpoint URL */
16
- authUrl: string;
15
+ /** OAuth/OIDC provider base URL */
16
+ providerUrl: string;
17
17
  icon: {
18
18
  name: string;
19
19
  style?: {
@@ -1 +1 @@
1
- {"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,2CAA2C;IAC3C,OAAO,EAAE,MAAM,CAAC;IAChB,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE;YAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACjC,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAmJ7C,CAAC"}
1
+ {"version":3,"file":"connectorsConfig.d.ts","sourceRoot":"","sources":["../../src/config/connectorsConfig.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AAEH,MAAM,WAAW,eAAe;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,CAAC;IACpB,mCAAmC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,IAAI,EAAE;QACF,IAAI,EAAE,MAAM,CAAC;QACb,KAAK,CAAC,EAAE;YAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;SAAE,CAAC;KACjC,CAAC;IACF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,OAAO,EAAE,OAAO,CAAC;IACjB,6CAA6C;IAC7C,MAAM,CAAC,EAAE,MAAM,EAAE,CAAC;IAClB,uDAAuD;IACvD,MAAM,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,eAAO,MAAM,gBAAgB,EAAE,eAAe,EAmJ7C,CAAC"}
@@ -5,14 +5,14 @@
5
5
  * - credentials-browser (connector cards, credentials table)
6
6
  * - form-builder-browser (OAuthConnectorConfigPanel – known-provider dropdown)
7
7
  *
8
- * Keep this as the single source of truth so ids, authUrls, scopes, etc.
8
+ * Keep this as the single source of truth so ids, provider URLs, scopes, etc.
9
9
  * never drift between packages.
10
10
  */
11
11
  const connectorsConfig = [{
12
12
  id: 'gmail',
13
13
  title: 'Gmail',
14
14
  description: 'Draft replies, search your inbox, and summarize email threads instantly',
15
- authUrl: 'https://accounts.google.com',
15
+ providerUrl: 'https://accounts.google.com',
16
16
  icon: {
17
17
  name: 'AiOutlineMail',
18
18
  style: {
@@ -26,7 +26,7 @@ const connectorsConfig = [{
26
26
  id: 'google-calendar',
27
27
  title: 'Google Calendar',
28
28
  description: 'View and manage your calendar events, schedule meetings, and set reminders',
29
- authUrl: 'https://accounts.google.com',
29
+ providerUrl: 'https://accounts.google.com',
30
30
  icon: {
31
31
  name: 'AiOutlineCalendar',
32
32
  style: {
@@ -40,7 +40,7 @@ const connectorsConfig = [{
40
40
  id: 'notion',
41
41
  title: 'Notion',
42
42
  description: 'Access your Notion pages, databases, and create new content seamlessly',
43
- authUrl: 'https://api.notion.com/v1',
43
+ providerUrl: 'https://api.notion.com/v1',
44
44
  icon: {
45
45
  name: 'AiOutlineFileText',
46
46
  style: {
@@ -55,7 +55,7 @@ const connectorsConfig = [{
55
55
  id: 'google-drive',
56
56
  title: 'Google Drive',
57
57
  description: 'Access and manage your files, folders, and documents from Google Drive',
58
- authUrl: 'https://accounts.google.com',
58
+ providerUrl: 'https://accounts.google.com',
59
59
  icon: {
60
60
  name: 'AiOutlineFolder',
61
61
  style: {
@@ -69,7 +69,7 @@ const connectorsConfig = [{
69
69
  id: 'outlook-mail',
70
70
  title: 'Outlook Mail',
71
71
  description: 'Send and receive emails, manage your inbox, and organize messages',
72
- authUrl: 'https://login.microsoftonline.com/common',
72
+ providerUrl: 'https://login.microsoftonline.com/common',
73
73
  icon: {
74
74
  name: 'AiOutlineMail',
75
75
  style: {
@@ -83,7 +83,7 @@ const connectorsConfig = [{
83
83
  id: 'slack',
84
84
  title: 'Slack',
85
85
  description: 'Send messages, create channels, and collaborate with your team',
86
- authUrl: 'https://slack.com',
86
+ providerUrl: 'https://slack.com',
87
87
  icon: {
88
88
  name: 'AiOutlineMessage',
89
89
  style: {
@@ -97,7 +97,7 @@ const connectorsConfig = [{
97
97
  id: 'github',
98
98
  title: 'GitHub',
99
99
  description: 'Access repositories, manage issues, and review pull requests',
100
- authUrl: 'https://github.com',
100
+ providerUrl: 'https://github.com',
101
101
  icon: {
102
102
  name: 'AiOutlineGithub',
103
103
  style: {
@@ -111,7 +111,7 @@ const connectorsConfig = [{
111
111
  id: 'outlook-calendar',
112
112
  title: 'Outlook Calendar',
113
113
  description: 'Manage your calendar, schedule meetings, and view availability',
114
- authUrl: 'https://login.microsoftonline.com',
114
+ providerUrl: 'https://login.microsoftonline.com',
115
115
  icon: {
116
116
  name: 'AiOutlineCalendar',
117
117
  style: {
@@ -125,7 +125,7 @@ const connectorsConfig = [{
125
125
  id: 'linear',
126
126
  title: 'Linear',
127
127
  description: 'Track issues, manage projects, and collaborate on your work',
128
- authUrl: 'https://linear.app',
128
+ providerUrl: 'https://linear.app',
129
129
  icon: {
130
130
  name: 'AiOutlineCheckSquare',
131
131
  style: {
@@ -140,7 +140,7 @@ const connectorsConfig = [{
140
140
  id: 'asana',
141
141
  title: 'Asana',
142
142
  description: 'Organize tasks, track projects, and collaborate with your team',
143
- authUrl: 'https://app.asana.com',
143
+ providerUrl: 'https://app.asana.com',
144
144
  icon: {
145
145
  name: 'AiOutlineProject',
146
146
  style: {
@@ -154,7 +154,7 @@ const connectorsConfig = [{
154
154
  id: 'jira',
155
155
  title: 'Jira',
156
156
  description: 'Issue and project tracking',
157
- authUrl: 'https://auth.atlassian.com',
157
+ providerUrl: 'https://auth.atlassian.com',
158
158
  icon: {
159
159
  name: 'AiOutlineCheckSquare',
160
160
  style: {
@@ -1 +1 @@
1
- {"version":3,"file":"connectorsConfig.js","sources":["../../src/config/connectorsConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA;;;;;;;;;AASG;sBAEc,GAAe,CAAA;IAC5B,EAAE;OACF,EAAK;aACL,EAAW,yEAAS;SACpB,EAAA,6BAAA;MACA,EAAA;AACA,IAAA,IAAI,EAAE,eAAA;SACF,EAAA;AACA,MAAA,QAAM,EAAE;;;OACV,EAAA,SAAA;SACG,EAAC,IAAE;QACR,EAAA,CAAO,0BAAU,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA;;AAEjB,EAAA,EAAA,EAAA,iBAAkB;OAClB,EAAA,iBAAA;aACS,EAAA,4EAAO;AACnB,EAAA,OAAA,EAAA,6BAAA;AAED,EAAA,IAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"connectorsConfig.js","sources":["../../src/config/connectorsConfig.ts"],"sourcesContent":[null],"names":[],"mappings":"AAAA;;;;;;;;;AASG;sBAEc,GAAe,CAAA;IAC5B,EAAE;OACF,EAAK;aACL,EAAW,yEAAS;aACpB,EAAA,6BAAmC;MACnC,EAAA;AACA,IAAA,IAAI,EAAE,eAAA;SACF,EAAA;AACA,MAAA,QAAM,EAAE;;;OACV,EAAA,SAAA;SACG,EAAC,IAAE;QACR,EAAA,CAAO,0BAAU,EAAA,QAAA,EAAA,OAAA,EAAA,SAAA;;AAEjB,EAAA,EAAA,EAAA,iBAAkB;OAClB,EAAA,iBAAA;aACS,EAAA,4EAAO;AACnB,EAAA,WAAA,EAAA,6BAAA;AAED,EAAA,IAAA,EAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adminide-stack/form-builder-core",
3
- "version": "5.1.4-alpha.231",
3
+ "version": "5.1.4-alpha.235",
4
4
  "sideEffects": false,
5
5
  "type": "module",
6
6
  "main": "lib/index.js",
@@ -24,5 +24,5 @@
24
24
  "publishConfig": {
25
25
  "access": "public"
26
26
  },
27
- "gitHead": "7704fb113ba2059ac9faf082a0038bdd7d494795"
27
+ "gitHead": "e2a3a96c70d681dd476916c80edcf6fa1244e686"
28
28
  }