@spottoai/types-package 1.0.2-beta.24 → 1.0.2-beta.242
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/LICENSE +18 -40
- package/README.md +4 -13
- package/dist/accounts/accounts.d.ts +146 -2
- package/dist/accounts/accounts.d.ts.map +1 -1
- package/dist/accounts/accounts.js +13 -0
- package/dist/accounts/accounts.js.map +1 -1
- package/dist/accounts/azureSpSetup.d.ts +297 -0
- package/dist/accounts/azureSpSetup.d.ts.map +1 -0
- package/dist/accounts/azureSpSetup.js +3 -0
- package/dist/accounts/azureSpSetup.js.map +1 -0
- package/dist/accounts/index.d.ts +3 -0
- package/dist/accounts/index.d.ts.map +1 -1
- package/dist/accounts/index.js +3 -0
- package/dist/accounts/index.js.map +1 -1
- package/dist/accounts/readPermissions.d.ts +64 -0
- package/dist/accounts/readPermissions.d.ts.map +1 -0
- package/dist/accounts/readPermissions.js +148 -0
- package/dist/accounts/readPermissions.js.map +1 -0
- package/dist/accounts/validation.d.ts +91 -0
- package/dist/accounts/validation.d.ts.map +1 -0
- package/dist/accounts/validation.js +3 -0
- package/dist/accounts/validation.js.map +1 -0
- package/dist/accounts/writePermissions.d.ts +34 -0
- package/dist/accounts/writePermissions.d.ts.map +1 -0
- package/dist/accounts/writePermissions.js +37 -0
- package/dist/accounts/writePermissions.js.map +1 -0
- package/dist/ai/index.d.ts +994 -9
- package/dist/ai/index.d.ts.map +1 -1
- package/dist/ai/index.js +1 -1
- package/dist/ai/index.js.map +1 -1
- package/dist/azure/activityLogs.d.ts +65 -0
- package/dist/azure/activityLogs.d.ts.map +1 -0
- package/dist/azure/activityLogs.js +6 -0
- package/dist/azure/activityLogs.js.map +1 -0
- package/dist/azure/benefits.d.ts +137 -0
- package/dist/azure/benefits.d.ts.map +1 -0
- package/dist/azure/benefits.js +3 -0
- package/dist/azure/benefits.js.map +1 -0
- package/dist/azure/billingPlots.d.ts +249 -0
- package/dist/azure/billingPlots.d.ts.map +1 -0
- package/dist/azure/billingPlots.js +6 -0
- package/dist/azure/billingPlots.js.map +1 -0
- package/dist/azure/budgets.d.ts +4 -0
- package/dist/azure/budgets.d.ts.map +1 -1
- package/dist/azure/commitmentsPlanning.d.ts +586 -0
- package/dist/azure/commitmentsPlanning.d.ts.map +1 -0
- package/dist/azure/commitmentsPlanning.js +3 -0
- package/dist/azure/commitmentsPlanning.js.map +1 -0
- package/dist/azure/common.d.ts +34 -0
- package/dist/azure/common.d.ts.map +1 -1
- package/dist/azure/configs.d.ts +75 -2
- package/dist/azure/configs.d.ts.map +1 -1
- package/dist/azure/costEstimation.d.ts +78 -0
- package/dist/azure/costEstimation.d.ts.map +1 -0
- package/dist/azure/costEstimation.js +3 -0
- package/dist/azure/costEstimation.js.map +1 -0
- package/dist/azure/governance.d.ts +826 -0
- package/dist/azure/governance.d.ts.map +1 -0
- package/dist/azure/governance.js +14 -0
- package/dist/azure/governance.js.map +1 -0
- package/dist/azure/metrics.d.ts +82 -4
- package/dist/azure/metrics.d.ts.map +1 -1
- package/dist/azure/payloads.d.ts +135 -1
- package/dist/azure/payloads.d.ts.map +1 -1
- package/dist/azure/prices.d.ts +177 -0
- package/dist/azure/prices.d.ts.map +1 -1
- package/dist/azure/publicIpAddresses.d.ts +171 -0
- package/dist/azure/publicIpAddresses.d.ts.map +1 -0
- package/dist/azure/publicIpAddresses.js +6 -0
- package/dist/azure/publicIpAddresses.js.map +1 -0
- package/dist/azure/recommendationAudit.d.ts +113 -0
- package/dist/azure/recommendationAudit.d.ts.map +1 -0
- package/dist/azure/recommendationAudit.js +10 -0
- package/dist/azure/recommendationAudit.js.map +1 -0
- package/dist/azure/recommendationState.d.ts +93 -4
- package/dist/azure/recommendationState.d.ts.map +1 -1
- package/dist/azure/recommendationWorkflow.d.ts +124 -0
- package/dist/azure/recommendationWorkflow.d.ts.map +1 -0
- package/dist/azure/recommendationWorkflow.js +15 -0
- package/dist/azure/recommendationWorkflow.js.map +1 -0
- package/dist/azure/recommendations.d.ts +481 -6
- package/dist/azure/recommendations.d.ts.map +1 -1
- package/dist/azure/recommendations.js.map +1 -1
- package/dist/azure/relationships.d.ts +77 -0
- package/dist/azure/relationships.d.ts.map +1 -0
- package/dist/azure/relationships.js +3 -0
- package/dist/azure/relationships.js.map +1 -0
- package/dist/azure/reports.d.ts +279 -1
- package/dist/azure/reports.d.ts.map +1 -1
- package/dist/azure/reports.js +13 -0
- package/dist/azure/reports.js.map +1 -1
- package/dist/azure/resources.d.ts +80 -0
- package/dist/azure/resources.d.ts.map +1 -1
- package/dist/azure/reviewChecklist.d.ts +139 -0
- package/dist/azure/reviewChecklist.d.ts.map +1 -0
- package/dist/azure/reviewChecklist.js +3 -0
- package/dist/azure/reviewChecklist.js.map +1 -0
- package/dist/azure/security.d.ts +15 -1
- package/dist/azure/security.d.ts.map +1 -1
- package/dist/azure/serviceRetirement.d.ts +28 -0
- package/dist/azure/serviceRetirement.d.ts.map +1 -0
- package/dist/azure/serviceRetirement.js +3 -0
- package/dist/azure/serviceRetirement.js.map +1 -0
- package/dist/azure/serviceRetirementState.d.ts +22 -0
- package/dist/azure/serviceRetirementState.d.ts.map +1 -0
- package/dist/azure/serviceRetirementState.js +3 -0
- package/dist/azure/serviceRetirementState.js.map +1 -0
- package/dist/azure/storage-inventory.d.ts +241 -0
- package/dist/azure/storage-inventory.d.ts.map +1 -0
- package/dist/azure/storage-inventory.js +3 -0
- package/dist/azure/storage-inventory.js.map +1 -0
- package/dist/azure/subscriptions.d.ts +35 -13
- package/dist/azure/subscriptions.d.ts.map +1 -1
- package/dist/azure/views.d.ts +452 -3
- package/dist/azure/views.d.ts.map +1 -1
- package/dist/common/index.d.ts +1 -0
- package/dist/common/index.d.ts.map +1 -1
- package/dist/common/index.js +1 -0
- package/dist/common/index.js.map +1 -1
- package/dist/common/pagination.d.ts +3 -0
- package/dist/common/pagination.d.ts.map +1 -1
- package/dist/common/provider.d.ts +9 -0
- package/dist/common/provider.d.ts.map +1 -0
- package/dist/common/provider.js +9 -0
- package/dist/common/provider.js.map +1 -0
- package/dist/company/billingAccount.d.ts +30 -0
- package/dist/company/billingAccount.d.ts.map +1 -0
- package/dist/company/billingAccount.js +3 -0
- package/dist/company/billingAccount.js.map +1 -0
- package/dist/company/company.d.ts +52 -1
- package/dist/company/company.d.ts.map +1 -1
- package/dist/company/companyHierarchy.d.ts +53 -0
- package/dist/company/companyHierarchy.d.ts.map +1 -0
- package/dist/company/companyHierarchy.js +3 -0
- package/dist/company/companyHierarchy.js.map +1 -0
- package/dist/company/index.d.ts +2 -0
- package/dist/company/index.d.ts.map +1 -1
- package/dist/company/index.js +2 -0
- package/dist/company/index.js.map +1 -1
- package/dist/company/notification.d.ts +34 -1
- package/dist/company/notification.d.ts.map +1 -1
- package/dist/company/notification.js +27 -12
- package/dist/company/notification.js.map +1 -1
- package/dist/company/survey.d.ts +3 -0
- package/dist/company/survey.d.ts.map +1 -1
- package/dist/events/alertDefinitionRun.d.ts +23 -0
- package/dist/events/alertDefinitionRun.d.ts.map +1 -0
- package/dist/events/alertDefinitionRun.js +3 -0
- package/dist/events/alertDefinitionRun.js.map +1 -0
- package/dist/events/baseAlert.d.ts +130 -0
- package/dist/events/baseAlert.d.ts.map +1 -0
- package/dist/events/baseAlert.js +3 -0
- package/dist/events/baseAlert.js.map +1 -0
- package/dist/events/cost.d.ts +361 -0
- package/dist/events/cost.d.ts.map +1 -0
- package/dist/events/cost.js +3 -0
- package/dist/events/cost.js.map +1 -0
- package/dist/events/costAnomalies.d.ts +47 -0
- package/dist/events/costAnomalies.d.ts.map +1 -0
- package/dist/events/costAnomalies.js +3 -0
- package/dist/events/costAnomalies.js.map +1 -0
- package/dist/events/costViews.d.ts +23 -0
- package/dist/events/costViews.d.ts.map +1 -0
- package/dist/events/costViews.js +3 -0
- package/dist/events/costViews.js.map +1 -0
- package/dist/events/eventStatus.d.ts +67 -0
- package/dist/events/eventStatus.d.ts.map +1 -0
- package/dist/events/eventStatus.js +3 -0
- package/dist/events/eventStatus.js.map +1 -0
- package/dist/events/index.d.ts +7 -0
- package/dist/events/index.d.ts.map +1 -0
- package/dist/events/index.js +23 -0
- package/dist/events/index.js.map +1 -0
- package/dist/features-and-permissions/access.d.ts +114 -0
- package/dist/features-and-permissions/access.d.ts.map +1 -0
- package/dist/features-and-permissions/access.js +3 -0
- package/dist/features-and-permissions/access.js.map +1 -0
- package/dist/features-and-permissions/index.d.ts +2 -0
- package/dist/features-and-permissions/index.d.ts.map +1 -0
- package/dist/features-and-permissions/index.js +18 -0
- package/dist/features-and-permissions/index.js.map +1 -0
- package/dist/feedbacks/feedback.d.ts +9 -0
- package/dist/feedbacks/feedback.d.ts.map +1 -1
- package/dist/identity/apikey.d.ts +84 -0
- package/dist/identity/apikey.d.ts.map +1 -0
- package/dist/identity/apikey.js +3 -0
- package/dist/identity/apikey.js.map +1 -0
- package/dist/identity/index.d.ts +2 -0
- package/dist/identity/index.d.ts.map +1 -0
- package/dist/identity/index.js +18 -0
- package/dist/identity/index.js.map +1 -0
- package/dist/index.d.ts +21 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +21 -1
- package/dist/index.js.map +1 -1
- package/dist/index.vite.d.ts +35 -0
- package/dist/index.vite.d.ts.map +1 -0
- package/dist/index.vite.js +51 -0
- package/dist/index.vite.js.map +1 -0
- package/dist/integrations/halo.d.ts +76 -0
- package/dist/integrations/halo.d.ts.map +1 -0
- package/dist/integrations/halo.js +3 -0
- package/dist/integrations/halo.js.map +1 -0
- package/dist/integrations/index.d.ts +3 -0
- package/dist/integrations/index.d.ts.map +1 -0
- package/dist/integrations/index.js +19 -0
- package/dist/integrations/index.js.map +1 -0
- package/dist/integrations/integrationTickets.d.ts +67 -0
- package/dist/integrations/integrationTickets.d.ts.map +1 -0
- package/dist/integrations/integrationTickets.js +3 -0
- package/dist/integrations/integrationTickets.js.map +1 -0
- package/dist/scheduler/index.d.ts +2 -0
- package/dist/scheduler/index.d.ts.map +1 -0
- package/dist/scheduler/index.js +18 -0
- package/dist/scheduler/index.js.map +1 -0
- package/dist/scheduler/scheduler.d.ts +113 -0
- package/dist/scheduler/scheduler.d.ts.map +1 -0
- package/dist/scheduler/scheduler.js +3 -0
- package/dist/scheduler/scheduler.js.map +1 -0
- package/dist/tags/index.d.ts +2 -0
- package/dist/tags/index.d.ts.map +1 -0
- package/dist/tags/index.js +18 -0
- package/dist/tags/index.js.map +1 -0
- package/dist/tags/tags.d.ts +26 -0
- package/dist/tags/tags.d.ts.map +1 -0
- package/dist/tags/tags.js +10 -0
- package/dist/tags/tags.js.map +1 -0
- package/dist/unknown/services.d.ts +12 -0
- package/dist/unknown/services.d.ts.map +1 -0
- package/dist/unknown/services.js +3 -0
- package/dist/unknown/services.js.map +1 -0
- package/dist/users/companyUser.d.ts +6 -0
- package/dist/users/companyUser.d.ts.map +1 -1
- package/dist/users/companyUser.js.map +1 -1
- package/dist/users/user.d.ts +16 -1
- package/dist/users/user.d.ts.map +1 -1
- package/package.json +3 -3
|
@@ -0,0 +1,114 @@
|
|
|
1
|
+
export type PortalPrincipalType = 'user' | 'api_key';
|
|
2
|
+
export interface PortalPrincipal {
|
|
3
|
+
principalType: PortalPrincipalType;
|
|
4
|
+
principalId: string;
|
|
5
|
+
displayName?: string;
|
|
6
|
+
}
|
|
7
|
+
export type PortalDelegationScope = 'SELF' | 'SELF_AND_DIRECT_CHILDREN' | 'SELF_AND_ALL_CHILDREN' | 'GLOBAL';
|
|
8
|
+
export type PortalAccessAction = 'view' | 'use' | 'manage' | 'assign';
|
|
9
|
+
export type PortalPresentationMode = 'hidden' | 'normal' | 'teaser' | 'promo';
|
|
10
|
+
export type PortalReleaseStage = 'preview' | 'ga' | 'deprecated';
|
|
11
|
+
export type PortalSystemAvailability = 'available_by_default' | 'unavailable_by_default' | 'restricted';
|
|
12
|
+
export type PortalFeatureSetOverrideDecision = 'allow' | 'deny' | 'restrict';
|
|
13
|
+
export type PortalEntitlementState = 'enabled' | 'not_available' | 'disabled' | 'blocked_by_parent';
|
|
14
|
+
export type PortalVisibilityState = 'hidden' | 'visible' | 'teaser' | 'promo';
|
|
15
|
+
export type PortalActionabilityState = 'actionable' | 'locked';
|
|
16
|
+
export type PortalAccessReasonCode = 'allowed' | 'missing_view_permission' | 'missing_use_permission' | 'missing_manage_permission' | 'missing_assign_permission' | 'feature_not_entitled' | 'feature_disabled' | 'blocked_by_parent' | 'presentation_hidden' | 'unknown_feature';
|
|
17
|
+
export interface PortalFeatureDefinition {
|
|
18
|
+
featureKey: string;
|
|
19
|
+
featureSetKey: string;
|
|
20
|
+
displayName: string;
|
|
21
|
+
description?: string;
|
|
22
|
+
releaseStage: PortalReleaseStage;
|
|
23
|
+
systemAvailability: PortalSystemAvailability;
|
|
24
|
+
defaultPresentationMode: PortalPresentationMode;
|
|
25
|
+
}
|
|
26
|
+
export interface PortalFeatureSetDefinition {
|
|
27
|
+
featureSetKey: string;
|
|
28
|
+
displayName: string;
|
|
29
|
+
description?: string;
|
|
30
|
+
defaultAvailability: PortalSystemAvailability;
|
|
31
|
+
featureKeys: string[];
|
|
32
|
+
}
|
|
33
|
+
export interface PortalPermissionDefinition {
|
|
34
|
+
permissionKey: string;
|
|
35
|
+
featureKey: string;
|
|
36
|
+
action: PortalAccessAction;
|
|
37
|
+
displayName: string;
|
|
38
|
+
description?: string;
|
|
39
|
+
}
|
|
40
|
+
export interface PortalRoleDefinition {
|
|
41
|
+
roleKey: string;
|
|
42
|
+
displayName: string;
|
|
43
|
+
description?: string;
|
|
44
|
+
permissionKeys: string[];
|
|
45
|
+
assignablePrincipalTypes: PortalPrincipalType[];
|
|
46
|
+
defaultDelegationScope: PortalDelegationScope;
|
|
47
|
+
}
|
|
48
|
+
export interface PortalAccessSystemCatalog {
|
|
49
|
+
version: string;
|
|
50
|
+
generatedAt: string;
|
|
51
|
+
featureSets: PortalFeatureSetDefinition[];
|
|
52
|
+
features: PortalFeatureDefinition[];
|
|
53
|
+
permissions: PortalPermissionDefinition[];
|
|
54
|
+
roles: PortalRoleDefinition[];
|
|
55
|
+
}
|
|
56
|
+
export interface PortalCompanyFeatureOverride {
|
|
57
|
+
companyId: string;
|
|
58
|
+
featureSetKey: string;
|
|
59
|
+
decision: PortalFeatureSetOverrideDecision;
|
|
60
|
+
presentationMode?: PortalPresentationMode;
|
|
61
|
+
reason?: string;
|
|
62
|
+
createdBy: string;
|
|
63
|
+
createdAt: string;
|
|
64
|
+
updatedAt: string;
|
|
65
|
+
}
|
|
66
|
+
export type PortalRoleAssignmentSource = 'legacy_migration' | 'admin_assignment' | 'seed';
|
|
67
|
+
export interface PortalPrincipalRoleAssignment {
|
|
68
|
+
companyId: string;
|
|
69
|
+
principalType: PortalPrincipalType;
|
|
70
|
+
principalId: string;
|
|
71
|
+
roleKey: string;
|
|
72
|
+
delegationScope: PortalDelegationScope;
|
|
73
|
+
assignmentSource: PortalRoleAssignmentSource;
|
|
74
|
+
assignedBy?: string;
|
|
75
|
+
createdAt: string;
|
|
76
|
+
updatedAt: string;
|
|
77
|
+
}
|
|
78
|
+
export type PortalEffectiveAccessSourceType = 'feature_set' | 'role' | 'permission' | 'delegation_scope' | 'parent_restriction' | 'presentation';
|
|
79
|
+
export interface PortalEffectiveAccessSource {
|
|
80
|
+
sourceType: PortalEffectiveAccessSourceType;
|
|
81
|
+
key: string;
|
|
82
|
+
decision?: string;
|
|
83
|
+
}
|
|
84
|
+
export interface PortalEffectiveAccessResponse {
|
|
85
|
+
customerId: string;
|
|
86
|
+
principalType: PortalPrincipalType;
|
|
87
|
+
principalId: string;
|
|
88
|
+
featureKey: string;
|
|
89
|
+
requestedAction: PortalAccessAction;
|
|
90
|
+
entitlementState: PortalEntitlementState;
|
|
91
|
+
visibilityState: PortalVisibilityState;
|
|
92
|
+
actionabilityState: PortalActionabilityState;
|
|
93
|
+
reasonCode: PortalAccessReasonCode;
|
|
94
|
+
sources: PortalEffectiveAccessSource[];
|
|
95
|
+
}
|
|
96
|
+
export interface PortalFeatureActionAccess {
|
|
97
|
+
action: PortalAccessAction;
|
|
98
|
+
actionabilityState: PortalActionabilityState;
|
|
99
|
+
reasonCode: PortalAccessReasonCode;
|
|
100
|
+
}
|
|
101
|
+
export interface PortalFeatureAccessSummary {
|
|
102
|
+
featureKey: string;
|
|
103
|
+
entitlementState: PortalEntitlementState;
|
|
104
|
+
visibilityState: PortalVisibilityState;
|
|
105
|
+
actions: Partial<Record<PortalAccessAction, PortalFeatureActionAccess>>;
|
|
106
|
+
}
|
|
107
|
+
export interface PortalAccessBootstrapResponse {
|
|
108
|
+
customerId: string;
|
|
109
|
+
principalType: PortalPrincipalType;
|
|
110
|
+
principalId: string;
|
|
111
|
+
catalogVersion: string;
|
|
112
|
+
features: PortalFeatureAccessSummary[];
|
|
113
|
+
}
|
|
114
|
+
//# sourceMappingURL=access.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.d.ts","sourceRoot":"","sources":["../../src/features-and-permissions/access.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,mBAAmB,GAAG,MAAM,GAAG,SAAS,CAAC;AAErD,MAAM,WAAW,eAAe;IAC9B,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,MAAM,qBAAqB,GAAG,MAAM,GAAG,0BAA0B,GAAG,uBAAuB,GAAG,QAAQ,CAAC;AAE7G,MAAM,MAAM,kBAAkB,GAAG,MAAM,GAAG,KAAK,GAAG,QAAQ,GAAG,QAAQ,CAAC;AAEtE,MAAM,MAAM,sBAAsB,GAAG,QAAQ,GAAG,QAAQ,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE9E,MAAM,MAAM,kBAAkB,GAAG,SAAS,GAAG,IAAI,GAAG,YAAY,CAAC;AAEjE,MAAM,MAAM,wBAAwB,GAAG,sBAAsB,GAAG,wBAAwB,GAAG,YAAY,CAAC;AAExG,MAAM,MAAM,gCAAgC,GAAG,OAAO,GAAG,MAAM,GAAG,UAAU,CAAC;AAE7E,MAAM,MAAM,sBAAsB,GAAG,SAAS,GAAG,eAAe,GAAG,UAAU,GAAG,mBAAmB,CAAC;AAEpG,MAAM,MAAM,qBAAqB,GAAG,QAAQ,GAAG,SAAS,GAAG,QAAQ,GAAG,OAAO,CAAC;AAE9E,MAAM,MAAM,wBAAwB,GAAG,YAAY,GAAG,QAAQ,CAAC;AAE/D,MAAM,MAAM,sBAAsB,GAC9B,SAAS,GACT,yBAAyB,GACzB,wBAAwB,GACxB,2BAA2B,GAC3B,2BAA2B,GAC3B,sBAAsB,GACtB,kBAAkB,GAClB,mBAAmB,GACnB,qBAAqB,GACrB,iBAAiB,CAAC;AAEtB,MAAM,WAAW,uBAAuB;IACtC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,YAAY,EAAE,kBAAkB,CAAC;IACjC,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,uBAAuB,EAAE,sBAAsB,CAAC;CACjD;AAED,MAAM,WAAW,0BAA0B;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,mBAAmB,EAAE,wBAAwB,CAAC;IAC9C,WAAW,EAAE,MAAM,EAAE,CAAC;CACvB;AAED,MAAM,WAAW,0BAA0B;IACzC,aAAa,EAAE,MAAM,CAAC;IACtB,UAAU,EAAE,MAAM,CAAC;IACnB,MAAM,EAAE,kBAAkB,CAAC;IAC3B,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;CACtB;AAED,MAAM,WAAW,oBAAoB;IACnC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,wBAAwB,EAAE,mBAAmB,EAAE,CAAC;IAChD,sBAAsB,EAAE,qBAAqB,CAAC;CAC/C;AAED,MAAM,WAAW,yBAAyB;IACxC,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAC1C,QAAQ,EAAE,uBAAuB,EAAE,CAAC;IACpC,WAAW,EAAE,0BAA0B,EAAE,CAAC;IAC1C,KAAK,EAAE,oBAAoB,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,4BAA4B;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,MAAM,CAAC;IACtB,QAAQ,EAAE,gCAAgC,CAAC;IAC3C,gBAAgB,CAAC,EAAE,sBAAsB,CAAC;IAC1C,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,0BAA0B,GAAG,kBAAkB,GAAG,kBAAkB,GAAG,MAAM,CAAC;AAE1F,MAAM,WAAW,6BAA6B;IAC5C,SAAS,EAAE,MAAM,CAAC;IAClB,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,OAAO,EAAE,MAAM,CAAC;IAChB,eAAe,EAAE,qBAAqB,CAAC;IACvC,gBAAgB,EAAE,0BAA0B,CAAC;IAC7C,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,MAAM,+BAA+B,GACvC,aAAa,GACb,MAAM,GACN,YAAY,GACZ,kBAAkB,GAClB,oBAAoB,GACpB,cAAc,CAAC;AAEnB,MAAM,WAAW,2BAA2B;IAC1C,UAAU,EAAE,+BAA+B,CAAC;IAC5C,GAAG,EAAE,MAAM,CAAC;IACZ,QAAQ,CAAC,EAAE,MAAM,CAAC;CACnB;AAED,MAAM,WAAW,6BAA6B;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,kBAAkB,CAAC;IACpC,gBAAgB,EAAE,sBAAsB,CAAC;IACzC,eAAe,EAAE,qBAAqB,CAAC;IACvC,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,UAAU,EAAE,sBAAsB,CAAC;IACnC,OAAO,EAAE,2BAA2B,EAAE,CAAC;CACxC;AAED,MAAM,WAAW,yBAAyB;IACxC,MAAM,EAAE,kBAAkB,CAAC;IAC3B,kBAAkB,EAAE,wBAAwB,CAAC;IAC7C,UAAU,EAAE,sBAAsB,CAAC;CACpC;AAED,MAAM,WAAW,0BAA0B;IACzC,UAAU,EAAE,MAAM,CAAC;IACnB,gBAAgB,EAAE,sBAAsB,CAAC;IACzC,eAAe,EAAE,qBAAqB,CAAC;IACvC,OAAO,EAAE,OAAO,CAAC,MAAM,CAAC,kBAAkB,EAAE,yBAAyB,CAAC,CAAC,CAAC;CACzE;AAED,MAAM,WAAW,6BAA6B;IAC5C,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,mBAAmB,CAAC;IACnC,WAAW,EAAE,MAAM,CAAC;IACpB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,0BAA0B,EAAE,CAAC;CACxC"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"access.js","sourceRoot":"","sources":["../../src/features-and-permissions/access.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/features-and-permissions/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./access"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/features-and-permissions/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB"}
|
|
@@ -1,8 +1,17 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* Partition Key: url hash
|
|
3
|
+
* Row Key = userId_postedDate
|
|
4
|
+
*/
|
|
1
5
|
export interface FeedbackData {
|
|
6
|
+
/** url of the page the feedback was posted on */
|
|
2
7
|
url: string;
|
|
8
|
+
/** company id of the company the feedback was posted on */
|
|
3
9
|
companyId: string;
|
|
10
|
+
/** comment text */
|
|
4
11
|
comment: string;
|
|
12
|
+
/** true if the user wants to be contacted about the feedback */
|
|
5
13
|
contact: boolean;
|
|
14
|
+
/** true if the feedback is negative */
|
|
6
15
|
isNegative: boolean;
|
|
7
16
|
}
|
|
8
17
|
export interface FeedbackResponse {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../src/feedbacks/feedback.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,YAAY;
|
|
1
|
+
{"version":3,"file":"feedback.d.ts","sourceRoot":"","sources":["../../src/feedbacks/feedback.ts"],"names":[],"mappings":"AAAA;;;GAGG;AACH,MAAM,WAAW,YAAY;IAC3B,iDAAiD;IACjD,GAAG,EAAE,MAAM,CAAC;IAMZ,2DAA2D;IAC3D,SAAS,EAAE,MAAM,CAAC;IAClB,mBAAmB;IACnB,OAAO,EAAE,MAAM,CAAC;IAChB,gEAAgE;IAChE,OAAO,EAAE,OAAO,CAAC;IACjB,uCAAuC;IACvC,UAAU,EAAE,OAAO,CAAC;CACrB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,OAAO,CAAC;IACjB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,EAAE,CAAC,EAAE,MAAM,CAAC;CACb"}
|
|
@@ -0,0 +1,84 @@
|
|
|
1
|
+
export interface ApiKeyCreateRequest {
|
|
2
|
+
/** Name of the API key */
|
|
3
|
+
name: string;
|
|
4
|
+
/** Optional description of the API key */
|
|
5
|
+
description?: string;
|
|
6
|
+
/** Legacy role permissions mask (bitmask), retained for compatibility */
|
|
7
|
+
roleMask?: number;
|
|
8
|
+
/** Catalog role keys selected for this API key */
|
|
9
|
+
roleKeys?: string[];
|
|
10
|
+
/** Allowed IP address ranges (e.g., ["192.168.1.0/24", "10.0.0.0/8"]) */
|
|
11
|
+
allowedIpRanges?: string[];
|
|
12
|
+
/** Allowed country codes (e.g., ["US", "CA", "GB"]) */
|
|
13
|
+
allowedCountryCodes?: string[];
|
|
14
|
+
/** Denied country codes (e.g., ["CN", "RU"]) */
|
|
15
|
+
deniedCountryCodes?: string[];
|
|
16
|
+
}
|
|
17
|
+
export interface ApiKeyUpdateRequest {
|
|
18
|
+
/** Name of the API key */
|
|
19
|
+
name?: string;
|
|
20
|
+
/** Optional description of the API key */
|
|
21
|
+
description?: string;
|
|
22
|
+
/** Legacy role permissions mask (bitmask), retained for compatibility */
|
|
23
|
+
roleMask?: number;
|
|
24
|
+
/** Catalog role keys selected for this API key */
|
|
25
|
+
roleKeys?: string[];
|
|
26
|
+
/** Allowed IP address ranges (e.g., ["192.168.1.0/24", "10.0.0.0/8"]) */
|
|
27
|
+
allowedIpRanges?: string[];
|
|
28
|
+
/** Allowed country codes (e.g., ["US", "CA", "GB"]) */
|
|
29
|
+
allowedCountryCodes?: string[];
|
|
30
|
+
/** Denied country codes (e.g., ["CN", "RU"]) */
|
|
31
|
+
deniedCountryCodes?: string[];
|
|
32
|
+
}
|
|
33
|
+
export interface ApiKeySummary {
|
|
34
|
+
/** Unique identifier for the API key */
|
|
35
|
+
keyId: string;
|
|
36
|
+
/** Masked/partially hidden key value for display (e.g., "sk_live_****1234") */
|
|
37
|
+
maskedKey: string;
|
|
38
|
+
/** Name of the API key */
|
|
39
|
+
name: string;
|
|
40
|
+
/** Optional description of the API key */
|
|
41
|
+
description?: string;
|
|
42
|
+
/** Role permissions mask (bitmask) */
|
|
43
|
+
roleMask: number;
|
|
44
|
+
/** Catalog role keys represented by the role mask, when known */
|
|
45
|
+
roleKeys?: string[];
|
|
46
|
+
/** Allowed IP address ranges (e.g., ["192.168.1.0/24", "10.0.0.0/8"]) */
|
|
47
|
+
allowedIpRanges?: string[];
|
|
48
|
+
/** Allowed country codes (e.g., ["US", "CA", "GB"]) */
|
|
49
|
+
allowedCountryCodes?: string[];
|
|
50
|
+
/** Denied country codes (e.g., ["CN", "RU"]) */
|
|
51
|
+
deniedCountryCodes?: string[];
|
|
52
|
+
/** Creation timestamp (ISO 8601 format) */
|
|
53
|
+
createdAt: string;
|
|
54
|
+
/** Display name of the user who created the API key */
|
|
55
|
+
createdByDisplayName?: string;
|
|
56
|
+
/** Customer segment identifier */
|
|
57
|
+
customerSegment: string;
|
|
58
|
+
/** Key ID this API key was rotated from (if applicable) */
|
|
59
|
+
rotatedFromKey?: string;
|
|
60
|
+
/** Suffix to display for the key (e.g., "1234") */
|
|
61
|
+
displayKeySuffix: string;
|
|
62
|
+
/** Version number of the API key */
|
|
63
|
+
version: number;
|
|
64
|
+
}
|
|
65
|
+
export interface ApiKeyProvisionResult {
|
|
66
|
+
/** The full API key (only shown once during creation) */
|
|
67
|
+
apiKey: string;
|
|
68
|
+
/** Masked/partially hidden key value for display (e.g., "sk_live_****1234") */
|
|
69
|
+
maskedKey: string;
|
|
70
|
+
/** The API key summary record */
|
|
71
|
+
record: ApiKeySummary;
|
|
72
|
+
}
|
|
73
|
+
export interface ApiKeyRoleOption {
|
|
74
|
+
roleKey: string;
|
|
75
|
+
displayName: string;
|
|
76
|
+
description?: string;
|
|
77
|
+
permissionKeys: string[];
|
|
78
|
+
roleMask: number;
|
|
79
|
+
issuableWithLegacyRoleMask: boolean;
|
|
80
|
+
}
|
|
81
|
+
export interface ApiKeyRoleOptionsResponse {
|
|
82
|
+
roles: ApiKeyRoleOption[];
|
|
83
|
+
}
|
|
84
|
+
//# sourceMappingURL=apikey.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apikey.d.ts","sourceRoot":"","sources":["../../src/identity/apikey.ts"],"names":[],"mappings":"AAAA,MAAM,WAAW,mBAAmB;IAClC,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,yEAAyE;IACzE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,uDAAuD;IACvD,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,mBAAmB;IAClC,0BAA0B;IAC1B,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yEAAyE;IACzE,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,kDAAkD;IAClD,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,yEAAyE;IACzE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,uDAAuD;IACvD,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;CAC/B;AAED,MAAM,WAAW,aAAa;IAC5B,wCAAwC;IACxC,KAAK,EAAE,MAAM,CAAC;IACd,+EAA+E;IAC/E,SAAS,EAAE,MAAM,CAAC;IAClB,0BAA0B;IAC1B,IAAI,EAAE,MAAM,CAAC;IACb,0CAA0C;IAC1C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sCAAsC;IACtC,QAAQ,EAAE,MAAM,CAAC;IACjB,iEAAiE;IACjE,QAAQ,CAAC,EAAE,MAAM,EAAE,CAAC;IACpB,yEAAyE;IACzE,eAAe,CAAC,EAAE,MAAM,EAAE,CAAC;IAC3B,uDAAuD;IACvD,mBAAmB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC/B,gDAAgD;IAChD,kBAAkB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC9B,2CAA2C;IAC3C,SAAS,EAAE,MAAM,CAAC;IAClB,uDAAuD;IACvD,oBAAoB,CAAC,EAAE,MAAM,CAAC;IAC9B,kCAAkC;IAClC,eAAe,EAAE,MAAM,CAAC;IACxB,2DAA2D;IAC3D,cAAc,CAAC,EAAE,MAAM,CAAC;IACxB,mDAAmD;IACnD,gBAAgB,EAAE,MAAM,CAAC;IACzB,oCAAoC;IACpC,OAAO,EAAE,MAAM,CAAC;CACjB;AAED,MAAM,WAAW,qBAAqB;IACpC,yDAAyD;IACzD,MAAM,EAAE,MAAM,CAAC;IACf,+EAA+E;IAC/E,SAAS,EAAE,MAAM,CAAC;IAClB,iCAAiC;IACjC,MAAM,EAAE,aAAa,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,MAAM,CAAC;IAChB,WAAW,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,EAAE,CAAC;IACzB,QAAQ,EAAE,MAAM,CAAC;IACjB,0BAA0B,EAAE,OAAO,CAAC;CACrC;AAED,MAAM,WAAW,yBAAyB;IACxC,KAAK,EAAE,gBAAgB,EAAE,CAAC;CAC3B"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"apikey.js","sourceRoot":"","sources":["../../src/identity/apikey.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/identity/index.ts"],"names":[],"mappings":"AAAA,cAAc,UAAU,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./apikey"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/identity/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,2CAAyB"}
|
package/dist/index.d.ts
CHANGED
|
@@ -1,19 +1,40 @@
|
|
|
1
|
+
/** Main entry point - export all interfaces from this package */
|
|
1
2
|
export * from './azure/common';
|
|
3
|
+
export * from './azure/activityLogs';
|
|
2
4
|
export * from './azure/budgets';
|
|
5
|
+
export * from './azure/billingPlots';
|
|
6
|
+
export * from './azure/benefits';
|
|
7
|
+
export * from './azure/commitmentsPlanning';
|
|
3
8
|
export * from './azure/configs';
|
|
4
9
|
export * from './azure/metrics';
|
|
5
10
|
export * from './azure/payloads';
|
|
6
11
|
export * from './azure/prices';
|
|
12
|
+
export * from './azure/relationships';
|
|
7
13
|
export * from './azure/recommendations';
|
|
14
|
+
export * from './azure/recommendationAudit';
|
|
15
|
+
export * from './azure/recommendationWorkflow';
|
|
8
16
|
export * from './azure/recommendationState';
|
|
9
17
|
export * from './azure/resources';
|
|
10
18
|
export * from './azure/reports';
|
|
19
|
+
export * from './azure/reviewChecklist';
|
|
11
20
|
export * from './azure/subscriptions';
|
|
12
21
|
export * from './azure/views';
|
|
13
22
|
export * from './azure/security';
|
|
23
|
+
export * from './azure/serviceRetirement';
|
|
24
|
+
export * from './azure/serviceRetirementState';
|
|
25
|
+
export * from './azure/costEstimation';
|
|
26
|
+
export * from './azure/storage-inventory';
|
|
27
|
+
export * from './azure/governance';
|
|
28
|
+
export * from './azure/publicIpAddresses';
|
|
14
29
|
export * from './accounts';
|
|
15
30
|
export * from './users';
|
|
16
31
|
export * from './common';
|
|
17
32
|
export * from './company';
|
|
33
|
+
export * from './scheduler';
|
|
18
34
|
export * from './ai';
|
|
35
|
+
export * from './events';
|
|
36
|
+
export * from './integrations';
|
|
37
|
+
export * from './identity';
|
|
38
|
+
export * from './features-and-permissions';
|
|
39
|
+
export * from './tags';
|
|
19
40
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,iEAAiE;AACjE,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,oBAAoB,CAAC;AACnC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,YAAY,CAAC;AAC3B,cAAc,SAAS,CAAC;AACxB,cAAc,UAAU,CAAC;AACzB,cAAc,WAAW,CAAC;AAC1B,cAAc,aAAa,CAAC;AAC5B,cAAc,MAAM,CAAC;AACrB,cAAc,UAAU,CAAC;AACzB,cAAc,gBAAgB,CAAC;AAC/B,cAAc,YAAY,CAAC;AAC3B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,QAAQ,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -14,23 +14,43 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
|
14
14
|
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
15
|
};
|
|
16
16
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
-
|
|
17
|
+
/** Main entry point - export all interfaces from this package */
|
|
18
18
|
__exportStar(require("./azure/common"), exports);
|
|
19
|
+
__exportStar(require("./azure/activityLogs"), exports);
|
|
19
20
|
__exportStar(require("./azure/budgets"), exports);
|
|
21
|
+
__exportStar(require("./azure/billingPlots"), exports);
|
|
22
|
+
__exportStar(require("./azure/benefits"), exports);
|
|
23
|
+
__exportStar(require("./azure/commitmentsPlanning"), exports);
|
|
20
24
|
__exportStar(require("./azure/configs"), exports);
|
|
21
25
|
__exportStar(require("./azure/metrics"), exports);
|
|
22
26
|
__exportStar(require("./azure/payloads"), exports);
|
|
23
27
|
__exportStar(require("./azure/prices"), exports);
|
|
28
|
+
__exportStar(require("./azure/relationships"), exports);
|
|
24
29
|
__exportStar(require("./azure/recommendations"), exports);
|
|
30
|
+
__exportStar(require("./azure/recommendationAudit"), exports);
|
|
31
|
+
__exportStar(require("./azure/recommendationWorkflow"), exports);
|
|
25
32
|
__exportStar(require("./azure/recommendationState"), exports);
|
|
26
33
|
__exportStar(require("./azure/resources"), exports);
|
|
27
34
|
__exportStar(require("./azure/reports"), exports);
|
|
35
|
+
__exportStar(require("./azure/reviewChecklist"), exports);
|
|
28
36
|
__exportStar(require("./azure/subscriptions"), exports);
|
|
29
37
|
__exportStar(require("./azure/views"), exports);
|
|
30
38
|
__exportStar(require("./azure/security"), exports);
|
|
39
|
+
__exportStar(require("./azure/serviceRetirement"), exports);
|
|
40
|
+
__exportStar(require("./azure/serviceRetirementState"), exports);
|
|
41
|
+
__exportStar(require("./azure/costEstimation"), exports);
|
|
42
|
+
__exportStar(require("./azure/storage-inventory"), exports);
|
|
43
|
+
__exportStar(require("./azure/governance"), exports);
|
|
44
|
+
__exportStar(require("./azure/publicIpAddresses"), exports);
|
|
31
45
|
__exportStar(require("./accounts"), exports);
|
|
32
46
|
__exportStar(require("./users"), exports);
|
|
33
47
|
__exportStar(require("./common"), exports);
|
|
34
48
|
__exportStar(require("./company"), exports);
|
|
49
|
+
__exportStar(require("./scheduler"), exports);
|
|
35
50
|
__exportStar(require("./ai"), exports);
|
|
51
|
+
__exportStar(require("./events"), exports);
|
|
52
|
+
__exportStar(require("./integrations"), exports);
|
|
53
|
+
__exportStar(require("./identity"), exports);
|
|
54
|
+
__exportStar(require("./features-and-permissions"), exports);
|
|
55
|
+
__exportStar(require("./tags"), exports);
|
|
36
56
|
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,iEAAiE;AACjE,iDAA+B;AAC/B,uDAAqC;AACrC,kDAAgC;AAChC,uDAAqC;AACrC,mDAAiC;AACjC,8DAA4C;AAC5C,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,0DAAwC;AACxC,8DAA4C;AAC5C,iEAA+C;AAC/C,8DAA4C;AAC5C,oDAAkC;AAClC,kDAAgC;AAChC,0DAAwC;AACxC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,4DAA0C;AAC1C,iEAA+C;AAC/C,yDAAuC;AACvC,4DAA0C;AAC1C,qDAAmC;AACnC,4DAA0C;AAC1C,6CAA2B;AAC3B,0CAAwB;AACxB,2CAAyB;AACzB,4CAA0B;AAC1B,8CAA4B;AAC5B,uCAAqB;AACrB,2CAAyB;AACzB,iDAA+B;AAC/B,6CAA2B;AAC3B,6DAA2C;AAC3C,yCAAuB"}
|
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
2
|
+
export * from './azure/common';
|
|
3
|
+
export * from './azure/budgets';
|
|
4
|
+
export * from './azure/billingPlots';
|
|
5
|
+
export * from './azure/benefits';
|
|
6
|
+
export * from './azure/commitmentsPlanning';
|
|
7
|
+
export * from './azure/configs';
|
|
8
|
+
export * from './azure/metrics';
|
|
9
|
+
export * from './azure/payloads';
|
|
10
|
+
export * from './azure/prices';
|
|
11
|
+
export * from './azure/relationships';
|
|
12
|
+
export * from './azure/recommendations';
|
|
13
|
+
export * from './azure/recommendationAudit';
|
|
14
|
+
export * from './azure/recommendationWorkflow';
|
|
15
|
+
export * from './azure/recommendationState';
|
|
16
|
+
export * from './azure/resources';
|
|
17
|
+
export * from './azure/reports';
|
|
18
|
+
export * from './azure/reviewChecklist';
|
|
19
|
+
export * from './azure/subscriptions';
|
|
20
|
+
export * from './azure/views';
|
|
21
|
+
export * from './azure/security';
|
|
22
|
+
export * from './azure/serviceRetirement';
|
|
23
|
+
export * from './azure/serviceRetirementState';
|
|
24
|
+
export * from './azure/costEstimation';
|
|
25
|
+
export * from './azure/storage-inventory';
|
|
26
|
+
export * from './accounts/index';
|
|
27
|
+
export * from './users/index';
|
|
28
|
+
export * from './common/index';
|
|
29
|
+
export * from './company/index';
|
|
30
|
+
export * from './ai/index';
|
|
31
|
+
export * from './events/index';
|
|
32
|
+
export * from './integrations/index';
|
|
33
|
+
export * from './identity/index';
|
|
34
|
+
export * from './tags/index';
|
|
35
|
+
//# sourceMappingURL=index.vite.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vite.d.ts","sourceRoot":"","sources":["../src/index.vite.ts"],"names":[],"mappings":"AAAA,+EAA+E;AAC/E,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,iBAAiB,CAAC;AAChC,cAAc,iBAAiB,CAAC;AAChC,cAAc,kBAAkB,CAAC;AACjC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,yBAAyB,CAAC;AACxC,cAAc,6BAA6B,CAAC;AAC5C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,6BAA6B,CAAC;AAC5C,cAAc,mBAAmB,CAAC;AAClC,cAAc,iBAAiB,CAAC;AAChC,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,eAAe,CAAC;AAC9B,cAAc,kBAAkB,CAAC;AACjC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gCAAgC,CAAC;AAC/C,cAAc,wBAAwB,CAAC;AACvC,cAAc,2BAA2B,CAAC;AAC1C,cAAc,kBAAkB,CAAC;AACjC,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,sBAAsB,CAAC;AACrC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC"}
|
|
@@ -0,0 +1,51 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
/** Dev-only Vite entrypoint that avoids stale sibling .js files under src/. */
|
|
18
|
+
__exportStar(require("./azure/common"), exports);
|
|
19
|
+
__exportStar(require("./azure/budgets"), exports);
|
|
20
|
+
__exportStar(require("./azure/billingPlots"), exports);
|
|
21
|
+
__exportStar(require("./azure/benefits"), exports);
|
|
22
|
+
__exportStar(require("./azure/commitmentsPlanning"), exports);
|
|
23
|
+
__exportStar(require("./azure/configs"), exports);
|
|
24
|
+
__exportStar(require("./azure/metrics"), exports);
|
|
25
|
+
__exportStar(require("./azure/payloads"), exports);
|
|
26
|
+
__exportStar(require("./azure/prices"), exports);
|
|
27
|
+
__exportStar(require("./azure/relationships"), exports);
|
|
28
|
+
__exportStar(require("./azure/recommendations"), exports);
|
|
29
|
+
__exportStar(require("./azure/recommendationAudit"), exports);
|
|
30
|
+
__exportStar(require("./azure/recommendationWorkflow"), exports);
|
|
31
|
+
__exportStar(require("./azure/recommendationState"), exports);
|
|
32
|
+
__exportStar(require("./azure/resources"), exports);
|
|
33
|
+
__exportStar(require("./azure/reports"), exports);
|
|
34
|
+
__exportStar(require("./azure/reviewChecklist"), exports);
|
|
35
|
+
__exportStar(require("./azure/subscriptions"), exports);
|
|
36
|
+
__exportStar(require("./azure/views"), exports);
|
|
37
|
+
__exportStar(require("./azure/security"), exports);
|
|
38
|
+
__exportStar(require("./azure/serviceRetirement"), exports);
|
|
39
|
+
__exportStar(require("./azure/serviceRetirementState"), exports);
|
|
40
|
+
__exportStar(require("./azure/costEstimation"), exports);
|
|
41
|
+
__exportStar(require("./azure/storage-inventory"), exports);
|
|
42
|
+
__exportStar(require("./accounts/index"), exports);
|
|
43
|
+
__exportStar(require("./users/index"), exports);
|
|
44
|
+
__exportStar(require("./common/index"), exports);
|
|
45
|
+
__exportStar(require("./company/index"), exports);
|
|
46
|
+
__exportStar(require("./ai/index"), exports);
|
|
47
|
+
__exportStar(require("./events/index"), exports);
|
|
48
|
+
__exportStar(require("./integrations/index"), exports);
|
|
49
|
+
__exportStar(require("./identity/index"), exports);
|
|
50
|
+
__exportStar(require("./tags/index"), exports);
|
|
51
|
+
//# sourceMappingURL=index.vite.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.vite.js","sourceRoot":"","sources":["../src/index.vite.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+EAA+E;AAC/E,iDAA+B;AAC/B,kDAAgC;AAChC,uDAAqC;AACrC,mDAAiC;AACjC,8DAA4C;AAC5C,kDAAgC;AAChC,kDAAgC;AAChC,mDAAiC;AACjC,iDAA+B;AAC/B,wDAAsC;AACtC,0DAAwC;AACxC,8DAA4C;AAC5C,iEAA+C;AAC/C,8DAA4C;AAC5C,oDAAkC;AAClC,kDAAgC;AAChC,0DAAwC;AACxC,wDAAsC;AACtC,gDAA8B;AAC9B,mDAAiC;AACjC,4DAA0C;AAC1C,iEAA+C;AAC/C,yDAAuC;AACvC,4DAA0C;AAC1C,mDAAiC;AACjC,gDAA8B;AAC9B,iDAA+B;AAC/B,kDAAgC;AAChC,6CAA2B;AAC3B,iDAA+B;AAC/B,uDAAqC;AACrC,mDAAiC;AACjC,+CAA6B"}
|
|
@@ -0,0 +1,76 @@
|
|
|
1
|
+
export type HaloId = string | number;
|
|
2
|
+
export type HaloProduct = 'auto' | 'itsm' | 'psa';
|
|
3
|
+
export interface HaloRoutingOverrides {
|
|
4
|
+
queueId?: HaloId;
|
|
5
|
+
queueName?: string;
|
|
6
|
+
teamId?: HaloId;
|
|
7
|
+
teamName?: string;
|
|
8
|
+
agentId?: HaloId;
|
|
9
|
+
agentName?: string;
|
|
10
|
+
ticketClientId?: HaloId;
|
|
11
|
+
ticketClientName?: string;
|
|
12
|
+
siteId?: HaloId;
|
|
13
|
+
siteName?: string;
|
|
14
|
+
ticketTypeId?: HaloId;
|
|
15
|
+
ticketTypeName?: string;
|
|
16
|
+
itilTicketTypeId?: HaloId;
|
|
17
|
+
itilTicketTypeName?: string;
|
|
18
|
+
priorityId?: HaloId;
|
|
19
|
+
priorityName?: string;
|
|
20
|
+
statusId?: HaloId;
|
|
21
|
+
statusName?: string;
|
|
22
|
+
impactId?: HaloId;
|
|
23
|
+
impactName?: string;
|
|
24
|
+
urgencyId?: HaloId;
|
|
25
|
+
urgencyName?: string;
|
|
26
|
+
sourceId?: HaloId;
|
|
27
|
+
sourceName?: string;
|
|
28
|
+
slaId?: HaloId;
|
|
29
|
+
slaName?: string;
|
|
30
|
+
category1?: string;
|
|
31
|
+
category1Id?: HaloId;
|
|
32
|
+
category1Name?: string;
|
|
33
|
+
category2?: string;
|
|
34
|
+
category2Id?: HaloId;
|
|
35
|
+
category2Name?: string;
|
|
36
|
+
category3?: string;
|
|
37
|
+
category3Id?: HaloId;
|
|
38
|
+
category3Name?: string;
|
|
39
|
+
category4?: string;
|
|
40
|
+
category4Id?: HaloId;
|
|
41
|
+
category4Name?: string;
|
|
42
|
+
}
|
|
43
|
+
export type HaloRoutingFields = HaloRoutingOverrides;
|
|
44
|
+
export interface HaloIntegrationRequestBase {
|
|
45
|
+
baseUrl: string;
|
|
46
|
+
clientId: string;
|
|
47
|
+
tokenEndpoint?: string;
|
|
48
|
+
secret?: string;
|
|
49
|
+
useStoredSecret?: boolean;
|
|
50
|
+
credentialOwnerCompanyId?: string;
|
|
51
|
+
haloProduct?: HaloProduct;
|
|
52
|
+
}
|
|
53
|
+
export interface HaloIntegrationMetadataPayload extends HaloIntegrationRequestBase {
|
|
54
|
+
searchQuery?: string;
|
|
55
|
+
maxResults?: number;
|
|
56
|
+
}
|
|
57
|
+
export interface HaloIntegrationTestPayload extends HaloIntegrationRequestBase, HaloRoutingOverrides {
|
|
58
|
+
}
|
|
59
|
+
export type HaloQueuesPayload = HaloIntegrationMetadataPayload;
|
|
60
|
+
export type HaloTeamsPayload = HaloIntegrationMetadataPayload;
|
|
61
|
+
export type HaloAgentsPayload = HaloIntegrationMetadataPayload;
|
|
62
|
+
export type HaloClientsPayload = HaloIntegrationMetadataPayload;
|
|
63
|
+
export type HaloSitesPayload = HaloIntegrationMetadataPayload;
|
|
64
|
+
export type HaloTicketTypesPayload = HaloIntegrationMetadataPayload;
|
|
65
|
+
export type HaloItilTicketTypesPayload = HaloIntegrationMetadataPayload;
|
|
66
|
+
export type HaloPrioritiesPayload = HaloIntegrationMetadataPayload;
|
|
67
|
+
export type HaloStatusesPayload = HaloIntegrationMetadataPayload;
|
|
68
|
+
export type HaloImpactsPayload = HaloIntegrationMetadataPayload;
|
|
69
|
+
export type HaloUrgenciesPayload = HaloIntegrationMetadataPayload;
|
|
70
|
+
export type HaloSourcesPayload = HaloIntegrationMetadataPayload;
|
|
71
|
+
export type HaloCategoriesPayload = HaloIntegrationMetadataPayload;
|
|
72
|
+
export interface HaloEntity {
|
|
73
|
+
id: HaloId;
|
|
74
|
+
name: string;
|
|
75
|
+
}
|
|
76
|
+
//# sourceMappingURL=halo.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"halo.d.ts","sourceRoot":"","sources":["../../src/integrations/halo.ts"],"names":[],"mappings":"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"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"halo.js","sourceRoot":"","sources":["../../src/integrations/halo.ts"],"names":[],"mappings":""}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/integrations/index.ts"],"names":[],"mappings":"AAAA,cAAc,sBAAsB,CAAC;AACrC,cAAc,QAAQ,CAAC"}
|
|
@@ -0,0 +1,19 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
+
if (k2 === undefined) k2 = k;
|
|
4
|
+
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
+
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
+
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
+
}
|
|
8
|
+
Object.defineProperty(o, k2, desc);
|
|
9
|
+
}) : (function(o, m, k, k2) {
|
|
10
|
+
if (k2 === undefined) k2 = k;
|
|
11
|
+
o[k2] = m[k];
|
|
12
|
+
}));
|
|
13
|
+
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
+
};
|
|
16
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
17
|
+
__exportStar(require("./integrationTickets"), exports);
|
|
18
|
+
__exportStar(require("./halo"), exports);
|
|
19
|
+
//# sourceMappingURL=index.js.map
|