@elqnt/types 2.0.11 → 2.0.13
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/README.md +35 -157
- package/dist/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +0 -550
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +0 -396
- package/dist/index.mjs.map +1 -1
- package/dist/models/index.d.mts +1 -2323
- package/dist/models/index.d.ts +1 -2323
- package/dist/models/index.js +0 -550
- package/dist/models/index.js.map +1 -1
- package/dist/models/index.mjs +0 -396
- package/dist/models/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -20,82 +20,17 @@ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: tru
|
|
|
20
20
|
// index.tsx
|
|
21
21
|
var index_exports = {};
|
|
22
22
|
__export(index_exports, {
|
|
23
|
-
AdminOrgCreate: () => AdminOrgCreate,
|
|
24
|
-
AdminOrgCreated: () => AdminOrgCreated,
|
|
25
|
-
AdminOrgDelete: () => AdminOrgDelete,
|
|
26
|
-
AdminOrgGet: () => AdminOrgGet,
|
|
27
|
-
AdminOrgGetByDomain: () => AdminOrgGetByDomain,
|
|
28
|
-
AdminOrgGetInfo: () => AdminOrgGetInfo,
|
|
29
|
-
AdminOrgList: () => AdminOrgList,
|
|
30
|
-
AdminOrgListByMetadata: () => AdminOrgListByMetadata,
|
|
31
|
-
AdminOrgRolesCreate: () => AdminOrgRolesCreate,
|
|
32
|
-
AdminOrgRolesDelete: () => AdminOrgRolesDelete,
|
|
33
|
-
AdminOrgRolesGet: () => AdminOrgRolesGet,
|
|
34
|
-
AdminOrgRolesUpdate: () => AdminOrgRolesUpdate,
|
|
35
|
-
AdminOrgUpdate: () => AdminOrgUpdate,
|
|
36
|
-
AdminTeamsCreate: () => AdminTeamsCreate,
|
|
37
|
-
AdminTeamsGetForOrg: () => AdminTeamsGetForOrg,
|
|
38
|
-
AdminTeamsGetOne: () => AdminTeamsGetOne,
|
|
39
|
-
AdminTeamsUpdateOnboarding: () => AdminTeamsUpdateOnboarding,
|
|
40
|
-
AdminUsersCreate: () => AdminUsersCreate,
|
|
41
|
-
AdminUsersDelete: () => AdminUsersDelete,
|
|
42
|
-
AdminUsersGet: () => AdminUsersGet,
|
|
43
|
-
AdminUsersGetForOrg: () => AdminUsersGetForOrg,
|
|
44
|
-
AdminUsersGetOne: () => AdminUsersGetOne,
|
|
45
|
-
AdminUsersGetOneByEmail: () => AdminUsersGetOneByEmail,
|
|
46
|
-
AdminUsersGetSettings: () => AdminUsersGetSettings,
|
|
47
|
-
AdminUsersUpdate: () => AdminUsersUpdate,
|
|
48
|
-
AdminUsersUpdateSettings: () => AdminUsersUpdateSettings,
|
|
49
|
-
AffiliateAnalytics: () => AffiliateAnalytics,
|
|
50
|
-
AffiliateCommissions: () => AffiliateCommissions,
|
|
51
|
-
AffiliateCreate: () => AffiliateCreate,
|
|
52
|
-
AffiliateGet: () => AffiliateGet,
|
|
53
|
-
AffiliateList: () => AffiliateList,
|
|
54
|
-
AffiliateOnboard: () => AffiliateOnboard,
|
|
55
|
-
AffiliateUpdate: () => AffiliateUpdate,
|
|
56
23
|
AggregateTypeAverage: () => AggregateTypeAverage,
|
|
57
24
|
AggregateTypeCount: () => AggregateTypeCount,
|
|
58
25
|
AggregateTypeDistinct: () => AggregateTypeDistinct,
|
|
59
26
|
AggregateTypeMax: () => AggregateTypeMax,
|
|
60
27
|
AggregateTypeMin: () => AggregateTypeMin,
|
|
61
28
|
AggregateTypeSum: () => AggregateTypeSum,
|
|
62
|
-
AnalyticsChurn: () => AnalyticsChurn,
|
|
63
|
-
AnalyticsRevenue: () => AnalyticsRevenue,
|
|
64
|
-
AnalyticsUsage: () => AnalyticsUsage,
|
|
65
|
-
BillingEventsRecord: () => BillingEventsRecord,
|
|
66
|
-
BillingGetInvoice: () => BillingGetInvoice,
|
|
67
|
-
BillingGetUsageReport: () => BillingGetUsageReport,
|
|
68
|
-
BillingHealthCheck: () => BillingHealthCheck,
|
|
69
|
-
BillingInvoiceCreate: () => BillingInvoiceCreate,
|
|
70
|
-
BillingInvoiceGet: () => BillingInvoiceGet,
|
|
71
|
-
BillingInvoiceProcess: () => BillingInvoiceProcess,
|
|
72
|
-
BillingOrgProvision: () => BillingOrgProvision,
|
|
73
|
-
BillingPeriodClose: () => BillingPeriodClose,
|
|
74
|
-
BillingPeriodCreate: () => BillingPeriodCreate,
|
|
75
|
-
BillingPeriodProcess: () => BillingPeriodProcess,
|
|
76
|
-
BillingProcessBillingPeriod: () => BillingProcessBillingPeriod,
|
|
77
|
-
BillingRecordEvent: () => BillingRecordEvent,
|
|
78
|
-
BillingRulesCreate: () => BillingRulesCreate,
|
|
79
|
-
BillingRulesDelete: () => BillingRulesDelete,
|
|
80
|
-
BillingRulesGet: () => BillingRulesGet,
|
|
81
|
-
BillingRulesUpdate: () => BillingRulesUpdate,
|
|
82
|
-
BillingSubjectPrefix: () => BillingSubjectPrefix,
|
|
83
|
-
BillingUsageCostBreakdown: () => BillingUsageCostBreakdown,
|
|
84
|
-
BillingUsageCurrent: () => BillingUsageCurrent,
|
|
85
|
-
BillingUsageHistory: () => BillingUsageHistory,
|
|
86
|
-
BillingUsageReport: () => BillingUsageReport,
|
|
87
|
-
BillingUsageTopCenters: () => BillingUsageTopCenters,
|
|
88
29
|
ChartTypeBar: () => ChartTypeBar,
|
|
89
30
|
ChartTypeDoughnut: () => ChartTypeDoughnut,
|
|
90
31
|
ChartTypeLine: () => ChartTypeLine,
|
|
91
32
|
ChartTypeMetic: () => ChartTypeMetic,
|
|
92
33
|
ChartTypePie: () => ChartTypePie,
|
|
93
|
-
CreditsBalance: () => CreditsBalance,
|
|
94
|
-
CreditsConsume: () => CreditsConsume,
|
|
95
|
-
CreditsPurchase: () => CreditsPurchase,
|
|
96
|
-
CustomerCreate: () => CustomerCreate,
|
|
97
|
-
CustomerGet: () => CustomerGet,
|
|
98
|
-
CustomerUpdate: () => CustomerUpdate,
|
|
99
34
|
DataTypeArray: () => DataTypeArray,
|
|
100
35
|
DataTypeBoolean: () => DataTypeBoolean,
|
|
101
36
|
DataTypeDate: () => DataTypeDate,
|
|
@@ -106,52 +41,6 @@ __export(index_exports, {
|
|
|
106
41
|
DataTypeJSON: () => DataTypeJSON,
|
|
107
42
|
DataTypeObjectList: () => DataTypeObjectList,
|
|
108
43
|
DataTypeString: () => DataTypeString,
|
|
109
|
-
HubSubjects: () => HubSubjects,
|
|
110
|
-
IntegrationModeDomainDelegation: () => IntegrationModeDomainDelegation,
|
|
111
|
-
IntegrationModeServicePrincipal: () => IntegrationModeServicePrincipal,
|
|
112
|
-
IntegrationProviderGoogle: () => IntegrationProviderGoogle,
|
|
113
|
-
IntegrationProviderMicrosoft: () => IntegrationProviderMicrosoft,
|
|
114
|
-
IntegrationStatusActive: () => IntegrationStatusActive,
|
|
115
|
-
IntegrationStatusError: () => IntegrationStatusError,
|
|
116
|
-
IntegrationStatusExpired: () => IntegrationStatusExpired,
|
|
117
|
-
IntegrationStatusRevoked: () => IntegrationStatusRevoked,
|
|
118
|
-
IntegrationTypeCalendar: () => IntegrationTypeCalendar,
|
|
119
|
-
IntegrationTypeDrive: () => IntegrationTypeDrive,
|
|
120
|
-
IntegrationTypeEmail: () => IntegrationTypeEmail,
|
|
121
|
-
InviteStatusAccepted: () => InviteStatusAccepted,
|
|
122
|
-
InviteStatusExpired: () => InviteStatusExpired,
|
|
123
|
-
InviteStatusPending: () => InviteStatusPending,
|
|
124
|
-
InviteStatusRevoked: () => InviteStatusRevoked,
|
|
125
|
-
InviteStatuses: () => InviteStatuses,
|
|
126
|
-
OnboardingStatusCompleted: () => OnboardingStatusCompleted,
|
|
127
|
-
OnboardingStatusInProgress: () => OnboardingStatusInProgress,
|
|
128
|
-
OnboardingStatusLegacy: () => OnboardingStatusLegacy,
|
|
129
|
-
OnboardingStatusPending: () => OnboardingStatusPending,
|
|
130
|
-
OnboardingStatusSkipped: () => OnboardingStatusSkipped,
|
|
131
|
-
OnboardingStatuses: () => OnboardingStatuses,
|
|
132
|
-
OrgSizeEnterprise: () => OrgSizeEnterprise,
|
|
133
|
-
OrgSizeLarge: () => OrgSizeLarge,
|
|
134
|
-
OrgSizeMedium: () => OrgSizeMedium,
|
|
135
|
-
OrgSizeSmall: () => OrgSizeSmall,
|
|
136
|
-
OrgSizeSolo: () => OrgSizeSolo,
|
|
137
|
-
OrgSizes: () => OrgSizes,
|
|
138
|
-
OrgStatusActive: () => OrgStatusActive,
|
|
139
|
-
OrgStatusSuspended: () => OrgStatusSuspended,
|
|
140
|
-
OrgStatuses: () => OrgStatuses,
|
|
141
|
-
OrgSubscriptionStatusActive: () => OrgSubscriptionStatusActive,
|
|
142
|
-
OrgSubscriptionStatusCancelled: () => OrgSubscriptionStatusCancelled,
|
|
143
|
-
OrgSubscriptionStatusPastDue: () => OrgSubscriptionStatusPastDue,
|
|
144
|
-
OrgSubscriptionStatusTrialing: () => OrgSubscriptionStatusTrialing,
|
|
145
|
-
OrgSubscriptionStatusUnpaid: () => OrgSubscriptionStatusUnpaid,
|
|
146
|
-
OrgSubscriptionStatuses: () => OrgSubscriptionStatuses,
|
|
147
|
-
OrgTypeEnterprise: () => OrgTypeEnterprise,
|
|
148
|
-
OrgTypeSelfServe: () => OrgTypeSelfServe,
|
|
149
|
-
OrgTypes: () => OrgTypes,
|
|
150
|
-
PaymentLinkCreate: () => PaymentLinkCreate,
|
|
151
|
-
PaymentLinkList: () => PaymentLinkList,
|
|
152
|
-
PlansGet: () => PlansGet,
|
|
153
|
-
PlansGetAll: () => PlansGetAll,
|
|
154
|
-
PortalSessionCreate: () => PortalSessionCreate,
|
|
155
44
|
ProductNameDocBrain: () => ProductNameDocBrain,
|
|
156
45
|
ProductNameDoneProjects: () => ProductNameDoneProjects,
|
|
157
46
|
ProductNameFinance: () => ProductNameFinance,
|
|
@@ -162,53 +51,10 @@ __export(index_exports, {
|
|
|
162
51
|
ProductNameRealEstate: () => ProductNameRealEstate,
|
|
163
52
|
ProductNameShopAssist: () => ProductNameShopAssist,
|
|
164
53
|
ProductNames: () => ProductNames,
|
|
165
|
-
ProvisioningStatusCompleted: () => ProvisioningStatusCompleted,
|
|
166
|
-
ProvisioningStatusFailed: () => ProvisioningStatusFailed,
|
|
167
|
-
ProvisioningStatusPending: () => ProvisioningStatusPending,
|
|
168
|
-
ProvisioningStatusRunning: () => ProvisioningStatusRunning,
|
|
169
|
-
ProvisioningStatuses: () => ProvisioningStatuses,
|
|
170
|
-
RulesCreateBillingRule: () => RulesCreateBillingRule,
|
|
171
|
-
RulesDeleteBillingRule: () => RulesDeleteBillingRule,
|
|
172
|
-
RulesGetBillingRules: () => RulesGetBillingRules,
|
|
173
|
-
RulesUpdateBillingRule: () => RulesUpdateBillingRule,
|
|
174
|
-
SubscriptionCancel: () => SubscriptionCancel,
|
|
175
|
-
SubscriptionCheckout: () => SubscriptionCheckout,
|
|
176
|
-
SubscriptionCreate: () => SubscriptionCreate,
|
|
177
|
-
SubscriptionGet: () => SubscriptionGet,
|
|
178
|
-
SubscriptionList: () => SubscriptionList,
|
|
179
|
-
SubscriptionPlatformCustom: () => SubscriptionPlatformCustom,
|
|
180
|
-
SubscriptionPlatformStripe: () => SubscriptionPlatformStripe,
|
|
181
|
-
SubscriptionUpdate: () => SubscriptionUpdate,
|
|
182
|
-
SystemAppAdmin: () => SystemAppAdmin,
|
|
183
|
-
SystemAppAnalytics: () => SystemAppAnalytics,
|
|
184
|
-
SystemAppCRM: () => SystemAppCRM,
|
|
185
|
-
SystemAppDocumentProcessor: () => SystemAppDocumentProcessor,
|
|
186
|
-
SystemAppHelpdesk: () => SystemAppHelpdesk,
|
|
187
|
-
SystemAppKnowledgeGraph: () => SystemAppKnowledgeGraph,
|
|
188
|
-
SystemAppMarketing: () => SystemAppMarketing,
|
|
189
|
-
SystemAppWorkflow: () => SystemAppWorkflow,
|
|
190
|
-
SystemApps: () => SystemApps,
|
|
191
|
-
ThemeOptions: () => ThemeOptions,
|
|
192
54
|
UpdateUserStatusSubject: () => UpdateUserStatusSubject,
|
|
193
|
-
UsageAlertThreshold: () => UsageAlertThreshold,
|
|
194
|
-
UsageGetCostBreakdown: () => UsageGetCostBreakdown,
|
|
195
|
-
UsageGetCurrentUsage: () => UsageGetCurrentUsage,
|
|
196
|
-
UsageGetTopCostCenters: () => UsageGetTopCostCenters,
|
|
197
|
-
UsageGetUsageHistory: () => UsageGetUsageHistory,
|
|
198
|
-
UserSourceAPI: () => UserSourceAPI,
|
|
199
|
-
UserSourceInvite: () => UserSourceInvite,
|
|
200
|
-
UserSourceSSO: () => UserSourceSSO,
|
|
201
|
-
UserSourceSignup: () => UserSourceSignup,
|
|
202
|
-
UserSources: () => UserSources,
|
|
203
55
|
VariableScopeEdge: () => VariableScopeEdge,
|
|
204
56
|
VariableScopeGlobal: () => VariableScopeGlobal,
|
|
205
57
|
VariableScopeNode: () => VariableScopeNode,
|
|
206
|
-
WebhookInvoiceFailed: () => WebhookInvoiceFailed,
|
|
207
|
-
WebhookInvoicePaid: () => WebhookInvoicePaid,
|
|
208
|
-
WebhookPaymentSucceeded: () => WebhookPaymentSucceeded,
|
|
209
|
-
WebhookSubscriptionCanceled: () => WebhookSubscriptionCanceled,
|
|
210
|
-
WebhookSubscriptionCreated: () => WebhookSubscriptionCreated,
|
|
211
|
-
WebhookSubscriptionUpdated: () => WebhookSubscriptionUpdated,
|
|
212
58
|
WidgetTypeAccounts: () => WidgetTypeAccounts,
|
|
213
59
|
WidgetTypeActivities: () => WidgetTypeActivities,
|
|
214
60
|
WidgetTypeCalendar: () => WidgetTypeCalendar,
|
|
@@ -286,326 +132,19 @@ var AggregateTypeAverage = "Average";
|
|
|
286
132
|
var AggregateTypeMin = "Min";
|
|
287
133
|
var AggregateTypeMax = "Max";
|
|
288
134
|
var AggregateTypeDistinct = "Distinct";
|
|
289
|
-
|
|
290
|
-
// models/admin-models.ts
|
|
291
|
-
var OrgStatusActive = "active";
|
|
292
|
-
var OrgStatusSuspended = "suspended";
|
|
293
|
-
var OrgStatuses = {
|
|
294
|
-
active: { value: "active", label: "Active" },
|
|
295
|
-
suspended: { value: "suspended", label: "Suspended" }
|
|
296
|
-
};
|
|
297
|
-
var OrgTypeSelfServe = "self-serve";
|
|
298
|
-
var OrgTypeEnterprise = "enterprise";
|
|
299
|
-
var OrgTypes = {
|
|
300
|
-
"self-serve": { value: "self-serve", label: "Self-Serve" },
|
|
301
|
-
enterprise: { value: "enterprise", label: "Enterprise" }
|
|
302
|
-
};
|
|
303
|
-
var OrgSizeSolo = "solo";
|
|
304
|
-
var OrgSizeSmall = "small";
|
|
305
|
-
var OrgSizeMedium = "medium";
|
|
306
|
-
var OrgSizeLarge = "large";
|
|
307
|
-
var OrgSizeEnterprise = "enterprise";
|
|
308
|
-
var OrgSizes = {
|
|
309
|
-
solo: { value: "solo", label: "Just me" },
|
|
310
|
-
small: { value: "small", label: "2-10" },
|
|
311
|
-
medium: { value: "medium", label: "11-50" },
|
|
312
|
-
large: { value: "large", label: "51-200" },
|
|
313
|
-
enterprise: { value: "enterprise", label: "200+" }
|
|
314
|
-
};
|
|
315
|
-
var OnboardingStatusPending = "pending";
|
|
316
|
-
var OnboardingStatusInProgress = "in_progress";
|
|
317
|
-
var OnboardingStatusCompleted = "completed";
|
|
318
|
-
var OnboardingStatusSkipped = "skipped";
|
|
319
|
-
var OnboardingStatusLegacy = "legacy";
|
|
320
|
-
var OnboardingStatuses = {
|
|
321
|
-
pending: { value: "pending", label: "Pending" },
|
|
322
|
-
in_progress: { value: "in_progress", label: "In Progress" },
|
|
323
|
-
completed: { value: "completed", label: "Completed" },
|
|
324
|
-
skipped: { value: "skipped", label: "Skipped" },
|
|
325
|
-
legacy: { value: "legacy", label: "Legacy" }
|
|
326
|
-
};
|
|
327
|
-
var ProvisioningStatusPending = "pending";
|
|
328
|
-
var ProvisioningStatusRunning = "running";
|
|
329
|
-
var ProvisioningStatusCompleted = "completed";
|
|
330
|
-
var ProvisioningStatusFailed = "failed";
|
|
331
|
-
var ProvisioningStatuses = {
|
|
332
|
-
pending: { value: "pending", label: "Pending" },
|
|
333
|
-
running: { value: "running", label: "Running" },
|
|
334
|
-
completed: { value: "completed", label: "Completed" },
|
|
335
|
-
failed: { value: "failed", label: "Failed" }
|
|
336
|
-
};
|
|
337
|
-
var OrgSubscriptionStatusTrialing = "trialing";
|
|
338
|
-
var OrgSubscriptionStatusActive = "active";
|
|
339
|
-
var OrgSubscriptionStatusPastDue = "past_due";
|
|
340
|
-
var OrgSubscriptionStatusCancelled = "cancelled";
|
|
341
|
-
var OrgSubscriptionStatusUnpaid = "unpaid";
|
|
342
|
-
var OrgSubscriptionStatuses = {
|
|
343
|
-
trialing: { value: "trialing", label: "Trialing" },
|
|
344
|
-
active: { value: "active", label: "Active" },
|
|
345
|
-
past_due: { value: "past_due", label: "Past Due" },
|
|
346
|
-
cancelled: { value: "cancelled", label: "Cancelled" },
|
|
347
|
-
unpaid: { value: "unpaid", label: "Unpaid" }
|
|
348
|
-
};
|
|
349
|
-
var ThemeOptions = {
|
|
350
|
-
system: { value: "system", label: "System" },
|
|
351
|
-
light: { value: "light", label: "Light" },
|
|
352
|
-
dark: { value: "dark", label: "Dark" }
|
|
353
|
-
};
|
|
354
|
-
var UserSourceSignup = "signup";
|
|
355
|
-
var UserSourceInvite = "invite";
|
|
356
|
-
var UserSourceSSO = "sso";
|
|
357
|
-
var UserSourceAPI = "api";
|
|
358
|
-
var UserSources = {
|
|
359
|
-
signup: { value: "signup", label: "Signup" },
|
|
360
|
-
invite: { value: "invite", label: "Invite" },
|
|
361
|
-
sso: { value: "sso", label: "SSO" },
|
|
362
|
-
api: { value: "api", label: "API" }
|
|
363
|
-
};
|
|
364
|
-
var InviteStatusPending = "pending";
|
|
365
|
-
var InviteStatusAccepted = "accepted";
|
|
366
|
-
var InviteStatusExpired = "expired";
|
|
367
|
-
var InviteStatusRevoked = "revoked";
|
|
368
|
-
var InviteStatuses = {
|
|
369
|
-
pending: { value: "pending", label: "Pending" },
|
|
370
|
-
accepted: { value: "accepted", label: "Accepted" },
|
|
371
|
-
expired: { value: "expired", label: "Expired" },
|
|
372
|
-
revoked: { value: "revoked", label: "Revoked" }
|
|
373
|
-
};
|
|
374
|
-
var SubscriptionPlatformStripe = "stripe";
|
|
375
|
-
var SubscriptionPlatformCustom = "custom";
|
|
376
|
-
var SystemAppAdmin = "admin";
|
|
377
|
-
var SystemAppCRM = "crm";
|
|
378
|
-
var SystemAppHelpdesk = "helpdesk";
|
|
379
|
-
var SystemAppMarketing = "marketing";
|
|
380
|
-
var SystemAppWorkflow = "workflow";
|
|
381
|
-
var SystemAppAnalytics = "analytics";
|
|
382
|
-
var SystemAppKnowledgeGraph = "knowledge-graph";
|
|
383
|
-
var SystemAppDocumentProcessor = "document-processor";
|
|
384
|
-
var SystemApps = {
|
|
385
|
-
admin: { value: "admin", label: "Admin" },
|
|
386
|
-
crm: { value: "crm", label: "CRM" },
|
|
387
|
-
helpdesk: { value: "helpdesk", label: "Helpdesk" },
|
|
388
|
-
marketing: { value: "marketing", label: "Marketing" },
|
|
389
|
-
workflow: { value: "workflow", label: "Workflow" },
|
|
390
|
-
analytics: { value: "analytics", label: "Analytics" },
|
|
391
|
-
"knowledge-graph": { value: "knowledge-graph", label: "Knowledge Graph" },
|
|
392
|
-
"document-processor": { value: "document-processor", label: "Document Processor" }
|
|
393
|
-
};
|
|
394
|
-
var AdminOrgCreate = "admin.orgs.create";
|
|
395
|
-
var AdminOrgList = "admin.orgs.list";
|
|
396
|
-
var AdminOrgListByMetadata = "admin.orgs.listByMetadata";
|
|
397
|
-
var AdminOrgGet = "admin.orgs.get";
|
|
398
|
-
var AdminOrgGetInfo = "admin.orgs.getInfo";
|
|
399
|
-
var AdminOrgGetByDomain = "admin.orgs.getByDomain";
|
|
400
|
-
var AdminOrgUpdate = "admin.orgs.update";
|
|
401
|
-
var AdminOrgDelete = "admin.orgs.delete";
|
|
402
|
-
var AdminOrgCreated = "system.admin.org.created";
|
|
403
|
-
var AdminOrgRolesGet = "admin.orgRoles.get";
|
|
404
|
-
var AdminOrgRolesCreate = "admin.orgRoles.create";
|
|
405
|
-
var AdminOrgRolesUpdate = "admin.orgRoles.update";
|
|
406
|
-
var AdminOrgRolesDelete = "admin.orgRoles.delete";
|
|
407
|
-
var AdminUsersGet = "admin.users.get";
|
|
408
|
-
var AdminUsersGetForOrg = "admin.users.getUsersForOrg";
|
|
409
|
-
var AdminUsersGetOne = "admin.users.getOne";
|
|
410
|
-
var AdminUsersGetOneByEmail = "admin.users.getOneByEmail";
|
|
411
|
-
var AdminUsersCreate = "admin.users.create";
|
|
412
|
-
var AdminUsersUpdate = "admin.users.update";
|
|
413
|
-
var AdminUsersDelete = "admin.users.delete";
|
|
414
|
-
var AdminUsersUpdateSettings = "admin.users.updateSettings";
|
|
415
|
-
var AdminUsersGetSettings = "admin.users.getSettings";
|
|
416
|
-
var AdminTeamsCreate = "admin.teams.create";
|
|
417
|
-
var AdminTeamsGetOne = "admin.teams.getOne";
|
|
418
|
-
var AdminTeamsGetForOrg = "admin.teams.getTeamsForOrg";
|
|
419
|
-
var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
420
|
-
|
|
421
|
-
// models/billing-models.ts
|
|
422
|
-
var BillingRecordEvent = "billing.events.record";
|
|
423
|
-
var BillingGetUsageReport = "billing.usage.report";
|
|
424
|
-
var BillingGetInvoice = "billing.invoice.get";
|
|
425
|
-
var BillingProcessBillingPeriod = "billing.period.process";
|
|
426
|
-
var UsageGetCurrentUsage = "billing.usage.current";
|
|
427
|
-
var UsageGetUsageHistory = "billing.usage.history";
|
|
428
|
-
var UsageGetCostBreakdown = "billing.usage.breakdown";
|
|
429
|
-
var UsageGetTopCostCenters = "billing.usage.top_centers";
|
|
430
|
-
var RulesGetBillingRules = "billing.rules.get";
|
|
431
|
-
var RulesCreateBillingRule = "billing.rules.create";
|
|
432
|
-
var RulesUpdateBillingRule = "billing.rules.update";
|
|
433
|
-
var RulesDeleteBillingRule = "billing.rules.delete";
|
|
434
|
-
var SubscriptionCreate = "billing.subscription.create";
|
|
435
|
-
var SubscriptionGet = "billing.subscription.get";
|
|
436
|
-
var SubscriptionUpdate = "billing.subscription.update";
|
|
437
|
-
var SubscriptionCancel = "billing.subscription.cancel";
|
|
438
|
-
var SubscriptionList = "billing.subscription.list";
|
|
439
|
-
var SubscriptionCheckout = "billing.subscription.checkout";
|
|
440
|
-
var PaymentLinkCreate = "billing.payment-link.create";
|
|
441
|
-
var PaymentLinkList = "billing.payment-link.list";
|
|
442
|
-
var PortalSessionCreate = "billing.portal.create";
|
|
443
|
-
var CustomerCreate = "billing.customer.create";
|
|
444
|
-
var CustomerGet = "billing.customer.get";
|
|
445
|
-
var CustomerUpdate = "billing.customer.update";
|
|
446
|
-
var CreditsBalance = "billing.credits.balance";
|
|
447
|
-
var CreditsPurchase = "billing.credits.purchase";
|
|
448
|
-
var CreditsConsume = "billing.credits.consume";
|
|
449
|
-
var PlansGet = "billing.plans.get";
|
|
450
|
-
var PlansGetAll = "billing.plans.list";
|
|
451
|
-
var UsageAlertThreshold = "billing.usage.alert";
|
|
452
|
-
var WebhookSubscriptionCreated = "billing.webhook.subscription.created";
|
|
453
|
-
var WebhookSubscriptionUpdated = "billing.webhook.subscription.updated";
|
|
454
|
-
var WebhookSubscriptionCanceled = "billing.webhook.subscription.canceled";
|
|
455
|
-
var WebhookInvoicePaid = "billing.webhook.invoice.paid";
|
|
456
|
-
var WebhookInvoiceFailed = "billing.webhook.invoice.failed";
|
|
457
|
-
var WebhookPaymentSucceeded = "billing.webhook.payment.succeeded";
|
|
458
|
-
var AffiliateCreate = "billing.affiliate.create";
|
|
459
|
-
var AffiliateGet = "billing.affiliate.get";
|
|
460
|
-
var AffiliateList = "billing.affiliate.list";
|
|
461
|
-
var AffiliateUpdate = "billing.affiliate.update";
|
|
462
|
-
var AffiliateOnboard = "billing.affiliate.onboard";
|
|
463
|
-
var AffiliateCommissions = "billing.affiliate.commissions";
|
|
464
|
-
var AffiliateAnalytics = "billing.affiliate.analytics";
|
|
465
|
-
var AnalyticsRevenue = "billing.analytics.revenue";
|
|
466
|
-
var AnalyticsUsage = "billing.analytics.usage";
|
|
467
|
-
var AnalyticsChurn = "billing.analytics.churn";
|
|
468
|
-
var BillingSubjectPrefix = "billing";
|
|
469
|
-
var BillingEventsRecord = "billing.events.record";
|
|
470
|
-
var BillingUsageReport = "billing.usage.report";
|
|
471
|
-
var BillingUsageCurrent = "billing.usage.current";
|
|
472
|
-
var BillingUsageHistory = "billing.usage.history";
|
|
473
|
-
var BillingUsageCostBreakdown = "billing.usage.breakdown";
|
|
474
|
-
var BillingUsageTopCenters = "billing.usage.top_centers";
|
|
475
|
-
var BillingInvoiceGet = "billing.invoice.get";
|
|
476
|
-
var BillingInvoiceCreate = "billing.invoice.create";
|
|
477
|
-
var BillingInvoiceProcess = "billing.invoice.process";
|
|
478
|
-
var BillingPeriodCreate = "billing.period.create";
|
|
479
|
-
var BillingPeriodClose = "billing.period.close";
|
|
480
|
-
var BillingPeriodProcess = "billing.period.process";
|
|
481
|
-
var BillingRulesGet = "billing.rules.get";
|
|
482
|
-
var BillingRulesCreate = "billing.rules.create";
|
|
483
|
-
var BillingRulesUpdate = "billing.rules.update";
|
|
484
|
-
var BillingRulesDelete = "billing.rules.delete";
|
|
485
|
-
var BillingOrgProvision = "billing.org.provision";
|
|
486
|
-
var BillingHealthCheck = "billing.health.check";
|
|
487
|
-
|
|
488
|
-
// models/hub-models.ts
|
|
489
|
-
var IntegrationProviderGoogle = "google";
|
|
490
|
-
var IntegrationProviderMicrosoft = "microsoft";
|
|
491
|
-
var IntegrationTypeEmail = "email";
|
|
492
|
-
var IntegrationTypeCalendar = "calendar";
|
|
493
|
-
var IntegrationTypeDrive = "drive";
|
|
494
|
-
var IntegrationStatusActive = "active";
|
|
495
|
-
var IntegrationStatusExpired = "expired";
|
|
496
|
-
var IntegrationStatusRevoked = "revoked";
|
|
497
|
-
var IntegrationStatusError = "error";
|
|
498
|
-
var IntegrationModeServicePrincipal = "service_principal";
|
|
499
|
-
var IntegrationModeDomainDelegation = "domain_delegation";
|
|
500
|
-
var HubSubjects = {
|
|
501
|
-
// User Integration
|
|
502
|
-
userList: "hub.integrations.user.list",
|
|
503
|
-
userGet: "hub.integrations.user.get",
|
|
504
|
-
userConnect: "hub.integrations.user.connect",
|
|
505
|
-
userCallback: "hub.integrations.user.callback",
|
|
506
|
-
userDisconnect: "hub.integrations.user.disconnect",
|
|
507
|
-
userRefresh: "hub.integrations.user.refresh",
|
|
508
|
-
userUpdateTriage: "hub.integrations.user.triage.update",
|
|
509
|
-
emailTriageRun: "hub.email.triage.run",
|
|
510
|
-
// Org Integration
|
|
511
|
-
orgList: "hub.integrations.org.list",
|
|
512
|
-
orgConfigure: "hub.integrations.org.configure",
|
|
513
|
-
orgDisable: "hub.integrations.org.disable",
|
|
514
|
-
// Email Operations
|
|
515
|
-
emailSearch: "hub.integrations.email.search",
|
|
516
|
-
emailGet: "hub.integrations.email.get",
|
|
517
|
-
emailThread: "hub.integrations.email.thread",
|
|
518
|
-
// Calendar Operations
|
|
519
|
-
calendarList: "hub.integrations.calendar.list",
|
|
520
|
-
calendarGet: "hub.integrations.calendar.get",
|
|
521
|
-
// Drive Operations
|
|
522
|
-
driveSearch: "hub.integrations.drive.search",
|
|
523
|
-
driveGet: "hub.integrations.drive.get",
|
|
524
|
-
// Settings
|
|
525
|
-
orgSettingsGet: "hub.org-settings.get",
|
|
526
|
-
orgSettingsCreate: "hub.org-settings.create",
|
|
527
|
-
orgSettingsUpdate: "hub.org-settings.update",
|
|
528
|
-
// Feature Flags
|
|
529
|
-
featureFlagsCheck: "hub.feature-flags.check"
|
|
530
|
-
};
|
|
531
135
|
// Annotate the CommonJS export names for ESM import in node:
|
|
532
136
|
0 && (module.exports = {
|
|
533
|
-
AdminOrgCreate,
|
|
534
|
-
AdminOrgCreated,
|
|
535
|
-
AdminOrgDelete,
|
|
536
|
-
AdminOrgGet,
|
|
537
|
-
AdminOrgGetByDomain,
|
|
538
|
-
AdminOrgGetInfo,
|
|
539
|
-
AdminOrgList,
|
|
540
|
-
AdminOrgListByMetadata,
|
|
541
|
-
AdminOrgRolesCreate,
|
|
542
|
-
AdminOrgRolesDelete,
|
|
543
|
-
AdminOrgRolesGet,
|
|
544
|
-
AdminOrgRolesUpdate,
|
|
545
|
-
AdminOrgUpdate,
|
|
546
|
-
AdminTeamsCreate,
|
|
547
|
-
AdminTeamsGetForOrg,
|
|
548
|
-
AdminTeamsGetOne,
|
|
549
|
-
AdminTeamsUpdateOnboarding,
|
|
550
|
-
AdminUsersCreate,
|
|
551
|
-
AdminUsersDelete,
|
|
552
|
-
AdminUsersGet,
|
|
553
|
-
AdminUsersGetForOrg,
|
|
554
|
-
AdminUsersGetOne,
|
|
555
|
-
AdminUsersGetOneByEmail,
|
|
556
|
-
AdminUsersGetSettings,
|
|
557
|
-
AdminUsersUpdate,
|
|
558
|
-
AdminUsersUpdateSettings,
|
|
559
|
-
AffiliateAnalytics,
|
|
560
|
-
AffiliateCommissions,
|
|
561
|
-
AffiliateCreate,
|
|
562
|
-
AffiliateGet,
|
|
563
|
-
AffiliateList,
|
|
564
|
-
AffiliateOnboard,
|
|
565
|
-
AffiliateUpdate,
|
|
566
137
|
AggregateTypeAverage,
|
|
567
138
|
AggregateTypeCount,
|
|
568
139
|
AggregateTypeDistinct,
|
|
569
140
|
AggregateTypeMax,
|
|
570
141
|
AggregateTypeMin,
|
|
571
142
|
AggregateTypeSum,
|
|
572
|
-
AnalyticsChurn,
|
|
573
|
-
AnalyticsRevenue,
|
|
574
|
-
AnalyticsUsage,
|
|
575
|
-
BillingEventsRecord,
|
|
576
|
-
BillingGetInvoice,
|
|
577
|
-
BillingGetUsageReport,
|
|
578
|
-
BillingHealthCheck,
|
|
579
|
-
BillingInvoiceCreate,
|
|
580
|
-
BillingInvoiceGet,
|
|
581
|
-
BillingInvoiceProcess,
|
|
582
|
-
BillingOrgProvision,
|
|
583
|
-
BillingPeriodClose,
|
|
584
|
-
BillingPeriodCreate,
|
|
585
|
-
BillingPeriodProcess,
|
|
586
|
-
BillingProcessBillingPeriod,
|
|
587
|
-
BillingRecordEvent,
|
|
588
|
-
BillingRulesCreate,
|
|
589
|
-
BillingRulesDelete,
|
|
590
|
-
BillingRulesGet,
|
|
591
|
-
BillingRulesUpdate,
|
|
592
|
-
BillingSubjectPrefix,
|
|
593
|
-
BillingUsageCostBreakdown,
|
|
594
|
-
BillingUsageCurrent,
|
|
595
|
-
BillingUsageHistory,
|
|
596
|
-
BillingUsageReport,
|
|
597
|
-
BillingUsageTopCenters,
|
|
598
143
|
ChartTypeBar,
|
|
599
144
|
ChartTypeDoughnut,
|
|
600
145
|
ChartTypeLine,
|
|
601
146
|
ChartTypeMetic,
|
|
602
147
|
ChartTypePie,
|
|
603
|
-
CreditsBalance,
|
|
604
|
-
CreditsConsume,
|
|
605
|
-
CreditsPurchase,
|
|
606
|
-
CustomerCreate,
|
|
607
|
-
CustomerGet,
|
|
608
|
-
CustomerUpdate,
|
|
609
148
|
DataTypeArray,
|
|
610
149
|
DataTypeBoolean,
|
|
611
150
|
DataTypeDate,
|
|
@@ -616,52 +155,6 @@ var HubSubjects = {
|
|
|
616
155
|
DataTypeJSON,
|
|
617
156
|
DataTypeObjectList,
|
|
618
157
|
DataTypeString,
|
|
619
|
-
HubSubjects,
|
|
620
|
-
IntegrationModeDomainDelegation,
|
|
621
|
-
IntegrationModeServicePrincipal,
|
|
622
|
-
IntegrationProviderGoogle,
|
|
623
|
-
IntegrationProviderMicrosoft,
|
|
624
|
-
IntegrationStatusActive,
|
|
625
|
-
IntegrationStatusError,
|
|
626
|
-
IntegrationStatusExpired,
|
|
627
|
-
IntegrationStatusRevoked,
|
|
628
|
-
IntegrationTypeCalendar,
|
|
629
|
-
IntegrationTypeDrive,
|
|
630
|
-
IntegrationTypeEmail,
|
|
631
|
-
InviteStatusAccepted,
|
|
632
|
-
InviteStatusExpired,
|
|
633
|
-
InviteStatusPending,
|
|
634
|
-
InviteStatusRevoked,
|
|
635
|
-
InviteStatuses,
|
|
636
|
-
OnboardingStatusCompleted,
|
|
637
|
-
OnboardingStatusInProgress,
|
|
638
|
-
OnboardingStatusLegacy,
|
|
639
|
-
OnboardingStatusPending,
|
|
640
|
-
OnboardingStatusSkipped,
|
|
641
|
-
OnboardingStatuses,
|
|
642
|
-
OrgSizeEnterprise,
|
|
643
|
-
OrgSizeLarge,
|
|
644
|
-
OrgSizeMedium,
|
|
645
|
-
OrgSizeSmall,
|
|
646
|
-
OrgSizeSolo,
|
|
647
|
-
OrgSizes,
|
|
648
|
-
OrgStatusActive,
|
|
649
|
-
OrgStatusSuspended,
|
|
650
|
-
OrgStatuses,
|
|
651
|
-
OrgSubscriptionStatusActive,
|
|
652
|
-
OrgSubscriptionStatusCancelled,
|
|
653
|
-
OrgSubscriptionStatusPastDue,
|
|
654
|
-
OrgSubscriptionStatusTrialing,
|
|
655
|
-
OrgSubscriptionStatusUnpaid,
|
|
656
|
-
OrgSubscriptionStatuses,
|
|
657
|
-
OrgTypeEnterprise,
|
|
658
|
-
OrgTypeSelfServe,
|
|
659
|
-
OrgTypes,
|
|
660
|
-
PaymentLinkCreate,
|
|
661
|
-
PaymentLinkList,
|
|
662
|
-
PlansGet,
|
|
663
|
-
PlansGetAll,
|
|
664
|
-
PortalSessionCreate,
|
|
665
158
|
ProductNameDocBrain,
|
|
666
159
|
ProductNameDoneProjects,
|
|
667
160
|
ProductNameFinance,
|
|
@@ -672,53 +165,10 @@ var HubSubjects = {
|
|
|
672
165
|
ProductNameRealEstate,
|
|
673
166
|
ProductNameShopAssist,
|
|
674
167
|
ProductNames,
|
|
675
|
-
ProvisioningStatusCompleted,
|
|
676
|
-
ProvisioningStatusFailed,
|
|
677
|
-
ProvisioningStatusPending,
|
|
678
|
-
ProvisioningStatusRunning,
|
|
679
|
-
ProvisioningStatuses,
|
|
680
|
-
RulesCreateBillingRule,
|
|
681
|
-
RulesDeleteBillingRule,
|
|
682
|
-
RulesGetBillingRules,
|
|
683
|
-
RulesUpdateBillingRule,
|
|
684
|
-
SubscriptionCancel,
|
|
685
|
-
SubscriptionCheckout,
|
|
686
|
-
SubscriptionCreate,
|
|
687
|
-
SubscriptionGet,
|
|
688
|
-
SubscriptionList,
|
|
689
|
-
SubscriptionPlatformCustom,
|
|
690
|
-
SubscriptionPlatformStripe,
|
|
691
|
-
SubscriptionUpdate,
|
|
692
|
-
SystemAppAdmin,
|
|
693
|
-
SystemAppAnalytics,
|
|
694
|
-
SystemAppCRM,
|
|
695
|
-
SystemAppDocumentProcessor,
|
|
696
|
-
SystemAppHelpdesk,
|
|
697
|
-
SystemAppKnowledgeGraph,
|
|
698
|
-
SystemAppMarketing,
|
|
699
|
-
SystemAppWorkflow,
|
|
700
|
-
SystemApps,
|
|
701
|
-
ThemeOptions,
|
|
702
168
|
UpdateUserStatusSubject,
|
|
703
|
-
UsageAlertThreshold,
|
|
704
|
-
UsageGetCostBreakdown,
|
|
705
|
-
UsageGetCurrentUsage,
|
|
706
|
-
UsageGetTopCostCenters,
|
|
707
|
-
UsageGetUsageHistory,
|
|
708
|
-
UserSourceAPI,
|
|
709
|
-
UserSourceInvite,
|
|
710
|
-
UserSourceSSO,
|
|
711
|
-
UserSourceSignup,
|
|
712
|
-
UserSources,
|
|
713
169
|
VariableScopeEdge,
|
|
714
170
|
VariableScopeGlobal,
|
|
715
171
|
VariableScopeNode,
|
|
716
|
-
WebhookInvoiceFailed,
|
|
717
|
-
WebhookInvoicePaid,
|
|
718
|
-
WebhookPaymentSucceeded,
|
|
719
|
-
WebhookSubscriptionCanceled,
|
|
720
|
-
WebhookSubscriptionCreated,
|
|
721
|
-
WebhookSubscriptionUpdated,
|
|
722
172
|
WidgetTypeAccounts,
|
|
723
173
|
WidgetTypeActivities,
|
|
724
174
|
WidgetTypeCalendar,
|