@elqnt/auth 1.0.8 → 1.0.12
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/dist/chunk-LSUDMEL5.js +261 -0
- package/dist/chunk-LSUDMEL5.js.map +1 -0
- package/dist/chunk-OTGGRIEC.mjs +261 -0
- package/dist/chunk-OTGGRIEC.mjs.map +1 -0
- package/dist/index.d.mts +3 -154
- package/dist/index.d.ts +3 -154
- package/dist/index.js +253 -157
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +177 -29
- package/dist/index.mjs.map +1 -1
- package/dist/models/index.d.mts +825 -0
- package/dist/models/index.d.ts +825 -0
- package/dist/models/index.js +206 -0
- package/dist/models/index.js.map +1 -0
- package/dist/models/index.mjs +206 -0
- package/dist/models/index.mjs.map +1 -0
- package/package.json +8 -3
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
"use strict";Object.defineProperty(exports, "__esModule", {value: true});"use client";
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
45
|
+
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
|
|
53
|
+
|
|
54
|
+
|
|
55
|
+
|
|
56
|
+
|
|
57
|
+
|
|
58
|
+
|
|
59
|
+
|
|
60
|
+
|
|
61
|
+
|
|
62
|
+
|
|
63
|
+
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
|
|
71
|
+
|
|
72
|
+
|
|
73
|
+
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
81
|
+
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
|
|
89
|
+
|
|
90
|
+
|
|
91
|
+
|
|
92
|
+
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
|
|
97
|
+
|
|
98
|
+
|
|
99
|
+
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
var _chunkLSUDMEL5js = require('../chunk-LSUDMEL5.js');
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
|
|
107
|
+
|
|
108
|
+
|
|
109
|
+
|
|
110
|
+
|
|
111
|
+
|
|
112
|
+
|
|
113
|
+
|
|
114
|
+
|
|
115
|
+
|
|
116
|
+
|
|
117
|
+
|
|
118
|
+
|
|
119
|
+
|
|
120
|
+
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
|
|
125
|
+
|
|
126
|
+
|
|
127
|
+
|
|
128
|
+
|
|
129
|
+
|
|
130
|
+
|
|
131
|
+
|
|
132
|
+
|
|
133
|
+
|
|
134
|
+
|
|
135
|
+
|
|
136
|
+
|
|
137
|
+
|
|
138
|
+
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
|
|
143
|
+
|
|
144
|
+
|
|
145
|
+
|
|
146
|
+
|
|
147
|
+
|
|
148
|
+
|
|
149
|
+
|
|
150
|
+
|
|
151
|
+
|
|
152
|
+
|
|
153
|
+
|
|
154
|
+
|
|
155
|
+
|
|
156
|
+
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
|
|
161
|
+
|
|
162
|
+
|
|
163
|
+
|
|
164
|
+
|
|
165
|
+
|
|
166
|
+
|
|
167
|
+
|
|
168
|
+
|
|
169
|
+
|
|
170
|
+
|
|
171
|
+
|
|
172
|
+
|
|
173
|
+
|
|
174
|
+
|
|
175
|
+
|
|
176
|
+
|
|
177
|
+
|
|
178
|
+
|
|
179
|
+
|
|
180
|
+
|
|
181
|
+
|
|
182
|
+
|
|
183
|
+
|
|
184
|
+
|
|
185
|
+
|
|
186
|
+
|
|
187
|
+
|
|
188
|
+
|
|
189
|
+
|
|
190
|
+
|
|
191
|
+
|
|
192
|
+
|
|
193
|
+
|
|
194
|
+
|
|
195
|
+
|
|
196
|
+
|
|
197
|
+
|
|
198
|
+
|
|
199
|
+
|
|
200
|
+
|
|
201
|
+
|
|
202
|
+
|
|
203
|
+
|
|
204
|
+
|
|
205
|
+
exports.AdminOrgCreate = _chunkLSUDMEL5js.AdminOrgCreate; exports.AdminOrgCreated = _chunkLSUDMEL5js.AdminOrgCreated; exports.AdminOrgDelete = _chunkLSUDMEL5js.AdminOrgDelete; exports.AdminOrgGet = _chunkLSUDMEL5js.AdminOrgGet; exports.AdminOrgGetByDomain = _chunkLSUDMEL5js.AdminOrgGetByDomain; exports.AdminOrgGetInfo = _chunkLSUDMEL5js.AdminOrgGetInfo; exports.AdminOrgList = _chunkLSUDMEL5js.AdminOrgList; exports.AdminOrgListByMetadata = _chunkLSUDMEL5js.AdminOrgListByMetadata; exports.AdminOrgRolesCreate = _chunkLSUDMEL5js.AdminOrgRolesCreate; exports.AdminOrgRolesDelete = _chunkLSUDMEL5js.AdminOrgRolesDelete; exports.AdminOrgRolesGet = _chunkLSUDMEL5js.AdminOrgRolesGet; exports.AdminOrgRolesUpdate = _chunkLSUDMEL5js.AdminOrgRolesUpdate; exports.AdminOrgUpdate = _chunkLSUDMEL5js.AdminOrgUpdate; exports.AdminTeamsCreate = _chunkLSUDMEL5js.AdminTeamsCreate; exports.AdminTeamsGetForOrg = _chunkLSUDMEL5js.AdminTeamsGetForOrg; exports.AdminTeamsGetOne = _chunkLSUDMEL5js.AdminTeamsGetOne; exports.AdminTeamsUpdateOnboarding = _chunkLSUDMEL5js.AdminTeamsUpdateOnboarding; exports.AdminUsersCreate = _chunkLSUDMEL5js.AdminUsersCreate; exports.AdminUsersDelete = _chunkLSUDMEL5js.AdminUsersDelete; exports.AdminUsersGet = _chunkLSUDMEL5js.AdminUsersGet; exports.AdminUsersGetForOrg = _chunkLSUDMEL5js.AdminUsersGetForOrg; exports.AdminUsersGetOne = _chunkLSUDMEL5js.AdminUsersGetOne; exports.AdminUsersGetOneByEmail = _chunkLSUDMEL5js.AdminUsersGetOneByEmail; exports.AdminUsersGetSettings = _chunkLSUDMEL5js.AdminUsersGetSettings; exports.AdminUsersUpdate = _chunkLSUDMEL5js.AdminUsersUpdate; exports.AdminUsersUpdateSettings = _chunkLSUDMEL5js.AdminUsersUpdateSettings; exports.AggregateTypeAverage = _chunkLSUDMEL5js.AggregateTypeAverage; exports.AggregateTypeCount = _chunkLSUDMEL5js.AggregateTypeCount; exports.AggregateTypeDistinct = _chunkLSUDMEL5js.AggregateTypeDistinct; exports.AggregateTypeMax = _chunkLSUDMEL5js.AggregateTypeMax; exports.AggregateTypeMin = _chunkLSUDMEL5js.AggregateTypeMin; exports.AggregateTypeSum = _chunkLSUDMEL5js.AggregateTypeSum; exports.ChartTypeBar = _chunkLSUDMEL5js.ChartTypeBar; exports.ChartTypeDoughnut = _chunkLSUDMEL5js.ChartTypeDoughnut; exports.ChartTypeLine = _chunkLSUDMEL5js.ChartTypeLine; exports.ChartTypeMetic = _chunkLSUDMEL5js.ChartTypeMetic; exports.ChartTypePie = _chunkLSUDMEL5js.ChartTypePie; exports.InviteStatusAccepted = _chunkLSUDMEL5js.InviteStatusAccepted; exports.InviteStatusExpired = _chunkLSUDMEL5js.InviteStatusExpired; exports.InviteStatusPending = _chunkLSUDMEL5js.InviteStatusPending; exports.InviteStatusRevoked = _chunkLSUDMEL5js.InviteStatusRevoked; exports.InviteStatuses = _chunkLSUDMEL5js.InviteStatuses; exports.OnboardingStatusCompleted = _chunkLSUDMEL5js.OnboardingStatusCompleted; exports.OnboardingStatusInProgress = _chunkLSUDMEL5js.OnboardingStatusInProgress; exports.OnboardingStatusLegacy = _chunkLSUDMEL5js.OnboardingStatusLegacy; exports.OnboardingStatusPending = _chunkLSUDMEL5js.OnboardingStatusPending; exports.OnboardingStatusSkipped = _chunkLSUDMEL5js.OnboardingStatusSkipped; exports.OnboardingStatuses = _chunkLSUDMEL5js.OnboardingStatuses; exports.OrgSizeEnterprise = _chunkLSUDMEL5js.OrgSizeEnterprise; exports.OrgSizeLarge = _chunkLSUDMEL5js.OrgSizeLarge; exports.OrgSizeMedium = _chunkLSUDMEL5js.OrgSizeMedium; exports.OrgSizeSmall = _chunkLSUDMEL5js.OrgSizeSmall; exports.OrgSizeSolo = _chunkLSUDMEL5js.OrgSizeSolo; exports.OrgSizes = _chunkLSUDMEL5js.OrgSizes; exports.OrgStatusActive = _chunkLSUDMEL5js.OrgStatusActive; exports.OrgStatusSuspended = _chunkLSUDMEL5js.OrgStatusSuspended; exports.OrgStatuses = _chunkLSUDMEL5js.OrgStatuses; exports.OrgSubscriptionStatusActive = _chunkLSUDMEL5js.OrgSubscriptionStatusActive; exports.OrgSubscriptionStatusCancelled = _chunkLSUDMEL5js.OrgSubscriptionStatusCancelled; exports.OrgSubscriptionStatusPastDue = _chunkLSUDMEL5js.OrgSubscriptionStatusPastDue; exports.OrgSubscriptionStatusTrialing = _chunkLSUDMEL5js.OrgSubscriptionStatusTrialing; exports.OrgSubscriptionStatusUnpaid = _chunkLSUDMEL5js.OrgSubscriptionStatusUnpaid; exports.OrgSubscriptionStatuses = _chunkLSUDMEL5js.OrgSubscriptionStatuses; exports.OrgTypeEnterprise = _chunkLSUDMEL5js.OrgTypeEnterprise; exports.OrgTypeSelfServe = _chunkLSUDMEL5js.OrgTypeSelfServe; exports.OrgTypes = _chunkLSUDMEL5js.OrgTypes; exports.ProvisioningStatusCompleted = _chunkLSUDMEL5js.ProvisioningStatusCompleted; exports.ProvisioningStatusFailed = _chunkLSUDMEL5js.ProvisioningStatusFailed; exports.ProvisioningStatusPending = _chunkLSUDMEL5js.ProvisioningStatusPending; exports.ProvisioningStatusRunning = _chunkLSUDMEL5js.ProvisioningStatusRunning; exports.ProvisioningStatuses = _chunkLSUDMEL5js.ProvisioningStatuses; exports.SubscriptionPlatformCustom = _chunkLSUDMEL5js.SubscriptionPlatformCustom; exports.SubscriptionPlatformStripe = _chunkLSUDMEL5js.SubscriptionPlatformStripe; exports.SystemAppAdmin = _chunkLSUDMEL5js.SystemAppAdmin; exports.SystemAppAnalytics = _chunkLSUDMEL5js.SystemAppAnalytics; exports.SystemAppCRM = _chunkLSUDMEL5js.SystemAppCRM; exports.SystemAppDocumentProcessor = _chunkLSUDMEL5js.SystemAppDocumentProcessor; exports.SystemAppHelpdesk = _chunkLSUDMEL5js.SystemAppHelpdesk; exports.SystemAppKnowledgeGraph = _chunkLSUDMEL5js.SystemAppKnowledgeGraph; exports.SystemAppMarketing = _chunkLSUDMEL5js.SystemAppMarketing; exports.SystemAppWorkflow = _chunkLSUDMEL5js.SystemAppWorkflow; exports.SystemApps = _chunkLSUDMEL5js.SystemApps; exports.ThemeOptions = _chunkLSUDMEL5js.ThemeOptions; exports.UserSourceAPI = _chunkLSUDMEL5js.UserSourceAPI; exports.UserSourceInvite = _chunkLSUDMEL5js.UserSourceInvite; exports.UserSourceSSO = _chunkLSUDMEL5js.UserSourceSSO; exports.UserSourceSignup = _chunkLSUDMEL5js.UserSourceSignup; exports.UserSources = _chunkLSUDMEL5js.UserSources; exports.WidgetTypeAccounts = _chunkLSUDMEL5js.WidgetTypeAccounts; exports.WidgetTypeActivities = _chunkLSUDMEL5js.WidgetTypeActivities; exports.WidgetTypeCalendar = _chunkLSUDMEL5js.WidgetTypeCalendar; exports.WidgetTypeChart = _chunkLSUDMEL5js.WidgetTypeChart; exports.WidgetTypeContacts = _chunkLSUDMEL5js.WidgetTypeContacts; exports.WidgetTypeEmail = _chunkLSUDMEL5js.WidgetTypeEmail; exports.WidgetTypeFiles = _chunkLSUDMEL5js.WidgetTypeFiles; exports.WidgetTypeLeads = _chunkLSUDMEL5js.WidgetTypeLeads; exports.WidgetTypeNotes = _chunkLSUDMEL5js.WidgetTypeNotes; exports.WidgetTypeOpportunities = _chunkLSUDMEL5js.WidgetTypeOpportunities; exports.WidgetTypeOrders = _chunkLSUDMEL5js.WidgetTypeOrders; exports.WidgetTypeTasks = _chunkLSUDMEL5js.WidgetTypeTasks;
|
|
206
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":["/home/runner/work/eloquent-packages/eloquent-packages/packages/auth/dist/models/index.js"],"names":[],"mappings":"AAAA,qFAAY;AACZ;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,uDAA6B;AAC7B;AACE;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACF,66MAAC","file":"/home/runner/work/eloquent-packages/eloquent-packages/packages/auth/dist/models/index.js"}
|
|
@@ -0,0 +1,206 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import {
|
|
3
|
+
AdminOrgCreate,
|
|
4
|
+
AdminOrgCreated,
|
|
5
|
+
AdminOrgDelete,
|
|
6
|
+
AdminOrgGet,
|
|
7
|
+
AdminOrgGetByDomain,
|
|
8
|
+
AdminOrgGetInfo,
|
|
9
|
+
AdminOrgList,
|
|
10
|
+
AdminOrgListByMetadata,
|
|
11
|
+
AdminOrgRolesCreate,
|
|
12
|
+
AdminOrgRolesDelete,
|
|
13
|
+
AdminOrgRolesGet,
|
|
14
|
+
AdminOrgRolesUpdate,
|
|
15
|
+
AdminOrgUpdate,
|
|
16
|
+
AdminTeamsCreate,
|
|
17
|
+
AdminTeamsGetForOrg,
|
|
18
|
+
AdminTeamsGetOne,
|
|
19
|
+
AdminTeamsUpdateOnboarding,
|
|
20
|
+
AdminUsersCreate,
|
|
21
|
+
AdminUsersDelete,
|
|
22
|
+
AdminUsersGet,
|
|
23
|
+
AdminUsersGetForOrg,
|
|
24
|
+
AdminUsersGetOne,
|
|
25
|
+
AdminUsersGetOneByEmail,
|
|
26
|
+
AdminUsersGetSettings,
|
|
27
|
+
AdminUsersUpdate,
|
|
28
|
+
AdminUsersUpdateSettings,
|
|
29
|
+
AggregateTypeAverage,
|
|
30
|
+
AggregateTypeCount,
|
|
31
|
+
AggregateTypeDistinct,
|
|
32
|
+
AggregateTypeMax,
|
|
33
|
+
AggregateTypeMin,
|
|
34
|
+
AggregateTypeSum,
|
|
35
|
+
ChartTypeBar,
|
|
36
|
+
ChartTypeDoughnut,
|
|
37
|
+
ChartTypeLine,
|
|
38
|
+
ChartTypeMetic,
|
|
39
|
+
ChartTypePie,
|
|
40
|
+
InviteStatusAccepted,
|
|
41
|
+
InviteStatusExpired,
|
|
42
|
+
InviteStatusPending,
|
|
43
|
+
InviteStatusRevoked,
|
|
44
|
+
InviteStatuses,
|
|
45
|
+
OnboardingStatusCompleted,
|
|
46
|
+
OnboardingStatusInProgress,
|
|
47
|
+
OnboardingStatusLegacy,
|
|
48
|
+
OnboardingStatusPending,
|
|
49
|
+
OnboardingStatusSkipped,
|
|
50
|
+
OnboardingStatuses,
|
|
51
|
+
OrgSizeEnterprise,
|
|
52
|
+
OrgSizeLarge,
|
|
53
|
+
OrgSizeMedium,
|
|
54
|
+
OrgSizeSmall,
|
|
55
|
+
OrgSizeSolo,
|
|
56
|
+
OrgSizes,
|
|
57
|
+
OrgStatusActive,
|
|
58
|
+
OrgStatusSuspended,
|
|
59
|
+
OrgStatuses,
|
|
60
|
+
OrgSubscriptionStatusActive,
|
|
61
|
+
OrgSubscriptionStatusCancelled,
|
|
62
|
+
OrgSubscriptionStatusPastDue,
|
|
63
|
+
OrgSubscriptionStatusTrialing,
|
|
64
|
+
OrgSubscriptionStatusUnpaid,
|
|
65
|
+
OrgSubscriptionStatuses,
|
|
66
|
+
OrgTypeEnterprise,
|
|
67
|
+
OrgTypeSelfServe,
|
|
68
|
+
OrgTypes,
|
|
69
|
+
ProvisioningStatusCompleted,
|
|
70
|
+
ProvisioningStatusFailed,
|
|
71
|
+
ProvisioningStatusPending,
|
|
72
|
+
ProvisioningStatusRunning,
|
|
73
|
+
ProvisioningStatuses,
|
|
74
|
+
SubscriptionPlatformCustom,
|
|
75
|
+
SubscriptionPlatformStripe,
|
|
76
|
+
SystemAppAdmin,
|
|
77
|
+
SystemAppAnalytics,
|
|
78
|
+
SystemAppCRM,
|
|
79
|
+
SystemAppDocumentProcessor,
|
|
80
|
+
SystemAppHelpdesk,
|
|
81
|
+
SystemAppKnowledgeGraph,
|
|
82
|
+
SystemAppMarketing,
|
|
83
|
+
SystemAppWorkflow,
|
|
84
|
+
SystemApps,
|
|
85
|
+
ThemeOptions,
|
|
86
|
+
UserSourceAPI,
|
|
87
|
+
UserSourceInvite,
|
|
88
|
+
UserSourceSSO,
|
|
89
|
+
UserSourceSignup,
|
|
90
|
+
UserSources,
|
|
91
|
+
WidgetTypeAccounts,
|
|
92
|
+
WidgetTypeActivities,
|
|
93
|
+
WidgetTypeCalendar,
|
|
94
|
+
WidgetTypeChart,
|
|
95
|
+
WidgetTypeContacts,
|
|
96
|
+
WidgetTypeEmail,
|
|
97
|
+
WidgetTypeFiles,
|
|
98
|
+
WidgetTypeLeads,
|
|
99
|
+
WidgetTypeNotes,
|
|
100
|
+
WidgetTypeOpportunities,
|
|
101
|
+
WidgetTypeOrders,
|
|
102
|
+
WidgetTypeTasks
|
|
103
|
+
} from "../chunk-OTGGRIEC.mjs";
|
|
104
|
+
export {
|
|
105
|
+
AdminOrgCreate,
|
|
106
|
+
AdminOrgCreated,
|
|
107
|
+
AdminOrgDelete,
|
|
108
|
+
AdminOrgGet,
|
|
109
|
+
AdminOrgGetByDomain,
|
|
110
|
+
AdminOrgGetInfo,
|
|
111
|
+
AdminOrgList,
|
|
112
|
+
AdminOrgListByMetadata,
|
|
113
|
+
AdminOrgRolesCreate,
|
|
114
|
+
AdminOrgRolesDelete,
|
|
115
|
+
AdminOrgRolesGet,
|
|
116
|
+
AdminOrgRolesUpdate,
|
|
117
|
+
AdminOrgUpdate,
|
|
118
|
+
AdminTeamsCreate,
|
|
119
|
+
AdminTeamsGetForOrg,
|
|
120
|
+
AdminTeamsGetOne,
|
|
121
|
+
AdminTeamsUpdateOnboarding,
|
|
122
|
+
AdminUsersCreate,
|
|
123
|
+
AdminUsersDelete,
|
|
124
|
+
AdminUsersGet,
|
|
125
|
+
AdminUsersGetForOrg,
|
|
126
|
+
AdminUsersGetOne,
|
|
127
|
+
AdminUsersGetOneByEmail,
|
|
128
|
+
AdminUsersGetSettings,
|
|
129
|
+
AdminUsersUpdate,
|
|
130
|
+
AdminUsersUpdateSettings,
|
|
131
|
+
AggregateTypeAverage,
|
|
132
|
+
AggregateTypeCount,
|
|
133
|
+
AggregateTypeDistinct,
|
|
134
|
+
AggregateTypeMax,
|
|
135
|
+
AggregateTypeMin,
|
|
136
|
+
AggregateTypeSum,
|
|
137
|
+
ChartTypeBar,
|
|
138
|
+
ChartTypeDoughnut,
|
|
139
|
+
ChartTypeLine,
|
|
140
|
+
ChartTypeMetic,
|
|
141
|
+
ChartTypePie,
|
|
142
|
+
InviteStatusAccepted,
|
|
143
|
+
InviteStatusExpired,
|
|
144
|
+
InviteStatusPending,
|
|
145
|
+
InviteStatusRevoked,
|
|
146
|
+
InviteStatuses,
|
|
147
|
+
OnboardingStatusCompleted,
|
|
148
|
+
OnboardingStatusInProgress,
|
|
149
|
+
OnboardingStatusLegacy,
|
|
150
|
+
OnboardingStatusPending,
|
|
151
|
+
OnboardingStatusSkipped,
|
|
152
|
+
OnboardingStatuses,
|
|
153
|
+
OrgSizeEnterprise,
|
|
154
|
+
OrgSizeLarge,
|
|
155
|
+
OrgSizeMedium,
|
|
156
|
+
OrgSizeSmall,
|
|
157
|
+
OrgSizeSolo,
|
|
158
|
+
OrgSizes,
|
|
159
|
+
OrgStatusActive,
|
|
160
|
+
OrgStatusSuspended,
|
|
161
|
+
OrgStatuses,
|
|
162
|
+
OrgSubscriptionStatusActive,
|
|
163
|
+
OrgSubscriptionStatusCancelled,
|
|
164
|
+
OrgSubscriptionStatusPastDue,
|
|
165
|
+
OrgSubscriptionStatusTrialing,
|
|
166
|
+
OrgSubscriptionStatusUnpaid,
|
|
167
|
+
OrgSubscriptionStatuses,
|
|
168
|
+
OrgTypeEnterprise,
|
|
169
|
+
OrgTypeSelfServe,
|
|
170
|
+
OrgTypes,
|
|
171
|
+
ProvisioningStatusCompleted,
|
|
172
|
+
ProvisioningStatusFailed,
|
|
173
|
+
ProvisioningStatusPending,
|
|
174
|
+
ProvisioningStatusRunning,
|
|
175
|
+
ProvisioningStatuses,
|
|
176
|
+
SubscriptionPlatformCustom,
|
|
177
|
+
SubscriptionPlatformStripe,
|
|
178
|
+
SystemAppAdmin,
|
|
179
|
+
SystemAppAnalytics,
|
|
180
|
+
SystemAppCRM,
|
|
181
|
+
SystemAppDocumentProcessor,
|
|
182
|
+
SystemAppHelpdesk,
|
|
183
|
+
SystemAppKnowledgeGraph,
|
|
184
|
+
SystemAppMarketing,
|
|
185
|
+
SystemAppWorkflow,
|
|
186
|
+
SystemApps,
|
|
187
|
+
ThemeOptions,
|
|
188
|
+
UserSourceAPI,
|
|
189
|
+
UserSourceInvite,
|
|
190
|
+
UserSourceSSO,
|
|
191
|
+
UserSourceSignup,
|
|
192
|
+
UserSources,
|
|
193
|
+
WidgetTypeAccounts,
|
|
194
|
+
WidgetTypeActivities,
|
|
195
|
+
WidgetTypeCalendar,
|
|
196
|
+
WidgetTypeChart,
|
|
197
|
+
WidgetTypeContacts,
|
|
198
|
+
WidgetTypeEmail,
|
|
199
|
+
WidgetTypeFiles,
|
|
200
|
+
WidgetTypeLeads,
|
|
201
|
+
WidgetTypeNotes,
|
|
202
|
+
WidgetTypeOpportunities,
|
|
203
|
+
WidgetTypeOrders,
|
|
204
|
+
WidgetTypeTasks
|
|
205
|
+
};
|
|
206
|
+
//# sourceMappingURL=index.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"sources":[],"sourcesContent":[],"mappings":"","names":[]}
|
package/package.json
CHANGED
|
@@ -1,15 +1,20 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@elqnt/auth",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.12",
|
|
4
4
|
"description": "Authentication and user context for Eloquent platform",
|
|
5
5
|
"main": "./dist/index.js",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
7
7
|
"types": "./dist/index.d.ts",
|
|
8
8
|
"exports": {
|
|
9
9
|
".": {
|
|
10
|
+
"types": "./dist/index.d.ts",
|
|
10
11
|
"import": "./dist/index.mjs",
|
|
11
|
-
"require": "./dist/index.js"
|
|
12
|
-
|
|
12
|
+
"require": "./dist/index.js"
|
|
13
|
+
},
|
|
14
|
+
"./models": {
|
|
15
|
+
"types": "./dist/models/index.d.ts",
|
|
16
|
+
"import": "./dist/models/index.mjs",
|
|
17
|
+
"require": "./dist/models/index.js"
|
|
13
18
|
}
|
|
14
19
|
},
|
|
15
20
|
"files": ["dist"],
|