@elqnt/types 2.0.8 → 2.0.10
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/index.d.mts +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +265 -0
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +188 -0
- package/dist/index.mjs.map +1 -1
- package/dist/models/index.d.mts +1596 -35
- package/dist/models/index.d.ts +1596 -35
- package/dist/models/index.js +265 -0
- package/dist/models/index.js.map +1 -1
- package/dist/models/index.mjs +188 -0
- package/dist/models/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/models/index.js
CHANGED
|
@@ -46,17 +46,56 @@ __export(models_exports, {
|
|
|
46
46
|
AdminUsersGetSettings: () => AdminUsersGetSettings,
|
|
47
47
|
AdminUsersUpdate: () => AdminUsersUpdate,
|
|
48
48
|
AdminUsersUpdateSettings: () => AdminUsersUpdateSettings,
|
|
49
|
+
AffiliateAnalytics: () => AffiliateAnalytics,
|
|
50
|
+
AffiliateCommissions: () => AffiliateCommissions,
|
|
51
|
+
AffiliateCreate: () => AffiliateCreate,
|
|
52
|
+
AffiliateGet: () => AffiliateGet,
|
|
53
|
+
AffiliateList: () => AffiliateList,
|
|
54
|
+
AffiliateOnboard: () => AffiliateOnboard,
|
|
55
|
+
AffiliateUpdate: () => AffiliateUpdate,
|
|
49
56
|
AggregateTypeAverage: () => AggregateTypeAverage,
|
|
50
57
|
AggregateTypeCount: () => AggregateTypeCount,
|
|
51
58
|
AggregateTypeDistinct: () => AggregateTypeDistinct,
|
|
52
59
|
AggregateTypeMax: () => AggregateTypeMax,
|
|
53
60
|
AggregateTypeMin: () => AggregateTypeMin,
|
|
54
61
|
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,
|
|
55
88
|
ChartTypeBar: () => ChartTypeBar,
|
|
56
89
|
ChartTypeDoughnut: () => ChartTypeDoughnut,
|
|
57
90
|
ChartTypeLine: () => ChartTypeLine,
|
|
58
91
|
ChartTypeMetic: () => ChartTypeMetic,
|
|
59
92
|
ChartTypePie: () => ChartTypePie,
|
|
93
|
+
CreditsBalance: () => CreditsBalance,
|
|
94
|
+
CreditsConsume: () => CreditsConsume,
|
|
95
|
+
CreditsPurchase: () => CreditsPurchase,
|
|
96
|
+
CustomerCreate: () => CustomerCreate,
|
|
97
|
+
CustomerGet: () => CustomerGet,
|
|
98
|
+
CustomerUpdate: () => CustomerUpdate,
|
|
60
99
|
DataTypeArray: () => DataTypeArray,
|
|
61
100
|
DataTypeBoolean: () => DataTypeBoolean,
|
|
62
101
|
DataTypeDate: () => DataTypeDate,
|
|
@@ -67,6 +106,18 @@ __export(models_exports, {
|
|
|
67
106
|
DataTypeJSON: () => DataTypeJSON,
|
|
68
107
|
DataTypeObjectList: () => DataTypeObjectList,
|
|
69
108
|
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,
|
|
70
121
|
InviteStatusAccepted: () => InviteStatusAccepted,
|
|
71
122
|
InviteStatusExpired: () => InviteStatusExpired,
|
|
72
123
|
InviteStatusPending: () => InviteStatusPending,
|
|
@@ -96,6 +147,11 @@ __export(models_exports, {
|
|
|
96
147
|
OrgTypeEnterprise: () => OrgTypeEnterprise,
|
|
97
148
|
OrgTypeSelfServe: () => OrgTypeSelfServe,
|
|
98
149
|
OrgTypes: () => OrgTypes,
|
|
150
|
+
PaymentLinkCreate: () => PaymentLinkCreate,
|
|
151
|
+
PaymentLinkList: () => PaymentLinkList,
|
|
152
|
+
PlansGet: () => PlansGet,
|
|
153
|
+
PlansGetAll: () => PlansGetAll,
|
|
154
|
+
PortalSessionCreate: () => PortalSessionCreate,
|
|
99
155
|
ProductNameDocBrain: () => ProductNameDocBrain,
|
|
100
156
|
ProductNameDoneProjects: () => ProductNameDoneProjects,
|
|
101
157
|
ProductNameFinance: () => ProductNameFinance,
|
|
@@ -111,8 +167,18 @@ __export(models_exports, {
|
|
|
111
167
|
ProvisioningStatusPending: () => ProvisioningStatusPending,
|
|
112
168
|
ProvisioningStatusRunning: () => ProvisioningStatusRunning,
|
|
113
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,
|
|
114
179
|
SubscriptionPlatformCustom: () => SubscriptionPlatformCustom,
|
|
115
180
|
SubscriptionPlatformStripe: () => SubscriptionPlatformStripe,
|
|
181
|
+
SubscriptionUpdate: () => SubscriptionUpdate,
|
|
116
182
|
SystemAppAdmin: () => SystemAppAdmin,
|
|
117
183
|
SystemAppAnalytics: () => SystemAppAnalytics,
|
|
118
184
|
SystemAppCRM: () => SystemAppCRM,
|
|
@@ -124,6 +190,11 @@ __export(models_exports, {
|
|
|
124
190
|
SystemApps: () => SystemApps,
|
|
125
191
|
ThemeOptions: () => ThemeOptions,
|
|
126
192
|
UpdateUserStatusSubject: () => UpdateUserStatusSubject,
|
|
193
|
+
UsageAlertThreshold: () => UsageAlertThreshold,
|
|
194
|
+
UsageGetCostBreakdown: () => UsageGetCostBreakdown,
|
|
195
|
+
UsageGetCurrentUsage: () => UsageGetCurrentUsage,
|
|
196
|
+
UsageGetTopCostCenters: () => UsageGetTopCostCenters,
|
|
197
|
+
UsageGetUsageHistory: () => UsageGetUsageHistory,
|
|
127
198
|
UserSourceAPI: () => UserSourceAPI,
|
|
128
199
|
UserSourceInvite: () => UserSourceInvite,
|
|
129
200
|
UserSourceSSO: () => UserSourceSSO,
|
|
@@ -132,6 +203,12 @@ __export(models_exports, {
|
|
|
132
203
|
VariableScopeEdge: () => VariableScopeEdge,
|
|
133
204
|
VariableScopeGlobal: () => VariableScopeGlobal,
|
|
134
205
|
VariableScopeNode: () => VariableScopeNode,
|
|
206
|
+
WebhookInvoiceFailed: () => WebhookInvoiceFailed,
|
|
207
|
+
WebhookInvoicePaid: () => WebhookInvoicePaid,
|
|
208
|
+
WebhookPaymentSucceeded: () => WebhookPaymentSucceeded,
|
|
209
|
+
WebhookSubscriptionCanceled: () => WebhookSubscriptionCanceled,
|
|
210
|
+
WebhookSubscriptionCreated: () => WebhookSubscriptionCreated,
|
|
211
|
+
WebhookSubscriptionUpdated: () => WebhookSubscriptionUpdated,
|
|
135
212
|
WidgetTypeAccounts: () => WidgetTypeAccounts,
|
|
136
213
|
WidgetTypeActivities: () => WidgetTypeActivities,
|
|
137
214
|
WidgetTypeCalendar: () => WidgetTypeCalendar,
|
|
@@ -340,6 +417,117 @@ var AdminTeamsCreate = "admin.teams.create";
|
|
|
340
417
|
var AdminTeamsGetOne = "admin.teams.getOne";
|
|
341
418
|
var AdminTeamsGetForOrg = "admin.teams.getTeamsForOrg";
|
|
342
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
|
+
};
|
|
343
531
|
// Annotate the CommonJS export names for ESM import in node:
|
|
344
532
|
0 && (module.exports = {
|
|
345
533
|
AdminOrgCreate,
|
|
@@ -368,17 +556,56 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
368
556
|
AdminUsersGetSettings,
|
|
369
557
|
AdminUsersUpdate,
|
|
370
558
|
AdminUsersUpdateSettings,
|
|
559
|
+
AffiliateAnalytics,
|
|
560
|
+
AffiliateCommissions,
|
|
561
|
+
AffiliateCreate,
|
|
562
|
+
AffiliateGet,
|
|
563
|
+
AffiliateList,
|
|
564
|
+
AffiliateOnboard,
|
|
565
|
+
AffiliateUpdate,
|
|
371
566
|
AggregateTypeAverage,
|
|
372
567
|
AggregateTypeCount,
|
|
373
568
|
AggregateTypeDistinct,
|
|
374
569
|
AggregateTypeMax,
|
|
375
570
|
AggregateTypeMin,
|
|
376
571
|
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,
|
|
377
598
|
ChartTypeBar,
|
|
378
599
|
ChartTypeDoughnut,
|
|
379
600
|
ChartTypeLine,
|
|
380
601
|
ChartTypeMetic,
|
|
381
602
|
ChartTypePie,
|
|
603
|
+
CreditsBalance,
|
|
604
|
+
CreditsConsume,
|
|
605
|
+
CreditsPurchase,
|
|
606
|
+
CustomerCreate,
|
|
607
|
+
CustomerGet,
|
|
608
|
+
CustomerUpdate,
|
|
382
609
|
DataTypeArray,
|
|
383
610
|
DataTypeBoolean,
|
|
384
611
|
DataTypeDate,
|
|
@@ -389,6 +616,18 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
389
616
|
DataTypeJSON,
|
|
390
617
|
DataTypeObjectList,
|
|
391
618
|
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,
|
|
392
631
|
InviteStatusAccepted,
|
|
393
632
|
InviteStatusExpired,
|
|
394
633
|
InviteStatusPending,
|
|
@@ -418,6 +657,11 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
418
657
|
OrgTypeEnterprise,
|
|
419
658
|
OrgTypeSelfServe,
|
|
420
659
|
OrgTypes,
|
|
660
|
+
PaymentLinkCreate,
|
|
661
|
+
PaymentLinkList,
|
|
662
|
+
PlansGet,
|
|
663
|
+
PlansGetAll,
|
|
664
|
+
PortalSessionCreate,
|
|
421
665
|
ProductNameDocBrain,
|
|
422
666
|
ProductNameDoneProjects,
|
|
423
667
|
ProductNameFinance,
|
|
@@ -433,8 +677,18 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
433
677
|
ProvisioningStatusPending,
|
|
434
678
|
ProvisioningStatusRunning,
|
|
435
679
|
ProvisioningStatuses,
|
|
680
|
+
RulesCreateBillingRule,
|
|
681
|
+
RulesDeleteBillingRule,
|
|
682
|
+
RulesGetBillingRules,
|
|
683
|
+
RulesUpdateBillingRule,
|
|
684
|
+
SubscriptionCancel,
|
|
685
|
+
SubscriptionCheckout,
|
|
686
|
+
SubscriptionCreate,
|
|
687
|
+
SubscriptionGet,
|
|
688
|
+
SubscriptionList,
|
|
436
689
|
SubscriptionPlatformCustom,
|
|
437
690
|
SubscriptionPlatformStripe,
|
|
691
|
+
SubscriptionUpdate,
|
|
438
692
|
SystemAppAdmin,
|
|
439
693
|
SystemAppAnalytics,
|
|
440
694
|
SystemAppCRM,
|
|
@@ -446,6 +700,11 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
446
700
|
SystemApps,
|
|
447
701
|
ThemeOptions,
|
|
448
702
|
UpdateUserStatusSubject,
|
|
703
|
+
UsageAlertThreshold,
|
|
704
|
+
UsageGetCostBreakdown,
|
|
705
|
+
UsageGetCurrentUsage,
|
|
706
|
+
UsageGetTopCostCenters,
|
|
707
|
+
UsageGetUsageHistory,
|
|
449
708
|
UserSourceAPI,
|
|
450
709
|
UserSourceInvite,
|
|
451
710
|
UserSourceSSO,
|
|
@@ -454,6 +713,12 @@ var AdminTeamsUpdateOnboarding = "admin.teams.updateOnboardingData";
|
|
|
454
713
|
VariableScopeEdge,
|
|
455
714
|
VariableScopeGlobal,
|
|
456
715
|
VariableScopeNode,
|
|
716
|
+
WebhookInvoiceFailed,
|
|
717
|
+
WebhookInvoicePaid,
|
|
718
|
+
WebhookPaymentSucceeded,
|
|
719
|
+
WebhookSubscriptionCanceled,
|
|
720
|
+
WebhookSubscriptionCreated,
|
|
721
|
+
WebhookSubscriptionUpdated,
|
|
457
722
|
WidgetTypeAccounts,
|
|
458
723
|
WidgetTypeActivities,
|
|
459
724
|
WidgetTypeCalendar,
|